@uniweb/kit 0.5.12 → 0.6.1

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.12",
3
+ "version": "0.6.1",
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.8"
49
+ "@uniweb/core": "0.5.1"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "react": "^18.0.0 || ^19.0.0",
@@ -14,7 +14,7 @@ import { useMobileMenu } from '../../hooks/useMobileMenu.js'
14
14
  * with the sidebars and content area between them.
15
15
  *
16
16
  * @example
17
- * // In foundation's src/exports.js - use as-is
17
+ * // In foundation's src/foundation.js
18
18
  * import { SidebarLayout } from '@uniweb/kit'
19
19
  *
20
20
  * export default {