@momentum-design/components 0.120.5 → 0.120.7
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 +1 -1
- package/dist/browser/index.js.map +2 -2
- package/dist/components/popover/popover.component.js +3 -3
- package/dist/components/popover/popover.utils.js +1 -1
- package/dist/custom-elements.json +1603 -1603
- 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
@@ -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';
|
31
32
|
export { default as IconProvider } from './iconprovider';
|
32
33
|
export { default as Illustration } from './illustration';
|
33
34
|
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';
|
@@ -59,8 +59,8 @@ export { default as Progressspinner } from './progressspinner';
|
|
59
59
|
export { default as Radio } from './radio';
|
60
60
|
export { default as RadioGroup } from './radiogroup';
|
61
61
|
export { default as ScreenreaderAnnouncer } from './screenreaderannouncer';
|
62
|
-
export { default as Searchfield } from './searchfield';
|
63
62
|
export { default as Select } from './select';
|
63
|
+
export { default as Searchfield } from './searchfield';
|
64
64
|
export { default as Selectlistbox } from './selectlistbox';
|
65
65
|
export { default as SideNavigation } from './sidenavigation';
|
66
66
|
export { default as Skeleton } from './skeleton';
|
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';
|
31
32
|
export { default as IconProvider } from './iconprovider';
|
32
33
|
export { default as Illustration } from './illustration';
|
33
34
|
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';
|
@@ -59,8 +59,8 @@ export { default as Progressspinner } from './progressspinner';
|
|
59
59
|
export { default as Radio } from './radio';
|
60
60
|
export { default as RadioGroup } from './radiogroup';
|
61
61
|
export { default as ScreenreaderAnnouncer } from './screenreaderannouncer';
|
62
|
-
export { default as Searchfield } from './searchfield';
|
63
62
|
export { default as Select } from './select';
|
63
|
+
export { default as Searchfield } from './searchfield';
|
64
64
|
export { default as Selectlistbox } from './selectlistbox';
|
65
65
|
export { default as SideNavigation } from './sidenavigation';
|
66
66
|
export { default as Skeleton } from './skeleton';
|