@viamrobotics/prime-core
Advanced tools
Comparing version 0.0.162 to 0.0.163
import { SvelteComponent } from "svelte"; | ||
declare const __propDef: any; | ||
declare const __propDef: { | ||
props: { | ||
options: string[]; | ||
selected?: string | undefined; | ||
disabled?: boolean; | ||
}; | ||
events: { | ||
input: CustomEvent<string>; | ||
} & { | ||
[evt: string]: CustomEvent<any>; | ||
}; | ||
slots: {}; | ||
}; | ||
export type ToggleButtonsProps = typeof __propDef.props; | ||
@@ -4,0 +16,0 @@ export type ToggleButtonsEvents = typeof __propDef.events; |
@@ -31,3 +31,3 @@ export { default as Badge } from './badge.svelte'; | ||
export { default as Tab } from './tab.svelte'; | ||
export { default as ToggleButtons } from './toggle-buttons.svelte'; | ||
export { default as ToggleButtons } from './toggle-button.svelte'; | ||
export { Tooltip, TooltipContainer, TooltipTarget, TooltipText, type TooltipVisibility, } from './tooltip'; | ||
@@ -34,0 +34,0 @@ export * from './keyboard'; |
@@ -31,3 +31,3 @@ export { default as Badge } from './badge.svelte'; | ||
export { default as Tab } from './tab.svelte'; | ||
export { default as ToggleButtons } from './toggle-buttons.svelte'; | ||
export { default as ToggleButtons } from './toggle-button.svelte'; | ||
export { Tooltip, TooltipContainer, TooltipTarget, TooltipText, } from './tooltip'; | ||
@@ -34,0 +34,0 @@ export * from './keyboard'; |
{ | ||
"name": "@viamrobotics/prime-core", | ||
"version": "0.0.162", | ||
"version": "0.0.163", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
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
385047
7044