@ttoss/forms 0.30.1 → 0.30.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.
@@ -148,7 +148,7 @@ var MultistepFormStepper = ({
148
148
  });
149
149
  };
150
150
 
151
- // ../../node_modules/.pnpm/@iconify-icon+react@2.2.0_react@19.0.0/node_modules/@iconify-icon/react/dist/iconify.mjs
151
+ // ../../node_modules/.pnpm/@iconify-icon+react@2.2.0_react@19.1.0/node_modules/@iconify-icon/react/dist/iconify.mjs
152
152
  import React from "react";
153
153
 
154
154
  // ../../node_modules/.pnpm/iconify-icon@2.2.0/node_modules/iconify-icon/dist/iconify-icon.mjs
@@ -2374,7 +2374,7 @@ var {
2374
2374
  _api
2375
2375
  } = IconifyIconComponent;
2376
2376
 
2377
- // ../../node_modules/.pnpm/@iconify-icon+react@2.2.0_react@19.0.0/node_modules/@iconify-icon/react/dist/iconify.mjs
2377
+ // ../../node_modules/.pnpm/@iconify-icon+react@2.2.0_react@19.1.0/node_modules/@iconify-icon/react/dist/iconify.mjs
2378
2378
  var Icon = React.forwardRef((props, ref) => {
2379
2379
  const newProps = {
2380
2380
  ...props,
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import { BoxProps, ThemeUIStyleObject, Theme, SxProp, CheckboxProps, InputProps, InputPasswordProps, RadioProps, SelectProps, SwitchProps, TextareaProps } from '@ttoss/ui';
3
3
  import * as React$1 from 'react';
4
- import { FieldValues, FormProviderProps, FieldName, FieldPath, FieldPathValue, UseControllerReturn } from 'react-hook-form';
4
+ import { FieldValues, FormProviderProps, FieldName, FieldPath, UseControllerReturn, FieldPathValue } from 'react-hook-form';
5
5
  export * from 'react-hook-form';
6
6
  export { Controller, FormProvider, useController, useFieldArray, useForm, useFormContext, useFormState, useWatch } from 'react-hook-form';
7
7
  import { F as FormFieldPatternFormatProps } from './FormFieldPatternFormat-3gBOUVd9.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/forms",
3
- "version": "0.30.1",
3
+ "version": "0.30.2",
4
4
  "license": "MIT",
5
5
  "author": "ttoss",
6
6
  "contributors": [
@@ -39,23 +39,23 @@
39
39
  },
40
40
  "peerDependencies": {
41
41
  "react": ">=16.8.0",
42
- "@ttoss/react-i18n": "^2.0.11",
43
- "@ttoss/ui": "^5.8.1"
42
+ "@ttoss/ui": "^5.8.2",
43
+ "@ttoss/react-i18n": "^2.0.12"
44
44
  },
45
45
  "devDependencies": {
46
- "@types/jest": "^29.5.14",
47
- "@types/react": "^19.0.2",
48
- "jest": "^29.7.0",
49
- "react": "^19.0.0",
46
+ "@types/jest": "^30.0.0",
47
+ "@types/react": "^19.1.8",
48
+ "jest": "^30.0.2",
49
+ "react": "^19.1.0",
50
50
  "react-error-boundary": "^5.0.0",
51
- "tsup": "^8.3.5",
51
+ "tsup": "^8.5.0",
52
52
  "yup": "^1.6.1",
53
- "@ttoss/config": "^1.35.3",
54
- "@ttoss/i18n-cli": "^0.7.28",
55
- "@ttoss/react-i18n": "^2.0.11",
56
- "@ttoss/react-icons": "^0.4.11",
57
- "@ttoss/test-utils": "^2.1.23",
58
- "@ttoss/ui": "^5.8.1"
53
+ "@ttoss/config": "^1.35.4",
54
+ "@ttoss/i18n-cli": "^0.7.29",
55
+ "@ttoss/react-i18n": "^2.0.12",
56
+ "@ttoss/react-icons": "^0.4.12",
57
+ "@ttoss/test-utils": "^2.1.24",
58
+ "@ttoss/ui": "^5.8.2"
59
59
  },
60
60
  "publishConfig": {
61
61
  "access": "public",