@lukeashford/aurelius 2.3.0 → 2.4.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.
@@ -19,7 +19,7 @@
19
19
  --glass-rgb: 20 20 20;
20
20
 
21
21
  /* Gold spectrum (derived from one base where possible) */
22
- --color-gold: #c9a227;
22
+ --color-gold: #fecb6b;
23
23
  --color-gold-light: color-mix(in oklab, var(--color-gold) 75%, white);
24
24
  --color-gold-bright: color-mix(in oklab, var(--color-gold) 60%, white);
25
25
  --color-gold-muted: color-mix(in oklab, var(--color-gold) 55%, #6b5a44);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lukeashford/aurelius",
3
- "version": "2.3.0",
3
+ "version": "2.4.0",
4
4
  "description": "Design system for Aurelius applications — A cohesive visual language for creative technologists",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",