@momentum-design/components 0.16.6 → 0.16.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  export { default as Avatar } from './avatar';
2
- export { default as AvatarButton } from './avatarbutton';
3
2
  export { default as Badge } from './badge';
4
3
  export { default as Bullet } from './bullet';
4
+ export { default as AvatarButton } from './avatarbutton';
5
5
  export { default as Button } from './button';
6
6
  export { default as Buttonsimple } from './buttonsimple';
7
7
  export { default as Divider } from './divider';
@@ -1,7 +1,7 @@
1
1
  export { default as Avatar } from './avatar';
2
- export { default as AvatarButton } from './avatarbutton';
3
2
  export { default as Badge } from './badge';
4
3
  export { default as Bullet } from './bullet';
4
+ export { default as AvatarButton } from './avatarbutton';
5
5
  export { default as Button } from './button';
6
6
  export { default as Buttonsimple } from './buttonsimple';
7
7
  export { default as Divider } from './divider';
package/package.json CHANGED
@@ -35,5 +35,5 @@
35
35
  "@momentum-design/tokens": "*",
36
36
  "lit": "^3.2.0"
37
37
  },
38
- "version": "0.16.6"
38
+ "version": "0.16.8"
39
39
  }