cleek 2.11.37 → 2.11.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5,7 +5,7 @@ export type Icon = string | [string, string];
|
|
|
5
5
|
export type IconPack = 'font-awesome' | 'feather' | 'cleek';
|
|
6
6
|
export type Lang = 'es' | 'en';
|
|
7
7
|
export type Layout = 'base' | 'rounded' | 'squared';
|
|
8
|
-
export type ButtonType = 'filled' | 'outlined' | 'flat';
|
|
8
|
+
export type ButtonType = 'filled' | 'outlined' | 'flat' | 'soft';
|
|
9
9
|
export type ChipType = 'outlined' | 'filled' | 'shadow';
|
|
10
10
|
export type WidthBreaks = [number, string][];
|
|
11
11
|
export type InputType = 'text' | 'number' | 'date' | 'time' | 'password' | 'email';
|