ezfw-core 1.0.73 → 1.0.74

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.
@@ -40,7 +40,6 @@ const DEFAULT_TEMPLATE = `<!DOCTYPE html>
40
40
  margin: 0;
41
41
  padding: 0;
42
42
  min-height: 100vh;
43
- background: #08090a !important;
44
43
  }
45
44
  body > div { min-height: 100vh; }
46
45
  /* Island loading styles */
@@ -124,7 +124,6 @@ const DEFAULT_TEMPLATE = `<!DOCTYPE html>
124
124
  margin: 0;
125
125
  padding: 0;
126
126
  min-height: 100vh;
127
- background: #08090a !important;
128
127
  }
129
128
  body > div { min-height: 100vh; }
130
129
  /* Island loading styles */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ezfw-core",
3
- "version": "1.0.73",
3
+ "version": "1.0.74",
4
4
  "description": "Ez Framework - A declarative component framework for building modern web applications",
5
5
  "type": "module",
6
6
  "main": "./core/ez.ts",