@dimaan/ui 0.0.31 → 0.0.32

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/preset.css CHANGED
@@ -116,6 +116,12 @@
116
116
  --color-muted: oklch(0.97 0.005 264);
117
117
  --color-muted-foreground: oklch(0.55 0.025 264);
118
118
 
119
+ /* Panel / section header tint — a faint OPAQUE teal wash shared by the data-table
120
+ header and the list-page filter-panel header, so stacked panels read as one
121
+ family. Mixed into --color-card (not transparent) so it stays opaque under a
122
+ sticky table header, and auto-adapts to dark via --color-primary/--color-card. */
123
+ --color-panel-header: color-mix(in oklab, var(--color-primary) 6%, var(--color-card));
124
+
119
125
  /* Feedback */
120
126
  --color-destructive: oklch(0.577 0.245 27.325);
121
127
  --color-destructive-foreground: oklch(0.985 0 0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dimaan/ui",
3
- "version": "0.0.31",
3
+ "version": "0.0.32",
4
4
  "description": "Shared React UI component library for Diman company projects.",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,