@momentum-design/components 0.119.0 → 0.120.0
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 +1072 -1072
- 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
1
|
export { default as Accordion } from './accordion';
|
2
|
-
export { default as AccordionGroup } from './accordiongroup';
|
3
2
|
export { default as AccordionButton } from './accordionbutton';
|
3
|
+
export { default as AccordionGroup } from './accordiongroup';
|
4
4
|
export { default as AlertChip } from './alertchip';
|
5
5
|
export { default as Animation } from './animation';
|
6
6
|
export { default as AnnouncementDialog } from './announcementdialog';
|
@@ -35,9 +35,9 @@ export { default as IllustrationProvider } from './illustrationprovider';
|
|
35
35
|
export { default as Input } from './input';
|
36
36
|
export { default as InputChip } from './inputchip';
|
37
37
|
export { default as Link } from './link';
|
38
|
-
export { default as LinkButton } from './linkbutton';
|
39
38
|
export { default as Linksimple } from './linksimple';
|
40
39
|
export { default as List } from './list';
|
40
|
+
export { default as LinkButton } from './linkbutton';
|
41
41
|
export { default as ListBox } from './listbox';
|
42
42
|
export { default as Listheader } from './listheader';
|
43
43
|
export { default as ListItem } from './listitem';
|
package/dist/react/index.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
export { default as Accordion } from './accordion';
|
2
|
-
export { default as AccordionGroup } from './accordiongroup';
|
3
2
|
export { default as AccordionButton } from './accordionbutton';
|
3
|
+
export { default as AccordionGroup } from './accordiongroup';
|
4
4
|
export { default as AlertChip } from './alertchip';
|
5
5
|
export { default as Animation } from './animation';
|
6
6
|
export { default as AnnouncementDialog } from './announcementdialog';
|
@@ -35,9 +35,9 @@ export { default as IllustrationProvider } from './illustrationprovider';
|
|
35
35
|
export { default as Input } from './input';
|
36
36
|
export { default as InputChip } from './inputchip';
|
37
37
|
export { default as Link } from './link';
|
38
|
-
export { default as LinkButton } from './linkbutton';
|
39
38
|
export { default as Linksimple } from './linksimple';
|
40
39
|
export { default as List } from './list';
|
40
|
+
export { default as LinkButton } from './linkbutton';
|
41
41
|
export { default as ListBox } from './listbox';
|
42
42
|
export { default as Listheader } from './listheader';
|
43
43
|
export { default as ListItem } from './listitem';
|