@designcrowd/fe-shared-lib 1.4.4-locale-demical-price → 1.4.4-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.
- package/dist/css/tailwind-brandCrowd.css +6 -6
- package/dist/css/tailwind-brandPage.css +6 -6
- package/dist/css/tailwind-crazyDomains.css +6 -6
- package/dist/css/tailwind-designCom.css +6 -6
- package/dist/css/tailwind-designCrowd.css +6 -6
- package/index.js +1 -0
- package/package.json +1 -1
- package/public/css/tailwind-brandCrowd.css +2479 -0
- package/public/css/tailwind-brandPage.css +2163 -0
- package/public/css/tailwind-crazyDomains.css +2479 -0
- package/public/css/tailwind-designCom.css +2479 -0
- package/public/css/tailwind-designCrowd.css +2479 -0
- package/src/atoms/components/Carousel/Carousel.fixtures.js +18 -0
- package/src/atoms/components/Carousel/carousel.stories.js +448 -179
- package/src/atoms/components/Price/Price.vue +5 -5
- package/src/atoms/components/PromoCard/PromoCard.stories.ts +265 -0
- package/src/atoms/components/PromoCard/PromoCard.vue +89 -0
- package/tailwind.config.js +7 -8
- package/.claude/settings.local.json +0 -10
|
@@ -717,9 +717,6 @@ video {
|
|
|
717
717
|
.tw-ml-4 {
|
|
718
718
|
margin-left: 1rem;
|
|
719
719
|
}
|
|
720
|
-
.tw-ml-6 {
|
|
721
|
-
margin-left: 1.5rem;
|
|
722
|
-
}
|
|
723
720
|
.tw-ml-auto {
|
|
724
721
|
margin-left: auto;
|
|
725
722
|
}
|
|
@@ -741,9 +738,6 @@ video {
|
|
|
741
738
|
.tw-mt-0 {
|
|
742
739
|
margin-top: 0px;
|
|
743
740
|
}
|
|
744
|
-
.tw-mt-0\.5 {
|
|
745
|
-
margin-top: 0.125rem;
|
|
746
|
-
}
|
|
747
741
|
.tw-mt-1 {
|
|
748
742
|
margin-top: 0.25rem;
|
|
749
743
|
}
|
|
@@ -1606,6 +1600,9 @@ video {
|
|
|
1606
1600
|
.tw-p-4 {
|
|
1607
1601
|
padding: 1rem;
|
|
1608
1602
|
}
|
|
1603
|
+
.tw-p-5 {
|
|
1604
|
+
padding: 1.25rem;
|
|
1605
|
+
}
|
|
1609
1606
|
.tw-p-6 {
|
|
1610
1607
|
padding: 1.5rem;
|
|
1611
1608
|
}
|
|
@@ -1741,6 +1738,9 @@ video {
|
|
|
1741
1738
|
.tw-pt-2 {
|
|
1742
1739
|
padding-top: 0.5rem;
|
|
1743
1740
|
}
|
|
1741
|
+
.tw-pt-4 {
|
|
1742
|
+
padding-top: 1rem;
|
|
1743
|
+
}
|
|
1744
1744
|
.tw-pt-6 {
|
|
1745
1745
|
padding-top: 1.5rem;
|
|
1746
1746
|
}
|
|
@@ -717,9 +717,6 @@ video {
|
|
|
717
717
|
.tw-ml-4 {
|
|
718
718
|
margin-left: 1rem;
|
|
719
719
|
}
|
|
720
|
-
.tw-ml-6 {
|
|
721
|
-
margin-left: 1.5rem;
|
|
722
|
-
}
|
|
723
720
|
.tw-ml-auto {
|
|
724
721
|
margin-left: auto;
|
|
725
722
|
}
|
|
@@ -741,9 +738,6 @@ video {
|
|
|
741
738
|
.tw-mt-0 {
|
|
742
739
|
margin-top: 0px;
|
|
743
740
|
}
|
|
744
|
-
.tw-mt-0\.5 {
|
|
745
|
-
margin-top: 0.125rem;
|
|
746
|
-
}
|
|
747
741
|
.tw-mt-1 {
|
|
748
742
|
margin-top: 0.25rem;
|
|
749
743
|
}
|
|
@@ -1454,6 +1448,9 @@ video {
|
|
|
1454
1448
|
.tw-p-4 {
|
|
1455
1449
|
padding: 1rem;
|
|
1456
1450
|
}
|
|
1451
|
+
.tw-p-5 {
|
|
1452
|
+
padding: 1.25rem;
|
|
1453
|
+
}
|
|
1457
1454
|
.tw-p-6 {
|
|
1458
1455
|
padding: 1.5rem;
|
|
1459
1456
|
}
|
|
@@ -1589,6 +1586,9 @@ video {
|
|
|
1589
1586
|
.tw-pt-2 {
|
|
1590
1587
|
padding-top: 0.5rem;
|
|
1591
1588
|
}
|
|
1589
|
+
.tw-pt-4 {
|
|
1590
|
+
padding-top: 1rem;
|
|
1591
|
+
}
|
|
1592
1592
|
.tw-pt-6 {
|
|
1593
1593
|
padding-top: 1.5rem;
|
|
1594
1594
|
}
|
|
@@ -717,9 +717,6 @@ video {
|
|
|
717
717
|
.tw-ml-4 {
|
|
718
718
|
margin-left: 1rem;
|
|
719
719
|
}
|
|
720
|
-
.tw-ml-6 {
|
|
721
|
-
margin-left: 1.5rem;
|
|
722
|
-
}
|
|
723
720
|
.tw-ml-auto {
|
|
724
721
|
margin-left: auto;
|
|
725
722
|
}
|
|
@@ -741,9 +738,6 @@ video {
|
|
|
741
738
|
.tw-mt-0 {
|
|
742
739
|
margin-top: 0px;
|
|
743
740
|
}
|
|
744
|
-
.tw-mt-0\.5 {
|
|
745
|
-
margin-top: 0.125rem;
|
|
746
|
-
}
|
|
747
741
|
.tw-mt-1 {
|
|
748
742
|
margin-top: 0.25rem;
|
|
749
743
|
}
|
|
@@ -1606,6 +1600,9 @@ video {
|
|
|
1606
1600
|
.tw-p-4 {
|
|
1607
1601
|
padding: 1rem;
|
|
1608
1602
|
}
|
|
1603
|
+
.tw-p-5 {
|
|
1604
|
+
padding: 1.25rem;
|
|
1605
|
+
}
|
|
1609
1606
|
.tw-p-6 {
|
|
1610
1607
|
padding: 1.5rem;
|
|
1611
1608
|
}
|
|
@@ -1741,6 +1738,9 @@ video {
|
|
|
1741
1738
|
.tw-pt-2 {
|
|
1742
1739
|
padding-top: 0.5rem;
|
|
1743
1740
|
}
|
|
1741
|
+
.tw-pt-4 {
|
|
1742
|
+
padding-top: 1rem;
|
|
1743
|
+
}
|
|
1744
1744
|
.tw-pt-6 {
|
|
1745
1745
|
padding-top: 1.5rem;
|
|
1746
1746
|
}
|
|
@@ -717,9 +717,6 @@ video {
|
|
|
717
717
|
.tw-ml-4 {
|
|
718
718
|
margin-left: 1rem;
|
|
719
719
|
}
|
|
720
|
-
.tw-ml-6 {
|
|
721
|
-
margin-left: 1.5rem;
|
|
722
|
-
}
|
|
723
720
|
.tw-ml-auto {
|
|
724
721
|
margin-left: auto;
|
|
725
722
|
}
|
|
@@ -741,9 +738,6 @@ video {
|
|
|
741
738
|
.tw-mt-0 {
|
|
742
739
|
margin-top: 0px;
|
|
743
740
|
}
|
|
744
|
-
.tw-mt-0\.5 {
|
|
745
|
-
margin-top: 0.125rem;
|
|
746
|
-
}
|
|
747
741
|
.tw-mt-1 {
|
|
748
742
|
margin-top: 0.25rem;
|
|
749
743
|
}
|
|
@@ -1606,6 +1600,9 @@ video {
|
|
|
1606
1600
|
.tw-p-4 {
|
|
1607
1601
|
padding: 1rem;
|
|
1608
1602
|
}
|
|
1603
|
+
.tw-p-5 {
|
|
1604
|
+
padding: 1.25rem;
|
|
1605
|
+
}
|
|
1609
1606
|
.tw-p-6 {
|
|
1610
1607
|
padding: 1.5rem;
|
|
1611
1608
|
}
|
|
@@ -1741,6 +1738,9 @@ video {
|
|
|
1741
1738
|
.tw-pt-2 {
|
|
1742
1739
|
padding-top: 0.5rem;
|
|
1743
1740
|
}
|
|
1741
|
+
.tw-pt-4 {
|
|
1742
|
+
padding-top: 1rem;
|
|
1743
|
+
}
|
|
1744
1744
|
.tw-pt-6 {
|
|
1745
1745
|
padding-top: 1.5rem;
|
|
1746
1746
|
}
|
|
@@ -717,9 +717,6 @@ video {
|
|
|
717
717
|
.tw-ml-4 {
|
|
718
718
|
margin-left: 1rem;
|
|
719
719
|
}
|
|
720
|
-
.tw-ml-6 {
|
|
721
|
-
margin-left: 1.5rem;
|
|
722
|
-
}
|
|
723
720
|
.tw-ml-auto {
|
|
724
721
|
margin-left: auto;
|
|
725
722
|
}
|
|
@@ -741,9 +738,6 @@ video {
|
|
|
741
738
|
.tw-mt-0 {
|
|
742
739
|
margin-top: 0px;
|
|
743
740
|
}
|
|
744
|
-
.tw-mt-0\.5 {
|
|
745
|
-
margin-top: 0.125rem;
|
|
746
|
-
}
|
|
747
741
|
.tw-mt-1 {
|
|
748
742
|
margin-top: 0.25rem;
|
|
749
743
|
}
|
|
@@ -1606,6 +1600,9 @@ video {
|
|
|
1606
1600
|
.tw-p-4 {
|
|
1607
1601
|
padding: 1rem;
|
|
1608
1602
|
}
|
|
1603
|
+
.tw-p-5 {
|
|
1604
|
+
padding: 1.25rem;
|
|
1605
|
+
}
|
|
1609
1606
|
.tw-p-6 {
|
|
1610
1607
|
padding: 1.5rem;
|
|
1611
1608
|
}
|
|
@@ -1741,6 +1738,9 @@ video {
|
|
|
1741
1738
|
.tw-pt-2 {
|
|
1742
1739
|
padding-top: 0.5rem;
|
|
1743
1740
|
}
|
|
1741
|
+
.tw-pt-4 {
|
|
1742
|
+
padding-top: 1rem;
|
|
1743
|
+
}
|
|
1744
1744
|
.tw-pt-6 {
|
|
1745
1745
|
padding-top: 1.5rem;
|
|
1746
1746
|
}
|
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';
|