@ttoss/layouts 0.4.31 → 0.4.33
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 +13 -13
package/dist/esm/index.js
CHANGED
|
@@ -16,7 +16,7 @@ var Footer = props => {
|
|
|
16
16
|
};
|
|
17
17
|
Footer.displayName = "Footer";
|
|
18
18
|
|
|
19
|
-
// ../../node_modules/.pnpm/@iconify-icon+react@2.2.0_react@19.
|
|
19
|
+
// ../../node_modules/.pnpm/@iconify-icon+react@2.2.0_react@19.1.0/node_modules/@iconify-icon/react/dist/iconify.mjs
|
|
20
20
|
import React from "react";
|
|
21
21
|
|
|
22
22
|
// ../../node_modules/.pnpm/iconify-icon@2.2.0/node_modules/iconify-icon/dist/iconify-icon.mjs
|
|
@@ -2242,7 +2242,7 @@ var {
|
|
|
2242
2242
|
_api
|
|
2243
2243
|
} = IconifyIconComponent;
|
|
2244
2244
|
|
|
2245
|
-
// ../../node_modules/.pnpm/@iconify-icon+react@2.2.0_react@19.
|
|
2245
|
+
// ../../node_modules/.pnpm/@iconify-icon+react@2.2.0_react@19.1.0/node_modules/@iconify-icon/react/dist/iconify.mjs
|
|
2246
2246
|
var Icon = React.forwardRef((props, ref) => {
|
|
2247
2247
|
const newProps = {
|
|
2248
2248
|
...props,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/layouts",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.33",
|
|
4
4
|
"description": "Layout components for React",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "ttoss",
|
|
@@ -25,20 +25,20 @@
|
|
|
25
25
|
"sideEffects": false,
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"react": ">=16.8.0",
|
|
28
|
-
"@ttoss/components": "^2.2.
|
|
29
|
-
"@ttoss/ui": "^5.8.
|
|
28
|
+
"@ttoss/components": "^2.2.22",
|
|
29
|
+
"@ttoss/ui": "^5.8.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@types/jest": "^
|
|
33
|
-
"@types/react": "^19.
|
|
34
|
-
"jest": "^
|
|
35
|
-
"react": "^19.
|
|
36
|
-
"tsup": "^8.
|
|
37
|
-
"@ttoss/components": "^2.2.
|
|
38
|
-
"@ttoss/
|
|
39
|
-
"@ttoss/
|
|
40
|
-
"@ttoss/
|
|
41
|
-
"@ttoss/
|
|
32
|
+
"@types/jest": "^30.0.0",
|
|
33
|
+
"@types/react": "^19.1.8",
|
|
34
|
+
"jest": "^30.0.2",
|
|
35
|
+
"react": "^19.1.0",
|
|
36
|
+
"tsup": "^8.5.0",
|
|
37
|
+
"@ttoss/components": "^2.2.22",
|
|
38
|
+
"@ttoss/react-icons": "^0.4.12",
|
|
39
|
+
"@ttoss/test-utils": "^2.1.24",
|
|
40
|
+
"@ttoss/config": "^1.35.4",
|
|
41
|
+
"@ttoss/ui": "^5.8.2"
|
|
42
42
|
},
|
|
43
43
|
"keywords": [
|
|
44
44
|
"React"
|