@layerfi/components 0.1.109 → 0.1.110
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 +10337 -9872
- package/dist/esm/index.mjs +9816 -9349
- package/dist/index.css +33 -62
- package/dist/index.d.ts +6490 -3543
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -961,7 +961,7 @@
|
|
|
961
961
|
gap: var(--spacing-md);
|
|
962
962
|
align-items: center;
|
|
963
963
|
justify-content: space-between;
|
|
964
|
-
padding: var(--spacing-
|
|
964
|
+
padding: var(--spacing-lg);
|
|
965
965
|
}
|
|
966
966
|
.Layer__component-header.Layer__component-header--next-line-actions {
|
|
967
967
|
flex-direction: column;
|
|
@@ -985,18 +985,6 @@
|
|
|
985
985
|
align-items: center;
|
|
986
986
|
justify-content: space-between;
|
|
987
987
|
}
|
|
988
|
-
@container (max-width: 760px) {
|
|
989
|
-
.Layer__component-header {
|
|
990
|
-
padding: var(--spacing-md);
|
|
991
|
-
}
|
|
992
|
-
}
|
|
993
|
-
@container (min-width: 1023px) {
|
|
994
|
-
.Layer__component-header {
|
|
995
|
-
padding-top: var(--spacing-xl);
|
|
996
|
-
padding-right: var(--spacing-xl);
|
|
997
|
-
padding-left: var(--spacing-xl);
|
|
998
|
-
}
|
|
999
|
-
}
|
|
1000
988
|
.Layer__error-boundary {
|
|
1001
989
|
padding: var(--spacing-xl);
|
|
1002
990
|
}
|
|
@@ -6104,22 +6092,10 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
6104
6092
|
gap: var(--spacing-xs);
|
|
6105
6093
|
align-items: center;
|
|
6106
6094
|
}
|
|
6107
|
-
@container (min-width:
|
|
6095
|
+
@container (min-width: 768px) {
|
|
6108
6096
|
.Layer__TransactionsActions {
|
|
6109
6097
|
grid-template-areas: "toggle . search download-upload";
|
|
6110
|
-
grid-template-columns: auto minmax(0, 2fr)
|
|
6111
|
-
}
|
|
6112
|
-
}
|
|
6113
|
-
@container (min-width: 780px) {
|
|
6114
|
-
.Layer__TransactionsActions {
|
|
6115
|
-
grid-template-areas: "toggle . search download-upload";
|
|
6116
|
-
grid-template-columns: auto minmax(0, 3fr) minmax(15rem, 2fr) auto;
|
|
6117
|
-
}
|
|
6118
|
-
}
|
|
6119
|
-
@container (min-width: 1024px) {
|
|
6120
|
-
.Layer__TransactionsActions {
|
|
6121
|
-
grid-template-areas: "toggle . search download-upload";
|
|
6122
|
-
grid-template-columns: auto minmax(0, 3fr) minmax(15rem, 1fr) auto;
|
|
6098
|
+
grid-template-columns: auto minmax(0, 2fr) 15rem auto;
|
|
6123
6099
|
}
|
|
6124
6100
|
}
|
|
6125
6101
|
.Layer__TransactionsActions > [slot=toggle] {
|
|
@@ -11429,10 +11405,7 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
11429
11405
|
display: flex;
|
|
11430
11406
|
align-items: stretch;
|
|
11431
11407
|
border-radius: var(--border-radius-sm);
|
|
11432
|
-
|
|
11433
|
-
0 0 0 1px rgba(16, 24, 40, 0.04),
|
|
11434
|
-
0 2px 4px 0 rgba(16, 24, 40, 0.06),
|
|
11435
|
-
0 4px 12px 0 rgba(16, 24, 40, 0.08);
|
|
11408
|
+
border: 1px solid var(--border-color);
|
|
11436
11409
|
margin-right: var(--spacing-xl);
|
|
11437
11410
|
margin-bottom: var(--spacing-xl);
|
|
11438
11411
|
margin-left: var(--spacing-xl);
|
|
@@ -11558,7 +11531,6 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
11558
11531
|
@container (max-width: 759px) and (min-width: 500px) {
|
|
11559
11532
|
.Layer__profit-and-loss__chart_with_summaries {
|
|
11560
11533
|
flex-direction: column;
|
|
11561
|
-
box-shadow: none;
|
|
11562
11534
|
margin-right: 0;
|
|
11563
11535
|
margin-bottom: var(--spacing-md);
|
|
11564
11536
|
margin-left: 0;
|
|
@@ -11567,7 +11539,6 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
11567
11539
|
@container (max-width: 500px) {
|
|
11568
11540
|
.Layer__profit-and-loss__chart_with_summaries {
|
|
11569
11541
|
flex-direction: column;
|
|
11570
|
-
box-shadow: none;
|
|
11571
11542
|
margin-right: 0;
|
|
11572
11543
|
margin-bottom: var(--spacing-md);
|
|
11573
11544
|
margin-left: 0;
|
|
@@ -11642,24 +11613,24 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
11642
11613
|
.Layer__profit-and-loss-detailed-charts__header--tablet,
|
|
11643
11614
|
.Layer__profit-and-loss-detailed-charts__header {
|
|
11644
11615
|
display: flex;
|
|
11645
|
-
justify-content: space-between;
|
|
11646
11616
|
align-items: flex-start;
|
|
11647
|
-
|
|
11617
|
+
justify-content: space-between;
|
|
11618
|
+
padding: var(--spacing-lg);
|
|
11648
11619
|
padding-bottom: var(--spacing-lg);
|
|
11649
11620
|
box-shadow: 0 -1px 0 0 var(--color-base-300) inset;
|
|
11650
11621
|
}
|
|
11651
11622
|
.Layer__profit-and-loss-detailed-charts__header--tablet button.Layer__btn.Layer__btn--icon-only,
|
|
11652
11623
|
.Layer__profit-and-loss-detailed-charts__header button.Layer__btn.Layer__btn--icon-only {
|
|
11653
|
-
width: 32px;
|
|
11654
11624
|
height: 32px;
|
|
11655
11625
|
min-height: 32px;
|
|
11626
|
+
width: 32px;
|
|
11656
11627
|
padding: 0;
|
|
11657
11628
|
}
|
|
11658
11629
|
header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
11659
11630
|
display: none;
|
|
11660
|
-
justify-content: flex-start;
|
|
11661
11631
|
gap: var(--spacing-md);
|
|
11662
11632
|
align-items: center;
|
|
11633
|
+
justify-content: flex-start;
|
|
11663
11634
|
}
|
|
11664
11635
|
@container (max-width: 1023px) and (min-width: 768px) {
|
|
11665
11636
|
header.Layer__profit-and-loss-detailed-charts__header {
|
|
@@ -11688,20 +11659,20 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
11688
11659
|
}
|
|
11689
11660
|
.Layer__profit-and-loss-detailed-charts {
|
|
11690
11661
|
width: 100%;
|
|
11691
|
-
background: var(--color-base-0);
|
|
11692
11662
|
border-radius: var(--border-radius-sm);
|
|
11663
|
+
background: var(--color-base-0);
|
|
11693
11664
|
}
|
|
11694
11665
|
.Layer__profit-and-loss-detailed-charts .chart-field {
|
|
11695
11666
|
width: 100%;
|
|
11696
11667
|
}
|
|
11697
11668
|
.Layer__profit-and-loss-detailed-charts .chart-container {
|
|
11698
|
-
|
|
11669
|
+
box-sizing: border-box;
|
|
11699
11670
|
height: 280px;
|
|
11671
|
+
width: 100%;
|
|
11700
11672
|
padding-top: var(--spacing-2xl);
|
|
11673
|
+
padding-right: var(--spacing-md);
|
|
11701
11674
|
padding-bottom: var(--spacing-lg);
|
|
11702
11675
|
padding-left: var(--spacing-md);
|
|
11703
|
-
padding-right: var(--spacing-md);
|
|
11704
|
-
box-sizing: border-box;
|
|
11705
11676
|
}
|
|
11706
11677
|
@container (max-width: 280px) {
|
|
11707
11678
|
.Layer__profit-and-loss-detailed-charts .chart-container {
|
|
@@ -11727,35 +11698,35 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
11727
11698
|
.Layer__profit-and-loss-detailed-charts .filters {
|
|
11728
11699
|
display: grid;
|
|
11729
11700
|
grid-template-columns: auto minmax(0, 1fr);
|
|
11701
|
+
gap: var(--spacing-xs);
|
|
11730
11702
|
align-items: center;
|
|
11731
|
-
margin: 0 var(--spacing-md);
|
|
11732
11703
|
padding: var(--spacing-2xs) var(--spacing-xs);
|
|
11733
|
-
gap: var(--spacing-xs);
|
|
11734
11704
|
border-bottom: 1px solid var(--color-base-300);
|
|
11705
|
+
margin: 0 var(--spacing-md);
|
|
11735
11706
|
}
|
|
11736
11707
|
.Layer__profit-and-loss-detailed-charts .type-select {
|
|
11737
|
-
|
|
11708
|
+
display: inline-flex;
|
|
11738
11709
|
font-family: var(--font-family);
|
|
11739
11710
|
font-weight: var(--font-weight-normal);
|
|
11711
|
+
border-color: transparent;
|
|
11740
11712
|
font-variant-numeric: lining-nums proportional-nums;
|
|
11741
11713
|
font-feature-settings:
|
|
11742
11714
|
"cv10" on,
|
|
11743
11715
|
"cv05" on,
|
|
11744
11716
|
"cv08" on,
|
|
11745
11717
|
"ss03" on;
|
|
11746
|
-
display: inline-flex;
|
|
11747
11718
|
}
|
|
11748
11719
|
.Layer__profit-and-loss-detailed-charts .type-select .Layer__select__control {
|
|
11749
|
-
|
|
11720
|
+
box-shadow: none;
|
|
11750
11721
|
font-family: var(--font-family);
|
|
11751
11722
|
font-weight: var(--font-weight-normal);
|
|
11723
|
+
border-color: transparent;
|
|
11752
11724
|
font-variant-numeric: lining-nums proportional-nums;
|
|
11753
11725
|
font-feature-settings:
|
|
11754
11726
|
"cv10" on,
|
|
11755
11727
|
"cv05" on,
|
|
11756
11728
|
"cv08" on,
|
|
11757
11729
|
"ss03" on;
|
|
11758
|
-
box-shadow: none;
|
|
11759
11730
|
}
|
|
11760
11731
|
.Layer__profit-and-loss-detailed-charts .type-select .Layer__select__placeholder {
|
|
11761
11732
|
font-size: 12px;
|
|
@@ -11772,17 +11743,17 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
11772
11743
|
display: none;
|
|
11773
11744
|
}
|
|
11774
11745
|
.Layer__profit-and-loss-detailed-charts .Layer__select__menu {
|
|
11746
|
+
z-index: 2;
|
|
11775
11747
|
width: min-content;
|
|
11776
11748
|
max-width: 300px;
|
|
11777
|
-
z-index: 2;
|
|
11778
11749
|
}
|
|
11779
11750
|
.Layer__profit-and-loss-detailed-charts .Layer__select__menu .Layer__select__option {
|
|
11751
|
+
z-index: 999;
|
|
11752
|
+
overflow: hidden;
|
|
11780
11753
|
width: 100%;
|
|
11781
11754
|
font-size: 12px;
|
|
11782
11755
|
white-space: nowrap;
|
|
11783
|
-
overflow: hidden;
|
|
11784
11756
|
text-overflow: ellipsis;
|
|
11785
|
-
z-index: 999;
|
|
11786
11757
|
}
|
|
11787
11758
|
.Layer__profit-and-loss-detailed-charts .Layer__select__menu .Layer__select__option.Layer__select__option--is-focused,
|
|
11788
11759
|
.Layer__profit-and-loss-detailed-charts .Layer__select__menu .Layer__select__option.Layer__select__option--is-selected,
|
|
@@ -11791,8 +11762,8 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
11791
11762
|
.Layer__profit-and-loss-detailed-charts .Layer__select__menu .Layer__select__option:active,
|
|
11792
11763
|
.Layer__profit-and-loss-detailed-charts .Layer__select__menu .Layer__select__option:focus-visible,
|
|
11793
11764
|
.Layer__profit-and-loss-detailed-charts .Layer__select__menu .Layer__select__option:focus-within {
|
|
11794
|
-
color: var(--text-color-primary);
|
|
11795
11765
|
background: var(--color-base-100);
|
|
11766
|
+
color: var(--text-color-primary);
|
|
11796
11767
|
}
|
|
11797
11768
|
.Layer__profit-and-loss-detailed-charts .details-container {
|
|
11798
11769
|
padding: var(--spacing-md);
|
|
@@ -11804,9 +11775,9 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
11804
11775
|
}
|
|
11805
11776
|
.Layer__profit-and-loss-detailed-charts .details-container table th,
|
|
11806
11777
|
.Layer__profit-and-loss-detailed-charts .details-container table td {
|
|
11807
|
-
text-align: left;
|
|
11808
|
-
font-size: 12px;
|
|
11809
11778
|
padding: var(--spacing-2xs) var(--spacing-xs);
|
|
11779
|
+
font-size: 12px;
|
|
11780
|
+
text-align: left;
|
|
11810
11781
|
transition: color 150ms ease-out;
|
|
11811
11782
|
}
|
|
11812
11783
|
.Layer__profit-and-loss-detailed-charts .details-container table th:last-child,
|
|
@@ -11816,11 +11787,11 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
11816
11787
|
text-align: right;
|
|
11817
11788
|
}
|
|
11818
11789
|
.Layer__profit-and-loss-detailed-charts .details-container table th {
|
|
11790
|
+
padding-bottom: var(--spacing-sm);
|
|
11791
|
+
border-bottom: 1px solid var(--color-base-300);
|
|
11819
11792
|
cursor: pointer;
|
|
11820
11793
|
color: var(--color-base-500);
|
|
11821
|
-
border-bottom: 1px solid var(--color-base-300);
|
|
11822
11794
|
transition: color 150ms ease-out;
|
|
11823
|
-
padding-bottom: var(--spacing-sm);
|
|
11824
11795
|
}
|
|
11825
11796
|
.Layer__profit-and-loss-detailed-charts .details-container table th:hover {
|
|
11826
11797
|
color: var(--color-base-800);
|
|
@@ -11835,13 +11806,13 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
11835
11806
|
}
|
|
11836
11807
|
.Layer__profit-and-loss-detailed-charts .details-container .share-cell-content {
|
|
11837
11808
|
display: flex;
|
|
11809
|
+
gap: var(--spacing-2xs);
|
|
11838
11810
|
align-items: center;
|
|
11839
11811
|
justify-content: flex-end;
|
|
11840
|
-
gap: var(--spacing-2xs);
|
|
11841
11812
|
}
|
|
11842
11813
|
.Layer__profit-and-loss-detailed-charts .details-container .share-cell-content .share-icon {
|
|
11843
|
-
width: 12px;
|
|
11844
11814
|
height: 12px;
|
|
11815
|
+
width: 12px;
|
|
11845
11816
|
border-radius: 2px;
|
|
11846
11817
|
}
|
|
11847
11818
|
.Layer__profit-and-loss-detailed-charts .details-container .share-cell-content .Layer__value-icon--uncategorized {
|
|
@@ -11862,9 +11833,9 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
11862
11833
|
width: 100%;
|
|
11863
11834
|
}
|
|
11864
11835
|
.Layer__profit-and-loss-detailed-table__row {
|
|
11865
|
-
transition: background-color 300ms ease-out;
|
|
11866
|
-
background: transparent;
|
|
11867
11836
|
border-radius: 2px;
|
|
11837
|
+
background: transparent;
|
|
11838
|
+
transition: background-color 300ms ease-out;
|
|
11868
11839
|
}
|
|
11869
11840
|
.Layer__profit-and-loss-detailed-table__row .category-col,
|
|
11870
11841
|
.Layer__profit-and-loss-detailed-table__row .value-col {
|
|
@@ -11894,8 +11865,8 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
11894
11865
|
}
|
|
11895
11866
|
@container (max-width: 1023px) {
|
|
11896
11867
|
.Layer__profit-and-loss-detailed-charts {
|
|
11897
|
-
width: 100%;
|
|
11898
11868
|
height: 100%;
|
|
11869
|
+
width: 100%;
|
|
11899
11870
|
}
|
|
11900
11871
|
}
|
|
11901
11872
|
@container (max-width: 1023px) and (min-width: 768px) {
|
|
@@ -11914,14 +11885,14 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
11914
11885
|
}
|
|
11915
11886
|
.Layer__profit-and-loss-detailed-charts .Layer__profit-and-loss-detailed-charts__table-wrapper {
|
|
11916
11887
|
display: flex;
|
|
11917
|
-
flex-direction: column;
|
|
11918
11888
|
flex: 1;
|
|
11889
|
+
flex-direction: column;
|
|
11919
11890
|
}
|
|
11920
11891
|
.Layer__profit-and-loss-detailed-charts .header--tablet {
|
|
11921
11892
|
display: flex;
|
|
11922
11893
|
flex-direction: column;
|
|
11923
|
-
padding-left: var(--spacing-xl);
|
|
11924
11894
|
padding-top: var(--spacing-lg);
|
|
11895
|
+
padding-left: var(--spacing-xl);
|
|
11925
11896
|
}
|
|
11926
11897
|
.Layer__profit-and-loss-detailed-charts .header--tablet .Layer__text {
|
|
11927
11898
|
margin: 0;
|