render-core 1.0.122 → 1.0.123

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.
@@ -37,7 +37,7 @@ export function themeStyle(component, styleLib) {
37
37
  */
38
38
  export function styleResolve(tag) {
39
39
  // @ts-ignore
40
- var theme = window.context.getFiled("theme");
40
+ var theme = window.context.getFiled("system_theme");
41
41
  if (Reflect.get(window, "styleLib").get(tag.toUpperCase()).get(theme) === undefined) {
42
42
  console.log("tag:" + tag + " has no theme " + theme);
43
43
  if (Reflect.get(window, "styleLib").get(tag.toUpperCase()).get("default") === undefined) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "render-core",
3
- "version": "1.0.122",
3
+ "version": "1.0.123",
4
4
  "description": "The core of render-js",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",