@skygraph/react 0.5.3 → 0.6.4

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/form.d.cts CHANGED
@@ -180,7 +180,7 @@ interface FieldProps extends BaseComponentProps {
180
180
  * Registers `name` with the form engine, renders label/help/errors, and either
181
181
  * a built-in input or custom `children` / render-prop control.
182
182
  */
183
- declare function Field({ name, label, required, rules, warningRules, dependencies, hidden, disabled: fieldDisabled, unstyled, placeholder, type, help, extra, tooltip, children, noStyle, normalize, getValueFromEvent: _getValueFromEvent, validateFirst, validateStatus: manualStatus, hasFeedback, preserve, labelCol: fieldLabelCol, wrapperCol: fieldWrapperCol, messageVariables: _messageVariables, }: FieldProps): react_jsx_runtime.JSX.Element | null;
183
+ declare function Field({ name, label, required, rules, warningRules, dependencies, hidden, disabled: fieldDisabled, unstyled, placeholder, type, help, extra, tooltip, children, noStyle, normalize, getValueFromEvent: _getValueFromEvent, valuePropName, validateFirst, validateStatus: manualStatus, hasFeedback, preserve, labelCol: fieldLabelCol, wrapperCol: fieldWrapperCol, messageVariables: _messageVariables, }: FieldProps): react_jsx_runtime.JSX.Element | null;
184
184
 
185
185
  /** Props for a primary-styled submit {@link Button} used inside {@link Form}. */
186
186
  interface SubmitButtonProps {
package/dist/form.d.ts CHANGED
@@ -180,7 +180,7 @@ interface FieldProps extends BaseComponentProps {
180
180
  * Registers `name` with the form engine, renders label/help/errors, and either
181
181
  * a built-in input or custom `children` / render-prop control.
182
182
  */
183
- declare function Field({ name, label, required, rules, warningRules, dependencies, hidden, disabled: fieldDisabled, unstyled, placeholder, type, help, extra, tooltip, children, noStyle, normalize, getValueFromEvent: _getValueFromEvent, validateFirst, validateStatus: manualStatus, hasFeedback, preserve, labelCol: fieldLabelCol, wrapperCol: fieldWrapperCol, messageVariables: _messageVariables, }: FieldProps): react_jsx_runtime.JSX.Element | null;
183
+ declare function Field({ name, label, required, rules, warningRules, dependencies, hidden, disabled: fieldDisabled, unstyled, placeholder, type, help, extra, tooltip, children, noStyle, normalize, getValueFromEvent: _getValueFromEvent, valuePropName, validateFirst, validateStatus: manualStatus, hasFeedback, preserve, labelCol: fieldLabelCol, wrapperCol: fieldWrapperCol, messageVariables: _messageVariables, }: FieldProps): react_jsx_runtime.JSX.Element | null;
184
184
 
185
185
  /** Props for a primary-styled submit {@link Button} used inside {@link Form}. */
186
186
  interface SubmitButtonProps {
package/dist/form.js CHANGED
@@ -20,7 +20,7 @@ import {
20
20
  zodRule,
21
21
  zodRules,
22
22
  zodToJsonSchema
23
- } from "./chunk-YTPUWPWA.js";
23
+ } from "./chunk-Y6XZ5TLD.js";
24
24
  import "./chunk-45YW5VSP.js";
25
25
  import "./chunk-VLRLCHEL.js";
26
26
  export {