@nar-bus/lena-ui-shared 1.3.1 → 1.3.2

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/theme.css CHANGED
@@ -578,7 +578,8 @@
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.45rem 0.75rem;
581
+ --toolbar-padding: 0.25rem 0.75rem;
582
+ --toolbar-min-height: 2.5rem;
582
583
  }
583
584
 
584
585
  /* Dark/Navy toolbar */
@@ -634,6 +635,7 @@
634
635
  border-bottom-color: var(--toolbar-border);
635
636
  color: var(--toolbar-text);
636
637
  padding: var(--toolbar-padding);
638
+ min-height: var(--toolbar-min-height);
637
639
  }
638
640
 
639
641
  .datatable-dark-toolbar [data-slot="datatable-toolbar"] [data-slot="input"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nar-bus/lena-ui-shared",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",