@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/apform-ui.css +1 -1
- package/dist/apform-ui.js +3 -6
- package/dist/apform-ui.umd.cjs +2 -2
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
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.
|
|
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";
|