@designcrowd/fe-shared-lib 1.5.22 → 1.5.23-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 (53) hide show
  1. package/.storybook-static/css/tailwind-brandCrowd.css +2472 -0
  2. package/.storybook-static/css/tailwind-brandPage.css +2156 -0
  3. package/.storybook-static/css/tailwind-crazyDomains.css +2472 -0
  4. package/.storybook-static/css/tailwind-designCom.css +2472 -0
  5. package/.storybook-static/css/tailwind-designCrowd.css +2472 -0
  6. package/.storybook-static/favicon.svg +1 -0
  7. package/.storybook-static/index.html +156 -0
  8. package/.storybook-static/index.json +1 -0
  9. package/.storybook-static/nunito-sans-bold-italic.woff2 +0 -0
  10. package/.storybook-static/nunito-sans-bold.woff2 +0 -0
  11. package/.storybook-static/nunito-sans-italic.woff2 +0 -0
  12. package/.storybook-static/nunito-sans-regular.woff2 +0 -0
  13. package/.storybook-static/project.json +1 -0
  14. package/.storybook-static/sb-addons/a11y-1/manager-bundle.js +5 -0
  15. package/.storybook-static/sb-addons/links-2/manager-bundle.js +3 -0
  16. package/.storybook-static/sb-addons/storybook-core-server-presets-0/common-manager-bundle.js +188 -0
  17. package/.storybook-static/sb-addons/themes-3/manager-bundle.js +3 -0
  18. package/.storybook-static/sb-common-assets/favicon.svg +1 -0
  19. package/.storybook-static/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
  20. package/.storybook-static/sb-common-assets/nunito-sans-bold.woff2 +0 -0
  21. package/.storybook-static/sb-common-assets/nunito-sans-italic.woff2 +0 -0
  22. package/.storybook-static/sb-common-assets/nunito-sans-regular.woff2 +0 -0
  23. package/.storybook-static/sb-manager/globals-module-info.js +797 -0
  24. package/.storybook-static/sb-manager/globals-runtime.js +72062 -0
  25. package/.storybook-static/sb-manager/globals.js +34 -0
  26. package/.storybook-static/sb-manager/runtime.js +13002 -0
  27. package/dist/css/tailwind-brandCrowd.css +105 -6
  28. package/dist/css/tailwind-brandPage.css +101 -6
  29. package/dist/css/tailwind-crazyDomains.css +105 -6
  30. package/dist/css/tailwind-designCom.css +105 -6
  31. package/dist/css/tailwind-designCrowd.css +105 -6
  32. package/package.json +1 -1
  33. package/src/atoms/components/Icon/Icon.stories.js +2 -0
  34. package/src/atoms/components/Icon/Icon.vue +42 -0
  35. package/src/atoms/components/Icon/icons/annotate-heart.vue +7 -0
  36. package/src/atoms/components/Icon/icons/award.vue +7 -0
  37. package/src/atoms/components/Icon/icons/bezier-curve-outline.vue +7 -0
  38. package/src/atoms/components/Icon/icons/bezier-curve.vue +7 -0
  39. package/src/atoms/components/Icon/icons/browser.vue +7 -0
  40. package/src/atoms/components/Icon/icons/card-vertical.vue +7 -0
  41. package/src/atoms/components/Icon/icons/file-empty.vue +7 -0
  42. package/src/atoms/components/Icon/icons/font.vue +7 -0
  43. package/src/atoms/components/Icon/icons/headphones.vue +7 -0
  44. package/src/atoms/components/Icon/icons/home-outline.vue +6 -0
  45. package/src/atoms/components/Icon/icons/image.vue +7 -0
  46. package/src/atoms/components/Icon/icons/lightning.vue +7 -0
  47. package/src/atoms/components/Icon/icons/logo.vue +7 -0
  48. package/src/atoms/components/Icon/icons/page-blank.vue +6 -0
  49. package/src/atoms/components/Icon/icons/palette-outline.vue +7 -0
  50. package/src/atoms/components/Icon/icons/pen-outline.vue +7 -0
  51. package/src/atoms/components/Icon/icons/pen-sparkle.vue +17 -0
  52. package/src/atoms/components/Icon/icons/pen.vue +7 -0
  53. package/src/atoms/components/Icon/icons/sparkle-square.vue +22 -0
