@ttoss/forms 0.38.0 → 0.38.1
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/package.json +11 -11
|
@@ -134,7 +134,7 @@ var MultistepFormStepper = /* @__PURE__ */__name(({
|
|
|
134
134
|
}, submitLabel));
|
|
135
135
|
}, "MultistepFormStepper");
|
|
136
136
|
|
|
137
|
-
// ../../node_modules/.pnpm/@iconify-icon+react@2.3.0_react@19.2.
|
|
137
|
+
// ../../node_modules/.pnpm/@iconify-icon+react@2.3.0_react@19.2.3/node_modules/@iconify-icon/react/dist/iconify.mjs
|
|
138
138
|
import React5 from "react";
|
|
139
139
|
|
|
140
140
|
// ../../node_modules/.pnpm/iconify-icon@2.3.0/node_modules/iconify-icon/dist/iconify-icon.mjs
|
|
@@ -2263,7 +2263,7 @@ var {
|
|
|
2263
2263
|
_api
|
|
2264
2264
|
} = IconifyIconComponent;
|
|
2265
2265
|
|
|
2266
|
-
// ../../node_modules/.pnpm/@iconify-icon+react@2.3.0_react@19.2.
|
|
2266
|
+
// ../../node_modules/.pnpm/@iconify-icon+react@2.3.0_react@19.2.3/node_modules/@iconify-icon/react/dist/iconify.mjs
|
|
2267
2267
|
var Icon = React5.forwardRef((props, ref) => {
|
|
2268
2268
|
const newProps = {
|
|
2269
2269
|
...props,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/forms",
|
|
3
|
-
"version": "0.38.
|
|
3
|
+
"version": "0.38.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "ttoss",
|
|
6
6
|
"contributors": [
|
|
@@ -39,25 +39,25 @@
|
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"react": ">=16.8.0",
|
|
42
|
-
"@ttoss/components": "^2.12.
|
|
43
|
-
"@ttoss/
|
|
44
|
-
"@ttoss/
|
|
42
|
+
"@ttoss/components": "^2.12.5",
|
|
43
|
+
"@ttoss/ui": "^6.5.1",
|
|
44
|
+
"@ttoss/react-i18n": "^2.0.26"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@types/jest": "^30.0.0",
|
|
48
|
-
"@types/react": "^19.2.
|
|
48
|
+
"@types/react": "^19.2.8",
|
|
49
49
|
"jest": "^30.2.0",
|
|
50
|
-
"react": "^19.2.
|
|
50
|
+
"react": "^19.2.3",
|
|
51
51
|
"react-error-boundary": "^6.0.0",
|
|
52
52
|
"tsup": "^8.5.1",
|
|
53
53
|
"yup": "^1.7.1",
|
|
54
|
-
"@ttoss/components": "^2.12.4",
|
|
55
54
|
"@ttoss/config": "^1.35.12",
|
|
56
|
-
"@ttoss/
|
|
55
|
+
"@ttoss/components": "^2.12.5",
|
|
56
|
+
"@ttoss/react-i18n": "^2.0.26",
|
|
57
|
+
"@ttoss/react-icons": "^0.5.7",
|
|
58
|
+
"@ttoss/test-utils": "^4.0.3",
|
|
57
59
|
"@ttoss/i18n-cli": "^0.7.38",
|
|
58
|
-
"@ttoss/
|
|
59
|
-
"@ttoss/test-utils": "^4.0.2",
|
|
60
|
-
"@ttoss/ui": "^6.5.0"
|
|
60
|
+
"@ttoss/ui": "^6.5.1"
|
|
61
61
|
},
|
|
62
62
|
"publishConfig": {
|
|
63
63
|
"access": "public",
|