@momentum-design/components 0.73.5 → 0.73.6
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 +1155 -1155
- 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
@@ -49,10 +49,10 @@ export { default as Spinner } from './spinner';
|
|
49
49
|
export { default as StaticCheckbox } from './staticcheckbox';
|
50
50
|
export { default as StaticRadio } from './staticradio';
|
51
51
|
export { default as StaticToggle } from './statictoggle';
|
52
|
-
export { default as Tab } from './tab';
|
53
52
|
export { default as TabList } from './tablist';
|
54
53
|
export { default as Text } from './text';
|
55
54
|
export { default as Textarea } from './textarea';
|
55
|
+
export { default as Tab } from './tab';
|
56
56
|
export { default as ThemeProvider } from './themeprovider';
|
57
57
|
export { default as Toggle } from './toggle';
|
58
58
|
export { default as ToggleTip } from './toggletip';
|
package/dist/react/index.js
CHANGED
@@ -49,10 +49,10 @@ export { default as Spinner } from './spinner';
|
|
49
49
|
export { default as StaticCheckbox } from './staticcheckbox';
|
50
50
|
export { default as StaticRadio } from './staticradio';
|
51
51
|
export { default as StaticToggle } from './statictoggle';
|
52
|
-
export { default as Tab } from './tab';
|
53
52
|
export { default as TabList } from './tablist';
|
54
53
|
export { default as Text } from './text';
|
55
54
|
export { default as Textarea } from './textarea';
|
55
|
+
export { default as Tab } from './tab';
|
56
56
|
export { default as ThemeProvider } from './themeprovider';
|
57
57
|
export { default as Toggle } from './toggle';
|
58
58
|
export { default as ToggleTip } from './toggletip';
|
package/package.json
CHANGED