@momentum-design/components 0.116.1 → 0.116.2
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 +2260 -2260
- 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
@@ -12,9 +12,9 @@ export { default as Brandvisual } from './brandvisual';
|
|
12
12
|
export { default as Bullet } from './bullet';
|
13
13
|
export { default as Button } from './button';
|
14
14
|
export { default as ButtonGroup } from './buttongroup';
|
15
|
-
export { default as ButtonLink } from './buttonlink';
|
16
15
|
export { default as Buttonsimple } from './buttonsimple';
|
17
16
|
export { default as Card } from './card';
|
17
|
+
export { default as ButtonLink } from './buttonlink';
|
18
18
|
export { default as CardButton } from './cardbutton';
|
19
19
|
export { default as CardCheckbox } from './cardcheckbox';
|
20
20
|
export { default as CardRadio } from './cardradio';
|
@@ -56,8 +56,8 @@ export { default as Progressspinner } from './progressspinner';
|
|
56
56
|
export { default as Radio } from './radio';
|
57
57
|
export { default as RadioGroup } from './radiogroup';
|
58
58
|
export { default as ScreenreaderAnnouncer } from './screenreaderannouncer';
|
59
|
-
export { default as Select } from './select';
|
60
59
|
export { default as Searchfield } from './searchfield';
|
60
|
+
export { default as Select } from './select';
|
61
61
|
export { default as Selectlistbox } from './selectlistbox';
|
62
62
|
export { default as SideNavigation } from './sidenavigation';
|
63
63
|
export { default as Skeleton } from './skeleton';
|
package/dist/react/index.js
CHANGED
@@ -12,9 +12,9 @@ export { default as Brandvisual } from './brandvisual';
|
|
12
12
|
export { default as Bullet } from './bullet';
|
13
13
|
export { default as Button } from './button';
|
14
14
|
export { default as ButtonGroup } from './buttongroup';
|
15
|
-
export { default as ButtonLink } from './buttonlink';
|
16
15
|
export { default as Buttonsimple } from './buttonsimple';
|
17
16
|
export { default as Card } from './card';
|
17
|
+
export { default as ButtonLink } from './buttonlink';
|
18
18
|
export { default as CardButton } from './cardbutton';
|
19
19
|
export { default as CardCheckbox } from './cardcheckbox';
|
20
20
|
export { default as CardRadio } from './cardradio';
|
@@ -56,8 +56,8 @@ export { default as Progressspinner } from './progressspinner';
|
|
56
56
|
export { default as Radio } from './radio';
|
57
57
|
export { default as RadioGroup } from './radiogroup';
|
58
58
|
export { default as ScreenreaderAnnouncer } from './screenreaderannouncer';
|
59
|
-
export { default as Select } from './select';
|
60
59
|
export { default as Searchfield } from './searchfield';
|
60
|
+
export { default as Select } from './select';
|
61
61
|
export { default as Selectlistbox } from './selectlistbox';
|
62
62
|
export { default as SideNavigation } from './sidenavigation';
|
63
63
|
export { default as Skeleton } from './skeleton';
|