@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.
- package/dist/css/tailwind-brandCrowd.css +0 -6
- package/dist/css/tailwind-brandPage.css +0 -6
- package/dist/css/tailwind-crazyDomains.css +0 -6
- package/dist/css/tailwind-designCom.css +0 -6
- package/dist/css/tailwind-designCrowd.css +0 -6
- package/index.js +1 -0
- package/package.json +2 -2
- package/public/css/tailwind-brandCrowd.css +2472 -0
- package/public/css/tailwind-brandPage.css +2156 -0
- package/public/css/tailwind-crazyDomains.css +2472 -0
- package/public/css/tailwind-designCom.css +2472 -0
- package/public/css/tailwind-designCrowd.css +2472 -0
- package/src/atoms/components/Carousel/Carousel.fixtures.js +18 -0
- package/src/atoms/components/Carousel/Carousel.vue +5 -29
- package/src/atoms/components/Carousel/carousel.stories.js +448 -179
- package/src/atoms/components/PromoCard/PromoCard.stories.ts +263 -0
- package/src/atoms/components/PromoCard/PromoCard.vue +83 -0
- package/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.stories.js +36 -0
- package/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.vue +100 -297
- package/src/experiences/components/PublishBrandPageModal/views/PublishWhenHasDomainsView.vue +271 -0
- package/src/experiences/components/PublishBrandPageModal/views/PublishWhenNoDomainsView.vue +168 -0
- package/src/experiences/components/PublishBrandPageModal/views/PublishedView.vue +149 -0
- package/src/experiences/components/PublishBrandPageModal/views/SetUrlView.vue +155 -0
- package/tailwind.config.js +7 -8
|
@@ -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.
|
|
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
|
|
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",
|