@designcrowd/fe-shared-lib 1.5.9-kp-1 → 1.5.9-kp-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 (24) hide show
  1. package/dist/css/tailwind-brandCrowd.css +2561 -0
  2. package/dist/css/tailwind-brandPage.css +2241 -0
  3. package/dist/css/tailwind-crazyDomains.css +2561 -0
  4. package/dist/css/tailwind-designCom.css +2561 -0
  5. package/dist/css/tailwind-designCrowd.css +2561 -0
  6. package/package.json +1 -1
  7. package/public/css/tailwind-brandCrowd.css +64 -6
  8. package/public/css/tailwind-brandPage.css +64 -6
  9. package/public/css/tailwind-crazyDomains.css +64 -6
  10. package/public/css/tailwind-designCom.css +64 -6
  11. package/public/css/tailwind-designCrowd.css +64 -6
  12. package/src/bundles/bundled-translations.de-DE.json +3 -1
  13. package/src/bundles/bundled-translations.es-ES.json +3 -1
  14. package/src/bundles/bundled-translations.fr-CA.json +3 -1
  15. package/src/bundles/bundled-translations.fr-FR.json +3 -1
  16. package/src/bundles/bundled-translations.pt-BR.json +3 -1
  17. package/src/bundles/bundled-translations.pt-PT.json +3 -1
  18. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.de-DE.json +23 -21
  19. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.es-ES.json +23 -21
  20. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.fr-CA.json +23 -21
  21. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.fr-FR.json +23 -21
  22. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.pt-BR.json +23 -21
  23. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.pt-PT.json +23 -21
  24. package/src/experiences/components/PublishBrandPageModal/views/PublishWhenNoDomainsView.vue +6 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@designcrowd/fe-shared-lib",
