@tight-embedded/react 6.1.0 → 6.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.
package/dist/index.css CHANGED
@@ -99,7 +99,7 @@
99
99
  --Tight-fontSizes-md: 14px;
100
100
  --Tight-fontSizes-lg: 16px;
101
101
  --Tight-fontSizes-xl: 20px;
102
- --Tight-fontSizes-2xl: 36px;
102
+ --Tight-fontSizes-2xl: 24px;
103
103
  --Tight-fontWeights-sm: 400;
104
104
  --Tight-fontWeights-md: 600;
105
105
  --Tight-fontWeights-lg: 900;
@@ -524,18 +524,6 @@
524
524
  padding: 15px;
525
525
  }
526
526
 
527
- .tsystem-bd_\{borderWidths\.lg\}_solid {
528
- border: var(--Tight-borderWidths-lg) solid;
529
- }
530
-
531
- .tsystem-bg_surface\.foreground {
532
- background: var(--Tight-colors-surface-foreground);
533
- }
534
-
535
- .tsystem-bg_brand\.primary\.strong {
536
- background: var(--Tight-colors-brand-primary-strong);
537
- }
538
-
539
527
  .tsystem-bd_1px_solid_\{colors\.border\.intent\.action\} {
540
528
  border: 1px solid var(--Tight-colors-border-intent-action);
541
529
  }
@@ -548,6 +536,18 @@
548
536
  padding: 0 25px;
549
537
  }
550
538
 
539
+ .tsystem-bd_\{borderWidths\.lg\}_solid {
540
+ border: var(--Tight-borderWidths-lg) solid;
541
+ }
542
+
543
+ .tsystem-bg_surface\.foreground {
544
+ background: var(--Tight-colors-surface-foreground);
545
+ }
546
+
547
+ .tsystem-bg_brand\.primary\.strong {
548
+ background: var(--Tight-colors-brand-primary-strong);
549
+ }
550
+
551
551
  .tsystem-bd_\{borderWidths\.lg\}_solid_transparent {
552
552
  border: var(--Tight-borderWidths-lg) solid transparent;
553
553
  }
@@ -564,6 +564,10 @@
564
564
  border: 1px solid var(--Tight-colors-border-layout);
565
565
  }
566
566
 
567
+ .tsystem-m_6px {
568
+ margin: 6px;
569
+ }
570
+
567
571
  .tsystem-m_0_8px {
568
572
  margin: 0 8px;
569
573
  }
@@ -636,14 +640,6 @@
636
640
  background: foreground;
637
641
  }
638
642
 
639
- .tsystem-p_10px_8px {
640
- padding: 10px 8px;
641
- }
642
-
643
- .tsystem-bg_surface\.intent\.danger\.opaque {
644
- background: var(--Tight-colors-surface-intent-danger-opaque);
645
- }
646
-
647
643
  .tsystem-p_4px_8px {
648
644
  padding: 4px 8px;
649
645
  }
@@ -680,20 +676,8 @@
680
676
  border: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout-weak);
681
677
  }
682
678
 
683
- .tsystem-p_12px_0_4px {
684
- padding: 12px 0 4px;
685
- }
686
-
687
- .tsystem-bd_\{borderWidths\.md\}_solid_\{colors\.border\.layout\} {
688
- border: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
689
- }
690
-
691
- .tsystem-p_15px_15px_0_15px {
692
- padding: 15px 15px 0 15px;
693
- }
694
-
695
- .tsystem-p_26px {
696
- padding: 26px;
679
+ .tsystem-p_4px_0 {
680
+ padding: 4px 0;
697
681
  }
698
682
 
699
683
  .tsystem-p_2px {
@@ -708,6 +692,18 @@
708
692
  background: var(--Tight-colors-none);
709
693
  }
710
694
 
695
+ .tsystem-bd_\{borderWidths\.md\}_solid_\{colors\.border\.layout\} {
696
+ border: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
697
+ }
698
+
699
+ .tsystem-p_15px_15px_0_15px {
700
+ padding: 15px 15px 0 15px;
701
+ }
702
+
703
+ .tsystem-p_26px {
704
+ padding: 26px;
705
+ }
706
+
711
707
  .tsystem-bd_0 {
712
708
  border: 0;
713
709
  }
@@ -716,6 +712,10 @@
716
712
  padding: 25px;
717
713
  }
718
714
 
