arxatec-ui 0.1.24 → 0.1.25

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.
Files changed (2) hide show
  1. package/dist/styles.css +10 -10
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -218,7 +218,7 @@
218
218
  --radius: 0.5rem;
219
219
  --background: oklch(1 0 0);
220
220
  --foreground: oklch(0.145 0 0);
221
- --card: oklch(99% 0 0);
221
+ --card: oklch(0.985 0 0);
222
222
  --card-foreground: oklch(0.145 0 0);
223
223
  --popover: oklch(1 0 0);
224
224
  --popover-foreground: oklch(0.145 0 0);
@@ -226,14 +226,14 @@
226
226
  --primary-foreground: oklch(0.985 0 0);
227
227
  --secondary: oklch(0.97 0 0);
228
228
  --secondary-foreground: oklch(0.205 0 0);
229
- --muted: oklch(0.97 0 0);
229
+ --muted: oklch(0.99 0 0);
230
230
  --muted-foreground: oklch(0.556 0 0);
231
- --accent: oklch(0.97 0 0);
231
+ --accent: oklch(0.99 0 0);
232
232
  --accent-foreground: oklch(0.205 0 0);
233
233
  --destructive: oklch(0.577 0.245 27.325);
234
234
  --border: oklch(0.98 0 0);
235
- --input: oklch(0.952 0 0);
236
- --ring: oklch(0.708 0 0);
235
+ --input: oklch(0.98 0 0);
236
+ --ring: oklch(0.98 0 0);
237
237
  --chart-1: oklch(0.646 0.222 41.116);
238
238
  --chart-2: oklch(0.6 0.118 184.704);
239
239
  --chart-3: oklch(0.398 0.07 227.392);
@@ -424,7 +424,7 @@
424
424
  .dark {
425
425
  --background: oklch(0.116 0 0);
426
426
  --foreground: oklch(0.985 0 0);
427
- --card: oklch(0.172 0 0);
427
+ --card: oklch(0.12 0 0);
428
428
  --card-foreground: oklch(0.985 0 0);
429
429
  --popover: oklch(0.164 0 0);
430
430
  --popover-foreground: oklch(0.985 0 0);
@@ -432,14 +432,14 @@
432
432
  --primary-foreground: oklch(0.164 0 0);
433
433
  --secondary: oklch(0.215 0 0);
434
434
  --secondary-foreground: oklch(0.708 0 0);
435
- --muted: oklch(0.215 0 0);
435
+ --muted: oklch(0.27 0 0);
436
436
  --muted-foreground: oklch(0.708 0 0);
437
- --accent: oklch(0.215 0 0);
437
+ --accent: oklch(0.2 0 0);
438
438
  --accent-foreground: oklch(0.985 0 0);
439
439
  --destructive: oklch(0.704 0.191 22.216);
440
440
  --border: oklch(1 0 0 / 2.4%);
441
- --input: oklch(1 0 0 / 12%);
442
- --ring: oklch(0.556 0 0);
441
+ --input: oklch(1 0 0 / 2.4%);
442
+ --ring: oklch(1 0 0 / 2.4%);
443
443
  --chart-1: oklch(0.488 0.243 264.376);
444
444
  --chart-2: oklch(0.696 0.17 162.48);
445
445
  --chart-3: oklch(0.769 0.188 70.08);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arxatec-ui",
3
- "version": "0.1.24",
3
+ "version": "0.1.25",
4
4
  "description": "React component library for building Arxatec product UIs—built on established ecosystem libraries for a consistent, efficient workflow. More at https://arxatec.net.",
5
5
  "license": "MIT",
6
6
  "type": "module",