3
- "version": "1.5.9-kp-1",
3
+ "version": "1.5.9-kp-2",
4
4
  "scripts": {
5
5
  "start": "run-p storybook watch:translation",
6
6
  "build": "npm run build:css --production",
@@ -684,6 +684,9 @@ video {
684
684
  .theme-brandCrowd .tw-mb-0 {
685
685
  margin-bottom: 0px;
686
686
  }
687
+ .theme-brandCrowd .tw-mb-0\.5 {
688
+ margin-bottom: 0.125rem;
689
+ }
687
690
  .theme-brandCrowd .tw-mb-1 {
688
691
  margin-bottom: 0.25rem;
689
692
  }
@@ -738,9 +741,6 @@ video {
738
741
  .theme-brandCrowd .tw-mt-0 {
739
742
  margin-top: 0px;
740
743
  }
741
- .theme-brandCrowd .tw-mt-0\.5 {
742
- margin-top: 0.125rem;
743
- }
744
744
  .theme-brandCrowd .tw-mt-1 {
745
745
  margin-top: 0.25rem;
746
746
  }
@@ -753,6 +753,9 @@ video {
753
753
  .theme-brandCrowd .tw-mt-4 {
754
754
  margin-top: 1rem;
755
755
  }
756
+ .theme-brandCrowd .tw-mt-6 {
757
+ margin-top: 1.5rem;
758
+ }
756
759
  .theme-brandCrowd .tw-mt-8 {
757
760
  margin-top: 2rem;
758
761
  }
@@ -762,6 +765,48 @@ video {
762
765
  .theme-brandCrowd .tw-box-content {
763
766
  box-sizing: content-box;
764
767
  }
768
+ .theme-brandCrowd .tw-line-clamp-1 {
769
+ overflow: hidden;
770
+ display: -webkit-box;
771
+ -webkit-box-orient: vertical;
772
+ -webkit-line-clamp: 1;
773
+ }
774
+ .theme-brandCrowd .tw-line-clamp-2 {
775
+ overflow: hidden;
776
+ display: -webkit-box;
777
+ -webkit-box-orient: vertical;
778
+ -webkit-line-clamp: 2;
779
+ }
780
+ .theme-brandCrowd .tw-line-clamp-3 {
781
+ overflow: hidden;
782
+ display: -webkit-box;
783
+ -webkit-box-orient: vertical;
784
+ -webkit-line-clamp: 3;
785
+ }
786
+ .theme-brandCrowd .tw-line-clamp-4 {
787
+ overflow: hidden;
788
+ display: -webkit-box;
789
+ -webkit-box-orient: vertical;
790
+ -webkit-line-clamp: 4;
791
+ }
792
+ .theme-brandCrowd .tw-line-clamp-5 {
793
+ overflow: hidden;
794
+ display: -webkit-box;
795
+ -webkit-box-orient: vertical;
796
+ -webkit-line-clamp: 5;
797
+ }
798
+ .theme-brandCrowd .tw-line-clamp-6 {
799
+ overflow: hidden;
800
+ display: -webkit-box;
801
+ -webkit-box-orient: vertical;
802
+ -webkit-line-clamp: 6;
803
+ }
804
+ .theme-brandCrowd .tw-line-clamp-none {
805
+ overflow: visible;
806
+ display: block;
807
+ -webkit-box-orient: horizontal;
808
+ -webkit-line-clamp: none;
809
+ }
765
810
  .theme-brandCrowd .tw-block {
766
811
  display: block;
767
812
  }
@@ -926,6 +971,9 @@ video {
926
971
  .theme-brandCrowd .tw-flex-none {
927
972
  flex: none;
928
973
  }
974
+ .theme-brandCrowd .tw-flex-shrink-0 {
975
+ flex-shrink: 0;
976
+ }
929
977
  .theme-brandCrowd .tw-grow {
930
978
  flex-grow: 1;
931
979
  }
@@ -1141,6 +1189,9 @@ video {
1141
1189
  text-overflow: ellipsis;
1142
1190
  white-space: nowrap;
1143
1191
  }
1192
+ .theme-brandCrowd .tw-text-ellipsis {
1193
+ text-overflow: ellipsis;
1194
+ }
1144
1195
  .theme-brandCrowd .tw-whitespace-nowrap {
1145
1196
  white-space: nowrap;
1146
1197
  }
@@ -1741,9 +1792,6 @@ video {
1741
1792
  .theme-brandCrowd .tw-pt-2 {
1742
1793
  padding-top: 0.5rem;
1743
1794
  }
1744
- .theme-brandCrowd .tw-pt-4 {
1745
- padding-top: 1rem;
1746
- }
1747
1795
  .theme-brandCrowd .tw-pt-6 {
1748
1796
  padding-top: 1.5rem;
1749
1797
  }
@@ -2171,6 +2219,9 @@ video {
2171
2219
  .theme-brandCrowd .sm\:tw-mb-4 {
2172
2220
  margin-bottom: 1rem;
2173
2221
  }
2222
+ .theme-brandCrowd .sm\:tw-ml-2 {
2223
+ margin-left: 0.5rem;
2224
+ }
2174
2225
  .theme-brandCrowd .sm\:tw-ml-4 {
2175
2226
  margin-left: 1rem;
2176
2227
  }
@@ -2207,6 +2258,9 @@ video {
2207
2258
  .theme-brandCrowd .sm\:tw-flex-row {
2208
2259
  flex-direction: row;
2209
2260
  }
2261
+ .theme-brandCrowd .sm\:tw-items-center {
2262
+ align-items: center;
2263
+ }
2210
2264
  .theme-brandCrowd .sm\:tw-rounded-md {
2211
2265
  border-radius: 0.375rem;
2212
2266
  }
@@ -2333,6 +2387,10 @@ video {
2333
2387
  .theme-brandCrowd .md\:tw-p-8 {
2334
2388
  padding: 2rem;
2335
2389
  }
2390
+ .theme-brandCrowd .md\:tw-px-12 {
2391
+ padding-left: 3rem;
2392
+ padding-right: 3rem;
2393
+ }
2336
2394
  .theme-brandCrowd .md\:tw-px-4 {
2337
2395
  padding-left: 1rem;
2338
2396
  padding-right: 1rem;
@@ -684,6 +684,9 @@ video {
684
684
  .theme-brandPage .tw-mb-0 {
685
685
  margin-bottom: 0px;
686
686
  }
687
+ .theme-brandPage .tw-mb-0\.5 {
688
+ margin-bottom: 0.125rem;
689
+ }
687
690
  .theme-brandPage .tw-mb-1 {
688
691
  margin-bottom: 0.25rem;
689
692
  }
@@ -738,9 +741,6 @@ video {
738
741
  .theme-brandPage .tw-mt-0 {
739
742
  margin-top: 0px;
740
743
  }
741
- .theme-brandPage .tw-mt-0\.5 {
742
- margin-top: 0.125rem;
743
- }
744
744
  .theme-brandPage .tw-mt-1 {
745
745
  margin-top: 0.25rem;
746
746
  }
@@ -753,6 +753,9 @@ video {
753
753
  .theme-brandPage .tw-mt-4 {
754
754
  margin-top: 1rem;
755
755
  }
756
+ .theme-brandPage .tw-mt-6 {
757
+ margin-top: 1.5rem;
758
+ }
756
759
  .theme-brandPage .tw-mt-8 {
757
760
  margin-top: 2rem;
758
761
  }
@@ -762,6 +765,48 @@ video {
762
765
  .theme-brandPage .tw-box-content {
763
766
  box-sizing: content-box;
764
767
  }
768
+ .theme-brandPage .tw-line-clamp-1 {
769
+ overflow: hidden;
770
+ display: -webkit-box;
771
+ -webkit-box-orient: vertical;
772
+ -webkit-line-clamp: 1;
773
+ }
774
+ .theme-brandPage .tw-line-clamp-2 {
775
+ overflow: hidden;
776
+ display: -webkit-box;
777
+ -webkit-box-orient: vertical;
778
+ -webkit-line-clamp: 2;
779
+ }
780
+ .theme-brandPage .tw-line-clamp-3 {
781
+ overflow: hidden;
782
+ display: -webkit-box;
783
+ -webkit-box-orient: vertical;
784
+ -webkit-line-clamp: 3;
785
+ }
786
+ .theme-brandPage .tw-line-clamp-4 {
787
+ overflow: hidden;
788
+ display: -webkit-box;
789
+ -webkit-box-orient: vertical;
790
+ -webkit-line-clamp: 4;
791
+ }
792
+ .theme-brandPage .tw-line-clamp-5 {
793
+ overflow: hidden;
794
+ display: -webkit-box;
795
+ -webkit-box-orient: vertical;
796
+ -webkit-line-clamp: 5;
797
+ }
798
+ .theme-brandPage .tw-line-clamp-6 {
799
+ overflow: hidden;
800
+ display: -webkit-box;
801
+ -webkit-box-orient: vertical;
802
+ -webkit-line-clamp: 6;
803
+ }
804
+ .theme-brandPage .tw-line-clamp-none {
805
+ overflow: visible;
806
+ display: block;
807
+ -webkit-box-orient: horizontal;
808
+ -webkit-line-clamp: none;
809
+ }
765
810
  .theme-brandPage .tw-block {
766
811
  display: block;
767
812
  }
@@ -926,6 +971,9 @@ video {
926
971
  .theme-brandPage .tw-flex-none {
927
972
  flex: none;
928
973
  }
974
+ .theme-brandPage .tw-flex-shrink-0 {
975
+ flex-shrink: 0;
976
+ }
929
977
  .theme-brandPage .tw-grow {
930
978
  flex-grow: 1;
931
979
  }
@@ -1141,6 +1189,9 @@ video {
1141
1189
  text-overflow: ellipsis;
1142
1190
  white-space: nowrap;
1143
1191
  }
1192
+ .theme-brandPage .tw-text-ellipsis {
1193
+ text-overflow: ellipsis;
1194
+ }
1144
1195
  .theme-brandPage .tw-whitespace-nowrap {
1145
1196
  white-space: nowrap;
1146
1197
  }
@@ -1589,9 +1640,6 @@ video {
1589
1640
  .theme-brandPage .tw-pt-2 {
1590
1641
  padding-top: 0.5rem;
1591
1642
  }
1592
- .theme-brandPage .tw-pt-4 {
1593
- padding-top: 1rem;
1594
- }
1595
1643
  .theme-brandPage .tw-pt-6 {
1596
1644
  padding-top: 1.5rem;
1597
1645
  }
@@ -1855,6 +1903,9 @@ video {
1855
1903
  .theme-brandPage .sm\:tw-mb-4 {
1856
1904
  margin-bottom: 1rem;
1857
1905
  }
1906
+ .theme-brandPage .sm\:tw-ml-2 {
1907
+ margin-left: 0.5rem;
1908
+ }
1858
1909
  .theme-brandPage .sm\:tw-ml-4 {
1859
1910
  margin-left: 1rem;
1860
1911
  }
@@ -1891,6 +1942,9 @@ video {
1891
1942
  .theme-brandPage .sm\:tw-flex-row {
1892
1943
  flex-direction: row;
1893
1944
  }
1945
+ .theme-brandPage .sm\:tw-items-center {
1946
+ align-items: center;
1947
+ }
1894
1948
  .theme-brandPage .sm\:tw-rounded-md {
1895
1949
  border-radius: 0.375rem;
1896
1950
  }
@@ -2017,6 +2071,10 @@ video {
2017
2071
  .theme-brandPage .md\:tw-p-8 {
2018
2072
  padding: 2rem;
2019
2073
  }
2074
+ .theme-brandPage .md\:tw-px-12 {
2075
+ padding-left: 3rem;
2076
+ padding-right: 3rem;
2077
+ }
2020
2078
  .theme-brandPage .md\:tw-px-4 {
2021
2079
  padding-left: 1rem;
2022
2080
  padding-right: 1rem;
@@ -684,6 +684,9 @@ video {
684
684
  .theme-crazyDomains .tw-mb-0 {
685
685
  margin-bottom: 0px;
686
686
  }
687
+ .theme-crazyDomains .tw-mb-0\.5 {
688
+ margin-bottom: 0.125rem;
689
+ }
687
690
  .theme-crazyDomains .tw-mb-1 {
688
691
  margin-bottom: 0.25rem;
689
692
  }
@@ -738,9 +741,6 @@ video {
738
741
  .theme-crazyDomains .tw-mt-0 {
739
742
  margin-top: 0px;
740
743
  }
741
- .theme-crazyDomains .tw-mt-0\.5 {
742
- margin-top: 0.125rem;
743
- }
744
744
  .theme-crazyDomains .tw-mt-1 {
745
745
  margin-top: 0.25rem;
746
746
  }
@@ -753,6 +753,9 @@ video {
753
753
  .theme-crazyDomains .tw-mt-4 {
754
754
  margin-top: 1rem;
755
755
  }
756
+ .theme-crazyDomains .tw-mt-6 {
757
+ margin-top: 1.5rem;
758
+ }
756
759
  .theme-crazyDomains .tw-mt-8 {
757
760
  margin-top: 2rem;
758
761
  }
@@ -762,6 +765,48 @@ video {
762
765
  .theme-crazyDomains .tw-box-content {
763
766
  box-sizing: content-box;
764
767
  }
768
+ .theme-crazyDomains .tw-line-clamp-1 {
769
+ overflow: hidden;
770
+ display: -webkit-box;
771
+ -webkit-box-orient: vertical;
772
+ -webkit-line-clamp: 1;
773
+ }
774
+ .theme-crazyDomains .tw-line-clamp-2 {
775
+ overflow: hidden;
776
+ display: -webkit-box;
777
+ -webkit-box-orient: vertical;
778
+ -webkit-line-clamp: 2;
779
+ }
780
+ .theme-crazyDomains .tw-line-clamp-3 {
781
+ overflow: hidden;
782
+ display: -webkit-box;
783
+ -webkit-box-orient: vertical;
784
+ -webkit-line-clamp: 3;
785
+ }
786
+ .theme-crazyDomains .tw-line-clamp-4 {
787
+ overflow: hidden;
788
+ display: -webkit-box;
789
+ -webkit-box-orient: vertical;
790
+ -webkit-line-clamp: 4;
791
+ }
792
+ .theme-crazyDomains .tw-line-clamp-5 {
793
+ overflow: hidden;
794
+ display: -webkit-box;
795
+ -webkit-box-orient: vertical;
796
+ -webkit-line-clamp: 5;
797
+ }
798
+ .theme-crazyDomains .tw-line-clamp-6 {
799
+ overflow: hidden;
800
+ display: -webkit-box;
801
+ -webkit-box-orient: vertical;
802
+ -webkit-line-clamp: 6;
803
+ }
804
+ .theme-crazyDomains .tw-line-clamp-none {
805
+ overflow: visible;
806
+ display: block;
807
+ -webkit-box-orient: horizontal;
808
+ -webkit-line-clamp: none;
809
+ }
765
810
  .theme-crazyDomains .tw-block {
766
811
  display: block;
767
812
  }
@@ -926,6 +971,9 @@ video {
926
971
  .theme-crazyDomains .tw-flex-none {
927
972
  flex: none;
928
973
  }
974
+ .theme-crazyDomains .tw-flex-shrink-0 {
975
+ flex-shrink: 0;
976
+ }
929
977
  .theme-crazyDomains .tw-grow {
930
978
  flex-grow: 1;
931
979
  }
@@ -1141,6 +1189,9 @@ video {
1141
1189
  text-overflow: ellipsis;
1142
1190
  white-space: nowrap;
1143
1191
  }
1192
+ .theme-crazyDomains .tw-text-ellipsis {
1193
+ text-overflow: ellipsis;
1194
+ }
1144
1195
  .theme-crazyDomains .tw-whitespace-nowrap {
1145
1196
  white-space: nowrap;
1146
1197
  }
@@ -1741,9 +1792,6 @@ video {
1741
1792
  .theme-crazyDomains .tw-pt-2 {
1742
1793
  padding-top: 0.5rem;
1743
1794
  }
1744
- .theme-crazyDomains .tw-pt-4 {
1745
- padding-top: 1rem;
1746
- }
1747
1795
  .theme-crazyDomains .tw-pt-6 {
1748
1796
  padding-top: 1.5rem;
1749
1797
  }
@@ -2171,6 +2219,9 @@ video {
2171
2219
  .theme-crazyDomains .sm\:tw-mb-4 {
2172
2220
  margin-bottom: 1rem;
2173
2221
  }
2222
+ .theme-crazyDomains .sm\:tw-ml-2 {
2223
+ margin-left: 0.5rem;
2224
+ }
2174
2225
  .theme-crazyDomains .sm\:tw-ml-4 {
2175
2226
  margin-left: 1rem;
2176
2227
  }
@@ -2207,6 +2258,9 @@ video {
2207
2258
  .theme-crazyDomains .sm\:tw-flex-row {
2208
2259
  flex-direction: row;
2209
2260
  }
2261
+ .theme-crazyDomains .sm\:tw-items-center {
2262
+ align-items: center;
2263
+ }
2210
2264
  .theme-crazyDomains .sm\:tw-rounded-md {
2211
2265
  border-radius: 0.375rem;
2212
2266
  }
@@ -2333,6 +2387,10 @@ video {
2333
2387
  .theme-crazyDomains .md\:tw-p-8 {
2334
2388
  padding: 2rem;
2335
2389
  }
2390
+ .theme-crazyDomains .md\:tw-px-12 {
2391
+ padding-left: 3rem;
2392
+ padding-right: 3rem;
2393
+ }
2336
2394
  .theme-crazyDomains .md\:tw-px-4 {
2337
2395
  padding-left: 1rem;
2338
2396
  padding-right: 1rem;
@@ -684,6 +684,9 @@ video {
684
684
  .theme-designCom .tw-mb-0 {
685
685
  margin-bottom: 0px;
686
686
  }
687
+ .theme-designCom .tw-mb-0\.5 {
688
+ margin-bottom: 0.125rem;
689
+ }
687
690
  .theme-designCom .tw-mb-1 {
688
691
  margin-bottom: 0.25rem;
689
692
  }
@@ -738,9 +741,6 @@ video {
738
741
  .theme-designCom .tw-mt-0 {
739
742
  margin-top: 0px;
740
743
  }
741
- .theme-designCom .tw-mt-0\.5 {
742
- margin-top: 0.125rem;
743
- }
744
744
  .theme-designCom .tw-mt-1 {
745
745
  margin-top: 0.25rem;
746
746
  }
@@ -753,6 +753,9 @@ video {
753
753
  .theme-designCom .tw-mt-4 {
754
754
  margin-top: 1rem;
755
755
  }
756
+ .theme-designCom .tw-mt-6 {
757
+ margin-top: 1.5rem;
758
+ }
756
759
  .theme-designCom .tw-mt-8 {
757
760
  margin-top: 2rem;
758
761
  }
@@ -762,6 +765,48 @@ video {
762
765
  .theme-designCom .tw-box-content {
763
766
  box-sizing: content-box;
764
767
  }
768
+ .theme-designCom .tw-line-clamp-1 {
769
+ overflow: hidden;
770
+ display: -webkit-box;
771
+ -webkit-box-orient: vertical;
772
+ -webkit-line-clamp: 1;
773
+ }
774
+ .theme-designCom .tw-line-clamp-2 {
775
+ overflow: hidden;
776
+ display: -webkit-box;
777
+ -webkit-box-orient: vertical;
778
+ -webkit-line-clamp: 2;
779
+ }
780
+ .theme-designCom .tw-line-clamp-3 {
781
+ overflow: hidden;
782
+ display: -webkit-box;
783
+ -webkit-box-orient: vertical;
784
+ -webkit-line-clamp: 3;
785
+ }
786
+ .theme-designCom .tw-line-clamp-4 {
787
+ overflow: hidden;
788
+ display: -webkit-box;
789
+ -webkit-box-orient: vertical;
790
+ -webkit-line-clamp: 4;
791
+ }
792
+ .theme-designCom .tw-line-clamp-5 {
793
+ overflow: hidden;
794
+ display: -webkit-box;
795
+ -webkit-box-orient: vertical;
796
+ -webkit-line-clamp: 5;
797
+ }
798
+ .theme-designCom .tw-line-clamp-6 {
799
+ overflow: hidden;
800
+ display: -webkit-box;
801
+ -webkit-box-orient: vertical;
802
+ -webkit-line-clamp: 6;
803
+ }
804
+ .theme-designCom .tw-line-clamp-none {
805
+ overflow: visible;
806
+ display: block;
807
+ -webkit-box-orient: horizontal;
808
+ -webkit-line-clamp: none;
809
+ }
765
810
  .theme-designCom .tw-block {
766
811
  display: block;
767
812
  }
@@ -926,6 +971,9 @@ video {
926
971
  .theme-designCom .tw-flex-none {
927
972
  flex: none;
928
973
  }
974
+ .theme-designCom .tw-flex-shrink-0 {
975
+ flex-shrink: 0;
976
+ }
929
977
  .theme-designCom .tw-grow {
930
978
  flex-grow: 1;
931
979
  }
@@ -1141,6 +1189,9 @@ video {
1141
1189
  text-overflow: ellipsis;
1142
1190
  white-space: nowrap;
1143
1191
  }
1192
+ .theme-designCom .tw-text-ellipsis {
1193
+ text-overflow: ellipsis;
1194
+ }
1144
1195
  .theme-designCom .tw-whitespace-nowrap {
1145
1196
  white-space: nowrap;
1146
1197
  }
@@ -1741,9 +1792,6 @@ video {
1741
1792
  .theme-designCom .tw-pt-2 {
1742
1793
  padding-top: 0.5rem;
1743
1794
  }
1744
- .theme-designCom .tw-pt-4 {
1745
- padding-top: 1rem;
1746
- }
1747
1795
  .theme-designCom .tw-pt-6 {
1748
1796
  padding-top: 1.5rem;
1749
1797
  }
@@ -2171,6 +2219,9 @@ video {
2171
2219
  .theme-designCom .sm\:tw-mb-4 {
2172
2220
  margin-bottom: 1rem;
2173
2221
  }
2222
+ .theme-designCom .sm\:tw-ml-2 {
2223
+ margin-left: 0.5rem;
2224
+ }
2174
2225
  .theme-designCom .sm\:tw-ml-4 {
2175
2226
  margin-left: 1rem;
2176
2227
  }
@@ -2207,6 +2258,9 @@ video {
2207
2258
  .theme-designCom .sm\:tw-flex-row {
2208
2259
  flex-direction: row;
2209
2260
  }
2261
+ .theme-designCom .sm\:tw-items-center {
2262
+ align-items: center;
2263
+ }
2210
2264
  .theme-designCom .sm\:tw-rounded-md {
2211
2265
  border-radius: 0.375rem;
2212
2266
  }
@@ -2333,6 +2387,10 @@ video {
2333
2387
  .theme-designCom .md\:tw-p-8 {
2334
2388
  padding: 2rem;
2335
2389
  }
2390
+ .theme-designCom .md\:tw-px-12 {
2391
+ padding-left: 3rem;
2392
+ padding-right: 3rem;
2393
+ }
2336
2394
  .theme-designCom .md\:tw-px-4 {
2337
2395
  padding-left: 1rem;
2338
2396
  padding-right: 1rem;
@@ -684,6 +684,9 @@ video {
684
684
  .theme-designCrowd .tw-mb-0 {
685
685
  margin-bottom: 0px;
686
686
  }
687
+ .theme-designCrowd .tw-mb-0\.5 {
688
+ margin-bottom: 0.125rem;
689
+ }
687
690
  .theme-designCrowd .tw-mb-1 {
688
691
  margin-bottom: 0.25rem;
689
692
  }
@@ -738,9 +741,6 @@ video {
738
741
  .theme-designCrowd .tw-mt-0 {
739
742
  margin-top: 0px;
740
743
  }
741
- .theme-designCrowd .tw-mt-0\.5 {
742
- margin-top: 0.125rem;
743
- }
744
744
  .theme-designCrowd .tw-mt-1 {
745
745
  margin-top: 0.25rem;
746
746
  }
@@ -753,6 +753,9 @@ video {
753
753
  .theme-designCrowd .tw-mt-4 {
754
754
  margin-top: 1rem;
755
755
  }
756
+ .theme-designCrowd .tw-mt-6 {
757
+ margin-top: 1.5rem;
758
+ }
756
759
  .theme-designCrowd .tw-mt-8 {
757
760
  margin-top: 2rem;
758
761
  }
@@ -762,6 +765,48 @@ video {
762
765
  .theme-designCrowd .tw-box-content {
763
766
  box-sizing: content-box;
764
767
  }
768
+ .theme-designCrowd .tw-line-clamp-1 {
769
+ overflow: hidden;
770
+ display: -webkit-box;
771
+ -webkit-box-orient: vertical;
772
+ -webkit-line-clamp: 1;
773
+ }
774
+ .theme-designCrowd .tw-line-clamp-2 {
775
+ overflow: hidden;
776
+ display: -webkit-box;
777
+ -webkit-box-orient: vertical;
778
+ -webkit-line-clamp: 2;
779
+ }
780
+ .theme-designCrowd .tw-line-clamp-3 {
781
+ overflow: hidden;
782
+ display: -webkit-box;
783
+ -webkit-box-orient: vertical;
784
+ -webkit-line-clamp: 3;
785
+ }
786
+ .theme-designCrowd .tw-line-clamp-4 {
787
+ overflow: hidden;
788
+ display: -webkit-box;
789
+ -webkit-box-orient: vertical;
790
+ -webkit-line-clamp: 4;
791
+ }
792
+ .theme-designCrowd .tw-line-clamp-5 {
793
+ overflow: hidden;
794
+ display: -webkit-box;
795
+ -webkit-box-orient: vertical;
796
+ -webkit-line-clamp: 5;
797
+ }
798
+ .theme-designCrowd .tw-line-clamp-6 {
799
+ overflow: hidden;
800
+ display: -webkit-box;
801
+ -webkit-box-orient: vertical;
802
+ -webkit-line-clamp: 6;
803
+ }
804
+ .theme-designCrowd .tw-line-clamp-none {
805
+ overflow: visible;
806
+ display: block;
807
+ -webkit-box-orient: horizontal;
808
+ -webkit-line-clamp: none;
809
+ }
765
810
  .theme-designCrowd .tw-block {
766
811
  display: block;
767
812
  }
@@ -926,6 +971,9 @@ video {
926
971
  .theme-designCrowd .tw-flex-none {
927
972
  flex: none;
928
973
  }
974
+ .theme-designCrowd .tw-flex-shrink-0 {
975
+ flex-shrink: 0;
976
+ }
929
977
  .theme-designCrowd .tw-grow {
930
978
  flex-grow: 1;
931
979
  }
@@ -1141,6 +1189,9 @@ video {
1141
1189
  text-overflow: ellipsis;
1142
1190
  white-space: nowrap;
1143
1191
  }
1192
+ .theme-designCrowd .tw-text-ellipsis {
1193
+ text-overflow: ellipsis;
1194
+ }
1144
1195
  .theme-designCrowd .tw-whitespace-nowrap {
1145
1196
  white-space: nowrap;
1146
1197
  }
@@ -1741,9 +1792,6 @@ video {
1741
1792
  .theme-designCrowd .tw-pt-2 {
1742
1793
  padding-top: 0.5rem;
1743
1794
  }
1744
- .theme-designCrowd .tw-pt-4 {
1745
- padding-top: 1rem;
1746
- }
1747
1795
  .theme-designCrowd .tw-pt-6 {
1748
1796
  padding-top: 1.5rem;
1749
1797
  }
@@ -2171,6 +2219,9 @@ video {
2171
2219
  .theme-designCrowd .sm\:tw-mb-4 {
2172
2220
  margin-bottom: 1rem;
2173
2221
  }
2222
+ .theme-designCrowd .sm\:tw-ml-2 {
2223
+ margin-left: 0.5rem;
2224
+ }
2174
2225
  .theme-designCrowd .sm\:tw-ml-4 {
2175
2226
  margin-left: 1rem;
2176
2227
  }
@@ -2207,6 +2258,9 @@ video {
2207
2258
  .theme-designCrowd .sm\:tw-flex-row {
2208
2259
  flex-direction: row;
2209
2260
  }
2261
+ .theme-designCrowd .sm\:tw-items-center {
2262
+ align-items: center;
2263
+ }
2210
2264
  .theme-designCrowd .sm\:tw-rounded-md {
2211
2265
  border-radius: 0.375rem;
2212
2266
  }
@@ -2333,6 +2387,10 @@ video {
2333
2387
  .theme-designCrowd .md\:tw-p-8 {
2334
2388
  padding: 2rem;
2335
2389
  }
2390
+ .theme-designCrowd .md\:tw-px-12 {
2391
+ padding-left: 3rem;
2392
+ padding-right: 3rem;
2393
+ }
2336
2394
  .theme-designCrowd .md\:tw-px-4 {
2337
2395
  padding-left: 1rem;
2338
2396
  padding-right: 1rem;
@@ -32,7 +32,9 @@
32
32
  "hasAlreadyPurchasedDomainCloseButtonLabel": "Nein, danke, vielleicht später",
33
33
  "selectDomainDropdownPlaceholder": "Domain auswählen",
34
34
  "websiteFriendlyName": "Website",
35
- "digitalBusinessCardFriendlyName": "Digitale Visitenkarte"
35
+ "digitalBusinessCardFriendlyName": "Digitale Visitenkarte",
36
+ "alreadyHaveADomainLabel": "Already have a domain?",
37
+ "useExistingDomainLabel": "Use existing domain"
36
38
  },
37
39
  "sellDomainNameList": {
38
40
  "freeDomainButtonLabel": "Kostenlose Domain",
@@ -32,7 +32,9 @@
32
32
  "hasAlreadyPurchasedDomainCloseButtonLabel": "No gracias, quizás más tarde",
33
33
  "selectDomainDropdownPlaceholder": "Selecciona un nombre de dominio",
34
34
  "websiteFriendlyName": "Sitio web",
35
- "digitalBusinessCardFriendlyName": "Tarjeta de visita digital"
35
+ "digitalBusinessCardFriendlyName": "Tarjeta de visita digital",
36
+ "alreadyHaveADomainLabel": "Already have a domain?",
37
+ "useExistingDomainLabel": "Use existing domain"
36
38
  },
37
39
  "sellDomainNameList": {
38
40
  "freeDomainButtonLabel": "Dominio gratis",