@viamrobotics/prime-core
Advanced tools
Comparing version 0.0.140 to 0.0.141
@@ -212,6 +212,8 @@ import { SvelteComponent } from "svelte"; | ||
'on:fullscreenerror'?: import("svelte/elements").EventHandler<Event, HTMLElement> | null | undefined; | ||
href: string; | ||
href?: string; | ||
selected?: boolean; | ||
}; | ||
events: { | ||
click: CustomEvent<MouseEvent>; | ||
} & { | ||
[evt: string]: CustomEvent<any>; | ||
@@ -218,0 +220,0 @@ }; |
{ | ||
"name": "@viamrobotics/prime-core", | ||
"version": "0.0.140", | ||
"version": "0.0.141", | ||
"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
417756
7417