@tight-embedded/react 6.0.3 → 6.1.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.
package/dist/index.css CHANGED
@@ -115,10 +115,6 @@
115
115
  --Tight-animations-appear-delay: 0.25s linear both 1.5s fade-in;
116
116
  --Tight-animations-shimmer: 2s ease-in-out infinite shimmer;
117
117
  --Tight-animations-spin: 1.5s ease-in-out 0.1s spin infinite;
118
- --Tight-animations-slideIn-right: 300ms ease-out both slide-in-right;
119
- --Tight-animations-slideIn-up: 300ms ease-out both slide-in-up;
120
- --Tight-animations-slideOut-right: 300ms ease-in both slide-out-right;
121
- --Tight-animations-slideOut-down: 300ms ease-in both slide-out-down;
122
118
  --Tight-shadows-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05), 0px 4px 12px 0px rgba(0, 0, 0, 0.15) ;
123
119
  --Tight-breakpoints-sm: 640px;
124
120
  --Tight-breakpoints-md: 850px;
@@ -456,6 +452,10 @@
456
452
  border: 0.75px;
457
453
  }
458
454
 
455
+ .tsystem-p_8px_16px {
456
+ padding: 8px 16px;
457
+ }
458
+
459
459
  .tsystem-p_5px {
460
460
  padding: 5px;
461
461
  }
@@ -472,6 +472,10 @@
472
472
  border: 1px solid;
473
473
  }
474
474
 
475
+ .tsystem-p_8px {
476
+ padding: 8px;
477
+ }
478
+
475
479
  .tsystem-bg_surface\.background\.hover {
476
480
  background: var(--Tight-colors-surface-background-hover);
477
481
  }
@@ -512,36 +516,24 @@
512
516
  margin: 0;
513
517
  }
514
518
 
515
- .tsystem-p_8px {
516
- padding: 8px;
517
- }
518
-
519
519
  .tsystem-p_24px {
520
520
  padding: 24px;
521
521
  }
522
522
 
523
- .tsystem-anim_slideIn\.right {
524
- animation: var(--Tight-animations-slideIn-right);
525
- }
526
-
527
- .tsystem-anim_slideIn\.up {
528
- animation: var(--Tight-animations-slideIn-up);
529
- }
530
-
531
- .tsystem-anim_slideOut\.right {
532
- animation: var(--Tight-animations-slideOut-right);
523
+ .tsystem-p_15px {
524
+ padding: 15px;
533
525
  }
534
526
 
535
- .tsystem-anim_slideOut\.down {
536
- animation: var(--Tight-animations-slideOut-down);
527
+ .tsystem-bd_\{borderWidths\.lg\}_solid {
528
+ border: var(--Tight-borderWidths-lg) solid;
537
529
  }
538
530
 
539
- .tsystem-p_15px {
540
- padding: 15px;
531
+ .tsystem-bg_surface\.foreground {
532
+ background: var(--Tight-colors-surface-foreground);
541
533
  }
542
534
 
543
- .tsystem-m_0_0_7px_0 {
544
- margin: 0 0 7px 0;
535
+ .tsystem-bg_brand\.primary\.strong {
536
+ background: var(--Tight-colors-brand-primary-strong);
545
537
  }
546
538
 
547
539
  .tsystem-bd_1px_solid_\{colors\.border\.intent\.action\} {
@@ -556,18 +548,6 @@
556
548
  padding: 0 25px;
557
549
  }
558
550
 
559
- .tsystem-bd_\{borderWidths\.lg\}_solid {
560
- border: var(--Tight-borderWidths-lg) solid;
561
- }
562
-
563
- .tsystem-bg_surface\.foreground {
564
- background: var(--Tight-colors-surface-foreground);
565
- }
566
-
567
- .tsystem-bg_brand\.primary\.strong {
568
- background: var(--Tight-colors-brand-primary-strong);
569
- }
570
-
571
551
  .tsystem-bd_\{borderWidths\.lg\}_solid_transparent {
572
552
  border: var(--Tight-borderWidths-lg) solid transparent;
573
553
  }
@@ -576,6 +556,14 @@
576
556
  border: 2px solid red;
577
557
  }
578
558
 
559
+ .tsystem-p_16px_16px {
560
+ padding: 16px 16px;
561
+ }
562
+
563
+ .tsystem-bd_1px_solid_\{colors\.border\.layout\} {
564
+ border: 1px solid var(--Tight-colors-border-layout);
565
+ }
566
+
579
567
  .tsystem-m_0_8px {
580
568
  margin: 0 8px;
581
569
  }
@@ -656,14 +644,6 @@
656
644
  background: var(--Tight-colors-surface-intent-danger-opaque);
657
645
  }
658
646
 
659
- .tsystem-p_1px_0 {
660
- padding: 1px 0;
661
- }
662
-
663
- .tsystem-p_1px {
664
- padding: 1px;
665
- }
666
-
667
647
  .tsystem-p_4px_8px {
668
648
  padding: 4px 8px;
669
649
  }
@@ -700,20 +680,20 @@
700
680
  border: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout-weak);
701
681
  }
