@designcrowd/fe-shared-lib 1.5.11-kp-4 → 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(17 21 23 / var(--tw-text-opacity));
2152
2091
  }
2153
- .hover\:tw-text-primary-600:hover {
2154
- --tw-text-opacity: 1;
2155
- color: rgb(194 22 50 / var(--tw-text-opacity));
2156
- }
2157
2092
  .hover\:tw-text-secondary-500:hover {
2158
2093
  --tw-text-opacity: 1;
2159
2094
  color: rgb(89 89 89 / 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
  }
@@ -1508,9 +1454,6 @@ video {
1508
1454
  .tw-p-4 {
1509
1455
  padding: 1rem;
1510
1456
  }
1511
- .tw-p-5 {
1512
- padding: 1.25rem;
1513
- }
1514
1457
  .tw-p-6 {
1515
1458
  padding: 1.5rem;
1516
1459
  }
@@ -1668,10 +1611,6 @@ video {
1668
1611
  font-size: 1.5rem;
1669
1612
  line-height: 2rem;
1670
1613
  }
1671
- .tw-text-3xl {
1672
- font-size: 1.875rem;
1673
- line-height: 2.25rem;
1674
- }
1675
1614
  .tw-text-4xl {
1676
1615
  font-size: 2.25rem;
1677
1616
  line-height: 2.5rem;
@@ -1921,10 +1860,6 @@ video {
1921
1860
  margin-bottom: 1rem;
1922
1861
  }
1923
1862
 
1924
- .sm\:tw-ml-2 {
1925
- margin-left: 0.5rem;
1926
- }
1927
-
1928
1863
  .sm\:tw-ml-4 {
1929
1864
  margin-left: 1rem;
1930
1865
  }
@@ -1973,10 +1908,6 @@ video {
1973
1908
  flex-direction: row;
1974
1909
  }
1975
1910
 
1976
- .sm\:tw-items-center {
1977
- align-items: center;
1978
- }
1979
-
1980
1911
  .sm\:tw-rounded-md {
1981
1912
  border-radius: 0.375rem;
1982
1913
  }
@@ -1988,18 +1919,10 @@ video {
1988
1919
  }
1989
1920
  @media (min-width: 768px) {
1990
1921
 
1991
- .md\:tw-relative {
1992
- position: relative;
1993
- }
1994
-
1995
1922
  .md\:tw-right-6 {
1996
1923
  right: 1.5rem;
1997
1924
  }
1998
1925
 
1999
- .md\:tw-order-first {
2000
- order: -9999;
2001
- }
2002
-
2003
1926
  .md\:tw-mb-0 {
2004
1927
  margin-bottom: 0px;
2005
1928
  }
@@ -2064,10 +1987,6 @@ video {
2064
1987
  width: 6rem;
2065
1988
  }
2066
1989
 
2067
- .md\:tw-w-3\/4 {
2068
- width: 75%;
2069
- }
2070
-
2071
1990
  .md\:tw-w-auto {
2072
1991
  width: auto;
2073
1992
  }
@@ -2080,10 +1999,6 @@ video {
2080
1999
  max-width: 100%;
2081
2000
  }
2082
2001
 
2083
- .md\:tw-flex-1 {
2084
- flex: 1 1 0%;
2085
- }
2086
-
2087
2002
  .md\:tw-grow {
2088
2003
  flex-grow: 1;
2089
2004
  }
@@ -2143,10 +2058,6 @@ video {
2143
2058
  object-fit: contain;
2144
2059
  }
2145
2060
 
2146
- .md\:tw-p-0 {
2147
- padding: 0px;
2148
- }
2149
-
2150
2061
  .md\:tw-p-2 {
2151
2062
  padding: 0.5rem;
2152
2063
  }
@@ -2163,11 +2074,6 @@ video {
2163
2074
  padding: 2rem;
2164
2075
  }
2165
2076
 
2166
- .md\:tw-px-12 {
2167
- padding-left: 3rem;
2168
- padding-right: 3rem;
2169
- }
2170
-
2171
2077
  .md\:tw-px-4 {
2172
2078
  padding-left: 1rem;
2173
2079
  padding-right: 1rem;
@@ -2183,10 +2089,6 @@ video {
2183
2089
  padding-bottom: 0.5rem;
2184
2090
  }
2185
2091
 
2186
- .md\:tw-pb-0 {
2187
- padding-bottom: 0px;
2188
- }
2189
-
2190
2092
  .md\:tw-pl-4 {
2191
2093
  padding-left: 1rem;
2192
2094
  }
@@ -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(79 89 92 / var(--tw-text-opacity));
2152
2091
  }
2153
- .hover\:tw-text-primary-600:hover {
2154
- --tw-text-opacity: 1;
2155
- color: rgb(89 138 38 / var(--tw-text-opacity));
2156
- }
2157
2092
  .hover\:tw-text-secondary-500:hover {
2158
2093
  --tw-text-opacity: 1;
2159
2094
  color: rgb(72 72 72 / 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
  }