@designcrowd/fe-shared-lib 1.4.4-promocardv0 → 1.4.4

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.
@@ -750,6 +750,9 @@ video {
750
750
  .tw-mt-4 {
751
751
  margin-top: 1rem;
752
752
  }
753
+ .tw-mt-6 {
754
+ margin-top: 1.5rem;
755
+ }
753
756
  .tw-mt-8 {
754
757
  margin-top: 2rem;
755
758
  }
@@ -750,6 +750,9 @@ video {
750
750
  .tw-mt-4 {
751
751
  margin-top: 1rem;
752
752
  }
753
+ .tw-mt-6 {
754
+ margin-top: 1.5rem;
755
+ }
753
756
  .tw-mt-8 {
754
757
  margin-top: 2rem;
755
758
  }
@@ -750,6 +750,9 @@ video {
750
750
  .tw-mt-4 {
751
751
  margin-top: 1rem;
752
752
  }
753
+ .tw-mt-6 {
754
+ margin-top: 1.5rem;
755
+ }
753
756
  .tw-mt-8 {
754
757
  margin-top: 2rem;
755
758
  }
@@ -750,6 +750,9 @@ video {
750
750
  .tw-mt-4 {
751
751
  margin-top: 1rem;
752
752
  }
753
+ .tw-mt-6 {
754
+ margin-top: 1.5rem;
755
+ }
753
756
  .tw-mt-8 {
754
757
  margin-top: 2rem;
755
758
  }
@@ -750,6 +750,9 @@ video {
750
750
  .tw-mt-4 {
751
751
  margin-top: 1rem;
752
752
  }
753
+ .tw-mt-6 {
754
+ margin-top: 1.5rem;
755
+ }
753
756
  .tw-mt-8 {
754
757
  margin-top: 2rem;
755
758
  }
package/index.js CHANGED
@@ -32,7 +32,6 @@ export { default as Loader } from './src/atoms/components/Loader/Loader.vue';
32
32
  export { default as Tooltip } from './src/atoms/components/Tooltip/Tooltip.vue';
33
33
  export { default as Picture } from './src/atoms/components/Picture/Picture.vue';
34
34
  export { default as HelloBar } from './src/atoms/components/HelloBar/HelloBar.vue';
35
- export { default as PromoCard } from './src/atoms/components/PromoCard/PromoCard.vue';
36
35
  export { default as SearchBar } from './src/atoms/components/SearchBar/SearchBar.vue';
37
36
  export { default as StarRating } from './src/atoms/components/StarRating/StarRating.vue';
38
37
  export { default as TabMenu } from './src/atoms/components/TabMenu/TabMenu.vue';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@designcrowd/fe-shared-lib",
3
- "version": "1.4.4-promocardv0",
3
+ "version": "1.4.4",
4
4
  "scripts": {
5
5
  "start": "run-p storybook watch:translation",
6
6
  "build": "npm run build:css --production",
@@ -32,22 +32,4 @@ export const cards = [
32
32
  name: 'Facebook cover',
33
33
  pluralName: 'Facebook Covers',
34
34
  },
35
- {
36
- editorUrl: '#',
37
- imageUrl: 'https://bcassetcdn.com/assets/images/carousel/carousel-logo.png',
38
- name: 'Logo design',
39
- pluralName: 'Logo Designs',
40
- },
41
- {
42
- editorUrl: '#',
43
- imageUrl: 'https://bcassetcdn.com/assets/images/carousel/carousel-business-card.png',
44
- name: 'Business card',
45
- pluralName: 'Business Cards',
46
- },
47
- {
48
- editorUrl: '#',
49
- imageUrl: 'https://bcassetcdn.com/assets/images/carousel/carousel-facebook-cover.png',
50
- name: 'Facebook cover',
51
- pluralName: 'Facebook Covers',
52
- },
53
35
  ];