@designcrowd/fe-shared-lib 1.5.11-kp-3 → 1.5.11

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 (65) hide show
  1. package/dist/css/tailwind-brandCrowd.css +6 -108
  2. package/dist/css/tailwind-brandPage.css +6 -104
  3. package/dist/css/tailwind-crazyDomains.css +6 -108
  4. package/dist/css/tailwind-designCom.css +6 -108
  5. package/dist/css/tailwind-designCrowd.css +6 -108
  6. package/index.js +0 -2
  7. package/package.json +1 -1
  8. package/public/css/tailwind-brandCrowd.css +0 -32
  9. package/public/css/tailwind-brandPage.css +0 -28
  10. package/public/css/tailwind-crazyDomains.css +0 -32
  11. package/public/css/tailwind-designCom.css +0 -32
  12. package/public/css/tailwind-designCrowd.css +0 -32
  13. package/src/atoms/components/Icon/Icon.stories.js +0 -7
  14. package/src/atoms/components/Icon/Icon.vue +0 -16
  15. package/src/bundles/bundled-translations.de-DE.json +0 -40
  16. package/src/bundles/bundled-translations.es-ES.json +0 -40
  17. package/src/bundles/bundled-translations.fr-CA.json +0 -40
  18. package/src/bundles/bundled-translations.fr-FR.json +0 -40
  19. package/src/bundles/bundled-translations.json +0 -40
  20. package/src/bundles/bundled-translations.pt-BR.json +0 -40
  21. package/src/bundles/bundled-translations.pt-PT.json +0 -40
  22. package/src/useSharedLibTranslate.js +0 -4
  23. package/.storybook-static/css/tailwind-brandCrowd.css +0 -2472
  24. package/.storybook-static/css/tailwind-brandPage.css +0 -2156
  25. package/.storybook-static/css/tailwind-crazyDomains.css +0 -2472
  26. package/.storybook-static/css/tailwind-designCom.css +0 -2472
  27. package/.storybook-static/css/tailwind-designCrowd.css +0 -2472
  28. package/.storybook-static/favicon.svg +0 -1
  29. package/.storybook-static/index.html +0 -156
  30. package/.storybook-static/index.json +0 -1
  31. package/.storybook-static/nunito-sans-bold-italic.woff2 +0 -0
  32. package/.storybook-static/nunito-sans-bold.woff2 +0 -0
  33. package/.storybook-static/nunito-sans-italic.woff2 +0 -0
  34. package/.storybook-static/nunito-sans-regular.woff2 +0 -0
  35. package/.storybook-static/project.json +0 -1
  36. package/.storybook-static/sb-addons/a11y-1/manager-bundle.js +0 -5
  37. package/.storybook-static/sb-addons/links-2/manager-bundle.js +0 -3
  38. package/.storybook-static/sb-addons/storybook-core-server-presets-0/common-manager-bundle.js +0 -188
  39. package/.storybook-static/sb-addons/themes-3/manager-bundle.js +0 -3
  40. package/.storybook-static/sb-common-assets/favicon.svg +0 -1
  41. package/.storybook-static/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
  42. package/.storybook-static/sb-common-assets/nunito-sans-bold.woff2 +0 -0
  43. package/.storybook-static/sb-common-assets/nunito-sans-italic.woff2 +0 -0
  44. package/.storybook-static/sb-common-assets/nunito-sans-regular.woff2 +0 -0
  45. package/.storybook-static/sb-manager/globals-module-info.js +0 -797
  46. package/.storybook-static/sb-manager/globals-runtime.js +0 -72062
  47. package/.storybook-static/sb-manager/globals.js +0 -34
  48. package/.storybook-static/sb-manager/runtime.js +0 -13002
  49. package/src/atoms/components/Icon/icons/websites/upgrade-to-add-page.vue +0 -50
  50. package/src/atoms/components/Icon/icons/websites/upgrade-to-contact-form.vue +0 -82
  51. package/src/atoms/components/Icon/icons/websites/upgrade-to-google-ad.vue +0 -92
  52. package/src/atoms/components/Icon/icons/websites/upgrade-to-maps.vue +0 -40
  53. package/src/atoms/components/Icon/icons/websites/upgrade-to-publish.vue +0 -107
  54. package/src/atoms/components/Icon/icons/websites/upgrade-to-remove-watermark.vue +0 -74
  55. package/src/atoms/components/Icon/icons/websites/upgrade-to-videos.vue +0 -16
  56. package/src/experiences/components/WebsitesContextualUpgradeModal/WebsiteContextualUpgradeModal.stories.js +0 -181
  57. package/src/experiences/components/WebsitesContextualUpgradeModal/WebsiteContextualUpgradeModal.vue +0 -203
  58. package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.de-DE.json +0 -42
  59. package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.es-ES.json +0 -42
  60. package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.fr-CA.json +0 -42
  61. package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.fr-FR.json +0 -42
  62. package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.json +0 -42
  63. package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.pt-BR.json +0 -42
  64. package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.pt-PT.json +0 -42
  65. package/src/experiences/models/websiteContextualModel.ts +0 -11
