@pelatform/ui 1.5.0 → 1.5.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/css/components/image-input.css +2 -2
- package/css/components/patterns.css +2 -2
- package/css/theme.css +13 -12
- package/dist/animation.cjs +8 -8
- package/dist/animation.js +8 -8
- package/dist/aria.cjs +3 -3
- package/dist/aria.js +1 -1
- package/dist/base.cjs +119 -119
- package/dist/base.d.cts +3 -3
- package/dist/base.d.ts +3 -3
- package/dist/base.js +118 -118
- package/dist/{chunk-VECBSKBC.cjs → chunk-BXUKTDPN.cjs} +33 -33
- package/dist/{chunk-VSLPH2IR.cjs → chunk-DBE4IGCP.cjs} +9 -9
- package/dist/{chunk-OMPNDLGS.js → chunk-TB6DU23O.js} +33 -33
- package/dist/{chunk-CYFW37N5.js → chunk-TYEFU7IG.js} +7 -7
- package/dist/components.cjs +81 -84
- package/dist/components.js +10 -13
- package/dist/default.cjs +161 -162
- package/dist/default.js +58 -59
- package/dist/metafile-cjs.json +1 -1
- package/dist/metafile-esm.json +1 -1
- package/package.json +6 -6
package/dist/base.d.cts
CHANGED
|
@@ -342,8 +342,8 @@ declare const createFormHook: (args?: Parameters<typeof createFormHook$1>[0]) =>
|
|
|
342
342
|
}, {
|
|
343
343
|
readonly Item: typeof FormItem;
|
|
344
344
|
}>;
|
|
345
|
-
}>) => React$1.
|
|
346
|
-
withFieldGroup: <TFieldGroupData, TSubmitMeta, TRenderProps extends
|
|
345
|
+
}>) => React$1.ReactNode;
|
|
346
|
+
withFieldGroup: <TFieldGroupData, TSubmitMeta, TRenderProps extends object = {}>({ render, props, defaultValues, }: _tanstack_react_form.WithFieldGroupProps<TFieldGroupData, {
|
|
347
347
|
readonly Label: typeof FieldLabel;
|
|
348
348
|
readonly Control: typeof FieldControl;
|
|
349
349
|
readonly Description: typeof FieldDescription;
|
|
@@ -367,7 +367,7 @@ declare const createFormHook: (args?: Parameters<typeof createFormHook$1>[0]) =>
|
|
|
367
367
|
readonly Item: typeof FormItem;
|
|
368
368
|
}>;
|
|
369
369
|
fields: TFields;
|
|
370
|
-
}>) => React$1.
|
|
370
|
+
}>) => React$1.ReactNode;
|
|
371
371
|
};
|
|
372
372
|
|
|
373
373
|
declare const inputVariants$1: (props?: ({
|
package/dist/base.d.ts
CHANGED
|
@@ -342,8 +342,8 @@ declare const createFormHook: (args?: Parameters<typeof createFormHook$1>[0]) =>
|
|
|
342
342
|
}, {
|
|
343
343
|
readonly Item: typeof FormItem;
|
|
344
344
|
}>;
|
|
345
|
-
}>) => React$1.
|
|
346
|
-
withFieldGroup: <TFieldGroupData, TSubmitMeta, TRenderProps extends
|
|
345
|
+
}>) => React$1.ReactNode;
|
|
346
|
+
withFieldGroup: <TFieldGroupData, TSubmitMeta, TRenderProps extends object = {}>({ render, props, defaultValues, }: _tanstack_react_form.WithFieldGroupProps<TFieldGroupData, {
|
|
347
347
|
readonly Label: typeof FieldLabel;
|
|
348
348
|
readonly Control: typeof FieldControl;
|
|
349
349
|
readonly Description: typeof FieldDescription;
|
|
@@ -367,7 +367,7 @@ declare const createFormHook: (args?: Parameters<typeof createFormHook$1>[0]) =>
|
|
|
367
367
|
readonly Item: typeof FormItem;
|
|
368
368
|
}>;
|
|
369
369
|
fields: TFields;
|
|
370
|
-
}>) => React$1.
|
|
370
|
+
}>) => React$1.ReactNode;
|
|
371
371
|
};
|
|
372
372
|
|
|
373
373
|
declare const inputVariants$1: (props?: ({
|