@designcrowd/fe-shared-lib 1.2.19-byo-4 → 1.2.19-domain-search-locale-2
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/package.json +1 -1
- package/public/css/tailwind-brandCrowd.css +3 -36
- package/public/css/tailwind-brandPage.css +3 -32
- package/public/css/tailwind-crazyDomains.css +3 -36
- package/public/css/tailwind-designCom.css +3 -36
- package/public/css/tailwind-designCrowd.css +3 -36
- package/src/bundles/bundled-translations.de-DE.json +0 -6
- package/src/bundles/bundled-translations.es-ES.json +0 -6
- package/src/bundles/bundled-translations.fr-FR.json +0 -6
- package/src/bundles/bundled-translations.json +0 -6
- package/src/bundles/bundled-translations.pt-PT.json +0 -6
- package/src/experiences/clients/brand-crowd-api.client.js +3 -1
- package/src/experiences/components/SellDomainNameListModal/SellDomainNameListModal.vue +1 -0
- package/src/experiences/components/SellDomainNameWidget/SellDomainNameWidget.vue +1 -0
- package/src/experiences/components/UploadedLogoSearchResultCard/UploadedLogoSearchResultCard.vue +5 -15
- package/src/useSharedLibTranslate.js +2 -6
- package/dist/css/tailwind-brandCrowd.css +0 -2493
- package/dist/css/tailwind-brandPage.css +0 -2177
- package/dist/css/tailwind-crazyDomains.css +0 -2493
- package/dist/css/tailwind-designCom.css +0 -2493
- package/dist/css/tailwind-designCrowd.css +0 -2493
- package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.de-DE.json +0 -8
- package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.es-ES.json +0 -8
- package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.fr-FR.json +0 -8
- package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.json +0 -8
- package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.pt-PT.json +0 -8
package/package.json
CHANGED
|
@@ -643,10 +643,6 @@ video {
|
|
|
643
643
|
margin-top: 0px;
|
|
644
644
|
margin-bottom: 0px;
|
|
645
645
|
}
|
|
646
|
-
.theme-brandCrowd .tw-my-1 {
|
|
647
|
-
margin-top: 0.25rem;
|
|
648
|
-
margin-bottom: 0.25rem;
|
|
649
|
-
}
|
|
650
646
|
.theme-brandCrowd .tw-my-10 {
|
|
651
647
|
margin-top: 2.5rem;
|
|
652
648
|
margin-bottom: 2.5rem;
|
|
@@ -723,9 +719,6 @@ video {
|
|
|
723
719
|
.theme-brandCrowd .tw-ml-auto {
|
|
724
720
|
margin-left: auto;
|
|
725
721
|
}
|
|
726
|
-
.theme-brandCrowd .tw-mr-1 {
|
|
727
|
-
margin-right: 0.25rem;
|
|
728
|
-
}
|
|
729
722
|
.theme-brandCrowd .tw-mr-2 {
|
|
730
723
|
margin-right: 0.5rem;
|
|
731
724
|
}
|
|
@@ -834,10 +827,6 @@ video {
|
|
|
834
827
|
.theme-brandCrowd .tw-h-auto {
|
|
835
828
|
height: auto;
|
|
836
829
|
}
|
|
837
|
-
.theme-brandCrowd .tw-h-fit {
|
|
838
|
-
height: -moz-fit-content;
|
|
839
|
-
height: fit-content;
|
|
840
|
-
}
|
|
841
830
|
.theme-brandCrowd .tw-h-full {
|
|
842
831
|
height: 100%;
|
|
843
832
|
}
|
|
@@ -853,6 +842,9 @@ video {
|
|
|
853
842
|
.theme-brandCrowd .tw-max-h-screen {
|
|
854
843
|
max-height: 100vh;
|
|
855
844
|
}
|
|
845
|
+
.theme-brandCrowd .tw-w-1\/3 {
|
|
846
|
+
width: 33.333333%;
|
|
847
|
+
}
|
|
856
848
|
.theme-brandCrowd .tw-w-10 {
|
|
857
849
|
width: 2.5rem;
|
|
858
850
|
}
|
|
@@ -1021,9 +1013,6 @@ video {
|
|
|
1021
1013
|
.theme-brandCrowd .tw-animate-spin {
|
|
1022
1014
|
animation: tw-spin 1s linear infinite;
|
|
1023
1015
|
}
|
|
1024
|
-
.\!tw-cursor-not-allowed {
|
|
1025
|
-
cursor: not-allowed !important;
|
|
1026
|
-
}
|
|
1027
1016
|
.theme-brandCrowd .tw-cursor-not-allowed {
|
|
1028
1017
|
cursor: not-allowed;
|
|
1029
1018
|
}
|
|
@@ -1457,17 +1446,6 @@ video {
|
|
|
1457
1446
|
.theme-brandCrowd .tw-bg-opacity-80 {
|
|
1458
1447
|
--tw-bg-opacity: 0.8;
|
|
1459
1448
|
}
|
|
1460
|
-
.theme-brandCrowd .tw-bg-gradient-to-t {
|
|
1461
|
-
background-image: linear-gradient(to top, var(--tw-gradient-stops));
|
|
1462
|
-
}
|
|
1463
|
-
.theme-brandCrowd .tw-from-\[\#d946ef\] {
|
|
1464
|
-
--tw-gradient-from: #d946ef var(--tw-gradient-from-position);
|
|
1465
|
-
--tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
|
|
1466
|
-
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
1467
|
-
}
|
|
1468
|
-
.theme-brandCrowd .tw-to-\[\#8b5cf6\] {
|
|
1469
|
-
--tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
|
|
1470
|
-
}
|
|
1471
1449
|
.theme-brandCrowd .tw-bg-no-repeat {
|
|
1472
1450
|
background-repeat: no-repeat;
|
|
1473
1451
|
}
|
|
@@ -2045,10 +2023,6 @@ video {
|
|
|
2045
2023
|
--tw-bg-opacity: 1;
|
|
2046
2024
|
background-color: rgb(0 121 172 / var(--tw-bg-opacity));
|
|
2047
2025
|
}
|
|
2048
|
-
.theme-brandCrowd .hover\:tw-bg-primary-100:hover {
|
|
2049
|
-
--tw-bg-opacity: 1;
|
|
2050
|
-
background-color: rgb(252 209 217 / var(--tw-bg-opacity));
|
|
2051
|
-
}
|
|
2052
2026
|
.theme-brandCrowd .hover\:tw-bg-primary-400:hover {
|
|
2053
2027
|
--tw-bg-opacity: 1;
|
|
2054
2028
|
background-color: rgb(245 73 101 / var(--tw-bg-opacity));
|
|
@@ -2113,10 +2087,6 @@ video {
|
|
|
2113
2087
|
--tw-shadow-color: #0097D7 !important;
|
|
2114
2088
|
--tw-shadow: var(--tw-shadow-colored) !important;
|
|
2115
2089
|
}
|
|
2116
|
-
.theme-brandCrowd .hover\:tw-brightness-\[0\.85\]:hover {
|
|
2117
|
-
--tw-brightness: brightness(0.85);
|
|
2118
|
-
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);
|
|
2119
|
-
}
|
|
2120
2090
|
.theme-brandCrowd .focus\:tw-border-error-600:focus {
|
|
2121
2091
|
--tw-border-opacity: 1;
|
|
2122
2092
|
border-color: rgb(194 22 50 / var(--tw-border-opacity));
|
|
@@ -2231,9 +2201,6 @@ video {
|
|
|
2231
2201
|
.theme-brandCrowd .md\:tw-ml-4 {
|
|
2232
2202
|
margin-left: 1rem;
|
|
2233
2203
|
}
|
|
2234
|
-
.theme-brandCrowd .md\:tw-mr-2 {
|
|
2235
|
-
margin-right: 0.5rem;
|
|
2236
|
-
}
|
|
2237
2204
|
.theme-brandCrowd .md\:tw-mt-0 {
|
|
2238
2205
|
margin-top: 0px;
|
|
2239
2206
|
}
|
|
@@ -643,10 +643,6 @@ video {
|
|
|
643
643
|
margin-top: 0px;
|
|
644
644
|
margin-bottom: 0px;
|
|
645
645
|
}
|
|
646
|
-
.theme-brandPage .tw-my-1 {
|
|
647
|
-
margin-top: 0.25rem;
|
|
648
|
-
margin-bottom: 0.25rem;
|
|
649
|
-
}
|
|
650
646
|
.theme-brandPage .tw-my-10 {
|
|
651
647
|
margin-top: 2.5rem;
|
|
652
648
|
margin-bottom: 2.5rem;
|
|
@@ -723,9 +719,6 @@ video {
|
|
|
723
719
|
.theme-brandPage .tw-ml-auto {
|
|
724
720
|
margin-left: auto;
|
|
725
721
|
}
|
|
726
|
-
.theme-brandPage .tw-mr-1 {
|
|
727
|
-
margin-right: 0.25rem;
|
|
728
|
-
}
|
|
729
722
|
.theme-brandPage .tw-mr-2 {
|
|
730
723
|
margin-right: 0.5rem;
|
|
731
724
|
}
|
|
@@ -834,10 +827,6 @@ video {
|
|
|
834
827
|
.theme-brandPage .tw-h-auto {
|
|
835
828
|
height: auto;
|
|
836
829
|
}
|
|
837
|
-
.theme-brandPage .tw-h-fit {
|
|
838
|
-
height: -moz-fit-content;
|
|
839
|
-
height: fit-content;
|
|
840
|
-
}
|
|
841
830
|
.theme-brandPage .tw-h-full {
|
|
842
831
|
height: 100%;
|
|
843
832
|
}
|
|
@@ -853,6 +842,9 @@ video {
|
|
|
853
842
|
.theme-brandPage .tw-max-h-screen {
|
|
854
843
|
max-height: 100vh;
|
|
855
844
|
}
|
|
845
|
+
.theme-brandPage .tw-w-1\/3 {
|
|
846
|
+
width: 33.333333%;
|
|
847
|
+
}
|
|
856
848
|
.theme-brandPage .tw-w-10 {
|
|
857
849
|
width: 2.5rem;
|
|
858
850
|
}
|
|
@@ -1021,9 +1013,6 @@ video {
|
|
|
1021
1013
|
.theme-brandPage .tw-animate-spin {
|
|
1022
1014
|
animation: tw-spin 1s linear infinite;
|
|
1023
1015
|
}
|
|
1024
|
-
.\!tw-cursor-not-allowed {
|
|
1025
|
-
cursor: not-allowed !important;
|
|
1026
|
-
}
|
|
1027
1016
|
.theme-brandPage .tw-cursor-not-allowed {
|
|
1028
1017
|
cursor: not-allowed;
|
|
1029
1018
|
}
|
|
@@ -1305,17 +1294,6 @@ video {
|
|
|
1305
1294
|
.theme-brandPage .tw-bg-opacity-80 {
|
|
1306
1295
|
--tw-bg-opacity: 0.8;
|
|
1307
1296
|
}
|
|
1308
|
-
.theme-brandPage .tw-bg-gradient-to-t {
|
|
1309
|
-
background-image: linear-gradient(to top, var(--tw-gradient-stops));
|
|
1310
|
-
}
|
|
1311
|
-
.theme-brandPage .tw-from-\[\#d946ef\] {
|
|
1312
|
-
--tw-gradient-from: #d946ef var(--tw-gradient-from-position);
|
|
1313
|
-
--tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
|
|
1314
|
-
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
1315
|
-
}
|
|
1316
|
-
.theme-brandPage .tw-to-\[\#8b5cf6\] {
|
|
1317
|
-
--tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
|
|
1318
|
-
}
|
|
1319
1297
|
.theme-brandPage .tw-bg-no-repeat {
|
|
1320
1298
|
background-repeat: no-repeat;
|
|
1321
1299
|
}
|
|
@@ -1813,10 +1791,6 @@ video {
|
|
|
1813
1791
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
1814
1792
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1815
1793
|
}
|
|
1816
|
-
.theme-brandPage .hover\:tw-brightness-\[0\.85\]:hover {
|
|
1817
|
-
--tw-brightness: brightness(0.85);
|
|
1818
|
-
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);
|
|
1819
|
-
}
|
|
1820
1794
|
.theme-brandPage .focus\:tw-border-grayscale-600:focus {
|
|
1821
1795
|
--tw-border-opacity: 1;
|
|
1822
1796
|
border-color: rgb(94 94 94 / var(--tw-border-opacity));
|
|
@@ -1915,9 +1889,6 @@ video {
|
|
|
1915
1889
|
.theme-brandPage .md\:tw-ml-4 {
|
|
1916
1890
|
margin-left: 1rem;
|
|
1917
1891
|
}
|
|
1918
|
-
.theme-brandPage .md\:tw-mr-2 {
|
|
1919
|
-
margin-right: 0.5rem;
|
|
1920
|
-
}
|
|
1921
1892
|
.theme-brandPage .md\:tw-mt-0 {
|
|
1922
1893
|
margin-top: 0px;
|
|
1923
1894
|
}
|
|
@@ -643,10 +643,6 @@ video {
|
|
|
643
643
|
margin-top: 0px;
|
|
644
644
|
margin-bottom: 0px;
|
|
645
645
|
}
|
|
646
|
-
.theme-crazyDomains .tw-my-1 {
|
|
647
|
-
margin-top: 0.25rem;
|
|
648
|
-
margin-bottom: 0.25rem;
|
|
649
|
-
}
|
|
650
646
|
.theme-crazyDomains .tw-my-10 {
|
|
651
647
|
margin-top: 2.5rem;
|
|
652
648
|
margin-bottom: 2.5rem;
|
|
@@ -723,9 +719,6 @@ video {
|
|
|
723
719
|
.theme-crazyDomains .tw-ml-auto {
|
|
724
720
|
margin-left: auto;
|
|
725
721
|
}
|
|
726
|
-
.theme-crazyDomains .tw-mr-1 {
|
|
727
|
-
margin-right: 0.25rem;
|
|
728
|
-
}
|
|
729
722
|
.theme-crazyDomains .tw-mr-2 {
|
|
730
723
|
margin-right: 0.5rem;
|
|
731
724
|
}
|
|
@@ -834,10 +827,6 @@ video {
|
|
|
834
827
|
.theme-crazyDomains .tw-h-auto {
|
|
835
828
|
height: auto;
|
|
836
829
|
}
|
|
837
|
-
.theme-crazyDomains .tw-h-fit {
|
|
838
|
-
height: -moz-fit-content;
|
|
839
|
-
height: fit-content;
|
|
840
|
-
}
|
|
841
830
|
.theme-crazyDomains .tw-h-full {
|
|
842
831
|
height: 100%;
|
|
843
832
|
}
|
|
@@ -853,6 +842,9 @@ video {
|
|
|
853
842
|
.theme-crazyDomains .tw-max-h-screen {
|
|
854
843
|
max-height: 100vh;
|
|
855
844
|
}
|
|
845
|
+
.theme-crazyDomains .tw-w-1\/3 {
|
|
846
|
+
width: 33.333333%;
|
|
847
|
+
}
|
|
856
848
|
.theme-crazyDomains .tw-w-10 {
|
|
857
849
|
width: 2.5rem;
|
|
858
850
|
}
|
|
@@ -1021,9 +1013,6 @@ video {
|
|
|
1021
1013
|
.theme-crazyDomains .tw-animate-spin {
|
|
1022
1014
|
animation: tw-spin 1s linear infinite;
|
|
1023
1015
|
}
|
|
1024
|
-
.\!tw-cursor-not-allowed {
|
|
1025
|
-
cursor: not-allowed !important;
|
|
1026
|
-
}
|
|
1027
1016
|
.theme-crazyDomains .tw-cursor-not-allowed {
|
|
1028
1017
|
cursor: not-allowed;
|
|
1029
1018
|
}
|
|
@@ -1457,17 +1446,6 @@ video {
|
|
|
1457
1446
|
.theme-crazyDomains .tw-bg-opacity-80 {
|
|
1458
1447
|
--tw-bg-opacity: 0.8;
|
|
1459
1448
|
}
|
|
1460
|
-
.theme-crazyDomains .tw-bg-gradient-to-t {
|
|
1461
|
-
background-image: linear-gradient(to top, var(--tw-gradient-stops));
|
|
1462
|
-
}
|
|
1463
|
-
.theme-crazyDomains .tw-from-\[\#d946ef\] {
|
|
1464
|
-
--tw-gradient-from: #d946ef var(--tw-gradient-from-position);
|
|
1465
|
-
--tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
|
|
1466
|
-
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
1467
|
-
}
|
|
1468
|
-
.theme-crazyDomains .tw-to-\[\#8b5cf6\] {
|
|
1469
|
-
--tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
|
|
1470
|
-
}
|
|
1471
1449
|
.theme-crazyDomains .tw-bg-no-repeat {
|
|
1472
1450
|
background-repeat: no-repeat;
|
|
1473
1451
|
}
|
|
@@ -2045,10 +2023,6 @@ video {
|
|
|
2045
2023
|
--tw-bg-opacity: 1;
|
|
2046
2024
|
background-color: rgb(0 129 191 / var(--tw-bg-opacity));
|
|
2047
2025
|
}
|
|
2048
|
-
.theme-crazyDomains .hover\:tw-bg-primary-100:hover {
|
|
2049
|
-
--tw-bg-opacity: 1;
|
|
2050
|
-
background-color: rgb(226 238 213 / var(--tw-bg-opacity));
|
|
2051
|
-
}
|
|
2052
2026
|
.theme-crazyDomains .hover\:tw-bg-primary-400:hover {
|
|
2053
2027
|
--tw-bg-opacity: 1;
|
|
2054
2028
|
background-color: rgb(140 189 89 / var(--tw-bg-opacity));
|
|
@@ -2113,10 +2087,6 @@ video {
|
|
|
2113
2087
|
--tw-shadow-color: #00A1EF !important;
|
|
2114
2088
|
--tw-shadow: var(--tw-shadow-colored) !important;
|
|
2115
2089
|
}
|
|
2116
|
-
.theme-crazyDomains .hover\:tw-brightness-\[0\.85\]:hover {
|
|
2117
|
-
--tw-brightness: brightness(0.85);
|
|
2118
|
-
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);
|
|
2119
|
-
}
|
|
2120
2090
|
.theme-crazyDomains .focus\:tw-border-error-600:focus {
|
|
2121
2091
|
--tw-border-opacity: 1;
|
|
2122
2092
|
border-color: rgb(186 24 79 / var(--tw-border-opacity));
|
|
@@ -2231,9 +2201,6 @@ video {
|
|
|
2231
2201
|
.theme-crazyDomains .md\:tw-ml-4 {
|
|
2232
2202
|
margin-left: 1rem;
|
|
2233
2203
|
}
|
|
2234
|
-
.theme-crazyDomains .md\:tw-mr-2 {
|
|
2235
|
-
margin-right: 0.5rem;
|
|
2236
|
-
}
|
|
2237
2204
|
.theme-crazyDomains .md\:tw-mt-0 {
|
|
2238
2205
|
margin-top: 0px;
|
|
2239
2206
|
}
|
|
@@ -643,10 +643,6 @@ video {
|
|
|
643
643
|
margin-top: 0px;
|
|
644
644
|
margin-bottom: 0px;
|
|
645
645
|
}
|
|
646
|
-
.theme-designCom .tw-my-1 {
|
|
647
|
-
margin-top: 0.25rem;
|
|
648
|
-
margin-bottom: 0.25rem;
|
|
649
|
-
}
|
|
650
646
|
.theme-designCom .tw-my-10 {
|
|
651
647
|
margin-top: 2.5rem;
|
|
652
648
|
margin-bottom: 2.5rem;
|
|
@@ -723,9 +719,6 @@ video {
|
|
|
723
719
|
.theme-designCom .tw-ml-auto {
|
|
724
720
|
margin-left: auto;
|
|
725
721
|
}
|
|
726
|
-
.theme-designCom .tw-mr-1 {
|
|
727
|
-
margin-right: 0.25rem;
|
|
728
|
-
}
|
|
729
722
|
.theme-designCom .tw-mr-2 {
|
|
730
723
|
margin-right: 0.5rem;
|
|
731
724
|
}
|
|
@@ -834,10 +827,6 @@ video {
|
|
|
834
827
|
.theme-designCom .tw-h-auto {
|
|
835
828
|
height: auto;
|
|
836
829
|
}
|
|
837
|
-
.theme-designCom .tw-h-fit {
|
|
838
|
-
height: -moz-fit-content;
|
|
839
|
-
height: fit-content;
|
|
840
|
-
}
|
|
841
830
|
.theme-designCom .tw-h-full {
|
|
842
831
|
height: 100%;
|
|
843
832
|
}
|
|
@@ -853,6 +842,9 @@ video {
|
|
|
853
842
|
.theme-designCom .tw-max-h-screen {
|
|
854
843
|
max-height: 100vh;
|
|
855
844
|
}
|
|
845
|
+
.theme-designCom .tw-w-1\/3 {
|
|
846
|
+
width: 33.333333%;
|
|
847
|
+
}
|
|
856
848
|
.theme-designCom .tw-w-10 {
|
|
857
849
|
width: 2.5rem;
|
|
858
850
|
}
|
|
@@ -1021,9 +1013,6 @@ video {
|
|
|
1021
1013
|
.theme-designCom .tw-animate-spin {
|
|
1022
1014
|
animation: tw-spin 1s linear infinite;
|
|
1023
1015
|
}
|
|
1024
|
-
.\!tw-cursor-not-allowed {
|
|
1025
|
-
cursor: not-allowed !important;
|
|
1026
|
-
}
|
|
1027
1016
|
.theme-designCom .tw-cursor-not-allowed {
|
|
1028
1017
|
cursor: not-allowed;
|
|
1029
1018
|
}
|
|
@@ -1457,17 +1446,6 @@ video {
|
|
|
1457
1446
|
.theme-designCom .tw-bg-opacity-80 {
|
|
1458
1447
|
--tw-bg-opacity: 0.8;
|
|
1459
1448
|
}
|
|
1460
|
-
.theme-designCom .tw-bg-gradient-to-t {
|
|
1461
|
-
background-image: linear-gradient(to top, var(--tw-gradient-stops));
|
|
1462
|
-
}
|
|
1463
|
-
.theme-designCom .tw-from-\[\#d946ef\] {
|
|
1464
|
-
--tw-gradient-from: #d946ef var(--tw-gradient-from-position);
|
|
1465
|
-
--tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
|
|
1466
|
-
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
1467
|
-
}
|
|
1468
|
-
.theme-designCom .tw-to-\[\#8b5cf6\] {
|
|
1469
|
-
--tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
|
|
1470
|
-
}
|
|
1471
1449
|
.theme-designCom .tw-bg-no-repeat {
|
|
1472
1450
|
background-repeat: no-repeat;
|
|
1473
1451
|
}
|
|
@@ -2045,10 +2023,6 @@ video {
|
|
|
2045
2023
|
--tw-bg-opacity: 1;
|
|
2046
2024
|
background-color: rgb(50 71 197 / var(--tw-bg-opacity));
|
|
2047
2025
|
}
|
|
2048
|
-
.theme-designCom .hover\:tw-bg-primary-100:hover {
|
|
2049
|
-
--tw-bg-opacity: 1;
|
|
2050
|
-
background-color: rgb(236 238 254 / var(--tw-bg-opacity));
|
|
2051
|
-
}
|
|
2052
2026
|
.theme-designCom .hover\:tw-bg-primary-400:hover {
|
|
2053
2027
|
--tw-bg-opacity: 1;
|
|
2054
2028
|
background-color: rgb(121 139 249 / var(--tw-bg-opacity));
|
|
@@ -2113,10 +2087,6 @@ video {
|
|
|
2113
2087
|
--tw-shadow-color: #3f59f6 !important;
|
|
2114
2088
|
--tw-shadow: var(--tw-shadow-colored) !important;
|
|
2115
2089
|
}
|
|
2116
|
-
.theme-designCom .hover\:tw-brightness-\[0\.85\]:hover {
|
|
2117
|
-
--tw-brightness: brightness(0.85);
|
|
2118
|
-
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);
|
|
2119
|
-
}
|
|
2120
2090
|
.theme-designCom .focus\:tw-border-error-600:focus {
|
|
2121
2091
|
--tw-border-opacity: 1;
|
|
2122
2092
|
border-color: rgb(182 58 42 / var(--tw-border-opacity));
|
|
@@ -2231,9 +2201,6 @@ video {
|
|
|
2231
2201
|
.theme-designCom .md\:tw-ml-4 {
|
|
2232
2202
|
margin-left: 1rem;
|
|
2233
2203
|
}
|
|
2234
|
-
.theme-designCom .md\:tw-mr-2 {
|
|
2235
|
-
margin-right: 0.5rem;
|
|
2236
|
-
}
|
|
2237
2204
|
.theme-designCom .md\:tw-mt-0 {
|
|
2238
2205
|
margin-top: 0px;
|
|
2239
2206
|
}
|
|
@@ -643,10 +643,6 @@ video {
|
|
|
643
643
|
margin-top: 0px;
|
|
644
644
|
margin-bottom: 0px;
|
|
645
645
|
}
|
|
646
|
-
.theme-designCrowd .tw-my-1 {
|
|
647
|
-
margin-top: 0.25rem;
|
|
648
|
-
margin-bottom: 0.25rem;
|
|
649
|
-
}
|
|
650
646
|
.theme-designCrowd .tw-my-10 {
|
|
651
647
|
margin-top: 2.5rem;
|
|
652
648
|
margin-bottom: 2.5rem;
|
|
@@ -723,9 +719,6 @@ video {
|
|
|
723
719
|
.theme-designCrowd .tw-ml-auto {
|
|
724
720
|
margin-left: auto;
|
|
725
721
|
}
|
|
726
|
-
.theme-designCrowd .tw-mr-1 {
|
|
727
|
-
margin-right: 0.25rem;
|
|
728
|
-
}
|
|
729
722
|
.theme-designCrowd .tw-mr-2 {
|
|
730
723
|
margin-right: 0.5rem;
|
|
731
724
|
}
|
|
@@ -834,10 +827,6 @@ video {
|
|
|
834
827
|
.theme-designCrowd .tw-h-auto {
|
|
835
828
|
height: auto;
|
|
836
829
|
}
|
|
837
|
-
.theme-designCrowd .tw-h-fit {
|
|
838
|
-
height: -moz-fit-content;
|
|
839
|
-
height: fit-content;
|
|
840
|
-
}
|
|
841
830
|
.theme-designCrowd .tw-h-full {
|
|
842
831
|
height: 100%;
|
|
843
832
|
}
|
|
@@ -853,6 +842,9 @@ video {
|
|
|
853
842
|
.theme-designCrowd .tw-max-h-screen {
|
|
854
843
|
max-height: 100vh;
|
|
855
844
|
}
|
|
845
|
+
.theme-designCrowd .tw-w-1\/3 {
|
|
846
|
+
width: 33.333333%;
|
|
847
|
+
}
|
|
856
848
|
.theme-designCrowd .tw-w-10 {
|
|
857
849
|
width: 2.5rem;
|
|
858
850
|
}
|
|
@@ -1021,9 +1013,6 @@ video {
|
|
|
1021
1013
|
.theme-designCrowd .tw-animate-spin {
|
|
1022
1014
|
animation: tw-spin 1s linear infinite;
|
|
1023
1015
|
}
|
|
1024
|
-
.\!tw-cursor-not-allowed {
|
|
1025
|
-
cursor: not-allowed !important;
|
|
1026
|
-
}
|
|
1027
1016
|
.theme-designCrowd .tw-cursor-not-allowed {
|
|
1028
1017
|
cursor: not-allowed;
|
|
1029
1018
|
}
|
|
@@ -1457,17 +1446,6 @@ video {
|
|
|
1457
1446
|
.theme-designCrowd .tw-bg-opacity-80 {
|
|
1458
1447
|
--tw-bg-opacity: 0.8;
|
|
1459
1448
|
}
|
|
1460
|
-
.theme-designCrowd .tw-bg-gradient-to-t {
|
|
1461
|
-
background-image: linear-gradient(to top, var(--tw-gradient-stops));
|
|
1462
|
-
}
|
|
1463
|
-
.theme-designCrowd .tw-from-\[\#d946ef\] {
|
|
1464
|
-
--tw-gradient-from: #d946ef var(--tw-gradient-from-position);
|
|
1465
|
-
--tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
|
|
1466
|
-
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
1467
|
-
}
|
|
1468
|
-
.theme-designCrowd .tw-to-\[\#8b5cf6\] {
|
|
1469
|
-
--tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
|
|
1470
|
-
}
|
|
1471
1449
|
.theme-designCrowd .tw-bg-no-repeat {
|
|
1472
1450
|
background-repeat: no-repeat;
|
|
1473
1451
|
}
|
|
@@ -2045,10 +2023,6 @@ video {
|
|
|
2045
2023
|
--tw-bg-opacity: 1;
|
|
2046
2024
|
background-color: rgb(14 121 188 / var(--tw-bg-opacity));
|
|
2047
2025
|
}
|
|
2048
|
-
.theme-designCrowd .hover\:tw-bg-primary-100:hover {
|
|
2049
|
-
--tw-bg-opacity: 1;
|
|
2050
|
-
background-color: rgb(207 234 251 / var(--tw-bg-opacity));
|
|
2051
|
-
}
|
|
2052
2026
|
.theme-designCrowd .hover\:tw-bg-primary-400:hover {
|
|
2053
2027
|
--tw-bg-opacity: 1;
|
|
2054
2028
|
background-color: rgb(65 172 239 / var(--tw-bg-opacity));
|
|
@@ -2113,10 +2087,6 @@ video {
|
|
|
2113
2087
|
--tw-shadow-color: #1197EB !important;
|
|
2114
2088
|
--tw-shadow: var(--tw-shadow-colored) !important;
|
|
2115
2089
|
}
|
|
2116
|
-
.theme-designCrowd .hover\:tw-brightness-\[0\.85\]:hover {
|
|
2117
|
-
--tw-brightness: brightness(0.85);
|
|
2118
|
-
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);
|
|
2119
|
-
}
|
|
2120
2090
|
.theme-designCrowd .focus\:tw-border-error-600:focus {
|
|
2121
2091
|
--tw-border-opacity: 1;
|
|
2122
2092
|
border-color: rgb(195 50 48 / var(--tw-border-opacity));
|
|
@@ -2231,9 +2201,6 @@ video {
|
|
|
2231
2201
|
.theme-designCrowd .md\:tw-ml-4 {
|
|
2232
2202
|
margin-left: 1rem;
|
|
2233
2203
|
}
|
|
2234
|
-
.theme-designCrowd .md\:tw-mr-2 {
|
|
2235
|
-
margin-right: 0.5rem;
|
|
2236
|
-
}
|
|
2237
2204
|
.theme-designCrowd .md\:tw-mt-0 {
|
|
2238
2205
|
margin-top: 0px;
|
|
2239
2206
|
}
|
|
@@ -92,11 +92,5 @@
|
|
|
92
92
|
"clickToUpload": "klicken Sie hier, um eine Datei hochzuladen.",
|
|
93
93
|
"acceptedFiles": "Wir akzeptieren PNG-, JPG-, SVG- und EPS-Dateien bis zu 25 MB.",
|
|
94
94
|
"wrongUploadType": "Sie können Dateien dieses Typs nicht hochladen."
|
|
95
|
-
},
|
|
96
|
-
"uploadLogoSearchResultCard": {
|
|
97
|
-
"replace": "Ersetzen",
|
|
98
|
-
"replaceLogo": "Logo ersetzen",
|
|
99
|
-
"delete": "Löschen",
|
|
100
|
-
"deleteLogo": "Logo löschen"
|
|
101
95
|
}
|
|
102
96
|
}
|
|
@@ -92,11 +92,5 @@
|
|
|
92
92
|
"clickToUpload": "haz clic para subirlo",
|
|
93
93
|
"acceptedFiles": "Aceptamos archivos PNG, JPG, SVG o EPS de hasta 25 MB",
|
|
94
94
|
"wrongUploadType": "No puedes subir archivos de este tipo."
|
|
95
|
-
},
|
|
96
|
-
"uploadLogoSearchResultCard": {
|
|
97
|
-
"replace": "Sustituir",
|
|
98
|
-
"replaceLogo": "Reemplaza el logo",
|
|
99
|
-
"delete": "Eliminar",
|
|
100
|
-
"deleteLogo": "Elimina el logo"
|
|
101
95
|
}
|
|
102
96
|
}
|
|
@@ -92,11 +92,5 @@
|
|
|
92
92
|
"clickToUpload": "cliquez pour télécharger",
|
|
93
93
|
"acceptedFiles": "Nous acceptons les fichiers PNG, JPG, SVG ou EPS jusqu'à 25 Mo",
|
|
94
94
|
"wrongUploadType": "Vous ne pouvez pas télécharger des fichiers de ce type."
|
|
95
|
-
},
|
|
96
|
-
"uploadLogoSearchResultCard": {
|
|
97
|
-
"replace": "Remplacer",
|
|
98
|
-
"replaceLogo": "Remplacez le logo",
|
|
99
|
-
"delete": "Supprimer",
|
|
100
|
-
"deleteLogo": "Supprimez le logo"
|
|
101
95
|
}
|
|
102
96
|
}
|
|
@@ -92,11 +92,5 @@
|
|
|
92
92
|
"clickToUpload": "click to upload",
|
|
93
93
|
"acceptedFiles": "We accept PNG, JPG, SVG or EPS files up to 25MB",
|
|
94
94
|
"wrongUploadType": "You can't upload files of this type."
|
|
95
|
-
},
|
|
96
|
-
"uploadLogoSearchResultCard": {
|
|
97
|
-
"replace": "Replace",
|
|
98
|
-
"replaceLogo": "Replace Logo",
|
|
99
|
-
"delete": "Delete",
|
|
100
|
-
"deleteLogo": "Delete Logo"
|
|
101
95
|
}
|
|
102
96
|
}
|
|
@@ -92,11 +92,5 @@
|
|
|
92
92
|
"clickToUpload": "clique para carregar",
|
|
93
93
|
"acceptedFiles": "Aceitamos ficheiros PNG, JPG, SVG ou EPS até 25 MB",
|
|
94
94
|
"wrongUploadType": "Não pode carregar ficheiros deste tipo."
|
|
95
|
-
},
|
|
96
|
-
"uploadLogoSearchResultCard": {
|
|
97
|
-
"replace": "Substituir",
|
|
98
|
-
"replaceLogo": "Substituir logótipo",
|
|
99
|
-
"delete": "Eliminar",
|
|
100
|
-
"deleteLogo": "Eliminar Logótipo"
|
|
101
95
|
}
|
|
102
96
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import axios from 'axios';
|
|
2
2
|
import API from '../constants/api';
|
|
3
|
+
import { getCurrentLocale } from '../../useSharedLibTranslate';
|
|
3
4
|
|
|
4
5
|
let internalAxios;
|
|
5
6
|
|
|
@@ -63,7 +64,8 @@ const searchDomainNamesByKeywordAsync = async ({
|
|
|
63
64
|
limit,
|
|
64
65
|
}) => {
|
|
65
66
|
try {
|
|
66
|
-
|
|
67
|
+
const currentLocale = getCurrentLocale();
|
|
68
|
+
let url = `${API.DOMAIN_NAME_SEARCH_API_URL}?keyword=${keyword}&userText=${encodeURIComponent(userText)}&locale=${currentLocale}`;
|
|
67
69
|
|
|
68
70
|
if (designDraftToken) {
|
|
69
71
|
url = `${url}&designDraftToken=${designDraftToken}`;
|
|
@@ -123,6 +123,7 @@ export default {
|
|
|
123
123
|
this.isBusy = true;
|
|
124
124
|
const searchSlug = this.cleanText(this.searchText);
|
|
125
125
|
this.previousSearchText = this.searchText;
|
|
126
|
+
console.log('is this getting triggered');
|
|
126
127
|
try {
|
|
127
128
|
const request = { keyword: searchSlug, isUserTriggered, userText: this.searchText };
|
|
128
129
|
|
package/src/experiences/components/UploadedLogoSearchResultCard/UploadedLogoSearchResultCard.vue
CHANGED
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
}"
|
|
56
56
|
>
|
|
57
57
|
<label for="replace-logo-file" class="tw-sr-only">
|
|
58
|
-
|
|
58
|
+
Replace logo
|
|
59
59
|
<input
|
|
60
60
|
id="replace-logo-file"
|
|
61
61
|
ref="fileInput"
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
/>
|
|
66
66
|
</label>
|
|
67
67
|
<div
|
|
68
|
-
class="tw-flex tw-items-center tw-justify-center
|
|
68
|
+
class="tw-flex tw-items-center tw-justify-center"
|
|
69
69
|
:class="{
|
|
70
70
|
'md:tw-items-center': useLandscapeTile,
|
|
71
71
|
'md:tw-flex-col': aspectRatio > 30 && useLandscapeTile,
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
@on-click="onReplaceButtonClick"
|
|
82
82
|
/>
|
|
83
83
|
<button
|
|
84
|
-
class="tw-uppercase tw-text-xs tw-text-secondary tw-font-sans tw-font-bold"
|
|
84
|
+
class="tw-uppercase tw-ml-6 tw-text-xs tw-text-secondary tw-font-sans tw-font-bold"
|
|
85
85
|
:class="{
|
|
86
86
|
'md:tw-mt-3': useLandscapeTile && !extraWideLandscape,
|
|
87
87
|
'md:tw-ml-0': useLandscapeTile,
|
|
@@ -102,7 +102,6 @@ import Button from '../../../../src/atoms/components/Button/Button.vue';
|
|
|
102
102
|
import Events from '../../constants/event-constants';
|
|
103
103
|
import API from '../../constants/api';
|
|
104
104
|
import trackEvent from '../../helpers/tracking';
|
|
105
|
-
import { uploadLogoSearchResultCardTr } from '../../../useSharedLibTranslate';
|
|
106
105
|
|
|
107
106
|
export default {
|
|
108
107
|
components: {
|
|
@@ -132,11 +131,6 @@ export default {
|
|
|
132
131
|
default: false,
|
|
133
132
|
},
|
|
134
133
|
},
|
|
135
|
-
setup() {
|
|
136
|
-
return {
|
|
137
|
-
uploadLogoSearchResultCardTr,
|
|
138
|
-
};
|
|
139
|
-
},
|
|
140
134
|
data() {
|
|
141
135
|
return {
|
|
142
136
|
extraWideLandscape: this.useLandscapeTile && this.aspectRatio <= 30,
|
|
@@ -144,14 +138,10 @@ export default {
|
|
|
144
138
|
},
|
|
145
139
|
computed: {
|
|
146
140
|
replaceButtonLabel() {
|
|
147
|
-
return this.alternativeLayout
|
|
148
|
-
? this.uploadLogoSearchResultCardTr('replace')
|
|
149
|
-
: this.uploadLogoSearchResultCardTr('replaceLogo');
|
|
141
|
+
return this.alternativeLayout ? 'Replace' : 'Replace Logo';
|
|
150
142
|
},
|
|
151
143
|
deleteButtonLabel() {
|
|
152
|
-
return this.alternativeLayout
|
|
153
|
-
? this.uploadLogoSearchResultCardTr('delete')
|
|
154
|
-
: this.uploadLogoSearchResultCardTr('deleteLogo');
|
|
144
|
+
return this.alternativeLayout ? 'Delete' : 'Delete Logo';
|
|
155
145
|
},
|
|
156
146
|
},
|
|
157
147
|
methods: {
|
|
@@ -63,9 +63,6 @@ const sharedPaymentConfigTr = (key, valuesToInterpolate = {}) => tr(`sharedPayme
|
|
|
63
63
|
|
|
64
64
|
const priceTr = (key, valuesToInterpolate = {}) => tr(`price.${key}`, valuesToInterpolate);
|
|
65
65
|
|
|
66
|
-
const uploadLogoSearchResultCardTr = (key, valuesToInterpolate = {}) =>
|
|
67
|
-
tr(`uploadLogoSearchResultCard.${key}`, valuesToInterpolate);
|
|
68
|
-
|
|
69
66
|
const getCurrentLocale = () => {
|
|
70
67
|
return i18next.language || 'en-US';
|
|
71
68
|
};
|
|
@@ -96,7 +93,7 @@ const formatCurrency = (amount, locale, currency, fraction = 0, showAbbreviation
|
|
|
96
93
|
|
|
97
94
|
const altAudAbbreviation = 'AU';
|
|
98
95
|
if (showAbbreviation && !localeAmount.includes(abbreviationTrimmed)) {
|
|
99
|
-
return localeAmount.replace(symbolTrimmed
|
|
96
|
+
return localeAmount.replace(symbolTrimmed,`${abbreviationTrimmed}${symbolTrimmed}`);
|
|
100
97
|
} else if (!showAbbreviation && localeAmount.includes(altAudAbbreviation)) {
|
|
101
98
|
return localeAmount.replace(altAudAbbreviation, '');
|
|
102
99
|
} else if (!showAbbreviation && localeAmount.includes(abbreviationTrimmed)) {
|
|
@@ -104,7 +101,7 @@ const formatCurrency = (amount, locale, currency, fraction = 0, showAbbreviation
|
|
|
104
101
|
}
|
|
105
102
|
|
|
106
103
|
return localeAmount;
|
|
107
|
-
}
|
|
104
|
+
}
|
|
108
105
|
|
|
109
106
|
export {
|
|
110
107
|
setSharedLibLocaleAsync,
|
|
@@ -120,6 +117,5 @@ export {
|
|
|
120
117
|
uploadYourLogoTr,
|
|
121
118
|
sharedPaymentConfigTr,
|
|
122
119
|
priceTr,
|
|
123
|
-
uploadLogoSearchResultCardTr,
|
|
124
120
|
formatCurrency,
|
|
125
121
|
};
|