@designcrowd/fe-shared-lib 1.5.10-kp-4 → 1.5.10-kp-6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/public/css/tailwind-brandCrowd.css +9 -0
- package/public/css/tailwind-brandPage.css +9 -0
- package/public/css/tailwind-crazyDomains.css +9 -0
- package/public/css/tailwind-designCom.css +9 -0
- package/public/css/tailwind-designCrowd.css +9 -0
- package/src/bundles/bundled-translations.json +1 -1
- package/src/experiences/components/WebsitesContextualUpgradeModal/WebsiteContextualUpgradeModal.vue +13 -3
- package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.json +1 -1
package/package.json
CHANGED
|
@@ -2277,6 +2277,9 @@ video {
|
|
|
2277
2277
|
}
|
|
2278
2278
|
}
|
|
2279
2279
|
@media (min-width: 768px) {
|
|
2280
|
+
.theme-brandCrowd .md\:tw-relative {
|
|
2281
|
+
position: relative;
|
|
2282
|
+
}
|
|
2280
2283
|
.theme-brandCrowd .md\:tw-right-6 {
|
|
2281
2284
|
right: 1.5rem;
|
|
2282
2285
|
}
|
|
@@ -2390,10 +2393,16 @@ video {
|
|
|
2390
2393
|
border-top-right-radius: 0px;
|
|
2391
2394
|
border-bottom-right-radius: 0px;
|
|
2392
2395
|
}
|
|
2396
|
+
.theme-brandCrowd .md\:tw-border-none {
|
|
2397
|
+
border-style: none;
|
|
2398
|
+
}
|
|
2393
2399
|
.theme-brandCrowd .md\:tw-object-contain {
|
|
2394
2400
|
-o-object-fit: contain;
|
|
2395
2401
|
object-fit: contain;
|
|
2396
2402
|
}
|
|
2403
|
+
.theme-brandCrowd .md\:tw-p-0 {
|
|
2404
|
+
padding: 0px;
|
|
2405
|
+
}
|
|
2397
2406
|
.theme-brandCrowd .md\:tw-p-2 {
|
|
2398
2407
|
padding: 0.5rem;
|
|
2399
2408
|
}
|
|
@@ -1961,6 +1961,9 @@ video {
|
|
|
1961
1961
|
}
|
|
1962
1962
|
}
|
|
1963
1963
|
@media (min-width: 768px) {
|
|
1964
|
+
.theme-brandPage .md\:tw-relative {
|
|
1965
|
+
position: relative;
|
|
1966
|
+
}
|
|
1964
1967
|
.theme-brandPage .md\:tw-right-6 {
|
|
1965
1968
|
right: 1.5rem;
|
|
1966
1969
|
}
|
|
@@ -2074,10 +2077,16 @@ video {
|
|
|
2074
2077
|
border-top-right-radius: 0px;
|
|
2075
2078
|
border-bottom-right-radius: 0px;
|
|
2076
2079
|
}
|
|
2080
|
+
.theme-brandPage .md\:tw-border-none {
|
|
2081
|
+
border-style: none;
|
|
2082
|
+
}
|
|
2077
2083
|
.theme-brandPage .md\:tw-object-contain {
|
|
2078
2084
|
-o-object-fit: contain;
|
|
2079
2085
|
object-fit: contain;
|
|
2080
2086
|
}
|
|
2087
|
+
.theme-brandPage .md\:tw-p-0 {
|
|
2088
|
+
padding: 0px;
|
|
2089
|
+
}
|
|
2081
2090
|
.theme-brandPage .md\:tw-p-2 {
|
|
2082
2091
|
padding: 0.5rem;
|
|
2083
2092
|
}
|
|
@@ -2277,6 +2277,9 @@ video {
|
|
|
2277
2277
|
}
|
|
2278
2278
|
}
|
|
2279
2279
|
@media (min-width: 768px) {
|
|
2280
|
+
.theme-crazyDomains .md\:tw-relative {
|
|
2281
|
+
position: relative;
|
|
2282
|
+
}
|
|
2280
2283
|
.theme-crazyDomains .md\:tw-right-6 {
|
|
2281
2284
|
right: 1.5rem;
|
|
2282
2285
|
}
|
|
@@ -2390,10 +2393,16 @@ video {
|
|
|
2390
2393
|
border-top-right-radius: 0px;
|
|
2391
2394
|
border-bottom-right-radius: 0px;
|
|
2392
2395
|
}
|
|
2396
|
+
.theme-crazyDomains .md\:tw-border-none {
|
|
2397
|
+
border-style: none;
|
|
2398
|
+
}
|
|
2393
2399
|
.theme-crazyDomains .md\:tw-object-contain {
|
|
2394
2400
|
-o-object-fit: contain;
|
|
2395
2401
|
object-fit: contain;
|
|
2396
2402
|
}
|
|
2403
|
+
.theme-crazyDomains .md\:tw-p-0 {
|
|
2404
|
+
padding: 0px;
|
|
2405
|
+
}
|
|
2397
2406
|
.theme-crazyDomains .md\:tw-p-2 {
|
|
2398
2407
|
padding: 0.5rem;
|
|
2399
2408
|
}
|
|
@@ -2277,6 +2277,9 @@ video {
|
|
|
2277
2277
|
}
|
|
2278
2278
|
}
|
|
2279
2279
|
@media (min-width: 768px) {
|
|
2280
|
+
.theme-designCom .md\:tw-relative {
|
|
2281
|
+
position: relative;
|
|
2282
|
+
}
|
|
2280
2283
|
.theme-designCom .md\:tw-right-6 {
|
|
2281
2284
|
right: 1.5rem;
|
|
2282
2285
|
}
|
|
@@ -2390,10 +2393,16 @@ video {
|
|
|
2390
2393
|
border-top-right-radius: 0px;
|
|
2391
2394
|
border-bottom-right-radius: 0px;
|
|
2392
2395
|
}
|
|
2396
|
+
.theme-designCom .md\:tw-border-none {
|
|
2397
|
+
border-style: none;
|
|
2398
|
+
}
|
|
2393
2399
|
.theme-designCom .md\:tw-object-contain {
|
|
2394
2400
|
-o-object-fit: contain;
|
|
2395
2401
|
object-fit: contain;
|
|
2396
2402
|
}
|
|
2403
|
+
.theme-designCom .md\:tw-p-0 {
|
|
2404
|
+
padding: 0px;
|
|
2405
|
+
}
|
|
2397
2406
|
.theme-designCom .md\:tw-p-2 {
|
|
2398
2407
|
padding: 0.5rem;
|
|
2399
2408
|
}
|
|
@@ -2277,6 +2277,9 @@ video {
|
|
|
2277
2277
|
}
|
|
2278
2278
|
}
|
|
2279
2279
|
@media (min-width: 768px) {
|
|
2280
|
+
.theme-designCrowd .md\:tw-relative {
|
|
2281
|
+
position: relative;
|
|
2282
|
+
}
|
|
2280
2283
|
.theme-designCrowd .md\:tw-right-6 {
|
|
2281
2284
|
right: 1.5rem;
|
|
2282
2285
|
}
|
|
@@ -2390,10 +2393,16 @@ video {
|
|
|
2390
2393
|
border-top-right-radius: 0px;
|
|
2391
2394
|
border-bottom-right-radius: 0px;
|
|
2392
2395
|
}
|
|
2396
|
+
.theme-designCrowd .md\:tw-border-none {
|
|
2397
|
+
border-style: none;
|
|
2398
|
+
}
|
|
2393
2399
|
.theme-designCrowd .md\:tw-object-contain {
|
|
2394
2400
|
-o-object-fit: contain;
|
|
2395
2401
|
object-fit: contain;
|
|
2396
2402
|
}
|
|
2403
|
+
.theme-designCrowd .md\:tw-p-0 {
|
|
2404
|
+
padding: 0px;
|
|
2405
|
+
}
|
|
2397
2406
|
.theme-designCrowd .md\:tw-p-2 {
|
|
2398
2407
|
padding: 0.5rem;
|
|
2399
2408
|
}
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
"description": "Make it truly yours. Upgrade to remove our watermark from your site and access all premium features."
|
|
135
135
|
},
|
|
136
136
|
"upgradeToPublish": {
|
|
137
|
-
"title": "Upgrade to publish
|
|
137
|
+
"title": "Upgrade to publish",
|
|
138
138
|
"description": "Each subscription lets you publish one website. Add another subscription to publish this site and access all premium features."
|
|
139
139
|
},
|
|
140
140
|
"upgradeToGoogleAd": {
|
package/src/experiences/components/WebsitesContextualUpgradeModal/WebsiteContextualUpgradeModal.vue
CHANGED
|
@@ -36,8 +36,10 @@
|
|
|
36
36
|
</div>
|
|
37
37
|
</div>
|
|
38
38
|
</div>
|
|
39
|
-
<div class="bottom-bar tw-mt-2
|
|
40
|
-
<div
|
|
39
|
+
<div class="bottom-bar tw-mt-2">
|
|
40
|
+
<div
|
|
41
|
+
class="bottom-bar tw-mt-6 tw-bg-grayscale-200 tw-flex tw-flex-col md:tw-flex-row md:tw-items-center md:tw-gap-2"
|
|
42
|
+
>
|
|
41
43
|
<div class="button-size md:tw-flex-1">
|
|
42
44
|
<Button
|
|
43
45
|
data-test-upgrade-button
|
|
@@ -50,7 +52,7 @@
|
|
|
50
52
|
@on-click="onUpgradeClick"
|
|
51
53
|
/>
|
|
52
54
|
</div>
|
|
53
|
-
<div class="
|
|
55
|
+
<div class="button-size nothanks-button-mobile md:tw-flex-1">
|
|
54
56
|
<Button
|
|
55
57
|
data-test-upgrade-button
|
|
56
58
|
:label="websiteContextualUpgradeModalTr('closeButtonText')"
|
|
@@ -198,7 +200,15 @@ const onUpgradeClick = () => {
|
|
|
198
200
|
};
|
|
199
201
|
</script>
|
|
200
202
|
<style scoped>
|
|
203
|
+
.bottom-bar {
|
|
204
|
+
@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
|
+
}
|
|
201
206
|
.button-size {
|
|
202
207
|
@apply tw-w-full md:tw-max-w-40;
|
|
203
208
|
}
|
|
209
|
+
@media (max-width: 768px) {
|
|
210
|
+
.nothanks-button-mobile {
|
|
211
|
+
@apply tw-hidden;
|
|
212
|
+
}
|
|
213
|
+
}
|
|
204
214
|
</style>
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"description": "Make it truly yours. Upgrade to remove our watermark from your site and access all premium features."
|
|
32
32
|
},
|
|
33
33
|
"upgradeToPublish": {
|
|
34
|
-
"title": "Upgrade to publish
|
|
34
|
+
"title": "Upgrade to publish",
|
|
35
35
|
"description": "Each subscription lets you publish one website. Add another subscription to publish this site and access all premium features."
|
|
36
36
|
},
|
|
37
37
|
"upgradeToGoogleAd": {
|