@designcrowd/fe-shared-lib 1.2.2-data-id-2 → 1.2.2-ml-jj-1

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 (68) hide show
  1. package/dist/css/tailwind-brandCrowd.css +2419 -0
  2. package/dist/css/tailwind-brandPage.css +2107 -0
  3. package/dist/css/tailwind-crazyDomains.css +2419 -0
  4. package/dist/css/tailwind-designCom.css +2419 -0
  5. package/dist/css/tailwind-designCrowd.css +2419 -0
  6. package/index.js +1 -1
  7. package/package.json +5 -2
  8. package/public/css/tailwind-brandCrowd.css +26 -0
  9. package/public/css/tailwind-brandPage.css +22 -0
  10. package/public/css/tailwind-crazyDomains.css +26 -0
  11. package/public/css/tailwind-designCom.css +26 -0
  12. package/public/css/tailwind-designCrowd.css +26 -0
  13. package/src/atoms/components/Icon/Icon.vue +0 -1
  14. package/src/bundles/bundled-translations.de-DE.json +48 -2
  15. package/src/bundles/bundled-translations.es-ES.json +48 -2
  16. package/src/bundles/bundled-translations.fr-FR.json +48 -2
  17. package/src/bundles/bundled-translations.json +48 -2
  18. package/src/bundles/bundled-translations.pt-PT.json +48 -2
  19. package/src/experiences/components/PublishBrandPageModal/PublishBrandPageCard.vue +14 -10
  20. package/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.stories.js +24 -0
  21. package/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.vue +49 -20
  22. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.de-DE.json +21 -0
  23. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.es-ES.json +21 -0
  24. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.fr-FR.json +21 -0
  25. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.json +21 -0
  26. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.pt-PT.json +21 -0
  27. package/src/experiences/components/SellDomainNameList/SellDomainNameList.vue +15 -7
  28. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.de-DE.json +8 -0
  29. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.es-ES.json +8 -0
  30. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.fr-FR.json +8 -0
  31. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.json +8 -0
  32. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.pt-PT.json +8 -0
  33. package/src/experiences/components/SellDomainNameListModal/SellDomainNameListModal.vue +12 -8
  34. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.de-DE.json +6 -0
  35. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.es-ES.json +6 -0
  36. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.fr-FR.json +6 -0
  37. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.json +6 -0
  38. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.pt-PT.json +6 -0
  39. package/src/experiences/components/SellDomainNameModalApplication/SellDomainNameModalApplication.vue +13 -9
  40. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.de-DE.json +6 -0
  41. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.es-ES.json +6 -0
  42. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.fr-FR.json +6 -0
  43. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.json +6 -0
  44. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.pt-PT.json +6 -0
  45. package/src/experiences/components/SellDomainNameSearch/SellDomainNameSearch.vue +18 -13
  46. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.de-DE.json +8 -0
  47. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.es-ES.json +8 -0
  48. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.fr-FR.json +8 -0
  49. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.json +8 -0
  50. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.pt-PT.json +8 -0
  51. package/src/experiences/components/SellDomainNameSearchResult/SellDomainNameListSearchResult.vue +16 -5
  52. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.de-DE.json +6 -0
  53. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.es-ES.json +6 -0
  54. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.fr-FR.json +6 -0
  55. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.json +6 -0
  56. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.pt-PT.json +6 -0
  57. package/src/experiences/components/SellDomainNameWidget/SellDomainNameWidget.vue +15 -12
  58. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.de-DE.json +8 -0
  59. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.es-ES.json +8 -0
  60. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.fr-FR.json +8 -0
  61. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.json +8 -0
  62. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.pt-PT.json +8 -0
  63. package/src/useSharedLibTranslate.js +4 -2
  64. package/src/experiences/components/PublishBrandPageModal/i18n/publish-modal.de-DE.json +0 -5
  65. package/src/experiences/components/PublishBrandPageModal/i18n/publish-modal.es-ES.json +0 -5
  66. package/src/experiences/components/PublishBrandPageModal/i18n/publish-modal.fr-FR.json +0 -5
  67. package/src/experiences/components/PublishBrandPageModal/i18n/publish-modal.json +0 -5
  68. package/src/experiences/components/PublishBrandPageModal/i18n/publish-modal.pt-PT.json +0 -5
package/index.js CHANGED
@@ -19,7 +19,7 @@ export { default as SellDomainNameWidget } from './src/experiences/components/Se
19
19
  export { default as PublishBrandPageModal } from './src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.vue';
20
20
  export { default as PublishBrandPageCard } from './src/experiences/components/PublishBrandPageModal/PublishBrandPageCard.vue';
21
21
 
