@ttoss/forms 0.31.8 → 0.31.10

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.
@@ -133,7 +133,7 @@ var MultistepFormStepper = /* @__PURE__ */__name(({
133
133
  }, submitLabel));
134
134
  }, "MultistepFormStepper");
135
135
 
136
- // ../../node_modules/.pnpm/@iconify-icon+react@2.3.0_react@19.1.1/node_modules/@iconify-icon/react/dist/iconify.mjs
136
+ // ../../node_modules/.pnpm/@iconify-icon+react@2.3.0_react@19.2.0/node_modules/@iconify-icon/react/dist/iconify.mjs
137
137
  import React5 from "react";
138
138
 
139
139
  // ../../node_modules/.pnpm/iconify-icon@2.3.0/node_modules/iconify-icon/dist/iconify-icon.mjs
@@ -2262,7 +2262,7 @@ var {
2262
2262
  _api
2263
2263
  } = IconifyIconComponent;
2264
2264
 
2265
- // ../../node_modules/.pnpm/@iconify-icon+react@2.3.0_react@19.1.1/node_modules/@iconify-icon/react/dist/iconify.mjs
2265
+ // ../../node_modules/.pnpm/@iconify-icon+react@2.3.0_react@19.2.0/node_modules/@iconify-icon/react/dist/iconify.mjs
2266
2266
  var Icon = React5.forwardRef((props, ref) => {
2267
2267
  const newProps = {
2268
2268
  ...props,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/forms",
3
- "version": "0.31.8",
3
+ "version": "0.31.10",
4
4
  "license": "MIT",
5
5
  "author": "ttoss",
6
6
  "contributors": [
@@ -14,16 +14,16 @@
14
14
  "type": "module",
15
15
  "exports": {
16
16
  ".": {
17
- "import": "./dist/esm/index.js",
18
- "types": "./dist/index.d.ts"
17
+ "types": "./dist/index.d.ts",
18
+ "default": "./dist/esm/index.js"
19
19
  },
20
20
  "./multistep-form": {
21
- "import": "./dist/esm/MultistepForm/index.js",
22
- "types": "./dist/MultistepForm/index.d.ts"
21
+ "types": "./dist/MultistepForm/index.d.ts",
22
+ "default": "./dist/esm/MultistepForm/index.js"
23
23
  },
24
24
  "./brazil": {
25
- "import": "./dist/esm/Brazil/index.js",
26
- "types": "./dist/Brazil/index.d.ts"
25
+ "types": "./dist/Brazil/index.d.ts",
26
+ "default": "./dist/esm/Brazil/index.js"
27
27
  }
28
28
  },
29
29
  "files": [
@@ -39,23 +39,23 @@
39
39
  },
40
40
  "peerDependencies": {
41
41
  "react": ">=16.8.0",
42
- "@ttoss/ui": "^5.10.1",
43
- "@ttoss/react-i18n": "^2.0.17"
42
+ "@ttoss/react-i18n": "^2.0.19",
43
+ "@ttoss/ui": "^5.10.3"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/jest": "^30.0.0",
47
- "@types/react": "^19.1.8",
48
- "jest": "^30.0.4",
49
- "react": "^19.1.0",
47
+ "@types/react": "^19.2.2",
48
+ "jest": "^30.2.0",
49
+ "react": "^19.2.0",
50
50
  "react-error-boundary": "^5.0.0",
51
51
  "tsup": "^8.5.0",
52
52
  "yup": "^1.6.1",
53
- "@ttoss/i18n-cli": "^0.7.33",
54
- "@ttoss/config": "^1.35.7",
55
- "@ttoss/react-i18n": "^2.0.17",
56
- "@ttoss/test-utils": "^2.1.27",
57
- "@ttoss/react-icons": "^0.4.16",
58
- "@ttoss/ui": "^5.10.1"
53
+ "@ttoss/config": "^1.35.9",
54
+ "@ttoss/i18n-cli": "^0.7.35",
55
+ "@ttoss/react-i18n": "^2.0.19",
56
+ "@ttoss/react-icons": "^0.4.18",
57
+ "@ttoss/test-utils": "^3.0.1",
58
+ "@ttoss/ui": "^5.10.3"
59
59
  },
60
60
  "publishConfig": {
61
61
  "access": "public",