702
682
 
703
- .tsystem-bd_\{borderWidths\.md\}_solid_\{colors\.border\.layout\} {
704
- border: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
683
+ .tsystem-p_12px_0_4px {
684
+ padding: 12px 0 4px;
705
685
  }
706
686
 
707
- .tsystem-p_26px {
708
- padding: 26px;
687
+ .tsystem-bd_\{borderWidths\.md\}_solid_\{colors\.border\.layout\} {
688
+ border: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
709
689
  }
710
690
 
711
691
  .tsystem-p_15px_15px_0_15px {
712
692
  padding: 15px 15px 0 15px;
713
693
  }
714
694
 
715
- .tsystem-bd_1px_solid_\{colors\.border\.layout\} {
716
- border: 1px solid var(--Tight-colors-border-layout);
695
+ .tsystem-p_26px {
696
+ padding: 26px;
717
697
  }
718
698
 
719
699
  .tsystem-p_2px {
@@ -728,14 +708,6 @@
728
708
  background: var(--Tight-colors-none);
729
709
  }
730
710
 
731
- .tsystem-p_10px_25px_10px_15px {
732
- padding: 10px 25px 10px 15px;
733
- }
734
-
735
- .tsystem-p_5 {
736
- padding: 5px;
737
- }
738
-
739
711
  .tsystem-bd_0 {
740
712
  border: 0;
741
713
  }
@@ -744,14 +716,6 @@
744
716
  padding: 25px;
745
717
  }
746
718
 
747
- .tsystem-p_8px_16px {
748
- padding: 8px 16px;
749
- }
750
-
751
- .tsystem-p_16px_16px_45px_16px {
752
- padding: 16px 16px 45px 16px;
753
- }
754
-
755
719
  .tsystem-bg_brand\.success {
756
720
  background: var(--Tight-colors-brand-success);
757
721
  }
@@ -893,8 +857,12 @@
893
857
  gap: 12px;
894
858
  }
895
859
 
896
- .tsystem-flex_1 {
897
- flex: 1 1 0%;
860
+ .tsystem-bdr_borderWidth\.sm {
861
+ border-radius: borderWidth.sm;
862
+ }
863
+
864
+ .tsystem-flex_1_0_0 {
865
+ flex: 1 0 0;
898
866
  }
899
867
 
900
868
  .tsystem-bdr_50\% {
@@ -905,6 +873,10 @@
905
873
  border-width: 1px;
906
874
  }
907
875
 
876
+ .tsystem-flex_1 {
877
+ flex: 1 1 0%;
878
+ }
879
+
908
880
  .tsystem-td_none {
909
881
  text-decoration: none;
910
882
  }
@@ -981,6 +953,10 @@
981
953
  overscroll-behavior: contain;
982
954
  }
983
955
 
956
+ .tsystem-bd-c_normal {
957
+ border-color: normal;
958
+ }
959
+
984
960
  .tsystem-gap_2px {
985
961
  gap: 2px;
986
962
  }
@@ -989,6 +965,14 @@
989
965
  padding-inline: 8px;
990
966
  }
991
967
 
968
+ .tsystem-bdr_9999px {
969
+ border-radius: 9999px;
970
+ }
971
+
972
+ .tsystem-ring_3px_solid {
973
+ outline: 3px solid;
974
+ }
975
+
992
976
  .tsystem-bg-p_100\%_0 {
993
977
  background-position: 100% 0;
994
978
  }
