@foundry-uxe/metal
Advanced tools
Comparing version 0.11.14-beta to 0.11.15-beta
@@ -1,1 +0,20 @@ | ||
export {}; | ||
export { default as Avatar } from "./svelte/Avatar.svelte"; | ||
export { default as Banner } from "./svelte/Banner.svelte"; | ||
export { default as Button } from "./svelte/Button.svelte"; | ||
export { default as Box } from "./svelte/Box.svelte"; | ||
export { default as Container } from "./svelte/Container.svelte"; | ||
export { default as Chip } from "./svelte/Chip.svelte"; | ||
export { default as Code } from "./svelte/Code.svelte"; | ||
export { default as Divider } from "./svelte/Divider.svelte"; | ||
export { default as FormControl } from "./svelte/FormControl.svelte"; | ||
export { default as Heading } from "./svelte/Heading.svelte"; | ||
export { default as HelpText } from "./svelte/HelpText.svelte"; | ||
export { default as Input } from "./svelte/Input.svelte"; | ||
export { default as Label } from "./svelte/Label.svelte"; | ||
export * from "./svelte/Menu"; | ||
export * from "./svelte/UIShell"; | ||
export { default as Section } from "./svelte/Section.svelte"; | ||
export { default as Select } from "./svelte/Select.svelte"; | ||
export { default as Stack } from "./svelte/Stack.svelte"; | ||
export { default as Text } from "./svelte/Text.svelte"; | ||
export { default as Textarea } from "./svelte/Textarea.svelte"; |
{ | ||
"name": "@foundry-uxe/metal", | ||
"version": "0.11.14-beta", | ||
"version": "0.11.15-beta", | ||
"license": "MIT", | ||
@@ -54,3 +54,6 @@ "scripts": { | ||
"types": "./dist/index.d.ts", | ||
"type": "module" | ||
"type": "module", | ||
"dependencies": { | ||
"highlight.js": "^11.10.0" | ||
} | ||
} |
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
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
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
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
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
3712400
182
1686
2
+ Addedhighlight.js@^11.10.0
+ Addedhighlight.js@11.11.1(transitive)