@momentum-design/components 0.120.22 → 0.120.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/index.js +14 -16
- package/dist/browser/index.js.map +3 -3
- package/dist/components/option/option.component.d.ts +3 -2
- package/dist/components/option/option.component.js +12 -15
- package/dist/components/option/option.styles.js +0 -4
- package/dist/components/tab/tab.component.js +3 -1
- package/dist/custom-elements.json +627 -603
- package/dist/react/index.d.ts +2 -2
- package/dist/react/index.js +2 -2
- package/package.json +1 -1
package/dist/react/index.d.ts
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
+
export { default as Accordion } from './accordion';
|
1
2
|
export { default as AccordionButton } from './accordionbutton';
|
2
3
|
export { default as AccordionGroup } from './accordiongroup';
|
3
|
-
export { default as Accordion } from './accordion';
|
4
4
|
export { default as AlertChip } from './alertchip';
|
5
5
|
export { default as Animation } from './animation';
|
6
6
|
export { default as AnnouncementDialog } from './announcementdialog';
|
@@ -68,8 +68,8 @@ export { default as Skeleton } from './skeleton';
|
|
68
68
|
export { default as Slider } from './slider';
|
69
69
|
export { default as Spinner } from './spinner';
|
70
70
|
export { default as StaticCheckbox } from './staticcheckbox';
|
71
|
-
export { default as StaticChip } from './staticchip';
|
72
71
|
export { default as StaticRadio } from './staticradio';
|
72
|
+
export { default as StaticChip } from './staticchip';
|
73
73
|
export { default as StaticToggle } from './statictoggle';
|
74
74
|
export { default as Stepper } from './stepper';
|
75
75
|
export { default as StepperConnector } from './stepperconnector';
|
package/dist/react/index.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
+
export { default as Accordion } from './accordion';
|
1
2
|
export { default as AccordionButton } from './accordionbutton';
|
2
3
|
export { default as AccordionGroup } from './accordiongroup';
|
3
|
-
export { default as Accordion } from './accordion';
|
4
4
|
export { default as AlertChip } from './alertchip';
|
5
5
|
export { default as Animation } from './animation';
|
6
6
|
export { default as AnnouncementDialog } from './announcementdialog';
|
@@ -68,8 +68,8 @@ export { default as Skeleton } from './skeleton';
|
|
68
68
|
export { default as Slider } from './slider';
|
69
69
|
export { default as Spinner } from './spinner';
|
70
70
|
export { default as StaticCheckbox } from './staticcheckbox';
|
71
|
-
export { default as StaticChip } from './staticchip';
|
72
71
|
export { default as StaticRadio } from './staticradio';
|
72
|
+
export { default as StaticChip } from './staticchip';
|
73
73
|
export { default as StaticToggle } from './statictoggle';
|
74
74
|
export { default as Stepper } from './stepper';
|
75
75
|
export { default as StepperConnector } from './stepperconnector';
|