@@ -1085,10 +1069,6 @@
1085
1069
  border-color: var(--Tight-colors-surface-intent-success-active);
1086
1070
  }
1087
1071
 
1088
- .tsystem-flex_1_0_0 {
1089
- flex: 1 0 0;
1090
- }
1091
-
1092
1072
  .tsystem-bd-w_sm {
1093
1073
  border-width: var(--Tight-borderWidths-sm);
1094
1074
  }
@@ -1097,6 +1077,10 @@
1097
1077
  border-top: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout-strong);
1098
1078
  }
1099
1079
 
1080
+ .tsystem-gap_3px {
1081
+ gap: 3px;
1082
+ }
1083
+
1100
1084
  .tsystem-gap_10 {
1101
1085
  gap: 10px;
1102
1086
  }
@@ -1105,14 +1089,14 @@
1105
1089
  border-bottom: none;
1106
1090
  }
1107
1091
 
1108
- .tsystem-bdr_9999px {
1109
- border-radius: 9999px;
1110
- }
1111
-
1112
1092
  .tsystem-bdr_2px {
1113
1093
  border-radius: 2px;
1114
1094
  }
1115
1095
 
1096
+ .tsystem-bd-t_\{borderWidths\.md\}_solid_\{colors\.border\.layout\} {
1097
+ border-top: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
1098
+ }
1099
+
1116
1100
  .tsystem-gap_16 {
1117
1101
  gap: 16px;
1118
1102
  }
@@ -1125,18 +1109,6 @@
1125
1109
  border-left: 1px solid var(--Tight-colors-border-layout);
1126
1110
  }
1127
1111
 
1128
- .tsystem-bd-c_normal {
1129
- border-color: normal;
1130
- }
1131
-
1132
- .tsystem-bd-l_1px_solid_\{colors\.border\.layout\.strong\} {
1133
- border-left: 1px solid var(--Tight-colors-border-layout-strong);
1134
- }
1135
-
1136
- .tsystem-mx_40px {
1137
- margin-inline: 40px;
1138
- }
1139
-
1140
1112
  .tsystem-tw_nowrap {
1141
1113
  text-wrap: nowrap;
1142
1114
  }
@@ -1161,6 +1133,10 @@
1161
1133
  overflow: auto;
1162
1134
  }
1163
1135
 
1136
+ .tsystem-bdr_0px {
1137
+ border-radius: 0px;
1138
+ }
1139
+
1164
1140
  .tsystem-gap_30px {
1165
1141
  gap: 30px;
1166
1142
  }
@@ -1325,6 +1301,18 @@
1325
1301
  align-self: stretch;
1326
1302
  }
1327
1303
 
1304
+ .tsystem-jc_flex-start {
1305
+ justify-content: flex-start;
1306
+ }
1307
+
1308
+ .tsystem-c_typography\.base\.weak {
1309
+ color: var(--Tight-colors-typography-base-weak);
1310
+ }
1311
+
1312
+ .tsystem-cursor_default {
1313
+ cursor: default;
1314
+ }
1315
+
1328
1316
  .tsystem-d_none {
1329
1317
  display: none;
1330
1318
  }
@@ -1449,6 +1437,10 @@
1449
1437
  color: var(--Tight-colors-icon-accent-danger);
1450
1438
  }
1451
1439
 
1440
+ .tsystem-bd-be-w_var\(--thickness\) {
1441
+ border-block-end-width: var(--thickness);
1442
+ }
1443
+
1452
1444
  .tsystem-stk_currentColor {
1453
1445
  stroke: var(--Tight-colors-currentColor);
1454
1446
  }
@@ -1533,6 +1525,10 @@
1533
1525
  fill: var(--Tight-colors-transparent);
1534
1526
  }
1535
1527
 
1528
+ .tsystem-c_white100 {
1529
+ color: var(--Tight-colors-white100);
1530
+ }
1531
+
1536
1532
  .tsystem-c_typography\.intent\.action {
1537
1533
  color: var(--Tight-colors-typography-intent-action);
1538
1534
  }
