@parto-system-design/ui 1.1.7 → 1.1.8

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 (122) hide show
  1. package/dist/{chunk-HEYMLQOV.cjs → chunk-2ACKKPWA.cjs} +22 -4
  2. package/dist/chunk-2ACKKPWA.cjs.map +1 -0
  3. package/dist/{chunk-RA5KZNG5.js → chunk-3QYYPPFJ.js} +8 -8
  4. package/dist/chunk-3QYYPPFJ.js.map +1 -0
  5. package/dist/{chunk-OEVMKFFL.cjs → chunk-4WONHORR.cjs} +47 -35
  6. package/dist/chunk-4WONHORR.cjs.map +1 -0
  7. package/dist/{chunk-NEML6RCV.js → chunk-5HCXH6GS.js} +6 -2
  8. package/dist/chunk-5HCXH6GS.js.map +1 -0
  9. package/dist/{chunk-53QY4PD3.js → chunk-GCZ6YATL.js} +38 -6
  10. package/dist/chunk-GCZ6YATL.js.map +1 -0
  11. package/dist/{chunk-GDHRYKVM.js → chunk-GPYJ66CG.js} +4 -4
  12. package/dist/chunk-GPYJ66CG.js.map +1 -0
  13. package/dist/{chunk-SCGW2BH4.cjs → chunk-HS3XI3CC.cjs} +5 -5
  14. package/dist/chunk-HS3XI3CC.cjs.map +1 -0
  15. package/dist/chunk-JCJLN437.js +108 -0
  16. package/dist/chunk-JCJLN437.js.map +1 -0
  17. package/dist/{chunk-MQGQVI3W.cjs → chunk-JMKNNH63.cjs} +39 -7
  18. package/dist/chunk-JMKNNH63.cjs.map +1 -0
  19. package/dist/{chunk-34JUCX2G.cjs → chunk-K6G63EED.cjs} +2 -4
  20. package/dist/chunk-K6G63EED.cjs.map +1 -0
  21. package/dist/{chunk-3AIJKXBV.cjs → chunk-KYM7NIJO.cjs} +200 -9
  22. package/dist/chunk-KYM7NIJO.cjs.map +1 -0
  23. package/dist/{chunk-ZZFNJR2E.js → chunk-MEKWH3GS.js} +22 -4
  24. package/dist/chunk-MEKWH3GS.js.map +1 -0
  25. package/dist/{chunk-YE477L2H.cjs → chunk-MMC6M35Q.cjs} +10 -10
  26. package/dist/chunk-MMC6M35Q.cjs.map +1 -0
  27. package/dist/{chunk-LZMCMZZF.js → chunk-NMH43BDC.js} +44 -32
  28. package/dist/chunk-NMH43BDC.js.map +1 -0
  29. package/dist/chunk-NORDUD2T.cjs +135 -0
  30. package/dist/chunk-NORDUD2T.cjs.map +1 -0
  31. package/dist/{chunk-SCX6AR53.cjs → chunk-OQB6HIUL.cjs} +5 -5
  32. package/dist/{chunk-SCX6AR53.cjs.map → chunk-OQB6HIUL.cjs.map} +1 -1
  33. package/dist/{chunk-IQHKJ4SS.js → chunk-PYURPUTV.js} +195 -6
  34. package/dist/chunk-PYURPUTV.js.map +1 -0
  35. package/dist/{chunk-AXAY64KL.js → chunk-S3T2L6NA.js} +3 -4
  36. package/dist/chunk-S3T2L6NA.js.map +1 -0
  37. package/dist/{chunk-MBCTRNTG.js → chunk-SXWSOU3Y.js} +3 -3
  38. package/dist/{chunk-MBCTRNTG.js.map → chunk-SXWSOU3Y.js.map} +1 -1
  39. package/dist/chunk-TWJXOV4C.js +145 -0
  40. package/dist/chunk-TWJXOV4C.js.map +1 -0
  41. package/dist/{chunk-P5XHPNJG.cjs → chunk-U3ADRIVO.cjs} +6 -2
  42. package/dist/chunk-U3ADRIVO.cjs.map +1 -0
  43. package/dist/chunk-UOZN45G4.cjs +130 -0
  44. package/dist/chunk-UOZN45G4.cjs.map +1 -0
  45. package/dist/chunk-VHLDOG74.cjs +167 -0
  46. package/dist/chunk-VHLDOG74.cjs.map +1 -0
  47. package/dist/{chunk-VO3B75F6.cjs → chunk-YENXXYUV.cjs} +4 -4
  48. package/dist/{chunk-VO3B75F6.cjs.map → chunk-YENXXYUV.cjs.map} +1 -1
  49. package/dist/chunk-YFQWC2PW.js +113 -0
  50. package/dist/chunk-YFQWC2PW.js.map +1 -0
  51. package/dist/{chunk-YAJWTNOX.js → chunk-ZBZDR4ZC.js} +3 -3
  52. package/dist/{chunk-YAJWTNOX.js.map → chunk-ZBZDR4ZC.js.map} +1 -1
  53. package/dist/components/charts/PartoAreaChart.cjs +3 -3
  54. package/dist/components/charts/PartoAreaChart.d.cts +2 -0
  55. package/dist/components/charts/PartoAreaChart.d.ts +2 -0
  56. package/dist/components/charts/PartoAreaChart.js +2 -2
  57. package/dist/components/charts/PartoBarChart.cjs +3 -3
  58. package/dist/components/charts/PartoBarChart.d.cts +6 -0
  59. package/dist/components/charts/PartoBarChart.d.ts +6 -0
  60. package/dist/components/charts/PartoBarChart.js +2 -2
  61. package/dist/components/charts/PartoLineChart.cjs +3 -3
  62. package/dist/components/charts/PartoLineChart.d.cts +8 -0
  63. package/dist/components/charts/PartoLineChart.d.ts +8 -0
  64. package/dist/components/charts/PartoLineChart.js +2 -2
  65. package/dist/components/charts/PartoPieChart.cjs +3 -3
  66. package/dist/components/charts/PartoPieChart.d.cts +8 -0
  67. package/dist/components/charts/PartoPieChart.d.ts +8 -0
  68. package/dist/components/charts/PartoPieChart.js +2 -2
  69. package/dist/components/ui/badge.cjs +3 -3
  70. package/dist/components/ui/badge.js +1 -1
  71. package/dist/components/ui/button.cjs +4 -4
  72. package/dist/components/ui/button.js +2 -2
  73. package/dist/components/ui/calendar.cjs +4 -4
  74. package/dist/components/ui/calendar.js +3 -3
  75. package/dist/components/ui/data-table.cjs +4 -4
  76. package/dist/components/ui/data-table.js +3 -3
  77. package/dist/components/ui/input.cjs +5 -5
  78. package/dist/components/ui/input.js +2 -2
  79. package/dist/components/ui/page-card.cjs +2 -2
  80. package/dist/components/ui/page-card.d.cts +1 -1
  81. package/dist/components/ui/page-card.d.ts +1 -1
  82. package/dist/components/ui/page-card.js +1 -1
  83. package/dist/components/ui/saved-query-card.cjs +4 -4
  84. package/dist/components/ui/saved-query-card.js +3 -3
  85. package/dist/index.cjs +4470 -1927
  86. package/dist/index.cjs.map +1 -1
  87. package/dist/index.css +333 -34
  88. package/dist/index.d.cts +910 -120
  89. package/dist/index.d.ts +910 -120
  90. package/dist/index.js +4298 -1792
  91. package/dist/index.js.map +1 -1
  92. package/dist/{page-card-DOl50DqJ.d.cts → page-card-CmShVqG-.d.cts} +1 -1
  93. package/dist/{page-card-CO92oXkc.d.ts → page-card-HBn-cy4J.d.ts} +1 -1
  94. package/package.json +1 -1
  95. package/dist/chunk-34JUCX2G.cjs.map +0 -1
  96. package/dist/chunk-3AIJKXBV.cjs.map +0 -1
  97. package/dist/chunk-53QY4PD3.js.map +0 -1
  98. package/dist/chunk-7Y4V3R3Y.cjs +0 -120
  99. package/dist/chunk-7Y4V3R3Y.cjs.map +0 -1
  100. package/dist/chunk-AXAY64KL.js.map +0 -1
  101. package/dist/chunk-D5XCQDFS.js +0 -92
  102. package/dist/chunk-D5XCQDFS.js.map +0 -1
  103. package/dist/chunk-GDHRYKVM.js.map +0 -1
  104. package/dist/chunk-HEYMLQOV.cjs.map +0 -1
  105. package/dist/chunk-IQHKJ4SS.js.map +0 -1
  106. package/dist/chunk-LLJR7FV3.js +0 -135
  107. package/dist/chunk-LLJR7FV3.js.map +0 -1
  108. package/dist/chunk-LZMCMZZF.js.map +0 -1
  109. package/dist/chunk-MKYVQQBV.cjs +0 -114
  110. package/dist/chunk-MKYVQQBV.cjs.map +0 -1
  111. package/dist/chunk-MQGQVI3W.cjs.map +0 -1
  112. package/dist/chunk-NEFZJHE4.cjs +0 -157
  113. package/dist/chunk-NEFZJHE4.cjs.map +0 -1
  114. package/dist/chunk-NEML6RCV.js.map +0 -1
  115. package/dist/chunk-OEVMKFFL.cjs.map +0 -1
  116. package/dist/chunk-P5XHPNJG.cjs.map +0 -1
  117. package/dist/chunk-QJ7UB2ZQ.js +0 -98
  118. package/dist/chunk-QJ7UB2ZQ.js.map +0 -1
  119. package/dist/chunk-RA5KZNG5.js.map +0 -1
  120. package/dist/chunk-SCGW2BH4.cjs.map +0 -1
  121. package/dist/chunk-YE477L2H.cjs.map +0 -1
  122. package/dist/chunk-ZZFNJR2E.js.map +0 -1
