@designcrowd/fe-shared-lib 1.5.9-kp-4550-3 → 1.5.9-kp-4550-5
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 +27 -7
- package/dist/css/tailwind-brandPage.css +27 -3
- package/dist/css/tailwind-crazyDomains.css +27 -7
- package/dist/css/tailwind-designCom.css +27 -7
- package/dist/css/tailwind-designCrowd.css +27 -7
- package/package.json +1 -1
- package/src/bundles/bundled-translations.de-DE.json +1 -1
- package/src/bundles/bundled-translations.es-ES.json +1 -1
- package/src/bundles/bundled-translations.fr-CA.json +1 -1
- package/src/bundles/bundled-translations.fr-FR.json +1 -1
- package/src/bundles/bundled-translations.json +1 -1
- package/src/bundles/bundled-translations.pt-BR.json +1 -1
- package/src/bundles/bundled-translations.pt-PT.json +1 -1
- package/src/experiences/components/WebsitesContextualUpgradeModal/WebsiteContextualUpgradeModal.vue +2 -3
- package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.de-DE.json +1 -1
- package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.es-ES.json +1 -1
- package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.fr-CA.json +1 -1
- package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.fr-FR.json +1 -1
- package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.json +1 -1
- package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.pt-BR.json +1 -1
- package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.pt-PT.json +1 -1
|
@@ -617,9 +617,6 @@ video {
|
|
|
617
617
|
.tw-m-3 {
|
|
618
618
|
margin: 0.75rem;
|
|
619
619
|
}
|
|
620
|
-
.tw-m-4 {
|
|
621
|
-
margin: 1rem;
|
|
622
|
-
}
|
|
623
620
|
.tw-m-5 {
|
|
624
621
|
margin: 1.25rem;
|
|
625
622
|
}
|
|
@@ -959,6 +956,9 @@ video {
|
|
|
959
956
|
.tw-max-w-2xl {
|
|
960
957
|
max-width: 42rem;
|
|
961
958
|
}
|
|
959
|
+
.tw-max-w-3xl {
|
|
960
|
+
max-width: 48rem;
|
|
961
|
+
}
|
|
962
962
|
.tw-max-w-full {
|
|
963
963
|
max-width: 100%;
|
|
964
964
|
}
|
|
@@ -1817,6 +1817,10 @@ video {
|
|
|
1817
1817
|
font-size: 1.5rem;
|
|
1818
1818
|
line-height: 2rem;
|
|
1819
1819
|
}
|
|
1820
|
+
.tw-text-3xl {
|
|
1821
|
+
font-size: 1.875rem;
|
|
1822
|
+
line-height: 2.25rem;
|
|
1823
|
+
}
|
|
1820
1824
|
.tw-text-4xl {
|
|
1821
1825
|
font-size: 2.25rem;
|
|
1822
1826
|
line-height: 2.5rem;
|
|
@@ -2143,10 +2147,6 @@ video {
|
|
|
2143
2147
|
--tw-text-opacity: 1;
|
|
2144
2148
|
color: rgb(17 21 23 / var(--tw-text-opacity));
|
|
2145
2149
|
}
|
|
2146
|
-
.hover\:tw-text-primary-600:hover {
|
|
2147
|
-
--tw-text-opacity: 1;
|
|
2148
|
-
color: rgb(194 22 50 / var(--tw-text-opacity));
|
|
2149
|
-
}
|
|
2150
2150
|
.hover\:tw-text-secondary-500:hover {
|
|
2151
2151
|
--tw-text-opacity: 1;
|
|
2152
2152
|
color: rgb(89 89 89 / var(--tw-text-opacity));
|
|
@@ -2305,6 +2305,10 @@ video {
|
|
|
2305
2305
|
right: 1.5rem;
|
|
2306
2306
|
}
|
|
2307
2307
|
|
|
2308
|
+
.md\:tw-order-first {
|
|
2309
|
+
order: -9999;
|
|
2310
|
+
}
|
|
2311
|
+
|
|
2308
2312
|
.md\:tw-mb-0 {
|
|
2309
2313
|
margin-bottom: 0px;
|
|
2310
2314
|
}
|
|
@@ -2369,6 +2373,10 @@ video {
|
|
|
2369
2373
|
width: 6rem;
|
|
2370
2374
|
}
|
|
2371
2375
|
|
|
2376
|
+
.md\:tw-w-3\/4 {
|
|
2377
|
+
width: 75%;
|
|
2378
|
+
}
|
|
2379
|
+
|
|
2372
2380
|
.md\:tw-w-auto {
|
|
2373
2381
|
width: auto;
|
|
2374
2382
|
}
|
|
@@ -2377,10 +2385,18 @@ video {
|
|
|
2377
2385
|
width: 100%;
|
|
2378
2386
|
}
|
|
2379
2387
|
|
|
2388
|
+
.md\:tw-max-w-40 {
|
|
2389
|
+
max-width: 10rem;
|
|
2390
|
+
}
|
|
2391
|
+
|
|
2380
2392
|
.md\:tw-max-w-full {
|
|
2381
2393
|
max-width: 100%;
|
|
2382
2394
|
}
|
|
2383
2395
|
|
|
2396
|
+
.md\:tw-flex-1 {
|
|
2397
|
+
flex: 1 1 0%;
|
|
2398
|
+
}
|
|
2399
|
+
|
|
2384
2400
|
.md\:tw-grow {
|
|
2385
2401
|
flex-grow: 1;
|
|
2386
2402
|
}
|
|
@@ -2476,6 +2492,10 @@ video {
|
|
|
2476
2492
|
padding-bottom: 0.5rem;
|
|
2477
2493
|
}
|
|
2478
2494
|
|
|
2495
|
+
.md\:tw-pb-0 {
|
|
2496
|
+
padding-bottom: 0px;
|
|
2497
|
+
}
|
|
2498
|
+
|
|
2479
2499
|
.md\:tw-pl-4 {
|
|
2480
2500
|
padding-left: 1rem;
|
|
2481
2501
|
}
|
|
@@ -617,9 +617,6 @@ video {
|
|
|
617
617
|
.tw-m-3 {
|
|
618
618
|
margin: 0.75rem;
|
|
619
619
|
}
|
|
620
|
-
.tw-m-4 {
|
|
621
|
-
margin: 1rem;
|
|
622
|
-
}
|
|
623
620
|
.tw-m-5 {
|
|
624
621
|
margin: 1.25rem;
|
|
625
622
|
}
|
|
@@ -959,6 +956,9 @@ video {
|
|
|
959
956
|
.tw-max-w-2xl {
|
|
960
957
|
max-width: 42rem;
|
|
961
958
|
}
|
|
959
|
+
.tw-max-w-3xl {
|
|
960
|
+
max-width: 48rem;
|
|
961
|
+
}
|
|
962
962
|
.tw-max-w-full {
|
|
963
963
|
max-width: 100%;
|
|
964
964
|
}
|
|
@@ -1665,6 +1665,10 @@ video {
|
|
|
1665
1665
|
font-size: 1.5rem;
|
|
1666
1666
|
line-height: 2rem;
|
|
1667
1667
|
}
|
|
1668
|
+
.tw-text-3xl {
|
|
1669
|
+
font-size: 1.875rem;
|
|
1670
|
+
line-height: 2.25rem;
|
|
1671
|
+
}
|
|
1668
1672
|
.tw-text-4xl {
|
|
1669
1673
|
font-size: 2.25rem;
|
|
1670
1674
|
line-height: 2.5rem;
|
|
@@ -1985,6 +1989,10 @@ video {
|
|
|
1985
1989
|
right: 1.5rem;
|
|
1986
1990
|
}
|
|
1987
1991
|
|
|
1992
|
+
.md\:tw-order-first {
|
|
1993
|
+
order: -9999;
|
|
1994
|
+
}
|
|
1995
|
+
|
|
1988
1996
|
.md\:tw-mb-0 {
|
|
1989
1997
|
margin-bottom: 0px;
|
|
1990
1998
|
}
|
|
@@ -2049,6 +2057,10 @@ video {
|
|
|
2049
2057
|
width: 6rem;
|
|
2050
2058
|
}
|
|
2051
2059
|
|
|
2060
|
+
.md\:tw-w-3\/4 {
|
|
2061
|
+
width: 75%;
|
|
2062
|
+
}
|
|
2063
|
+
|
|
2052
2064
|
.md\:tw-w-auto {
|
|
2053
2065
|
width: auto;
|
|
2054
2066
|
}
|
|
@@ -2057,10 +2069,18 @@ video {
|
|
|
2057
2069
|
width: 100%;
|
|
2058
2070
|
}
|
|
2059
2071
|
|
|
2072
|
+
.md\:tw-max-w-40 {
|
|
2073
|
+
max-width: 10rem;
|
|
2074
|
+
}
|
|
2075
|
+
|
|
2060
2076
|
.md\:tw-max-w-full {
|
|
2061
2077
|
max-width: 100%;
|
|
2062
2078
|
}
|
|
2063
2079
|
|
|
2080
|
+
.md\:tw-flex-1 {
|
|
2081
|
+
flex: 1 1 0%;
|
|
2082
|
+
}
|
|
2083
|
+
|
|
2064
2084
|
.md\:tw-grow {
|
|
2065
2085
|
flex-grow: 1;
|
|
2066
2086
|
}
|
|
@@ -2156,6 +2176,10 @@ video {
|
|
|
2156
2176
|
padding-bottom: 0.5rem;
|
|
2157
2177
|
}
|
|
2158
2178
|
|
|
2179
|
+
.md\:tw-pb-0 {
|
|
2180
|
+
padding-bottom: 0px;
|
|
2181
|
+
}
|
|
2182
|
+
|
|
2159
2183
|
.md\:tw-pl-4 {
|
|
2160
2184
|
padding-left: 1rem;
|
|
2161
2185
|
}
|
|
@@ -617,9 +617,6 @@ video {
|
|
|
617
617
|
.tw-m-3 {
|
|
618
618
|
margin: 0.75rem;
|
|
619
619
|
}
|
|
620
|
-
.tw-m-4 {
|
|
621
|
-
margin: 1rem;
|
|
622
|
-
}
|
|
623
620
|
.tw-m-5 {
|
|
624
621
|
margin: 1.25rem;
|
|
625
622
|
}
|
|
@@ -959,6 +956,9 @@ video {
|
|
|
959
956
|
.tw-max-w-2xl {
|
|
960
957
|
max-width: 42rem;
|
|
961
958
|
}
|
|
959
|
+
.tw-max-w-3xl {
|
|
960
|
+
max-width: 48rem;
|
|
961
|
+
}
|
|
962
962
|
.tw-max-w-full {
|
|
963
963
|
max-width: 100%;
|
|
964
964
|
}
|
|
@@ -1817,6 +1817,10 @@ video {
|
|
|
1817
1817
|
font-size: 1.5rem;
|
|
1818
1818
|
line-height: 2rem;
|
|
1819
1819
|
}
|
|
1820
|
+
.tw-text-3xl {
|
|
1821
|
+
font-size: 1.875rem;
|
|
1822
|
+
line-height: 2.25rem;
|
|
1823
|
+
}
|
|
1820
1824
|
.tw-text-4xl {
|
|
1821
1825
|
font-size: 2.25rem;
|
|
1822
1826
|
line-height: 2.5rem;
|
|
@@ -2143,10 +2147,6 @@ video {
|
|
|
2143
2147
|
--tw-text-opacity: 1;
|
|
2144
2148
|
color: rgb(79 89 92 / var(--tw-text-opacity));
|
|
2145
2149
|
}
|
|
2146
|
-
.hover\:tw-text-primary-600:hover {
|
|
2147
|
-
--tw-text-opacity: 1;
|
|
2148
|
-
color: rgb(89 138 38 / var(--tw-text-opacity));
|
|
2149
|
-
}
|
|
2150
2150
|
.hover\:tw-text-secondary-500:hover {
|
|
2151
2151
|
--tw-text-opacity: 1;
|
|
2152
2152
|
color: rgb(72 72 72 / var(--tw-text-opacity));
|
|
@@ -2305,6 +2305,10 @@ video {
|
|
|
2305
2305
|
right: 1.5rem;
|
|
2306
2306
|
}
|
|
2307
2307
|
|
|
2308
|
+
.md\:tw-order-first {
|
|
2309
|
+
order: -9999;
|
|
2310
|
+
}
|
|
2311
|
+
|
|
2308
2312
|
.md\:tw-mb-0 {
|
|
2309
2313
|
margin-bottom: 0px;
|
|
2310
2314
|
}
|
|
@@ -2369,6 +2373,10 @@ video {
|
|
|
2369
2373
|
width: 6rem;
|
|
2370
2374
|
}
|
|
2371
2375
|
|
|
2376
|
+
.md\:tw-w-3\/4 {
|
|
2377
|
+
width: 75%;
|
|
2378
|
+
}
|
|
2379
|
+
|
|
2372
2380
|
.md\:tw-w-auto {
|
|
2373
2381
|
width: auto;
|
|
2374
2382
|
}
|
|
@@ -2377,10 +2385,18 @@ video {
|
|
|
2377
2385
|
width: 100%;
|
|
2378
2386
|
}
|
|
2379
2387
|
|
|
2388
|
+
.md\:tw-max-w-40 {
|
|
2389
|
+
max-width: 10rem;
|
|
2390
|
+
}
|
|
2391
|
+
|
|
2380
2392
|
.md\:tw-max-w-full {
|
|
2381
2393
|
max-width: 100%;
|
|
2382
2394
|
}
|
|
2383
2395
|
|
|
2396
|
+
.md\:tw-flex-1 {
|
|
2397
|
+
flex: 1 1 0%;
|
|
2398
|
+
}
|
|
2399
|
+
|
|
2384
2400
|
.md\:tw-grow {
|
|
2385
2401
|
flex-grow: 1;
|
|
2386
2402
|
}
|
|
@@ -2476,6 +2492,10 @@ video {
|
|
|
2476
2492
|
padding-bottom: 0.5rem;
|
|
2477
2493
|
}
|
|
2478
2494
|
|
|
2495
|
+
.md\:tw-pb-0 {
|
|
2496
|
+
padding-bottom: 0px;
|
|
2497
|
+
}
|
|
2498
|
+
|
|
2479
2499
|
.md\:tw-pl-4 {
|
|
2480
2500
|
padding-left: 1rem;
|
|
2481
2501
|
}
|
|
@@ -617,9 +617,6 @@ video {
|
|
|
617
617
|
.tw-m-3 {
|
|
618
618
|
margin: 0.75rem;
|
|
619
619
|
}
|
|
620
|
-
.tw-m-4 {
|
|
621
|
-
margin: 1rem;
|
|
622
|
-
}
|
|
623
620
|
.tw-m-5 {
|
|
624
621
|
margin: 1.25rem;
|
|
625
622
|
}
|
|
@@ -959,6 +956,9 @@ video {
|
|
|
959
956
|
.tw-max-w-2xl {
|
|
960
957
|
max-width: 42rem;
|
|
961
958
|
}
|
|
959
|
+
.tw-max-w-3xl {
|
|
960
|
+
max-width: 48rem;
|
|
961
|
+
}
|
|
962
962
|
.tw-max-w-full {
|
|
963
963
|
max-width: 100%;
|
|
964
964
|
}
|
|
@@ -1817,6 +1817,10 @@ video {
|
|
|
1817
1817
|
font-size: 1.5rem;
|
|
1818
1818
|
line-height: 2rem;
|
|
1819
1819
|
}
|
|
1820
|
+
.tw-text-3xl {
|
|
1821
|
+
font-size: 1.875rem;
|
|
1822
|
+
line-height: 2.25rem;
|
|
1823
|
+
}
|
|
1820
1824
|
.tw-text-4xl {
|
|
1821
1825
|
font-size: 2.25rem;
|
|
1822
1826
|
line-height: 2.5rem;
|
|
@@ -2143,10 +2147,6 @@ video {
|
|
|
2143
2147
|
--tw-text-opacity: 1;
|
|
2144
2148
|
color: rgb(23 23 23 / var(--tw-text-opacity));
|
|
2145
2149
|
}
|
|
2146
|
-
.hover\:tw-text-primary-600:hover {
|
|
2147
|
-
--tw-text-opacity: 1;
|
|
2148
|
-
color: rgb(50 71 197 / var(--tw-text-opacity));
|
|
2149
|
-
}
|
|
2150
2150
|
.hover\:tw-text-secondary-500:hover {
|
|
2151
2151
|
--tw-text-opacity: 1;
|
|
2152
2152
|
color: rgb(61 61 61 / var(--tw-text-opacity));
|
|
@@ -2305,6 +2305,10 @@ video {
|
|
|
2305
2305
|
right: 1.5rem;
|
|
2306
2306
|
}
|
|
2307
2307
|
|
|
2308
|
+
.md\:tw-order-first {
|
|
2309
|
+
order: -9999;
|
|
2310
|
+
}
|
|
2311
|
+
|
|
2308
2312
|
.md\:tw-mb-0 {
|
|
2309
2313
|
margin-bottom: 0px;
|
|
2310
2314
|
}
|
|
@@ -2369,6 +2373,10 @@ video {
|
|
|
2369
2373
|
width: 6rem;
|
|
2370
2374
|
}
|
|
2371
2375
|
|
|
2376
|
+
.md\:tw-w-3\/4 {
|
|
2377
|
+
width: 75%;
|
|
2378
|
+
}
|
|
2379
|
+
|
|
2372
2380
|
.md\:tw-w-auto {
|
|
2373
2381
|
width: auto;
|
|
2374
2382
|
}
|
|
@@ -2377,10 +2385,18 @@ video {
|
|
|
2377
2385
|
width: 100%;
|
|
2378
2386
|
}
|
|
2379
2387
|
|
|
2388
|
+
.md\:tw-max-w-40 {
|
|
2389
|
+
max-width: 10rem;
|
|
2390
|
+
}
|
|
2391
|
+
|
|
2380
2392
|
.md\:tw-max-w-full {
|
|
2381
2393
|
max-width: 100%;
|
|
2382
2394
|
}
|
|
2383
2395
|
|
|
2396
|
+
.md\:tw-flex-1 {
|
|
2397
|
+
flex: 1 1 0%;
|
|
2398
|
+
}
|
|
2399
|
+
|
|
2384
2400
|
.md\:tw-grow {
|
|
2385
2401
|
flex-grow: 1;
|
|
2386
2402
|
}
|
|
@@ -2476,6 +2492,10 @@ video {
|
|
|
2476
2492
|
padding-bottom: 0.5rem;
|
|
2477
2493
|
}
|
|
2478
2494
|
|
|
2495
|
+
.md\:tw-pb-0 {
|
|
2496
|
+
padding-bottom: 0px;
|
|
2497
|
+
}
|
|
2498
|
+
|
|
2479
2499
|
.md\:tw-pl-4 {
|
|
2480
2500
|
padding-left: 1rem;
|
|
2481
2501
|
}
|
|
@@ -617,9 +617,6 @@ video {
|
|
|
617
617
|
.tw-m-3 {
|
|
618
618
|
margin: 0.75rem;
|
|
619
619
|
}
|
|
620
|
-
.tw-m-4 {
|
|
621
|
-
margin: 1rem;
|
|
622
|
-
}
|
|
623
620
|
.tw-m-5 {
|
|
624
621
|
margin: 1.25rem;
|
|
625
622
|
}
|
|
@@ -959,6 +956,9 @@ video {
|
|
|
959
956
|
.tw-max-w-2xl {
|
|
960
957
|
max-width: 42rem;
|
|
961
958
|
}
|
|
959
|
+
.tw-max-w-3xl {
|
|
960
|
+
max-width: 48rem;
|
|
961
|
+
}
|
|
962
962
|
.tw-max-w-full {
|
|
963
963
|
max-width: 100%;
|
|
964
964
|
}
|
|
@@ -1817,6 +1817,10 @@ video {
|
|
|
1817
1817
|
font-size: 1.5rem;
|
|
1818
1818
|
line-height: 2rem;
|
|
1819
1819
|
}
|
|
1820
|
+
.tw-text-3xl {
|
|
1821
|
+
font-size: 1.875rem;
|
|
1822
|
+
line-height: 2.25rem;
|
|
1823
|
+
}
|
|
1820
1824
|
.tw-text-4xl {
|
|
1821
1825
|
font-size: 2.25rem;
|
|
1822
1826
|
line-height: 2.5rem;
|
|
@@ -2143,10 +2147,6 @@ video {
|
|
|
2143
2147
|
--tw-text-opacity: 1;
|
|
2144
2148
|
color: rgb(39 52 56 / var(--tw-text-opacity));
|
|
2145
2149
|
}
|
|
2146
|
-
.hover\:tw-text-primary-600:hover {
|
|
2147
|
-
--tw-text-opacity: 1;
|
|
2148
|
-
color: rgb(14 121 188 / var(--tw-text-opacity));
|
|
2149
|
-
}
|
|
2150
2150
|
.hover\:tw-text-secondary-500:hover {
|
|
2151
2151
|
--tw-text-opacity: 1;
|
|
2152
2152
|
color: rgb(93 109 129 / var(--tw-text-opacity));
|
|
@@ -2305,6 +2305,10 @@ video {
|
|
|
2305
2305
|
right: 1.5rem;
|
|
2306
2306
|
}
|
|
2307
2307
|
|
|
2308
|
+
.md\:tw-order-first {
|
|
2309
|
+
order: -9999;
|
|
2310
|
+
}
|
|
2311
|
+
|
|
2308
2312
|
.md\:tw-mb-0 {
|
|
2309
2313
|
margin-bottom: 0px;
|
|
2310
2314
|
}
|
|
@@ -2369,6 +2373,10 @@ video {
|
|
|
2369
2373
|
width: 6rem;
|
|
2370
2374
|
}
|
|
2371
2375
|
|
|
2376
|
+
.md\:tw-w-3\/4 {
|
|
2377
|
+
width: 75%;
|
|
2378
|
+
}
|
|
2379
|
+
|
|
2372
2380
|
.md\:tw-w-auto {
|
|
2373
2381
|
width: auto;
|
|
2374
2382
|
}
|
|
@@ -2377,10 +2385,18 @@ video {
|
|
|
2377
2385
|
width: 100%;
|
|
2378
2386
|
}
|
|
2379
2387
|
|
|
2388
|
+
.md\:tw-max-w-40 {
|
|
2389
|
+
max-width: 10rem;
|
|
2390
|
+
}
|
|
2391
|
+
|
|
2380
2392
|
.md\:tw-max-w-full {
|
|
2381
2393
|
max-width: 100%;
|
|
2382
2394
|
}
|
|
2383
2395
|
|
|
2396
|
+
.md\:tw-flex-1 {
|
|
2397
|
+
flex: 1 1 0%;
|
|
2398
|
+
}
|
|
2399
|
+
|
|
2384
2400
|
.md\:tw-grow {
|
|
2385
2401
|
flex-grow: 1;
|
|
2386
2402
|
}
|
|
@@ -2476,6 +2492,10 @@ video {
|
|
|
2476
2492
|
padding-bottom: 0.5rem;
|
|
2477
2493
|
}
|
|
2478
2494
|
|
|
2495
|
+
.md\:tw-pb-0 {
|
|
2496
|
+
padding-bottom: 0px;
|
|
2497
|
+
}
|
|
2498
|
+
|
|
2479
2499
|
.md\:tw-pl-4 {
|
|
2480
2500
|
padding-left: 1rem;
|
|
2481
2501
|
}
|
package/package.json
CHANGED
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"featureUnlimitedPages": "Unlimited pages",
|
|
124
124
|
"featurePremiumContent": "Contact forms, videos and maps",
|
|
125
125
|
"featureStore": "Basic online store",
|
|
126
|
-
"featureCancelAnytime": "
|
|
126
|
+
"featureCancelAnytime": "Cancel anytime",
|
|
127
127
|
"premiumUpgradeNote": "With Premium, you'll get:"
|
|
128
128
|
}
|
|
129
129
|
}
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"featureUnlimitedPages": "Unlimited pages",
|
|
124
124
|
"featurePremiumContent": "Contact forms, videos and maps",
|
|
125
125
|
"featureStore": "Basic online store",
|
|
126
|
-
"featureCancelAnytime": "
|
|
126
|
+
"featureCancelAnytime": "Cancel anytime",
|
|
127
127
|
"premiumUpgradeNote": "With Premium, you'll get:"
|
|
128
128
|
}
|
|
129
129
|
}
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"featureUnlimitedPages": "Unlimited pages",
|
|
124
124
|
"featurePremiumContent": "Contact forms, videos and maps",
|
|
125
125
|
"featureStore": "Basic online store",
|
|
126
|
-
"featureCancelAnytime": "
|
|
126
|
+
"featureCancelAnytime": "Cancel anytime",
|
|
127
127
|
"premiumUpgradeNote": "With Premium, you'll get:"
|
|
128
128
|
}
|
|
129
129
|
}
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"featureUnlimitedPages": "Unlimited pages",
|
|
124
124
|
"featurePremiumContent": "Contact forms, videos and maps",
|
|
125
125
|
"featureStore": "Basic online store",
|
|
126
|
-
"featureCancelAnytime": "
|
|
126
|
+
"featureCancelAnytime": "Cancel anytime",
|
|
127
127
|
"premiumUpgradeNote": "With Premium, you'll get:"
|
|
128
128
|
}
|
|
129
129
|
}
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"featureUnlimitedPages": "Unlimited pages",
|
|
124
124
|
"featurePremiumContent": "Contact forms, videos and maps",
|
|
125
125
|
"featureStore": "Basic online store",
|
|
126
|
-
"featureCancelAnytime": "
|
|
126
|
+
"featureCancelAnytime": "Cancel anytime",
|
|
127
127
|
"premiumUpgradeNote": "With Premium, you'll get:"
|
|
128
128
|
}
|
|
129
129
|
}
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"featureUnlimitedPages": "Unlimited pages",
|
|
124
124
|
"featurePremiumContent": "Contact forms, videos and maps",
|
|
125
125
|
"featureStore": "Basic online store",
|
|
126
|
-
"featureCancelAnytime": "
|
|
126
|
+
"featureCancelAnytime": "Cancel anytime",
|
|
127
127
|
"premiumUpgradeNote": "With Premium, you'll get:"
|
|
128
128
|
}
|
|
129
129
|
}
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"featureUnlimitedPages": "Unlimited pages",
|
|
124
124
|
"featurePremiumContent": "Contact forms, videos and maps",
|
|
125
125
|
"featureStore": "Basic online store",
|
|
126
|
-
"featureCancelAnytime": "
|
|
126
|
+
"featureCancelAnytime": "Cancel anytime",
|
|
127
127
|
"premiumUpgradeNote": "With Premium, you'll get:"
|
|
128
128
|
}
|
|
129
129
|
}
|
package/src/experiences/components/WebsitesContextualUpgradeModal/WebsiteContextualUpgradeModal.vue
CHANGED
|
@@ -67,12 +67,11 @@
|
|
|
67
67
|
</Modal>
|
|
68
68
|
</template>
|
|
69
69
|
<script setup lang="ts">
|
|
70
|
+
import { Ref, ref } from 'vue';
|
|
70
71
|
import Modal from '../../../atoms/components/Modal/Modal.vue';
|
|
71
72
|
import Button from '../../../atoms/components/Button/Button.vue';
|
|
72
73
|
import Icon from '../../../atoms/components/Icon/Icon.vue';
|
|
73
74
|
import { websiteContextualUpgradeModalTr } from '../../../useSharedLibTranslate';
|
|
74
|
-
import { Ref, ref } from 'vue';
|
|
75
|
-
import unescape from 'lodash/unescape';
|
|
76
75
|
|
|
77
76
|
const titleText: Ref<string> = ref('');
|
|
78
77
|
const descriptionText: Ref<string> = ref('');
|
|
@@ -107,7 +106,7 @@ const initModalContent = (websiteName: string) => {
|
|
|
107
106
|
websiteContextualUpgradeModalTr('featureNoWatermark', { websiteName }),
|
|
108
107
|
websiteContextualUpgradeModalTr('featureUnlimitedPages'),
|
|
109
108
|
websiteContextualUpgradeModalTr('featurePremiumContent'),
|
|
110
|
-
|
|
109
|
+
`<div class="tw-text-success-500"><strong>${websiteContextualUpgradeModalTr('featureCancelAnytime')}</strong></div>`,
|
|
111
110
|
websiteContextualUpgradeModalTr('featureStore'),
|
|
112
111
|
];
|
|
113
112
|
};
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"featureUnlimitedPages": "Unlimited pages",
|
|
21
21
|
"featurePremiumContent": "Contact forms, videos and maps",
|
|
22
22
|
"featureStore": "Basic online store",
|
|
23
|
-
"featureCancelAnytime": "
|
|
23
|
+
"featureCancelAnytime": "Cancel anytime",
|
|
24
24
|
"premiumUpgradeNote": "With Premium, you'll get:"
|
|
25
25
|
}
|
|
26
26
|
}
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"featureUnlimitedPages": "Unlimited pages",
|
|
21
21
|
"featurePremiumContent": "Contact forms, videos and maps",
|
|
22
22
|
"featureStore": "Basic online store",
|
|
23
|
-
"featureCancelAnytime": "
|
|
23
|
+
"featureCancelAnytime": "Cancel anytime",
|
|
24
24
|
"premiumUpgradeNote": "With Premium, you'll get:"
|
|
25
25
|
}
|
|
26
26
|
}
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"featureUnlimitedPages": "Unlimited pages",
|
|
21
21
|
"featurePremiumContent": "Contact forms, videos and maps",
|
|
22
22
|
"featureStore": "Basic online store",
|
|
23
|
-
"featureCancelAnytime": "
|
|
23
|
+
"featureCancelAnytime": "Cancel anytime",
|
|
24
24
|
"premiumUpgradeNote": "With Premium, you'll get:"
|
|
25
25
|
}
|
|
26
26
|
}
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"featureUnlimitedPages": "Unlimited pages",
|
|
21
21
|
"featurePremiumContent": "Contact forms, videos and maps",
|
|
22
22
|
"featureStore": "Basic online store",
|
|
23
|
-
"featureCancelAnytime": "
|
|
23
|
+
"featureCancelAnytime": "Cancel anytime",
|
|
24
24
|
"premiumUpgradeNote": "With Premium, you'll get:"
|
|
25
25
|
}
|
|
26
26
|
}
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"featureUnlimitedPages": "Unlimited pages",
|
|
21
21
|
"featurePremiumContent": "Contact forms, videos and maps",
|
|
22
22
|
"featureStore": "Basic online store",
|
|
23
|
-
"featureCancelAnytime": "
|
|
23
|
+
"featureCancelAnytime": "Cancel anytime",
|
|
24
24
|
"premiumUpgradeNote": "With Premium, you'll get:"
|
|
25
25
|
}
|
|
26
26
|
}
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"featureUnlimitedPages": "Unlimited pages",
|
|
21
21
|
"featurePremiumContent": "Contact forms, videos and maps",
|
|
22
22
|
"featureStore": "Basic online store",
|
|
23
|
-
"featureCancelAnytime": "
|
|
23
|
+
"featureCancelAnytime": "Cancel anytime",
|
|
24
24
|
"premiumUpgradeNote": "With Premium, you'll get:"
|
|
25
25
|
}
|
|
26
26
|
}
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"featureUnlimitedPages": "Unlimited pages",
|
|
21
21
|
"featurePremiumContent": "Contact forms, videos and maps",
|
|
22
22
|
"featureStore": "Basic online store",
|
|
23
|
-
"featureCancelAnytime": "
|
|
23
|
+
"featureCancelAnytime": "Cancel anytime",
|
|
24
24
|
"premiumUpgradeNote": "With Premium, you'll get:"
|
|
25
25
|
}
|
|
26
26
|
}
|