@@ -1557,8 +1553,8 @@
1557
1553
  color: var(--Tight-colors-typography-intent-warning);
1558
1554
  }
1559
1555
 
1560
- .tsystem-jc_flex-start {
1561
- justify-content: flex-start;
1556
+ .tsystem-c_icon\.contrast {
1557
+ color: var(--Tight-colors-icon-contrast);
1562
1558
  }
1563
1559
 
1564
1560
  .tsystem-bg-c_surface\.foreground\.disabled {
@@ -1573,14 +1569,26 @@
1573
1569
  cursor: text;
1574
1570
  }
1575
1571
 
1576
- .tsystem-cursor_default {
1577
- cursor: default;
1578
- }
1579
-
1580
1572
  .tsystem-bg-c_yellow {
1581
1573
  background-color: yellow;
1582
1574
  }
1583
1575
 
1576
+ .tsystem-ring-o_3px {
1577
+ outline-offset: 3px;
1578
+ }
1579
+
1580
+ .tsystem-bg-c_brand\.action\.stronger {
1581
+ background-color: var(--Tight-colors-brand-action-stronger);
1582
+ }
1583
+
1584
+ .tsystem-ring-c_brand\.action\.stronger {
1585
+ outline-color: var(--Tight-colors-brand-action-stronger);
1586
+ }
1587
+
1588
+ .tsystem-ring-c_brand\.primary {
1589
+ outline-color: var(--Tight-colors-brand-primary);
1590
+ }
1591
+
1584
1592
  .tsystem-ov-wrap_break-word {
1585
1593
  overflow-wrap: break-word;
1586
1594
  }
@@ -1687,10 +1695,6 @@
1687
1695
  font-weight: var(--Tight-fontWeights-label);
1688
1696
  }
1689
1697
 
1690
- .tsystem-c_typography\.base\.weak {
1691
- color: var(--Tight-colors-typography-base-weak);
1692
- }
1693
-
1694
1698
  .tsystem-c_typography\.label {
1695
1699
  color: var(--Tight-colors-typography-label);
1696
1700
  }
@@ -1723,8 +1727,8 @@
1723
1727
  display: -webkit-box;
1724
1728
  }
1725
1729
 
1726
- .tsystem--webkit-line-clamp_3 {
1727
- -webkit-line-clamp: 3;
1730
+ .tsystem--webkit-line-clamp_2 {
1731
+ -webkit-line-clamp: 2;
1728
1732
  }
1729
1733
 
1730
1734
  .tsystem--webkit-box-orient_vertical {
@@ -1880,10 +1884,6 @@
1880
1884
  grid-template-columns: 1fr;
1881
1885
  }
1882
1886
 
1883
- .tsystem-bd-be-w_var\(--thickness\) {
1884
- border-block-end-width: var(--thickness);
1885
- }
1886
-
1887
1887
  .tsystem-grid-tc_300px_auto_175px {
1888
1888
  grid-template-columns: 300px auto 175px;
1889
1889
  }
@@ -1900,10 +1900,6 @@
1900
1900
  transform: rotate(90deg);
1901
1901
  }
1902
1902
 
1903
- .tsystem-fs_14px {
1904
- font-size: 14px;
1905
- }
1906
-
1907
1903
  .tsystem-fs_26px {
1908
1904
  font-size: 26px;
1909
1905
  }
@@ -1933,10 +1929,6 @@
1933
1929
  stroke: var(--Tight-colors-icon-base);
1934
1930
  }
1935
1931
 
1936
- .tsystem-fs_16px {
1937
- font-size: 16px;
1938
- }
1939
-
1940
1932
  .tsystem-ls_0\.96px {
1941
1933
  letter-spacing: 0.96px;
1942
1934
  }
@@ -1963,10 +1955,6 @@
1963
1955
  border-bottom-left-radius: 0;
1964
1956
  }
1965
1957
 
1966
- .tsystem-jc_right {
1967
- justify-content: right;
1968
- }
1969
-
1970
1958
  .tsystem-bg-c_foreground {
1971
1959
  background-color: foreground;
1972
1960
  }
@@ -2028,6 +2016,10 @@
2028
2016
  -webkit-appearance: none;
