@designcrowd/fe-shared-lib 1.2.20-rr-test-4 → 1.2.20

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 (24) hide show
  1. package/dist/css/tailwind-brandCrowd.css +11 -3
  2. package/dist/css/tailwind-brandPage.css +11 -3
  3. package/dist/css/tailwind-crazyDomains.css +11 -3
  4. package/dist/css/tailwind-designCom.css +11 -3
  5. package/dist/css/tailwind-designCrowd.css +11 -3
  6. package/package.json +1 -1
  7. package/public/css/tailwind-brandCrowd.css +2411 -0
  8. package/public/css/tailwind-brandPage.css +2095 -0
  9. package/public/css/tailwind-crazyDomains.css +2411 -0
  10. package/public/css/tailwind-designCom.css +2411 -0
  11. package/public/css/tailwind-designCrowd.css +2411 -0
  12. package/src/bundles/bundled-translations.de-DE.json +6 -0
  13. package/src/bundles/bundled-translations.es-ES.json +6 -0
  14. package/src/bundles/bundled-translations.fr-FR.json +6 -0
  15. package/src/bundles/bundled-translations.json +6 -0
  16. package/src/bundles/bundled-translations.pt-PT.json +6 -0
  17. package/src/experiences/components/SellDomainNameList/SellDomainNameList.vue +2 -10
  18. package/src/experiences/components/UploadedLogoSearchResultCard/UploadedLogoSearchResultCard.vue +15 -5
  19. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.de-DE.json +8 -0
  20. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.es-ES.json +8 -0
  21. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.fr-FR.json +8 -0
  22. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.json +8 -0
  23. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.pt-PT.json +8 -0
  24. package/src/useSharedLibTranslate.js +6 -2
@@ -643,6 +643,10 @@ video {
643
643
  margin-top: 0px;
644
644
  margin-bottom: 0px;
645
645
  }
