@codapet/design-system 0.6.6 → 0.6.8

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
@@ -109,6 +109,7 @@
109
109
  --color-alert-bg-informative: var(--alert-bg-informative);
110
110
  --color-alert-bg-error: var(--alert-bg-error);
111
111
  --color-vibrant-text-heading: var(--vibrant-text-heading);
112
+ --color-vibrant-text-display: var(--vibrant-text-display);
112
113
 
113
114
  /* Text tokens */
114
115
  --color-vibrant-text-body: var(--vibrant-text-body);
@@ -117,6 +118,8 @@
117
118
  --color-gray-stroke-light: var(--gray-stroke-light);
118
119
  --color-gray-stroke-default: var(--gray-stroke-default);
119
120
  --color-error-stroke-light: var(--error-stroke-light);
121
+ --color-error-stroke-default: var(--error-stroke-default);
122
+ --color-error-surface-subtle: var(--error-surface-subtle);
120
123
  --color-primary-stroke-default: var(--primary-stroke-default);
121
124
 
122
125
  /* text details */
@@ -214,6 +217,7 @@
214
217
  --warning-surface-light: oklch(0.9566 0.0763 97.96);
215
218
  --warning-stroke-default: oklch(0.8230 0.1479 88.67);
216
219
  --warning-stroke-dark: oklch(0.5548 0.1271 62.52);
220
+ --vibrant-text-display: oklch(0.4247 0.0456 250.58);
217
221
  --vibrant-text-body: oklch(0.3623 0.0131 286.07);
218
222
  --vibrant-text-heading: oklch(0.1456 0.0045 286.07);
219
223
  --vibrant-text-white-darker: oklch(0.8853 0.0000 0);
@@ -245,6 +249,8 @@
245
249
  --error-surface-dark: oklch(0.3967 0.1408 25.71);
246
250
  --error-surface-light: oklch(0.9705 0.0129 17.38);
247
251
  --error-stroke-light: oklch(0.8834 0.0616 18.39);
252
+ --error-stroke-default: oklch(0.6834 0.2106 19.85);
253
+ --error-surface-subtle: oklch(0.9903 0.003 17.21);
248
254
 
249
255
  /* Semantic tokens */
250
256
  --foreground-secondary: oklch(0.37 0.013 285.8);
@@ -324,6 +330,7 @@
324
330
  --warning-surface-light: oklch(0.28 0.06 98);
325
331
  --warning-stroke-default: oklch(0.65 0.13 89);
326
332
  --warning-stroke-dark: oklch(0.75 0.1 62);
333
+ --vibrant-text-display: oklch(0.7 0.05 250);
327
334
  --vibrant-text-body: oklch(0.8 0.013 286);
328
335
  --vibrant-text-heading: oklch(0.95 0.005 286);
329
336
  --vibrant-text-white-darker: oklch(0.35 0 0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codapet/design-system",
3
- "version": "0.6.6",
3
+ "version": "0.6.8",
4
4
  "private": false,
5
5
  "main": "./dist/index.mjs",
6
6
  "module": "./dist/index.mjs",