@momentum-design/components 0.120.0 → 0.120.1

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.
@@ -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';
38
39
  export { default as Linksimple } from './linksimple';
39
40
  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';
@@ -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';
38
39
  export { default as Linksimple } from './linksimple';
39
40
  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/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.0",
4
+ "version": "0.120.1",
5
5
  "engines": {
6
6
  "node": ">=20.0.0",
7
7
  "npm": ">=8.0.0"