package/dist/index.css CHANGED
@@ -4,6 +4,9 @@
4
4
  container-type: inline-size;
5
5
  container-name: field-group;
6
6
  }
7
+ .pointer-events-auto {
8
+ pointer-events: auto;
9
+ }
7
10
  .pointer-events-none {
8
11
  pointer-events: none;
9
12
  }
@@ -75,6 +78,9 @@
75
78
  .isolate {
76
79
  isolation: isolate;
77
80
  }
81
+ .z-0 {
82
+ z-index: 0;
83
+ }
78
84
  .z-10 {
79
85
  z-index: 10;
80
86
  }
@@ -111,6 +117,9 @@
111
117
  .row-0 {
112
118
  grid-row: 0;
113
119
  }
120
+ .row-span-2 {
121
+ grid-row: span 2 / span 2;
122
+ }
114
123
  .container {
115
124
  width: 100%;
116
125
  }
@@ -190,6 +199,9 @@
190
199
  .field-sizing-content {
191
200
  field-sizing: content;
192
201
  }
202
+ .aspect-\[4\/3\] {
203
+ aspect-ratio: 4/3;
204
+ }
193
205
  .aspect-\[4\/5\] {
194
206
  aspect-ratio: 4/5;
195
207
  }
@@ -358,6 +370,9 @@
358
370
  .w-\[1px\] {
359
371
  width: 1px;
360
372
  }
373
+ .w-\[3px\] {
374
+ width: 3px;
375
+ }
361
376
  .w-\[28px\] {
362
377
  width: 28px;
363
378
  }
@@ -406,6 +421,9 @@
406
421
  .max-w-\[8rem\] {
407
422
  max-width: 8rem;
408
423
  }
424
+ .max-w-\[80\%\] {
425
+ max-width: 80%;
426
+ }
409
427
  .max-w-\[120px\] {
410
428
  max-width: 120px;
411
429
  }
