@designcrowd/fe-shared-lib 1.2.18-kp-3 → 1.2.18
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 +40 -3
- package/public/css/tailwind-brandPage.css +40 -3
- package/public/css/tailwind-crazyDomains.css +40 -3
- package/public/css/tailwind-designCom.css +40 -3
- package/public/css/tailwind-designCrowd.css +40 -3
- package/src/bundles/bundled-translations.de-DE.json +1 -3
- package/src/bundles/bundled-translations.es-ES.json +1 -3
- package/src/bundles/bundled-translations.fr-FR.json +1 -3
- package/src/bundles/bundled-translations.json +1 -3
- package/src/bundles/bundled-translations.pt-PT.json +1 -3
- package/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.vue +1 -14
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.de-DE.json +2 -4
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.es-ES.json +2 -4
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.fr-FR.json +2 -4
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.json +21 -23
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.pt-PT.json +2 -4
package/package.json
CHANGED
|
@@ -643,6 +643,10 @@ 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
|
+
}
|
|
646
650
|
.theme-brandCrowd .tw-my-10 {
|
|
647
651
|
margin-top: 2.5rem;
|
|
648
652
|
margin-bottom: 2.5rem;
|
|
@@ -695,6 +699,9 @@ video {
|
|
|
695
699
|
.theme-brandCrowd .tw-mb-4 {
|
|
696
700
|
margin-bottom: 1rem;
|
|
697
701
|
}
|
|
702
|
+
.theme-brandCrowd .tw-mb-5 {
|
|
703
|
+
margin-bottom: 1.25rem;
|
|
704
|
+
}
|
|
698
705
|
.theme-brandCrowd .tw-mb-6 {
|
|
699
706
|
margin-bottom: 1.5rem;
|
|
700
707
|
}
|
|
@@ -752,6 +759,9 @@ video {
|
|
|
752
759
|
.theme-brandCrowd .tw-mt-4 {
|
|
753
760
|
margin-top: 1rem;
|
|
754
761
|
}
|
|
762
|
+
.theme-brandCrowd .tw-mt-5 {
|
|
763
|
+
margin-top: 1.25rem;
|
|
764
|
+
}
|
|
755
765
|
.theme-brandCrowd .tw-mt-8 {
|
|
756
766
|
margin-top: 2rem;
|
|
757
767
|
}
|
|
@@ -849,9 +859,6 @@ video {
|
|
|
849
859
|
.theme-brandCrowd .tw-max-h-screen {
|
|
850
860
|
max-height: 100vh;
|
|
851
861
|
}
|
|
852
|
-
.theme-brandCrowd .tw-w-1\/3 {
|
|
853
|
-
width: 33.333333%;
|
|
854
|
-
}
|
|
855
862
|
.theme-brandCrowd .tw-w-10 {
|
|
856
863
|
width: 2.5rem;
|
|
857
864
|
}
|
|
@@ -922,6 +929,9 @@ video {
|
|
|
922
929
|
.theme-brandCrowd .tw-max-w-xl {
|
|
923
930
|
max-width: 36rem;
|
|
924
931
|
}
|
|
932
|
+
.theme-brandCrowd .tw-flex-1 {
|
|
933
|
+
flex: 1 1 0%;
|
|
934
|
+
}
|
|
925
935
|
.theme-brandCrowd .tw-flex-auto {
|
|
926
936
|
flex: 1 1 auto;
|
|
927
937
|
}
|
|
@@ -1020,6 +1030,9 @@ video {
|
|
|
1020
1030
|
.theme-brandCrowd .tw-animate-spin {
|
|
1021
1031
|
animation: tw-spin 1s linear infinite;
|
|
1022
1032
|
}
|
|
1033
|
+
.\!tw-cursor-not-allowed {
|
|
1034
|
+
cursor: not-allowed !important;
|
|
1035
|
+
}
|
|
1023
1036
|
.theme-brandCrowd .tw-cursor-not-allowed {
|
|
1024
1037
|
cursor: not-allowed;
|
|
1025
1038
|
}
|
|
@@ -1602,6 +1615,9 @@ video {
|
|
|
1602
1615
|
.theme-brandCrowd .tw-p-4 {
|
|
1603
1616
|
padding: 1rem;
|
|
1604
1617
|
}
|
|
1618
|
+
.theme-brandCrowd .tw-p-5 {
|
|
1619
|
+
padding: 1.25rem;
|
|
1620
|
+
}
|
|
1605
1621
|
.theme-brandCrowd .tw-p-6 {
|
|
1606
1622
|
padding: 1.5rem;
|
|
1607
1623
|
}
|
|
@@ -1737,6 +1753,9 @@ video {
|
|
|
1737
1753
|
.theme-brandCrowd .tw-pt-2 {
|
|
1738
1754
|
padding-top: 0.5rem;
|
|
1739
1755
|
}
|
|
1756
|
+
.theme-brandCrowd .tw-pt-4 {
|
|
1757
|
+
padding-top: 1rem;
|
|
1758
|
+
}
|
|
1740
1759
|
.theme-brandCrowd .tw-pt-6 {
|
|
1741
1760
|
padding-top: 1.5rem;
|
|
1742
1761
|
}
|
|
@@ -1962,6 +1981,11 @@ video {
|
|
|
1962
1981
|
--tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
|
|
1963
1982
|
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);
|
|
1964
1983
|
}
|
|
1984
|
+
.theme-brandCrowd .tw-transition-all {
|
|
1985
|
+
transition-property: all;
|
|
1986
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1987
|
+
transition-duration: 150ms;
|
|
1988
|
+
}
|
|
1965
1989
|
.theme-brandCrowd .tw-transition-colors {
|
|
1966
1990
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
1967
1991
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -2137,10 +2161,20 @@ video {
|
|
|
2137
2161
|
outline: 2px solid transparent;
|
|
2138
2162
|
outline-offset: 2px;
|
|
2139
2163
|
}
|
|
2164
|
+
.theme-brandCrowd .tw-group:hover .group-hover\:tw-scale-105 {
|
|
2165
|
+
--tw-scale-x: 1.05;
|
|
2166
|
+
--tw-scale-y: 1.05;
|
|
2167
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2168
|
+
}
|
|
2140
2169
|
.theme-brandCrowd .tw-group:hover .group-hover\:tw-text-info-500 {
|
|
2141
2170
|
--tw-text-opacity: 1;
|
|
2142
2171
|
color: rgb(0 151 215 / var(--tw-text-opacity));
|
|
2143
2172
|
}
|
|
2173
|
+
.theme-brandCrowd .tw-group:hover .group-hover\:tw-shadow {
|
|
2174
|
+
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
2175
|
+
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
2176
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2177
|
+
}
|
|
2144
2178
|
@media (min-width: 640px) {
|
|
2145
2179
|
.theme-brandCrowd .sm\:tw-absolute {
|
|
2146
2180
|
position: absolute;
|
|
@@ -2227,6 +2261,9 @@ video {
|
|
|
2227
2261
|
.theme-brandCrowd .md\:tw-ml-4 {
|
|
2228
2262
|
margin-left: 1rem;
|
|
2229
2263
|
}
|
|
2264
|
+
.theme-brandCrowd .md\:tw-mr-2 {
|
|
2265
|
+
margin-right: 0.5rem;
|
|
2266
|
+
}
|
|
2230
2267
|
.theme-brandCrowd .md\:tw-mt-0 {
|
|
2231
2268
|
margin-top: 0px;
|
|
2232
2269
|
}
|
|
@@ -643,6 +643,10 @@ 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
|
+
}
|
|
646
650
|
.theme-brandPage .tw-my-10 {
|
|
647
651
|
margin-top: 2.5rem;
|
|
648
652
|
margin-bottom: 2.5rem;
|
|
@@ -695,6 +699,9 @@ video {
|
|
|
695
699
|
.theme-brandPage .tw-mb-4 {
|
|
696
700
|
margin-bottom: 1rem;
|
|
697
701
|
}
|
|
702
|
+
.theme-brandPage .tw-mb-5 {
|
|
703
|
+
margin-bottom: 1.25rem;
|
|
704
|
+
}
|
|
698
705
|
.theme-brandPage .tw-mb-6 {
|
|
699
706
|
margin-bottom: 1.5rem;
|
|
700
707
|
}
|
|
@@ -752,6 +759,9 @@ video {
|
|
|
752
759
|
.theme-brandPage .tw-mt-4 {
|
|
753
760
|
margin-top: 1rem;
|
|
754
761
|
}
|
|
762
|
+
.theme-brandPage .tw-mt-5 {
|
|
763
|
+
margin-top: 1.25rem;
|
|
764
|
+
}
|
|
755
765
|
.theme-brandPage .tw-mt-8 {
|
|
756
766
|
margin-top: 2rem;
|
|
757
767
|
}
|
|
@@ -849,9 +859,6 @@ video {
|
|
|
849
859
|
.theme-brandPage .tw-max-h-screen {
|
|
850
860
|
max-height: 100vh;
|
|
851
861
|
}
|
|
852
|
-
.theme-brandPage .tw-w-1\/3 {
|
|
853
|
-
width: 33.333333%;
|
|
854
|
-
}
|
|
855
862
|
.theme-brandPage .tw-w-10 {
|
|
856
863
|
width: 2.5rem;
|
|
857
864
|
}
|
|
@@ -922,6 +929,9 @@ video {
|
|
|
922
929
|
.theme-brandPage .tw-max-w-xl {
|
|
923
930
|
max-width: 36rem;
|
|
924
931
|
}
|
|
932
|
+
.theme-brandPage .tw-flex-1 {
|
|
933
|
+
flex: 1 1 0%;
|
|
934
|
+
}
|
|
925
935
|
.theme-brandPage .tw-flex-auto {
|
|
926
936
|
flex: 1 1 auto;
|
|
927
937
|
}
|
|
@@ -1020,6 +1030,9 @@ video {
|
|
|
1020
1030
|
.theme-brandPage .tw-animate-spin {
|
|
1021
1031
|
animation: tw-spin 1s linear infinite;
|
|
1022
1032
|
}
|
|
1033
|
+
.\!tw-cursor-not-allowed {
|
|
1034
|
+
cursor: not-allowed !important;
|
|
1035
|
+
}
|
|
1023
1036
|
.theme-brandPage .tw-cursor-not-allowed {
|
|
1024
1037
|
cursor: not-allowed;
|
|
1025
1038
|
}
|
|
@@ -1450,6 +1463,9 @@ video {
|
|
|
1450
1463
|
.theme-brandPage .tw-p-4 {
|
|
1451
1464
|
padding: 1rem;
|
|
1452
1465
|
}
|
|
1466
|
+
.theme-brandPage .tw-p-5 {
|
|
1467
|
+
padding: 1.25rem;
|
|
1468
|
+
}
|
|
1453
1469
|
.theme-brandPage .tw-p-6 {
|
|
1454
1470
|
padding: 1.5rem;
|
|
1455
1471
|
}
|
|
@@ -1585,6 +1601,9 @@ video {
|
|
|
1585
1601
|
.theme-brandPage .tw-pt-2 {
|
|
1586
1602
|
padding-top: 0.5rem;
|
|
1587
1603
|
}
|
|
1604
|
+
.theme-brandPage .tw-pt-4 {
|
|
1605
|
+
padding-top: 1rem;
|
|
1606
|
+
}
|
|
1588
1607
|
.theme-brandPage .tw-pt-6 {
|
|
1589
1608
|
padding-top: 1.5rem;
|
|
1590
1609
|
}
|
|
@@ -1750,6 +1769,11 @@ video {
|
|
|
1750
1769
|
--tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
|
|
1751
1770
|
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);
|
|
1752
1771
|
}
|
|
1772
|
+
.theme-brandPage .tw-transition-all {
|
|
1773
|
+
transition-property: all;
|
|
1774
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1775
|
+
transition-duration: 150ms;
|
|
1776
|
+
}
|
|
1753
1777
|
.theme-brandPage .tw-transition-colors {
|
|
1754
1778
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
1755
1779
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -1825,6 +1849,16 @@ video {
|
|
|
1825
1849
|
outline: 2px solid transparent;
|
|
1826
1850
|
outline-offset: 2px;
|
|
1827
1851
|
}
|
|
1852
|
+
.theme-brandPage .tw-group:hover .group-hover\:tw-scale-105 {
|
|
1853
|
+
--tw-scale-x: 1.05;
|
|
1854
|
+
--tw-scale-y: 1.05;
|
|
1855
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1856
|
+
}
|
|
1857
|
+
.theme-brandPage .tw-group:hover .group-hover\:tw-shadow {
|
|
1858
|
+
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
1859
|
+
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
1860
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1861
|
+
}
|
|
1828
1862
|
@media (min-width: 640px) {
|
|
1829
1863
|
.theme-brandPage .sm\:tw-absolute {
|
|
1830
1864
|
position: absolute;
|
|
@@ -1911,6 +1945,9 @@ video {
|
|
|
1911
1945
|
.theme-brandPage .md\:tw-ml-4 {
|
|
1912
1946
|
margin-left: 1rem;
|
|
1913
1947
|
}
|
|
1948
|
+
.theme-brandPage .md\:tw-mr-2 {
|
|
1949
|
+
margin-right: 0.5rem;
|
|
1950
|
+
}
|
|
1914
1951
|
.theme-brandPage .md\:tw-mt-0 {
|
|
1915
1952
|
margin-top: 0px;
|
|
1916
1953
|
}
|
|
@@ -643,6 +643,10 @@ 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
|
+
}
|
|
646
650
|
.theme-crazyDomains .tw-my-10 {
|
|
647
651
|
margin-top: 2.5rem;
|
|
648
652
|
margin-bottom: 2.5rem;
|
|
@@ -695,6 +699,9 @@ video {
|
|
|
695
699
|
.theme-crazyDomains .tw-mb-4 {
|
|
696
700
|
margin-bottom: 1rem;
|
|
697
701
|
}
|
|
702
|
+
.theme-crazyDomains .tw-mb-5 {
|
|
703
|
+
margin-bottom: 1.25rem;
|
|
704
|
+
}
|
|
698
705
|
.theme-crazyDomains .tw-mb-6 {
|
|
699
706
|
margin-bottom: 1.5rem;
|
|
700
707
|
}
|
|
@@ -752,6 +759,9 @@ video {
|
|
|
752
759
|
.theme-crazyDomains .tw-mt-4 {
|
|
753
760
|
margin-top: 1rem;
|
|
754
761
|
}
|
|
762
|
+
.theme-crazyDomains .tw-mt-5 {
|
|
763
|
+
margin-top: 1.25rem;
|
|
764
|
+
}
|
|
755
765
|
.theme-crazyDomains .tw-mt-8 {
|
|
756
766
|
margin-top: 2rem;
|
|
757
767
|
}
|
|
@@ -849,9 +859,6 @@ video {
|
|
|
849
859
|
.theme-crazyDomains .tw-max-h-screen {
|
|
850
860
|
max-height: 100vh;
|
|
851
861
|
}
|
|
852
|
-
.theme-crazyDomains .tw-w-1\/3 {
|
|
853
|
-
width: 33.333333%;
|
|
854
|
-
}
|
|
855
862
|
.theme-crazyDomains .tw-w-10 {
|
|
856
863
|
width: 2.5rem;
|
|
857
864
|
}
|
|
@@ -922,6 +929,9 @@ video {
|
|
|
922
929
|
.theme-crazyDomains .tw-max-w-xl {
|
|
923
930
|
max-width: 36rem;
|
|
924
931
|
}
|
|
932
|
+
.theme-crazyDomains .tw-flex-1 {
|
|
933
|
+
flex: 1 1 0%;
|
|
934
|
+
}
|
|
925
935
|
.theme-crazyDomains .tw-flex-auto {
|
|
926
936
|
flex: 1 1 auto;
|
|
927
937
|
}
|
|
@@ -1020,6 +1030,9 @@ video {
|
|
|
1020
1030
|
.theme-crazyDomains .tw-animate-spin {
|
|
1021
1031
|
animation: tw-spin 1s linear infinite;
|
|
1022
1032
|
}
|
|
1033
|
+
.\!tw-cursor-not-allowed {
|
|
1034
|
+
cursor: not-allowed !important;
|
|
1035
|
+
}
|
|
1023
1036
|
.theme-crazyDomains .tw-cursor-not-allowed {
|
|
1024
1037
|
cursor: not-allowed;
|
|
1025
1038
|
}
|
|
@@ -1602,6 +1615,9 @@ video {
|
|
|
1602
1615
|
.theme-crazyDomains .tw-p-4 {
|
|
1603
1616
|
padding: 1rem;
|
|
1604
1617
|
}
|
|
1618
|
+
.theme-crazyDomains .tw-p-5 {
|
|
1619
|
+
padding: 1.25rem;
|
|
1620
|
+
}
|
|
1605
1621
|
.theme-crazyDomains .tw-p-6 {
|
|
1606
1622
|
padding: 1.5rem;
|
|
1607
1623
|
}
|
|
@@ -1737,6 +1753,9 @@ video {
|
|
|
1737
1753
|
.theme-crazyDomains .tw-pt-2 {
|
|
1738
1754
|
padding-top: 0.5rem;
|
|
1739
1755
|
}
|
|
1756
|
+
.theme-crazyDomains .tw-pt-4 {
|
|
1757
|
+
padding-top: 1rem;
|
|
1758
|
+
}
|
|
1740
1759
|
.theme-crazyDomains .tw-pt-6 {
|
|
1741
1760
|
padding-top: 1.5rem;
|
|
1742
1761
|
}
|
|
@@ -1962,6 +1981,11 @@ video {
|
|
|
1962
1981
|
--tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
|
|
1963
1982
|
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);
|
|
1964
1983
|
}
|
|
1984
|
+
.theme-crazyDomains .tw-transition-all {
|
|
1985
|
+
transition-property: all;
|
|
1986
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1987
|
+
transition-duration: 150ms;
|
|
1988
|
+
}
|
|
1965
1989
|
.theme-crazyDomains .tw-transition-colors {
|
|
1966
1990
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
1967
1991
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -2137,10 +2161,20 @@ video {
|
|
|
2137
2161
|
outline: 2px solid transparent;
|
|
2138
2162
|
outline-offset: 2px;
|
|
2139
2163
|
}
|
|
2164
|
+
.theme-crazyDomains .tw-group:hover .group-hover\:tw-scale-105 {
|
|
2165
|
+
--tw-scale-x: 1.05;
|
|
2166
|
+
--tw-scale-y: 1.05;
|
|
2167
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2168
|
+
}
|
|
2140
2169
|
.theme-crazyDomains .tw-group:hover .group-hover\:tw-text-info-500 {
|
|
2141
2170
|
--tw-text-opacity: 1;
|
|
2142
2171
|
color: rgb(0 161 239 / var(--tw-text-opacity));
|
|
2143
2172
|
}
|
|
2173
|
+
.theme-crazyDomains .tw-group:hover .group-hover\:tw-shadow {
|
|
2174
|
+
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
2175
|
+
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
2176
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2177
|
+
}
|
|
2144
2178
|
@media (min-width: 640px) {
|
|
2145
2179
|
.theme-crazyDomains .sm\:tw-absolute {
|
|
2146
2180
|
position: absolute;
|
|
@@ -2227,6 +2261,9 @@ video {
|
|
|
2227
2261
|
.theme-crazyDomains .md\:tw-ml-4 {
|
|
2228
2262
|
margin-left: 1rem;
|
|
2229
2263
|
}
|
|
2264
|
+
.theme-crazyDomains .md\:tw-mr-2 {
|
|
2265
|
+
margin-right: 0.5rem;
|
|
2266
|
+
}
|
|
2230
2267
|
.theme-crazyDomains .md\:tw-mt-0 {
|
|
2231
2268
|
margin-top: 0px;
|
|
2232
2269
|
}
|
|
@@ -643,6 +643,10 @@ 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
|
+
}
|
|
646
650
|
.theme-designCom .tw-my-10 {
|
|
647
651
|
margin-top: 2.5rem;
|
|
648
652
|
margin-bottom: 2.5rem;
|
|
@@ -695,6 +699,9 @@ video {
|
|
|
695
699
|
.theme-designCom .tw-mb-4 {
|
|
696
700
|
margin-bottom: 1rem;
|
|
697
701
|
}
|
|
702
|
+
.theme-designCom .tw-mb-5 {
|
|
703
|
+
margin-bottom: 1.25rem;
|
|
704
|
+
}
|
|
698
705
|
.theme-designCom .tw-mb-6 {
|
|
699
706
|
margin-bottom: 1.5rem;
|
|
700
707
|
}
|
|
@@ -752,6 +759,9 @@ video {
|
|
|
752
759
|
.theme-designCom .tw-mt-4 {
|
|
753
760
|
margin-top: 1rem;
|
|
754
761
|
}
|
|
762
|
+
.theme-designCom .tw-mt-5 {
|
|
763
|
+
margin-top: 1.25rem;
|
|
764
|
+
}
|
|
755
765
|
.theme-designCom .tw-mt-8 {
|
|
756
766
|
margin-top: 2rem;
|
|
757
767
|
}
|
|
@@ -849,9 +859,6 @@ video {
|
|
|
849
859
|
.theme-designCom .tw-max-h-screen {
|
|
850
860
|
max-height: 100vh;
|
|
851
861
|
}
|
|
852
|
-
.theme-designCom .tw-w-1\/3 {
|
|
853
|
-
width: 33.333333%;
|
|
854
|
-
}
|
|
855
862
|
.theme-designCom .tw-w-10 {
|
|
856
863
|
width: 2.5rem;
|
|
857
864
|
}
|
|
@@ -922,6 +929,9 @@ video {
|
|
|
922
929
|
.theme-designCom .tw-max-w-xl {
|
|
923
930
|
max-width: 36rem;
|
|
924
931
|
}
|
|
932
|
+
.theme-designCom .tw-flex-1 {
|
|
933
|
+
flex: 1 1 0%;
|
|
934
|
+
}
|
|
925
935
|
.theme-designCom .tw-flex-auto {
|
|
926
936
|
flex: 1 1 auto;
|
|
927
937
|
}
|
|
@@ -1020,6 +1030,9 @@ video {
|
|
|
1020
1030
|
.theme-designCom .tw-animate-spin {
|
|
1021
1031
|
animation: tw-spin 1s linear infinite;
|
|
1022
1032
|
}
|
|
1033
|
+
.\!tw-cursor-not-allowed {
|
|
1034
|
+
cursor: not-allowed !important;
|
|
1035
|
+
}
|
|
1023
1036
|
.theme-designCom .tw-cursor-not-allowed {
|
|
1024
1037
|
cursor: not-allowed;
|
|
1025
1038
|
}
|
|
@@ -1602,6 +1615,9 @@ video {
|
|
|
1602
1615
|
.theme-designCom .tw-p-4 {
|
|
1603
1616
|
padding: 1rem;
|
|
1604
1617
|
}
|
|
1618
|
+
.theme-designCom .tw-p-5 {
|
|
1619
|
+
padding: 1.25rem;
|
|
1620
|
+
}
|
|
1605
1621
|
.theme-designCom .tw-p-6 {
|
|
1606
1622
|
padding: 1.5rem;
|
|
1607
1623
|
}
|
|
@@ -1737,6 +1753,9 @@ video {
|
|
|
1737
1753
|
.theme-designCom .tw-pt-2 {
|
|
1738
1754
|
padding-top: 0.5rem;
|
|
1739
1755
|
}
|
|
1756
|
+
.theme-designCom .tw-pt-4 {
|
|
1757
|
+
padding-top: 1rem;
|
|
1758
|
+
}
|
|
1740
1759
|
.theme-designCom .tw-pt-6 {
|
|
1741
1760
|
padding-top: 1.5rem;
|
|
1742
1761
|
}
|
|
@@ -1962,6 +1981,11 @@ video {
|
|
|
1962
1981
|
--tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
|
|
1963
1982
|
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);
|
|
1964
1983
|
}
|
|
1984
|
+
.theme-designCom .tw-transition-all {
|
|
1985
|
+
transition-property: all;
|
|
1986
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1987
|
+
transition-duration: 150ms;
|
|
1988
|
+
}
|
|
1965
1989
|
.theme-designCom .tw-transition-colors {
|
|
1966
1990
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
1967
1991
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -2137,10 +2161,20 @@ video {
|
|
|
2137
2161
|
outline: 2px solid transparent;
|
|
2138
2162
|
outline-offset: 2px;
|
|
2139
2163
|
}
|
|
2164
|
+
.theme-designCom .tw-group:hover .group-hover\:tw-scale-105 {
|
|
2165
|
+
--tw-scale-x: 1.05;
|
|
2166
|
+
--tw-scale-y: 1.05;
|
|
2167
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2168
|
+
}
|
|
2140
2169
|
.theme-designCom .tw-group:hover .group-hover\:tw-text-info-500 {
|
|
2141
2170
|
--tw-text-opacity: 1;
|
|
2142
2171
|
color: rgb(63 89 246 / var(--tw-text-opacity));
|
|
2143
2172
|
}
|
|
2173
|
+
.theme-designCom .tw-group:hover .group-hover\:tw-shadow {
|
|
2174
|
+
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
2175
|
+
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
2176
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2177
|
+
}
|
|
2144
2178
|
@media (min-width: 640px) {
|
|
2145
2179
|
.theme-designCom .sm\:tw-absolute {
|
|
2146
2180
|
position: absolute;
|
|
@@ -2227,6 +2261,9 @@ video {
|
|
|
2227
2261
|
.theme-designCom .md\:tw-ml-4 {
|
|
2228
2262
|
margin-left: 1rem;
|
|
2229
2263
|
}
|
|
2264
|
+
.theme-designCom .md\:tw-mr-2 {
|
|
2265
|
+
margin-right: 0.5rem;
|
|
2266
|
+
}
|
|
2230
2267
|
.theme-designCom .md\:tw-mt-0 {
|
|
2231
2268
|
margin-top: 0px;
|
|
2232
2269
|
}
|
|
@@ -643,6 +643,10 @@ 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
|
+
}
|
|
646
650
|
.theme-designCrowd .tw-my-10 {
|
|
647
651
|
margin-top: 2.5rem;
|
|
648
652
|
margin-bottom: 2.5rem;
|
|
@@ -695,6 +699,9 @@ video {
|
|
|
695
699
|
.theme-designCrowd .tw-mb-4 {
|
|
696
700
|
margin-bottom: 1rem;
|
|
697
701
|
}
|
|
702
|
+
.theme-designCrowd .tw-mb-5 {
|
|
703
|
+
margin-bottom: 1.25rem;
|
|
704
|
+
}
|
|
698
705
|
.theme-designCrowd .tw-mb-6 {
|
|
699
706
|
margin-bottom: 1.5rem;
|
|
700
707
|
}
|
|
@@ -752,6 +759,9 @@ video {
|
|
|
752
759
|
.theme-designCrowd .tw-mt-4 {
|
|
753
760
|
margin-top: 1rem;
|
|
754
761
|
}
|
|
762
|
+
.theme-designCrowd .tw-mt-5 {
|
|
763
|
+
margin-top: 1.25rem;
|
|
764
|
+
}
|
|
755
765
|
.theme-designCrowd .tw-mt-8 {
|
|
756
766
|
margin-top: 2rem;
|
|
757
767
|
}
|
|
@@ -849,9 +859,6 @@ video {
|
|
|
849
859
|
.theme-designCrowd .tw-max-h-screen {
|
|
850
860
|
max-height: 100vh;
|
|
851
861
|
}
|
|
852
|
-
.theme-designCrowd .tw-w-1\/3 {
|
|
853
|
-
width: 33.333333%;
|
|
854
|
-
}
|
|
855
862
|
.theme-designCrowd .tw-w-10 {
|
|
856
863
|
width: 2.5rem;
|
|
857
864
|
}
|
|
@@ -922,6 +929,9 @@ video {
|
|
|
922
929
|
.theme-designCrowd .tw-max-w-xl {
|
|
923
930
|
max-width: 36rem;
|
|
924
931
|
}
|
|
932
|
+
.theme-designCrowd .tw-flex-1 {
|
|
933
|
+
flex: 1 1 0%;
|
|
934
|
+
}
|
|
925
935
|
.theme-designCrowd .tw-flex-auto {
|
|
926
936
|
flex: 1 1 auto;
|
|
927
937
|
}
|
|
@@ -1020,6 +1030,9 @@ video {
|
|
|
1020
1030
|
.theme-designCrowd .tw-animate-spin {
|
|
1021
1031
|
animation: tw-spin 1s linear infinite;
|
|
1022
1032
|
}
|
|
1033
|
+
.\!tw-cursor-not-allowed {
|
|
1034
|
+
cursor: not-allowed !important;
|
|
1035
|
+
}
|
|
1023
1036
|
.theme-designCrowd .tw-cursor-not-allowed {
|
|
1024
1037
|
cursor: not-allowed;
|
|
1025
1038
|
}
|
|
@@ -1602,6 +1615,9 @@ video {
|
|
|
1602
1615
|
.theme-designCrowd .tw-p-4 {
|
|
1603
1616
|
padding: 1rem;
|
|
1604
1617
|
}
|
|
1618
|
+
.theme-designCrowd .tw-p-5 {
|
|
1619
|
+
padding: 1.25rem;
|
|
1620
|
+
}
|
|
1605
1621
|
.theme-designCrowd .tw-p-6 {
|
|
1606
1622
|
padding: 1.5rem;
|
|
1607
1623
|
}
|
|
@@ -1737,6 +1753,9 @@ video {
|
|
|
1737
1753
|
.theme-designCrowd .tw-pt-2 {
|
|
1738
1754
|
padding-top: 0.5rem;
|
|
1739
1755
|
}
|
|
1756
|
+
.theme-designCrowd .tw-pt-4 {
|
|
1757
|
+
padding-top: 1rem;
|
|
1758
|
+
}
|
|
1740
1759
|
.theme-designCrowd .tw-pt-6 {
|
|
1741
1760
|
padding-top: 1.5rem;
|
|
1742
1761
|
}
|
|
@@ -1962,6 +1981,11 @@ video {
|
|
|
1962
1981
|
--tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
|
|
1963
1982
|
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);
|
|
1964
1983
|
}
|
|
1984
|
+
.theme-designCrowd .tw-transition-all {
|
|
1985
|
+
transition-property: all;
|
|
1986
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1987
|
+
transition-duration: 150ms;
|
|
1988
|
+
}
|
|
1965
1989
|
.theme-designCrowd .tw-transition-colors {
|
|
1966
1990
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
1967
1991
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -2137,10 +2161,20 @@ video {
|
|
|
2137
2161
|
outline: 2px solid transparent;
|
|
2138
2162
|
outline-offset: 2px;
|
|
2139
2163
|
}
|
|
2164
|
+
.theme-designCrowd .tw-group:hover .group-hover\:tw-scale-105 {
|
|
2165
|
+
--tw-scale-x: 1.05;
|
|
2166
|
+
--tw-scale-y: 1.05;
|
|
2167
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2168
|
+
}
|
|
2140
2169
|
.theme-designCrowd .tw-group:hover .group-hover\:tw-text-info-500 {
|
|
2141
2170
|
--tw-text-opacity: 1;
|
|
2142
2171
|
color: rgb(17 151 235 / var(--tw-text-opacity));
|
|
2143
2172
|
}
|
|
2173
|
+
.theme-designCrowd .tw-group:hover .group-hover\:tw-shadow {
|
|
2174
|
+
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
2175
|
+
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
2176
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2177
|
+
}
|
|
2144
2178
|
@media (min-width: 640px) {
|
|
2145
2179
|
.theme-designCrowd .sm\:tw-absolute {
|
|
2146
2180
|
position: absolute;
|
|
@@ -2227,6 +2261,9 @@ video {
|
|
|
2227
2261
|
.theme-designCrowd .md\:tw-ml-4 {
|
|
2228
2262
|
margin-left: 1rem;
|
|
2229
2263
|
}
|
|
2264
|
+
.theme-designCrowd .md\:tw-mr-2 {
|
|
2265
|
+
margin-right: 0.5rem;
|
|
2266
|
+
}
|
|
2230
2267
|
.theme-designCrowd .md\:tw-mt-0 {
|
|
2231
2268
|
margin-top: 0px;
|
|
2232
2269
|
}
|
|
@@ -29,9 +29,7 @@
|
|
|
29
29
|
"copySuccessLabel": "Kopiert!",
|
|
30
30
|
"publishedSuccessDescriptionLabel": "Kaufen Sie eine passende Domain für Ihre Marke",
|
|
31
31
|
"hasAlreadyPurchasedDomainCloseButtonLabel": "Nein, danke, vielleicht später",
|
|
32
|
-
"selectDomainDropdownPlaceholder": "Domain auswählen"
|
|
33
|
-
"websiteFriendlyName": "Website",
|
|
34
|
-
"digitalBusinessCardFriendlyName": "Digitale Visitenkarte"
|
|
32
|
+
"selectDomainDropdownPlaceholder": "Domain auswählen"
|
|
35
33
|
},
|
|
36
34
|
"sellDomainNameList": {
|
|
37
35
|
"freeDomainButtonLabel": "Kostenlose Domain",
|
|
@@ -29,9 +29,7 @@
|
|
|
29
29
|
"copySuccessLabel": "¡Copiado!",
|
|
30
30
|
"publishedSuccessDescriptionLabel": "Compra un nombre de dominio que coincida con tu marca",
|
|
31
31
|
"hasAlreadyPurchasedDomainCloseButtonLabel": "No gracias, quizás más tarde",
|
|
32
|
-
"selectDomainDropdownPlaceholder": "Selecciona un nombre de dominio"
|
|
33
|
-
"websiteFriendlyName": "Sitio web",
|
|
34
|
-
"digitalBusinessCardFriendlyName": "Tarjeta de visita digital"
|
|
32
|
+
"selectDomainDropdownPlaceholder": "Selecciona un nombre de dominio"
|
|
35
33
|
},
|
|
36
34
|
"sellDomainNameList": {
|
|
37
35
|
"freeDomainButtonLabel": "Dominio gratis",
|
|
@@ -29,9 +29,7 @@
|
|
|
29
29
|
"copySuccessLabel": "Copié !",
|
|
30
30
|
"publishedSuccessDescriptionLabel": "Achetez un nom de domaine correspondant à votre marque",
|
|
31
31
|
"hasAlreadyPurchasedDomainCloseButtonLabel": "Non merci, peut-être plus tard",
|
|
32
|
-
"selectDomainDropdownPlaceholder": "Sélectionner un nom de domaine"
|
|
33
|
-
"websiteFriendlyName": "Site Web",
|
|
34
|
-
"digitalBusinessCardFriendlyName": "Carte de visite numérique"
|
|
32
|
+
"selectDomainDropdownPlaceholder": "Sélectionner un nom de domaine"
|
|
35
33
|
},
|
|
36
34
|
"sellDomainNameList": {
|
|
37
35
|
"freeDomainButtonLabel": "Domaine gratuit",
|
|
@@ -29,9 +29,7 @@
|
|
|
29
29
|
"copySuccessLabel": "Copied!",
|
|
30
30
|
"publishedSuccessDescriptionLabel": "Buy matching domain name for your brand",
|
|
31
31
|
"hasAlreadyPurchasedDomainCloseButtonLabel": "No thanks, maybe later",
|
|
32
|
-
"selectDomainDropdownPlaceholder": "Select domain name"
|
|
33
|
-
"websiteFriendlyName": "Website",
|
|
34
|
-
"digitalBusinessCardFriendlyName": "Digital Business Card"
|
|
32
|
+
"selectDomainDropdownPlaceholder": "Select domain name"
|
|
35
33
|
},
|
|
36
34
|
"sellDomainNameList": {
|
|
37
35
|
"freeDomainButtonLabel": "Free Domain",
|
|
@@ -29,9 +29,7 @@
|
|
|
29
29
|
"copySuccessLabel": "Copiado!",
|
|
30
30
|
"publishedSuccessDescriptionLabel": "Compre um nome de domínio que corresponda à sua marca",
|
|
31
31
|
"hasAlreadyPurchasedDomainCloseButtonLabel": "Não, obrigado, talvez mais tarde",
|
|
32
|
-
"selectDomainDropdownPlaceholder": "Selecionar nome de domínio"
|
|
33
|
-
"websiteFriendlyName": "Website",
|
|
34
|
-
"digitalBusinessCardFriendlyName": "Cartão de visita digital"
|
|
32
|
+
"selectDomainDropdownPlaceholder": "Selecionar nome de domínio"
|
|
35
33
|
},
|
|
36
34
|
"sellDomainNameList": {
|
|
37
35
|
"freeDomainButtonLabel": "Domínio gratuito",
|
|
@@ -270,8 +270,6 @@ const DOMAIN_TYPES = {
|
|
|
270
270
|
|
|
271
271
|
const DCOM_IMG_FREE = 'https://brandcrowd-cdn.s3.amazonaws.com/public/assets/images/icons/publish/dcom-free-url.svg';
|
|
272
272
|
const BC_IMG_FREE = 'https://brandcrowd-cdn.s3.amazonaws.com/public/assets/images/icons/publish/bc-free-url.svg';
|
|
273
|
-
const WEBSITE_FRIENDLY_NAME = 'Website';
|
|
274
|
-
export const DIGITAL_BUSINESS_CARD = 'Digital Business Card';
|
|
275
273
|
|
|
276
274
|
export default {
|
|
277
275
|
components: {
|
|
@@ -456,9 +454,8 @@ export default {
|
|
|
456
454
|
return this.brandPageBaseUrl.replace('https://', '');
|
|
457
455
|
},
|
|
458
456
|
firstTimePublishHeaderLabel() {
|
|
459
|
-
const translatedBrandPageName = this.getLanguageAwareBrandPageDisplayName(this.brandPageDisplayName);
|
|
460
457
|
return this.publishBrandPageModalTr('firstTimePublishHeaderLabel', {
|
|
461
|
-
brandPageDisplayName:
|
|
458
|
+
brandPageDisplayName: this.brandPageDisplayName,
|
|
462
459
|
});
|
|
463
460
|
},
|
|
464
461
|
publishSuccessLabel() {
|
|
@@ -523,16 +520,6 @@ export default {
|
|
|
523
520
|
this.isModalVisible = this.isSearchDomainListModalVisible;
|
|
524
521
|
},
|
|
525
522
|
methods: {
|
|
526
|
-
getLanguageAwareBrandPageDisplayName(brandPageName) {
|
|
527
|
-
switch (brandPageName) {
|
|
528
|
-
case WEBSITE_FRIENDLY_NAME:
|
|
529
|
-
return this.publishBrandPageModalTr('websiteFriendlyName');
|
|
530
|
-
case DIGITAL_BUSINESS_CARD:
|
|
531
|
-
return this.publishBrandPageModalTr('digitalBusinessCardFriendlyName');
|
|
532
|
-
default:
|
|
533
|
-
return brandPageName;
|
|
534
|
-
}
|
|
535
|
-
},
|
|
536
523
|
onDomainTypeRadioButtonClick(domain) {
|
|
537
524
|
this.domainTypeValue = domain;
|
|
538
525
|
this.closePurchasedDomainDropdown();
|
package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.de-DE.json
CHANGED
|
@@ -17,8 +17,6 @@
|
|
|
17
17
|
"copySuccessLabel" : "Kopiert!",
|
|
18
18
|
"publishedSuccessDescriptionLabel" : "Kaufen Sie eine passende Domain für Ihre Marke",
|
|
19
19
|
"hasAlreadyPurchasedDomainCloseButtonLabel" : "Nein, danke, vielleicht später",
|
|
20
|
-
"selectDomainDropdownPlaceholder" : "Domain auswählen"
|
|
21
|
-
"websiteFriendlyName" : "Website",
|
|
22
|
-
"digitalBusinessCardFriendlyName" : "Digitale Visitenkarte"
|
|
20
|
+
"selectDomainDropdownPlaceholder" : "Domain auswählen"
|
|
23
21
|
}
|
|
24
|
-
}
|
|
22
|
+
}
|
package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.es-ES.json
CHANGED
|
@@ -17,8 +17,6 @@
|
|
|
17
17
|
"copySuccessLabel" : "¡Copiado!",
|
|
18
18
|
"publishedSuccessDescriptionLabel" : "Compra un nombre de dominio que coincida con tu marca",
|
|
19
19
|
"hasAlreadyPurchasedDomainCloseButtonLabel" : "No gracias, quizás más tarde",
|
|
20
|
-
"selectDomainDropdownPlaceholder" : "Selecciona un nombre de dominio"
|
|
21
|
-
"websiteFriendlyName" : "Sitio web",
|
|
22
|
-
"digitalBusinessCardFriendlyName" : "Tarjeta de visita digital"
|
|
20
|
+
"selectDomainDropdownPlaceholder" : "Selecciona un nombre de dominio"
|
|
23
21
|
}
|
|
24
|
-
}
|
|
22
|
+
}
|
package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.fr-FR.json
CHANGED
|
@@ -17,8 +17,6 @@
|
|
|
17
17
|
"copySuccessLabel" : "Copié !",
|
|
18
18
|
"publishedSuccessDescriptionLabel" : "Achetez un nom de domaine correspondant à votre marque",
|
|
19
19
|
"hasAlreadyPurchasedDomainCloseButtonLabel" : "Non merci, peut-être plus tard",
|
|
20
|
-
"selectDomainDropdownPlaceholder" : "Sélectionner un nom de domaine"
|
|
21
|
-
"websiteFriendlyName" : "Site Web",
|
|
22
|
-
"digitalBusinessCardFriendlyName" : "Carte de visite numérique"
|
|
20
|
+
"selectDomainDropdownPlaceholder" : "Sélectionner un nom de domaine"
|
|
23
21
|
}
|
|
24
|
-
}
|
|
22
|
+
}
|
|
@@ -1,24 +1,22 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
}
|
|
24
|
-
}
|
|
2
|
+
"publishBrandPageModal": {
|
|
3
|
+
"firstTimePublishHeaderLabel": "Set the URL for {{brandPageDisplayName}}",
|
|
4
|
+
"sitePublishedLabel": "Site published!",
|
|
5
|
+
"publishSuccessLabel": "Your {{brandPageDisplayName}} is live! Start using your link:",
|
|
6
|
+
"freePublishCardTitleLabel": "Free Address",
|
|
7
|
+
"freePublishCardDescriptionLabel": "Choose a free address to publish now. You can always edit the URL later",
|
|
8
|
+
"slugInputPlaceholderYourNameLabel": "your-name",
|
|
9
|
+
"slugInputPlaceholderYourBusinessNameLabel": "your-business-name",
|
|
10
|
+
"freeDomainLabel": "Free domain",
|
|
11
|
+
"purchasedDomainLabel": "Purchased domain",
|
|
12
|
+
"setUrlLabel": "Set URL",
|
|
13
|
+
"publishLabel": "Publish",
|
|
14
|
+
"viewMoreDomainLabel": "VIEW MORE DOMAINS",
|
|
15
|
+
"viewMyWebsiteLabel": "View {{brandPageDisplayName}}",
|
|
16
|
+
"copyLabel": "Copy",
|
|
17
|
+
"copySuccessLabel": "Copied!",
|
|
18
|
+
"publishedSuccessDescriptionLabel": "Buy matching domain name for your brand",
|
|
19
|
+
"hasAlreadyPurchasedDomainCloseButtonLabel": "No thanks, maybe later",
|
|
20
|
+
"selectDomainDropdownPlaceholder": "Select domain name"
|
|
21
|
+
}
|
|
22
|
+
}
|
package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.pt-PT.json
CHANGED
|
@@ -17,8 +17,6 @@
|
|
|
17
17
|
"copySuccessLabel" : "Copiado!",
|
|
18
18
|
"publishedSuccessDescriptionLabel" : "Compre um nome de domínio que corresponda à sua marca",
|
|
19
19
|
"hasAlreadyPurchasedDomainCloseButtonLabel" : "Não, obrigado, talvez mais tarde",
|
|
20
|
-
"selectDomainDropdownPlaceholder" : "Selecionar nome de domínio"
|
|
21
|
-
"websiteFriendlyName" : "Website",
|
|
22
|
-
"digitalBusinessCardFriendlyName" : "Cartão de visita digital"
|
|
20
|
+
"selectDomainDropdownPlaceholder" : "Selecionar nome de domínio"
|
|
23
21
|
}
|
|
24
|
-
}
|
|
22
|
+
}
|