@momentum-design/components 0.120.6 → 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/custom-elements.json +1352 -1352
- package/dist/react/index.d.ts +1 -1
- package/dist/react/index.js +1 -1
- package/package.json +1 -1
package/dist/react/index.d.ts
CHANGED
@@ -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
@@ -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';
|