@designcrowd/fe-shared-lib 1.4.7 → 1.4.8-promocardv0

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 (29) hide show
  1. package/dist/css/tailwind-brandCrowd.css +0 -6
  2. package/dist/css/tailwind-brandPage.css +0 -6
  3. package/dist/css/tailwind-crazyDomains.css +0 -6
  4. package/dist/css/tailwind-designCom.css +0 -6
  5. package/dist/css/tailwind-designCrowd.css +0 -6
  6. package/index.js +1 -1
  7. package/package.json +2 -1
  8. package/public/css/tailwind-brandCrowd.css +2479 -0
  9. package/public/css/tailwind-brandPage.css +2163 -0
  10. package/public/css/tailwind-crazyDomains.css +2479 -0
  11. package/public/css/tailwind-designCom.css +2479 -0
  12. package/public/css/tailwind-designCrowd.css +2479 -0
  13. package/src/atoms/components/Carousel/Carousel.fixtures.js +18 -0
  14. package/src/atoms/components/Carousel/carousel.stories.js +448 -179
  15. package/src/atoms/components/PromoCard/PromoCard.stories.ts +265 -0
  16. package/src/atoms/components/PromoCard/PromoCard.vue +89 -0
  17. package/tailwind.config.js +7 -8
  18. package/src/atoms/components/SparkleIcon/SparkleIcon.stories.js +0 -182
  19. package/src/atoms/components/SparkleIcon/SparkleIcon.vue +0 -105
  20. package/src/atoms/components/SparkleIcon/assets/animations/state-01.svg +0 -5
  21. package/src/atoms/components/SparkleIcon/assets/animations/state-02.svg +0 -5
  22. package/src/atoms/components/SparkleIcon/assets/animations/state-03.svg +0 -5
  23. package/src/atoms/components/SparkleIcon/assets/animations/state-04.svg +0 -5
  24. package/src/atoms/components/SparkleIcon/assets/animations/state-05.svg +0 -5
  25. package/src/atoms/components/SparkleIcon/assets/animations/state-06.svg +0 -5
  26. package/src/atoms/components/SparkleIcon/assets/animations/state-07.svg +0 -5
  27. package/src/atoms/components/SparkleIcon/assets/animations/state-08.svg +0 -5
  28. package/src/atoms/components/SparkleIcon/assets/sparkle.svg +0 -3
  29. package/src/atoms/components/SparkleIcon/index.ts +0 -3
@@ -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';
@@ -54,4 +55,3 @@ export { default as HashRouteModal } from './src/atoms/components/Modal/HashRout
54
55
  export { default as Select } from './src/atoms/components/Select/Select.vue';
55
56
  export { default as NumberStepper } from './src/atoms/components/NumberStepper/NumberStepper.vue';
56
57
  export { default as CopyToClipboardText } from './src/atoms/components/CopyToClipboardText/CopyToClipboardText.vue';
57
- export { default as SparkleIcon } from './src/atoms/components/SparkleIcon/SparkleIcon.vue';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@designcrowd/fe-shared-lib",
3
- "version": "1.4.7",
3
+ "version": "1.4.8-promocardv0",
4
4
  "scripts": {
5
5
  "start": "run-p storybook watch:translation",
6
6
  "build": "npm run build:css --production",
@@ -20,6 +20,7 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "@nuxtjs/i18n": "9.5.4",
23
+ "@storybook/react": "^9.0.4",
23
24
  "autoprefixer": "10.4.17",
24
25
  "axios": "1.6.7",
25
26
  "click-outside-vue3": "4.0.1",