@designcrowd/fe-shared-lib 1.2.11-byo-modal-7 → 1.2.11-ml-currency
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/Dockerfile +1 -1
- package/dist/css/tailwind-brandCrowd.css +3 -37
- package/dist/css/tailwind-brandPage.css +3 -33
- package/dist/css/tailwind-crazyDomains.css +3 -37
- package/dist/css/tailwind-designCom.css +3 -37
- package/dist/css/tailwind-designCrowd.css +3 -37
- package/package.json +1 -1
- package/src/atoms/components/Price/Price.vue +39 -1
- package/src/bundles/bundled-translations.de-DE.json +0 -32
- package/src/bundles/bundled-translations.es-ES.json +0 -32
- package/src/bundles/bundled-translations.fr-FR.json +0 -32
- package/src/bundles/bundled-translations.json +0 -32
- package/src/bundles/bundled-translations.pt-PT.json +0 -32
- package/src/experiences/components/UploadYourLogoDropzone/UploadYourLogoDropzone.vue +8 -18
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessBrandColours.vue +12 -22
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessText.vue +5 -11
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoCropper.vue +4 -10
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoPreview.vue +5 -11
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadError.vue +4 -10
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadExitConfirmation.vue +5 -11
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploader.vue +1 -7
- package/src/experiences/components/UploadYourLogoOnBoarding/UploadYourLogoOnBoarding.vue +7 -13
- package/src/useSharedLibTranslate.js +1 -3
- package/public/css/tailwind-brandCrowd.css +0 -2411
- package/public/css/tailwind-brandPage.css +0 -2095
- package/public/css/tailwind-crazyDomains.css +0 -2411
- package/public/css/tailwind-designCom.css +0 -2411
- package/public/css/tailwind-designCrowd.css +0 -2411
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.de-DE.json +0 -34
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.es-ES.json +0 -34
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.fr-FR.json +0 -34
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.json +0 -35
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.pt-PT.json +0 -34
package/Dockerfile
CHANGED
|
@@ -29,7 +29,7 @@ COPY .npmignore ./
|
|
|
29
29
|
RUN npm run bundle-translation
|
|
30
30
|
|
|
31
31
|
RUN mkdir artifacts
|
|
32
|
-
RUN npm publish || (touch artifacts/npm_publish_failed && exit 1)
|
|
32
|
+
RUN npm publish --otp=534962 || (touch artifacts/npm_publish_failed && exit 1)
|
|
33
33
|
RUN cp package.json artifacts/
|
|
34
34
|
|
|
35
35
|
ENTRYPOINT ["/bin/echo", "Nothing to do."]
|
|
@@ -643,10 +643,6 @@ video {
|
|
|
643
643
|
margin-top: 0px;
|
|
644
644
|
margin-bottom: 0px;
|
|
645
645
|
}
|
|
646
|
-
.tw-my-1 {
|
|
647
|
-
margin-top: 0.25rem;
|
|
648
|
-
margin-bottom: 0.25rem;
|
|
649
|
-
}
|
|
650
646
|
.tw-my-10 {
|
|
651
647
|
margin-top: 2.5rem;
|
|
652
648
|
margin-bottom: 2.5rem;
|
|
@@ -723,9 +719,6 @@ video {
|
|
|
723
719
|
.tw-ml-auto {
|
|
724
720
|
margin-left: auto;
|
|
725
721
|
}
|
|
726
|
-
.tw-mr-1 {
|
|
727
|
-
margin-right: 0.25rem;
|
|
728
|
-
}
|
|
729
722
|
.tw-mr-2 {
|
|
730
723
|
margin-right: 0.5rem;
|
|
731
724
|
}
|
|
@@ -834,10 +827,6 @@ video {
|
|
|
834
827
|
.tw-h-auto {
|
|
835
828
|
height: auto;
|
|
836
829
|
}
|
|
837
|
-
.tw-h-fit {
|
|
838
|
-
height: -moz-fit-content;
|
|
839
|
-
height: fit-content;
|
|
840
|
-
}
|
|
841
830
|
.tw-h-full {
|
|
842
831
|
height: 100%;
|
|
843
832
|
}
|
|
@@ -853,6 +842,9 @@ video {
|
|
|
853
842
|
.tw-max-h-screen {
|
|
854
843
|
max-height: 100vh;
|
|
855
844
|
}
|
|
845
|
+
.tw-w-1\/3 {
|
|
846
|
+
width: 33.333333%;
|
|
847
|
+
}
|
|
856
848
|
.tw-w-10 {
|
|
857
849
|
width: 2.5rem;
|
|
858
850
|
}
|
|
@@ -1021,9 +1013,6 @@ video {
|
|
|
1021
1013
|
.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
|
.tw-cursor-not-allowed {
|
|
1028
1017
|
cursor: not-allowed;
|
|
1029
1018
|
}
|
|
@@ -1457,17 +1446,6 @@ video {
|
|
|
1457
1446
|
.tw-bg-opacity-80 {
|
|
1458
1447
|
--tw-bg-opacity: 0.8;
|
|
1459
1448
|
}
|
|
1460
|
-
.tw-bg-gradient-to-t {
|
|
1461
|
-
background-image: linear-gradient(to top, var(--tw-gradient-stops));
|
|
1462
|
-
}
|
|
1463
|
-
.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
|
-
.tw-to-\[\#8b5cf6\] {
|
|
1469
|
-
--tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
|
|
1470
|
-
}
|
|
1471
1449
|
.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
|
-
.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
|
.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
|
-
.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
|
.focus\:tw-border-error-600:focus {
|
|
2121
2091
|
--tw-border-opacity: 1;
|
|
2122
2092
|
border-color: rgb(194 22 50 / var(--tw-border-opacity));
|
|
@@ -2259,10 +2229,6 @@ video {
|
|
|
2259
2229
|
margin-left: 1rem;
|
|
2260
2230
|
}
|
|
2261
2231
|
|
|
2262
|
-
.md\:tw-mr-2 {
|
|
2263
|
-
margin-right: 0.5rem;
|
|
2264
|
-
}
|
|
2265
|
-
|
|
2266
2232
|
.md\:tw-mt-0 {
|
|
2267
2233
|
margin-top: 0px;
|
|
2268
2234
|
}
|
|
@@ -643,10 +643,6 @@ video {
|
|
|
643
643
|
margin-top: 0px;
|
|
644
644
|
margin-bottom: 0px;
|
|
645
645
|
}
|
|
646
|
-
.tw-my-1 {
|
|
647
|
-
margin-top: 0.25rem;
|
|
648
|
-
margin-bottom: 0.25rem;
|
|
649
|
-
}
|
|
650
646
|
.tw-my-10 {
|
|
651
647
|
margin-top: 2.5rem;
|
|
652
648
|
margin-bottom: 2.5rem;
|
|
@@ -723,9 +719,6 @@ video {
|
|
|
723
719
|
.tw-ml-auto {
|
|
724
720
|
margin-left: auto;
|
|
725
721
|
}
|
|
726
|
-
.tw-mr-1 {
|
|
727
|
-
margin-right: 0.25rem;
|
|
728
|
-
}
|
|
729
722
|
.tw-mr-2 {
|
|
730
723
|
margin-right: 0.5rem;
|
|
731
724
|
}
|
|
@@ -834,10 +827,6 @@ video {
|
|
|
834
827
|
.tw-h-auto {
|
|
835
828
|
height: auto;
|
|
836
829
|
}
|
|
837
|
-
.tw-h-fit {
|
|
838
|
-
height: -moz-fit-content;
|
|
839
|
-
height: fit-content;
|
|
840
|
-
}
|
|
841
830
|
.tw-h-full {
|
|
842
831
|
height: 100%;
|
|
843
832
|
}
|
|
@@ -853,6 +842,9 @@ video {
|
|
|
853
842
|
.tw-max-h-screen {
|
|
854
843
|
max-height: 100vh;
|
|
855
844
|
}
|
|
845
|
+
.tw-w-1\/3 {
|
|
846
|
+
width: 33.333333%;
|
|
847
|
+
}
|
|
856
848
|
.tw-w-10 {
|
|
857
849
|
width: 2.5rem;
|
|
858
850
|
}
|
|
@@ -1021,9 +1013,6 @@ video {
|
|
|
1021
1013
|
.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
|
.tw-cursor-not-allowed {
|
|
1028
1017
|
cursor: not-allowed;
|
|
1029
1018
|
}
|
|
@@ -1305,17 +1294,6 @@ video {
|
|
|
1305
1294
|
.tw-bg-opacity-80 {
|
|
1306
1295
|
--tw-bg-opacity: 0.8;
|
|
1307
1296
|
}
|
|
1308
|
-
.tw-bg-gradient-to-t {
|
|
1309
|
-
background-image: linear-gradient(to top, var(--tw-gradient-stops));
|
|
1310
|
-
}
|
|
1311
|
-
.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
|
-
.tw-to-\[\#8b5cf6\] {
|
|
1317
|
-
--tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
|
|
1318
|
-
}
|
|
1319
1297
|
.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
|
-
.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
|
.focus\:tw-border-grayscale-600:focus {
|
|
1821
1795
|
--tw-border-opacity: 1;
|
|
1822
1796
|
border-color: rgb(94 94 94 / var(--tw-border-opacity));
|
|
@@ -1943,10 +1917,6 @@ video {
|
|
|
1943
1917
|
margin-left: 1rem;
|
|
1944
1918
|
}
|
|
1945
1919
|
|
|
1946
|
-
.md\:tw-mr-2 {
|
|
1947
|
-
margin-right: 0.5rem;
|
|
1948
|
-
}
|
|
1949
|
-
|
|
1950
1920
|
.md\:tw-mt-0 {
|
|
1951
1921
|
margin-top: 0px;
|
|
1952
1922
|
}
|
|
@@ -643,10 +643,6 @@ video {
|
|
|
643
643
|
margin-top: 0px;
|
|
644
644
|
margin-bottom: 0px;
|
|
645
645
|
}
|
|
646
|
-
.tw-my-1 {
|
|
647
|
-
margin-top: 0.25rem;
|
|
648
|
-
margin-bottom: 0.25rem;
|
|
649
|
-
}
|
|
650
646
|
.tw-my-10 {
|
|
651
647
|
margin-top: 2.5rem;
|
|
652
648
|
margin-bottom: 2.5rem;
|
|
@@ -723,9 +719,6 @@ video {
|
|
|
723
719
|
.tw-ml-auto {
|
|
724
720
|
margin-left: auto;
|
|
725
721
|
}
|
|
726
|
-
.tw-mr-1 {
|
|
727
|
-
margin-right: 0.25rem;
|
|
728
|
-
}
|
|
729
722
|
.tw-mr-2 {
|
|
730
723
|
margin-right: 0.5rem;
|
|
731
724
|
}
|
|
@@ -834,10 +827,6 @@ video {
|
|
|
834
827
|
.tw-h-auto {
|
|
835
828
|
height: auto;
|
|
836
829
|
}
|
|
837
|
-
.tw-h-fit {
|
|
838
|
-
height: -moz-fit-content;
|
|
839
|
-
height: fit-content;
|
|
840
|
-
}
|
|
841
830
|
.tw-h-full {
|
|
842
831
|
height: 100%;
|
|
843
832
|
}
|
|
@@ -853,6 +842,9 @@ video {
|
|
|
853
842
|
.tw-max-h-screen {
|
|
854
843
|
max-height: 100vh;
|
|
855
844
|
}
|
|
845
|
+
.tw-w-1\/3 {
|
|
846
|
+
width: 33.333333%;
|
|
847
|
+
}
|
|
856
848
|
.tw-w-10 {
|
|
857
849
|
width: 2.5rem;
|
|
858
850
|
}
|
|
@@ -1021,9 +1013,6 @@ video {
|
|
|
1021
1013
|
.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
|
.tw-cursor-not-allowed {
|
|
1028
1017
|
cursor: not-allowed;
|
|
1029
1018
|
}
|
|
@@ -1457,17 +1446,6 @@ video {
|
|
|
1457
1446
|
.tw-bg-opacity-80 {
|
|
1458
1447
|
--tw-bg-opacity: 0.8;
|
|
1459
1448
|
}
|
|
1460
|
-
.tw-bg-gradient-to-t {
|
|
1461
|
-
background-image: linear-gradient(to top, var(--tw-gradient-stops));
|
|
1462
|
-
}
|
|
1463
|
-
.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
|
-
.tw-to-\[\#8b5cf6\] {
|
|
1469
|
-
--tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
|
|
1470
|
-
}
|
|
1471
1449
|
.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
|
-
.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
|
.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
|
-
.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
|
.focus\:tw-border-error-600:focus {
|
|
2121
2091
|
--tw-border-opacity: 1;
|
|
2122
2092
|
border-color: rgb(186 24 79 / var(--tw-border-opacity));
|
|
@@ -2259,10 +2229,6 @@ video {
|
|
|
2259
2229
|
margin-left: 1rem;
|
|
2260
2230
|
}
|
|
2261
2231
|
|
|
2262
|
-
.md\:tw-mr-2 {
|
|
2263
|
-
margin-right: 0.5rem;
|
|
2264
|
-
}
|
|
2265
|
-
|
|
2266
2232
|
.md\:tw-mt-0 {
|
|
2267
2233
|
margin-top: 0px;
|
|
2268
2234
|
}
|
|
@@ -643,10 +643,6 @@ video {
|
|
|
643
643
|
margin-top: 0px;
|
|
644
644
|
margin-bottom: 0px;
|
|
645
645
|
}
|
|
646
|
-
.tw-my-1 {
|
|
647
|
-
margin-top: 0.25rem;
|
|
648
|
-
margin-bottom: 0.25rem;
|
|
649
|
-
}
|
|
650
646
|
.tw-my-10 {
|
|
651
647
|
margin-top: 2.5rem;
|
|
652
648
|
margin-bottom: 2.5rem;
|
|
@@ -723,9 +719,6 @@ video {
|
|
|
723
719
|
.tw-ml-auto {
|
|
724
720
|
margin-left: auto;
|
|
725
721
|
}
|
|
726
|
-
.tw-mr-1 {
|
|
727
|
-
margin-right: 0.25rem;
|
|
728
|
-
}
|
|
729
722
|
.tw-mr-2 {
|
|
730
723
|
margin-right: 0.5rem;
|
|
731
724
|
}
|
|
@@ -834,10 +827,6 @@ video {
|
|
|
834
827
|
.tw-h-auto {
|
|
835
828
|
height: auto;
|
|
836
829
|
}
|
|
837
|
-
.tw-h-fit {
|
|
838
|
-
height: -moz-fit-content;
|
|
839
|
-
height: fit-content;
|
|
840
|
-
}
|
|
841
830
|
.tw-h-full {
|
|
842
831
|
height: 100%;
|
|
843
832
|
}
|
|
@@ -853,6 +842,9 @@ video {
|
|
|
853
842
|
.tw-max-h-screen {
|
|
854
843
|
max-height: 100vh;
|
|
855
844
|
}
|
|
845
|
+
.tw-w-1\/3 {
|
|
846
|
+
width: 33.333333%;
|
|
847
|
+
}
|
|
856
848
|
.tw-w-10 {
|
|
857
849
|
width: 2.5rem;
|
|
858
850
|
}
|
|
@@ -1021,9 +1013,6 @@ video {
|
|
|
1021
1013
|
.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
|
.tw-cursor-not-allowed {
|
|
1028
1017
|
cursor: not-allowed;
|
|
1029
1018
|
}
|
|
@@ -1457,17 +1446,6 @@ video {
|
|
|
1457
1446
|
.tw-bg-opacity-80 {
|
|
1458
1447
|
--tw-bg-opacity: 0.8;
|
|
1459
1448
|
}
|
|
1460
|
-
.tw-bg-gradient-to-t {
|
|
1461
|
-
background-image: linear-gradient(to top, var(--tw-gradient-stops));
|
|
1462
|
-
}
|
|
1463
|
-
.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
|
-
.tw-to-\[\#8b5cf6\] {
|
|
1469
|
-
--tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
|
|
1470
|
-
}
|
|
1471
1449
|
.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
|
-
.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
|
.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
|
-
.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
|
.focus\:tw-border-error-600:focus {
|
|
2121
2091
|
--tw-border-opacity: 1;
|
|
2122
2092
|
border-color: rgb(182 58 42 / var(--tw-border-opacity));
|
|
@@ -2259,10 +2229,6 @@ video {
|
|
|
2259
2229
|
margin-left: 1rem;
|
|
2260
2230
|
}
|
|
2261
2231
|
|
|
2262
|
-
.md\:tw-mr-2 {
|
|
2263
|
-
margin-right: 0.5rem;
|
|
2264
|
-
}
|
|
2265
|
-
|
|
2266
2232
|
.md\:tw-mt-0 {
|
|
2267
2233
|
margin-top: 0px;
|
|
2268
2234
|
}
|
|
@@ -643,10 +643,6 @@ video {
|
|
|
643
643
|
margin-top: 0px;
|
|
644
644
|
margin-bottom: 0px;
|
|
645
645
|
}
|
|
646
|
-
.tw-my-1 {
|
|
647
|
-
margin-top: 0.25rem;
|
|
648
|
-
margin-bottom: 0.25rem;
|
|
649
|
-
}
|
|
650
646
|
.tw-my-10 {
|
|
651
647
|
margin-top: 2.5rem;
|
|
652
648
|
margin-bottom: 2.5rem;
|
|
@@ -723,9 +719,6 @@ video {
|
|
|
723
719
|
.tw-ml-auto {
|
|
724
720
|
margin-left: auto;
|
|
725
721
|
}
|
|
726
|
-
.tw-mr-1 {
|
|
727
|
-
margin-right: 0.25rem;
|
|
728
|
-
}
|
|
729
722
|
.tw-mr-2 {
|
|
730
723
|
margin-right: 0.5rem;
|
|
731
724
|
}
|
|
@@ -834,10 +827,6 @@ video {
|
|
|
834
827
|
.tw-h-auto {
|
|
835
828
|
height: auto;
|
|
836
829
|
}
|
|
837
|
-
.tw-h-fit {
|
|
838
|
-
height: -moz-fit-content;
|
|
839
|
-
height: fit-content;
|
|
840
|
-
}
|
|
841
830
|
.tw-h-full {
|
|
842
831
|
height: 100%;
|
|
843
832
|
}
|
|
@@ -853,6 +842,9 @@ video {
|
|
|
853
842
|
.tw-max-h-screen {
|
|
854
843
|
max-height: 100vh;
|
|
855
844
|
}
|
|
845
|
+
.tw-w-1\/3 {
|
|
846
|
+
width: 33.333333%;
|
|
847
|
+
}
|
|
856
848
|
.tw-w-10 {
|
|
857
849
|
width: 2.5rem;
|
|
858
850
|
}
|
|
@@ -1021,9 +1013,6 @@ video {
|
|
|
1021
1013
|
.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
|
.tw-cursor-not-allowed {
|
|
1028
1017
|
cursor: not-allowed;
|
|
1029
1018
|
}
|
|
@@ -1457,17 +1446,6 @@ video {
|
|
|
1457
1446
|
.tw-bg-opacity-80 {
|
|
1458
1447
|
--tw-bg-opacity: 0.8;
|
|
1459
1448
|
}
|
|
1460
|
-
.tw-bg-gradient-to-t {
|
|
1461
|
-
background-image: linear-gradient(to top, var(--tw-gradient-stops));
|
|
1462
|
-
}
|
|
1463
|
-
.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
|
-
.tw-to-\[\#8b5cf6\] {
|
|
1469
|
-
--tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
|
|
1470
|
-
}
|
|
1471
1449
|
.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
|
-
.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
|
.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
|
-
.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
|
.focus\:tw-border-error-600:focus {
|
|
2121
2091
|
--tw-border-opacity: 1;
|
|
2122
2092
|
border-color: rgb(195 50 48 / var(--tw-border-opacity));
|
|
@@ -2259,10 +2229,6 @@ video {
|
|
|
2259
2229
|
margin-left: 1rem;
|
|
2260
2230
|
}
|
|
2261
2231
|
|
|
2262
|
-
.md\:tw-mr-2 {
|
|
2263
|
-
margin-right: 0.5rem;
|
|
2264
|
-
}
|
|
2265
|
-
|
|
2266
2232
|
.md\:tw-mt-0 {
|
|
2267
2233
|
margin-top: 0px;
|
|
2268
2234
|
}
|
package/package.json
CHANGED
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
</span>
|
|
6
6
|
</template>
|
|
7
7
|
<script>
|
|
8
|
+
|
|
9
|
+
import i18next from "i18next";
|
|
10
|
+
import {setSharedLibLocaleAsync} from "../../../useSharedLibTranslate";
|
|
11
|
+
|
|
8
12
|
export default {
|
|
9
13
|
props: {
|
|
10
14
|
amount: {
|
|
@@ -22,6 +26,11 @@ export default {
|
|
|
22
26
|
required: false,
|
|
23
27
|
default: null,
|
|
24
28
|
},
|
|
29
|
+
localeCurrency: {
|
|
30
|
+
type: String,
|
|
31
|
+
required: false,
|
|
32
|
+
default: null,
|
|
33
|
+
},
|
|
25
34
|
fraction: {
|
|
26
35
|
type: [Number, String],
|
|
27
36
|
required: false,
|
|
@@ -48,6 +57,9 @@ export default {
|
|
|
48
57
|
default: false,
|
|
49
58
|
},
|
|
50
59
|
},
|
|
60
|
+
setup() {
|
|
61
|
+
setSharedLibLocaleAsync();
|
|
62
|
+
},
|
|
51
63
|
computed: {
|
|
52
64
|
amountFormatted() {
|
|
53
65
|
if (this.isDomainCredit) {
|
|
@@ -58,6 +70,19 @@ export default {
|
|
|
58
70
|
return 'Free';
|
|
59
71
|
}
|
|
60
72
|
|
|
73
|
+
if (this.localeCurrency != null)
|
|
74
|
+
{
|
|
75
|
+
let amount = i18next.t('{{val, currency}}', {
|
|
76
|
+
ns: 'fe-shared-lib',
|
|
77
|
+
val: this.amount,
|
|
78
|
+
currency: this.currency.iso4127Code,
|
|
79
|
+
locale: this.localeCurrency,
|
|
80
|
+
minimumFractionDigits: this.fraction
|
|
81
|
+
});
|
|
82
|
+
|
|
83
|
+
return this.standardiseAmount(amount);
|
|
84
|
+
}
|
|
85
|
+
|
|
61
86
|
const parsedAmount = Number.parseFloat(this.amount);
|
|
62
87
|
|
|
63
88
|
if (Number.isNaN(parsedAmount)) {
|
|
@@ -76,7 +101,7 @@ export default {
|
|
|
76
101
|
return this.showAbbreviation && this.amount > 0 ? this.currency?.abbreviation?.trim() : '';
|
|
77
102
|
},
|
|
78
103
|
currencySymbol() {
|
|
79
|
-
if (!this.amount || this.amount === 0) {
|
|
104
|
+
if (!this.amount || this.amount === 0 || this.localeCurrency) {
|
|
80
105
|
return '';
|
|
81
106
|
}
|
|
82
107
|
|
|
@@ -102,5 +127,18 @@ export default {
|
|
|
102
127
|
return this.wrapInParentheses ? ')' : '';
|
|
103
128
|
},
|
|
104
129
|
},
|
|
130
|
+
methods: {
|
|
131
|
+
standardiseAmount(amount) {
|
|
132
|
+
if (this.currency.iso4127Code == 'AUD') {
|
|
133
|
+
return amount.replace('A$', this.currency.symbol);
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
if (this.currency.iso4127Code == 'ZAR') {
|
|
137
|
+
return amount.replace(this.currency.iso4127Code, this.currency.symbol);
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
return amount;
|
|
141
|
+
}
|
|
142
|
+
},
|
|
105
143
|
};
|
|
106
144
|
</script>
|
|
@@ -48,37 +48,5 @@
|
|
|
48
48
|
"searchBarLabel": "Suche",
|
|
49
49
|
"searchBarPlaceholder": "Domainnamen suchen",
|
|
50
50
|
"domainSearchOrConnectHeaderSubtitle": "Kaufen Sie passende Domains für Ihre Marke oder verknüpfen Sie Ihre bestehende Domain"
|
|
51
|
-
},
|
|
52
|
-
"uploadYourLogo": {
|
|
53
|
-
"uploadYourLogoText": "Laden Sie Ihr Logo hoch",
|
|
54
|
-
"disclaimerText": "Bitte stellen Sie sicher, dass Sie über die Nutzungsrechte für alle hochgeladenen Bilder verfügen.",
|
|
55
|
-
"generatingDesigns": "Designs werden erstellt ...",
|
|
56
|
-
"uploadingAndConverting": "Ihr Logo wird hochgeladen und konvertiert ...",
|
|
57
|
-
"stepOf": "Schritt {{CURRENT}} von {{TOTAL}}",
|
|
58
|
-
"uploadError": "Fehler beim Hochladen",
|
|
59
|
-
"cancel": "Abbrechen",
|
|
60
|
-
"continue": "Weiter",
|
|
61
|
-
"back": "Zurück",
|
|
62
|
-
"no": "Nein",
|
|
63
|
-
"yes": "Ja",
|
|
64
|
-
"businessName": "Name des Unternehmens",
|
|
65
|
-
"businessNameDescription": "Geben Sie Ihren Logotext oder Unternehmensnamen ein",
|
|
66
|
-
"cropYourLogo": "Schneiden Sie Ihr Logo zu",
|
|
67
|
-
"cropDescription": "Schneiden Sie Ihr Logo-Design so zu, dass es auf die Arbeitsfläche unseres Logo-Erstellers passt",
|
|
68
|
-
"logoPreview": "Logo-Vorschau",
|
|
69
|
-
"logoPreviewDescription": "Ihr Logo sieht großartig aus! Helfen Sie uns bei der Einrichtung Ihres Logos, indem Sie die nächsten Schritte ausführen.",
|
|
70
|
-
"primaryTextColor": "Primäre Textfarbe",
|
|
71
|
-
"primaryTextColorDescription": "Helfen Sie uns bei der Einrichtung Ihres Logos, indem Sie die primäre Textfarbe bestätigen. Wählen Sie aus den verfügbaren Farben oder klicken Sie auf das Plus-Symbol, um eine weitere Farbe hinzuzufügen.",
|
|
72
|
-
"backgroundColor": "Hintergrundfarbe",
|
|
73
|
-
"backgroundColorDescription": "Helfen Sie uns bei der Einrichtung Ihres Logos, indem Sie die Hintergrundfarbe bestätigen. Wählen Sie aus den verfügbaren Farben oder klicken Sie auf das Plus-Symbol, um eine weitere Farbe hinzuzufügen.",
|
|
74
|
-
"colorsWarning": "Ihre Text- und Hintergrundfarben sind zu ähnlich. Bitte wählen Sie eine deutlichere Paarung, um sicherzustellen, dass sie hochwertige Designs erstellen.",
|
|
75
|
-
"exitConfirmationTitle": "Möchten Sie die Anwendung wirklich verlassen?",
|
|
76
|
-
"exitConfirmationDescription": "Der Fortschritt Ihres Logo-Uploads in dieser Sitzung geht verloren",
|
|
77
|
-
"maxByoFileErrorMessage": "Ihre Datei überschreitet die maximale Größe von 25 MB. Bitte wählen Sie eine kleinere Datei.",
|
|
78
|
-
"genericByoErrorMessage": "Es ist ein unerwarteter Fehler aufgetreten. Bitte versuchen Sie es erneut.",
|
|
79
|
-
"dropYourFileHere": "Legen Sie Ihre Datei hier ab oder",
|
|
80
|
-
"clickToUpload": "klicken Sie hier, um eine Datei hochzuladen.",
|
|
81
|
-
"acceptedFiles": "Wir akzeptieren PNG-, JPG-, SVG- und EPS-Dateien bis zu 25 MB.",
|
|
82
|
-
"wrongUploadType": "Sie können Dateien dieses Typs nicht hochladen."
|
|
83
51
|
}
|
|
84
52
|
}
|
|
@@ -48,37 +48,5 @@
|
|
|
48
48
|
"searchBarLabel": "Buscar",
|
|
49
49
|
"searchBarPlaceholder": "Busca nombres de dominio",
|
|
50
50
|
"domainSearchOrConnectHeaderSubtitle": "Compra un nombre de dominio que coincida con tu marca o conecta tu dominio existente"
|
|
51
|
-
},
|
|
52
|
-
"uploadYourLogo": {
|
|
53
|
-
"uploadYourLogoText": "Sube tu logo",
|
|
54
|
-
"disclaimerText": "Asegúrate de que tienes derecho a usar cualquier imagen que subas.",
|
|
55
|
-
"generatingDesigns": "Generando diseños...",
|
|
56
|
-
"uploadingAndConverting": "Subiendo y convirtiendo tu logo...",
|
|
57
|
-
"stepOf": "Paso {{CURRENT}} de {{TOTAL}}",
|
|
58
|
-
"uploadError": "Error de carga",
|
|
59
|
-
"cancel": "Cancelar",
|
|
60
|
-
"continue": "Continuar",
|
|
61
|
-
"back": "Volver",
|
|
62
|
-
"no": "No",
|
|
63
|
-
"yes": "Sí",
|
|
64
|
-
"businessName": "Nombre del negocio",
|
|
65
|
-
"businessNameDescription": "Introduce el texto de tu logo o el nombre de tu negocio",
|
|
66
|
-
"cropYourLogo": "Recorta tu logo",
|
|
67
|
-
"cropDescription": "Recorta tu diseño de logo para que encaje en nuestro lienzo del creador de logos",
|
|
68
|
-
"logoPreview": "Vista previa del logo",
|
|
69
|
-
"logoPreviewDescription": "¡Tu logo tiene un aspecto genial! Ayúdanos a configurar tu logo completando los siguientes pasos.",
|
|
70
|
-
"primaryTextColor": "Color principal del texto",
|
|
71
|
-
"primaryTextColorDescription": "Ayúdanos a configurar tu logo confirmando el color principal del texto. Elige entre los colores disponibles o haz clic en el icono de más (+) para añadir otro.",
|
|
72
|
-
"backgroundColor": "Color de fondo",
|
|
73
|
-
"backgroundColorDescription": "Ayúdanos a configurar tu logo confirmando el color de fondo. Elige entre los colores disponibles o haz clic en el icono de más (+) para añadir otro.",
|
|
74
|
-
"colorsWarning": "Los colores del texto y del fondo son demasiado similares. Elige una combinación más diferente para conseguir crear diseños de calidad.",
|
|
75
|
-
"exitConfirmationTitle": "¿Estás seguro de que quieres salir?",
|
|
76
|
-
"exitConfirmationDescription": "El progreso de carga de tu logo en esta sesión se perderá.",
|
|
77
|
-
"maxByoFileErrorMessage": "Tu archivo supera el tamaño máximo de 25 MB. Elige un archivo más pequeño.",
|
|
78
|
-
"genericByoErrorMessage": "Se ha producido un error inesperado. Inténtalo de nuevo.",
|
|
79
|
-
"dropYourFileHere": "Suelta el archivo aquí o",
|
|
80
|
-
"clickToUpload": "haz clic para subirlo",
|
|
81
|
-
"acceptedFiles": "Aceptamos archivos PNG, JPG, SVG o EPS de hasta 25 MB",
|
|
82
|
-
"wrongUploadType": "No puedes subir archivos de este tipo."
|
|
83
51
|
}
|
|
84
52
|
}
|