@apform-ui/core 1.15.0 → 1.15.1

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/dist/index.d.ts CHANGED
@@ -114,6 +114,6 @@ export type { BusinessResultTable, ChartOptionExtract, } from './utils/businessR
114
114
  export { resolveResultBlocks } from './utils/resolveResultBlocks';
115
115
  export type { ResultKind, ResultBlock, ResultBlockEntry, ResultHitlItem, ResultAudience, ResolveResultOptions, } from './utils/resolveResultBlocks';
116
116
  export { COLORS, CHART_COLORS, TEXT_COLORS, SPACING, BORDER_RADIUS, SHADOWS, DURATION, Z_INDEX, FONT_SIZE, CONTROL_HEIGHT, LAYOUT_HEIGHT, ICON_SIZE, PAGE, FORM, AVATAR_SIZE, } from './tokens';
117
- export declare const SCHEMA_UI_VERSION = "1.15.0";
117
+ export declare const SCHEMA_UI_VERSION = "1.15.1";
118
118
  export declare const EP_FORK_BASE = "2.14.2";
119
119
  export declare const EP_FORK_DATE = "2026-08-27";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apform-ui/core",
3
- "version": "1.15.0",
3
+ "version": "1.15.1",
4
4
  "type": "module",
5
5
  "author": "yangdongnan",
6
6
  "license": "MIT",