@tight-embedded/react 6.0.2 → 6.0.3

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.
Files changed (38) hide show
  1. package/dist/index.css +105 -121
  2. package/dist/index.css.gz +0 -0
  3. package/dist/index.d.ts +1 -2
  4. package/dist/index.js +1 -1
  5. package/dist/index.js.gz +0 -0
  6. package/dist/index.js.map +1 -1
  7. package/dist/index.js.map.gz +0 -0
  8. package/package.json +4 -3
  9. package/dist/235.css +0 -446
  10. package/dist/235.css.gz +0 -0
  11. package/dist/41.css +0 -245
  12. package/dist/41.css.gz +0 -0
  13. package/dist/fonts/G centra-book.otf +0 -0
  14. package/dist/fonts/G centra-book.otf.gz +0 -0
  15. package/dist/fonts/G centra-medium.otf +0 -0
  16. package/dist/fonts/G centra-medium.otf.gz +0 -0
  17. package/dist/fonts/Inter-Bold.ttf +0 -0
  18. package/dist/fonts/Inter-Bold.ttf.gz +0 -0
  19. package/dist/fonts/Inter-ExtraLight.ttf +0 -0
  20. package/dist/fonts/Inter-ExtraLight.ttf.gz +0 -0
  21. package/dist/fonts/Inter-Light.ttf +0 -0
  22. package/dist/fonts/Inter-Light.ttf.gz +0 -0
  23. package/dist/fonts/Inter-Medium.ttf +0 -0
  24. package/dist/fonts/Inter-Medium.ttf.gz +0 -0
  25. package/dist/fonts/Inter-Regular.ttf +0 -0
  26. package/dist/fonts/Inter-Regular.ttf.gz +0 -0
  27. package/dist/fonts/Inter-SemiBold.ttf +0 -0
  28. package/dist/fonts/Inter-SemiBold.ttf.gz +0 -0
  29. package/dist/fonts/gcentra-book.woff +0 -0
  30. package/dist/fonts/gcentra-book.woff.gz +0 -0
  31. package/dist/fonts/gcentra-book.woff2 +0 -0
  32. package/dist/fonts/gcentra-medium.woff +0 -0
  33. package/dist/fonts/gcentra-medium.woff.gz +0 -0
  34. package/dist/fonts/gcentra-medium.woff2 +0 -0
  35. package/dist/gcentra.css +0 -25
  36. package/dist/gcentra.css.gz +0 -0
  37. package/dist/inter.css +0 -36
  38. package/dist/inter.css.gz +0 -0
package/dist/index.css CHANGED
@@ -175,9 +175,9 @@
175
175
  --Tight-colors-surface-intent-action-hover: var(--Tight-colors-brand-action);
176
176
  --Tight-colors-surface-intent-action-active: var(--Tight-colors-brand-action-strong);
177
177
  --Tight-colors-surface-intent-action-disabled: var(--Tight-colors-surface-foreground-disabled);
178
- --Tight-colors-surface-intent-action-discrete: transparent;
179
- --Tight-colors-surface-intent-action-discrete-hover: var(--Tight-colors-brand-action-weak);
180
- --Tight-colors-surface-intent-action-discrete-active: var(--Tight-colors-brand-action);
178
+ --Tight-colors-surface-intent-action-discreet: transparent;
179
+ --Tight-colors-surface-intent-action-discreet-hover: var(--Tight-colors-brand-action-weak);
180
+ --Tight-colors-surface-intent-action-discreet-active: var(--Tight-colors-brand-action);
181
181
  --Tight-colors-surface-intent-success: var(--Tight-colors-brand-success-weak);
182
182
  --Tight-colors-surface-intent-success-hover: var(--Tight-colors-brand-success);
183
183
  --Tight-colors-surface-intent-success-active: var(--Tight-colors-brand-success-strong);
@@ -556,6 +556,10 @@
556
556
  padding: 0 25px;
