@designcrowd/fe-shared-lib 1.0.9-ast-card-1 → 1.0.9-ast-card-2

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.
Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -36,6 +36,7 @@ export { default as TextInput } from './src/atoms/components/TextInput/TextInput
36
36
  export { default as TextCopyField } from './src/atoms/components/TextCopyField/TextCopyField.vue';
37
37
  export { default as Textarea } from './src/atoms/components/Textarea/Textarea.vue';
38
38
  export { default as Toggle } from './src/atoms/components/Toggle/Toggle.vue';
39
+ export { default as Card } from './src/atoms/components/Card/Card.vue';
39
40
  export { default as Checkbox } from './src/atoms/components/Checkbox/Checkbox.vue';
40
41
  export { default as ColorPicker } from './src/atoms/components/ColorPicker/ColorPicker.vue';
41
42
  export { default as Carousel } from './src/atoms/components/Carousel/Carousel.vue';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@designcrowd/fe-shared-lib",
3
- "version": "1.0.9-ast-card-1",
3
+ "version": "1.0.9-ast-card-2",
4
4
  "scripts": {
5
5
  "start": "npm run storybook",
6
6
  "build": "npm run build:css --production",