@@ -617,6 +617,9 @@ video {
617
617
  .tw-m-3 {
618
618
  margin: 0.75rem;
619
619
  }
620
+ .tw-m-4 {
621
+ margin: 1rem;
622
+ }
620
623
  .tw-m-5 {
621
624
  margin: 1.25rem;
622
625
  }
@@ -684,6 +687,9 @@ video {
684
687
  .tw-mb-0 {
685
688
  margin-bottom: 0px;
686
689
  }
690
+ .tw-mb-0\.5 {
691
+ margin-bottom: 0.125rem;
692
+ }
687
693
  .tw-mb-1 {
688
694
  margin-bottom: 0.25rem;
689
695
  }
@@ -738,9 +744,6 @@ video {
738
744
  .tw-mt-0 {
739
745
  margin-top: 0px;
740
746
  }
741
- .tw-mt-0\.5 {
742
- margin-top: 0.125rem;
743
- }
744
747
  .tw-mt-1 {
745
748
  margin-top: 0.25rem;
746
749
  }
@@ -753,6 +756,9 @@ video {
753
756
  .tw-mt-4 {
754
757
  margin-top: 1rem;
755
758
  }
759
+ .tw-mt-6 {
760
+ margin-top: 1.5rem;
761
+ }
756
762
  .tw-mt-8 {
757
763
  margin-top: 2rem;
758
764
  }
@@ -762,6 +768,48 @@ video {
762
768
  .tw-box-content {
763
769
  box-sizing: content-box;
764
770
  }
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
+ }
765
813
  .tw-block {
766
814
  display: block;
767
815
  }
@@ -911,6 +959,9 @@ video {
911
959
  .tw-max-w-2xl {
912
960
  max-width: 42rem;
913
961
  }
962
+ .tw-max-w-3xl {
963
+ max-width: 48rem;
964
+ }
914
965
  .tw-max-w-full {
915
966
  max-width: 100%;
916
967
  }
@@ -926,6 +977,9 @@ video {
926
977
  .tw-flex-none {
927
978
  flex: none;
928
979
  }
980
+ .tw-flex-shrink-0 {
981
+ flex-shrink: 0;
982
+ }
929
983
  .tw-grow {
930
984
  flex-grow: 1;
931
985
  }
@@ -1141,6 +1195,9 @@ video {
1141
1195
  text-overflow: ellipsis;
1142
1196
  white-space: nowrap;
1143
1197
  }
1198
+ .tw-text-ellipsis {
1199
+ text-overflow: ellipsis;
1200
+ }
1144
1201
  .tw-whitespace-nowrap {
1145
1202
  white-space: nowrap;
1146
1203
  }
@@ -1741,9 +1798,6 @@ video {
1741
1798
  .tw-pt-2 {
1742
1799
  padding-top: 0.5rem;
1743
1800
  }
1744
- .tw-pt-4 {
1745
- padding-top: 1rem;
1746
- }
1747
1801
  .tw-pt-6 {
1748
1802
  padding-top: 1.5rem;
1749
1803
  }
@@ -1766,6 +1820,10 @@ video {
1766
1820
  font-size: 1.5rem;
1767
1821
  line-height: 2rem;
1768
1822
  }
1823
+ .tw-text-3xl {
1824
+ font-size: 1.875rem;
1825
+ line-height: 2.25rem;
1826
+ }
1769
1827
  .tw-text-4xl {
1770
1828
  font-size: 2.25rem;
1771
1829
  line-height: 2.5rem;
@@ -2092,6 +2150,10 @@ video {
2092
2150
  --tw-text-opacity: 1;
2093
2151
  color: rgb(17 21 23 / var(--tw-text-opacity));
2094
2152
  }
2153
+ .hover\:tw-text-primary-600:hover {
2154
+ --tw-text-opacity: 1;
2155
+ color: rgb(194 22 50 / var(--tw-text-opacity));
2156
+ }
2095
2157
  .hover\:tw-text-secondary-500:hover {
2096
2158
  --tw-text-opacity: 1;
2097
2159
  color: rgb(89 89 89 / var(--tw-text-opacity));
@@ -2179,6 +2241,10 @@ video {
2179
2241
  margin-bottom: 1rem;
2180
2242
  }
2181
2243
 
2244
+ .sm\:tw-ml-2 {
2245
+ margin-left: 0.5rem;
2246
+ }
2247
+
2182
2248
  .sm\:tw-ml-4 {
2183
2249
  margin-left: 1rem;
2184
2250
  }
@@ -2227,6 +2293,10 @@ video {
2227
2293
  flex-direction: row;
2228
2294
  }
2229
2295
 
2296
+ .sm\:tw-items-center {
2297
+ align-items: center;
2298
+ }
2299
+
2230
2300
  .sm\:tw-rounded-md {
2231
2301
  border-radius: 0.375rem;
2232
2302
  }
@@ -2238,10 +2308,18 @@ video {
2238
2308
  }
2239
2309
  @media (min-width: 768px) {
2240
2310
 
2311
+ .md\:tw-relative {
2312
+ position: relative;
2313
+ }
2314
+
2241
2315
  .md\:tw-right-6 {
2242
2316
  right: 1.5rem;
2243
2317
  }
2244
2318
 
2319
+ .md\:tw-order-first {
2320
+ order: -9999;
2321
+ }
2322
+
2245
2323
  .md\:tw-mb-0 {
2246
2324
  margin-bottom: 0px;
2247
2325
  }
@@ -2306,6 +2384,10 @@ video {
2306
2384
  width: 6rem;
2307
2385
  }
2308
2386
 
2387
+ .md\:tw-w-3\/4 {
2388
+ width: 75%;
2389
+ }
2390
+
2309
2391
  .md\:tw-w-auto {
2310
2392
  width: auto;
2311
2393
  }
@@ -2318,6 +2400,10 @@ video {
2318
2400
  max-width: 100%;
2319
2401
  }
2320
2402
 
2403
+ .md\:tw-flex-1 {
2404
+ flex: 1 1 0%;
2405
+ }
2406
+
2321
2407
  .md\:tw-grow {
2322
2408
  flex-grow: 1;
2323
2409
  }
@@ -2377,6 +2463,10 @@ video {
2377
2463
  object-fit: contain;
2378
2464
  }
2379
2465
 
2466
+ .md\:tw-p-0 {
2467
+ padding: 0px;
2468
+ }
2469
+
2380
2470
  .md\:tw-p-2 {
2381
2471
  padding: 0.5rem;
2382
2472
  }
@@ -2393,6 +2483,11 @@ video {
2393
2483
  padding: 2rem;
2394
2484
  }
2395
2485
 
2486
+ .md\:tw-px-12 {
2487
+ padding-left: 3rem;
2488
+ padding-right: 3rem;
2489
+ }
2490
+
2396
2491
  .md\:tw-px-4 {
2397
2492
  padding-left: 1rem;
2398
2493
  padding-right: 1rem;
@@ -2408,6 +2503,10 @@ video {
2408
2503
  padding-bottom: 0.5rem;
2409
2504
  }
2410
2505
 
2506
+ .md\:tw-pb-0 {
2507
+ padding-bottom: 0px;
2508
+ }
2509
+
2411
2510
  .md\:tw-pl-4 {
2412
2511
  padding-left: 1rem;
2413
2512
  }
@@ -617,6 +617,9 @@ video {
617
617
  .tw-m-3 {
618
618
  margin: 0.75rem;
619
619
  }
620
+ .tw-m-4 {
621
+ margin: 1rem;
622
+ }
620
623
  .tw-m-5 {
621
624
  margin: 1.25rem;
622
625
  }
@@ -684,6 +687,9 @@ video {
684
687
  .tw-mb-0 {
685
688
  margin-bottom: 0px;
686
689
  }
690
+ .tw-mb-0\.5 {
691
+ margin-bottom: 0.125rem;
692
+ }
687
693
  .tw-mb-1 {
688
694
  margin-bottom: 0.25rem;
689
695
  }
@@ -738,9 +744,6 @@ video {
738
744
  .tw-mt-0 {
739
745
  margin-top: 0px;
740
746
  }
741
- .tw-mt-0\.5 {
742
- margin-top: 0.125rem;
743
- }
744
747
  .tw-mt-1 {
745
748
  margin-top: 0.25rem;
746
749
  }
@@ -753,6 +756,9 @@ video {
753
756
  .tw-mt-4 {
754
757
  margin-top: 1rem;
755
758
  }
759
+ .tw-mt-6 {
760
+ margin-top: 1.5rem;
761
+ }
756
762
  .tw-mt-8 {
757
763
  margin-top: 2rem;
758
764
  }
@@ -762,6 +768,48 @@ video {
762
768
  .tw-box-content {
763
769
  box-sizing: content-box;
764
770
  }
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
+ }
765
813
  .tw-block {
766
814
  display: block;
767
815
  }
@@ -911,6 +959,9 @@ video {
911
959
  .tw-max-w-2xl {
912
960
  max-width: 42rem;
913
961
  }
962
+ .tw-max-w-3xl {
963
+ max-width: 48rem;
964
+ }
914
965
  .tw-max-w-full {
915
966
  max-width: 100%;
916
967
  }
@@ -926,6 +977,9 @@ video {
926
977
  .tw-flex-none {
927
978
  flex: none;
928
979
  }
980
+ .tw-flex-shrink-0 {
981
+ flex-shrink: 0;
982
+ }
929
983
  .tw-grow {
930
984
  flex-grow: 1;
931
985
  }
@@ -1141,6 +1195,9 @@ video {
1141
1195
  text-overflow: ellipsis;
1142
1196
  white-space: nowrap;
1143
1197
  }
1198
+ .tw-text-ellipsis {
1199
+ text-overflow: ellipsis;
1200
+ }
1144
1201
  .tw-whitespace-nowrap {
1145
1202
  white-space: nowrap;
1146
1203
  }
@@ -1589,9 +1646,6 @@ video {
1589
1646
  .tw-pt-2 {
1590
1647
  padding-top: 0.5rem;
1591
1648
  }
1592
- .tw-pt-4 {
1593
- padding-top: 1rem;
1594
- }
1595
1649
  .tw-pt-6 {
1596
1650
  padding-top: 1.5rem;
1597
1651
  }
@@ -1614,6 +1668,10 @@ video {
1614
1668
  font-size: 1.5rem;
1615
1669
  line-height: 2rem;
1616
1670
  }
1671
+ .tw-text-3xl {
1672
+ font-size: 1.875rem;
1673
+ line-height: 2.25rem;
1674
+ }
1617
1675
  .tw-text-4xl {
1618
1676
  font-size: 2.25rem;
1619
1677
  line-height: 2.5rem;
@@ -1863,6 +1921,10 @@ video {
1863
1921
  margin-bottom: 1rem;
1864
1922
  }
1865
1923
 
1924
+ .sm\:tw-ml-2 {
1925
+ margin-left: 0.5rem;
1926
+ }
1927
+
1866
1928
  .sm\:tw-ml-4 {
1867
1929
  margin-left: 1rem;
1868
1930
  }
@@ -1911,6 +1973,10 @@ video {
1911
1973
  flex-direction: row;
1912
1974
  }
1913
1975
 
1976
+ .sm\:tw-items-center {
1977
+ align-items: center;
1978
+ }
1979
+
1914
1980
  .sm\:tw-rounded-md {
1915
1981
  border-radius: 0.375rem;
1916
1982
  }
@@ -1922,10 +1988,18 @@ video {
1922
1988
  }
1923
1989
  @media (min-width: 768px) {
1924
1990
 
1991
+ .md\:tw-relative {
1992
+ position: relative;
1993
+ }
1994
+
1925
1995
  .md\:tw-right-6 {
1926
1996
  right: 1.5rem;
1927
1997
  }
1928
1998
 
1999
+ .md\:tw-order-first {
2000
+ order: -9999;
2001
+ }
2002
+
1929
2003
  .md\:tw-mb-0 {
1930
2004
  margin-bottom: 0px;
1931
2005
  }
@@ -1990,6 +2064,10 @@ video {
1990
2064
  width: 6rem;
1991
2065
  }
1992
2066
 
2067
+ .md\:tw-w-3\/4 {
2068
+ width: 75%;
2069
+ }
2070
+
1993
2071
  .md\:tw-w-auto {
1994
2072
  width: auto;
1995
2073
  }
@@ -2002,6 +2080,10 @@ video {
2002
2080
  max-width: 100%;
2003
2081
  }
2004
2082
 
2083
+ .md\:tw-flex-1 {
2084
+ flex: 1 1 0%;
2085
+ }
2086
+
2005
2087
  .md\:tw-grow {
2006
2088
  flex-grow: 1;
2007
2089
  }
@@ -2061,6 +2143,10 @@ video {
2061
2143
  object-fit: contain;
2062
2144
  }
2063
2145
 
2146
+ .md\:tw-p-0 {
2147
+ padding: 0px;
2148
+ }
2149
+
2064
2150
  .md\:tw-p-2 {
2065
2151
  padding: 0.5rem;
2066
2152
  }
@@ -2077,6 +2163,11 @@ video {
2077
2163
  padding: 2rem;
2078
2164
  }
2079
2165
 
2166
+ .md\:tw-px-12 {
2167
+ padding-left: 3rem;
2168
+ padding-right: 3rem;
2169
+ }
2170
+
2080
2171
  .md\:tw-px-4 {
2081
2172
  padding-left: 1rem;
2082
2173
  padding-right: 1rem;
@@ -2092,6 +2183,10 @@ video {
2092
2183
  padding-bottom: 0.5rem;
2093
2184
  }
2094
2185
 
2186
+ .md\:tw-pb-0 {
2187
+ padding-bottom: 0px;
2188
+ }
2189
+
2095
2190
  .md\:tw-pl-4 {
2096
2191
  padding-left: 1rem;
2097
2192
  }
@@ -617,6 +617,9 @@ video {
617
617
  .tw-m-3 {
618
618
  margin: 0.75rem;
619
619
  }
620
+ .tw-m-4 {
621
+ margin: 1rem;
622
+ }
620
623
  .tw-m-5 {
621
624
  margin: 1.25rem;
622
625
  }
@@ -684,6 +687,9 @@ video {
684
687
  .tw-mb-0 {
685
688
  margin-bottom: 0px;
686
689
  }
690
+ .tw-mb-0\.5 {
691
+ margin-bottom: 0.125rem;
692
+ }
687
693
  .tw-mb-1 {
688
694
  margin-bottom: 0.25rem;
689
695
  }
@@ -738,9 +744,6 @@ video {
738
744
  .tw-mt-0 {
739
745
  margin-top: 0px;
740
746
  }
741
- .tw-mt-0\.5 {
742
- margin-top: 0.125rem;
743
- }
744
747
  .tw-mt-1 {
745
748
  margin-top: 0.25rem;
746
749
  }
@@ -753,6 +756,9 @@ video {
753
756
  .tw-mt-4 {
754
757
  margin-top: 1rem;
755
758
  }
759
+ .tw-mt-6 {
760
+ margin-top: 1.5rem;
761
+ }
756
762
  .tw-mt-8 {
757
763
  margin-top: 2rem;
758
764
  }
@@ -762,6 +768,48 @@ video {
762
768
  .tw-box-content {
763
769
  box-sizing: content-box;
764
770
  }
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
+ }
765
813
  .tw-block {
766
814
  display: block;
767
815
  }
@@ -911,6 +959,9 @@ video {
911
959
  .tw-max-w-2xl {
912
960
  max-width: 42rem;
913
961
  }
962
+ .tw-max-w-3xl {
963
+ max-width: 48rem;
964
+ }
914
965
  .tw-max-w-full {
915
966
  max-width: 100%;
916
967
  }
@@ -926,6 +977,9 @@ video {
926
977
  .tw-flex-none {
927
978
  flex: none;
928
979
  }
980
+ .tw-flex-shrink-0 {
981
+ flex-shrink: 0;
982
+ }
929
983
  .tw-grow {
930
984
  flex-grow: 1;
931
985
  }
@@ -1141,6 +1195,9 @@ video {
1141
1195
  text-overflow: ellipsis;
1142
1196
  white-space: nowrap;
1143
1197
  }
1198
+ .tw-text-ellipsis {
1199
+ text-overflow: ellipsis;
1200
+ }
1144
1201
  .tw-whitespace-nowrap {
1145
1202
  white-space: nowrap;
1146
1203
  }
@@ -1741,9 +1798,6 @@ video {
1741
1798
  .tw-pt-2 {
1742
1799
  padding-top: 0.5rem;
1743
1800
  }
1744
- .tw-pt-4 {
1745
- padding-top: 1rem;
1746
- }
1747
1801
  .tw-pt-6 {
1748
1802
  padding-top: 1.5rem;
1749
1803
  }
@@ -1766,6 +1820,10 @@ video {
1766
1820
  font-size: 1.5rem;
1767
1821
  line-height: 2rem;
1768
1822
  }
1823
+ .tw-text-3xl {
1824
+ font-size: 1.875rem;
1825
+ line-height: 2.25rem;
1826
+ }
1769
1827
  .tw-text-4xl {
1770
1828
  font-size: 2.25rem;
1771
1829
  line-height: 2.5rem;
@@ -2092,6 +2150,10 @@ video {
2092
2150
  --tw-text-opacity: 1;
2093
2151
  color: rgb(79 89 92 / var(--tw-text-opacity));
2094
2152
  }
2153
+ .hover\:tw-text-primary-600:hover {
2154
+ --tw-text-opacity: 1;
2155
+ color: rgb(89 138 38 / var(--tw-text-opacity));
2156
+ }
2095
2157
  .hover\:tw-text-secondary-500:hover {
2096
2158
  --tw-text-opacity: 1;
2097
2159
  color: rgb(72 72 72 / var(--tw-text-opacity));
@@ -2179,6 +2241,10 @@ video {
2179
2241
  margin-bottom: 1rem;
2180
2242
  }
2181
2243
 
2244
+ .sm\:tw-ml-2 {
2245
+ margin-left: 0.5rem;
2246
+ }
2247
+
2182
2248
  .sm\:tw-ml-4 {
2183
2249
  margin-left: 1rem;
2184
2250
  }
@@ -2227,6 +2293,10 @@ video {
2227
2293
  flex-direction: row;
2228
2294
  }
2229
2295
 
2296
+ .sm\:tw-items-center {
2297
+ align-items: center;
2298
+ }
2299
+
2230
2300
  .sm\:tw-rounded-md {
2231
2301
  border-radius: 0.375rem;
2232
2302
  }
@@ -2238,10 +2308,18 @@ video {
2238
2308
  }
2239
2309
  @media (min-width: 768px) {
2240
2310
 
2311
+ .md\:tw-relative {
2312
+ position: relative;
2313
+ }
2314
+
2241
2315
  .md\:tw-right-6 {
2242
2316
  right: 1.5rem;
2243
2317
  }
2244
2318
 
2319
+ .md\:tw-order-first {
2320
+ order: -9999;
2321
+ }
2322
+
2245
2323
  .md\:tw-mb-0 {
2246
2324
  margin-bottom: 0px;
2247
2325
  }
@@ -2306,6 +2384,10 @@ video {
2306
2384
  width: 6rem;
2307
2385
  }
2308
2386
 
2387
+ .md\:tw-w-3\/4 {
2388
+ width: 75%;
2389
+ }
2390
+
2309
2391
  .md\:tw-w-auto {
2310
2392
  width: auto;
2311
2393
  }
@@ -2318,6 +2400,10 @@ video {
2318
2400
  max-width: 100%;
2319
2401
  }
2320
2402
 
2403
+ .md\:tw-flex-1 {
2404
+ flex: 1 1 0%;
2405
+ }
2406
+
2321
2407
  .md\:tw-grow {
2322
2408
  flex-grow: 1;
2323
2409
  }
@@ -2377,6 +2463,10 @@ video {
2377
2463
  object-fit: contain;
2378
2464
  }
2379
2465
 
2466
+ .md\:tw-p-0 {
2467
+ padding: 0px;
2468
+ }
2469
+
2380
2470
  .md\:tw-p-2 {
2381
2471
  padding: 0.5rem;
2382
2472
  }
@@ -2393,6 +2483,11 @@ video {
2393
2483
  padding: 2rem;
2394
2484
  }
2395
2485
 
2486
+ .md\:tw-px-12 {
2487
+ padding-left: 3rem;
2488
+ padding-right: 3rem;
2489
+ }
2490
+
2396
2491
  .md\:tw-px-4 {
2397
2492
  padding-left: 1rem;
2398
2493
  padding-right: 1rem;
@@ -2408,6 +2503,10 @@ video {
2408
2503
  padding-bottom: 0.5rem;
2409
2504
  }
2410
2505
 
2506
+ .md\:tw-pb-0 {
2507
+ padding-bottom: 0px;
2508
+ }
2509
+
2411
2510
  .md\:tw-pl-4 {
2412
2511
  padding-left: 1rem;
2413
2512
  }