@ceedcv-maya/shared-layout-react 0.6.0 → 0.7.0
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ceedcv-maya/shared-layout-react",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "src/index.ts",
|
|
6
6
|
"types": "src/index.ts",
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
"react-dom": "^18.0.0 || ^19.0.0",
|
|
10
10
|
"react-router-dom": "^6.0.0 || ^7.0.0",
|
|
11
11
|
"react-i18next": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
|
|
12
|
-
"@ceedcv-maya/shared-auth-react": "^0.
|
|
13
|
-
"@ceedcv-maya/shared-ui-react": "^0.
|
|
12
|
+
"@ceedcv-maya/shared-auth-react": "^0.7.0",
|
|
13
|
+
"@ceedcv-maya/shared-ui-react": "^0.7.0"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"@types/react": "^19.0.0",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"publishConfig": {
|
|
38
38
|
"access": "public"
|
|
39
39
|
},
|
|
40
|
-
"description": "App layout primitives for React: AppShell, useDarkMode, Sidebar slot, header/topbar widgets
|
|
40
|
+
"description": "App layout primitives for React: AppShell, useDarkMode, Sidebar slot, header/topbar widgets — wired to shared-auth/UI by props.",
|
|
41
41
|
"keywords": [
|
|
42
42
|
"react",
|
|
43
43
|
"layout",
|