@designcrowd/fe-shared-lib 1.5.9-kp-6 → 1.5.9-kp-4550-2

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 (66) hide show
  1. package/.storybook-static/css/tailwind-brandCrowd.css +2472 -0
  2. package/.storybook-static/css/tailwind-brandPage.css +2156 -0
  3. package/.storybook-static/css/tailwind-crazyDomains.css +2472 -0
  4. package/.storybook-static/css/tailwind-designCom.css +2472 -0
  5. package/.storybook-static/css/tailwind-designCrowd.css +2472 -0
  6. package/.storybook-static/favicon.svg +1 -0
  7. package/.storybook-static/index.html +156 -0
  8. package/.storybook-static/index.json +1 -0
  9. package/.storybook-static/nunito-sans-bold-italic.woff2 +0 -0
  10. package/.storybook-static/nunito-sans-bold.woff2 +0 -0
  11. package/.storybook-static/nunito-sans-italic.woff2 +0 -0
  12. package/.storybook-static/nunito-sans-regular.woff2 +0 -0
  13. package/.storybook-static/project.json +1 -0
  14. package/.storybook-static/sb-addons/a11y-1/manager-bundle.js +5 -0
  15. package/.storybook-static/sb-addons/links-2/manager-bundle.js +3 -0
  16. package/.storybook-static/sb-addons/storybook-core-server-presets-0/common-manager-bundle.js +188 -0
  17. package/.storybook-static/sb-addons/themes-3/manager-bundle.js +3 -0
  18. package/.storybook-static/sb-common-assets/favicon.svg +1 -0
  19. package/.storybook-static/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
  20. package/.storybook-static/sb-common-assets/nunito-sans-bold.woff2 +0 -0
  21. package/.storybook-static/sb-common-assets/nunito-sans-italic.woff2 +0 -0
  22. package/.storybook-static/sb-common-assets/nunito-sans-regular.woff2 +0 -0
  23. package/.storybook-static/sb-manager/globals-module-info.js +797 -0
  24. package/.storybook-static/sb-manager/globals-runtime.js +72062 -0
  25. package/.storybook-static/sb-manager/globals.js +34 -0
  26. package/.storybook-static/sb-manager/runtime.js +13002 -0
  27. package/package.json +3 -1
  28. package/public/css/tailwind-brandCrowd.css +22 -4
  29. package/public/css/tailwind-brandPage.css +22 -0
  30. package/public/css/tailwind-crazyDomains.css +22 -4
  31. package/public/css/tailwind-designCom.css +22 -4
  32. package/public/css/tailwind-designCrowd.css +22 -4
  33. package/src/atoms/components/Icon/Icon.stories.js +7 -0
  34. package/src/atoms/components/Icon/Icon.vue +13 -0
  35. package/src/atoms/components/Icon/icons/websites/upgrade-to-add-page.vue +50 -0
  36. package/src/atoms/components/Icon/icons/websites/upgrade-to-contact-form.vue +82 -0
  37. package/src/atoms/components/Icon/icons/websites/upgrade-to-maps.vue +40 -0
  38. package/src/atoms/components/Icon/icons/websites/upgrade-to-publish.vue +107 -0
  39. package/src/atoms/components/Icon/icons/websites/upgrade-to-remove-watermark.vue +74 -0
  40. package/src/atoms/components/Icon/icons/websites/upgrade-to-videos.vue +16 -0
  41. package/src/bundles/bundled-translations.de-DE.json +25 -3
  42. package/src/bundles/bundled-translations.es-ES.json +25 -3
  43. package/src/bundles/bundled-translations.fr-CA.json +25 -3
  44. package/src/bundles/bundled-translations.fr-FR.json +25 -3
  45. package/src/bundles/bundled-translations.json +25 -3
  46. package/src/bundles/bundled-translations.pt-BR.json +25 -3
  47. package/src/bundles/bundled-translations.pt-PT.json +25 -3
  48. package/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.vue +0 -5
  49. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.de-DE.json +21 -23
  50. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.es-ES.json +21 -23
  51. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.fr-CA.json +21 -23
  52. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.fr-FR.json +21 -23
  53. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.json +1 -3
  54. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.pt-BR.json +21 -23
  55. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.pt-PT.json +21 -23
  56. package/src/experiences/components/PublishBrandPageModal/views/PublishWhenNoDomainsView.vue +1 -14
  57. package/src/experiences/components/WebsitesContextualUpgradeModal/WebsiteContextualUpgradeModal.stories.js +157 -0
  58. package/src/experiences/components/WebsitesContextualUpgradeModal/WebsiteContextualUpgradeModal.vue +135 -0
  59. package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.de-DE.json +26 -0
  60. package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.es-ES.json +26 -0
  61. package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.fr-CA.json +26 -0
  62. package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.fr-FR.json +26 -0
  63. package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.json +26 -0
  64. package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.pt-BR.json +26 -0
  65. package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.pt-PT.json +26 -0
  66. package/src/useSharedLibTranslate.js +4 -0
