arxatec-ui 0.1.12 → 0.1.14
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 +28 -28
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -329,47 +329,47 @@
|
|
|
329
329
|
--editor-shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
330
330
|
|
|
331
331
|
/* Task tag colors */
|
|
332
|
-
--task-tag-foreground-gray: oklch(
|
|
333
|
-
--task-tag-background-gray: oklch(
|
|
332
|
+
--task-tag-foreground-gray: oklch(32% 0.018 260);
|
|
333
|
+
--task-tag-background-gray: oklch(92% 0.01 260);
|
|
334
334
|
|
|
335
|
-
--task-tag-foreground-red: oklch(
|
|
336
|
-
--task-tag-background-red: oklch(
|
|
335
|
+
--task-tag-foreground-red: oklch(30% 0.09 26);
|
|
336
|
+
--task-tag-background-red: oklch(88% 0.06 25);
|
|
337
337
|
|
|
338
|
-
--task-tag-foreground-yellow: oklch(
|
|
339
|
-
--task-tag-background-yellow: oklch(
|
|
338
|
+
--task-tag-foreground-yellow: oklch(36% 0.08 58);
|
|
339
|
+
--task-tag-background-yellow: oklch(90% 0.07 95);
|
|
340
340
|
|
|
341
|
-
--task-tag-foreground-orange: oklch(
|
|
342
|
-
--task-tag-background-orange: oklch(
|
|
341
|
+
--task-tag-foreground-orange: oklch(36% 0.11 42);
|
|
342
|
+
--task-tag-background-orange: oklch(90% 0.07 50);
|
|
343
343
|
|
|
344
|
-
--task-tag-foreground-purple: oklch(
|
|
345
|
-
--task-tag-background-purple: oklch(
|
|
344
|
+
--task-tag-foreground-purple: oklch(32% 0.14 305);
|
|
345
|
+
--task-tag-background-purple: oklch(90% 0.08 302);
|
|
346
346
|
|
|
347
|
-
--task-tag-foreground-blue: oklch(
|
|
348
|
-
--task-tag-background-blue: oklch(
|
|
347
|
+
--task-tag-foreground-blue: oklch(32% 0.12 265);
|
|
348
|
+
--task-tag-background-blue: oklch(88% 0.08 260);
|
|
349
349
|
|
|
350
|
-
--task-tag-foreground-indigo: oklch(
|
|
351
|
-
--task-tag-background-indigo: oklch(
|
|
350
|
+
--task-tag-foreground-indigo: oklch(30% 0.12 278);
|
|
351
|
+
--task-tag-background-indigo: oklch(88% 0.08 277);
|
|
352
352
|
|
|
353
|
-
--task-tag-foreground-sky: oklch(
|
|
354
|
-
--task-tag-background-sky: oklch(
|
|
353
|
+
--task-tag-foreground-sky: oklch(30% 0.08 241);
|
|
354
|
+
--task-tag-background-sky: oklch(88% 0.06 241);
|
|
355
355
|
|
|
356
|
-
--task-tag-foreground-green: oklch(
|
|
357
|
-
--task-tag-background-green: oklch(
|
|
356
|
+
--task-tag-foreground-green: oklch(28% 0.065 152.934);
|
|
357
|
+
--task-tag-background-green: oklch(86% 0.07 152);
|
|
358
358
|
|
|
359
|
-
--task-tag-foreground-lime: oklch(
|
|
360
|
-
--task-tag-background-lime: oklch(
|
|
359
|
+
--task-tag-foreground-lime: oklch(32% 0.08 131);
|
|
360
|
+
--task-tag-background-lime: oklch(90% 0.08 130);
|
|
361
361
|
|
|
362
|
-
--task-priority-foreground-low: oklch(
|
|
363
|
-
--task-priority-background-low: oklch(
|
|
362
|
+
--task-priority-foreground-low: oklch(28% 0.065 152.934);
|
|
363
|
+
--task-priority-background-low: oklch(86% 0.07 152);
|
|
364
364
|
|
|
365
|
-
--task-priority-foreground-medium: oklch(
|
|
366
|
-
--task-priority-background-medium: oklch(
|
|
365
|
+
--task-priority-foreground-medium: oklch(30% 0.07 53.813);
|
|
366
|
+
--task-priority-background-medium: oklch(88% 0.08 85);
|
|
367
367
|
|
|
368
|
-
--task-priority-foreground-high: oklch(
|
|
369
|
-
--task-priority-background-high: oklch(
|
|
368
|
+
--task-priority-foreground-high: oklch(32% 0.1 32);
|
|
369
|
+
--task-priority-background-high: oklch(88% 0.07 35);
|
|
370
370
|
|
|
371
|
-
--task-priority-foreground-critical: oklch(
|
|
372
|
-
--task-priority-background-critical: oklch(
|
|
371
|
+
--task-priority-foreground-critical: oklch(28% 0.12 22);
|
|
372
|
+
--task-priority-background-critical: oklch(90% 0.09 22);
|
|
373
373
|
}
|
|
374
374
|
|
|
375
375
|
.dark {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "arxatec-ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.14",
|
|
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",
|