@choiceform/os-client-core 3.7.1 → 3.7.2
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/changelog.md +6 -0
- package/dist/core.js +1 -1
- package/dist/web-core.js +1 -1
- package/index.d.ts +4 -0
- package/package.json +1 -1
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
|
|