@codapet/design-system 0.2.8 → 0.2.9

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/styles.css CHANGED
@@ -48,6 +48,7 @@
48
48
  --color-brand-normal: var(--brand-normal);
49
49
  --color-brand-vibrant: var(--brand-vibrant);
50
50
  --color-brand-dark: var(--brand-dark);
51
+ --color-brand-text-vibrant: var(--brand-text-vibrant);
51
52
 
52
53
  --color-gray-subtle: var(--gray-subtle);
53
54
 
@@ -132,6 +133,7 @@
132
133
  --brand-normal: oklch(0.5695 0.0859 252.57);
133
134
  --brand-vibrant: oklch(0.5424 0.1123 253.26);
134
135
  --brand-dark: oklch(0.4463 0.0577 255.4);
136
+ --brand-text-vibrant: oklch(0.6187 0.2067 259.23);
135
137
 
136
138
  /* Custom Sand Colors */
137
139
  --sand-light: oklch(0.9815 0.0046 106.48);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codapet/design-system",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "private": false,
5
5
  "main": "./dist/index.mjs",
6
6
  "module": "./dist/index.mjs",