@designcrowd/fe-shared-lib 1.2.21 → 1.2.23-domain-search-locale-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.
Files changed (34) hide show
  1. package/dist/css/tailwind-brandCrowd.css +2493 -0
  2. package/dist/css/tailwind-brandPage.css +2177 -0
  3. package/dist/css/tailwind-crazyDomains.css +2493 -0
  4. package/dist/css/tailwind-designCom.css +2493 -0
  5. package/dist/css/tailwind-designCrowd.css +2493 -0
  6. package/index.js +0 -4
  7. package/package.json +1 -1
  8. package/public/css/tailwind-brandCrowd.css +0 -30
  9. package/public/css/tailwind-brandPage.css +0 -30
  10. package/public/css/tailwind-crazyDomains.css +0 -30
  11. package/public/css/tailwind-designCom.css +0 -30
  12. package/public/css/tailwind-designCrowd.css +0 -30
  13. package/src/atoms/components/Icon/icons/maker/twitter.vue +1 -1
  14. package/src/atoms/components/Modal/Modal.vue +1 -6
  15. package/src/bundles/bundled-translations.de-DE.json +0 -15
  16. package/src/bundles/bundled-translations.es-ES.json +0 -15
  17. package/src/bundles/bundled-translations.fr-FR.json +0 -15
  18. package/src/bundles/bundled-translations.json +0 -15
  19. package/src/bundles/bundled-translations.pt-PT.json +0 -15
  20. package/src/experiences/clients/brand-crowd-api.client.js +7 -0
  21. package/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.stories.js +0 -41
  22. package/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.vue +25 -47
  23. package/src/experiences/components/SellDomainNameList/SellDomainNameList.vue +5 -2
  24. package/src/experiences/components/SellDomainNameSearchWithResults/SellDomainNameSearchWithResults.vue +0 -24
  25. package/src/useSharedLibTranslate.js +0 -8
  26. package/src/atoms/components/Upsell/DigitalBusinessCard.vue +0 -63
  27. package/src/atoms/components/Upsell/LinkInBio.vue +0 -62
  28. package/src/atoms/components/Upsell/UpgradeWebsite.vue +0 -60
  29. package/src/atoms/components/Upsell/WebDesignSupport.vue +0 -63
  30. package/src/atoms/components/Upsell/i18n/upsell-modal-components.de-DE.json +0 -17
  31. package/src/atoms/components/Upsell/i18n/upsell-modal-components.es-ES.json +0 -17
  32. package/src/atoms/components/Upsell/i18n/upsell-modal-components.fr-FR.json +0 -17
  33. package/src/atoms/components/Upsell/i18n/upsell-modal-components.json +0 -17
  34. package/src/atoms/components/Upsell/i18n/upsell-modal-components.pt-PT.json +0 -17
package/index.js CHANGED
@@ -54,7 +54,3 @@ export { default as HashRouteModal } from './src/atoms/components/Modal/HashRout
54
54
  export { default as Select } from './src/atoms/components/Select/Select.vue';
55
55
  export { default as NumberStepper } from './src/atoms/components/NumberStepper/NumberStepper.vue';
56
56
  export { default as CopyToClipboardText } from './src/atoms/components/CopyToClipboardText/CopyToClipboardText.vue';