2029
2017
  }
2030
2018
 
2019
+ .tsystem-fs_16px {
2020
+ font-size: 16px;
2021
+ }
2022
+
2031
2023
  .tsystem-stk_var\(--Tight-colors-border-layout\) {
2032
2024
  stroke: var(--Tight-colors-border-layout);
2033
2025
  }
@@ -2136,14 +2128,14 @@
2136
2128
  width: fit-content;
2137
2129
  }
2138
2130
 
2139
- .tsystem-h_55px {
2140
- height: 55px;
2141
- }
2142
-
2143
2131
  .tsystem-min-h_55px {
2144
2132
  min-height: 55px;
2145
2133
  }
2146
2134
 
2135
+ .tsystem-w_100\% {
2136
+ width: 100%;
2137
+ }
2138
+
2147
2139
  .tsystem-w_50px {
2148
2140
  width: 50px;
2149
2141
  }
@@ -2160,10 +2152,6 @@
2160
2152
  width: fill-parent;
2161
2153
  }
2162
2154
 
2163
- .tsystem-w_100\% {
2164
- width: 100%;
2165
- }
2166
-
2167
2155
  .tsystem-w_sm {
2168
2156
  width: sm;
2169
2157
  }
@@ -2192,14 +2180,26 @@
2192
2180
  padding-right: 16px;
2193
2181
  }
2194
2182
 
2195
- .tsystem-w_200px {
2196
- width: 200px;
2197
- }
2198
-
2199
2183
  .tsystem-h_48px {
2200
2184
  height: 48px;
2201
2185
  }
2202
2186
 
2187
+ .tsystem-pt_8px {
2188
+ padding-top: 8px;
2189
+ }
2190
+
2191
+ .tsystem-pb_8px {
2192
+ padding-bottom: 8px;
2193
+ }
2194
+
2195
+ .tsystem-pr_8px {
2196
+ padding-right: 8px;
2197
+ }
2198
+
2199
+ .tsystem-pl_4px {
2200
+ padding-left: 4px;
2201
+ }
2202
+
2203
2203
  .tsystem-bd-l-w_4px {
2204
2204
  border-left-width: 4px;
2205
2205
  }
@@ -2424,16 +2424,24 @@
2424
2424
  min-width: 100%;
2425
2425
  }
2426
2426
 
2427
- .tsystem-min-w_128px {
2428
- min-width: 128px;
2427
+ .tsystem-w_1 {
2428
+ width: 1px;
2429
+ }
2430
+
2431
+ .tsystem-h_1 {
2432
+ height: 1px;
2429
2433
  }
2430
2434
 
2431
2435
  .tsystem-min-h_100\% {
2432
2436
  min-height: 100%;
2433
2437
  }
2434
2438
 
2435
- .tsystem-min-h_36px {
2436
- min-height: 36px;
2439
+ .tsystem-min-w_128px {
2440
+ min-width: 128px;
2441
+ }
2442
+
2443
+ .tsystem-min-h_48px {
2444
+ min-height: 48px;
2437
2445
  }
2438
2446
 
2439
2447
  .tsystem-w_24 {
@@ -2452,6 +2460,14 @@
2452
2460
  height: 15px;
2453
2461
  }
2454
2462
 
2463
+ .tsystem-w_9px {
2464
+ width: 9px;
2465
+ }
2466
+
2467
+ .tsystem-h_9px {
2468
+ height: 9px;
2469
+ }
2470
+
2455
2471
  .tsystem-h_37px {
2456
2472
  height: 37px;
2457
2473
  }
@@ -2520,6 +2536,14 @@
2520
2536
  width: max-content;
2521
2537
  }
2522
2538
 
2539
+ .tsystem-w_325 {
2540
+ width: 325px;
2541
+ }
2542
+
2543
+ .tsystem-min-w_325 {
2544
+ min-width: 325px;
2545
+ }
2546
+
2523
2547
  .tsystem-w_44px {
2524
2548
  width: 44px;
2525
2549
  }
@@ -2668,16 +2692,24 @@
2668
2692
  height: 16px;
2669
2693
  }
2670
2694
 
