@agnos-ui/core
Advanced tools
Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "@agnos-ui/core", | ||
"description": "Framework-agnostic headless widget library.", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"type": "module", | ||
@@ -48,3 +48,3 @@ "main": "./index.cjs", | ||
"@amadeus-it-group/tansu": "^1.0.0", | ||
"@floating-ui/dom": "^1.6.7", | ||
"@floating-ui/dom": "^1.6.8", | ||
"esm-env": "^1.0.0" | ||
@@ -63,4 +63,4 @@ }, | ||
"headless", | ||
"accordion", | ||
"AgnosUI", | ||
"accordion", | ||
"alert", | ||
@@ -67,0 +67,0 @@ "components", |
@@ -67,3 +67,3 @@ export type NavManager = ReturnType<typeof createNavManager>; | ||
directive: <T = any>(node: import("..").SSRHTMLElement, args: NavManagerItemConfig<T>) => void | { | ||
update?: (args: NavManagerItemConfig<T>) => void; | ||
update?: ((args: NavManagerItemConfig<T>) => void) | undefined; | ||
destroy?: () => void; | ||
@@ -70,0 +70,0 @@ }; |
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
427934