@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/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.JSX.Element;
346
- withFieldGroup: <TFieldGroupData, TSubmitMeta, TRenderProps extends Record<string, unknown> = {}>({ render, props, defaultValues, }: _tanstack_react_form.WithFieldGroupProps<TFieldGroupData, {
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.JSX.Element;
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.JSX.Element;
346
- withFieldGroup: <TFieldGroupData, TSubmitMeta, TRenderProps extends Record<string, unknown> = {}>({ render, props, defaultValues, }: _tanstack_react_form.WithFieldGroupProps<TFieldGroupData, {
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.JSX.Element;
370
+ }>) => React$1.ReactNode;
371
371
  };
372
372
 
373
373
  declare const inputVariants$1: (props?: ({