2671
- .tsystem-pb_8px {
2672
- padding-bottom: 8px;
2695
+ .tsystem-w_270px {
2696
+ width: 270px;
2673
2697
  }
2674
2698
 
2675
- .tsystem-pl_8px {
2676
- padding-left: 8px;
2699
+ .tsystem-min-w_269px {
2700
+ min-width: 269px;
2677
2701
  }
2678
2702
 
2679
- .tsystem-pl_4px {
2680
- padding-left: 4px;
2703
+ .tsystem-ml_auto {
2704
+ margin-left: auto;
2705
+ }
2706
+
2707
+ .tsystem-w_200px {
2708
+ width: 200px;
2709
+ }
2710
+
2711
+ .tsystem-min-w_200px {
2712
+ min-width: 200px;
2681
2713
  }
2682
2714
 
2683
2715
  .tsystem-bottom_-25px {
@@ -2704,20 +2736,12 @@
2704
2736
  margin-bottom: 42px;
2705
2737
  }
2706
2738
 
2707
- .tsystem-max-w_1440 {
2708
- max-width: 1440px;
2709
- }
2710
-
2711
- .tsystem-pt_8px {
2712
- padding-top: 8px;
2713
- }
2714
-
2715
- .tsystem-pt_0 {
2716
- padding-top: 0;
2739
+ .tsystem-w_1226px {
2740
+ width: 1226px;
2717
2741
  }
2718
2742
 
2719
- .tsystem-h_35px {
2720
- height: 35px;
2743
+ .tsystem-max-w_1440 {
2744
+ max-width: 1440px;
2721
2745
  }
2722
2746
 
2723
2747
  .tsystem-pl_15px {
@@ -2728,6 +2752,10 @@
2728
2752
  padding-right: 15px;
2729
2753
  }
2730
2754
 
2755
+ .tsystem-h_35px {
2756
+ height: 35px;
2757
+ }
2758
+
2731
2759
  .tsystem-pl_20px {
2732
2760
  padding-left: 20px;
2733
2761
  }
@@ -2764,6 +2792,10 @@
2764
2792
  width: 25px;
2765
2793
  }
2766
2794
 
2795
+ .tsystem-mt_auto {
2796
+ margin-top: auto;
2797
+ }
2798
+
2767
2799
  .tsystem-w_14px {
2768
2800
  width: 14px;
2769
2801
  }
@@ -2808,10 +2840,6 @@
2808
2840
  max-width: 1px;
2809
2841
  }
2810
2842
 
2811
- .tsystem-w_1 {
2812
- width: 1px;
2813
- }
2814
-
2815
2843
  .tsystem-w_70px {
2816
2844
  width: 70px;
2817
2845
  }
@@ -2820,14 +2848,6 @@
2820
2848
  height: 24px;
2821
2849
  }
2822
2850
 
2823
- .tsystem-mt_35px {
2824
- margin-top: 35px;
2825
- }
2826
-
2827
- .tsystem-mb_20px {
2828
- margin-bottom: 20px;
2829
- }
2830
-
2831
2851
  .tsystem-w_full {
2832
2852
  width: full;
2833
2853
  }
@@ -2860,16 +2880,16 @@
2860
2880
  max-height: 49px;
2861
2881
  }
2862
2882
 
2863
- .tsystem-w_325px {
2864
- width: 325px;
2883
+ .tsystem-min-h_52px {
2884
+ min-height: 52px;
2865
2885
  }
2866
2886
 
2867
- .tsystem-max-h_314px {
2868
- max-height: 314px;
2887
+ .tsystem-max-w_325px {
2888
+ max-width: 325px;
2869
2889
  }
2870
2890
 
2871
- .tsystem-min-w_325px {
2872
- min-width: 325px;
2891
+ .tsystem-max-h_314px {
2892
+ max-height: 314px;
2873
2893
  }
2874
2894
 
2875
2895
  .tsystem-pt_4px {
@@ -2964,6 +2984,14 @@
2964
2984
  width: 70%;
2965
2985
  }
2966
2986
 
2987
+ .tsystem-w_200 {
2988
+ width: 200px;
2989
+ }
2990
+
2991
+ .tsystem-min-w_200 {
2992
+ min-width: 200px;
2993
+ }
2994
+
2967
2995
  .tsystem-ml_6px {
2968
2996
  margin-left: 6px;
2969
2997
  }
@@ -2976,6 +3004,10 @@
2976
3004
  max-width: 420px;
2977
3005
  }
2978
3006
 
3007
+ .tsystem-w_151px {
3008
+ width: 151px;
3009
+ }
3010
+
2979
3011
  .tsystem-pt_50px {
2980
3012
  padding-top: 50px;
2981
3013
  }
@@ -3024,10 +3056,6 @@
3024
3056
  width: 1px;
3025
3057
  }
3026
3058
 
3027
- .tsystem-ml_auto {
3028
- margin-left: auto;
3029
- }
3030
-
3031
3059
  .tsystem-min-w_175px {
3032
3060
  min-width: 175px;
3033
3061
  }
@@ -3166,14 +3194,6 @@
3166
3194
  stroke: var(--Tight-colors-icon-accent-danger);
3167
3195
  }
3168
3196
 
3169
- .\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.action .Tight-text {
3170
- color: var(--Tight-colors-typography-intent-action);
3171
- }
3172
-
3173
- .\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.danger .Tight-text {
3174
- color: var(--Tight-colors-typography-intent-danger);
3175
- }
3176
-
3177
3197
  .\[\&\:\:before\]\:tsystem-content_\'\'::before {
3178
3198
  content: '';
3179
3199
  }
