@tight-embedded/react 1.1.0 → 1.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
@@ -129,7 +129,7 @@
129
129
  --Tight-radii-md: 2px;
130
130
  --Tight-radii-lg: 4px;
131
131
  --Tight-borderWidths-sm: 0.5px;
132
- --Tight-borderWidths-md: 0.75px;
132
+ --Tight-borderWidths-md: 1px;
133
133
  --Tight-borderWidths-lg: 1px;
134
134
  --Tight-borderWidths-xl: 2px;
135
135
  --Tight-animations-appear-instant: 0.25s linear fade-in;
@@ -351,6 +351,10 @@
351
351
  padding: 6px;
352
352
  }
353
353
 
354
+ .tsystem-bd_\{borderWidths\.md\}_solid_transparent {
355
+ border: var(--Tight-borderWidths-md) solid transparent;
356
+ }
357
+
354
358
  .tsystem-p_15px {
355
359
  padding: 15px;
356
360
  }
@@ -431,10 +435,6 @@
431
435
  border: 1px solid var(--Tight-colors-border-intent-action);
432
436
  }
433
437
 
434
- .tsystem-bd_\{borderWidths\.md\}_solid_transparent {
435
- border: var(--Tight-borderWidths-md) solid transparent;
436
- }
437
-
438
438
  .tsystem-bd_1px_solid_\{colors\.border\.intent\.warning\} {
439
439
  border: 1px solid var(--Tight-colors-border-intent-warning);
440
440
  }
@@ -507,6 +507,14 @@
507
507
  margin: 0 auto;
508
508
  }
509
509
 
510
+ .tsystem-m_15px {
511
+ margin: 15px;
512
+ }
513
+
514
+ .tsystem-p_10px_20px {
515
+ padding: 10px 20px;
516
+ }
517
+
510
518
  .tsystem-p_8px {
511
519
  padding: 8px;
512
520
  }
@@ -551,6 +559,10 @@
551
559
  padding: 25px;
552
560
  }
553
561
 
562
+ .tsystem-bd_\{borderWidths\.lg\}_solid_\{colors\.border\.layout\} {
563
+ border: var(--Tight-borderWidths-lg) solid var(--Tight-colors-border-layout);
564
+ }
565
+
554
566
  .tsystem-p_5 {
555
567
  padding: 5px;
556
568
  }
@@ -636,6 +648,10 @@
636
648
  border-color: var(--Tight-colors-border-intent-action);
637
649
  }
638
650
 
651
+ .tsystem-bd-c_border\.intent\.success {
652
+ border-color: var(--Tight-colors-border-intent-success);
653
+ }
654
+
639
655
  .tsystem-bd-c_border\.intent\.danger {
640
656
  border-color: var(--Tight-colors-border-intent-danger);
641
657
  }
@@ -680,6 +696,10 @@
680
696
  border-color: var(--Tight-colors-border-intent-primary);
681
697
  }
682
698
 
699
+ .tsystem-bdr_999px {
700
+ border-radius: 999px;
701
+ }
702
+
683
703
  .tsystem-gap_26px {
684
704
  gap: 26px;
685
705
  }
@@ -732,10 +752,6 @@
732
752
  flex: 1 1 0%;
733
753
  }
734
754
 
735
- .tsystem-bd-c_border\.intent\.success {
736
- border-color: var(--Tight-colors-border-intent-success);
737
- }
738
-
739
755
  .tsystem-bg-p_100\%_0 {
740
756
  background-position: 100% 0;
741
757
  }
@@ -776,8 +792,8 @@
776
792
  gap: 9px;
777
793
  }
778
794
 
779
- .tsystem-bd-t_\{borderWidths\.md\}_solid {
780
- border-top: var(--Tight-borderWidths-md) solid;
795
+ .tsystem-bd-t_\{colors\.border\.layout\.strong\}_\{borderWidths\.md\}_solid {
796
+ border-top: var(--Tight-colors-border-layout-strong) var(--Tight-borderWidths-md) solid;
781
797
  }
782
798
 
783
799
  .tsystem-bd-b_\{borderWidths\.md\}_solid {
@@ -804,6 +820,22 @@
804
820
  border-color: strong;
805
821
  }
806
822
 
823
+ .tsystem-place-self_center {
824
+ place-self: center;
825
+ }
826
+
827
+ .tsystem-mx_15px {
828
+ margin-inline: 15px;
829
+ }
830
+
831
+ .tsystem-gap_12px {
832
+ gap: 12px;
833
+ }
834
+
835
+ .tsystem-my_20px {
836
+ margin-block: 20px;
837
+ }
838
+
807
839
  .tsystem-bd-w_sm {
808
840
  border-width: var(--Tight-borderWidths-sm);
809
841
  }
@@ -816,14 +848,6 @@
816
848
  gap: 10px;
817
849
  }
818
850
 
819
- .tsystem-gap_12px {
820
- gap: 12px;
821
- }
822
-
823
- .tsystem-bdr_999px {
824
- border-radius: 999px;
825
- }
826
-
827
851
  .tsystem-flex_1_0_0 {
828
852
  flex: 1 0 0;
829
853
  }
@@ -836,10 +860,6 @@
836
860
  overflow: auto;
837
861
  }
838
862
 
839
- .tsystem-tw_wrap {
840
- text-wrap: wrap;
841
- }
842
-
843
863
  .tsystem-gap_16 {
844
864
  gap: 16px;
845
865
  }
@@ -880,6 +900,18 @@
880
900
  gap: 30px;
881
901
  }
882
902
 
903
+ .tsystem-flex_1_1_100\% {
904
+ flex: 1 1 100%;
905
+ }
906
+
907
+ .tsystem-bd-b_\{borderWidths\.lg\}_solid_\{colors\.border\.layout\.strong\} {
908
+ border-bottom: var(--Tight-borderWidths-lg) solid var(--Tight-colors-border-layout-strong);
909
+ }
910
+
911
+ .tsystem-ov_scroll {
912
+ overflow: scroll;
913
+ }
914
+
883
915
  .tsystem-gap_6px {
884
916
  gap: 6px;
885
917
  }
@@ -932,6 +964,18 @@
932
964
  font-weight: var(--Tight-fontWeights-sm);
