@viamrobotics/prime-core
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -17,2 +17,4 @@ import * as MDI from '@mdi/js'; | ||
'arrow-expand-right': MDI.mdiArrowExpandRight, | ||
'arrow-left': MDI.mdiArrowLeft, | ||
'arrow-right': MDI.mdiArrowRight, | ||
'arrow-top-right-bottom-left': MDI.mdiArrowTopRightBottomLeft, | ||
@@ -19,0 +21,0 @@ 'arrow-up': MDI.mdiArrowUp, |
@@ -10,2 +10,3 @@ export { default as Badge } from './badge.svelte'; | ||
export { default as Radio } from './radio.svelte'; | ||
export { default as Tabs } from './tabs.svelte'; | ||
export { default as Tooltip, type TooltipLocation, type TooltipState, } from './tooltip.svelte'; | ||
@@ -12,0 +13,0 @@ export { default as ContextMenu } from './context-menu/context-menu.svelte'; |
@@ -10,2 +10,3 @@ export { default as Badge } from './badge.svelte'; | ||
export { default as Radio } from './radio.svelte'; | ||
export { default as Tabs } from './tabs.svelte'; | ||
export { default as Tooltip, } from './tooltip.svelte'; | ||
@@ -12,0 +13,0 @@ export { default as ContextMenu } from './context-menu/context-menu.svelte'; |
@@ -45,3 +45,3 @@ import { SvelteComponent } from "svelte"; | ||
* ```svelte | ||
* <v-radio | ||
* <Radio | ||
* options="['Opt 1', 'Opt 2', 'Opt 3']" | ||
@@ -48,0 +48,0 @@ * selected="Opt 1" |
{ | ||
"name": "@viamrobotics/prime-core", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
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
65872
47
805