@uniweb/kit 0.5.10 → 0.5.12
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniweb/kit",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.12",
|
|
4
4
|
"description": "Standard component library for Uniweb foundations",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"fuse.js": "^7.0.0",
|
|
47
47
|
"shiki": "^3.0.0",
|
|
48
48
|
"tailwind-merge": "^2.6.0",
|
|
49
|
-
"@uniweb/core": "0.4.
|
|
49
|
+
"@uniweb/core": "0.4.8"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -168,11 +168,11 @@ function getBreakpointClasses(breakpoint) {
|
|
|
168
168
|
* SidebarLayout main component
|
|
169
169
|
*
|
|
170
170
|
* @param {Object} props
|
|
171
|
-
* @param {React.ReactNode} props.header - Header content (from
|
|
171
|
+
* @param {React.ReactNode} props.header - Header content (from layout/header.md)
|
|
172
172
|
* @param {React.ReactNode} props.body - Main body content (page sections)
|
|
173
|
-
* @param {React.ReactNode} props.footer - Footer content (from
|
|
174
|
-
* @param {React.ReactNode} props.left - Left panel content (from
|
|
175
|
-
* @param {React.ReactNode} props.right - Right panel content (from
|
|
173
|
+
* @param {React.ReactNode} props.footer - Footer content (from layout/footer.md)
|
|
174
|
+
* @param {React.ReactNode} props.left - Left panel content (from layout/left.md)
|
|
175
|
+
* @param {React.ReactNode} props.right - Right panel content (from layout/right.md)
|
|
176
176
|
* @param {React.ReactNode} props.leftPanel - Alias for left (backwards compatibility)
|
|
177
177
|
* @param {React.ReactNode} props.rightPanel - Alias for right (backwards compatibility)
|
|
178
178
|
* @param {string} [props.leftWidth='w-64'] - Tailwind width class for left sidebar
|