Skip to content

Commit

Permalink
fix(radio): review
Browse files Browse the repository at this point in the history
  • Loading branch information
aesteves60 authored and dpellier committed Aug 24, 2023
1 parent 6f05d8c commit 3a7c79b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { OdsRadioGroupAttribute } from '../interfaces/attributes';
import type { OdsRadioGroupAttribute } from '../interfaces/attributes';

const DEFAULT_ATTRIBUTE: OdsRadioGroupAttribute = Object.freeze({
afterSave: undefined,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ describe('spec:ods-radio-controller', () => {
return {
...document.createElement('input'),
...config,
setAttribute: jest.fn(),
removeAttribute: jest.fn(),
componentOnReady: jest.fn(),
removeAttribute: jest.fn(),
setAttribute: jest.fn(),
};
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import DisabledProperty from './properties/usage.disabled.mdx';
// import GenericStyle from '@ovhcloud/ods-core/docs/generic-style.mdx';
import GenericStyle from '@ovhcloud/ods-common-core/docs/generic-style.mdx';

<GenericStyle />

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import CheckedProperty from './properties/usage.checked.mdx';
import DisabledProperty from './properties/usage.disabled.mdx';
// import GenericStyle from '@ovhcloud/ods-core/docs/generic-style.mdx';
import GenericStyle from '@ovhcloud/ods-common-core/docs/generic-style.mdx';

<GenericStyle />

Expand Down
4 changes: 2 additions & 2 deletions packages/stencil/components/stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ const config: Config = {
'osds-password',
'osds-popover',
'osds-progress-bar',
'osds-radio',
'osds-radio-group',
'osds-quantity',
'osds-radio',
'osds-radio-button',
'osds-radio-group',
'osds-search-bar',
'osds-select',
'osds-skeleton',
Expand Down

0 comments on commit 3a7c79b

Please sign in to comment.