@tight-embedded/react 6.0.0 → 6.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/235.css +446 -0
- package/dist/235.css.gz +0 -0
- package/dist/41.css +245 -0
- package/dist/41.css.gz +0 -0
- package/dist/fonts/G centra-book.otf +0 -0
- package/dist/fonts/G centra-book.otf.gz +0 -0
- package/dist/fonts/G centra-medium.otf +0 -0
- package/dist/fonts/G centra-medium.otf.gz +0 -0
- package/dist/fonts/gcentra-book.woff +0 -0
- package/dist/fonts/gcentra-book.woff.gz +0 -0
- package/dist/fonts/gcentra-book.woff2 +0 -0
- package/dist/fonts/gcentra-medium.woff +0 -0
- package/dist/fonts/gcentra-medium.woff.gz +0 -0
- package/dist/fonts/gcentra-medium.woff2 +0 -0
- package/dist/gcentra.css +25 -0
- package/dist/gcentra.css.gz +0 -0
- package/dist/index.css +170 -64
- package/dist/index.css.gz +0 -0
- package/dist/index.js +1 -1
- package/dist/index.js.gz +0 -0
- package/dist/index.js.map +1 -1
- package/dist/index.js.map.gz +0 -0
- package/package.json +1 -1
package/dist/gcentra.css
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*
|
|
4
|
+
* Font Family: G Centra
|
|
5
|
+
* Designed by: Unknown
|
|
6
|
+
*
|
|
7
|
+
* Font Styles:
|
|
8
|
+
* G Centra Book (400)
|
|
9
|
+
* G Centra Medium (500)
|
|
10
|
+
*
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
@font-face {
|
|
14
|
+
font-family: "G Centra";
|
|
15
|
+
src: url('./fonts/gcentra-book.woff') format('woff'), url('./fonts/gcentra-book.woff2') format('woff2'), url('./fonts/G centra-book.otf') format('opentype');
|
|
16
|
+
font-weight: 400;
|
|
17
|
+
font-style: normal;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
@font-face {
|
|
21
|
+
font-family: "G Centra";
|
|
22
|
+
src: url('./fonts/gcentra-medium.woff') format('woff'), url('./fonts/gcentra-medium.woff2') format('woff2'), url('./fonts/G centra-medium.otf') format('opentype');
|
|
23
|
+
font-weight: 500;
|
|
24
|
+
font-style: normal;
|
|
25
|
+
}
|
|
Binary file
|
package/dist/index.css
CHANGED
|
@@ -283,9 +283,11 @@
|
|
|
283
283
|
--Tight-colors-border-intent-action-disabled: var(--Tight-colors-border-layout);
|
|
284
284
|
--Tight-colors-money: var(--Tight-colors-typography-base);
|
|
285
285
|
--Tight-colors-money-positive: var(--Tight-colors-green700);
|
|
286
|
-
--Tight-colors-money-positive-weak: var(--Tight-colors-
|
|
286
|
+
--Tight-colors-money-positive-weak: var(--Tight-colors-green200);
|
|
287
|
+
--Tight-colors-money-positive-strong: var(--Tight-colors-green700);
|
|
287
288
|
--Tight-colors-money-negative: var(--Tight-colors-red700);
|
|
288
|
-
--Tight-colors-money-negative-weak: var(--Tight-colors-
|
|
289
|
+
--Tight-colors-money-negative-weak: var(--Tight-colors-red200);
|
|
290
|
+
--Tight-colors-money-negative-strong: var(--Tight-colors-red700);
|
|
289
291
|
--Tight-colors-overlay: rgba(0, 0, 0, 0.5);
|
|
290
292
|
--Tight-colors-transparent: transparent;
|
|
291
293
|
--Tight-colors-none: none;
|
|
@@ -622,8 +624,12 @@
|
|
|
622
624
|
padding: 10px;
|
|
623
625
|
}
|
|
624
626
|
|
|
625
|
-
.tsystem-
|
|
626
|
-
|
|
627
|
+
.tsystem-p_16px_12px_16px_16px {
|
|
628
|
+
padding: 16px 12px 16px 16px;
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
.tsystem-p_16px_16px_16px_24px {
|
|
632
|
+
padding: 16px 16px 16px 24px;
|
|
627
633
|
}
|
|
628
634
|
|
|
629
635
|
.tsystem-p_20px {
|
|
@@ -634,10 +640,6 @@
|
|
|
634
640
|
padding: none;
|
|
635
641
|
}
|
|
636
642
|
|
|
637
|
-
.tsystem-p_20px_16px_8px_16px {
|
|
638
|
-
padding: 20px 16px 8px 16px;
|
|
639
|
-
}
|
|
640
|
-
|
|
641
643
|
.tsystem-bg_foreground {
|
|
642
644
|
background: foreground;
|
|
643
645
|
}
|
|
@@ -666,6 +668,10 @@
|
|
|
666
668
|
padding: 4px 8px;
|
|
667
669
|
}
|
|
668
670
|
|
|
671
|
+
.tsystem-p_10px_12px_10px_15px {
|
|
672
|
+
padding: 10px 12px 10px 15px;
|
|
673
|
+
}
|
|
674
|
+
|
|
669
675
|
.tsystem-p_20px_16px {
|
|
670
676
|
padding: 20px 16px;
|
|
671
677
|
}
|
|
@@ -694,8 +700,12 @@
|
|
|
694
700
|
border: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout-weak);
|
|
695
701
|
}
|
|
696
702
|
|
|
697
|
-
.tsystem-
|
|
698
|
-
|
|
703
|
+
.tsystem-bd_\{borderWidths\.md\}_solid_\{colors\.border\.layout\} {
|
|
704
|
+
border: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
|
|
705
|
+
}
|
|
706
|
+
|
|
707
|
+
.tsystem-p_26px {
|
|
708
|
+
padding: 26px;
|
|
699
709
|
}
|
|
700
710
|
|
|
701
711
|
.tsystem-p_15px_15px_0_15px {
|
|
@@ -947,6 +957,10 @@
|
|
|
947
957
|
gap: 4px;
|
|
948
958
|
}
|
|
949
959
|
|
|
960
|
+
.tsystem-bdr_9999 {
|
|
961
|
+
border-radius: 9999px;
|
|
962
|
+
}
|
|
963
|
+
|
|
950
964
|
.tsystem-gap_5 {
|
|
951
965
|
gap: 5px;
|
|
952
966
|
}
|
|
@@ -987,10 +1001,6 @@
|
|
|
987
1001
|
border-radius: var(--Tight-radii-zero);
|
|
988
1002
|
}
|
|
989
1003
|
|
|
990
|
-
.tsystem-py_10px {
|
|
991
|
-
padding-block: 10px;
|
|
992
|
-
}
|
|
993
|
-
|
|
994
1004
|
.tsystem-gap_0 {
|
|
995
1005
|
gap: 0;
|
|
996
1006
|
}
|
|
@@ -1019,10 +1029,6 @@
|
|
|
1019
1029
|
gap: 9px;
|
|
1020
1030
|
}
|
|
1021
1031
|
|
|
1022
|
-
.tsystem-bd-c_border\.layout\.weak {
|
|
1023
|
-
border-color: var(--Tight-colors-border-layout-weak);
|
|
1024
|
-
}
|
|
1025
|
-
|
|
1026
1032
|
.tsystem-bd-b_\{borderWidths\.md\}_solid_\{colors\.border\.layout\.weak\} {
|
|
1027
1033
|
border-bottom: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout-weak);
|
|
1028
1034
|
}
|
|
@@ -1039,8 +1045,12 @@
|
|
|
1039
1045
|
border-right: none;
|
|
1040
1046
|
}
|
|
1041
1047
|
|
|
1042
|
-
.tsystem-
|
|
1043
|
-
|
|
1048
|
+
.tsystem-gap_14px {
|
|
1049
|
+
gap: 14px;
|
|
1050
|
+
}
|
|
1051
|
+
|
|
1052
|
+
.tsystem-px_16px_12px {
|
|
1053
|
+
padding-inline: 16px 12px;
|
|
1044
1054
|
}
|
|
1045
1055
|
|
|
1046
1056
|
.tsystem-bd-t_1px_solid {
|
|
@@ -1055,6 +1065,10 @@
|
|
|
1055
1065
|
border-top: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout-weak);
|
|
1056
1066
|
}
|
|
1057
1067
|
|
|
1068
|
+
.tsystem-px_16px {
|
|
1069
|
+
padding-inline: 16px;
|
|
1070
|
+
}
|
|
1071
|
+
|
|
1058
1072
|
.tsystem-bd-w_1px {
|
|
1059
1073
|
border-width: 1px;
|
|
1060
1074
|
}
|
|
@@ -1087,6 +1101,10 @@
|
|
|
1087
1101
|
gap: 10px;
|
|
1088
1102
|
}
|
|
1089
1103
|
|
|
1104
|
+
.tsystem-bd-b_none {
|
|
1105
|
+
border-bottom: none;
|
|
1106
|
+
}
|
|
1107
|
+
|
|
1090
1108
|
.tsystem-bdr_9999px {
|
|
1091
1109
|
border-radius: 9999px;
|
|
1092
1110
|
}
|
|
@@ -1159,6 +1177,18 @@
|
|
|
1159
1177
|
gap: 6px;
|
|
1160
1178
|
}
|
|
1161
1179
|
|
|
1180
|
+
.tsystem-bd-l_4px_solid_transparent {
|
|
1181
|
+
border-left: 4px solid transparent;
|
|
1182
|
+
}
|
|
1183
|
+
|
|
1184
|
+
.tsystem-bd-l_4px_solid {
|
|
1185
|
+
border-left: 4px solid;
|
|
1186
|
+
}
|
|
1187
|
+
|
|
1188
|
+
.tsystem-bd-c_surface\.intent\.action\.active {
|
|
1189
|
+
border-color: var(--Tight-colors-surface-intent-action-active);
|
|
1190
|
+
}
|
|
1191
|
+
|
|
1162
1192
|
.tsystem-d_inline-flex {
|
|
1163
1193
|
display: inline-flex;
|
|
1164
1194
|
}
|
|
@@ -1227,6 +1257,18 @@
|
|
|
1227
1257
|
color: var(--Tight-colors-typography-contrast);
|
|
1228
1258
|
}
|
|
1229
1259
|
|
|
1260
|
+
.tsystem-flex-d_row {
|
|
1261
|
+
flex-direction: row;
|
|
1262
|
+
}
|
|
1263
|
+
|
|
1264
|
+
.tsystem-jc_space-between {
|
|
1265
|
+
justify-content: space-between;
|
|
1266
|
+
}
|
|
1267
|
+
|
|
1268
|
+
.tsystem-bg-c_surface\.foreground {
|
|
1269
|
+
background-color: var(--Tight-colors-surface-foreground);
|
|
1270
|
+
}
|
|
1271
|
+
|
|
1230
1272
|
.tsystem-tov_ellipsis {
|
|
1231
1273
|
text-overflow: ellipsis;
|
|
1232
1274
|
}
|
|
@@ -1263,10 +1305,6 @@
|
|
|
1263
1305
|
text-align: right;
|
|
1264
1306
|
}
|
|
1265
1307
|
|
|
1266
|
-
.tsystem-bg-c_surface\.foreground {
|
|
1267
|
-
background-color: var(--Tight-colors-surface-foreground);
|
|
1268
|
-
}
|
|
1269
|
-
|
|
1270
1308
|
.tsystem-ai_flex-start {
|
|
1271
1309
|
align-items: flex-start;
|
|
1272
1310
|
}
|
|
@@ -1275,10 +1313,6 @@
|
|
|
1275
1313
|
align-items: flex-end;
|
|
1276
1314
|
}
|
|
1277
1315
|
|
|
1278
|
-
.tsystem-flex-d_row {
|
|
1279
|
-
flex-direction: row;
|
|
1280
|
-
}
|
|
1281
|
-
|
|
1282
1316
|
.tsystem-ta_left {
|
|
1283
1317
|
text-align: left;
|
|
1284
1318
|
}
|
|
@@ -1307,10 +1341,6 @@
|
|
|
1307
1341
|
position: static;
|
|
1308
1342
|
}
|
|
1309
1343
|
|
|
1310
|
-
.tsystem-jc_space-between {
|
|
1311
|
-
justify-content: space-between;
|
|
1312
|
-
}
|
|
1313
|
-
|
|
1314
1344
|
.tsystem-flex-sh_1 {
|
|
1315
1345
|
flex-shrink: 1;
|
|
1316
1346
|
}
|
|
@@ -1375,6 +1405,10 @@
|
|
|
1375
1405
|
justify-content: end;
|
|
1376
1406
|
}
|
|
1377
1407
|
|
|
1408
|
+
.tsystem-bg-c_typography\.base {
|
|
1409
|
+
background-color: var(--Tight-colors-typography-base);
|
|
1410
|
+
}
|
|
1411
|
+
|
|
1378
1412
|
.tsystem-bg-c_border\.layout {
|
|
1379
1413
|
background-color: var(--Tight-colors-border-layout);
|
|
1380
1414
|
}
|
|
@@ -1613,6 +1647,14 @@
|
|
|
1613
1647
|
flex-wrap: wrap;
|
|
1614
1648
|
}
|
|
1615
1649
|
|
|
1650
|
+
.tsystem-rg_10px {
|
|
1651
|
+
row-gap: 10px;
|
|
1652
|
+
}
|
|
1653
|
+
|
|
1654
|
+
.tsystem-cg_max\(10px\,_calc\(50\%_-_600px\)\) {
|
|
1655
|
+
column-gap: max(10px, calc(50% - 600px));
|
|
1656
|
+
}
|
|
1657
|
+
|
|
1616
1658
|
.tsystem-c_icon\.intent\.primary {
|
|
1617
1659
|
color: var(--Tight-colors-icon-intent-primary);
|
|
1618
1660
|
}
|
|
@@ -1725,10 +1767,6 @@
|
|
|
1725
1767
|
font-weight: var(--Tight-fontWeights-heading);
|
|
1726
1768
|
}
|
|
1727
1769
|
|
|
1728
|
-
.tsystem-fs_heading {
|
|
1729
|
-
font-size: var(--Tight-fontSizes-heading);
|
|
1730
|
-
}
|
|
1731
|
-
|
|
1732
1770
|
.tsystem-ff_heading {
|
|
1733
1771
|
font-family: var(--Tight-fonts-heading);
|
|
1734
1772
|
}
|
|
@@ -2026,12 +2064,12 @@
|
|
|
2026
2064
|
stroke-dasharray: 0;
|
|
2027
2065
|
}
|
|
2028
2066
|
|
|
2029
|
-
.tsystem-fill_var\(--Tight-colors-money-positive\) {
|
|
2030
|
-
fill: var(--Tight-colors-money-positive);
|
|
2067
|
+
.tsystem-fill_var\(--Tight-colors-money-positive-strong\) {
|
|
2068
|
+
fill: var(--Tight-colors-money-positive-strong);
|
|
2031
2069
|
}
|
|
2032
2070
|
|
|
2033
|
-
.tsystem-fill_var\(--Tight-colors-money-negative\) {
|
|
2034
|
-
fill: var(--Tight-colors-money-negative);
|
|
2071
|
+
.tsystem-fill_var\(--Tight-colors-money-negative-strong\) {
|
|
2072
|
+
fill: var(--Tight-colors-money-negative-strong);
|
|
2035
2073
|
}
|
|
2036
2074
|
|
|
2037
2075
|
.tsystem-fill_var\(--Tight-colors-border-layout\) {
|
|
@@ -2074,8 +2112,12 @@
|
|
|
2074
2112
|
white-space: wrap;
|
|
2075
2113
|
}
|
|
2076
2114
|
|
|
2077
|
-
.tsystem-
|
|
2078
|
-
|
|
2115
|
+
.tsystem-ff_Duplet_Regular\,_sans-serif {
|
|
2116
|
+
font-family: Duplet Regular, sans-serif;
|
|
2117
|
+
}
|
|
2118
|
+
|
|
2119
|
+
.tsystem-bg-c_surface\.intent\.action\.discrete\.hover {
|
|
2120
|
+
background-color: var(--Tight-colors-surface-intent-action-discrete-hover);
|
|
2079
2121
|
}
|
|
2080
2122
|
|
|
2081
2123
|
.tsystem-max-w_100\% {
|
|
@@ -2086,6 +2128,14 @@
|
|
|
2086
2128
|
width: fit-content;
|
|
2087
2129
|
}
|
|
2088
2130
|
|
|
2131
|
+
.tsystem-h_55px {
|
|
2132
|
+
height: 55px;
|
|
2133
|
+
}
|
|
2134
|
+
|
|
2135
|
+
.tsystem-min-h_55px {
|
|
2136
|
+
min-height: 55px;
|
|
2137
|
+
}
|
|
2138
|
+
|
|
2089
2139
|
.tsystem-w_50px {
|
|
2090
2140
|
width: 50px;
|
|
2091
2141
|
}
|
|
@@ -2262,6 +2312,22 @@
|
|
|
2262
2312
|
padding-bottom: 16px;
|
|
2263
2313
|
}
|
|
2264
2314
|
|
|
2315
|
+
.tsystem-max-h_8 {
|
|
2316
|
+
max-height: 8px;
|
|
2317
|
+
}
|
|
2318
|
+
|
|
2319
|
+
.tsystem-min-h_8 {
|
|
2320
|
+
min-height: 8px;
|
|
2321
|
+
}
|
|
2322
|
+
|
|
2323
|
+
.tsystem-max-w_8 {
|
|
2324
|
+
max-width: 8px;
|
|
2325
|
+
}
|
|
2326
|
+
|
|
2327
|
+
.tsystem-min-w_8 {
|
|
2328
|
+
min-width: 8px;
|
|
2329
|
+
}
|
|
2330
|
+
|
|
2265
2331
|
.tsystem-pl_16 {
|
|
2266
2332
|
padding-left: 16px;
|
|
2267
2333
|
}
|
|
@@ -2478,8 +2544,8 @@
|
|
|
2478
2544
|
height: 60px;
|
|
2479
2545
|
}
|
|
2480
2546
|
|
|
2481
|
-
.tsystem-
|
|
2482
|
-
margin-top:
|
|
2547
|
+
.tsystem-mt_16px {
|
|
2548
|
+
margin-top: 16px;
|
|
2483
2549
|
}
|
|
2484
2550
|
|
|
2485
2551
|
.tsystem-max-w_1440px {
|
|
@@ -2638,16 +2704,24 @@
|
|
|
2638
2704
|
width: 26px;
|
|
2639
2705
|
}
|
|
2640
2706
|
|
|
2641
|
-
.tsystem-
|
|
2642
|
-
|
|
2707
|
+
.tsystem-max-w_1150px {
|
|
2708
|
+
max-width: 1150px;
|
|
2709
|
+
}
|
|
2710
|
+
|
|
2711
|
+
.tsystem-mb_42px {
|
|
2712
|
+
margin-bottom: 42px;
|
|
2643
2713
|
}
|
|
2644
2714
|
|
|
2645
2715
|
.tsystem-max-w_1440 {
|
|
2646
2716
|
max-width: 1440px;
|
|
2647
2717
|
}
|
|
2648
2718
|
|
|
2649
|
-
.tsystem-
|
|
2650
|
-
|
|
2719
|
+
.tsystem-pt_8px {
|
|
2720
|
+
padding-top: 8px;
|
|
2721
|
+
}
|
|
2722
|
+
|
|
2723
|
+
.tsystem-h_35px {
|
|
2724
|
+
height: 35px;
|
|
2651
2725
|
}
|
|
2652
2726
|
|
|
2653
2727
|
.tsystem-pl_15px {
|
|
@@ -2734,14 +2808,6 @@
|
|
|
2734
2808
|
width: 75px;
|
|
2735
2809
|
}
|
|
2736
2810
|
|
|
2737
|
-
.tsystem-h_55px {
|
|
2738
|
-
height: 55px;
|
|
2739
|
-
}
|
|
2740
|
-
|
|
2741
|
-
.tsystem-min-h_55px {
|
|
2742
|
-
min-height: 55px;
|
|
2743
|
-
}
|
|
2744
|
-
|
|
2745
2811
|
.tsystem-max-w_1 {
|
|
2746
2812
|
max-width: 1px;
|
|
2747
2813
|
}
|
|
@@ -2966,12 +3032,12 @@
|
|
|
2966
3032
|
margin-left: auto;
|
|
2967
3033
|
}
|
|
2968
3034
|
|
|
2969
|
-
.tsystem-
|
|
2970
|
-
width:
|
|
3035
|
+
.tsystem-min-w_175px {
|
|
3036
|
+
min-width: 175px;
|
|
2971
3037
|
}
|
|
2972
3038
|
|
|
2973
|
-
.tsystem-
|
|
2974
|
-
|
|
3039
|
+
.tsystem-max-w_175px {
|
|
3040
|
+
max-width: 175px;
|
|
2975
3041
|
}
|
|
2976
3042
|
|
|
2977
3043
|
.\[\&\[data-haserror\=\'true\'\]\]\:tsystem-bd_\{borderWidths\.lg\}_solid[data-haserror='true'] {
|
|
@@ -3288,6 +3354,26 @@
|
|
|
3288
3354
|
bottom: -10px;
|
|
3289
3355
|
}
|
|
3290
3356
|
|
|
3357
|
+
.first\:tsystem-bdr-tl_sm:first-child {
|
|
3358
|
+
border-top-left-radius: var(--Tight-radii-sm);
|
|
3359
|
+
}
|
|
3360
|
+
|
|
3361
|
+
.first\:tsystem-bdr-bl_sm:first-child {
|
|
3362
|
+
border-bottom-left-radius: var(--Tight-radii-sm);
|
|
3363
|
+
}
|
|
3364
|
+
|
|
3365
|
+
.last\:tsystem-bdr-tr_sm:last-child {
|
|
3366
|
+
border-top-right-radius: var(--Tight-radii-sm);
|
|
3367
|
+
}
|
|
3368
|
+
|
|
3369
|
+
.last\:tsystem-bdr-br_sm:last-child {
|
|
3370
|
+
border-bottom-right-radius: var(--Tight-radii-sm);
|
|
3371
|
+
}
|
|
3372
|
+
|
|
3373
|
+
.\[\&_\>_\*_\+_\*\]\:tsystem-ml_-1px > * + * {
|
|
3374
|
+
margin-left: -1px;
|
|
3375
|
+
}
|
|
3376
|
+
|
|
3291
3377
|
.\[\&\[data-today\=\'true\'\]\:\:after\]\:tsystem-bottom_3px[data-today='true']::after {
|
|
3292
3378
|
bottom: 3px;
|
|
3293
3379
|
}
|
|
@@ -3479,8 +3565,8 @@
|
|
|
3479
3565
|
outline-offset: 2px;
|
|
3480
3566
|
}
|
|
3481
3567
|
|
|
3482
|
-
.focus\:tsystem-
|
|
3483
|
-
z-index:
|
|
3568
|
+
.focus\:tsystem-z_2:is(:focus, [data-focus]) {
|
|
3569
|
+
z-index: 2;
|
|
3484
3570
|
}
|
|
3485
3571
|
|
|
3486
3572
|
.\[\&\:focus\]\:tsystem-cursor_text:focus {
|
|
@@ -3523,6 +3609,10 @@
|
|
|
3523
3609
|
background-color: var(--Tight-colors-brand-action-opaque);
|
|
3524
3610
|
}
|
|
3525
3611
|
|
|
3612
|
+
.hover\:tsystem-z_1:is(:hover, [data-hover]) {
|
|
3613
|
+
z-index: 1;
|
|
3614
|
+
}
|
|
3615
|
+
|
|
3526
3616
|
.hover\:tsystem-bg-c_surface\.intent\.action\.discrete\.hover:is(:hover, [data-hover]) {
|
|
3527
3617
|
background-color: var(--Tight-colors-surface-intent-action-discrete-hover);
|
|
3528
3618
|
}
|
|
@@ -3776,6 +3866,10 @@
|
|
|
3776
3866
|
text-align: start;
|
|
3777
3867
|
}
|
|
3778
3868
|
|
|
3869
|
+
.sm\:tsystem-flex-d_row {
|
|
3870
|
+
flex-direction: row;
|
|
3871
|
+
}
|
|
3872
|
+
|
|
3779
3873
|
.sm\:tsystem-min-w_600px {
|
|
3780
3874
|
min-width: 600px;
|
|
3781
3875
|
}
|
|
@@ -3863,6 +3957,10 @@
|
|
|
3863
3957
|
.sm\:tsystem-max-w_392px {
|
|
3864
3958
|
max-width: 392px;
|
|
3865
3959
|
}
|
|
3960
|
+
|
|
3961
|
+
.sm\:tsystem-max-w_fit-content {
|
|
3962
|
+
max-width: fit-content;
|
|
3963
|
+
}
|
|
3866
3964
|
}
|
|
3867
3965
|
|
|
3868
3966
|
@media screen and (min-width: 40rem) {
|
|
@@ -3918,8 +4016,8 @@
|
|
|
3918
4016
|
border: var(--Tight-borderWidths-lg) solid var(--Tight-colors-border-layout);
|
|
3919
4017
|
}
|
|
3920
4018
|
|
|
3921
|
-
.xl\:tsystem-
|
|
3922
|
-
padding:
|
|
4019
|
+
.xl\:tsystem-p_18px {
|
|
4020
|
+
padding: 18px;
|
|
3923
4021
|
}
|
|
3924
4022
|
|
|
3925
4023
|
.xl\:tsystem-p_0_10px {
|
|
@@ -4046,6 +4144,10 @@
|
|
|
4046
4144
|
font-size: var(--Tight-fontSizes-label-strongSub);
|
|
4047
4145
|
}
|
|
4048
4146
|
|
|
4147
|
+
.xl\:tsystem-fs_heading {
|
|
4148
|
+
font-size: var(--Tight-fontSizes-heading);
|
|
4149
|
+
}
|
|
4150
|
+
|
|
4049
4151
|
.xl\:tsystem-flex-d_column {
|
|
4050
4152
|
flex-direction: column;
|
|
4051
4153
|
}
|
|
@@ -4113,6 +4215,10 @@
|
|
|
4113
4215
|
.xl\:tsystem-h_60px {
|
|
4114
4216
|
height: 60px;
|
|
4115
4217
|
}
|
|
4218
|
+
|
|
4219
|
+
.xl\:tsystem-min-w_900px {
|
|
4220
|
+
min-width: 900px;
|
|
4221
|
+
}
|
|
4116
4222
|
}
|
|
4117
4223
|
|
|
4118
4224
|
@media (hover: hover) and (pointer: fine) {
|
package/dist/index.css.gz
CHANGED
|
Binary file
|