pxengine 0.1.59 → 0.1.61

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.
@@ -121,6 +121,10 @@ module.exports = {
121
121
  interactionBg: "var(--interaction-bg)",
122
122
  purpleLight: "var(--purpleLight)",
123
123
  purpleText2: "var(--purple-text-2)",
124
+ gold: "var(--gold)",
125
+ cardSurface: "var(--cardSurface)",
126
+ cardText: "var(--cardText)",
127
+ cardBorder: "var(--cardBorder)",
124
128
  green100: "#dcfce7",
125
129
  // Landing page colors
126
130
  landingDarkestBlue: "var(--landing-darkest-blue)",