715
+ .tsystem-bd-x_\{borderWidths\.md\}_solid_\{colors\.border\.layout\} {
716
+ border-inline: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
717
+ }
718
+
719
719
  .tsystem-bg_brand\.success {
720
720
  background: var(--Tight-colors-brand-success);
721
721
  }
@@ -728,6 +728,10 @@
728
728
  padding: large;
729
729
  }
730
730
 
731
+ .tsystem-p_8px_12px {
732
+ padding: 8px 12px;
733
+ }
734
+
731
735
  .tsystem-p_6px_0_6px_6px {
732
736
  padding: 6px 0 6px 6px;
733
737
  }
@@ -981,6 +985,10 @@
981
985
  gap: 15px;
982
986
  }
983
987
 
988
+ .tsystem-gap_6px {
989
+ gap: 6px;
990
+ }
991
+
984
992
  .tsystem-bdr_zero {
985
993
  border-radius: var(--Tight-radii-zero);
986
994
  }
@@ -1057,18 +1065,6 @@
1057
1065
  border-width: 1px;
1058
1066
  }
1059
1067
 
1060
- .tsystem-bd-c_surface\.intent\.warning\.active {
1061
- border-color: var(--Tight-colors-surface-intent-warning-active);
1062
- }
1063
-
1064
- .tsystem-bd-c_surface\.intent\.danger\.weak {
1065
- border-color: var(--Tight-colors-surface-intent-danger-weak);
1066
- }
1067
-
1068
- .tsystem-bd-c_surface\.intent\.success\.active {
1069
- border-color: var(--Tight-colors-surface-intent-success-active);
1070
- }
1071
-
1072
1068
  .tsystem-bd-w_sm {
1073
1069
  border-width: var(--Tight-borderWidths-sm);
1074
1070
  }
@@ -1077,18 +1073,10 @@
1077
1073
  border-top: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout-strong);
1078
1074
  }
1079
1075
 
1080
- .tsystem-gap_3px {
1081
- gap: 3px;
1082
- }
1083
-
1084
1076
  .tsystem-gap_10 {
1085
1077
  gap: 10px;
1086
1078
  }
1087
1079
 
1088
- .tsystem-bd-b_none {
1089
- border-bottom: none;
1090
- }
1091
-
1092
1080
  .tsystem-bdr_2px {
1093
1081
  border-radius: 2px;
1094
1082
  }
@@ -1109,8 +1097,16 @@
1109
1097
  border-left: 1px solid var(--Tight-colors-border-layout);
1110
1098
  }
1111
1099
 
1112
- .tsystem-tw_nowrap {
1113
- text-wrap: nowrap;
1100
+ .tsystem-bd-b_none {
1101
+ border-bottom: none;
1102
+ }
1103
+
1104
+ .tsystem-bd-c_active {
1105
+ border-color: active;
1106
+ }
1107
+
1108
+ .tsystem-bd-c_brand\.action\.strong {
1109
+ border-color: var(--Tight-colors-brand-action-strong);
1114
1110
  }
1115
1111
 
1116
1112
  .tsystem-gap_2px_2px {
@@ -1133,8 +1129,8 @@
1133
1129
  overflow: auto;
1134
1130
  }
1135
1131
 
1136
- .tsystem-bdr_0px {
1137
- border-radius: 0px;
1132
+ .tsystem-bd-b_\{borderWidths\.md\}_solid_\{colors\.border\.layout\} {
1133
+ border-bottom: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
1138
1134
  }
1139
1135
 
1140
1136
  .tsystem-gap_30px {
@@ -1153,8 +1149,8 @@
1153
1149
  overflow: scroll;
1154
1150
  }
1155
1151
 
1156
- .tsystem-gap_6px {
1157
- gap: 6px;
1152
+ .tsystem-px_10px {
1153
+ padding-inline: 10px;
1158
1154
  }
1159
1155
 
1160
1156
  .tsystem-bd-l_4px_solid_transparent {
@@ -1305,6 +1301,11 @@
1305
1301
  justify-content: flex-start;
1306
1302
  }
1307
1303
 
1304
+ .tsystem-us_none {
1305
+ -webkit-user-select: none;
1306
+ user-select: none;
1307
+ }
1308
+
1308
1309
  .tsystem-c_typography\.base\.weak {
1309
1310
  color: var(--Tight-colors-typography-base-weak);
1310
1311
  }
@@ -1525,10 +1526,6 @@
1525
1526
  fill: var(--Tight-colors-transparent);
1526
1527
  }
1527
1528
 
1528
- .tsystem-c_white100 {
1529
- color: var(--Tight-colors-white100);
1530
- }
1531
-
1532
1529
  .tsystem-c_typography\.intent\.action {
1533
1530
  color: var(--Tight-colors-typography-intent-action);
1534
1531
  }
@@ -1621,6 +1618,10 @@
1621
1618
  background-color: var(--Tight-colors-border-layout-strong);
1622
1619
  }
1623
1620
 
1621
+ .tsystem-bg-c_brand\.action\.strong {
1622
+ background-color: var(--Tight-colors-brand-action-strong);
1623
+ }
1624
+
1624
1625
  .tsystem-bg-c_surface\.elevated {
1625
1626
  background-color: var(--Tight-colors-surface-elevated);
1626
1627
  }
@@ -1633,6 +1634,15 @@
1633
1634
  background-size: 400%;
1634
1635
  }
