@layerfi/components 0.1.136 → 0.1.137-alpha
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 +954 -170
- package/dist/esm/index.mjs +953 -169
- package/dist/index.css +13 -2
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -7666,6 +7666,17 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
7666
7666
|
height: 4.75rem;
|
|
7667
7667
|
padding-left: 1.25rem;
|
|
7668
7668
|
border-bottom: 1px solid var(--border-color);
|
|
7669
|
+
}.Layer__CategorizationRuleForm {
|
|
7670
|
+
display: flex;
|
|
7671
|
+
flex-direction: column;
|
|
7672
|
+
gap: var(--spacing-md);
|
|
7673
|
+
}
|
|
7674
|
+
.Layer__CategorizationRuleForm__AmountRow > * {
|
|
7675
|
+
flex: 1 1 0;
|
|
7676
|
+
min-inline-size: 0;
|
|
7677
|
+
}
|
|
7678
|
+
.Layer__CategorizationRuleForm__Submit {
|
|
7679
|
+
align-items: stretch;
|
|
7669
7680
|
}.Layer__pagination-container {
|
|
7670
7681
|
justify-content: end;
|
|
7671
7682
|
padding: var(--spacing-md);
|
|
@@ -7727,9 +7738,9 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
7727
7738
|
.Layer__UI__Table__CategorizationRulesTable .Layer__UI__Table-Row,
|
|
7728
7739
|
.Layer__UI__Table__CategorizationRulesTable .Layer__UI__Table-TableHeader > tr {
|
|
7729
7740
|
display: grid;
|
|
7730
|
-
grid-template-columns: minmax(8rem,
|
|
7741
|
+
grid-template-columns: minmax(8rem, 26%) minmax(6rem, 14%) minmax(7rem, 20%) minmax(8rem, 32%) auto auto;
|
|
7731
7742
|
}
|
|
7732
|
-
.Layer__UI__Table__CategorizationRulesTable .Layer__UI__Table-Cell__CategorizationRulesTable--Delete {
|
|
7743
|
+
.Layer__UI__Table__CategorizationRulesTable .Layer__UI__Table-Cell__CategorizationRulesTable--Edit, .Layer__UI__Table__CategorizationRulesTable .Layer__UI__Table-Cell__CategorizationRulesTable--Delete {
|
|
7733
7744
|
justify-content: end;
|
|
7734
7745
|
}.Layer__AffectedTransactionsTable {
|
|
7735
7746
|
container-type: inline-size;
|