@aeria-ui/theme
Advanced tools
Comparing version 0.0.58 to 0.0.59
@@ -1,2 +0,2 @@ | ||
import { useBreakpoints, useNavbar } from '@aeria-ui/core'; | ||
import { useBreakpoints, useNavbar, MENU_SCHEMA_SYMBOL } from '@aeria-ui/core'; | ||
import { useStore, getGlobalStateManager } from '@aeria-ui/state-management'; | ||
@@ -65,3 +65,3 @@ import { reactive, inject, toRefs, onMounted } from 'vue'; | ||
export const initTheme = () => { | ||
const menuSchema = inject('menuSchema', []); | ||
const menuSchema = inject(MENU_SCHEMA_SYMBOL, []); | ||
manager = getGlobalStateManager(); | ||
@@ -68,0 +68,0 @@ onMounted(async () => { |
{ | ||
"name": "@aeria-ui/theme", | ||
"type": "module", | ||
"version": "0.0.58", | ||
"version": "0.0.59", | ||
"description": "", | ||
@@ -28,3 +28,3 @@ "keywords": [], | ||
"peerDependencies": { | ||
"@aeria-ui/core": "^0.0.76", | ||
"@aeria-ui/core": "^0.0.77", | ||
"@aeria-ui/state-management": "^0.0.14", | ||
@@ -38,6 +38,6 @@ "@aeriajs/common": "0.0", | ||
"dev": "vite", | ||
"lint": "eslint src", | ||
"lint:fix": "eslint src --fix", | ||
"lint": "eslint .", | ||
"lint:fix": "eslint . --fix", | ||
"build": "tsc" | ||
} | ||
} |
35383