1635
1636
 
1637
+ .tsystem-scr-bar_hidden {
1638
+ -ms-overflow-style: none;
1639
+ scrollbar-width: none;
1640
+ }
1641
+
1642
+ .tsystem-scr-bar_hidden::-webkit-scrollbar {
1643
+ display: none;
1644
+ }
1645
+
1636
1646
  .tsystem-bx-sh_box-shadow {
1637
1647
  box-shadow: var(--Tight-shadows-box-shadow);
1638
1648
  }
@@ -1859,11 +1869,6 @@
1859
1869
  color: var(--Tight-colors-money-positive);
1860
1870
  }
1861
1871
 
1862
- .tsystem-us_none {
1863
- -webkit-user-select: none;
1864
- user-select: none;
1865
- }
1866
-
1867
1872
  .tsystem-c_brand\.primary\.weak {
1868
1873
  color: var(--Tight-colors-brand-primary-weak);
1869
1874
  }
@@ -1908,15 +1913,6 @@
1908
1913
  line-height: 26px;
1909
1914
  }
1910
1915
 
1911
- .tsystem-scr-bar_hidden {
1912
- -ms-overflow-style: none;
1913
- scrollbar-width: none;
1914
- }
1915
-
1916
- .tsystem-scr-bar_hidden::-webkit-scrollbar {
1917
- display: none;
1918
- }
1919
-
1920
1916
  .tsystem-pos_sticky {
1921
1917
  position: sticky;
1922
1918
  }
@@ -1959,6 +1955,14 @@
1959
1955
  background-color: foreground;
1960
1956
  }
1961
1957
 
1958
+ .tsystem-z_1 {
1959
+ z-index: 1;
1960
+ }
1961
+
1962
+ .tsystem-isolation_isolate {
1963
+ isolation: isolate;
1964
+ }
1965
+
1962
1966
  .tsystem-grid-tc_repeat\(7\,_1fr\) {
1963
1967
  grid-template-columns: repeat(7, 1fr);
1964
1968
  }
@@ -2020,34 +2024,6 @@
2020
2024
  font-size: 16px;
2021
2025
  }
2022
2026
 
2023
- .tsystem-stk_var\(--Tight-colors-border-layout\) {
2024
- stroke: var(--Tight-colors-border-layout);
2025
- }
2026
-
2027
- .tsystem-fill_var\(--Tight-colors-money-positive-weak\) {
2028
- fill: var(--Tight-colors-money-positive-weak);
2029
- }
2030
-
2031
- .tsystem-fill_var\(--Tight-colors-money-negative-weak\) {
2032
- fill: var(--Tight-colors-money-negative-weak);
2033
- }
2034
-
2035
- .tsystem-c_var\(--Tight-colors-money-positive-weak\) {
2036
- color: var(--Tight-colors-money-positive-weak);
2037
- }
2038
-
2039
- .tsystem-c_var\(--Tight-colors-money-negative-weak\) {
2040
- color: var(--Tight-colors-money-negative-weak);
2041
- }
2042
-
2043
- .tsystem-c_var\(--Tight-colors-money-positive\) {
2044
- color: var(--Tight-colors-money-positive);
2045
- }
2046
-
2047
- .tsystem-c_var\(--Tight-colors-money-negative\) {
2048
- color: var(--Tight-colors-money-negative);
2049
- }
2050
-
2051
2027
  .tsystem-c_positive {
2052
2028
  color: positive;
2053
2029
  }
