@layerfi/components 0.1.121-alpha.1 → 0.1.121-alpha.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.
- package/dist/cjs/index.cjs +4336 -3585
- package/dist/esm/index.mjs +4339 -3588
- package/dist/index.css +502 -379
- package/dist/index.d.ts +9 -5
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -2014,13 +2014,6 @@
|
|
|
2014
2014
|
justify-content: flex-end;
|
|
2015
2015
|
text-align: right;
|
|
2016
2016
|
}
|
|
2017
|
-
.Layer__bank-transaction-row--removing .Layer__table-cell-content {
|
|
2018
|
-
top: 1px;
|
|
2019
|
-
overflow: hidden;
|
|
2020
|
-
max-height: 0;
|
|
2021
|
-
padding-top: 0;
|
|
2022
|
-
padding-bottom: 0;
|
|
2023
|
-
}
|
|
2024
2017
|
@container (min-width: 1400px) {
|
|
2025
2018
|
.Layer__table tr td:first-child .Layer__table-cell-content,
|
|
2026
2019
|
.Layer__table tr th:first-child.Layer__table-cell .Layer__table-cell-content,
|
|
@@ -2962,6 +2955,7 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
2962
2955
|
margin-left: 0;
|
|
2963
2956
|
}
|
|
2964
2957
|
.Layer__bank-transactions__list-loader {
|
|
2958
|
+
width: 100%;
|
|
2965
2959
|
padding: var(--spacing-lg) var(--spacing-md);
|
|
2966
2960
|
}
|
|
2967
2961
|
.Layer__bank-transactions__loader-row {
|
|
@@ -2979,6 +2973,7 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
2979
2973
|
}
|
|
2980
2974
|
.Layer__bank-transactions__header__content {
|
|
2981
2975
|
display: flex;
|
|
2976
|
+
gap: var(--spacing-lg);
|
|
2982
2977
|
align-items: center;
|
|
2983
2978
|
justify-content: space-between;
|
|
2984
2979
|
min-height: 40px;
|
|
@@ -3009,11 +3004,6 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
3009
3004
|
transform: scale(1);
|
|
3010
3005
|
opacity: 1;
|
|
3011
3006
|
}
|
|
3012
|
-
.Layer__bank-transaction-row.Layer__bank-transaction-row--removing .Layer__table-cell-content {
|
|
3013
|
-
overflow: hidden;
|
|
3014
|
-
min-height: 0;
|
|
3015
|
-
padding: 0 var(--spacing-md);
|
|
3016
|
-
}
|
|
3017
3007
|
.Layer__bank-transaction-row:first-child .Layer__table-cell {
|
|
3018
3008
|
border-top-width: 0;
|
|
3019
3009
|
}
|
|
@@ -3704,13 +3694,6 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
3704
3694
|
border-right-color: transparent;
|
|
3705
3695
|
}
|
|
3706
3696
|
}
|
|
3707
|
-
.Layer__bank-transaction-row--removing .Layer__table-cell-content {
|
|
3708
|
-
top: 1px;
|
|
3709
|
-
overflow: hidden;
|
|
3710
|
-
max-height: 0;
|
|
3711
|
-
padding-top: 0;
|
|
3712
|
-
padding-bottom: 0;
|
|
3713
|
-
}
|
|
3714
3697
|
.Layer__bank-transactions__mobile-list {
|
|
3715
3698
|
display: flex;
|
|
3716
3699
|
flex-direction: column;
|
|
@@ -3741,17 +3724,6 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
3741
3724
|
opacity: 1;
|
|
3742
3725
|
transform: scale(1);
|
|
3743
3726
|
}
|
|
3744
|
-
.Layer__bank-transaction-mobile-list-item.show.Layer__bank-transaction-row--removing {
|
|
3745
|
-
opacity: 0;
|
|
3746
|
-
transition: all 500ms ease-in-out, opacity 80ms ease-out;
|
|
3747
|
-
overflow: hidden;
|
|
3748
|
-
margin-top: 0;
|
|
3749
|
-
margin-bottom: 0;
|
|
3750
|
-
}
|
|
3751
|
-
.Layer__bank-transaction-mobile-list-item.show.Layer__bank-transaction-row--removing .Layer__bank-transaction-mobile-list-item__heading {
|
|
3752
|
-
transition: height 180ms ease-out;
|
|
3753
|
-
height: 0 !important;
|
|
3754
|
-
}
|
|
3755
3727
|
.Layer__bank-transaction-mobile-list-item .Layer__text--error {
|
|
3756
3728
|
padding: var(--spacing-sm) 0;
|
|
3757
3729
|
font-size: 12px;
|
|
@@ -6094,6 +6066,14 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
6094
6066
|
|
|
6095
6067
|
.Layer__Spacer {
|
|
6096
6068
|
flex: 1 1 0%;
|
|
6069
|
+
}.Layer__MobileListSkeleton {
|
|
6070
|
+
width: 100%;
|
|
6071
|
+
}
|
|
6072
|
+
.Layer__MobileListSkeleton__Item {
|
|
6073
|
+
padding: var(--spacing-sm);
|
|
6074
|
+
border-radius: var(--border-radius-2xs);
|
|
6075
|
+
border: 1px solid var(--border-color);
|
|
6076
|
+
background-color: var(--color-base-0);
|
|
6097
6077
|
}.Layer__UI__Toggle {
|
|
6098
6078
|
box-sizing: border-box;
|
|
6099
6079
|
position: relative;
|
|
@@ -6141,7 +6121,7 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
6141
6121
|
font-size: var(--text-sm);
|
|
6142
6122
|
text-align: justify;
|
|
6143
6123
|
color: var(--color-base-300);
|
|
6144
|
-
|
|
6124
|
+
overflow-wrap: break-word;
|
|
6145
6125
|
white-space: normal;
|
|
6146
6126
|
}
|
|
6147
6127
|
|
|
@@ -6701,11 +6681,8 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
6701
6681
|
animation: drawer-slide 250ms reverse ease-in;
|
|
6702
6682
|
}
|
|
6703
6683
|
.Layer__Modal[data-variant=mobile-drawer] {
|
|
6704
|
-
|
|
6705
|
-
bottom: 0;
|
|
6684
|
+
display: contents;
|
|
6706
6685
|
overflow: hidden;
|
|
6707
|
-
block-size: 80%;
|
|
6708
|
-
inline-size: 100%;
|
|
6709
6686
|
border-radius: var(--border-radius-2xs) var(--border-radius-2xs) 0 0;
|
|
6710
6687
|
}
|
|
6711
6688
|
.Layer__Modal[data-variant=mobile-drawer][data-entering] {
|
|
@@ -6738,12 +6715,40 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
6738
6715
|
border-radius: 0;
|
|
6739
6716
|
}
|
|
6740
6717
|
.Layer__Dialog[data-variant=mobile-drawer] {
|
|
6718
|
+
position: fixed;
|
|
6719
|
+
bottom: 0;
|
|
6720
|
+
overflow: hidden;
|
|
6721
|
+
block-size: auto;
|
|
6722
|
+
max-block-size: 100%;
|
|
6723
|
+
inline-size: 100%;
|
|
6741
6724
|
padding: 0;
|
|
6742
6725
|
border-radius: var(--border-radius-2xs) var(--border-radius-2xs) 0 0;
|
|
6743
6726
|
}
|
|
6727
|
+
.Layer__Dialog[data-variant=mobile-drawer][data-entering] {
|
|
6728
|
+
animation: mobile-drawer-slide 250ms;
|
|
6729
|
+
}
|
|
6730
|
+
.Layer__Dialog[data-variant=mobile-drawer][data-exiting] {
|
|
6731
|
+
animation: mobile-drawer-slide 250ms reverse ease-in;
|
|
6732
|
+
}
|
|
6744
6733
|
.Layer__Dialog[data-variant=mobile-popover] {
|
|
6745
6734
|
padding: 0;
|
|
6746
6735
|
}
|
|
6736
|
+
.Layer__Dialog__Header {
|
|
6737
|
+
position: sticky;
|
|
6738
|
+
z-index: 1;
|
|
6739
|
+
top: 0;
|
|
6740
|
+
padding-block-start: var(--spacing-md);
|
|
6741
|
+
padding-inline: var(--spacing-md);
|
|
6742
|
+
background-color: white;
|
|
6743
|
+
}
|
|
6744
|
+
.Layer__Dialog__Content {
|
|
6745
|
+
overflow: auto;
|
|
6746
|
+
block-size: auto;
|
|
6747
|
+
}
|
|
6748
|
+
.Layer__Dialog__KeyboardSpacer {
|
|
6749
|
+
flex-shrink: 0;
|
|
6750
|
+
background-color: white;
|
|
6751
|
+
}
|
|
6747
6752
|
|
|
6748
6753
|
@keyframes drawer-slide {
|
|
6749
6754
|
from {
|
|
@@ -7036,6 +7041,16 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
7036
7041
|
font-size: var(--input-font-size);
|
|
7037
7042
|
}
|
|
7038
7043
|
|
|
7044
|
+
.Layer__ComboBoxMultiValue {
|
|
7045
|
+
max-width: calc(100% - var(--spacing-3xs));
|
|
7046
|
+
}
|
|
7047
|
+
|
|
7048
|
+
.Layer__ComboBoxMultiValueLabel {
|
|
7049
|
+
overflow: hidden;
|
|
7050
|
+
white-space: nowrap;
|
|
7051
|
+
text-overflow: ellipsis;
|
|
7052
|
+
}
|
|
7053
|
+
|
|
7039
7054
|
.Layer__ComboBoxIndicatorsContainer {
|
|
7040
7055
|
padding-inline-end: var(--spacing-3xs);
|
|
7041
7056
|
}
|
|
@@ -8039,145 +8054,6 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
8039
8054
|
inline-size: 12ch;
|
|
8040
8055
|
}.Layer__InvisibleDownload {
|
|
8041
8056
|
display: none;
|
|
8042
|
-
}.Layer__UI__Table-Table {
|
|
8043
|
-
border-collapse: collapse;
|
|
8044
|
-
}
|
|
8045
|
-
|
|
8046
|
-
.Layer__UI__Table-TableHeader {
|
|
8047
|
-
height: 3.25rem;
|
|
8048
|
-
}
|
|
8049
|
-
.Layer__UI__Table-TableHeader:not(:last-child) .Layer__UI__Table-Column {
|
|
8050
|
-
border-bottom: 1px solid var(--color-base-300);
|
|
8051
|
-
}
|
|
8052
|
-
.Layer__UI__Table-TableHeader > tr {
|
|
8053
|
-
height: inherit;
|
|
8054
|
-
}
|
|
8055
|
-
.Layer__UI__Table-TableHeader--hidden {
|
|
8056
|
-
display: none;
|
|
8057
|
-
}
|
|
8058
|
-
|
|
8059
|
-
.Layer__UI__Table-Row {
|
|
8060
|
-
height: 3.25rem;
|
|
8061
|
-
background-color: var(--color-base-200);
|
|
8062
|
-
}
|
|
8063
|
-
.Layer__UI__Table-Row:not(:last-child) .Layer__UI__Table-Cell {
|
|
8064
|
-
border-bottom: 1px solid var(--color-base-300);
|
|
8065
|
-
}
|
|
8066
|
-
.Layer__UI__Table-Row[data-depth="0"] {
|
|
8067
|
-
background-color: var(--color-base-0);
|
|
8068
|
-
}
|
|
8069
|
-
.Layer__UI__Table-Row[data-depth="1"] {
|
|
8070
|
-
background-color: var(--color-base-50);
|
|
8071
|
-
}
|
|
8072
|
-
.Layer__UI__Table-Row[data-depth="2"] {
|
|
8073
|
-
background-color: var(--color-base-100);
|
|
8074
|
-
}
|
|
8075
|
-
|
|
8076
|
-
.Layer__UI__Table-Column {
|
|
8077
|
-
box-sizing: border-box;
|
|
8078
|
-
display: flex;
|
|
8079
|
-
align-items: center;
|
|
8080
|
-
height: inherit;
|
|
8081
|
-
padding: var(--spacing-xs) var(--spacing-sm);
|
|
8082
|
-
font-size: var(--text-sm);
|
|
8083
|
-
font-weight: var(--font-weight-normal);
|
|
8084
|
-
color: var(--color-base-600);
|
|
8085
|
-
}
|
|
8086
|
-
.Layer__UI__Table-Column:first-child {
|
|
8087
|
-
padding-left: var(--spacing-md);
|
|
8088
|
-
}
|
|
8089
|
-
.Layer__UI__Table-Column:last-child {
|
|
8090
|
-
padding-right: var(--spacing-md);
|
|
8091
|
-
}
|
|
8092
|
-
.Layer__UI__Table-Column[data-text-align=left] {
|
|
8093
|
-
text-align: left;
|
|
8094
|
-
}
|
|
8095
|
-
.Layer__UI__Table-Column[data-text-align=center] {
|
|
8096
|
-
text-align: center;
|
|
8097
|
-
}
|
|
8098
|
-
.Layer__UI__Table-Column[data-text-align=right] {
|
|
8099
|
-
text-align: right;
|
|
8100
|
-
}
|
|
8101
|
-
|
|
8102
|
-
.Layer__UI__Table-Cell {
|
|
8103
|
-
box-sizing: border-box;
|
|
8104
|
-
display: flex;
|
|
8105
|
-
align-items: center;
|
|
8106
|
-
height: inherit;
|
|
8107
|
-
padding: var(--spacing-xs) var(--spacing-sm);
|
|
8108
|
-
font-size: var(--text-md);
|
|
8109
|
-
font-weight: var(--font-weight-normal);
|
|
8110
|
-
color: var(--color-base-800);
|
|
8111
|
-
}
|
|
8112
|
-
.Layer__UI__Table-Cell:first-child {
|
|
8113
|
-
padding-left: var(--spacing-md);
|
|
8114
|
-
}
|
|
8115
|
-
.Layer__UI__Table-Cell:last-child {
|
|
8116
|
-
padding-right: var(--spacing-md);
|
|
8117
|
-
}.Layer__UI__VirtualizedTable__container {
|
|
8118
|
-
position: relative;
|
|
8119
|
-
overflow: auto;
|
|
8120
|
-
}
|
|
8121
|
-
|
|
8122
|
-
.Layer__UI__VirtualizedTable__state-container {
|
|
8123
|
-
display: flex;
|
|
8124
|
-
align-items: center;
|
|
8125
|
-
justify-content: center;
|
|
8126
|
-
}
|
|
8127
|
-
|
|
8128
|
-
.Layer__UI__VirtualizedTable {
|
|
8129
|
-
display: grid;
|
|
8130
|
-
}
|
|
8131
|
-
|
|
8132
|
-
.Layer__UI__VirtualizedTable__header {
|
|
8133
|
-
position: sticky;
|
|
8134
|
-
z-index: 1;
|
|
8135
|
-
top: 0;
|
|
8136
|
-
display: grid;
|
|
8137
|
-
}
|
|
8138
|
-
|
|
8139
|
-
.Layer__UI__VirtualizedTable__header-cell {
|
|
8140
|
-
background-color: var(--color-base-0);
|
|
8141
|
-
}
|
|
8142
|
-
|
|
8143
|
-
.Layer__UI__VirtualizedTable__row {
|
|
8144
|
-
position: absolute;
|
|
8145
|
-
display: grid;
|
|
8146
|
-
width: 100%;
|
|
8147
|
-
}.Layer__AffectedTransactionsTable {
|
|
8148
|
-
container-type: inline-size;
|
|
8149
|
-
--affected-transactions-table-cols:
|
|
8150
|
-
minmax(10rem, 25%)
|
|
8151
|
-
minmax(20rem, 50%)
|
|
8152
|
-
minmax(10rem, 25%);
|
|
8153
|
-
}
|
|
8154
|
-
.Layer__AffectedTransactionsTable .Layer__UI__Table__AffectedTransactionsTable {
|
|
8155
|
-
table-layout: fixed;
|
|
8156
|
-
}
|
|
8157
|
-
.Layer__AffectedTransactionsTable .Layer__UI__Table__AffectedTransactionsTable .Layer__UI__VirtualizedTable__row,
|
|
8158
|
-
.Layer__AffectedTransactionsTable .Layer__UI__Table__AffectedTransactionsTable .Layer__UI__VirtualizedTable__header > tr {
|
|
8159
|
-
display: grid;
|
|
8160
|
-
grid-template-columns: var(--affected-transactions-table-cols);
|
|
8161
|
-
}
|
|
8162
|
-
.Layer__AffectedTransactionsTable .Layer__UI__Table__AffectedTransactionsTable .Layer__UI__Table-Column__AffectedTransactionsTable--Date,
|
|
8163
|
-
.Layer__AffectedTransactionsTable .Layer__UI__Table__AffectedTransactionsTable .Layer__UI__Table-Cell__AffectedTransactionsTable--Date {
|
|
8164
|
-
color: var(--color-base-600);
|
|
8165
|
-
}
|
|
8166
|
-
.Layer__AffectedTransactionsTable .Layer__UI__Table__AffectedTransactionsTable .Layer__UI__Table-Column__AffectedTransactionsTable--Amount,
|
|
8167
|
-
.Layer__AffectedTransactionsTable .Layer__UI__Table__AffectedTransactionsTable .Layer__UI__Table-Cell__AffectedTransactionsTable--Amount {
|
|
8168
|
-
justify-content: flex-end;
|
|
8169
|
-
}
|
|
8170
|
-
@container (width <= 840px) {
|
|
8171
|
-
.Layer__AffectedTransactionsTable .Layer__UI__Table__AffectedTransactionsTable .Layer__UI__VirtualizedTable__row,
|
|
8172
|
-
.Layer__AffectedTransactionsTable .Layer__UI__Table__AffectedTransactionsTable .Layer__UI__VirtualizedTable__header > tr {
|
|
8173
|
-
grid-template-columns: minmax(4rem, 25%) minmax(8rem, 50%) minmax(4rem, 25%); /* amount */
|
|
8174
|
-
}
|
|
8175
|
-
}.Layer__suggested-categorization-rule-updates .Layer__UI__Button {
|
|
8176
|
-
width: 100%;
|
|
8177
|
-
}
|
|
8178
|
-
|
|
8179
|
-
.Layer__suggested-categorization-rule-updates-header {
|
|
8180
|
-
padding-bottom: var(--spacing-sm);
|
|
8181
8057
|
}.Layer__bankTransactionsListItemCategory__List {
|
|
8182
8058
|
padding-block: var(--spacing-xs);
|
|
8183
8059
|
padding-inline: var(--spacing-md);
|
|
@@ -8584,11 +8460,9 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
8584
8460
|
.Layer__bank-transaction-row__category {
|
|
8585
8461
|
overflow: hidden;
|
|
8586
8462
|
width: 100%;
|
|
8587
|
-
}
|
|
8588
|
-
|
|
8589
|
-
|
|
8590
|
-
flex: 1 0 auto;
|
|
8591
|
-
max-width: 17.5rem;
|
|
8463
|
+
}.Layer__UI__ResponsiveComponent {
|
|
8464
|
+
height: 100%;
|
|
8465
|
+
width: 100%;
|
|
8592
8466
|
}.Layer__BaseDetailView {
|
|
8593
8467
|
overflow: hidden;
|
|
8594
8468
|
}
|
|
@@ -8598,13 +8472,22 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
8598
8472
|
height: 4.75rem;
|
|
8599
8473
|
padding-left: 1.25rem;
|
|
8600
8474
|
border-bottom: 1px solid var(--border-color);
|
|
8601
|
-
}.
|
|
8602
|
-
|
|
8475
|
+
}.Layer__MobileListItem {
|
|
8476
|
+
display: grid;
|
|
8477
|
+
grid-template-areas: "content";
|
|
8478
|
+
grid-template-columns: 1fr;
|
|
8479
|
+
padding: var(--spacing-sm);
|
|
8480
|
+
border-radius: var(--border-radius-sm);
|
|
8481
|
+
border: 1px solid var(--border-color);
|
|
8482
|
+
background-color: var(--color-base-0);
|
|
8603
8483
|
}
|
|
8604
|
-
|
|
8605
|
-
|
|
8606
|
-
grid-
|
|
8607
|
-
|
|
8484
|
+
.Layer__MobileListItem[data-selection-mode=multiple], .Layer__MobileListItem[data-selection-mode=single] {
|
|
8485
|
+
grid-template-areas: "selection content";
|
|
8486
|
+
grid-template-columns: auto 1fr;
|
|
8487
|
+
}.Layer__MobileList {
|
|
8488
|
+
display: flex;
|
|
8489
|
+
flex-direction: column;
|
|
8490
|
+
gap: var(--spacing-sm);
|
|
8608
8491
|
}.Layer__pagination-container {
|
|
8609
8492
|
justify-content: end;
|
|
8610
8493
|
padding: var(--spacing-md);
|
|
@@ -8630,29 +8513,191 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
8630
8513
|
border: 1px solid var(--color-base-300);
|
|
8631
8514
|
background: var(--color-base-50);
|
|
8632
8515
|
list-style-type: none;
|
|
8633
|
-
}.
|
|
8634
|
-
|
|
8635
|
-
|
|
8636
|
-
|
|
8516
|
+
}.Layer__CategorizationRulesMobileList .Layer__CategorizationRulesView__EmptyState,
|
|
8517
|
+
.Layer__CategorizationRulesMobileList .Layer__CategorizationRulesView__ErrorState {
|
|
8518
|
+
padding: var(--spacing-sm);
|
|
8519
|
+
padding-top: var(--spacing-lg);
|
|
8520
|
+
border-radius: var(--border-radius-sm);
|
|
8521
|
+
border: 1px solid var(--border-color);
|
|
8522
|
+
background-color: var(--color-base-0);
|
|
8637
8523
|
}
|
|
8638
8524
|
|
|
8639
|
-
.
|
|
8640
|
-
table-layout: fixed;
|
|
8525
|
+
.Layer__CategorizationRulesMobileListItem {
|
|
8641
8526
|
width: 100%;
|
|
8527
|
+
min-width: 0;
|
|
8642
8528
|
}
|
|
8643
|
-
|
|
8644
|
-
.
|
|
8645
|
-
|
|
8646
|
-
|
|
8529
|
+
|
|
8530
|
+
.Layer__CategorizationRulesMobileListItem__Content {
|
|
8531
|
+
min-width: 0;
|
|
8532
|
+
}.Layer__UI__Table-Table {
|
|
8533
|
+
border-collapse: collapse;
|
|
8647
8534
|
}
|
|
8648
|
-
|
|
8649
|
-
|
|
8650
|
-
|
|
8651
|
-
|
|
8652
|
-
|
|
8653
|
-
border-
|
|
8654
|
-
|
|
8655
|
-
|
|
8535
|
+
|
|
8536
|
+
.Layer__UI__Table-TableHeader {
|
|
8537
|
+
height: 3.25rem;
|
|
8538
|
+
}
|
|
8539
|
+
.Layer__UI__Table-TableHeader:not(:last-child) .Layer__UI__Table-Column {
|
|
8540
|
+
border-bottom: 1px solid var(--color-base-300);
|
|
8541
|
+
}
|
|
8542
|
+
.Layer__UI__Table-TableHeader > tr {
|
|
8543
|
+
height: inherit;
|
|
8544
|
+
}
|
|
8545
|
+
.Layer__UI__Table-TableHeader--hidden {
|
|
8546
|
+
display: none;
|
|
8547
|
+
}
|
|
8548
|
+
|
|
8549
|
+
.Layer__UI__Table-Row {
|
|
8550
|
+
height: 3.25rem;
|
|
8551
|
+
background-color: var(--color-base-200);
|
|
8552
|
+
}
|
|
8553
|
+
.Layer__UI__Table-Row:not(:last-child) .Layer__UI__Table-Cell {
|
|
8554
|
+
border-bottom: 1px solid var(--color-base-300);
|
|
8555
|
+
}
|
|
8556
|
+
.Layer__UI__Table-Row[data-depth="0"] {
|
|
8557
|
+
background-color: var(--color-base-0);
|
|
8558
|
+
}
|
|
8559
|
+
.Layer__UI__Table-Row[data-depth="1"] {
|
|
8560
|
+
background-color: var(--color-base-50);
|
|
8561
|
+
}
|
|
8562
|
+
.Layer__UI__Table-Row[data-depth="2"] {
|
|
8563
|
+
background-color: var(--color-base-100);
|
|
8564
|
+
}
|
|
8565
|
+
|
|
8566
|
+
.Layer__UI__Table-Column {
|
|
8567
|
+
box-sizing: border-box;
|
|
8568
|
+
display: flex;
|
|
8569
|
+
align-items: center;
|
|
8570
|
+
height: inherit;
|
|
8571
|
+
padding: var(--spacing-xs) var(--spacing-sm);
|
|
8572
|
+
font-size: var(--text-sm);
|
|
8573
|
+
font-weight: var(--font-weight-normal);
|
|
8574
|
+
color: var(--color-base-600);
|
|
8575
|
+
}
|
|
8576
|
+
.Layer__UI__Table-Column:first-child {
|
|
8577
|
+
padding-left: var(--spacing-md);
|
|
8578
|
+
}
|
|
8579
|
+
.Layer__UI__Table-Column:last-child {
|
|
8580
|
+
padding-right: var(--spacing-md);
|
|
8581
|
+
}
|
|
8582
|
+
.Layer__UI__Table-Column[data-text-align=left] {
|
|
8583
|
+
text-align: left;
|
|
8584
|
+
}
|
|
8585
|
+
.Layer__UI__Table-Column[data-text-align=center] {
|
|
8586
|
+
text-align: center;
|
|
8587
|
+
}
|
|
8588
|
+
.Layer__UI__Table-Column[data-text-align=right] {
|
|
8589
|
+
text-align: right;
|
|
8590
|
+
}
|
|
8591
|
+
|
|
8592
|
+
.Layer__UI__Table-Cell {
|
|
8593
|
+
box-sizing: border-box;
|
|
8594
|
+
display: flex;
|
|
8595
|
+
align-items: center;
|
|
8596
|
+
height: inherit;
|
|
8597
|
+
padding: var(--spacing-xs) var(--spacing-sm);
|
|
8598
|
+
font-size: var(--text-md);
|
|
8599
|
+
font-weight: var(--font-weight-normal);
|
|
8600
|
+
color: var(--color-base-800);
|
|
8601
|
+
}
|
|
8602
|
+
.Layer__UI__Table-Cell:first-child {
|
|
8603
|
+
padding-left: var(--spacing-md);
|
|
8604
|
+
}
|
|
8605
|
+
.Layer__UI__Table-Cell:last-child {
|
|
8606
|
+
padding-right: var(--spacing-md);
|
|
8607
|
+
}.Layer__DataTable__EmptyState__Row {
|
|
8608
|
+
height: fit-content;
|
|
8609
|
+
}
|
|
8610
|
+
|
|
8611
|
+
.Layer__DataTable__EmptyState__Cell {
|
|
8612
|
+
grid-column: 1/-1;
|
|
8613
|
+
justify-content: center;
|
|
8614
|
+
}.Layer__PaginatedDataTable__Pagination {
|
|
8615
|
+
border-top: 1px solid var(--border-color);
|
|
8616
|
+
}.Layer__CategorizationRulesTable {
|
|
8617
|
+
border: none;
|
|
8618
|
+
}
|
|
8619
|
+
|
|
8620
|
+
.Layer__UI__Table__CategorizationRulesTable {
|
|
8621
|
+
table-layout: fixed;
|
|
8622
|
+
width: 100%;
|
|
8623
|
+
}
|
|
8624
|
+
.Layer__UI__Table__CategorizationRulesTable .Layer__UI__Table-Row,
|
|
8625
|
+
.Layer__UI__Table__CategorizationRulesTable .Layer__UI__Table-TableHeader > tr {
|
|
8626
|
+
display: grid;
|
|
8627
|
+
grid-template-columns: minmax(8rem, 45%) minmax(8rem, 45%) auto;
|
|
8628
|
+
}
|
|
8629
|
+
.Layer__UI__Table__CategorizationRulesTable .Layer__UI__Table-Cell__CategorizationRulesTable--Delete {
|
|
8630
|
+
justify-content: end;
|
|
8631
|
+
}.Layer__UI__VirtualizedTable__container {
|
|
8632
|
+
position: relative;
|
|
8633
|
+
overflow: auto;
|
|
8634
|
+
}
|
|
8635
|
+
|
|
8636
|
+
.Layer__UI__VirtualizedTable__state-container {
|
|
8637
|
+
display: flex;
|
|
8638
|
+
align-items: center;
|
|
8639
|
+
justify-content: center;
|
|
8640
|
+
}
|
|
8641
|
+
|
|
8642
|
+
.Layer__UI__VirtualizedTable {
|
|
8643
|
+
display: grid;
|
|
8644
|
+
}
|
|
8645
|
+
|
|
8646
|
+
.Layer__UI__VirtualizedTable__header {
|
|
8647
|
+
position: sticky;
|
|
8648
|
+
z-index: 1;
|
|
8649
|
+
top: 0;
|
|
8650
|
+
display: grid;
|
|
8651
|
+
}
|
|
8652
|
+
|
|
8653
|
+
.Layer__UI__VirtualizedTable__header-cell {
|
|
8654
|
+
background-color: var(--color-base-0);
|
|
8655
|
+
}
|
|
8656
|
+
|
|
8657
|
+
.Layer__UI__VirtualizedTable__row {
|
|
8658
|
+
position: absolute;
|
|
8659
|
+
display: grid;
|
|
8660
|
+
width: 100%;
|
|
8661
|
+
}.Layer__AffectedTransactionsTable {
|
|
8662
|
+
container-type: inline-size;
|
|
8663
|
+
--affected-transactions-table-cols:
|
|
8664
|
+
minmax(10rem, 25%)
|
|
8665
|
+
minmax(20rem, 50%)
|
|
8666
|
+
minmax(10rem, 25%);
|
|
8667
|
+
}
|
|
8668
|
+
.Layer__AffectedTransactionsTable .Layer__UI__Table__AffectedTransactionsTable {
|
|
8669
|
+
table-layout: fixed;
|
|
8670
|
+
}
|
|
8671
|
+
.Layer__AffectedTransactionsTable .Layer__UI__Table__AffectedTransactionsTable .Layer__UI__VirtualizedTable__row,
|
|
8672
|
+
.Layer__AffectedTransactionsTable .Layer__UI__Table__AffectedTransactionsTable .Layer__UI__VirtualizedTable__header > tr {
|
|
8673
|
+
display: grid;
|
|
8674
|
+
grid-template-columns: var(--affected-transactions-table-cols);
|
|
8675
|
+
}
|
|
8676
|
+
.Layer__AffectedTransactionsTable .Layer__UI__Table__AffectedTransactionsTable .Layer__UI__Table-Column__AffectedTransactionsTable--Date,
|
|
8677
|
+
.Layer__AffectedTransactionsTable .Layer__UI__Table__AffectedTransactionsTable .Layer__UI__Table-Cell__AffectedTransactionsTable--Date {
|
|
8678
|
+
color: var(--color-base-600);
|
|
8679
|
+
}
|
|
8680
|
+
.Layer__AffectedTransactionsTable .Layer__UI__Table__AffectedTransactionsTable .Layer__UI__Table-Column__AffectedTransactionsTable--Amount,
|
|
8681
|
+
.Layer__AffectedTransactionsTable .Layer__UI__Table__AffectedTransactionsTable .Layer__UI__Table-Cell__AffectedTransactionsTable--Amount {
|
|
8682
|
+
justify-content: flex-end;
|
|
8683
|
+
}
|
|
8684
|
+
@container (width <= 840px) {
|
|
8685
|
+
.Layer__AffectedTransactionsTable .Layer__UI__Table__AffectedTransactionsTable .Layer__UI__VirtualizedTable__row,
|
|
8686
|
+
.Layer__AffectedTransactionsTable .Layer__UI__Table__AffectedTransactionsTable .Layer__UI__VirtualizedTable__header > tr {
|
|
8687
|
+
grid-template-columns: minmax(4rem, 25%) minmax(8rem, 50%) minmax(4rem, 25%); /* amount */
|
|
8688
|
+
}
|
|
8689
|
+
}.Layer__suggested-categorization-rule-updates__buttons--mobile {
|
|
8690
|
+
width: 100%;
|
|
8691
|
+
}
|
|
8692
|
+
|
|
8693
|
+
.Layer__suggested-categorization-rule-updates-header {
|
|
8694
|
+
padding-bottom: var(--spacing-sm);
|
|
8695
|
+
}.Layer__card {
|
|
8696
|
+
display: flex;
|
|
8697
|
+
flex-direction: column;
|
|
8698
|
+
border-radius: var(--spacing-sm);
|
|
8699
|
+
box-shadow: 0 4px 12px 0 var(--base-transparent-8), 0 2px 4px 0 var(--base-transparent-6), 0 0 0 1px var(--base-transparent-4);
|
|
8700
|
+
background: var(--color-base-0);
|
|
8656
8701
|
}.Layer__hover-menu {
|
|
8657
8702
|
position: relative;
|
|
8658
8703
|
display: flex;
|
|
@@ -9949,6 +9994,48 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
9949
9994
|
.Layer__InvoiceRefundForm .Layer__InvoiceRefundForm__Section {
|
|
9950
9995
|
padding: var(--spacing-md);
|
|
9951
9996
|
border-bottom: 1px solid var(--border-color);
|
|
9997
|
+
}.Layer__InvoiceDetail__Heading {
|
|
9998
|
+
max-inline-size: 30rem;
|
|
9999
|
+
}.Layer__InvoiceDetail__SubHeader {
|
|
10000
|
+
align-items: center;
|
|
10001
|
+
height: 5.5rem;
|
|
10002
|
+
padding-left: 2.25rem;
|
|
10003
|
+
border-bottom: 1px solid var(--border-color);
|
|
10004
|
+
}.Layer__InvoicePaymentForm .Layer__InvoicePaymentForm__Field__InvoiceNo,
|
|
10005
|
+
.Layer__InvoicePaymentForm .Layer__InvoicePaymentForm__Field__PaidAt,
|
|
10006
|
+
.Layer__InvoicePaymentForm .Layer__InvoicePaymentForm__Field__PaymentMethod,
|
|
10007
|
+
.Layer__InvoicePaymentForm .Layer__InvoicePaymentForm__Field__ReferenceNo,
|
|
10008
|
+
.Layer__InvoicePaymentForm .Layer__InvoicePaymentForm__Field__Memo {
|
|
10009
|
+
grid-template-columns: 8rem auto;
|
|
10010
|
+
min-width: 16rem;
|
|
10011
|
+
}
|
|
10012
|
+
.Layer__InvoicePaymentForm .Layer__InvoicePaymentForm__Field__Amount {
|
|
10013
|
+
grid-template-columns: 8rem 8rem;
|
|
10014
|
+
justify-content: end;
|
|
10015
|
+
}
|
|
10016
|
+
.Layer__InvoicePaymentForm .Layer__InvoicePaymentForm__Field__OutstandingBalance {
|
|
10017
|
+
display: grid;
|
|
10018
|
+
grid-template-columns: 8rem 7.5rem;
|
|
10019
|
+
justify-content: end;
|
|
10020
|
+
}
|
|
10021
|
+
.Layer__InvoicePaymentForm .Layer__InvoicePaymentForm__FormError {
|
|
10022
|
+
height: 4rem;
|
|
10023
|
+
padding-inline: var(--spacing-md);
|
|
10024
|
+
border-top: 1px solid var(--border-color);
|
|
10025
|
+
}
|
|
10026
|
+
.Layer__InvoicePaymentForm .Layer__InvoicePaymentForm__Field__InvoiceNo {
|
|
10027
|
+
display: grid;
|
|
10028
|
+
}
|
|
10029
|
+
.Layer__InvoicePaymentForm .Layer__InvoicePaymentForm__Section {
|
|
10030
|
+
padding: var(--spacing-md);
|
|
10031
|
+
border-top: 1px solid var(--border-color);
|
|
10032
|
+
}
|
|
10033
|
+
.Layer__InvoicePaymentForm .Layer__InvoicePaymentForm__Section:first-child {
|
|
10034
|
+
padding-top: 0;
|
|
10035
|
+
border-top: none;
|
|
10036
|
+
}
|
|
10037
|
+
.Layer__InvoicePaymentForm .Layer__InvoicePaymentForm__Submit {
|
|
10038
|
+
display: grid;
|
|
9952
10039
|
}.Layer__CustomerForm {
|
|
9953
10040
|
display: flex;
|
|
9954
10041
|
flex-direction: column;
|
|
@@ -9968,32 +10055,11 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
9968
10055
|
.Layer__CustomerForm .Layer__CustomerForm__Field__Address {
|
|
9969
10056
|
grid-template-columns: 10rem auto;
|
|
9970
10057
|
width: 100%;
|
|
9971
|
-
}.
|
|
9972
|
-
|
|
9973
|
-
|
|
9974
|
-
|
|
9975
|
-
}
|
|
9976
|
-
.Layer__CustomerSelector--inline {
|
|
9977
|
-
grid-template-areas: "label input";
|
|
9978
|
-
gap: 0;
|
|
9979
|
-
align-items: center;
|
|
9980
|
-
}.Layer__InvoiceForm {
|
|
9981
|
-
min-width: 54rem;
|
|
9982
|
-
}
|
|
9983
|
-
.Layer__InvoiceForm .Layer__InvoiceForm__Field__Customer,
|
|
9984
|
-
.Layer__InvoiceForm .Layer__InvoiceForm__Field__Email,
|
|
9985
|
-
.Layer__InvoiceForm .Layer__InvoiceForm__Field__Address {
|
|
9986
|
-
grid-template-columns: 8rem auto;
|
|
9987
|
-
width: clamp(28rem, 100%, 44rem);
|
|
9988
|
-
}
|
|
9989
|
-
.Layer__InvoiceForm .Layer__InvoiceForm__Field__InvoiceNo,
|
|
9990
|
-
.Layer__InvoiceForm .Layer__InvoiceForm__Field__Terms,
|
|
9991
|
-
.Layer__InvoiceForm .Layer__InvoiceForm__Field__SentAt,
|
|
9992
|
-
.Layer__InvoiceForm .Layer__InvoiceForm__Field__DueAt {
|
|
9993
|
-
grid-template-columns: 8rem auto;
|
|
9994
|
-
width: clamp(16rem, 100%, 24rem);
|
|
9995
|
-
}
|
|
9996
|
-
.Layer__InvoiceForm .Layer__InvoiceForm__LineItem {
|
|
10058
|
+
}.Layer__InvoiceForm__FormError {
|
|
10059
|
+
height: 4rem;
|
|
10060
|
+
padding-inline-start: 2.25rem;
|
|
10061
|
+
border-bottom: 1px solid var(--border-color);
|
|
10062
|
+
}.Layer__InvoiceForm__LineItem {
|
|
9997
10063
|
display: grid;
|
|
9998
10064
|
--grid-cols-base:
|
|
9999
10065
|
minmax(10rem, 3fr)
|
|
@@ -10006,23 +10072,19 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
10006
10072
|
grid-template-columns: var(--grid-cols-base) auto;
|
|
10007
10073
|
width: 100%;
|
|
10008
10074
|
}
|
|
10009
|
-
.
|
|
10075
|
+
.Layer__InvoiceForm__LineItem--readonly {
|
|
10010
10076
|
grid-template-columns: var(--grid-cols-base);
|
|
10011
|
-
}
|
|
10012
|
-
|
|
10013
|
-
.Layer__InvoiceForm__Terms {
|
|
10014
|
-
display: grid;
|
|
10015
|
-
grid-template-columns: 1.5fr 1fr;
|
|
10016
|
-
max-width: 64rem;
|
|
10017
|
-
padding: var(--spacing-lg) var(--spacing-2xl);
|
|
10018
|
-
}
|
|
10019
|
-
|
|
10020
|
-
.Layer__InvoiceForm__LineItems {
|
|
10077
|
+
}.Layer__InvoiceForm__Body {
|
|
10021
10078
|
padding: var(--spacing-lg) var(--spacing-2xl);
|
|
10022
10079
|
background-color: var(--bg-subtle);
|
|
10080
|
+
}.Layer__InvoiceForm__TotalRow {
|
|
10081
|
+
display: grid;
|
|
10082
|
+
grid-template-columns: auto 1fr;
|
|
10083
|
+
height: 2.5rem;
|
|
10023
10084
|
}
|
|
10024
|
-
|
|
10025
|
-
.
|
|
10085
|
+
.Layer__InvoiceForm__TotalRow--withField {
|
|
10086
|
+
grid-template-columns: minmax(7.5rem, 1fr) 7.5rem minmax(6rem, 0.8fr);
|
|
10087
|
+
}.Layer__InvoiceForm__Metadata {
|
|
10026
10088
|
border-top: 1px solid var(--color-base-300);
|
|
10027
10089
|
}
|
|
10028
10090
|
|
|
@@ -10034,70 +10096,42 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
10034
10096
|
flex: 1;
|
|
10035
10097
|
min-width: 20rem;
|
|
10036
10098
|
max-width: 32rem;
|
|
10037
|
-
}
|
|
10038
|
-
|
|
10039
|
-
.Layer__InvoiceForm__TotalRow {
|
|
10099
|
+
}.Layer__CustomerSelector {
|
|
10040
10100
|
display: grid;
|
|
10041
|
-
grid-template-
|
|
10042
|
-
|
|
10043
|
-
}
|
|
10044
|
-
.Layer__InvoiceForm__TotalRow--withField {
|
|
10045
|
-
grid-template-columns: minmax(7.5rem, 1fr) 7.5rem minmax(6rem, 0.8fr);
|
|
10101
|
+
grid-template-areas: "label" "input";
|
|
10102
|
+
gap: var(--spacing-3xs);
|
|
10046
10103
|
}
|
|
10047
|
-
|
|
10048
|
-
|
|
10049
|
-
|
|
10104
|
+
.Layer__CustomerSelector--inline {
|
|
10105
|
+
grid-template-areas: "label input";
|
|
10106
|
+
gap: 0;
|
|
10050
10107
|
align-items: center;
|
|
10051
|
-
}
|
|
10052
|
-
|
|
10053
|
-
.Layer__InvoiceForm__FormError {
|
|
10054
|
-
height: 4rem;
|
|
10055
|
-
padding-left: 2.25rem;
|
|
10056
|
-
border-bottom: 1px solid var(--border-color);
|
|
10057
|
-
}.Layer__InvoicePaymentForm .Layer__InvoicePaymentForm__Field__InvoiceNo,
|
|
10058
|
-
.Layer__InvoicePaymentForm .Layer__InvoicePaymentForm__Field__PaidAt,
|
|
10059
|
-
.Layer__InvoicePaymentForm .Layer__InvoicePaymentForm__Field__PaymentMethod,
|
|
10060
|
-
.Layer__InvoicePaymentForm .Layer__InvoicePaymentForm__Field__ReferenceNo,
|
|
10061
|
-
.Layer__InvoicePaymentForm .Layer__InvoicePaymentForm__Field__Memo {
|
|
10062
|
-
grid-template-columns: 8rem auto;
|
|
10063
|
-
min-width: 16rem;
|
|
10064
|
-
}
|
|
10065
|
-
.Layer__InvoicePaymentForm .Layer__InvoicePaymentForm__Field__Amount {
|
|
10066
|
-
grid-template-columns: 8rem 8rem;
|
|
10067
|
-
justify-content: end;
|
|
10068
|
-
}
|
|
10069
|
-
.Layer__InvoicePaymentForm .Layer__InvoicePaymentForm__Field__OutstandingBalance {
|
|
10108
|
+
}.Layer__InvoiceForm__Terms {
|
|
10070
10109
|
display: grid;
|
|
10071
|
-
grid-template-columns:
|
|
10072
|
-
|
|
10073
|
-
|
|
10074
|
-
.
|
|
10075
|
-
|
|
10076
|
-
padding-inline: var(--spacing-md);
|
|
10077
|
-
border-top: 1px solid var(--border-color);
|
|
10110
|
+
grid-template-columns: 1.5fr 1fr;
|
|
10111
|
+
max-width: 64rem;
|
|
10112
|
+
padding: var(--spacing-lg) var(--spacing-2xl);
|
|
10113
|
+
}.Layer__InvoiceForm {
|
|
10114
|
+
min-width: 54rem;
|
|
10078
10115
|
}
|
|
10079
|
-
.
|
|
10080
|
-
|
|
10116
|
+
.Layer__InvoiceForm .Layer__InvoiceForm__Field__Customer,
|
|
10117
|
+
.Layer__InvoiceForm .Layer__InvoiceForm__Field__Email,
|
|
10118
|
+
.Layer__InvoiceForm .Layer__InvoiceForm__Field__Address {
|
|
10119
|
+
grid-template-columns: 8rem auto;
|
|
10120
|
+
width: clamp(28rem, 100%, 44rem);
|
|
10081
10121
|
}
|
|
10082
|
-
.
|
|
10083
|
-
|
|
10084
|
-
|
|
10122
|
+
.Layer__InvoiceForm .Layer__InvoiceForm__Field__InvoiceNo,
|
|
10123
|
+
.Layer__InvoiceForm .Layer__InvoiceForm__Field__Terms,
|
|
10124
|
+
.Layer__InvoiceForm .Layer__InvoiceForm__Field__SentAt,
|
|
10125
|
+
.Layer__InvoiceForm .Layer__InvoiceForm__Field__DueAt {
|
|
10126
|
+
grid-template-columns: 8rem auto;
|
|
10127
|
+
width: clamp(16rem, 100%, 24rem);
|
|
10085
10128
|
}
|
|
10086
|
-
|
|
10129
|
+
|
|
10130
|
+
.Layer__InvoiceForm__TermsComboBox {
|
|
10087
10131
|
display: grid;
|
|
10132
|
+
align-items: center;
|
|
10088
10133
|
}.Layer__InvoiceDetail {
|
|
10089
10134
|
width: clamp(62rem, 100%, 1406px);
|
|
10090
|
-
}
|
|
10091
|
-
|
|
10092
|
-
.Layer__InvoiceDetail__SubHeader {
|
|
10093
|
-
align-items: center;
|
|
10094
|
-
height: 5.5rem;
|
|
10095
|
-
padding-left: 2.25rem;
|
|
10096
|
-
border-bottom: 1px solid var(--border-color);
|
|
10097
|
-
}
|
|
10098
|
-
|
|
10099
|
-
.Layer__InvoiceDetail__Heading {
|
|
10100
|
-
max-inline-size: 30rem;
|
|
10101
10135
|
}.Layer__Meter [slot=bar] {
|
|
10102
10136
|
overflow: hidden;
|
|
10103
10137
|
height: 0.75rem;
|
|
@@ -10130,6 +10164,81 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
10130
10164
|
}
|
|
10131
10165
|
.Layer__InvoiceSummaryStats__Meter__fill {
|
|
10132
10166
|
fill: var(--color-info-warning-bg);
|
|
10167
|
+
}.Layer__UI__Banner {
|
|
10168
|
+
box-sizing: border-box;
|
|
10169
|
+
min-height: 56px;
|
|
10170
|
+
padding: var(--spacing-sm) var(--spacing-md);
|
|
10171
|
+
border-radius: var(--border-radius-sm);
|
|
10172
|
+
border: 1px solid var(--banner-border-color);
|
|
10173
|
+
background-color: var(--banner-bg);
|
|
10174
|
+
}
|
|
10175
|
+
.Layer__UI__Banner[data-variant=default] {
|
|
10176
|
+
--banner-bg: var(--color-base-100);
|
|
10177
|
+
--banner-border-color: var(--color-base-800);
|
|
10178
|
+
--banner-fg: var(--color-base-800);
|
|
10179
|
+
--banner-fg-muted: var(--color-base-600);
|
|
10180
|
+
--banner-icon-color: var(--color-base-800);
|
|
10181
|
+
}
|
|
10182
|
+
.Layer__UI__Banner[data-variant=info] {
|
|
10183
|
+
--banner-bg: var(--badge-bg-color-info);
|
|
10184
|
+
--banner-border-color: var(--badge-color-info);
|
|
10185
|
+
--banner-fg: var(--color-base-800);
|
|
10186
|
+
--banner-fg-muted: var(--color-base-600);
|
|
10187
|
+
--banner-icon-color: var(--color-base-800);
|
|
10188
|
+
}
|
|
10189
|
+
.Layer__UI__Banner[data-variant=warning] {
|
|
10190
|
+
--banner-bg: var(--badge-bg-color-warning);
|
|
10191
|
+
--banner-border-color: var(--badge-color-warning);
|
|
10192
|
+
--banner-fg: var(--color-base-800);
|
|
10193
|
+
--banner-fg-muted: var(--color-base-600);
|
|
10194
|
+
--banner-icon-color: var(--color-base-800);
|
|
10195
|
+
}
|
|
10196
|
+
.Layer__UI__Banner[data-variant=error] {
|
|
10197
|
+
--banner-bg: var(--badge-bg-color-error);
|
|
10198
|
+
--banner-border-color: var(--badge-color-error);
|
|
10199
|
+
--banner-fg: var(--color-base-800);
|
|
10200
|
+
--banner-fg-muted: var(--color-base-600);
|
|
10201
|
+
--banner-icon-color: var(--color-base-800);
|
|
10202
|
+
}
|
|
10203
|
+
.Layer__UI__Banner[data-variant=success] {
|
|
10204
|
+
--banner-bg: var(--badge-bg-color-success);
|
|
10205
|
+
--banner-border-color: var(--badge-color-success);
|
|
10206
|
+
--banner-fg: var(--color-base-800);
|
|
10207
|
+
--banner-fg-muted: var(--color-base-600);
|
|
10208
|
+
--banner-icon-color: var(--color-base-800);
|
|
10209
|
+
}
|
|
10210
|
+
|
|
10211
|
+
.Layer__UI__Banner__iconContainer {
|
|
10212
|
+
color: var(--banner-icon-color);
|
|
10213
|
+
}
|
|
10214
|
+
|
|
10215
|
+
.Layer__UI__Banner__content {
|
|
10216
|
+
flex: 1;
|
|
10217
|
+
min-width: 0;
|
|
10218
|
+
color: var(--banner-fg);
|
|
10219
|
+
}
|
|
10220
|
+
|
|
10221
|
+
.Layer__UI__Banner__title {
|
|
10222
|
+
color: var(--banner-fg);
|
|
10223
|
+
}
|
|
10224
|
+
|
|
10225
|
+
.Layer__UI__Banner__description {
|
|
10226
|
+
color: var(--banner-fg-muted);
|
|
10227
|
+
}
|
|
10228
|
+
|
|
10229
|
+
.Layer__UI__Banner__actions {
|
|
10230
|
+
flex-shrink: 0;
|
|
10231
|
+
}
|
|
10232
|
+
|
|
10233
|
+
@container (max-width: 560px) {
|
|
10234
|
+
.Layer__UI__Banner {
|
|
10235
|
+
flex-direction: column;
|
|
10236
|
+
align-items: flex-start;
|
|
10237
|
+
}
|
|
10238
|
+
}.Layer__StripeConnectBanner__wrapper {
|
|
10239
|
+
box-sizing: border-box;
|
|
10240
|
+
width: clamp(48rem, 100%, 1406px);
|
|
10241
|
+
container-type: inline-size;
|
|
10133
10242
|
}.Layer__ExpandButton {
|
|
10134
10243
|
height: 16px;
|
|
10135
10244
|
min-width: 16px;
|
|
@@ -10268,9 +10377,6 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
10268
10377
|
padding-inline: var(--spacing-md);
|
|
10269
10378
|
border-radius: var(--border-radius-2xs);
|
|
10270
10379
|
border: 1px solid var(--border-color);
|
|
10271
|
-
}.Layer__UI__ResponsiveComponent {
|
|
10272
|
-
height: 100%;
|
|
10273
|
-
width: 100%;
|
|
10274
10380
|
}.Layer__TripPurposeComboBox {
|
|
10275
10381
|
display: grid;
|
|
10276
10382
|
grid-template-areas: "label" "input";
|
|
@@ -10297,7 +10403,7 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
10297
10403
|
padding-inline: var(--spacing-lg);
|
|
10298
10404
|
}
|
|
10299
10405
|
.Layer__TripForm .Layer__TripForm__FormError {
|
|
10300
|
-
padding-block: var(--spacing-xs);
|
|
10406
|
+
padding-block-end: var(--spacing-xs);
|
|
10301
10407
|
}
|
|
10302
10408
|
.Layer__TripForm .Layer__TripForm__Field__Vehicle,
|
|
10303
10409
|
.Layer__TripForm .Layer__TripForm__Field__TripDate,
|
|
@@ -10312,27 +10418,6 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
10312
10418
|
.Layer__TripForm .Layer__TripForm__Submit {
|
|
10313
10419
|
align-items: flex-end;
|
|
10314
10420
|
padding-block-start: 1rem;
|
|
10315
|
-
}.Layer__MobileListItem {
|
|
10316
|
-
display: grid;
|
|
10317
|
-
grid-template-areas: "content";
|
|
10318
|
-
grid-template-columns: 1fr;
|
|
10319
|
-
padding: var(--spacing-sm);
|
|
10320
|
-
border-radius: var(--border-radius-sm);
|
|
10321
|
-
border: 1px solid var(--border-color);
|
|
10322
|
-
background-color: var(--color-base-0);
|
|
10323
|
-
}
|
|
10324
|
-
.Layer__MobileListItem[data-selection-mode=multiple], .Layer__MobileListItem[data-selection-mode=single] {
|
|
10325
|
-
grid-template-areas: "selection content";
|
|
10326
|
-
grid-template-columns: auto 1fr;
|
|
10327
|
-
}.Layer__MobileListSkeleton__Item {
|
|
10328
|
-
padding: var(--spacing-sm);
|
|
10329
|
-
border-radius: var(--border-radius-2xs);
|
|
10330
|
-
border: 1px solid var(--border-color);
|
|
10331
|
-
background-color: var(--color-base-0);
|
|
10332
|
-
}.Layer__MobileList {
|
|
10333
|
-
display: flex;
|
|
10334
|
-
flex-direction: column;
|
|
10335
|
-
gap: var(--spacing-sm);
|
|
10336
10421
|
}.Layer__TripsMobileHeader__SearchField {
|
|
10337
10422
|
flex: 1;
|
|
10338
10423
|
}.Layer__TripsMobileList .Layer__TripsView__EmptyState,
|
|
@@ -10417,9 +10502,6 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
10417
10502
|
.Layer__VehicleManagementGrid {
|
|
10418
10503
|
grid-template-columns: 1fr;
|
|
10419
10504
|
}
|
|
10420
|
-
}.Layer__VehicleManagementDetail__Header {
|
|
10421
|
-
display: flex;
|
|
10422
|
-
align-items: center;
|
|
10423
10505
|
}.Layer__project-view .Layer__category-menu {
|
|
10424
10506
|
max-width: 300px;
|
|
10425
10507
|
}
|
|
@@ -10444,89 +10526,131 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
10444
10526
|
.Layer__ExpandableCard__Content {
|
|
10445
10527
|
padding-block-end: var(--spacing-md);
|
|
10446
10528
|
padding-inline: var(--spacing-md);
|
|
10447
|
-
}.
|
|
10529
|
+
}.Layer__ResponsiveDetailView {
|
|
10530
|
+
container-type: inline-size;
|
|
10531
|
+
}.Layer__TaxTable {
|
|
10448
10532
|
width: 100%;
|
|
10449
10533
|
table-layout: fixed;
|
|
10450
10534
|
}
|
|
10451
|
-
.
|
|
10535
|
+
.Layer__TaxTable__Header {
|
|
10452
10536
|
display: none;
|
|
10453
10537
|
}
|
|
10454
|
-
.
|
|
10538
|
+
.Layer__TaxTable .Layer__UI__Table-Row {
|
|
10455
10539
|
display: grid;
|
|
10456
|
-
grid-template-columns: minmax(
|
|
10540
|
+
grid-template-columns: minmax(6rem, 60%) minmax(4rem, 40%);
|
|
10457
10541
|
}
|
|
10458
|
-
.
|
|
10459
|
-
|
|
10460
|
-
}
|
|
10461
|
-
.Layer__AdjustedGrossIncomeTable .Layer__UI__Table-Row.Layer__AdjustedGrossIncomeTable__DeductionsRow .Layer__UI__Table-Cell:first-child {
|
|
10462
|
-
padding-left: var(--spacing-lg);
|
|
10542
|
+
.Layer__TaxTable .Layer__UI__Table-Row--mobile {
|
|
10543
|
+
height: auto;
|
|
10463
10544
|
}
|
|
10464
|
-
.
|
|
10545
|
+
.Layer__TaxTable .Layer__UI__Table-Cell:nth-child(2) {
|
|
10465
10546
|
justify-content: flex-end;
|
|
10466
10547
|
text-align: right;
|
|
10467
10548
|
}
|
|
10468
|
-
|
|
10469
|
-
|
|
10470
|
-
}.Layer__FederalTaxTable {
|
|
10471
|
-
width: 100%;
|
|
10472
|
-
table-layout: fixed;
|
|
10473
|
-
}
|
|
10474
|
-
.Layer__FederalTaxTable__Header {
|
|
10475
|
-
display: none;
|
|
10476
|
-
}
|
|
10477
|
-
.Layer__FederalTaxTable .Layer__UI__Table-Row {
|
|
10478
|
-
display: grid;
|
|
10479
|
-
grid-template-columns: minmax(15rem, 60%) minmax(10rem, 40%);
|
|
10480
|
-
}
|
|
10481
|
-
.Layer__FederalTaxTable .Layer__UI__Table-Row.Layer__FederalTaxTable_NestedRow {
|
|
10549
|
+
|
|
10550
|
+
.Layer__UI__Table-Row.Layer__TaxTable__Row--nested {
|
|
10482
10551
|
background-color: var(--color-base-50);
|
|
10483
10552
|
}
|
|
10484
|
-
.
|
|
10553
|
+
.Layer__UI__Table-Row.Layer__TaxTable__Row--nested .Layer__UI__Table-Cell:first-child {
|
|
10485
10554
|
padding-left: var(--spacing-lg);
|
|
10486
10555
|
}
|
|
10487
|
-
.
|
|
10488
|
-
|
|
10489
|
-
text-align: right;
|
|
10556
|
+
.Layer__UI__Table-Row.Layer__TaxTable__Row--empty {
|
|
10557
|
+
height: var(--spacing-md);
|
|
10490
10558
|
}
|
|
10491
|
-
.
|
|
10559
|
+
.Layer__UI__Table-Row.Layer__TaxTable__Row--section-total {
|
|
10492
10560
|
border-bottom: 1px solid var(--color-border);
|
|
10493
10561
|
}
|
|
10494
|
-
.
|
|
10495
|
-
height: var(--spacing-md);
|
|
10496
|
-
}
|
|
10497
|
-
.Layer__FederalTaxTable__TotalRow {
|
|
10562
|
+
.Layer__UI__Table-Row.Layer__TaxTable__Row--total {
|
|
10498
10563
|
border-top: 2px solid var(--color-border);
|
|
10499
|
-
}.
|
|
10564
|
+
}.Layer__TaxDetailsExpandableCardHeading {
|
|
10500
10565
|
width: 100%;
|
|
10501
|
-
}
|
|
10566
|
+
}
|
|
10567
|
+
|
|
10568
|
+
.Layer__TaxDetailsExpandableCardHeading > .Layer__Span.Layer__MoneySpan {
|
|
10569
|
+
height: fit-content;
|
|
10570
|
+
margin-block: auto;
|
|
10571
|
+
}.Layer__TaxSummaryCard {
|
|
10502
10572
|
width: 100%;
|
|
10503
|
-
|
|
10573
|
+
border-block-end: 1px solid var(--color-base-200);
|
|
10504
10574
|
}
|
|
10505
|
-
.
|
|
10506
|
-
|
|
10575
|
+
.Layer__TaxSummaryCard__Overview {
|
|
10576
|
+
min-width: 200px;
|
|
10577
|
+
padding: var(--spacing-lg);
|
|
10578
|
+
border-inline-end: 1px solid var(--color-base-200);
|
|
10507
10579
|
}
|
|
10508
|
-
.
|
|
10580
|
+
.Layer__TaxSummaryCard__Breakdown {
|
|
10581
|
+
flex: 1;
|
|
10582
|
+
padding: var(--spacing-lg);
|
|
10583
|
+
padding-block-end: var(--spacing-xl);
|
|
10584
|
+
}
|
|
10585
|
+
.Layer__TaxSummaryCard__Grid {
|
|
10509
10586
|
display: grid;
|
|
10510
|
-
grid-template-columns:
|
|
10587
|
+
grid-template-columns: repeat(5, auto);
|
|
10588
|
+
row-gap: var(--spacing-3xs);
|
|
10589
|
+
column-gap: var(--spacing-md);
|
|
10590
|
+
align-items: baseline;
|
|
10591
|
+
width: fit-content;
|
|
10511
10592
|
}
|
|
10512
|
-
.
|
|
10513
|
-
|
|
10593
|
+
.Layer__TaxSummaryCard__Grid > .Layer__Span {
|
|
10594
|
+
text-align: right;
|
|
10514
10595
|
}
|
|
10515
|
-
.
|
|
10516
|
-
|
|
10596
|
+
.Layer__TaxSummaryCard__Grid--mobile {
|
|
10597
|
+
grid-template-columns: 1fr auto 1fr auto 1fr;
|
|
10598
|
+
column-gap: var(--spacing-sm);
|
|
10599
|
+
width: 100%;
|
|
10517
10600
|
}
|
|
10518
|
-
.
|
|
10519
|
-
|
|
10520
|
-
text-align: right;
|
|
10601
|
+
.Layer__TaxSummaryCard__SectionGroup {
|
|
10602
|
+
display: contents;
|
|
10521
10603
|
}
|
|
10522
|
-
.
|
|
10523
|
-
|
|
10604
|
+
.Layer__TaxSummaryCard__SectionGroup > .Layer__Span:first-child {
|
|
10605
|
+
grid-column: 1/-1;
|
|
10606
|
+
text-align: left;
|
|
10524
10607
|
}
|
|
10525
|
-
.
|
|
10526
|
-
|
|
10608
|
+
.Layer__TaxSummaryCard__SectionGroup:not(:first-child) > .Layer__Span:first-child {
|
|
10609
|
+
padding-block-start: var(--spacing-md);
|
|
10610
|
+
margin-block-start: var(--spacing-3xs);
|
|
10611
|
+
border-block-start: 1px solid var(--color-base-100);
|
|
10527
10612
|
}
|
|
10528
|
-
.
|
|
10529
|
-
|
|
10613
|
+
.Layer__TaxSummaryCard--mobile {
|
|
10614
|
+
width: 100%;
|
|
10615
|
+
}
|
|
10616
|
+
.Layer__TaxSummaryCard__OverviewCard {
|
|
10617
|
+
padding: var(--spacing-lg);
|
|
10618
|
+
}
|
|
10619
|
+
.Layer__TaxSummaryCard__BreakdownCard {
|
|
10620
|
+
padding: var(--spacing-lg);
|
|
10621
|
+
}.Layer__FullYearProjectionComboBox__Container {
|
|
10622
|
+
inline-size: 11rem;
|
|
10623
|
+
max-inline-size: 11rem;
|
|
10624
|
+
}
|
|
10625
|
+
@container (max-width: 500px) {
|
|
10626
|
+
.Layer__FullYearProjectionComboBox__Container {
|
|
10627
|
+
inline-size: 100%;
|
|
10628
|
+
max-inline-size: 100%;
|
|
10629
|
+
}
|
|
10630
|
+
}@container (max-width: 500px) {
|
|
10631
|
+
.Layer__TaxEstimatesHeader.Layer__TaxEstimatesHeader {
|
|
10632
|
+
flex-direction: column;
|
|
10633
|
+
align-items: flex-start;
|
|
10634
|
+
}
|
|
10635
|
+
.Layer__TaxEstimatesHeader__ComboBoxContainer {
|
|
10636
|
+
width: 100%;
|
|
10637
|
+
}
|
|
10638
|
+
}.Layer__TaxDetails--mobile .Layer__TaxSummaryCard--mobile > .Layer__card,
|
|
10639
|
+
.Layer__TaxDetails--mobile .Layer__TaxDetails__ExpandableCardsWrapper {
|
|
10640
|
+
border: 1px solid var(--color-base-200);
|
|
10641
|
+
box-shadow: none;
|
|
10642
|
+
}
|
|
10643
|
+
|
|
10644
|
+
.Layer__TaxDetails__ExpandableCardsWrapper {
|
|
10645
|
+
overflow: hidden;
|
|
10646
|
+
border-radius: var(--spacing-sm);
|
|
10647
|
+
}.Layer__TaxPaymentsMobileList .Layer__TaxPayments__ErrorState,
|
|
10648
|
+
.Layer__TaxPaymentsMobileList .Layer__TaxPayments__EmptyState {
|
|
10649
|
+
padding: var(--spacing-sm);
|
|
10650
|
+
padding-top: var(--spacing-lg);
|
|
10651
|
+
border-radius: var(--border-radius-sm);
|
|
10652
|
+
border: 1px solid var(--border-color);
|
|
10653
|
+
background-color: var(--color-base-0);
|
|
10530
10654
|
}.Layer__UI__Table__TaxPaymentsTable {
|
|
10531
10655
|
width: 100%;
|
|
10532
10656
|
table-layout: fixed;
|
|
@@ -10578,9 +10702,8 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
10578
10702
|
border: 1px solid var(--border-color);
|
|
10579
10703
|
background: var(--color-base-50);
|
|
10580
10704
|
}
|
|
10581
|
-
.Layer__TaxProfileForm .Layer__TaxProfileForm__Field {
|
|
10705
|
+
.Layer__TaxProfileForm .Layer__TaxProfileForm__Field--desktop {
|
|
10582
10706
|
grid-template-columns: 16rem minmax(auto, 24rem);
|
|
10583
|
-
width: 100%;
|
|
10584
10707
|
}.Layer__toasts-container {
|
|
10585
10708
|
position: fixed;
|
|
10586
10709
|
z-index: 1000;
|