@momentum-design/components 0.120.3 → 0.120.5

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.
@@ -16,6 +16,7 @@ export { default as ButtonGroup } from './buttongroup';
16
16
  export { default as ButtonLink } from './buttonlink';
17
17
  export { default as Buttonsimple } from './buttonsimple';
18
18
  export { default as Card } from './card';
19
+ export { default as CardButton } from './cardbutton';
19
20
  export { default as CardCheckbox } from './cardcheckbox';
20
21
  export { default as CardRadio } from './cardradio';
21
22
  export { default as Checkbox } from './checkbox';
@@ -27,11 +28,10 @@ export { default as Divider } from './divider';
27
28
  export { default as FilterChip } from './filterchip';
28
29
  export { default as FormfieldGroup } from './formfieldgroup';
29
30
  export { default as FormfieldWrapper } from './formfieldwrapper';
30
- export { default as Icon } from './icon';
31
31
  export { default as IconProvider } from './iconprovider';
32
32
  export { default as Illustration } from './illustration';
33
- export { default as CardButton } from './cardbutton';
34
33
  export { default as IllustrationProvider } from './illustrationprovider';
34
+ export { default as Icon } from './icon';
35
35
  export { default as Input } from './input';
36
36
  export { default as InputChip } from './inputchip';
37
37
  export { default as Link } from './link';
@@ -16,6 +16,7 @@ export { default as ButtonGroup } from './buttongroup';
16
16
  export { default as ButtonLink } from './buttonlink';
17
17
  export { default as Buttonsimple } from './buttonsimple';
18
18
  export { default as Card } from './card';
19
+ export { default as CardButton } from './cardbutton';
19
20
  export { default as CardCheckbox } from './cardcheckbox';
20
21
  export { default as CardRadio } from './cardradio';
21
22
  export { default as Checkbox } from './checkbox';
@@ -27,11 +28,10 @@ export { default as Divider } from './divider';
27
28
  export { default as FilterChip } from './filterchip';
28
29
  export { default as FormfieldGroup } from './formfieldgroup';
29
30
  export { default as FormfieldWrapper } from './formfieldwrapper';
30
- export { default as Icon } from './icon';
31
31
  export { default as IconProvider } from './iconprovider';
32
32
  export { default as Illustration } from './illustration';
33
- export { default as CardButton } from './cardbutton';
34
33
  export { default as IllustrationProvider } from './illustrationprovider';
34
+ export { default as Icon } from './icon';
35
35
  export { default as Input } from './input';
36
36
  export { default as InputChip } from './inputchip';
37
37
  export { default as Link } from './link';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@momentum-design/components",
3
3
  "packageManager": "yarn@3.2.4",
4
- "version": "0.120.3",
4
+ "version": "0.120.5",
5
5
  "engines": {
6
6
  "node": ">=20.0.0",
7
7
  "npm": ">=8.0.0"