@@ -2064,14 +2040,26 @@
2064
2040
  stroke-dasharray: 0;
2065
2041
  }
2066
2042
 
2043
+ .tsystem-stk_var\(--Tight-colors-border-layout\) {
2044
+ stroke: var(--Tight-colors-border-layout);
2045
+ }
2046
+
2067
2047
  .tsystem-fill_var\(--Tight-colors-money-positive-strong\) {
2068
2048
  fill: var(--Tight-colors-money-positive-strong);
2069
2049
  }
2070
2050
 
2051
+ .tsystem-fill_var\(--Tight-colors-money-positive-weak\) {
2052
+ fill: var(--Tight-colors-money-positive-weak);
2053
+ }
2054
+
2071
2055
  .tsystem-fill_var\(--Tight-colors-money-negative-strong\) {
2072
2056
  fill: var(--Tight-colors-money-negative-strong);
2073
2057
  }
2074
2058
 
2059
+ .tsystem-fill_var\(--Tight-colors-money-negative-weak\) {
2060
+ fill: var(--Tight-colors-money-negative-weak);
2061
+ }
2062
+
2075
2063
  .tsystem-fill_var\(--Tight-colors-border-layout\) {
2076
2064
  fill: var(--Tight-colors-border-layout);
2077
2065
  }
@@ -2108,8 +2096,16 @@
2108
2096
  z-index: 100;
2109
2097
  }
2110
2098
 
2111
- .tsystem-white-space_wrap {
2112
- white-space: wrap;
2099
+ .tsystem-c_surface\.intent\.danger\.active {
2100
+ color: var(--Tight-colors-surface-intent-danger-active);
2101
+ }
2102
+
2103
+ .tsystem-c_var\(--Tight-colors-money-positive\) {
2104
+ color: var(--Tight-colors-money-positive);
2105
+ }
2106
+
2107
+ .tsystem-c_var\(--Tight-colors-money-negative\) {
2108
+ color: var(--Tight-colors-money-negative);
2113
2109
  }
2114
2110
 
2115
2111
  .tsystem-ff_Duplet_Regular\,_sans-serif {
@@ -2532,6 +2528,10 @@
2532
2528
  min-width: 360px;
2533
2529
  }
2534
2530
 
2531
+ .tsystem-right_16px {
2532
+ right: 16px;
2533
+ }
2534
+
2535
2535
  .tsystem-w_max-content {
2536
2536
  width: max-content;
2537
2537
  }
@@ -2736,26 +2736,10 @@
2736
2736
  margin-bottom: 42px;
2737
2737
  }
2738
2738
 
2739
- .tsystem-w_1226px {
2740
- width: 1226px;
2741
- }
2742
-
2743
2739
  .tsystem-max-w_1440 {
2744
2740
  max-width: 1440px;
2745
2741
  }
2746
2742
 
2747
- .tsystem-pl_15px {
2748
- padding-left: 15px;
2749
- }
2750
-
2751
- .tsystem-pr_15px {
2752
- padding-right: 15px;
2753
- }
2754
-
2755
- .tsystem-h_35px {
2756
- height: 35px;
2757
- }
2758
-
2759
2743
  .tsystem-pl_20px {
2760
2744
  padding-left: 20px;
2761
2745
  }
@@ -2780,6 +2764,10 @@
2780
2764
  min-height: 20px;
2781
2765
  }
2782
2766
 
2767
+ .tsystem-w_0 {
2768
+ width: 0;
2769
+ }
2770
+
2783
2771
  .tsystem-pl_5px {
2784
2772
  padding-left: 5px;
2785
2773
  }
@@ -2836,6 +2824,18 @@
2836
2824
  width: 75px;
2837
2825
  }
2838
2826
 
2827
+ .tsystem-pl_15px {
2828
+ padding-left: 15px;
2829
+ }
2830
+
2831
+ .tsystem-pr_15px {
2832
+ padding-right: 15px;
2833
+ }
2834
+
2835
+ .tsystem-h_35px {
2836
+ height: 35px;
2837
+ }
2838
+
2839
2839
  .tsystem-max-w_1 {
2840
2840
  max-width: 1px;
2841
2841
  }
@@ -2880,10 +2880,6 @@
2880
2880
  max-height: 49px;
2881
2881
  }
2882
2882
 
