@ttoss/components 1.31.8 → 1.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.
- package/dist/esm/index.js +2 -2
- package/package.json +10 -9
package/dist/esm/index.js
CHANGED
|
@@ -267,7 +267,7 @@ import { Box as Box3, Flex as Flex2, Image, Text as Text2, useResponsiveValue as
|
|
|
267
267
|
// ../react-icons/src/Icon.tsx
|
|
268
268
|
import * as React6 from "react";
|
|
269
269
|
|
|
270
|
-
// ../../node_modules/.pnpm/@iconify-icon+react@2.1.0_react@18.
|
|
270
|
+
// ../../node_modules/.pnpm/@iconify-icon+react@2.1.0_react@18.3.1/node_modules/@iconify-icon/react/dist/iconify.mjs
|
|
271
271
|
import React5 from "react";
|
|
272
272
|
|
|
273
273
|
// ../../node_modules/.pnpm/iconify-icon@2.1.0/node_modules/iconify-icon/dist/iconify-icon.mjs
|
|
@@ -2380,7 +2380,7 @@ var {
|
|
|
2380
2380
|
_api
|
|
2381
2381
|
} = IconifyIconComponent;
|
|
2382
2382
|
|
|
2383
|
-
// ../../node_modules/.pnpm/@iconify-icon+react@2.1.0_react@18.
|
|
2383
|
+
// ../../node_modules/.pnpm/@iconify-icon+react@2.1.0_react@18.3.1/node_modules/@iconify-icon/react/dist/iconify.mjs
|
|
2384
2384
|
var Icon = /*#__PURE__*/React5.forwardRef((props, ref) => {
|
|
2385
2385
|
const newProps = {
|
|
2386
2386
|
...props,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/components",
|
|
3
|
-
"version": "1.31.
|
|
3
|
+
"version": "1.31.10",
|
|
4
4
|
"description": "React components for ttoss ecosystem.",
|
|
5
5
|
"author": "ttoss",
|
|
6
6
|
"contributors": [
|
|
@@ -46,19 +46,20 @@
|
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"react": ">=16.8.0",
|
|
49
|
-
"@ttoss/
|
|
50
|
-
"@ttoss/
|
|
49
|
+
"@ttoss/ui": "^4.1.11",
|
|
50
|
+
"@ttoss/react-hooks": "^1.25.10"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/jest": "^29.5.12",
|
|
54
|
-
"@types/react": "^18.
|
|
54
|
+
"@types/react": "^18.3.3",
|
|
55
55
|
"jest": "^29.7.0",
|
|
56
|
+
"react": "^18.3.1",
|
|
56
57
|
"tsup": "^8.0.2",
|
|
57
|
-
"@ttoss/config": "^1.32.
|
|
58
|
-
"@ttoss/react-hooks": "^1.25.
|
|
59
|
-
"@ttoss/
|
|
60
|
-
"@ttoss/
|
|
61
|
-
"@ttoss/
|
|
58
|
+
"@ttoss/config": "^1.32.4",
|
|
59
|
+
"@ttoss/react-hooks": "^1.25.10",
|
|
60
|
+
"@ttoss/test-utils": "^2.1.8",
|
|
61
|
+
"@ttoss/ui": "^4.1.11",
|
|
62
|
+
"@ttoss/react-icons": "^0.3.8"
|
|
62
63
|
},
|
|
63
64
|
"keywords": [
|
|
64
65
|
"React",
|