@momentum-design/components 0.120.8 → 0.120.9
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/custom-elements.json +1861 -1861
- package/dist/react/index.d.ts +5 -5
- package/dist/react/index.js +5 -5
- package/package.json +1 -1
package/dist/react/index.d.ts
CHANGED
@@ -28,10 +28,10 @@ export { default as Divider } from './divider';
|
|
28
28
|
export { default as FilterChip } from './filterchip';
|
29
29
|
export { default as FormfieldGroup } from './formfieldgroup';
|
30
30
|
export { default as FormfieldWrapper } from './formfieldwrapper';
|
31
|
-
export { default as Icon } from './icon';
|
32
31
|
export { default as IconProvider } from './iconprovider';
|
33
32
|
export { default as Illustration } from './illustration';
|
34
33
|
export { default as IllustrationProvider } from './illustrationprovider';
|
34
|
+
export { default as Icon } from './icon';
|
35
35
|
export { default as Input } from './input';
|
36
36
|
export { default as InputChip } from './inputchip';
|
37
37
|
export { default as Link } from './link';
|
@@ -57,21 +57,21 @@ export { default as Presence } from './presence';
|
|
57
57
|
export { default as Progressbar } from './progressbar';
|
58
58
|
export { default as Progressspinner } from './progressspinner';
|
59
59
|
export { default as Radio } from './radio';
|
60
|
-
export { default as RadioGroup } from './radiogroup';
|
61
|
-
export { default as ScreenreaderAnnouncer } from './screenreaderannouncer';
|
62
60
|
export { default as Searchfield } from './searchfield';
|
61
|
+
export { default as ScreenreaderAnnouncer } from './screenreaderannouncer';
|
62
|
+
export { default as RadioGroup } from './radiogroup';
|
63
63
|
export { default as Select } from './select';
|
64
64
|
export { default as Selectlistbox } from './selectlistbox';
|
65
|
-
export { default as SideNavigation } from './sidenavigation';
|
66
65
|
export { default as Skeleton } from './skeleton';
|
67
66
|
export { default as Slider } from './slider';
|
67
|
+
export { default as SideNavigation } from './sidenavigation';
|
68
68
|
export { default as Spinner } from './spinner';
|
69
69
|
export { default as StaticCheckbox } from './staticcheckbox';
|
70
70
|
export { default as StaticChip } from './staticchip';
|
71
71
|
export { default as StaticRadio } from './staticradio';
|
72
72
|
export { default as StaticToggle } from './statictoggle';
|
73
|
-
export { default as StepperConnector } from './stepperconnector';
|
74
73
|
export { default as Stepper } from './stepper';
|
74
|
+
export { default as StepperConnector } from './stepperconnector';
|
75
75
|
export { default as StepperItem } from './stepperitem';
|
76
76
|
export { default as Tab } from './tab';
|
77
77
|
export { default as TabList } from './tablist';
|
package/dist/react/index.js
CHANGED
@@ -28,10 +28,10 @@ export { default as Divider } from './divider';
|
|
28
28
|
export { default as FilterChip } from './filterchip';
|
29
29
|
export { default as FormfieldGroup } from './formfieldgroup';
|
30
30
|
export { default as FormfieldWrapper } from './formfieldwrapper';
|
31
|
-
export { default as Icon } from './icon';
|
32
31
|
export { default as IconProvider } from './iconprovider';
|
33
32
|
export { default as Illustration } from './illustration';
|
34
33
|
export { default as IllustrationProvider } from './illustrationprovider';
|
34
|
+
export { default as Icon } from './icon';
|
35
35
|
export { default as Input } from './input';
|
36
36
|
export { default as InputChip } from './inputchip';
|
37
37
|
export { default as Link } from './link';
|
@@ -57,21 +57,21 @@ export { default as Presence } from './presence';
|
|
57
57
|
export { default as Progressbar } from './progressbar';
|
58
58
|
export { default as Progressspinner } from './progressspinner';
|
59
59
|
export { default as Radio } from './radio';
|
60
|
-
export { default as RadioGroup } from './radiogroup';
|
61
|
-
export { default as ScreenreaderAnnouncer } from './screenreaderannouncer';
|
62
60
|
export { default as Searchfield } from './searchfield';
|
61
|
+
export { default as ScreenreaderAnnouncer } from './screenreaderannouncer';
|
62
|
+
export { default as RadioGroup } from './radiogroup';
|
63
63
|
export { default as Select } from './select';
|
64
64
|
export { default as Selectlistbox } from './selectlistbox';
|
65
|
-
export { default as SideNavigation } from './sidenavigation';
|
66
65
|
export { default as Skeleton } from './skeleton';
|
67
66
|
export { default as Slider } from './slider';
|
67
|
+
export { default as SideNavigation } from './sidenavigation';
|
68
68
|
export { default as Spinner } from './spinner';
|
69
69
|
export { default as StaticCheckbox } from './staticcheckbox';
|
70
70
|
export { default as StaticChip } from './staticchip';
|
71
71
|
export { default as StaticRadio } from './staticradio';
|
72
72
|
export { default as StaticToggle } from './statictoggle';
|
73
|
-
export { default as StepperConnector } from './stepperconnector';
|
74
73
|
export { default as Stepper } from './stepper';
|
74
|
+
export { default as StepperConnector } from './stepperconnector';
|
75
75
|
export { default as StepperItem } from './stepperitem';
|
76
76
|
export { default as Tab } from './tab';
|
77
77
|
export { default as TabList } from './tablist';
|