2883
- .tsystem-min-h_52px {
2884
- min-height: 52px;
2885
- }
2886
-
2887
2883
  .tsystem-max-w_325px {
2888
2884
  max-width: 325px;
2889
2885
  }
@@ -2908,14 +2904,6 @@
2908
2904
  padding-right: 20px;
2909
2905
  }
2910
2906
 
2911
- .tsystem-w_300px {
2912
- width: 300px;
2913
- }
2914
-
2915
- .tsystem-top_20 {
2916
- top: 20px;
2917
- }
2918
-
2919
2907
  .tsystem-right_20 {
2920
2908
  right: 20px;
2921
2909
  }
@@ -2924,18 +2912,6 @@
2924
2912
  left: 20px;
2925
2913
  }
2926
2914
 
2927
- .tsystem-bottom_5 {
2928
- bottom: 5px;
2929
- }
2930
-
2931
- .tsystem-min-w_180px {
2932
- min-width: 180px;
2933
- }
2934
-
2935
- .tsystem-h_1px {
2936
- height: 1px;
2937
- }
2938
-
2939
2915
  .tsystem-max-h_247px {
2940
2916
  max-height: 247px;
2941
2917
  }
@@ -2984,14 +2960,6 @@
2984
2960
  width: 70%;
2985
2961
  }
2986
2962
 
2987
- .tsystem-w_200 {
2988
- width: 200px;
2989
- }
2990
-
2991
- .tsystem-min-w_200 {
2992
- min-width: 200px;
2993
- }
2994
-
2995
2963
  .tsystem-ml_6px {
2996
2964
  margin-left: 6px;
2997
2965
  }
@@ -3008,6 +2976,18 @@
3008
2976
  width: 151px;
3009
2977
  }
3010
2978
 
2979
+ .tsystem-mt_22px {
2980
+ margin-top: 22px;
2981
+ }
2982
+
2983
+ .tsystem-w_200 {
2984
+ width: 200px;
2985
+ }
2986
+
2987
+ .tsystem-min-w_200 {
2988
+ min-width: 200px;
2989
+ }
2990
+
3011
2991
  .tsystem-pt_50px {
3012
2992
  padding-top: 50px;
3013
2993
  }
@@ -3048,6 +3028,38 @@
3048
3028
  min-height: 24px;
3049
3029
  }
3050
3030
 
3031
+ .tsystem-mb_16px {
3032
+ margin-bottom: 16px;
3033
+ }
3034
+
3035
+ .tsystem-w_160px {
3036
+ width: 160px;
3037
+ }
3038
+
3039
+ .tsystem-w_54px {
3040
+ width: 54px;
3041
+ }
3042
+
3043
+ .tsystem-top_12 {
3044
+ top: 12px;
3045
+ }
3046
+
3047
+ .tsystem-w_172 {
3048
+ width: 172px;
3049
+ }
3050
+
3051
+ .tsystem-w_66 {
3052
+ width: 66px;
3053
+ }
3054
+
3055
+ .tsystem-top_20 {
3056
+ top: 20px;
3057
+ }
3058
+
3059
+ .tsystem-bottom_5 {
3060
+ bottom: 5px;
3061
+ }
3062
+
3051
3063
  .tsystem-max-w_120px {
3052
3064
  max-width: 120px;
3053
3065
  }
@@ -3056,6 +3068,14 @@
3056
3068
  width: 1px;
3057
3069
  }
3058
3070
 
3071
+ .tsystem-h_1px {
3072
+ height: 1px;
3073
+ }
3074
+
3075
+ .tsystem-min-w_180px {
3076
+ min-width: 180px;
3077
+ }
3078
+
3059
3079
  .tsystem-min-w_175px {
3060
3080
  min-width: 175px;
3061
3081
  }
@@ -3100,6 +3120,22 @@
3100
3120
  border-color: var(--Tight-colors-border-intent-danger);
3101
3121
  }
3102
3122
 
