@designcrowd/fe-shared-lib 1.5.9-kp-1 → 1.5.9-kp-3

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.
Files changed (24) hide show
  1. package/dist/css/tailwind-brandCrowd.css +2561 -0
  2. package/dist/css/tailwind-brandPage.css +2241 -0
  3. package/dist/css/tailwind-crazyDomains.css +2561 -0
  4. package/dist/css/tailwind-designCom.css +2561 -0
  5. package/dist/css/tailwind-designCrowd.css +2561 -0
  6. package/package.json +1 -1
  7. package/public/css/tailwind-brandCrowd.css +68 -6
  8. package/public/css/tailwind-brandPage.css +64 -6
  9. package/public/css/tailwind-crazyDomains.css +68 -6
  10. package/public/css/tailwind-designCom.css +68 -6
  11. package/public/css/tailwind-designCrowd.css +68 -6
  12. package/src/bundles/bundled-translations.de-DE.json +3 -1
  13. package/src/bundles/bundled-translations.es-ES.json +3 -1
  14. package/src/bundles/bundled-translations.fr-CA.json +3 -1
  15. package/src/bundles/bundled-translations.fr-FR.json +3 -1
  16. package/src/bundles/bundled-translations.pt-BR.json +3 -1
  17. package/src/bundles/bundled-translations.pt-PT.json +3 -1
  18. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.de-DE.json +23 -21
  19. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.es-ES.json +23 -21
  20. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.fr-CA.json +23 -21
  21. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.fr-FR.json +23 -21
  22. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.pt-BR.json +23 -21
  23. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.pt-PT.json +23 -21
  24. package/src/experiences/components/PublishBrandPageModal/views/PublishWhenNoDomainsView.vue +9 -2
