arxatec-ui 0.1.13 → 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.
Files changed (2) hide show
  1. package/dist/styles.css +28 -28
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -512,47 +512,47 @@
512
512
  --editor-border-strong: hsl(240 5% 64.9%);
513
513
 
514
514
  /* Task colors */
515
- --task-tag-foreground-gray: oklch(32% 0.018 260);
516
- --task-tag-background-gray: oklch(92% 0.01 260);
515
+ --task-tag-foreground-gray: oklch(92% 0.01 260);
516
+ --task-tag-background-gray: oklch(32% 0.018 260);
517
517
 
518
- --task-tag-foreground-red: oklch(30% 0.09 26);
519
- --task-tag-background-red: oklch(88% 0.06 25);
518
+ --task-tag-foreground-red: oklch(88% 0.06 25);
519
+ --task-tag-background-red: oklch(30% 0.09 26);
520
520
 
521
- --task-tag-foreground-yellow: oklch(36% 0.08 58);
522
- --task-tag-background-yellow: oklch(90% 0.07 95);
521
+ --task-tag-foreground-yellow: oklch(90% 0.07 95);
522
+ --task-tag-background-yellow: oklch(36% 0.08 58);
523
523
 
524
- --task-tag-foreground-orange: oklch(36% 0.11 42);
525
- --task-tag-background-orange: oklch(90% 0.07 50);
524
+ --task-tag-foreground-orange: oklch(90% 0.07 50);
525
+ --task-tag-background-orange: oklch(36% 0.11 42);
526
526
 
527
- --task-tag-foreground-purple: oklch(32% 0.14 305);
528
- --task-tag-background-purple: oklch(90% 0.08 302);
527
+ --task-tag-foreground-purple: oklch(90% 0.08 302);
528
+ --task-tag-background-purple: oklch(32% 0.14 305);
529
529
 
530
- --task-tag-foreground-blue: oklch(32% 0.12 265);
531
- --task-tag-background-blue: oklch(88% 0.08 260);
530
+ --task-tag-foreground-blue: oklch(88% 0.08 260);
531
+ --task-tag-background-blue: oklch(32% 0.12 265);
532
532
 
533
- --task-tag-foreground-indigo: oklch(30% 0.12 278);
534
- --task-tag-background-indigo: oklch(88% 0.08 277);
533
+ --task-tag-foreground-indigo: oklch(88% 0.08 277);
534
+ --task-tag-background-indigo: oklch(30% 0.12 278);
535
535
 
536
- --task-tag-foreground-sky: oklch(30% 0.08 241);
537
- --task-tag-background-sky: oklch(88% 0.06 241);
536
+ --task-tag-foreground-sky: oklch(88% 0.06 241);
537
+ --task-tag-background-sky: oklch(30% 0.08 241);
538
538
 
539
- --task-tag-foreground-green: oklch(28% 0.065 152.934);
540
- --task-tag-background-green: oklch(86% 0.07 152);
539
+ --task-tag-foreground-green: oklch(86% 0.07 152);
540
+ --task-tag-background-green: oklch(28% 0.065 152.934);
541
541
 
542
- --task-tag-foreground-lime: oklch(32% 0.08 131);
543
- --task-tag-background-lime: oklch(90% 0.08 130);
542
+ --task-tag-foreground-lime: oklch(90% 0.08 130);
543
+ --task-tag-background-lime: oklch(32% 0.08 131);
544
544
 
545
- --task-priority-foreground-low: oklch(28% 0.065 152.934);
546
- --task-priority-background-low: oklch(86% 0.07 152);
545
+ --task-priority-foreground-low: oklch(86% 0.07 152);
546
+ --task-priority-background-low: oklch(28% 0.065 152.934);
547
547
 
548
- --task-priority-foreground-medium: oklch(30% 0.07 53.813);
549
- --task-priority-background-medium: oklch(88% 0.08 85);
548
+ --task-priority-foreground-medium: oklch(88% 0.08 85);
549
+ --task-priority-background-medium: oklch(30% 0.07 53.813);
550
550
 
551
- --task-priority-foreground-high: oklch(32% 0.1 32);
552
- --task-priority-background-high: oklch(88% 0.07 35);
551
+ --task-priority-foreground-high: oklch(88% 0.07 35);
552
+ --task-priority-background-high: oklch(32% 0.1 32);
553
553
 
554
- --task-priority-foreground-critical: oklch(28% 0.12 22);
555
- --task-priority-background-critical: oklch(90% 0.09 22);
554
+ --task-priority-foreground-critical: oklch(90% 0.09 22);
555
+ --task-priority-background-critical: oklch(28% 0.12 22);
556
556
  }
557
557
 
558
558
  @layer base {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arxatec-ui",
3
- "version": "0.1.13",
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",