@layerfi/components 0.1.57 → 0.1.58
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 +1519 -1414
- package/dist/esm/index.js.map +3 -3
- package/dist/index.d.ts +48 -23
- package/dist/index.js +492 -387
- package/dist/index.js.map +3 -3
- package/dist/styles/index.css +5 -0
- package/dist/styles/index.css.map +2 -2
- package/package.json +1 -1
package/dist/styles/index.css
CHANGED
|
@@ -2862,6 +2862,8 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
2862
2862
|
.Layer__label {
|
|
2863
2863
|
color: var(--color-base-500);
|
|
2864
2864
|
font-variation-settings: "wght" var(--font-weight-normal);
|
|
2865
|
+
white-space: nowrap;
|
|
2866
|
+
overflow: hidden;
|
|
2865
2867
|
}
|
|
2866
2868
|
.Layer__flex-1 {
|
|
2867
2869
|
flex: 1;
|
|
@@ -4870,6 +4872,9 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
4870
4872
|
position: relative;
|
|
4871
4873
|
overflow: auto;
|
|
4872
4874
|
}
|
|
4875
|
+
.Layer__component-container.Layer__journal .Layer__table-state-container {
|
|
4876
|
+
height: calc(100% - 160px);
|
|
4877
|
+
}
|
|
4873
4878
|
@container (min-width: 1025px) {
|
|
4874
4879
|
.Layer__component-container.Layer__journal {
|
|
4875
4880
|
overflow: unset;
|