@momentum-design/components 0.42.0 → 0.43.0

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,9 +1,9 @@
1
1
  export { default as AlertChip } from './alertchip';
2
+ export { default as AvatarButton } from './avatarbutton';
2
3
  export { default as Avatar } from './avatar';
3
4
  export { default as Badge } from './badge';
4
5
  export { default as Brandvisual } from './brandvisual';
5
6
  export { default as Bullet } from './bullet';
6
- export { default as AvatarButton } from './avatarbutton';
7
7
  export { default as Button } from './button';
8
8
  export { default as Buttonsimple } from './buttonsimple';
9
9
  export { default as Checkbox } from './checkbox';
@@ -1,9 +1,9 @@
1
1
  export { default as AlertChip } from './alertchip';
2
+ export { default as AvatarButton } from './avatarbutton';
2
3
  export { default as Avatar } from './avatar';
3
4
  export { default as Badge } from './badge';
4
5
  export { default as Brandvisual } from './brandvisual';
5
6
  export { default as Bullet } from './bullet';
6
- export { default as AvatarButton } from './avatarbutton';
7
7
  export { default as Button } from './button';
8
8
  export { default as Buttonsimple } from './buttonsimple';
9
9
  export { default as Checkbox } from './checkbox';
package/package.json CHANGED
@@ -38,5 +38,5 @@
38
38
  "lit": "^3.2.0",
39
39
  "uuid": "^11.0.5"
40
40
  },
41
- "version": "0.42.0"
41
+ "version": "0.43.0"
42
42
  }