@@ -460,6 +478,9 @@
460
478
  .flex-shrink-0 {
461
479
  flex-shrink: 0;
462
480
  }
481
+ .shrink {
482
+ flex-shrink: 1;
483
+ }
463
484
  .shrink-0 {
464
485
  flex-shrink: 0;
465
486
  }
@@ -524,6 +545,12 @@
524
545
  --tw-translate-y: -50%;
525
546
  translate: var(--tw-translate-x) var(--tw-translate-y);
526
547
  }
548
+ .scale-105 {
549
+ --tw-scale-x: 105%;
550
+ --tw-scale-y: 105%;
551
+ --tw-scale-z: 105%;
552
+ scale: var(--tw-scale-x) var(--tw-scale-y);
553
+ }
527
554
  .scale-110 {
528
555
  --tw-scale-x: 110%;
529
556
  --tw-scale-y: 110%;
@@ -533,9 +560,6 @@
533
560
  .-rotate-90 {
534
561
  rotate: calc(90deg * -1);
535
562
  }
536
- .rotate-0 {
537
- rotate: 0deg;
538
- }
539
563
  .rotate-45 {
540
564
  rotate: 45deg;
541
565
  }
@@ -551,6 +575,9 @@
551
575
  .animate-pulse-subtle {
552
576
  animation: pulse-subtle 2s ease-in-out infinite;
553
577
  }
578
+ .animate-slide-up {
579
+ animation: slide-up 0.2s cubic-bezier(0.4, 0, 0.2, 1);
580
+ }
554
581
  .cursor-col-resize {
555
582
  cursor: col-resize;
556
583
  }
@@ -611,6 +638,9 @@
611
638
  .grid-cols-\[repeat\(auto-fit\,minmax\(7rem\,1fr\)\)\] {
612
639
  grid-template-columns: repeat(auto-fit,minmax(7rem,1fr));
613
640
  }
641
+ .grid-rows-2 {
642
+ grid-template-rows: repeat(2, minmax(0, 1fr));
643
+ }
614
644
  .flex-col {
615
645
  flex-direction: column;
616
646
  }
@@ -653,6 +683,9 @@
653
683
  .justify-start {
654
684
  justify-content: flex-start;
655
685
  }
686
+ .gap-px {
687
+ gap: 1px;
688
+ }
656
689
  .divide-y {
657
690
  :where(& > :not(:last-child)) {
658
691
  --tw-divide-y-reverse: 0;
@@ -729,6 +762,10 @@
729
762
  .rounded-xs {
730
763
  border-radius: var(--borderradius-xs);
731
764
  }
765
+ .rounded-t-md {
766
+ border-top-left-radius: calc(var(--radius) - 2px);
767
+ border-top-right-radius: calc(var(--radius) - 2px);
768
+ }
732
769
  .rounded-tl-sm {
733
770
  border-top-left-radius: calc(var(--radius) - 4px);
734
771
  }
@@ -744,6 +781,10 @@
744
781
  border-style: var(--tw-border-style);
745
782
  border-width: var(--borderwidth-sm);
746
783
  }
784
+ .border-x {
785
+ border-inline-style: var(--tw-border-style);
786
+ border-inline-width: var(--borderwidth-xs);
787
+ }
747
788
  .border-y {
748
789
  border-block-style: var(--tw-border-style);
749
790
  border-block-width: var(--borderwidth-xs);
@@ -810,12 +851,18 @@
810
851
  .border-\[hsl\(var\(--brand\)\/0\.3\)\] {
811
852
  border-color: hsl(var(--brand)/0.3);
812
853
  }
854
+ .border-\[hsl\(var\(--brand-default\)\)\] {
855
+ border-color: hsl(var(--brand-default));
856
+ }
813
857
  .border-\[hsl\(var\(--brand-default\)\/0\.3\)\] {
814
858
  border-color: hsl(var(--brand-default)/0.3);
815
859
  }
816
860
  .border-\[hsl\(var\(--brand-default\)\/0\.4\)\] {
817
861
  border-color: hsl(var(--brand-default)/0.4);
818
862
  }
863
+ .border-\[hsl\(var\(--brand-default\)\/0\.5\)\] {
864
+ border-color: hsl(var(--brand-default)/0.5);
865
+ }
819
866
  .border-\[hsl\(var\(--destructive-default\)\/0\.3\)\] {
820
867
  border-color: hsl(var(--destructive-default)/0.3);
821
868
  }
@@ -837,6 +884,30 @@
837
884
  .border-\[hsl\(var\(--sentiment-positive\)\/0\.3\)\] {
838
885
  border-color: hsl(var(--sentiment-positive)/0.3);
839
886
  }
887
+ .border-\[hsl\(var\(--severity-high\)\/0\.3\)\] {
888
+ border-color: hsl(var(--severity-high)/0.3);
889
+ }
890
+ .border-\[hsl\(var\(--severity-high\)\/0\.4\)\] {
891
+ border-color: hsl(var(--severity-high)/0.4);
892
+ }
893
+ .border-\[hsl\(var\(--severity-low\)\/0\.3\)\] {
894
+ border-color: hsl(var(--severity-low)/0.3);
895
+ }
896
+ .border-\[hsl\(var\(--severity-low\)\/0\.4\)\] {
897
+ border-color: hsl(var(--severity-low)/0.4);
898
+ }
899
+ .border-\[hsl\(var\(--severity-medium\)\/0\.3\)\] {
900
+ border-color: hsl(var(--severity-medium)/0.3);
901
+ }
902
+ .border-\[hsl\(var\(--severity-medium\)\/0\.4\)\] {
903
+ border-color: hsl(var(--severity-medium)/0.4);
904
+ }
905
+ .border-\[hsl\(var\(--status-critical\)\/0\.35\)\] {
906
+ border-color: hsl(var(--status-critical)/0.35);
907
+ }
908
+ .border-\[hsl\(var\(--status-critical\)\/0\.45\)\] {
909
+ border-color: hsl(var(--status-critical)/0.45);
910
+ }
840
911
  .border-\[hsl\(var\(--warning-default\)\/0\.3\)\] {
841
912
  border-color: hsl(var(--warning-default)/0.3);
842
913
  }
@@ -882,12 +953,6 @@
882
953
  border-color: color-mix(in oklab, hsl(var(--brand-500)) 75%, transparent);
883
954
  }
884
955
  }
885
- .border-brand\/50 {
886
- border-color: hsl(var(--brand-default));
887
- @supports (color: color-mix(in lab, red, red)) {
888
- border-color: color-mix(in oklab, hsl(var(--brand-default)) 50%, transparent);
889
- }
890
- }
891
956
  .border-button {
892
957
  border-color: hsl(var(--border-button-default));
893
958
  }
@@ -951,6 +1016,9 @@
951
1016
  .border-warning-500 {
952
1017
  border-color: hsl(var(--warning-500));
953
1018
  }
1019
+ .border-s-\[hsl\(var\(--brand-default\)\)\] {
1020
+ border-inline-start-color: hsl(var(--brand-default));
1021
+ }
954
1022
  .border-s-transparent {
955
1023
  border-inline-start-color: transparent;
956
1024
  }
@@ -972,24 +1040,45 @@
972
1040
  .bg {
973
1041
  background-color: hsl(var(--background-default));
974
1042
  }
1043
+ .bg-\[hsl\(0_0\%_0\%\)\] {
1044
+ background-color: hsl(0 0% 0%);
1045
+ }
975
1046
  .bg-\[hsl\(0_0\%_0\%\/0\.2\)\] {
976
1047
  background-color: hsl(0 0% 0%/0.2);
977
1048
  }
978
1049
  .bg-\[hsl\(0_0\%_0\%\/0\.6\)\] {
979
1050
  background-color: hsl(0 0% 0%/0.6);
980
1051
  }
1052
+ .bg-\[hsl\(0_0\%_0\%\/0\.7\)\] {
1053
+ background-color: hsl(0 0% 0%/0.7);
1054
+ }
1055
+ .bg-\[hsl\(0_0\%_0\%\/0\.45\)\] {
1056
+ background-color: hsl(0 0% 0%/0.45);
1057
+ }
1058
+ .bg-\[hsl\(0_0\%_0\%\/0\.55\)\] {
1059
+ background-color: hsl(0 0% 0%/0.55);
1060
+ }
1061
+ .bg-\[hsl\(0_0\%_100\%\)\] {
1062
+ background-color: hsl(0 0% 100%);
1063
+ }
1064
+ .bg-\[hsl\(0_0\%_100\%\/0\.5\)\] {
1065
+ background-color: hsl(0 0% 100%/0.5);
1066
+ }
1067
+ .bg-\[hsl\(0_0\%_100\%\/0\.35\)\] {
1068
+ background-color: hsl(0 0% 100%/0.35);
1069
+ }
1070
+ .bg-\[hsl\(0_0\%_100\%\/0\.85\)\] {
1071
+ background-color: hsl(0 0% 100%/0.85);
1072
+ }
1073
+ .bg-\[hsl\(0_0\%_100\%\/0\.92\)\] {
1074
+ background-color: hsl(0 0% 100%/0.92);
1075
+ }
981
1076
  .bg-\[hsl\(var\(--brand\)\/0\.1\)\] {
982
1077
  background-color: hsl(var(--brand)/0.1);
983
1078
  }
984
- .bg-\[hsl\(var\(--brand\)\/0\.02\)\] {
985
- background-color: hsl(var(--brand)/0.02);
986
- }
987
1079
  .bg-\[hsl\(var\(--brand\)\/0\.04\)\] {
988
1080
  background-color: hsl(var(--brand)/0.04);
989
1081
  }
990
- .bg-\[hsl\(var\(--brand\)\/0\.06\)\] {
991
- background-color: hsl(var(--brand)/0.06);
992
- }
993
1082
  .bg-\[hsl\(var\(--brand\)\/0\.08\)\] {
994
1083
  background-color: hsl(var(--brand)/0.08);
995
1084
  }
@@ -999,9 +1088,21 @@
999
1088
  .bg-\[hsl\(var\(--brand-default\)\/0\.1\)\] {
1000
1089
  background-color: hsl(var(--brand-default)/0.1);
1001
1090
  }
1091
+ .bg-\[hsl\(var\(--brand-default\)\/0\.02\)\] {
1092
+ background-color: hsl(var(--brand-default)/0.02);
1093
+ }
1094
+ .bg-\[hsl\(var\(--brand-default\)\/0\.04\)\] {
1095
+ background-color: hsl(var(--brand-default)/0.04);
1096
+ }
1097
+ .bg-\[hsl\(var\(--brand-default\)\/0\.06\)\] {
1098
+ background-color: hsl(var(--brand-default)/0.06);
1099
+ }
1002
1100
  .bg-\[hsl\(var\(--brand-default\)\/0\.08\)\] {
1003
1101
  background-color: hsl(var(--brand-default)/0.08);
1004
1102
  }
1103
+ .bg-\[hsl\(var\(--brand-default\)\/0\.15\)\] {
1104
+ background-color: hsl(var(--brand-default)/0.15);
1105
+ }
1005
1106
  .bg-\[hsl\(var\(--destructive-default\)\)\] {
1006
1107
  background-color: hsl(var(--destructive-default));
1007
1108
  }
@@ -1059,6 +1160,36 @@
1059
1160
  .bg-\[hsl\(var\(--sentiment-positive\)\/0\.12\)\] {
1060
1161
  background-color: hsl(var(--sentiment-positive)/0.12);
1061
1162
  }
1163
+ .bg-\[hsl\(var\(--severity-high\)\/0\.1\)\] {
1164
+ background-color: hsl(var(--severity-high)/0.1);
1165
+ }
1166
+ .bg-\[hsl\(var\(--severity-high\)\/0\.12\)\] {
1167
+ background-color: hsl(var(--severity-high)/0.12);
1168
+ }
1169
+ .bg-\[hsl\(var\(--severity-low\)\/0\.1\)\] {
1170
+ background-color: hsl(var(--severity-low)/0.1);
1171
+ }
1172
+ .bg-\[hsl\(var\(--severity-low\)\/0\.12\)\] {
1173
+ background-color: hsl(var(--severity-low)/0.12);
1174
+ }
1175
+ .bg-\[hsl\(var\(--severity-medium\)\/0\.1\)\] {
1176
+ background-color: hsl(var(--severity-medium)/0.1);
1177
+ }
1178
+ .bg-\[hsl\(var\(--severity-medium\)\/0\.12\)\] {
1179
+ background-color: hsl(var(--severity-medium)/0.12);
1180
+ }
1181
+ .bg-\[hsl\(var\(--status-critical\)\)\] {
1182
+ background-color: hsl(var(--status-critical));
1183
+ }
1184
+ .bg-\[hsl\(var\(--status-critical\)\/0\.12\)\] {
1185
+ background-color: hsl(var(--status-critical)/0.12);
1186
+ }
1187
+ .bg-\[hsl\(var\(--status-critical\)\/0\.14\)\] {
1188
+ background-color: hsl(var(--status-critical)/0.14);
1189
+ }
1190
+ .bg-\[hsl\(var\(--status-warning\)\/0\.12\)\] {
1191
+ background-color: hsl(var(--status-warning)/0.12);
1192
+ }
1062
1193
  .bg-\[hsl\(var\(--warning-default\)\)\] {
1063
1194
  background-color: hsl(var(--warning-default));
1064
1195
  }
@@ -1143,6 +1274,12 @@
1143
1274
  background-color: color-mix(in oklab, hsl(var(--background-default)) 80%, transparent);
1144
1275
  }
