@snabcentr/client-ui 5.1.4 → 5.2.0

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 (68) hide show
  1. package/fesm2022/snabcentr-client-ui.mjs +4066 -2412
  2. package/fesm2022/snabcentr-client-ui.mjs.map +1 -1
  3. package/icons/svg-pack/application.svg +1 -1
  4. package/icons/svg-pack/back.svg +1 -1
  5. package/icons/svg-pack/bag.svg +1 -1
  6. package/icons/svg-pack/banknote-arrow-in-top.svg +1 -1
  7. package/icons/svg-pack/catalog/aluminum-systems.svg +1 -1
  8. package/icons/svg-pack/catalog/arm-profile.svg +1 -1
  9. package/icons/svg-pack/catalog/batten.svg +1 -1
  10. package/icons/svg-pack/catalog/brusbox.svg +1 -1
  11. package/icons/svg-pack/catalog/canopy.svg +1 -1
  12. package/icons/svg-pack/catalog/configurator.svg +1 -1
  13. package/icons/svg-pack/catalog/covering-material.svg +1 -1
  14. package/icons/svg-pack/catalog/door-accessories.svg +1 -1
  15. package/icons/svg-pack/catalog/drainage-system.svg +1 -1
  16. package/icons/svg-pack/catalog/fastener.svg +1 -1
  17. package/icons/svg-pack/catalog/finishing-materials.svg +1 -1
  18. package/icons/svg-pack/catalog/fixing-impost.svg +1 -1
  19. package/icons/svg-pack/catalog/flask.svg +1 -1
  20. package/icons/svg-pack/catalog/foam-balloon.svg +1 -1
  21. package/icons/svg-pack/catalog/foam.svg +1 -1
  22. package/icons/svg-pack/catalog/glue.svg +1 -1
  23. package/icons/svg-pack/catalog/handle.svg +1 -1
  24. package/icons/svg-pack/catalog/instrument.svg +1 -1
  25. package/icons/svg-pack/catalog/kve-profile.svg +1 -1
  26. package/icons/svg-pack/catalog/lubricants.svg +1 -1
  27. package/icons/svg-pack/catalog/mosquito-net.svg +1 -1
  28. package/icons/svg-pack/catalog/mounting-accessories.svg +1 -1
  29. package/icons/svg-pack/catalog/net-order.svg +1 -1
  30. package/icons/svg-pack/catalog/panel-1.svg +1 -1
  31. package/icons/svg-pack/catalog/panel.svg +1 -1
  32. package/icons/svg-pack/catalog/polyethylene-film.svg +1 -1
  33. package/icons/svg-pack/catalog/profile-plastic.svg +1 -1
  34. package/icons/svg-pack/catalog/promo-materials.svg +1 -1
  35. package/icons/svg-pack/catalog/psul.svg +1 -1
  36. package/icons/svg-pack/catalog/rehau-profile.svg +1 -1
  37. package/icons/svg-pack/catalog/sandwich-plastic.svg +1 -1
  38. package/icons/svg-pack/catalog/sealer.svg +1 -1
  39. package/icons/svg-pack/catalog/siding-2.svg +1 -1
  40. package/icons/svg-pack/catalog/siding.svg +1 -1
  41. package/icons/svg-pack/catalog/start-finish-profile.svg +1 -1
  42. package/icons/svg-pack/catalog/steam-waterproofing.svg +1 -1
  43. package/icons/svg-pack/catalog/stiz.svg +1 -1
  44. package/icons/svg-pack/catalog/thermometer.svg +1 -1
  45. package/icons/svg-pack/catalog/windowsill.svg +1 -1
  46. package/icons/svg-pack/chart-column-plus.svg +1 -1
  47. package/icons/svg-pack/circle-arrow-in-right.svg +1 -1
  48. package/icons/svg-pack/contacts.svg +1 -1
  49. package/icons/svg-pack/deadline.svg +1 -1
  50. package/icons/svg-pack/file-p.svg +1 -1
  51. package/icons/svg-pack/file-search.svg +1 -1
  52. package/icons/svg-pack/file-w.svg +1 -1
  53. package/icons/svg-pack/file-x.svg +1 -1
  54. package/icons/svg-pack/grid-height-arrow.svg +1 -1
  55. package/icons/svg-pack/grid-width-arrow.svg +1 -1
  56. package/icons/svg-pack/layout-list-tree.svg +1 -1
  57. package/icons/svg-pack/list.svg +1 -1
  58. package/icons/svg-pack/puzzle.svg +1 -1
  59. package/icons/svg-pack/reclamation.svg +1 -1
  60. package/icons/svg-pack/retail-store.svg +1 -1
  61. package/icons/svg-pack/send.svg +1 -1
  62. package/package.json +36 -35
  63. package/release_notes.tmp +4 -1
  64. package/styles/print.scss +5 -0
  65. package/styles/taiga/snabcentr-tailwind-preset.js +2 -3
  66. package/styles/taiga/variables.less +16 -17
  67. package/styles/tailwind/tailwind.scss +289 -92
  68. package/{index.d.ts → types/snabcentr-client-ui.d.ts} +1973 -775
