@superdispatch/ui 0.22.0 → 0.22.1

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.
@@ -67,7 +67,7 @@ export var Color;
67
67
  Color["Yellow75"] = "#FFF1C2";
68
68
  Color["Yellow100"] = "#FFE494";
69
69
  Color["Yellow200"] = "#FFDC6B";
70
- Color["Yellow300"] = "#C94F08";
70
+ Color["Yellow300"] = "#E8671C";
71
71
  Color["Yellow400"] = "#FFA91F";
72
72
  Color["Yellow500"] = "#B84807";
73
73
  })(Color || (Color = {}));
@@ -441,7 +441,7 @@ declare enum Color {
441
441
  Yellow100 = "#FFE494",
442
442
  /** @deprecated */
443
443
  Yellow200 = "#FFDC6B",
444
- Yellow300 = "#C94F08",
444
+ Yellow300 = "#E8671C",
445
445
  /** @deprecated */
446
446
  Yellow400 = "#FFA91F",
447
447
  Yellow500 = "#B84807"
package/dist-web/index.js CHANGED
@@ -501,7 +501,7 @@ var Color;
501
501
  Color["Yellow75"] = "#FFF1C2";
502
502
  Color["Yellow100"] = "#FFE494";
503
503
  Color["Yellow200"] = "#FFDC6B";
504
- Color["Yellow300"] = "#C94F08";
504
+ Color["Yellow300"] = "#E8671C";
505
505
  Color["Yellow400"] = "#FFA91F";
506
506
  Color["Yellow500"] = "#B84807";
507
507
  })(Color || (Color = {}));