@eclass/ui-kit 1.16.0 → 1.17.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.
@@ -26043,7 +26043,9 @@ const colors = {
26043
26043
  main,
26044
26044
  secondary: {
26045
26045
  pumpkin: "#FF7A14",
26046
- polishedBronze: "#CD7F32"
26046
+ polishedBronze: "#CD7F32",
26047
+ cornsilk: "#FFF5DF",
26048
+ linen: "#F8ECE0"
26047
26049
  },
26048
26050
  alert: {
26049
26051
  deepSkyBlue: main.deepSkyBlue,