@viamrobotics/prime-core
Advanced tools
Comparing version 0.0.75 to 0.0.76
@@ -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
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
334088
263
5892
183