@@ -107,7 +107,7 @@
107
107
  }
108
108
 
109
109
  /*
110
- ! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
110
+ ! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
111
111
  */
112
112
 
113
113
  /*
@@ -558,6 +558,10 @@ video {
558
558
  pointer-events: none;
559
559
  }
560
560
 
561
+ .visible {
562
+ visibility: visible;
563
+ }
564
+
561
565
  .static {
562
566
  position: static;
563
567
  }
@@ -586,6 +590,10 @@ video {
586
590
  right: -0.25rem;
587
591
  }
588
592
 
593
+ .bottom-0 {
594
+ bottom: 0px;
595
+ }
596
+
589
597
  .left-0 {
590
598
  left: 0px;
591
599
  }
@@ -606,6 +614,10 @@ video {
606
614
  right: 0.5rem;
607
615
  }
608
616
 
617
+ .right-3 {
618
+ right: 0.75rem;
619
+ }
620
+
609
621
  .top-0 {
610
622
  top: 0px;
611
623
  }
@@ -647,11 +659,31 @@ video {
647
659
  margin-right: 0.5rem;
648
660
  }
649
661
 
662
+ .my-1 {
663
+ margin-top: 0.25rem;
664
+ margin-bottom: 0.25rem;
665
+ }
666
+
667
+ .my-1\.5 {
668
+ margin-top: 0.375rem;
669
+ margin-bottom: 0.375rem;
670
+ }
671
+
650
672
  .my-2 {
651
673
  margin-top: 0.5rem;
652
674
  margin-bottom: 0.5rem;
653
675
  }
654
676
 
677
+ .my-2\.5 {
678
+ margin-top: 0.625rem;
679
+ margin-bottom: 0.625rem;
680
+ }
681
+
682
+ .my-3 {
683
+ margin-top: 0.75rem;
684
+ margin-bottom: 0.75rem;
685
+ }
686
+
655
687
  .my-4 {
656
688
  margin-top: 1rem;
657
689
  margin-bottom: 1rem;
@@ -661,6 +693,10 @@ video {
661
693
  margin-left: auto !important;
662
694
  }
663
695
 
696
+ .-mt-1 {
697
+ margin-top: -0.25rem;
698
+ }
699
+
664
700
  .-mt-2 {
665
701
  margin-top: -0.5rem;
666
702
  }
@@ -681,6 +717,10 @@ video {
681
717
  margin-bottom: 1rem;
682
718
  }
683
719
 
720
+ .mb-5 {
721
+ margin-bottom: 1.25rem;
722
+ }
723
+
684
724
  .mb-8 {
685
725
  margin-bottom: 2rem;
686
726
  }
@@ -705,10 +745,18 @@ video {
705
745
  margin-left: 1.25rem;
706
746
  }
707
747
 
748
+ .ml-auto {
749
+ margin-left: auto;
750
+ }
751
+
708
752
  .mr-2 {
709
753
  margin-right: 0.5rem;
710
754
  }
711
755
 
756
+ .mt-1 {
757
+ margin-top: 0.25rem;
758
+ }
759
+
712
760
  .mt-2 {
713
761
  margin-top: 0.5rem;
714
762
  }
@@ -717,10 +765,18 @@ video {
717
765
  margin-top: 1rem;
718
766
  }
719
767
 
768
+ .mt-6 {
769
+ margin-top: 1.5rem;
770
+ }
771
+
720
772
  .mt-8 {
721
773
  margin-top: 2rem;
722
774
  }
723
775
 
776
+ .mt-auto {
777
+ margin-top: auto;
778
+ }
779
+
724
780
  .line-clamp-3 {
725
781
  overflow: hidden;
726
782
  display: -webkit-box;
@@ -748,6 +804,10 @@ video {
748
804
  display: grid;
749
805
  }
750
806
 
807
+ .contents {
808
+ display: contents;
809
+ }
810
+
751
811
  .\!hidden {
752
812
  display: none !important;
753
813
  }
@@ -770,11 +830,6 @@ video {
770
830
  height: 2.75rem;
771
831
  }
772
832
 
773
- .size-20 {
774
- width: 5rem;
775
- height: 5rem;
776
- }
777
-
778
833
  .size-24 {
779
834
  width: 6rem;
780
835
  height: 6rem;
@@ -812,6 +867,10 @@ video {
812
867
  height: 3rem;
813
868
  }
814
869
 
870
+ .h-2 {
871
+ height: 0.5rem;
872
+ }
873
+
815
874
  .h-3 {
816
875
  height: 0.75rem;
817
876
  }
@@ -820,10 +879,18 @@ video {
820
879
  height: 1rem;
821
880
  }
822
881
 
882
+ .h-5 {
883
+ height: 1.25rem;
884
+ }
885
+
823
886
  .h-56 {
824
887
  height: 14rem;
825
888
  }
826
889
 
890
+ .h-6 {
891
+ height: 1.5rem;
892
+ }
893
+
827
894
  .h-\[19em\] {
828
895
  height: 19em;
829
896
  }
@@ -856,6 +923,14 @@ video {
856
923
  width: auto !important;
857
924
  }
858
925
 
926
+ .w-1\/2 {
927
+ width: 50%;
928
+ }
929
+
930
+ .w-1\/3 {
931
+ width: 33.333333%;
932
+ }
933
+
859
934
  .w-1\/4 {
860
935
  width: 25%;
861
936
  }
@@ -868,6 +943,10 @@ video {
868
943
  width: 3rem;
869
944
  }
870
945
 
946
+ .w-2\/3 {
947
+ width: 66.666667%;
948
+ }
949
+
871
950
  .w-24 {
872
951
  width: 6rem;
873
952
  }
@@ -876,10 +955,6 @@ video {
876
955
  width: 75%;
877
956
  }
878
957
 
879
- .w-3\/5 {
880
- width: 60%;
881
- }
882
-
883
958
  .w-32 {
884
959
  width: 8rem;
885
960
  }
@@ -888,18 +963,10 @@ video {
888
963
  width: 9rem;
889
964
  }
890
965
 
891
- .w-4\/5 {
892
- width: 80%;
893
- }
894
-
895
966
  .w-40 {
896
967
  width: 10rem;
897
968
  }
898
969
 
899
- .w-50 {
900
- width: 12.5rem;
901
- }
902
-
903
970
  .w-6\/12 {
904
971
  width: 50%;
905
972
  }
@@ -925,6 +992,14 @@ video {
925
992
  width: 100%;
926
993
  }
927
994
 
995
+ .min-w-0 {
996
+ min-width: 0px;
997
+ }
998
+
999
+ .min-w-\[11rem\] {
1000
+ min-width: 11rem;
1001
+ }
1002
+
928
1003
  .min-w-\[44rem\] {
929
1004
  min-width: 44rem;
930
1005
  }
@@ -933,6 +1008,11 @@ video {
933
1008
  max-width: 24rem;
934
1009
  }
935
1010
 
1011
+ .max-w-min {
1012
+ max-width: -moz-min-content;
1013
+ max-width: min-content;
1014
+ }
1015
+
936
1016
  .flex-1 {
937
1017
  flex: 1 1 0%;
938
1018
  }
@@ -961,10 +1041,6 @@ video {
961
1041
  flex-basis: 15rem;
962
1042
  }
963
1043
 
964
- .basis-min-content {
965
- flex-basis: min-content;
966
- }
967
-
968
1044
  .table-auto {
969
1045
  table-layout: auto;
970
1046
  }
@@ -1010,6 +1086,14 @@ video {
1010
1086
  grid-template-columns: repeat(1, minmax(0, 1fr));
1011
1087
  }
1012
1088
 
1089
+ .grid-cols-3 {
1090
+ grid-template-columns: repeat(3, minmax(0, 1fr));
1091
+ }
1092
+
1093
+ .grid-cols-4 {
1094
+ grid-template-columns: repeat(4, minmax(0, 1fr));
1095
+ }
1096
+
1013
1097
  .flex-col {
1014
1098
  flex-direction: column;
1015
1099
  }
@@ -1022,10 +1106,6 @@ video {
1022
1106
  flex-wrap: wrap;
1023
1107
  }
1024
1108
 
1025
- .content-center {
1026
- align-content: center;
1027
- }
1028
-
1029
1109
  .\!items-start {
1030
1110
  align-items: flex-start !important;
1031
1111
  }
@@ -1034,6 +1114,10 @@ video {
1034
1114
  align-items: flex-start;
1035
1115
  }
1036
1116
 
1117
+ .items-end {
1118
+ align-items: flex-end;
1119
+ }
1120
+
1037
1121
  .\!items-center {
1038
1122
  align-items: center !important;
1039
1123
  }
@@ -1042,10 +1126,6 @@ video {
1042
1126
  align-items: center;
1043
1127
  }
1044
1128
 
1045
- .items-baseline {
1046
- align-items: baseline;
1047
- }
1048
-
1049
1129
  .\!justify-start {
1050
1130
  justify-content: flex-start !important;
1051
1131
  }
@@ -1078,6 +1158,10 @@ video {
1078
1158
  gap: 0.25rem;
1079
1159
  }
1080
1160
 
1161
+ .gap-1\.5 {
1162
+ gap: 0.375rem;
1163
+ }
1164
+
1081
1165
  .gap-12 {
1082
1166
  gap: 3rem;
1083
1167
  }
@@ -1118,41 +1202,38 @@ video {
1118
1202
  gap: 2rem;
1119
1203
  }
1120
1204
 
1205
+ .gap-x-1 {
1206
+ -moz-column-gap: 0.25rem;
1207
+ column-gap: 0.25rem;
1208
+ }
1209
+
1121
1210
  .gap-x-2 {
1122
1211
  -moz-column-gap: 0.5rem;
1123
1212
  column-gap: 0.5rem;
1124
1213
  }
1125
1214
 
1215
+ .gap-x-2\.5 {
1216
+ -moz-column-gap: 0.625rem;
1217
+ column-gap: 0.625rem;
1218
+ }
1219
+
1126
1220
  .gap-x-4 {
1127
1221
  -moz-column-gap: 1rem;
1128
1222
  column-gap: 1rem;
1129
1223
  }
1130
1224
 
1131
- .gap-x-8 {
1132
- -moz-column-gap: 2rem;
1133
- column-gap: 2rem;
1134
- }
1135
-
1136
- .gap-y-0\.5 {
1137
- row-gap: 0.125rem;
1138
- }
1139
-
1140
1225
  .gap-y-1 {
1141
1226
  row-gap: 0.25rem;
1142
1227
  }
1143
1228
 
1144
- .gap-y-2 {
1145
- row-gap: 0.5rem;
1229
+ .gap-y-4 {
1230
+ row-gap: 1rem;
1146
1231
  }
1147
1232
 
1148
1233
  .self-start {
1149
1234
  align-self: flex-start;
1150
1235
  }
1151
1236
 
1152
- .\!self-center {
1153
- align-self: center !important;
1154
- }
1155
-
1156
1237
  .self-center {
1157
1238
  align-self: center;
1158
1239
  }
@@ -1169,10 +1250,6 @@ video {
1169
1250
  white-space: nowrap;
1170
1251
  }
1171
1252
 
1172
- .break-all {
1173
- word-break: break-all;
1174
- }
1175
-
1176
1253
  .\!rounded-xl {
1177
1254
  border-radius: 0.75rem !important;
1178
1255
  }
@@ -1185,6 +1262,14 @@ video {
1185
1262
  border-radius: 9999px;
1186
1263
  }
1187
1264
 
1265
+ .rounded-md {
1266
+ border-radius: 0.375rem;
1267
+ }
1268
+
1269
+ .rounded-sm {
1270
+ border-radius: 0.125rem;
1271
+ }
1272
+
1188
1273
  .rounded-tui-radius-m {
1189
1274
  border-radius: var(--tui-radius-m);
1190
1275
  }
@@ -1260,6 +1345,10 @@ video {
1260
1345
  background-color: var(--tui-border-normal);
1261
1346
  }
1262
1347
 
1348
+ .bg-tui-clear {
1349
+ background-color: var(--tui-background-neutral-1);
1350
+ }
1351
+
1263
1352
  .bg-white {
1264
1353
  --tw-bg-opacity: 1;
1265
1354
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
@@ -1415,6 +1504,14 @@ video {
1415
1504
  text-align: center;
1416
1505
  }
1417
1506
 
1507
+ .text-right {
1508
+ text-align: right;
1509
+ }
1510
+
1511
+ .text-start {
1512
+ text-align: start;
1513
+ }
1514
+
1418
1515
  .text-end {
1419
1516
  text-align: end;
1420
1517
  }
@@ -1433,12 +1530,24 @@ video {
1433
1530
  line-height: 1 !important;
1434
1531
  }
1435
1532
 
1533
+ .\!text-body-m {
1534
+ font-size: 0.9375rem !important;
1535
+ line-height: 1.5rem !important;
1536
+ font-weight: 500 !important;
1537
+ }
1538
+
1436
1539
  .\!text-body-m-bold {
1437
1540
  font-size: 0.9375rem !important;
1438
1541
  line-height: 1.5rem !important;
1439
1542
  font-weight: 800 !important;
1440
1543
  }
1441
1544
 
1545
+ .\!text-body-s {
1546
+ font-size: 0.8125rem !important;
1547
+ line-height: 1.25rem !important;
1548
+ font-weight: 500 !important;
1549
+ }
1550
+
1442
1551
  .\!text-body-s-bold {
1443
1552
  font-size: 0.8125rem !important;
1444
1553
  line-height: 1.25rem !important;
@@ -1534,9 +1643,9 @@ video {
1534
1643
  line-height: 1.25rem;
1535
1644
  }
1536
1645
 
1537
- .text-xs {
1538
- font-size: 0.75rem;
1539
- line-height: 1rem;
1646
+ .text-xl {
1647
+ font-size: 1.25rem;
1648
+ line-height: 1.75rem;
1540
1649
  }
1541
1650
 
1542
1651
  .\!font-bold {
@@ -1607,6 +1716,10 @@ video {
1607
1716
  color: var(--tui-background-accent-1);
1608
1717
  }
1609
1718
 
1719
+ .text-tui-status-positive {
1720
+ color: var(--tui-status-positive);
1721
+ }
1722
+
1610
1723
  .text-tui-success-fill {
1611
1724
  color: var(--tui-status-positive);
1612
1725
  }
@@ -1627,6 +1740,10 @@ video {
1627
1740
  color: var(--tui-text-primary);
1628
1741
  }
1629
1742
 
1743
+ .text-tui-text-secondary {
1744
+ color: var(--tui-text-secondary);
1745
+ }
1746
+
1630
1747
  .text-tui-text-tertiary {
1631
1748
  color: var(--tui-text-tertiary);
1632
1749
  }
@@ -1635,6 +1752,10 @@ video {
1635
1752
  text-decoration-line: underline !important;
1636
1753
  }
1637
1754
 
1755
+ .underline {
1756
+ text-decoration-line: underline;
1757
+ }
1758
+
1638
1759
  .line-through {
1639
1760
  text-decoration-line: line-through;
1640
1761
  }
@@ -1643,6 +1764,14 @@ video {
1643
1764
  opacity: 0.5;
1644
1765
  }
1645
1766
 
1767
+ .opacity-60 {
1768
+ opacity: 0.6;
1769
+ }
1770
+
1771
+ .opacity-70 {
1772
+ opacity: 0.7;
1773
+ }
1774
+
1646
1775
  .opacity-90 {
1647
1776
  opacity: 0.9;
1648
1777
  }
@@ -1693,23 +1822,107 @@ video {
1693
1822
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
1694
1823
  }
1695
1824
 
1825
+ .transition {
1826
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
1827
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1828
+ transition-duration: 150ms;
1829
+ }
1830
+
1831
+ .duration-200 {
1832
+ transition-duration: 200ms;
1833
+ }
1834
+
1696
1835
  .duration-500 {
1697
1836
  transition-duration: 500ms;
1698
1837
  }
1699
1838
 
1839
+ .\@container {
1840
+ container-type: inline-size;
1841
+ }
1842
+
1700
1843
  .hover\:bg-tui-background-neutral-1:hover {
1701
1844
  background-color: var(--tui-background-neutral-1);
1702
1845
  }
1703
1846
 
1847
+ @container (min-width: 32rem) {
1848
+ .\@lg\:col-span-2 {
1849
+ grid-column: span 2 / span 2;
1850
+ }
1851
+
1852
+ .\@lg\:grid-cols-3 {
1853
+ grid-template-columns: repeat(3, minmax(0, 1fr));
1854
+ }
1855
+
1856
+ .\@lg\:justify-end {
1857
+ justify-content: flex-end;
1858
+ }
1859
+
1860
+ .\@lg\:gap-2 {
1861
+ gap: 0.5rem;
1862
+ }
1863
+
1864
+ .\@lg\:gap-3 {
1865
+ gap: 0.75rem;
1866
+ }
1867
+ }
1868
+
1869
+ @container (min-width: 42rem) {
1870
+ .\@2xl\:grid-cols-2 {
1871
+ grid-template-columns: repeat(2, minmax(0, 1fr));
1872
+ }
1873
+
1874
+ .\@2xl\:grid-rows-1 {
1875
+ grid-template-rows: repeat(1, minmax(0, 1fr));
1876
+ }
1877
+
1878
+ .\@2xl\:\!justify-center {
1879
+ justify-content: center !important;
1880
+ }
1881
+
1882
+ .\@2xl\:gap-4 {
1883
+ gap: 1rem;
1884
+ }
1885
+ }
1886
+
1887
+ @container (min-width: 64rem) {
1888
+ .\@5xl\:flex-row {
1889
+ flex-direction: row;
1890
+ }
1891
+
1892
+ .\@5xl\:items-center {
1893
+ align-items: center;
1894
+ }
1895
+
1896
+ .\@5xl\:gap-5 {
1897
+ gap: 1.25rem;
1898
+ }
1899
+ }
1900
+
1704
1901
  @media (min-width: 640px) {
1902
+ .sm\:ml-auto {
1903
+ margin-left: auto;
1904
+ }
1905
+
1705
1906
  .sm\:grid-cols-2 {
1706
1907
  grid-template-columns: repeat(2, minmax(0, 1fr));
1707
1908
  }
1708
1909
 
1910
+ .sm\:grid-cols-3 {
1911
+ grid-template-columns: repeat(3, minmax(0, 1fr));
1912
+ }
1913
+
1709
1914
  .sm\:flex-row {
1710
1915
  flex-direction: row;
1711
1916
  }
1712
1917
 
1918
+ .sm\:flex-wrap-reverse {
1919
+ flex-wrap: wrap-reverse;
1920
+ }
1921
+
1922
+ .sm\:items-start {
1923
+ align-items: flex-start;
1924
+ }
1925
+
1713
1926
  .sm\:border-32 {
1714
1927
  border-width: 2rem;
1715
1928
  }
@@ -1761,26 +1974,10 @@ video {
1761
1974
  flex-direction: row-reverse !important;
1762
1975
  }
1763
1976
 
1764
- .md\:flex-col {
1765
- flex-direction: column;
1766
- }
1767
-
1768
- .md\:items-start {
1769
- align-items: flex-start;
1770
- }
1771
-
1772
- .md\:items-center {
1773
- align-items: center;
1774
- }
1775
-
1776
1977
  .md\:gap-4 {
1777
1978
  gap: 1rem;
1778
1979
  }
1779
1980
 
1780
- .md\:gap-5 {
1781
- gap: 1.25rem;
1782
- }
1783
-
1784
1981
  .md\:gap-8 {
1785
1982
  gap: 2rem;
1786
1983
  }
@@ -1808,8 +2005,8 @@ video {
1808
2005
  order: 2;
1809
2006
  }
1810
2007
 
1811
- .lg\:ml-auto {
1812
- margin-left: auto;
2008
+ .lg\:\!ml-4 {
2009
+ margin-left: 1rem !important;
1813
2010
  }
1814
2011
 
1815
2012
  .lg\:mt-5 {
@@ -1832,14 +2029,22 @@ video {
1832
2029
  height: 28rem;
1833
2030
  }
1834
2031
 
1835
- .lg\:w-3\/5 {
1836
- width: 60%;
2032
+ .lg\:\!flex-\[2\] {
2033
+ flex: 2 !important;
2034
+ }
2035
+
2036
+ .lg\:\!flex-\[3\] {
2037
+ flex: 3 !important;
1837
2038
  }
1838
2039
 
1839
2040
  .lg\:grow {
1840
2041
  flex-grow: 1;
1841
2042
  }
1842
2043
 
2044
+ .lg\:\!grid-cols-\[1fr_2fr\] {
2045
+ grid-template-columns: 1fr 2fr !important;
2046
+ }
2047
+
1843
2048
  .lg\:grid-cols-2 {
1844
2049
  grid-template-columns: repeat(2, minmax(0, 1fr));
1845
2050
  }
@@ -1852,35 +2057,27 @@ video {
1852
2057
  grid-template-rows: repeat(1, minmax(0, 1fr));
1853
2058
  }
1854
2059
 
1855
- .lg\:flex-row {
1856
- flex-direction: row;
2060
+ .lg\:\!flex-row {
2061
+ flex-direction: row !important;
1857
2062
  }
1858
2063
 
1859
- .lg\:items-center {
1860
- align-items: center;
1861
- }
1862
-
1863
- .lg\:gap-4 {
1864
- gap: 1rem;
2064
+ .lg\:flex-row {
2065
+ flex-direction: row;
1865
2066
  }
1866
2067
 
1867
- .lg\:gap-8 {
1868
- gap: 2rem;
2068
+ .lg\:\!items-start {
2069
+ align-items: flex-start !important;
1869
2070
  }
1870
- }
1871
2071
 
1872
- @media (min-width: 1280px) {
1873
- .xl\:w-1\/2 {
1874
- width: 50%;
2072
+ .lg\:\!gap-6 {
2073
+ gap: 1.5rem !important;
1875
2074
  }
1876
2075
 
1877
- .xl\:gap-8 {
1878
- gap: 2rem;
2076
+ .lg\:gap-4 {
2077
+ gap: 1rem;
1879
2078
  }
1880
- }
1881
2079
 
1882
- @media (min-width: 1536px) {
1883
- .\32xl\:w-2\/5 {
1884
- width: 40%;
2080
+ .lg\:\!self-center {
2081
+ align-self: center !important;
1885
2082
  }
1886
2083
  }