@layerfi/components 0.1.112-alpha.4 → 0.1.112
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 +1417 -1226
- package/dist/esm/index.mjs +1405 -1214
- package/dist/index.css +580 -537
- package/dist/index.d.ts +94 -97
- package/package.json +3 -1
package/dist/index.css
CHANGED
|
@@ -625,11 +625,13 @@
|
|
|
625
625
|
.Layer__view,
|
|
626
626
|
.Layer__select__menu-portal,
|
|
627
627
|
.Layer__tooltip,
|
|
628
|
+
.Layer__UI__tooltip,
|
|
628
629
|
.Layer__toasts-container,
|
|
629
630
|
.Layer__drawer,
|
|
630
631
|
.Layer__variables,
|
|
631
632
|
.Layer__tasks-component,
|
|
632
633
|
#Layer__datepicker__portal {
|
|
634
|
+
/* Explicit Colors */
|
|
633
635
|
--color-black: #1a1a1a;
|
|
634
636
|
--color-white: white;
|
|
635
637
|
--color-blue: hsl(217deg 100% 92%);
|
|
@@ -653,6 +655,7 @@
|
|
|
653
655
|
--color-light-s: 0%;
|
|
654
656
|
--color-light-l: 90%;
|
|
655
657
|
--color-light: hsl(var(--color-light-h) var(--color-light-s) var(--color-light-l));
|
|
658
|
+
/* Base Colors */
|
|
656
659
|
--color-base-0: #fff;
|
|
657
660
|
--color-base-50: hsl(var(--color-dark-h) 1% 98%);
|
|
658
661
|
--color-base-100: hsl(var(--color-dark-h) 1% 94%);
|
|
@@ -665,7 +668,9 @@
|
|
|
665
668
|
--color-base-800: hsl(var(--color-dark-h) 12% 20%);
|
|
666
669
|
--color-base-900: hsl(var(--color-dark-h) 15% 14%);
|
|
667
670
|
--color-base-1000: hsl(var(--color-dark-h) 20% 7%);
|
|
671
|
+
/* View Sizing */
|
|
668
672
|
--max-component-width: 1408px;
|
|
673
|
+
/* Transparency */
|
|
669
674
|
--base-transparent-1: hsl(220deg 43% 11% / 1%);
|
|
670
675
|
--base-transparent-2: hsl(220deg 43% 11% / 2%);
|
|
671
676
|
--base-transparent-4: hsl(var(--color-dark-h) var(--color-dark-s) var(--color-dark-l) / 4%);
|
|
@@ -687,6 +692,7 @@
|
|
|
687
692
|
* --bg-brand-accent
|
|
688
693
|
* --fg-brand-accent
|
|
689
694
|
*/
|
|
695
|
+
/* Other Colors */
|
|
690
696
|
--color-secondary: var(--color-base);
|
|
691
697
|
--color-success: var(--color-info-success);
|
|
692
698
|
--color-danger: var(--color-info-error);
|
|
@@ -695,6 +701,7 @@
|
|
|
695
701
|
--text-color-primary: var(--color-dark);
|
|
696
702
|
--text-color-secondary: var(--color-base-600);
|
|
697
703
|
--bg-element-focus: var(--color-base-50);
|
|
704
|
+
/* Extended Customization */
|
|
698
705
|
--font-family: "InterVariable", "Inter", sans-serif;
|
|
699
706
|
--font-family-numeric: "InterVariable", "Inter", sans-serif;
|
|
700
707
|
--text-2xs: 10px;
|
|
@@ -785,7 +792,9 @@
|
|
|
785
792
|
--bar-color-expenses: var(--color-dark);
|
|
786
793
|
--chart-indicator-color: var(--color-base-700);
|
|
787
794
|
--z-index-mobile-panel: 106;
|
|
795
|
+
/* Transitions */
|
|
788
796
|
--transition-speed: 0.25s;
|
|
797
|
+
/* 5. STYLES: */
|
|
789
798
|
box-sizing: border-box;
|
|
790
799
|
padding: 0;
|
|
791
800
|
border: 0;
|
|
@@ -1874,12 +1883,11 @@
|
|
|
1874
1883
|
position: relative;
|
|
1875
1884
|
display: flex;
|
|
1876
1885
|
align-items: center;
|
|
1877
|
-
height:
|
|
1886
|
+
height: 36px;
|
|
1878
1887
|
width: max-content;
|
|
1879
1888
|
padding: 2px;
|
|
1880
1889
|
border-radius: 52px;
|
|
1881
1890
|
box-shadow: 0 0 0 1px var(--color-base-300);
|
|
1882
|
-
margin: 1px;
|
|
1883
1891
|
background: var(--color-base-100);
|
|
1884
1892
|
cursor: pointer;
|
|
1885
1893
|
user-select: none;
|
|
@@ -1917,7 +1925,7 @@
|
|
|
1917
1925
|
}.Layer__toggle-option input + span {
|
|
1918
1926
|
box-sizing: border-box;
|
|
1919
1927
|
justify-content: center;
|
|
1920
|
-
height:
|
|
1928
|
+
height: 32px;
|
|
1921
1929
|
padding: 8px 16px;
|
|
1922
1930
|
border-radius: 52px;
|
|
1923
1931
|
cursor: pointer;
|
|
@@ -1943,9 +1951,8 @@
|
|
|
1943
1951
|
box-sizing: border-box;
|
|
1944
1952
|
position: absolute;
|
|
1945
1953
|
z-index: 1;
|
|
1946
|
-
top: 1px;
|
|
1947
1954
|
left: 0;
|
|
1948
|
-
height:
|
|
1955
|
+
height: 32px;
|
|
1949
1956
|
width: 100px;
|
|
1950
1957
|
padding: 8px 16px;
|
|
1951
1958
|
border-radius: 52px;
|
|
@@ -3363,6 +3370,11 @@
|
|
|
3363
3370
|
gap: var(--spacing-sm);
|
|
3364
3371
|
min-width: 40rem;
|
|
3365
3372
|
max-width: 76rem;
|
|
3373
|
+
}@container (max-width: 768px) {
|
|
3374
|
+
.Layer__bank-transaction-list-item__content,
|
|
3375
|
+
.Layer__expanded-bank-transaction-row__content {
|
|
3376
|
+
min-width: 30rem;
|
|
3377
|
+
}
|
|
3366
3378
|
}.Layer__expanded-bank-transaction-row__content-panels {
|
|
3367
3379
|
box-sizing: border-box;
|
|
3368
3380
|
display: flex;
|
|
@@ -3475,7 +3487,13 @@
|
|
|
3475
3487
|
border-left: 1px solid var(--border-color);
|
|
3476
3488
|
transition: border 5s ease-out;
|
|
3477
3489
|
}.Layer__bank-transaction-row__expand-button {
|
|
3478
|
-
|
|
3490
|
+
display: flex;
|
|
3491
|
+
align-items: center;
|
|
3492
|
+
justify-content: center;
|
|
3493
|
+
height: 2.25rem;
|
|
3494
|
+
width: 2.25rem;
|
|
3495
|
+
}.Layer__bank-transaction-row__expand-button:hover {
|
|
3496
|
+
cursor: pointer;
|
|
3479
3497
|
}.Layer__bank-transaction-row__expand-button--mobile {
|
|
3480
3498
|
width: fit-content;
|
|
3481
3499
|
vertical-align: middle;
|
|
@@ -3492,7 +3510,7 @@
|
|
|
3492
3510
|
gap: var(--spacing-xs);
|
|
3493
3511
|
align-items: start;
|
|
3494
3512
|
min-width: 40rem;
|
|
3495
|
-
}.Layer__expanded-bank-transaction-row__table-cell--split-entry .
|
|
3513
|
+
}.Layer__expanded-bank-transaction-row__table-cell--split-entry .Layer__BankTransactionCategoryComboBox__Container {
|
|
3496
3514
|
grid-area: category;
|
|
3497
3515
|
max-width: 24.5rem;
|
|
3498
3516
|
}.Layer__expanded-bank-transaction-row__table-cell--split-entry__amount {
|
|
@@ -3506,21 +3524,24 @@
|
|
|
3506
3524
|
.Layer__expanded-bank-transaction-row__table-cell--split-entry {
|
|
3507
3525
|
display: grid;
|
|
3508
3526
|
grid-template-areas: "amount category button";
|
|
3509
|
-
grid-template-columns:
|
|
3510
|
-
|
|
3527
|
+
grid-template-columns: 12rem minmax(12rem, 24.5rem) 2.25rem;
|
|
3528
|
+
min-width: 27.5rem;
|
|
3529
|
+
max-width: min(40rem, 100%);
|
|
3511
3530
|
}
|
|
3512
3531
|
.Layer__expanded-bank-transaction-row__table-cell--split-entry:has(> .Layer__expanded-bank-transaction-row__table-cell--split-entry__customer), .Layer__expanded-bank-transaction-row__table-cell--split-entry:has(> .Layer__expanded-bank-transaction-row__table-cell--split-entry__tags) {
|
|
3513
3532
|
grid-template-areas: "amount category button" "customer tags .";
|
|
3514
3533
|
}
|
|
3515
3534
|
}.Layer__expanded-bank-transaction-row__table-cell--split-entry__tags {
|
|
3516
|
-
display: flex;
|
|
3517
3535
|
grid-area: tags;
|
|
3518
|
-
column-gap: var(--spacing-xs);
|
|
3519
3536
|
}.Layer__bank-transactions__list {
|
|
3520
3537
|
list-style: none;
|
|
3521
3538
|
padding: 0;
|
|
3522
3539
|
margin: 0;
|
|
3523
3540
|
margin-bottom: var(--spacing-lg);
|
|
3541
|
+
}.Layer__bank-transactions__list-header {
|
|
3542
|
+
border-bottom: 1px solid var(--border-color);
|
|
3543
|
+
background-color: var(--table-bg);
|
|
3544
|
+
color: var(--color-base-700);
|
|
3524
3545
|
}.Layer__bank-transaction-list-item {
|
|
3525
3546
|
display: flex;
|
|
3526
3547
|
flex-direction: column;
|
|
@@ -3586,24 +3607,12 @@
|
|
|
3586
3607
|
gap: 4px;
|
|
3587
3608
|
align-items: center;
|
|
3588
3609
|
}.Layer__bank-transaction-list-item__body {
|
|
3589
|
-
box-sizing: border-box;
|
|
3590
|
-
display: flex;
|
|
3591
|
-
gap: 4px;
|
|
3592
3610
|
justify-content: space-between;
|
|
3593
3611
|
width: 100%;
|
|
3594
3612
|
padding: var(--spacing-sm) var(--spacing-md);
|
|
3595
3613
|
color: var(--text-color-primary);
|
|
3596
|
-
}.Layer__bank-transaction-list-
|
|
3597
|
-
|
|
3598
|
-
max-width: calc(100% - 120px);
|
|
3599
|
-
}.Layer__bank-transaction-list-item__body .Layer__bank-transaction-list-item__body__name .Layer__tooltip-trigger {
|
|
3600
|
-
display: flex;
|
|
3601
|
-
}.Layer__bank-transaction-list-item__body .Layer__bank-transaction-list-item__body__name .Layer__text {
|
|
3602
|
-
white-space: nowrap;
|
|
3603
|
-
overflow: hidden;
|
|
3604
|
-
text-overflow: ellipsis;
|
|
3605
|
-
}.Layer__bank-transaction-list-item__body .Layer__bank-transaction-row__expand-button {
|
|
3606
|
-
margin: 0 var(--spacing-xs);
|
|
3614
|
+
}.Layer__bank-transaction-list-item__body__name {
|
|
3615
|
+
max-width: 70%;
|
|
3607
3616
|
}.Layer__bank-transaction-list-item__processing-info {
|
|
3608
3617
|
box-sizing: border-box;
|
|
3609
3618
|
display: flex;
|
|
@@ -3625,6 +3634,10 @@
|
|
|
3625
3634
|
}.Layer__table.Layer__bank-transactions__table .Layer__bank-transaction__submit-btn,
|
|
3626
3635
|
.Layer__table.Layer__bank-transactions__table .Layer__bank-transaction__retry-btn {
|
|
3627
3636
|
width: 122px;
|
|
3637
|
+
}.Layer__table .Layer__table-header.Layer__bank-transactions__documents-col {
|
|
3638
|
+
--right-adjust: calc(65ch + 2px);
|
|
3639
|
+
}.Layer__table .Layer__table-header.Layer__table-cell--amount.Layer__table-cell__amount-col {
|
|
3640
|
+
--right-adjust: calc(65ch + 2px);
|
|
3628
3641
|
}.Layer__table.Layer__bank-transactions__table .Layer__table-cell__amount-col {
|
|
3629
3642
|
box-sizing: border-box;
|
|
3630
3643
|
position: sticky;
|
|
@@ -3647,7 +3660,7 @@
|
|
|
3647
3660
|
box-sizing: border-box;
|
|
3648
3661
|
position: sticky;
|
|
3649
3662
|
z-index: 2;
|
|
3650
|
-
right:
|
|
3663
|
+
right: var(--right-adjust);
|
|
3651
3664
|
width: 0;
|
|
3652
3665
|
min-width: 0;
|
|
3653
3666
|
max-width: 0;
|
|
@@ -3677,7 +3690,10 @@
|
|
|
3677
3690
|
max-width: 140px;
|
|
3678
3691
|
}.Layer__bank-transactions__tx-col {
|
|
3679
3692
|
box-sizing: border-box;
|
|
3680
|
-
|
|
3693
|
+
overflow: hidden;
|
|
3694
|
+
max-width: 40ch;
|
|
3695
|
+
text-overflow: ellipsis;
|
|
3696
|
+
white-space: nowrap;
|
|
3681
3697
|
}.Layer__bank-transactions__account-col {
|
|
3682
3698
|
box-sizing: border-box;
|
|
3683
3699
|
width: 30ch;
|
|
@@ -3685,6 +3701,7 @@
|
|
|
3685
3701
|
max-width: 30ch;
|
|
3686
3702
|
}.Layer__bank-transactions__documents-col {
|
|
3687
3703
|
box-sizing: border-box;
|
|
3704
|
+
--right-adjust: 56ch;
|
|
3688
3705
|
width: 64px;
|
|
3689
3706
|
min-width: 64px;
|
|
3690
3707
|
max-width: 64px;
|
|
@@ -6313,10 +6330,13 @@
|
|
|
6313
6330
|
.Layer__Span[data-no-wrap] {
|
|
6314
6331
|
white-space: nowrap;
|
|
6315
6332
|
}
|
|
6316
|
-
.Layer__Header[data-ellipsis],
|
|
6333
|
+
.Layer__Header[data-ellipsis], .Layer__Header[data-with-tooltip],
|
|
6317
6334
|
.Layer__Label[data-ellipsis],
|
|
6335
|
+
.Layer__Label[data-with-tooltip],
|
|
6318
6336
|
.Layer__P[data-ellipsis],
|
|
6319
|
-
.
|
|
6337
|
+
.Layer__P[data-with-tooltip],
|
|
6338
|
+
.Layer__Span[data-ellipsis],
|
|
6339
|
+
.Layer__Span[data-with-tooltip] {
|
|
6320
6340
|
white-space: nowrap;
|
|
6321
6341
|
overflow: hidden;
|
|
6322
6342
|
text-overflow: ellipsis;
|
|
@@ -6579,651 +6599,680 @@
|
|
|
6579
6599
|
* A `label` is an inline element by default. This change allows us to apply padding.
|
|
6580
6600
|
*/
|
|
6581
6601
|
display: inline-block;
|
|
6582
|
-
}.
|
|
6583
|
-
|
|
6584
|
-
z-index: 100;
|
|
6585
|
-
inset: 0;
|
|
6586
|
-
display: grid;
|
|
6587
|
-
height: var(--visual-viewport-height);
|
|
6588
|
-
background: rgba(0, 0, 0, 0.5);
|
|
6589
|
-
place-items: center;
|
|
6602
|
+
}.Layer__Stack {
|
|
6603
|
+
display: flex;
|
|
6590
6604
|
}
|
|
6591
|
-
.
|
|
6592
|
-
|
|
6605
|
+
.Layer__Stack[data-fluid] {
|
|
6606
|
+
flex: 1;
|
|
6593
6607
|
}
|
|
6594
|
-
.
|
|
6595
|
-
|
|
6608
|
+
.Layer__Stack[data-direction=row] {
|
|
6609
|
+
flex-direction: row;
|
|
6596
6610
|
}
|
|
6597
|
-
.
|
|
6598
|
-
|
|
6611
|
+
.Layer__Stack[data-direction=column] {
|
|
6612
|
+
flex-direction: column;
|
|
6599
6613
|
}
|
|
6600
|
-
.
|
|
6601
|
-
|
|
6614
|
+
.Layer__Stack[data-align=start] {
|
|
6615
|
+
align-items: start;
|
|
6602
6616
|
}
|
|
6603
|
-
|
|
6604
|
-
|
|
6605
|
-
block-size: min(42rem, 90%);
|
|
6606
|
-
inline-size: min(36rem, 90%);
|
|
6617
|
+
.Layer__Stack[data-align=center] {
|
|
6618
|
+
align-items: center;
|
|
6607
6619
|
}
|
|
6608
|
-
.
|
|
6609
|
-
|
|
6620
|
+
.Layer__Stack[data-align=end] {
|
|
6621
|
+
align-items: end;
|
|
6610
6622
|
}
|
|
6611
|
-
.
|
|
6612
|
-
|
|
6623
|
+
.Layer__Stack[data-align=baseline] {
|
|
6624
|
+
align-items: baseline;
|
|
6613
6625
|
}
|
|
6614
|
-
.
|
|
6615
|
-
|
|
6626
|
+
.Layer__Stack[data-justify=start] {
|
|
6627
|
+
justify-content: start;
|
|
6616
6628
|
}
|
|
6617
|
-
.
|
|
6618
|
-
|
|
6629
|
+
.Layer__Stack[data-justify=center] {
|
|
6630
|
+
justify-content: center;
|
|
6619
6631
|
}
|
|
6620
|
-
.
|
|
6621
|
-
|
|
6632
|
+
.Layer__Stack[data-justify=end] {
|
|
6633
|
+
justify-content: end;
|
|
6622
6634
|
}
|
|
6623
|
-
.
|
|
6624
|
-
|
|
6625
|
-
bottom: 0;
|
|
6626
|
-
overflow: hidden;
|
|
6627
|
-
block-size: 80%;
|
|
6628
|
-
inline-size: 100%;
|
|
6629
|
-
border-radius: var(--border-radius-2xs) var(--border-radius-2xs) 0 0;
|
|
6635
|
+
.Layer__Stack[data-justify=space-between] {
|
|
6636
|
+
justify-content: space-between;
|
|
6630
6637
|
}
|
|
6631
|
-
.
|
|
6632
|
-
|
|
6638
|
+
.Layer__Stack[data-overflow=scroll] {
|
|
6639
|
+
overflow: scroll;
|
|
6633
6640
|
}
|
|
6634
|
-
.
|
|
6635
|
-
|
|
6641
|
+
.Layer__Stack[data-overflow=hidden] {
|
|
6642
|
+
overflow: hidden;
|
|
6636
6643
|
}
|
|
6637
|
-
.
|
|
6638
|
-
|
|
6644
|
+
.Layer__Stack[data-overflow=auto] {
|
|
6645
|
+
overflow: auto;
|
|
6639
6646
|
}
|
|
6640
|
-
|
|
6641
|
-
|
|
6642
|
-
display: flex;
|
|
6643
|
-
flex-direction: column;
|
|
6644
|
-
block-size: 100%;
|
|
6645
|
-
padding: var(--spacing-lg);
|
|
6646
|
-
border-radius: var(--border-radius-2xs);
|
|
6647
|
-
outline: none;
|
|
6648
|
-
background-color: white;
|
|
6647
|
+
.Layer__Stack[data-overflow=clip] {
|
|
6648
|
+
overflow: clip;
|
|
6649
6649
|
}
|
|
6650
|
-
.
|
|
6651
|
-
|
|
6650
|
+
.Layer__Stack[data-overflow=visible] {
|
|
6651
|
+
overflow: visible;
|
|
6652
6652
|
}
|
|
6653
|
-
.
|
|
6654
|
-
|
|
6655
|
-
border-radius: 0;
|
|
6653
|
+
.Layer__Stack[data-gap="3xs"] {
|
|
6654
|
+
gap: var(--spacing-3xs);
|
|
6656
6655
|
}
|
|
6657
|
-
.
|
|
6658
|
-
padding:
|
|
6659
|
-
border-radius: var(--border-radius-2xs) var(--border-radius-2xs) 0 0;
|
|
6656
|
+
.Layer__Stack[data-pb="3xs"] {
|
|
6657
|
+
padding-block: var(--spacing-3xs);
|
|
6660
6658
|
}
|
|
6661
|
-
|
|
6662
|
-
|
|
6663
|
-
from {
|
|
6664
|
-
transform: translateX(100%);
|
|
6665
|
-
}
|
|
6666
|
-
to {
|
|
6667
|
-
transform: translateX(0);
|
|
6668
|
-
}
|
|
6659
|
+
.Layer__Stack[data-pbe="3xs"] {
|
|
6660
|
+
padding-block-end: var(--spacing-3xs);
|
|
6669
6661
|
}
|
|
6670
|
-
|
|
6671
|
-
|
|
6672
|
-
background: rgba(0, 0, 0, 0);
|
|
6673
|
-
}
|
|
6674
|
-
to {
|
|
6675
|
-
background: rgba(0, 0, 0, 0.5);
|
|
6676
|
-
}
|
|
6662
|
+
.Layer__Stack[data-pbs="3xs"] {
|
|
6663
|
+
padding-block-start: var(--spacing-3xs);
|
|
6677
6664
|
}
|
|
6678
|
-
|
|
6679
|
-
|
|
6680
|
-
transform: translateY(100%);
|
|
6681
|
-
}
|
|
6682
|
-
to {
|
|
6683
|
-
transform: translateY(0);
|
|
6684
|
-
}
|
|
6685
|
-
}.Layer__LoadingSpinner {
|
|
6686
|
-
animation-name: Layer__rotate;
|
|
6687
|
-
animation-duration: 2s;
|
|
6688
|
-
animation-timing-function: linear;
|
|
6689
|
-
animation-iteration-count: infinite;
|
|
6690
|
-
}.Layer__UI__Button {
|
|
6691
|
-
all: unset;
|
|
6692
|
-
box-sizing: border-box;
|
|
6693
|
-
display: inline-grid;
|
|
6694
|
-
grid-template-rows: minmax(0, 1fr);
|
|
6695
|
-
grid-auto-columns: auto;
|
|
6696
|
-
grid-auto-flow: column;
|
|
6697
|
-
gap: 0.5rem;
|
|
6698
|
-
align-items: center;
|
|
6699
|
-
justify-content: center;
|
|
6700
|
-
block-size: var(--size);
|
|
6701
|
-
min-inline-size: 0;
|
|
6702
|
-
padding-inline: var(--spacing-md);
|
|
6703
|
-
border-radius: var(--btn-border-radius);
|
|
6704
|
-
outline: none;
|
|
6705
|
-
cursor: pointer;
|
|
6706
|
-
user-select: none;
|
|
6707
|
-
font-size: var(--text-md);
|
|
6708
|
-
font-family: var(--font-family);
|
|
6709
|
-
font-weight: var(--font-weight-normal);
|
|
6710
|
-
appearance: none;
|
|
6711
|
-
white-space: nowrap;
|
|
6712
|
-
vertical-align: middle;
|
|
6713
|
-
--size: 2.25rem;
|
|
6665
|
+
.Layer__Stack[data-pi="3xs"] {
|
|
6666
|
+
padding-inline: var(--spacing-3xs);
|
|
6714
6667
|
}
|
|
6715
|
-
.
|
|
6716
|
-
|
|
6668
|
+
.Layer__Stack[data-pie="3xs"] {
|
|
6669
|
+
padding-inline-end: var(--spacing-3xs);
|
|
6717
6670
|
}
|
|
6718
|
-
.
|
|
6719
|
-
|
|
6720
|
-
padding-inline: 0;
|
|
6671
|
+
.Layer__Stack[data-pis="3xs"] {
|
|
6672
|
+
padding-inline-start: var(--spacing-3xs);
|
|
6721
6673
|
}
|
|
6722
|
-
.
|
|
6723
|
-
|
|
6724
|
-
overflow: hidden;
|
|
6725
|
-
white-space: nowrap;
|
|
6726
|
-
text-overflow: ellipsis;
|
|
6674
|
+
.Layer__Stack[data-gap="2xs"] {
|
|
6675
|
+
gap: var(--spacing-2xs);
|
|
6727
6676
|
}
|
|
6728
|
-
.
|
|
6729
|
-
|
|
6677
|
+
.Layer__Stack[data-pb="2xs"] {
|
|
6678
|
+
padding-block: var(--spacing-2xs);
|
|
6730
6679
|
}
|
|
6731
|
-
.
|
|
6732
|
-
|
|
6680
|
+
.Layer__Stack[data-pbe="2xs"] {
|
|
6681
|
+
padding-block-end: var(--spacing-2xs);
|
|
6733
6682
|
}
|
|
6734
|
-
.
|
|
6735
|
-
|
|
6736
|
-
background-color: transparent;
|
|
6737
|
-
color: var(--button-fg-ghost);
|
|
6683
|
+
.Layer__Stack[data-pbs="2xs"] {
|
|
6684
|
+
padding-block-start: var(--spacing-2xs);
|
|
6738
6685
|
}
|
|
6739
|
-
.
|
|
6740
|
-
|
|
6741
|
-
color: var(--button-fg-disabled);
|
|
6686
|
+
.Layer__Stack[data-pi="2xs"] {
|
|
6687
|
+
padding-inline: var(--spacing-2xs);
|
|
6742
6688
|
}
|
|
6743
|
-
.
|
|
6744
|
-
|
|
6689
|
+
.Layer__Stack[data-pie="2xs"] {
|
|
6690
|
+
padding-inline-end: var(--spacing-2xs);
|
|
6745
6691
|
}
|
|
6746
|
-
.
|
|
6747
|
-
|
|
6692
|
+
.Layer__Stack[data-pis="2xs"] {
|
|
6693
|
+
padding-inline-start: var(--spacing-2xs);
|
|
6748
6694
|
}
|
|
6749
|
-
.
|
|
6750
|
-
|
|
6751
|
-
background-color: transparent;
|
|
6752
|
-
color: var(--button-fg-ghost);
|
|
6695
|
+
.Layer__Stack[data-gap=xs] {
|
|
6696
|
+
gap: var(--spacing-xs);
|
|
6753
6697
|
}
|
|
6754
|
-
.
|
|
6755
|
-
|
|
6756
|
-
color: var(--button-fg-disabled);
|
|
6698
|
+
.Layer__Stack[data-pb=xs] {
|
|
6699
|
+
padding-block: var(--spacing-xs);
|
|
6757
6700
|
}
|
|
6758
|
-
.
|
|
6759
|
-
|
|
6701
|
+
.Layer__Stack[data-pbe=xs] {
|
|
6702
|
+
padding-block-end: var(--spacing-xs);
|
|
6760
6703
|
}
|
|
6761
|
-
.
|
|
6762
|
-
|
|
6763
|
-
outline: 2px solid var(--outline-default);
|
|
6704
|
+
.Layer__Stack[data-pbs=xs] {
|
|
6705
|
+
padding-block-start: var(--spacing-xs);
|
|
6764
6706
|
}
|
|
6765
|
-
.
|
|
6766
|
-
|
|
6767
|
-
color: var(--button-fg-default);
|
|
6768
|
-
}
|
|
6769
|
-
.Layer__UI__Button[data-variant=solid][data-disabled], .Layer__UI__Button[data-variant=solid][data-pending] {
|
|
6770
|
-
background-color: var(--button-bg-disabled);
|
|
6771
|
-
color: var(--button-fg-disabled);
|
|
6707
|
+
.Layer__Stack[data-pi=xs] {
|
|
6708
|
+
padding-inline: var(--spacing-xs);
|
|
6772
6709
|
}
|
|
6773
|
-
.
|
|
6774
|
-
|
|
6775
|
-
background-color: var(--button-bg-active);
|
|
6710
|
+
.Layer__Stack[data-pie=xs] {
|
|
6711
|
+
padding-inline-end: var(--spacing-xs);
|
|
6776
6712
|
}
|
|
6777
|
-
.
|
|
6778
|
-
|
|
6779
|
-
background-color: var(--button-bg-active);
|
|
6713
|
+
.Layer__Stack[data-pis=xs] {
|
|
6714
|
+
padding-inline-start: var(--spacing-xs);
|
|
6780
6715
|
}
|
|
6781
|
-
.
|
|
6782
|
-
|
|
6783
|
-
display: inline-flex;
|
|
6784
|
-
overflow: hidden;
|
|
6785
|
-
text-overflow: ellipsis;
|
|
6786
|
-
padding-inline: 0;
|
|
6787
|
-
border: none;
|
|
6788
|
-
background-color: transparent;
|
|
6716
|
+
.Layer__Stack[data-gap=sm] {
|
|
6717
|
+
gap: var(--spacing-sm);
|
|
6789
6718
|
}
|
|
6790
|
-
.
|
|
6791
|
-
|
|
6719
|
+
.Layer__Stack[data-pb=sm] {
|
|
6720
|
+
padding-block: var(--spacing-sm);
|
|
6792
6721
|
}
|
|
6793
|
-
.
|
|
6794
|
-
|
|
6722
|
+
.Layer__Stack[data-pbe=sm] {
|
|
6723
|
+
padding-block-end: var(--spacing-sm);
|
|
6795
6724
|
}
|
|
6796
|
-
.
|
|
6797
|
-
|
|
6798
|
-
color: var(--fg-brand-accent, var(--color-primary));
|
|
6725
|
+
.Layer__Stack[data-pbs=sm] {
|
|
6726
|
+
padding-block-start: var(--spacing-sm);
|
|
6799
6727
|
}
|
|
6800
|
-
|
|
6801
|
-
|
|
6802
|
-
opacity: 0;
|
|
6803
|
-
grid-row: 1/-1;
|
|
6804
|
-
grid-column: 1/-1;
|
|
6728
|
+
.Layer__Stack[data-pi=sm] {
|
|
6729
|
+
padding-inline: var(--spacing-sm);
|
|
6805
6730
|
}
|
|
6806
|
-
|
|
6807
|
-
|
|
6808
|
-
grid-row: 1/-1;
|
|
6809
|
-
grid-column: 1/-1;
|
|
6810
|
-
height: 1rem;
|
|
6811
|
-
place-self: center;
|
|
6812
|
-
}.Layer__UI__Heading {
|
|
6813
|
-
max-inline-size: 60rem;
|
|
6814
|
-
margin: 0;
|
|
6815
|
-
font-size: var(--text-heading-secondary);
|
|
6816
|
-
font-family: var(--font-family);
|
|
6817
|
-
font-weight: var(--font-weight-bold);
|
|
6818
|
-
text-wrap: pretty;
|
|
6819
|
-
color: var(--color-base-900);
|
|
6731
|
+
.Layer__Stack[data-pie=sm] {
|
|
6732
|
+
padding-inline-end: var(--spacing-sm);
|
|
6820
6733
|
}
|
|
6821
|
-
.
|
|
6822
|
-
|
|
6734
|
+
.Layer__Stack[data-pis=sm] {
|
|
6735
|
+
padding-inline-start: var(--spacing-sm);
|
|
6823
6736
|
}
|
|
6824
|
-
.
|
|
6825
|
-
|
|
6826
|
-
overflow: hidden;
|
|
6827
|
-
text-overflow: ellipsis;
|
|
6737
|
+
.Layer__Stack[data-gap=md] {
|
|
6738
|
+
gap: var(--spacing-md);
|
|
6828
6739
|
}
|
|
6829
|
-
.
|
|
6830
|
-
padding-block
|
|
6740
|
+
.Layer__Stack[data-pb=md] {
|
|
6741
|
+
padding-block: var(--spacing-md);
|
|
6831
6742
|
}
|
|
6832
|
-
.
|
|
6833
|
-
padding-
|
|
6743
|
+
.Layer__Stack[data-pbe=md] {
|
|
6744
|
+
padding-block-end: var(--spacing-md);
|
|
6834
6745
|
}
|
|
6835
|
-
.
|
|
6836
|
-
padding-block-
|
|
6746
|
+
.Layer__Stack[data-pbs=md] {
|
|
6747
|
+
padding-block-start: var(--spacing-md);
|
|
6837
6748
|
}
|
|
6838
|
-
.
|
|
6839
|
-
padding-inline
|
|
6749
|
+
.Layer__Stack[data-pi=md] {
|
|
6750
|
+
padding-inline: var(--spacing-md);
|
|
6840
6751
|
}
|
|
6841
|
-
.
|
|
6842
|
-
padding-
|
|
6752
|
+
.Layer__Stack[data-pie=md] {
|
|
6753
|
+
padding-inline-end: var(--spacing-md);
|
|
6843
6754
|
}
|
|
6844
|
-
.
|
|
6845
|
-
padding-inline-
|
|
6755
|
+
.Layer__Stack[data-pis=md] {
|
|
6756
|
+
padding-inline-start: var(--spacing-md);
|
|
6846
6757
|
}
|
|
6847
|
-
.
|
|
6848
|
-
|
|
6758
|
+
.Layer__Stack[data-gap=lg] {
|
|
6759
|
+
gap: var(--spacing-lg);
|
|
6849
6760
|
}
|
|
6850
|
-
.
|
|
6851
|
-
padding-
|
|
6761
|
+
.Layer__Stack[data-pb=lg] {
|
|
6762
|
+
padding-block: var(--spacing-lg);
|
|
6852
6763
|
}
|
|
6853
|
-
.
|
|
6854
|
-
padding-block-end: var(--spacing-
|
|
6764
|
+
.Layer__Stack[data-pbe=lg] {
|
|
6765
|
+
padding-block-end: var(--spacing-lg);
|
|
6855
6766
|
}
|
|
6856
|
-
.
|
|
6857
|
-
padding-
|
|
6767
|
+
.Layer__Stack[data-pbs=lg] {
|
|
6768
|
+
padding-block-start: var(--spacing-lg);
|
|
6858
6769
|
}
|
|
6859
|
-
.
|
|
6860
|
-
padding-
|
|
6770
|
+
.Layer__Stack[data-pi=lg] {
|
|
6771
|
+
padding-inline: var(--spacing-lg);
|
|
6861
6772
|
}
|
|
6862
|
-
.
|
|
6773
|
+
.Layer__Stack[data-pie=lg] {
|
|
6863
6774
|
padding-inline-end: var(--spacing-lg);
|
|
6864
6775
|
}
|
|
6865
|
-
.
|
|
6776
|
+
.Layer__Stack[data-pis=lg] {
|
|
6777
|
+
padding-inline-start: var(--spacing-lg);
|
|
6778
|
+
}
|
|
6779
|
+
.Layer__Stack[data-gap=xl] {
|
|
6780
|
+
gap: var(--spacing-xl);
|
|
6781
|
+
}
|
|
6782
|
+
.Layer__Stack[data-pb=xl] {
|
|
6783
|
+
padding-block: var(--spacing-xl);
|
|
6784
|
+
}
|
|
6785
|
+
.Layer__Stack[data-pbe=xl] {
|
|
6866
6786
|
padding-block-end: var(--spacing-xl);
|
|
6867
6787
|
}
|
|
6868
|
-
.
|
|
6788
|
+
.Layer__Stack[data-pbs=xl] {
|
|
6789
|
+
padding-block-start: var(--spacing-xl);
|
|
6790
|
+
}
|
|
6791
|
+
.Layer__Stack[data-pi=xl] {
|
|
6792
|
+
padding-inline: var(--spacing-xl);
|
|
6793
|
+
}
|
|
6794
|
+
.Layer__Stack[data-pie=xl] {
|
|
6869
6795
|
padding-inline-end: var(--spacing-xl);
|
|
6870
6796
|
}
|
|
6871
|
-
.
|
|
6797
|
+
.Layer__Stack[data-pis=xl] {
|
|
6798
|
+
padding-inline-start: var(--spacing-xl);
|
|
6799
|
+
}
|
|
6800
|
+
.Layer__Stack[data-gap="2xl"] {
|
|
6801
|
+
gap: var(--spacing-2xl);
|
|
6802
|
+
}
|
|
6803
|
+
.Layer__Stack[data-pb="2xl"] {
|
|
6804
|
+
padding-block: var(--spacing-2xl);
|
|
6805
|
+
}
|
|
6806
|
+
.Layer__Stack[data-pbe="2xl"] {
|
|
6872
6807
|
padding-block-end: var(--spacing-2xl);
|
|
6873
6808
|
}
|
|
6874
|
-
.
|
|
6809
|
+
.Layer__Stack[data-pbs="2xl"] {
|
|
6810
|
+
padding-block-start: var(--spacing-2xl);
|
|
6811
|
+
}
|
|
6812
|
+
.Layer__Stack[data-pi="2xl"] {
|
|
6813
|
+
padding-inline: var(--spacing-2xl);
|
|
6814
|
+
}
|
|
6815
|
+
.Layer__Stack[data-pie="2xl"] {
|
|
6875
6816
|
padding-inline-end: var(--spacing-2xl);
|
|
6876
6817
|
}
|
|
6877
|
-
.
|
|
6878
|
-
padding-
|
|
6818
|
+
.Layer__Stack[data-pis="2xl"] {
|
|
6819
|
+
padding-inline-start: var(--spacing-2xl);
|
|
6879
6820
|
}
|
|
6880
|
-
.
|
|
6881
|
-
|
|
6821
|
+
.Layer__Stack[data-gap="3xl"] {
|
|
6822
|
+
gap: var(--spacing-3xl);
|
|
6882
6823
|
}
|
|
6883
|
-
.
|
|
6884
|
-
padding-block
|
|
6824
|
+
.Layer__Stack[data-pb="3xl"] {
|
|
6825
|
+
padding-block: var(--spacing-3xl);
|
|
6885
6826
|
}
|
|
6886
|
-
.
|
|
6887
|
-
padding-
|
|
6827
|
+
.Layer__Stack[data-pbe="3xl"] {
|
|
6828
|
+
padding-block-end: var(--spacing-3xl);
|
|
6888
6829
|
}
|
|
6889
|
-
.
|
|
6890
|
-
|
|
6830
|
+
.Layer__Stack[data-pbs="3xl"] {
|
|
6831
|
+
padding-block-start: var(--spacing-3xl);
|
|
6891
6832
|
}
|
|
6892
|
-
.
|
|
6893
|
-
|
|
6833
|
+
.Layer__Stack[data-pi="3xl"] {
|
|
6834
|
+
padding-inline: var(--spacing-3xl);
|
|
6894
6835
|
}
|
|
6895
|
-
.
|
|
6896
|
-
|
|
6836
|
+
.Layer__Stack[data-pie="3xl"] {
|
|
6837
|
+
padding-inline-end: var(--spacing-3xl);
|
|
6897
6838
|
}
|
|
6898
|
-
.
|
|
6899
|
-
|
|
6839
|
+
.Layer__Stack[data-pis="3xl"] {
|
|
6840
|
+
padding-inline-start: var(--spacing-3xl);
|
|
6900
6841
|
}
|
|
6901
|
-
.
|
|
6902
|
-
|
|
6842
|
+
.Layer__Stack[data-gap="5xl"] {
|
|
6843
|
+
gap: var(--spacing-5xl);
|
|
6903
6844
|
}
|
|
6904
|
-
.
|
|
6905
|
-
|
|
6845
|
+
.Layer__Stack[data-pb="5xl"] {
|
|
6846
|
+
padding-block: var(--spacing-5xl);
|
|
6906
6847
|
}
|
|
6907
|
-
.
|
|
6908
|
-
|
|
6848
|
+
.Layer__Stack[data-pbe="5xl"] {
|
|
6849
|
+
padding-block-end: var(--spacing-5xl);
|
|
6909
6850
|
}
|
|
6910
|
-
.
|
|
6911
|
-
|
|
6851
|
+
.Layer__Stack[data-pbs="5xl"] {
|
|
6852
|
+
padding-block-start: var(--spacing-5xl);
|
|
6912
6853
|
}
|
|
6913
|
-
.
|
|
6914
|
-
|
|
6854
|
+
.Layer__Stack[data-pi="5xl"] {
|
|
6855
|
+
padding-inline: var(--spacing-5xl);
|
|
6915
6856
|
}
|
|
6916
|
-
.
|
|
6917
|
-
|
|
6857
|
+
.Layer__Stack[data-pie="5xl"] {
|
|
6858
|
+
padding-inline-end: var(--spacing-5xl);
|
|
6918
6859
|
}
|
|
6919
|
-
.
|
|
6920
|
-
|
|
6860
|
+
.Layer__Stack[data-pis="5xl"] {
|
|
6861
|
+
padding-inline-start: var(--spacing-5xl);
|
|
6921
6862
|
}
|
|
6922
|
-
|
|
6923
|
-
|
|
6924
|
-
|
|
6863
|
+
|
|
6864
|
+
.Layer__Spacer {
|
|
6865
|
+
flex: 1 1 0%;
|
|
6866
|
+
}.Layer__UI__tooltip {
|
|
6867
|
+
z-index: 50;
|
|
6925
6868
|
}
|
|
6926
|
-
|
|
6927
|
-
|
|
6869
|
+
|
|
6870
|
+
.Layer__UI__tooltip-content {
|
|
6871
|
+
box-sizing: border-box;
|
|
6872
|
+
display: block;
|
|
6873
|
+
max-width: 20rem;
|
|
6874
|
+
padding: var(--spacing-2xs) var(--spacing-sm);
|
|
6875
|
+
border-radius: var(--border-radius-2xs);
|
|
6876
|
+
background: var(--color-base-1000);
|
|
6928
6877
|
}
|
|
6929
|
-
|
|
6930
|
-
|
|
6931
|
-
|
|
6932
|
-
|
|
6933
|
-
align
|
|
6878
|
+
|
|
6879
|
+
.Layer__UI__tooltip-content--text {
|
|
6880
|
+
display: block;
|
|
6881
|
+
font-size: var(--text-sm);
|
|
6882
|
+
text-align: justify;
|
|
6883
|
+
color: var(--color-base-300);
|
|
6884
|
+
word-break: break-all;
|
|
6885
|
+
white-space: normal;
|
|
6934
6886
|
}
|
|
6935
6887
|
|
|
6936
|
-
.
|
|
6888
|
+
.Layer__UI__tooltip-trigger {
|
|
6889
|
+
overflow: hidden;
|
|
6890
|
+
text-overflow: ellipsis;
|
|
6891
|
+
}.Layer__ModalOverlay {
|
|
6892
|
+
position: fixed;
|
|
6893
|
+
z-index: 100;
|
|
6894
|
+
inset: 0;
|
|
6937
6895
|
display: grid;
|
|
6938
|
-
|
|
6939
|
-
|
|
6940
|
-
|
|
6941
|
-
align-items: center;
|
|
6942
|
-
margin-block-end: var(--spacing-md);
|
|
6896
|
+
height: var(--visual-viewport-height);
|
|
6897
|
+
background: rgba(0, 0, 0, 0.5);
|
|
6898
|
+
place-items: center;
|
|
6943
6899
|
}
|
|
6944
|
-
.
|
|
6945
|
-
|
|
6900
|
+
.Layer__ModalOverlay[data-variant=drawer][data-entering], .Layer__ModalOverlay[data-variant=mobile-drawer][data-entering] {
|
|
6901
|
+
animation: drawer-darken 300ms;
|
|
6946
6902
|
}
|
|
6947
|
-
.
|
|
6948
|
-
|
|
6903
|
+
.Layer__ModalOverlay[data-variant=drawer][data-exiting], .Layer__ModalOverlay[data-variant=mobile-drawer][data-exiting] {
|
|
6904
|
+
animation: drawer-darken 300ms reverse ease-in;
|
|
6905
|
+
}
|
|
6906
|
+
.Layer__ModalOverlay[data-variant=drawer] {
|
|
6907
|
+
place-items: end;
|
|
6908
|
+
}
|
|
6909
|
+
.Layer__ModalOverlay[data-variant=mobile-drawer] {
|
|
6910
|
+
place-items: end center;
|
|
6949
6911
|
}
|
|
6950
6912
|
|
|
6951
|
-
.
|
|
6952
|
-
|
|
6953
|
-
|
|
6913
|
+
.Layer__Modal {
|
|
6914
|
+
block-size: min(42rem, 90%);
|
|
6915
|
+
inline-size: min(36rem, 90%);
|
|
6916
|
+
}
|
|
6917
|
+
.Layer__Modal[data-size=lg] {
|
|
6918
|
+
inline-size: min(42rem, 90%);
|
|
6919
|
+
}
|
|
6920
|
+
.Layer__Modal[data-size=xl] {
|
|
6921
|
+
inline-size: min(70rem, 100%);
|
|
6922
|
+
}
|
|
6923
|
+
.Layer__Modal[data-variant=drawer] {
|
|
6954
6924
|
block-size: 100%;
|
|
6955
6925
|
}
|
|
6956
|
-
.
|
|
6957
|
-
|
|
6958
|
-
|
|
6926
|
+
.Layer__Modal[data-variant=drawer][data-entering] {
|
|
6927
|
+
animation: drawer-slide 300ms;
|
|
6928
|
+
}
|
|
6929
|
+
.Layer__Modal[data-variant=drawer][data-exiting] {
|
|
6930
|
+
animation: drawer-slide 300ms reverse ease-in;
|
|
6931
|
+
}
|
|
6932
|
+
.Layer__Modal[data-variant=mobile-drawer] {
|
|
6933
|
+
position: fixed;
|
|
6934
|
+
bottom: 0;
|
|
6935
|
+
overflow: hidden;
|
|
6936
|
+
block-size: 80%;
|
|
6937
|
+
inline-size: 100%;
|
|
6938
|
+
border-radius: var(--border-radius-2xs) var(--border-radius-2xs) 0 0;
|
|
6939
|
+
}
|
|
6940
|
+
.Layer__Modal[data-variant=mobile-drawer][data-entering] {
|
|
6941
|
+
animation: mobile-drawer-slide 200ms;
|
|
6942
|
+
}
|
|
6943
|
+
.Layer__Modal[data-variant=mobile-drawer][data-exiting] {
|
|
6944
|
+
animation: mobile-drawer-slide 200ms reverse ease-in;
|
|
6945
|
+
}
|
|
6946
|
+
.Layer__Modal[data-flex-block] {
|
|
6947
|
+
block-size: auto;
|
|
6959
6948
|
}
|
|
6960
6949
|
|
|
6961
|
-
.
|
|
6962
|
-
margin-block-start: var(--spacing-3xl);
|
|
6963
|
-
}.Layer__Stack {
|
|
6950
|
+
.Layer__Dialog {
|
|
6964
6951
|
display: flex;
|
|
6952
|
+
flex-direction: column;
|
|
6953
|
+
block-size: 100%;
|
|
6954
|
+
padding: var(--spacing-lg);
|
|
6955
|
+
border-radius: var(--border-radius-2xs);
|
|
6956
|
+
outline: none;
|
|
6957
|
+
background-color: white;
|
|
6965
6958
|
}
|
|
6966
|
-
.
|
|
6959
|
+
.Layer__Dialog [slot=content] {
|
|
6967
6960
|
flex: 1;
|
|
6968
6961
|
}
|
|
6969
|
-
.
|
|
6970
|
-
|
|
6962
|
+
.Layer__Dialog[data-variant=drawer] {
|
|
6963
|
+
padding: 0;
|
|
6964
|
+
border-radius: 0;
|
|
6971
6965
|
}
|
|
6972
|
-
.
|
|
6973
|
-
|
|
6966
|
+
.Layer__Dialog[data-variant=mobile-drawer] {
|
|
6967
|
+
padding: 0;
|
|
6968
|
+
border-radius: var(--border-radius-2xs) var(--border-radius-2xs) 0 0;
|
|
6974
6969
|
}
|
|
6975
|
-
|
|
6976
|
-
|
|
6970
|
+
|
|
6971
|
+
@keyframes drawer-slide {
|
|
6972
|
+
from {
|
|
6973
|
+
transform: translateX(100%);
|
|
6974
|
+
}
|
|
6975
|
+
to {
|
|
6976
|
+
transform: translateX(0);
|
|
6977
|
+
}
|
|
6977
6978
|
}
|
|
6978
|
-
|
|
6979
|
+
@keyframes drawer-darken {
|
|
6980
|
+
from {
|
|
6981
|
+
background: rgba(0, 0, 0, 0);
|
|
6982
|
+
}
|
|
6983
|
+
to {
|
|
6984
|
+
background: rgba(0, 0, 0, 0.5);
|
|
6985
|
+
}
|
|
6986
|
+
}
|
|
6987
|
+
@keyframes mobile-drawer-slide {
|
|
6988
|
+
from {
|
|
6989
|
+
transform: translateY(100%);
|
|
6990
|
+
}
|
|
6991
|
+
to {
|
|
6992
|
+
transform: translateY(0);
|
|
6993
|
+
}
|
|
6994
|
+
}.Layer__LoadingSpinner {
|
|
6995
|
+
animation-name: Layer__rotate;
|
|
6996
|
+
animation-duration: 2s;
|
|
6997
|
+
animation-timing-function: linear;
|
|
6998
|
+
animation-iteration-count: infinite;
|
|
6999
|
+
}.Layer__UI__Button {
|
|
7000
|
+
all: unset;
|
|
7001
|
+
box-sizing: border-box;
|
|
7002
|
+
display: inline-grid;
|
|
7003
|
+
grid-template-rows: minmax(0, 1fr);
|
|
7004
|
+
grid-auto-columns: auto;
|
|
7005
|
+
grid-auto-flow: column;
|
|
7006
|
+
gap: 0.5rem;
|
|
6979
7007
|
align-items: center;
|
|
7008
|
+
justify-content: center;
|
|
7009
|
+
block-size: var(--size);
|
|
7010
|
+
min-inline-size: 0;
|
|
7011
|
+
padding-inline: var(--spacing-md);
|
|
7012
|
+
border-radius: var(--btn-border-radius);
|
|
7013
|
+
outline: none;
|
|
7014
|
+
cursor: pointer;
|
|
7015
|
+
user-select: none;
|
|
7016
|
+
font-size: var(--text-md);
|
|
7017
|
+
font-family: var(--font-family);
|
|
7018
|
+
font-weight: var(--font-weight-normal);
|
|
7019
|
+
appearance: none;
|
|
7020
|
+
white-space: nowrap;
|
|
7021
|
+
vertical-align: middle;
|
|
7022
|
+
--size: 2.25rem;
|
|
6980
7023
|
}
|
|
6981
|
-
.
|
|
6982
|
-
|
|
7024
|
+
.Layer__UI__Button[data-inset] {
|
|
7025
|
+
--size: 2rem;
|
|
6983
7026
|
}
|
|
6984
|
-
.
|
|
6985
|
-
|
|
7027
|
+
.Layer__UI__Button[data-icon] {
|
|
7028
|
+
min-inline-size: var(--size);
|
|
7029
|
+
padding-inline: 0;
|
|
6986
7030
|
}
|
|
6987
|
-
.
|
|
6988
|
-
|
|
7031
|
+
.Layer__UI__Button[data-ellipsis], .Layer__UI__Button[data-with-tooltip] {
|
|
7032
|
+
display: inline-block;
|
|
7033
|
+
overflow: hidden;
|
|
7034
|
+
white-space: nowrap;
|
|
7035
|
+
text-overflow: ellipsis;
|
|
6989
7036
|
}
|
|
6990
|
-
.
|
|
6991
|
-
|
|
7037
|
+
.Layer__UI__Button[data-focus-visible] {
|
|
7038
|
+
outline: 1px auto -webkit-focus-ring-color;
|
|
6992
7039
|
}
|
|
6993
|
-
.
|
|
6994
|
-
|
|
7040
|
+
.Layer__UI__Button[data-disabled] {
|
|
7041
|
+
cursor: not-allowed;
|
|
6995
7042
|
}
|
|
6996
|
-
.
|
|
6997
|
-
|
|
7043
|
+
.Layer__UI__Button[data-variant=ghost] {
|
|
7044
|
+
border: none;
|
|
7045
|
+
background-color: transparent;
|
|
7046
|
+
color: var(--button-fg-ghost);
|
|
6998
7047
|
}
|
|
6999
|
-
.
|
|
7000
|
-
|
|
7048
|
+
.Layer__UI__Button[data-variant=ghost][data-pending], .Layer__UI__Button[data-variant=ghost][data-disabled] {
|
|
7049
|
+
background-color: transparent;
|
|
7050
|
+
color: var(--button-fg-disabled);
|
|
7001
7051
|
}
|
|
7002
|
-
.
|
|
7003
|
-
|
|
7052
|
+
.Layer__UI__Button[data-variant=ghost][data-hovered]:not([data-disabled], [data-pressed]) {
|
|
7053
|
+
background-color: var(--button-bg-ghost-hovered);
|
|
7004
7054
|
}
|
|
7005
|
-
.
|
|
7006
|
-
|
|
7055
|
+
.Layer__UI__Button[data-variant=ghost][data-pressed]:not([data-focus-visible]) {
|
|
7056
|
+
background-color: var(--button-bg-ghost-pressed);
|
|
7007
7057
|
}
|
|
7008
|
-
.
|
|
7009
|
-
|
|
7058
|
+
.Layer__UI__Button[data-variant=outlined] {
|
|
7059
|
+
border: 1px solid var(--button-border-color-ghost);
|
|
7060
|
+
background-color: transparent;
|
|
7061
|
+
color: var(--button-fg-ghost);
|
|
7010
7062
|
}
|
|
7011
|
-
.
|
|
7012
|
-
|
|
7063
|
+
.Layer__UI__Button[data-variant=outlined][data-pending], .Layer__UI__Button[data-variant=outlined][data-disabled] {
|
|
7064
|
+
background-color: transparent;
|
|
7065
|
+
color: var(--button-fg-disabled);
|
|
7013
7066
|
}
|
|
7014
|
-
.
|
|
7015
|
-
|
|
7067
|
+
.Layer__UI__Button[data-variant=outlined][data-hovered]:not([data-pressed], [data-focus-visible]) {
|
|
7068
|
+
outline: 1px solid var(--outline-default);
|
|
7016
7069
|
}
|
|
7017
|
-
.
|
|
7018
|
-
|
|
7070
|
+
.Layer__UI__Button[data-variant=outlined][data-pressed]:not([data-focus-visible]) {
|
|
7071
|
+
border-color: var(--button-border-color-ghost-active);
|
|
7072
|
+
outline: 2px solid var(--outline-default);
|
|
7019
7073
|
}
|
|
7020
|
-
.
|
|
7021
|
-
|
|
7074
|
+
.Layer__UI__Button[data-variant=solid] {
|
|
7075
|
+
background-color: var(--button-bg-default);
|
|
7076
|
+
color: var(--button-fg-default);
|
|
7022
7077
|
}
|
|
7023
|
-
.
|
|
7024
|
-
|
|
7078
|
+
.Layer__UI__Button[data-variant=solid][data-disabled], .Layer__UI__Button[data-variant=solid][data-pending] {
|
|
7079
|
+
background-color: var(--button-bg-disabled);
|
|
7080
|
+
color: var(--button-fg-disabled);
|
|
7025
7081
|
}
|
|
7026
|
-
.
|
|
7027
|
-
|
|
7082
|
+
.Layer__UI__Button[data-variant=solid][data-hovered]:not([data-disabled], [data-pressed]) {
|
|
7083
|
+
outline: 1px solid var(--outline-default);
|
|
7084
|
+
background-color: var(--button-bg-active);
|
|
7085
|
+
}
|
|
7086
|
+
.Layer__UI__Button[data-variant=solid][data-pressed]:not([data-focus-visible]) {
|
|
7087
|
+
outline: 2px solid var(--outline-default);
|
|
7088
|
+
background-color: var(--button-bg-active);
|
|
7089
|
+
}
|
|
7090
|
+
.Layer__UI__Button[data-variant=text] {
|
|
7091
|
+
--size: inherit;
|
|
7092
|
+
display: inline-flex;
|
|
7093
|
+
overflow: hidden;
|
|
7094
|
+
text-overflow: ellipsis;
|
|
7095
|
+
padding-inline: 0;
|
|
7096
|
+
border: none;
|
|
7097
|
+
background-color: transparent;
|
|
7098
|
+
}
|
|
7099
|
+
.Layer__UI__Button[data-variant=text][data-hovered]:not([data-disabled], [data-pressed]) {
|
|
7100
|
+
text-decoration: underline;
|
|
7101
|
+
}
|
|
7102
|
+
.Layer__UI__Button[data-variant=text][data-pressed]:not([data-focus-visible]) {
|
|
7103
|
+
text-decoration: none;
|
|
7104
|
+
}
|
|
7105
|
+
.Layer__UI__Button[data-variant=branded] {
|
|
7106
|
+
background-color: var(--bg-brand-accent, var(--color-accent));
|
|
7107
|
+
color: var(--fg-brand-accent, var(--color-primary));
|
|
7108
|
+
}
|
|
7109
|
+
|
|
7110
|
+
.Layer__ButtonTransparentContent {
|
|
7111
|
+
opacity: 0;
|
|
7112
|
+
grid-row: 1/-1;
|
|
7113
|
+
grid-column: 1/-1;
|
|
7114
|
+
}
|
|
7115
|
+
|
|
7116
|
+
.Layer__ButtonSpinnerContainer {
|
|
7117
|
+
grid-row: 1/-1;
|
|
7118
|
+
grid-column: 1/-1;
|
|
7119
|
+
height: 1rem;
|
|
7120
|
+
place-self: center;
|
|
7121
|
+
}.Layer__UI__Heading {
|
|
7122
|
+
max-inline-size: 60rem;
|
|
7123
|
+
margin: 0;
|
|
7124
|
+
font-size: var(--text-heading-secondary);
|
|
7125
|
+
font-family: var(--font-family);
|
|
7126
|
+
font-weight: var(--font-weight-bold);
|
|
7127
|
+
text-wrap: pretty;
|
|
7128
|
+
color: var(--color-base-900);
|
|
7028
7129
|
}
|
|
7029
|
-
.
|
|
7030
|
-
|
|
7130
|
+
.Layer__UI__Heading[data-variant=subtle] {
|
|
7131
|
+
color: var(--fg-subtle);
|
|
7031
7132
|
}
|
|
7032
|
-
.
|
|
7033
|
-
|
|
7133
|
+
.Layer__UI__Heading[data-ellipsis], .Layer__UI__Heading[data-with-tooltip] {
|
|
7134
|
+
white-space: nowrap;
|
|
7135
|
+
overflow: hidden;
|
|
7136
|
+
text-overflow: ellipsis;
|
|
7034
7137
|
}
|
|
7035
|
-
.
|
|
7036
|
-
|
|
7138
|
+
.Layer__UI__Heading[data-pbe="3xs"] {
|
|
7139
|
+
padding-block-end: var(--spacing-3xs);
|
|
7037
7140
|
}
|
|
7038
|
-
.
|
|
7039
|
-
padding-
|
|
7141
|
+
.Layer__UI__Heading[data-pie="3xs"] {
|
|
7142
|
+
padding-inline-end: var(--spacing-3xs);
|
|
7040
7143
|
}
|
|
7041
|
-
.
|
|
7144
|
+
.Layer__UI__Heading[data-pbe="2xs"] {
|
|
7042
7145
|
padding-block-end: var(--spacing-2xs);
|
|
7043
7146
|
}
|
|
7044
|
-
.
|
|
7045
|
-
padding-block-start: var(--spacing-2xs);
|
|
7046
|
-
}
|
|
7047
|
-
.Layer__Stack[data-pi="2xs"] {
|
|
7048
|
-
padding-inline: var(--spacing-2xs);
|
|
7049
|
-
}
|
|
7050
|
-
.Layer__Stack[data-pie="2xs"] {
|
|
7147
|
+
.Layer__UI__Heading[data-pie="2xs"] {
|
|
7051
7148
|
padding-inline-end: var(--spacing-2xs);
|
|
7052
7149
|
}
|
|
7053
|
-
.
|
|
7054
|
-
padding-inline-start: var(--spacing-2xs);
|
|
7055
|
-
}
|
|
7056
|
-
.Layer__Stack[data-gap=xs] {
|
|
7057
|
-
gap: var(--spacing-xs);
|
|
7058
|
-
}
|
|
7059
|
-
.Layer__Stack[data-pb=xs] {
|
|
7060
|
-
padding-block: var(--spacing-xs);
|
|
7061
|
-
}
|
|
7062
|
-
.Layer__Stack[data-pbe=xs] {
|
|
7150
|
+
.Layer__UI__Heading[data-pbe=xs] {
|
|
7063
7151
|
padding-block-end: var(--spacing-xs);
|
|
7064
7152
|
}
|
|
7065
|
-
.
|
|
7066
|
-
padding-block-start: var(--spacing-xs);
|
|
7067
|
-
}
|
|
7068
|
-
.Layer__Stack[data-pi=xs] {
|
|
7069
|
-
padding-inline: var(--spacing-xs);
|
|
7070
|
-
}
|
|
7071
|
-
.Layer__Stack[data-pie=xs] {
|
|
7153
|
+
.Layer__UI__Heading[data-pie=xs] {
|
|
7072
7154
|
padding-inline-end: var(--spacing-xs);
|
|
7073
7155
|
}
|
|
7074
|
-
.
|
|
7075
|
-
padding-inline-start: var(--spacing-xs);
|
|
7076
|
-
}
|
|
7077
|
-
.Layer__Stack[data-gap=sm] {
|
|
7078
|
-
gap: var(--spacing-sm);
|
|
7079
|
-
}
|
|
7080
|
-
.Layer__Stack[data-pb=sm] {
|
|
7081
|
-
padding-block: var(--spacing-sm);
|
|
7082
|
-
}
|
|
7083
|
-
.Layer__Stack[data-pbe=sm] {
|
|
7156
|
+
.Layer__UI__Heading[data-pbe=sm] {
|
|
7084
7157
|
padding-block-end: var(--spacing-sm);
|
|
7085
7158
|
}
|
|
7086
|
-
.
|
|
7087
|
-
padding-block-start: var(--spacing-sm);
|
|
7088
|
-
}
|
|
7089
|
-
.Layer__Stack[data-pi=sm] {
|
|
7090
|
-
padding-inline: var(--spacing-sm);
|
|
7091
|
-
}
|
|
7092
|
-
.Layer__Stack[data-pie=sm] {
|
|
7159
|
+
.Layer__UI__Heading[data-pie=sm] {
|
|
7093
7160
|
padding-inline-end: var(--spacing-sm);
|
|
7094
7161
|
}
|
|
7095
|
-
.
|
|
7096
|
-
padding-inline-start: var(--spacing-sm);
|
|
7097
|
-
}
|
|
7098
|
-
.Layer__Stack[data-gap=md] {
|
|
7099
|
-
gap: var(--spacing-md);
|
|
7100
|
-
}
|
|
7101
|
-
.Layer__Stack[data-pb=md] {
|
|
7102
|
-
padding-block: var(--spacing-md);
|
|
7103
|
-
}
|
|
7104
|
-
.Layer__Stack[data-pbe=md] {
|
|
7162
|
+
.Layer__UI__Heading[data-pbe=md] {
|
|
7105
7163
|
padding-block-end: var(--spacing-md);
|
|
7106
7164
|
}
|
|
7107
|
-
.
|
|
7108
|
-
padding-block-start: var(--spacing-md);
|
|
7109
|
-
}
|
|
7110
|
-
.Layer__Stack[data-pi=md] {
|
|
7111
|
-
padding-inline: var(--spacing-md);
|
|
7112
|
-
}
|
|
7113
|
-
.Layer__Stack[data-pie=md] {
|
|
7165
|
+
.Layer__UI__Heading[data-pie=md] {
|
|
7114
7166
|
padding-inline-end: var(--spacing-md);
|
|
7115
7167
|
}
|
|
7116
|
-
.
|
|
7117
|
-
padding-inline-start: var(--spacing-md);
|
|
7118
|
-
}
|
|
7119
|
-
.Layer__Stack[data-gap=lg] {
|
|
7120
|
-
gap: var(--spacing-lg);
|
|
7121
|
-
}
|
|
7122
|
-
.Layer__Stack[data-pb=lg] {
|
|
7123
|
-
padding-block: var(--spacing-lg);
|
|
7124
|
-
}
|
|
7125
|
-
.Layer__Stack[data-pbe=lg] {
|
|
7168
|
+
.Layer__UI__Heading[data-pbe=lg] {
|
|
7126
7169
|
padding-block-end: var(--spacing-lg);
|
|
7127
7170
|
}
|
|
7128
|
-
.
|
|
7129
|
-
padding-block-start: var(--spacing-lg);
|
|
7130
|
-
}
|
|
7131
|
-
.Layer__Stack[data-pi=lg] {
|
|
7132
|
-
padding-inline: var(--spacing-lg);
|
|
7133
|
-
}
|
|
7134
|
-
.Layer__Stack[data-pie=lg] {
|
|
7171
|
+
.Layer__UI__Heading[data-pie=lg] {
|
|
7135
7172
|
padding-inline-end: var(--spacing-lg);
|
|
7136
7173
|
}
|
|
7137
|
-
.
|
|
7138
|
-
padding-
|
|
7139
|
-
}
|
|
7140
|
-
.Layer__Stack[data-gap=xl] {
|
|
7141
|
-
gap: var(--spacing-xl);
|
|
7174
|
+
.Layer__UI__Heading[data-pbe=xl] {
|
|
7175
|
+
padding-block-end: var(--spacing-xl);
|
|
7142
7176
|
}
|
|
7143
|
-
.
|
|
7144
|
-
padding-
|
|
7177
|
+
.Layer__UI__Heading[data-pie=xl] {
|
|
7178
|
+
padding-inline-end: var(--spacing-xl);
|
|
7145
7179
|
}
|
|
7146
|
-
.
|
|
7147
|
-
padding-block-end: var(--spacing-
|
|
7180
|
+
.Layer__UI__Heading[data-pbe="2xl"] {
|
|
7181
|
+
padding-block-end: var(--spacing-2xl);
|
|
7148
7182
|
}
|
|
7149
|
-
.
|
|
7150
|
-
padding-
|
|
7183
|
+
.Layer__UI__Heading[data-pie="2xl"] {
|
|
7184
|
+
padding-inline-end: var(--spacing-2xl);
|
|
7151
7185
|
}
|
|
7152
|
-
.
|
|
7153
|
-
padding-
|
|
7186
|
+
.Layer__UI__Heading[data-pbe="3xl"] {
|
|
7187
|
+
padding-block-end: var(--spacing-3xl);
|
|
7154
7188
|
}
|
|
7155
|
-
.
|
|
7156
|
-
padding-inline-end: var(--spacing-
|
|
7189
|
+
.Layer__UI__Heading[data-pie="3xl"] {
|
|
7190
|
+
padding-inline-end: var(--spacing-3xl);
|
|
7157
7191
|
}
|
|
7158
|
-
.
|
|
7159
|
-
padding-
|
|
7192
|
+
.Layer__UI__Heading[data-pbe="5xl"] {
|
|
7193
|
+
padding-block-end: var(--spacing-5xl);
|
|
7160
7194
|
}
|
|
7161
|
-
.
|
|
7162
|
-
|
|
7195
|
+
.Layer__UI__Heading[data-pie="5xl"] {
|
|
7196
|
+
padding-inline-end: var(--spacing-5xl);
|
|
7163
7197
|
}
|
|
7164
|
-
.
|
|
7165
|
-
|
|
7198
|
+
.Layer__UI__Heading[data-size="2xs"] {
|
|
7199
|
+
font-size: var(--text-heading-2xs);
|
|
7166
7200
|
}
|
|
7167
|
-
.
|
|
7168
|
-
|
|
7201
|
+
.Layer__UI__Heading[data-size=xs] {
|
|
7202
|
+
font-size: var(--text-heading-xs);
|
|
7169
7203
|
}
|
|
7170
|
-
.
|
|
7171
|
-
|
|
7204
|
+
.Layer__UI__Heading[data-size=sm] {
|
|
7205
|
+
font-size: var(--text-heading-sm);
|
|
7172
7206
|
}
|
|
7173
|
-
.
|
|
7174
|
-
|
|
7207
|
+
.Layer__UI__Heading[data-size=md] {
|
|
7208
|
+
font-size: var(--text-heading-secondary);
|
|
7175
7209
|
}
|
|
7176
|
-
.
|
|
7177
|
-
|
|
7210
|
+
.Layer__UI__Heading[data-size=lg] {
|
|
7211
|
+
font-size: var(--text-heading);
|
|
7178
7212
|
}
|
|
7179
|
-
.
|
|
7180
|
-
|
|
7213
|
+
.Layer__UI__Heading[data-size=xl] {
|
|
7214
|
+
font-size: var(--text-heading-xl);
|
|
7181
7215
|
}
|
|
7182
|
-
.
|
|
7183
|
-
|
|
7216
|
+
.Layer__UI__Heading[data-size="2xl"] {
|
|
7217
|
+
font-size: var(--text-heading-2xl);
|
|
7184
7218
|
}
|
|
7185
|
-
.
|
|
7186
|
-
|
|
7219
|
+
.Layer__UI__Heading[data-size="3xl"] {
|
|
7220
|
+
font-size: var(--text-heading-3xl);
|
|
7187
7221
|
}
|
|
7188
|
-
.
|
|
7189
|
-
|
|
7222
|
+
.Layer__UI__Heading[data-align=left] {
|
|
7223
|
+
text-align: left;
|
|
7190
7224
|
}
|
|
7191
|
-
.
|
|
7192
|
-
|
|
7225
|
+
.Layer__UI__Heading[data-align=right] {
|
|
7226
|
+
text-align: right;
|
|
7193
7227
|
}
|
|
7194
|
-
.
|
|
7195
|
-
|
|
7228
|
+
.Layer__UI__Heading[data-align=justify] {
|
|
7229
|
+
text-align: justify;
|
|
7196
7230
|
}
|
|
7197
|
-
.
|
|
7198
|
-
|
|
7231
|
+
.Layer__UI__Heading[data-align=center] {
|
|
7232
|
+
max-inline-size: unset;
|
|
7233
|
+
text-align: center;
|
|
7199
7234
|
}
|
|
7200
|
-
.
|
|
7201
|
-
|
|
7235
|
+
.Layer__UI__Heading[data-weight=normal] {
|
|
7236
|
+
font-weight: var(--font-weight-normal);
|
|
7202
7237
|
}
|
|
7203
|
-
.
|
|
7204
|
-
|
|
7238
|
+
.Layer__UI__Heading[data-weight=bold] {
|
|
7239
|
+
font-weight: var(--font-weight-bold);
|
|
7240
|
+
}.Layer__ModalCloseButton--position-absolute {
|
|
7241
|
+
position: absolute;
|
|
7242
|
+
align-self: end;
|
|
7205
7243
|
}
|
|
7206
|
-
|
|
7207
|
-
|
|
7244
|
+
|
|
7245
|
+
.Layer__ModalTitleWithClose {
|
|
7246
|
+
display: grid;
|
|
7247
|
+
grid-template-areas: "title close";
|
|
7248
|
+
grid-template-columns: 1fr auto;
|
|
7249
|
+
gap: var(--spacing-sm);
|
|
7250
|
+
align-items: center;
|
|
7251
|
+
margin-block-end: var(--spacing-md);
|
|
7208
7252
|
}
|
|
7209
|
-
.
|
|
7210
|
-
|
|
7253
|
+
.Layer__ModalTitleWithClose > [slot=title] {
|
|
7254
|
+
grid-area: title;
|
|
7211
7255
|
}
|
|
7212
|
-
.
|
|
7213
|
-
|
|
7256
|
+
.Layer__ModalTitleWithClose > [slot=close] {
|
|
7257
|
+
grid-area: close;
|
|
7214
7258
|
}
|
|
7215
|
-
|
|
7216
|
-
|
|
7259
|
+
|
|
7260
|
+
.Layer__ModalTitleWithClose > .Layer__UI__Button {
|
|
7261
|
+
margin: 0 0 auto;
|
|
7217
7262
|
}
|
|
7218
|
-
|
|
7219
|
-
|
|
7263
|
+
|
|
7264
|
+
.Layer__ModalContent {
|
|
7265
|
+
display: grid;
|
|
7266
|
+
overflow-y: auto;
|
|
7267
|
+
block-size: 100%;
|
|
7220
7268
|
}
|
|
7221
|
-
.
|
|
7222
|
-
|
|
7269
|
+
.Layer__ModalContent > [slot=center] {
|
|
7270
|
+
align-self: center;
|
|
7271
|
+
justify-self: center;
|
|
7223
7272
|
}
|
|
7224
7273
|
|
|
7225
|
-
.
|
|
7226
|
-
|
|
7274
|
+
.Layer__ModalActions {
|
|
7275
|
+
margin-block-start: var(--spacing-3xl);
|
|
7227
7276
|
}.Layer__separator {
|
|
7228
7277
|
height: 1px;
|
|
7229
7278
|
width: 100%;
|
|
@@ -9627,15 +9676,13 @@
|
|
|
9627
9676
|
padding-block: var(--spacing-sm);
|
|
9628
9677
|
}.Layer__TagDimensionsGroup__TagComboBox {
|
|
9629
9678
|
width: 100%;
|
|
9630
|
-
min-width:
|
|
9679
|
+
min-width: 10rem;
|
|
9631
9680
|
}.Layer__datetime {
|
|
9632
9681
|
display: inline-flex;
|
|
9633
9682
|
gap: var(--spacing-md);
|
|
9634
9683
|
align-items: center;
|
|
9635
9684
|
}.Layer__MoneyText {
|
|
9636
|
-
overflow-x: hidden;
|
|
9637
9685
|
color: var(--color-base-800);
|
|
9638
|
-
text-overflow: ellipsis;
|
|
9639
9686
|
}
|
|
9640
9687
|
.Layer__MoneyText[data-bold] {
|
|
9641
9688
|
font-weight: var(--font-weight-bold);
|
|
@@ -9855,9 +9902,8 @@
|
|
|
9855
9902
|
grid-template-columns: auto minmax(0, 1fr) auto;
|
|
9856
9903
|
gap: var(--spacing-xs);
|
|
9857
9904
|
align-items: center;
|
|
9858
|
-
height: 2.5rem;
|
|
9859
9905
|
}
|
|
9860
|
-
@container (min-width:
|
|
9906
|
+
@container (min-width: 840px) {
|
|
9861
9907
|
.Layer__BankTransactionsActions {
|
|
9862
9908
|
grid-template-areas: "toggle . search download-upload";
|
|
9863
9909
|
grid-template-columns: auto minmax(0, 2fr) 15rem auto;
|
|
@@ -10268,18 +10314,10 @@
|
|
|
10268
10314
|
.Layer__upload-transactions .Layer__upload-transactions__preview_table .Layer__csv-upload__validate-csv-table__header-cell--reference_number {
|
|
10269
10315
|
min-width: 7.5rem;
|
|
10270
10316
|
}.Layer__BulkActionsModule__SelectedItemsContainer {
|
|
10271
|
-
|
|
10317
|
+
height: 2.25rem;
|
|
10318
|
+
border-radius: var(--border-radius-2xs);
|
|
10272
10319
|
border: 1px solid var(--color-base-300);
|
|
10273
|
-
|
|
10274
|
-
|
|
10275
|
-
.Layer__BulkActionsModule__SelectedItems {
|
|
10276
|
-
min-width: 7.5rem;
|
|
10277
|
-
}
|
|
10278
|
-
|
|
10279
|
-
.Layer__BulkActionsModule__Divider {
|
|
10280
|
-
height: 2rem;
|
|
10281
|
-
width: 1px;
|
|
10282
|
-
background-color: var(--color-base-300);
|
|
10320
|
+
background-color: var(--color-base-100);
|
|
10283
10321
|
}.Layer__UI__Table-Table {
|
|
10284
10322
|
border-collapse: collapse;
|
|
10285
10323
|
}
|
|
@@ -10880,7 +10918,11 @@
|
|
|
10880
10918
|
display: grid;
|
|
10881
10919
|
place-items: center;
|
|
10882
10920
|
min-block-size: 20rem;
|
|
10883
|
-
}.
|
|
10921
|
+
}body .calendly-overlay .calendly-popup {
|
|
10922
|
+
max-height: 1024px;
|
|
10923
|
+
}
|
|
10924
|
+
|
|
10925
|
+
.Layer__LandingPage {
|
|
10884
10926
|
box-sizing: border-box;
|
|
10885
10927
|
display: flex;
|
|
10886
10928
|
flex-direction: column;
|
|
@@ -10893,30 +10935,30 @@
|
|
|
10893
10935
|
background: var(--color-white);
|
|
10894
10936
|
}
|
|
10895
10937
|
|
|
10896
|
-
.
|
|
10938
|
+
.Layer__LandingPage__calendly-container {
|
|
10897
10939
|
overflow: hidden;
|
|
10898
10940
|
max-height: 0;
|
|
10899
10941
|
margin: 0;
|
|
10900
10942
|
transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
|
|
10901
10943
|
}
|
|
10902
|
-
.
|
|
10944
|
+
.Layer__LandingPage__calendly-container.visible {
|
|
10903
10945
|
max-height: 800px;
|
|
10904
10946
|
margin: var(--spacing-lg) 0;
|
|
10905
10947
|
}
|
|
10906
|
-
.
|
|
10948
|
+
.Layer__LandingPage__calendly-container .Layer__calendly-inline-widget {
|
|
10907
10949
|
min-height: 630px;
|
|
10908
10950
|
width: 100%;
|
|
10909
10951
|
margin-bottom: var(--spacing-lg);
|
|
10910
10952
|
transition: opacity 0.3s ease-in-out 0.8s;
|
|
10911
10953
|
}
|
|
10912
10954
|
|
|
10913
|
-
.
|
|
10955
|
+
.Layer__LandingPage-options {
|
|
10914
10956
|
max-width: 1200px;
|
|
10915
10957
|
padding: var(--spacing-xl) var(--spacing-lg);
|
|
10916
10958
|
margin: 0 auto;
|
|
10917
10959
|
}
|
|
10918
10960
|
|
|
10919
|
-
.
|
|
10961
|
+
.Layer__LandingPage-options__grid {
|
|
10920
10962
|
display: grid;
|
|
10921
10963
|
grid-template-columns: 1fr 1fr;
|
|
10922
10964
|
gap: var(--spacing-2xl);
|
|
@@ -10924,12 +10966,12 @@
|
|
|
10924
10966
|
margin: 0 auto;
|
|
10925
10967
|
}
|
|
10926
10968
|
@media (width <= 720px) {
|
|
10927
|
-
.
|
|
10969
|
+
.Layer__LandingPage-options__grid {
|
|
10928
10970
|
grid-template-columns: 1fr;
|
|
10929
10971
|
}
|
|
10930
10972
|
}
|
|
10931
10973
|
|
|
10932
|
-
.
|
|
10974
|
+
.Layer__LandingPage-options__card {
|
|
10933
10975
|
position: relative;
|
|
10934
10976
|
display: flex;
|
|
10935
10977
|
flex-direction: column;
|
|
@@ -10942,61 +10984,61 @@
|
|
|
10942
10984
|
overflow-wrap: break-word;
|
|
10943
10985
|
}
|
|
10944
10986
|
|
|
10945
|
-
.
|
|
10987
|
+
.Layer__LandingPage-options__feature-check {
|
|
10946
10988
|
color: var(--fg-subtle);
|
|
10947
10989
|
}
|
|
10948
10990
|
|
|
10949
|
-
.
|
|
10991
|
+
.Layer__LandingPage__content {
|
|
10950
10992
|
display: flex;
|
|
10951
10993
|
flex-direction: column;
|
|
10952
10994
|
gap: var(--spacing-xl);
|
|
10953
10995
|
}
|
|
10954
10996
|
|
|
10955
|
-
.
|
|
10997
|
+
.Layer__LandingPage__offers {
|
|
10956
10998
|
width: 100%;
|
|
10957
10999
|
background-color: transparent;
|
|
10958
11000
|
}
|
|
10959
11001
|
|
|
10960
|
-
.
|
|
11002
|
+
.Layer__LandingPage__layout {
|
|
10961
11003
|
display: flex;
|
|
10962
11004
|
flex-direction: row;
|
|
10963
11005
|
justify-content: space-between;
|
|
10964
11006
|
}
|
|
10965
11007
|
@media (width <= 1440px) {
|
|
10966
|
-
.
|
|
11008
|
+
.Layer__LandingPage__layout {
|
|
10967
11009
|
flex-direction: column;
|
|
10968
11010
|
}
|
|
10969
11011
|
}
|
|
10970
11012
|
@media (width > 1440px) {
|
|
10971
|
-
.
|
|
11013
|
+
.Layer__LandingPage__layout {
|
|
10972
11014
|
max-width: 1440px;
|
|
10973
11015
|
margin: 0 auto;
|
|
10974
11016
|
}
|
|
10975
11017
|
}
|
|
10976
11018
|
|
|
10977
|
-
.
|
|
11019
|
+
.Layer__LandingPage__responsive-content {
|
|
10978
11020
|
display: flex;
|
|
10979
11021
|
flex-direction: column;
|
|
10980
11022
|
gap: var(--spacing-2xl);
|
|
10981
11023
|
}
|
|
10982
11024
|
@media (width <= 1440px) {
|
|
10983
|
-
.
|
|
11025
|
+
.Layer__LandingPage__responsive-content {
|
|
10984
11026
|
max-width: 100%;
|
|
10985
11027
|
}
|
|
10986
11028
|
}
|
|
10987
11029
|
|
|
10988
|
-
.
|
|
11030
|
+
.Layer__LandingPage__media-container {
|
|
10989
11031
|
display: flex;
|
|
10990
11032
|
align-items: center;
|
|
10991
11033
|
justify-content: center;
|
|
10992
11034
|
transition: margin-top 0.3s ease-in-out, opacity 0.3s ease-in-out;
|
|
10993
11035
|
}
|
|
10994
11036
|
@media (width <= 1440px) {
|
|
10995
|
-
.
|
|
11037
|
+
.Layer__LandingPage__media-container {
|
|
10996
11038
|
margin-top: var(--spacing-lg);
|
|
10997
11039
|
}
|
|
10998
11040
|
}
|
|
10999
|
-
.
|
|
11041
|
+
.Layer__LandingPage__media-container img {
|
|
11000
11042
|
height: auto;
|
|
11001
11043
|
max-width: 100%;
|
|
11002
11044
|
object-fit: cover;
|
|
@@ -11351,8 +11393,9 @@
|
|
|
11351
11393
|
font-family: var(--font-family);
|
|
11352
11394
|
font-weight: var(--font-weight-normal);
|
|
11353
11395
|
text-decoration: none;
|
|
11396
|
+
/* Sizes */
|
|
11354
11397
|
}
|
|
11355
|
-
.Layer__UI__Link[data-ellipsis] {
|
|
11398
|
+
.Layer__UI__Link[data-ellipsis], .Layer__UI__Link[data-with-tooltip] {
|
|
11356
11399
|
display: inline-block;
|
|
11357
11400
|
overflow: hidden;
|
|
11358
11401
|
white-space: nowrap;
|