933
965
  }
934
966
 
967
+ .tsystem-bx-sh_0_0_0_0_transparent {
968
+ box-shadow: 0 0 0 0 transparent;
969
+ }
970
+
971
+ .tsystem-pos_relative {
972
+ position: relative;
973
+ }
974
+
975
+ .tsystem-c_icon\.base {
976
+ color: var(--Tight-colors-icon-base);
977
+ }
978
+
935
979
  .tsystem-bg-c_brand\.primary {
936
980
  background-color: var(--Tight-colors-brand-primary);
937
981
  }
@@ -968,10 +1012,6 @@
968
1012
  flex-direction: column;
969
1013
  }
970
1014
 
971
- .tsystem-pos_relative {
972
- position: relative;
973
- }
974
-
975
1015
  .tsystem-pos_sticky {
976
1016
  position: sticky;
977
1017
  }
@@ -1044,6 +1084,18 @@
1044
1084
  flex-direction: column-reverse;
1045
1085
  }
1046
1086
 
1087
+ .tsystem-pos_absolute {
1088
+ position: absolute;
1089
+ }
1090
+
1091
+ .tsystem-bg-c_surface\.intent\.warning {
1092
+ background-color: var(--Tight-colors-surface-intent-warning);
1093
+ }
1094
+
1095
+ .tsystem-bx-sh_0_0_0_1px_\{colors\.border\.intent\.warning\} {
1096
+ box-shadow: 0 0 0 1px var(--Tight-colors-border-intent-warning);
1097
+ }
1098
+
1047
1099
  .tsystem-scr-bar-w_thin {
1048
1100
  scrollbar-width: thin;
1049
1101
  }
@@ -1080,14 +1132,6 @@
1080
1132
  text-align: center;
1081
1133
  }
1082
1134
 
1083
- .tsystem-white-space_normal {
1084
- white-space: normal;
1085
- }
1086
-
1087
- .tsystem-ov-wrap_break-word {
1088
- overflow-wrap: break-word;
1089
- }
1090
-
1091
1135
  .tsystem-pos_fixed {
1092
1136
  position: fixed;
1093
1137
  }
@@ -1096,18 +1140,6 @@
1096
1140
  background-color: var(--Tight-colors-overlay);
1097
1141
  }
1098
1142
 
1099
- .tsystem-white-space_wrap {
1100
- white-space: wrap;
1101
- }
1102
-
1103
- .tsystem-tov_wrap {
1104
- text-overflow: wrap;
1105
- }
1106
-
1107
- .tsystem-pos_absolute {
1108
- position: absolute;
1109
- }
1110
-
1111
1143
  .tsystem-bg-c_surface\.background {
1112
1144
  background-color: var(--Tight-colors-surface-background);
1113
1145
  }
@@ -1216,14 +1248,6 @@
1216
1248
  background-color: var(--Tight-colors-surface-intent-danger);
1217
1249
  }
1218
1250
 
1219
- .tsystem-bx-sh_0_0_0_0_transparent {
1220
- box-shadow: 0 0 0 0 transparent;
1221
- }
1222
-
1223
- .tsystem-c_icon\.base {
1224
- color: var(--Tight-colors-icon-base);
1225
- }
1226
-
1227
1251
  .tsystem-c_typography\.intent\.success {
1228
1252
  color: var(--Tight-colors-typography-intent-success);
1229
1253
  }
@@ -1236,10 +1260,6 @@
1236
1260
  color: var(--Tight-colors-typography-intent-warning);
1237
1261
  }
1238
1262
 
1239
- .tsystem-bg-c_surface\.intent\.warning {
1240
- background-color: var(--Tight-colors-surface-intent-warning);
1241
- }
1242
-
1243
1263
  .tsystem-jc_flex-start {
1244
1264
  justify-content: flex-start;
1245
1265
  }
@@ -1264,6 +1284,10 @@
1264
1284
  background-color: yellow;
1265
1285
  }
1266
1286
 
1287
+ .tsystem-ov-wrap_break-word {
1288
+ overflow-wrap: break-word;
1289
+ }
1290
+
1267
1291
  .tsystem-bg-c_border\.layout\.strong {
1268
1292
  background-color: var(--Tight-colors-border-layout-strong);
1269
1293
  }
@@ -1350,6 +1374,18 @@
1350
1374
  color: var(--Tight-colors-typography-label);
1351
1375
  }
1352
1376
 
1377
+ .tsystem-white-space_normal {
1378
+ white-space: normal;
1379
+ }
1380
+
1381
+ .tsystem-ta_left {
1382
+ text-align: left;
1383
+ }
1384
+
1385
+ .tsystem-ta_start {
1386
+ text-align: start;
1387
+ }
1388
+
1353
1389
  .tsystem-fw_label\.sub {
1354
1390
  font-weight: var(--Tight-fontWeights-label-sub);
1355
1391
  }
@@ -1390,6 +1426,10 @@
1390
1426
  font-size: 7em;
1391
1427
  }
1392
1428
 
1429
+ .tsystem-fs_10em {
1430
+ font-size: 10em;
1431
+ }
1432
+
1393
1433
  .tsystem-fw_body {
1394
1434
  font-weight: var(--Tight-fontWeights-body);
1395
1435
  }
@@ -1506,14 +1546,22 @@
1506
1546
  color: var(--Tight-colors-money-positive);
1507
1547
  }
1508
1548
 
1509
- .tsystem-ta_start {
1510
- text-align: start;
1511
- }
1512
-
1513
1549
  .tsystem-bd-be-w_var\(--thickness\) {
1514
1550
  border-block-end-width: var(--thickness);
1515
1551
  }
1516
1552
 
1553
+ .tsystem-grid-tc_100\% {
1554
+ grid-template-columns: 100%;
1555
+ }
1556
+
1557
+ .tsystem-rg_25px {
1558
+ row-gap: 25px;
1559
+ }
1560
+
1561
+ .tsystem-trf_rotate\(90deg\) {
1562
+ transform: rotate(90deg);
1563
+ }
1564
+
1517
1565
  .tsystem-fs_26px {
1518
1566
  font-size: 26px;
1519
1567
  }
@@ -1536,18 +1584,6 @@
1536
1584
  display: none;
