@vlian/framework 1.2.49 → 1.2.50

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @vlian/framework v1.2.48
2
+ * @vlian/framework v1.2.49
3
3
  * Secra Framework - 一个现代化的低代码框架
4
4
  * (c) 2026 Secra Framework Contributors
5
5
  * Licensed under Apache-2.0
package/dist/index.umd.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @vlian/framework v1.2.48
2
+ * @vlian/framework v1.2.49
3
3
  * Secra Framework - 一个现代化的低代码框架
4
4
  * (c) 2026 Secra Framework Contributors
5
5
  * Licensed under Apache-2.0
@@ -12510,6 +12510,7 @@
12510
12510
  async setTheme(nextTheme) {
12511
12511
  const prev = this.theme;
12512
12512
  this.theme = {
12513
+ ...this.theme,
12513
12514
  ...nextTheme
12514
12515
  };
12515
12516
  applyThemeToDocument(this.theme);