@loadsmart/miranda-toolset
Advanced tools
Comparing version 1.1.2 to 1.1.4
@@ -1,6 +0,6 @@ | ||
export declare type AcceptedType = string; | ||
export type AcceptedType = string; | ||
export declare const SELECTION_TYPES: readonly ["single", "single-strict", "multiple"]; | ||
export declare type SelectionType = typeof SELECTION_TYPES[number]; | ||
export declare type SelectionState = Set<AcceptedType>; | ||
export declare type SelectionStrategy = { | ||
export type SelectionType = (typeof SELECTION_TYPES)[number]; | ||
export type SelectionState = Set<AcceptedType>; | ||
export type SelectionStrategy = { | ||
type: SelectionType; | ||
@@ -62,3 +62,3 @@ /** | ||
}; | ||
export declare type SelectionStrategyCreationProps = { | ||
export type SelectionStrategyCreationProps = { | ||
type?: SelectionType; | ||
@@ -65,0 +65,0 @@ }; |
{ | ||
"name": "@loadsmart/miranda-toolset", | ||
"version": "1.1.2", | ||
"version": "1.1.4", | ||
"description": "Utils for the Miranda Design System", | ||
@@ -14,3 +14,3 @@ "main": "dist", | ||
"test": "jest", | ||
"typecheck": "tsc" | ||
"typecheck": "tsc --noEmit" | ||
}, | ||
@@ -17,0 +17,0 @@ "keywords": [ |
7124