@tight-embedded/react 1.3.1 → 1.4.1
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 +147 -79
- 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 +2 -1
package/dist/index.css
CHANGED
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
--Tight-colors-typography-accent-success: var(--Tight-colors-brand-success-strong);
|
|
208
208
|
--Tight-colors-typography-accent-warning: var(--Tight-colors-brand-warning-strong);
|
|
209
209
|
--Tight-colors-typography-accent-danger: var(--Tight-colors-brand-danger-strong);
|
|
210
|
-
--Tight-colors-typography-accent-action: var(--Tight-colors-brand-action-
|
|
210
|
+
--Tight-colors-typography-accent-action: var(--Tight-colors-brand-action-strongest);
|
|
211
211
|
--Tight-colors-typography-body: var(--Tight-colors-typography-base);
|
|
212
212
|
--Tight-colors-typography-label: var(--Tight-colors-typography-base);
|
|
213
213
|
--Tight-colors-typography-label-sub: var(--Tight-colors-typography-base-weak);
|
|
@@ -420,8 +420,8 @@
|
|
|
420
420
|
border: var(--Tight-borderWidths-lg) solid var(--Tight-colors-border-layout-weak);
|
|
421
421
|
}
|
|
422
422
|
|
|
423
|
-
.tsystem-
|
|
424
|
-
padding:
|
|
423
|
+
.tsystem-p_12px_15px {
|
|
424
|
+
padding: 12px 15px;
|
|
425
425
|
}
|
|
426
426
|
|
|
427
427
|
.tsystem-p_15 {
|
|
@@ -468,6 +468,22 @@
|
|
|
468
468
|
padding: 24px;
|
|
469
469
|
}
|
|
470
470
|
|
|
471
|
+
.tsystem-anim_slideIn\.right {
|
|
472
|
+
animation: var(--Tight-animations-slideIn-right);
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
.tsystem-anim_slideIn\.up {
|
|
476
|
+
animation: var(--Tight-animations-slideIn-up);
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
.tsystem-anim_slideOut\.right {
|
|
480
|
+
animation: var(--Tight-animations-slideOut-right);
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
.tsystem-anim_slideOut\.down {
|
|
484
|
+
animation: var(--Tight-animations-slideOut-down);
|
|
485
|
+
}
|
|
486
|
+
|
|
471
487
|
.tsystem-m_0_0_7px_0 {
|
|
472
488
|
margin: 0 0 7px 0;
|
|
473
489
|
}
|
|
@@ -616,10 +632,6 @@
|
|
|
616
632
|
padding: 0 10px;
|
|
617
633
|
}
|
|
618
634
|
|
|
619
|
-
.tsystem-bg_none {
|
|
620
|
-
background: var(--Tight-colors-none);
|
|
621
|
-
}
|
|
622
|
-
|
|
623
635
|
.tsystem-p_2px {
|
|
624
636
|
padding: 2px;
|
|
625
637
|
}
|
|
@@ -628,6 +640,10 @@
|
|
|
628
640
|
padding: 5px 10px;
|
|
629
641
|
}
|
|
630
642
|
|
|
643
|
+
.tsystem-bg_none {
|
|
644
|
+
background: var(--Tight-colors-none);
|
|
645
|
+
}
|
|
646
|
+
|
|
631
647
|
.tsystem-bd_1px_solid_\{colors\.border\.layout\} {
|
|
632
648
|
border: 1px solid var(--Tight-colors-border-layout);
|
|
633
649
|
}
|
|
@@ -640,10 +656,26 @@
|
|
|
640
656
|
padding: 5px;
|
|
641
657
|
}
|
|
642
658
|
|
|
659
|
+
.tsystem-bd_0 {
|
|
660
|
+
border: 0;
|
|
661
|
+
}
|
|
662
|
+
|
|
643
663
|
.tsystem-p_25px {
|
|
644
664
|
padding: 25px;
|
|
645
665
|
}
|
|
646
666
|
|
|
667
|
+
.tsystem-p_8px_16px {
|
|
668
|
+
padding: 8px 16px;
|
|
669
|
+
}
|
|
670
|
+
|
|
671
|
+
.tsystem-p_16px_16px_45px_16px {
|
|
672
|
+
padding: 16px 16px 45px 16px;
|
|
673
|
+
}
|
|
674
|
+
|
|
675
|
+
.tsystem-bd_\{borderWidths\.sm\}_solid_\{colors\.border\.layout\} {
|
|
676
|
+
border: var(--Tight-borderWidths-sm) solid var(--Tight-colors-border-layout);
|
|
677
|
+
}
|
|
678
|
+
|
|
647
679
|
.tsystem-bg_brand\.success {
|
|
648
680
|
background: var(--Tight-colors-brand-success);
|
|
649
681
|
}
|
|
@@ -717,6 +749,10 @@
|
|
|
717
749
|
transition: color 300ms ease-out;
|
|
718
750
|
}
|
|
719
751
|
|
|
752
|
+
.tsystem-flex_0_0_auto {
|
|
753
|
+
flex: 0 0 auto;
|
|
754
|
+
}
|
|
755
|
+
|
|
720
756
|
.tsystem-bdr_lg {
|
|
721
757
|
border-radius: var(--Tight-radii-lg);
|
|
722
758
|
}
|
|
@@ -777,14 +813,34 @@
|
|
|
777
813
|
border-radius: 50%;
|
|
778
814
|
}
|
|
779
815
|
|
|
780
|
-
.tsystem-
|
|
781
|
-
gap:
|
|
816
|
+
.tsystem-gap_12px {
|
|
817
|
+
gap: 12px;
|
|
782
818
|
}
|
|
783
819
|
|
|
784
820
|
.tsystem-bd-w_1 {
|
|
785
821
|
border-width: 1px;
|
|
786
822
|
}
|
|
787
823
|
|
|
824
|
+
.tsystem-gap_4px {
|
|
825
|
+
gap: 4px;
|
|
826
|
+
}
|
|
827
|
+
|
|
828
|
+
.tsystem-flex_1 {
|
|
829
|
+
flex: 1 1 0%;
|
|
830
|
+
}
|
|
831
|
+
|
|
832
|
+
.tsystem-td_none {
|
|
833
|
+
text-decoration: none;
|
|
834
|
+
}
|
|
835
|
+
|
|
836
|
+
.tsystem-bd-t_\{borderWidths\.lg\}_solid {
|
|
837
|
+
border-top: var(--Tight-borderWidths-lg) solid;
|
|
838
|
+
}
|
|
839
|
+
|
|
840
|
+
.tsystem-gap_15 {
|
|
841
|
+
gap: 15px;
|
|
842
|
+
}
|
|
843
|
+
|
|
788
844
|
.tsystem-ov_wrap {
|
|
789
845
|
overflow: wrap;
|
|
790
846
|
}
|
|
@@ -833,24 +889,16 @@
|
|
|
833
889
|
gap: 16px;
|
|
834
890
|
}
|
|
835
891
|
|
|
836
|
-
.tsystem-gap_4px {
|
|
837
|
-
gap: 4px;
|
|
838
|
-
}
|
|
839
|
-
|
|
840
|
-
.tsystem-flex_1 {
|
|
841
|
-
flex: 1 1 0%;
|
|
842
|
-
}
|
|
843
|
-
|
|
844
892
|
.tsystem-ov_auto {
|
|
845
893
|
overflow: auto;
|
|
846
894
|
}
|
|
847
895
|
|
|
848
|
-
.tsystem-
|
|
849
|
-
|
|
896
|
+
.tsystem-px_8px {
|
|
897
|
+
padding-inline: 8px;
|
|
850
898
|
}
|
|
851
899
|
|
|
852
|
-
.tsystem-
|
|
853
|
-
|
|
900
|
+
.tsystem-bg-p_100\%_0 {
|
|
901
|
+
background-position: 100% 0;
|
|
854
902
|
}
|
|
855
903
|
|
|
856
904
|
.tsystem-bdr_zero {
|
|
@@ -949,10 +997,6 @@
|
|
|
949
997
|
flex: 1 0 0;
|
|
950
998
|
}
|
|
951
999
|
|
|
952
|
-
.tsystem-gap_7px {
|
|
953
|
-
gap: 7px;
|
|
954
|
-
}
|
|
955
|
-
|
|
956
1000
|
.tsystem-gap_16 {
|
|
957
1001
|
gap: 16px;
|
|
958
1002
|
}
|
|
@@ -981,20 +1025,20 @@
|
|
|
981
1025
|
gap: 2px 2px;
|
|
982
1026
|
}
|
|
983
1027
|
|
|
984
|
-
.tsystem-
|
|
985
|
-
|
|
1028
|
+
.tsystem-gap_7px {
|
|
1029
|
+
gap: 7px;
|
|
986
1030
|
}
|
|
987
1031
|
|
|
988
|
-
.tsystem-
|
|
989
|
-
|
|
1032
|
+
.tsystem-bd-w_1px {
|
|
1033
|
+
border-width: 1px;
|
|
990
1034
|
}
|
|
991
1035
|
|
|
992
|
-
.tsystem-
|
|
993
|
-
|
|
1036
|
+
.tsystem-fv_normal {
|
|
1037
|
+
font-variant: normal;
|
|
994
1038
|
}
|
|
995
1039
|
|
|
996
|
-
.tsystem-
|
|
997
|
-
|
|
1040
|
+
.tsystem-text-emphasis_none {
|
|
1041
|
+
text-emphasis: none;
|
|
998
1042
|
}
|
|
999
1043
|
|
|
1000
1044
|
.tsystem-gap_30px {
|
|
@@ -1169,6 +1213,14 @@
|
|
|
1169
1213
|
flex-shrink: 1;
|
|
1170
1214
|
}
|
|
1171
1215
|
|
|
1216
|
+
.tsystem-c_inherit {
|
|
1217
|
+
color: var(--Tight-colors-inherit);
|
|
1218
|
+
}
|
|
1219
|
+
|
|
1220
|
+
.tsystem-bg-c_surface\.background {
|
|
1221
|
+
background-color: var(--Tight-colors-surface-background);
|
|
1222
|
+
}
|
|
1223
|
+
|
|
1172
1224
|
.tsystem-wb_break-word {
|
|
1173
1225
|
word-break: break-word;
|
|
1174
1226
|
}
|
|
@@ -1245,10 +1297,6 @@
|
|
|
1245
1297
|
background-color: var(--Tight-colors-overlay);
|
|
1246
1298
|
}
|
|
1247
1299
|
|
|
1248
|
-
.tsystem-bg-c_surface\.background {
|
|
1249
|
-
background-color: var(--Tight-colors-surface-background);
|
|
1250
|
-
}
|
|
1251
|
-
|
|
1252
1300
|
.tsystem-d_none {
|
|
1253
1301
|
display: none;
|
|
1254
1302
|
}
|
|
@@ -1808,10 +1856,6 @@
|
|
|
1808
1856
|
font-size: 16px;
|
|
1809
1857
|
}
|
|
1810
1858
|
|
|
1811
|
-
.tsystem-bx-sh_none {
|
|
1812
|
-
box-shadow: none;
|
|
1813
|
-
}
|
|
1814
|
-
|
|
1815
1859
|
.tsystem-bg-c_money\.positive\.weak {
|
|
1816
1860
|
background-color: var(--Tight-colors-money-positive-weak);
|
|
1817
1861
|
}
|
|
@@ -1888,10 +1932,6 @@
|
|
|
1888
1932
|
white-space: wrap;
|
|
1889
1933
|
}
|
|
1890
1934
|
|
|
1891
|
-
.tsystem-c_inherit {
|
|
1892
|
-
color: var(--Tight-colors-inherit);
|
|
1893
|
-
}
|
|
1894
|
-
|
|
1895
1935
|
.tsystem-bg-c_surface\.intent\.action\.discrete\.active {
|
|
1896
1936
|
background-color: var(--Tight-colors-surface-intent-action-discrete-active);
|
|
1897
1937
|
}
|
|
@@ -1960,6 +2000,10 @@
|
|
|
1960
2000
|
min-width: 0;
|
|
1961
2001
|
}
|
|
1962
2002
|
|
|
2003
|
+
.tsystem-max-w_325 {
|
|
2004
|
+
max-width: 325px;
|
|
2005
|
+
}
|
|
2006
|
+
|
|
1963
2007
|
.tsystem-min-h_0 {
|
|
1964
2008
|
min-height: 0;
|
|
1965
2009
|
}
|
|
@@ -1968,12 +2012,12 @@
|
|
|
1968
2012
|
height: auto;
|
|
1969
2013
|
}
|
|
1970
2014
|
|
|
1971
|
-
.tsystem-
|
|
1972
|
-
|
|
2015
|
+
.tsystem-bd-t-c_border\.layout {
|
|
2016
|
+
border-top-color: var(--Tight-colors-border-layout);
|
|
1973
2017
|
}
|
|
1974
2018
|
|
|
1975
|
-
.tsystem-
|
|
1976
|
-
|
|
2019
|
+
.tsystem-mb_18px {
|
|
2020
|
+
margin-bottom: 18px;
|
|
1977
2021
|
}
|
|
1978
2022
|
|
|
1979
2023
|
.tsystem-top_-1 {
|
|
@@ -2148,10 +2192,6 @@
|
|
|
2148
2192
|
max-height: 100dvh;
|
|
2149
2193
|
}
|
|
2150
2194
|
|
|
2151
|
-
.tsystem-min-w_384px {
|
|
2152
|
-
min-width: 384px;
|
|
2153
|
-
}
|
|
2154
|
-
|
|
2155
2195
|
.tsystem-min-h_36px {
|
|
2156
2196
|
min-height: 36px;
|
|
2157
2197
|
}
|
|
@@ -2448,26 +2488,6 @@
|
|
|
2448
2488
|
height: 35px;
|
|
2449
2489
|
}
|
|
2450
2490
|
|
|
2451
|
-
.tsystem-w_17px {
|
|
2452
|
-
width: 17px;
|
|
2453
|
-
}
|
|
2454
|
-
|
|
2455
|
-
.tsystem-h_17px {
|
|
2456
|
-
height: 17px;
|
|
2457
|
-
}
|
|
2458
|
-
|
|
2459
|
-
.tsystem-pl_2px {
|
|
2460
|
-
padding-left: 2px;
|
|
2461
|
-
}
|
|
2462
|
-
|
|
2463
|
-
.tsystem-pr_2px {
|
|
2464
|
-
padding-right: 2px;
|
|
2465
|
-
}
|
|
2466
|
-
|
|
2467
|
-
.tsystem-pb_5px {
|
|
2468
|
-
padding-bottom: 5px;
|
|
2469
|
-
}
|
|
2470
|
-
|
|
2471
2491
|
.tsystem-w_14px {
|
|
2472
2492
|
width: 14px;
|
|
2473
2493
|
}
|
|
@@ -2488,6 +2508,10 @@
|
|
|
2488
2508
|
margin-right: 15px;
|
|
2489
2509
|
}
|
|
2490
2510
|
|
|
2511
|
+
.tsystem-h_17px {
|
|
2512
|
+
height: 17px;
|
|
2513
|
+
}
|
|
2514
|
+
|
|
2491
2515
|
.tsystem-mb_10px {
|
|
2492
2516
|
margin-bottom: 10px;
|
|
2493
2517
|
}
|
|
@@ -2532,6 +2556,14 @@
|
|
|
2532
2556
|
width: 1px;
|
|
2533
2557
|
}
|
|
2534
2558
|
|
|
2559
|
+
.tsystem-w_70px {
|
|
2560
|
+
width: 70px;
|
|
2561
|
+
}
|
|
2562
|
+
|
|
2563
|
+
.tsystem-h_24px {
|
|
2564
|
+
height: 24px;
|
|
2565
|
+
}
|
|
2566
|
+
|
|
2535
2567
|
.tsystem-mt_35px {
|
|
2536
2568
|
margin-top: 35px;
|
|
2537
2569
|
}
|
|
@@ -2564,6 +2596,10 @@
|
|
|
2564
2596
|
max-height: 150px;
|
|
2565
2597
|
}
|
|
2566
2598
|
|
|
2599
|
+
.tsystem-max-h_49px {
|
|
2600
|
+
max-height: 49px;
|
|
2601
|
+
}
|
|
2602
|
+
|
|
2567
2603
|
.tsystem-w_325px {
|
|
2568
2604
|
width: 325px;
|
|
2569
2605
|
}
|
|
@@ -2576,10 +2612,6 @@
|
|
|
2576
2612
|
min-width: 325px;
|
|
2577
2613
|
}
|
|
2578
2614
|
|
|
2579
|
-
.tsystem-min-h_35px {
|
|
2580
|
-
min-height: 35px;
|
|
2581
|
-
}
|
|
2582
|
-
|
|
2583
2615
|
.tsystem-pt_4px {
|
|
2584
2616
|
padding-top: 4px;
|
|
2585
2617
|
}
|
|
@@ -2660,8 +2692,8 @@
|
|
|
2660
2692
|
max-width: 420px;
|
|
2661
2693
|
}
|
|
2662
2694
|
|
|
2663
|
-
.tsystem-
|
|
2664
|
-
|
|
2695
|
+
.tsystem-pt_50px {
|
|
2696
|
+
padding-top: 50px;
|
|
2665
2697
|
}
|
|
2666
2698
|
|
|
2667
2699
|
.tsystem-pb_8px {
|
|
@@ -2922,6 +2954,10 @@
|
|
|
2922
2954
|
background-color: var(--Tight-colors-brand-primary);
|
|
2923
2955
|
}
|
|
2924
2956
|
|
|
2957
|
+
.placeholder\:tsystem-c_typography\.label\.sub::placeholder,.placeholder\:tsystem-c_typography\.label\.sub[data-placeholder] {
|
|
2958
|
+
color: var(--Tight-colors-typography-label-sub);
|
|
2959
|
+
}
|
|
2960
|
+
|
|
2925
2961
|
.\[\&\[data-focused\=\'true\'\]\]\:tsystem-bx-sh_none[data-focused='true'] {
|
|
2926
2962
|
box-shadow: none;
|
|
2927
2963
|
}
|
|
@@ -3382,6 +3418,14 @@
|
|
|
3382
3418
|
padding: 4px;
|
|
3383
3419
|
}
|
|
3384
3420
|
|
|
3421
|
+
.sm\:tsystem-p_10px {
|
|
3422
|
+
padding: 10px;
|
|
3423
|
+
}
|
|
3424
|
+
|
|
3425
|
+
.sm\:tsystem-bd_\{borderWidths\.md\}_solid_\{colors\.border\.layout\} {
|
|
3426
|
+
border: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
|
|
3427
|
+
}
|
|
3428
|
+
|
|
3385
3429
|
.sm\:tsystem-bd-c_transparent {
|
|
3386
3430
|
border-color: var(--Tight-colors-transparent);
|
|
3387
3431
|
}
|
|
@@ -3474,6 +3518,18 @@
|
|
|
3474
3518
|
justify-content: flex-end;
|
|
3475
3519
|
}
|
|
3476
3520
|
|
|
3521
|
+
.sm\:tsystem-bx-sh_none {
|
|
3522
|
+
box-shadow: none;
|
|
3523
|
+
}
|
|
3524
|
+
|
|
3525
|
+
.sm\:tsystem-flex-sh_0 {
|
|
3526
|
+
flex-shrink: 0;
|
|
3527
|
+
}
|
|
3528
|
+
|
|
3529
|
+
.sm\:tsystem-ta_start {
|
|
3530
|
+
text-align: start;
|
|
3531
|
+
}
|
|
3532
|
+
|
|
3477
3533
|
.sm\:tsystem-min-w_600px {
|
|
3478
3534
|
min-width: 600px;
|
|
3479
3535
|
}
|
|
@@ -3554,6 +3610,18 @@
|
|
|
3554
3610
|
max-width: 300px;
|
|
3555
3611
|
}
|
|
3556
3612
|
|
|
3613
|
+
.sm\:tsystem-h_39px {
|
|
3614
|
+
height: 39px;
|
|
3615
|
+
}
|
|
3616
|
+
|
|
3617
|
+
.sm\:tsystem-min-h_35px {
|
|
3618
|
+
min-height: 35px;
|
|
3619
|
+
}
|
|
3620
|
+
|
|
3621
|
+
.sm\:tsystem-h_fit-content {
|
|
3622
|
+
height: fit-content;
|
|
3623
|
+
}
|
|
3624
|
+
|
|
3557
3625
|
.sm\:tsystem-min-w_360px {
|
|
3558
3626
|
min-width: 360px;
|
|
3559
3627
|
}
|
package/dist/index.css.gz
CHANGED
|
Binary file
|