@codemonster-ru/vueforge 0.13.0 → 0.14.0

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.
@@ -0,0 +1,41 @@
1
+ declare const _default: {
2
+ gap: string;
3
+ padding: string;
4
+ borderRadius: string;
5
+ borderColor: string;
6
+ backgroundColor: string;
7
+ textColor: string;
8
+ shadow: string;
9
+ minWidth: string;
10
+ fontSize: string;
11
+ lineHeight: string;
12
+ bodyGap: string;
13
+ titleFontSize: string;
14
+ titleFontWeight: string;
15
+ closeSize: string;
16
+ containerGap: string;
17
+ containerPadding: string;
18
+ containerMaxWidth: string;
19
+ zIndex: string;
20
+ info: {
21
+ backgroundColor: string;
22
+ borderColor: string;
23
+ textColor: string;
24
+ };
25
+ success: {
26
+ backgroundColor: string;
27
+ borderColor: string;
28
+ textColor: string;
29
+ };
30
+ warn: {
31
+ backgroundColor: string;
32
+ borderColor: string;
33
+ textColor: string;
34
+ };
35
+ danger: {
36
+ backgroundColor: string;
37
+ borderColor: string;
38
+ textColor: string;
39
+ };
40
+ };
41
+ export default _default;
@@ -423,6 +423,46 @@ declare const _default: {
423
423
  maxWidth: string;
424
424
  arrowSize: string;
425
425
  };
426
+ toast: {
427
+ gap: string;
428
+ padding: string;
429
+ borderRadius: string;
430
+ borderColor: string;
431
+ backgroundColor: string;
432
+ textColor: string;
433
+ shadow: string;
434
+ minWidth: string;
435
+ fontSize: string;
436
+ lineHeight: string;
437
+ bodyGap: string;
438
+ titleFontSize: string;
439
+ titleFontWeight: string;
440
+ closeSize: string;
441
+ containerGap: string;
442
+ containerPadding: string;
443
+ containerMaxWidth: string;
444
+ zIndex: string;
445
+ info: {
446
+ backgroundColor: string;
447
+ borderColor: string;
448
+ textColor: string;
449
+ };
450
+ success: {
451
+ backgroundColor: string;
452
+ borderColor: string;
453
+ textColor: string;
454
+ };
455
+ warn: {
456
+ backgroundColor: string;
457
+ borderColor: string;
458
+ textColor: string;
459
+ };
460
+ danger: {
461
+ backgroundColor: string;
462
+ borderColor: string;
463
+ textColor: string;
464
+ };
465
+ };
426
466
  };
427
467
  colors: {
428
468
  white: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codemonster-ru/vueforge",
3
- "version": "0.13.0",
3
+ "version": "0.14.0",
4
4
  "description": "Open source UI components for Vue.js.",
5
5
  "license": "MIT",
6
6
  "author": "Kirill Kolesnikov",