@mailstep/design-system 0.1.8-beta.1 → 0.1.8

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mailstep/design-system",
3
- "version": "0.1.8-beta.1",
3
+ "version": "0.1.8",
4
4
  "license": "ISC",
5
5
  "type": "module",
6
6
  "main": "./ui/index.js",
@@ -2,4 +2,4 @@ import { CardProps } from './types.js';
2
2
 
3
3
  declare const Card: CardProps
4
4
 
5
- export { Card, Card as default };
5
+ export { Card as default };
@@ -1,3 +1,3 @@
1
- import CardComponent from './Card';
1
+ import Card from './Card';
2
2
  export { Card, CardImage, CardBody } from './Card';
3
- export default CardComponent;
3
+ export default Card;