@thecb/components 5.8.2-beta.4 → 5.8.2-beta.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thecb/components",
3
- "version": "5.8.2-beta.4",
3
+ "version": "5.8.2-beta.5",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -67,7 +67,7 @@ const MUSTARD_YELLOW = "#FFD459";
67
67
  const FIRE_YELLOW = "#B34A00";
68
68
  // ORANGE
69
69
  const CARROT_ORANGE = "#ED9620";
70
- const ZEST_ORANGE = "#F47820";
70
+ const ZEST_ORANGE = "#B84A00";
71
71
  const APRICOT_ORANGE = "#FFE8D8";
72
72
  // RED
73
73
  const RED = "#FF0000";