3123
+ .first\:tsystem-bd-r_none:first-child {
3124
+ border-right: none;
3125
+ }
3126
+
3127
+ .last\:tsystem-bd-l_none:last-child {
3128
+ border-left: none;
3129
+ }
3130
+
3131
+ .\[\&\:not\(\:first-child\)\:not\(\:last-child\)\]\:tsystem-bd-l_none:not(:first-child):not(:last-child) {
3132
+ border-left: none;
3133
+ }
3134
+
3135
+ .\[\&\:not\(\:first-child\)\:not\(\:last-child\)\]\:tsystem-bd-r_none:not(:first-child):not(:last-child) {
3136
+ border-right: none;
3137
+ }
3138
+
3103
3139
  .\[\&\[data-selected\=\'true\'\]\]\:tsystem-bd-c_border\.intent\.action\.active[data-selected='true'] {
3104
3140
  border-color: var(--Tight-colors-border-intent-action-active);
3105
3141
  }
@@ -3108,6 +3144,10 @@
3108
3144
  border-radius: 50%;
3109
3145
  }
3110
3146
 
3147
+ .first\:tsystem-bd-t_\{borderWidths\.md\}_solid_\{colors\.border\.layout\}:first-child {
3148
+ border-top: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
3149
+ }
3150
+
3111
3151
  .\[\&\[data-focused\=\'true\'\]\]\:tsystem-ring_none[data-focused='true'] {
3112
3152
  outline: 2px solid transparent;
3113
3153
  outline-offset: 2px;
@@ -3194,14 +3234,6 @@
3194
3234
  stroke: var(--Tight-colors-icon-accent-danger);
3195
3235
  }
3196
3236
 
3197
- .\[\&\:\:before\]\:tsystem-content_\'\'::before {
3198
- content: '';
3199
- }
3200
-
3201
- .\[\&\:\:before\]\:tsystem-pos_absolute::before {
3202
- position: absolute;
3203
- }
3204
-
3205
3237
  .\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.action .Tight-text {
3206
3238
  color: var(--Tight-colors-typography-intent-action);
3207
3239
  }
@@ -3210,6 +3242,14 @@
3210
3242
  color: var(--Tight-colors-typography-intent-danger);
3211
3243
  }
3212
3244
 
3245
+ .\[\&\:\:before\]\:tsystem-content_\'\'::before {
3246
+ content: '';
3247
+ }
3248
+
3249
+ .\[\&\:\:before\]\:tsystem-pos_absolute::before {
3250
+ position: absolute;
3251
+ }
3252
+
3213
3253
  .\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.primary .Tight-text {
3214
3254
  color: var(--Tight-colors-typography-intent-primary);
3215
3255
  }
@@ -3326,22 +3366,6 @@
3326
3366
  padding-bottom: 16px;
3327
3367
  }
3328
3368
 
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
-
3345
3369
  .\[\&\:\:before\]\:tsystem-top_-11px::before {
3346
3370
  top: -11px;
3347
3371
  }
@@ -3378,6 +3402,22 @@
3378
3402
  width: 100%;
3379
3403
  }
3380
3404
 
3405
+ .\[\&\:\:before\]\:tsystem-top_-10px::before {
3406
+ top: -10px;
3407
+ }
3408
+
3409
+ .\[\&\:\:before\]\:tsystem-left_-10px::before {
3410
+ left: -10px;
3411
+ }
3412
+
3413
+ .\[\&\:\:before\]\:tsystem-right_-10px::before {
3414
+ right: -10px;
3415
+ }
3416
+
3417
+ .\[\&\:\:before\]\:tsystem-bottom_-10px::before {
3418
+ bottom: -10px;
3419
+ }
3420
+
3381
3421
  .first\:tsystem-bdr-tl_sm:first-child {
3382
3422
  border-top-left-radius: var(--Tight-radii-sm);
3383
3423
  }
@@ -3394,10 +3434,6 @@
3394
3434
  border-bottom-right-radius: var(--Tight-radii-sm);
3395
3435
  }
3396
3436
 
3397
- .\[\&_\>_\*_\+_\*\]\:tsystem-ml_-1px > * + * {
3398
- margin-left: -1px;
3399
- }
3400
-
3401
3437
  .\[\&\[data-today\=\'true\'\]\:\:after\]\:tsystem-bottom_3px[data-today='true']::after {
3402
3438
  bottom: 3px;
3403
3439
  }
@@ -3410,18 +3446,6 @@
3410
3446
  height: 4px;
3411
3447
  }
3412
3448
 
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
-
3425
3449
  .\[\&\:\:before\]\:tsystem-top_-9px::before {
3426
3450
  top: -9px;
3427
3451
  }
@@ -3645,10 +3669,6 @@
3645
3669
  background-color: var(--Tight-colors-brand-action-opaque);
3646
3670
  }
