@page-speed/forms 0.4.7 → 0.4.9

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.
@@ -452,4 +452,4 @@ interface InputProps<T = string> {
452
452
  "aria-required"?: boolean;
453
453
  }
454
454
 
455
- export type { ErrorHandler as E, FieldValidator as F, InputProps as I, NewFormSubmissionActionConfig as N, SubmissionStatus as S, TouchedFields as T, UseFormOptions as U, ValidationSchema as V, ValidationMode as a, FormValues as b, UseFormReturn as c, UseFieldOptions as d, UseFieldReturn as e, FormProps as f, FieldProps as g, FormErrors as h, FormSubmissionBehavior as i, FormSubmissionConfig as j, FormHelpers as k, SubmitHandler as l, FormState as m, FormActions as n, FieldInputProps as o, FieldMeta as p };
455
+ export type { ErrorHandler as E, FieldValidator as F, InputProps as I, NewFormSubmissionActionConfig as N, SubmissionStatus as S, TouchedFields as T, UseFormOptions as U, ValidationSchema as V, ValidationMode as a, FormValues as b, FormErrors as c, FormSubmissionBehavior as d, FormSubmissionConfig as e, FormHelpers as f, SubmitHandler as g, FormState as h, FormActions as i, UseFormReturn as j, FieldInputProps as k, FieldMeta as l, UseFieldOptions as m, UseFieldReturn as n, FormProps as o, FieldProps as p };
@@ -452,4 +452,4 @@ interface InputProps<T = string> {
452
452
  "aria-required"?: boolean;
453
453
  }
454
454
 
455
- export type { ErrorHandler as E, FieldValidator as F, InputProps as I, NewFormSubmissionActionConfig as N, SubmissionStatus as S, TouchedFields as T, UseFormOptions as U, ValidationSchema as V, ValidationMode as a, FormValues as b, UseFormReturn as c, UseFieldOptions as d, UseFieldReturn as e, FormProps as f, FieldProps as g, FormErrors as h, FormSubmissionBehavior as i, FormSubmissionConfig as j, FormHelpers as k, SubmitHandler as l, FormState as m, FormActions as n, FieldInputProps as o, FieldMeta as p };
455
+ export type { ErrorHandler as E, FieldValidator as F, InputProps as I, NewFormSubmissionActionConfig as N, SubmissionStatus as S, TouchedFields as T, UseFormOptions as U, ValidationSchema as V, ValidationMode as a, FormValues as b, FormErrors as c, FormSubmissionBehavior as d, FormSubmissionConfig as e, FormHelpers as f, SubmitHandler as g, FormState as h, FormActions as i, UseFormReturn as j, FieldInputProps as k, FieldMeta as l, UseFieldOptions as m, UseFieldReturn as n, FormProps as o, FieldProps as p };
@@ -1,4 +1,4 @@
1
- import { F as FieldValidator } from './types-4ppM117e.cjs';
1
+ import { F as FieldValidator } from './types-DuX3q6A4.cjs';
2
2
  import 'react';
3
3
 
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { F as FieldValidator } from './types-4ppM117e.js';
1
+ import { F as FieldValidator } from './types-DuX3q6A4.js';
2
2
  import 'react';
3
3
 
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { F as FieldValidator, b as FormValues } from './types-4ppM117e.cjs';
1
+ import { F as FieldValidator, b as FormValues } from './types-DuX3q6A4.cjs';
2
2
  import 'react';
3
3
 
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { F as FieldValidator, b as FormValues } from './types-4ppM117e.js';
1
+ import { F as FieldValidator, b as FormValues } from './types-DuX3q6A4.js';
2
2
  import 'react';
3
3
 
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { b as FormValues, V as ValidationSchema, F as FieldValidator } from './types-4ppM117e.cjs';
1
+ import { b as FormValues, V as ValidationSchema, F as FieldValidator } from './types-DuX3q6A4.cjs';
2
2
  import 'react';
3
3
 
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { b as FormValues, V as ValidationSchema, F as FieldValidator } from './types-4ppM117e.js';
1
+ import { b as FormValues, V as ValidationSchema, F as FieldValidator } from './types-DuX3q6A4.js';
2
2
  import 'react';
3
3
 
4
4
  /**
@@ -1,4 +1,4 @@
1
- export { F as FieldValidator, a as ValidationMode, V as ValidationSchema } from './types-4ppM117e.cjs';
1
+ export { F as FieldValidator, a as ValidationMode, V as ValidationSchema } from './types-DuX3q6A4.cjs';
2
2
  export { ErrorMessageFn, ValidationRuleOptions, alpha, alphanumeric, compose, creditCard, email, integer, matches, max, maxLength, min, minLength, numeric, oneOf, pattern, phone, postalCode, required, url } from './validation-rules.cjs';
3
3
  export { DebounceOptions, ErrorMessages, MessageTemplate, asyncValidator, crossFieldValidator, debounce, defaultMessages, getErrorMessage, messageRegistry, resetErrorMessages, setErrorMessages, when, withRaceConditionPrevention } from './validation-utils.cjs';
4
4
  import 'react';
@@ -1,4 +1,4 @@
1
- export { F as FieldValidator, a as ValidationMode, V as ValidationSchema } from './types-4ppM117e.js';
1
+ export { F as FieldValidator, a as ValidationMode, V as ValidationSchema } from './types-DuX3q6A4.js';
2
2
  export { ErrorMessageFn, ValidationRuleOptions, alpha, alphanumeric, compose, creditCard, email, integer, matches, max, maxLength, min, minLength, numeric, oneOf, pattern, phone, postalCode, required, url } from './validation-rules.js';
3
3
  export { DebounceOptions, ErrorMessages, MessageTemplate, asyncValidator, crossFieldValidator, debounce, defaultMessages, getErrorMessage, messageRegistry, resetErrorMessages, setErrorMessages, when, withRaceConditionPrevention } from './validation-utils.js';
4
4
  import 'react';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@page-speed/forms",
3
- "version": "0.4.7",
3
+ "version": "0.4.9",
4
4
  "description": "Ultra-high-performance React form library with field-level reactivity and tree-shakable architecture",
5
5
  "keywords": [
6
6
  "react",
@@ -118,8 +118,18 @@
118
118
  },
119
119
  "dependencies": {
120
120
  "@opensite/hooks": "2.0.8",
121
+ "@radix-ui/react-direction": "^1.1.1",
122
+ "@radix-ui/react-slot": "^1.2.4",
123
+ "class-variance-authority": "^0.7.1",
121
124
  "clsx": "^2.1.1",
122
- "tailwind-merge": "^3.4.0"
125
+ "cmdk": "^1.1.1",
126
+ "date-fns": "^4.1.0",
127
+ "radix-ui": "^1.4.3",
128
+ "react-day-picker": "^9.13.2",
129
+ "tailwind-merge": "^3.4.0",
130
+ "tw-animate-css": "^1.4.0",
131
+ "zod": "^4.3.6",
132
+ "zod-validation-error": "^5.0.0"
123
133
  },
124
134
  "optionalDependencies": {
125
135
  "@legendapp/state": "^3.0.0-beta.42",