@@ -0,0 +1,26 @@
1
+ {
2
+ "websiteContextualUpgradeModal": {
3
+ "upgradeButtonText": "Upgrade Now",
4
+ "closeButtonText": "No Thanks",
5
+ "upgradeToAddPageTitle": "Upgrade to add more pages",
6
+ "upgradeToAddPageDescription": "You've reached the free page limit. Upgrade to keep building your site and access all premium features.",
7
+ "upgradeToContactFormTitle": "Upgrade to unlock contact form",
8
+ "upgradeToContactFormDescription": "Let visitors reach you directly. Upgrade to add a contact form to your site and access all premium features.",
9
+ "upgradeToMapsTitle": "Upgrade to unlock maps",
10
+ "upgradeToMapsDescription": "Help visitors find you easily. Upgrade to embed interactive maps to your site and access all premium features.",
11
+ "upgradeToVideosTitle": "Upgrade to unlock videos",
12
+ "upgradeToVideosDescription": "Bring your content to life. Upgrade to embed and play videos to your site and access all premium features.",
13
+ "upgradeToRemoveWatermarkTitle": "Upgrade to remove watermark",
14
+ "upgradeToRemoveWatermarkDescription": "Make it truly yours. Upgrade to remove our watermark from your site and access all premium features.",
15
+ "upgradeToPublishTitle": "Upgrade to publish your site",
16
+ "upgradeToPublishDescription": "Each subscription lets you publish one website. Add another subscription to publish this site and access all premium features.",
17
+ "featureCustomerCare": "24/7 customer care",
18
+ "featureCustomDomain": "Connect a custom domain",
19
+ "featureNoWatermark": "No {{websiteName}} watermark",
20
+ "featureUnlimitedPages": "Unlimited pages",
21
+ "featurePremiumContent": "Contact forms, videos and maps",
22
+ "featureStore": "Basic online store",
23
+ "featureCancelAnytime": "<div class=\"tw-text-success-500\"><strong>Cancel anytime</strong></div>",
24
+ "premiumUpgradeNote": "With Premium, you'll get:"
25
+ }
26
+ }
@@ -0,0 +1,26 @@
1
+ {
2
+ "websiteContextualUpgradeModal": {
3
+ "upgradeButtonText": "Upgrade Now",
4
+ "closeButtonText": "No Thanks",
5
+ "upgradeToAddPageTitle": "Upgrade to add more pages",
6
+ "upgradeToAddPageDescription": "You've reached the free page limit. Upgrade to keep building your site and access all premium features.",
7
+ "upgradeToContactFormTitle": "Upgrade to unlock contact form",
8
+ "upgradeToContactFormDescription": "Let visitors reach you directly. Upgrade to add a contact form to your site and access all premium features.",
9
+ "upgradeToMapsTitle": "Upgrade to unlock maps",
10
+ "upgradeToMapsDescription": "Help visitors find you easily. Upgrade to embed interactive maps to your site and access all premium features.",
11
+ "upgradeToVideosTitle": "Upgrade to unlock videos",
12
+ "upgradeToVideosDescription": "Bring your content to life. Upgrade to embed and play videos to your site and access all premium features.",
13
+ "upgradeToRemoveWatermarkTitle": "Upgrade to remove watermark",
14
+ "upgradeToRemoveWatermarkDescription": "Make it truly yours. Upgrade to remove our watermark from your site and access all premium features.",
15
+ "upgradeToPublishTitle": "Upgrade to publish your site",
16
+ "upgradeToPublishDescription": "Each subscription lets you publish one website. Add another subscription to publish this site and access all premium features.",
17
+ "featureCustomerCare": "24/7 customer care",
18
+ "featureCustomDomain": "Connect a custom domain",
19
+ "featureNoWatermark": "No {{websiteName}} watermark",
20
+ "featureUnlimitedPages": "Unlimited pages",
21
+ "featurePremiumContent": "Contact forms, videos and maps",
22
+ "featureStore": "Basic online store",
23
+ "featureCancelAnytime": "<div class=\"tw-text-success-500\"><strong>Cancel anytime</strong></div>",
24
+ "premiumUpgradeNote": "With Premium, you'll get:"
25
+ }
26
+ }
@@ -0,0 +1,26 @@
1
+ {
2
+ "websiteContextualUpgradeModal": {
3
+ "upgradeButtonText": "Upgrade Now",
4
+ "closeButtonText": "No Thanks",
5
+ "upgradeToAddPageTitle": "Upgrade to add more pages",
6
+ "upgradeToAddPageDescription": "You've reached the free page limit. Upgrade to keep building your site and access all premium features.",
7
+ "upgradeToContactFormTitle": "Upgrade to unlock contact form",
8
+ "upgradeToContactFormDescription": "Let visitors reach you directly. Upgrade to add a contact form to your site and access all premium features.",
9
+ "upgradeToMapsTitle": "Upgrade to unlock maps",
10
+ "upgradeToMapsDescription": "Help visitors find you easily. Upgrade to embed interactive maps to your site and access all premium features.",
11
+ "upgradeToVideosTitle": "Upgrade to unlock videos",
12
+ "upgradeToVideosDescription": "Bring your content to life. Upgrade to embed and play videos to your site and access all premium features.",
13
+ "upgradeToRemoveWatermarkTitle": "Upgrade to remove watermark",
14
+ "upgradeToRemoveWatermarkDescription": "Make it truly yours. Upgrade to remove our watermark from your site and access all premium features.",
15
+ "upgradeToPublishTitle": "Upgrade to publish your site",
16
+ "upgradeToPublishDescription": "Each subscription lets you publish one website. Add another subscription to publish this site and access all premium features.",
17
+ "featureCustomerCare": "24/7 customer care",
18
+ "featureCustomDomain": "Connect a custom domain",
19
+ "featureNoWatermark": "No {{websiteName}} watermark",
20
+ "featureUnlimitedPages": "Unlimited pages",
21
+ "featurePremiumContent": "Contact forms, videos and maps",
22
+ "featureStore": "Basic online store",
23
+ "featureCancelAnytime": "<div class=\"tw-text-success-500\"><strong>Cancel anytime</strong></div>",
24
+ "premiumUpgradeNote": "With Premium, you'll get:"
25
+ }
26
+ }
@@ -0,0 +1,26 @@
1
+ {
2
+ "websiteContextualUpgradeModal": {
3
+ "upgradeButtonText": "Upgrade Now",
4
+ "closeButtonText": "No Thanks",
5
+ "upgradeToAddPageTitle": "Upgrade to add more pages",
6
+ "upgradeToAddPageDescription": "You've reached the free page limit. Upgrade to keep building your site and access all premium features.",
7
+ "upgradeToContactFormTitle": "Upgrade to unlock contact form",
8
+ "upgradeToContactFormDescription": "Let visitors reach you directly. Upgrade to add a contact form to your site and access all premium features.",
9
+ "upgradeToMapsTitle": "Upgrade to unlock maps",
10
+ "upgradeToMapsDescription": "Help visitors find you easily. Upgrade to embed interactive maps to your site and access all premium features.",
11
+ "upgradeToVideosTitle": "Upgrade to unlock videos",
12
+ "upgradeToVideosDescription": "Bring your content to life. Upgrade to embed and play videos to your site and access all premium features.",
13
+ "upgradeToRemoveWatermarkTitle": "Upgrade to remove watermark",
14
+ "upgradeToRemoveWatermarkDescription": "Make it truly yours. Upgrade to remove our watermark from your site and access all premium features.",
15
+ "upgradeToPublishTitle": "Upgrade to publish your site",
16
+ "upgradeToPublishDescription": "Each subscription lets you publish one website. Add another subscription to publish this site and access all premium features.",
17
+ "featureCustomerCare": "24/7 customer care",
18
+ "featureCustomDomain": "Connect a custom domain",
19
+ "featureNoWatermark": "No {{websiteName}} watermark",
20
+ "featureUnlimitedPages": "Unlimited pages",
21
+ "featurePremiumContent": "Contact forms, videos and maps",
22
+ "featureStore": "Basic online store",
23
+ "featureCancelAnytime": "<div class=\"tw-text-success-500\"><strong>Cancel anytime</strong></div>",
24
+ "premiumUpgradeNote": "With Premium, you'll get:"
25
+ }
26
+ }
@@ -0,0 +1,26 @@
1
+ {
2
+ "websiteContextualUpgradeModal": {
3
+ "upgradeButtonText": "Upgrade Now",
4
+ "closeButtonText": "No Thanks",
5
+ "upgradeToAddPageTitle": "Upgrade to add more pages",
6
+ "upgradeToAddPageDescription": "You've reached the free page limit. Upgrade to keep building your site and access all premium features.",
7
+ "upgradeToContactFormTitle": "Upgrade to unlock contact form",
8
+ "upgradeToContactFormDescription": "Let visitors reach you directly. Upgrade to add a contact form to your site and access all premium features.",
9
+ "upgradeToMapsTitle": "Upgrade to unlock maps",
10
+ "upgradeToMapsDescription": "Help visitors find you easily. Upgrade to embed interactive maps to your site and access all premium features.",
11
+ "upgradeToVideosTitle": "Upgrade to unlock videos",
12
+ "upgradeToVideosDescription": "Bring your content to life. Upgrade to embed and play videos to your site and access all premium features.",
13
+ "upgradeToRemoveWatermarkTitle": "Upgrade to remove watermark",
14
+ "upgradeToRemoveWatermarkDescription": "Make it truly yours. Upgrade to remove our watermark from your site and access all premium features.",
15
+ "upgradeToPublishTitle": "Upgrade to publish your site",
16
+ "upgradeToPublishDescription": "Each subscription lets you publish one website. Add another subscription to publish this site and access all premium features.",
17
+ "featureCustomerCare": "24/7 customer care",
18
+ "featureCustomDomain": "Connect a custom domain",
19
+ "featureNoWatermark": "No {{websiteName}} watermark",
20
+ "featureUnlimitedPages": "Unlimited pages",
21
+ "featurePremiumContent": "Contact forms, videos and maps",
22
+ "featureStore": "Basic online store",
23
+ "featureCancelAnytime": "<div class=\"tw-text-success-500\"><strong>Cancel anytime</strong></div>",
24
+ "premiumUpgradeNote": "With Premium, you'll get:"
25
+ }
26
+ }
@@ -68,6 +68,9 @@ const priceTr = (key, valuesToInterpolate = {}) => tr(`price.${key}`, valuesToIn
68
68
  const uploadLogoSearchResultCardTr = (key, valuesToInterpolate = {}) =>
69
69
  tr(`uploadLogoSearchResultCard.${key}`, valuesToInterpolate);
70
70
 
71
+ const websiteContextualUpgradeModalTr = (key, valuesToInterpolate = {}) =>
72
+ tr(`websiteContextualUpgradeModal.${key}`, valuesToInterpolate);
73
+
71
74
  const getCurrentLocale = () => {
72
75
  return i18next.language || 'en-US';
73
76
  };
@@ -124,4 +127,5 @@ export {
124
127
  priceTr,
125
128
  uploadLogoSearchResultCardTr,
126
129
  formatCurrency,
130
+ websiteContextualUpgradeModalTr,
127
131
  };