@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.
@@ -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;