@layerfi/components 0.1.72 → 0.1.73
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 +3577 -3297
- package/dist/esm/index.js.map +3 -3
- package/dist/index.d.ts +15 -8
- package/dist/index.js +3573 -3296
- package/dist/index.js.map +3 -3
- package/dist/styles/index.css +4 -1
- package/dist/styles/index.css.map +2 -2
- package/package.json +1 -1
package/dist/styles/index.css
CHANGED
|
@@ -5556,6 +5556,9 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
5556
5556
|
.Layer__journal__entry-details__reverse-btn-container {
|
|
5557
5557
|
padding: var(--spacing-sm) 0;
|
|
5558
5558
|
}
|
|
5559
|
+
.Layer__journal__entry-details__reverse-btn-container .Layer__btn--disabled {
|
|
5560
|
+
cursor: not-allowed;
|
|
5561
|
+
}
|
|
5559
5562
|
.Layer__journal__entry-details__reverse-btn-container .Layer__btn {
|
|
5560
5563
|
min-width: 150px;
|
|
5561
5564
|
}
|
|
@@ -6421,7 +6424,7 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
6421
6424
|
height: 100%;
|
|
6422
6425
|
border-left: 1px solid var(--color-base-300);
|
|
6423
6426
|
border-top-right-radius: var(--border-radius-sm);
|
|
6424
|
-
z-index:
|
|
6427
|
+
z-index: 11;
|
|
6425
6428
|
}
|
|
6426
6429
|
.Layer__panel__sidebar .Layer__panel__sidebar-content {
|
|
6427
6430
|
width: 480px;
|