@layerfi/components 0.1.114-alpha.3 → 0.1.114-alpha.5
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 +1067 -790
- package/dist/esm/index.mjs +1069 -792
- package/dist/index.css +242 -188
- package/dist/index.d.ts +1 -1
- package/package.json +2 -2
package/dist/index.css
CHANGED
|
@@ -5402,33 +5402,12 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
5402
5402
|
--column-count: 4;
|
|
5403
5403
|
}
|
|
5404
5404
|
}
|
|
5405
|
-
.Layer__ProfitAndLossSummariesSummary {
|
|
5406
|
-
display: grid;
|
|
5407
|
-
grid-template-areas: "chart heading" "chart amount";
|
|
5408
|
-
grid-template-columns: auto minmax(0, 1fr);
|
|
5409
|
-
gap: var(--spacing-3xs) var(--spacing-xs);
|
|
5410
|
-
min-block-size: 3rem;
|
|
5411
|
-
}
|
|
5412
|
-
.Layer__ProfitAndLossSummariesSummary[data-size=lg] {
|
|
5413
|
-
column-gap: var(--spacing-md);
|
|
5414
|
-
min-block-size: 6rem;
|
|
5415
|
-
}
|
|
5416
|
-
.Layer__ProfitAndLossSummariesSummary [slot=heading] {
|
|
5417
|
-
grid-area: heading;
|
|
5418
|
-
align-self: end;
|
|
5419
|
-
}
|
|
5420
|
-
.Layer__ProfitAndLossSummariesSummary [slot=amount] {
|
|
5421
|
-
grid-area: amount;
|
|
5422
|
-
align-self: start;
|
|
5423
|
-
}
|
|
5424
5405
|
.Layer__ProfitAndLossSummariesSummaryChartArea {
|
|
5425
|
-
grid-area: chart;
|
|
5426
|
-
align-content: center;
|
|
5427
5406
|
border-radius: var(--border-radius-xs);
|
|
5428
5407
|
background: var(--color-base-50);
|
|
5429
5408
|
}
|
|
5430
|
-
.
|
|
5431
|
-
|
|
5409
|
+
.Layer__ProfitAndLossSummariesSummary {
|
|
5410
|
+
min-height: 40px;
|
|
5432
5411
|
}
|
|
5433
5412
|
.Layer__ProfitAndLossSummaries {
|
|
5434
5413
|
display: grid;
|
|
@@ -6901,6 +6880,12 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
6901
6880
|
.Layer__Span[data-status=error] {
|
|
6902
6881
|
color: var(--color-info-error);
|
|
6903
6882
|
}
|
|
6883
|
+
.Layer__Header[data-status=success],
|
|
6884
|
+
.Layer__Label[data-status=success],
|
|
6885
|
+
.Layer__P[data-status=success],
|
|
6886
|
+
.Layer__Span[data-status=success] {
|
|
6887
|
+
color: var(--color-info-success);
|
|
6888
|
+
}
|
|
6904
6889
|
.Layer__Header[data-no-wrap],
|
|
6905
6890
|
.Layer__Label[data-no-wrap],
|
|
6906
6891
|
.Layer__P[data-no-wrap],
|
|
@@ -6914,8 +6899,9 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
6914
6899
|
.Layer__P[data-with-tooltip],
|
|
6915
6900
|
.Layer__Span[data-ellipsis],
|
|
6916
6901
|
.Layer__Span[data-with-tooltip] {
|
|
6917
|
-
white-space: nowrap;
|
|
6918
6902
|
overflow: hidden;
|
|
6903
|
+
max-inline-size: min(80ch, 60rem, 100%);
|
|
6904
|
+
white-space: nowrap;
|
|
6919
6905
|
text-overflow: ellipsis;
|
|
6920
6906
|
}
|
|
6921
6907
|
.Layer__Header[data-size="2xs"],
|
|
@@ -7329,32 +7315,13 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
7329
7315
|
|
|
7330
7316
|
.Layer__ComboBoxNoOptionsMessage {
|
|
7331
7317
|
padding-block: var(--spacing-sm);
|
|
7332
|
-
}.
|
|
7333
|
-
color: var(--color-base-800);
|
|
7334
|
-
}
|
|
7335
|
-
.Layer__MoneyText[data-bold] {
|
|
7336
|
-
font-weight: var(--font-weight-bold);
|
|
7337
|
-
font-variation-settings: "wght" var(--font-weight-bold);
|
|
7338
|
-
}
|
|
7339
|
-
.Layer__MoneyText[data-size=xs] {
|
|
7340
|
-
font-size: var(--text-xs);
|
|
7341
|
-
}
|
|
7342
|
-
.Layer__MoneyText[data-size=sm] {
|
|
7343
|
-
font-size: var(--text-sm);
|
|
7344
|
-
}
|
|
7345
|
-
.Layer__MoneyText[data-size=md] {
|
|
7346
|
-
font-size: var(--text-md);
|
|
7347
|
-
}
|
|
7348
|
-
.Layer__MoneyText[data-size=lg] {
|
|
7349
|
-
font-size: var(--text-lg);
|
|
7350
|
-
}
|
|
7351
|
-
.Layer__MoneyText[data-positive]::before {
|
|
7318
|
+
}.Layer__MoneySpan[data-positive]::before {
|
|
7352
7319
|
content: "$";
|
|
7353
7320
|
}
|
|
7354
|
-
.
|
|
7321
|
+
.Layer__MoneySpan[data-negative]::before {
|
|
7355
7322
|
content: "-$";
|
|
7356
7323
|
}
|
|
7357
|
-
.
|
|
7324
|
+
.Layer__MoneySpan[data-display-plus-sign]::before {
|
|
7358
7325
|
content: "+$";
|
|
7359
7326
|
}.Layer__datetime {
|
|
7360
7327
|
display: inline-flex;
|
|
@@ -7379,6 +7346,12 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
7379
7346
|
background: rgba(0, 0, 0, 0.5);
|
|
7380
7347
|
place-items: center;
|
|
7381
7348
|
}
|
|
7349
|
+
.Layer__ModalOverlay[data-variant=mobile-drawer][data-entering], .Layer__ModalOverlay[data-variant=drawer][data-entering] {
|
|
7350
|
+
animation: overlay-fade 250ms;
|
|
7351
|
+
}
|
|
7352
|
+
.Layer__ModalOverlay[data-variant=mobile-drawer][data-exiting], .Layer__ModalOverlay[data-variant=drawer][data-exiting] {
|
|
7353
|
+
animation: overlay-fade reverse 250ms;
|
|
7354
|
+
}
|
|
7382
7355
|
.Layer__ModalOverlay[data-variant=drawer] {
|
|
7383
7356
|
place-items: end;
|
|
7384
7357
|
}
|
|
@@ -7400,10 +7373,10 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
7400
7373
|
block-size: 100%;
|
|
7401
7374
|
}
|
|
7402
7375
|
.Layer__Modal[data-variant=drawer][data-entering] {
|
|
7403
|
-
animation: drawer-slide
|
|
7376
|
+
animation: drawer-slide 250ms;
|
|
7404
7377
|
}
|
|
7405
7378
|
.Layer__Modal[data-variant=drawer][data-exiting] {
|
|
7406
|
-
animation: drawer-slide
|
|
7379
|
+
animation: drawer-slide 250ms reverse ease-in;
|
|
7407
7380
|
}
|
|
7408
7381
|
.Layer__Modal[data-variant=mobile-drawer] {
|
|
7409
7382
|
position: fixed;
|
|
@@ -7413,6 +7386,12 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
7413
7386
|
inline-size: 100%;
|
|
7414
7387
|
border-radius: var(--border-radius-2xs) var(--border-radius-2xs) 0 0;
|
|
7415
7388
|
}
|
|
7389
|
+
.Layer__Modal[data-variant=mobile-drawer][data-entering] {
|
|
7390
|
+
animation: mobile-drawer-slide 250ms;
|
|
7391
|
+
}
|
|
7392
|
+
.Layer__Modal[data-variant=mobile-drawer][data-exiting] {
|
|
7393
|
+
animation: mobile-drawer-slide 250ms reverse ease-in;
|
|
7394
|
+
}
|
|
7416
7395
|
.Layer__Modal[data-flex-block] {
|
|
7417
7396
|
block-size: auto;
|
|
7418
7397
|
}
|
|
@@ -7452,15 +7431,21 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
7452
7431
|
transform: translateX(0);
|
|
7453
7432
|
}
|
|
7454
7433
|
}
|
|
7455
|
-
|
|
7456
|
-
|
|
7457
|
-
|
|
7458
|
-
|
|
7434
|
+
@keyframes mobile-drawer-slide {
|
|
7435
|
+
from {
|
|
7436
|
+
transform: translateY(100%);
|
|
7437
|
+
}
|
|
7438
|
+
to {
|
|
7439
|
+
transform: translateY(0);
|
|
7440
|
+
}
|
|
7459
7441
|
}
|
|
7460
|
-
|
|
7461
|
-
|
|
7462
|
-
|
|
7463
|
-
|
|
7442
|
+
@keyframes overlay-fade {
|
|
7443
|
+
from {
|
|
7444
|
+
background: rgba(0, 0, 0, 0);
|
|
7445
|
+
}
|
|
7446
|
+
to {
|
|
7447
|
+
background: rgba(0, 0, 0, 0.5);
|
|
7448
|
+
}
|
|
7464
7449
|
}.Layer__UI__Heading {
|
|
7465
7450
|
max-inline-size: 60rem;
|
|
7466
7451
|
margin: 0;
|
|
@@ -7680,6 +7665,134 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
7680
7665
|
|
|
7681
7666
|
.Layer__ModalActions {
|
|
7682
7667
|
margin-block-start: var(--spacing-3xl);
|
|
7668
|
+
}.Layer__actionable-list {
|
|
7669
|
+
padding: 0;
|
|
7670
|
+
margin: 0;
|
|
7671
|
+
list-style: none;
|
|
7672
|
+
}
|
|
7673
|
+
.Layer__actionable-list li {
|
|
7674
|
+
box-sizing: border-box;
|
|
7675
|
+
display: flex;
|
|
7676
|
+
gap: var(--spacing-2xs);
|
|
7677
|
+
align-items: center;
|
|
7678
|
+
justify-content: space-between;
|
|
7679
|
+
padding: var(--spacing-sm) var(--spacing-sm) var(--spacing-sm) var(--spacing-md);
|
|
7680
|
+
border-radius: var(--spacing-xs);
|
|
7681
|
+
cursor: pointer;
|
|
7682
|
+
font-size: 12px;
|
|
7683
|
+
}
|
|
7684
|
+
.Layer__actionable-list li .Layer__actionable-list__content {
|
|
7685
|
+
display: flex;
|
|
7686
|
+
flex-direction: column;
|
|
7687
|
+
gap: var(--spacing-2xs);
|
|
7688
|
+
align-items: flex-start;
|
|
7689
|
+
max-width: 36ch;
|
|
7690
|
+
}
|
|
7691
|
+
.Layer__actionable-list li .Layer__actionable-list__content .Layer__actionable-list__content-description {
|
|
7692
|
+
color: var(--color-base-500);
|
|
7693
|
+
}
|
|
7694
|
+
.Layer__actionable-list li.Layer__actionable-list-item--secondary {
|
|
7695
|
+
color: var(--color-base-500);
|
|
7696
|
+
}
|
|
7697
|
+
.Layer__actionable-list li.Layer__actionable-list-item--secondary.Layer__actionable-list-item--as-link:hover {
|
|
7698
|
+
color: var(--color-base-1000);
|
|
7699
|
+
}
|
|
7700
|
+
.Layer__actionable-list li.Layer__actionable-list__item--selected {
|
|
7701
|
+
background-color: var(--color-base-50);
|
|
7702
|
+
}
|
|
7703
|
+
.Layer__actionable-list .Layer__actionable-list__select {
|
|
7704
|
+
display: flex;
|
|
7705
|
+
height: 18px;
|
|
7706
|
+
width: 18px;
|
|
7707
|
+
border-radius: 50%;
|
|
7708
|
+
border: 1px solid var(--color-base-300);
|
|
7709
|
+
}
|
|
7710
|
+
.Layer__actionable-list .Layer__actionable-list__select.Layer__actionable-list__select--selected {
|
|
7711
|
+
align-items: center;
|
|
7712
|
+
justify-content: center;
|
|
7713
|
+
border: 1px solid var(--color-info-success);
|
|
7714
|
+
background-color: var(--color-info-success-bg);
|
|
7715
|
+
color: var(--color-info-success);
|
|
7716
|
+
}.Layer__InputGroup {
|
|
7717
|
+
box-sizing: border-box;
|
|
7718
|
+
display: grid;
|
|
7719
|
+
grid-template-columns: minmax(0, 1fr) auto;
|
|
7720
|
+
gap: var(--spacing-3xs);
|
|
7721
|
+
align-items: center;
|
|
7722
|
+
min-block-size: 2.25rem;
|
|
7723
|
+
padding-inline-start: var(--spacing-xs);
|
|
7724
|
+
padding-inline-end: var(--spacing-3xs);
|
|
7725
|
+
border-radius: var(--input-border-radius);
|
|
7726
|
+
border: 1px solid var(--border-color);
|
|
7727
|
+
background-color: var(--color-base-0);
|
|
7728
|
+
}
|
|
7729
|
+
.Layer__InputGroup[data-focus-within], .Layer__InputGroup[data-focus-visible] {
|
|
7730
|
+
border-color: var(--color-base-800);
|
|
7731
|
+
outline: 2px solid var(--outline-default);
|
|
7732
|
+
}
|
|
7733
|
+
.Layer__InputGroup[data-invalid] {
|
|
7734
|
+
border-color: var(--color-danger);
|
|
7735
|
+
outline: none;
|
|
7736
|
+
}
|
|
7737
|
+
.Layer__InputGroup[data-action-count="2"] {
|
|
7738
|
+
grid-template-columns: minmax(0, 1fr) auto auto;
|
|
7739
|
+
}
|
|
7740
|
+
.Layer__InputGroup[data-disabled] {
|
|
7741
|
+
cursor: not-allowed;
|
|
7742
|
+
}.Layer__MinimalSearchField {
|
|
7743
|
+
display: grid;
|
|
7744
|
+
grid-template-areas: "input clear-button";
|
|
7745
|
+
grid-template-columns: minmax(0, 1fr) auto;
|
|
7746
|
+
align-items: center;
|
|
7747
|
+
border: none;
|
|
7748
|
+
}
|
|
7749
|
+
.Layer__MinimalSearchField > [slot=input] {
|
|
7750
|
+
grid-area: input;
|
|
7751
|
+
padding-inline: var(--spacing-3xs);
|
|
7752
|
+
border: none;
|
|
7753
|
+
outline: none;
|
|
7754
|
+
/*
|
|
7755
|
+
* The background on mobile is grey by default.
|
|
7756
|
+
*/
|
|
7757
|
+
background: none;
|
|
7758
|
+
font-family: var(--font-family);
|
|
7759
|
+
}
|
|
7760
|
+
.Layer__MinimalSearchField > [slot=input]::-webkit-search-cancel-button, .Layer__MinimalSearchField > [slot=input]::-webkit-search-decoration {
|
|
7761
|
+
appearance: none;
|
|
7762
|
+
}
|
|
7763
|
+
.Layer__MinimalSearchField[data-empty] > [slot=input] {
|
|
7764
|
+
grid-column: 1/-1;
|
|
7765
|
+
}
|
|
7766
|
+
.Layer__MinimalSearchField > [slot=clear-button] {
|
|
7767
|
+
grid-area: clear-button;
|
|
7768
|
+
}
|
|
7769
|
+
.Layer__MinimalSearchField[data-empty] > [slot=clear-button] {
|
|
7770
|
+
display: none;
|
|
7771
|
+
}
|
|
7772
|
+
.Layer__MinimalSearchField[data-disabled] {
|
|
7773
|
+
cursor: not-allowed;
|
|
7774
|
+
}
|
|
7775
|
+
.Layer__MinimalSearchField[data-disabled] > [slot=input] {
|
|
7776
|
+
cursor: not-allowed;
|
|
7777
|
+
}.Layer__SearchField.Layer__InputGroup {
|
|
7778
|
+
display: grid;
|
|
7779
|
+
grid-template-areas: "icon search";
|
|
7780
|
+
grid-template-columns: auto minmax(0, 1fr);
|
|
7781
|
+
gap: 0;
|
|
7782
|
+
padding-inline-start: 0;
|
|
7783
|
+
padding-inline-end: var(--spacing-3xs);
|
|
7784
|
+
}
|
|
7785
|
+
.Layer__SearchField.Layer__InputGroup > [slot=icon] {
|
|
7786
|
+
grid-area: icon;
|
|
7787
|
+
block-size: 2rem;
|
|
7788
|
+
inline-size: 2rem;
|
|
7789
|
+
}
|
|
7790
|
+
.Layer__SearchField.Layer__InputGroup > [slot=search] {
|
|
7791
|
+
grid-area: search;
|
|
7792
|
+
}
|
|
7793
|
+
.Layer__SearchField.Layer__InputGroup .Layer__SearchField__Icon[data-disabled] {
|
|
7794
|
+
cursor: not-allowed;
|
|
7795
|
+
color: var(--color-base-500);
|
|
7683
7796
|
}.Layer__csv-upload {
|
|
7684
7797
|
position: relative;
|
|
7685
7798
|
height: 6rem;
|
|
@@ -7864,32 +7977,6 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
7864
7977
|
.Layer__UI__DateInput[data-placement=first] {
|
|
7865
7978
|
border-start-start-radius: inherit;
|
|
7866
7979
|
border-end-start-radius: inherit;
|
|
7867
|
-
}.Layer__InputGroup {
|
|
7868
|
-
box-sizing: border-box;
|
|
7869
|
-
display: grid;
|
|
7870
|
-
grid-template-columns: minmax(0, 1fr) auto;
|
|
7871
|
-
gap: var(--spacing-3xs);
|
|
7872
|
-
align-items: center;
|
|
7873
|
-
min-block-size: 2.25rem;
|
|
7874
|
-
padding-inline-start: var(--spacing-xs);
|
|
7875
|
-
padding-inline-end: var(--spacing-3xs);
|
|
7876
|
-
border-radius: var(--input-border-radius);
|
|
7877
|
-
border: 1px solid var(--border-color);
|
|
7878
|
-
background-color: var(--color-base-0);
|
|
7879
|
-
}
|
|
7880
|
-
.Layer__InputGroup[data-focus-within], .Layer__InputGroup[data-focus-visible] {
|
|
7881
|
-
border-color: var(--color-base-800);
|
|
7882
|
-
outline: 2px solid var(--outline-default);
|
|
7883
|
-
}
|
|
7884
|
-
.Layer__InputGroup[data-invalid] {
|
|
7885
|
-
border-color: var(--color-danger);
|
|
7886
|
-
outline: none;
|
|
7887
|
-
}
|
|
7888
|
-
.Layer__InputGroup[data-action-count="2"] {
|
|
7889
|
-
grid-template-columns: minmax(0, 1fr) auto auto;
|
|
7890
|
-
}
|
|
7891
|
-
.Layer__InputGroup[data-disabled] {
|
|
7892
|
-
cursor: not-allowed;
|
|
7893
7980
|
}.Layer__Checkbox {
|
|
7894
7981
|
position: relative;
|
|
7895
7982
|
display: inline-flex;
|
|
@@ -8287,60 +8374,6 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
8287
8374
|
|
|
8288
8375
|
.Layer__MonthPicker__InputGroup {
|
|
8289
8376
|
inline-size: 12rem;
|
|
8290
|
-
}.Layer__MinimalSearchField {
|
|
8291
|
-
display: grid;
|
|
8292
|
-
grid-template-areas: "input clear-button";
|
|
8293
|
-
grid-template-columns: minmax(0, 1fr) auto;
|
|
8294
|
-
align-items: center;
|
|
8295
|
-
border: none;
|
|
8296
|
-
}
|
|
8297
|
-
.Layer__MinimalSearchField > [slot=input] {
|
|
8298
|
-
grid-area: input;
|
|
8299
|
-
padding-inline: var(--spacing-3xs);
|
|
8300
|
-
border: none;
|
|
8301
|
-
outline: none;
|
|
8302
|
-
/*
|
|
8303
|
-
* The background on mobile is grey by default.
|
|
8304
|
-
*/
|
|
8305
|
-
background: none;
|
|
8306
|
-
font-family: var(--font-family);
|
|
8307
|
-
}
|
|
8308
|
-
.Layer__MinimalSearchField > [slot=input]::-webkit-search-cancel-button, .Layer__MinimalSearchField > [slot=input]::-webkit-search-decoration {
|
|
8309
|
-
appearance: none;
|
|
8310
|
-
}
|
|
8311
|
-
.Layer__MinimalSearchField[data-empty] > [slot=input] {
|
|
8312
|
-
grid-column: 1/-1;
|
|
8313
|
-
}
|
|
8314
|
-
.Layer__MinimalSearchField > [slot=clear-button] {
|
|
8315
|
-
grid-area: clear-button;
|
|
8316
|
-
}
|
|
8317
|
-
.Layer__MinimalSearchField[data-empty] > [slot=clear-button] {
|
|
8318
|
-
display: none;
|
|
8319
|
-
}
|
|
8320
|
-
.Layer__MinimalSearchField[data-disabled] {
|
|
8321
|
-
cursor: not-allowed;
|
|
8322
|
-
}
|
|
8323
|
-
.Layer__MinimalSearchField[data-disabled] > [slot=input] {
|
|
8324
|
-
cursor: not-allowed;
|
|
8325
|
-
}.Layer__SearchField.Layer__InputGroup {
|
|
8326
|
-
display: grid;
|
|
8327
|
-
grid-template-areas: "icon search";
|
|
8328
|
-
grid-template-columns: auto minmax(0, 1fr);
|
|
8329
|
-
gap: 0;
|
|
8330
|
-
padding-inline-start: 0;
|
|
8331
|
-
padding-inline-end: var(--spacing-3xs);
|
|
8332
|
-
}
|
|
8333
|
-
.Layer__SearchField.Layer__InputGroup > [slot=icon] {
|
|
8334
|
-
grid-area: icon;
|
|
8335
|
-
block-size: 2rem;
|
|
8336
|
-
inline-size: 2rem;
|
|
8337
|
-
}
|
|
8338
|
-
.Layer__SearchField.Layer__InputGroup > [slot=search] {
|
|
8339
|
-
grid-area: search;
|
|
8340
|
-
}
|
|
8341
|
-
.Layer__SearchField.Layer__InputGroup .Layer__SearchField__Icon[data-disabled] {
|
|
8342
|
-
cursor: not-allowed;
|
|
8343
|
-
color: var(--color-base-500);
|
|
8344
8377
|
}.Layer__InvisibleDownload {
|
|
8345
8378
|
display: none;
|
|
8346
8379
|
}.Layer__UI__Table-Table {
|
|
@@ -8510,6 +8543,12 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
8510
8543
|
.Layer__bookkeeping-status[data-status=error] .Layer__bookkeeping-status__icon-wrapper {
|
|
8511
8544
|
background: var(--color-info-error-bg);
|
|
8512
8545
|
color: var(--color-info-error-fg);
|
|
8546
|
+
}.Layer__BankTransactionsProcessingInfo {
|
|
8547
|
+
padding-block: var(--spacing-xs);
|
|
8548
|
+
padding-inline: var(--spacing-md);
|
|
8549
|
+
border-radius: 0 0 var(--border-radius-sm) var(--border-radius-sm);
|
|
8550
|
+
border-top: 1px solid var(--color-base-400);
|
|
8551
|
+
background-color: var(--color-base-100);
|
|
8513
8552
|
}.Layer__file-thumb {
|
|
8514
8553
|
box-sizing: border-box;
|
|
8515
8554
|
position: relative;
|
|
@@ -8696,54 +8735,6 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
8696
8735
|
border: 1px solid var(--color-base-300);
|
|
8697
8736
|
}.Layer__BusinessFormMobileItem[data-selected] {
|
|
8698
8737
|
background: var(--color-base-100);
|
|
8699
|
-
}.Layer__actionable-list {
|
|
8700
|
-
padding: 0;
|
|
8701
|
-
margin: 0;
|
|
8702
|
-
list-style: none;
|
|
8703
|
-
}
|
|
8704
|
-
.Layer__actionable-list li {
|
|
8705
|
-
box-sizing: border-box;
|
|
8706
|
-
display: flex;
|
|
8707
|
-
gap: var(--spacing-2xs);
|
|
8708
|
-
align-items: center;
|
|
8709
|
-
justify-content: space-between;
|
|
8710
|
-
padding: var(--spacing-sm) var(--spacing-sm) var(--spacing-sm) var(--spacing-md);
|
|
8711
|
-
border-radius: var(--spacing-xs);
|
|
8712
|
-
cursor: pointer;
|
|
8713
|
-
font-size: 12px;
|
|
8714
|
-
}
|
|
8715
|
-
.Layer__actionable-list li .Layer__actionable-list__content {
|
|
8716
|
-
display: flex;
|
|
8717
|
-
flex-direction: column;
|
|
8718
|
-
gap: var(--spacing-2xs);
|
|
8719
|
-
align-items: flex-start;
|
|
8720
|
-
max-width: 36ch;
|
|
8721
|
-
}
|
|
8722
|
-
.Layer__actionable-list li .Layer__actionable-list__content .Layer__actionable-list__content-description {
|
|
8723
|
-
color: var(--color-base-500);
|
|
8724
|
-
}
|
|
8725
|
-
.Layer__actionable-list li.Layer__actionable-list-item--secondary {
|
|
8726
|
-
color: var(--color-base-500);
|
|
8727
|
-
}
|
|
8728
|
-
.Layer__actionable-list li.Layer__actionable-list-item--secondary.Layer__actionable-list-item--as-link:hover {
|
|
8729
|
-
color: var(--color-base-1000);
|
|
8730
|
-
}
|
|
8731
|
-
.Layer__actionable-list li.Layer__actionable-list__item--selected {
|
|
8732
|
-
background-color: var(--color-base-50);
|
|
8733
|
-
}
|
|
8734
|
-
.Layer__actionable-list .Layer__actionable-list__select {
|
|
8735
|
-
display: flex;
|
|
8736
|
-
height: 18px;
|
|
8737
|
-
width: 18px;
|
|
8738
|
-
border-radius: 50%;
|
|
8739
|
-
border: 1px solid var(--color-base-300);
|
|
8740
|
-
}
|
|
8741
|
-
.Layer__actionable-list .Layer__actionable-list__select.Layer__actionable-list__select--selected {
|
|
8742
|
-
align-items: center;
|
|
8743
|
-
justify-content: center;
|
|
8744
|
-
border: 1px solid var(--color-info-success);
|
|
8745
|
-
background-color: var(--color-info-success-bg);
|
|
8746
|
-
color: var(--color-info-success);
|
|
8747
8738
|
}.Layer__MatchFormMobile {
|
|
8748
8739
|
border-radius: var(--border-radius-2xs);
|
|
8749
8740
|
border: 1px solid var(--color-base-300);
|
|
@@ -8754,11 +8745,68 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
8754
8745
|
padding-inline-end: var(--spacing-md);
|
|
8755
8746
|
}.Layer__BankTransactionsMobileSplitForm__AmountInput {
|
|
8756
8747
|
inline-size: 6rem;
|
|
8757
|
-
}.
|
|
8748
|
+
}.Layer__NewToggle {
|
|
8749
|
+
box-sizing: border-box;
|
|
8750
|
+
position: relative;
|
|
8751
|
+
display: flex;
|
|
8752
|
+
align-items: center;
|
|
8753
|
+
height: 36px;
|
|
8754
|
+
width: max-content;
|
|
8755
|
+
padding: 2px;
|
|
8756
|
+
border-radius: 6px;
|
|
8757
|
+
box-shadow: 0 0 0 1px var(--color-base-300);
|
|
8758
|
+
background: var(--color-base-100);
|
|
8759
|
+
cursor: pointer;
|
|
8760
|
+
user-select: none;
|
|
8761
|
+
isolation: isolate;
|
|
8762
|
+
-webkit-tap-highlight-color: transparent;
|
|
8763
|
+
-webkit-touch-callout: none;
|
|
8764
|
+
}.Layer__NewToggleOption {
|
|
8765
|
+
box-sizing: border-box;
|
|
8766
|
+
position: relative;
|
|
8767
|
+
display: flex;
|
|
8768
|
+
align-items: center;
|
|
8769
|
+
justify-content: center;
|
|
8770
|
+
height: 32px;
|
|
8771
|
+
padding: 8px 16px;
|
|
8772
|
+
border-radius: 6px;
|
|
8773
|
+
border: none;
|
|
8774
|
+
background: transparent;
|
|
8775
|
+
color: var(--text-color-secondary);
|
|
8776
|
+
}
|
|
8777
|
+
.Layer__NewToggleOption::before {
|
|
8778
|
+
position: absolute;
|
|
8779
|
+
z-index: -2;
|
|
8780
|
+
inset: 0;
|
|
8781
|
+
border-radius: 6px;
|
|
8782
|
+
background: transparent;
|
|
8783
|
+
content: "";
|
|
8784
|
+
transition: background-color 150ms;
|
|
8785
|
+
}
|
|
8786
|
+
.Layer__NewToggleOption[data-hovered]:not([data-disabled], [data-selected]) {
|
|
8787
|
+
color: var(--text-color-primary);
|
|
8788
|
+
}
|
|
8789
|
+
.Layer__NewToggleOption[data-hovered]:not([data-disabled], [data-selected])::before {
|
|
8790
|
+
background-color: var(--color-base-200);
|
|
8791
|
+
}
|
|
8792
|
+
|
|
8793
|
+
.Layer__NewToggleOption-SelectionIndicator {
|
|
8794
|
+
position: absolute;
|
|
8795
|
+
z-index: -1;
|
|
8796
|
+
top: 0;
|
|
8797
|
+
left: 0;
|
|
8798
|
+
height: 100%;
|
|
8799
|
+
width: 100%;
|
|
8800
|
+
border-radius: 6px;
|
|
8801
|
+
box-shadow: 0 0 0 1px var(--color-base-300), 0 1px 1px 0 rgba(0, 0, 0, 0.04), 0 2px 3px 0 rgba(0, 0, 0, 0.04), 0 3px 4px 0 rgba(0, 0, 0, 0.02), 0 4px 5px 0 rgba(0, 0, 0, 0.01);
|
|
8802
|
+
background: var(--color-white);
|
|
8803
|
+
transition-property: translate, width;
|
|
8804
|
+
transition-duration: 200ms;
|
|
8805
|
+
}.Layer__BankTransactionsMobileListItem__CategorizedValue {
|
|
8758
8806
|
color: var(--color-base-500);
|
|
8759
8807
|
}
|
|
8760
8808
|
|
|
8761
|
-
.
|
|
8809
|
+
.Layer__BankTransactionsMobileListItem__HeadingContentLeft {
|
|
8762
8810
|
overflow: hidden;
|
|
8763
8811
|
min-width: 0;
|
|
8764
8812
|
}.Layer__BaseDetailView {
|
|
@@ -9357,6 +9405,13 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
9357
9405
|
.Layer__panel.Layer__panel--open .Layer__panel__content {
|
|
9358
9406
|
width: 100%;
|
|
9359
9407
|
}
|
|
9408
|
+
}.Layer__ProfitAndLossSummariesSummaryChartArea {
|
|
9409
|
+
border-radius: var(--border-radius-xs);
|
|
9410
|
+
background: var(--color-base-50);
|
|
9411
|
+
}
|
|
9412
|
+
|
|
9413
|
+
.Layer__ProfitAndLossSummariesSummary {
|
|
9414
|
+
min-height: 40px;
|
|
9360
9415
|
}.Layer__DateSelection {
|
|
9361
9416
|
display: grid;
|
|
9362
9417
|
grid-template-columns: repeat(2, minmax(10rem, 12rem));
|
|
@@ -10467,8 +10522,7 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
10467
10522
|
align-items: flex-end;
|
|
10468
10523
|
padding-block-start: 1rem;
|
|
10469
10524
|
}
|
|
10470
|
-
.Layer__VehicleForm .
|
|
10471
|
-
.Layer__VehicleForm .Layer__VehicleForm__Field__Model,
|
|
10525
|
+
.Layer__VehicleForm .Layer__VehicleForm__Field__MakeAndModel,
|
|
10472
10526
|
.Layer__VehicleForm .Layer__VehicleForm__Field__Year,
|
|
10473
10527
|
.Layer__VehicleForm .Layer__VehicleForm__Field__LicensePlate,
|
|
10474
10528
|
.Layer__VehicleForm .Layer__VehicleForm__Field__Vin,
|
package/dist/index.d.ts
CHANGED
|
@@ -475,7 +475,7 @@ declare type EnumWithUnknownValues<T extends string> = T | UnknownEnumValue;
|
|
|
475
475
|
declare type Environment = 'production' | 'sandbox' | 'staging' | 'internalStaging';
|
|
476
476
|
|
|
477
477
|
declare type EventCallbacks = {
|
|
478
|
-
onTransactionCategorized?: (
|
|
478
|
+
onTransactionCategorized?: () => void;
|
|
479
479
|
onTransactionsFetched?: () => void;
|
|
480
480
|
};
|
|
481
481
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@layerfi/components",
|
|
3
|
-
"version": "0.1.114-alpha.
|
|
3
|
+
"version": "0.1.114-alpha.5",
|
|
4
4
|
"description": "Layer React Components",
|
|
5
5
|
"main": "dist/cjs/index.cjs",
|
|
6
6
|
"module": "dist/esm/index.mjs",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"lucide-react": "^0.507.0",
|
|
104
104
|
"motion": "^12.23.11",
|
|
105
105
|
"pluralize": "^8.0.0",
|
|
106
|
-
"react-aria-components": "^1.
|
|
106
|
+
"react-aria-components": "^1.13.0",
|
|
107
107
|
"react-calendly": "^4.4.0",
|
|
108
108
|
"react-currency-input-field": "^3.10.0",
|
|
109
109
|
"react-dropzone": "^14.3.8",
|