1537
1585
  }
1538
1586
 
1539
- .tsystem-bx-sh_0_0_0_1px_\{colors\.border\.intent\.warning\} {
1540
- box-shadow: 0 0 0 1px var(--Tight-colors-border-intent-warning);
1541
- }
1542
-
1543
- .tsystem-d_inline-block {
1544
- display: inline-block;
1545
- }
1546
-
1547
- .tsystem-stk_icon\.base {
1548
- stroke: var(--Tight-colors-icon-base);
1549
- }
1550
-
1551
1587
  .tsystem-stk_icon\.base\.weak {
1552
1588
  stroke: var(--Tight-colors-icon-base-weak);
1553
1589
  }
@@ -1556,6 +1592,10 @@
1556
1592
  line-height: 14px;
1557
1593
  }
1558
1594
 
1595
+ .tsystem-stk_icon\.base {
1596
+ stroke: var(--Tight-colors-icon-base);
1597
+ }
1598
+
1559
1599
  .tsystem-c_icon\.accent\.danger {
1560
1600
  color: var(--Tight-colors-icon-accent-danger);
1561
1601
  }
@@ -1606,10 +1646,6 @@
1606
1646
  font-weight: normal;
1607
1647
  }
1608
1648
 
1609
- .tsystem-ta_left {
1610
- text-align: left;
1611
- }
1612
-
1613
1649
  .tsystem-text-align-last_initial {
1614
1650
  text-align-last: initial;
1615
1651
  }
@@ -1691,10 +1727,18 @@
1691
1727
  justify-content: right;
1692
1728
  }
1693
1729
 
1730
+ .tsystem-white-space_wrap {
1731
+ white-space: wrap;
1732
+ }
1733
+
1694
1734
  .tsystem-c_inherit {
1695
1735
  color: var(--Tight-colors-inherit);
1696
1736
  }
1697
1737
 
1738
+ .tsystem-bg-c_surface\.intent\.action\.discrete\.active {
1739
+ background-color: var(--Tight-colors-surface-intent-action-discrete-active);
1740
+ }
1741
+
1698
1742
  .tsystem-max-w_100\% {
1699
1743
  max-width: 100%;
1700
1744
  }
@@ -1703,10 +1747,6 @@
1703
1747
  margin-top: 15px;
1704
1748
  }
1705
1749
 
1706
- .tsystem-max-w_512px {
1707
- max-width: 512px;
1708
- }
1709
-
1710
1750
  .tsystem-ov-y_auto {
1711
1751
  overflow-y: auto;
1712
1752
  }
@@ -1783,6 +1823,30 @@
1783
1823
  max-width: 325px;
1784
1824
  }
1785
1825
 
1826
+ .tsystem-top_-1 {
1827
+ top: -1px;
1828
+ }
1829
+
1830
+ .tsystem-right_-1 {
1831
+ right: -1px;
1832
+ }
1833
+
1834
+ .tsystem-w_10 {
1835
+ width: 10px;
1836
+ }
1837
+
1838
+ .tsystem-h_10 {
1839
+ height: 10px;
1840
+ }
1841
+
1842
+ .tsystem-w_25px {
1843
+ width: 25px;
1844
+ }
1845
+
1846
+ .tsystem-h_25px {
1847
+ height: 25px;
1848
+ }
1849
+
1786
1850
  .tsystem-ov-x_hidden {
1787
1851
  overflow-x: hidden;
1788
1852
  }
@@ -1879,6 +1943,10 @@
1879
1943
  min-width: 100%;
1880
1944
  }
1881
1945
 
1946
+ .tsystem-min-w_128px {
1947
+ min-width: 128px;
1948
+ }
1949
+
1882
1950
  .tsystem-w_0 {
1883
1951
  width: 0;
1884
1952
  }
@@ -2087,6 +2155,38 @@
2087
2155
  padding-right: 15px;
2088
2156
  }
2089
2157
 
2158
+ .tsystem-w_fill-parent {
2159
+ width: fill-parent;
2160
+ }
2161
+
2162
+ .tsystem-pr_10px {
2163
+ padding-right: 10px;
2164
+ }
2165
+
2166
+ .tsystem-max-w_300px {
2167
+ max-width: 300px;
2168
+ }
2169
+
2170
+ .tsystem-max-w_auto {
2171
+ max-width: auto;
2172
+ }
2173
+
2174
+ .tsystem-mb_5px {
2175
+ margin-bottom: 5px;
2176
+ }
2177
+
2178
+ .tsystem-h_45px {
2179
+ height: 45px;
2180
+ }
2181
+
2182
+ .tsystem-mb_8px {
2183
+ margin-bottom: 8px;
2184
+ }
2185
+
2186
+ .tsystem-mb_20px {
2187
+ margin-bottom: 20px;
2188
+ }
2189
+
2090
2190
  .tsystem-bottom_-25px {
2091
2191
  bottom: -25px;
2092
2192
  }
@@ -2119,22 +2219,6 @@
2119
2219
  padding-right: 5px;
2120
2220
  }
2121
2221
 
2122
- .tsystem-top_-1 {
2123
- top: -1px;
2124
- }
2125
-
2126
- .tsystem-right_-1 {
2127
- right: -1px;
2128
- }
2129
-
2130
- .tsystem-w_10 {
2131
- width: 10px;
2132
- }
2133
-
2134
- .tsystem-h_10 {
2135
- height: 10px;
2136
- }
2137
-
2138
2222
  .tsystem-h_35px {
2139
2223
  height: 35px;
2140
2224
  }
@@ -2167,10 +2251,6 @@
2167
2251
  height: 14px;
2168
2252
  }
2169
2253
 
2170
- .tsystem-h_25px {
2171
- height: 25px;
2172
- }
2173
-
2174
2254
  .tsystem-max-w_200px {
2175
2255
  max-width: 200px;
2176
2256
  }
@@ -2287,18 +2367,10 @@
2287
2367
  height: fit-content;
2288
2368
  }
2289
2369
 
2290
- .tsystem-w_600px {
2291
- width: 600px;
2292
- }
2293
-
2294
2370
  .tsystem-min-h_200px {
2295
2371
  min-height: 200px;
2296
2372
  }
