@momentum-design/components 0.123.3 → 0.123.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.
@@ -1,6 +1,6 @@
1
- export { default as AccordionGroup } from './accordiongroup';
2
- export { default as AccordionButton } from './accordionbutton';
3
1
  export { default as Accordion } from './accordion';
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';
@@ -33,15 +33,15 @@ export { default as Icon } from './icon';
33
33
  export { default as IconProvider } from './iconprovider';
34
34
  export { default as Illustration } from './illustration';
35
35
  export { default as IllustrationProvider } from './illustrationprovider';
36
- export { default as InputChip } from './inputchip';
37
36
  export { default as Input } from './input';
37
+ export { default as InputChip } from './inputchip';
38
38
  export { default as Link } from './link';
39
39
  export { default as LinkButton } from './linkbutton';
40
40
  export { default as Linksimple } from './linksimple';
41
41
  export { default as List } from './list';
42
+ export { default as ListBox } from './listbox';
42
43
  export { default as Listheader } from './listheader';
43
44
  export { default as ListItem } from './listitem';
44
- export { default as ListBox } from './listbox';
45
45
  export { default as Marker } from './marker';
46
46
  export { default as MenuBar } from './menubar';
47
47
  export { default as MenuItem } from './menuitem';
@@ -1,6 +1,6 @@
1
- export { default as AccordionGroup } from './accordiongroup';
2
- export { default as AccordionButton } from './accordionbutton';
3
1
  export { default as Accordion } from './accordion';
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';
@@ -33,15 +33,15 @@ export { default as Icon } from './icon';
33
33
  export { default as IconProvider } from './iconprovider';
34
34
  export { default as Illustration } from './illustration';
35
35
  export { default as IllustrationProvider } from './illustrationprovider';
36
- export { default as InputChip } from './inputchip';
37
36
  export { default as Input } from './input';
37
+ export { default as InputChip } from './inputchip';
38
38
  export { default as Link } from './link';
39
39
  export { default as LinkButton } from './linkbutton';
40
40
  export { default as Linksimple } from './linksimple';
41
41
  export { default as List } from './list';
42
+ export { default as ListBox } from './listbox';
42
43
  export { default as Listheader } from './listheader';
43
44
  export { default as ListItem } from './listitem';
44
- export { default as ListBox } from './listbox';
45
45
  export { default as Marker } from './marker';
46
46
  export { default as MenuBar } from './menubar';
47
47
  export { default as MenuItem } from './menuitem';
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.123.3",
4
+ "version": "0.123.5",
5
5
  "engines": {
6
6
  "node": ">=20.0.0",
7
7
  "npm": ">=8.0.0"