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
180
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.51 to 0.0.52

9

dist/__tests__/label.spec.svelte.d.ts

@@ -20,13 +20,4 @@ import { SvelteComponent } from "svelte";

export type LabelSlots = typeof __propDef.slots;
/**
* This component allows us to render a Label with its slotted
* children, due to limitations with rendering slots using
* `@testing-library`.
*
* See:
* - https://sveltesociety.dev/recipes/testing-and-debugging/unit-testing-svelte-component
* - https://github.com/testing-library/svelte-testing-library/issues/48
*/
export default class Label extends SvelteComponent<LabelProps, LabelEvents, LabelSlots> {
}
export {};

@@ -6,13 +6,4 @@ import { SvelteComponent } from "svelte";

export type RadioSlots = typeof __propDef.slots;
/**
* This component allows us to render a Notify with its slotted
* children, due to limitations with rendering slots using
* `@testing-library`.
*
* See:
* - https://sveltesociety.dev/recipes/testing-and-debugging/unit-testing-svelte-component
* - https://github.com/testing-library/svelte-testing-library/issues/48
*/
export default class Radio extends SvelteComponent<RadioProps, RadioEvents, RadioSlots> {
}
export {};

@@ -6,13 +6,4 @@ import { SvelteComponent } from "svelte";

export type SwitchSlots = typeof __propDef.slots;
/**
* This component allows us to render a Notify with its slotted
* children, due to limitations with rendering slots using
* `@testing-library`.
*
* See:
* - https://sveltesociety.dev/recipes/testing-and-debugging/unit-testing-svelte-component
* - https://github.com/testing-library/svelte-testing-library/issues/48
*/
export default class Switch extends SvelteComponent<SwitchProps, SwitchEvents, SwitchSlots> {
}
export {};

@@ -6,13 +6,4 @@ import { SvelteComponent } from "svelte";

export type ToggleButtonsSlots = typeof __propDef.slots;
/**
* This component allows us to render a Notify with its slotted
* children, due to limitations with rendering slots using
* `@testing-library`.
*
* See:
* - https://sveltesociety.dev/recipes/testing-and-debugging/unit-testing-svelte-component
* - https://github.com/testing-library/svelte-testing-library/issues/48
*/
export default class ToggleButtons extends SvelteComponent<ToggleButtonsProps, ToggleButtonsEvents, ToggleButtonsSlots> {
}
export {};

@@ -6,13 +6,4 @@ import { SvelteComponent } from "svelte";

export type BannerSlots = typeof __propDef.slots;
/**
* This component allows us to render a Notify with its slotted
* children, due to limitations with rendering slots using
* `@testing-library`.
*
* See:
* - https://sveltesociety.dev/recipes/testing-and-debugging/unit-testing-svelte-component
* - https://github.com/testing-library/svelte-testing-library/issues/48
*/
export default class Banner extends SvelteComponent<BannerProps, BannerEvents, BannerSlots> {
}
export {};

@@ -17,13 +17,4 @@ import { SvelteComponent } from "svelte";

export type ContextMenuSlots = typeof __propDef.slots;
/**
* This component allows us to render a Context Menu with its slotted
* children, due to limitations with rendering slots using
* `@testing-library`.
*
* See:
* - https://sveltesociety.dev/recipes/testing-and-debugging/unit-testing-svelte-component
* - https://github.com/testing-library/svelte-testing-library/issues/48
*/
export default class ContextMenu extends SvelteComponent<ContextMenuProps, ContextMenuEvents, ContextMenuSlots> {
}
export {};

137

dist/icon/icons.d.ts