2297
2373
 
2298
- .tsystem-pr_10px {
2299
- padding-right: 10px;
2300
- }
2301
-
2302
2374
  .tsystem-pt_4px {
2303
2375
  padding-top: 4px;
2304
2376
  }
@@ -2331,6 +2403,10 @@
2331
2403
  margin-bottom: 10px;
2332
2404
  }
2333
2405
 
2406
+ .tsystem-w_342px {
2407
+ width: 342px;
2408
+ }
2409
+
2334
2410
  .tsystem-h_16 {
2335
2411
  height: 16px;
2336
2412
  }
@@ -2379,10 +2455,6 @@
2379
2455
  margin-top: 35px;
2380
2456
  }
2381
2457
 
2382
- .tsystem-mb_20px {
2383
- margin-bottom: 20px;
2384
- }
2385
-
2386
2458
  .tsystem-pt_10px {
2387
2459
  padding-top: 10px;
2388
2460
  }
@@ -2415,7 +2487,19 @@
2415
2487
  margin-left: auto;
2416
2488
  }
2417
2489
 
2418
- .\[\&\[data-haserror\=\'true\'\]\]\:tsystem-bd_\{borderWidths\.lg\}_solid[data-haserror='true'],.\[\&\[data-selected\=\'true\'\]\]\:tsystem-bd_\{borderWidths\.lg\}_solid[data-selected='true'] {
2490
+ .tsystem-w_150 {
2491
+ width: 150px;
2492
+ }
2493
+
2494
+ .tsystem-min-w_150 {
2495
+ min-width: 150px;
2496
+ }
2497
+
2498
+ .\[\&\[data-haserror\=\'true\'\]\]\:tsystem-bd_\{borderWidths\.lg\}_solid[data-haserror='true'] {
2499
+ border: var(--Tight-borderWidths-lg) solid;
2500
+ }
2501
+
2502
+ .\[\&\[data-selected\=\'true\'\]\]\:tsystem-bd_\{borderWidths\.lg\}_solid[data-selected='true'] {
2419
2503
  border: var(--Tight-borderWidths-lg) solid;
2420
2504
  }
2421
2505
 
@@ -2455,7 +2539,12 @@
2455
2539
  border-radius: 50%;
2456
2540
  }
2457
2541
 
2458
- .\[\&\[data-focused\=\'true\'\]\]\:tsystem-ring_none[data-focused='true'],.\[\&_\.recharts-surface\]\:tsystem-ring_none .recharts-surface {
2542
+ .\[\&\[data-focused\=\'true\'\]\]\:tsystem-ring_none[data-focused='true'] {
2543
+ outline: 2px solid transparent;
2544
+ outline-offset: 2px;
2545
+ }
2546
+
2547
+ .\[\&_\.recharts-surface\]\:tsystem-ring_none .recharts-surface {
2459
2548
  outline: 2px solid transparent;
2460
2549
  outline-offset: 2px;
2461
2550
  }
@@ -2476,6 +2565,10 @@
2476
2565
  color: var(--Tight-colors-typography-intent-secondary);
2477
2566
  }
2478
2567
 
2568
+ .\[\&\:disabled\]\:tsystem-cursor_default:disabled {
2569
+ cursor: default;
2570
+ }
2571
+
2479
2572
  .\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.base .Tight-sub-label {
2480
2573
  color: var(--Tight-colors-typography-base);
2481
2574
  }
@@ -2532,10 +2625,6 @@
2532
2625
  color: var(--Tight-colors-typography-intent-danger);
2533
2626
  }
2534
2627
 
2535
- .\[\&\:disabled\]\:tsystem-cursor_default:disabled {
2536
- cursor: default;
2537
- }
2538
-
2539
2628
  .\[\&\:\:before\]\:tsystem-content_\'\'::before {
2540
2629
  content: '';
2541
2630
  }
@@ -2935,6 +3024,14 @@
2935
3024
  bottom: 0;
2936
3025
  }
2937
3026
 
3027
+ .hover\:tsystem-bg-c_surface\.intent\.action\.discrete\.hover:is(:hover, [data-hover]) {
3028
+ background-color: var(--Tight-colors-surface-intent-action-discrete-hover);
3029
+ }
3030
+
3031
+ .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bd-c_transparent:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bd-c_transparent[data-active='true']:enabled {
3032
+ border-color: var(--Tight-colors-transparent);
3033
+ }
3034
+
2938
3035
  .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bd-c_border\.intent\.action\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bd-c_border\.intent\.action\.active[data-active='true']:enabled {
2939
3036
  border-color: var(--Tight-colors-border-intent-action-active);
2940
3037
  }
@@ -2943,10 +3040,6 @@
2943
3040
  border-color: var(--Tight-colors-border-intent-danger-active);
2944
3041
  }
2945
3042
 
2946
- .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bd-c_transparent:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bd-c_transparent[data-active='true']:enabled {
2947
- border-color: var(--Tight-colors-transparent);
2948
- }
2949
-
2950
3043
  .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bd-c_border\.intent\.primary\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bd-c_border\.intent\.primary\.active[data-active='true']:enabled {
2951
3044
  border-color: var(--Tight-colors-border-intent-primary-active);
2952
3045
  }
@@ -2963,14 +3056,6 @@
2963
3056
  background-color: var(--Tight-colors-surface-intent-action-discrete-active);
2964
3057
  }
2965
3058
 
2966
- .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.action\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.action\.active[data-active='true']:enabled {
2967
- background-color: var(--Tight-colors-surface-intent-action-active);
2968
- }
2969
-
2970
- .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.danger\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.danger\.active[data-active='true']:enabled {
2971
- background-color: var(--Tight-colors-surface-intent-danger-active);
2972
- }
2973
-
2974
3059
  .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-c_icon\.intent\.action\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-c_icon\.intent\.action\.active[data-active='true']:enabled {
2975
3060
  color: var(--Tight-colors-icon-intent-action-active);
2976
3061
  }
@@ -2979,6 +3064,14 @@
2979
3064
  fill: var(--Tight-colors-icon-intent-action-active);
2980
3065
  }
2981
3066
 
