svelte-bird
Advanced tools
Comparing version 0.0.12 to 0.0.13
export declare const functionSetMenuStates: <T>({ parActiveMenu, parExpandedMenu, }: { | ||
parActiveMenu: T; | ||
parExpandedMenu: T; | ||
parExpandedMenu?: T | undefined; | ||
}) => void; |
@@ -6,3 +6,3 @@ import { functionReadActiveMenuStore, functionReadExpandedMenuStore } from '../stores/index.js'; | ||
storeActiveMenu.set(parActiveMenu); | ||
storeExpandedMenu.set(parExpandedMenu); | ||
storeExpandedMenu.set(parExpandedMenu ?? ''); | ||
}; |
{ | ||
"name": "svelte-bird", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "svelte-bird is a Svelte/Sveltekit admin template.", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
79073