@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/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.25rem 0.75rem;
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"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nar-bus/lena-ui-shared",
3
- "version": "1.3.2",
3
+ "version": "1.3.4",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",