@ttoss/forms 0.24.1 → 0.24.3
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.
|
@@ -912,7 +912,7 @@ var import_ui18 = require("@ttoss/ui");
|
|
|
912
912
|
// ../react-icons/src/Icon.tsx
|
|
913
913
|
var React4 = __toESM(require("react"));
|
|
914
914
|
|
|
915
|
-
// ../../node_modules/.pnpm/@iconify-icon+react@2.1.0_react@18.
|
|
915
|
+
// ../../node_modules/.pnpm/@iconify-icon+react@2.1.0_react@18.3.1/node_modules/@iconify-icon/react/dist/iconify.mjs
|
|
916
916
|
var import_react = __toESM(require("react"), 1);
|
|
917
917
|
|
|
918
918
|
// ../../node_modules/.pnpm/iconify-icon@2.1.0/node_modules/iconify-icon/dist/iconify-icon.mjs
|
|
@@ -3025,7 +3025,7 @@ var {
|
|
|
3025
3025
|
_api
|
|
3026
3026
|
} = IconifyIconComponent;
|
|
3027
3027
|
|
|
3028
|
-
// ../../node_modules/.pnpm/@iconify-icon+react@2.1.0_react@18.
|
|
3028
|
+
// ../../node_modules/.pnpm/@iconify-icon+react@2.1.0_react@18.3.1/node_modules/@iconify-icon/react/dist/iconify.mjs
|
|
3029
3029
|
var Icon = import_react.default.forwardRef((props, ref) => {
|
|
3030
3030
|
const newProps = {
|
|
3031
3031
|
...props,
|
|
@@ -154,7 +154,7 @@ import { CloseButton, Flex as Flex4, Image as Image2, Text as Text4 } from "@tto
|
|
|
154
154
|
// ../react-icons/src/Icon.tsx
|
|
155
155
|
import * as React2 from "react";
|
|
156
156
|
|
|
157
|
-
// ../../node_modules/.pnpm/@iconify-icon+react@2.1.0_react@18.
|
|
157
|
+
// ../../node_modules/.pnpm/@iconify-icon+react@2.1.0_react@18.3.1/node_modules/@iconify-icon/react/dist/iconify.mjs
|
|
158
158
|
import React from "react";
|
|
159
159
|
|
|
160
160
|
// ../../node_modules/.pnpm/iconify-icon@2.1.0/node_modules/iconify-icon/dist/iconify-icon.mjs
|
|
@@ -2267,7 +2267,7 @@ var {
|
|
|
2267
2267
|
_api
|
|
2268
2268
|
} = IconifyIconComponent;
|
|
2269
2269
|
|
|
2270
|
-
// ../../node_modules/.pnpm/@iconify-icon+react@2.1.0_react@18.
|
|
2270
|
+
// ../../node_modules/.pnpm/@iconify-icon+react@2.1.0_react@18.3.1/node_modules/@iconify-icon/react/dist/iconify.mjs
|
|
2271
2271
|
var Icon = /*#__PURE__*/React.forwardRef((props, ref) => {
|
|
2272
2272
|
const newProps = {
|
|
2273
2273
|
...props,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/forms",
|
|
3
|
-
"version": "0.24.
|
|
3
|
+
"version": "0.24.3",
|
|
4
4
|
"author": "ttoss",
|
|
5
5
|
"contributors": [
|
|
6
6
|
"Pedro Arantes <pedro@arantespp.com> (https://arantespp.com/contact)"
|
|
@@ -41,24 +41,24 @@
|
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"react": ">=16.8.0",
|
|
44
|
-
"@ttoss/
|
|
45
|
-
"@ttoss/
|
|
44
|
+
"@ttoss/react-i18n": "^1.26.9",
|
|
45
|
+
"@ttoss/ui": "^4.1.11"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@types/jest": "^29.5.12",
|
|
49
|
-
"@types/react": "^18.
|
|
49
|
+
"@types/react": "^18.3.3",
|
|
50
50
|
"jest": "^29.7.0",
|
|
51
|
-
"react": "^18.
|
|
51
|
+
"react": "^18.3.1",
|
|
52
52
|
"react-error-boundary": "^4.0.13",
|
|
53
53
|
"theme-ui": "^0.16.2",
|
|
54
54
|
"tsup": "^8.0.2",
|
|
55
55
|
"yup": "^1.4.0",
|
|
56
|
-
"@ttoss/config": "^1.32.
|
|
57
|
-
"@ttoss/i18n-cli": "^0.7.
|
|
58
|
-
"@ttoss/
|
|
59
|
-
"@ttoss/
|
|
60
|
-
"@ttoss/react-
|
|
61
|
-
"@ttoss/ui": "^4.1.
|
|
56
|
+
"@ttoss/config": "^1.32.4",
|
|
57
|
+
"@ttoss/i18n-cli": "^0.7.13",
|
|
58
|
+
"@ttoss/react-i18n": "^1.26.9",
|
|
59
|
+
"@ttoss/test-utils": "^2.1.8",
|
|
60
|
+
"@ttoss/react-icons": "^0.3.8",
|
|
61
|
+
"@ttoss/ui": "^4.1.11"
|
|
62
62
|
},
|
|
63
63
|
"publishConfig": {
|
|
64
64
|
"access": "public",
|