@momentum-design/components 0.120.21 → 0.120.23

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,14 +1,14 @@
1
- export { default as AccordionButton } from './accordionbutton';
2
1
  export { default as Accordion } from './accordion';
2
+ export { default as AccordionButton } from './accordionbutton';
3
3
  export { default as AccordionGroup } from './accordiongroup';
4
4
  export { default as AlertChip } from './alertchip';
5
+ export { default as Animation } from './animation';
5
6
  export { default as AnnouncementDialog } from './announcementdialog';
6
7
  export { default as Appheader } from './appheader';
7
8
  export { default as Avatar } from './avatar';
8
- export { default as Animation } from './animation';
9
9
  export { default as AvatarButton } from './avatarbutton';
10
- export { default as Badge } from './badge';
11
10
  export { default as Banner } from './banner';
11
+ export { default as Badge } from './badge';
12
12
  export { default as Brandvisual } from './brandvisual';
13
13
  export { default as Bullet } from './bullet';
14
14
  export { default as Button } from './button';
@@ -60,17 +60,17 @@ 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 Searchfield } from './searchfield';
64
63
  export { default as Select } from './select';
65
64
  export { default as Selectlistbox } from './selectlistbox';
66
65
  export { default as SideNavigation } from './sidenavigation';
66
+ export { default as Searchfield } from './searchfield';
67
67
  export { default as Skeleton } from './skeleton';
68
68
  export { default as Slider } from './slider';
69
69
  export { default as Spinner } from './spinner';
70
70
  export { default as StaticCheckbox } from './staticcheckbox';
71
+ export { default as StaticChip } from './staticchip';
71
72
  export { default as StaticRadio } from './staticradio';
72
73
  export { default as StaticToggle } from './statictoggle';
73
- export { default as StaticChip } from './staticchip';
74
74
  export { default as Stepper } from './stepper';
75
75
  export { default as StepperConnector } from './stepperconnector';
76
76
  export { default as StepperItem } from './stepperitem';
@@ -1,14 +1,14 @@
1
- export { default as AccordionButton } from './accordionbutton';
2
1
  export { default as Accordion } from './accordion';
2
+ export { default as AccordionButton } from './accordionbutton';
3
3
  export { default as AccordionGroup } from './accordiongroup';
4
4
  export { default as AlertChip } from './alertchip';
5
+ export { default as Animation } from './animation';
5
6
  export { default as AnnouncementDialog } from './announcementdialog';
6
7
  export { default as Appheader } from './appheader';
7
8
  export { default as Avatar } from './avatar';
8
- export { default as Animation } from './animation';
9
9
  export { default as AvatarButton } from './avatarbutton';
10
- export { default as Badge } from './badge';
11
10
  export { default as Banner } from './banner';
11
+ export { default as Badge } from './badge';
12
12
  export { default as Brandvisual } from './brandvisual';
13
13
  export { default as Bullet } from './bullet';
14
14
  export { default as Button } from './button';
@@ -60,17 +60,17 @@ 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 Searchfield } from './searchfield';
64
63
  export { default as Select } from './select';
65
64
  export { default as Selectlistbox } from './selectlistbox';
66
65
  export { default as SideNavigation } from './sidenavigation';
66
+ export { default as Searchfield } from './searchfield';
67
67
  export { default as Skeleton } from './skeleton';
68
68
  export { default as Slider } from './slider';
69
69
  export { default as Spinner } from './spinner';
70
70
  export { default as StaticCheckbox } from './staticcheckbox';
71
+ export { default as StaticChip } from './staticchip';
71
72
  export { default as StaticRadio } from './staticradio';
72
73
  export { default as StaticToggle } from './statictoggle';
73
- export { default as StaticChip } from './staticchip';
74
74
  export { default as Stepper } from './stepper';
75
75
  export { default as StepperConnector } from './stepperconnector';
76
76
  export { default as StepperItem } from './stepperitem';
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.21",
4
+ "version": "0.120.23",
5
5
  "engines": {
6
6
  "node": ">=20.0.0",
7
7
  "npm": ">=8.0.0"