@momentum-design/components 0.73.7 → 0.74.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.
@@ -1,12 +1,12 @@
1
- export { default as Animation } from './animation';
2
1
  export { default as AlertChip } from './alertchip';
2
+ export { default as Animation } from './animation';
3
3
  export { default as Appheader } from './appheader';
4
- export { default as Avatar } from './avatar';
5
4
  export { default as AvatarButton } from './avatarbutton';
6
- export { default as Badge } from './badge';
5
+ export { default as Avatar } from './avatar';
7
6
  export { default as Brandvisual } from './brandvisual';
8
7
  export { default as Bullet } from './bullet';
9
8
  export { default as Button } from './button';
9
+ export { default as Badge } from './badge';
10
10
  export { default as ButtonLink } from './buttonlink';
11
11
  export { default as Buttonsimple } from './buttonsimple';
12
12
  export { default as Card } from './card';
@@ -1,12 +1,12 @@
1
- export { default as Animation } from './animation';
2
1
  export { default as AlertChip } from './alertchip';
2
+ export { default as Animation } from './animation';
3
3
  export { default as Appheader } from './appheader';
4
- export { default as Avatar } from './avatar';
5
4
  export { default as AvatarButton } from './avatarbutton';
6
- export { default as Badge } from './badge';
5
+ export { default as Avatar } from './avatar';
7
6
  export { default as Brandvisual } from './brandvisual';
8
7
  export { default as Bullet } from './bullet';
9
8
  export { default as Button } from './button';
9
+ export { default as Badge } from './badge';
10
10
  export { default as ButtonLink } from './buttonlink';
11
11
  export { default as Buttonsimple } from './buttonsimple';
12
12
  export { default as Card } from './card';
package/package.json CHANGED
@@ -41,5 +41,5 @@
41
41
  "lottie-web": "^5.12.2",
42
42
  "uuid": "^11.0.5"
43
43
  },
44
- "version": "0.73.7"
44
+ "version": "0.74.1"
45
45
  }