@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.
- package/.storybook-static/css/tailwind-brandCrowd.css +2472 -0
- package/.storybook-static/css/tailwind-brandPage.css +2156 -0
- package/.storybook-static/css/tailwind-crazyDomains.css +2472 -0
- package/.storybook-static/css/tailwind-designCom.css +2472 -0
- package/.storybook-static/css/tailwind-designCrowd.css +2472 -0
- package/.storybook-static/favicon.svg +1 -0
- package/.storybook-static/index.html +156 -0
- package/.storybook-static/index.json +1 -0
- package/.storybook-static/nunito-sans-bold-italic.woff2 +0 -0
- package/.storybook-static/nunito-sans-bold.woff2 +0 -0
- package/.storybook-static/nunito-sans-italic.woff2 +0 -0
- package/.storybook-static/nunito-sans-regular.woff2 +0 -0
- package/.storybook-static/project.json +1 -0
- package/.storybook-static/sb-addons/a11y-1/manager-bundle.js +5 -0
- package/.storybook-static/sb-addons/links-2/manager-bundle.js +3 -0
- package/.storybook-static/sb-addons/storybook-core-server-presets-0/common-manager-bundle.js +188 -0
- package/.storybook-static/sb-addons/themes-3/manager-bundle.js +3 -0
- package/.storybook-static/sb-common-assets/favicon.svg +1 -0
- package/.storybook-static/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
- package/.storybook-static/sb-common-assets/nunito-sans-bold.woff2 +0 -0
- package/.storybook-static/sb-common-assets/nunito-sans-italic.woff2 +0 -0
- package/.storybook-static/sb-common-assets/nunito-sans-regular.woff2 +0 -0
- package/.storybook-static/sb-manager/globals-module-info.js +797 -0
- package/.storybook-static/sb-manager/globals-runtime.js +72062 -0
- package/.storybook-static/sb-manager/globals.js +34 -0
- package/.storybook-static/sb-manager/runtime.js +13002 -0
- package/package.json +3 -1
- package/public/css/tailwind-brandCrowd.css +22 -4
- package/public/css/tailwind-brandPage.css +22 -0
- package/public/css/tailwind-crazyDomains.css +22 -4
- package/public/css/tailwind-designCom.css +22 -4
- package/public/css/tailwind-designCrowd.css +22 -4
- package/src/atoms/components/Icon/Icon.stories.js +7 -0
- package/src/atoms/components/Icon/Icon.vue +13 -0
- package/src/atoms/components/Icon/icons/websites/upgrade-to-add-page.vue +50 -0
- package/src/atoms/components/Icon/icons/websites/upgrade-to-contact-form.vue +82 -0
- package/src/atoms/components/Icon/icons/websites/upgrade-to-maps.vue +40 -0
- package/src/atoms/components/Icon/icons/websites/upgrade-to-publish.vue +107 -0
- package/src/atoms/components/Icon/icons/websites/upgrade-to-remove-watermark.vue +74 -0
- package/src/atoms/components/Icon/icons/websites/upgrade-to-videos.vue +16 -0
- package/src/bundles/bundled-translations.de-DE.json +25 -3
- package/src/bundles/bundled-translations.es-ES.json +25 -3
- package/src/bundles/bundled-translations.fr-CA.json +25 -3
- package/src/bundles/bundled-translations.fr-FR.json +25 -3
- package/src/bundles/bundled-translations.json +25 -3
- package/src/bundles/bundled-translations.pt-BR.json +25 -3
- package/src/bundles/bundled-translations.pt-PT.json +25 -3
- package/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.vue +0 -5
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.de-DE.json +21 -23
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.es-ES.json +21 -23
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.fr-CA.json +21 -23
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.fr-FR.json +21 -23
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.json +1 -3
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.pt-BR.json +21 -23
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.pt-PT.json +21 -23
- package/src/experiences/components/PublishBrandPageModal/views/PublishWhenNoDomainsView.vue +1 -14
- package/src/experiences/components/WebsitesContextualUpgradeModal/WebsiteContextualUpgradeModal.stories.js +157 -0
- package/src/experiences/components/WebsitesContextualUpgradeModal/WebsiteContextualUpgradeModal.vue +135 -0
- package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.de-DE.json +26 -0
- package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.es-ES.json +26 -0
- package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.fr-CA.json +26 -0
- package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.fr-FR.json +26 -0
- package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.json +26 -0
- package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.pt-BR.json +26 -0
- package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.pt-PT.json +26 -0
- package/src/useSharedLibTranslate.js +4 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.