3647
3671
 
3648
- .hover\:tsystem-z_1:is(:hover, [data-hover]) {
3649
- z-index: 1;
3650
- }
3651
-
3652
3672
  .hover\:tsystem-bg-c_surface\.intent\.action\.discreet\.hover:is(:hover, [data-hover]) {
3653
3673
  background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
3654
3674
  }
@@ -4020,10 +4040,6 @@
4020
4040
  border: var(--Tight-borderWidths-lg) solid var(--Tight-colors-border-layout);
4021
4041
  }
4022
4042
 
4023
- .xl\:tsystem-p_16px {
4024
- padding: 16px;
4025
- }
4026
-
4027
4043
  .xl\:tsystem-p_0_10px {
4028
4044
  padding: 0 10px;
4029
4045
  }
@@ -4032,6 +4048,10 @@
4032
4048
  background: var(--Tight-colors-surface-background);
4033
4049
  }
4034
4050
 
4051
+ .xl\:tsystem-p_16px {
4052
+ padding: 16px;
4053
+ }
4054
+
4035
4055
  .xl\:tsystem-gap_15px {
4036
4056
  gap: 15px;
4037
4057
  }
@@ -4064,14 +4084,6 @@
4064
4084
  overscroll-behavior: none;
4065
4085
  }
4066
4086
 
4067
- .xl\:tsystem-bd-t_\{borderWidths\.md\}_solid_\{colors\.border\.layout\} {
4068
- border-top: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
4069
- }
4070
-
4071
- .xl\:tsystem-gap_12px {
4072
- gap: 12px;
4073
- }
4074
-
4075
4087
  .xl\:tsystem-flex_1_0_0 {
4076
4088
  flex: 1 0 0;
4077
4089
  }
@@ -4084,6 +4096,14 @@
4084
4096
  border-radius: var(--Tight-radii-sm);
4085
4097
  }
4086
4098
 
4099
+ .xl\:tsystem-bd-t_\{borderWidths\.md\}_solid_\{colors\.border\.layout\} {
4100
+ border-top: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
4101
+ }
4102
+
4103
+ .xl\:tsystem-gap_12px {
4104
+ gap: 12px;
4105
+ }
4106
+
4087
4107
  .xl\:tsystem-flex-sh_0 {
4088
4108
  flex-shrink: 0;
4089
4109
  }
@@ -4116,8 +4136,8 @@
4116
4136
  background-color: var(--Tight-colors-overlay);
4117
4137
  }
4118
4138
 
4119
- .xl\:tsystem-jc_flex-end {
4120
- justify-content: flex-end;
4139
+ .xl\:tsystem-ai_flex-end {
4140
+ align-items: flex-end;
4121
4141
  }
4122
4142
 
4123
4143
  .xl\:tsystem-lh_16px {
@@ -4235,6 +4255,12 @@
4235
4255
  .xl\:tsystem-min-w_900px {
4236
4256
  min-width: 900px;
4237
4257
  }
4258
+ }
4259
+
4260
+ @media screen and (max-width: 87.4975rem) {
4261
+ .tsystem-show_1\.5xl {
4262
+ display: none;
4263
+ }
4238
4264
  }
4239
4265
 
4240
4266
  @media (hover: hover) and (pointer: fine) {
@@ -4463,12 +4489,6 @@
4463
4489
  .supportHover\:enabled\:tsystem-fill_icon\.intent\.action\.hover:enabled:hover {
4464
4490
  fill: var(--Tight-colors-icon-intent-action-hover);
4465
4491
  }
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
- }
4472
4492
  }
4473
4493
 
4474
4494
  @media (hover: hover) and (pointer: fine) {
@@ -4499,6 +4519,12 @@
4499
4519
  .supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.warning\.hover:not(:disabled, [disabled], [data-disabled]):hover {
4500
4520
  background-color: var(--Tight-colors-surface-intent-warning-hover);
4501
4521
  }
4522
+ }
4523
+
4524
+ @media (hover: hover) and (pointer: fine) {
4525
+ .supportHover\:\[\&\[data-is-checked\=\'false\'\]\]\:tsystem-bg-c_surface\.background\.hover[data-is-checked='false']:hover {
4526
+ background-color: var(--Tight-colors-surface-background-hover);
4527
+ }
4502
4528
  }
4503
4529
 
4504
4530
  @media (hover: hover) and (pointer: fine) {