@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.
- package/dist/esm/MultistepForm/index.js +2 -2
- package/dist/index.d.ts +1 -1
- package/package.json +14 -14
|
@@ -148,7 +148,7 @@ var MultistepFormStepper = ({
|
|
|
148
148
|
});
|
|
149
149
|
};
|
|
150
150
|
|
|
151
|
-
// ../../node_modules/.pnpm/@iconify-icon+react@2.2.0_react@19.
|
|
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.
|
|
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,
|
|
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.
|
|
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/
|
|
43
|
-
"@ttoss/
|
|
42
|
+
"@ttoss/ui": "^5.8.2",
|
|
43
|
+
"@ttoss/react-i18n": "^2.0.12"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@types/jest": "^
|
|
47
|
-
"@types/react": "^19.
|
|
48
|
-
"jest": "^
|
|
49
|
-
"react": "^19.
|
|
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.
|
|
51
|
+
"tsup": "^8.5.0",
|
|
52
52
|
"yup": "^1.6.1",
|
|
53
|
-
"@ttoss/config": "^1.35.
|
|
54
|
-
"@ttoss/i18n-cli": "^0.7.
|
|
55
|
-
"@ttoss/react-i18n": "^2.0.
|
|
56
|
-
"@ttoss/react-icons": "^0.4.
|
|
57
|
-
"@ttoss/test-utils": "^2.1.
|
|
58
|
-
"@ttoss/ui": "^5.8.
|
|
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",
|