@ttoss/layouts 0.4.22 → 0.4.23

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 CHANGED
@@ -16,9 +16,6 @@ var Footer = props => {
16
16
  };
17
17
  Footer.displayName = "Footer";
18
18
 
19
- // ../react-icons/src/Icon.tsx
20
- import * as React2 from "react";
21
-
22
19
  // ../../node_modules/.pnpm/@iconify-icon+react@2.2.0_react@19.0.0/node_modules/@iconify-icon/react/dist/iconify.mjs
23
20
  import React from "react";
24
21
 
@@ -2264,6 +2261,7 @@ var Icon = React.forwardRef((props, ref) => {
2264
2261
  });
2265
2262
 
2266
2263
  // ../react-icons/src/Icon.tsx
2264
+ import * as React2 from "react";
2267
2265
  import { jsx as jsx2 } from "react/jsx-runtime";
2268
2266
  var Icon2 = React2.forwardRef((props, ref) => {
2269
2267
  return /* @__PURE__ */jsx2(Icon, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/layouts",
3
- "version": "0.4.22",
3
+ "version": "0.4.23",
4
4
  "description": "Layout components for React",
5
5
  "license": "MIT",
6
6
  "author": "ttoss",
@@ -25,8 +25,8 @@
25
25
  "sideEffects": false,
26
26
  "peerDependencies": {
27
27
  "react": ">=16.8.0",
28
- "@ttoss/ui": "^5.5.6",
29
- "@ttoss/components": "^2.2.11"
28
+ "@ttoss/components": "^2.2.12",
29
+ "@ttoss/ui": "^5.5.7"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/jest": "^29.5.14",
@@ -34,11 +34,11 @@
34
34
  "jest": "^29.7.0",
35
35
  "react": "^19.0.0",
36
36
  "tsup": "^8.3.5",
37
- "@ttoss/components": "^2.2.11",
38
- "@ttoss/ui": "^5.5.6",
39
- "@ttoss/test-utils": "^2.1.23",
40
- "@ttoss/react-icons": "^0.4.10",
41
- "@ttoss/config": "^1.35.3"
37
+ "@ttoss/components": "^2.2.12",
38
+ "@ttoss/config": "^1.35.3",
39
+ "@ttoss/react-icons": "^0.4.11",
40
+ "@ttoss/ui": "^5.5.7",
41
+ "@ttoss/test-utils": "^2.1.23"
42
42
  },
43
43
  "keywords": [
44
44
  "React"