@layerfi/components 0.1.132-alpha.2 → 0.1.132-alpha.4
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 +257 -256
- package/dist/esm/index.mjs +257 -256
- package/dist/index.css +46 -11
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -4202,6 +4202,16 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
4202
4202
|
color: var(--color-base-500);
|
|
4203
4203
|
}
|
|
4204
4204
|
|
|
4205
|
+
.Layer__data-state--reset {
|
|
4206
|
+
gap: var(--spacing-xs);
|
|
4207
|
+
}
|
|
4208
|
+
.Layer__data-state--reset .Layer__data-state__description {
|
|
4209
|
+
margin-bottom: 0;
|
|
4210
|
+
}
|
|
4211
|
+
.Layer__data-state--reset .Layer__data-state__icon {
|
|
4212
|
+
margin-bottom: 0;
|
|
4213
|
+
}
|
|
4214
|
+
|
|
4205
4215
|
.Layer__data-state--inline {
|
|
4206
4216
|
flex-direction: row;
|
|
4207
4217
|
gap: var(--spacing-xs);
|
|
@@ -7945,7 +7955,6 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
7945
7955
|
border-radius: 2px;
|
|
7946
7956
|
}
|
|
7947
7957
|
.Layer__DetailedTable__Column--percent {
|
|
7948
|
-
width: 4ch;
|
|
7949
7958
|
padding-left: 0;
|
|
7950
7959
|
text-align: right;
|
|
7951
7960
|
}
|
|
@@ -8110,6 +8119,11 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
8110
8119
|
.Layer__ProfitAndLossDetailedChartsHeader--desktop .Layer__ProfitAndLossDetailedChartsHeader__date {
|
|
8111
8120
|
display: none;
|
|
8112
8121
|
}
|
|
8122
|
+
}.Layer__ProfitAndLossDetailedCharts .recharts-wrapper:focus,
|
|
8123
|
+
.Layer__ProfitAndLossDetailedCharts .recharts-wrapper :focus,
|
|
8124
|
+
.Layer__ProfitAndLossDetailedCharts .recharts-surface:focus,
|
|
8125
|
+
.Layer__ProfitAndLossDetailedCharts .recharts-bar-rectangle:focus {
|
|
8126
|
+
outline: none;
|
|
8113
8127
|
}.Layer__GlobalDateRangeSelection {
|
|
8114
8128
|
display: grid;
|
|
8115
8129
|
grid-template-columns: repeat(3, minmax(10rem, 1fr));
|
|
@@ -9582,7 +9596,13 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
9582
9596
|
.Layer__CallBooking__JoinAction {
|
|
9583
9597
|
flex: 1 1 100%;
|
|
9584
9598
|
}
|
|
9585
|
-
}.Layer__MileageDeductionChart .recharts-
|
|
9599
|
+
}.Layer__MileageDeductionChart .recharts-wrapper:focus,
|
|
9600
|
+
.Layer__MileageDeductionChart .recharts-wrapper :focus,
|
|
9601
|
+
.Layer__MileageDeductionChart .recharts-surface:focus,
|
|
9602
|
+
.Layer__MileageDeductionChart .recharts-bar-rectangle:focus {
|
|
9603
|
+
outline: none;
|
|
9604
|
+
}
|
|
9605
|
+
.Layer__MileageDeductionChart .recharts-responsive-container {
|
|
9586
9606
|
box-sizing: border-box;
|
|
9587
9607
|
padding: 0;
|
|
9588
9608
|
}
|
|
@@ -9769,7 +9789,7 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
9769
9789
|
.Layer__ExpensesSummaryCard .Layer__profit-and-loss-detailed-charts__content {
|
|
9770
9790
|
display: flex;
|
|
9771
9791
|
align-items: stretch;
|
|
9772
|
-
justify-content:
|
|
9792
|
+
justify-content: start;
|
|
9773
9793
|
overflow: hidden;
|
|
9774
9794
|
}
|
|
9775
9795
|
.Layer__ExpensesSummaryCard .Layer__profit-and-loss-detailed-charts__content > .Layer__DetailedChart {
|
|
@@ -9777,12 +9797,13 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
9777
9797
|
inline-size: auto;
|
|
9778
9798
|
min-inline-size: 14rem;
|
|
9779
9799
|
max-inline-size: 18rem;
|
|
9800
|
+
margin-inline: auto;
|
|
9780
9801
|
}
|
|
9781
9802
|
.Layer__ExpensesSummaryCard .Layer__profit-and-loss-detailed-charts__content > .Layer__DetailedTable {
|
|
9782
|
-
flex: unset;
|
|
9783
9803
|
overflow-x: hidden;
|
|
9784
9804
|
overflow-y: auto;
|
|
9785
9805
|
min-block-size: 0;
|
|
9806
|
+
inline-size: 100%;
|
|
9786
9807
|
min-inline-size: 0;
|
|
9787
9808
|
}
|
|
9788
9809
|
@media (width <= 767px) {
|
|
@@ -9803,8 +9824,13 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
9803
9824
|
border-block-end: 0;
|
|
9804
9825
|
}
|
|
9805
9826
|
.Layer__ExpensesSummaryCard .Layer__profit-and-loss-detailed-charts .Layer__DetailedChart__container {
|
|
9806
|
-
padding-
|
|
9807
|
-
padding-inline
|
|
9827
|
+
transition: padding 0.2s ease-in-out;
|
|
9828
|
+
padding-inline: var(--spacing-md);
|
|
9829
|
+
}
|
|
9830
|
+
@media (width <= 767px) {
|
|
9831
|
+
.Layer__ExpensesSummaryCard .Layer__profit-and-loss-detailed-charts .Layer__DetailedChart__container {
|
|
9832
|
+
padding-inline: 0;
|
|
9833
|
+
}
|
|
9808
9834
|
}
|
|
9809
9835
|
.Layer__ExpensesSummaryCard .Layer__DetailedTable {
|
|
9810
9836
|
min-inline-size: 10rem;
|
|
@@ -9899,6 +9925,12 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
9899
9925
|
container: horizontal-bar-chart/inline-size;
|
|
9900
9926
|
inline-size: 100%;
|
|
9901
9927
|
}
|
|
9928
|
+
.Layer__HorizontalBarChart .recharts-wrapper:focus,
|
|
9929
|
+
.Layer__HorizontalBarChart .recharts-wrapper :focus,
|
|
9930
|
+
.Layer__HorizontalBarChart .recharts-surface:focus,
|
|
9931
|
+
.Layer__HorizontalBarChart .recharts-bar-rectangle:focus {
|
|
9932
|
+
outline: none;
|
|
9933
|
+
}
|
|
9902
9934
|
|
|
9903
9935
|
.Layer__HorizontalBarChart__Bar {
|
|
9904
9936
|
block-size: 1.5rem;
|
|
@@ -9997,9 +10029,15 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
9997
10029
|
.Layer__TaxEstimatesSummaryCard--summaryCard .Layer__TaxEstimatesSummaryCard__Content {
|
|
9998
10030
|
align-items: center;
|
|
9999
10031
|
}
|
|
10000
|
-
.
|
|
10032
|
+
.Layer__TaxEstimatesSummaryCard__DataState {
|
|
10001
10033
|
height: 100%;
|
|
10034
|
+
min-height: 15rem;
|
|
10002
10035
|
margin: 0 auto;
|
|
10036
|
+
}
|
|
10037
|
+
@media (width >= 760px) {
|
|
10038
|
+
.Layer__TaxEstimatesSummaryCard__DataState {
|
|
10039
|
+
max-width: 30rem;
|
|
10040
|
+
}
|
|
10003
10041
|
}.Layer__SolopreneurOverview__Grid {
|
|
10004
10042
|
display: grid;
|
|
10005
10043
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
@@ -10097,10 +10135,7 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
10097
10135
|
flex-wrap: wrap;
|
|
10098
10136
|
}
|
|
10099
10137
|
.Layer__TaxSummaryCard__AmountWithLabel {
|
|
10100
|
-
min-
|
|
10101
|
-
}
|
|
10102
|
-
.Layer__TaxSummaryCard__Operator {
|
|
10103
|
-
align-self: center;
|
|
10138
|
+
min-inline-size: 5.5rem;
|
|
10104
10139
|
}
|
|
10105
10140
|
.Layer__TaxSummaryCard--mobile {
|
|
10106
10141
|
width: 100%;
|