@designcrowd/fe-shared-lib 1.5.9-kp-1 → 1.5.9-kp-3

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 +68 -6
  8. package/public/css/tailwind-brandPage.css +64 -6
  9. package/public/css/tailwind-crazyDomains.css +68 -6
  10. package/public/css/tailwind-designCom.css +68 -6
  11. package/public/css/tailwind-designCrowd.css +68 -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 +9 -2
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-3",
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
  }
@@ -2092,6 +2140,10 @@ video {
2092
2140
  --tw-text-opacity: 1;
2093
2141
  color: rgb(17 21 23 / var(--tw-text-opacity));
2094
2142
  }
2143
+ .theme-brandCrowd .hover\:tw-text-primary-600:hover {
2144
+ --tw-text-opacity: 1;
2145
+ color: rgb(194 22 50 / var(--tw-text-opacity));
2146
+ }
2095
2147
  .theme-brandCrowd .hover\:tw-text-secondary-500:hover {
2096
2148
  --tw-text-opacity: 1;
2097
2149
  color: rgb(89 89 89 / var(--tw-text-opacity));
@@ -2171,6 +2223,9 @@ video {
2171
2223
  .theme-brandCrowd .sm\:tw-mb-4 {
2172
2224
  margin-bottom: 1rem;
2173
2225
  }
2226
+ .theme-brandCrowd .sm\:tw-ml-2 {
2227
+ margin-left: 0.5rem;
2228
+ }
2174
2229
  .theme-brandCrowd .sm\:tw-ml-4 {
2175
2230
  margin-left: 1rem;
2176
2231
  }
@@ -2207,6 +2262,9 @@ video {
2207
2262
  .theme-brandCrowd .sm\:tw-flex-row {
2208
2263
  flex-direction: row;
2209
2264
  }
2265
+ .theme-brandCrowd .sm\:tw-items-center {
2266
+ align-items: center;
2267
+ }
2210
2268
  .theme-brandCrowd .sm\:tw-rounded-md {
2211
2269
  border-radius: 0.375rem;
2212
2270
  }
@@ -2333,6 +2391,10 @@ video {
2333
2391
  .theme-brandCrowd .md\:tw-p-8 {
2334
2392
  padding: 2rem;
2335
2393
  }
2394
+ .theme-brandCrowd .md\:tw-px-12 {
2395
+ padding-left: 3rem;
2396
+ padding-right: 3rem;
2397
+ }
2336
2398
  .theme-brandCrowd .md\:tw-px-4 {
2337
2399
  padding-left: 1rem;
2338
2400
  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
  }
@@ -2092,6 +2140,10 @@ video {
2092
2140
  --tw-text-opacity: 1;
2093
2141
  color: rgb(79 89 92 / var(--tw-text-opacity));
2094
2142
  }
2143
+ .theme-crazyDomains .hover\:tw-text-primary-600:hover {
2144
+ --tw-text-opacity: 1;
2145
+ color: rgb(89 138 38 / var(--tw-text-opacity));
2146
+ }
2095
2147
  .theme-crazyDomains .hover\:tw-text-secondary-500:hover {
2096
2148
  --tw-text-opacity: 1;
2097
2149
  color: rgb(72 72 72 / var(--tw-text-opacity));
@@ -2171,6 +2223,9 @@ video {
2171
2223
  .theme-crazyDomains .sm\:tw-mb-4 {
2172
2224
  margin-bottom: 1rem;
2173
2225
  }
2226
+ .theme-crazyDomains .sm\:tw-ml-2 {
2227
+ margin-left: 0.5rem;
2228
+ }
2174
2229
  .theme-crazyDomains .sm\:tw-ml-4 {
2175
2230
  margin-left: 1rem;
2176
2231
  }
@@ -2207,6 +2262,9 @@ video {
2207
2262
  .theme-crazyDomains .sm\:tw-flex-row {
2208
2263
  flex-direction: row;
2209
2264
  }
2265
+ .theme-crazyDomains .sm\:tw-items-center {
2266
+ align-items: center;
2267
+ }
2210
2268
  .theme-crazyDomains .sm\:tw-rounded-md {
2211
2269
  border-radius: 0.375rem;
2212
2270
  }
@@ -2333,6 +2391,10 @@ video {
2333
2391
  .theme-crazyDomains .md\:tw-p-8 {
2334
2392
  padding: 2rem;
2335
2393
  }
2394
+ .theme-crazyDomains .md\:tw-px-12 {
2395
+ padding-left: 3rem;
2396
+ padding-right: 3rem;
2397
+ }
2336
2398
  .theme-crazyDomains .md\:tw-px-4 {
2337
2399
  padding-left: 1rem;
2338
2400
  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
  }
@@ -2092,6 +2140,10 @@ video {
2092
2140
  --tw-text-opacity: 1;
2093
2141
  color: rgb(23 23 23 / var(--tw-text-opacity));
2094
2142
  }
2143
+ .theme-designCom .hover\:tw-text-primary-600:hover {
2144
+ --tw-text-opacity: 1;
2145
+ color: rgb(50 71 197 / var(--tw-text-opacity));
2146
+ }
2095
2147
  .theme-designCom .hover\:tw-text-secondary-500:hover {
2096
2148
  --tw-text-opacity: 1;
2097
2149
  color: rgb(61 61 61 / var(--tw-text-opacity));
@@ -2171,6 +2223,9 @@ video {
2171
2223
  .theme-designCom .sm\:tw-mb-4 {
2172
2224
  margin-bottom: 1rem;
2173
2225
  }
2226
+ .theme-designCom .sm\:tw-ml-2 {
2227
+ margin-left: 0.5rem;
2228
+ }
2174
2229
  .theme-designCom .sm\:tw-ml-4 {
2175
2230
  margin-left: 1rem;
2176
2231
  }
@@ -2207,6 +2262,9 @@ video {
2207
2262
  .theme-designCom .sm\:tw-flex-row {
2208
2263
  flex-direction: row;
2209
2264
  }
2265
+ .theme-designCom .sm\:tw-items-center {
2266
+ align-items: center;
2267
+ }
2210
2268
  .theme-designCom .sm\:tw-rounded-md {
2211
2269
  border-radius: 0.375rem;
2212
2270
  }
@@ -2333,6 +2391,10 @@ video {
2333
2391
  .theme-designCom .md\:tw-p-8 {
2334
2392
  padding: 2rem;
2335
2393
  }
2394
+ .theme-designCom .md\:tw-px-12 {
2395
+ padding-left: 3rem;
2396
+ padding-right: 3rem;
2397
+ }
2336
2398
  .theme-designCom .md\:tw-px-4 {
2337
2399
  padding-left: 1rem;
2338
2400
  padding-right: 1rem;