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