New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@viamrobotics/prime-core

Package Overview
Dependencies
Maintainers
6
Versions
179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@viamrobotics/prime-core - npm Package Compare versions

Comparing version 0.0.42 to 0.0.43

dist/context-menu/index.d.ts

13

dist/context-menu/context-menu-item.svelte.d.ts
import { SvelteComponent } from "svelte";
export type ContextMenuItemVariant = 'primary' | 'danger';
import cx from 'classnames';
import type { IconName } from '../icon/icons';
import type { ContextMenuItemVariant } from './variants';
declare const __propDef: {

@@ -11,13 +11,12 @@ props: {

/** The style variant, default value is 'primary' */ variant?: ContextMenuItemVariant;
/** The text displayed. */ label: string;
/** Additional CSS classes to pass to the button. */ cx?: cx.Argument;
/** Additional CSS classes to pass to the item. */ cx?: cx.Argument;
};
events: {
select: CustomEvent<{
value: string;
}>;
click: MouseEvent;
} & {
[evt: string]: CustomEvent<any>;
};
slots: {};
slots: {
default: {};
};
};

@@ -24,0 +23,0 @@ export type ContextMenuItemProps = typeof __propDef.props;

@@ -5,2 +5,3 @@ import { SvelteComponent } from "svelte";

props: {
/** ID attribute of the menu element. */ id: string;
/** Additional CSS classes to pass to the menu. */ cx?: cx.Argument;

@@ -7,0 +8,0 @@ };

@@ -10,2 +10,3 @@ export { default as Badge } from './badge.svelte';

export { default as Label, type LabelPosition } from './label.svelte';
export { default as ListBox } from './list-box.svelte';
export { default as Pill } from './pill.svelte';

@@ -19,5 +20,3 @@ export { preventHandler, preventKeyboardHandler } from './prevent-handler';

export { Tooltip, TooltipContainer, TooltipTarget, TooltipText, type TooltipLocation, type TooltipVisibility, } from './tooltip';
export { default as ContextMenu } from './context-menu/context-menu.svelte';
export { default as ContextMenuItem, type ContextMenuItemVariant, } from './context-menu/context-menu-item.svelte';
export { default as ContextMenuSeparator } from './context-menu/context-menu-separator.svelte';
export { ContextMenu, ContextMenuItem, ContextMenuSeparator, type ContextMenuItemVariant, } from './context-menu';
export { default as Input, type InputState } from './input/input.svelte';

@@ -24,0 +23,0 @@ export { default as NumericInput } from './input/numeric-input.svelte';

@@ -9,2 +9,3 @@ export { default as Badge } from './badge.svelte';

export { default as Label } from './label.svelte';
export { default as ListBox } from './list-box.svelte';
export { default as Pill } from './pill.svelte';

@@ -18,5 +19,3 @@ export { preventHandler, preventKeyboardHandler } from './prevent-handler';

export { Tooltip, TooltipContainer, TooltipTarget, TooltipText, } from './tooltip';
export { default as ContextMenu } from './context-menu/context-menu.svelte';
export { default as ContextMenuItem, } from './context-menu/context-menu-item.svelte';
export { default as ContextMenuSeparator } from './context-menu/context-menu-separator.svelte';
export { ContextMenu, ContextMenuItem, ContextMenuSeparator, } from './context-menu';
export { default as Input } from './input/input.svelte';

@@ -23,0 +22,0 @@ export { default as NumericInput } from './input/numeric-input.svelte';

{
"name": "@viamrobotics/prime-core",
"version": "0.0.42",
"version": "0.0.43",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc