@page-speed/forms 0.3.4 → 0.3.6

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.
@@ -356,6 +356,10 @@ interface InputProps<T = string> {
356
356
  * Input name
357
357
  */
358
358
  name: string;
359
+ /**
360
+ * Id
361
+ */
362
+ id?: string;
359
363
  /**
360
364
  * Input value
361
365
  */
@@ -356,6 +356,10 @@ interface InputProps<T = string> {
356
356
  * Input name
357
357
  */
358
358
  name: string;
359
+ /**
360
+ * Id
361
+ */
362
+ id?: string;
359
363
  /**
360
364
  * Input value
361
365
  */
@@ -1,4 +1,4 @@
1
- import { F as FieldValidator } from './types-WxAFrgDW.cjs';
1
+ import { F as FieldValidator } from './types-BBif0kuP.cjs';
2
2
  import 'react';
3
3
 
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { F as FieldValidator } from './types-WxAFrgDW.js';
1
+ import { F as FieldValidator } from './types-BBif0kuP.js';
2
2
  import 'react';
3
3
 
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { F as FieldValidator, b as FormValues } from './types-WxAFrgDW.cjs';
1
+ import { F as FieldValidator, b as FormValues } from './types-BBif0kuP.cjs';
2
2
  import 'react';
3
3
 
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { F as FieldValidator, b as FormValues } from './types-WxAFrgDW.js';
1
+ import { F as FieldValidator, b as FormValues } from './types-BBif0kuP.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-WxAFrgDW.cjs';
1
+ import { b as FormValues, V as ValidationSchema, F as FieldValidator } from './types-BBif0kuP.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-WxAFrgDW.js';
1
+ import { b as FormValues, V as ValidationSchema, F as FieldValidator } from './types-BBif0kuP.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-WxAFrgDW.cjs';
1
+ export { F as FieldValidator, a as ValidationMode, V as ValidationSchema } from './types-BBif0kuP.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-WxAFrgDW.js';
1
+ export { F as FieldValidator, a as ValidationMode, V as ValidationSchema } from './types-BBif0kuP.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.3.4",
3
+ "version": "0.3.6",
4
4
  "description": "Ultra-high-performance React form library with field-level reactivity and tree-shakable architecture",
5
5
  "keywords": [
6
6
  "react",
@@ -117,7 +117,7 @@
117
117
  "vitest": "^4.0.10"
118
118
  },
119
119
  "dependencies": {
120
- "@opensite/hooks": "^0.1.1"
120
+ "@opensite/hooks": "2.0.6"
121
121
  },
122
122
  "optionalDependencies": {
123
123
  "@legendapp/state": "^3.0.0-beta.42",