@ttoss/layouts 0.4.1 → 0.4.2

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
@@ -2399,6 +2399,7 @@ var Header = ({
2399
2399
  ...boxProps,
2400
2400
  as: "header",
2401
2401
  sx: {
2402
+ width: "full",
2402
2403
  flexDirection: "row",
2403
2404
  alignItems: "center",
2404
2405
  borderBottom: "sm",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/layouts",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "Layout components for React",
5
5
  "license": "MIT",
6
6
  "author": "ttoss",
@@ -35,8 +35,8 @@
35
35
  "tsup": "^8.3.5",
36
36
  "@ttoss/config": "^1.35.2",
37
37
  "@ttoss/react-icons": "^0.4.9",
38
- "@ttoss/ui": "^5.1.4",
39
- "@ttoss/test-utils": "^2.1.22"
38
+ "@ttoss/test-utils": "^2.1.22",
39
+ "@ttoss/ui": "^5.1.4"
40
40
  },
41
41
  "keywords": [
42
42
  "React"