@ttoss/layouts 0.4.10 → 0.4.11
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 +4 -4
- package/package.json +5 -5
package/dist/esm/index.js
CHANGED
|
@@ -2331,8 +2331,8 @@ var Sidebar = props => {
|
|
|
2331
2331
|
borderRight: isSidebarOpen ? "sm" : "none",
|
|
2332
2332
|
borderColor: "display.border.muted.default",
|
|
2333
2333
|
backgroundColor: "navigation.background.muted.default",
|
|
2334
|
-
paddingX: isSidebarOpen ? "
|
|
2335
|
-
paddingY: "
|
|
2334
|
+
paddingX: isSidebarOpen ? "3" : "0",
|
|
2335
|
+
paddingY: "10",
|
|
2336
2336
|
...props.sx
|
|
2337
2337
|
},
|
|
2338
2338
|
children: isSidebarOpen ? props.children : null
|
|
@@ -2427,8 +2427,8 @@ var Main = props => {
|
|
|
2427
2427
|
...props,
|
|
2428
2428
|
as: "main",
|
|
2429
2429
|
sx: {
|
|
2430
|
-
paddingX: "
|
|
2431
|
-
paddingY: "
|
|
2430
|
+
paddingX: "10",
|
|
2431
|
+
paddingY: "6",
|
|
2432
2432
|
overflowY: "auto",
|
|
2433
2433
|
width: "full",
|
|
2434
2434
|
height: "full",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/layouts",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.11",
|
|
4
4
|
"description": "Layout components for React",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "ttoss",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"sideEffects": false,
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"react": ">=16.8.0",
|
|
28
|
-
"@ttoss/ui": "^5.5.
|
|
28
|
+
"@ttoss/ui": "^5.5.1"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@types/jest": "^29.5.14",
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
"jest": "^29.7.0",
|
|
34
34
|
"react": "^19.0.0",
|
|
35
35
|
"tsup": "^8.3.5",
|
|
36
|
-
"@ttoss/config": "^1.35.2",
|
|
37
|
-
"@ttoss/ui": "^5.5.0",
|
|
38
36
|
"@ttoss/react-icons": "^0.4.9",
|
|
39
|
-
"@ttoss/
|
|
37
|
+
"@ttoss/config": "^1.35.2",
|
|
38
|
+
"@ttoss/test-utils": "^2.1.22",
|
|
39
|
+
"@ttoss/ui": "^5.5.1"
|
|
40
40
|
},
|
|
41
41
|
"keywords": [
|
|
42
42
|
"React"
|