@designcrowd/fe-shared-lib 1.5.10-kp-8 → 1.5.11-kp-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/tailwind-brandCrowd.css +15 -4
- package/dist/css/tailwind-brandPage.css +11 -4
- package/dist/css/tailwind-crazyDomains.css +15 -4
- package/dist/css/tailwind-designCom.css +15 -4
- package/dist/css/tailwind-designCrowd.css +15 -4
- package/index.js +5 -0
- package/package.json +1 -3
- package/public/css/tailwind-brandCrowd.css +7 -6
- package/public/css/tailwind-brandPage.css +3 -6
- package/public/css/tailwind-crazyDomains.css +7 -6
- package/public/css/tailwind-designCom.css +7 -6
- package/public/css/tailwind-designCrowd.css +7 -6
- package/src/atoms/components/Icon/Icon.vue +4 -0
- package/src/atoms/components/Icon/icons/group.vue +6 -0
- package/src/bundles/bundled-translations.de-DE.json +3 -1
- package/src/bundles/bundled-translations.es-ES.json +3 -1
- package/src/bundles/bundled-translations.fr-CA.json +3 -1
- package/src/bundles/bundled-translations.fr-FR.json +3 -1
- package/src/bundles/bundled-translations.json +3 -1
- package/src/bundles/bundled-translations.pt-BR.json +3 -1
- package/src/bundles/bundled-translations.pt-PT.json +3 -1
- package/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.vue +5 -0
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.de-DE.json +23 -21
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.es-ES.json +23 -21
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.fr-CA.json +23 -21
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.fr-FR.json +23 -21
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.json +3 -1
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.pt-BR.json +23 -21
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.pt-PT.json +23 -21
- package/src/experiences/components/PublishBrandPageModal/views/PublishWhenNoDomainsView.vue +14 -1
- package/src/experiences/components/WebsitesContextualUpgradeModal/WebsiteContextualUpgradeModal.vue +6 -17
- package/src/experiences/models/websiteContextualModel.ts +11 -0
|
@@ -617,6 +617,9 @@ video {
|
|
|
617
617
|
.tw-m-3 {
|
|
618
618
|
margin: 0.75rem;
|
|
619
619
|
}
|
|
620
|
+
.tw-m-4 {
|
|
621
|
+
margin: 1rem;
|
|
622
|
+
}
|
|
620
623
|
.tw-m-5 {
|
|
621
624
|
margin: 1.25rem;
|
|
622
625
|
}
|
|
@@ -2147,6 +2150,10 @@ video {
|
|
|
2147
2150
|
--tw-text-opacity: 1;
|
|
2148
2151
|
color: rgb(17 21 23 / var(--tw-text-opacity));
|
|
2149
2152
|
}
|
|
2153
|
+
.hover\:tw-text-primary-600:hover {
|
|
2154
|
+
--tw-text-opacity: 1;
|
|
2155
|
+
color: rgb(194 22 50 / var(--tw-text-opacity));
|
|
2156
|
+
}
|
|
2150
2157
|
.hover\:tw-text-secondary-500:hover {
|
|
2151
2158
|
--tw-text-opacity: 1;
|
|
2152
2159
|
color: rgb(89 89 89 / var(--tw-text-opacity));
|
|
@@ -2301,6 +2308,10 @@ video {
|
|
|
2301
2308
|
}
|
|
2302
2309
|
@media (min-width: 768px) {
|
|
2303
2310
|
|
|
2311
|
+
.md\:tw-relative {
|
|
2312
|
+
position: relative;
|
|
2313
|
+
}
|
|
2314
|
+
|
|
2304
2315
|
.md\:tw-right-6 {
|
|
2305
2316
|
right: 1.5rem;
|
|
2306
2317
|
}
|
|
@@ -2385,10 +2396,6 @@ video {
|
|
|
2385
2396
|
width: 100%;
|
|
2386
2397
|
}
|
|
2387
2398
|
|
|
2388
|
-
.md\:tw-max-w-40 {
|
|
2389
|
-
max-width: 10rem;
|
|
2390
|
-
}
|
|
2391
|
-
|
|
2392
2399
|
.md\:tw-max-w-full {
|
|
2393
2400
|
max-width: 100%;
|
|
2394
2401
|
}
|
|
@@ -2456,6 +2463,10 @@ video {
|
|
|
2456
2463
|
object-fit: contain;
|
|
2457
2464
|
}
|
|
2458
2465
|
|
|
2466
|
+
.md\:tw-p-0 {
|
|
2467
|
+
padding: 0px;
|
|
2468
|
+
}
|
|
2469
|
+
|
|
2459
2470
|
.md\:tw-p-2 {
|
|
2460
2471
|
padding: 0.5rem;
|
|
2461
2472
|
}
|
|
@@ -617,6 +617,9 @@ video {
|
|
|
617
617
|
.tw-m-3 {
|
|
618
618
|
margin: 0.75rem;
|
|
619
619
|
}
|
|
620
|
+
.tw-m-4 {
|
|
621
|
+
margin: 1rem;
|
|
622
|
+
}
|
|
620
623
|
.tw-m-5 {
|
|
621
624
|
margin: 1.25rem;
|
|
622
625
|
}
|
|
@@ -1985,6 +1988,10 @@ video {
|
|
|
1985
1988
|
}
|
|
1986
1989
|
@media (min-width: 768px) {
|
|
1987
1990
|
|
|
1991
|
+
.md\:tw-relative {
|
|
1992
|
+
position: relative;
|
|
1993
|
+
}
|
|
1994
|
+
|
|
1988
1995
|
.md\:tw-right-6 {
|
|
1989
1996
|
right: 1.5rem;
|
|
1990
1997
|
}
|
|
@@ -2069,10 +2076,6 @@ video {
|
|
|
2069
2076
|
width: 100%;
|
|
2070
2077
|
}
|
|
2071
2078
|
|
|
2072
|
-
.md\:tw-max-w-40 {
|
|
2073
|
-
max-width: 10rem;
|
|
2074
|
-
}
|
|
2075
|
-
|
|
2076
2079
|
.md\:tw-max-w-full {
|
|
2077
2080
|
max-width: 100%;
|
|
2078
2081
|
}
|
|
@@ -2140,6 +2143,10 @@ video {
|
|
|
2140
2143
|
object-fit: contain;
|
|
2141
2144
|
}
|
|
2142
2145
|
|
|
2146
|
+
.md\:tw-p-0 {
|
|
2147
|
+
padding: 0px;
|
|
2148
|
+
}
|
|
2149
|
+
|
|
2143
2150
|
.md\:tw-p-2 {
|
|
2144
2151
|
padding: 0.5rem;
|
|
2145
2152
|
}
|
|
@@ -617,6 +617,9 @@ video {
|
|
|
617
617
|
.tw-m-3 {
|
|
618
618
|
margin: 0.75rem;
|
|
619
619
|
}
|
|
620
|
+
.tw-m-4 {
|
|
621
|
+
margin: 1rem;
|
|
622
|
+
}
|
|
620
623
|
.tw-m-5 {
|
|
621
624
|
margin: 1.25rem;
|
|
622
625
|
}
|
|
@@ -2147,6 +2150,10 @@ video {
|
|
|
2147
2150
|
--tw-text-opacity: 1;
|
|
2148
2151
|
color: rgb(79 89 92 / var(--tw-text-opacity));
|
|
2149
2152
|
}
|
|
2153
|
+
.hover\:tw-text-primary-600:hover {
|
|
2154
|
+
--tw-text-opacity: 1;
|
|
2155
|
+
color: rgb(89 138 38 / var(--tw-text-opacity));
|
|
2156
|
+
}
|
|
2150
2157
|
.hover\:tw-text-secondary-500:hover {
|
|
2151
2158
|
--tw-text-opacity: 1;
|
|
2152
2159
|
color: rgb(72 72 72 / var(--tw-text-opacity));
|
|
@@ -2301,6 +2308,10 @@ video {
|
|
|
2301
2308
|
}
|
|
2302
2309
|
@media (min-width: 768px) {
|
|
2303
2310
|
|
|
2311
|
+
.md\:tw-relative {
|
|
2312
|
+
position: relative;
|
|
2313
|
+
}
|
|
2314
|
+
|
|
2304
2315
|
.md\:tw-right-6 {
|
|
2305
2316
|
right: 1.5rem;
|
|
2306
2317
|
}
|
|
@@ -2385,10 +2396,6 @@ video {
|
|
|
2385
2396
|
width: 100%;
|
|
2386
2397
|
}
|
|
2387
2398
|
|
|
2388
|
-
.md\:tw-max-w-40 {
|
|
2389
|
-
max-width: 10rem;
|
|
2390
|
-
}
|
|
2391
|
-
|
|
2392
2399
|
.md\:tw-max-w-full {
|
|
2393
2400
|
max-width: 100%;
|
|
2394
2401
|
}
|
|
@@ -2456,6 +2463,10 @@ video {
|
|
|
2456
2463
|
object-fit: contain;
|
|
2457
2464
|
}
|
|
2458
2465
|
|
|
2466
|
+
.md\:tw-p-0 {
|
|
2467
|
+
padding: 0px;
|
|
2468
|
+
}
|
|
2469
|
+
|
|
2459
2470
|
.md\:tw-p-2 {
|
|
2460
2471
|
padding: 0.5rem;
|
|
2461
2472
|
}
|
|
@@ -617,6 +617,9 @@ video {
|
|
|
617
617
|
.tw-m-3 {
|
|
618
618
|
margin: 0.75rem;
|
|
619
619
|
}
|
|
620
|
+
.tw-m-4 {
|
|
621
|
+
margin: 1rem;
|
|
622
|
+
}
|
|
620
623
|
.tw-m-5 {
|
|
621
624
|
margin: 1.25rem;
|
|
622
625
|
}
|
|
@@ -2147,6 +2150,10 @@ video {
|
|
|
2147
2150
|
--tw-text-opacity: 1;
|
|
2148
2151
|
color: rgb(23 23 23 / var(--tw-text-opacity));
|
|
2149
2152
|
}
|
|
2153
|
+
.hover\:tw-text-primary-600:hover {
|
|
2154
|
+
--tw-text-opacity: 1;
|
|
2155
|
+
color: rgb(50 71 197 / var(--tw-text-opacity));
|
|
2156
|
+
}
|
|
2150
2157
|
.hover\:tw-text-secondary-500:hover {
|
|
2151
2158
|
--tw-text-opacity: 1;
|
|
2152
2159
|
color: rgb(61 61 61 / var(--tw-text-opacity));
|
|
@@ -2301,6 +2308,10 @@ video {
|
|
|
2301
2308
|
}
|
|
2302
2309
|
@media (min-width: 768px) {
|
|
2303
2310
|
|
|
2311
|
+
.md\:tw-relative {
|
|
2312
|
+
position: relative;
|
|
2313
|
+
}
|
|
2314
|
+
|
|
2304
2315
|
.md\:tw-right-6 {
|
|
2305
2316
|
right: 1.5rem;
|
|
2306
2317
|
}
|
|
@@ -2385,10 +2396,6 @@ video {
|
|
|
2385
2396
|
width: 100%;
|
|
2386
2397
|
}
|
|
2387
2398
|
|
|
2388
|
-
.md\:tw-max-w-40 {
|
|
2389
|
-
max-width: 10rem;
|
|
2390
|
-
}
|
|
2391
|
-
|
|
2392
2399
|
.md\:tw-max-w-full {
|
|
2393
2400
|
max-width: 100%;
|
|
2394
2401
|
}
|
|
@@ -2456,6 +2463,10 @@ video {
|
|
|
2456
2463
|
object-fit: contain;
|
|
2457
2464
|
}
|
|
2458
2465
|
|
|
2466
|
+
.md\:tw-p-0 {
|
|
2467
|
+
padding: 0px;
|
|
2468
|
+
}
|
|
2469
|
+
|
|
2459
2470
|
.md\:tw-p-2 {
|
|
2460
2471
|
padding: 0.5rem;
|
|
2461
2472
|
}
|
|
@@ -617,6 +617,9 @@ video {
|
|
|
617
617
|
.tw-m-3 {
|
|
618
618
|
margin: 0.75rem;
|
|
619
619
|
}
|
|
620
|
+
.tw-m-4 {
|
|
621
|
+
margin: 1rem;
|
|
622
|
+
}
|
|
620
623
|
.tw-m-5 {
|
|
621
624
|
margin: 1.25rem;
|
|
622
625
|
}
|
|
@@ -2147,6 +2150,10 @@ video {
|
|
|
2147
2150
|
--tw-text-opacity: 1;
|
|
2148
2151
|
color: rgb(39 52 56 / var(--tw-text-opacity));
|
|
2149
2152
|
}
|
|
2153
|
+
.hover\:tw-text-primary-600:hover {
|
|
2154
|
+
--tw-text-opacity: 1;
|
|
2155
|
+
color: rgb(14 121 188 / var(--tw-text-opacity));
|
|
2156
|
+
}
|
|
2150
2157
|
.hover\:tw-text-secondary-500:hover {
|
|
2151
2158
|
--tw-text-opacity: 1;
|
|
2152
2159
|
color: rgb(93 109 129 / var(--tw-text-opacity));
|
|
@@ -2301,6 +2308,10 @@ video {
|
|
|
2301
2308
|
}
|
|
2302
2309
|
@media (min-width: 768px) {
|
|
2303
2310
|
|
|
2311
|
+
.md\:tw-relative {
|
|
2312
|
+
position: relative;
|
|
2313
|
+
}
|
|
2314
|
+
|
|
2304
2315
|
.md\:tw-right-6 {
|
|
2305
2316
|
right: 1.5rem;
|
|
2306
2317
|
}
|
|
@@ -2385,10 +2396,6 @@ video {
|
|
|
2385
2396
|
width: 100%;
|
|
2386
2397
|
}
|
|
2387
2398
|
|
|
2388
|
-
.md\:tw-max-w-40 {
|
|
2389
|
-
max-width: 10rem;
|
|
2390
|
-
}
|
|
2391
|
-
|
|
2392
2399
|
.md\:tw-max-w-full {
|
|
2393
2400
|
max-width: 100%;
|
|
2394
2401
|
}
|
|
@@ -2456,6 +2463,10 @@ video {
|
|
|
2456
2463
|
object-fit: contain;
|
|
2457
2464
|
}
|
|
2458
2465
|
|
|
2466
|
+
.md\:tw-p-0 {
|
|
2467
|
+
padding: 0px;
|
|
2468
|
+
}
|
|
2469
|
+
|
|
2459
2470
|
.md\:tw-p-2 {
|
|
2460
2471
|
padding: 0.5rem;
|
|
2461
2472
|
}
|
package/index.js
CHANGED
|
@@ -19,6 +19,11 @@ export { default as SellDomainNameWidget } from './src/experiences/components/Se
|
|
|
19
19
|
export { default as PublishBrandPageModal } from './src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.vue';
|
|
20
20
|
export { default as PublishBrandPageCard } from './src/experiences/components/PublishBrandPageModal/PublishBrandPageCard.vue';
|
|
21
21
|
export { default as WebsiteContextualUpgradeModal } from './src/experiences/components/WebsitesContextualUpgradeModal/WebsiteContextualUpgradeModal.vue';
|
|
22
|
+
export {
|
|
23
|
+
WEBSITE_UPGRADE_CONTEXT_TYPES,
|
|
24
|
+
// Type-only export (TS consumers)
|
|
25
|
+
type WebsiteContextUpgradeType,
|
|
26
|
+
} from './src/experiences/models/websiteContextualModel';
|
|
22
27
|
|
|
23
28
|
export { setSharedLibLocaleAsync, tr } from './src/useSharedLibTranslate';
|
|
24
29
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@designcrowd/fe-shared-lib",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.11-kp-1",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"start": "run-p storybook watch:translation",
|
|
6
6
|
"build": "npm run build:css --production",
|
|
@@ -71,8 +71,6 @@
|
|
|
71
71
|
"postcss-import": "16.0.0",
|
|
72
72
|
"postcss-nested": "6.0.1",
|
|
73
73
|
"prettier": "3.2.4",
|
|
74
|
-
"react": "^19.2.0",
|
|
75
|
-
"react-dom": "^19.2.0",
|
|
76
74
|
"storybook": "9.0.4",
|
|
77
75
|
"stylelint": "16.2.1",
|
|
78
76
|
"stylelint-config-standard": "36.0.0",
|
|
@@ -617,6 +617,9 @@ video {
|
|
|
617
617
|
.theme-brandCrowd .tw-m-3 {
|
|
618
618
|
margin: 0.75rem;
|
|
619
619
|
}
|
|
620
|
+
.theme-brandCrowd .tw-m-4 {
|
|
621
|
+
margin: 1rem;
|
|
622
|
+
}
|
|
620
623
|
.theme-brandCrowd .tw-m-5 {
|
|
621
624
|
margin: 1.25rem;
|
|
622
625
|
}
|
|
@@ -2147,6 +2150,10 @@ video {
|
|
|
2147
2150
|
--tw-text-opacity: 1;
|
|
2148
2151
|
color: rgb(17 21 23 / var(--tw-text-opacity));
|
|
2149
2152
|
}
|
|
2153
|
+
.theme-brandCrowd .hover\:tw-text-primary-600:hover {
|
|
2154
|
+
--tw-text-opacity: 1;
|
|
2155
|
+
color: rgb(194 22 50 / var(--tw-text-opacity));
|
|
2156
|
+
}
|
|
2150
2157
|
.theme-brandCrowd .hover\:tw-text-secondary-500:hover {
|
|
2151
2158
|
--tw-text-opacity: 1;
|
|
2152
2159
|
color: rgb(89 89 89 / var(--tw-text-opacity));
|
|
@@ -2343,9 +2350,6 @@ video {
|
|
|
2343
2350
|
.theme-brandCrowd .md\:tw-w-full {
|
|
2344
2351
|
width: 100%;
|
|
2345
2352
|
}
|
|
2346
|
-
.theme-brandCrowd .md\:tw-max-w-40 {
|
|
2347
|
-
max-width: 10rem;
|
|
2348
|
-
}
|
|
2349
2353
|
.theme-brandCrowd .md\:tw-max-w-full {
|
|
2350
2354
|
max-width: 100%;
|
|
2351
2355
|
}
|
|
@@ -2393,9 +2397,6 @@ video {
|
|
|
2393
2397
|
border-top-right-radius: 0px;
|
|
2394
2398
|
border-bottom-right-radius: 0px;
|
|
2395
2399
|
}
|
|
2396
|
-
.theme-brandCrowd .md\:tw-border-none {
|
|
2397
|
-
border-style: none;
|
|
2398
|
-
}
|
|
2399
2400
|
.theme-brandCrowd .md\:tw-object-contain {
|
|
2400
2401
|
-o-object-fit: contain;
|
|
2401
2402
|
object-fit: contain;
|
|
@@ -617,6 +617,9 @@ video {
|
|
|
617
617
|
.theme-brandPage .tw-m-3 {
|
|
618
618
|
margin: 0.75rem;
|
|
619
619
|
}
|
|
620
|
+
.theme-brandPage .tw-m-4 {
|
|
621
|
+
margin: 1rem;
|
|
622
|
+
}
|
|
620
623
|
.theme-brandPage .tw-m-5 {
|
|
621
624
|
margin: 1.25rem;
|
|
622
625
|
}
|
|
@@ -2027,9 +2030,6 @@ video {
|
|
|
2027
2030
|
.theme-brandPage .md\:tw-w-full {
|
|
2028
2031
|
width: 100%;
|
|
2029
2032
|
}
|
|
2030
|
-
.theme-brandPage .md\:tw-max-w-40 {
|
|
2031
|
-
max-width: 10rem;
|
|
2032
|
-
}
|
|
2033
2033
|
.theme-brandPage .md\:tw-max-w-full {
|
|
2034
2034
|
max-width: 100%;
|
|
2035
2035
|
}
|
|
@@ -2077,9 +2077,6 @@ video {
|
|
|
2077
2077
|
border-top-right-radius: 0px;
|
|
2078
2078
|
border-bottom-right-radius: 0px;
|
|
2079
2079
|
}
|
|
2080
|
-
.theme-brandPage .md\:tw-border-none {
|
|
2081
|
-
border-style: none;
|
|
2082
|
-
}
|
|
2083
2080
|
.theme-brandPage .md\:tw-object-contain {
|
|
2084
2081
|
-o-object-fit: contain;
|
|
2085
2082
|
object-fit: contain;
|
|
@@ -617,6 +617,9 @@ video {
|
|
|
617
617
|
.theme-crazyDomains .tw-m-3 {
|
|
618
618
|
margin: 0.75rem;
|
|
619
619
|
}
|
|
620
|
+
.theme-crazyDomains .tw-m-4 {
|
|
621
|
+
margin: 1rem;
|
|
622
|
+
}
|
|
620
623
|
.theme-crazyDomains .tw-m-5 {
|
|
621
624
|
margin: 1.25rem;
|
|
622
625
|
}
|
|
@@ -2147,6 +2150,10 @@ video {
|
|
|
2147
2150
|
--tw-text-opacity: 1;
|
|
2148
2151
|
color: rgb(79 89 92 / var(--tw-text-opacity));
|
|
2149
2152
|
}
|
|
2153
|
+
.theme-crazyDomains .hover\:tw-text-primary-600:hover {
|
|
2154
|
+
--tw-text-opacity: 1;
|
|
2155
|
+
color: rgb(89 138 38 / var(--tw-text-opacity));
|
|
2156
|
+
}
|
|
2150
2157
|
.theme-crazyDomains .hover\:tw-text-secondary-500:hover {
|
|
2151
2158
|
--tw-text-opacity: 1;
|
|
2152
2159
|
color: rgb(72 72 72 / var(--tw-text-opacity));
|
|
@@ -2343,9 +2350,6 @@ video {
|
|
|
2343
2350
|
.theme-crazyDomains .md\:tw-w-full {
|
|
2344
2351
|
width: 100%;
|
|
2345
2352
|
}
|
|
2346
|
-
.theme-crazyDomains .md\:tw-max-w-40 {
|
|
2347
|
-
max-width: 10rem;
|
|
2348
|
-
}
|
|
2349
2353
|
.theme-crazyDomains .md\:tw-max-w-full {
|
|
2350
2354
|
max-width: 100%;
|
|
2351
2355
|
}
|
|
@@ -2393,9 +2397,6 @@ video {
|
|
|
2393
2397
|
border-top-right-radius: 0px;
|
|
2394
2398
|
border-bottom-right-radius: 0px;
|
|
2395
2399
|
}
|
|
2396
|
-
.theme-crazyDomains .md\:tw-border-none {
|
|
2397
|
-
border-style: none;
|
|
2398
|
-
}
|
|
2399
2400
|
.theme-crazyDomains .md\:tw-object-contain {
|
|
2400
2401
|
-o-object-fit: contain;
|
|
2401
2402
|
object-fit: contain;
|
|
@@ -617,6 +617,9 @@ video {
|
|
|
617
617
|
.theme-designCom .tw-m-3 {
|
|
618
618
|
margin: 0.75rem;
|
|
619
619
|
}
|
|
620
|
+
.theme-designCom .tw-m-4 {
|
|
621
|
+
margin: 1rem;
|
|
622
|
+
}
|
|
620
623
|
.theme-designCom .tw-m-5 {
|
|
621
624
|
margin: 1.25rem;
|
|
622
625
|
}
|
|
@@ -2147,6 +2150,10 @@ video {
|
|
|
2147
2150
|
--tw-text-opacity: 1;
|
|
2148
2151
|
color: rgb(23 23 23 / var(--tw-text-opacity));
|
|
2149
2152
|
}
|
|
2153
|
+
.theme-designCom .hover\:tw-text-primary-600:hover {
|
|
2154
|
+
--tw-text-opacity: 1;
|
|
2155
|
+
color: rgb(50 71 197 / var(--tw-text-opacity));
|
|
2156
|
+
}
|
|
2150
2157
|
.theme-designCom .hover\:tw-text-secondary-500:hover {
|
|
2151
2158
|
--tw-text-opacity: 1;
|
|
2152
2159
|
color: rgb(61 61 61 / var(--tw-text-opacity));
|
|
@@ -2343,9 +2350,6 @@ video {
|
|
|
2343
2350
|
.theme-designCom .md\:tw-w-full {
|
|
2344
2351
|
width: 100%;
|
|
2345
2352
|
}
|
|
2346
|
-
.theme-designCom .md\:tw-max-w-40 {
|
|
2347
|
-
max-width: 10rem;
|
|
2348
|
-
}
|
|
2349
2353
|
.theme-designCom .md\:tw-max-w-full {
|
|
2350
2354
|
max-width: 100%;
|
|
2351
2355
|
}
|
|
@@ -2393,9 +2397,6 @@ video {
|
|
|
2393
2397
|
border-top-right-radius: 0px;
|
|
2394
2398
|
border-bottom-right-radius: 0px;
|
|
2395
2399
|
}
|
|
2396
|
-
.theme-designCom .md\:tw-border-none {
|
|
2397
|
-
border-style: none;
|
|
2398
|
-
}
|
|
2399
2400
|
.theme-designCom .md\:tw-object-contain {
|
|
2400
2401
|
-o-object-fit: contain;
|
|
2401
2402
|
object-fit: contain;
|
|
@@ -617,6 +617,9 @@ video {
|
|
|
617
617
|
.theme-designCrowd .tw-m-3 {
|
|
618
618
|
margin: 0.75rem;
|
|
619
619
|
}
|
|
620
|
+
.theme-designCrowd .tw-m-4 {
|
|
621
|
+
margin: 1rem;
|
|
622
|
+
}
|
|
620
623
|
.theme-designCrowd .tw-m-5 {
|
|
621
624
|
margin: 1.25rem;
|
|
622
625
|
}
|
|
@@ -2147,6 +2150,10 @@ video {
|
|
|
2147
2150
|
--tw-text-opacity: 1;
|
|
2148
2151
|
color: rgb(39 52 56 / var(--tw-text-opacity));
|
|
2149
2152
|
}
|
|
2153
|
+
.theme-designCrowd .hover\:tw-text-primary-600:hover {
|
|
2154
|
+
--tw-text-opacity: 1;
|
|
2155
|
+
color: rgb(14 121 188 / var(--tw-text-opacity));
|
|
2156
|
+
}
|
|
2150
2157
|
.theme-designCrowd .hover\:tw-text-secondary-500:hover {
|
|
2151
2158
|
--tw-text-opacity: 1;
|
|
2152
2159
|
color: rgb(93 109 129 / var(--tw-text-opacity));
|
|
@@ -2343,9 +2350,6 @@ video {
|
|
|
2343
2350
|
.theme-designCrowd .md\:tw-w-full {
|
|
2344
2351
|
width: 100%;
|
|
2345
2352
|
}
|
|
2346
|
-
.theme-designCrowd .md\:tw-max-w-40 {
|
|
2347
|
-
max-width: 10rem;
|
|
2348
|
-
}
|
|
2349
2353
|
.theme-designCrowd .md\:tw-max-w-full {
|
|
2350
2354
|
max-width: 100%;
|
|
2351
2355
|
}
|
|
@@ -2393,9 +2397,6 @@ video {
|
|
|
2393
2397
|
border-top-right-radius: 0px;
|
|
2394
2398
|
border-bottom-right-radius: 0px;
|
|
2395
2399
|
}
|
|
2396
|
-
.theme-designCrowd .md\:tw-border-none {
|
|
2397
|
-
border-style: none;
|
|
2398
|
-
}
|
|
2399
2400
|
.theme-designCrowd .md\:tw-object-contain {
|
|
2400
2401
|
-o-object-fit: contain;
|
|
2401
2402
|
object-fit: contain;
|
|
@@ -414,6 +414,8 @@ import IconWebsitesUpgradeToVideos from './icons/websites/upgrade-to-videos.vue'
|
|
|
414
414
|
import IconWebsitesUpgradeToMaps from './icons/websites/upgrade-to-maps.vue';
|
|
415
415
|
import IconWebsitesUpgradeToGoogleAd from './icons/websites/upgrade-to-google-ad.vue';
|
|
416
416
|
|
|
417
|
+
import IconGroup from './icons/group.vue';
|
|
418
|
+
|
|
417
419
|
export default {
|
|
418
420
|
components: {
|
|
419
421
|
IconFile,
|
|
@@ -696,6 +698,8 @@ export default {
|
|
|
696
698
|
IconBan,
|
|
697
699
|
IconShape,
|
|
698
700
|
|
|
701
|
+
IconGroup,
|
|
702
|
+
|
|
699
703
|
// Maker icons
|
|
700
704
|
IconMakerAnimate,
|
|
701
705
|
IconMakerCustomLandscape,
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M3.08437 3.86161C2.80729 4.14435 2.47917 4.28571 2.1 4.28571C1.72083 4.28571 1.39271 4.14435 1.11563 3.86161C0.838542 3.57887 0.7 3.24405 0.7 2.85714C0.7 2.47024 0.838542 2.13542 1.11563 1.85268C1.39271 1.56994 1.72083 1.42857 2.1 1.42857C2.47917 1.42857 2.80729 1.56994 3.08437 1.85268C3.36146 2.13542 3.5 2.47024 3.5 2.85714C3.5 3.24405 3.36146 3.57887 3.08437 3.86161ZM12.8844 3.86161C12.6073 4.14435 12.2792 4.28571 11.9 4.28571C11.5208 4.28571 11.1927 4.14435 10.9156 3.86161C10.6385 3.57887 10.5 3.24405 10.5 2.85714C10.5 2.47024 10.6385 2.13542 10.9156 1.85268C11.1927 1.56994 11.5208 1.42857 11.9 1.42857C12.2792 1.42857 12.6073 1.56994 12.8844 1.85268C13.1615 2.13542 13.3 2.47024 13.3 2.85714C13.3 3.24405 13.1615 3.57887 12.8844 3.86161ZM12.6 5C12.9792 5 13.3073 5.14137 13.5844 5.42411C13.8615 5.70685 14 6.04167 14 6.42857V7.14286C14 7.33631 13.9271 7.50744 13.7812 7.65625C13.65 7.79018 13.4896 7.85714 13.3 7.85714H11.8562C11.8125 7.51488 11.7177 7.1875 11.5719 6.875C11.426 6.5625 11.2365 6.2872 11.0031 6.04911C10.7698 5.79613 10.5073 5.5878 10.2156 5.42411C10.4927 5.14137 10.8208 5 11.2 5H12.6ZM8.72812 4.26339C8.24687 4.75446 7.67083 5 7 5C6.32917 5 5.75313 4.75446 5.27187 4.26339C4.79063 3.77232 4.55 3.18452 4.55 2.5C4.55 1.81548 4.79063 1.22768 5.27187 0.736607C5.75313 0.245536 6.32917 0 7 0C7.67083 0 8.24687 0.245536 8.72812 0.736607C9.20938 1.22768 9.45 1.81548 9.45 2.5C9.45 3.18452 9.20938 3.77232 8.72812 4.26339ZM8.68437 5.71429C9.38437 5.71429 9.975 5.96726 10.4563 6.47321C10.9521 6.96429 11.2 7.56696 11.2 8.28125V8.92857C11.2 9.22619 11.0979 9.47917 10.8938 9.6875C10.6896 9.89583 10.4417 10 10.15 10H3.85C3.55833 10 3.31042 9.89583 3.10625 9.6875C2.90208 9.47917 2.8 9.22619 2.8 8.92857V8.28125C2.8 7.56696 3.04063 6.96429 3.52187 6.47321C4.01771 5.96726 4.61562 5.71429 5.31563 5.71429H5.5125C5.99375 5.95238 6.48958 6.07143 7 6.07143C7.51042 6.07143 8.00625 5.95238 8.4875 5.71429H8.68437ZM3.78437 5.42411C3.34687 5.6622 2.98229 5.99702 2.69062 6.42857C2.39896 6.86012 2.21667 7.33631 2.14375 7.85714H0.7C0.510417 7.85714 0.342708 7.79018 0.196875 7.65625C0.065625 7.50744 0 7.33631 0 7.14286V6.42857C0 6.04167 0.138542 5.70685 0.415625 5.42411C0.692708 5.14137 1.02083 5 1.4 5H2.8C3.17917 5 3.50729 5.14137 3.78437 5.42411Z"
|
|
4
|
+
fill="#3D3D3D"
|
|
5
|
+
/>
|
|
6
|
+
</template>
|
|
@@ -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": "Besitzen Sie bereits eine Domain?",
|
|
37
|
+
"useExistingDomainLabel": "Meine vorhandene Domain verwenden"
|
|
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": "¿Ya tienes un dominio?",
|
|
37
|
+
"useExistingDomainLabel": "Usa mi dominio existente"
|
|
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": "Vous avez déjà un domaine?",
|
|
37
|
+
"useExistingDomainLabel": "Utiliser mon nom de domaine existant"
|
|
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": "Vous avez déjà un domaine ?",
|
|
37
|
+
"useExistingDomainLabel": "Utiliser mon nom de domaine existant"
|
|
36
38
|
},
|
|
37
39
|
"sellDomainNameList": {
|
|
38
40
|
"freeDomainButtonLabel": "Domaine gratuit",
|
|
@@ -32,7 +32,9 @@
|
|
|
32
32
|
"hasAlreadyPurchasedDomainCloseButtonLabel": "No thanks, maybe later",
|
|
33
33
|
"selectDomainDropdownPlaceholder": "Select domain name",
|
|
34
34
|
"websiteFriendlyName": "Website",
|
|
35
|
-
"digitalBusinessCardFriendlyName": "Digital Business Card"
|
|
35
|
+
"digitalBusinessCardFriendlyName": "Digital Business Card",
|
|
36
|
+
"alreadyHaveADomainLabel": "Already have a domain?",
|
|
37
|
+
"useExistingDomainLabel": "Use my existing domain"
|
|
36
38
|
},
|
|
37
39
|
"sellDomainNameList": {
|
|
38
40
|
"freeDomainButtonLabel": "Free Domain",
|
|
@@ -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": "Já tem um domínio?",
|
|
37
|
+
"useExistingDomainLabel": "Usar meu domínio existente"
|
|
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": "Já tem um domínio?",
|
|
37
|
+
"useExistingDomainLabel": "Utilizar o meu domínio existente"
|
|
36
38
|
},
|
|
37
39
|
"sellDomainNameList": {
|
|
38
40
|
"freeDomainButtonLabel": "Domínio gratuito",
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
:brand-page-type="brandPageType"
|
|
43
43
|
@on-slug-changed="onSlugChanged"
|
|
44
44
|
@internal-publish-brand-page="onInternalPublishBrandPage"
|
|
45
|
+
@on-use-existing-domain="onUseExistingDomain"
|
|
45
46
|
>
|
|
46
47
|
<template #recommended>
|
|
47
48
|
<slot name="recommended" />
|
|
@@ -287,6 +288,7 @@ export default {
|
|
|
287
288
|
'on-view-more-domains',
|
|
288
289
|
'on-slug-changed',
|
|
289
290
|
'on-show-domain-modal',
|
|
291
|
+
'on-use-existing-domain',
|
|
290
292
|
],
|
|
291
293
|
setup() {
|
|
292
294
|
return {
|
|
@@ -387,6 +389,9 @@ export default {
|
|
|
387
389
|
onSlugChanged(e) {
|
|
388
390
|
this.$emit('on-slug-changed', e);
|
|
389
391
|
},
|
|
392
|
+
onUseExistingDomain() {
|
|
393
|
+
this.$emit('on-use-existing-domain');
|
|
394
|
+
},
|
|
390
395
|
onInternalPublishBrandPage(slug, customdomain) {
|
|
391
396
|
this.$emit('internal-publish-brand-page', slug, customdomain);
|
|
392
397
|
},
|
package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.de-DE.json
CHANGED
|
@@ -1,24 +1,26 @@
|
|
|
1
1
|
{
|
|
2
|
-
"publishBrandPageModal"
|
|
3
|
-
"firstTimePublishHeaderLabel"
|
|
4
|
-
"sitePublishedLabel"
|
|
5
|
-
"publishSuccessLabel"
|
|
6
|
-
"freePublishCardTitleLabel"
|
|
7
|
-
"freePublishCardDescriptionLabel"
|
|
8
|
-
"slugInputPlaceholderYourNameLabel"
|
|
9
|
-
"slugInputPlaceholderYourBusinessNameLabel"
|
|
10
|
-
"freeDomainLabel"
|
|
11
|
-
"purchasedDomainLabel"
|
|
12
|
-
"setUrlLabel"
|
|
13
|
-
"publishLabel"
|
|
14
|
-
"viewMoreDomainLabel"
|
|
15
|
-
"viewMyWebsiteLabel"
|
|
16
|
-
"copyLabel"
|
|
17
|
-
"copySuccessLabel"
|
|
18
|
-
"publishedSuccessDescriptionLabel"
|
|
19
|
-
"hasAlreadyPurchasedDomainCloseButtonLabel"
|
|
20
|
-
"selectDomainDropdownPlaceholder"
|
|
21
|
-
"websiteFriendlyName"
|
|
22
|
-
"digitalBusinessCardFriendlyName"
|
|
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": "Besitzen Sie bereits eine Domain?",
|
|
24
|
+
"useExistingDomainLabel": "Meine vorhandene Domain verwenden"
|
|
23
25
|
}
|
|
24
26
|
}
|
package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.es-ES.json
CHANGED
|
@@ -1,24 +1,26 @@
|
|
|
1
1
|
{
|
|
2
|
-
"publishBrandPageModal"
|
|
3
|
-
"firstTimePublishHeaderLabel"
|
|
4
|
-
"sitePublishedLabel"
|
|
5
|
-
"publishSuccessLabel"
|
|
6
|
-
"freePublishCardTitleLabel"
|
|
7
|
-
"freePublishCardDescriptionLabel"
|
|
8
|
-
"slugInputPlaceholderYourNameLabel"
|
|
9
|
-
"slugInputPlaceholderYourBusinessNameLabel"
|
|
10
|
-
"freeDomainLabel"
|
|
11
|
-
"purchasedDomainLabel"
|
|
12
|
-
"setUrlLabel"
|
|
13
|
-
"publishLabel"
|
|
14
|
-
"viewMoreDomainLabel"
|
|
15
|
-
"viewMyWebsiteLabel"
|
|
16
|
-
"copyLabel"
|
|
17
|
-
"copySuccessLabel"
|
|
18
|
-
"publishedSuccessDescriptionLabel"
|
|
19
|
-
"hasAlreadyPurchasedDomainCloseButtonLabel"
|
|
20
|
-
"selectDomainDropdownPlaceholder"
|
|
21
|
-
"websiteFriendlyName"
|
|
22
|
-
"digitalBusinessCardFriendlyName"
|
|
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": "¿Ya tienes un dominio?",
|
|
24
|
+
"useExistingDomainLabel": "Usa mi dominio existente"
|
|
23
25
|
}
|
|
24
26
|
}
|
package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.fr-CA.json
CHANGED
|
@@ -1,24 +1,26 @@
|
|
|
1
1
|
{
|
|
2
|
-
"publishBrandPageModal"
|
|
3
|
-
"firstTimePublishHeaderLabel"
|
|
4
|
-
"sitePublishedLabel"
|
|
5
|
-
"publishSuccessLabel"
|
|
6
|
-
"freePublishCardTitleLabel"
|
|
7
|
-
"freePublishCardDescriptionLabel"
|
|
8
|
-
"slugInputPlaceholderYourNameLabel"
|
|
9
|
-
"slugInputPlaceholderYourBusinessNameLabel"
|
|
10
|
-
"freeDomainLabel"
|
|
11
|
-
"purchasedDomainLabel"
|
|
12
|
-
"setUrlLabel"
|
|
13
|
-
"publishLabel"
|
|
14
|
-
"viewMoreDomainLabel"
|
|
15
|
-
"viewMyWebsiteLabel"
|
|
16
|
-
"copyLabel"
|
|
17
|
-
"copySuccessLabel"
|
|
18
|
-
"publishedSuccessDescriptionLabel"
|
|
19
|
-
"hasAlreadyPurchasedDomainCloseButtonLabel"
|
|
20
|
-
"selectDomainDropdownPlaceholder"
|
|
21
|
-
"websiteFriendlyName"
|
|
22
|
-
"digitalBusinessCardFriendlyName"
|
|
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": "Vous avez déjà un domaine?",
|
|
24
|
+
"useExistingDomainLabel": "Utiliser mon nom de domaine existant"
|
|
23
25
|
}
|
|
24
26
|
}
|
package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.fr-FR.json
CHANGED
|
@@ -1,24 +1,26 @@
|
|
|
1
1
|
{
|
|
2
|
-
"publishBrandPageModal"
|
|
3
|
-
"firstTimePublishHeaderLabel"
|
|
4
|
-
"sitePublishedLabel"
|
|
5
|
-
"publishSuccessLabel"
|
|
6
|
-
"freePublishCardTitleLabel"
|
|
7
|
-
"freePublishCardDescriptionLabel"
|
|
8
|
-
"slugInputPlaceholderYourNameLabel"
|
|
9
|
-
"slugInputPlaceholderYourBusinessNameLabel"
|
|
10
|
-
"freeDomainLabel"
|
|
11
|
-
"purchasedDomainLabel"
|
|
12
|
-
"setUrlLabel"
|
|
13
|
-
"publishLabel"
|
|
14
|
-
"viewMoreDomainLabel"
|
|
15
|
-
"viewMyWebsiteLabel"
|
|
16
|
-
"copyLabel"
|
|
17
|
-
"copySuccessLabel"
|
|
18
|
-
"publishedSuccessDescriptionLabel"
|
|
19
|
-
"hasAlreadyPurchasedDomainCloseButtonLabel"
|
|
20
|
-
"selectDomainDropdownPlaceholder"
|
|
21
|
-
"websiteFriendlyName"
|
|
22
|
-
"digitalBusinessCardFriendlyName"
|
|
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": "Vous avez déjà un domaine ?",
|
|
24
|
+
"useExistingDomainLabel": "Utiliser mon nom de domaine existant"
|
|
23
25
|
}
|
|
24
26
|
}
|
|
@@ -19,6 +19,8 @@
|
|
|
19
19
|
"hasAlreadyPurchasedDomainCloseButtonLabel": "No thanks, maybe later",
|
|
20
20
|
"selectDomainDropdownPlaceholder": "Select domain name",
|
|
21
21
|
"websiteFriendlyName": "Website",
|
|
22
|
-
"digitalBusinessCardFriendlyName": "Digital Business Card"
|
|
22
|
+
"digitalBusinessCardFriendlyName": "Digital Business Card",
|
|
23
|
+
"alreadyHaveADomainLabel": "Already have a domain?",
|
|
24
|
+
"useExistingDomainLabel": "Use my existing domain"
|
|
23
25
|
}
|
|
24
26
|
}
|
package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.pt-BR.json
CHANGED
|
@@ -1,24 +1,26 @@
|
|
|
1
1
|
{
|
|
2
|
-
"publishBrandPageModal"
|
|
3
|
-
"firstTimePublishHeaderLabel"
|
|
4
|
-
"sitePublishedLabel"
|
|
5
|
-
"publishSuccessLabel"
|
|
6
|
-
"freePublishCardTitleLabel"
|
|
7
|
-
"freePublishCardDescriptionLabel"
|
|
8
|
-
"slugInputPlaceholderYourNameLabel"
|
|
9
|
-
"slugInputPlaceholderYourBusinessNameLabel"
|
|
10
|
-
"freeDomainLabel"
|
|
11
|
-
"purchasedDomainLabel"
|
|
12
|
-
"setUrlLabel"
|
|
13
|
-
"publishLabel"
|
|
14
|
-
"viewMoreDomainLabel"
|
|
15
|
-
"viewMyWebsiteLabel"
|
|
16
|
-
"copyLabel"
|
|
17
|
-
"copySuccessLabel"
|
|
18
|
-
"publishedSuccessDescriptionLabel"
|
|
19
|
-
"hasAlreadyPurchasedDomainCloseButtonLabel"
|
|
20
|
-
"selectDomainDropdownPlaceholder"
|
|
21
|
-
"websiteFriendlyName"
|
|
22
|
-
"digitalBusinessCardFriendlyName"
|
|
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": "Já tem um domínio?",
|
|
24
|
+
"useExistingDomainLabel": "Usar meu domínio existente"
|
|
23
25
|
}
|
|
24
26
|
}
|
package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.pt-PT.json
CHANGED
|
@@ -1,24 +1,26 @@
|
|
|
1
1
|
{
|
|
2
|
-
"publishBrandPageModal"
|
|
3
|
-
"firstTimePublishHeaderLabel"
|
|
4
|
-
"sitePublishedLabel"
|
|
5
|
-
"publishSuccessLabel"
|
|
6
|
-
"freePublishCardTitleLabel"
|
|
7
|
-
"freePublishCardDescriptionLabel"
|
|
8
|
-
"slugInputPlaceholderYourNameLabel"
|
|
9
|
-
"slugInputPlaceholderYourBusinessNameLabel"
|
|
10
|
-
"freeDomainLabel"
|
|
11
|
-
"purchasedDomainLabel"
|
|
12
|
-
"setUrlLabel"
|
|
13
|
-
"publishLabel"
|
|
14
|
-
"viewMoreDomainLabel"
|
|
15
|
-
"viewMyWebsiteLabel"
|
|
16
|
-
"copyLabel"
|
|
17
|
-
"copySuccessLabel"
|
|
18
|
-
"publishedSuccessDescriptionLabel"
|
|
19
|
-
"hasAlreadyPurchasedDomainCloseButtonLabel"
|
|
20
|
-
"selectDomainDropdownPlaceholder"
|
|
21
|
-
"websiteFriendlyName"
|
|
22
|
-
"digitalBusinessCardFriendlyName"
|
|
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": "Já tem um domínio?",
|
|
24
|
+
"useExistingDomainLabel": "Utilizar o meu domínio existente"
|
|
23
25
|
}
|
|
24
26
|
}
|
|
@@ -46,6 +46,14 @@
|
|
|
46
46
|
<div class="tw-mt-4">
|
|
47
47
|
<slot name="recommended" />
|
|
48
48
|
</div>
|
|
49
|
+
<div class="tw-m-4 tw-text-center">
|
|
50
|
+
<p :class="{ 'tw-text-grayscale-600': isDesignCom }">
|
|
51
|
+
{{ alreadyHaveADomainLabel }}
|
|
52
|
+
<a href="#" class="tw-text-primary-500 hover:tw-text-primary-600" @click.prevent="onUseExistingDomain">{{
|
|
53
|
+
useExistingDomainLabel
|
|
54
|
+
}}</a>
|
|
55
|
+
</p>
|
|
56
|
+
</div>
|
|
49
57
|
</div>
|
|
50
58
|
</template>
|
|
51
59
|
<script>
|
|
@@ -107,7 +115,7 @@ export default {
|
|
|
107
115
|
default: '',
|
|
108
116
|
},
|
|
109
117
|
},
|
|
110
|
-
emits: ['internal-publish-brand-page', 'on-slug-changed'],
|
|
118
|
+
emits: ['internal-publish-brand-page', 'on-slug-changed', 'on-use-existing-domain'],
|
|
111
119
|
setup() {
|
|
112
120
|
return {
|
|
113
121
|
publishBrandPageModalTr,
|
|
@@ -116,6 +124,8 @@ export default {
|
|
|
116
124
|
slugInputPlaceholderYourNameLabel: publishBrandPageModalTr('slugInputPlaceholderYourNameLabel'),
|
|
117
125
|
slugInputPlaceholderYourBusinessNameLabel: publishBrandPageModalTr('slugInputPlaceholderYourBusinessNameLabel'),
|
|
118
126
|
publishLabel: publishBrandPageModalTr('publishLabel'),
|
|
127
|
+
alreadyHaveADomainLabel: publishBrandPageModalTr('alreadyHaveADomainLabel'),
|
|
128
|
+
useExistingDomainLabel: publishBrandPageModalTr('useExistingDomainLabel'),
|
|
119
129
|
};
|
|
120
130
|
},
|
|
121
131
|
data() {
|
|
@@ -163,6 +173,9 @@ export default {
|
|
|
163
173
|
onPublish() {
|
|
164
174
|
this.$emit('internal-publish-brand-page', this.internalSlug);
|
|
165
175
|
},
|
|
176
|
+
onUseExistingDomain() {
|
|
177
|
+
this.$emit('on-use-existing-domain');
|
|
178
|
+
},
|
|
166
179
|
},
|
|
167
180
|
};
|
|
168
181
|
</script>
|
package/src/experiences/components/WebsitesContextualUpgradeModal/WebsiteContextualUpgradeModal.vue
CHANGED
|
@@ -73,6 +73,7 @@ import Modal from '../../../atoms/components/Modal/Modal.vue';
|
|
|
73
73
|
import Button from '../../../atoms/components/Button/Button.vue';
|
|
74
74
|
import Icon from '../../../atoms/components/Icon/Icon.vue';
|
|
75
75
|
import { websiteContextualUpgradeModalTr } from '../../../useSharedLibTranslate';
|
|
76
|
+
import { WEBSITE_UPGRADE_CONTEXT_TYPES, type WebsiteContextUpgradeType } from '../../models/WebsiteContextualModel';
|
|
76
77
|
|
|
77
78
|
const titleText: Ref<string> = ref('');
|
|
78
79
|
const descriptionText: Ref<string> = ref('');
|
|
@@ -80,24 +81,12 @@ const iconName: Ref<string> = ref('');
|
|
|
80
81
|
const upgradeButtonText: Ref<string> = ref('');
|
|
81
82
|
const features: Ref<string[]> = ref([]);
|
|
82
83
|
|
|
83
|
-
const CONTEXT_TYPES = {
|
|
84
|
-
ContactForm: 'ContactForm',
|
|
85
|
-
Videos: 'Videos',
|
|
86
|
-
Maps: 'Maps',
|
|
87
|
-
AddPage: 'AddPage',
|
|
88
|
-
Publish: 'Publish',
|
|
89
|
-
RemoveWatermark: 'RemoveWatermark',
|
|
90
|
-
GoogleAd: 'GoogleAd',
|
|
91
|
-
} as const;
|
|
92
|
-
|
|
93
|
-
type ContextUpgradeType = keyof typeof CONTEXT_TYPES;
|
|
94
|
-
|
|
95
84
|
const props = defineProps<{
|
|
96
85
|
isUpgradeModalVisible: boolean;
|
|
97
86
|
isDesignCom: boolean;
|
|
98
87
|
upgradeUrl: string;
|
|
99
88
|
brandPageType: string;
|
|
100
|
-
contextType:
|
|
89
|
+
contextType: WebsiteContextUpgradeType;
|
|
101
90
|
}>();
|
|
102
91
|
|
|
103
92
|
const FEATURE_KEYS = {
|
|
@@ -161,9 +150,9 @@ const toKebabCase = (value: string) =>
|
|
|
161
150
|
|
|
162
151
|
const getFeatureOrder = (websiteName: string) => {
|
|
163
152
|
const contextTypeKey =
|
|
164
|
-
props.contextType ===
|
|
165
|
-
props.contextType ===
|
|
166
|
-
props.contextType ===
|
|
153
|
+
props.contextType === WEBSITE_UPGRADE_CONTEXT_TYPES.Maps ||
|
|
154
|
+
props.contextType === WEBSITE_UPGRADE_CONTEXT_TYPES.Videos ||
|
|
155
|
+
props.contextType === WEBSITE_UPGRADE_CONTEXT_TYPES.ContactForm
|
|
167
156
|
? 'PremiumContent'
|
|
168
157
|
: props.contextType;
|
|
169
158
|
|
|
@@ -201,7 +190,7 @@ const onUpgradeClick = () => {
|
|
|
201
190
|
</script>
|
|
202
191
|
<style scoped>
|
|
203
192
|
.bottom-bar {
|
|
204
|
-
@apply tw-absolute tw-p-4 tw-bottom-0 tw-left-0 tw-w-full tw-border-t tw-border-
|
|
193
|
+
@apply tw-absolute tw-p-4 tw-bottom-0 tw-left-0 tw-w-full tw-border-t tw-border-gray-300 md:tw-p-0 md:tw-relative md:tw-border-none;
|
|
205
194
|
}
|
|
206
195
|
.button-size {
|
|
207
196
|
@apply tw-w-full md:tw-max-w-40;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export const WEBSITE_UPGRADE_CONTEXT_TYPES = {
|
|
2
|
+
ContactForm: 'ContactForm',
|
|
3
|
+
Videos: 'Videos',
|
|
4
|
+
Maps: 'Maps',
|
|
5
|
+
AddPage: 'AddPage',
|
|
6
|
+
Publish: 'Publish',
|
|
7
|
+
RemoveWatermark: 'RemoveWatermark',
|
|
8
|
+
GoogleAd: 'GoogleAd',
|
|
9
|
+
} as const;
|
|
10
|
+
|
|
11
|
+
export type WebsiteContextUpgradeType = keyof typeof WEBSITE_UPGRADE_CONTEXT_TYPES;
|