@hubpav/hwio-brand 0.6.2 → 0.6.4

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/dist/tokens.json CHANGED
@@ -245,7 +245,8 @@
245
245
  },
246
246
  "extras": {
247
247
  "--er3o-gradient-from": "#01CC9B",
248
- "--er3o-gradient-to": "#14A0C0"
248
+ "--er3o-gradient-to": "#14A0C0",
249
+ "--hwio-footer-hover": "#ffffff"
249
250
  }
250
251
  }
251
252
  },
package/dist/vars.css CHANGED
@@ -164,4 +164,5 @@
164
164
  --hwio-font-sans: 'Poppins', 'Poppins Fallback', ui-sans-serif, system-ui, sans-serif;
165
165
  --er3o-gradient-from: #01CC9B;
166
166
  --er3o-gradient-to: #14A0C0;
167
+ --hwio-footer-hover: #ffffff;
167
168
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubpav/hwio-brand",
3
- "version": "0.6.2",
3
+ "version": "0.6.4",
4
4
  "description": "HARDWARIO brand source of truth: palette, theme roles, fonts, logos and the sites registry, generated into CSS and JSON for any stack.",
5
5
  "license": "MIT",
6
6
  "type": "module",
package/src/brand.json CHANGED
@@ -151,7 +151,8 @@
151
151
  },
152
152
  "extras": {
153
153
  "--er3o-gradient-from": "#01CC9B",
154
- "--er3o-gradient-to": "#14A0C0"
154
+ "--er3o-gradient-to": "#14A0C0",
155
+ "--hwio-footer-hover": "#ffffff"
155
156
  }
156
157
  }
157
158
  },