557
557
  }
558
558
 
559
+ .tsystem-bd_\{borderWidths\.lg\}_solid {
560
+ border: var(--Tight-borderWidths-lg) solid;
561
+ }
562
+
559
563
  .tsystem-bg_surface\.foreground {
560
564
  background: var(--Tight-colors-surface-foreground);
561
565
  }
@@ -648,10 +652,6 @@
648
652
  padding: 10px 8px;
649
653
  }
650
654
 
651
- .tsystem-bd_\{borderWidths\.lg\}_solid {
652
- border: var(--Tight-borderWidths-lg) solid;
653
- }
654
-
655
655
  .tsystem-bg_surface\.intent\.danger\.opaque {
656
656
  background: var(--Tight-colors-surface-intent-danger-opaque);
657
657
  }
@@ -977,8 +977,8 @@
977
977
  flex: 1 1 0;
978
978
  }
979
979
 
980
- .tsystem-ov_auto {
981
- overflow: auto;
980
+ .tsystem-ovs-b_contain {
981
+ overscroll-behavior: contain;
982
982
  }
983
983
 
984
984
  .tsystem-gap_2px {
@@ -1157,6 +1157,10 @@
1157
1157
  text-emphasis: none;
1158
1158
  }
1159
1159
 
1160
+ .tsystem-ov_auto {
1161
+ overflow: auto;
1162
+ }
1163
+
1160
1164
  .tsystem-gap_30px {
1161
1165
  gap: 30px;
1162
1166
  }
@@ -1213,8 +1217,8 @@
1213
1217
  color: var(--Tight-colors-typography-intent-secondary);
1214
1218
  }
1215
1219
 
1216
- .tsystem-bg-c_surface\.intent\.action\.discrete {
1217
- background-color: var(--Tight-colors-surface-intent-action-discrete);
1220
+ .tsystem-bg-c_surface\.intent\.action\.discreet {
1221
+ background-color: var(--Tight-colors-surface-intent-action-discreet);
1218
1222
  }
1219
1223
 
1220
1224
  .tsystem-fs_md {
@@ -1325,6 +1329,14 @@
1325
1329
  display: none;
1326
1330
  }
1327
1331
 
1332
+ .tsystem-bg-c_money\.positive\.weak {
1333
+ background-color: var(--Tight-colors-money-positive-weak);
1334
+ }
1335
+
1336
+ .tsystem-bg-c_money\.negative\.weak {
1337
+ background-color: var(--Tight-colors-money-negative-weak);
1338
+ }
1339
+
1328
1340
  .tsystem-bg-c_surface\.intent\.secondary {
1329
1341
  background-color: var(--Tight-colors-surface-intent-secondary);
1330
1342
  }
@@ -1513,14 +1525,14 @@
1513
1525
  stroke: var(--Tight-colors-icon-intent-action-active);
1514
1526
  }
1515
1527
 
1516
- .tsystem-fill_transparent {
1517
- fill: var(--Tight-colors-transparent);
1518
- }
1519
-
1520
1528
  .tsystem-obj-f_contain {
1521
1529
  object-fit: contain;
1522
1530
  }
1523
1531
 
1532
+ .tsystem-fill_transparent {
1533
+ fill: var(--Tight-colors-transparent);
1534
+ }
1535
+
1524
1536
  .tsystem-c_typography\.intent\.action {
1525
1537
  color: var(--Tight-colors-typography-intent-action);
1526
1538
  }
@@ -1675,6 +1687,10 @@
1675
1687
  font-weight: var(--Tight-fontWeights-label);
1676
1688
  }
1677
1689
 
1690
+ .tsystem-c_typography\.base\.weak {
1691
+ color: var(--Tight-colors-typography-base-weak);
1692
+ }
1693
+
1678
1694
  .tsystem-c_typography\.label {
1679
1695
  color: var(--Tight-colors-typography-label);
1680
1696
  }
