@choiceform/os-client-core 3.7.1 → 3.7.3

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
@@ -12439,6 +12439,10 @@ interface CFPDGlobalThemeCommon extends CFPDThemeStyle {
12439
12439
  * 标题字体重度
12440
12440
  */
12441
12441
  titleFontWeight: FONT_WEIGHT;
12442
+ /**
12443
+ * 间距
12444
+ */
12445
+ spacing?: "none" | "xs" | "sm" | "md" | "lg";
12442
12446
  }
12443
12447
 
12444
12448
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@choiceform/os-client-core",
3
- "version": "3.7.1",
3
+ "version": "3.7.3",
4
4
  "description": "choiceform survey client core",
5
5
  "main": "./dist/core.js",
6
6
  "repository": "https://github.com/choice-form/os-client-core",