@layerfi/components 0.1.45 → 0.1.46
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/esm/index.js +569 -559
- package/dist/esm/index.js.map +4 -4
- package/dist/index.d.ts +23 -33
- package/dist/index.js +776 -766
- package/dist/index.js.map +4 -4
- package/dist/styles/index.css +7 -0
- package/dist/styles/index.css.map +2 -2
- package/package.json +1 -1
- package/.idea/codeStyles/Project.xml +0 -61
- package/.idea/codeStyles/codeStyleConfig.xml +0 -5
- package/.idea/layer-react.iml +0 -9
- package/.idea/misc.xml +0 -6
- package/.idea/modules.xml +0 -8
- package/.idea/vcs.xml +0 -6
package/dist/styles/index.css
CHANGED
|
@@ -3802,6 +3802,8 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
3802
3802
|
position: sticky;
|
|
3803
3803
|
top: 0px;
|
|
3804
3804
|
z-index: 2;
|
|
3805
|
+
border-top-left-radius: var(--border-radius-sm);
|
|
3806
|
+
border-top-right-radius: var(--border-radius-sm);
|
|
3805
3807
|
}
|
|
3806
3808
|
.Layer__bank-transactions__header.Layer__bank-transactions__header--mobile {
|
|
3807
3809
|
box-shadow: none;
|
|
@@ -5648,6 +5650,11 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
5648
5650
|
border-bottom: 1px solid var(--border-color);
|
|
5649
5651
|
height: 63px;
|
|
5650
5652
|
}
|
|
5653
|
+
.Layer__skeleton-loader__row__group {
|
|
5654
|
+
display: flex;
|
|
5655
|
+
align-items: center;
|
|
5656
|
+
gap: var(--spacing-sm);
|
|
5657
|
+
}
|
|
5651
5658
|
.Layer__skeleton-loader {
|
|
5652
5659
|
width: 100%;
|
|
5653
5660
|
height: 12px;
|