@astro-aria/disclosure
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -6,5 +6,5 @@ import Content from "./Content.astro"; | ||
const Disclosure = { | ||
Content, | ||
Root, | ||
Trigger, | ||
Content, | ||
}; | ||
@@ -14,7 +14,7 @@ | ||
export function extend(extended: any) { | ||
export function extend(extended: { [x: string]: any }) { | ||
return { | ||
...Disclosure, | ||
...extended | ||
...extended, | ||
}; | ||
} |
{ | ||
"name": "@astro-aria/disclosure", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"main": "index.ts", | ||
@@ -8,5 +8,5 @@ "author": "Colin van Eenige", | ||
"dependencies": { | ||
"@astro-aria/context": "^0.0.3", | ||
"@astro-aria/id": "^0.0.1" | ||
"@astro-aria/context": "^0.0.4", | ||
"@astro-aria/id": "^0.0.2" | ||
} | ||
} |
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
2537
+ Added@astro-aria/context@0.0.4(transitive)
+ Added@astro-aria/id@0.0.2(transitive)
- Removed@astro-aria/context@0.0.3(transitive)
- Removed@astro-aria/id@0.0.1(transitive)
Updated@astro-aria/context@^0.0.4
Updated@astro-aria/id@^0.0.2