@designcrowd/fe-shared-lib 1.5.23-kp-2 → 1.5.23-pre-gt9544-brooke-v2
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/.storybook-static/index.json +1 -1
- package/.storybook-static/sb-addons/storybook-core-server-presets-0/common-manager-bundle.js +10 -10
- package/dist/css/tailwind-brandCrowd.css +6 -105
- package/dist/css/tailwind-brandPage.css +324 -103
- package/dist/css/tailwind-crazyDomains.css +106 -205
- package/dist/css/tailwind-designCom.css +116 -215
- package/dist/css/tailwind-designCrowd.css +84 -183
- package/package.json +1 -1
- package/public/css/tailwind-brandCrowd.css +0 -4
- package/public/css/tailwind-brandPage.css +0 -4
- package/public/css/tailwind-crazyDomains.css +0 -4
- package/public/css/tailwind-designCom.css +0 -4
- package/public/css/tailwind-designCrowd.css +0 -4
- package/src/atoms/components/Icon/Icon.stories.js +0 -2
- package/src/atoms/components/Icon/Icon.vue +0 -4
- package/src/experiences/components/AuthFlow/SignIn.vue +6 -3
- package/.storybook-static/css/tailwind-brandCrowd.css +0 -2472
- package/.storybook-static/css/tailwind-brandPage.css +0 -2156
- package/.storybook-static/css/tailwind-crazyDomains.css +0 -2472
- package/.storybook-static/css/tailwind-designCom.css +0 -2472
- package/.storybook-static/css/tailwind-designCrowd.css +0 -2472
- package/.storybook-static/project.json +0 -1
- package/src/atoms/components/Icon/icons/home-outline.vue +0 -6
- package/src/atoms/components/Icon/icons/page-blank.vue +0 -6
|
@@ -617,9 +617,6 @@ video {
|
|
|
617
617
|
.tw-m-3 {
|
|
618
618
|
margin: 0.75rem;
|
|
619
619
|
}
|
|
620
|
-
.tw-m-4 {
|
|
621
|
-
margin: 1rem;
|
|
622
|
-
}
|
|
623
620
|
.tw-m-5 {
|
|
624
621
|
margin: 1.25rem;
|
|
625
622
|
}
|
|
@@ -687,9 +684,6 @@ video {
|
|
|
687
684
|
.tw-mb-0 {
|
|
688
685
|
margin-bottom: 0px;
|
|
689
686
|
}
|
|
690
|
-
.tw-mb-0\.5 {
|
|
691
|
-
margin-bottom: 0.125rem;
|
|
692
|
-
}
|
|
693
687
|
.tw-mb-1 {
|
|
694
688
|
margin-bottom: 0.25rem;
|
|
695
689
|
}
|
|
@@ -744,6 +738,9 @@ video {
|
|
|
744
738
|
.tw-mt-0 {
|
|
745
739
|
margin-top: 0px;
|
|
746
740
|
}
|
|
741
|
+
.tw-mt-0\.5 {
|
|
742
|
+
margin-top: 0.125rem;
|
|
743
|
+
}
|
|
747
744
|
.tw-mt-1 {
|
|
748
745
|
margin-top: 0.25rem;
|
|
749
746
|
}
|
|
@@ -756,9 +753,6 @@ video {
|
|
|
756
753
|
.tw-mt-4 {
|
|
757
754
|
margin-top: 1rem;
|
|
758
755
|
}
|
|
759
|
-
.tw-mt-6 {
|
|
760
|
-
margin-top: 1.5rem;
|
|
761
|
-
}
|
|
762
756
|
.tw-mt-8 {
|
|
763
757
|
margin-top: 2rem;
|
|
764
758
|
}
|
|
@@ -768,48 +762,6 @@ video {
|
|
|
768
762
|
.tw-box-content {
|
|
769
763
|
box-sizing: content-box;
|
|
770
764
|
}
|
|
771
|
-
.tw-line-clamp-1 {
|
|
772
|
-
overflow: hidden;
|
|
773
|
-
display: -webkit-box;
|
|
774
|
-
-webkit-box-orient: vertical;
|
|
775
|
-
-webkit-line-clamp: 1;
|
|
776
|
-
}
|
|
777
|
-
.tw-line-clamp-2 {
|
|
778
|
-
overflow: hidden;
|
|
779
|
-
display: -webkit-box;
|
|
780
|
-
-webkit-box-orient: vertical;
|
|
781
|
-
-webkit-line-clamp: 2;
|
|
782
|
-
}
|
|
783
|
-
.tw-line-clamp-3 {
|
|
784
|
-
overflow: hidden;
|
|
785
|
-
display: -webkit-box;
|
|
786
|
-
-webkit-box-orient: vertical;
|
|
787
|
-
-webkit-line-clamp: 3;
|
|
788
|
-
}
|
|
789
|
-
.tw-line-clamp-4 {
|
|
790
|
-
overflow: hidden;
|
|
791
|
-
display: -webkit-box;
|
|
792
|
-
-webkit-box-orient: vertical;
|
|
793
|
-
-webkit-line-clamp: 4;
|
|
794
|
-
}
|
|
795
|
-
.tw-line-clamp-5 {
|
|
796
|
-
overflow: hidden;
|
|
797
|
-
display: -webkit-box;
|
|
798
|
-
-webkit-box-orient: vertical;
|
|
799
|
-
-webkit-line-clamp: 5;
|
|
800
|
-
}
|
|
801
|
-
.tw-line-clamp-6 {
|
|
802
|
-
overflow: hidden;
|
|
803
|
-
display: -webkit-box;
|
|
804
|
-
-webkit-box-orient: vertical;
|
|
805
|
-
-webkit-line-clamp: 6;
|
|
806
|
-
}
|
|
807
|
-
.tw-line-clamp-none {
|
|
808
|
-
overflow: visible;
|
|
809
|
-
display: block;
|
|
810
|
-
-webkit-box-orient: horizontal;
|
|
811
|
-
-webkit-line-clamp: none;
|
|
812
|
-
}
|
|
813
765
|
.tw-block {
|
|
814
766
|
display: block;
|
|
815
767
|
}
|
|
@@ -959,9 +911,6 @@ video {
|
|
|
959
911
|
.tw-max-w-2xl {
|
|
960
912
|
max-width: 42rem;
|
|
961
913
|
}
|
|
962
|
-
.tw-max-w-3xl {
|
|
963
|
-
max-width: 48rem;
|
|
964
|
-
}
|
|
965
914
|
.tw-max-w-full {
|
|
966
915
|
max-width: 100%;
|
|
967
916
|
}
|
|
@@ -977,9 +926,6 @@ video {
|
|
|
977
926
|
.tw-flex-none {
|
|
978
927
|
flex: none;
|
|
979
928
|
}
|
|
980
|
-
.tw-flex-shrink-0 {
|
|
981
|
-
flex-shrink: 0;
|
|
982
|
-
}
|
|
983
929
|
.tw-grow {
|
|
984
930
|
flex-grow: 1;
|
|
985
931
|
}
|
|
@@ -1195,9 +1141,6 @@ video {
|
|
|
1195
1141
|
text-overflow: ellipsis;
|
|
1196
1142
|
white-space: nowrap;
|
|
1197
1143
|
}
|
|
1198
|
-
.tw-text-ellipsis {
|
|
1199
|
-
text-overflow: ellipsis;
|
|
1200
|
-
}
|
|
1201
1144
|
.tw-whitespace-nowrap {
|
|
1202
1145
|
white-space: nowrap;
|
|
1203
1146
|
}
|
|
@@ -1798,6 +1741,9 @@ video {
|
|
|
1798
1741
|
.tw-pt-2 {
|
|
1799
1742
|
padding-top: 0.5rem;
|
|
1800
1743
|
}
|
|
1744
|
+
.tw-pt-4 {
|
|
1745
|
+
padding-top: 1rem;
|
|
1746
|
+
}
|
|
1801
1747
|
.tw-pt-6 {
|
|
1802
1748
|
padding-top: 1.5rem;
|
|
1803
1749
|
}
|
|
@@ -1820,10 +1766,6 @@ video {
|
|
|
1820
1766
|
font-size: 1.5rem;
|
|
1821
1767
|
line-height: 2rem;
|
|
1822
1768
|
}
|
|
1823
|
-
.tw-text-3xl {
|
|
1824
|
-
font-size: 1.875rem;
|
|
1825
|
-
line-height: 2.25rem;
|
|
1826
|
-
}
|
|
1827
1769
|
.tw-text-4xl {
|
|
1828
1770
|
font-size: 2.25rem;
|
|
1829
1771
|
line-height: 2.5rem;
|
|
@@ -2150,10 +2092,6 @@ video {
|
|
|
2150
2092
|
--tw-text-opacity: 1;
|
|
2151
2093
|
color: rgb(17 21 23 / var(--tw-text-opacity));
|
|
2152
2094
|
}
|
|
2153
|
-
.hover\:tw-text-primary-600:hover {
|
|
2154
|
-
--tw-text-opacity: 1;
|
|
2155
|
-
color: rgb(194 22 50 / var(--tw-text-opacity));
|
|
2156
|
-
}
|
|
2157
2095
|
.hover\:tw-text-secondary-500:hover {
|
|
2158
2096
|
--tw-text-opacity: 1;
|
|
2159
2097
|
color: rgb(89 89 89 / var(--tw-text-opacity));
|
|
@@ -2241,10 +2179,6 @@ video {
|
|
|
2241
2179
|
margin-bottom: 1rem;
|
|
2242
2180
|
}
|
|
2243
2181
|
|
|
2244
|
-
.sm\:tw-ml-2 {
|
|
2245
|
-
margin-left: 0.5rem;
|
|
2246
|
-
}
|
|
2247
|
-
|
|
2248
2182
|
.sm\:tw-ml-4 {
|
|
2249
2183
|
margin-left: 1rem;
|
|
2250
2184
|
}
|
|
@@ -2293,10 +2227,6 @@ video {
|
|
|
2293
2227
|
flex-direction: row;
|
|
2294
2228
|
}
|
|
2295
2229
|
|
|
2296
|
-
.sm\:tw-items-center {
|
|
2297
|
-
align-items: center;
|
|
2298
|
-
}
|
|
2299
|
-
|
|
2300
2230
|
.sm\:tw-rounded-md {
|
|
2301
2231
|
border-radius: 0.375rem;
|
|
2302
2232
|
}
|
|
@@ -2308,18 +2238,10 @@ video {
|
|
|
2308
2238
|
}
|
|
2309
2239
|
@media (min-width: 768px) {
|
|
2310
2240
|
|
|
2311
|
-
.md\:tw-relative {
|
|
2312
|
-
position: relative;
|
|
2313
|
-
}
|
|
2314
|
-
|
|
2315
2241
|
.md\:tw-right-6 {
|
|
2316
2242
|
right: 1.5rem;
|
|
2317
2243
|
}
|
|
2318
2244
|
|
|
2319
|
-
.md\:tw-order-first {
|
|
2320
|
-
order: -9999;
|
|
2321
|
-
}
|
|
2322
|
-
|
|
2323
2245
|
.md\:tw-mb-0 {
|
|
2324
2246
|
margin-bottom: 0px;
|
|
2325
2247
|
}
|
|
@@ -2384,10 +2306,6 @@ video {
|
|
|
2384
2306
|
width: 6rem;
|
|
2385
2307
|
}
|
|
2386
2308
|
|
|
2387
|
-
.md\:tw-w-3\/4 {
|
|
2388
|
-
width: 75%;
|
|
2389
|
-
}
|
|
2390
|
-
|
|
2391
2309
|
.md\:tw-w-auto {
|
|
2392
2310
|
width: auto;
|
|
2393
2311
|
}
|
|
@@ -2400,10 +2318,6 @@ video {
|
|
|
2400
2318
|
max-width: 100%;
|
|
2401
2319
|
}
|
|
2402
2320
|
|
|
2403
|
-
.md\:tw-flex-1 {
|
|
2404
|
-
flex: 1 1 0%;
|
|
2405
|
-
}
|
|
2406
|
-
|
|
2407
2321
|
.md\:tw-grow {
|
|
2408
2322
|
flex-grow: 1;
|
|
2409
2323
|
}
|
|
@@ -2463,10 +2377,6 @@ video {
|
|
|
2463
2377
|
object-fit: contain;
|
|
2464
2378
|
}
|
|
2465
2379
|
|
|
2466
|
-
.md\:tw-p-0 {
|
|
2467
|
-
padding: 0px;
|
|
2468
|
-
}
|
|
2469
|
-
|
|
2470
2380
|
.md\:tw-p-2 {
|
|
2471
2381
|
padding: 0.5rem;
|
|
2472
2382
|
}
|
|
@@ -2483,11 +2393,6 @@ video {
|
|
|
2483
2393
|
padding: 2rem;
|
|
2484
2394
|
}
|
|
2485
2395
|
|
|
2486
|
-
.md\:tw-px-12 {
|
|
2487
|
-
padding-left: 3rem;
|
|
2488
|
-
padding-right: 3rem;
|
|
2489
|
-
}
|
|
2490
|
-
|
|
2491
2396
|
.md\:tw-px-4 {
|
|
2492
2397
|
padding-left: 1rem;
|
|
2493
2398
|
padding-right: 1rem;
|
|
@@ -2503,10 +2408,6 @@ video {
|
|
|
2503
2408
|
padding-bottom: 0.5rem;
|
|
2504
2409
|
}
|
|
2505
2410
|
|
|
2506
|
-
.md\:tw-pb-0 {
|
|
2507
|
-
padding-bottom: 0px;
|
|
2508
|
-
}
|
|
2509
|
-
|
|
2510
2411
|
.md\:tw-pl-4 {
|
|
2511
2412
|
padding-left: 1rem;
|
|
2512
2413
|
}
|