ezfw-core 1.0.76 → 1.0.77

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.76",
3
+ "version": "1.0.77",
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,10 +379,10 @@ 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);
382
+ // Primary color - lighter for dark mode contrast on surface-tertiary (#334155)
383
+ --ez-primary: #a5b4fc; // indigo-300 - WCAG AA ~5.0:1 on #334155
384
+ --ez-primary-hover: #c7d2fe; // indigo-200
385
+ --ez-primary-light: rgba(165, 180, 252, 0.15);
386
386
 
387
387
  --ez-bg: #0f172a;
388
388
  --ez-surface: #1e293b;