@@ -617,9 +617,6 @@ video {
617
617
  .tw-m-3 {
618
618
  margin: 0.75rem;
619
619
  }
620
- .tw-m-4 {
621
- margin: 1rem;
622
- }
623
620
  .tw-m-5 {
624
621
  margin: 1.25rem;
625
622
  }
@@ -687,9 +684,6 @@ video {
687
684
  .tw-mb-0 {
688
685
  margin-bottom: 0px;
689
686
  }
690
- .tw-mb-0\.5 {
691
- margin-bottom: 0.125rem;
692
- }
693
687
  .tw-mb-1 {
694
688
  margin-bottom: 0.25rem;
695
689
  }
@@ -723,6 +717,9 @@ video {
723
717
  .tw-ml-4 {
724
718
  margin-left: 1rem;
725
719
  }
720
+ .tw-ml-6 {
721
+ margin-left: 1.5rem;
722
+ }
726
723
  .tw-ml-auto {
727
724
  margin-left: auto;
728
725
  }
@@ -744,6 +741,9 @@ video {
744
741
  .tw-mt-0 {
745
742
  margin-top: 0px;
746
743
  }
744
+ .tw-mt-0\.5 {
745
+ margin-top: 0.125rem;
746
+ }
747
747
  .tw-mt-1 {
748
748
  margin-top: 0.25rem;
749
749
  }
@@ -756,9 +756,6 @@ video {
756
756
  .tw-mt-4 {
757
757
  margin-top: 1rem;
758
758
  }
759
- .tw-mt-6 {
760
- margin-top: 1.5rem;
761
- }
762
759
  .tw-mt-8 {
763
760
  margin-top: 2rem;
764
761
  }
@@ -768,48 +765,6 @@ video {
768
765
  .tw-box-content {
769
766
  box-sizing: content-box;
770
767
  }
771
- .tw-line-clamp-1 {
772
- overflow: hidden;
773
- display: -webkit-box;
774
- -webkit-box-orient: vertical;
775
- -webkit-line-clamp: 1;
776
- }
777
- .tw-line-clamp-2 {
778
- overflow: hidden;
779
- display: -webkit-box;
780
- -webkit-box-orient: vertical;
781
- -webkit-line-clamp: 2;
782
- }
783
- .tw-line-clamp-3 {
784
- overflow: hidden;
785
- display: -webkit-box;
786
- -webkit-box-orient: vertical;
787
- -webkit-line-clamp: 3;
788
- }
789
- .tw-line-clamp-4 {
790
- overflow: hidden;
791
- display: -webkit-box;
792
- -webkit-box-orient: vertical;
793
- -webkit-line-clamp: 4;
794
- }
795
- .tw-line-clamp-5 {
796
- overflow: hidden;
797
- display: -webkit-box;
798
- -webkit-box-orient: vertical;
799
- -webkit-line-clamp: 5;
800
- }
801
- .tw-line-clamp-6 {
802
- overflow: hidden;
803
- display: -webkit-box;
804
- -webkit-box-orient: vertical;
805
- -webkit-line-clamp: 6;
806
- }
807
- .tw-line-clamp-none {
808
- overflow: visible;
809
- display: block;
810
- -webkit-box-orient: horizontal;
811
- -webkit-line-clamp: none;
812
- }
813
768
  .tw-block {
814
769
  display: block;
815
770
  }
@@ -959,9 +914,6 @@ video {
959
914
  .tw-max-w-2xl {
960
915
  max-width: 42rem;
961
916
  }
962
- .tw-max-w-3xl {
963
- max-width: 48rem;
964
- }
965
917
  .tw-max-w-full {
966
918
  max-width: 100%;
967
919
  }
@@ -977,9 +929,6 @@ video {
977
929
  .tw-flex-none {
978
930
  flex: none;
979
931
  }
980
- .tw-flex-shrink-0 {
981
- flex-shrink: 0;
982
- }
983
932
  .tw-grow {
984
933
  flex-grow: 1;
985
934
  }
@@ -1195,9 +1144,6 @@ video {
1195
1144
  text-overflow: ellipsis;
1196
1145
  white-space: nowrap;
1197
1146
  }
1198
- .tw-text-ellipsis {
1199
- text-overflow: ellipsis;
1200
- }
1201
1147
  .tw-whitespace-nowrap {
1202
1148
  white-space: nowrap;
1203
1149
  }
@@ -1660,9 +1606,6 @@ video {
1660
1606
  .tw-p-4 {
1661
1607
  padding: 1rem;
1662
1608
  }
1663
- .tw-p-5 {
1664
- padding: 1.25rem;
1665
- }
1666
1609
  .tw-p-6 {
1667
1610
  padding: 1.5rem;
1668
1611
  }
@@ -1820,10 +1763,6 @@ video {
1820
1763
  font-size: 1.5rem;
1821
1764
  line-height: 2rem;
1822
1765
  }
1823
- .tw-text-3xl {
1824
- font-size: 1.875rem;
1825
- line-height: 2.25rem;
1826
- }
1827
1766
  .tw-text-4xl {
1828
1767
  font-size: 2.25rem;
1829
1768
  line-height: 2.5rem;
@@ -2150,10 +2089,6 @@ video {
2150
2089
  --tw-text-opacity: 1;
2151
2090
  color: rgb(23 23 23 / var(--tw-text-opacity));
2152
2091
  }
2153
- .hover\:tw-text-primary-600:hover {
2154
- --tw-text-opacity: 1;
2155
- color: rgb(50 71 197 / var(--tw-text-opacity));
2156
- }
2157
2092
  .hover\:tw-text-secondary-500:hover {
2158
2093
  --tw-text-opacity: 1;
2159
2094
  color: rgb(61 61 61 / var(--tw-text-opacity));
@@ -2241,10 +2176,6 @@ video {
2241
2176
  margin-bottom: 1rem;
2242
2177
  }
2243
2178
 
2244
- .sm\:tw-ml-2 {
2245
- margin-left: 0.5rem;
2246
- }
2247
-
2248
2179
  .sm\:tw-ml-4 {
2249
2180
  margin-left: 1rem;
2250
2181
  }
@@ -2293,10 +2224,6 @@ video {
2293
2224
  flex-direction: row;
2294
2225
  }
2295
2226
 
2296
- .sm\:tw-items-center {
2297
- align-items: center;
2298
- }
2299
-
2300
2227
  .sm\:tw-rounded-md {
2301
2228
  border-radius: 0.375rem;
2302
2229
  }
@@ -2308,18 +2235,10 @@ video {
2308
2235
  }
2309
2236
  @media (min-width: 768px) {
2310
2237
 
2311
- .md\:tw-relative {
2312
- position: relative;
2313
- }
2314
-
2315
2238
  .md\:tw-right-6 {
2316
2239
  right: 1.5rem;
2317
2240
  }
2318
2241
 
2319
- .md\:tw-order-first {
2320
- order: -9999;
2321
- }
2322
-
2323
2242
  .md\:tw-mb-0 {
2324
2243
  margin-bottom: 0px;
2325
2244
  }
@@ -2384,10 +2303,6 @@ video {
2384
2303
  width: 6rem;
2385
2304
  }
2386
2305
 
2387
- .md\:tw-w-3\/4 {
2388
- width: 75%;
2389
- }
2390
-
2391
2306
  .md\:tw-w-auto {
2392
2307
  width: auto;
2393
2308
  }
@@ -2400,10 +2315,6 @@ video {
2400
2315
  max-width: 100%;
2401
2316
  }
2402
2317
 
2403
- .md\:tw-flex-1 {
2404
- flex: 1 1 0%;
2405
- }
2406
-
2407
2318
  .md\:tw-grow {
2408
2319
  flex-grow: 1;
2409
2320
  }
@@ -2463,10 +2374,6 @@ video {
2463
2374
  object-fit: contain;
2464
2375
  }
2465
2376
 
2466
- .md\:tw-p-0 {
2467
- padding: 0px;
2468
- }
2469
-
2470
2377
  .md\:tw-p-2 {
2471
2378
  padding: 0.5rem;
2472
2379
  }
@@ -2483,11 +2390,6 @@ video {
2483
2390
  padding: 2rem;
2484
2391
  }
2485
2392
 
2486
- .md\:tw-px-12 {
2487
- padding-left: 3rem;
2488
- padding-right: 3rem;
2489
- }
2490
-
2491
2393
  .md\:tw-px-4 {
2492
2394
  padding-left: 1rem;
2493
2395
  padding-right: 1rem;
@@ -2503,10 +2405,6 @@ video {
2503
2405
  padding-bottom: 0.5rem;
2504
2406
  }
2505
2407
 
2506
- .md\:tw-pb-0 {
2507
- padding-bottom: 0px;
2508
- }
2509
-
2510
2408
  .md\:tw-pl-4 {
2511
2409
  padding-left: 1rem;
2512
2410
  }
@@ -617,9 +617,6 @@ video {
617
617
  .tw-m-3 {
618
618
  margin: 0.75rem;
619
619
  }
620
- .tw-m-4 {
621
- margin: 1rem;
622
- }
623
620
  .tw-m-5 {
624
621
  margin: 1.25rem;
625
622
  }
@@ -687,9 +684,6 @@ video {
687
684
  .tw-mb-0 {
688
685
  margin-bottom: 0px;
689
686
  }
690
- .tw-mb-0\.5 {
691
- margin-bottom: 0.125rem;
692
- }
693
687
  .tw-mb-1 {
694
688
  margin-bottom: 0.25rem;
695
689
  }
@@ -723,6 +717,9 @@ video {
723
717
  .tw-ml-4 {
724
718
  margin-left: 1rem;
725
719
  }
720
+ .tw-ml-6 {
721
+ margin-left: 1.5rem;
722
+ }
726
723
  .tw-ml-auto {
727
724
  margin-left: auto;
728
725
  }
@@ -744,6 +741,9 @@ video {
744
741
  .tw-mt-0 {
745
742
  margin-top: 0px;
746
743
  }
744
+ .tw-mt-0\.5 {
745
+ margin-top: 0.125rem;
746
+ }
747
747
  .tw-mt-1 {
748
748
  margin-top: 0.25rem;
749
749
  }
@@ -756,9 +756,6 @@ video {
756
756
  .tw-mt-4 {
757
757
  margin-top: 1rem;
758
758
  }
759
- .tw-mt-6 {
760
- margin-top: 1.5rem;
761
- }
762
759
  .tw-mt-8 {
763
760
  margin-top: 2rem;
764
761
  }
@@ -768,48 +765,6 @@ video {
768
765
  .tw-box-content {
769
766
  box-sizing: content-box;
770
767
  }
771
- .tw-line-clamp-1 {
772
- overflow: hidden;
773
- display: -webkit-box;
774
- -webkit-box-orient: vertical;
775
- -webkit-line-clamp: 1;
776
- }
777
- .tw-line-clamp-2 {
778
- overflow: hidden;
779
- display: -webkit-box;
780
- -webkit-box-orient: vertical;
781
- -webkit-line-clamp: 2;
782
- }
783
- .tw-line-clamp-3 {
784
- overflow: hidden;
785
- display: -webkit-box;
786
- -webkit-box-orient: vertical;
787
- -webkit-line-clamp: 3;
788
- }
789
- .tw-line-clamp-4 {
790
- overflow: hidden;
791
- display: -webkit-box;
792
- -webkit-box-orient: vertical;
793
- -webkit-line-clamp: 4;
794
- }
795
- .tw-line-clamp-5 {
796
- overflow: hidden;
797
- display: -webkit-box;
798
- -webkit-box-orient: vertical;
799
- -webkit-line-clamp: 5;
800
- }
801
- .tw-line-clamp-6 {
802
- overflow: hidden;
803
- display: -webkit-box;
804
- -webkit-box-orient: vertical;
805
- -webkit-line-clamp: 6;
806
- }
807
- .tw-line-clamp-none {
808
- overflow: visible;
809
- display: block;
810
- -webkit-box-orient: horizontal;
811
- -webkit-line-clamp: none;
812
- }
813
768
  .tw-block {
814
769
  display: block;
815
770
  }
@@ -959,9 +914,6 @@ video {
959
914
  .tw-max-w-2xl {
960
915
  max-width: 42rem;
961
916
  }
962
- .tw-max-w-3xl {
963
- max-width: 48rem;
964
- }
965
917
  .tw-max-w-full {
966
918
  max-width: 100%;
967
919
  }
@@ -977,9 +929,6 @@ video {
977
929
  .tw-flex-none {
978
930
  flex: none;
979
931
  }
980
- .tw-flex-shrink-0 {
981
- flex-shrink: 0;
982
- }
983
932
  .tw-grow {
984
933
  flex-grow: 1;
985
934
  }
@@ -1195,9 +1144,6 @@ video {
1195
1144
  text-overflow: ellipsis;
1196
1145
  white-space: nowrap;
1197
1146
  }
1198
- .tw-text-ellipsis {
1199
- text-overflow: ellipsis;
1200
- }
1201
1147
  .tw-whitespace-nowrap {
1202
1148
  white-space: nowrap;
1203
1149
  }
@@ -1660,9 +1606,6 @@ video {
1660
1606
  .tw-p-4 {
1661
1607
  padding: 1rem;
1662
1608
  }
1663
- .tw-p-5 {
1664
- padding: 1.25rem;
1665
- }
1666
1609
  .tw-p-6 {
1667
1610
  padding: 1.5rem;
1668
1611
  }
@@ -1820,10 +1763,6 @@ video {
1820
1763
  font-size: 1.5rem;
1821
1764
  line-height: 2rem;
1822
1765
  }
1823
- .tw-text-3xl {
1824
- font-size: 1.875rem;
1825
- line-height: 2.25rem;
1826
- }
1827
1766
  .tw-text-4xl {
1828
1767
  font-size: 2.25rem;
1829
1768
  line-height: 2.5rem;
@@ -2150,10 +2089,6 @@ video {
2150
2089
  --tw-text-opacity: 1;
2151
2090
  color: rgb(39 52 56 / var(--tw-text-opacity));
2152
2091
  }
2153
- .hover\:tw-text-primary-600:hover {
2154
- --tw-text-opacity: 1;
2155
- color: rgb(14 121 188 / var(--tw-text-opacity));
2156
- }
2157
2092
  .hover\:tw-text-secondary-500:hover {
2158
2093
  --tw-text-opacity: 1;
2159
2094
  color: rgb(93 109 129 / var(--tw-text-opacity));
@@ -2241,10 +2176,6 @@ video {
2241
2176
  margin-bottom: 1rem;
2242
2177
  }
2243
2178
 
2244
- .sm\:tw-ml-2 {
2245
- margin-left: 0.5rem;
2246
- }
2247
-
2248
2179
  .sm\:tw-ml-4 {
2249
2180
  margin-left: 1rem;
2250
2181
  }
@@ -2293,10 +2224,6 @@ video {
2293
2224
  flex-direction: row;
2294
2225
  }
2295
2226
 
2296
- .sm\:tw-items-center {
2297
- align-items: center;
2298
- }
2299
-
2300
2227
  .sm\:tw-rounded-md {
2301
2228
  border-radius: 0.375rem;
2302
2229
  }
@@ -2308,18 +2235,10 @@ video {
2308
2235
  }
2309
2236
  @media (min-width: 768px) {
2310
2237
 
2311
- .md\:tw-relative {
2312
- position: relative;
2313
- }
2314
-
2315
2238
  .md\:tw-right-6 {
2316
2239
  right: 1.5rem;
2317
2240
  }
2318
2241
 
2319
- .md\:tw-order-first {
2320
- order: -9999;
2321
- }
2322
-
2323
2242
  .md\:tw-mb-0 {
2324
2243
  margin-bottom: 0px;
2325
2244
  }
@@ -2384,10 +2303,6 @@ video {
2384
2303
  width: 6rem;
2385
2304
  }
2386
2305
 
2387
- .md\:tw-w-3\/4 {
2388
- width: 75%;
2389
- }
2390
-
2391
2306
  .md\:tw-w-auto {
2392
2307
  width: auto;
2393
2308
  }
@@ -2400,10 +2315,6 @@ video {
2400
2315
  max-width: 100%;
2401
2316
  }
2402
2317
 
2403
- .md\:tw-flex-1 {
2404
- flex: 1 1 0%;
2405
- }
2406
-
2407
2318
  .md\:tw-grow {
2408
2319
  flex-grow: 1;
2409
2320
  }
@@ -2463,10 +2374,6 @@ video {
2463
2374
  object-fit: contain;
2464
2375
  }
2465
2376
 
2466
- .md\:tw-p-0 {
2467
- padding: 0px;
2468
- }
2469
-
2470
2377
  .md\:tw-p-2 {
2471
2378
  padding: 0.5rem;
2472
2379
  }
@@ -2483,11 +2390,6 @@ video {
2483
2390
  padding: 2rem;
2484
2391
  }
2485
2392
 
2486
- .md\:tw-px-12 {
2487
- padding-left: 3rem;
2488
- padding-right: 3rem;
2489
- }
2490
-
2491
2393
  .md\:tw-px-4 {
2492
2394
  padding-left: 1rem;
2493
2395
  padding-right: 1rem;
@@ -2503,10 +2405,6 @@ video {
2503
2405
  padding-bottom: 0.5rem;
2504
2406
  }
2505
2407
 
2506
- .md\:tw-pb-0 {
2507
- padding-bottom: 0px;
2508
- }
2509
-
2510
2408
  .md\:tw-pl-4 {
2511
2409
  padding-left: 1rem;
2512
2410
  }
package/index.js CHANGED
@@ -18,8 +18,6 @@ export { default as SellDomainNameList } from './src/experiences/components/Sell
18
18
  export { default as SellDomainNameWidget } from './src/experiences/components/SellDomainNameWidget/SellDomainNameWidget.vue';
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
- export { default as WebsiteContextualUpgradeModal } from './src/experiences/components/WebsitesContextualUpgradeModal/WebsiteContextualUpgradeModal.vue';
22
- export { WEBSITE_UPGRADE_CONTEXT_TYPES } from './src/experiences/models/websiteContextualModel';
23
21
 
24
22
  export { setSharedLibLocaleAsync, tr } from './src/useSharedLibTranslate';
25
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@designcrowd/fe-shared-lib",
3
- "version": "1.5.11-kp-3",
3
+ "version": "1.5.11",
4
4
  "scripts": {
5
5
  "start": "run-p storybook watch:translation",
6
6
  "build": "npm run build:css --production",
@@ -617,9 +617,6 @@ video {
617
617
  .theme-brandCrowd .tw-m-3 {
618
618
  margin: 0.75rem;
619
619
  }
620
- .theme-brandCrowd .tw-m-4 {
621
- margin: 1rem;
622
- }
623
620
  .theme-brandCrowd .tw-m-5 {
624
621
  margin: 1.25rem;
625
622
  }
@@ -959,9 +956,6 @@ video {
959
956
  .theme-brandCrowd .tw-max-w-2xl {
960
957
  max-width: 42rem;
961
958
  }
962
- .theme-brandCrowd .tw-max-w-3xl {
963
- max-width: 48rem;
964
- }
965
959
  .theme-brandCrowd .tw-max-w-full {
966
960
  max-width: 100%;
967
961
  }
@@ -1820,10 +1814,6 @@ video {
1820
1814
  font-size: 1.5rem;
1821
1815
  line-height: 2rem;
1822
1816
  }
1823
- .theme-brandCrowd .tw-text-3xl {
1824
- font-size: 1.875rem;
1825
- line-height: 2.25rem;
1826
- }
1827
1817
  .theme-brandCrowd .tw-text-4xl {
1828
1818
  font-size: 2.25rem;
1829
1819
  line-height: 2.5rem;
@@ -2150,10 +2140,6 @@ video {
2150
2140
  --tw-text-opacity: 1;
2151
2141
  color: rgb(17 21 23 / var(--tw-text-opacity));
2152
2142
  }
2153
- .theme-brandCrowd .hover\:tw-text-primary-600:hover {
2154
- --tw-text-opacity: 1;
2155
- color: rgb(194 22 50 / var(--tw-text-opacity));
2156
- }
2157
2143
  .theme-brandCrowd .hover\:tw-text-secondary-500:hover {
2158
2144
  --tw-text-opacity: 1;
2159
2145
  color: rgb(89 89 89 / var(--tw-text-opacity));
@@ -2284,15 +2270,9 @@ video {
2284
2270
  }
2285
2271
  }
2286
2272
  @media (min-width: 768px) {
2287
- .theme-brandCrowd .md\:tw-relative {
2288
- position: relative;
2289
- }
2290
2273
  .theme-brandCrowd .md\:tw-right-6 {
2291
2274
  right: 1.5rem;
2292
2275
  }
2293
- .theme-brandCrowd .md\:tw-order-first {
2294
- order: -9999;
2295
- }
2296
2276
  .theme-brandCrowd .md\:tw-mb-0 {
2297
2277
  margin-bottom: 0px;
2298
2278
  }
@@ -2341,9 +2321,6 @@ video {
2341
2321
  .theme-brandCrowd .md\:tw-w-24 {
2342
2322
  width: 6rem;
2343
2323
  }
2344
- .theme-brandCrowd .md\:tw-w-3\/4 {
2345
- width: 75%;
2346
- }
2347
2324
  .theme-brandCrowd .md\:tw-w-auto {
2348
2325
  width: auto;
2349
2326
  }
@@ -2353,9 +2330,6 @@ video {
2353
2330
  .theme-brandCrowd .md\:tw-max-w-full {
2354
2331
  max-width: 100%;
2355
2332
  }
2356
- .theme-brandCrowd .md\:tw-flex-1 {
2357
- flex: 1 1 0%;
2358
- }
2359
2333
  .theme-brandCrowd .md\:tw-grow {
2360
2334
  flex-grow: 1;
2361
2335
  }
@@ -2401,9 +2375,6 @@ video {
2401
2375
  -o-object-fit: contain;
2402
2376
  object-fit: contain;
2403
2377
  }
2404
- .theme-brandCrowd .md\:tw-p-0 {
2405
- padding: 0px;
2406
- }
2407
2378
  .theme-brandCrowd .md\:tw-p-2 {
2408
2379
  padding: 0.5rem;
2409
2380
  }
@@ -2432,9 +2403,6 @@ video {
2432
2403
  padding-top: 0.5rem;
2433
2404
  padding-bottom: 0.5rem;
2434
2405
  }
2435
- .theme-brandCrowd .md\:tw-pb-0 {
2436
- padding-bottom: 0px;
2437
- }
2438
2406
  .theme-brandCrowd .md\:tw-pl-4 {
2439
2407
  padding-left: 1rem;
2440
2408
  }
@@ -617,9 +617,6 @@ video {
617
617
  .theme-brandPage .tw-m-3 {
618
618
  margin: 0.75rem;
619
619
  }
620
- .theme-brandPage .tw-m-4 {
621
- margin: 1rem;
622
- }
623
620
  .theme-brandPage .tw-m-5 {
624
621
  margin: 1.25rem;
625
622
  }
@@ -959,9 +956,6 @@ video {
959
956
  .theme-brandPage .tw-max-w-2xl {
960
957
  max-width: 42rem;
961
958
  }
962
- .theme-brandPage .tw-max-w-3xl {
963
- max-width: 48rem;
964
- }
965
959
  .theme-brandPage .tw-max-w-full {
966
960
  max-width: 100%;
967
961
  }
@@ -1668,10 +1662,6 @@ video {
1668
1662
  font-size: 1.5rem;
1669
1663
  line-height: 2rem;
1670
1664
  }
1671
- .theme-brandPage .tw-text-3xl {
1672
- font-size: 1.875rem;
1673
- line-height: 2.25rem;
1674
- }
1675
1665
  .theme-brandPage .tw-text-4xl {
1676
1666
  font-size: 2.25rem;
1677
1667
  line-height: 2.5rem;
@@ -1964,15 +1954,9 @@ video {
1964
1954
  }
1965
1955
  }
1966
1956
  @media (min-width: 768px) {
1967
- .theme-brandPage .md\:tw-relative {
1968
- position: relative;
1969
- }
1970
1957
  .theme-brandPage .md\:tw-right-6 {
1971
1958
  right: 1.5rem;
1972
1959
  }
1973
- .theme-brandPage .md\:tw-order-first {
1974
- order: -9999;
1975
- }
1976
1960
  .theme-brandPage .md\:tw-mb-0 {
1977
1961
  margin-bottom: 0px;
1978
1962
  }
@@ -2021,9 +2005,6 @@ video {
2021
2005
  .theme-brandPage .md\:tw-w-24 {
2022
2006
  width: 6rem;
2023
2007
  }
2024
- .theme-brandPage .md\:tw-w-3\/4 {
2025
- width: 75%;
2026
- }
2027
2008
  .theme-brandPage .md\:tw-w-auto {
2028
2009
  width: auto;
2029
2010
  }
@@ -2033,9 +2014,6 @@ video {
2033
2014
  .theme-brandPage .md\:tw-max-w-full {
2034
2015
  max-width: 100%;
2035
2016
  }
2036
- .theme-brandPage .md\:tw-flex-1 {
2037
- flex: 1 1 0%;
2038
- }
2039
2017
  .theme-brandPage .md\:tw-grow {
2040
2018
  flex-grow: 1;
2041
2019
  }
@@ -2081,9 +2059,6 @@ video {
2081
2059
  -o-object-fit: contain;
2082
2060
  object-fit: contain;
2083
2061
  }
2084
- .theme-brandPage .md\:tw-p-0 {
2085
- padding: 0px;
2086
- }
2087
2062
  .theme-brandPage .md\:tw-p-2 {
2088
2063
  padding: 0.5rem;
2089
2064
  }
@@ -2112,9 +2087,6 @@ video {
2112
2087
  padding-top: 0.5rem;
2113
2088
  padding-bottom: 0.5rem;
2114
2089
  }
2115
- .theme-brandPage .md\:tw-pb-0 {
2116
- padding-bottom: 0px;
2117
- }
2118
2090
  .theme-brandPage .md\:tw-pl-4 {
2119
2091
  padding-left: 1rem;
2120
2092
  }