@designcrowd/fe-shared-lib 1.5.25 → 1.5.26-pre-gt-0007

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 (35) hide show
  1. package/.storybook-static/favicon.svg +1 -0
  2. package/.storybook-static/index.html +156 -0
  3. package/.storybook-static/index.json +1 -0
  4. package/.storybook-static/nunito-sans-bold-italic.woff2 +0 -0
  5. package/.storybook-static/nunito-sans-bold.woff2 +0 -0
  6. package/.storybook-static/nunito-sans-italic.woff2 +0 -0
  7. package/.storybook-static/nunito-sans-regular.woff2 +0 -0
  8. package/.storybook-static/sb-addons/a11y-1/manager-bundle.js +5 -0
  9. package/.storybook-static/sb-addons/links-2/manager-bundle.js +3 -0
  10. package/.storybook-static/sb-addons/storybook-core-server-presets-0/common-manager-bundle.js +188 -0
  11. package/.storybook-static/sb-addons/themes-3/manager-bundle.js +3 -0
  12. package/.storybook-static/sb-common-assets/favicon.svg +1 -0
  13. package/.storybook-static/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
  14. package/.storybook-static/sb-common-assets/nunito-sans-bold.woff2 +0 -0
  15. package/.storybook-static/sb-common-assets/nunito-sans-italic.woff2 +0 -0
  16. package/.storybook-static/sb-common-assets/nunito-sans-regular.woff2 +0 -0
  17. package/.storybook-static/sb-manager/globals-module-info.js +797 -0
  18. package/.storybook-static/sb-manager/globals-runtime.js +72062 -0
  19. package/.storybook-static/sb-manager/globals.js +34 -0
  20. package/.storybook-static/sb-manager/runtime.js +13002 -0
  21. package/dist/css/tailwind-brandCrowd.css +10 -113
  22. package/dist/css/tailwind-brandPage.css +324 -107
  23. package/dist/css/tailwind-crazyDomains.css +110 -213
  24. package/dist/css/tailwind-designCom.css +119 -222
  25. package/dist/css/tailwind-designCrowd.css +88 -191
  26. package/index.js +1 -0
  27. package/package.json +1 -1
  28. package/public/css/tailwind-brandCrowd.css +2508 -0
  29. package/public/css/tailwind-brandPage.css +2188 -0
  30. package/public/css/tailwind-crazyDomains.css +2508 -0
  31. package/public/css/tailwind-designCom.css +2508 -0
  32. package/public/css/tailwind-designCrowd.css +2508 -0
  33. package/src/atoms/components/Button/variants/ButtonGray.vue +7 -5
  34. package/src/atoms/components/Carousel/CarouselSSR.vue +215 -0
  35. package/src/atoms/components/Carousel/carousel.stories.js +135 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@designcrowd/fe-shared-lib",
3
- "version": "1.5.25",
3
+ "version": "1.5.26-pre-gt-0007",
4
4
  "scripts": {
5
5
  "start": "run-p storybook watch:translation",
6
6
  "build": "npm run build:css --production",