@codapet/design-system 0.8.0 → 0.8.1
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/index.mjs +8 -8
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +8 -8
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
|
|
207
207
|
/* Sage accent */
|
|
208
208
|
--sage-light: oklch(0.9306 0.0176 164.64);
|
|
209
|
-
--sage-normal: oklch(0.7528 0.
|
|
209
|
+
--sage-normal: oklch(0.7528 0.034 163.9);
|
|
210
210
|
--sage-dark: oklch(0.4361 0.0249 165.05);
|
|
211
211
|
|
|
212
212
|
--gray-subtle: oklch(0.6727 0.0131 286.04);
|
|
@@ -220,12 +220,12 @@
|
|
|
220
220
|
--sand-stroke-disabled: oklch(0.9848 0.0013 106.42);
|
|
221
221
|
--warning-surface-subtle: oklch(0.9788 0.0408 98.07);
|
|
222
222
|
--warning-surface-light: oklch(0.9566 0.0763 97.96);
|
|
223
|
-
--warning-stroke-default: oklch(0.
|
|
223
|
+
--warning-stroke-default: oklch(0.823 0.1479 88.67);
|
|
224
224
|
--warning-stroke-dark: oklch(0.5548 0.1271 62.52);
|
|
225
225
|
--vibrant-text-display: oklch(0.4247 0.0456 250.58);
|
|
226
226
|
--vibrant-text-body: oklch(0.3623 0.0131 286.07);
|
|
227
227
|
--vibrant-text-heading: oklch(0.1456 0.0045 286.07);
|
|
228
|
-
--vibrant-text-white-darker: oklch(0.8853 0
|
|
228
|
+
--vibrant-text-white-darker: oklch(0.8853 0 0);
|
|
229
229
|
--gray-icon-subtle: oklch(0.6727 0.0131 286.04);
|
|
230
230
|
--gray-icon-light: oklch(0.7057 0.0144 286.02);
|
|
231
231
|
--gray-icon-default: oklch(0.4422 0.0162 285.72);
|
|
@@ -233,8 +233,8 @@
|
|
|
233
233
|
--alert-bg-informative: oklch(0.9804 0 0);
|
|
234
234
|
--alert-bg-error: oklch(0.9919 0.0032 17.38);
|
|
235
235
|
--success-surface-subtle: oklch(0.9819 0.0181 155.83);
|
|
236
|
-
--success-stroke-light: oklch(0.
|
|
237
|
-
--success-surface-default: oklch(0.
|
|
236
|
+
--success-stroke-light: oklch(0.951 0.0338 154.85);
|
|
237
|
+
--success-surface-default: oklch(0.632 0.186 147.37);
|
|
238
238
|
--success-text-dark: oklch(0.3935 0.0957 152.28);
|
|
239
239
|
/* gray*/
|
|
240
240
|
--gray-surface-light: oklch(0.9674 0.0013 286.37);
|
|
@@ -263,10 +263,10 @@
|
|
|
263
263
|
--focus-ring: oklch(0.623 0.214 259.8);
|
|
264
264
|
--destructive-text: oklch(0.704 0.191 22.2);
|
|
265
265
|
--destructive-hover: oklch(0.97 0.013 17.4);
|
|
266
|
-
--destructive-active: oklch(0.9365 0.
|
|
266
|
+
--destructive-active: oklch(0.9365 0.032 17.74);
|
|
267
267
|
--destructive-bg-deep: oklch(0.4446 0.1774 26.79);
|
|
268
268
|
--active-primary: oklch(0.2799 0.0408 260.33);
|
|
269
|
-
--range-middle-bg: oklch(0.
|
|
269
|
+
--range-middle-bg: oklch(94% 0.015 251.2);
|
|
270
270
|
}
|
|
271
271
|
|
|
272
272
|
.dark {
|
|
@@ -381,7 +381,7 @@
|
|
|
381
381
|
--destructive-active: oklch(0.28 0.05 17.4);
|
|
382
382
|
--destructive-bg-deep: oklch(0.35 0.14 22);
|
|
383
383
|
--active-primary: oklch(0.8 0.02 264);
|
|
384
|
-
--range-middle-bg: oklch(0.
|
|
384
|
+
--range-middle-bg: oklch(94% 0.015 251.2);
|
|
385
385
|
}
|
|
386
386
|
|
|
387
387
|
@layer base {
|