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

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/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-3",
4
4
  "scripts": {
5
5
  "start": "npm run storybook",
6
6
  "build": "npm run build:css --production",
@@ -12,7 +12,7 @@
12
12
  {{ title }}
13
13
  <span
14
14
  v-if="showLabel"
15
- class="tw-ml-2 tw-text-xs tw-text-primary-500 tw-border tw-border-primary-500 tw-rounded-full tw-px-2 tw-font-sans tw-uppercase"
15
+ class="tw-ml-2 tw-text-xs tw-text-primary-500 tw-border tw-border-solid tw-border-primary-500 tw-rounded-full tw-px-2 tw-font-sans tw-uppercase"
16
16
  >Recommended</span
17
17
  >
18
18
  </p>