@ttoss/layouts 0.9.5 → 0.10.0

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.
Files changed (2) hide show
  1. package/dist/esm/index.js +2 -2
  2. package/package.json +10 -10
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.3/node_modules/@iconify-icon/react/dist/iconify.mjs
23
+ // ../../node_modules/.pnpm/@iconify-icon+react@2.3.0_react@19.2.4/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.3/node_modules/@iconify-icon/react/dist/iconify.mjs
2152
+ // ../../node_modules/.pnpm/@iconify-icon+react@2.3.0_react@19.2.4/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.5",
3
+ "version": "0.10.0",
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/ui": "^6.5.1",
29
- "@ttoss/components": "^2.12.7"
28
+ "@ttoss/components": "^2.13.0",
29
+ "@ttoss/ui": "^6.6.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/jest": "^30.0.0",
33
- "@types/react": "^19.2.8",
33
+ "@types/react": "^19.2.14",
34
34
  "jest": "^30.2.0",
35
- "react": "^19.2.3",
35
+ "react": "^19.2.4",
36
36
  "tsup": "^8.5.1",
37
- "@ttoss/components": "^2.12.7",
38
- "@ttoss/react-icons": "^0.5.7",
39
- "@ttoss/test-utils": "^4.0.3",
40
- "@ttoss/config": "^1.35.12",
41
- "@ttoss/ui": "^6.5.1"
37
+ "@ttoss/components": "^2.13.0",
38
+ "@ttoss/config": "^1.36.0",
39
+ "@ttoss/react-icons": "^0.6.0",
40
+ "@ttoss/test-utils": "^4.1.0",
41
+ "@ttoss/ui": "^6.6.0"
42
42
  },
43
43
  "keywords": [
44
44
  "React"