Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@viamrobotics/prime-core

Package Overview
Dependencies
Maintainers
6
Versions
168
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.75 to 0.0.76

dist/input/__tests__/range-input.spec.d.ts

1

dist/button/icon-button.svelte.d.ts

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

variant?: 'primary' | 'danger';
title?: string;
cx?: cx.Argument;

@@ -15,0 +14,0 @@ };

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

export type { IconName } from './icon/icons';
export { Input, NumericInput, RestrictedTextInput, SliderInput, TextInput, type InputState, type NumericInputTypes, type TextInputTypes, } from './input';
export { Input, NumericInput, RangeInput, RestrictedTextInput, SliderInput, TextInput, type InputState, type NumericInputTypes, type TextInputTypes, } from './input';
export { default as Label, type LabelPosition } from './label.svelte';

@@ -15,0 +15,0 @@ export { default as Modal } from './modal.svelte';

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

export { default as Icon } from './icon/icon.svelte';
export { Input, NumericInput, RestrictedTextInput, SliderInput, TextInput, } from './input';
export { Input, NumericInput, RangeInput, RestrictedTextInput, SliderInput, TextInput, } from './input';
export { default as Label } from './label.svelte';

@@ -14,0 +14,0 @@ export { default as Modal } from './modal.svelte';

@@ -6,2 +6,3 @@ export { default as Input, type InputState } from './input.svelte';

export { default as TextInput, type TextInputTypes } from './text-input.svelte';
export { default as RangeInput } from './range-input.svelte';
export { default as RestrictedTextInput } from './restricted-text-input.svelte';

@@ -6,2 +6,3 @@ export { default as Input } from './input.svelte';

export { default as TextInput } from './text-input.svelte';
export { default as RangeInput } from './range-input.svelte';
export { default as RestrictedTextInput } from './restricted-text-input.svelte';

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

value?: string | number | undefined;
readonly?: boolean | undefined;
disabled?: boolean | undefined;
readonly?: boolean;
disabled?: boolean;
state?: InputState | undefined;

@@ -12,0 +12,0 @@ input?: HTMLInputElement | undefined;

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

max?: number;
readonly?: boolean | undefined;
disabled?: boolean | undefined;
readonly?: boolean;
disabled?: boolean;
input?: HTMLInputElement | undefined;

@@ -16,0 +16,0 @@ cx?: cx.Argument;

{
"name": "@viamrobotics/prime-core",
"version": "0.0.75",
"version": "0.0.76",
"publishConfig": {

@@ -12,4 +12,5 @@ "access": "public"

},
"./theme": "./theme.ts",
"./prime.css": "./prime.css"
"./prime.css": "./prime.css",
"./plugins": "./plugins.ts",
"./theme": "./theme.ts"
},

@@ -16,0 +17,0 @@ "files": [

@@ -19,2 +19,3 @@ # `@viamrobotics/prime-core`

import { theme } from '@viamrobotics/prime-core/theme';
import { plugins } from '@viamrobotics/prime-core/plugins';

@@ -28,3 +29,3 @@ /** @type {import('tailwindcss').Config} */

theme,
plugins: [],
plugins,
};

@@ -31,0 +32,0 @@ ```

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