3067
+ .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.action\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.action\.active[data-active='true']:enabled {
3068
+ background-color: var(--Tight-colors-surface-intent-action-active);
3069
+ }
3070
+
3071
+ .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.danger\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.danger\.active[data-active='true']:enabled {
3072
+ background-color: var(--Tight-colors-surface-intent-danger-active);
3073
+ }
3074
+
2982
3075
  .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.primary\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.primary\.active[data-active='true']:enabled {
2983
3076
  background-color: var(--Tight-colors-surface-intent-primary-active);
2984
3077
  }
@@ -3076,6 +3169,14 @@
3076
3169
  gap: 0;
3077
3170
  }
3078
3171
 
3172
+ .sm\:tsystem-place-self_flex-start {
3173
+ place-self: flex-start;
3174
+ }
3175
+
3176
+ .sm\:tsystem-place-self_flex-end {
3177
+ place-self: flex-end;
3178
+ }
3179
+
3079
3180
  .sm\:tsystem-flex-d_row {
3080
3181
  flex-direction: row;
3081
3182
  }
@@ -3120,6 +3221,30 @@
3120
3221
  font-size: var(--Tight-fontSizes-label-strongSub);
3121
3222
  }
3122
3223
 
3224
+ .sm\:tsystem-grid-tc_300px_auto_300px {
3225
+ grid-template-columns: 300px auto 300px;
3226
+ }
3227
+
3228
+ .sm\:tsystem-ai_flex-start {
3229
+ align-items: flex-start;
3230
+ }
3231
+
3232
+ .sm\:tsystem-ai_flex-end {
3233
+ align-items: flex-end;
3234
+ }
3235
+
3236
+ .sm\:tsystem-trf_none {
3237
+ transform: none;
3238
+ }
3239
+
3240
+ .sm\:tsystem-jc_center {
3241
+ justify-content: center;
3242
+ }
3243
+
3244
+ .sm\:tsystem-jc_flex-end {
3245
+ justify-content: flex-end;
3246
+ }
3247
+
3123
3248
  .sm\:tsystem-left_auto {
3124
3249
  left: auto;
3125
3250
  }
@@ -3140,6 +3265,10 @@
3140
3265
  min-width: 512px;
3141
3266
  }
3142
3267
 
3268
+ .sm\:tsystem-max-w_512px {
3269
+ max-width: 512px;
3270
+ }
3271
+
3143
3272
  .sm\:tsystem-w_100dvw {
3144
3273
  width: 100dvw;
3145
3274
  }
@@ -3179,173 +3308,277 @@
3179
3308
  .sm\:tsystem-h_60px {
3180
3309
  height: 60px;
3181
3310
  }
3311
+
3312
+ .sm\:tsystem-max-w_300 {
3313
+ max-width: 300px;
3314
+ }
3315
+
3316
+ .sm\:tsystem-min-w_600px {
3317
+ min-width: 600px;
3318
+ }
3319
+
3320
+ .sm\:tsystem-max-w_900px {
3321
+ max-width: 900px;
3322
+ }
3323
+ }
3324
+
3325
+ @media screen and (min-width: 53.125rem) {
3326
+ .md\:tsystem-flex_1_1_0 {
3327
+ flex: 1 1 0;
3328
+ }
3329
+
3330
+ .md\:tsystem-flex_0_0_342px {
3331
+ flex: 0 0 342px;
3332
+ }
3182
3333
  }
3183
3334
 
3184
3335
  @media (hover: hover) and (pointer: fine) {
3185
3336
  .supportHover\:notDisabled\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.secondary\.hover:not(:disabled, [disabled], [data-disabled]) .Tight-text:hover {
3186
3337
  color: var(--Tight-colors-typography-intent-secondary-hover);
3338
+ }
3187
3339
  }
3188
3340
 
3341
+ @media (hover: hover) and (pointer: fine) {
3189
3342
  .supportHover\:notDisabled\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.action\.hover:not(:disabled, [disabled], [data-disabled]) .Tight-text:hover {
3190
3343
  color: var(--Tight-colors-typography-intent-action-hover);
3344
+ }
3191
3345
  }
3192
3346
 
3347
+ @media (hover: hover) and (pointer: fine) {
3193
3348
  .supportHover\:notDisabled\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.danger\.hover:not(:disabled, [disabled], [data-disabled]) .Tight-text:hover {
3194
3349
  color: var(--Tight-colors-typography-intent-danger-hover);
3350
+ }
3195
3351
  }
3196
3352
 
3353
+ @media (hover: hover) and (pointer: fine) {
3197
3354
  .supportHover\:notDisabled\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.primary\.hover:not(:disabled, [disabled], [data-disabled]) .Tight-text:hover {
3198
3355
  color: var(--Tight-colors-typography-intent-primary-hover);
3356
+ }
3199
3357
  }
3200
3358
 
3359
+ @media (hover: hover) and (pointer: fine) {
3201
3360
  .supportHover\:notDisabled\:\[\&_path\]\:tsystem-stk_icon\.intent\.primary\.hover:not(:disabled, [disabled], [data-disabled]) path:hover {
3202
3361
  stroke: var(--Tight-colors-icon-intent-primary-hover);
3362
+ }
3203
3363
  }
3204
3364
 
3365
+ @media (hover: hover) and (pointer: fine) {
3205
3366
  .supportHover\:notDisabled\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.success\.hover:not(:disabled, [disabled], [data-disabled]) .Tight-text:hover {
3206
3367
  color: var(--Tight-colors-typography-intent-success-hover);
3368
+ }
3207
3369
  }
3208
3370
 
3371
+ @media (hover: hover) and (pointer: fine) {
3209
3372
  .supportHover\:notDisabled\:\[\&_path\]\:tsystem-stk_icon\.intent\.success\.hover:not(:disabled, [disabled], [data-disabled]) path:hover {
3210
3373
  stroke: var(--Tight-colors-icon-intent-success-hover);
3374
+ }
3211
3375
  }
3212
3376
 
3377
+ @media (hover: hover) and (pointer: fine) {
3213
3378
  .supportHover\:notDisabled\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.warning\.hover:not(:disabled, [disabled], [data-disabled]) .Tight-text:hover {
3214
3379
  color: var(--Tight-colors-typography-intent-warning-hover);
3380
+ }
3215
3381
  }
