arxatec-ui 0.1.47 → 0.1.48
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 +138 -6
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -278,9 +278,9 @@
|
|
|
278
278
|
--case-status-waiting-foreground: oklch(33% 0.01 260);
|
|
279
279
|
|
|
280
280
|
/* Documents selector */
|
|
281
|
-
--selector-rectangle: oklch(
|
|
282
|
-
--selector-background: oklch(
|
|
283
|
-
--selector-foreground: oklch(
|
|
281
|
+
--selector-rectangle: oklch(94% 0.022 238);
|
|
282
|
+
--selector-background: oklch(97% 0.014 240);
|
|
283
|
+
--selector-foreground: oklch(38% 0.032 238);
|
|
284
284
|
|
|
285
285
|
/* License status */
|
|
286
286
|
--license-valid-foreground: oklch(26% 0.032 210);
|
|
@@ -387,6 +387,38 @@
|
|
|
387
387
|
|
|
388
388
|
--task-priority-foreground-critical: oklch(26% 0.035 250);
|
|
389
389
|
--task-priority-background-critical: oklch(94% 0.032 250);
|
|
390
|
+
|
|
391
|
+
/* Billing type */
|
|
392
|
+
--billing-type-invoice-background: oklch(88% 0.032 240);
|
|
393
|
+
--billing-type-invoice-foreground: oklch(32% 0.035 240);
|
|
394
|
+
|
|
395
|
+
--billing-type-proforma-background: oklch(90% 0.03 268);
|
|
396
|
+
--billing-type-proforma-foreground: oklch(29% 0.033 268);
|
|
397
|
+
|
|
398
|
+
--billing-type-receipt-background: oklch(92% 0.028 210);
|
|
399
|
+
--billing-type-receipt-foreground: oklch(26% 0.032 210);
|
|
400
|
+
|
|
401
|
+
--billing-type-credit-note-background: oklch(94% 0.035 285);
|
|
402
|
+
--billing-type-credit-note-foreground: oklch(28% 0.038 285);
|
|
403
|
+
|
|
404
|
+
/* Billing status */
|
|
405
|
+
--billing-status-draft-background: oklch(96% 0.018 260);
|
|
406
|
+
--billing-status-draft-foreground: oklch(55% 0.02 260);
|
|
407
|
+
|
|
408
|
+
--billing-status-issued-background: oklch(88% 0.032 240);
|
|
409
|
+
--billing-status-issued-foreground: oklch(32% 0.035 240);
|
|
410
|
+
|
|
411
|
+
--billing-status-partially-paid-background: oklch(94% 0.028 278);
|
|
412
|
+
--billing-status-partially-paid-foreground: oklch(34% 0.032 278);
|
|
413
|
+
|
|
414
|
+
--billing-status-paid-background: oklch(92% 0.028 210);
|
|
415
|
+
--billing-status-paid-foreground: oklch(26% 0.032 210);
|
|
416
|
+
|
|
417
|
+
--billing-status-overdue-background: oklch(94% 0.03 250);
|
|
418
|
+
--billing-status-overdue-foreground: oklch(28% 0.035 250);
|
|
419
|
+
|
|
420
|
+
--billing-status-cancelled-background: oklch(96% 0.02 260);
|
|
421
|
+
--billing-status-cancelled-foreground: oklch(55% 0.02 260);
|
|
390
422
|
}
|
|
391
423
|
/**
|
|
392
424
|
* Dark theme tokens.
|
|
@@ -489,9 +521,9 @@
|
|
|
489
521
|
--case-status-waiting-foreground: oklch(86% 0.01 260);
|
|
490
522
|
|
|
491
523
|
/* Documents selector */
|
|
492
|
-
--selector-rectangle: oklch(
|
|
493
|
-
--selector-background: oklch(
|
|
494
|
-
--selector-foreground: oklch(
|
|
524
|
+
--selector-rectangle: oklch(20% 0.024 238);
|
|
525
|
+
--selector-background: oklch(17% 0.018 240);
|
|
526
|
+
--selector-foreground: oklch(65% 0.028 238);
|
|
495
527
|
|
|
496
528
|
/* License status */
|
|
497
529
|
--license-valid-foreground: oklch(92% 0.028 210);
|
|
@@ -577,6 +609,38 @@
|
|
|
577
609
|
|
|
578
610
|
--task-priority-foreground-critical: oklch(94% 0.032 250);
|
|
579
611
|
--task-priority-background-critical: oklch(26% 0.035 250);
|
|
612
|
+
|
|
613
|
+
/* Billing type */
|
|
614
|
+
--billing-type-invoice-background: oklch(28% 0.032 240);
|
|
615
|
+
--billing-type-invoice-foreground: oklch(88% 0.032 240);
|
|
616
|
+
|
|
617
|
+
--billing-type-proforma-background: oklch(27% 0.03 268);
|
|
618
|
+
--billing-type-proforma-foreground: oklch(93% 0.03 268);
|
|
619
|
+
|
|
620
|
+
--billing-type-receipt-background: oklch(26% 0.028 210);
|
|
621
|
+
--billing-type-receipt-foreground: oklch(92% 0.028 210);
|
|
622
|
+
|
|
623
|
+
--billing-type-credit-note-background: oklch(28% 0.035 285);
|
|
624
|
+
--billing-type-credit-note-foreground: oklch(90% 0.035 285);
|
|
625
|
+
|
|
626
|
+
/* Billing status */
|
|
627
|
+
--billing-status-draft-background: oklch(28% 0.018 260);
|
|
628
|
+
--billing-status-draft-foreground: oklch(72% 0.018 260);
|
|
629
|
+
|
|
630
|
+
--billing-status-issued-background: oklch(28% 0.032 240);
|
|
631
|
+
--billing-status-issued-foreground: oklch(88% 0.032 240);
|
|
632
|
+
|
|
633
|
+
--billing-status-partially-paid-background: oklch(30% 0.028 278);
|
|
634
|
+
--billing-status-partially-paid-foreground: oklch(94% 0.028 278);
|
|
635
|
+
|
|
636
|
+
--billing-status-paid-background: oklch(26% 0.028 210);
|
|
637
|
+
--billing-status-paid-foreground: oklch(92% 0.028 210);
|
|
638
|
+
|
|
639
|
+
--billing-status-overdue-background: oklch(28% 0.035 250);
|
|
640
|
+
--billing-status-overdue-foreground: oklch(94% 0.035 250);
|
|
641
|
+
|
|
642
|
+
--billing-status-cancelled-background: oklch(27% 0.02 260);
|
|
643
|
+
--billing-status-cancelled-foreground: oklch(58% 0.02 260);
|
|
580
644
|
}
|
|
581
645
|
/**
|
|
582
646
|
* Maps tokens into the Tailwind v4 namespace (`@theme inline`).
|
|
@@ -863,6 +927,74 @@
|
|
|
863
927
|
--color-task-priority-background-critical: var(
|
|
864
928
|
--task-priority-background-critical
|
|
865
929
|
);
|
|
930
|
+
|
|
931
|
+
/* Billing type colors */
|
|
932
|
+
--color-billing-type-invoice-background: var(
|
|
933
|
+
--billing-type-invoice-background
|
|
934
|
+
);
|
|
935
|
+
--color-billing-type-invoice-foreground: var(
|
|
936
|
+
--billing-type-invoice-foreground
|
|
937
|
+
);
|
|
938
|
+
|
|
939
|
+
--color-billing-type-proforma-background: var(
|
|
940
|
+
--billing-type-proforma-background
|
|
941
|
+
);
|
|
942
|
+
--color-billing-type-proforma-foreground: var(
|
|
943
|
+
--billing-type-proforma-foreground
|
|
944
|
+
);
|
|
945
|
+
|
|
946
|
+
--color-billing-type-receipt-background: var(
|
|
947
|
+
--billing-type-receipt-background
|
|
948
|
+
);
|
|
949
|
+
--color-billing-type-receipt-foreground: var(
|
|
950
|
+
--billing-type-receipt-foreground
|
|
951
|
+
);
|
|
952
|
+
|
|
953
|
+
--color-billing-type-credit-note-background: var(
|
|
954
|
+
--billing-type-credit-note-background
|
|
955
|
+
);
|
|
956
|
+
--color-billing-type-credit-note-foreground: var(
|
|
957
|
+
--billing-type-credit-note-foreground
|
|
958
|
+
);
|
|
959
|
+
|
|
960
|
+
/* Billing status colors */
|
|
961
|
+
--color-billing-status-draft-background: var(
|
|
962
|
+
--billing-status-draft-background
|
|
963
|
+
);
|
|
964
|
+
--color-billing-status-draft-foreground: var(
|
|
965
|
+
--billing-status-draft-foreground
|
|
966
|
+
);
|
|
967
|
+
|
|
968
|
+
--color-billing-status-issued-background: var(
|
|
969
|
+
--billing-status-issued-background
|
|
970
|
+
);
|
|
971
|
+
--color-billing-status-issued-foreground: var(
|
|
972
|
+
--billing-status-issued-foreground
|
|
973
|
+
);
|
|
974
|
+
|
|
975
|
+
--color-billing-status-partially-paid-background: var(
|
|
976
|
+
--billing-status-partially-paid-background
|
|
977
|
+
);
|
|
978
|
+
--color-billing-status-partially-paid-foreground: var(
|
|
979
|
+
--billing-status-partially-paid-foreground
|
|
980
|
+
);
|
|
981
|
+
|
|
982
|
+
--color-billing-status-paid-background: var(--billing-status-paid-background);
|
|
983
|
+
--color-billing-status-paid-foreground: var(--billing-status-paid-foreground);
|
|
984
|
+
|
|
985
|
+
--color-billing-status-overdue-background: var(
|
|
986
|
+
--billing-status-overdue-background
|
|
987
|
+
);
|
|
988
|
+
--color-billing-status-overdue-foreground: var(
|
|
989
|
+
--billing-status-overdue-foreground
|
|
990
|
+
);
|
|
991
|
+
|
|
992
|
+
--color-billing-status-cancelled-background: var(
|
|
993
|
+
--billing-status-cancelled-background
|
|
994
|
+
);
|
|
995
|
+
--color-billing-status-cancelled-foreground: var(
|
|
996
|
+
--billing-status-cancelled-foreground
|
|
997
|
+
);
|
|
866
998
|
}
|
|
867
999
|
/**
|
|
868
1000
|
* Reset / global base styles on Tailwind's `base` layer.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "arxatec-ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.48",
|
|
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",
|