@@ -684,6 +684,9 @@ video {
684
684
  .theme-designCrowd .tw-mb-0 {
685
685
  margin-bottom: 0px;
686
686
  }
687
+ .theme-designCrowd .tw-mb-0\.5 {
688
+ margin-bottom: 0.125rem;
689
+ }
687
690
  .theme-designCrowd .tw-mb-1 {
688
691
  margin-bottom: 0.25rem;
689
692
  }
@@ -738,9 +741,6 @@ video {
738
741
  .theme-designCrowd .tw-mt-0 {
739
742
  margin-top: 0px;
740
743
  }
741
- .theme-designCrowd .tw-mt-0\.5 {
742
- margin-top: 0.125rem;
743
- }
744
744
  .theme-designCrowd .tw-mt-1 {
745
745
  margin-top: 0.25rem;
746
746
  }
@@ -753,6 +753,9 @@ video {
753
753
  .theme-designCrowd .tw-mt-4 {
754
754
  margin-top: 1rem;
755
755
  }
756
+ .theme-designCrowd .tw-mt-6 {
757
+ margin-top: 1.5rem;
758
+ }
756
759
  .theme-designCrowd .tw-mt-8 {
757
760
  margin-top: 2rem;
758
761
  }
@@ -762,6 +765,48 @@ video {
762
765
  .theme-designCrowd .tw-box-content {
763
766
  box-sizing: content-box;
764
767
  }
768
+ .theme-designCrowd .tw-line-clamp-1 {
769
+ overflow: hidden;
770
+ display: -webkit-box;
771
+ -webkit-box-orient: vertical;
772
+ -webkit-line-clamp: 1;
773
+ }
774
+ .theme-designCrowd .tw-line-clamp-2 {
775
+ overflow: hidden;
776
+ display: -webkit-box;
777
+ -webkit-box-orient: vertical;
778
+ -webkit-line-clamp: 2;
779
+ }
780
+ .theme-designCrowd .tw-line-clamp-3 {
781
+ overflow: hidden;
782
+ display: -webkit-box;
783
+ -webkit-box-orient: vertical;
784
+ -webkit-line-clamp: 3;
785
+ }
786
+ .theme-designCrowd .tw-line-clamp-4 {
787
+ overflow: hidden;
788
+ display: -webkit-box;
789
+ -webkit-box-orient: vertical;
790
+ -webkit-line-clamp: 4;
791
+ }
792
+ .theme-designCrowd .tw-line-clamp-5 {
793
+ overflow: hidden;
794
+ display: -webkit-box;
795
+ -webkit-box-orient: vertical;
796
+ -webkit-line-clamp: 5;
797
+ }
798
+ .theme-designCrowd .tw-line-clamp-6 {
799
+ overflow: hidden;
800
+ display: -webkit-box;
801
+ -webkit-box-orient: vertical;
802
+ -webkit-line-clamp: 6;
803
+ }
804
+ .theme-designCrowd .tw-line-clamp-none {
805
+ overflow: visible;
806
+ display: block;
807
+ -webkit-box-orient: horizontal;
808
+ -webkit-line-clamp: none;
809
+ }
765
810
  .theme-designCrowd .tw-block {
766
811
  display: block;
767
812
  }
@@ -926,6 +971,9 @@ video {
926
971
  .theme-designCrowd .tw-flex-none {
927
972
  flex: none;
928
973
  }
974
+ .theme-designCrowd .tw-flex-shrink-0 {
975
+ flex-shrink: 0;
976
+ }
929
977
  .theme-designCrowd .tw-grow {
930
978
  flex-grow: 1;
931
979
  }
@@ -1141,6 +1189,9 @@ video {
1141
1189
  text-overflow: ellipsis;
1142
1190
  white-space: nowrap;
1143
1191
  }
1192
+ .theme-designCrowd .tw-text-ellipsis {
1193
+ text-overflow: ellipsis;
1194
+ }
1144
1195
  .theme-designCrowd .tw-whitespace-nowrap {
1145
1196
  white-space: nowrap;
1146
1197
  }
@@ -1741,9 +1792,6 @@ video {
1741
1792
  .theme-designCrowd .tw-pt-2 {
1742
1793
  padding-top: 0.5rem;
1743
1794
  }
1744
- .theme-designCrowd .tw-pt-4 {
1745
- padding-top: 1rem;
1746
- }
1747
1795
  .theme-designCrowd .tw-pt-6 {
1748
1796
  padding-top: 1.5rem;
1749
1797
  }
@@ -2092,6 +2140,10 @@ video {
2092
2140
  --tw-text-opacity: 1;
2093
2141
  color: rgb(39 52 56 / var(--tw-text-opacity));
2094
2142
  }
2143
+ .theme-designCrowd .hover\:tw-text-primary-600:hover {
2144
+ --tw-text-opacity: 1;
2145
+ color: rgb(14 121 188 / var(--tw-text-opacity));
2146
+ }
2095
2147
  .theme-designCrowd .hover\:tw-text-secondary-500:hover {
2096
2148
  --tw-text-opacity: 1;
2097
2149
  color: rgb(93 109 129 / var(--tw-text-opacity));
@@ -2171,6 +2223,9 @@ video {
2171
2223
  .theme-designCrowd .sm\:tw-mb-4 {
2172
2224
  margin-bottom: 1rem;
2173
2225
  }
2226
+ .theme-designCrowd .sm\:tw-ml-2 {
2227
+ margin-left: 0.5rem;
2228
+ }
2174
2229
  .theme-designCrowd .sm\:tw-ml-4 {
2175
2230
  margin-left: 1rem;
2176
2231
  }
@@ -2207,6 +2262,9 @@ video {
2207
2262
  .theme-designCrowd .sm\:tw-flex-row {
2208
2263
  flex-direction: row;
2209
2264
  }
2265
+ .theme-designCrowd .sm\:tw-items-center {
2266
+ align-items: center;
2267
+ }
2210
2268
  .theme-designCrowd .sm\:tw-rounded-md {
2211
2269
  border-radius: 0.375rem;
2212
2270
  }
@@ -2333,6 +2391,10 @@ video {
2333
2391
  .theme-designCrowd .md\:tw-p-8 {
2334
2392
  padding: 2rem;
2335
2393
  }
2394
+ .theme-designCrowd .md\:tw-px-12 {
2395
+ padding-left: 3rem;
2396
+ padding-right: 3rem;
2397
+ }
2336
2398
  .theme-designCrowd .md\:tw-px-4 {
2337
2399
  padding-left: 1rem;
2338
2400
  padding-right: 1rem;
@@ -32,7 +32,9 @@
32
32
  "hasAlreadyPurchasedDomainCloseButtonLabel": "Nein, danke, vielleicht später",
33
33
  "selectDomainDropdownPlaceholder": "Domain auswählen",
34
34
  "websiteFriendlyName": "Website",
35
- "digitalBusinessCardFriendlyName": "Digitale Visitenkarte"
35
+ "digitalBusinessCardFriendlyName": "Digitale Visitenkarte",
36
+ "alreadyHaveADomainLabel": "Already have a domain?",
37
+ "useExistingDomainLabel": "Use existing domain"
36
38
  },
37
39
  "sellDomainNameList": {
38
40
  "freeDomainButtonLabel": "Kostenlose Domain",
@@ -32,7 +32,9 @@
32
32
  "hasAlreadyPurchasedDomainCloseButtonLabel": "No gracias, quizás más tarde",
33
33
  "selectDomainDropdownPlaceholder": "Selecciona un nombre de dominio",
34
34
  "websiteFriendlyName": "Sitio web",
35
- "digitalBusinessCardFriendlyName": "Tarjeta de visita digital"
35
+ "digitalBusinessCardFriendlyName": "Tarjeta de visita digital",
36
+ "alreadyHaveADomainLabel": "Already have a domain?",
37
+ "useExistingDomainLabel": "Use existing domain"
36
38
  },
37
39
  "sellDomainNameList": {
38
40
  "freeDomainButtonLabel": "Dominio gratis",
@@ -32,7 +32,9 @@
32
32
  "hasAlreadyPurchasedDomainCloseButtonLabel": "Non merci, peut-être plus tard",
33
33
  "selectDomainDropdownPlaceholder": "Sélectionner un nom de domaine",
34
34
  "websiteFriendlyName": "Site Web",
35
- "digitalBusinessCardFriendlyName": "Carte professionnelle numérique"
35
+ "digitalBusinessCardFriendlyName": "Carte professionnelle numérique",
36
+ "alreadyHaveADomainLabel": "Already have a domain?",
37
+ "useExistingDomainLabel": "Use existing domain"
36
38
  },
37
39
  "sellDomainNameList": {
38
40
  "freeDomainButtonLabel": "Domaine gratuit",
@@ -32,7 +32,9 @@
32
32
  "hasAlreadyPurchasedDomainCloseButtonLabel": "Non merci, peut-être plus tard",
33
33
  "selectDomainDropdownPlaceholder": "Sélectionner un nom de domaine",
34
34
  "websiteFriendlyName": "Site Web",
35
- "digitalBusinessCardFriendlyName": "Carte de visite numérique"
35
+ "digitalBusinessCardFriendlyName": "Carte de visite numérique",
36
+ "alreadyHaveADomainLabel": "Already have a domain?",
37
+ "useExistingDomainLabel": "Use existing domain"
36
38
  },
37
39
  "sellDomainNameList": {
38
40
  "freeDomainButtonLabel": "Domaine gratuit",
@@ -32,7 +32,9 @@
32
32
  "hasAlreadyPurchasedDomainCloseButtonLabel": "Não, obrigado. Talvez depois",
33
33
  "selectDomainDropdownPlaceholder": "Selecionar nome de domínio",
34
34
  "websiteFriendlyName": "Site",
35
- "digitalBusinessCardFriendlyName": "Cartão de visita digital"
35
+ "digitalBusinessCardFriendlyName": "Cartão de visita digital",
36
+ "alreadyHaveADomainLabel": "Already have a domain?",
37
+ "useExistingDomainLabel": "Use existing domain"
36
38
  },
37
39
  "sellDomainNameList": {
38
40
  "freeDomainButtonLabel": "Domínio gratuito",
@@ -32,7 +32,9 @@
32
32
  "hasAlreadyPurchasedDomainCloseButtonLabel": "Não, obrigado, talvez mais tarde",
33
33
  "selectDomainDropdownPlaceholder": "Selecionar nome de domínio",
34
34
  "websiteFriendlyName": "Website",
35
- "digitalBusinessCardFriendlyName": "Cartão de visita digital"
35
+ "digitalBusinessCardFriendlyName": "Cartão de visita digital",
36
+ "alreadyHaveADomainLabel": "Already have a domain?",
37
+ "useExistingDomainLabel": "Use existing domain"
36
38
  },
37
39
  "sellDomainNameList": {
38
40
  "freeDomainButtonLabel": "Domínio gratuito",
@@ -1,24 +1,26 @@
1
1
  {
2
- "publishBrandPageModal" : {
3
- "firstTimePublishHeaderLabel" : "Legen Sie die URL für {{brandPageDisplayName}} fest",
4
- "sitePublishedLabel" : "Seite veröffentlicht!",
5
- "publishSuccessLabel" : "Ihr {{brandPageDisplayName}} ist live! Beginnen Sie mit der Nutzung Ihres Links:",
6
- "freePublishCardTitleLabel" : "Freie Adresse",
7
- "freePublishCardDescriptionLabel" : "Wählen Sie jetzt eine kostenlose Adresse zur Veröffentlichung aus. Sie können die URL später jederzeit bearbeiten",
8
- "slugInputPlaceholderYourNameLabel" : "ihr-name",
9
- "slugInputPlaceholderYourBusinessNameLabel" : "ihr-firmen-name",
10
- "freeDomainLabel" : "Kostenlose Domain",
11
- "purchasedDomainLabel" : "Erworbene Domain",
12
- "setUrlLabel" : "URL festlegen",
13
- "publishLabel" : "Veröffentlichen",
14
- "viewMoreDomainLabel" : "WEITERE DOMAINS ANZEIGEN",
15
- "viewMyWebsiteLabel" : "{{brandPageDisplayName}} anzeigen",
16
- "copyLabel" : "Kopieren",
17
- "copySuccessLabel" : "Kopiert!",
18
- "publishedSuccessDescriptionLabel" : "Kaufen Sie eine passende Domain für Ihre Marke",
19
- "hasAlreadyPurchasedDomainCloseButtonLabel" : "Nein, danke, vielleicht später",
20
- "selectDomainDropdownPlaceholder" : "Domain auswählen",
21
- "websiteFriendlyName" : "Website",
22
- "digitalBusinessCardFriendlyName" : "Digitale Visitenkarte"
2
+ "publishBrandPageModal": {
3
+ "firstTimePublishHeaderLabel": "Legen Sie die URL für {{brandPageDisplayName}} fest",
4
+ "sitePublishedLabel": "Seite veröffentlicht!",
5
+ "publishSuccessLabel": "Ihr {{brandPageDisplayName}} ist live! Beginnen Sie mit der Nutzung Ihres Links:",
6
+ "freePublishCardTitleLabel": "Freie Adresse",
7
+ "freePublishCardDescriptionLabel": "Wählen Sie jetzt eine kostenlose Adresse zur Veröffentlichung aus. Sie können die URL später jederzeit bearbeiten",
8
+ "slugInputPlaceholderYourNameLabel": "ihr-name",
9
+ "slugInputPlaceholderYourBusinessNameLabel": "ihr-firmen-name",
10
+ "freeDomainLabel": "Kostenlose Domain",
11
+ "purchasedDomainLabel": "Erworbene Domain",
12
+ "setUrlLabel": "URL festlegen",
13
+ "publishLabel": "Veröffentlichen",
14
+ "viewMoreDomainLabel": "WEITERE DOMAINS ANZEIGEN",
15
+ "viewMyWebsiteLabel": "{{brandPageDisplayName}} anzeigen",
16
+ "copyLabel": "Kopieren",
17
+ "copySuccessLabel": "Kopiert!",
18
+ "publishedSuccessDescriptionLabel": "Kaufen Sie eine passende Domain für Ihre Marke",
19
+ "hasAlreadyPurchasedDomainCloseButtonLabel": "Nein, danke, vielleicht später",
20
+ "selectDomainDropdownPlaceholder": "Domain auswählen",
21
+ "websiteFriendlyName": "Website",
22
+ "digitalBusinessCardFriendlyName": "Digitale Visitenkarte",
23
+ "alreadyHaveADomainLabel": "Already have a domain?",
24
+ "useExistingDomainLabel": "Use existing domain"
23
25
  }
24
26
  }
@@ -1,24 +1,26 @@
1
1
  {
2
- "publishBrandPageModal" : {
3
- "firstTimePublishHeaderLabel" : "Establece la URL para {{brandPageDisplayName}}",
4
- "sitePublishedLabel" : "¡Sitio publicado!",
5
- "publishSuccessLabel" : "¡Tu {{brandPageDisplayName}} está activo! Comienza a usar tu enlace:",
6
- "freePublishCardTitleLabel" : "Dirección gratuita",
7
- "freePublishCardDescriptionLabel" : "Elige una dirección gratuita para publicar ahora. Siempre puedes editar la URL más tarde",
8
- "slugInputPlaceholderYourNameLabel" : "tu-nombre",
9
- "slugInputPlaceholderYourBusinessNameLabel" : "nombre-de-tu-negocio",
10
- "freeDomainLabel" : "Dominio gratis",
11
- "purchasedDomainLabel" : "Dominio adquirido",
12
- "setUrlLabel" : "Establece URL",
13
- "publishLabel" : "Publicar",
14
- "viewMoreDomainLabel" : "VER MÁS DOMINIOS",
15
- "viewMyWebsiteLabel" : "Ver {{brandPageDisplayName}}",
16
- "copyLabel" : "Copiar",
17
- "copySuccessLabel" : "¡Copiado!",
18
- "publishedSuccessDescriptionLabel" : "Compra un nombre de dominio que coincida con tu marca",
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"
2
+ "publishBrandPageModal": {
3
+ "firstTimePublishHeaderLabel": "Establece la URL para {{brandPageDisplayName}}",
4
+ "sitePublishedLabel": "¡Sitio publicado!",
5
+ "publishSuccessLabel": "¡Tu {{brandPageDisplayName}} está activo! Comienza a usar tu enlace:",
6
+ "freePublishCardTitleLabel": "Dirección gratuita",
7
+ "freePublishCardDescriptionLabel": "Elige una dirección gratuita para publicar ahora. Siempre puedes editar la URL más tarde",
8
+ "slugInputPlaceholderYourNameLabel": "tu-nombre",
9
+ "slugInputPlaceholderYourBusinessNameLabel": "nombre-de-tu-negocio",
10
+ "freeDomainLabel": "Dominio gratis",
11
+ "purchasedDomainLabel": "Dominio adquirido",
12
+ "setUrlLabel": "Establece URL",
13
+ "publishLabel": "Publicar",
14
+ "viewMoreDomainLabel": "VER MÁS DOMINIOS",
15
+ "viewMyWebsiteLabel": "Ver {{brandPageDisplayName}}",
16
+ "copyLabel": "Copiar",
17
+ "copySuccessLabel": "¡Copiado!",
18
+ "publishedSuccessDescriptionLabel": "Compra un nombre de dominio que coincida con tu marca",
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",
23
+ "alreadyHaveADomainLabel": "Already have a domain?",
24
+ "useExistingDomainLabel": "Use existing domain"
23
25
  }
24
26
  }
@@ -1,24 +1,26 @@
1
1
  {
2
- "publishBrandPageModal" : {
3
- "firstTimePublishHeaderLabel" : "Définissez l'URL pour {{brandPageDisplayName}}",
4
- "sitePublishedLabel" : "Site publié !",
5
- "publishSuccessLabel" : "Votre {{brandPageDisplayName}} est en ligne ! Commencez à utiliser votre lien :",
6
- "freePublishCardTitleLabel" : "Adresse libre",
7
- "freePublishCardDescriptionLabel" : "Choisissez une adresse gratuite pour publier maintenant. Vous pouvez toujours modifier l'URL plus tard",
8
- "slugInputPlaceholderYourNameLabel" : "your-name",
9
- "slugInputPlaceholderYourBusinessNameLabel" : "nom-de-votre-entreprise",
10
- "freeDomainLabel" : "Domaine gratuit",
11
- "purchasedDomainLabel" : "Domaine acheté",
12
- "setUrlLabel" : "Définir l'URL",
13
- "publishLabel" : "Publier",
14
- "viewMoreDomainLabel" : "VOIR PLUS DE NOMS DE DOMAINE",
15
- "viewMyWebsiteLabel" : "Voir {{brandPageDisplayName}}",
16
- "copyLabel" : "Copier",
17
- "copySuccessLabel" : "Copié !",
18
- "publishedSuccessDescriptionLabel" : "Achetez un nom de domaine correspondant à votre marque",
19
- "hasAlreadyPurchasedDomainCloseButtonLabel" : "Non merci, peut-être plus tard",
20
- "selectDomainDropdownPlaceholder" : "Sélectionner un nom de domaine",
21
- "websiteFriendlyName" : "Site Web",
22
- "digitalBusinessCardFriendlyName" : "Carte professionnelle numérique"
2
+ "publishBrandPageModal": {
3
+ "firstTimePublishHeaderLabel": "Définissez l'URL pour {{brandPageDisplayName}}",
4
+ "sitePublishedLabel": "Site publié !",
5
+ "publishSuccessLabel": "Votre {{brandPageDisplayName}} est en ligne ! Commencez à utiliser votre lien :",
6
+ "freePublishCardTitleLabel": "Adresse libre",
7
+ "freePublishCardDescriptionLabel": "Choisissez une adresse gratuite pour publier maintenant. Vous pouvez toujours modifier l'URL plus tard",
8
+ "slugInputPlaceholderYourNameLabel": "your-name",
9
+ "slugInputPlaceholderYourBusinessNameLabel": "nom-de-votre-entreprise",
10
+ "freeDomainLabel": "Domaine gratuit",
11
+ "purchasedDomainLabel": "Domaine acheté",
12
+ "setUrlLabel": "Définir l'URL",
13
+ "publishLabel": "Publier",
14
+ "viewMoreDomainLabel": "VOIR PLUS DE NOMS DE DOMAINE",
15
+ "viewMyWebsiteLabel": "Voir {{brandPageDisplayName}}",
16
+ "copyLabel": "Copier",
17
+ "copySuccessLabel": "Copié !",
18
+ "publishedSuccessDescriptionLabel": "Achetez un nom de domaine correspondant à votre marque",
19
+ "hasAlreadyPurchasedDomainCloseButtonLabel": "Non merci, peut-être plus tard",
20
+ "selectDomainDropdownPlaceholder": "Sélectionner un nom de domaine",
21
+ "websiteFriendlyName": "Site Web",
22
+ "digitalBusinessCardFriendlyName": "Carte professionnelle numérique",
23
+ "alreadyHaveADomainLabel": "Already have a domain?",
24
+ "useExistingDomainLabel": "Use existing domain"
23
25
  }
24
26
  }
@@ -1,24 +1,26 @@
1
1
  {
2
- "publishBrandPageModal" : {
3
- "firstTimePublishHeaderLabel" : "Définissez l'URL pour {{brandPageDisplayName}}",
4
- "sitePublishedLabel" : "Site publié !",
5
- "publishSuccessLabel" : "Votre {{brandPageDisplayName}} est en ligne ! Commencez à utiliser votre lien :",
6
- "freePublishCardTitleLabel" : "Adresse libre",
7
- "freePublishCardDescriptionLabel" : "Choisissez une adresse gratuite pour publier maintenant. Vous pouvez toujours modifier l'URL plus tard",
8
- "slugInputPlaceholderYourNameLabel" : "your-name",
9
- "slugInputPlaceholderYourBusinessNameLabel" : "nom-de-votre-entreprise",
10
- "freeDomainLabel" : "Domaine gratuit",
11
- "purchasedDomainLabel" : "Domaine acheté",
12
- "setUrlLabel" : "Définir l'URL",
13
- "publishLabel" : "Publier",
14
- "viewMoreDomainLabel" : "VOIR PLUS DE NOMS DE DOMAINE",
15
- "viewMyWebsiteLabel" : "Voir {{brandPageDisplayName}}",
16
- "copyLabel" : "Copier",
17
- "copySuccessLabel" : "Copié !",
18
- "publishedSuccessDescriptionLabel" : "Achetez un nom de domaine correspondant à votre marque",
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"
2
+ "publishBrandPageModal": {
3
+ "firstTimePublishHeaderLabel": "Définissez l'URL pour {{brandPageDisplayName}}",
4
+ "sitePublishedLabel": "Site publié !",
5
+ "publishSuccessLabel": "Votre {{brandPageDisplayName}} est en ligne ! Commencez à utiliser votre lien :",
6
+ "freePublishCardTitleLabel": "Adresse libre",
7
+ "freePublishCardDescriptionLabel": "Choisissez une adresse gratuite pour publier maintenant. Vous pouvez toujours modifier l'URL plus tard",
8
+ "slugInputPlaceholderYourNameLabel": "your-name",
9
+ "slugInputPlaceholderYourBusinessNameLabel": "nom-de-votre-entreprise",
10
+ "freeDomainLabel": "Domaine gratuit",
11
+ "purchasedDomainLabel": "Domaine acheté",
12
+ "setUrlLabel": "Définir l'URL",
13
+ "publishLabel": "Publier",
14
+ "viewMoreDomainLabel": "VOIR PLUS DE NOMS DE DOMAINE",
15
+ "viewMyWebsiteLabel": "Voir {{brandPageDisplayName}}",
16
+ "copyLabel": "Copier",
17
+ "copySuccessLabel": "Copié !",
18
+ "publishedSuccessDescriptionLabel": "Achetez un nom de domaine correspondant à votre marque",
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",
23
+ "alreadyHaveADomainLabel": "Already have a domain?",
24
+ "useExistingDomainLabel": "Use existing domain"
23
25
  }
24
26
  }
@@ -1,24 +1,26 @@
1
1
  {
2
- "publishBrandPageModal" : {
3
- "firstTimePublishHeaderLabel" : "Defina o URL para {{brandPageDisplayName}}",
4
- "sitePublishedLabel" : "Site publicado!",
5
- "publishSuccessLabel" : "Seu {{brandPageDisplayName}} está ativo! Comece a usar seu link:",
6
- "freePublishCardTitleLabel" : "Endereço gratuito",
7
- "freePublishCardDescriptionLabel" : "Escolha um endereço gratuito para publicar agora. Você pode editar o URL depois",
8
- "slugInputPlaceholderYourNameLabel" : "Seu nome",
9
- "slugInputPlaceholderYourBusinessNameLabel" : "nome-da-sua-empresa",
10
- "freeDomainLabel" : "Domínio gratuito",
11
- "purchasedDomainLabel" : "Domínio comprado",
12
- "setUrlLabel" : "Definir URL",
13
- "publishLabel" : "Publicar",
14
- "viewMoreDomainLabel" : "Ver mais domínios",
15
- "viewMyWebsiteLabel" : "Ver {{brandPageDisplayName}}",
16
- "copyLabel" : "Copiar",
17
- "copySuccessLabel" : "Copiado!",
18
- "publishedSuccessDescriptionLabel" : "Compre um nome de domínio que corresponda à sua marca",
19
- "hasAlreadyPurchasedDomainCloseButtonLabel" : "Não, obrigado. Talvez depois",
20
- "selectDomainDropdownPlaceholder" : "Selecionar nome de domínio",
21
- "websiteFriendlyName" : "Site",
22
- "digitalBusinessCardFriendlyName" : "Cartão de visita digital"
2
+ "publishBrandPageModal": {
3
+ "firstTimePublishHeaderLabel": "Defina o URL para {{brandPageDisplayName}}",
4
+ "sitePublishedLabel": "Site publicado!",
5
+ "publishSuccessLabel": "Seu {{brandPageDisplayName}} está ativo! Comece a usar seu link:",
6
+ "freePublishCardTitleLabel": "Endereço gratuito",
7
+ "freePublishCardDescriptionLabel": "Escolha um endereço gratuito para publicar agora. Você pode editar o URL depois",
8
+ "slugInputPlaceholderYourNameLabel": "Seu nome",
9
+ "slugInputPlaceholderYourBusinessNameLabel": "nome-da-sua-empresa",
10
+ "freeDomainLabel": "Domínio gratuito",
11
+ "purchasedDomainLabel": "Domínio comprado",
12
+ "setUrlLabel": "Definir URL",
13
+ "publishLabel": "Publicar",
14
+ "viewMoreDomainLabel": "Ver mais domínios",
15
+ "viewMyWebsiteLabel": "Ver {{brandPageDisplayName}}",
16
+ "copyLabel": "Copiar",
17
+ "copySuccessLabel": "Copiado!",
18
+ "publishedSuccessDescriptionLabel": "Compre um nome de domínio que corresponda à sua marca",
19
+ "hasAlreadyPurchasedDomainCloseButtonLabel": "Não, obrigado. Talvez depois",
20
+ "selectDomainDropdownPlaceholder": "Selecionar nome de domínio",
21
+ "websiteFriendlyName": "Site",
22
+ "digitalBusinessCardFriendlyName": "Cartão de visita digital",
23
+ "alreadyHaveADomainLabel": "Already have a domain?",
24
+ "useExistingDomainLabel": "Use existing domain"
23
25
  }
24
26
  }
@@ -1,24 +1,26 @@
1
1
  {
2
- "publishBrandPageModal" : {
3
- "firstTimePublishHeaderLabel" : "Defina o URL para {{brandPageDisplayName}}",
4
- "sitePublishedLabel" : "Site publicado!",
5
- "publishSuccessLabel" : "A sua página {{brandPageDisplayName}} está ativa! Comece a utilizar o link:",
6
- "freePublishCardTitleLabel" : "Endereço gratuito",
7
- "freePublishCardDescriptionLabel" : "Escolha um endereço gratuito para publicar agora. Pode sempre editar o URL mais tarde",
8
- "slugInputPlaceholderYourNameLabel" : "o-seu-nome",
9
- "slugInputPlaceholderYourBusinessNameLabel" : "nome-da-sua-empresa",
10
- "freeDomainLabel" : "Domínio gratuito",
11
- "purchasedDomainLabel" : "Domínio comprado",
12
- "setUrlLabel" : "Definir URL",
13
- "publishLabel" : "Publicar",
14
- "viewMoreDomainLabel" : "VER MAIS DOMÍNIOS",
15
- "viewMyWebsiteLabel" : "Ver {{brandPageDisplayName}}",
16
- "copyLabel" : "Copiar",
17
- "copySuccessLabel" : "Copiado!",
18
- "publishedSuccessDescriptionLabel" : "Compre um nome de domínio que corresponda à sua marca",
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"
2
+ "publishBrandPageModal": {
3
+ "firstTimePublishHeaderLabel": "Defina o URL para {{brandPageDisplayName}}",
4
+ "sitePublishedLabel": "Site publicado!",
5
+ "publishSuccessLabel": "A sua página {{brandPageDisplayName}} está ativa! Comece a utilizar o link:",
6
+ "freePublishCardTitleLabel": "Endereço gratuito",
7
+ "freePublishCardDescriptionLabel": "Escolha um endereço gratuito para publicar agora. Pode sempre editar o URL mais tarde",
8
+ "slugInputPlaceholderYourNameLabel": "o-seu-nome",
9
+ "slugInputPlaceholderYourBusinessNameLabel": "nome-da-sua-empresa",
10
+ "freeDomainLabel": "Domínio gratuito",
11
+ "purchasedDomainLabel": "Domínio comprado",
12
+ "setUrlLabel": "Definir URL",
13
+ "publishLabel": "Publicar",
14
+ "viewMoreDomainLabel": "VER MAIS DOMÍNIOS",
15
+ "viewMyWebsiteLabel": "Ver {{brandPageDisplayName}}",
16
+ "copyLabel": "Copiar",
17
+ "copySuccessLabel": "Copiado!",
18
+ "publishedSuccessDescriptionLabel": "Compre um nome de domínio que corresponda à sua marca",
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",
23
+ "alreadyHaveADomainLabel": "Already have a domain?",
24
+ "useExistingDomainLabel": "Use existing domain"
23
25
  }
24
26
  }
@@ -48,8 +48,13 @@
48
48
  </div>
49
49
  <div class="tw-mt-4 tw-text-center">
50
50
  <p>
51
- {{ publishBrandPageModalTr.alreadyHaveADomainLabel }}
52
- <a href="#" @click.prevent="onUseExistingDomain">{{ publishBrandPageModalTr.useExistingDomainLabel }}</a>
51
+ {{ alreadyHaveADomainLabel }}
52
+ <a
53
+ href="#"
54
+ class="tw-text-primary-500 hover:tw-text-primary-600 tw-underline"
55
+ @click.prevent="onUseExistingDomain"
56
+ >{{ useExistingDomainLabel }}</a
57
+ >
53
58
  </p>
54
59
  </div>
55
60
  </div>
@@ -122,6 +127,8 @@ export default {
122
127
  slugInputPlaceholderYourNameLabel: publishBrandPageModalTr('slugInputPlaceholderYourNameLabel'),
123
128
  slugInputPlaceholderYourBusinessNameLabel: publishBrandPageModalTr('slugInputPlaceholderYourBusinessNameLabel'),
124
129
  publishLabel: publishBrandPageModalTr('publishLabel'),
130
+ alreadyHaveADomainLabel: publishBrandPageModalTr('alreadyHaveADomainLabel'),
131
+ useExistingDomainLabel: publishBrandPageModalTr('useExistingDomainLabel'),
125
132
  };
126
133
  },
127
134
  data() {