22
- export { setSharedLibLocaleAsync, tr } from './src/useSharedLibTranslate';
22
+ export { setLocaleAsync, tr } from './src/useSharedLibTranslate';
23
23
 
24
24
  export { default as Button } from './src/atoms/components/Button/Button.vue';
25
25
  export { default as ButtonGroup } from './src/atoms/components/ButtonGroup/ButtonGroup.vue';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@designcrowd/fe-shared-lib",
3
- "version": "1.2.2-data-id-2",
3
+ "version": "1.2.2-ml-jj-1",
4
4
  "scripts": {
5
5
  "start": "run-p storybook watch:translation",
6
6
  "build": "npm run build:css --production",
@@ -81,6 +81,9 @@
81
81
  "vue-style-loader": "4.1.3",
82
82
  "yargs": "17.7.2"
83
83
  },
84
+ "peerDependencies": {
85
+ "vue": "3.5.15"
86
+ },
84
87
  "browserslist": [
85
88
  "> 1%",
86
89
  "last 2 versions",
@@ -113,4 +116,4 @@
113
116
  "overrides": {
114
117
  "storybook": "$storybook"
115
118
  }
116
- }
119
+ }
@@ -719,6 +719,9 @@ video {
719
719
  .theme-brandCrowd .tw-ml-auto {
720
720
  margin-left: auto;
721
721
  }
722
+ .theme-brandCrowd .tw-mr-1 {
723
+ margin-right: 0.25rem;
724
+ }
722
725
  .theme-brandCrowd .tw-mr-2 {
723
726
  margin-right: 0.5rem;
724
727
  }
@@ -827,6 +830,10 @@ video {
827
830
  .theme-brandCrowd .tw-h-auto {
828
831
  height: auto;
829
832
  }
833
+ .theme-brandCrowd .tw-h-fit {
834
+ height: -moz-fit-content;
835
+ height: fit-content;
836
+ }
830
837
  .theme-brandCrowd .tw-h-full {
831
838
  height: 100%;
832
839
  }
@@ -1446,6 +1453,17 @@ video {
1446
1453
  .theme-brandCrowd .tw-bg-opacity-80 {
1447
1454
  --tw-bg-opacity: 0.8;
1448
1455
  }
1456
+ .theme-brandCrowd .tw-bg-gradient-to-t {
1457
+ background-image: linear-gradient(to top, var(--tw-gradient-stops));
1458
+ }
1459
+ .theme-brandCrowd .tw-from-\[\#d946ef\] {
1460
+ --tw-gradient-from: #d946ef var(--tw-gradient-from-position);
1461
+ --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
1462
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
1463
+ }
1464
+ .theme-brandCrowd .tw-to-\[\#8b5cf6\] {
1465
+ --tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
1466
+ }
1449
1467
  .theme-brandCrowd .tw-bg-no-repeat {
1450
1468
  background-repeat: no-repeat;
1451
1469
  }
@@ -2023,6 +2041,10 @@ video {
2023
2041
  --tw-bg-opacity: 1;
2024
2042
  background-color: rgb(0 121 172 / var(--tw-bg-opacity));
2025
2043
  }
2044
+ .theme-brandCrowd .hover\:tw-bg-primary-100:hover {
2045
+ --tw-bg-opacity: 1;
2046
+ background-color: rgb(252 209 217 / var(--tw-bg-opacity));
2047
+ }
2026
2048
  .theme-brandCrowd .hover\:tw-bg-primary-400:hover {
2027
2049
  --tw-bg-opacity: 1;
2028
2050
  background-color: rgb(245 73 101 / var(--tw-bg-opacity));
@@ -2087,6 +2109,10 @@ video {
2087
2109
  --tw-shadow-color: #0097D7 !important;
2088
2110
  --tw-shadow: var(--tw-shadow-colored) !important;
2089
2111
  }
2112
+ .theme-brandCrowd .hover\:tw-brightness-\[0\.85\]:hover {
2113
+ --tw-brightness: brightness(0.85);
2114
+ 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);
2115
+ }
2090
2116
  .theme-brandCrowd .focus\:tw-border-error-600:focus {
2091
2117
  --tw-border-opacity: 1;
2092
2118
  border-color: rgb(194 22 50 / var(--tw-border-opacity));
@@ -719,6 +719,9 @@ video {
719
719
  .theme-brandPage .tw-ml-auto {
720
720
  margin-left: auto;
721
721
  }
722
+ .theme-brandPage .tw-mr-1 {
723
+ margin-right: 0.25rem;
724
+ }
722
725
  .theme-brandPage .tw-mr-2 {
723
726
  margin-right: 0.5rem;
724
727
  }
@@ -827,6 +830,10 @@ video {
827
830
  .theme-brandPage .tw-h-auto {
828
831
  height: auto;
829
832
  }
833
+ .theme-brandPage .tw-h-fit {
834
+ height: -moz-fit-content;
835
+ height: fit-content;
836
+ }
830
837
  .theme-brandPage .tw-h-full {
831
838
  height: 100%;
832
839
  }
@@ -1294,6 +1301,17 @@ video {
1294
1301
  .theme-brandPage .tw-bg-opacity-80 {
1295
1302
  --tw-bg-opacity: 0.8;
1296
1303
  }
1304
+ .theme-brandPage .tw-bg-gradient-to-t {
1305
+ background-image: linear-gradient(to top, var(--tw-gradient-stops));
1306
+ }
1307
+ .theme-brandPage .tw-from-\[\#d946ef\] {
1308
+ --tw-gradient-from: #d946ef var(--tw-gradient-from-position);
1309
+ --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
1310
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
1311
+ }
1312
+ .theme-brandPage .tw-to-\[\#8b5cf6\] {
1313
+ --tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
1314
+ }
1297
1315
  .theme-brandPage .tw-bg-no-repeat {
1298
1316
  background-repeat: no-repeat;
1299
1317
  }
@@ -1791,6 +1809,10 @@ video {
1791
1809
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
1792
1810
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1793
1811
  }
1812
+ .theme-brandPage .hover\:tw-brightness-\[0\.85\]:hover {
1813
+ --tw-brightness: brightness(0.85);
1814
+ 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);
1815
+ }
1794
1816
  .theme-brandPage .focus\:tw-border-grayscale-600:focus {
1795
1817
  --tw-border-opacity: 1;
1796
1818
  border-color: rgb(94 94 94 / var(--tw-border-opacity));
@@ -719,6 +719,9 @@ video {
719
719
  .theme-crazyDomains .tw-ml-auto {
720
720
  margin-left: auto;
721
721
  }
722
+ .theme-crazyDomains .tw-mr-1 {
723
+ margin-right: 0.25rem;
724
+ }
722
725
  .theme-crazyDomains .tw-mr-2 {
723
726
  margin-right: 0.5rem;
724
727
  }
@@ -827,6 +830,10 @@ video {
827
830
  .theme-crazyDomains .tw-h-auto {
828
831
  height: auto;
829
832
  }
833
+ .theme-crazyDomains .tw-h-fit {
834
+ height: -moz-fit-content;
835
+ height: fit-content;
836
+ }
830
837
  .theme-crazyDomains .tw-h-full {
831
838
  height: 100%;
832
839
  }
@@ -1446,6 +1453,17 @@ video {
1446
1453
  .theme-crazyDomains .tw-bg-opacity-80 {
1447
1454
  --tw-bg-opacity: 0.8;
1448
1455
  }
1456
+ .theme-crazyDomains .tw-bg-gradient-to-t {
1457
+ background-image: linear-gradient(to top, var(--tw-gradient-stops));
1458
+ }
1459
+ .theme-crazyDomains .tw-from-\[\#d946ef\] {
1460
+ --tw-gradient-from: #d946ef var(--tw-gradient-from-position);
1461
+ --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
1462
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
1463
+ }
1464
+ .theme-crazyDomains .tw-to-\[\#8b5cf6\] {
1465
+ --tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
1466
+ }
1449
1467
  .theme-crazyDomains .tw-bg-no-repeat {
1450
1468
  background-repeat: no-repeat;
1451
1469
  }
@@ -2023,6 +2041,10 @@ video {
2023
2041
  --tw-bg-opacity: 1;
2024
2042
  background-color: rgb(0 129 191 / var(--tw-bg-opacity));
2025
2043
  }
2044
+ .theme-crazyDomains .hover\:tw-bg-primary-100:hover {
2045
+ --tw-bg-opacity: 1;
2046
+ background-color: rgb(226 238 213 / var(--tw-bg-opacity));
2047
+ }
2026
2048
  .theme-crazyDomains .hover\:tw-bg-primary-400:hover {
2027
2049
  --tw-bg-opacity: 1;
2028
2050
  background-color: rgb(140 189 89 / var(--tw-bg-opacity));
@@ -2087,6 +2109,10 @@ video {
2087
2109
  --tw-shadow-color: #00A1EF !important;
2088
2110
  --tw-shadow: var(--tw-shadow-colored) !important;
2089
2111
  }
2112
+ .theme-crazyDomains .hover\:tw-brightness-\[0\.85\]:hover {
2113
+ --tw-brightness: brightness(0.85);
2114
+ 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);
2115
+ }
2090
2116
  .theme-crazyDomains .focus\:tw-border-error-600:focus {
2091
2117
  --tw-border-opacity: 1;
2092
2118
  border-color: rgb(186 24 79 / var(--tw-border-opacity));
@@ -719,6 +719,9 @@ video {
719
719
  .theme-designCom .tw-ml-auto {
720
720
  margin-left: auto;
721
721
  }
722
+ .theme-designCom .tw-mr-1 {
723
+ margin-right: 0.25rem;
724
+ }
722
725
  .theme-designCom .tw-mr-2 {
723
726
  margin-right: 0.5rem;
724
727
  }
@@ -827,6 +830,10 @@ video {
827
830
  .theme-designCom .tw-h-auto {
828
831
  height: auto;
829
832
  }
833
+ .theme-designCom .tw-h-fit {
834
+ height: -moz-fit-content;
835
+ height: fit-content;
836
+ }
830
837
  .theme-designCom .tw-h-full {
831
838
  height: 100%;
832
839
  }
@@ -1446,6 +1453,17 @@ video {
1446
1453
  .theme-designCom .tw-bg-opacity-80 {
1447
1454
  --tw-bg-opacity: 0.8;
1448
1455
  }
1456
+ .theme-designCom .tw-bg-gradient-to-t {
1457
+ background-image: linear-gradient(to top, var(--tw-gradient-stops));
1458
+ }
1459
+ .theme-designCom .tw-from-\[\#d946ef\] {
1460
+ --tw-gradient-from: #d946ef var(--tw-gradient-from-position);
1461
+ --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
1462
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
1463
+ }
1464
+ .theme-designCom .tw-to-\[\#8b5cf6\] {
1465
+ --tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
1466
+ }
1449
1467
  .theme-designCom .tw-bg-no-repeat {
1450
1468
  background-repeat: no-repeat;
1451
1469
  }
@@ -2023,6 +2041,10 @@ video {
2023
2041
  --tw-bg-opacity: 1;
2024
2042
  background-color: rgb(50 71 197 / var(--tw-bg-opacity));
2025
2043
  }
2044
+ .theme-designCom .hover\:tw-bg-primary-100:hover {
2045
+ --tw-bg-opacity: 1;
2046
+ background-color: rgb(236 238 254 / var(--tw-bg-opacity));
2047
+ }
2026
2048
  .theme-designCom .hover\:tw-bg-primary-400:hover {
2027
2049
  --tw-bg-opacity: 1;
2028
2050
  background-color: rgb(121 139 249 / var(--tw-bg-opacity));
@@ -2087,6 +2109,10 @@ video {
2087
2109
  --tw-shadow-color: #3f59f6 !important;
2088
2110
  --tw-shadow: var(--tw-shadow-colored) !important;
2089
2111
  }
2112
+ .theme-designCom .hover\:tw-brightness-\[0\.85\]:hover {
2113
+ --tw-brightness: brightness(0.85);
2114
+ 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);
2115
+ }
2090
2116
  .theme-designCom .focus\:tw-border-error-600:focus {
2091
2117
  --tw-border-opacity: 1;
2092
2118
  border-color: rgb(182 58 42 / var(--tw-border-opacity));
@@ -719,6 +719,9 @@ video {
719
719
  .theme-designCrowd .tw-ml-auto {
720
720
  margin-left: auto;
721
721
  }
722
+ .theme-designCrowd .tw-mr-1 {
723
+ margin-right: 0.25rem;
724
+ }
722
725
  .theme-designCrowd .tw-mr-2 {
723
726
  margin-right: 0.5rem;
724
727
  }
@@ -827,6 +830,10 @@ video {
827
830
  .theme-designCrowd .tw-h-auto {
828
831
  height: auto;
829
832
  }
833
+ .theme-designCrowd .tw-h-fit {
834
+ height: -moz-fit-content;
835
+ height: fit-content;
836
+ }
830
837
  .theme-designCrowd .tw-h-full {
831
838
  height: 100%;
832
839
  }
@@ -1446,6 +1453,17 @@ video {
1446
1453
  .theme-designCrowd .tw-bg-opacity-80 {
1447
1454
  --tw-bg-opacity: 0.8;
1448
1455
  }
1456
+ .theme-designCrowd .tw-bg-gradient-to-t {
1457
+ background-image: linear-gradient(to top, var(--tw-gradient-stops));
1458
+ }
1459
+ .theme-designCrowd .tw-from-\[\#d946ef\] {
1460
+ --tw-gradient-from: #d946ef var(--tw-gradient-from-position);
1461
+ --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
1462
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
1463
+ }
1464
+ .theme-designCrowd .tw-to-\[\#8b5cf6\] {
1465
+ --tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
1466
+ }
1449
1467
  .theme-designCrowd .tw-bg-no-repeat {
1450
1468
  background-repeat: no-repeat;
1451
1469
  }
@@ -2023,6 +2041,10 @@ video {
2023
2041
  --tw-bg-opacity: 1;
2024
2042
  background-color: rgb(14 121 188 / var(--tw-bg-opacity));
2025
2043
  }
2044
+ .theme-designCrowd .hover\:tw-bg-primary-100:hover {
2045
+ --tw-bg-opacity: 1;
2046
+ background-color: rgb(207 234 251 / var(--tw-bg-opacity));
2047
+ }
2026
2048
  .theme-designCrowd .hover\:tw-bg-primary-400:hover {
2027
2049
  --tw-bg-opacity: 1;
2028
2050
  background-color: rgb(65 172 239 / var(--tw-bg-opacity));
@@ -2087,6 +2109,10 @@ video {
2087
2109
  --tw-shadow-color: #1197EB !important;
2088
2110
  --tw-shadow: var(--tw-shadow-colored) !important;
2089
2111
  }
2112
+ .theme-designCrowd .hover\:tw-brightness-\[0\.85\]:hover {
2113
+ --tw-brightness: brightness(0.85);
2114
+ 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);
2115
+ }
2090
2116
  .theme-designCrowd .focus\:tw-border-error-600:focus {
2091
2117
  --tw-border-opacity: 1;
2092
2118
  border-color: rgb(195 50 48 / var(--tw-border-opacity));
@@ -19,7 +19,6 @@
19
19
  role="graphics-symbol"
20
20
  aria-labelledby="title"
21
21
  aria-describedby="desc"
22
- :data-id="`${name}-${id}-title`"
23
22
  >
24
23
  <title v-if="title" :id="`${name}-${id}-title`" lang="en">{{ title }}</title>
25
24
  <desc v-if="description" :id="`${name}-${id}-desc`" lang="en">{{ description }}</desc>
@@ -1,5 +1,51 @@
1
1
  {
2
- "publishModal": {
3
- "test": "DE-Publish Brand Page"
2
+ "publishBrandPageModal": {
3
+ "firstTimePublishHeaderLabel": "Legen Sie die URL für Ihre {{brandPageDisplayName}} fest",
4
+ "sitePublishedLabel": "Seite veröffentlicht!",
5
+ "publishSuccessLabel": "Ihre {{brandPageDisplayName}} ist live! Beginnen Sie mit der Nutzung Ihres Links:",
6
+ "freePublishCardTitleLabel": "Freie Adresse",
7
+ "freePublishCardDescriptionLabel": "Wählen Sie jetzt eine kostenlose Adresse zur Veröffentlichung aus. Sie können die URL später jederzeit bearbeiten",
8
+ "slugInputPlaceholderYourNameLabel": "ihr-name",
9
+ "slugInputPlaceholderYourBusinessNameLabel": "ihr-firmen-name",
10
+ "freeDomainLabel": "Kostenlose Domain",
11
+ "purchasedDomainLabel": "Erworbene Domain",
12
+ "setUrlLabel": "URL festlegen",
13
+ "publishLabel": "Veröffentlichen",
14
+ "viewMoreDomainLabel": "WEITERE DOMAINS ANZEIGEN",
15
+ "viewMyWebsiteLabel": "{{brandPageDisplayName}} anzeigen",
16
+ "copyLabel": "Kopieren",
17
+ "copySuccessLabel": "Kopiert!",
18
+ "publishedSuccessDescriptionLabel": "Kaufen Sie eine passende Domain für Ihre Marke",
19
+ "hasAlreadyPurchasedDomainCloseButtonLabel": "Nein, danke, vielleicht später"
20
+ },
21
+ "sellDomainNameList": {
22
+ "freeDomainButtonLabel": "Kostenlose Domain",
23
+ "buyNowButtonLabel": "Jetzt kaufen",
24
+ "pricePerYearLabel": "/yr",
25
+ "costPriceLabel": "Kostenpreis:"
26
+ },
27
+ "sellDomainNameListModal": {
28
+ "domainSearchHeaderTitle": "Domainname suchen",
29
+ "domainSearchHeaderSubtitle": "Kaufen Sie eine passende Domain für Ihre Marke"
30
+ },
31
+ "sellDomainNameModalApplication": {
32
+ "domainSearchHeaderTitle": "Domainname suchen",
33
+ "domainSearchHeaderSubtitle": "Kaufen Sie eine passende Domain für Ihre Marke"
34
+ },
35
+ "sellDomainNameSearch": {
36
+ "searchButtonLabel": "Suche",
37
+ "searchBarLabel": "Suche",
38
+ "searchBarPlaceholder": "Domainnamen suchen",
39
+ "searchBarPreText": "Domainname"
40
+ },
41
+ "sellDomainNameListSearchResult": {
42
+ "domainSearchEmptyMessage": "Leider konnten wir keine Domain für \"{domainNameSearchTerm}\" finden.",
43
+ "searchAnotherDomainMessage": "Versuchen Sie, mit einer anderen Domain zu suchen."
44
+ },
45
+ "sellDomainNameWidget": {
46
+ "searchButtonLabel": "Suche",
47
+ "searchBarLabel": "Suche",
48
+ "searchBarPlaceholder": "Domainnamen suchen",
49
+ "domainSearchOrConnectHeaderSubtitle": "Kaufen Sie passende Domains für Ihre Marke oder verknüpfen Sie Ihre bestehende Domain"
4
50
  }
5
51
  }
@@ -1,5 +1,51 @@
1
1
  {
2
- "publishModal": {
3
- "test": "ES-Publish Brand Page"
2
+ "publishBrandPageModal": {
3
+ "firstTimePublishHeaderLabel": "Define la URL de tu sitio {{brandPageDisplayName}}",
4
+ "sitePublishedLabel": "¡Sitio publicado!",
5
+ "publishSuccessLabel": "¡Tu sitio {{brandPageDisplayName}} está online! Comienza a usar el enlace:",
6
+ "freePublishCardTitleLabel": "Dirección gratuita",
7
+ "freePublishCardDescriptionLabel": "Elige una dirección gratuita para publicar ahora. Siempre puedes editar la URL más tarde",
8
+ "slugInputPlaceholderYourNameLabel": "tu-nombre",
9
+ "slugInputPlaceholderYourBusinessNameLabel": "nombre-de-tu-negocio",
10
+ "freeDomainLabel": "Dominio gratis",
11
+ "purchasedDomainLabel": "Dominio adquirido",
12
+ "setUrlLabel": "Establece URL",
13
+ "publishLabel": "Publicar",
14
+ "viewMoreDomainLabel": "VER MÁS DOMINIOS",
15
+ "viewMyWebsiteLabel": "Ver sitio {{brandPageDisplayName}}",
16
+ "copyLabel": "Copiar",
17
+ "copySuccessLabel": "¡Copiado!",
18
+ "publishedSuccessDescriptionLabel": "Compra un nombre de dominio que coincida con tu marca",
19
+ "hasAlreadyPurchasedDomainCloseButtonLabel": "No gracias, quizás más tarde"
20
+ },
21
+ "sellDomainNameList": {
22
+ "freeDomainButtonLabel": "Dominio gratis",
23
+ "buyNowButtonLabel": "Comprar ahora",
24
+ "pricePerYearLabel": "/yr",
25
+ "costPriceLabel": "Precio de coste:"
26
+ },
27
+ "sellDomainNameListModal": {
28
+ "domainSearchHeaderTitle": "Busca un nombre de dominio",
29
+ "domainSearchHeaderSubtitle": "Compra un nombre de dominio que coincida con tu marca"
30
+ },
31
+ "sellDomainNameModalApplication": {
32
+ "domainSearchHeaderTitle": "Busca un nombre de dominio",
33
+ "domainSearchHeaderSubtitle": "Compra un nombre de dominio que coincida con tu marca"
34
+ },
35
+ "sellDomainNameSearch": {
36
+ "searchButtonLabel": "Buscar",
37
+ "searchBarLabel": "Buscar",
38
+ "searchBarPlaceholder": "Busca nombres de dominio",
39
+ "searchBarPreText": "Nombre de dominio"
40
+ },
41
+ "sellDomainNameListSearchResult": {
42
+ "domainSearchEmptyMessage": "Lo siento, no hemos podido encontrar ningún dominio para \"{domainNameSearchTerm}\".",
43
+ "searchAnotherDomainMessage": "Prueba a buscar con otro nombre de dominio."
44
+ },
45
+ "sellDomainNameWidget": {
46
+ "searchButtonLabel": "Buscar",
47
+ "searchBarLabel": "Buscar",
48
+ "searchBarPlaceholder": "Busca nombres de dominio",
49
+ "domainSearchOrConnectHeaderSubtitle": "Compra un nombre de dominio que coincida con tu marca o conecta tu dominio existente"
4
50
  }
5
51
  }
@@ -1,5 +1,51 @@
1
1
  {
2
- "publishModal": {
3
- "test": "FR-Publish Brand Page"
2
+ "publishBrandPageModal": {
3
+ "firstTimePublishHeaderLabel": "Définissez l'URL de votre site {{brandPageDisplayName}}",
4
+ "sitePublishedLabel": "Site publié !",
5
+ "publishSuccessLabel": "Votre site {{brandPageDisplayName}} est en ligne! Commencez à utiliser votre lien:",
6
+ "freePublishCardTitleLabel": "Adresse libre",
7
+ "freePublishCardDescriptionLabel": "Choisissez une adresse gratuite pour publier maintenant. Vous pouvez toujours modifier l'URL plus tard",
8
+ "slugInputPlaceholderYourNameLabel": "your-name",
9
+ "slugInputPlaceholderYourBusinessNameLabel": "nom-de-votre-entreprise",
10
+ "freeDomainLabel": "Domaine gratuit",
11
+ "purchasedDomainLabel": "Domaine acheté",
12
+ "setUrlLabel": "Définir l'URL",
13
+ "publishLabel": "Publier",
14
+ "viewMoreDomainLabel": "VOIR PLUS DE NOMS DE DOMAINE",
15
+ "viewMyWebsiteLabel": "Voir le site {{brandPageDisplayName}}",
16
+ "copyLabel": "Copier",
17
+ "copySuccessLabel": "Copié!",
18
+ "publishedSuccessDescriptionLabel": "Achetez un nom de domaine correspondant à votre marque",
19
+ "hasAlreadyPurchasedDomainCloseButtonLabel": "Non merci, peut-être plus tard"
20
+ },
21
+ "sellDomainNameList": {
22
+ "freeDomainButtonLabel": "Domaine gratuit",
23
+ "buyNowButtonLabel": "Acheter",
24
+ "pricePerYearLabel": "/yr",
25
+ "costPriceLabel": "Prix de revient:"
26
+ },
27
+ "sellDomainNameListModal": {
28
+ "domainSearchHeaderTitle": "Rechercher un nom de domaine",
29
+ "domainSearchHeaderSubtitle": "Achetez un nom de domaine correspondant à votre marque"
30
+ },
31
+ "sellDomainNameModalApplication": {
32
+ "domainSearchHeaderTitle": "Rechercher un nom de domaine",
33
+ "domainSearchHeaderSubtitle": "Achetez un nom de domaine correspondant à votre marque"
34
+ },
35
+ "sellDomainNameSearch": {
36
+ "searchButtonLabel": "Rechercher",
37
+ "searchBarLabel": "Rechercher",
38
+ "searchBarPlaceholder": "Rechercher des noms de domaine",
39
+ "searchBarPreText": "Nom de domaine"
40
+ },
41
+ "sellDomainNameListSearchResult": {
42
+ "domainSearchEmptyMessage": "Désolé, nous n’avons pas trouvé de nom de domaine pour \"{domainNameSearchTerm}\".",
43
+ "searchAnotherDomainMessage": "Essayez de faire une recherche avec un autre nom de domaine."
44
+ },
45
+ "sellDomainNameWidget": {
46
+ "searchButtonLabel": "Rechercher",
47
+ "searchBarLabel": "Rechercher",
48
+ "searchBarPlaceholder": "Rechercher des noms de domaine",
49
+ "domainSearchOrConnectHeaderSubtitle": "Achetez un nom de domaine correspondant à votre marque ou connectez votre domaine existant"
4
50
  }
5
51
  }
@@ -1,5 +1,51 @@
1
1
  {
2
- "publishModal": {
3
- "test": "EN-Publish Brand Page"
2
+ "publishBrandPageModal": {
3
+ "firstTimePublishHeaderLabel": "Set the URL for {{brandPageDisplayName}}",
4
+ "sitePublishedLabel": "Site published!",
5
+ "publishSuccessLabel": "Your {{brandPageDisplayName}} is live! Start using your link:",
6
+ "freePublishCardTitleLabel": "Free Address",
7
+ "freePublishCardDescriptionLabel": "Choose a free address to publish now. You can always edit the URL later",
8
+ "slugInputPlaceholderYourNameLabel": "your-name",
9
+ "slugInputPlaceholderYourBusinessNameLabel": "your-business-name",
10
+ "freeDomainLabel": "Free domain",
11
+ "purchasedDomainLabel": "Purchased domain",
12
+ "setUrlLabel": "Set URL",
13
+ "publishLabel": "Publish",
14
+ "viewMoreDomainLabel": "VIEW MORE DOMAINS",
15
+ "viewMyWebsiteLabel": "View {{brandPageDisplayName}}",
16
+ "copyLabel": "Copy",
17
+ "copySuccessLabel": "Copied!",
18
+ "publishedSuccessDescriptionLabel": "Buy matching domain name for your brand",
19
+ "hasAlreadyPurchasedDomainCloseButtonLabel": "No thanks, maybe later"
20
+ },
21
+ "sellDomainNameList": {
22
+ "freeDomainButtonLabel": "Free Domain",
23
+ "buyNowButtonLabel": "Buy Now",
24
+ "pricePerYearLabel": "/yr",
25
+ "costPriceLabel": "Cost Price:"
26
+ },
27
+ "sellDomainNameListModal": {
28
+ "domainSearchHeaderTitle": "Search a domain name",
29
+ "domainSearchHeaderSubtitle": "Buy matching domain name for your brand"
30
+ },
31
+ "sellDomainNameModalApplication": {
32
+ "domainSearchHeaderTitle": "Search a domain name",
33
+ "domainSearchHeaderSubtitle": "Buy matching domain name for your brand"
34
+ },
35
+ "sellDomainNameSearch": {
36
+ "searchButtonLabel": "Search",
37
+ "searchBarLabel": "Search",
38
+ "searchBarPlaceholder": "Search domain names",
39
+ "searchBarPreText": "Domain name"
40
+ },
41
+ "sellDomainNameListSearchResult": {
42
+ "domainSearchEmptyMessage": "Sorry, we couldn't find any domain for \"{domainNameSearchTerm}\".",
43
+ "searchAnotherDomainMessage": "Try searching with another domain name."
44
+ },
45
+ "sellDomainNameWidget": {
46
+ "searchButtonLabel": "Search",
47
+ "searchBarLabel": "Search",
48
+ "searchBarPlaceholder": "Search domain names",
49
+ "domainSearchOrConnectHeaderSubtitle": "Buy matching domain name for your brand or connect your existing domain"
4
50
  }
5
51
  }
@@ -1,5 +1,51 @@
1
1
  {
2
- "publishModal": {
3
- "test": "PT-Publish Brand Page"
2
+ "publishBrandPageModal": {
3
+ "firstTimePublishHeaderLabel": "Defina o URL do seu {{brandPageDisplayName}}",
4
+ "sitePublishedLabel": "Site publicado!",
5
+ "publishSuccessLabel": "O seu {{brandPageDisplayName}} está ativo! Comece a usar o seu link:",
6
+ "freePublishCardTitleLabel": "Endereço gratuito",
7
+ "freePublishCardDescriptionLabel": "Escolha um endereço gratuito para publicar agora. Pode sempre editar o URL mais tarde",
8
+ "slugInputPlaceholderYourNameLabel": "o-seu-nome",
9
+ "slugInputPlaceholderYourBusinessNameLabel": "nome-da-sua-empresa",
10
+ "freeDomainLabel": "Domínio gratuito",
11
+ "purchasedDomainLabel": "Domínio comprado",
12
+ "setUrlLabel": "Definir URL",
13
+ "publishLabel": "Publicar",
14
+ "viewMoreDomainLabel": "VER MAIS DOMÍNIOS",
15
+ "viewMyWebsiteLabel": "Ver {{brandPageDisplayName}}",
16
+ "copyLabel": "Copiar",
17
+ "copySuccessLabel": "Copiado!",
18
+ "publishedSuccessDescriptionLabel": "Compre um nome de domínio que corresponda à sua marca",
19
+ "hasAlreadyPurchasedDomainCloseButtonLabel": "Não, obrigado, talvez mais tarde"
20
+ },
21
+ "sellDomainNameList": {
22
+ "freeDomainButtonLabel": "Domínio gratuito",
23
+ "buyNowButtonLabel": "Comprar Agora",
24
+ "pricePerYearLabel": "/yr",
25
+ "costPriceLabel": "Preço de Custo:"
26
+ },
27
+ "sellDomainNameListModal": {
28
+ "domainSearchHeaderTitle": "Pesquisar um nome de domínio",
29
+ "domainSearchHeaderSubtitle": "Compre um nome de domínio que corresponda à sua marca"
30
+ },
31
+ "sellDomainNameModalApplication": {
32
+ "domainSearchHeaderTitle": "Pesquisar um nome de domínio",
33
+ "domainSearchHeaderSubtitle": "Compre um nome de domínio que corresponda à sua marca"
34
+ },
35
+ "sellDomainNameSearch": {
36
+ "searchButtonLabel": "Pesquisar",
37
+ "searchBarLabel": "Pesquisar",
38
+ "searchBarPlaceholder": "Pesquisar nomes de domínio",
39
+ "searchBarPreText": "Nome de domínio"
40
+ },
41
+ "sellDomainNameListSearchResult": {
42
+ "domainSearchEmptyMessage": "Não conseguimos encontrar nenhum domínio para \"{domainNameSearchTerm}\".",
43
+ "searchAnotherDomainMessage": "Experimente pesquisar outro nome de domínio."
44
+ },
45
+ "sellDomainNameWidget": {
46
+ "searchButtonLabel": "Pesquisar",
47
+ "searchBarLabel": "Pesquisar",
48
+ "searchBarPlaceholder": "Pesquisar nomes de domínio",
49
+ "domainSearchOrConnectHeaderSubtitle": "Compre um nome de domínio que corresponda à sua marca ou associe ao domínio que já tem"
4
50
  }
5
51
  }