@designcrowd/fe-shared-lib 1.1.11 → 1.1.12-ml-jj-1
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 -66
- package/dist/css/tailwind-brandPage.css +0 -62
- package/dist/css/tailwind-crazyDomains.css +0 -66
- package/dist/css/tailwind-designCom.css +0 -66
- package/dist/css/tailwind-designCrowd.css +0 -66
- package/package.json +1 -1
- package/public/css/tailwind-brandCrowd.css +2404 -0
- package/public/css/tailwind-brandPage.css +2088 -0
- package/public/css/tailwind-crazyDomains.css +2404 -0
- package/public/css/tailwind-designCom.css +2404 -0
- package/public/css/tailwind-designCrowd.css +2404 -0
- package/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.stories.js +55 -0
- package/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.vue +52 -26
- package/src/experiences/components/SellDomainNameSearchResult/SellDomainNameListSearchResult.vue +2 -2
|
@@ -651,10 +651,6 @@ video {
|
|
|
651
651
|
margin-top: 1rem;
|
|
652
652
|
margin-bottom: 1rem;
|
|
653
653
|
}
|
|
654
|
-
.tw-my-5 {
|
|
655
|
-
margin-top: 1.25rem;
|
|
656
|
-
margin-bottom: 1.25rem;
|
|
657
|
-
}
|
|
658
654
|
.tw-my-auto {
|
|
659
655
|
margin-top: auto;
|
|
660
656
|
margin-bottom: auto;
|
|
@@ -683,9 +679,6 @@ video {
|
|
|
683
679
|
.tw-mb-1 {
|
|
684
680
|
margin-bottom: 0.25rem;
|
|
685
681
|
}
|
|
686
|
-
.tw-mb-10 {
|
|
687
|
-
margin-bottom: 2.5rem;
|
|
688
|
-
}
|
|
689
682
|
.tw-mb-2 {
|
|
690
683
|
margin-bottom: 0.5rem;
|
|
691
684
|
}
|
|
@@ -719,9 +712,6 @@ video {
|
|
|
719
712
|
.tw-ml-auto {
|
|
720
713
|
margin-left: auto;
|
|
721
714
|
}
|
|
722
|
-
.tw-mr-1 {
|
|
723
|
-
margin-right: 0.25rem;
|
|
724
|
-
}
|
|
725
715
|
.tw-mr-2 {
|
|
726
716
|
margin-right: 0.5rem;
|
|
727
717
|
}
|
|
@@ -830,10 +820,6 @@ video {
|
|
|
830
820
|
.tw-h-auto {
|
|
831
821
|
height: auto;
|
|
832
822
|
}
|
|
833
|
-
.tw-h-fit {
|
|
834
|
-
height: -moz-fit-content;
|
|
835
|
-
height: fit-content;
|
|
836
|
-
}
|
|
837
823
|
.tw-h-full {
|
|
838
824
|
height: 100%;
|
|
839
825
|
}
|
|
@@ -849,9 +835,6 @@ video {
|
|
|
849
835
|
.tw-max-h-screen {
|
|
850
836
|
max-height: 100vh;
|
|
851
837
|
}
|
|
852
|
-
.tw-w-1\/3 {
|
|
853
|
-
width: 33.333333%;
|
|
854
|
-
}
|
|
855
838
|
.tw-w-10 {
|
|
856
839
|
width: 2.5rem;
|
|
857
840
|
}
|
|
@@ -1201,9 +1184,6 @@ video {
|
|
|
1201
1184
|
.tw-border-b-0 {
|
|
1202
1185
|
border-bottom-width: 0px;
|
|
1203
1186
|
}
|
|
1204
|
-
.tw-border-b-2 {
|
|
1205
|
-
border-bottom-width: 2px;
|
|
1206
|
-
}
|
|
1207
1187
|
.tw-border-b-4 {
|
|
1208
1188
|
border-bottom-width: 4px;
|
|
1209
1189
|
}
|
|
@@ -1453,17 +1433,6 @@ video {
|
|
|
1453
1433
|
.tw-bg-opacity-80 {
|
|
1454
1434
|
--tw-bg-opacity: 0.8;
|
|
1455
1435
|
}
|
|
1456
|
-
.tw-bg-gradient-to-t {
|
|
1457
|
-
background-image: linear-gradient(to top, var(--tw-gradient-stops));
|
|
1458
|
-
}
|
|
1459
|
-
.tw-from-\[\#d946ef\] {
|
|
1460
|
-
--tw-gradient-from: #d946ef var(--tw-gradient-from-position);
|
|
1461
|
-
--tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
|
|
1462
|
-
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
1463
|
-
}
|
|
1464
|
-
.tw-to-\[\#8b5cf6\] {
|
|
1465
|
-
--tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
|
|
1466
|
-
}
|
|
1467
1436
|
.tw-bg-no-repeat {
|
|
1468
1437
|
background-repeat: no-repeat;
|
|
1469
1438
|
}
|
|
@@ -1746,9 +1715,6 @@ video {
|
|
|
1746
1715
|
.tw-text-center {
|
|
1747
1716
|
text-align: center;
|
|
1748
1717
|
}
|
|
1749
|
-
.tw-align-top {
|
|
1750
|
-
vertical-align: top;
|
|
1751
|
-
}
|
|
1752
1718
|
.tw-align-middle {
|
|
1753
1719
|
vertical-align: middle;
|
|
1754
1720
|
}
|
|
@@ -2041,10 +2007,6 @@ video {
|
|
|
2041
2007
|
--tw-bg-opacity: 1;
|
|
2042
2008
|
background-color: rgb(14 121 188 / var(--tw-bg-opacity));
|
|
2043
2009
|
}
|
|
2044
|
-
.hover\:tw-bg-primary-100:hover {
|
|
2045
|
-
--tw-bg-opacity: 1;
|
|
2046
|
-
background-color: rgb(207 234 251 / var(--tw-bg-opacity));
|
|
2047
|
-
}
|
|
2048
2010
|
.hover\:tw-bg-primary-400:hover {
|
|
2049
2011
|
--tw-bg-opacity: 1;
|
|
2050
2012
|
background-color: rgb(65 172 239 / var(--tw-bg-opacity));
|
|
@@ -2109,10 +2071,6 @@ video {
|
|
|
2109
2071
|
--tw-shadow-color: #1197EB !important;
|
|
2110
2072
|
--tw-shadow: var(--tw-shadow-colored) !important;
|
|
2111
2073
|
}
|
|
2112
|
-
.hover\:tw-brightness-\[0\.85\]:hover {
|
|
2113
|
-
--tw-brightness: brightness(0.85);
|
|
2114
|
-
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
2115
|
-
}
|
|
2116
2074
|
.focus\:tw-border-error-600:focus {
|
|
2117
2075
|
--tw-border-opacity: 1;
|
|
2118
2076
|
border-color: rgb(195 50 48 / var(--tw-border-opacity));
|
|
@@ -2271,10 +2229,6 @@ video {
|
|
|
2271
2229
|
display: grid;
|
|
2272
2230
|
}
|
|
2273
2231
|
|
|
2274
|
-
.md\:tw-hidden {
|
|
2275
|
-
display: none;
|
|
2276
|
-
}
|
|
2277
|
-
|
|
2278
2232
|
.md\:tw-h-10 {
|
|
2279
2233
|
height: 2.5rem;
|
|
2280
2234
|
}
|
|
@@ -2291,10 +2245,6 @@ video {
|
|
|
2291
2245
|
width: 2.5rem;
|
|
2292
2246
|
}
|
|
2293
2247
|
|
|
2294
|
-
.md\:tw-w-24 {
|
|
2295
|
-
width: 6rem;
|
|
2296
|
-
}
|
|
2297
|
-
|
|
2298
2248
|
.md\:tw-w-auto {
|
|
2299
2249
|
width: auto;
|
|
2300
2250
|
}
|
|
@@ -2303,14 +2253,6 @@ video {
|
|
|
2303
2253
|
width: 100%;
|
|
2304
2254
|
}
|
|
2305
2255
|
|
|
2306
|
-
.md\:tw-max-w-full {
|
|
2307
|
-
max-width: 100%;
|
|
2308
|
-
}
|
|
2309
|
-
|
|
2310
|
-
.md\:tw-grow {
|
|
2311
|
-
flex-grow: 1;
|
|
2312
|
-
}
|
|
2313
|
-
|
|
2314
2256
|
.md\:tw-grid-cols-2 {
|
|
2315
2257
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
2316
2258
|
}
|
|
@@ -2339,10 +2281,6 @@ video {
|
|
|
2339
2281
|
justify-content: flex-start;
|
|
2340
2282
|
}
|
|
2341
2283
|
|
|
2342
|
-
.md\:tw-justify-end {
|
|
2343
|
-
justify-content: flex-end;
|
|
2344
|
-
}
|
|
2345
|
-
|
|
2346
2284
|
.md\:tw-justify-center {
|
|
2347
2285
|
justify-content: center;
|
|
2348
2286
|
}
|
|
@@ -2397,10 +2335,6 @@ video {
|
|
|
2397
2335
|
padding-bottom: 0.5rem;
|
|
2398
2336
|
}
|
|
2399
2337
|
|
|
2400
|
-
.md\:tw-pl-4 {
|
|
2401
|
-
padding-left: 1rem;
|
|
2402
|
-
}
|
|
2403
|
-
|
|
2404
2338
|
.md\:tw-pr-2 {
|
|
2405
2339
|
padding-right: 0.5rem;
|
|
2406
2340
|
}
|