@@ -1715,10 +1731,6 @@
1715
1731
  -webkit-box-orient: vertical;
1716
1732
  }
1717
1733
 
1718
- .tsystem-c_typography\.base\.weak {
1719
- color: var(--Tight-colors-typography-base-weak);
1720
- }
1721
-
1722
1734
  .tsystem-trf_rotate\(-20deg\) {
1723
1735
  transform: rotate(-20deg);
1724
1736
  }
@@ -1848,14 +1860,14 @@
1848
1860
  user-select: none;
1849
1861
  }
1850
1862
 
1851
- .tsystem-c_brand\.danger {
1852
- color: var(--Tight-colors-brand-danger);
1853
- }
1854
-
1855
1863
  .tsystem-c_brand\.primary\.weak {
1856
1864
  color: var(--Tight-colors-brand-primary-weak);
1857
1865
  }
1858
1866
 
1867
+ .tsystem-c_brand\.danger {
1868
+ color: var(--Tight-colors-brand-danger);
1869
+ }
1870
+
1859
1871
  .tsystem-d_block {
1860
1872
  display: block;
1861
1873
  }
@@ -1917,10 +1929,6 @@
1917
1929
  stroke: var(--Tight-colors-icon-base-weak);
1918
1930
  }
1919
1931
 
1920
- .tsystem-ai_flexStart {
1921
- align-items: flexStart;
1922
- }
1923
-
1924
1932
  .tsystem-stk_icon\.base {
1925
1933
  stroke: var(--Tight-colors-icon-base);
1926
1934
  }
@@ -2024,14 +2032,14 @@
2024
2032
  stroke: var(--Tight-colors-border-layout);
2025
2033
  }
2026
2034
 
2027
- .tsystem-fill_var\(--Tight-colors-money-negative-weak\) {
2028
- fill: var(--Tight-colors-money-negative-weak);
2029
- }
2030
-
2031
2035
  .tsystem-fill_var\(--Tight-colors-money-positive-weak\) {
2032
2036
  fill: var(--Tight-colors-money-positive-weak);
2033
2037
  }
2034
2038
 
2039
+ .tsystem-fill_var\(--Tight-colors-money-negative-weak\) {
2040
+ fill: var(--Tight-colors-money-negative-weak);
2041
+ }
2042
+
2035
2043
  .tsystem-c_var\(--Tight-colors-money-positive-weak\) {
2036
2044
  color: var(--Tight-colors-money-positive-weak);
2037
2045
  }
@@ -2048,12 +2056,12 @@
2048
2056
  color: var(--Tight-colors-money-negative);
2049
2057
  }
2050
2058
 
