@superdispatch/ui 0.21.14 → 0.22.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.
- package/dist-node/index.js +11 -11
- package/dist-node/index.js.map +1 -1
- package/dist-src/theme/Color.js +11 -11
- package/dist-types/index.d.ts +39 -11
- package/dist-web/index.js +11 -11
- package/dist-web/index.js.map +1 -1
- package/package.json +2 -2
package/dist-src/theme/Color.js
CHANGED
|
@@ -32,44 +32,44 @@ export var Color;
|
|
|
32
32
|
Color["Blue75"] = "#CCE5FF";
|
|
33
33
|
Color["Blue100"] = "#A8D1FF";
|
|
34
34
|
Color["Blue200"] = "#66ADFF";
|
|
35
|
-
Color["Blue300"] = "#
|
|
35
|
+
Color["Blue300"] = "#0070F5";
|
|
36
36
|
Color["Blue400"] = "#0063DB";
|
|
37
|
-
Color["Blue500"] = "#
|
|
37
|
+
Color["Blue500"] = "#0063DB";
|
|
38
38
|
Color["Green50"] = "#ECF9EF";
|
|
39
39
|
Color["Green75"] = "#C8F4D1";
|
|
40
40
|
Color["Green100"] = "#90EAAE";
|
|
41
41
|
Color["Green200"] = "#5DDA87";
|
|
42
|
-
Color["Green300"] = "#
|
|
42
|
+
Color["Green300"] = "#03872F";
|
|
43
43
|
Color["Green400"] = "#1E8F46";
|
|
44
|
-
Color["Green500"] = "#
|
|
44
|
+
Color["Green500"] = "#007A29";
|
|
45
45
|
Color["Purple50"] = "#EFEEFC";
|
|
46
46
|
Color["Purple75"] = "#DCDBF5";
|
|
47
47
|
Color["Purple100"] = "#CBC8EE";
|
|
48
48
|
Color["Purple200"] = "#A7A1E8";
|
|
49
49
|
Color["Purple300"] = "#6559CF";
|
|
50
50
|
Color["Purple400"] = "#473ABB";
|
|
51
|
-
Color["Purple500"] = "#
|
|
51
|
+
Color["Purple500"] = "#473ABB";
|
|
52
52
|
Color["Red50"] = "#FFEDEB";
|
|
53
53
|
Color["Red75"] = "#FDD9D3";
|
|
54
54
|
Color["Red100"] = "#FDC2BA";
|
|
55
55
|
Color["Red200"] = "#FE988B";
|
|
56
|
-
Color["Red300"] = "#
|
|
56
|
+
Color["Red300"] = "#E5230D";
|
|
57
57
|
Color["Red400"] = "#D9210D";
|
|
58
58
|
Color["Red500"] = "#C31909";
|
|
59
59
|
Color["Teal50"] = "#E3F6FC";
|
|
60
60
|
Color["Teal75"] = "#BEEDF9";
|
|
61
61
|
Color["Teal100"] = "#91E3F8";
|
|
62
62
|
Color["Teal200"] = "#61D3EF";
|
|
63
|
-
Color["Teal300"] = "#
|
|
63
|
+
Color["Teal300"] = "#007EAB";
|
|
64
64
|
Color["Teal400"] = "#008DB8";
|
|
65
|
-
Color["Teal500"] = "#
|
|
66
|
-
Color["Yellow50"] = "#
|
|
65
|
+
Color["Teal500"] = "#00678A";
|
|
66
|
+
Color["Yellow50"] = "#FFF7DC";
|
|
67
67
|
Color["Yellow75"] = "#FFF1C2";
|
|
68
68
|
Color["Yellow100"] = "#FFE494";
|
|
69
69
|
Color["Yellow200"] = "#FFDC6B";
|
|
70
|
-
Color["Yellow300"] = "#
|
|
70
|
+
Color["Yellow300"] = "#C94F08";
|
|
71
71
|
Color["Yellow400"] = "#FFA91F";
|
|
72
|
-
Color["Yellow500"] = "#
|
|
72
|
+
Color["Yellow500"] = "#B84807";
|
|
73
73
|
})(Color || (Color = {}));
|
|
74
74
|
|
|
75
75
|
export function isColorProp(name) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -367,56 +367,84 @@ declare enum Color {
|
|
|
367
367
|
Dark100 = "#8F949E",
|
|
368
368
|
Dark200 = "#6A707C",
|
|
369
369
|
Dark300 = "#5B6371",
|
|
370
|
+
/**@deprecated */
|
|
370
371
|
Dark400 = "#323C4E",
|
|
372
|
+
/**@deprecated */
|
|
371
373
|
Dark450 = "#222F44",
|
|
372
374
|
Dark500 = "#192334",
|
|
375
|
+
/**@deprecated */
|
|
373
376
|
Silver100 = "#F6F7F8",
|
|
374
377
|
Silver200 = "#F3F5F8",
|
|
378
|
+
/**@deprecated */
|
|
375
379
|
Silver300 = "#E8ECF0",
|
|
376
380
|
Silver400 = "#E1E5EA",
|
|
377
381
|
Silver500 = "#C4CDD5",
|
|
378
382
|
Blue50 = "#EBF4FF",
|
|
383
|
+
/** @deprecated */
|
|
379
384
|
Blue75 = "#CCE5FF",
|
|
385
|
+
/** @deprecated */
|
|
380
386
|
Blue100 = "#A8D1FF",
|
|
387
|
+
/** @deprecated */
|
|
381
388
|
Blue200 = "#66ADFF",
|
|
382
|
-
Blue300 = "#
|
|
389
|
+
Blue300 = "#0070F5",
|
|
390
|
+
/** @deprecated */
|
|
383
391
|
Blue400 = "#0063DB",
|
|
384
|
-
Blue500 = "#
|
|
392
|
+
Blue500 = "#0063DB",
|
|
385
393
|
Green50 = "#ECF9EF",
|
|
394
|
+
/** @deprecated */
|
|
386
395
|
Green75 = "#C8F4D1",
|
|
396
|
+
/** @deprecated */
|
|
387
397
|
Green100 = "#90EAAE",
|
|
398
|
+
/** @deprecated */
|
|
388
399
|
Green200 = "#5DDA87",
|
|
389
|
-
Green300 = "#
|
|
400
|
+
Green300 = "#03872F",
|
|
401
|
+
/** @deprecated */
|
|
390
402
|
Green400 = "#1E8F46",
|
|
391
|
-
Green500 = "#
|
|
403
|
+
Green500 = "#007A29",
|
|
392
404
|
Purple50 = "#EFEEFC",
|
|
405
|
+
/** @deprecated */
|
|
393
406
|
Purple75 = "#DCDBF5",
|
|
407
|
+
/** @deprecated */
|
|
394
408
|
Purple100 = "#CBC8EE",
|
|
409
|
+
/** @deprecated */
|
|
395
410
|
Purple200 = "#A7A1E8",
|
|
396
411
|
Purple300 = "#6559CF",
|
|
412
|
+
/** @deprecated */
|
|
397
413
|
Purple400 = "#473ABB",
|
|
398
|
-
Purple500 = "#
|
|
414
|
+
Purple500 = "#473ABB",
|
|
399
415
|
Red50 = "#FFEDEB",
|
|
416
|
+
/** @deprecated */
|
|
400
417
|
Red75 = "#FDD9D3",
|
|
418
|
+
/** @deprecated */
|
|
401
419
|
Red100 = "#FDC2BA",
|
|
420
|
+
/** @deprecated */
|
|
402
421
|
Red200 = "#FE988B",
|
|
403
|
-
Red300 = "#
|
|
422
|
+
Red300 = "#E5230D",
|
|
423
|
+
/** @deprecated */
|
|
404
424
|
Red400 = "#D9210D",
|
|
405
425
|
Red500 = "#C31909",
|
|
406
426
|
Teal50 = "#E3F6FC",
|
|
427
|
+
/** @deprecated */
|
|
407
428
|
Teal75 = "#BEEDF9",
|
|
429
|
+
/** @deprecated */
|
|
408
430
|
Teal100 = "#91E3F8",
|
|
431
|
+
/** @deprecated */
|
|
409
432
|
Teal200 = "#61D3EF",
|
|
410
|
-
Teal300 = "#
|
|
433
|
+
Teal300 = "#007EAB",
|
|
434
|
+
/** @deprecated */
|
|
411
435
|
Teal400 = "#008DB8",
|
|
412
|
-
Teal500 = "#
|
|
413
|
-
Yellow50 = "#
|
|
436
|
+
Teal500 = "#00678A",
|
|
437
|
+
Yellow50 = "#FFF7DC",
|
|
438
|
+
/** @deprecated */
|
|
414
439
|
Yellow75 = "#FFF1C2",
|
|
440
|
+
/** @deprecated */
|
|
415
441
|
Yellow100 = "#FFE494",
|
|
442
|
+
/** @deprecated */
|
|
416
443
|
Yellow200 = "#FFDC6B",
|
|
417
|
-
Yellow300 = "#
|
|
444
|
+
Yellow300 = "#C94F08",
|
|
445
|
+
/** @deprecated */
|
|
418
446
|
Yellow400 = "#FFA91F",
|
|
419
|
-
Yellow500 = "#
|
|
447
|
+
Yellow500 = "#B84807"
|
|
420
448
|
}
|
|
421
449
|
declare type ColorProp = keyof typeof Color;
|
|
422
450
|
declare function isColorProp(name: unknown): name is ColorProp;
|
package/dist-web/index.js
CHANGED
|
@@ -466,44 +466,44 @@ var Color;
|
|
|
466
466
|
Color["Blue75"] = "#CCE5FF";
|
|
467
467
|
Color["Blue100"] = "#A8D1FF";
|
|
468
468
|
Color["Blue200"] = "#66ADFF";
|
|
469
|
-
Color["Blue300"] = "#
|
|
469
|
+
Color["Blue300"] = "#0070F5";
|
|
470
470
|
Color["Blue400"] = "#0063DB";
|
|
471
|
-
Color["Blue500"] = "#
|
|
471
|
+
Color["Blue500"] = "#0063DB";
|
|
472
472
|
Color["Green50"] = "#ECF9EF";
|
|
473
473
|
Color["Green75"] = "#C8F4D1";
|
|
474
474
|
Color["Green100"] = "#90EAAE";
|
|
475
475
|
Color["Green200"] = "#5DDA87";
|
|
476
|
-
Color["Green300"] = "#
|
|
476
|
+
Color["Green300"] = "#03872F";
|
|
477
477
|
Color["Green400"] = "#1E8F46";
|
|
478
|
-
Color["Green500"] = "#
|
|
478
|
+
Color["Green500"] = "#007A29";
|
|
479
479
|
Color["Purple50"] = "#EFEEFC";
|
|
480
480
|
Color["Purple75"] = "#DCDBF5";
|
|
481
481
|
Color["Purple100"] = "#CBC8EE";
|
|
482
482
|
Color["Purple200"] = "#A7A1E8";
|
|
483
483
|
Color["Purple300"] = "#6559CF";
|
|
484
484
|
Color["Purple400"] = "#473ABB";
|
|
485
|
-
Color["Purple500"] = "#
|
|
485
|
+
Color["Purple500"] = "#473ABB";
|
|
486
486
|
Color["Red50"] = "#FFEDEB";
|
|
487
487
|
Color["Red75"] = "#FDD9D3";
|
|
488
488
|
Color["Red100"] = "#FDC2BA";
|
|
489
489
|
Color["Red200"] = "#FE988B";
|
|
490
|
-
Color["Red300"] = "#
|
|
490
|
+
Color["Red300"] = "#E5230D";
|
|
491
491
|
Color["Red400"] = "#D9210D";
|
|
492
492
|
Color["Red500"] = "#C31909";
|
|
493
493
|
Color["Teal50"] = "#E3F6FC";
|
|
494
494
|
Color["Teal75"] = "#BEEDF9";
|
|
495
495
|
Color["Teal100"] = "#91E3F8";
|
|
496
496
|
Color["Teal200"] = "#61D3EF";
|
|
497
|
-
Color["Teal300"] = "#
|
|
497
|
+
Color["Teal300"] = "#007EAB";
|
|
498
498
|
Color["Teal400"] = "#008DB8";
|
|
499
|
-
Color["Teal500"] = "#
|
|
500
|
-
Color["Yellow50"] = "#
|
|
499
|
+
Color["Teal500"] = "#00678A";
|
|
500
|
+
Color["Yellow50"] = "#FFF7DC";
|
|
501
501
|
Color["Yellow75"] = "#FFF1C2";
|
|
502
502
|
Color["Yellow100"] = "#FFE494";
|
|
503
503
|
Color["Yellow200"] = "#FFDC6B";
|
|
504
|
-
Color["Yellow300"] = "#
|
|
504
|
+
Color["Yellow300"] = "#C94F08";
|
|
505
505
|
Color["Yellow400"] = "#FFA91F";
|
|
506
|
-
Color["Yellow500"] = "#
|
|
506
|
+
Color["Yellow500"] = "#B84807";
|
|
507
507
|
})(Color || (Color = {}));
|
|
508
508
|
|
|
509
509
|
function isColorProp(name) {
|