@designcrowd/fe-shared-lib 1.5.1 → 1.5.3-CarouselUpdatev0

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,9 +750,6 @@ video {
750
750
  .tw-mt-4 {
751
751
  margin-top: 1rem;
752
752
  }
753
- .tw-mt-6 {
754
- margin-top: 1.5rem;
755
- }
756
753
  .tw-mt-8 {
757
754
  margin-top: 2rem;
758
755
  }
@@ -926,9 +923,6 @@ video {
926
923
  .tw-flex-none {
927
924
  flex: none;
928
925
  }
929
- .tw-flex-shrink-0 {
930
- flex-shrink: 0;
931
- }
932
926
  .tw-grow {
933
927
  flex-grow: 1;
934
928
  }
@@ -750,9 +750,6 @@ video {
750
750
  .tw-mt-4 {
751
751
  margin-top: 1rem;
752
752
  }
753
- .tw-mt-6 {
754
- margin-top: 1.5rem;
755
- }
756
753
  .tw-mt-8 {
757
754
  margin-top: 2rem;
758
755
  }
@@ -926,9 +923,6 @@ video {
926
923
  .tw-flex-none {
927
924
  flex: none;
928
925
  }
929
- .tw-flex-shrink-0 {
930
- flex-shrink: 0;
931
- }
932
926
  .tw-grow {
933
927
  flex-grow: 1;
934
928
  }
@@ -750,9 +750,6 @@ video {
750
750
  .tw-mt-4 {
751
751
  margin-top: 1rem;
752
752
  }
753
- .tw-mt-6 {
754
- margin-top: 1.5rem;
755
- }
756
753
  .tw-mt-8 {
757
754
  margin-top: 2rem;
758
755
  }
@@ -926,9 +923,6 @@ video {
926
923
  .tw-flex-none {
927
924
  flex: none;
928
925
  }
929
- .tw-flex-shrink-0 {
930
- flex-shrink: 0;
931
- }
932
926
  .tw-grow {
933
927
  flex-grow: 1;
934
928
  }
@@ -750,9 +750,6 @@ video {
750
750
  .tw-mt-4 {
751
751
  margin-top: 1rem;
752
752
  }
753
- .tw-mt-6 {
754
- margin-top: 1.5rem;
755
- }
756
753
  .tw-mt-8 {
757
754
  margin-top: 2rem;
758
755
  }
@@ -926,9 +923,6 @@ video {
926
923
  .tw-flex-none {
927
924
  flex: none;
928
925
  }
929
- .tw-flex-shrink-0 {
930
- flex-shrink: 0;
931
- }
932
926
  .tw-grow {
933
927
  flex-grow: 1;
934
928
  }
@@ -750,9 +750,6 @@ video {
750
750
  .tw-mt-4 {
751
751
  margin-top: 1rem;
752
752
  }
753
- .tw-mt-6 {
754
- margin-top: 1.5rem;
755
- }
756
753
  .tw-mt-8 {
757
754
  margin-top: 2rem;
758
755
  }
@@ -926,9 +923,6 @@ video {
926
923
  .tw-flex-none {
927
924
  flex: none;
928
925
  }
929
- .tw-flex-shrink-0 {
930
- flex-shrink: 0;
931
- }
932
926
  .tw-grow {
933
927
  flex-grow: 1;
934
928
  }
package/index.js CHANGED
@@ -32,6 +32,7 @@ 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';
35
36
  export { default as SearchBar } from './src/atoms/components/SearchBar/SearchBar.vue';
36
37
  export { default as StarRating } from './src/atoms/components/StarRating/StarRating.vue';
37
38
  export { default as TabMenu } from './src/atoms/components/TabMenu/TabMenu.vue';
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@designcrowd/fe-shared-lib",
3
- "version": "1.5.1",
3
+ "version": "1.5.3-CarouselUpdatev0",
4
4
  "scripts": {
5
5
  "start": "run-p storybook watch:translation",
6
6
  "build": "npm run build:css --production",
7
- "storybook": "export NODE_ENV=development && npm run storybook:css && npm run storybook:themes && storybook dev -p 6006 public",
7
+ "storybook": "export NODE_ENV=development && npm run storybook:css && npm run storybook:themes && storybook dev -p 6006",
8
8
  "build:css": "node ./tailwind.build.js",
9
9
  "build:storybook": "mkdir -p public && mkdir -p public/css && npm run storybook:css && storybook build -c .storybook -o .storybook-static && cp -R ./public/css .storybook-static/",
10
10
  "bundle-translation": "node ./src/bundleTranslation.js",