@ttoss/forms 0.29.8 → 0.29.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.
@@ -148,9 +148,6 @@ var MultistepFormStepper = ({
148
148
  });
149
149
  };
150
150
 
151
- // ../react-icons/src/Icon.tsx
152
- import * as React2 from "react";
153
-
154
151
  // ../../node_modules/.pnpm/@iconify-icon+react@2.2.0_react@19.0.0/node_modules/@iconify-icon/react/dist/iconify.mjs
155
152
  import React from "react";
156
153
 
@@ -2396,6 +2393,7 @@ var Icon = React.forwardRef((props, ref) => {
2396
2393
  });
2397
2394
 
2398
2395
  // ../react-icons/src/Icon.tsx
2396
+ import * as React2 from "react";
2399
2397
  import { jsx as jsx6 } from "react/jsx-runtime";
2400
2398
  var Icon2 = React2.forwardRef((props, ref) => {
2401
2399
  return /* @__PURE__ */jsx6(Icon, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/forms",
3
- "version": "0.29.8",
3
+ "version": "0.29.10",
4
4
  "license": "MIT",
5
5
  "author": "ttoss",
6
6
  "contributors": [
@@ -39,8 +39,8 @@
39
39
  },
40
40
  "peerDependencies": {
41
41
  "react": ">=16.8.0",
42
- "@ttoss/react-i18n": "^2.0.10",
43
- "@ttoss/ui": "^5.5.5"
42
+ "@ttoss/react-i18n": "^2.0.11",
43
+ "@ttoss/ui": "^5.5.7"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/jest": "^29.5.14",
@@ -50,12 +50,12 @@
50
50
  "react-error-boundary": "^5.0.0",
51
51
  "tsup": "^8.3.5",
52
52
  "yup": "^1.6.1",
53
- "@ttoss/config": "^1.35.2",
54
- "@ttoss/react-i18n": "^2.0.10",
55
- "@ttoss/i18n-cli": "^0.7.27",
56
- "@ttoss/react-icons": "^0.4.9",
57
- "@ttoss/ui": "^5.5.5",
58
- "@ttoss/test-utils": "^2.1.22"
53
+ "@ttoss/react-i18n": "^2.0.11",
54
+ "@ttoss/config": "^1.35.3",
55
+ "@ttoss/i18n-cli": "^0.7.28",
56
+ "@ttoss/test-utils": "^2.1.23",
57
+ "@ttoss/react-icons": "^0.4.11",
58
+ "@ttoss/ui": "^5.5.7"
59
59
  },
60
60
  "publishConfig": {
61
61
  "access": "public",
@@ -64,6 +64,7 @@
64
64
  "gitHead": "e2b509ee8717f07f7365191b651dcbb5f080e05a",
65
65
  "scripts": {
66
66
  "build": "tsup",
67
+ "i18n": "ttoss-i18n",
67
68
  "test": "jest --projects tests/unit"
68
69
  }
69
70
  }