flowbite-svelte
Advanced tools
Comparing version 0.8.6 to 0.8.7
@@ -1,1 +0,1 @@ | ||
export const modalIdStore: import("svelte/store").Writable<number>; | ||
export const modalIdStore: import("svelte/store").Writable<string>; |
import { writable } from 'svelte/store'; | ||
export const modalIdStore = writable(0); | ||
export const modalIdStore = writable(""); |
{ | ||
"name": "flowbite-svelte", | ||
"version": "0.8.6", | ||
"version": "0.8.7", | ||
"description": "Flowbite components for Svelte", | ||
@@ -45,3 +45,2 @@ "author": { | ||
"@codewithshin/svelte-heroicons": "^1.1.0", | ||
"@codewithshin/svelte-sidebar": "^0.1.5", | ||
"flowbite": "^1.3.2", | ||
@@ -48,0 +47,0 @@ "svelte-collapse": "^0.0.4" |
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
3
244421
- Removed@codewithshin/svelte-sidebar@^0.1.5