3216
3382
 
3383
+ @media (hover: hover) and (pointer: fine) {
3217
3384
  .supportHover\:notDisabled\:tsystem-bd_\{borderWidths\.lg\}_solid:not(:disabled, [disabled], [data-disabled]):hover {
3218
3385
  border: var(--Tight-borderWidths-lg) solid;
3386
+ }
3219
3387
  }
3220
3388
 
3389
+ @media (hover: hover) and (pointer: fine) {
3221
3390
  .supportHover\:notDisabled\:tsystem-bd-c_border\.layout:not(:disabled, [disabled], [data-disabled]):hover {
3222
3391
  border-color: var(--Tight-colors-border-layout);
3392
+ }
3223
3393
  }
3224
3394
 
3395
+ @media (hover: hover) and (pointer: fine) {
3396
+ .supportHover\:enabled\:tsystem-bd-c_border\.intent\.action\.hover:enabled:hover {
3397
+ border-color: var(--Tight-colors-border-intent-action-hover);
3398
+ }
3399
+ }
3400
+
3401
+ @media (hover: hover) and (pointer: fine) {
3225
3402
  .\[\&_\>_\.Tight-text\]\:supportHover\:tsystem-trs_color_100ms_ease-out > .Tight-text:hover {
3226
3403
  transition: color 100ms ease-out;
3404
+ }
3227
3405
  }
3228
3406
 
3407
+ @media (hover: hover) and (pointer: fine) {
3229
3408
  .\[\&_path\]\:supportHover\:tsystem-trs_stroke_100ms_ease-out path:hover {
3230
3409
  transition: stroke 100ms ease-out;
3410
+ }
3231
3411
  }
3232
3412
 
3413
+ @media (hover: hover) and (pointer: fine) {
3233
3414
  .supportHover\:notDisabled\:tsystem-bd-c_border\.intent\.action\.hover:not(:disabled, [disabled], [data-disabled]):hover {
3234
3415
  border-color: var(--Tight-colors-border-intent-action-hover);
3416
+ }
3235
3417
  }
3236
3418
 
