@nar-bus/lena-ui-shared 1.3.2 → 1.3.4
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/index.d.ts +12 -2
- package/dist/index.js +514 -512
- package/dist/index.js.map +1 -1
- package/dist/theme.css +1 -3
- package/package.json +1 -1
package/dist/theme.css
CHANGED
|
@@ -578,8 +578,7 @@
|
|
|
578
578
|
--toolbar-input-border: oklch(0.67 0.02 260 / 0.3);
|
|
579
579
|
--toolbar-hover-bg: oklch(1 0 0 / 0.1);
|
|
580
580
|
--toolbar-hover-text: oklch(1 0 0);
|
|
581
|
-
--toolbar-padding: 0.
|
|
582
|
-
--toolbar-min-height: 2.5rem;
|
|
581
|
+
--toolbar-padding: 0.45rem 0.75rem;
|
|
583
582
|
}
|
|
584
583
|
|
|
585
584
|
/* Dark/Navy toolbar */
|
|
@@ -635,7 +634,6 @@
|
|
|
635
634
|
border-bottom-color: var(--toolbar-border);
|
|
636
635
|
color: var(--toolbar-text);
|
|
637
636
|
padding: var(--toolbar-padding);
|
|
638
|
-
min-height: var(--toolbar-min-height);
|
|
639
637
|
}
|
|
640
638
|
|
|
641
639
|
.datatable-dark-toolbar [data-slot="datatable-toolbar"] [data-slot="input"],
|