646
+ .tw-my-1 {
647
+ margin-top: 0.25rem;
648
+ margin-bottom: 0.25rem;
649
+ }
646
650
  .tw-my-10 {
647
651
  margin-top: 2.5rem;
648
652
  margin-bottom: 2.5rem;
@@ -849,9 +853,6 @@ video {
849
853
  .tw-max-h-screen {
850
854
  max-height: 100vh;
851
855
  }
852
- .tw-w-1\/3 {
853
- width: 33.333333%;
854
- }
855
856
  .tw-w-10 {
856
857
  width: 2.5rem;
857
858
  }
@@ -1020,6 +1021,9 @@ video {
1020
1021
  .tw-animate-spin {
1021
1022
  animation: tw-spin 1s linear infinite;
1022
1023
  }
1024
+ .\!tw-cursor-not-allowed {
1025
+ cursor: not-allowed !important;
1026
+ }
1023
1027
  .tw-cursor-not-allowed {
1024
1028
  cursor: not-allowed;
1025
1029
  }
@@ -2255,6 +2259,10 @@ video {
2255
2259
  margin-left: 1rem;
2256
2260
  }
2257
2261
 
2262
+ .md\:tw-mr-2 {
2263
+ margin-right: 0.5rem;
2264
+ }
2265
+
2258
2266
  .md\:tw-mt-0 {
2259
2267
  margin-top: 0px;
2260
2268
  }
@@ -643,6 +643,10 @@ video {
643
643
  margin-top: 0px;
644
644
  margin-bottom: 0px;
645
645
  }
646
+ .tw-my-1 {
647
+ margin-top: 0.25rem;
648
+ margin-bottom: 0.25rem;
649
+ }
646
650
  .tw-my-10 {
647
651
  margin-top: 2.5rem;
648
652
  margin-bottom: 2.5rem;
@@ -849,9 +853,6 @@ video {
849
853
  .tw-max-h-screen {
850
854
  max-height: 100vh;
851
855
  }
852
- .tw-w-1\/3 {
853
- width: 33.333333%;
854
- }
855
856
  .tw-w-10 {
856
857
  width: 2.5rem;
857
858
  }
@@ -1020,6 +1021,9 @@ video {
1020
1021
  .tw-animate-spin {
1021
1022
  animation: tw-spin 1s linear infinite;
1022
1023
  }
1024
+ .\!tw-cursor-not-allowed {
1025
+ cursor: not-allowed !important;
1026
+ }
1023
1027
  .tw-cursor-not-allowed {
1024
1028
  cursor: not-allowed;
1025
1029
  }
@@ -1939,6 +1943,10 @@ video {
1939
1943
  margin-left: 1rem;
1940
1944
  }
1941
1945
 
1946
+ .md\:tw-mr-2 {
1947
+ margin-right: 0.5rem;
1948
+ }
1949
+
1942
1950
  .md\:tw-mt-0 {
1943
1951
  margin-top: 0px;
1944
1952
  }
@@ -643,6 +643,10 @@ video {
643
643
  margin-top: 0px;
644
644
  margin-bottom: 0px;
645
645
  }
646
+ .tw-my-1 {
647
+ margin-top: 0.25rem;
648
+ margin-bottom: 0.25rem;
649
+ }
646
650
  .tw-my-10 {
647
651
  margin-top: 2.5rem;
648
652
  margin-bottom: 2.5rem;
@@ -849,9 +853,6 @@ video {
849
853
  .tw-max-h-screen {
850
854
  max-height: 100vh;
851
855
  }
852
- .tw-w-1\/3 {
853
- width: 33.333333%;
854
- }
855
856
  .tw-w-10 {
856
857
  width: 2.5rem;
857
858
  }
@@ -1020,6 +1021,9 @@ video {
1020
1021
  .tw-animate-spin {
1021
1022
  animation: tw-spin 1s linear infinite;
1022
1023
  }
1024
+ .\!tw-cursor-not-allowed {
1025
+ cursor: not-allowed !important;
1026
+ }
1023
1027
  .tw-cursor-not-allowed {
1024
1028
  cursor: not-allowed;
1025
1029
  }
@@ -2255,6 +2259,10 @@ video {
2255
2259
  margin-left: 1rem;
2256
2260
  }
2257
2261
 
2262
+ .md\:tw-mr-2 {
2263
+ margin-right: 0.5rem;
2264
+ }
2265
+
2258
2266
  .md\:tw-mt-0 {
2259
2267
  margin-top: 0px;
2260
2268
  }
@@ -643,6 +643,10 @@ video {
643
643
  margin-top: 0px;
644
644
  margin-bottom: 0px;
645
645
  }
646
+ .tw-my-1 {
647
+ margin-top: 0.25rem;
648
+ margin-bottom: 0.25rem;
649
+ }
646
650
  .tw-my-10 {
647
651
  margin-top: 2.5rem;
648
652
  margin-bottom: 2.5rem;
@@ -849,9 +853,6 @@ video {
849
853
  .tw-max-h-screen {
850
854
  max-height: 100vh;
851
855
  }
852
- .tw-w-1\/3 {
853
- width: 33.333333%;
854
- }
855
856
  .tw-w-10 {
856
857
  width: 2.5rem;
857
858
  }
@@ -1020,6 +1021,9 @@ video {
1020
1021
  .tw-animate-spin {
1021
1022
  animation: tw-spin 1s linear infinite;
1022
1023
  }
1024
+ .\!tw-cursor-not-allowed {
1025
+ cursor: not-allowed !important;
1026
+ }
1023
1027
  .tw-cursor-not-allowed {
1024
1028
  cursor: not-allowed;
1025
1029
  }
@@ -2255,6 +2259,10 @@ video {
2255
2259
  margin-left: 1rem;
2256
2260
  }
2257
2261
 
2262
+ .md\:tw-mr-2 {
2263
+ margin-right: 0.5rem;
2264
+ }
2265
+
2258
2266
  .md\:tw-mt-0 {
2259
2267
  margin-top: 0px;
2260
2268
  }
@@ -643,6 +643,10 @@ video {
643
643
  margin-top: 0px;
644
644
  margin-bottom: 0px;
645
645
  }
646
+ .tw-my-1 {
647
+ margin-top: 0.25rem;
648
+ margin-bottom: 0.25rem;
649
+ }
646
650
  .tw-my-10 {
647
651
  margin-top: 2.5rem;
648
652
  margin-bottom: 2.5rem;
@@ -849,9 +853,6 @@ video {
849
853
  .tw-max-h-screen {
850
854
  max-height: 100vh;
851
855
  }
852
- .tw-w-1\/3 {
853
- width: 33.333333%;
854
- }
855
856
  .tw-w-10 {
856
857
  width: 2.5rem;
857
858
  }
@@ -1020,6 +1021,9 @@ video {
1020
1021
  .tw-animate-spin {
1021
1022
  animation: tw-spin 1s linear infinite;
1022
1023
  }
1024
+ .\!tw-cursor-not-allowed {
1025
+ cursor: not-allowed !important;
1026
+ }
1023
1027
  .tw-cursor-not-allowed {
1024
1028
  cursor: not-allowed;
1025
1029
  }
@@ -2255,6 +2259,10 @@ video {
2255
2259
  margin-left: 1rem;
2256
2260
  }
2257
2261
 
2262
+ .md\:tw-mr-2 {
2263
+ margin-right: 0.5rem;
2264
+ }
2265
+
2258
2266
  .md\:tw-mt-0 {
2259
2267
  margin-top: 0px;
2260
2268
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@designcrowd/fe-shared-lib",
3
- "version": "1.2.20-rr-test-4",
3
+ "version": "1.2.20",
4
4
  "scripts": {
5
5
  "start": "run-p storybook watch:translation",
6
6
  "build": "npm run build:css --production",