3419
+ @media (hover: hover) and (pointer: fine) {
3237
3420
  .supportHover\:notDisabled\:tsystem-bd-c_border\.intent\.danger\.hover:not(:disabled, [disabled], [data-disabled]):hover {
3238
3421
  border-color: var(--Tight-colors-border-intent-danger-hover);
3239
3422
  }
3240
-
3241
- .supportHover\:enabled\:tsystem-bd-c_border\.intent\.action\.hover:enabled:hover {
3242
- border-color: var(--Tight-colors-border-intent-action-hover);
3243
3423
  }
3244
3424
 
3425
+ @media (hover: hover) and (pointer: fine) {
3245
3426
  .supportHover\:notDisabled\:tsystem-bd-c_border\.intent\.primary\.hover:not(:disabled, [disabled], [data-disabled]):hover {
3246
3427
  border-color: var(--Tight-colors-border-intent-primary-hover);
3428
+ }
3247
3429
  }
3248
3430
 
3431
+ @media (hover: hover) and (pointer: fine) {
3249
3432
  .supportHover\:notDisabled\:tsystem-bd-c_border\.intent\.success\.hover:not(:disabled, [disabled], [data-disabled]):hover {
3250
3433
  border-color: var(--Tight-colors-border-intent-success-hover);
3434
+ }
3251
3435
  }
3252
3436
 
3437
+ @media (hover: hover) and (pointer: fine) {
3253
3438
  .supportHover\:notDisabled\:tsystem-bd-c_border\.intent\.warning\.hover:not(:disabled, [disabled], [data-disabled]):hover {
3254
3439
  border-color: var(--Tight-colors-border-intent-warning-hover);
3440
+ }
3255
3441
  }
3256
3442
 
3443
+ @media (hover: hover) and (pointer: fine) {
3257
3444
  .\[\&_\.Tight-text\:\:after\]\:supportHover\:tsystem-trs_width_300ms_ease-out .Tight-text::after:hover {
3258
3445
  transition: width 300ms ease-out;
3446
+ }
3259
3447
  }
3260
3448
 
3449
+ @media (hover: hover) and (pointer: fine) {
3261
3450
  .supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.action\.discrete\.hover:not(:disabled, [disabled], [data-disabled]):hover {
3262
3451
  background-color: var(--Tight-colors-surface-intent-action-discrete-hover);
3452
+ }
3453
+ }
3454
+
3455
+ @media (hover: hover) and (pointer: fine) {
3456
+ .supportHover\:enabled\:tsystem-bg-c_surface\.intent\.action\.discrete\.hover:enabled:hover {
3457
+ background-color: var(--Tight-colors-surface-intent-action-discrete-hover);
3458
+ }
3459
+ }
3460
+
3461
+ @media (hover: hover) and (pointer: fine) {
3462
+ .supportHover\:enabled\:tsystem-c_icon\.intent\.action\.hover:enabled:hover {
3463
+ color: var(--Tight-colors-icon-intent-action-hover);
3464
+ }
3465
+ }
3466
+
3467
+ @media (hover: hover) and (pointer: fine) {
3468
+ .supportHover\:enabled\:tsystem-fill_icon\.intent\.action\.hover:enabled:hover {
3469
+ fill: var(--Tight-colors-icon-intent-action-hover);
3470
+ }
3263
3471
  }
3264
3472
 
3473
+ @media (hover: hover) and (pointer: fine) {
3265
3474
  .supportHover\:\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.secondary\.hover .Tight-sub-label:hover {
3266
3475
  color: var(--Tight-colors-typography-intent-secondary-hover);
3476
+ }
3267
3477
  }
3268
3478
 
3479
+ @media (hover: hover) and (pointer: fine) {
3269
3480
  .supportHover\:\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.secondary\.hover .Tight-medium-icon > path:hover {
3270
3481
  stroke: var(--Tight-colors-icon-intent-secondary-hover);
3482
+ }
3271
3483
  }
3272
3484
 
3485
+ @media (hover: hover) and (pointer: fine) {
3273
3486
  .supportHover\:\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.action\.hover .Tight-sub-label:hover {
3274
3487
  color: var(--Tight-colors-typography-intent-action-hover);
3488
+ }
3275
3489
  }
3276
3490
 
3491
+ @media (hover: hover) and (pointer: fine) {
3277
3492
  .supportHover\:\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.action\.hover .Tight-medium-icon > path:hover {
3278
3493
  stroke: var(--Tight-colors-icon-intent-action-hover);
3494
+ }
3279
3495
  }
3280
3496
 
3497
+ @media (hover: hover) and (pointer: fine) {
3281
3498
  .supportHover\:\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.success\.hover .Tight-sub-label:hover {
3282
3499
  color: var(--Tight-colors-typography-intent-success-hover);
3500
+ }
3283
3501
  }
3284
3502
 
3503
+ @media (hover: hover) and (pointer: fine) {
3285
3504
  .supportHover\:\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.success\.hover .Tight-medium-icon > path:hover {
3286
3505
  stroke: var(--Tight-colors-icon-intent-success-hover);
3506
+ }
3287
3507
  }
3288
3508
 
3509
+ @media (hover: hover) and (pointer: fine) {
3289
3510
  .supportHover\:\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.warning\.hover .Tight-sub-label:hover {
3290
3511
  color: var(--Tight-colors-typography-intent-warning-hover);
3512
+ }
3291
3513
  }
3292
3514
 
3515
+ @media (hover: hover) and (pointer: fine) {
3293
3516
  .supportHover\:\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.warning\.hover .Tight-medium-icon > path:hover {
3294
3517
  stroke: var(--Tight-colors-icon-intent-warning-hover);
3518
+ }
3295
3519
  }
3296
3520
 
3521
+ @media (hover: hover) and (pointer: fine) {
3297
3522
  .supportHover\:\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.danger\.hover .Tight-sub-label:hover {
3298
3523
  color: var(--Tight-colors-typography-intent-danger-hover);
3524
+ }
3299
3525
  }
3300
3526
 
3527
+ @media (hover: hover) and (pointer: fine) {
3301
3528
  .supportHover\:\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.danger\.hover .Tight-medium-icon > path:hover {
3302
3529
  stroke: var(--Tight-colors-icon-intent-danger-hover);
3530
+ }
3303
3531
  }
3304
3532
 
3533
+ @media (hover: hover) and (pointer: fine) {
3305
3534
  .supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.action\.hover:not(:disabled, [disabled], [data-disabled]):hover {
3306
3535
  background-color: var(--Tight-colors-surface-intent-action-hover);
3536
+ }
3307
3537
  }
3308
3538
 
3539
+ @media (hover: hover) and (pointer: fine) {
3309
3540
  .supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.danger\.hover:not(:disabled, [disabled], [data-disabled]):hover {
3310
3541
  background-color: var(--Tight-colors-surface-intent-danger-hover);
3311
3542
  }
3312
-
3313
- .supportHover\:enabled\:tsystem-bg-c_surface\.intent\.action\.discrete\.hover:enabled:hover {
3314
- background-color: var(--Tight-colors-surface-intent-action-discrete-hover);
3315
- }
3316
-
3317
- .supportHover\:enabled\:tsystem-c_icon\.intent\.action\.hover:enabled:hover {
3318
- color: var(--Tight-colors-icon-intent-action-hover);
3319
- }
3320
-
3321
- .supportHover\:enabled\:tsystem-fill_icon\.intent\.action\.hover:enabled:hover {
3322
- fill: var(--Tight-colors-icon-intent-action-hover);
3323
3543
  }
3324
3544
 
3545
+ @media (hover: hover) and (pointer: fine) {
3325
3546
  .supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.primary\.hover:not(:disabled, [disabled], [data-disabled]):hover {
3326
3547
  background-color: var(--Tight-colors-surface-intent-primary-hover);
3548
+ }
3327
3549
  }
3328
3550
 
3551
+ @media (hover: hover) and (pointer: fine) {
3329
3552
  .supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.success\.hover:not(:disabled, [disabled], [data-disabled]):hover {
3330
3553
  background-color: var(--Tight-colors-surface-intent-success-hover);
3554
+ }
3331
3555
  }
3332
3556
 
3557
+ @media (hover: hover) and (pointer: fine) {
3333
3558
  .supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.warning\.hover:not(:disabled, [disabled], [data-disabled]):hover {
3334
3559
  background-color: var(--Tight-colors-surface-intent-warning-hover);
3560
+ }
3335
3561
  }
3336
3562
 
3563
+ @media (hover: hover) and (pointer: fine) {
3337
3564
  .supportHover\:\[\&\[data-is-checked\=\'false\'\]\]\:tsystem-bg-c_surface\.background\.hover[data-is-checked='false']:hover {
3338
3565
  background-color: var(--Tight-colors-surface-background-hover);
3566
+ }
3339
3567
  }
3340
3568
 
3569
+ @media (hover: hover) and (pointer: fine) {
3341
3570
  .\[\&\[data-state\=\'closed\'\]\[data-disablehover\=\'false\'\]\]\:supportHover\:tsystem-bg-c_surface\.intent\.action\.discrete\.hover[data-state='closed'][data-disablehover='false']:hover {
3342
3571
  background-color: var(--Tight-colors-surface-intent-action-discrete-hover);
3572
+ }
3343
3573
  }
3344
3574
 
3575
+ @media (hover: hover) and (pointer: fine) {
3345
3576
  .\[\&_\.Tight-medium-icon_\>_path\]\:supportHover\:tsystem-stk_typography\.intent\.action\.hover .Tight-medium-icon > path:hover {
3346
3577
  stroke: var(--Tight-colors-typography-intent-action-hover);
3578
+ }
3347
3579
  }
3348
3580
 
3581
+ @media (hover: hover) and (pointer: fine) {
3349
3582
  .\[\&_\.Tight-text\:\:after\]\:supportHover\:tsystem-w_100\% .Tight-text::after:hover {
3350
3583
  width: 100%;
3351
3584
  }
@@ -3366,84 +3599,124 @@
3366
3599
  @media (hover: hover) and (pointer: fine) {
3367
3600
  .supportHover\:tsystem-bg_surface\.intent\.secondary\.hover:hover {
3368
3601
  background: var(--Tight-colors-surface-intent-secondary-hover);
3602
+ }
3369
3603
  }
3370
3604
 
3605
+ @media (hover: hover) and (pointer: fine) {
3371
3606
  .supportHover\:tsystem-bg_surface\.intent\.action\.hover:hover {
3372
3607
  background: var(--Tight-colors-surface-intent-action-hover);
3608
+ }
3373
3609
  }
3374
3610
 
3611
+ @media (hover: hover) and (pointer: fine) {
3375
3612
  .supportHover\:tsystem-bg_surface\.intent\.success\.hover:hover {
3376
3613
  background: var(--Tight-colors-surface-intent-success-hover);
3614
+ }
3377
3615
  }
3378
3616
 
3617
+ @media (hover: hover) and (pointer: fine) {
3379
3618
  .supportHover\:tsystem-bg_surface\.intent\.warning\.hover:hover {
3380
3619
  background: var(--Tight-colors-surface-intent-warning-hover);
3620
+ }
3381
3621
  }
3382
3622
 
3623
+ @media (hover: hover) and (pointer: fine) {
3383
3624
  .supportHover\:tsystem-bg_surface\.intent\.danger\.hover:hover {
3384
3625
  background: var(--Tight-colors-surface-intent-danger-hover);
3626
+ }
3385
3627
  }
3386
3628
 
3629
+ @media (hover: hover) and (pointer: fine) {
3387
3630
  .supportHover\:tsystem-bd_\{borderWidths\.lg\}_solid:hover {
3388
3631
  border: var(--Tight-borderWidths-lg) solid;
3632
+ }
3389
3633
  }
3390
3634
 
3635
+ @media (hover: hover) and (pointer: fine) {
3391
3636
  .supportHover\:tsystem-trs_background_100ms_ease-out\,_background-color_100ms_ease-out\,_border-color_100ms_ease-out\,_box-shadow_0ms:hover {
3392
3637
  transition: background 100ms ease-out, background-color 100ms ease-out, border-color 100ms ease-out, box-shadow 0ms;
3638
+ }
3393
3639
  }
3394
3640
 
3641
+ @media (hover: hover) and (pointer: fine) {
3395
3642
  .supportHover\:tsystem-trs_background_100ms_ease-out\,_box-shadow_0ms:hover {
3396
3643
  transition: background 100ms ease-out, box-shadow 0ms;
3644
+ }
3397
3645
  }
3398
3646
 
3647
+ @media (hover: hover) and (pointer: fine) {
3399
3648
  .supportHover\:tsystem-trs_color_100ms_ease-out:hover {
3400
3649
  transition: color 100ms ease-out;
3650
+ }
3401
3651
  }
3402
3652
 
3653
+ @media (hover: hover) and (pointer: fine) {
3403
3654
  .supportHover\:tsystem-bd-c_border\.intent\.secondary\.hover:hover {
3404
3655
  border-color: var(--Tight-colors-border-intent-secondary-hover);
3656
+ }
3405
3657
  }
3406
3658
 
3659
+ @media (hover: hover) and (pointer: fine) {
3407
3660
  .supportHover\:tsystem-bd-c_border\.intent\.action\.hover:hover {
3408
3661
  border-color: var(--Tight-colors-border-intent-action-hover);
3662
+ }
3409
3663
  }
3410
3664
 
3665
+ @media (hover: hover) and (pointer: fine) {
3411
3666
  .supportHover\:tsystem-bd-c_border\.intent\.success\.hover:hover {
3412
3667
  border-color: var(--Tight-colors-border-intent-success-hover);
3668
+ }
3413
3669
  }
3414
3670
 
3671
+ @media (hover: hover) and (pointer: fine) {
3415
3672
  .supportHover\:tsystem-bd-c_border\.intent\.warning\.hover:hover {
3416
3673
  border-color: var(--Tight-colors-border-intent-warning-hover);
3674
+ }
3417
3675
  }
3418
3676
 
3677
+ @media (hover: hover) and (pointer: fine) {
3419
3678
  .supportHover\:tsystem-bd-c_border\.intent\.danger\.hover:hover {
3420
3679
  border-color: var(--Tight-colors-border-intent-danger-hover);
3680
+ }
3421
3681
  }
3422
3682
 
3683
+ @media (hover: hover) and (pointer: fine) {
3423
3684
  .supportHover\:tsystem-bg-c_surface\.intent\.action\.hover:hover {
3424
3685
  background-color: var(--Tight-colors-surface-intent-action-hover);
3686
+ }
3425
3687
  }
3426
3688
 
3689
+ @media (hover: hover) and (pointer: fine) {
3427
3690
  .supportHover\:tsystem-bg-c_surface\.intent\.action\.discrete\.hover:hover {
3428
3691
  background-color: var(--Tight-colors-surface-intent-action-discrete-hover);
3692
+ }
3429
3693
  }
3430
3694
 
3695
+ @media (hover: hover) and (pointer: fine) {
3431
3696
  .supportHover\:tsystem-c_typography\.accent\.action:hover {
3432
3697
  color: var(--Tight-colors-typography-accent-action);
3698
+ }
3433
3699
  }
3434
3700
 
3701
+ @media (hover: hover) and (pointer: fine) {
3435
3702
  .supportHover\:tsystem-cursor_pointer:hover {
3436
3703
  cursor: pointer;
3704
+ }
3437
3705
  }
3438
3706
 
3707
+ @media (hover: hover) and (pointer: fine) {
3439
3708
  .supportHover\:tsystem-bg-c_brand\.primary:hover {
3440
3709
  background-color: var(--Tight-colors-brand-primary);
3710
+ }
3441
3711
  }
3442
3712
 
3713
+ @media (hover: hover) and (pointer: fine) {
3443
3714
  .supportHover\:tsystem-c_typography\.contrast:hover {
3444
3715
  color: var(--Tight-colors-typography-contrast);
3716
+ }
3445
3717
  }
3446
3718
 
3719
+ @media (hover: hover) and (pointer: fine) {
3447
3720
  .supportHover\:tsystem-c_typography\.intent\.action\.hover:hover {
3448
3721
  color: var(--Tight-colors-typography-intent-action-hover);
3449
3722
  }