@@ -3182,6 +3202,14 @@
3182
3202
  position: absolute;
3183
3203
  }
3184
3204
 
3205
+ .\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.action .Tight-text {
3206
+ color: var(--Tight-colors-typography-intent-action);
3207
+ }
3208
+
3209
+ .\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.danger .Tight-text {
3210
+ color: var(--Tight-colors-typography-intent-danger);
3211
+ }
3212
+
3185
3213
  .\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.primary .Tight-text {
3186
3214
  color: var(--Tight-colors-typography-intent-primary);
3187
3215
  }
@@ -3298,6 +3326,22 @@
3298
3326
  padding-bottom: 16px;
3299
3327
  }
3300
3328
 
3329
+ .\[\&\:\:before\]\:tsystem-top_-10px::before {
3330
+ top: -10px;
3331
+ }
3332
+
3333
+ .\[\&\:\:before\]\:tsystem-left_-10px::before {
3334
+ left: -10px;
3335
+ }
3336
+
3337
+ .\[\&\:\:before\]\:tsystem-right_-10px::before {
3338
+ right: -10px;
3339
+ }
3340
+
3341
+ .\[\&\:\:before\]\:tsystem-bottom_-10px::before {
3342
+ bottom: -10px;
3343
+ }
3344
+
3301
3345
  .\[\&\:\:before\]\:tsystem-top_-11px::before {
3302
3346
  top: -11px;
3303
3347
  }
@@ -3334,22 +3378,6 @@
3334
3378
  width: 100%;
3335
3379
  }
3336
3380
 
3337
- .\[\&\:\:before\]\:tsystem-top_-10px::before {
3338
- top: -10px;
3339
- }
3340
-
3341
- .\[\&\:\:before\]\:tsystem-left_-10px::before {
3342
- left: -10px;
3343
- }
3344
-
3345
- .\[\&\:\:before\]\:tsystem-right_-10px::before {
3346
- right: -10px;
3347
- }
3348
-
3349
- .\[\&\:\:before\]\:tsystem-bottom_-10px::before {
3350
- bottom: -10px;
3351
- }
3352
-
3353
3381
  .first\:tsystem-bdr-tl_sm:first-child {
3354
3382
  border-top-left-radius: var(--Tight-radii-sm);
3355
3383
  }
@@ -3382,6 +3410,18 @@
3382
3410
  height: 4px;
3383
3411
  }
3384
3412
 
3413
+ .first\:tsystem-bd-t-w_1px:first-child {
3414
+ border-top-width: 1px;
3415
+ }
3416
+
3417
+ .first\:tsystem-border-top-style_solid:first-child {
3418
+ border-top-style: solid;
3419
+ }
3420
+
3421
+ .first\:tsystem-bd-t-c_border\.layout:first-child {
3422
+ border-top-color: var(--Tight-colors-border-layout);
3423
+ }
3424
+
3385
3425
  .\[\&\:\:before\]\:tsystem-top_-9px::before {
3386
3426
  top: -9px;
3387
3427
  }
