whelk-ui 0.0.6 → 0.0.8
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.
- package/dist/index.d.ts +622 -0
- package/dist/whelk-ui.css +1 -1
- package/dist/whelk-ui.js +692 -27
- package/dist/whelk-ui.umd.cjs +1 -1
- package/package.json +5 -2
package/dist/index.d.ts
CHANGED
|
@@ -4,6 +4,7 @@ import { ComponentOptionsMixin } from 'vue';
|
|
|
4
4
|
import { ComponentProvideOptions } from 'vue';
|
|
5
5
|
import { DefineComponent } from 'vue';
|
|
6
6
|
import { ExtractPropTypes } from 'vue';
|
|
7
|
+
import { PropType } from 'vue';
|
|
7
8
|
import { PublicProps } from 'vue';
|
|
8
9
|
|
|
9
10
|
declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
@@ -24,6 +25,28 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
24
25
|
objectState: string;
|
|
25
26
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLButtonElement>;
|
|
26
27
|
|
|
28
|
+
declare const __VLS_component_2: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
29
|
+
|
|
30
|
+
declare const __VLS_component_3: DefineComponent<ExtractPropTypes<{
|
|
31
|
+
dropDownItems: {
|
|
32
|
+
type: PropType<DropDownItemsInterface[]>;
|
|
33
|
+
required: true;
|
|
34
|
+
};
|
|
35
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
36
|
+
dropDownItemClicked: (...args: any[]) => void;
|
|
37
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
38
|
+
dropDownItems: {
|
|
39
|
+
type: PropType<DropDownItemsInterface[]>;
|
|
40
|
+
required: true;
|
|
41
|
+
};
|
|
42
|
+
}>> & Readonly<{
|
|
43
|
+
onDropDownItemClicked?: ((...args: any[]) => any) | undefined;
|
|
44
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
45
|
+
|
|
46
|
+
declare const __VLS_component_4: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
47
|
+
|
|
48
|
+
declare const __VLS_component_5: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLSpanElement>;
|
|
49
|
+
|
|
27
50
|
declare function __VLS_template(): {
|
|
28
51
|
attrs: Partial<{}>;
|
|
29
52
|
slots: {
|
|
@@ -33,16 +56,172 @@ declare function __VLS_template(): {
|
|
|
33
56
|
rootEl: HTMLButtonElement;
|
|
34
57
|
};
|
|
35
58
|
|
|
59
|
+
declare function __VLS_template_2(): {
|
|
60
|
+
attrs: Partial<{}>;
|
|
61
|
+
slots: {
|
|
62
|
+
default?(_: {}): any;
|
|
63
|
+
};
|
|
64
|
+
refs: {};
|
|
65
|
+
rootEl: HTMLDivElement;
|
|
66
|
+
};
|
|
67
|
+
|
|
68
|
+
declare function __VLS_template_3(): {
|
|
69
|
+
attrs: Partial<{}>;
|
|
70
|
+
slots: {
|
|
71
|
+
default?(_: {}): any;
|
|
72
|
+
};
|
|
73
|
+
refs: {};
|
|
74
|
+
rootEl: HTMLDivElement;
|
|
75
|
+
};
|
|
76
|
+
|
|
77
|
+
declare function __VLS_template_4(): {
|
|
78
|
+
attrs: Partial<{}>;
|
|
79
|
+
slots: {
|
|
80
|
+
default?(_: {}): any;
|
|
81
|
+
};
|
|
82
|
+
refs: {};
|
|
83
|
+
rootEl: HTMLDivElement;
|
|
84
|
+
};
|
|
85
|
+
|
|
86
|
+
declare function __VLS_template_5(): {
|
|
87
|
+
attrs: Partial<{}>;
|
|
88
|
+
slots: {
|
|
89
|
+
default?(_: {}): any;
|
|
90
|
+
};
|
|
91
|
+
refs: {};
|
|
92
|
+
rootEl: HTMLSpanElement;
|
|
93
|
+
};
|
|
94
|
+
|
|
36
95
|
declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
37
96
|
|
|
97
|
+
declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
|
|
98
|
+
|
|
99
|
+
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
100
|
+
|
|
101
|
+
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
102
|
+
|
|
103
|
+
declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
|
|
104
|
+
|
|
38
105
|
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
39
106
|
new (): {
|
|
40
107
|
$slots: S;
|
|
41
108
|
};
|
|
42
109
|
};
|
|
43
110
|
|
|
111
|
+
declare type __VLS_WithTemplateSlots_2<T, S> = T & {
|
|
112
|
+
new (): {
|
|
113
|
+
$slots: S;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
116
|
+
|
|
117
|
+
declare type __VLS_WithTemplateSlots_3<T, S> = T & {
|
|
118
|
+
new (): {
|
|
119
|
+
$slots: S;
|
|
120
|
+
};
|
|
121
|
+
};
|
|
122
|
+
|
|
123
|
+
declare type __VLS_WithTemplateSlots_4<T, S> = T & {
|
|
124
|
+
new (): {
|
|
125
|
+
$slots: S;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
|
|
129
|
+
declare type __VLS_WithTemplateSlots_5<T, S> = T & {
|
|
130
|
+
new (): {
|
|
131
|
+
$slots: S;
|
|
132
|
+
};
|
|
133
|
+
};
|
|
134
|
+
|
|
44
135
|
export declare const ButtonComponent: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
45
136
|
|
|
137
|
+
export declare const CardComponent: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
138
|
+
|
|
139
|
+
export declare const CheckBox: DefineComponent<ExtractPropTypes<{
|
|
140
|
+
id: {
|
|
141
|
+
type: StringConstructor;
|
|
142
|
+
required: true;
|
|
143
|
+
};
|
|
144
|
+
label: {
|
|
145
|
+
type: StringConstructor;
|
|
146
|
+
required: true;
|
|
147
|
+
};
|
|
148
|
+
modelValue: {
|
|
149
|
+
type: PropType<any>;
|
|
150
|
+
};
|
|
151
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
152
|
+
"update:modelValue": (value: any) => any;
|
|
153
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
154
|
+
id: {
|
|
155
|
+
type: StringConstructor;
|
|
156
|
+
required: true;
|
|
157
|
+
};
|
|
158
|
+
label: {
|
|
159
|
+
type: StringConstructor;
|
|
160
|
+
required: true;
|
|
161
|
+
};
|
|
162
|
+
modelValue: {
|
|
163
|
+
type: PropType<any>;
|
|
164
|
+
};
|
|
165
|
+
}>> & Readonly<{
|
|
166
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
167
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
168
|
+
|
|
169
|
+
export declare const DatetimeComponent: DefineComponent<ExtractPropTypes<{
|
|
170
|
+
isRequired: {
|
|
171
|
+
type: BooleanConstructor;
|
|
172
|
+
default: boolean;
|
|
173
|
+
};
|
|
174
|
+
label: {
|
|
175
|
+
type: StringConstructor;
|
|
176
|
+
required: true;
|
|
177
|
+
};
|
|
178
|
+
tooltipMessage: {
|
|
179
|
+
type: StringConstructor;
|
|
180
|
+
required: false;
|
|
181
|
+
default: string;
|
|
182
|
+
};
|
|
183
|
+
tooltipTitle: {
|
|
184
|
+
type: StringConstructor;
|
|
185
|
+
required: false;
|
|
186
|
+
default: string;
|
|
187
|
+
};
|
|
188
|
+
model: {
|
|
189
|
+
type: PropType<string>;
|
|
190
|
+
};
|
|
191
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
192
|
+
isValid: (...args: any[]) => void;
|
|
193
|
+
"update:model": (value: string | undefined) => void;
|
|
194
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
195
|
+
isRequired: {
|
|
196
|
+
type: BooleanConstructor;
|
|
197
|
+
default: boolean;
|
|
198
|
+
};
|
|
199
|
+
label: {
|
|
200
|
+
type: StringConstructor;
|
|
201
|
+
required: true;
|
|
202
|
+
};
|
|
203
|
+
tooltipMessage: {
|
|
204
|
+
type: StringConstructor;
|
|
205
|
+
required: false;
|
|
206
|
+
default: string;
|
|
207
|
+
};
|
|
208
|
+
tooltipTitle: {
|
|
209
|
+
type: StringConstructor;
|
|
210
|
+
required: false;
|
|
211
|
+
default: string;
|
|
212
|
+
};
|
|
213
|
+
model: {
|
|
214
|
+
type: PropType<string>;
|
|
215
|
+
};
|
|
216
|
+
}>> & Readonly<{
|
|
217
|
+
onIsValid?: ((...args: any[]) => any) | undefined;
|
|
218
|
+
"onUpdate:model"?: ((value: string | undefined) => any) | undefined;
|
|
219
|
+
}>, {
|
|
220
|
+
isRequired: boolean;
|
|
221
|
+
tooltipMessage: string;
|
|
222
|
+
tooltipTitle: string;
|
|
223
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
224
|
+
|
|
46
225
|
declare const _default: {
|
|
47
226
|
install(app: App): void;
|
|
48
227
|
};
|
|
@@ -54,6 +233,8 @@ export declare interface DocumentItemInterface {
|
|
|
54
233
|
type: string;
|
|
55
234
|
}
|
|
56
235
|
|
|
236
|
+
export declare const DropDown: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
237
|
+
|
|
57
238
|
export declare interface DropDownItemsInterface {
|
|
58
239
|
ariaLabel: string;
|
|
59
240
|
icon: Component;
|
|
@@ -66,6 +247,8 @@ export declare interface FolderItemInterface {
|
|
|
66
247
|
folderName: string;
|
|
67
248
|
}
|
|
68
249
|
|
|
250
|
+
export declare const FormGroup: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
251
|
+
|
|
69
252
|
export declare interface MenuItemInterface {
|
|
70
253
|
ariaLabel: string;
|
|
71
254
|
destination: string;
|
|
@@ -75,6 +258,78 @@ export declare interface MenuItemInterface {
|
|
|
75
258
|
title: string;
|
|
76
259
|
}
|
|
77
260
|
|
|
261
|
+
export declare const NumberInput: DefineComponent<ExtractPropTypes<{
|
|
262
|
+
label: {
|
|
263
|
+
type: StringConstructor;
|
|
264
|
+
required: true;
|
|
265
|
+
};
|
|
266
|
+
maxValue: {
|
|
267
|
+
type: NumberConstructor;
|
|
268
|
+
default: number;
|
|
269
|
+
};
|
|
270
|
+
minValue: {
|
|
271
|
+
type: NumberConstructor;
|
|
272
|
+
default: number;
|
|
273
|
+
};
|
|
274
|
+
stepIncrement: {
|
|
275
|
+
type: NumberConstructor;
|
|
276
|
+
default: number;
|
|
277
|
+
};
|
|
278
|
+
tooltipMessage: {
|
|
279
|
+
type: StringConstructor;
|
|
280
|
+
required: false;
|
|
281
|
+
default: string;
|
|
282
|
+
};
|
|
283
|
+
tooltipTitle: {
|
|
284
|
+
type: StringConstructor;
|
|
285
|
+
required: false;
|
|
286
|
+
default: string;
|
|
287
|
+
};
|
|
288
|
+
modelValue: {
|
|
289
|
+
type: PropType<number>;
|
|
290
|
+
};
|
|
291
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
292
|
+
"update:modelValue": (value: number) => any;
|
|
293
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
294
|
+
label: {
|
|
295
|
+
type: StringConstructor;
|
|
296
|
+
required: true;
|
|
297
|
+
};
|
|
298
|
+
maxValue: {
|
|
299
|
+
type: NumberConstructor;
|
|
300
|
+
default: number;
|
|
301
|
+
};
|
|
302
|
+
minValue: {
|
|
303
|
+
type: NumberConstructor;
|
|
304
|
+
default: number;
|
|
305
|
+
};
|
|
306
|
+
stepIncrement: {
|
|
307
|
+
type: NumberConstructor;
|
|
308
|
+
default: number;
|
|
309
|
+
};
|
|
310
|
+
tooltipMessage: {
|
|
311
|
+
type: StringConstructor;
|
|
312
|
+
required: false;
|
|
313
|
+
default: string;
|
|
314
|
+
};
|
|
315
|
+
tooltipTitle: {
|
|
316
|
+
type: StringConstructor;
|
|
317
|
+
required: false;
|
|
318
|
+
default: string;
|
|
319
|
+
};
|
|
320
|
+
modelValue: {
|
|
321
|
+
type: PropType<number>;
|
|
322
|
+
};
|
|
323
|
+
}>> & Readonly<{
|
|
324
|
+
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
325
|
+
}>, {
|
|
326
|
+
tooltipMessage: string;
|
|
327
|
+
tooltipTitle: string;
|
|
328
|
+
maxValue: number;
|
|
329
|
+
minValue: number;
|
|
330
|
+
stepIncrement: number;
|
|
331
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
332
|
+
|
|
78
333
|
export declare const ObjectStateEnum: {
|
|
79
334
|
readonly Disable: "DISABLE";
|
|
80
335
|
readonly Error: "ERROR";
|
|
@@ -117,4 +372,371 @@ export declare const ObjectTypeEnums: {
|
|
|
117
372
|
|
|
118
373
|
export declare type ObjectTypeEnums = (typeof ObjectTypeEnums)[keyof typeof ObjectTypeEnums];
|
|
119
374
|
|
|
375
|
+
export declare const PasswordInput: DefineComponent<ExtractPropTypes<{
|
|
376
|
+
isRequired: {
|
|
377
|
+
type: BooleanConstructor;
|
|
378
|
+
default: boolean;
|
|
379
|
+
};
|
|
380
|
+
label: {
|
|
381
|
+
type: StringConstructor;
|
|
382
|
+
required: true;
|
|
383
|
+
};
|
|
384
|
+
minLength: {
|
|
385
|
+
type: NumberConstructor;
|
|
386
|
+
default: number;
|
|
387
|
+
required: false;
|
|
388
|
+
validator: (val: any) => boolean;
|
|
389
|
+
};
|
|
390
|
+
placeholderText: {
|
|
391
|
+
type: StringConstructor;
|
|
392
|
+
required: false;
|
|
393
|
+
default: string;
|
|
394
|
+
};
|
|
395
|
+
tooltipMessage: {
|
|
396
|
+
type: StringConstructor;
|
|
397
|
+
required: false;
|
|
398
|
+
default: string;
|
|
399
|
+
};
|
|
400
|
+
tooltipTitle: {
|
|
401
|
+
type: StringConstructor;
|
|
402
|
+
required: false;
|
|
403
|
+
default: string;
|
|
404
|
+
};
|
|
405
|
+
modelValue: {
|
|
406
|
+
type: PropType<any>;
|
|
407
|
+
};
|
|
408
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
409
|
+
isValid: (...args: any[]) => void;
|
|
410
|
+
"update:modelValue": (value: any) => void;
|
|
411
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
412
|
+
isRequired: {
|
|
413
|
+
type: BooleanConstructor;
|
|
414
|
+
default: boolean;
|
|
415
|
+
};
|
|
416
|
+
label: {
|
|
417
|
+
type: StringConstructor;
|
|
418
|
+
required: true;
|
|
419
|
+
};
|
|
420
|
+
minLength: {
|
|
421
|
+
type: NumberConstructor;
|
|
422
|
+
default: number;
|
|
423
|
+
required: false;
|
|
424
|
+
validator: (val: any) => boolean;
|
|
425
|
+
};
|
|
426
|
+
placeholderText: {
|
|
427
|
+
type: StringConstructor;
|
|
428
|
+
required: false;
|
|
429
|
+
default: string;
|
|
430
|
+
};
|
|
431
|
+
tooltipMessage: {
|
|
432
|
+
type: StringConstructor;
|
|
433
|
+
required: false;
|
|
434
|
+
default: string;
|
|
435
|
+
};
|
|
436
|
+
tooltipTitle: {
|
|
437
|
+
type: StringConstructor;
|
|
438
|
+
required: false;
|
|
439
|
+
default: string;
|
|
440
|
+
};
|
|
441
|
+
modelValue: {
|
|
442
|
+
type: PropType<any>;
|
|
443
|
+
};
|
|
444
|
+
}>> & Readonly<{
|
|
445
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
446
|
+
onIsValid?: ((...args: any[]) => any) | undefined;
|
|
447
|
+
}>, {
|
|
448
|
+
isRequired: boolean;
|
|
449
|
+
tooltipMessage: string;
|
|
450
|
+
tooltipTitle: string;
|
|
451
|
+
minLength: number;
|
|
452
|
+
placeholderText: string;
|
|
453
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
454
|
+
|
|
455
|
+
export declare const RenderErrorMessage: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
456
|
+
|
|
457
|
+
export declare const SwitchComponent: DefineComponent<ExtractPropTypes<{
|
|
458
|
+
label: {
|
|
459
|
+
type: StringConstructor;
|
|
460
|
+
required: true;
|
|
461
|
+
};
|
|
462
|
+
offText: {
|
|
463
|
+
type: StringConstructor;
|
|
464
|
+
required: false;
|
|
465
|
+
default: string;
|
|
466
|
+
};
|
|
467
|
+
onText: {
|
|
468
|
+
type: StringConstructor;
|
|
469
|
+
required: false;
|
|
470
|
+
default: string;
|
|
471
|
+
};
|
|
472
|
+
tooltipMessage: {
|
|
473
|
+
type: StringConstructor;
|
|
474
|
+
required: false;
|
|
475
|
+
default: string;
|
|
476
|
+
};
|
|
477
|
+
tooltipTitle: {
|
|
478
|
+
type: StringConstructor;
|
|
479
|
+
required: false;
|
|
480
|
+
default: string;
|
|
481
|
+
};
|
|
482
|
+
modelValue: {
|
|
483
|
+
type: PropType<boolean>;
|
|
484
|
+
};
|
|
485
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
486
|
+
"update:modelValue": (value: boolean | undefined) => any;
|
|
487
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
488
|
+
label: {
|
|
489
|
+
type: StringConstructor;
|
|
490
|
+
required: true;
|
|
491
|
+
};
|
|
492
|
+
offText: {
|
|
493
|
+
type: StringConstructor;
|
|
494
|
+
required: false;
|
|
495
|
+
default: string;
|
|
496
|
+
};
|
|
497
|
+
onText: {
|
|
498
|
+
type: StringConstructor;
|
|
499
|
+
required: false;
|
|
500
|
+
default: string;
|
|
501
|
+
};
|
|
502
|
+
tooltipMessage: {
|
|
503
|
+
type: StringConstructor;
|
|
504
|
+
required: false;
|
|
505
|
+
default: string;
|
|
506
|
+
};
|
|
507
|
+
tooltipTitle: {
|
|
508
|
+
type: StringConstructor;
|
|
509
|
+
required: false;
|
|
510
|
+
default: string;
|
|
511
|
+
};
|
|
512
|
+
modelValue: {
|
|
513
|
+
type: PropType<boolean>;
|
|
514
|
+
};
|
|
515
|
+
}>> & Readonly<{
|
|
516
|
+
"onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
|
|
517
|
+
}>, {
|
|
518
|
+
tooltipMessage: string;
|
|
519
|
+
tooltipTitle: string;
|
|
520
|
+
offText: string;
|
|
521
|
+
onText: string;
|
|
522
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
523
|
+
|
|
524
|
+
export declare const TextArea: DefineComponent<ExtractPropTypes<{
|
|
525
|
+
isRequired: {
|
|
526
|
+
type: BooleanConstructor;
|
|
527
|
+
default: boolean;
|
|
528
|
+
};
|
|
529
|
+
label: {
|
|
530
|
+
type: StringConstructor;
|
|
531
|
+
required: true;
|
|
532
|
+
};
|
|
533
|
+
minLength: {
|
|
534
|
+
type: NumberConstructor;
|
|
535
|
+
default: number;
|
|
536
|
+
required: false;
|
|
537
|
+
validator: (val: any) => boolean;
|
|
538
|
+
};
|
|
539
|
+
maxLength: {
|
|
540
|
+
type: NumberConstructor;
|
|
541
|
+
default: number;
|
|
542
|
+
required: false;
|
|
543
|
+
validator: (val: any) => boolean;
|
|
544
|
+
};
|
|
545
|
+
placeholderText: {
|
|
546
|
+
type: StringConstructor;
|
|
547
|
+
required: false;
|
|
548
|
+
default: string;
|
|
549
|
+
};
|
|
550
|
+
tooltipMessage: {
|
|
551
|
+
type: StringConstructor;
|
|
552
|
+
required: false;
|
|
553
|
+
default: string;
|
|
554
|
+
};
|
|
555
|
+
tooltipTitle: {
|
|
556
|
+
type: StringConstructor;
|
|
557
|
+
required: false;
|
|
558
|
+
default: string;
|
|
559
|
+
};
|
|
560
|
+
model: {
|
|
561
|
+
type: PropType<string>;
|
|
562
|
+
};
|
|
563
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
564
|
+
isValid: (...args: any[]) => void;
|
|
565
|
+
"update:model": (value: string) => void;
|
|
566
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
567
|
+
isRequired: {
|
|
568
|
+
type: BooleanConstructor;
|
|
569
|
+
default: boolean;
|
|
570
|
+
};
|
|
571
|
+
label: {
|
|
572
|
+
type: StringConstructor;
|
|
573
|
+
required: true;
|
|
574
|
+
};
|
|
575
|
+
minLength: {
|
|
576
|
+
type: NumberConstructor;
|
|
577
|
+
default: number;
|
|
578
|
+
required: false;
|
|
579
|
+
validator: (val: any) => boolean;
|
|
580
|
+
};
|
|
581
|
+
maxLength: {
|
|
582
|
+
type: NumberConstructor;
|
|
583
|
+
default: number;
|
|
584
|
+
required: false;
|
|
585
|
+
validator: (val: any) => boolean;
|
|
586
|
+
};
|
|
587
|
+
placeholderText: {
|
|
588
|
+
type: StringConstructor;
|
|
589
|
+
required: false;
|
|
590
|
+
default: string;
|
|
591
|
+
};
|
|
592
|
+
tooltipMessage: {
|
|
593
|
+
type: StringConstructor;
|
|
594
|
+
required: false;
|
|
595
|
+
default: string;
|
|
596
|
+
};
|
|
597
|
+
tooltipTitle: {
|
|
598
|
+
type: StringConstructor;
|
|
599
|
+
required: false;
|
|
600
|
+
default: string;
|
|
601
|
+
};
|
|
602
|
+
model: {
|
|
603
|
+
type: PropType<string>;
|
|
604
|
+
};
|
|
605
|
+
}>> & Readonly<{
|
|
606
|
+
onIsValid?: ((...args: any[]) => any) | undefined;
|
|
607
|
+
"onUpdate:model"?: ((value: string) => any) | undefined;
|
|
608
|
+
}>, {
|
|
609
|
+
isRequired: boolean;
|
|
610
|
+
tooltipMessage: string;
|
|
611
|
+
tooltipTitle: string;
|
|
612
|
+
minLength: number;
|
|
613
|
+
placeholderText: string;
|
|
614
|
+
maxLength: number;
|
|
615
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
616
|
+
|
|
617
|
+
export declare const TextInput: DefineComponent<ExtractPropTypes<{
|
|
618
|
+
isRequired: {
|
|
619
|
+
type: BooleanConstructor;
|
|
620
|
+
default: boolean;
|
|
621
|
+
};
|
|
622
|
+
label: {
|
|
623
|
+
type: StringConstructor;
|
|
624
|
+
required: true;
|
|
625
|
+
};
|
|
626
|
+
minLength: {
|
|
627
|
+
type: NumberConstructor;
|
|
628
|
+
default: number;
|
|
629
|
+
required: false;
|
|
630
|
+
validator: (val: any) => boolean;
|
|
631
|
+
};
|
|
632
|
+
maxLength: {
|
|
633
|
+
type: NumberConstructor;
|
|
634
|
+
default: number;
|
|
635
|
+
required: false;
|
|
636
|
+
validator: (val: any) => boolean;
|
|
637
|
+
};
|
|
638
|
+
placeholderText: {
|
|
639
|
+
type: StringConstructor;
|
|
640
|
+
required: false;
|
|
641
|
+
default: string;
|
|
642
|
+
};
|
|
643
|
+
tooltipMessage: {
|
|
644
|
+
type: StringConstructor;
|
|
645
|
+
required: false;
|
|
646
|
+
default: string;
|
|
647
|
+
};
|
|
648
|
+
tooltipTitle: {
|
|
649
|
+
type: StringConstructor;
|
|
650
|
+
required: false;
|
|
651
|
+
default: string;
|
|
652
|
+
};
|
|
653
|
+
modelValue: {
|
|
654
|
+
type: PropType<any>;
|
|
655
|
+
required: true;
|
|
656
|
+
};
|
|
657
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
658
|
+
isValid: (...args: any[]) => void;
|
|
659
|
+
"update:modelValue": (value: any) => void;
|
|
660
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
661
|
+
isRequired: {
|
|
662
|
+
type: BooleanConstructor;
|
|
663
|
+
default: boolean;
|
|
664
|
+
};
|
|
665
|
+
label: {
|
|
666
|
+
type: StringConstructor;
|
|
667
|
+
required: true;
|
|
668
|
+
};
|
|
669
|
+
minLength: {
|
|
670
|
+
type: NumberConstructor;
|
|
671
|
+
default: number;
|
|
672
|
+
required: false;
|
|
673
|
+
validator: (val: any) => boolean;
|
|
674
|
+
};
|
|
675
|
+
maxLength: {
|
|
676
|
+
type: NumberConstructor;
|
|
677
|
+
default: number;
|
|
678
|
+
required: false;
|
|
679
|
+
validator: (val: any) => boolean;
|
|
680
|
+
};
|
|
681
|
+
placeholderText: {
|
|
682
|
+
type: StringConstructor;
|
|
683
|
+
required: false;
|
|
684
|
+
default: string;
|
|
685
|
+
};
|
|
686
|
+
tooltipMessage: {
|
|
687
|
+
type: StringConstructor;
|
|
688
|
+
required: false;
|
|
689
|
+
default: string;
|
|
690
|
+
};
|
|
691
|
+
tooltipTitle: {
|
|
692
|
+
type: StringConstructor;
|
|
693
|
+
required: false;
|
|
694
|
+
default: string;
|
|
695
|
+
};
|
|
696
|
+
modelValue: {
|
|
697
|
+
type: PropType<any>;
|
|
698
|
+
required: true;
|
|
699
|
+
};
|
|
700
|
+
}>> & Readonly<{
|
|
701
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
702
|
+
onIsValid?: ((...args: any[]) => any) | undefined;
|
|
703
|
+
}>, {
|
|
704
|
+
isRequired: boolean;
|
|
705
|
+
tooltipMessage: string;
|
|
706
|
+
tooltipTitle: string;
|
|
707
|
+
minLength: number;
|
|
708
|
+
placeholderText: string;
|
|
709
|
+
maxLength: number;
|
|
710
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
711
|
+
|
|
712
|
+
export declare const ToolTip: DefineComponent<ExtractPropTypes<{
|
|
713
|
+
id: {
|
|
714
|
+
type: StringConstructor;
|
|
715
|
+
required: true;
|
|
716
|
+
};
|
|
717
|
+
message: {
|
|
718
|
+
type: StringConstructor;
|
|
719
|
+
required: true;
|
|
720
|
+
};
|
|
721
|
+
title: {
|
|
722
|
+
type: StringConstructor;
|
|
723
|
+
default: string;
|
|
724
|
+
};
|
|
725
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
726
|
+
id: {
|
|
727
|
+
type: StringConstructor;
|
|
728
|
+
required: true;
|
|
729
|
+
};
|
|
730
|
+
message: {
|
|
731
|
+
type: StringConstructor;
|
|
732
|
+
required: true;
|
|
733
|
+
};
|
|
734
|
+
title: {
|
|
735
|
+
type: StringConstructor;
|
|
736
|
+
default: string;
|
|
737
|
+
};
|
|
738
|
+
}>> & Readonly<{}>, {
|
|
739
|
+
title: string;
|
|
740
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
741
|
+
|
|
120
742
|
export { }
|
package/dist/whelk-ui.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
button[data-v-3de7a432]{padding:.5rem 1rem;border:var(--border);border-radius:var(--border-radius);border-width:var(--border-width);border-style:var(--border-style);color:var(--text)}button.compact[data-v-3de7a432]{padding:.25rem .125rem;font-size:.75rem;line-height:1rem}button.tiny[data-v-3de7a432]{padding:.125rem 0rem;font-size:.75rem;line-height:.75rem}button.primary[data-v-3de7a432]{background-color:var(--primary);border-color:var(--primary)}button.primary:hover[data-v-3de7a432]:enabled{background-color:var(--primary-hover)}button.secondary[data-v-3de7a432]{background-color:var(--secondary);border-color:var(--secondary)}button.secondary:hover[data-v-3de7a432]:enabled{background-color:var(--secondary-hover)}button.danger[data-v-3de7a432]{background-color:var(--danger);border-color:var(--danger)}button.danger:hover[data-v-3de7a432]:enabled{background-color:var(--danger-hover)}button.warning[data-v-3de7a432]{background-color:var(--warning);border-color:var(--warning)}button.warning:hover[data-v-3de7a432]:enabled{background-color:var(--warning-hover)}button.success[data-v-3de7a432]{background-color:var(--success);border-color:var(--success)}button.success:hover[data-v-3de7a432]:enabled{background-color:var(--success-hover)}button.info[data-v-3de7a432]{background-color:var(--info);border-color:var(--info)}button.info:hover[data-v-3de7a432]:enabled{background-color:var(--info-hover)}button.loading[data-v-3de7a432]{animation:loading-animation-3de7a432 1s infinite linear}@keyframes loading-animation-3de7a432{0%{color:var(--text)}50%{color:var(--text-muted)}to{color:var(--text)}}
|
|
1
|
+
button[data-v-3de7a432]{padding:.5rem 1rem;border:var(--border);border-radius:var(--border-radius);border-width:var(--border-width);border-style:var(--border-style);color:var(--text)}button.compact[data-v-3de7a432]{padding:.25rem .125rem;font-size:.75rem;line-height:1rem}button.tiny[data-v-3de7a432]{padding:.125rem 0rem;font-size:.75rem;line-height:.75rem}button.primary[data-v-3de7a432]{background-color:var(--primary);border-color:var(--primary)}button.primary:hover[data-v-3de7a432]:enabled{background-color:var(--primary-hover)}button.secondary[data-v-3de7a432]{background-color:var(--secondary);border-color:var(--secondary)}button.secondary:hover[data-v-3de7a432]:enabled{background-color:var(--secondary-hover)}button.danger[data-v-3de7a432]{background-color:var(--danger);border-color:var(--danger)}button.danger:hover[data-v-3de7a432]:enabled{background-color:var(--danger-hover)}button.warning[data-v-3de7a432]{background-color:var(--warning);border-color:var(--warning)}button.warning:hover[data-v-3de7a432]:enabled{background-color:var(--warning-hover)}button.success[data-v-3de7a432]{background-color:var(--success);border-color:var(--success)}button.success:hover[data-v-3de7a432]:enabled{background-color:var(--success-hover)}button.info[data-v-3de7a432]{background-color:var(--info);border-color:var(--info)}button.info:hover[data-v-3de7a432]:enabled{background-color:var(--info-hover)}button.loading[data-v-3de7a432]{animation:loading-animation-3de7a432 1s infinite linear}@keyframes loading-animation-3de7a432{0%{color:var(--text)}50%{color:var(--text-muted)}to{color:var(--text)}}.card[data-v-025f3983]{border-radius:var(--border-radius);background-color:var(--bg-light)}.checkbox-component label[data-v-39385668],.checkbox-component input[data-v-39385668]{padding:.5rem}.form-group[data-v-142c8936]{display:flex;flex-direction:column;margin-bottom:1.75rem}.form-group.compact[data-v-142c8936]{margin-bottom:.5rem}.render-error-message[data-v-e384ff35]{color:var(--text-red);font-weight:lighter;font-size:1rem;line-height:1.125rem;padding:0;margin:0}.render-error-message>svg[data-v-e384ff35]{transform:translateY(.125rem)}@media(--large-screen){.render-error-message[data-v-e384ff35]{font-size:.75rem}}p[data-v-e384ff35]:before{content:" ";white-space:pre}.tooltip[data-v-5121adbc]{display:none;position:absolute;z-index:10;padding:.75rem .25rem;background-color:var(--bg-dark);border-color:var(--border-muted);border-width:var(--border-width);border-style:var(--border-style);border-radius:var(--border-radius);transform:translateY(-100%) translateY(-.5rem);max-width:75vw}.tooltip.show[data-v-5121adbc]{display:inline-block}.tooltip>.tooltip-title[data-v-5121adbc]{margin:0 0 .125rem;color:var(--text-red)}.tooltip>.tooltip-message[data-v-5121adbc]{font-weight:lighter;margin:0;color:var(--text-muted)}@media(--large-screen){.tooltip[data-v-5121adbc]{max-width:50vw}}svg[data-v-5121adbc]{width:1rem;height:1rem;color:var(--text-muted)}.datetime-component label[data-v-905d8a98]{margin-bottom:6px}.datetime-component span[data-v-905d8a98]{color:var(--text-red)}.datetime-component input[data-v-905d8a98]{border-style:var(--border-style);border-width:var(--border-width);border-radius:var(--border-radius);border-color:var(--border);box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.datetime-component input[data-v-905d8a98]:focus{border-color:var(--secondary);border-width:2px;outline:none;padding:calc(.5rem - 1px)}.datetime-component.compact>label[data-v-905d8a98]{font-size:1rem;line-height:1.25rem;margin-bottom:2px}@media(--large-screen){.datetime-component.compact>label[data-v-905d8a98]{font-size:.75rem;line-height:1rem}}.datetime-component.compact>input[data-v-905d8a98]{font-size:1.25rem;line-height:1.5rem;padding:.25rem}@media(--large-screen){.datetime-component.compact>input[data-v-905d8a98]{font-size:1rem;line-height:1.25rem}}.drop-down-items[data-v-eb1af184]{position:absolute;background-color:var(--bg-light);border:solid;border-width:var(--border-width);border-radius:var(--border-radius);border-color:var(--border-muted);z-index:20}.drop-down-items>.drop-down-item[data-v-eb1af184]{padding:.25rem .5rem}.drop-down-items>.drop-down-item[data-v-eb1af184]:hover{background-color:var(--bg-dark)}.drop-down-items>.drop-down-item>svg[data-v-eb1af184]{width:.75rem;height:.75rem}.drop-down>button[data-v-755569e8]{border:solid;border-width:1px;border-radius:var(--border-radius);border-color:var(--border-muted);background:var(--bg-light);box-shadow:none;font-size:1rem;line-height:1.25rem;height:2rem;padding:0 1rem;position:relative;z-index:10}.drop-down>button>svg[data-v-755569e8]{width:1rem;height:1rem;transform:translateY(2px)}.drop-down .drop-down-backdrop[data-v-755569e8]{width:100vw;height:100dvh;z-index:5;background-color:#000000b3;position:fixed;top:0;left:0}.v-enter-active[data-v-755569e8],.v-leave-active[data-v-755569e8]{transition:opacity .5s ease}.v-enter-from[data-v-755569e8],.v-leave-to[data-v-755569e8]{opacity:0}.number-input>label[data-v-06558243]{margin-bottom:6px}.number-input>.number-input-row[data-v-06558243]{display:grid;grid-template-columns:3rem minmax(0,1fr) 3rem}.number-input>.number-input-row>.negative[data-v-06558243]{border-radius:var(--border-radius) 0 0 var(--border-radius);border-width:var(--border-width) 0 var(--border-width) var(--border-width)}.number-input>.number-input-row>input[data-v-06558243]{border-style:var(--border-style);border-width:var(--border-width);border-radius:0;border-color:var(--border);box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.number-input>.number-input-row>input[data-v-06558243]:focus{border-color:var(--secondary);border-width:2px;outline:none;padding:calc(.5rem - 1px)}.number-input>.number-input-row>.positive[data-v-06558243]{border-radius:0 var(--border-radius) var(--border-radius) 0;border-width:var(--border-width) var(--border-width) var(--border-width) 0}.number-input.compact>label[data-v-06558243]{font-size:1rem;line-height:1.25rem;margin-bottom:2px}@media(--large-screen){.number-input.compact>label[data-v-06558243]{font-size:.75rem;line-height:1rem}}.number-input.compact>.number-input-row[data-v-06558243]{grid-template-columns:2.5rem minmax(0,1fr) 2.5rem}.number-input.compact>.number-input-row>input[data-v-06558243]{font-size:1.25rem;line-height:1.5rem;padding:.25rem}@media(--large-screen){.number-input.compact>.number-input-row>input[data-v-06558243]{font-size:1rem;line-height:1.25rem}}input[data-v-06558243]::-webkit-outer-spin-button,input[data-v-06558243]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number][data-v-06558243]{-moz-appearance:textfield}.text-input>label[data-v-d179e9e2]{margin-bottom:6px}.text-input>span[data-v-d179e9e2]{color:var(--text-red)}.text-input>input[data-v-d179e9e2]{border-style:var(--border-style);border-width:var(--border-width);border-radius:var(--border-radius);border-color:var(--border);box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.text-input>input[data-v-d179e9e2]:focus{border-color:var(--secondary);border-width:2px;outline:none;padding:calc(.5rem - 1px)}.text-input.compact>label[data-v-d179e9e2]{font-size:1rem;line-height:1.25rem;margin-bottom:2px}@media(--large-screen){.text-input.compact>label[data-v-d179e9e2]{font-size:.75rem;line-height:1rem}}.text-input.compact>input[data-v-d179e9e2]{font-size:1.25rem;line-height:1.5rem;padding:.25rem}.text-input.compact>input[data-v-d179e9e2]:focus{padding:calc(.25rem - 1px)}@media(--large-screen){.text-input.compact>input[data-v-d179e9e2]{font-size:1rem;line-height:1.25rem}}.switch-component[data-v-f28e5f26]{width:100%}.switch-component>.switch[data-v-f28e5f26]{display:grid;grid-template-columns:[on] 2rem [text] minmax(0,1fr) [off] 2rem;border-style:var(--border-style);border-width:var(--border-width);border-radius:var(--border-radius);border-color:var(--border);box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.switch-component>.switch>.switch-block[data-v-f28e5f26]{width:2rem;height:2rem;background-color:#ff69b4}.switch-component>.switch>.switch-text[data-v-f28e5f26]{display:grid;grid-area:text;text-align:center;align-items:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.switch-component>.switch.on>.switch-block[data-v-f28e5f26]{grid-area:on;background-color:var(--success)}.switch-component>.switch.off>.switch-block[data-v-f28e5f26]{grid-area:off;background-color:var(--info)}.switch-component.compact>label[data-v-f28e5f26]{font-size:1rem;line-height:1.25rem}.switch-component.compact>.switch[data-v-f28e5f26]{grid-template-columns:[on] 1rem [text] minmax(0,1fr) [off] 1rem}.switch-component.compact>.switch>.switch-block[data-v-f28e5f26]{width:1rem;height:1rem}.switch-component.compact>.switch>.switch-text[data-v-f28e5f26]{font-size:.75rem;line-height:1rem}label[data-v-88c9adeb]{margin-bottom:6px}span[data-v-88c9adeb]{color:var(--text-red)}textarea[data-v-88c9adeb]{border-style:var(--border-style);border-width:var(--border-width);border-radius:var(--border-radius);border-color:var(--border);box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}textarea[data-v-88c9adeb]:focus{border-color:var(--secondary);border-width:2px;outline:none;padding:calc(.5rem - 1px)}.text-input>label[data-v-354652ea]{margin-bottom:6px}.text-input>span[data-v-354652ea]{color:var(--text-red)}.text-input>input[data-v-354652ea]{border-style:var(--border-style);border-width:var(--border-width);border-radius:var(--border-radius);border-color:var(--border);box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.text-input>input[data-v-354652ea]:focus{border-color:var(--secondary);border-width:2px;outline:none;padding:calc(.5rem - 1px)}.text-input.compact>label[data-v-354652ea]{font-size:1rem;line-height:1.25rem;margin-bottom:2px}@media(--large-screen){.text-input.compact>label[data-v-354652ea]{font-size:.75rem;line-height:1rem}}.text-input.compact>input[data-v-354652ea]{font-size:1.25rem;line-height:1.5rem;padding:.25rem}.text-input.compact>input[data-v-354652ea]:focus{padding:calc(.25rem - 1px)}@media(--large-screen){.text-input.compact>input[data-v-354652ea]{font-size:1rem;line-height:1.25rem}}:root{--border-radius: 5px;--border-style: solid;--border-width: 1px;--bg-dark: hsl(26 53% 89%);--bg: hsl(26 100% 94%);--bg-light: hsl(26 100% 100%);--text: hsl(16 100% 4%);--text-red: hsl(8, 93%, 43%);--text-muted: hsl(26 35% 27%);--highlight: hsl(26 100% 99%);--border: hsl(26 21% 49%);--border-muted: hsl(26 27% 61%);--primary: hsl(27 65% 66%);--primary-hover: hsl(27 65% 76%);--secondary: hsl(204 74% 68%);--secondary-hover: hsl(204 74% 78%);--danger: hsl(9 26% 64%);--danger-hover: hsl(9 26% 74%);--warning: hsl(52 19% 57%);--warning-hover: hsl(52 19% 67%);--success: hsl(146 17% 59%);--success-hover: hsl(146 17% 69%);--info: hsl(217 28% 65%);--info-hover: hsl(217 28% 75%);--document-links: hsl(203.53, 40.8%, 24.51%);--document-links-hover: hsl(203.53, 40.8%, 75.51%);--customer-background: hsl(203.53, 40.8%, 75.49%);--customer-text: hsl(203.53, 40.8%, 24.51%);--kanban-board-background: hsl(78.26, 88.46%, 89.8%);--kanban-board-text: hsl(78.26, 88.46%, 10.2%);--kanban-card-background: hsl(74.12, 35.56%, 53.14%);--kanban-card-text: hsl(74.12, 35.56%, 10.86%);--organisation-background: hsl(52.05, 85.57%, 61.96%);--organisation-text: hsl(52.05, 85.57%, 8.04%);--request-for-change-background: hsl(67.61, 100%, 72.16%);--request-for-change-text: hsl(67.61, 100%, 7.84%);--requirement-background: hsl(200.31, 94.2%, 86.47%);--requirement-text: hsl(200.31, 94.2%, 10.53%);--requirement-item-background: hsl(322.8, 29.76%, 67.06%);--requirement-item-text: hsl(322.8, 29.76%, 8.94%);--project-background: hsl(333.62, 49.57%, 45.88%);--project-text: hsl(333.62, 49.57%, 8.12%);--task-background: hsl(224, 10.2%, 71.82%);--task-text: hsl(224, 10.2%, 7.18%)}.dark{--bg-dark: hsl(16 100% 2%);--bg: hsl(22 76% 4%);--bg-light: hsl(26 50% 8%);--text: hsl(26 100% 94%);--text-red: hsl(8, 93%, 23%);--text-muted: hsl(26 34% 68%);--highlight: hsl(26 26% 38%);--border: hsl(26 35% 27%);--border-muted: hsl(27 56% 16%);--primary: hsl(32 100% 20%);--primary-hover: hsl(32 100% 10%);--secondary: hsl(198 100% 20%);--secondary-hover: hsl(198 100% 10%);--danger: hsl(9 21% 41%);--danger-hover: hsl(9 21% 31%);--warning: hsl(52 23% 34%);--warning-hover: hsl(52 23% 24%);--success: hsl(147 19% 36%);--success-hover: hsl(147 19% 26%);--info: hsl(217 22% 41%);--info-hover: hsl(217 22% 31%)}
|