2051
- .tsystem-bg-c_money\.positive\.weak {
2052
- background-color: var(--Tight-colors-money-positive-weak);
2059
+ .tsystem-c_positive {
2060
+ color: positive;
2053
2061
  }
2054
2062
 
2055
- .tsystem-bg-c_money\.negative\.weak {
2056
- background-color: var(--Tight-colors-money-negative-weak);
2063
+ .tsystem-c_negative {
2064
+ color: negative;
2057
2065
  }
2058
2066
 
2059
2067
  .tsystem-va_top {
@@ -2096,12 +2104,12 @@
2096
2104
  stroke-width: 1;
2097
2105
  }
2098
2106
 
2099
- .tsystem-bg-c_\#F003 {
2100
- background-color: #F003;
2107
+ .tsystem-bar1_positive {
2108
+ bar1: positive;
2101
2109
  }
2102
2110
 
2103
- .tsystem-bg-c_\#00F3 {
2104
- background-color: #00F3;
2111
+ .tsystem-bar2_negative {
2112
+ bar2: negative;
2105
2113
  }
2106
2114
 
2107
2115
  .tsystem-z_100 {
@@ -2116,8 +2124,8 @@
2116
2124
  font-family: Duplet Regular, sans-serif;
2117
2125
  }
2118
2126
 
2119
- .tsystem-bg-c_surface\.intent\.action\.discrete\.hover {
2120
- background-color: var(--Tight-colors-surface-intent-action-discrete-hover);
2127
+ .tsystem-bg-c_surface\.intent\.action\.discreet\.hover {
2128
+ background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
2121
2129
  }
2122
2130
 
2123
2131
  .tsystem-max-w_100\% {
@@ -2420,24 +2428,8 @@
2420
2428
  min-width: 128px;
2421
2429
  }
2422
2430
 
2423
- .tsystem-w_0 {
2424
- width: 0;
2425
- }
2426
-
2427
- .tsystem-h_0 {
2428
- height: 0;
2429
- }
2430
-
2431
- .tsystem-max-w_0 {
2432
- max-width: 0;
2433
- }
2434
-
2435
- .tsystem-w_100dvw {
2436
- width: 100dvw;
2437
- }
2438
-
2439
- .tsystem-max-h_100dvh {
2440
- max-height: 100dvh;
2431
+ .tsystem-min-h_100\% {
2432
+ min-height: 100%;
2441
2433
  }
2442
2434
 
2443
2435
  .tsystem-min-h_36px {
@@ -2720,6 +2712,10 @@
2720
2712
  padding-top: 8px;
2721
2713
  }
2722
2714
 
2715
+ .tsystem-pt_0 {
2716
+ padding-top: 0;
2717
+ }
2718
+
2723
2719
  .tsystem-h_35px {
2724
2720
  height: 35px;
2725
2721
  }
@@ -2888,12 +2884,12 @@
2888
2884
  padding-left: 25px;
2889
2885
  }
2890
2886
 
2891
- .tsystem-w_300px {
2892
- width: 300px;
2887
+ .tsystem-pr_20px {
2888
+ padding-right: 20px;
2893
2889
  }
2894
2890
 
2895
- .tsystem-min-h_100\% {
2896
- min-height: 100%;
2891
+ .tsystem-w_300px {
2892
+ width: 300px;
2897
2893
  }
2898
2894
 
2899
2895
  .tsystem-top_20 {
@@ -3226,8 +3222,8 @@
3226
3222
  background-color: var(--Tight-colors-currentColor);
3227
3223
  }
3228
3224
 
3229
- .\[\&\[data-state\=\'open\'\]\]\:tsystem-bg-c_surface\.intent\.action\.discrete\.active[data-state='open'] {
3230
- background-color: var(--Tight-colors-surface-intent-action-discrete-active);
3225
+ .\[\&\[data-state\=\'open\'\]\]\:tsystem-bg-c_surface\.intent\.action\.discreet\.active[data-state='open'] {
3226
+ background-color: var(--Tight-colors-surface-intent-action-discreet-active);
3231
3227
  }
3232
3228
 
3233
3229
  .\[\&\:\:placeholder\]\:tsystem-c_typography\.base\.weak::placeholder {
@@ -3250,8 +3246,8 @@
3250
3246
  cursor: default;
3251
3247
  }
3252
3248
 
3253
- .\[\&\[data-selected\=\'true\'\]\]\:tsystem-bg-c_surface\.intent\.action\.discrete\.active[data-selected='true'] {
3254
- background-color: var(--Tight-colors-surface-intent-action-discrete-active);
3249
+ .\[\&\[data-selected\=\'true\'\]\]\:tsystem-bg-c_surface\.intent\.action\.discreet\.active[data-selected='true'] {
3250
+ background-color: var(--Tight-colors-surface-intent-action-discreet-active);
3255
3251
  }
3256
3252
 
3257
3253
  .\[\&\[data-today\=\'true\'\]\:\:after\]\:tsystem-content_\'\'[data-today='true']::after {
@@ -3274,12 +3270,12 @@
3274
3270
  box-shadow: none;
3275
3271
  }
3276
3272
 
3277
- .\[\&\[data-focused\=\'true\'\]\]\:tsystem-bg-c_surface\.intent\.action\.discrete\.hover[data-focused='true'] {
3278
- background-color: var(--Tight-colors-surface-intent-action-discrete-hover);
3273
+ .\[\&\[data-focused\=\'true\'\]\]\:tsystem-bg-c_surface\.intent\.action\.discreet\.hover[data-focused='true'] {
3274
+ background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
3279
3275
  }
3280
3276
 
3281
- .\[\&\[data-active\=\'true\'\]\]\:tsystem-bg-c_surface\.intent\.action\.discrete\.active[data-active='true'] {
3282
- background-color: var(--Tight-colors-surface-intent-action-discrete-active);
3277
+ .\[\&\[data-active\=\'true\'\]\]\:tsystem-bg-c_surface\.intent\.action\.discreet\.active[data-active='true'] {
3278
+ background-color: var(--Tight-colors-surface-intent-action-discreet-active);
3283
3279
  }
3284
3280
 
3285
3281
  .\[\&_path\]\:tsystem-stk_surface\.foreground path {
@@ -3613,8 +3609,8 @@
3613
3609
  z-index: 1;
3614
3610
  }
3615
3611
 
3616
- .hover\:tsystem-bg-c_surface\.intent\.action\.discrete\.hover:is(:hover, [data-hover]) {
3617
- background-color: var(--Tight-colors-surface-intent-action-discrete-hover);
3612
+ .hover\:tsystem-bg-c_surface\.intent\.action\.discreet\.hover:is(:hover, [data-hover]) {
3613
+ background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
3618
3614
  }
3619
3615
 
3620
3616
  .\[\&\: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 {
@@ -3641,8 +3637,8 @@
3641
3637
  border-color: var(--Tight-colors-border-intent-warning-active);
3642
3638
  }
3643
3639
 
3644
- .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.action\.discrete\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.action\.discrete\.active[data-active='true']:enabled {
3645
- background-color: var(--Tight-colors-surface-intent-action-discrete-active);
3640
+ .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.action\.discreet\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.action\.discreet\.active[data-active='true']:enabled {
3641
+ background-color: var(--Tight-colors-surface-intent-action-discreet-active);
3646
3642
  }
3647
3643
 
3648
3644
  .\[\&\: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 {
@@ -3653,8 +3649,8 @@
3653
3649
  fill: var(--Tight-colors-icon-intent-action-active);
3654
3650
  }
3655
3651
 
3656
- .active\:tsystem-bg-c_surface\.intent\.action\.discrete\.active:is(:active, [data-active]) {
3657
- background-color: var(--Tight-colors-surface-intent-action-discrete-active);
3652
+ .active\:tsystem-bg-c_surface\.intent\.action\.discreet\.active:is(:active, [data-active]) {
3653
+ background-color: var(--Tight-colors-surface-intent-action-discreet-active);
3658
3654
  }
3659
3655
 
3660
3656
  .\[\&\: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 {
@@ -3798,8 +3794,8 @@
3798
3794
  place-self: flex-end;
3799
3795
  }
3800
3796
 
3801
- .sm\:tsystem-bg-c_surface\.intent\.action\.discrete {
3802
- background-color: var(--Tight-colors-surface-intent-action-discrete);
3797
+ .sm\:tsystem-bg-c_surface\.intent\.action\.discreet {
3798
+ background-color: var(--Tight-colors-surface-intent-action-discreet);
3803
3799
  }
3804
3800
 
3805
3801
  .sm\:tsystem-fs_label\.strong {
@@ -3906,30 +3902,6 @@
3906
3902
  max-width: 512px;
3907
3903
  }
3908
3904
 
3909
- .sm\:tsystem-w_100dvw {
3910
- width: 100dvw;
3911
- }
3912
-
3913
- .sm\:tsystem-h_100dvh {
3914
- height: 100dvh;
3915
- }
3916
-
3917
- .sm\:tsystem-min-w_100dvw {
3918
- min-width: 100dvw;
3919
- }
3920
-
3921
- .sm\:tsystem-min-h_100dvh {
3922
- min-height: 100dvh;
3923
- }
3924
-
3925
- .sm\:tsystem-max-h_100dvh {
3926
- max-height: 100dvh;
3927
- }
3928
-
3929
- .sm\:tsystem-max-w_100dvw {
3930
- max-width: 100dvw;
3931
- }
3932
-
3933
3905
  .sm\:tsystem-max-w_300 {
3934
3906
  max-width: 300px;
3935
3907
  }
@@ -3971,8 +3943,8 @@
3971
3943
 
3972
3944
  @media screen and (min-width: 40rem) {
3973
3945
  @media (hover: hover) and (pointer: fine) {
3974
- .supportHover\:sm\:tsystem-bg-c_surface\.intent\.action\.discrete\.hover:hover {
3975
- background-color: var(--Tight-colors-surface-intent-action-discrete-hover);
3946
+ .supportHover\:sm\:tsystem-bg-c_surface\.intent\.action\.discreet\.hover:hover {
3947
+ background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
3976
3948
  }
3977
3949
  }
3978
3950
  }
@@ -4016,8 +3988,8 @@
4016
3988
  border: var(--Tight-borderWidths-lg) solid var(--Tight-colors-border-layout);
4017
3989
  }
4018
3990
 
4019
- .xl\:tsystem-p_18px {
4020
- padding: 18px;
3991
+ .xl\:tsystem-p_16px {
3992
+ padding: 16px;
4021
3993
  }
4022
3994
 
4023
3995
  .xl\:tsystem-p_0_10px {
@@ -4056,6 +4028,14 @@
4056
4028
  border-radius: borderWidths.sm;
4057
4029
  }
4058
4030
 
4031
+ .xl\:tsystem-ovs-b_none {
4032
+ overscroll-behavior: none;
4033
+ }
4034
+
4035
+ .xl\:tsystem-bd-t_\{borderWidths\.md\}_solid_\{colors\.border\.layout\} {
4036
+ border-top: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
4037
+ }
4038
+
4059
4039
  .xl\:tsystem-gap_12px {
4060
4040
  gap: 12px;
4061
4041
  }
@@ -4100,6 +4080,10 @@
4100
4080
  align-self: stretch;
4101
4081
  }
4102
4082
 
4083
+ .xl\:tsystem-bg-c_overlay {
4084
+ background-color: var(--Tight-colors-overlay);
4085
+ }
4086
+
4103
4087
  .xl\:tsystem-lh_16px {
4104
4088
  line-height: 16px;
4105
4089
  }
@@ -4124,10 +4108,6 @@
4124
4108
  font-size: var(--Tight-fontSizes-md);
4125
4109
  }
4126
4110
 
4127
- .xl\:tsystem-fw_lg {
4128
- font-weight: var(--Tight-fontWeights-lg);
4129
- }
4130
-
4131
4111
  .xl\:tsystem-fs_body {
4132
4112
  font-size: var(--Tight-fontSizes-body);
4133
4113
  }
@@ -4216,6 +4196,10 @@
4216
4196
  height: 60px;
4217
4197
  }
4218
4198
 
4199
+ .xl\:tsystem-pt_8px {
4200
+ padding-top: 8px;
4201
+ }
4202
+
4219
4203
  .xl\:tsystem-min-w_900px {
4220
4204
  min-width: 900px;
4221
4205
  }
@@ -4426,14 +4410,14 @@
4426
4410
  }
4427
4411
 
4428
4412
  @media (hover: hover) and (pointer: fine) {
4429
- .supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.action\.discrete\.hover:not(:disabled, [disabled], [data-disabled]):hover {
4430
- background-color: var(--Tight-colors-surface-intent-action-discrete-hover);
4413
+ .supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.action\.discreet\.hover:not(:disabled, [disabled], [data-disabled]):hover {
4414
+ background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
4431
4415
  }
4432
4416
  }
4433
4417
 
4434
4418
  @media (hover: hover) and (pointer: fine) {
4435
- .supportHover\:enabled\:tsystem-bg-c_surface\.intent\.action\.discrete\.hover:enabled:hover {
4436
- background-color: var(--Tight-colors-surface-intent-action-discrete-hover);
4419
+ .supportHover\:enabled\:tsystem-bg-c_surface\.intent\.action\.discreet\.hover:enabled:hover {
4420
+ background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
4437
4421
  }
4438
4422
  }
4439
4423
 
@@ -4486,8 +4470,8 @@
4486
4470
  }
4487
4471
 
4488
4472
  @media (hover: hover) and (pointer: fine) {
4489
- .\[\&\[data-state\=\'closed\'\]\[data-disablehover\=\'false\'\]\]\:supportHover\:tsystem-bg-c_surface\.intent\.action\.discrete\.hover[data-state='closed'][data-disablehover='false']:hover {
4490
- background-color: var(--Tight-colors-surface-intent-action-discrete-hover);
4473
+ .\[\&\[data-state\=\'closed\'\]\[data-disablehover\=\'false\'\]\]\:supportHover\:tsystem-bg-c_surface\.intent\.action\.discreet\.hover[data-state='closed'][data-disablehover='false']:hover {
4474
+ background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
4491
4475
  }
4492
4476
  }
4493
4477
 
@@ -4504,8 +4488,8 @@
4504
4488
  }
4505
4489
 
4506
4490
  @media (hover: hover) and (pointer: fine) {
4507
- .\[\&\:not\(\[data-state\]\)\[data-disablehover\=\'false\'\]\:not\(\:focus-within\)\]\:supportHover\:tsystem-bg-c_surface\.intent\.action\.discrete\.hover:not([data-state])[data-disablehover='false']:not(:focus-within):hover {
4508
- background-color: var(--Tight-colors-surface-intent-action-discrete-hover);
4491
+ .\[\&\:not\(\[data-state\]\)\[data-disablehover\=\'false\'\]\:not\(\:focus-within\)\]\:supportHover\:tsystem-bg-c_surface\.intent\.action\.discreet\.hover:not([data-state])[data-disablehover='false']:not(:focus-within):hover {
4492
+ background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
4509
4493
  }
4510
4494
  }
4511
4495
 
@@ -4606,8 +4590,8 @@
4606
4590
  }
4607
4591
 
4608
4592
  @media (hover: hover) and (pointer: fine) {
4609
- .supportHover\:tsystem-bg-c_surface\.intent\.action\.discrete\.hover:hover {
4610
- background-color: var(--Tight-colors-surface-intent-action-discrete-hover);
4593
+ .supportHover\:tsystem-bg-c_surface\.intent\.action\.discreet\.hover:hover {
4594
+ background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
4611
4595
  }
4612
4596
  }
4613
4597
 
package/dist/index.css.gz CHANGED
Binary file
package/dist/index.d.ts CHANGED
@@ -1,11 +1,10 @@
1
1
  import { JSX } from 'react/jsx-runtime';
2
2
  import { PropsWithChildren } from 'react';
3
3
 
4
- export declare function BanksAndIntegrations({ onPlaidLink, hideManualBanks }: BanksAndIntegrationsComponentProps): JSX.Element;
4
+ export declare function BanksAndIntegrations({ onPlaidLink }: BanksAndIntegrationsComponentProps): JSX.Element;
5
5
 
6
6
  declare type BanksAndIntegrationsComponentProps = {
7
7
  onPlaidLink?: (eventData: OnPlaidLinkEventData) => void;
8
- hideManualBanks?: boolean;
9
8
  };
10
9
 
11
10
  declare type BanksAndIntegrationsOptions = {