@momentum-design/components 0.76.0 → 0.76.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,13 +1,13 @@
1
- export { default as Appheader } from './appheader';
2
- export { default as Animation } from './animation';
3
1
  export { default as AlertChip } from './alertchip';
2
+ export { default as Animation } from './animation';
3
+ export { default as Appheader } from './appheader';
4
4
  export { default as Avatar } from './avatar';
5
5
  export { default as AvatarButton } from './avatarbutton';
6
6
  export { default as Badge } from './badge';
7
7
  export { default as Brandvisual } from './brandvisual';
8
8
  export { default as Bullet } from './bullet';
9
- export { default as Button } from './button';
10
9
  export { default as ButtonGroup } from './buttongroup';
10
+ export { default as Button } from './button';
11
11
  export { default as ButtonLink } from './buttonlink';
12
12
  export { default as Buttonsimple } from './buttonsimple';
13
13
  export { default as Card } from './card';
@@ -1,13 +1,13 @@
1
- export { default as Appheader } from './appheader';
2
- export { default as Animation } from './animation';
3
1
  export { default as AlertChip } from './alertchip';
2
+ export { default as Animation } from './animation';
3
+ export { default as Appheader } from './appheader';
4
4
  export { default as Avatar } from './avatar';
5
5
  export { default as AvatarButton } from './avatarbutton';
6
6
  export { default as Badge } from './badge';
7
7
  export { default as Brandvisual } from './brandvisual';
8
8
  export { default as Bullet } from './bullet';
9
- export { default as Button } from './button';
10
9
  export { default as ButtonGroup } from './buttongroup';
10
+ export { default as Button } from './button';
11
11
  export { default as ButtonLink } from './buttonlink';
12
12
  export { default as Buttonsimple } from './buttonsimple';
13
13
  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.76.0"
44
+ "version": "0.76.1"
45
45
  }