57
- export { default as WebDesignSupportUpsell } from './src/atoms/components/Upsell/WebDesignSupport.vue';
58
- export { default as DigitalBusinessCardUpsell } from './src/atoms/components/Upsell/DigitalBusinessCard.vue';
59
- export { default as LinkInBioUpsell } from './src/atoms/components/Upsell/LinkInBio.vue';
60
- export { default as UpgradeWebsiteUpsell } from './src/atoms/components/Upsell/UpgradeWebsite.vue';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@designcrowd/fe-shared-lib",
3
- "version": "1.2.21",
3
+ "version": "1.2.23-domain-search-locale-6",
4
4
  "scripts": {
5
5
  "start": "run-p storybook watch:translation",
6
6
  "build": "npm run build:css --production",
@@ -699,9 +699,6 @@ video {
699
699
  .theme-brandCrowd .tw-mb-4 {
700
700
  margin-bottom: 1rem;
701
701
  }
702
- .theme-brandCrowd .tw-mb-5 {
703
- margin-bottom: 1.25rem;
704
- }
705
702
  .theme-brandCrowd .tw-mb-6 {
706
703
  margin-bottom: 1.5rem;
707
704
  }
@@ -759,9 +756,6 @@ video {
759
756
  .theme-brandCrowd .tw-mt-4 {
760
757
  margin-top: 1rem;
761
758
  }
762
- .theme-brandCrowd .tw-mt-5 {
763
- margin-top: 1.25rem;
764
- }
765
759
  .theme-brandCrowd .tw-mt-8 {
766
760
  margin-top: 2rem;
767
761
  }
@@ -929,9 +923,6 @@ video {
929
923
  .theme-brandCrowd .tw-max-w-xl {
930
924
  max-width: 36rem;
931
925
  }
932
- .theme-brandCrowd .tw-flex-1 {
933
- flex: 1 1 0%;
934
- }
935
926
  .theme-brandCrowd .tw-flex-auto {
936
927
  flex: 1 1 auto;
937
928
  }
@@ -1615,9 +1606,6 @@ video {
1615
1606
  .theme-brandCrowd .tw-p-4 {
1616
1607
  padding: 1rem;
1617
1608
  }
1618
- .theme-brandCrowd .tw-p-5 {
1619
- padding: 1.25rem;
1620
- }
1621
1609
  .theme-brandCrowd .tw-p-6 {
1622
1610
  padding: 1.5rem;
1623
1611
  }
@@ -1753,9 +1741,6 @@ video {
1753
1741
  .theme-brandCrowd .tw-pt-2 {
1754
1742
  padding-top: 0.5rem;
1755
1743
  }
1756
- .theme-brandCrowd .tw-pt-4 {
1757
- padding-top: 1rem;
1758
- }
1759
1744
  .theme-brandCrowd .tw-pt-6 {
1760
1745
  padding-top: 1.5rem;
1761
1746
  }
@@ -1981,11 +1966,6 @@ video {
1981
1966
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
1982
1967
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
1983
1968
  }
1984
- .theme-brandCrowd .tw-transition-all {
1985
- transition-property: all;
1986
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1987
- transition-duration: 150ms;
1988
- }
1989
1969
  .theme-brandCrowd .tw-transition-colors {
1990
1970
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
1991
1971
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
@@ -2161,20 +2141,10 @@ video {
2161
2141
  outline: 2px solid transparent;
2162
2142
  outline-offset: 2px;
2163
2143
  }
2164
- .theme-brandCrowd .tw-group:hover .group-hover\:tw-scale-105 {
2165
- --tw-scale-x: 1.05;
2166
- --tw-scale-y: 1.05;
2167
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2168
- }
2169
2144
  .theme-brandCrowd .tw-group:hover .group-hover\:tw-text-info-500 {
2170
2145
  --tw-text-opacity: 1;
2171
2146
  color: rgb(0 151 215 / var(--tw-text-opacity));
2172
2147
  }
2173
- .theme-brandCrowd .tw-group:hover .group-hover\:tw-shadow {
2174
- --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
2175
- --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
2176
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2177
- }
2178
2148
  @media (min-width: 640px) {
2179
2149
  .theme-brandCrowd .sm\:tw-absolute {
2180
2150
  position: absolute;
@@ -699,9 +699,6 @@ video {
699
699
  .theme-brandPage .tw-mb-4 {
700
700
  margin-bottom: 1rem;
701
701
  }
702
- .theme-brandPage .tw-mb-5 {
703
- margin-bottom: 1.25rem;
704
- }
705
702
  .theme-brandPage .tw-mb-6 {
706
703
  margin-bottom: 1.5rem;
707
704
  }
@@ -759,9 +756,6 @@ video {
759
756
  .theme-brandPage .tw-mt-4 {
760
757
  margin-top: 1rem;
761
758
  }
762
- .theme-brandPage .tw-mt-5 {
763
- margin-top: 1.25rem;
764
- }
765
759
  .theme-brandPage .tw-mt-8 {
766
760
  margin-top: 2rem;
767
761
  }
@@ -929,9 +923,6 @@ video {
929
923
  .theme-brandPage .tw-max-w-xl {
930
924
  max-width: 36rem;
931
925
  }
932
- .theme-brandPage .tw-flex-1 {
933
- flex: 1 1 0%;
934
- }
935
926
  .theme-brandPage .tw-flex-auto {
936
927
  flex: 1 1 auto;
937
928
  }
@@ -1463,9 +1454,6 @@ video {
1463
1454
  .theme-brandPage .tw-p-4 {
1464
1455
  padding: 1rem;
1465
1456
  }
1466
- .theme-brandPage .tw-p-5 {
1467
- padding: 1.25rem;
1468
- }
1469
1457
  .theme-brandPage .tw-p-6 {
1470
1458
  padding: 1.5rem;
1471
1459
  }
@@ -1601,9 +1589,6 @@ video {
1601
1589
  .theme-brandPage .tw-pt-2 {
1602
1590
  padding-top: 0.5rem;
1603
1591
  }
1604
- .theme-brandPage .tw-pt-4 {
1605
- padding-top: 1rem;
1606
- }
1607
1592
  .theme-brandPage .tw-pt-6 {
1608
1593
  padding-top: 1.5rem;
1609
1594
  }
@@ -1769,11 +1754,6 @@ video {
1769
1754
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
1770
1755
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
1771
1756
  }
1772
- .theme-brandPage .tw-transition-all {
1773
- transition-property: all;
1774
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1775
- transition-duration: 150ms;
1776
- }
1777
1757
  .theme-brandPage .tw-transition-colors {
1778
1758
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
1779
1759
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
@@ -1849,16 +1829,6 @@ video {
1849
1829
  outline: 2px solid transparent;
1850
1830
  outline-offset: 2px;
1851
1831
  }
1852
- .theme-brandPage .tw-group:hover .group-hover\:tw-scale-105 {
1853
- --tw-scale-x: 1.05;
1854
- --tw-scale-y: 1.05;
1855
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1856
- }
1857
- .theme-brandPage .tw-group:hover .group-hover\:tw-shadow {
1858
- --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
1859
- --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
1860
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1861
- }
1862
1832
  @media (min-width: 640px) {
1863
1833
  .theme-brandPage .sm\:tw-absolute {
1864
1834
  position: absolute;
@@ -699,9 +699,6 @@ video {
699
699
  .theme-crazyDomains .tw-mb-4 {
700
700
  margin-bottom: 1rem;
701
701
  }
702
- .theme-crazyDomains .tw-mb-5 {
703
- margin-bottom: 1.25rem;
704
- }
705
702
  .theme-crazyDomains .tw-mb-6 {
706
703
  margin-bottom: 1.5rem;
707
704
  }
@@ -759,9 +756,6 @@ video {
759
756
  .theme-crazyDomains .tw-mt-4 {
760
757
  margin-top: 1rem;
761
758
  }
762
- .theme-crazyDomains .tw-mt-5 {
763
- margin-top: 1.25rem;
764
- }
765
759
  .theme-crazyDomains .tw-mt-8 {
766
760
  margin-top: 2rem;
767
761
  }
@@ -929,9 +923,6 @@ video {
929
923
  .theme-crazyDomains .tw-max-w-xl {
930
924
  max-width: 36rem;
931
925
  }
932
- .theme-crazyDomains .tw-flex-1 {
933
- flex: 1 1 0%;
934
- }
935
926
  .theme-crazyDomains .tw-flex-auto {
936
927
  flex: 1 1 auto;
937
928
  }
@@ -1615,9 +1606,6 @@ video {
1615
1606
  .theme-crazyDomains .tw-p-4 {
1616
1607
  padding: 1rem;
1617
1608
  }
1618
- .theme-crazyDomains .tw-p-5 {
1619
- padding: 1.25rem;
1620
- }
1621
1609
  .theme-crazyDomains .tw-p-6 {
1622
1610
  padding: 1.5rem;
1623
1611
  }
@@ -1753,9 +1741,6 @@ video {
1753
1741
  .theme-crazyDomains .tw-pt-2 {
1754
1742
  padding-top: 0.5rem;
1755
1743
  }
1756
- .theme-crazyDomains .tw-pt-4 {
1757
- padding-top: 1rem;
1758
- }
1759
1744
  .theme-crazyDomains .tw-pt-6 {
1760
1745
  padding-top: 1.5rem;
1761
1746
  }
@@ -1981,11 +1966,6 @@ video {
1981
1966
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
1982
1967
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
1983
1968
  }
1984
- .theme-crazyDomains .tw-transition-all {
1985
- transition-property: all;
1986
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1987
- transition-duration: 150ms;
1988
- }
1989
1969
  .theme-crazyDomains .tw-transition-colors {
1990
1970
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
1991
1971
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
@@ -2161,20 +2141,10 @@ video {
2161
2141
  outline: 2px solid transparent;
2162
2142
  outline-offset: 2px;
2163
2143
  }
2164
- .theme-crazyDomains .tw-group:hover .group-hover\:tw-scale-105 {
2165
- --tw-scale-x: 1.05;
2166
- --tw-scale-y: 1.05;
2167
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2168
- }
2169
2144
  .theme-crazyDomains .tw-group:hover .group-hover\:tw-text-info-500 {
2170
2145
  --tw-text-opacity: 1;
2171
2146
  color: rgb(0 161 239 / var(--tw-text-opacity));
2172
2147
  }
2173
- .theme-crazyDomains .tw-group:hover .group-hover\:tw-shadow {
2174
- --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
2175
- --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
2176
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2177
- }
2178
2148
  @media (min-width: 640px) {
2179
2149
  .theme-crazyDomains .sm\:tw-absolute {
2180
2150
  position: absolute;
@@ -699,9 +699,6 @@ video {
699
699
  .theme-designCom .tw-mb-4 {
700
700
  margin-bottom: 1rem;
701
701
  }
702
- .theme-designCom .tw-mb-5 {
703
- margin-bottom: 1.25rem;
704
- }
705
702
  .theme-designCom .tw-mb-6 {
706
703
  margin-bottom: 1.5rem;
707
704
  }
@@ -759,9 +756,6 @@ video {
759
756
  .theme-designCom .tw-mt-4 {
760
757
  margin-top: 1rem;
761
758
  }
762
- .theme-designCom .tw-mt-5 {
763
- margin-top: 1.25rem;
764
- }
765
759
  .theme-designCom .tw-mt-8 {
766
760
  margin-top: 2rem;
767
761
  }
@@ -929,9 +923,6 @@ video {
929
923
  .theme-designCom .tw-max-w-xl {
930
924
  max-width: 36rem;
931
925
  }
932
- .theme-designCom .tw-flex-1 {
933
- flex: 1 1 0%;
934
- }
935
926
  .theme-designCom .tw-flex-auto {
936
927
  flex: 1 1 auto;
937
928
  }
@@ -1615,9 +1606,6 @@ video {
1615
1606
  .theme-designCom .tw-p-4 {
1616
1607
  padding: 1rem;
1617
1608
  }
1618
- .theme-designCom .tw-p-5 {
1619
- padding: 1.25rem;
1620
- }
1621
1609
  .theme-designCom .tw-p-6 {
1622
1610
  padding: 1.5rem;
1623
1611
  }
@@ -1753,9 +1741,6 @@ video {
1753
1741
  .theme-designCom .tw-pt-2 {
1754
1742
  padding-top: 0.5rem;
1755
1743
  }
1756
- .theme-designCom .tw-pt-4 {
1757
- padding-top: 1rem;
1758
- }
1759
1744
  .theme-designCom .tw-pt-6 {
1760
1745
  padding-top: 1.5rem;
1761
1746
  }
@@ -1981,11 +1966,6 @@ video {
1981
1966
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
1982
1967
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
1983
1968
  }
1984
- .theme-designCom .tw-transition-all {
1985
- transition-property: all;
1986
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1987
- transition-duration: 150ms;
1988
- }
1989
1969
  .theme-designCom .tw-transition-colors {
1990
1970
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
1991
1971
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
@@ -2161,20 +2141,10 @@ video {
2161
2141
  outline: 2px solid transparent;
2162
2142
  outline-offset: 2px;
2163
2143
  }
2164
- .theme-designCom .tw-group:hover .group-hover\:tw-scale-105 {
2165
- --tw-scale-x: 1.05;
2166
- --tw-scale-y: 1.05;
2167
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2168
- }
2169
2144
  .theme-designCom .tw-group:hover .group-hover\:tw-text-info-500 {
2170
2145
  --tw-text-opacity: 1;
2171
2146
  color: rgb(63 89 246 / var(--tw-text-opacity));
2172
2147
  }
2173
- .theme-designCom .tw-group:hover .group-hover\:tw-shadow {
2174
- --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
2175
- --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
2176
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2177
- }
2178
2148
  @media (min-width: 640px) {
2179
2149
  .theme-designCom .sm\:tw-absolute {
2180
2150
  position: absolute;
@@ -699,9 +699,6 @@ video {
699
699
  .theme-designCrowd .tw-mb-4 {
700
700
  margin-bottom: 1rem;
701
701
  }
702
- .theme-designCrowd .tw-mb-5 {
703
- margin-bottom: 1.25rem;
704
- }
705
702
  .theme-designCrowd .tw-mb-6 {
706
703
  margin-bottom: 1.5rem;
707
704
  }
@@ -759,9 +756,6 @@ video {
759
756
  .theme-designCrowd .tw-mt-4 {
760
757
  margin-top: 1rem;
761
758
  }
762
- .theme-designCrowd .tw-mt-5 {
763
- margin-top: 1.25rem;
764
- }
765
759
  .theme-designCrowd .tw-mt-8 {
766
760
  margin-top: 2rem;
767
761
  }
@@ -929,9 +923,6 @@ video {
929
923
  .theme-designCrowd .tw-max-w-xl {
930
924
  max-width: 36rem;
931
925
  }
932
- .theme-designCrowd .tw-flex-1 {
933
- flex: 1 1 0%;
934
- }
935
926
  .theme-designCrowd .tw-flex-auto {
936
927
  flex: 1 1 auto;
937
928
  }
@@ -1615,9 +1606,6 @@ video {
1615
1606
  .theme-designCrowd .tw-p-4 {
1616
1607
  padding: 1rem;
1617
1608
  }
1618
- .theme-designCrowd .tw-p-5 {
1619
- padding: 1.25rem;
1620
- }
1621
1609
  .theme-designCrowd .tw-p-6 {
1622
1610
  padding: 1.5rem;
1623
1611
  }
@@ -1753,9 +1741,6 @@ video {
1753
1741
  .theme-designCrowd .tw-pt-2 {
1754
1742
  padding-top: 0.5rem;
1755
1743
  }
1756
- .theme-designCrowd .tw-pt-4 {
1757
- padding-top: 1rem;
1758
- }
1759
1744
  .theme-designCrowd .tw-pt-6 {
1760
1745
  padding-top: 1.5rem;
1761
1746
  }
@@ -1981,11 +1966,6 @@ video {
1981
1966
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
1982
1967
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
1983
1968
  }
1984
- .theme-designCrowd .tw-transition-all {
1985
- transition-property: all;
1986
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1987
- transition-duration: 150ms;
1988
- }
1989
1969
  .theme-designCrowd .tw-transition-colors {
1990
1970
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
1991
1971
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
@@ -2161,20 +2141,10 @@ video {
2161
2141
  outline: 2px solid transparent;
2162
2142
  outline-offset: 2px;
2163
2143
  }
2164
- .theme-designCrowd .tw-group:hover .group-hover\:tw-scale-105 {
2165
- --tw-scale-x: 1.05;
2166
- --tw-scale-y: 1.05;
2167
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2168
- }
2169
2144
  .theme-designCrowd .tw-group:hover .group-hover\:tw-text-info-500 {
2170
2145
  --tw-text-opacity: 1;
2171
2146
  color: rgb(17 151 235 / var(--tw-text-opacity));
2172
2147
  }
2173
- .theme-designCrowd .tw-group:hover .group-hover\:tw-shadow {
2174
- --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
2175
- --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
2176
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2177
- }
2178
2148
  @media (min-width: 640px) {
2179
2149
  .theme-designCrowd .sm\:tw-absolute {
2180
2150
  position: absolute;
@@ -1,5 +1,5 @@
1
1
  <template>
2
2
  <path
3
- d="M6.3723 14c-2.3529 0-4.2548-.3891-5.1105-1.0546a.3143.3143 0 0 1-.1019-.1574.3096.3096 0 0 1 .0067-.1864.3341.3341 0 0 1 .1231-.1488.3426.3426 0 0 1 .1864-.0574c1.4005-.022 2.3052-.3438 2.9957-.7329-1.332-.1609-2.1638-.7782-2.591-1.947a.2446.2446 0 0 1-.0066-.1654.2494.2494 0 0 1 .1005-.133.3486.3486 0 0 1 .3333-.0234c.3571.2297.7128.275 1.1414.275-.9005-.5266-1.7408-1.397-2.0685-2.475a.2703.2703 0 0 1 .0111-.1671.2761.2761 0 0 1 .1079-.1299.2941.2941 0 0 1 .3333.022c.2815.2242.621.367.9804.4125-.9328-.9157-1.5042-2.2687-.696-3.7578l.14-.275.238.2296c1.4762 1.4891 2.8319 2.1766 5.3038 2.6345v-.0907c-.0054-.8016.3107-1.5731.8798-2.1479.5692-.5747 1.3458-.9066 2.1621-.9239.6708 0 1.5937.4592 1.9733.6655.0238 0 .0476.0234.0476 0a17.7307 17.7307 0 0 0 1.7114-.6421.262.262 0 0 1 .2801.0467.2311.2311 0 0 1 .0705.1297.2282.2282 0 0 1-.0229.1453 3.131 3.131 0 0 1-.5882.9845l.4748-.1595a.322.322 0 0 1 .1485.0012.3186.3186 0 0 1 .1316.0676.2959.2959 0 0 1 .0713.1286.2917.2917 0 0 1 .0001.1464 2.2687 2.2687 0 0 1-.4358.8165 2.3167 2.3167 0 0 1-.7294.5805v.0687C13.9798 10.403 10.5569 14 6.3722 14Z"
3
+ d="M12.1655 1H14.5349L9.35972 6.93021L15.4483 15H10.6815L6.94786 10.1048L2.67545 15H0.305103L5.84041 8.65655L0 1H4.88841L8.2629 5.47324L12.1655 1ZM11.3352 13.5788H12.6483L4.17393 2.3469H2.76621L11.3352 13.5788Z"
4
4
  />
5
5
  </template>
@@ -15,7 +15,7 @@
15
15
  :class="[
16
16
  {
17
17
  'tw-w-full': !isImageMode,
18
- 'tw-p-4': !removeHorizontalPadding && !simple,
18
+ 'tw-p-4': !simple,
19
19
  'tw-max-w-md': size === 'md',
20
20
  'tw-max-w-xl': size === 'xl',
21
21
  'tw-max-w-2xl': !size && !isImageMode,
@@ -91,11 +91,6 @@ export default {
91
91
  required: false,
92
92
  default: false,
93
93
  },
94
- removeHorizontalPadding: {
95
- type: Boolean,
96
- required: false,
97
- default: false,
98
- },
99
94
  visible: {
100
95
  type: Boolean,
101
96
  required: false,
@@ -3,21 +3,6 @@
3
3
  "domainCreditUsed": "Verwendetes Domain-Guthaben",
4
4
  "free": "Kostenlos"
5
5
  },
6
- "upsellModalComponents": {
7
- "getStartedLabel": "Los geht’s",
8
- "upgradeNowLabel": "Jetzt upgraden",
9
- "linkInBioTitle": "BIO-LINK-SEITE ERSTELLEN",
10
- "linkInBioSubtitle": "Erstellen Sie einen Bio-Link, mit dem Sie neue Kontakte knüpfen und Ihre Marke stärken",
11
- "webSupportTitle": "Professionelle Unterstützung für Webdesign anfordern",
12
- "webSupportSubtitle": "Unser professionelles Webdesign-Team unterstützt Sie beim Aufbau und der Optimierung Ihrer Website",
13
- "webDesignButtonLabel": "Webdesign-Unterstützung anfordern",
14
- "digitalBusinessCardTitle": "Erstellen Sie Ihre digitale Visitenkarte",
15
- "digitalBusinessCardSubtitle": "Erstellen Sie eine digitale Visitenkarte, mit der Sie neue Kontakte knüpfen und Ihre Marke stärken",
16
- "upgradeWebsiteTitle": "Auf Premium-Website upgraden",
17
- "upgradeWebsiteSubtitle": "Schalten Sie alle erweiterten Funktionen für mehr Flexibilität frei",
18
- "legalZoomTitle": "Launchen Sie kostenlos Ihre eigene LLC",
19
- "legalZoomSubtitle": "In Zusammenarbeit mit LegalZoom können Sie jetzt kostenlos eine eigene LLC gründen."
20
- },
21
6
  "sharedPaymentConfig": {
22
7
  "onboardingIncomplete": "Das Onboarding wurde noch nicht abgeschlossen.",
23
8
  "pendingVerification": "Ausstehende Verifizierung",
@@ -3,21 +3,6 @@
3
3
  "domainCreditUsed": "Crédito del dominio usado",
4
4
  "free": "Gratis"
5
5
  },
6
- "upsellModalComponents": {
7
- "getStartedLabel": "Comienza",
8
- "upgradeNowLabel": "Hazte prémium ya",
9
- "linkInBioTitle": "CREA TU ENLACE A LA BIO",
10
- "linkInBioSubtitle": "Lanza un enlace en tu biografía que impulse las conexiones y eleve tu presencia",
11
- "webSupportTitle": "Obtén soporte profesional en diseño web",
12
- "webSupportSubtitle": "Nuestro equipo profesional de diseño web te ayudará a crear y sacar el máximo partido a tu sitio web",
13
- "webDesignButtonLabel": "Obtén soporte de diseño web",
14
- "digitalBusinessCardTitle": "Crea tu tarjeta de visita digital",
15
- "digitalBusinessCardSubtitle": "Lanza una tarjeta de visita digital que impulse las conexiones y eleve tu marca",
16
- "upgradeWebsiteTitle": "Pásate a un sitio web prémium",
17
- "upgradeWebsiteSubtitle": "Accede a todas las funciones avanzadas para disfrutar de mayor flexibilidad",
18
- "legalZoomTitle": "Inicia tu LLC gratis",
19
- "legalZoomSubtitle": "En colaboración con LegalZoom, inicia tu LLC gratis"
20
- },
21
6
  "sharedPaymentConfig": {
22
7
  "onboardingIncomplete": "Incorporación incompleta",
23
8
  "pendingVerification": "Pendiente de verificación",
@@ -3,21 +3,6 @@
3
3
  "domainCreditUsed": "Crédit de domaine utilisé",
4
4
  "free": "Gratuit"
5
5
  },
6
- "upsellModalComponents": {
7
- "getStartedLabel": "Commencez",
8
- "upgradeNowLabel": "Mettre à niveau maintenant",
9
- "linkInBioTitle": "CRÉEZ VOTRE LIEN DANS LA BIO",
10
- "linkInBioSubtitle": "Lancez un lien dans la bio qui favorise les connexions et booste",
11
- "webSupportTitle": "Profitez d'une assistance professionnelle à la conception de sites Web",
12
- "webSupportSubtitle": "Notre équipe professionnelle de conception de sites Web vous aidera à créer votre site Web et à en tirer le meilleur parti.",
13
- "webDesignButtonLabel": "Assistance Web",
14
- "digitalBusinessCardTitle": "Créez votre carte de visite numérique",
15
- "digitalBusinessCardSubtitle": "Profitez d'une carte de visite numérique qui favorise les connexions et booste votre marque",
16
- "upgradeWebsiteTitle": "Passez à un site Web premium",
17
- "upgradeWebsiteSubtitle": "Débloquez toutes les fonctionnalités avancées pour plus de flexibilité",
18
- "legalZoomTitle": "Créez votre entreprise gratuitement",
19
- "legalZoomSubtitle": "En partenariat avec LegalZoom, créez votre entreprise gratuitement"
20
- },
21
6
  "sharedPaymentConfig": {
22
7
  "onboardingIncomplete": "Inscription incomplète",
23
8
  "pendingVerification": "Vérification en attente",
@@ -3,21 +3,6 @@
3
3
  "domainCreditUsed": "Domain credit used",
4
4
  "free": "Free"
5
5
  },
6
- "upsellModalComponents": {
7
- "getStartedLabel": "Get Started",
8
- "upgradeNowLabel": "Upgrade Now",
9
- "linkInBioTitle": "Create your Link in Bio",
10
- "linkInBioSubtitle": "Launch a link in bio that drives connections and elevates",
11
- "webSupportTitle": "Get Professional Web Design Support",
12
- "webSupportSubtitle": "Our professional web design team will help you build and get the most out of your website",
13
- "webDesignButtonLabel": "Get Web Design Support",
14
- "digitalBusinessCardTitle": "Create your digital business card",
15
- "digitalBusinessCardSubtitle": "Launch a digital business card that drives connections and elevates your brand",
16
- "upgradeWebsiteTitle": "Upgrade to premium website",
17
- "upgradeWebsiteSubtitle": "Unlock all advanced features for more flexibility",
18
- "legalZoomTitle": "Start your LLC for free",
19
- "legalZoomSubtitle": "In partnership with LegalZoom, kickstart your LLC for free"
20
- },
21
6
  "sharedPaymentConfig": {
22
7
  "onboardingIncomplete": "Onboarding Incomplete",
23
8
  "pendingVerification": "Pending Verification",
@@ -3,21 +3,6 @@
3
3
  "domainCreditUsed": "Crédito de domínio utilizado",
4
4
  "free": "Grátis"
5
5
  },
6
- "upsellModalComponents": {
7
- "getStartedLabel": "Comece",
8
- "upgradeNowLabel": "Faça upgrade agora",
9
- "linkInBioTitle": "CRIAR LINK NA BIOGRAFIA",
10
- "linkInBioSubtitle": "Lance um link na bio que promova ligações e eleve",
11
- "webSupportTitle": "Obter apoio profissional ao web design",
12
- "webSupportSubtitle": "A nossa equipa profissional de design Web design vai ajudar a construir e a tirar o máximo partido do seu website.",
13
- "webDesignButtonLabel": "Obter apoio ao web design",
14
- "digitalBusinessCardTitle": "Crie o seu Cartão de Visita Digital",
15
- "digitalBusinessCardSubtitle": "Lance um cartão de visita digital que promove ligações e eleva a sua marca",
16
- "upgradeWebsiteTitle": "Upgrade para Website premium",
17
- "upgradeWebsiteSubtitle": "Desbloqueie todas as funcionalidades avançadas para maior flexibilidade",
18
- "legalZoomTitle": "Crie a sua sociedade gratuitamente",
19
- "legalZoomSubtitle": "Em parceria com a LegalZoom, crie a sua sociedade gratuitamente"
20
- },
21
6
  "sharedPaymentConfig": {
22
7
  "onboardingIncomplete": "Integração incompleta",
23
8
  "pendingVerification": "Verificação Pendente",
@@ -1,5 +1,6 @@
1
1
  import axios from 'axios';
2
2
  import API from '../constants/api';
3
+ import { getCurrentLocale } from '../../useSharedLibTranslate';
3
4
 
4
5
  let internalAxios;
5
6
 
@@ -63,6 +64,8 @@ const searchDomainNamesByKeywordAsync = async ({
63
64
  limit,
64
65
  }) => {
65
66
  try {
67
+ const currentLocale = getCurrentLocale();
68
+
66
69
  let url = `${API.DOMAIN_NAME_SEARCH_API_URL}?keyword=${keyword}&userText=${encodeURIComponent(userText)}`;
67
70
 
68
71
  if (designDraftToken) {
@@ -81,6 +84,10 @@ const searchDomainNamesByKeywordAsync = async ({
81
84
  url = `${url}&domainNameSearchOrigin=${domainNameSearchOrigin}`;
82
85
  }
83
86
 
87
+ if (currentLocale) {
88
+ url = `${url}&locale=${currentLocale}`;
89
+ }
90
+
84
91
  if (limit) {
85
92
  url = `${url}&limit=${limit}`;
86
93
  }
@@ -1,6 +1,5 @@
1
1
  import Card from './PublishBrandPageCard.vue';
2
2
  import PublishBrandPageModal from './PublishBrandPageModal.vue';
3
- import UpgradeWebsite from '../../../atoms/components/Upsell/UpgradeWebsite.vue';
4
3
  import { domains } from './__fixtures__/data';
5
4
  import { setSharedLibLocaleAsync } from '../../../useSharedLibTranslate';
6
5
 
@@ -225,43 +224,3 @@ export const Free = () => {
225
224
  };
226
225
 
227
226
  Free.loaders = [loadTranslationAsync];
228
-
229
- export const PublishedNoDomainsABtestUpgrade = () => {
230
- return {
231
- components: {
232
- PublishBrandPageModal,
233
- UpgradeWebsite
234
- },
235
- data() {
236
- return {
237
- domains: [],
238
- upgradeProps: {
239
- title: 'Upgrade to premium website',
240
- subtitle: 'Unlock all advanced features for more flexibility',
241
- imageUrl: 'https://bcassetcdn.com/assets/images/modal/onboarding-upsell-website@2x.en-us.png',
242
- },
243
- };
244
- },
245
- template: `
246
- <PublishBrandPageModal
247
- visible
248
- :is-design-com="false"
249
- is-published
250
- should-publish
251
- :domains="domains"
252
- brand-page-display-name='Website'
253
- brand-page-slug='test-slug'
254
- brand-page-base-url="https://brand.site"
255
- radio-value="slug"
256
- show-upsell-rotation
257
- brand-page-url="https://brand.site/test-slug">
258
- <template #upsellContainer>
259
- <UpgradeWebsite
260
- button-url="https://example.com/upgrade"
261
- />
262
- </PublishBrandPageModal>
263
- `,
264
- };
265
- };
266
-
267
- PublishedNoDomainsABtestUpgrade.loaders = [loadTranslationAsync];