@momentum-design/components 0.120.32 → 0.120.33
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 +1820 -1820
- package/dist/react/index.d.ts +3 -3
- package/dist/react/index.js +3 -3
- package/package.json +1 -1
package/dist/react/index.d.ts
CHANGED
|
@@ -15,8 +15,8 @@ export { default as Button } from './button';
|
|
|
15
15
|
export { default as ButtonGroup } from './buttongroup';
|
|
16
16
|
export { default as ButtonLink } from './buttonlink';
|
|
17
17
|
export { default as Buttonsimple } from './buttonsimple';
|
|
18
|
-
export { default as Card } from './card';
|
|
19
18
|
export { default as CardButton } from './cardbutton';
|
|
19
|
+
export { default as Card } from './card';
|
|
20
20
|
export { default as CardCheckbox } from './cardcheckbox';
|
|
21
21
|
export { default as CardRadio } from './cardradio';
|
|
22
22
|
export { default as Checkbox } from './checkbox';
|
|
@@ -37,8 +37,8 @@ export { default as Input } from './input';
|
|
|
37
37
|
export { default as InputChip } from './inputchip';
|
|
38
38
|
export { default as Link } from './link';
|
|
39
39
|
export { default as LinkButton } from './linkbutton';
|
|
40
|
-
export { default as List } from './list';
|
|
41
40
|
export { default as Linksimple } from './linksimple';
|
|
41
|
+
export { default as List } from './list';
|
|
42
42
|
export { default as ListBox } from './listbox';
|
|
43
43
|
export { default as Listheader } from './listheader';
|
|
44
44
|
export { default as ListItem } from './listitem';
|
|
@@ -60,8 +60,8 @@ export { default as Progressspinner } from './progressspinner';
|
|
|
60
60
|
export { default as Radio } from './radio';
|
|
61
61
|
export { default as RadioGroup } from './radiogroup';
|
|
62
62
|
export { default as ScreenreaderAnnouncer } from './screenreaderannouncer';
|
|
63
|
-
export { default as Select } from './select';
|
|
64
63
|
export { default as Searchfield } from './searchfield';
|
|
64
|
+
export { default as Select } from './select';
|
|
65
65
|
export { default as Selectlistbox } from './selectlistbox';
|
|
66
66
|
export { default as SideNavigation } from './sidenavigation';
|
|
67
67
|
export { default as Skeleton } from './skeleton';
|
package/dist/react/index.js
CHANGED
|
@@ -15,8 +15,8 @@ export { default as Button } from './button';
|
|
|
15
15
|
export { default as ButtonGroup } from './buttongroup';
|
|
16
16
|
export { default as ButtonLink } from './buttonlink';
|
|
17
17
|
export { default as Buttonsimple } from './buttonsimple';
|
|
18
|
-
export { default as Card } from './card';
|
|
19
18
|
export { default as CardButton } from './cardbutton';
|
|
19
|
+
export { default as Card } from './card';
|
|
20
20
|
export { default as CardCheckbox } from './cardcheckbox';
|
|
21
21
|
export { default as CardRadio } from './cardradio';
|
|
22
22
|
export { default as Checkbox } from './checkbox';
|
|
@@ -37,8 +37,8 @@ export { default as Input } from './input';
|
|
|
37
37
|
export { default as InputChip } from './inputchip';
|
|
38
38
|
export { default as Link } from './link';
|
|
39
39
|
export { default as LinkButton } from './linkbutton';
|
|
40
|
-
export { default as List } from './list';
|
|
41
40
|
export { default as Linksimple } from './linksimple';
|
|
41
|
+
export { default as List } from './list';
|
|
42
42
|
export { default as ListBox } from './listbox';
|
|
43
43
|
export { default as Listheader } from './listheader';
|
|
44
44
|
export { default as ListItem } from './listitem';
|
|
@@ -60,8 +60,8 @@ export { default as Progressspinner } from './progressspinner';
|
|
|
60
60
|
export { default as Radio } from './radio';
|
|
61
61
|
export { default as RadioGroup } from './radiogroup';
|
|
62
62
|
export { default as ScreenreaderAnnouncer } from './screenreaderannouncer';
|
|
63
|
-
export { default as Select } from './select';
|
|
64
63
|
export { default as Searchfield } from './searchfield';
|
|
64
|
+
export { default as Select } from './select';
|
|
65
65
|
export { default as Selectlistbox } from './selectlistbox';
|
|
66
66
|
export { default as SideNavigation } from './sidenavigation';
|
|
67
67
|
export { default as Skeleton } from './skeleton';
|