@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/index.cjs +194 -196
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +194 -196
- package/dist/index.js.map +1 -1
- package/dist/preset.css +6 -0
- package/package.json +1 -1
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);
|