1145
1276
  }
1277
+ .bg-background\/85 {
1278
+ background-color: hsl(var(--background-default));
1279
+ @supports (color: color-mix(in lab, red, red)) {
1280
+ background-color: color-mix(in oklab, hsl(var(--background-default)) 85%, transparent);
1281
+ }
1282
+ }
1146
1283
  .bg-background\/95 {
1147
1284
  background-color: hsl(var(--background-default));
1148
1285
  @supports (color: color-mix(in lab, red, red)) {
@@ -1158,6 +1295,9 @@
1158
1295
  .bg-border-overlay {
1159
1296
  background-color: hsl(var(--border-overlay));
1160
1297
  }
1298
+ .bg-border-strong {
1299
+ background-color: hsl(var(--border-strong));
1300
+ }
1161
1301
  .bg-brand {
1162
1302
  background-color: hsl(var(--brand-default));
1163
1303
  }
@@ -1185,6 +1325,9 @@
1185
1325
  .bg-card {
1186
1326
  background-color: hsl(var(--background-surface-100));
1187
1327
  }
1328
+ .bg-current {
1329
+ background-color: currentcolor;
1330
+ }
1188
1331
  .bg-destructive {
1189
1332
  background-color: hsl(var(--destructive-default));
1190
1333
  }
@@ -1218,6 +1361,12 @@
1218
1361
  .bg-foreground-muted {
1219
1362
  background-color: hsl(var(--foreground-muted));
1220
1363
  }
1364
+ .bg-foreground-muted\/60 {
1365
+ background-color: hsl(var(--foreground-muted));
1366
+ @supports (color: color-mix(in lab, red, red)) {
1367
+ background-color: color-mix(in oklab, hsl(var(--foreground-muted)) 60%, transparent);
1368
+ }
1369
+ }
1221
1370
  .bg-foreground\/70 {
1222
1371
  background-color: hsl(var(--foreground-default));
1223
1372
  @supports (color: color-mix(in lab, red, red)) {
@@ -1302,6 +1451,10 @@
1302
1451
  .bg-warning-500 {
1303
1452
  background-color: hsl(var(--warning-500));
1304
1453
  }
1454
+ .bg-gradient-to-b {
1455
+ --tw-gradient-position: to bottom in oklab;
1456
+ background-image: linear-gradient(var(--tw-gradient-stops));
1457
+ }
1305
1458
  .bg-gradient-to-br {
1306
1459
  --tw-gradient-position: to bottom right in oklab;
1307
1460
  background-image: linear-gradient(var(--tw-gradient-stops));
@@ -1310,10 +1463,22 @@
1310
1463
  --tw-gradient-position: to top in oklab;
1311
1464
  background-image: linear-gradient(var(--tw-gradient-stops));
1312
1465
  }
1466
+ .from-\[hsl\(0_0\%_0\%\/0\.3\)\] {
1467
+ --tw-gradient-from: hsl(0 0% 0%/0.3);
1468
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
1469
+ }
1313
1470
  .from-\[hsl\(0_0\%_0\%\/0\.4\)\] {
1314
1471
  --tw-gradient-from: hsl(0 0% 0%/0.4);
1315
1472
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
1316
1473
  }
1474
+ .from-\[hsl\(0_0\%_0\%\/0\.45\)\] {
1475
+ --tw-gradient-from: hsl(0 0% 0%/0.45);
1476
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
1477
+ }
1478
+ .from-\[hsl\(0_0\%_0\%\/0\.72\)\] {
1479
+ --tw-gradient-from: hsl(0 0% 0%/0.72);
1480
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
1481
+ }
1317
1482
  .from-brand {
1318
1483
  --tw-gradient-from: hsl(var(--brand-default));
1319
1484
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
@@ -1322,6 +1487,11 @@
1322
1487
  --tw-gradient-from: hsl(var(--brand-400));
1323
1488
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
1324
1489
  }
1490
+ .via-\[hsl\(0_0\%_0\%\/0\.25\)\] {
1491
+ --tw-gradient-via: hsl(0 0% 0%/0.25);
1492
+ --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
1493
+ --tw-gradient-stops: var(--tw-gradient-via-stops);
1494
+ }
1325
1495
  .via-brand {
1326
1496
  --tw-gradient-via: hsl(var(--brand-default));
1327
1497
  --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
@@ -1337,6 +1507,10 @@
1337
1507
  --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
1338
1508
  --tw-gradient-stops: var(--tw-gradient-via-stops);
1339
1509
  }
1510
+ .to-\[hsl\(0_0\%_0\%\/0\.55\)\] {
1511
+ --tw-gradient-to: hsl(0 0% 0%/0.55);
1512
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
1513
+ }
1340
1514
  .to-brand {
1341
1515
  --tw-gradient-to: hsl(var(--brand-default));
1342
1516
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
@@ -1355,6 +1529,9 @@
1355
1529
  .fill-\[hsl\(var\(--brand\)\/0\.15\)\] {
1356
1530
  fill: hsl(var(--brand)/0.15);
1357
1531
  }
1532
+ .fill-\[hsl\(var\(--brand-default\)\)\] {
1533
+ fill: hsl(var(--brand-default));
1534
+ }
1358
1535
  .fill-brand {
1359
1536
  fill: hsl(var(--brand-default));
1360
1537
  }
@@ -1454,6 +1631,9 @@
1454
1631
  .text-\[0px\] {
1455
1632
  font-size: 0px;
1456
1633
  }
1634
+ .text-\[9px\] {
1635
+ font-size: 9px;
1636
+ }
1457
1637
  .text-\[10px\] {
1458
1638
  font-size: 10px;
1459
1639
  }
@@ -1506,6 +1686,9 @@
1506
1686
  .text {
1507
1687
  color: hsl(var(--foreground-default));
1508
1688
  }
1689
+ .text-\[hsl\(0_0\%_10\%\)\] {
1690
+ color: hsl(0 0% 10%);
1691
+ }
1509
1692
  .text-\[hsl\(0_0\%_100\%\)\] {
1510
1693
  color: hsl(0 0% 100%);
1511
1694
  }
@@ -1530,6 +1713,21 @@
1530
1713
  .text-\[hsl\(var\(--sentiment-positive\)\)\] {
1531
1714
  color: hsl(var(--sentiment-positive));
1532
1715
  }
1716
+ .text-\[hsl\(var\(--severity-high\)\)\] {
1717
+ color: hsl(var(--severity-high));
1718
+ }
1719
+ .text-\[hsl\(var\(--severity-low\)\)\] {
1720
+ color: hsl(var(--severity-low));
1721
+ }
1722
+ .text-\[hsl\(var\(--severity-medium\)\)\] {
1723
+ color: hsl(var(--severity-medium));
1724
+ }
1725
+ .text-\[hsl\(var\(--status-critical\)\)\] {
1726
+ color: hsl(var(--status-critical));
1727
+ }
1728
+ .text-\[hsl\(var\(--status-warning\)\)\] {
1729
+ color: hsl(var(--status-warning));
1730
+ }
1533
1731
  .text-\[hsl\(var\(--token\)\)\] {
1534
1732
  color: hsl(var(--token));
1535
1733
  }
@@ -1690,9 +1888,15 @@
1690
1888
  .opacity-70 {
1691
1889
  opacity: 70%;
1692
1890
  }
1891
+ .opacity-80 {
1892
+ opacity: 80%;
1893
+ }
1693
1894
  .opacity-90 {
1694
1895
  opacity: 90%;
1695
1896
  }
1897
+ .opacity-95 {
1898
+ opacity: 95%;
1899
+ }
1696
1900
  .opacity-100 {
1697
1901
  opacity: 100%;
1698
1902
  }
@@ -1751,6 +1955,9 @@
1751
1955
  .\[--tw-ring-color\:conic-gradient\(from_180deg\,hsl\(var\(--brand-default\)\)\,hsl\(var\(--brand-400\)\)\,hsl\(var\(--brand-default\)\)\)\] {
1752
1956
  --tw-ring-color: conic-gradient(from 180deg,hsl(var(--brand-default)),hsl(var(--brand-400)),hsl(var(--brand-default)));
1753
1957
  }
1958
+ .ring-\[hsl\(var\(--brand-default\)\/0\.4\)\] {
1959
+ --tw-ring-color: hsl(var(--brand-default)/0.4);
1960
+ }
1754
1961
  .ring-background {
1755
1962
  --tw-ring-color: hsl(var(--background-default));
1756
1963
  }
@@ -2012,6 +2219,13 @@
2012
2219
  }
2013
2220
  }
2014
2221
  }
2222
+ .group-hover\:underline {
2223
+ &:is(:where(.group):hover *) {
2224
+ @media (hover: hover) {
2225
+ text-decoration-line: underline;
2226
+ }
2227
+ }
2228
+ }
2015
2229
  .group-hover\:opacity-100 {
2016
2230
  &:is(:where(.group):hover *) {
2017
2231
  @media (hover: hover) {
@@ -2566,6 +2780,13 @@
2566
2780
  }
2567
2781
  }
2568
2782
  }
2783
+ .hover\:border-border-strong {
2784
+ &:hover {
2785
+ @media (hover: hover) {
2786
+ border-color: hsl(var(--border-strong));
2787
+ }
2788
+ }
2789
+ }
2569
2790
  .hover\:border-border-stronger {
2570
2791
  &:hover {
2571
2792
  @media (hover: hover) {
@@ -2646,6 +2867,20 @@
2646
2867
  }
2647
2868
  }
2648
2869
  }
2870
+ .hover\:bg-\[hsl\(0_0\%_0\%\/0\.6\)\] {
2871
+ &:hover {
2872
+ @media (hover: hover) {
2873
+ background-color: hsl(0 0% 0%/0.6);
2874
+ }
2875
+ }
2876
+ }
2877
+ .hover\:bg-\[hsl\(0_0\%_100\%\)\] {
2878
+ &:hover {
2879
+ @media (hover: hover) {
2880
+ background-color: hsl(0 0% 100%);
2881
+ }
2882
+ }
2883
+ }
2649
2884
  .hover\:bg-accent {
2650
2885
  &:hover {
2651
2886
  @media (hover: hover) {
@@ -2653,6 +2888,13 @@
2653
2888
  }
2654
2889
  }
2655
2890
  }
2891
+ .hover\:bg-background {
2892
+ &:hover {
2893
+ @media (hover: hover) {
2894
+ background-color: hsl(var(--background-default));
2895
+ }
2896
+ }
2897
+ }
2656
2898
  .hover\:bg-background-surface-200 {
2657
2899
  &:hover {
2658
2900
  @media (hover: hover) {
@@ -3008,6 +3250,16 @@
3008
3250
  color: hsl(var(--border-control));
3009
3251
  }
3010
3252
  }
3253
+ .focus-visible\:underline {
3254
+ &:focus-visible {
3255
+ text-decoration-line: underline;
3256
+ }
3257
+ }
3258
+ .focus-visible\:opacity-100 {
3259
+ &:focus-visible {
3260
+ opacity: 100%;
3261
+ }
3262
+ }
3011
3263
  .focus-visible\:ring-0 {
3012
3264
  &:focus-visible {
3013
3265
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
@@ -3120,6 +3372,22 @@
3120
3372
  --tw-ring-inset: inset;
3121
3373
  }
3122
3374
  }
3375
+ .focus-visible\:before\:\!bg-brand {
3376
+ &:focus-visible {
3377
+ &::before {
3378
+ content: var(--tw-content);
3379
+ background-color: hsl(var(--brand-default)) !important;
3380
+ }
3381
+ }
3382
+ }
3383
+ .focus-visible\:before\:opacity-100 {
3384
+ &:focus-visible {
3385
+ &::before {
3386
+ content: var(--tw-content);
3387
+ opacity: 100%;
3388
+ }
3389
+ }
3390
+ }
3123
3391
  .active\:scale-\[0\.97\] {
3124
3392
  &:active {
3125
3393
  scale: 0.97;
@@ -3161,6 +3429,11 @@
3161
3429
  color: hsl(var(--foreground-muted));
3162
3430
  }
3163
3431
  }
3432
+ .disabled\:opacity-0 {
3433
+ &:disabled {
3434
+ opacity: 0%;
3435
+ }
3436
+ }
3164
3437
  .disabled\:opacity-50 {
3165
3438
  &:disabled {
3166
3439
  opacity: 50%;
@@ -4266,6 +4539,11 @@
4266
4539
  animation: job-indeterminate 1.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
4267
4540
  }
4268
4541
  }
4542
+ .motion-reduce\:animate-none {
4543
+ @media (prefers-reduced-motion: reduce) {
4544
+ animation: none;
4545
+ }
4546
+ }
4269
4547
  .ltr\:hidden {
4270
4548
  &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
4271
4549
  display: none;
@@ -4495,29 +4773,38 @@
4495
4773
  }
4496
4774
  }
4497
4775
  }
4498
- .dark\:hover\:bg-brand-600 {
4776
+ .dark\:hover\:bg-brand-500\/80 {
4499
4777
  &:is([data-theme="dark"] *) {
4500
4778
  &:hover {
4501
4779
  @media (hover: hover) {
4502
- background-color: hsl(var(--brand-600));
4780
+ background-color: hsl(var(--brand-500));
4781
+ @supports (color: color-mix(in lab, red, red)) {
4782
+ background-color: color-mix(in oklab, hsl(var(--brand-500)) 80%, transparent);
4783
+ }
4503
4784
  }
4504
4785
  }
4505
4786
  }
4506
4787
  }
4507
- .dark\:hover\:bg-destructive-600 {
4788
+ .dark\:hover\:bg-destructive-400\/80 {
4508
4789
  &:is([data-theme="dark"] *) {
4509
4790
  &:hover {
4510
4791
  @media (hover: hover) {
4511
- background-color: hsl(var(--destructive-600));
4792
+ background-color: hsl(var(--destructive-400));
4793
+ @supports (color: color-mix(in lab, red, red)) {
4794
+ background-color: color-mix(in oklab, hsl(var(--destructive-400)) 80%, transparent);
4795
+ }
4512
4796
  }
4513
4797
  }
4514
4798
  }
4515
4799
  }
4516
- .dark\:hover\:bg-warning-600 {
4800
+ .dark\:hover\:bg-warning-400\/80 {
4517
4801
  &:is([data-theme="dark"] *) {
4518
4802
  &:hover {
4519
4803
  @media (hover: hover) {
4520
- background-color: hsl(var(--warning-600));
4804
+ background-color: hsl(var(--warning-400));
4805
+ @supports (color: color-mix(in lab, red, red)) {
4806
+ background-color: color-mix(in oklab, hsl(var(--warning-400)) 80%, transparent);
4807
+ }
4521
4808
  }
4522
4809
  }
4523
4810
  }
@@ -5364,6 +5651,7 @@
5364
5651
  --social-platform-youtube: #FF0000;
5365
5652
  --social-platform-linkedin: #0A66C2;
5366
5653
  --social-platform-telegram: #26A5E4;
5654
+ --social-platform-facebook: #1877F2;
5367
5655
  --social-platform-tv: #D32F2F;
5368
5656
  --social-platform-radio: #F57C00;
5369
5657
  }
@@ -5372,6 +5660,7 @@
5372
5660
  --social-platform-twitter: #000000;
5373
5661
  --social-platform-threads: #000000;
5374
5662
  --social-platform-press: #1A2332;
5663
+ --social-platform-web: #475569;
5375
5664
  --shadow-tooltip: 0 2px 12px rgba(0, 0, 0, 0.12);
5376
5665
  --shadow-tooltip-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.06);
5377
5666
  --focus-ring-color: hsl(var(--brand-default));
@@ -5469,21 +5758,21 @@
5469
5758
  --engagement-poor: 0deg 84% 60%;
5470
5759
  --engagement-poor-hover: 0deg 72% 51%;
5471
5760
  --engagement-inactive: var(--border-strong);
5472
- --sentiment-positive: 142deg 71% 45%;
5761
+ --sentiment-positive: 142deg 71% 38%;
5473
5762
  --sentiment-negative: 0deg 84% 60%;
5474
5763
  --sentiment-neutral: 0deg 0% 43.5%;
5475
- --sentiment-mixed: 30deg 80% 48%;
5764
+ --sentiment-mixed: 30deg 80% 40%;
5476
5765
  --emotion-anger: 0deg 72% 48%;
5477
- --emotion-anticipation: 28deg 82% 50%;
5478
- --emotion-joy: 48deg 88% 48%;
5766
+ --emotion-anticipation: 28deg 82% 42%;
5767
+ --emotion-joy: 45deg 90% 36%;
5479
5768
  --emotion-trust: 140deg 50% 42%;
5480
5769
  --emotion-fear: 275deg 30% 36%;
5481
- --emotion-surprise: 200deg 75% 52%;
5770
+ --emotion-surprise: 200deg 75% 42%;
5482
5771
  --emotion-sadness: 230deg 58% 48%;
5483
5772
  --emotion-disgust: 285deg 50% 48%;
5484
5773
  --emotion-neutral: 215deg 8% 52%;
5485
5774
  --flow-pro-gov: 153deg 55% 42%;
5486
- --flow-internal-critic: 35deg 65% 48%;
5775
+ --flow-internal-critic: 35deg 70% 40%;
5487
5776
  --flow-internal-opponent: 20deg 75% 50%;
5488
5777
  --flow-external-opponent: 355deg 65% 52%;
5489
5778
  --flow-grey: 215deg 10% 52%;
@@ -5492,22 +5781,22 @@
5492
5781
  --status-normal: var(--sentiment-positive);
5493
5782
  --severity-urgent: 0deg 82% 50%;
5494
5783
  --severity-high: 22deg 88% 52%;
5495
- --severity-medium: 40deg 88% 50%;
5784
+ --severity-medium: 40deg 92% 38%;
5496
5785
  --severity-low: 215deg 10% 55%;
5497
5786
  --action-type-like: 347deg 77% 50%;
5498
5787
  --action-type-comment: 217deg 91% 60%;
5499
- --action-type-save: 38deg 92% 50%;
5500
- --action-type-follow: 142deg 71% 45%;
5788
+ --action-type-save: 38deg 92% 38%;
5789
+ --action-type-follow: 142deg 71% 38%;
5501
5790
  --action-type-unfollow: 215deg 10% 55%;
5502
5791
  --action-type-dm: 262deg 83% 58%;
5503
- --action-type-share: 172deg 76% 40%;
5792
+ --action-type-share: 172deg 80% 30%;
5504
5793
  --score-excellent: 142deg 76% 26%;
5505
5794
  --score-excellent-bg: 142deg 76% 95%;
5506
- --score-good: 84deg 81% 44%;
5795
+ --score-good: 84deg 85% 30%;
5507
5796
  --score-good-bg: 84deg 81% 94%;
5508
- --score-moderate: 48deg 96% 50%;
5797
+ --score-moderate: 38deg 100% 35%;
5509
5798
  --score-moderate-bg: 48deg 96% 94%;
5510
- --score-poor: 25deg 95% 53%;
5799
+ --score-poor: 22deg 100% 42%;
5511
5800
  --score-poor-bg: 25deg 95% 94%;
5512
5801
  --score-critical: 0deg 84% 60%;
5513
5802
  --score-critical-bg: 0deg 84% 95%;
@@ -5522,6 +5811,7 @@
5522
5811
  --social-platform-twitter: #E7E9EA;
5523
5812
  --social-platform-threads: #E7E9EA;
5524
5813
  --social-platform-press: #C5D0DB;
5814
+ --social-platform-web: #94A3B8;
5525
5815
  --shadow-tooltip: 0 2px 12px rgba(0, 0, 0, 0.4);
5526
5816
  --shadow-tooltip-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.3), 0 8px 10px -6px rgba(0, 0, 0, 0.2);
5527
5817
  --focus-ring-color: hsl(var(--brand-default));
@@ -6210,6 +6500,9 @@
6210
6500
  .dark .bg-brand-500, .dark\:bg-brand-500:is(.dark *) {
6211
6501
  background-color: hsl(var(--brand-500));
6212
6502
  }
6503
+ .dark .hover\:bg-brand-500\/80:hover, .dark\:hover\:bg-brand-500\/80:is(.dark *):hover {
6504
+ background-color: hsl(var(--brand-500) / 0.8);
6505
+ }
6213
6506
  .bg-brand-600 {
6214
6507
  background-color: hsl(var(--brand-600));
6215
6508
  }
@@ -6279,6 +6572,9 @@
6279
6572
  .dark .bg-destructive-400, .dark\:bg-destructive-400:is(.dark *) {
6280
6573
  background-color: hsl(var(--destructive-400));
6281
6574
  }
6575
+ .dark .hover\:bg-destructive-400\/80:hover, .dark\:hover\:bg-destructive-400\/80:is(.dark *):hover {
6576
+ background-color: hsl(var(--destructive-400) / 0.8);
6577
+ }
6282
6578
  .dark .bg-destructive-500, .dark\:bg-destructive-500:is(.dark *) {
6283
6579
  background-color: hsl(var(--destructive-500));
6284
6580
  }
@@ -6378,6 +6674,9 @@
6378
6674
  .dark .bg-warning-400, .dark\:bg-warning-400:is(.dark *) {
6379
6675
  background-color: hsl(var(--warning-400));
6380
6676
  }
6677
+ .dark .hover\:bg-warning-400\/80:hover, .dark\:hover\:bg-warning-400\/80:is(.dark *):hover {
6678
+ background-color: hsl(var(--warning-400) / 0.8);
6679
+ }
6381
6680
  .bg-destructive-200 {
6382
6681
  background-color: hsl(var(--destructive-200));
6383
6682
  }