ezfw-core 1.0.74 → 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.74",
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;
@@ -392,10 +397,10 @@ body {
392
397
 
393
398
  --ez-text: #f8fafc;
394
399
  --ez-text-primary: #f8fafc;
395
- --ez-text-secondary: #94a3b8;
396
- --ez-text-tertiary: #64748b;
397
- --ez-text-muted: #64748b;
398
- --ez-muted: #64748b;
400
+ --ez-text-secondary: #cbd5e1; // slate-300 - WCAG AA ~9.5:1
401
+ --ez-text-tertiary: #94a3b8; // slate-400 - WCAG AA ~5.5:1
402
+ --ez-text-muted: #94a3b8; // slate-400 - WCAG AA ~5.5:1
403
+ --ez-muted: #94a3b8;
399
404
 
400
405
  --ez-border: #334155;
401
406
  --ez-border-primary: #334155;