@@ -3402,8 +3442,8 @@
3402
3442
  border: var(--Tight-borderWidths-lg) solid;
3403
3443
  }
3404
3444
 
3405
- .\[\&\:focus-within\,_\&\[data-isdefaultvalue\=\'false\'\]\]\:tsystem-bd-c_border\.layout\.strong:focus-within,.\[\&\:focus-within\,_\&\[data-isdefaultvalue\=\'false\'\]\]\:tsystem-bd-c_border\.layout\.strong[data-isdefaultvalue='false'] {
3406
- border-color: var(--Tight-colors-border-layout-strong);
3445
+ .\[\&\:focus-within\,_\&\[data-isdefaultvalue\=\'false\'\]\]\:tsystem-bd-c_border\.layout:focus-within,.\[\&\:focus-within\,_\&\[data-isdefaultvalue\=\'false\'\]\]\:tsystem-bd-c_border\.layout[data-isdefaultvalue='false'] {
3446
+ border-color: var(--Tight-colors-border-layout);
3407
3447
  }
3408
3448
 
3409
3449
  .\[\&\:focus\,_\&\:focus-within\]\:tsystem-ring_none:focus,.\[\&\:focus\,_\&\:focus-within\]\:tsystem-ring_none:focus-within {
@@ -3910,14 +3950,6 @@
3910
3950
  height: fit-content;
3911
3951
  }
3912
3952
 
3913
- .sm\:tsystem-h_39px {
3914
- height: 39px;
3915
- }
3916
-
3917
- .sm\:tsystem-w_562px {
3918
- width: 562px;
3919
- }
3920
-
3921
3953
  .sm\:tsystem-min-h_35px {
3922
3954
  min-height: 35px;
3923
3955
  }
@@ -4084,6 +4116,10 @@
4084
4116
  background-color: var(--Tight-colors-overlay);
4085
4117
  }
4086
4118
 
4119
+ .xl\:tsystem-jc_flex-end {
4120
+ justify-content: flex-end;
4121
+ }
4122
+
4087
4123
  .xl\:tsystem-lh_16px {
4088
4124
  line-height: 16px;
4089
4125
  }
@@ -4196,10 +4232,6 @@
4196
4232
  height: 60px;
4197
4233
  }
4198
4234
 
4199
- .xl\:tsystem-pt_8px {
4200
- padding-top: 8px;
4201
- }
4202
-
4203
4235
  .xl\:tsystem-min-w_900px {
4204
4236
  min-width: 900px;
4205
4237
  }
@@ -4431,6 +4463,12 @@
4431
4463
  .supportHover\:enabled\:tsystem-fill_icon\.intent\.action\.hover:enabled:hover {
4432
4464
  fill: var(--Tight-colors-icon-intent-action-hover);
4433
4465
  }
4466
+ }
4467
+
4468
+ @media (hover: hover) and (pointer: fine) {
4469
+ .supportHover\:\[\&\[data-is-checked\=\'false\'\]\]\:tsystem-bg-c_surface\.background\.hover[data-is-checked='false']:hover {
4470
+ background-color: var(--Tight-colors-surface-background-hover);
4471
+ }
4434
4472
  }
4435
4473
 
4436
4474
  @media (hover: hover) and (pointer: fine) {
@@ -4461,12 +4499,6 @@
4461
4499
  .supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.warning\.hover:not(:disabled, [disabled], [data-disabled]):hover {
4462
4500
  background-color: var(--Tight-colors-surface-intent-warning-hover);
4463
4501
  }
4464
- }
4465
-
4466
- @media (hover: hover) and (pointer: fine) {
4467
- .supportHover\:\[\&\[data-is-checked\=\'false\'\]\]\:tsystem-bg-c_surface\.background\.hover[data-is-checked='false']:hover {
4468
- background-color: var(--Tight-colors-surface-background-hover);
4469
- }
4470
4502
  }
4471
4503
 
4472
4504
  @media (hover: hover) and (pointer: fine) {