@ttoss/layouts 0.9.1 → 0.9.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.
- package/dist/esm/index.js +2 -2
- package/package.json +9 -9
package/dist/esm/index.js
CHANGED
|
@@ -20,7 +20,7 @@ var Footer = /* @__PURE__ */__name(props => {
|
|
|
20
20
|
}, "Footer");
|
|
21
21
|
Footer.displayName = "Footer";
|
|
22
22
|
|
|
23
|
-
// ../../node_modules/.pnpm/@iconify-icon+react@2.3.0_react@19.2.
|
|
23
|
+
// ../../node_modules/.pnpm/@iconify-icon+react@2.3.0_react@19.2.3/node_modules/@iconify-icon/react/dist/iconify.mjs
|
|
24
24
|
import React2 from "react";
|
|
25
25
|
|
|
26
26
|
// ../../node_modules/.pnpm/iconify-icon@2.3.0/node_modules/iconify-icon/dist/iconify-icon.mjs
|
|
@@ -2149,7 +2149,7 @@ var {
|
|
|
2149
2149
|
_api
|
|
2150
2150
|
} = IconifyIconComponent;
|
|
2151
2151
|
|
|
2152
|
-
// ../../node_modules/.pnpm/@iconify-icon+react@2.3.0_react@19.2.
|
|
2152
|
+
// ../../node_modules/.pnpm/@iconify-icon+react@2.3.0_react@19.2.3/node_modules/@iconify-icon/react/dist/iconify.mjs
|
|
2153
2153
|
var Icon = React2.forwardRef((props, ref) => {
|
|
2154
2154
|
const newProps = {
|
|
2155
2155
|
...props,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/layouts",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.3",
|
|
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.12.
|
|
29
|
-
"@ttoss/ui": "^6.
|
|
28
|
+
"@ttoss/components": "^2.12.5",
|
|
29
|
+
"@ttoss/ui": "^6.5.1"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@types/jest": "^30.0.0",
|
|
33
|
-
"@types/react": "^19.2.
|
|
33
|
+
"@types/react": "^19.2.8",
|
|
34
34
|
"jest": "^30.2.0",
|
|
35
|
-
"react": "^19.2.
|
|
35
|
+
"react": "^19.2.3",
|
|
36
36
|
"tsup": "^8.5.1",
|
|
37
|
+
"@ttoss/components": "^2.12.5",
|
|
37
38
|
"@ttoss/config": "^1.35.12",
|
|
38
|
-
"@ttoss/
|
|
39
|
-
"@ttoss/
|
|
40
|
-
"@ttoss/
|
|
41
|
-
"@ttoss/ui": "^6.4.3"
|
|
39
|
+
"@ttoss/react-icons": "^0.5.7",
|
|
40
|
+
"@ttoss/test-utils": "^4.0.3",
|
|
41
|
+
"@ttoss/ui": "^6.5.1"
|
|
42
42
|
},
|
|
43
43
|
"keywords": [
|
|
44
44
|
"React"
|