ezfw-core 1.0.47 → 1.0.49

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.
@@ -240,10 +240,6 @@
240
240
  border-radius: 0;
241
241
  background: transparent;
242
242
  }
243
-
244
- .tabPane {
245
- padding: 16px 0;
246
- }
247
243
  }
248
244
 
249
245
  // Compact variant - smaller tabs and padding
@@ -256,9 +252,5 @@
256
252
  font-size: 12px;
257
253
  }
258
254
  }
259
-
260
- .tabPane {
261
- padding: 12px;
262
- }
263
255
  }
264
256
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ezfw-core",
3
- "version": "1.0.47",
3
+ "version": "1.0.49",
4
4
  "description": "Ez Framework - A declarative component framework for building modern web applications",
5
5
  "type": "module",
6
6
  "main": "./core/ez.ts",
@@ -385,12 +385,20 @@ body {
385
385
  --ez-surface-active: #475569;
386
386
  --ez-surface-raised: #1e293b;
387
387
 
388
+ // Backward compatibility aliases
389
+ --ez-surface-primary: #0f172a;
390
+ --ez-surface-secondary: #1e293b;
391
+ --ez-surface-tertiary: #334155;
392
+
388
393
  --ez-text: #f8fafc;
394
+ --ez-text-primary: #f8fafc;
389
395
  --ez-text-secondary: #94a3b8;
396
+ --ez-text-tertiary: #64748b;
390
397
  --ez-text-muted: #64748b;
391
398
  --ez-muted: #64748b;
392
399
 
393
400
  --ez-border: #334155;
401
+ --ez-border-primary: #334155;
394
402
  --ez-border-light: #1e293b;
395
403
  --ez-border-strong: #475569;
396
404