ezfw-core 1.0.75 → 1.0.76

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ezfw-core",
3
- "version": "1.0.75",
3
+ "version": "1.0.76",
4
4
  "description": "Ez Framework - A declarative component framework for building modern web applications",
5
5
  "type": "module",
6
6
  "main": "./core/ez.ts",
@@ -379,6 +379,11 @@ body {
379
379
  // ==========================================================
380
380
 
381
381
  [data-ez-theme="slate-dark"] {
382
+ // Primary color - lighter for dark mode contrast
383
+ --ez-primary: #818cf8; // indigo-400 - WCAG AA ~5.3:1 on dark bg
384
+ --ez-primary-hover: #a5b4fc; // indigo-300
385
+ --ez-primary-light: rgba(129, 140, 248, 0.15);
386
+
382
387
  --ez-bg: #0f172a;
383
388
  --ez-surface: #1e293b;
384
389
  --ez-surface-hover: #334155;