@designcrowd/fe-shared-lib 1.5.9-dbc-2 → 1.5.9-kp-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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@designcrowd/fe-shared-lib",
3
- "version": "1.5.9-dbc-2",
3
+ "version": "1.5.9-kp-1",
4
4
  "scripts": {
5
5
  "start": "run-p storybook watch:translation",
6
6
  "build": "npm run build:css --production",
@@ -684,9 +684,6 @@ 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
- }
690
687
  .theme-brandCrowd .tw-mb-1 {
691
688
  margin-bottom: 0.25rem;
692
689
  }
@@ -741,6 +738,9 @@ video {
741
738
  .theme-brandCrowd .tw-mt-0 {
742
739
  margin-top: 0px;
743
740
  }
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,9 +753,6 @@ 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
- }
759
756
  .theme-brandCrowd .tw-mt-8 {
760
757
  margin-top: 2rem;
761
758
  }
@@ -765,48 +762,6 @@ video {
765
762
  .theme-brandCrowd .tw-box-content {
766
763
  box-sizing: content-box;
767
764
  }
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
- }
810
765
  .theme-brandCrowd .tw-block {
811
766
  display: block;
812
767
  }
@@ -971,9 +926,6 @@ video {
971
926
  .theme-brandCrowd .tw-flex-none {
972
927
  flex: none;
973
928
  }
974
- .theme-brandCrowd .tw-flex-shrink-0 {
975
- flex-shrink: 0;
976
- }
977
929
  .theme-brandCrowd .tw-grow {
978
930
  flex-grow: 1;
979
931
  }
@@ -1189,9 +1141,6 @@ video {
1189
1141
  text-overflow: ellipsis;
1190
1142
  white-space: nowrap;
1191
1143
  }
1192
- .theme-brandCrowd .tw-text-ellipsis {
1193
- text-overflow: ellipsis;
1194
- }
1195
1144
  .theme-brandCrowd .tw-whitespace-nowrap {
1196
1145
  white-space: nowrap;
1197
1146
  }
@@ -1792,6 +1741,9 @@ video {
1792
1741
  .theme-brandCrowd .tw-pt-2 {
1793
1742
  padding-top: 0.5rem;
1794
1743
  }
1744
+ .theme-brandCrowd .tw-pt-4 {
1745
+ padding-top: 1rem;
1746
+ }
1795
1747
  .theme-brandCrowd .tw-pt-6 {
1796
1748
  padding-top: 1.5rem;
1797
1749
  }
@@ -2219,9 +2171,6 @@ video {
2219
2171
  .theme-brandCrowd .sm\:tw-mb-4 {
2220
2172
  margin-bottom: 1rem;
2221
2173
  }
2222
- .theme-brandCrowd .sm\:tw-ml-2 {
2223
- margin-left: 0.5rem;
2224
- }
2225
2174
  .theme-brandCrowd .sm\:tw-ml-4 {
2226
2175
  margin-left: 1rem;
2227
2176
  }
@@ -2258,9 +2207,6 @@ video {
2258
2207
  .theme-brandCrowd .sm\:tw-flex-row {
2259
2208
  flex-direction: row;
2260
2209
  }
2261
- .theme-brandCrowd .sm\:tw-items-center {
2262
- align-items: center;
2263
- }
2264
2210
  .theme-brandCrowd .sm\:tw-rounded-md {
2265
2211
  border-radius: 0.375rem;
2266
2212
  }
@@ -2387,10 +2333,6 @@ video {
2387
2333
  .theme-brandCrowd .md\:tw-p-8 {
2388
2334
  padding: 2rem;
2389
2335
  }
2390
- .theme-brandCrowd .md\:tw-px-12 {
2391
- padding-left: 3rem;
2392
- padding-right: 3rem;
2393
- }
2394
2336
  .theme-brandCrowd .md\:tw-px-4 {
2395
2337
  padding-left: 1rem;
2396
2338
  padding-right: 1rem;
@@ -684,9 +684,6 @@ 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
- }
690
687
  .theme-brandPage .tw-mb-1 {
691
688
  margin-bottom: 0.25rem;
692
689
  }
@@ -741,6 +738,9 @@ video {
741
738
  .theme-brandPage .tw-mt-0 {
742
739
  margin-top: 0px;
743
740
  }
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,9 +753,6 @@ 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
- }
759
756
  .theme-brandPage .tw-mt-8 {
760
757
  margin-top: 2rem;
761
758
  }
@@ -765,48 +762,6 @@ video {
765
762
  .theme-brandPage .tw-box-content {
766
763
  box-sizing: content-box;
767
764
  }
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
- }
810
765
  .theme-brandPage .tw-block {
811
766
  display: block;
812
767
  }
@@ -971,9 +926,6 @@ video {
971
926
  .theme-brandPage .tw-flex-none {
972
927
  flex: none;
973
928
  }
974
- .theme-brandPage .tw-flex-shrink-0 {
975
- flex-shrink: 0;
976
- }
977
929
  .theme-brandPage .tw-grow {
978
930
  flex-grow: 1;
979
931
  }
@@ -1189,9 +1141,6 @@ video {
1189
1141
  text-overflow: ellipsis;
1190
1142
  white-space: nowrap;
1191
1143
  }
1192
- .theme-brandPage .tw-text-ellipsis {
1193
- text-overflow: ellipsis;
1194
- }
1195
1144
  .theme-brandPage .tw-whitespace-nowrap {
1196
1145
  white-space: nowrap;
1197
1146
  }
@@ -1640,6 +1589,9 @@ video {
1640
1589
  .theme-brandPage .tw-pt-2 {
1641
1590
  padding-top: 0.5rem;
1642
1591
  }
1592
+ .theme-brandPage .tw-pt-4 {
1593
+ padding-top: 1rem;
1594
+ }
1643
1595
  .theme-brandPage .tw-pt-6 {
1644
1596
  padding-top: 1.5rem;
1645
1597
  }
@@ -1903,9 +1855,6 @@ video {
1903
1855
  .theme-brandPage .sm\:tw-mb-4 {
1904
1856
  margin-bottom: 1rem;
1905
1857
  }
1906
- .theme-brandPage .sm\:tw-ml-2 {
1907
- margin-left: 0.5rem;
1908
- }
1909
1858
  .theme-brandPage .sm\:tw-ml-4 {
1910
1859
  margin-left: 1rem;
1911
1860
  }
@@ -1942,9 +1891,6 @@ video {
1942
1891
  .theme-brandPage .sm\:tw-flex-row {
1943
1892
  flex-direction: row;
1944
1893
  }
1945
- .theme-brandPage .sm\:tw-items-center {
1946
- align-items: center;
1947
- }
1948
1894
  .theme-brandPage .sm\:tw-rounded-md {
1949
1895
  border-radius: 0.375rem;
1950
1896
  }
@@ -2071,10 +2017,6 @@ video {
2071
2017
  .theme-brandPage .md\:tw-p-8 {
2072
2018
  padding: 2rem;
2073
2019
  }
2074
- .theme-brandPage .md\:tw-px-12 {
2075
- padding-left: 3rem;
2076
- padding-right: 3rem;
2077
- }
2078
2020
  .theme-brandPage .md\:tw-px-4 {
2079
2021
  padding-left: 1rem;
2080
2022
  padding-right: 1rem;
@@ -684,9 +684,6 @@ 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
- }
690
687
  .theme-crazyDomains .tw-mb-1 {
691
688
  margin-bottom: 0.25rem;
692
689
  }
@@ -741,6 +738,9 @@ video {
741
738
  .theme-crazyDomains .tw-mt-0 {
742
739
  margin-top: 0px;
743
740
  }
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,9 +753,6 @@ 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
- }
759
756
  .theme-crazyDomains .tw-mt-8 {
760
757
  margin-top: 2rem;
761
758
  }
@@ -765,48 +762,6 @@ video {
765
762
  .theme-crazyDomains .tw-box-content {
766
763
  box-sizing: content-box;
767
764
  }
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
- }
810
765
  .theme-crazyDomains .tw-block {
811
766
  display: block;
812
767
  }
@@ -971,9 +926,6 @@ video {
971
926
  .theme-crazyDomains .tw-flex-none {
972
927
  flex: none;
973
928
  }
974
- .theme-crazyDomains .tw-flex-shrink-0 {
975
- flex-shrink: 0;
976
- }
977
929
  .theme-crazyDomains .tw-grow {
978
930
  flex-grow: 1;
979
931
  }
@@ -1189,9 +1141,6 @@ video {
1189
1141
  text-overflow: ellipsis;
1190
1142
  white-space: nowrap;
1191
1143
  }
1192
- .theme-crazyDomains .tw-text-ellipsis {
1193
- text-overflow: ellipsis;
1194
- }
1195
1144
  .theme-crazyDomains .tw-whitespace-nowrap {
1196
1145
  white-space: nowrap;
1197
1146
  }
@@ -1792,6 +1741,9 @@ video {
1792
1741
  .theme-crazyDomains .tw-pt-2 {
1793
1742
  padding-top: 0.5rem;
1794
1743
  }
1744
+ .theme-crazyDomains .tw-pt-4 {
1745
+ padding-top: 1rem;
1746
+ }
1795
1747
  .theme-crazyDomains .tw-pt-6 {
1796
1748
  padding-top: 1.5rem;
1797
1749
  }
@@ -2219,9 +2171,6 @@ video {
2219
2171
  .theme-crazyDomains .sm\:tw-mb-4 {
2220
2172
  margin-bottom: 1rem;
2221
2173
  }
2222
- .theme-crazyDomains .sm\:tw-ml-2 {
2223
- margin-left: 0.5rem;
2224
- }
2225
2174
  .theme-crazyDomains .sm\:tw-ml-4 {
2226
2175
  margin-left: 1rem;
2227
2176
  }
@@ -2258,9 +2207,6 @@ video {
2258
2207
  .theme-crazyDomains .sm\:tw-flex-row {
2259
2208
  flex-direction: row;
2260
2209
  }
2261
- .theme-crazyDomains .sm\:tw-items-center {
2262
- align-items: center;
2263
- }
2264
2210
  .theme-crazyDomains .sm\:tw-rounded-md {
2265
2211
  border-radius: 0.375rem;
2266
2212
  }
@@ -2387,10 +2333,6 @@ video {
2387
2333
  .theme-crazyDomains .md\:tw-p-8 {
2388
2334
  padding: 2rem;
2389
2335
  }
2390
- .theme-crazyDomains .md\:tw-px-12 {
2391
- padding-left: 3rem;
2392
- padding-right: 3rem;
2393
- }
2394
2336
  .theme-crazyDomains .md\:tw-px-4 {
2395
2337
  padding-left: 1rem;
2396
2338
  padding-right: 1rem;
@@ -684,9 +684,6 @@ 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
- }
690
687
  .theme-designCom .tw-mb-1 {
691
688
  margin-bottom: 0.25rem;
692
689
  }
@@ -741,6 +738,9 @@ video {
741
738
  .theme-designCom .tw-mt-0 {
742
739
  margin-top: 0px;
743
740
  }
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,9 +753,6 @@ 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
- }
759
756
  .theme-designCom .tw-mt-8 {
760
757
  margin-top: 2rem;
761
758
  }
@@ -765,48 +762,6 @@ video {
765
762
  .theme-designCom .tw-box-content {
766
763
  box-sizing: content-box;
767
764
  }
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
- }
810
765
  .theme-designCom .tw-block {
811
766
  display: block;
812
767
  }
@@ -971,9 +926,6 @@ video {
971
926
  .theme-designCom .tw-flex-none {
972
927
  flex: none;
973
928
  }
974
- .theme-designCom .tw-flex-shrink-0 {
975
- flex-shrink: 0;
976
- }
977
929
  .theme-designCom .tw-grow {
978
930
  flex-grow: 1;
979
931
  }
@@ -1189,9 +1141,6 @@ video {
1189
1141
  text-overflow: ellipsis;
1190
1142
  white-space: nowrap;
1191
1143
  }
1192
- .theme-designCom .tw-text-ellipsis {
1193
- text-overflow: ellipsis;
1194
- }
1195
1144
  .theme-designCom .tw-whitespace-nowrap {
1196
1145
  white-space: nowrap;
1197
1146
  }
@@ -1792,6 +1741,9 @@ video {
1792
1741
  .theme-designCom .tw-pt-2 {
1793
1742
  padding-top: 0.5rem;
1794
1743
  }
1744
+ .theme-designCom .tw-pt-4 {
1745
+ padding-top: 1rem;
1746
+ }
1795
1747
  .theme-designCom .tw-pt-6 {
1796
1748
  padding-top: 1.5rem;
1797
1749
  }
@@ -2219,9 +2171,6 @@ video {
2219
2171
  .theme-designCom .sm\:tw-mb-4 {
2220
2172
  margin-bottom: 1rem;
2221
2173
  }
2222
- .theme-designCom .sm\:tw-ml-2 {
2223
- margin-left: 0.5rem;
2224
- }
2225
2174
  .theme-designCom .sm\:tw-ml-4 {
2226
2175
  margin-left: 1rem;
2227
2176
  }
@@ -2258,9 +2207,6 @@ video {
2258
2207
  .theme-designCom .sm\:tw-flex-row {
2259
2208
  flex-direction: row;
2260
2209
  }
2261
- .theme-designCom .sm\:tw-items-center {
2262
- align-items: center;
2263
- }
2264
2210
  .theme-designCom .sm\:tw-rounded-md {
2265
2211
  border-radius: 0.375rem;
2266
2212
  }
@@ -2387,10 +2333,6 @@ video {
2387
2333
  .theme-designCom .md\:tw-p-8 {
2388
2334
  padding: 2rem;
2389
2335
  }
2390
- .theme-designCom .md\:tw-px-12 {
2391
- padding-left: 3rem;
2392
- padding-right: 3rem;
2393
- }
2394
2336
  .theme-designCom .md\:tw-px-4 {
2395
2337
  padding-left: 1rem;
2396
2338
  padding-right: 1rem;
@@ -684,9 +684,6 @@ 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
- }
690
687
  .theme-designCrowd .tw-mb-1 {
691
688
  margin-bottom: 0.25rem;
692
689
  }
@@ -741,6 +738,9 @@ video {
741
738
  .theme-designCrowd .tw-mt-0 {
742
739
  margin-top: 0px;
743
740
  }
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,9 +753,6 @@ 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
- }
759
756
  .theme-designCrowd .tw-mt-8 {
760
757
  margin-top: 2rem;
761
758
  }
@@ -765,48 +762,6 @@ video {
765
762
  .theme-designCrowd .tw-box-content {
766
763
  box-sizing: content-box;
767
764
  }
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
- }
810
765
  .theme-designCrowd .tw-block {
811
766
  display: block;
812
767
  }
@@ -971,9 +926,6 @@ video {
971
926
  .theme-designCrowd .tw-flex-none {
972
927
  flex: none;
973
928
  }
974
- .theme-designCrowd .tw-flex-shrink-0 {
975
- flex-shrink: 0;
976
- }
977
929
  .theme-designCrowd .tw-grow {
978
930
  flex-grow: 1;
979
931
  }
@@ -1189,9 +1141,6 @@ video {
1189
1141
  text-overflow: ellipsis;
1190
1142
  white-space: nowrap;
1191
1143
  }
1192
- .theme-designCrowd .tw-text-ellipsis {
1193
- text-overflow: ellipsis;
1194
- }
1195
1144
  .theme-designCrowd .tw-whitespace-nowrap {
1196
1145
  white-space: nowrap;
1197
1146
  }
@@ -1792,6 +1741,9 @@ video {
1792
1741
  .theme-designCrowd .tw-pt-2 {
1793
1742
  padding-top: 0.5rem;
1794
1743
  }
1744
+ .theme-designCrowd .tw-pt-4 {
1745
+ padding-top: 1rem;
1746
+ }
1795
1747
  .theme-designCrowd .tw-pt-6 {
1796
1748
  padding-top: 1.5rem;
1797
1749
  }
@@ -2219,9 +2171,6 @@ video {
2219
2171
  .theme-designCrowd .sm\:tw-mb-4 {
2220
2172
  margin-bottom: 1rem;
2221
2173
  }
2222
- .theme-designCrowd .sm\:tw-ml-2 {
2223
- margin-left: 0.5rem;
2224
- }
2225
2174
  .theme-designCrowd .sm\:tw-ml-4 {
2226
2175
  margin-left: 1rem;
2227
2176
  }
@@ -2258,9 +2207,6 @@ video {
2258
2207
  .theme-designCrowd .sm\:tw-flex-row {
2259
2208
  flex-direction: row;
2260
2209
  }
2261
- .theme-designCrowd .sm\:tw-items-center {
2262
- align-items: center;
2263
- }
2264
2210
  .theme-designCrowd .sm\:tw-rounded-md {
2265
2211
  border-radius: 0.375rem;
2266
2212
  }
@@ -2387,10 +2333,6 @@ video {
2387
2333
  .theme-designCrowd .md\:tw-p-8 {
2388
2334
  padding: 2rem;
2389
2335
  }
2390
- .theme-designCrowd .md\:tw-px-12 {
2391
- padding-left: 3rem;
2392
- padding-right: 3rem;
2393
- }
2394
2336
  .theme-designCrowd .md\:tw-px-4 {
2395
2337
  padding-left: 1rem;
2396
2338
  padding-right: 1rem;
@@ -406,8 +406,6 @@ import IconClipboardCheck from './icons/clipboard-check.vue';
406
406
  import IconBadge from './icons/badge.vue';
407
407
  import IconCalculator from './icons/calculator.vue';
408
408
 
409
- import IconGroup from './icons/group.vue';
410
-
411
409
  export default {
412
410
  components: {
413
411
  IconFile,
@@ -690,8 +688,6 @@ export default {
690
688
  IconBan,
691
689
  IconShape,
692
690
 
693
- IconGroup,
694
-
695
691
  // Maker icons
696
692
  IconMakerAnimate,
697
693
  IconMakerCustomLandscape,
@@ -32,7 +32,9 @@
32
32
  "hasAlreadyPurchasedDomainCloseButtonLabel": "No thanks, maybe later",
33
33
  "selectDomainDropdownPlaceholder": "Select domain name",
34
34
  "websiteFriendlyName": "Website",
35
- "digitalBusinessCardFriendlyName": "Digital Business Card"
35
+ "digitalBusinessCardFriendlyName": "Digital Business Card",
36
+ "alreadyHaveADomainLabel": "Already have a domain?",
37
+ "useExistingDomainLabel": "Use existing domain"
36
38
  },
37
39
  "sellDomainNameList": {
38
40
  "freeDomainButtonLabel": "Free Domain",