@choiceform/os-client-core 3.5.1-ssr-beta2 → 3.5.1-ssr-beta3

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/index.d.ts CHANGED
@@ -1090,7 +1090,7 @@ interface CFCore extends CFSetupOptions {
1090
1090
  /**
1091
1091
  * 获取主题
1092
1092
  */
1093
- getTheme(): CFTheme;
1093
+ theme: CFTheme;
1094
1094
  /**
1095
1095
  * 初始化实时预览
1096
1096
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@choiceform/os-client-core",
3
- "version": "3.5.1-ssr-beta2",
3
+ "version": "3.5.1-ssr-beta3",
4
4
  "description": "choiceform survey client core",
5
5
  "main": "./dist/core.js",
6
6
  "repository": "https://github.com/choice-form/os-client-core",