@@ -6,70 +6,71 @@ /**

export declare const paths: {
'account-multiple': string;
'alert-circle-outline': string;
'alert-circle': string;
'alert-outline': string;
alert: string;
'arrow-collapse-left': string;
'arrow-collapse-right': string;
'arrow-expand-all': string;
'arrow-expand-left': string;
'arrow-expand-right': string;
'arrow-left': string;
'arrow-right': string;
'arrow-top-right-bottom-left': string;
'arrow-up': string;
'broadcast-off': string;
broadcast: string;
'camera-flip-outline': string;
'camera-outline': string;
cancel: string;
'check-circle': string;
check: string;
'chevron-up': string;
'chevron-right': string;
'chevron-down': string;
'chevron-left': string;
close: string;
cog: string;
'content-copy': string;
'content-duplicate': string;
'content-save-outline': string;
'credit-card-outline': string;
'dots-horizontal': string;
download: string;
earth: string;
'file-download-outline': string;
'filter-outline': string;
github: string;
'help-circle-outline': string;
'image-filter-center-focus': string;
'information-outline': string;
information: string;
instagram: string;
linkedin: string;
lock: string;
logout: string;
magnify: string;
menu: string;
minus: string;
'open-in-new': string;
'package-variant-closed': string;
'pause-circle-outline': string;
'pencil-outline': string;
'play-circle-outline': string;
plus: string;
'radiobox-blank': string;
'radiobox-indeterminate-variant': string;
'radiobox-marked': string;
refresh: string;
send: string;
'stop-circle-outline': string;
'trash-can-outline': string;
twitter: string;
undo: string;
'video-outline': string;
'account-group-outline': string;
'robot-outline': string;
domain: string;
'database-outline': string;
readonly 'account-multiple': string;
readonly 'alert-circle-outline': string;
readonly 'alert-circle': string;
readonly 'alert-outline': string;
readonly alert: string;
readonly 'arrow-collapse-left': string;
readonly 'arrow-collapse-right': string;
readonly 'arrow-expand-all': string;
readonly 'arrow-expand-left': string;
readonly 'arrow-expand-right': string;
readonly 'arrow-left': string;
readonly 'arrow-right': string;
readonly 'arrow-top-right-bottom-left': string;
readonly 'arrow-up': string;
readonly 'broadcast-off': string;
readonly broadcast: string;
readonly 'camera-flip-outline': string;
readonly 'camera-outline': string;
readonly cancel: string;
readonly 'check-circle': string;
readonly check: string;
readonly 'chevron-up': string;
readonly 'chevron-right': string;
readonly 'chevron-down': string;
readonly 'chevron-left': string;
readonly close: string;
readonly cog: string;
readonly 'content-copy': string;
readonly 'content-duplicate': string;
readonly 'content-save-outline': string;
readonly 'credit-card-outline': string;
readonly 'dots-horizontal': string;
readonly download: string;
readonly earth: string;
readonly 'file-download-outline': string;
readonly 'filter-outline': string;
readonly github: string;
readonly 'help-circle-outline': string;
readonly 'image-filter-center-focus': string;
readonly 'information-outline': string;
readonly information: string;
readonly instagram: string;
readonly linkedin: string;
readonly lock: string;
readonly logout: string;
readonly magnify: string;
readonly menu: string;
readonly minus: string;
readonly 'open-in-new': string;
readonly 'package-variant-closed': string;
readonly 'pause-circle-outline': string;
readonly 'pencil-outline': string;
readonly 'play-circle-outline': string;
readonly plus: string;
readonly 'radiobox-blank': string;
readonly 'radiobox-indeterminate-variant': string;
readonly 'radiobox-marked': string;
readonly refresh: string;
readonly 'selection-ellipse': string;
readonly send: string;
readonly 'stop-circle-outline': string;
readonly 'trash-can-outline': string;
readonly twitter: string;
readonly undo: string;
readonly 'video-outline': string;
readonly 'account-group-outline': string;
readonly 'robot-outline': string;
readonly domain: string;
readonly 'database-outline': string;
};

@@ -76,0 +77,0 @@ /**

@@ -65,2 +65,3 @@ import * as MDI from '@mdi/js';

refresh: MDI.mdiRefresh,
'selection-ellipse': MDI.mdiSelectionEllipse,
send: MDI.mdiSend,

@@ -67,0 +68,0 @@ 'stop-circle-outline': MDI.mdiStopCircleOutline,

@@ -6,13 +6,4 @@ import { SvelteComponent } from "svelte";

export type SelectSlots = typeof __propDef.slots;
/**
* This component allows us to render a Tooltip with its slotted
* children, due to limitations with rendering slots using
* `@testing-library`.
*
* See:
* - https://sveltesociety.dev/recipes/testing-and-debugging/unit-testing-svelte-component
* - https://github.com/testing-library/svelte-testing-library/issues/48
*/
export default class Select extends SvelteComponent<SelectProps, SelectEvents, SelectSlots> {
}
export {};

@@ -12,13 +12,4 @@ import { SvelteComponent } from "svelte";

export type TableRowSlots = typeof __propDef.slots;
/**
* This component allows us to render a TR with its slotted
* children, due to limitations with rendering slots using
* `@testing-library`.
*
* See:
* - https://sveltesociety.dev/recipes/testing-and-debugging/unit-testing-svelte-component
* - https://github.com/testing-library/svelte-testing-library/issues/48
*/
export default class TableRow extends SvelteComponent<TableRowProps, TableRowEvents, TableRowSlots> {
}
export {};

@@ -16,13 +16,4 @@ import { SvelteComponent } from "svelte";

export type TableSlots = typeof __propDef.slots;
/**
* This component allows us to render a Table with its slotted
* children, due to limitations with rendering slots using
* `@testing-library`.
*
* See:
* - https://sveltesociety.dev/recipes/testing-and-debugging/unit-testing-svelte-component
* - https://github.com/testing-library/svelte-testing-library/issues/48
*/
export default class Table extends SvelteComponent<TableProps, TableEvents, TableSlots> {
}
export {};

@@ -16,13 +16,4 @@ import { SvelteComponent } from "svelte";

export type TooltipSlots = typeof __propDef.slots;
/**
* This component allows us to render a Tooltip with its slotted
* children, due to limitations with rendering slots using
* `@testing-library`.
*
* See:
* - https://sveltesociety.dev/recipes/testing-and-debugging/unit-testing-svelte-component
* - https://github.com/testing-library/svelte-testing-library/issues/48
*/
export default class Tooltip extends SvelteComponent<TooltipProps, TooltipEvents, TooltipSlots> {
}
export {};
{
"name": "@viamrobotics/prime-core",
"version": "0.0.51",
"version": "0.0.52",
"publishConfig": {

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

@@ -171,1 +171,12 @@ # `@viamrobotics/prime-core`

```
## Tests and Test Components
We keep tests in a `__tests__` directory that is a sibling of the code being tested. These directories should only contain tests and test components.
Some components require test components to render slotted children, due to limitations with rendering slots using `@testing-library`.
See:
- https://sveltesociety.dev/recipes/testing-and-debugging/unit-testing-svelte-component
- https://github.com/testing-library/svelte-testing-library/issues/48

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

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