@tight-embedded/react 6.9.1 → 6.10.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 +82 -36
- package/dist/index.css.gz +0 -0
- package/dist/index.d.ts +2 -1
- 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 -2
package/dist/index.css
CHANGED
|
@@ -615,6 +615,10 @@
|
|
|
615
615
|
background: var(--Tight-colors-surface-foreground);
|
|
616
616
|
}
|
|
617
617
|
|
|
618
|
+
.tsystem-p_26px {
|
|
619
|
+
padding: 26px;
|
|
620
|
+
}
|
|
621
|
+
|
|
618
622
|
.tsystem-p_15px {
|
|
619
623
|
padding: 15px;
|
|
620
624
|
}
|
|
@@ -631,6 +635,10 @@
|
|
|
631
635
|
background: var(--Tight-colors-brand-primary-strong);
|
|
632
636
|
}
|
|
633
637
|
|
|
638
|
+
.tsystem-bg_surface\.foreground\.disabled {
|
|
639
|
+
background: var(--Tight-colors-surface-foreground-disabled);
|
|
640
|
+
}
|
|
641
|
+
|
|
634
642
|
.tsystem-p_16px_16px {
|
|
635
643
|
padding: 16px 16px;
|
|
636
644
|
}
|
|
@@ -707,6 +715,10 @@
|
|
|
707
715
|
margin: 0 auto;
|
|
708
716
|
}
|
|
709
717
|
|
|
718
|
+
.tsystem-bd_\{borderWidths\.md\}_solid_\{colors\.border\.layout\} {
|
|
719
|
+
border: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
|
|
720
|
+
}
|
|
721
|
+
|
|
710
722
|
.tsystem-p_12px_15px {
|
|
711
723
|
padding: 12px 15px;
|
|
712
724
|
}
|
|
@@ -715,6 +727,10 @@
|
|
|
715
727
|
padding: 15px;
|
|
716
728
|
}
|
|
717
729
|
|
|
730
|
+
.tsystem-p_15px_15px_0_15px {
|
|
731
|
+
padding: 15px 15px 0 15px;
|
|
732
|
+
}
|
|
733
|
+
|
|
718
734
|
.tsystem-p_large {
|
|
719
735
|
padding: large;
|
|
720
736
|
}
|
|
@@ -735,18 +751,6 @@
|
|
|
735
751
|
padding: 6px 8px;
|
|
736
752
|
}
|
|
737
753
|
|
|
738
|
-
.tsystem-bd_\{borderWidths\.md\}_solid_\{colors\.border\.layout\} {
|
|
739
|
-
border: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
|
|
740
|
-
}
|
|
741
|
-
|
|
742
|
-
.tsystem-p_15px_15px_0_15px {
|
|
743
|
-
padding: 15px 15px 0 15px;
|
|
744
|
-
}
|
|
745
|
-
|
|
746
|
-
.tsystem-p_26px {
|
|
747
|
-
padding: 26px;
|
|
748
|
-
}
|
|
749
|
-
|
|
750
754
|
.tsystem-bd_1px_solid_\{colors\.border\.intent\.action\} {
|
|
751
755
|
border: 1px solid var(--Tight-colors-border-intent-action);
|
|
752
756
|
}
|
|
@@ -847,6 +851,14 @@
|
|
|
847
851
|
padding: 2px 6px;
|
|
848
852
|
}
|
|
849
853
|
|
|
854
|
+
.tsystem-p_0_16px {
|
|
855
|
+
padding: 0 16px;
|
|
856
|
+
}
|
|
857
|
+
|
|
858
|
+
.tsystem-m_0_-9px {
|
|
859
|
+
margin: 0 -9px;
|
|
860
|
+
}
|
|
861
|
+
|
|
850
862
|
.tsystem-p_4px_8px {
|
|
851
863
|
padding: 4px 8px;
|
|
852
864
|
}
|
|
@@ -1064,10 +1076,6 @@
|
|
|
1064
1076
|
gap: 0;
|
|
1065
1077
|
}
|
|
1066
1078
|
|
|
1067
|
-
.tsystem-bd-c_border\.layout\.weak {
|
|
1068
|
-
border-color: var(--Tight-colors-border-layout-weak);
|
|
1069
|
-
}
|
|
1070
|
-
|
|
1071
1079
|
.tsystem-trs_height_0\.5s\,_width_0\.5s {
|
|
1072
1080
|
transition: height 0.5s, width 0.5s;
|
|
1073
1081
|
}
|
|
@@ -1284,10 +1292,18 @@
|
|
|
1284
1292
|
border-width: var(--Tight-borderWidths-sm);
|
|
1285
1293
|
}
|
|
1286
1294
|
|
|
1295
|
+
.tsystem-bd-c_border\.layout\.weak {
|
|
1296
|
+
border-color: var(--Tight-colors-border-layout-weak);
|
|
1297
|
+
}
|
|
1298
|
+
|
|
1287
1299
|
.tsystem-bd-c_weak {
|
|
1288
1300
|
border-color: weak;
|
|
1289
1301
|
}
|
|
1290
1302
|
|
|
1303
|
+
.tsystem-py_16px {
|
|
1304
|
+
padding-block: 16px;
|
|
1305
|
+
}
|
|
1306
|
+
|
|
1291
1307
|
.tsystem-flex_1_1_100\% {
|
|
1292
1308
|
flex: 1 1 100%;
|
|
1293
1309
|
}
|
|
@@ -1658,6 +1674,10 @@
|
|
|
1658
1674
|
color: var(--Tight-colors-icon-contrast);
|
|
1659
1675
|
}
|
|
1660
1676
|
|
|
1677
|
+
.tsystem-cursor_not-allowed {
|
|
1678
|
+
cursor: not-allowed;
|
|
1679
|
+
}
|
|
1680
|
+
|
|
1661
1681
|
.tsystem-fill_surface\.intent\.action\.active {
|
|
1662
1682
|
fill: var(--Tight-colors-surface-intent-action-active);
|
|
1663
1683
|
}
|
|
@@ -1726,10 +1746,6 @@
|
|
|
1726
1746
|
object-position: left;
|
|
1727
1747
|
}
|
|
1728
1748
|
|
|
1729
|
-
.tsystem-cursor_not-allowed {
|
|
1730
|
-
cursor: not-allowed;
|
|
1731
|
-
}
|
|
1732
|
-
|
|
1733
1749
|
.tsystem-op_0\.5 {
|
|
1734
1750
|
opacity: 0.5;
|
|
1735
1751
|
}
|
|
@@ -2678,6 +2694,10 @@
|
|
|
2678
2694
|
width: 25px;
|
|
2679
2695
|
}
|
|
2680
2696
|
|
|
2697
|
+
.tsystem-h_35px {
|
|
2698
|
+
height: 35px;
|
|
2699
|
+
}
|
|
2700
|
+
|
|
2681
2701
|
.tsystem-ov-x_hidden {
|
|
2682
2702
|
overflow-x: hidden;
|
|
2683
2703
|
}
|
|
@@ -2858,14 +2878,14 @@
|
|
|
2858
2878
|
width: 44px;
|
|
2859
2879
|
}
|
|
2860
2880
|
|
|
2861
|
-
.tsystem-h_85px {
|
|
2862
|
-
height: 85px;
|
|
2863
|
-
}
|
|
2864
|
-
|
|
2865
2881
|
.tsystem-h_60px {
|
|
2866
2882
|
height: 60px;
|
|
2867
2883
|
}
|
|
2868
2884
|
|
|
2885
|
+
.tsystem-h_85px {
|
|
2886
|
+
height: 85px;
|
|
2887
|
+
}
|
|
2888
|
+
|
|
2869
2889
|
.tsystem-mt_16px {
|
|
2870
2890
|
margin-top: 16px;
|
|
2871
2891
|
}
|
|
@@ -3133,10 +3153,6 @@
|
|
|
3133
3153
|
padding-right: 15px;
|
|
3134
3154
|
}
|
|
3135
3155
|
|
|
3136
|
-
.tsystem-h_35px {
|
|
3137
|
-
height: 35px;
|
|
3138
|
-
}
|
|
3139
|
-
|
|
3140
3156
|
.tsystem-mb_8px {
|
|
3141
3157
|
margin-bottom: 8px;
|
|
3142
3158
|
}
|
|
@@ -3381,6 +3397,10 @@
|
|
|
3381
3397
|
left: 20px;
|
|
3382
3398
|
}
|
|
3383
3399
|
|
|
3400
|
+
.tsystem-w_-webkit-fill-available {
|
|
3401
|
+
width: -webkit-fill-available;
|
|
3402
|
+
}
|
|
3403
|
+
|
|
3384
3404
|
.tsystem-bottom_-25px {
|
|
3385
3405
|
bottom: -25px;
|
|
3386
3406
|
}
|
|
@@ -3573,6 +3593,10 @@
|
|
|
3573
3593
|
max-width: 175px;
|
|
3574
3594
|
}
|
|
3575
3595
|
|
|
3596
|
+
.odd\:tsystem-bg_surface\.background:nth-child(odd) {
|
|
3597
|
+
background: var(--Tight-colors-surface-background);
|
|
3598
|
+
}
|
|
3599
|
+
|
|
3576
3600
|
.\[\&\[data-haserror\=\'true\'\]\]\:tsystem-bd_\{borderWidths\.lg\}_solid[data-haserror='true'] {
|
|
3577
3601
|
border: var(--Tight-borderWidths-lg) solid;
|
|
3578
3602
|
}
|
|
@@ -3853,6 +3877,14 @@
|
|
|
3853
3877
|
background-color: var(--Tight-colors-brand-primary);
|
|
3854
3878
|
}
|
|
3855
3879
|
|
|
3880
|
+
.disabled\:tsystem-cursor_not-allowed:is(:disabled, [disabled], [data-disabled], [aria-disabled=true]) {
|
|
3881
|
+
cursor: not-allowed;
|
|
3882
|
+
}
|
|
3883
|
+
|
|
3884
|
+
.disabled\:tsystem-op_0\.5:is(:disabled, [disabled], [data-disabled], [aria-disabled=true]) {
|
|
3885
|
+
opacity: 0.5;
|
|
3886
|
+
}
|
|
3887
|
+
|
|
3856
3888
|
.\[\&\[data-focused\=\'true\'\]\]\:tsystem-bx-sh_none[data-focused='true'] {
|
|
3857
3889
|
box-shadow: none;
|
|
3858
3890
|
}
|
|
@@ -4072,6 +4104,10 @@
|
|
|
4072
4104
|
outline: 2px solid;
|
|
4073
4105
|
}
|
|
4074
4106
|
|
|
4107
|
+
.focusVisible\:tsystem-ring_2px_solid:is(:focus-visible, [data-focus-visible]) {
|
|
4108
|
+
outline: 2px solid;
|
|
4109
|
+
}
|
|
4110
|
+
|
|
4075
4111
|
.\[\&\:has\(button\:focus-visible\)\]\:tsystem-ring_4px_solid:has(button:focus-visible) {
|
|
4076
4112
|
outline: 4px solid;
|
|
4077
4113
|
}
|
|
@@ -4156,6 +4192,10 @@
|
|
|
4156
4192
|
cursor: text;
|
|
4157
4193
|
}
|
|
4158
4194
|
|
|
4195
|
+
.focusVisible\:tsystem-ring-o_2px:is(:focus-visible, [data-focus-visible]) {
|
|
4196
|
+
outline-offset: 2px;
|
|
4197
|
+
}
|
|
4198
|
+
|
|
4159
4199
|
.focusVisible\:tsystem-ring-o_-2px:is(:focus-visible, [data-focus-visible]) {
|
|
4160
4200
|
outline-offset: -2px;
|
|
4161
4201
|
}
|
|
@@ -4655,14 +4695,14 @@
|
|
|
4655
4695
|
background: var(--Tight-colors-surface-background);
|
|
4656
4696
|
}
|
|
4657
4697
|
|
|
4658
|
-
.xl\:tsystem-p_4px {
|
|
4659
|
-
padding: 4px;
|
|
4660
|
-
}
|
|
4661
|
-
|
|
4662
4698
|
.xl\:tsystem-p_16px {
|
|
4663
4699
|
padding: 16px;
|
|
4664
4700
|
}
|
|
4665
4701
|
|
|
4702
|
+
.xl\:tsystem-p_4px {
|
|
4703
|
+
padding: 4px;
|
|
4704
|
+
}
|
|
4705
|
+
|
|
4666
4706
|
.xl\:tsystem-gap_15px {
|
|
4667
4707
|
gap: 15px;
|
|
4668
4708
|
}
|
|
@@ -4699,14 +4739,14 @@
|
|
|
4699
4739
|
border-radius: var(--Tight-radii-sm);
|
|
4700
4740
|
}
|
|
4701
4741
|
|
|
4702
|
-
.xl\:tsystem-bd-t_\{borderWidths\.md\}_solid_\{colors\.border\.layout\} {
|
|
4703
|
-
border-top: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
|
|
4704
|
-
}
|
|
4705
|
-
|
|
4706
4742
|
.xl\:tsystem-gap_12px {
|
|
4707
4743
|
gap: 12px;
|
|
4708
4744
|
}
|
|
4709
4745
|
|
|
4746
|
+
.xl\:tsystem-bd-t_\{borderWidths\.md\}_solid_\{colors\.border\.layout\} {
|
|
4747
|
+
border-top: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
|
|
4748
|
+
}
|
|
4749
|
+
|
|
4710
4750
|
.xl\:tsystem-flex_0_0_342px {
|
|
4711
4751
|
flex: 0 0 342px;
|
|
4712
4752
|
}
|
|
@@ -5104,6 +5144,12 @@
|
|
|
5104
5144
|
.supportHover\:\[\&\[data-is-checked\=\'false\'\]\]\:tsystem-bg-c_surface\.background\.hover[data-is-checked='false']:hover {
|
|
5105
5145
|
background-color: var(--Tight-colors-surface-background-hover);
|
|
5106
5146
|
}
|
|
5147
|
+
}
|
|
5148
|
+
|
|
5149
|
+
@media (hover: hover) and (pointer: fine) {
|
|
5150
|
+
.supportHover\:\[\&\[data-is-checked\=\'false\'\]\]\:tsystem-bg-c_surface\.foreground\.disabled[data-is-checked='false']:hover {
|
|
5151
|
+
background-color: var(--Tight-colors-surface-foreground-disabled);
|
|
5152
|
+
}
|
|
5107
5153
|
}
|
|
5108
5154
|
|
|
5109
5155
|
@media (hover: hover) and (pointer: fine) {
|
package/dist/index.css.gz
CHANGED
|
Binary file
|
package/dist/index.d.ts
CHANGED
|
@@ -77,7 +77,7 @@ declare type BankTransactionType = "EXPENSE" | "REVENUE" | "TRANSFER_IN" | "TRAN
|
|
|
77
77
|
*
|
|
78
78
|
* @see NavState
|
|
79
79
|
*/
|
|
80
|
-
export declare type BasePage = "FinancialOverview" | "TransactionsDashboard" | "BanksAndIntegrations" | "ExpenseDashboard" | "IncomeDashboard" | "ReportDashboard" | "GeneralLedger";
|
|
80
|
+
export declare type BasePage = "FinancialOverview" | "TransactionsDashboard" | "BanksAndIntegrations" | "ExpenseDashboard" | "IncomeDashboard" | "ReportDashboard" | "GeneralLedger" | "ChartOfAccounts";
|
|
81
81
|
|
|
82
82
|
/**
|
|
83
83
|
* A standalone drawer for rendering a conversation that is not attached to an entity.
|
|
@@ -104,6 +104,7 @@ declare type DrawerProps = {
|
|
|
104
104
|
Conversation: ComponentPropsWithoutRef<typeof ConversationDrawer>;
|
|
105
105
|
MobileConversation: ComponentPropsWithoutRef<typeof MobileConversationDrawer>;
|
|
106
106
|
BankAccountForm: ComponentPropsWithoutRef<typeof BankAccountForm>;
|
|
107
|
+
AccountForm: EmptyObject;
|
|
107
108
|
NewConnection: EmptyObject;
|
|
108
109
|
FinancialSummary: ComponentPropsWithoutRef<typeof FinancialSummaryDrawer>;
|
|
109
110
|
BanksAndIntegrations: EmptyObject;
|