@parto-system-design/ui 1.1.11 → 1.1.17

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 (409) hide show
  1. package/dist/components/brand/parto-logo.cjs +130 -0
  2. package/dist/components/brand/parto-logo.cjs.map +1 -0
  3. package/dist/components/brand/parto-logo.d.cts +38 -0
  4. package/dist/components/brand/parto-logo.d.ts +38 -0
  5. package/dist/components/brand/parto-logo.js +108 -0
  6. package/dist/components/brand/parto-logo.js.map +1 -0
  7. package/dist/components/charts/PartoAreaChart.cjs +579 -7
  8. package/dist/components/charts/PartoAreaChart.cjs.map +1 -1
  9. package/dist/components/charts/PartoAreaChart.js +564 -4
  10. package/dist/components/charts/PartoAreaChart.js.map +1 -1
  11. package/dist/components/charts/PartoBarChart.cjs +616 -7
  12. package/dist/components/charts/PartoBarChart.cjs.map +1 -1
  13. package/dist/components/charts/PartoBarChart.js +601 -4
  14. package/dist/components/charts/PartoBarChart.js.map +1 -1
  15. package/dist/components/charts/PartoLineChart.cjs +584 -7
  16. package/dist/components/charts/PartoLineChart.cjs.map +1 -1
  17. package/dist/components/charts/PartoLineChart.js +569 -4
  18. package/dist/components/charts/PartoLineChart.js.map +1 -1
  19. package/dist/components/charts/PartoPieChart.cjs +566 -7
  20. package/dist/components/charts/PartoPieChart.cjs.map +1 -1
  21. package/dist/components/charts/PartoPieChart.js +551 -4
  22. package/dist/components/charts/PartoPieChart.js.map +1 -1
  23. package/dist/components/ui/accordion.cjs +97 -0
  24. package/dist/components/ui/accordion.cjs.map +1 -0
  25. package/dist/components/ui/accordion.d.cts +22 -0
  26. package/dist/components/ui/accordion.d.ts +22 -0
  27. package/dist/components/ui/accordion.js +72 -0
  28. package/dist/components/ui/accordion.js.map +1 -0
  29. package/dist/{chunk-MMC6M35Q.cjs → components/ui/alert-dialog.cjs} +216 -22
  30. package/dist/components/ui/alert-dialog.cjs.map +1 -0
  31. package/dist/components/ui/alert-dialog.d.cts +17 -0
  32. package/dist/components/ui/alert-dialog.d.ts +17 -0
  33. package/dist/{chunk-3QYYPPFJ.js → components/ui/alert-dialog.js} +175 -10
  34. package/dist/components/ui/alert-dialog.js.map +1 -0
  35. package/dist/components/ui/alert-rule-card.cjs +289 -8
  36. package/dist/components/ui/alert-rule-card.cjs.map +1 -1
  37. package/dist/components/ui/alert-rule-card.d.cts +1 -1
  38. package/dist/components/ui/alert-rule-card.d.ts +1 -1
  39. package/dist/components/ui/alert-rule-card.js +271 -4
  40. package/dist/components/ui/alert-rule-card.js.map +1 -1
  41. package/dist/components/ui/alert.cjs +81 -0
  42. package/dist/components/ui/alert.cjs.map +1 -0
  43. package/dist/components/ui/alert.d.cts +11 -0
  44. package/dist/components/ui/alert.d.ts +11 -0
  45. package/dist/components/ui/alert.js +57 -0
  46. package/dist/components/ui/alert.js.map +1 -0
  47. package/dist/components/ui/app-bar.cjs +67 -0
  48. package/dist/components/ui/app-bar.cjs.map +1 -0
  49. package/dist/components/ui/app-bar.d.cts +22 -0
  50. package/dist/components/ui/app-bar.d.ts +22 -0
  51. package/dist/components/ui/app-bar.js +44 -0
  52. package/dist/components/ui/app-bar.js.map +1 -0
  53. package/dist/components/ui/avatar.cjs +66 -14
  54. package/dist/components/ui/avatar.cjs.map +1 -1
  55. package/dist/components/ui/avatar.js +47 -2
  56. package/dist/components/ui/avatar.js.map +1 -1
  57. package/dist/components/ui/badge.cjs +113 -9
  58. package/dist/components/ui/badge.cjs.map +1 -1
  59. package/dist/components/ui/badge.js +96 -2
  60. package/dist/components/ui/badge.js.map +1 -1
  61. package/dist/components/ui/breadcrumb.cjs +100 -0
  62. package/dist/components/ui/breadcrumb.cjs.map +1 -0
  63. package/dist/components/ui/breadcrumb.d.cts +35 -0
  64. package/dist/components/ui/breadcrumb.d.ts +35 -0
  65. package/dist/components/ui/breadcrumb.js +92 -0
  66. package/dist/components/ui/breadcrumb.js.map +1 -0
  67. package/dist/components/ui/button.cjs +304 -11
  68. package/dist/components/ui/button.cjs.map +1 -1
  69. package/dist/components/ui/button.d.cts +1 -1
  70. package/dist/components/ui/button.d.ts +1 -1
  71. package/dist/components/ui/button.js +306 -3
  72. package/dist/components/ui/button.js.map +1 -1
  73. package/dist/components/ui/calendar.cjs +401 -8
  74. package/dist/components/ui/calendar.cjs.map +1 -1
  75. package/dist/components/ui/calendar.js +404 -4
  76. package/dist/components/ui/calendar.js.map +1 -1
  77. package/dist/components/ui/card.cjs +154 -30
  78. package/dist/components/ui/card.cjs.map +1 -1
  79. package/dist/components/ui/card.js +131 -2
  80. package/dist/components/ui/card.js.map +1 -1
  81. package/dist/{chunk-CAJKSTXX.cjs → components/ui/checkbox.cjs} +10 -5
  82. package/dist/components/ui/checkbox.cjs.map +1 -0
  83. package/dist/components/ui/checkbox.d.cts +6 -0
  84. package/dist/components/ui/checkbox.d.ts +6 -0
  85. package/dist/{chunk-5JJSRGJD.js → components/ui/checkbox.js} +9 -4
  86. package/dist/components/ui/checkbox.js.map +1 -0
  87. package/dist/components/ui/concept-card.cjs +728 -11
  88. package/dist/components/ui/concept-card.cjs.map +1 -1
  89. package/dist/components/ui/concept-card.d.cts +2 -2
  90. package/dist/components/ui/concept-card.d.ts +2 -2
  91. package/dist/components/ui/concept-card.js +710 -7
  92. package/dist/components/ui/concept-card.js.map +1 -1
  93. package/dist/components/ui/data-table.cjs +1553 -10
  94. package/dist/components/ui/data-table.cjs.map +1 -1
  95. package/dist/components/ui/data-table.js +1537 -7
  96. package/dist/components/ui/data-table.js.map +1 -1
  97. package/dist/components/ui/dialog.cjs +119 -42
  98. package/dist/components/ui/dialog.cjs.map +1 -1
  99. package/dist/components/ui/dialog.js +92 -2
  100. package/dist/components/ui/dialog.js.map +1 -1
  101. package/dist/components/ui/dropdown-menu.cjs +268 -0
  102. package/dist/components/ui/dropdown-menu.cjs.map +1 -0
  103. package/dist/components/ui/dropdown-menu.d.cts +73 -0
  104. package/dist/components/ui/dropdown-menu.d.ts +73 -0
  105. package/dist/components/ui/dropdown-menu.js +232 -0
  106. package/dist/components/ui/dropdown-menu.js.map +1 -0
  107. package/dist/components/ui/filter-provider.cjs +70 -13
  108. package/dist/components/ui/filter-provider.cjs.map +1 -1
  109. package/dist/components/ui/filter-provider.js +51 -1
  110. package/dist/components/ui/filter-provider.js.map +1 -1
  111. package/dist/components/ui/form.cjs +169 -0
  112. package/dist/components/ui/form.cjs.map +1 -0
  113. package/dist/components/ui/form.d.cts +46 -0
  114. package/dist/components/ui/form.d.ts +46 -0
  115. package/dist/components/ui/form.js +139 -0
  116. package/dist/components/ui/form.js.map +1 -0
  117. package/dist/components/ui/input.cjs +135 -15
  118. package/dist/components/ui/input.cjs.map +1 -1
  119. package/dist/components/ui/input.d.cts +15 -0
  120. package/dist/components/ui/input.d.ts +15 -0
  121. package/dist/components/ui/input.js +116 -3
  122. package/dist/components/ui/input.js.map +1 -1
  123. package/dist/components/ui/iran-province-heat.cjs +328 -5
  124. package/dist/components/ui/iran-province-heat.cjs.map +1 -1
  125. package/dist/components/ui/iran-province-heat.js +312 -2
  126. package/dist/components/ui/iran-province-heat.js.map +1 -1
  127. package/dist/components/ui/label.cjs +52 -0
  128. package/dist/components/ui/label.cjs.map +1 -0
  129. package/dist/components/ui/label.d.cts +10 -0
  130. package/dist/components/ui/label.d.ts +10 -0
  131. package/dist/components/ui/label.js +30 -0
  132. package/dist/components/ui/label.js.map +1 -0
  133. package/dist/components/ui/page-card.cjs +627 -8
  134. package/dist/components/ui/page-card.cjs.map +1 -1
  135. package/dist/components/ui/page-card.d.cts +3 -2
  136. package/dist/components/ui/page-card.d.ts +3 -2
  137. package/dist/components/ui/page-card.js +611 -5
  138. package/dist/components/ui/page-card.js.map +1 -1
  139. package/dist/components/ui/page-header.cjs +299 -0
  140. package/dist/components/ui/page-header.cjs.map +1 -0
  141. package/dist/components/ui/page-header.d.cts +21 -0
  142. package/dist/components/ui/page-header.d.ts +21 -0
  143. package/dist/components/ui/page-header.js +277 -0
  144. package/dist/components/ui/page-header.js.map +1 -0
  145. package/dist/components/ui/password-input.cjs +168 -0
  146. package/dist/components/ui/password-input.cjs.map +1 -0
  147. package/dist/components/ui/password-input.d.cts +48 -0
  148. package/dist/components/ui/password-input.d.ts +48 -0
  149. package/dist/components/ui/password-input.js +146 -0
  150. package/dist/components/ui/password-input.js.map +1 -0
  151. package/dist/components/ui/popover.cjs +51 -18
  152. package/dist/components/ui/popover.cjs.map +1 -1
  153. package/dist/components/ui/popover.js +30 -2
  154. package/dist/components/ui/popover.js.map +1 -1
  155. package/dist/components/ui/progress.cjs +95 -0
  156. package/dist/components/ui/progress.cjs.map +1 -0
  157. package/dist/components/ui/progress.d.cts +18 -0
  158. package/dist/components/ui/progress.d.ts +18 -0
  159. package/dist/components/ui/progress.js +72 -0
  160. package/dist/components/ui/progress.js.map +1 -0
  161. package/dist/components/ui/radio-card.cjs +84 -0
  162. package/dist/components/ui/radio-card.cjs.map +1 -0
  163. package/dist/components/ui/radio-card.d.cts +12 -0
  164. package/dist/components/ui/radio-card.d.ts +12 -0
  165. package/dist/components/ui/radio-card.js +58 -0
  166. package/dist/components/ui/radio-card.js.map +1 -0
  167. package/dist/components/ui/radio-group.cjs +62 -0
  168. package/dist/components/ui/radio-group.cjs.map +1 -0
  169. package/dist/components/ui/radio-group.d.cts +7 -0
  170. package/dist/components/ui/radio-group.d.ts +7 -0
  171. package/dist/components/ui/radio-group.js +38 -0
  172. package/dist/components/ui/radio-group.js.map +1 -0
  173. package/dist/components/ui/saved-query-card.cjs +409 -7
  174. package/dist/components/ui/saved-query-card.cjs.map +1 -1
  175. package/dist/components/ui/saved-query-card.js +394 -4
  176. package/dist/components/ui/saved-query-card.js.map +1 -1
  177. package/dist/components/ui/scroll-area.cjs +79 -0
  178. package/dist/components/ui/scroll-area.cjs.map +1 -0
  179. package/dist/components/ui/scroll-area.d.cts +14 -0
  180. package/dist/components/ui/scroll-area.d.ts +14 -0
  181. package/dist/components/ui/scroll-area.js +56 -0
  182. package/dist/components/ui/scroll-area.js.map +1 -0
  183. package/dist/components/ui/select.cjs +242 -0
  184. package/dist/components/ui/select.cjs.map +1 -0
  185. package/dist/components/ui/select.d.cts +29 -0
  186. package/dist/components/ui/select.d.ts +29 -0
  187. package/dist/components/ui/select.js +210 -0
  188. package/dist/components/ui/select.js.map +1 -0
  189. package/dist/components/ui/separator.cjs +105 -6
  190. package/dist/components/ui/separator.cjs.map +1 -1
  191. package/dist/components/ui/separator.js +87 -2
  192. package/dist/components/ui/separator.js.map +1 -1
  193. package/dist/components/ui/sheet.cjs +134 -38
  194. package/dist/components/ui/sheet.cjs.map +1 -1
  195. package/dist/components/ui/sheet.js +109 -2
  196. package/dist/components/ui/sheet.js.map +1 -1
  197. package/dist/{chunk-D2EBLE2B.cjs → components/ui/skeleton.cjs} +21 -16
  198. package/dist/components/ui/skeleton.cjs.map +1 -0
  199. package/dist/components/ui/skeleton.d.cts +90 -0
  200. package/dist/components/ui/skeleton.d.ts +90 -0
  201. package/dist/{chunk-SB5DSYR5.js → components/ui/skeleton.js} +8 -3
  202. package/dist/components/ui/skeleton.js.map +1 -0
  203. package/dist/components/ui/slider.cjs +129 -0
  204. package/dist/components/ui/slider.cjs.map +1 -0
  205. package/dist/components/ui/slider.d.cts +10 -0
  206. package/dist/components/ui/slider.d.ts +10 -0
  207. package/dist/components/ui/slider.js +107 -0
  208. package/dist/components/ui/slider.js.map +1 -0
  209. package/dist/components/ui/social-platform-badge.cjs +120 -0
  210. package/dist/components/ui/social-platform-badge.cjs.map +1 -0
  211. package/dist/components/ui/social-platform-badge.d.cts +21 -0
  212. package/dist/components/ui/social-platform-badge.d.ts +21 -0
  213. package/dist/components/ui/social-platform-badge.js +97 -0
  214. package/dist/components/ui/social-platform-badge.js.map +1 -0
  215. package/dist/components/ui/sonner.cjs +51 -0
  216. package/dist/components/ui/sonner.cjs.map +1 -0
  217. package/dist/components/ui/sonner.d.cts +13 -0
  218. package/dist/components/ui/sonner.d.ts +13 -0
  219. package/dist/components/ui/sonner.js +45 -0
  220. package/dist/components/ui/sonner.js.map +1 -0
  221. package/dist/components/ui/sparkline.cjs +159 -6
  222. package/dist/components/ui/sparkline.cjs.map +1 -1
  223. package/dist/components/ui/sparkline.js +142 -2
  224. package/dist/components/ui/sparkline.js.map +1 -1
  225. package/dist/components/ui/switch.cjs +96 -0
  226. package/dist/components/ui/switch.cjs.map +1 -0
  227. package/dist/components/ui/switch.d.cts +13 -0
  228. package/dist/components/ui/switch.d.ts +13 -0
  229. package/dist/components/ui/switch.js +73 -0
  230. package/dist/components/ui/switch.js.map +1 -0
  231. package/dist/components/ui/table.cjs +188 -0
  232. package/dist/components/ui/table.cjs.map +1 -0
  233. package/dist/components/ui/table.d.cts +59 -0
  234. package/dist/components/ui/table.d.ts +59 -0
  235. package/dist/components/ui/table.js +178 -0
  236. package/dist/components/ui/table.js.map +1 -0
  237. package/dist/components/ui/tabs.cjs +140 -0
  238. package/dist/components/ui/tabs.cjs.map +1 -0
  239. package/dist/components/ui/tabs.d.cts +21 -0
  240. package/dist/components/ui/tabs.d.ts +21 -0
  241. package/dist/components/ui/tabs.js +115 -0
  242. package/dist/components/ui/tabs.js.map +1 -0
  243. package/dist/components/ui/textarea.cjs +56 -0
  244. package/dist/components/ui/textarea.cjs.map +1 -0
  245. package/dist/components/ui/textarea.d.cts +5 -0
  246. package/dist/components/ui/textarea.d.ts +5 -0
  247. package/dist/components/ui/textarea.js +34 -0
  248. package/dist/components/ui/textarea.js.map +1 -0
  249. package/dist/components/ui/toggle-group.cjs +123 -0
  250. package/dist/components/ui/toggle-group.cjs.map +1 -0
  251. package/dist/components/ui/toggle-group.d.cts +7 -0
  252. package/dist/components/ui/toggle-group.d.ts +7 -0
  253. package/dist/components/ui/toggle-group.js +99 -0
  254. package/dist/components/ui/toggle-group.js.map +1 -0
  255. package/dist/components/ui/tooltip.cjs +77 -18
  256. package/dist/components/ui/tooltip.cjs.map +1 -1
  257. package/dist/components/ui/tooltip.js +56 -2
  258. package/dist/components/ui/tooltip.js.map +1 -1
  259. package/dist/{concept-card-RwPbqJ06.d.cts → concept-card-BXra9mr0.d.cts} +2 -2
  260. package/dist/{concept-card-CcOBb2Nz.d.ts → concept-card-BoJ5gIJD.d.ts} +2 -2
  261. package/dist/hooks/use-hotkey-registry.cjs +201 -14
  262. package/dist/hooks/use-hotkey-registry.cjs.map +1 -1
  263. package/dist/hooks/use-hotkey-registry.js +182 -2
  264. package/dist/hooks/use-hotkey-registry.js.map +1 -1
  265. package/dist/hooks/use-hotkeys.cjs +144 -9
  266. package/dist/hooks/use-hotkeys.cjs.map +1 -1
  267. package/dist/hooks/use-hotkeys.js +126 -1
  268. package/dist/hooks/use-hotkeys.js.map +1 -1
  269. package/dist/{i18n-CAd9wGOr.d.cts → i18n-BfRhV5aw.d.cts} +5 -3
  270. package/dist/{i18n-ArS3mqj0.d.ts → i18n-ewyqbKM-.d.ts} +5 -3
  271. package/dist/index.cjs +21003 -15720
  272. package/dist/index.cjs.map +1 -1
  273. package/dist/index.css +412 -71
  274. package/dist/index.d.cts +82 -490
  275. package/dist/index.d.ts +82 -490
  276. package/dist/index.js +6727 -976
  277. package/dist/index.js.map +1 -1
  278. package/dist/{page-card-CmShVqG-.d.cts → page-card-C9XXXOVr.d.cts} +3 -20
  279. package/dist/{page-card-HBn-cy4J.d.ts → page-card-DAnbez_f.d.ts} +3 -20
  280. package/dist/toggle-group-B8r4LOQw.d.cts +26 -0
  281. package/dist/toggle-group-B8r4LOQw.d.ts +26 -0
  282. package/package.json +132 -2
  283. package/tailwind.config.ts +45 -0
  284. package/dist/chunk-2ACKKPWA.cjs +0 -112
  285. package/dist/chunk-2ACKKPWA.cjs.map +0 -1
  286. package/dist/chunk-2UD3LGVX.cjs +0 -316
  287. package/dist/chunk-2UD3LGVX.cjs.map +0 -1
  288. package/dist/chunk-3QYYPPFJ.js.map +0 -1
  289. package/dist/chunk-4SVQNEVH.js +0 -173
  290. package/dist/chunk-4SVQNEVH.js.map +0 -1
  291. package/dist/chunk-4WONHORR.cjs +0 -152
  292. package/dist/chunk-4WONHORR.cjs.map +0 -1
  293. package/dist/chunk-5HCXH6GS.js +0 -409
  294. package/dist/chunk-5HCXH6GS.js.map +0 -1
  295. package/dist/chunk-5JJSRGJD.js.map +0 -1
  296. package/dist/chunk-5K6E4ZSW.cjs +0 -77
  297. package/dist/chunk-5K6E4ZSW.cjs.map +0 -1
  298. package/dist/chunk-5NY26ULO.js +0 -89
  299. package/dist/chunk-5NY26ULO.js.map +0 -1
  300. package/dist/chunk-7RVPG3LE.cjs +0 -231
  301. package/dist/chunk-7RVPG3LE.cjs.map +0 -1
  302. package/dist/chunk-AYEK3WOM.js +0 -207
  303. package/dist/chunk-AYEK3WOM.js.map +0 -1
  304. package/dist/chunk-BRMBLIQG.js +0 -53
  305. package/dist/chunk-BRMBLIQG.js.map +0 -1
  306. package/dist/chunk-CAJKSTXX.cjs.map +0 -1
  307. package/dist/chunk-CKFWMHQU.js +0 -401
  308. package/dist/chunk-CKFWMHQU.js.map +0 -1
  309. package/dist/chunk-CV3N3HVK.js +0 -672
  310. package/dist/chunk-CV3N3HVK.js.map +0 -1
  311. package/dist/chunk-D2EBLE2B.cjs.map +0 -1
  312. package/dist/chunk-GCZ6YATL.js +0 -940
  313. package/dist/chunk-GCZ6YATL.js.map +0 -1
  314. package/dist/chunk-GKRAZGDI.cjs +0 -84
  315. package/dist/chunk-GKRAZGDI.cjs.map +0 -1
  316. package/dist/chunk-GPYJ66CG.js +0 -45
  317. package/dist/chunk-GPYJ66CG.js.map +0 -1
  318. package/dist/chunk-HF6XU5NI.js +0 -84
  319. package/dist/chunk-HF6XU5NI.js.map +0 -1
  320. package/dist/chunk-HJPDZOMJ.cjs +0 -87
  321. package/dist/chunk-HJPDZOMJ.cjs.map +0 -1
  322. package/dist/chunk-HS3XI3CC.cjs +0 -69
  323. package/dist/chunk-HS3XI3CC.cjs.map +0 -1
  324. package/dist/chunk-HUCC3QH5.cjs +0 -53
  325. package/dist/chunk-HUCC3QH5.cjs.map +0 -1
  326. package/dist/chunk-HYZ6BQPS.cjs +0 -425
  327. package/dist/chunk-HYZ6BQPS.cjs.map +0 -1
  328. package/dist/chunk-ISCSZMYW.cjs +0 -106
  329. package/dist/chunk-ISCSZMYW.cjs.map +0 -1
  330. package/dist/chunk-IXFEFIDO.js +0 -82
  331. package/dist/chunk-IXFEFIDO.js.map +0 -1
  332. package/dist/chunk-JCJLN437.js +0 -108
  333. package/dist/chunk-JCJLN437.js.map +0 -1
  334. package/dist/chunk-JMKNNH63.cjs +0 -982
  335. package/dist/chunk-JMKNNH63.cjs.map +0 -1
  336. package/dist/chunk-JUBHQAA2.js +0 -53
  337. package/dist/chunk-JUBHQAA2.js.map +0 -1
  338. package/dist/chunk-K6G63EED.cjs +0 -41
  339. package/dist/chunk-K6G63EED.cjs.map +0 -1
  340. package/dist/chunk-KCWRCSI7.js +0 -62
  341. package/dist/chunk-KCWRCSI7.js.map +0 -1
  342. package/dist/chunk-KYM7NIJO.cjs +0 -433
  343. package/dist/chunk-KYM7NIJO.cjs.map +0 -1
  344. package/dist/chunk-L2L5CKC2.js +0 -291
  345. package/dist/chunk-L2L5CKC2.js.map +0 -1
  346. package/dist/chunk-M5CHZ5BA.js +0 -124
  347. package/dist/chunk-M5CHZ5BA.js.map +0 -1
  348. package/dist/chunk-MEK4RSGC.js +0 -65
  349. package/dist/chunk-MEK4RSGC.js.map +0 -1
  350. package/dist/chunk-MEKWH3GS.js +0 -89
  351. package/dist/chunk-MEKWH3GS.js.map +0 -1
  352. package/dist/chunk-MFTX2DDQ.js +0 -27
  353. package/dist/chunk-MFTX2DDQ.js.map +0 -1
  354. package/dist/chunk-MMC6M35Q.cjs.map +0 -1
  355. package/dist/chunk-NMH43BDC.js +0 -130
  356. package/dist/chunk-NMH43BDC.js.map +0 -1
  357. package/dist/chunk-NORDUD2T.cjs +0 -135
  358. package/dist/chunk-NORDUD2T.cjs.map +0 -1
  359. package/dist/chunk-NV4JOKWL.cjs +0 -197
  360. package/dist/chunk-NV4JOKWL.cjs.map +0 -1
  361. package/dist/chunk-O2JG7WY5.cjs +0 -121
  362. package/dist/chunk-O2JG7WY5.cjs.map +0 -1
  363. package/dist/chunk-ONO2FTV4.cjs +0 -68
  364. package/dist/chunk-ONO2FTV4.cjs.map +0 -1
  365. package/dist/chunk-OQB6HIUL.cjs +0 -108
  366. package/dist/chunk-OQB6HIUL.cjs.map +0 -1
  367. package/dist/chunk-OS6CMYAS.cjs +0 -79
  368. package/dist/chunk-OS6CMYAS.cjs.map +0 -1
  369. package/dist/chunk-PYURPUTV.js +0 -402
  370. package/dist/chunk-PYURPUTV.js.map +0 -1
  371. package/dist/chunk-RJ3HYZ7S.js +0 -44
  372. package/dist/chunk-RJ3HYZ7S.js.map +0 -1
  373. package/dist/chunk-RZNRIOLT.js +0 -128
  374. package/dist/chunk-RZNRIOLT.js.map +0 -1
  375. package/dist/chunk-S3T2L6NA.js +0 -38
  376. package/dist/chunk-S3T2L6NA.js.map +0 -1
  377. package/dist/chunk-S5IPJQZ3.cjs +0 -161
  378. package/dist/chunk-S5IPJQZ3.cjs.map +0 -1
  379. package/dist/chunk-SB5DSYR5.js.map +0 -1
  380. package/dist/chunk-SFXV2DUH.js +0 -106
  381. package/dist/chunk-SFXV2DUH.js.map +0 -1
  382. package/dist/chunk-SXEPGD4Z.cjs +0 -152
  383. package/dist/chunk-SXEPGD4Z.cjs.map +0 -1
  384. package/dist/chunk-SXWSOU3Y.js +0 -89
  385. package/dist/chunk-SXWSOU3Y.js.map +0 -1
  386. package/dist/chunk-SZMVOHT7.cjs +0 -107
  387. package/dist/chunk-SZMVOHT7.cjs.map +0 -1
  388. package/dist/chunk-TWJXOV4C.js +0 -145
  389. package/dist/chunk-TWJXOV4C.js.map +0 -1
  390. package/dist/chunk-U3ADRIVO.cjs +0 -434
  391. package/dist/chunk-U3ADRIVO.cjs.map +0 -1
  392. package/dist/chunk-U5FLLCGC.cjs +0 -151
  393. package/dist/chunk-U5FLLCGC.cjs.map +0 -1
  394. package/dist/chunk-UOZN45G4.cjs +0 -130
  395. package/dist/chunk-UOZN45G4.cjs.map +0 -1
  396. package/dist/chunk-VHLDOG74.cjs +0 -167
  397. package/dist/chunk-VHLDOG74.cjs.map +0 -1
  398. package/dist/chunk-YC5KLN6I.js +0 -139
  399. package/dist/chunk-YC5KLN6I.js.map +0 -1
  400. package/dist/chunk-YENXXYUV.cjs +0 -111
  401. package/dist/chunk-YENXXYUV.cjs.map +0 -1
  402. package/dist/chunk-YFQWC2PW.js +0 -113
  403. package/dist/chunk-YFQWC2PW.js.map +0 -1
  404. package/dist/chunk-Z2TY4A75.cjs +0 -700
  405. package/dist/chunk-Z2TY4A75.cjs.map +0 -1
  406. package/dist/chunk-Z56O7UEU.cjs +0 -136
  407. package/dist/chunk-Z56O7UEU.cjs.map +0 -1
  408. package/dist/chunk-ZBZDR4ZC.js +0 -106
  409. package/dist/chunk-ZBZDR4ZC.js.map +0 -1
package/dist/index.css CHANGED
@@ -48,12 +48,18 @@
48
48
  .\!start-auto {
49
49
  inset-inline-start: auto !important;
50
50
  }
51
+ .start-\(--nav-rail-width\) {
52
+ inset-inline-start: var(--nav-rail-width);
53
+ }
51
54
  .start-1\/2 {
52
55
  inset-inline-start: calc(1/2 * 100%);
53
56
  }
54
57
  .\!end-auto {
55
58
  inset-inline-end: auto !important;
56
59
  }
60
+ .end-\(--nav-rail-width\) {
61
+ inset-inline-end: var(--nav-rail-width);
62
+ }
57
63
  .top-1\/2 {
58
64
  top: calc(1 / 2 * 100%);
59
65
  }
@@ -301,6 +307,9 @@
301
307
  .max-h-\[300px\] {
302
308
  max-height: 300px;
303
309
  }
310
+ .max-h-\[min\(24rem\,var\(--radix-select-content-available-height\)\)\] {
311
+ max-height: min(24rem, var(--radix-select-content-available-height));
312
+ }
304
313
  .max-h-full {
305
314
  max-height: 100%;
306
315
  }
@@ -790,6 +799,10 @@
790
799
  border-inline-start-style: var(--tw-border-style);
791
800
  border-inline-start-width: var(--borderwidth-xs);
792
801
  }
802
+ .border-s-0 {
803
+ border-inline-start-style: var(--tw-border-style);
804
+ border-inline-start-width: var(--borderwidth-none);
805
+ }
793
806
  .border-s-2 {
794
807
  border-inline-start-style: var(--tw-border-style);
795
808
  border-inline-start-width: var(--borderwidth-sm);
@@ -802,6 +815,10 @@
802
815
  border-inline-end-style: var(--tw-border-style);
803
816
  border-inline-end-width: var(--borderwidth-xs);
804
817
  }
818
+ .border-e-0 {
819
+ border-inline-end-style: var(--tw-border-style);
820
+ border-inline-end-width: var(--borderwidth-none);
821
+ }
805
822
  .border-t {
806
823
  border-top-style: var(--tw-border-style);
807
824
  border-top-width: var(--borderwidth-xs);
@@ -863,9 +880,6 @@
863
880
  .border-\[hsl\(var\(--score-excellent\)\/0\.25\)\] {
864
881
  border-color: hsl(var(--score-excellent)/0.25);
865
882
  }
866
- .border-\[hsl\(var\(--secondary-default\)\/0\.4\)\] {
867
- border-color: hsl(var(--secondary-default)/0.4);
868
- }
869
883
  .border-\[hsl\(var\(--sentiment-mixed\)\/0\.3\)\] {
870
884
  border-color: hsl(var(--sentiment-mixed)/0.3);
871
885
  }
@@ -935,9 +949,15 @@
935
949
  .border-brand {
936
950
  border-color: hsl(var(--brand-default));
937
951
  }
952
+ .border-brand-200 {
953
+ border-color: hsl(var(--brand-200));
954
+ }
938
955
  .border-brand-300 {
939
956
  border-color: hsl(var(--brand-300));
940
957
  }
958
+ .border-brand-400 {
959
+ border-color: hsl(var(--brand-400));
960
+ }
941
961
  .border-brand-500 {
942
962
  border-color: hsl(var(--brand-500));
943
963
  }
@@ -947,12 +967,21 @@
947
967
  border-color: color-mix(in oklab, hsl(var(--brand-500)) 75%, transparent);
948
968
  }
949
969
  }
970
+ .border-brand-600 {
971
+ border-color: hsl(var(--brand-600));
972
+ }
950
973
  .border-button {
951
974
  border-color: hsl(var(--border-button-default));
952
975
  }
953
976
  .border-button-hover {
954
977
  border-color: hsl(var(--border-button-hover));
955
978
  }
979
+ .border-destructive {
980
+ border-color: hsl(var(--destructive-default));
981
+ }
982
+ .border-destructive-200 {
983
+ border-color: hsl(var(--destructive-200));
984
+ }
956
985
  .border-destructive-300 {
957
986
  border-color: hsl(var(--destructive-300));
958
987
  }
@@ -962,12 +991,33 @@
962
991
  .border-destructive-500 {
963
992
  border-color: hsl(var(--destructive-500));
964
993
  }
994
+ .border-destructive-600 {
995
+ border-color: hsl(var(--destructive-600));
996
+ }
965
997
  .border-foreground-light {
966
998
  border-color: hsl(var(--foreground-light));
967
999
  }
968
1000
  .border-foreground-muted {
969
1001
  border-color: hsl(var(--foreground-muted));
970
1002
  }
1003
+ .border-info {
1004
+ border-color: hsl(var(--info-default));
1005
+ }
1006
+ .border-info-200 {
1007
+ border-color: hsl(var(--info-200));
1008
+ }
1009
+ .border-info-300 {
1010
+ border-color: hsl(var(--info-300));
1011
+ }
1012
+ .border-info-400 {
1013
+ border-color: hsl(var(--info-400));
1014
+ }
1015
+ .border-info-500 {
1016
+ border-color: hsl(var(--info-500));
1017
+ }
1018
+ .border-info-600 {
1019
+ border-color: hsl(var(--info-600));
1020
+ }
971
1021
  .border-input {
972
1022
  border-color: hsl(var(--background-control));
973
1023
  }
@@ -998,9 +1048,33 @@
998
1048
  .border-stronger {
999
1049
  border-color: hsl(var(--border-stronger));
1000
1050
  }
1051
+ .border-success {
1052
+ border-color: hsl(var(--success-default));
1053
+ }
1054
+ .border-success-200 {
1055
+ border-color: hsl(var(--success-200));
1056
+ }
1057
+ .border-success-300 {
1058
+ border-color: hsl(var(--success-300));
1059
+ }
1060
+ .border-success-400 {
1061
+ border-color: hsl(var(--success-400));
1062
+ }
1063
+ .border-success-500 {
1064
+ border-color: hsl(var(--success-500));
1065
+ }
1066
+ .border-success-600 {
1067
+ border-color: hsl(var(--success-600));
1068
+ }
1001
1069
  .border-transparent {
1002
1070
  border-color: transparent;
1003
1071
  }
1072
+ .border-warning {
1073
+ border-color: hsl(var(--warning-default));
1074
+ }
1075
+ .border-warning-200 {
1076
+ border-color: hsl(var(--warning-200));
1077
+ }
1004
1078
  .border-warning-300 {
1005
1079
  border-color: hsl(var(--warning-300));
1006
1080
  }
@@ -1010,6 +1084,9 @@
1010
1084
  .border-warning-500 {
1011
1085
  border-color: hsl(var(--warning-500));
1012
1086
  }
1087
+ .border-warning-600 {
1088
+ border-color: hsl(var(--warning-600));
1089
+ }
1013
1090
  .border-s-\[hsl\(var\(--brand-default\)\)\] {
1014
1091
  border-inline-start-color: hsl(var(--brand-default));
1015
1092
  }
@@ -1103,9 +1180,6 @@
1103
1180
  .bg-\[hsl\(var\(--score-excellent-bg\)\)\] {
1104
1181
  background-color: hsl(var(--score-excellent-bg));
1105
1182
  }
1106
- .bg-\[hsl\(var\(--secondary-default\)\/0\.1\)\] {
1107
- background-color: hsl(var(--secondary-default)/0.1);
1108
- }
1109
1183
  .bg-\[hsl\(var\(--sentiment-mixed\)\)\] {
1110
1184
  background-color: hsl(var(--sentiment-mixed));
1111
1185
  }
@@ -1280,18 +1354,30 @@
1280
1354
  .bg-border-strong {
1281
1355
  background-color: hsl(var(--border-strong));
1282
1356
  }
1357
+ .bg-border-stronger\/60 {
1358
+ background-color: hsl(var(--border-stronger));
1359
+ @supports (color: color-mix(in lab, red, red)) {
1360
+ background-color: color-mix(in oklab, hsl(var(--border-stronger)) 60%, transparent);
1361
+ }
1362
+ }
1283
1363
  .bg-brand {
1284
1364
  background-color: hsl(var(--brand-default));
1285
1365
  }
1286
1366
  .bg-brand-200 {
1287
1367
  background-color: hsl(var(--brand-200));
1288
1368
  }
1369
+ .bg-brand-300 {
1370
+ background-color: hsl(var(--brand-300));
1371
+ }
1289
1372
  .bg-brand-400 {
1290
1373
  background-color: hsl(var(--brand-400));
1291
1374
  }
1292
1375
  .bg-brand-500 {
1293
1376
  background-color: hsl(var(--brand-500));
1294
1377
  }
1378
+ .bg-brand-600 {
1379
+ background-color: hsl(var(--brand-600));
1380
+ }
1295
1381
  .bg-brand\/10 {
1296
1382
  background-color: hsl(var(--brand-default));
1297
1383
  @supports (color: color-mix(in lab, red, red)) {
@@ -1319,9 +1405,15 @@
1319
1405
  .bg-destructive-300 {
1320
1406
  background-color: hsl(var(--destructive-300));
1321
1407
  }
1408
+ .bg-destructive-400 {
1409
+ background-color: hsl(var(--destructive-400));
1410
+ }
1322
1411
  .bg-destructive-500 {
1323
1412
  background-color: hsl(var(--destructive-500));
1324
1413
  }
1414
+ .bg-destructive-600 {
1415
+ background-color: hsl(var(--destructive-600));
1416
+ }
1325
1417
  .bg-destructive\/5 {
1326
1418
  background-color: hsl(var(--destructive-default));
1327
1419
  @supports (color: color-mix(in lab, red, red)) {
@@ -1358,6 +1450,24 @@
1358
1450
  background-color: color-mix(in oklab, hsl(var(--foreground-default)) 2.6%, transparent);
1359
1451
  }
1360
1452
  }
1453
+ .bg-info {
1454
+ background-color: hsl(var(--info-default));
1455
+ }
1456
+ .bg-info-200 {
1457
+ background-color: hsl(var(--info-200));
1458
+ }
1459
+ .bg-info-300 {
1460
+ background-color: hsl(var(--info-300));
1461
+ }
1462
+ .bg-info-400 {
1463
+ background-color: hsl(var(--info-400));
1464
+ }
1465
+ .bg-info-500 {
1466
+ background-color: hsl(var(--info-500));
1467
+ }
1468
+ .bg-info-600 {
1469
+ background-color: hsl(var(--info-600));
1470
+ }
1361
1471
  .bg-input {
1362
1472
  background-color: hsl(var(--background-control));
1363
1473
  }
@@ -1415,6 +1525,24 @@
1415
1525
  .bg-sidebar-border {
1416
1526
  background-color: hsl(var(--border-muted));
1417
1527
  }
1528
+ .bg-success {
1529
+ background-color: hsl(var(--success-default));
1530
+ }
1531
+ .bg-success-200 {
1532
+ background-color: hsl(var(--success-200));
1533
+ }
1534
+ .bg-success-300 {
1535
+ background-color: hsl(var(--success-300));
1536
+ }
1537
+ .bg-success-400 {
1538
+ background-color: hsl(var(--success-400));
1539
+ }
1540
+ .bg-success-500 {
1541
+ background-color: hsl(var(--success-500));
1542
+ }
1543
+ .bg-success-600 {
1544
+ background-color: hsl(var(--success-600));
1545
+ }
1418
1546
  .bg-transparent {
1419
1547
  background-color: transparent;
1420
1548
  }
@@ -1427,9 +1555,21 @@
1427
1555
  .bg-warning-300 {
1428
1556
  background-color: hsl(var(--warning-300));
1429
1557
  }
1558
+ .bg-warning-400 {
1559
+ background-color: hsl(var(--warning-400));
1560
+ }
1430
1561
  .bg-warning-500 {
1431
1562
  background-color: hsl(var(--warning-500));
1432
1563
  }
1564
+ .bg-warning-600 {
1565
+ background-color: hsl(var(--warning-600));
1566
+ }
1567
+ .bg-warning\/10 {
1568
+ background-color: hsl(var(--warning-default));
1569
+ @supports (color: color-mix(in lab, red, red)) {
1570
+ background-color: color-mix(in oklab, hsl(var(--warning-default)) 10%, transparent);
1571
+ }
1572
+ }
1433
1573
  .bg-gradient-to-b {
1434
1574
  --tw-gradient-position: to bottom in oklab;
1435
1575
  background-image: linear-gradient(var(--tw-gradient-stops));
@@ -1529,8 +1669,8 @@
1529
1669
  .py-\[3px\] {
1530
1670
  padding-block: 3px;
1531
1671
  }
1532
- .ps-\(--nav-rail-width\) {
1533
- padding-inline-start: var(--nav-rail-width);
1672
+ .ps-\[calc\(var\(--nav-rail-width\)\+var\(--app-secondary-width\,0px\)\)\] {
1673
+ padding-inline-start: calc(var(--nav-rail-width) + var(--app-secondary-width,0px));
1534
1674
  }
1535
1675
  .ps-\[calc\(var\(--nav-rail-width\)\+var\(--nav-panel-width\)\)\] {
1536
1676
  padding-inline-start: calc(var(--nav-rail-width) + var(--nav-panel-width));
@@ -1671,9 +1811,6 @@
1671
1811
  .text-\[hsl\(var\(--destructive-default\)\)\] {
1672
1812
  color: hsl(var(--destructive-default));
1673
1813
  }
1674
- .text-\[hsl\(var\(--secondary-default\)\)\] {
1675
- color: hsl(var(--secondary-default));
1676
- }
1677
1814
  .text-\[hsl\(var\(--sentiment-mixed\)\)\] {
1678
1815
  color: hsl(var(--sentiment-mixed));
1679
1816
  }
@@ -1725,6 +1862,18 @@
1725
1862
  .text-brand {
1726
1863
  color: hsl(var(--brand-default));
1727
1864
  }
1865
+ .text-brand-200 {
1866
+ color: hsl(var(--brand-200));
1867
+ }
1868
+ .text-brand-300 {
1869
+ color: hsl(var(--brand-300));
1870
+ }
1871
+ .text-brand-400 {
1872
+ color: hsl(var(--brand-400));
1873
+ }
1874
+ .text-brand-500 {
1875
+ color: hsl(var(--brand-500));
1876
+ }
1728
1877
  .text-brand-600 {
1729
1878
  color: hsl(var(--brand-600));
1730
1879
  }
@@ -1743,9 +1892,15 @@
1743
1892
  .text-destructive-200 {
1744
1893
  color: hsl(var(--destructive-200));
1745
1894
  }
1895
+ .text-destructive-300 {
1896
+ color: hsl(var(--destructive-300));
1897
+ }
1746
1898
  .text-destructive-400 {
1747
1899
  color: hsl(var(--destructive-400));
1748
1900
  }
1901
+ .text-destructive-500 {
1902
+ color: hsl(var(--destructive-500));
1903
+ }
1749
1904
  .text-destructive-600 {
1750
1905
  color: hsl(var(--destructive-600));
1751
1906
  }
@@ -1776,6 +1931,24 @@
1776
1931
  .text-foreground-muted {
1777
1932
  color: hsl(var(--foreground-muted));
1778
1933
  }
1934
+ .text-info {
1935
+ color: hsl(var(--info-default));
1936
+ }
1937
+ .text-info-200 {
1938
+ color: hsl(var(--info-200));
1939
+ }
1940
+ .text-info-300 {
1941
+ color: hsl(var(--info-300));
1942
+ }
1943
+ .text-info-400 {
1944
+ color: hsl(var(--info-400));
1945
+ }
1946
+ .text-info-500 {
1947
+ color: hsl(var(--info-500));
1948
+ }
1949
+ .text-info-600 {
1950
+ color: hsl(var(--info-600));
1951
+ }
1779
1952
  .text-light {
1780
1953
  color: hsl(var(--foreground-light));
1781
1954
  }
@@ -1791,6 +1964,21 @@
1791
1964
  .text-muted-foreground {
1792
1965
  color: hsl(var(--foreground-muted));
1793
1966
  }
1967
+ .text-on-brand {
1968
+ color: hsl(var(--on-brand));
1969
+ }
1970
+ .text-on-destructive {
1971
+ color: hsl(var(--on-destructive));
1972
+ }
1973
+ .text-on-info {
1974
+ color: hsl(var(--on-info));
1975
+ }
1976
+ .text-on-success {
1977
+ color: hsl(var(--on-success));
1978
+ }
1979
+ .text-on-warning {
1980
+ color: hsl(var(--on-warning));
1981
+ }
1794
1982
  .text-popover-foreground {
1795
1983
  color: hsl(var(--foreground-default));
1796
1984
  }
@@ -1815,9 +2003,39 @@
1815
2003
  color: color-mix(in oklab, hsl(var(--foreground-default)) 70%, transparent);
1816
2004
  }
1817
2005
  }
2006
+ .text-success {
2007
+ color: hsl(var(--success-default));
2008
+ }
2009
+ .text-success-200 {
2010
+ color: hsl(var(--success-200));
2011
+ }
2012
+ .text-success-300 {
2013
+ color: hsl(var(--success-300));
2014
+ }
2015
+ .text-success-400 {
2016
+ color: hsl(var(--success-400));
2017
+ }
2018
+ .text-success-500 {
2019
+ color: hsl(var(--success-500));
2020
+ }
2021
+ .text-success-600 {
2022
+ color: hsl(var(--success-600));
2023
+ }
1818
2024
  .text-warning {
1819
2025
  color: hsl(var(--warning-default));
1820
2026
  }
2027
+ .text-warning-200 {
2028
+ color: hsl(var(--warning-200));
2029
+ }
2030
+ .text-warning-300 {
2031
+ color: hsl(var(--warning-300));
2032
+ }
2033
+ .text-warning-400 {
2034
+ color: hsl(var(--warning-400));
2035
+ }
2036
+ .text-warning-500 {
2037
+ color: hsl(var(--warning-500));
2038
+ }
1821
2039
  .text-warning-600 {
1822
2040
  color: hsl(var(--warning-600));
1823
2041
  }
@@ -2437,9 +2655,9 @@
2437
2655
  border-color: hsl(var(--destructive-500)/0.4);
2438
2656
  }
2439
2657
  }
2440
- .group-\[\.toaster\]\:border-\[hsl\(var\(--secondary-default\)\/0\.4\)\] {
2658
+ .group-\[\.toaster\]\:border-\[hsl\(var\(--info-default\)\/0\.4\)\] {
2441
2659
  &:is(:where(.group):is(.toaster) *) {
2442
- border-color: hsl(var(--secondary-default)/0.4);
2660
+ border-color: hsl(var(--info-default)/0.4);
2443
2661
  }
2444
2662
  }
2445
2663
  .group-\[\.toaster\]\:border-\[hsl\(var\(--warning-500\)\/0\.4\)\] {
@@ -2462,9 +2680,9 @@
2462
2680
  background-color: hsl(var(--destructive-500)/0.06);
2463
2681
  }
2464
2682
  }
2465
- .group-\[\.toaster\]\:bg-\[hsl\(var\(--secondary-default\)\/0\.06\)\] {
2683
+ .group-\[\.toaster\]\:bg-\[hsl\(var\(--info-default\)\/0\.06\)\] {
2466
2684
  &:is(:where(.group):is(.toaster) *) {
2467
- background-color: hsl(var(--secondary-default)/0.06);
2685
+ background-color: hsl(var(--info-default)/0.06);
2468
2686
  }
2469
2687
  }
2470
2688
  .group-\[\.toaster\]\:bg-\[hsl\(var\(--warning-500\)\/0\.06\)\] {
@@ -2487,9 +2705,9 @@
2487
2705
  color: hsl(var(--destructive-600));
2488
2706
  }
2489
2707
  }
2490
- .group-\[\.toaster\]\:text-\[hsl\(var\(--secondary-default\)\)\] {
2708
+ .group-\[\.toaster\]\:text-\[hsl\(var\(--info-default\)\)\] {
2491
2709
  &:is(:where(.group):is(.toaster) *) {
2492
- color: hsl(var(--secondary-default));
2710
+ color: hsl(var(--info-default));
2493
2711
  }
2494
2712
  }
2495
2713
  .group-\[\.toaster\]\:text-\[hsl\(var\(--warning\)\)\] {
@@ -2574,6 +2792,11 @@
2574
2792
  color: hsl(var(--foreground-default));
2575
2793
  }
2576
2794
  }
2795
+ .placeholder\:text-foreground-lighter {
2796
+ &::placeholder {
2797
+ color: hsl(var(--foreground-lighter));
2798
+ }
2799
+ }
2577
2800
  .placeholder\:text-foreground-muted {
2578
2801
  &::placeholder {
2579
2802
  color: hsl(var(--foreground-muted));
@@ -2771,6 +2994,16 @@
2771
2994
  }
2772
2995
  }
2773
2996
  }
2997
+ .hover\:border-brand\/40 {
2998
+ &:hover {
2999
+ @media (hover: hover) {
3000
+ border-color: hsl(var(--brand-default));
3001
+ @supports (color: color-mix(in lab, red, red)) {
3002
+ border-color: color-mix(in oklab, hsl(var(--brand-default)) 40%, transparent);
3003
+ }
3004
+ }
3005
+ }
3006
+ }
2774
3007
  .hover\:border-destructive {
2775
3008
  &:hover {
2776
3009
  @media (hover: hover) {
@@ -3032,10 +3265,10 @@
3032
3265
  }
3033
3266
  }
3034
3267
  }
3035
- .hover\:text-muted-foreground {
3268
+ .hover\:text-on-brand {
3036
3269
  &:hover {
3037
3270
  @media (hover: hover) {
3038
- color: hsl(var(--foreground-muted));
3271
+ color: hsl(var(--on-brand));
3039
3272
  }
3040
3273
  }
3041
3274
  }
@@ -3975,14 +4208,19 @@
3975
4208
  }
3976
4209
  }
3977
4210
  }
4211
+ .data-\[state\=checked\]\:bg-on-brand {
4212
+ &[data-state="checked"] {
4213
+ background-color: hsl(var(--on-brand));
4214
+ }
4215
+ }
3978
4216
  .data-\[state\=checked\]\:text-foreground {
3979
4217
  &[data-state="checked"] {
3980
4218
  color: hsl(var(--foreground-default));
3981
4219
  }
3982
4220
  }
3983
- .data-\[state\=checked\]\:text-foreground-contrast {
4221
+ .data-\[state\=checked\]\:text-on-brand {
3984
4222
  &[data-state="checked"] {
3985
- color: hsl(var(--foreground-contrast));
4223
+ color: hsl(var(--on-brand));
3986
4224
  }
3987
4225
  }
3988
4226
  .data-\[state\=checked\]\:hover\:bg-brand-600\/90 {
@@ -4128,12 +4366,17 @@
4128
4366
  background-color: hsl(var(--background-surface-200));
4129
4367
  }
4130
4368
  }
4369
+ .data-\[state\=on\]\:bg-background {
4370
+ &[data-state="on"] {
4371
+ background-color: hsl(var(--background-default));
4372
+ }
4373
+ }
4131
4374
  .data-\[state\=on\]\:bg-primary {
4132
4375
  &[data-state="on"] {
4133
4376
  background-color: hsl(var(--brand-default));
4134
4377
  }
4135
4378
  }
4136
- .data-\[state\=on\]\:text-accent-foreground {
4379
+ .data-\[state\=on\]\:text-foreground {
4137
4380
  &[data-state="on"] {
4138
4381
  color: hsl(var(--foreground-default));
4139
4382
  }
@@ -4692,6 +4935,11 @@
4692
4935
  background-color: hsl(var(--destructive-400));
4693
4936
  }
4694
4937
  }
4938
+ .dark\:bg-destructive-500 {
4939
+ &:is([data-theme="dark"] *) {
4940
+ background-color: hsl(var(--destructive-500));
4941
+ }
4942
+ }
4695
4943
  .dark\:bg-destructive\/10 {
4696
4944
  &:is([data-theme="dark"] *) {
4697
4945
  background-color: hsl(var(--destructive-default));
@@ -4807,6 +5055,20 @@
4807
5055
  }
4808
5056
  }
4809
5057
  }
5058
+ .dark\:data-\[state\=checked\]\:hover\:bg-brand-500\/90 {
5059
+ &:is([data-theme="dark"] *) {
5060
+ &[data-state="checked"] {
5061
+ &:hover {
5062
+ @media (hover: hover) {
5063
+ background-color: hsl(var(--brand-500));
5064
+ @supports (color: color-mix(in lab, red, red)) {
5065
+ background-color: color-mix(in oklab, hsl(var(--brand-500)) 90%, transparent);
5066
+ }
5067
+ }
5068
+ }
5069
+ }
5070
+ }
5071
+ }
4810
5072
  .dark\:data-\[state\=open\]\:bg-brand-600\/80 {
4811
5073
  &:is([data-theme="dark"] *) {
4812
5074
  &[data-state="open"] {
@@ -4899,6 +5161,11 @@
4899
5161
  line-height: var(--tw-leading, 1.125rem);
4900
5162
  }
4901
5163
  }
5164
+ .\[\&_button\]\:pointer-events-auto {
5165
+ & button {
5166
+ pointer-events: auto;
5167
+ }
5168
+ }
4902
5169
  .\[\&_h2\]\:text-xl {
4903
5170
  & h2 {
4904
5171
  font-size: 1.25rem;
@@ -4962,17 +5229,39 @@
4962
5229
  flex-shrink: 0;
4963
5230
  }
4964
5231
  }
5232
+ .\[\&_svg\:not\(\[class\*\=\'text-\'\]\)\]\:text-foreground-light {
5233
+ & svg:not([class*='text-']) {
5234
+ color: hsl(var(--foreground-light));
5235
+ }
5236
+ }
4965
5237
  .\[\&_svg\:not\(\[class\*\=\'text-\'\]\)\]\:text-muted-foreground {
4966
5238
  & svg:not([class*='text-']) {
4967
5239
  color: hsl(var(--foreground-muted));
4968
5240
  }
4969
5241
  }
5242
+ .focus\:\[\&_svg\:not\(\[class\*\=\'text-\'\]\)\]\:text-foreground {
5243
+ &:focus {
5244
+ & svg:not([class*='text-']) {
5245
+ color: hsl(var(--foreground-default));
5246
+ }
5247
+ }
5248
+ }
4970
5249
  .\[\&_tr\]\:border-b {
4971
5250
  & tr {
4972
5251
  border-bottom-style: var(--tw-border-style);
4973
5252
  border-bottom-width: var(--borderwidth-xs);
4974
5253
  }
4975
5254
  }
5255
+ .\[\&_tr\]\:border-muted {
5256
+ & tr {
5257
+ border-color: hsl(var(--border-muted));
5258
+ }
5259
+ }
5260
+ .\[\&_tr\]\:border-muted {
5261
+ & tr {
5262
+ border-color: hsl(var(--background-muted));
5263
+ }
5264
+ }
4976
5265
  .\[\&_tr\:last-child\]\:border-0 {
4977
5266
  & tr:last-child {
4978
5267
  border-style: var(--tw-border-style);
@@ -5003,6 +5292,11 @@
5003
5292
  width: 100%;
5004
5293
  }
5005
5294
  }
5295
+ .\[\&\>\*\]\:flex-1 {
5296
+ &>* {
5297
+ flex: 1;
5298
+ }
5299
+ }
5006
5300
  .\[\&\>\*\]\:focus-visible\:relative {
5007
5301
  &>* {
5008
5302
  &:focus-visible {
@@ -5533,8 +5827,8 @@
5533
5827
  --colors-slate-light-alpha-1000: hsla(204.4, 100%, 5.3%, 0.5098039215686274);
5534
5828
  --colors-slate-light-alpha-1100: hsla(205, 100%, 4.7%, 0.5882352941176471);
5535
5829
  --colors-slate-light-alpha-1200: hsla(200, 100%, 2.4%, 0.9294117647058824);
5536
- --variables-colors-brand-primary: 153.1deg 60.2% 52.7%;
5537
- --variables-colors-brand-accent: 152.9deg 56.1% 46.5%;
5830
+ --variables-colors-brand-primary: 155deg 70% 36%;
5831
+ --variables-colors-brand-accent: 155deg 65% 44%;
5538
5832
  --spacing-scale: 2px;
5539
5833
  --spacing-xs: 4px;
5540
5834
  --spacing-sm: 8px;
@@ -5638,11 +5932,11 @@
5638
5932
  --code-block-3: 83.8deg 61.6% 48%;
5639
5933
  --code-block-2: 33.1deg 80% 52.9%;
5640
5934
  --code-block-1: 170.6deg 43.2% 51%;
5641
- --secondary-default: 247.8deg 100% 70%;
5642
- --secondary-400: 248.3deg 54.5% 25.9%;
5643
- --secondary-200: 248deg 53.6% 11%;
5935
+ --secondary-default: 0deg 0% 40%;
5936
+ --secondary-400: 0deg 0% 60%;
5937
+ --secondary-200: 0deg 0% 90%;
5644
5938
  --brand-link: 153.4deg 100% 36.7%;
5645
- --brand-default: 152.9deg 60% 52.9%;
5939
+ --brand-default: 155deg 70% 36%;
5646
5940
  --brand-600: 156.5deg 86.5% 26.1%;
5647
5941
  --brand-500: 155.3deg 78.4% 40%;
5648
5942
  --brand-400: 151.3deg 66.9% 66.9%;
@@ -5658,6 +5952,12 @@
5658
5952
  --warning-alpha-5: hsla(30, 80%, 48%, 0.05);
5659
5953
  --warning-alpha-10: hsla(30, 80%, 48%, 0.1);
5660
5954
  --warning-alpha-20: hsla(30, 80%, 48%, 0.2);
5955
+ --info-alpha-5: hsla(211, 100%, 45%, 0.05);
5956
+ --info-alpha-10: hsla(211, 100%, 45%, 0.1);
5957
+ --info-alpha-20: hsla(211, 100%, 45%, 0.2);
5958
+ --success-alpha-5: hsla(142, 71%, 38%, 0.05);
5959
+ --success-alpha-10: hsla(142, 71%, 38%, 0.1);
5960
+ --success-alpha-20: hsla(142, 71%, 38%, 0.2);
5661
5961
  --warning-default: 30.3deg 80.3% 47.8%;
5662
5962
  --warning-600: 30.3deg 80.3% 47.8%;
5663
5963
  --warning-500: 36.3deg 85.7% 67.1%;
@@ -5670,6 +5970,18 @@
5670
5970
  --destructive-400: 7.1deg 91.3% 91%;
5671
5971
  --destructive-300: 7.1deg 100% 96.7%;
5672
5972
  --destructive-200: 0deg 100% 99.4%;
5973
+ --info-default: 211deg 100% 45%;
5974
+ --info-600: 211deg 100% 40%;
5975
+ --info-500: 211deg 92% 60%;
5976
+ --info-400: 211deg 95% 78%;
5977
+ --info-300: 211deg 100% 91%;
5978
+ --info-200: 211deg 100% 97%;
5979
+ --success-default: 142deg 71% 38%;
5980
+ --success-600: 142deg 72% 33%;
5981
+ --success-500: 142deg 60% 55%;
5982
+ --success-400: 142deg 60% 75%;
5983
+ --success-300: 142deg 65% 90%;
5984
+ --success-200: 142deg 70% 96%;
5673
5985
  --border-stronger: 0deg 0% 56.1%;
5674
5986
  --border-strong: 0deg 0% 83.1%;
5675
5987
  --border-default: 0deg 0% 87.5%;
@@ -5678,8 +5990,8 @@
5678
5990
  --background-surface-400: 0deg 0% 89.8%;
5679
5991
  --background-surface-300: 0deg 0% 92.9%;
5680
5992
  --background-surface-200: 0deg 0% 95.3%;
5681
- --background-surface-100: 0deg 0% 98.8%;
5682
- --background-surface-75: 0deg 0% 100%;
5993
+ --background-surface-100: 0deg 0% 100%;
5994
+ --background-surface-75: 0deg 0% 98%;
5683
5995
  --background-alternative-default: 0deg 0% 99.2%;
5684
5996
  --background-alternative-200: 0deg 0% 100%;
5685
5997
  --foreground-contrast: 0deg 0% 98.4%;
@@ -5703,7 +6015,12 @@
5703
6015
  --background-default: 0deg 0% 98.8%;
5704
6016
  --background-200: 0deg 0% 97.3%;
5705
6017
  --foreground-default: 0deg 0% 9%;
5706
- --chart-1: 153deg 55% 42%;
6018
+ --on-brand: 0deg 0% 98%;
6019
+ --on-warning: 0deg 0% 9%;
6020
+ --on-destructive: 0deg 0% 9%;
6021
+ --on-info: 0deg 0% 9%;
6022
+ --on-success: 0deg 0% 9%;
6023
+ --chart-1: 155deg 65% 38%;
5707
6024
  --chart-2: 198deg 50% 48%;
5708
6025
  --chart-3: 240deg 40% 54%;
5709
6026
  --chart-4: 310deg 38% 52%;
@@ -5737,7 +6054,7 @@
5737
6054
  --emotion-sadness: 230deg 58% 48%;
5738
6055
  --emotion-disgust: 285deg 50% 48%;
5739
6056
  --emotion-neutral: 215deg 8% 52%;
5740
- --flow-pro-gov: 153deg 55% 42%;
6057
+ --flow-pro-gov: 155deg 65% 38%;
5741
6058
  --flow-internal-critic: 35deg 70% 40%;
5742
6059
  --flow-internal-opponent: 20deg 75% 50%;
5743
6060
  --flow-external-opponent: 355deg 65% 52%;
@@ -5789,11 +6106,11 @@
5789
6106
  --code-block-3: 83.8deg 61.7% 63.1%;
5790
6107
  --code-block-2: 33.2deg 90.3% 75.7%;
5791
6108
  --code-block-1: 170.8deg 43.1% 61.4%;
5792
- --secondary-default: 247.8deg 80% 68%;
5793
- --secondary-400: 248deg 55% 32%;
5794
- --secondary-200: 248deg 50% 15%;
6109
+ --secondary-default: 0deg 0% 70%;
6110
+ --secondary-400: 0deg 0% 40%;
6111
+ --secondary-200: 0deg 0% 22%;
5795
6112
  --brand-link: 155deg 100% 38.6%;
5796
- --brand-default: 153.1deg 60.2% 52.7%;
6113
+ --brand-default: 155deg 70% 36%;
5797
6114
  --brand-600: 154.9deg 59.5% 70%;
5798
6115
  --brand-500: 154.9deg 100% 19.2%;
5799
6116
  --brand-400: 155.5deg 100% 9.6%;
@@ -5809,6 +6126,12 @@
5809
6126
  --warning-alpha-5: hsla(39, 100%, 43%, 0.05);
5810
6127
  --warning-alpha-10: hsla(39, 100%, 43%, 0.1);
5811
6128
  --warning-alpha-20: hsla(39, 100%, 43%, 0.2);
6129
+ --info-alpha-5: hsla(211, 92%, 62%, 0.05);
6130
+ --info-alpha-10: hsla(211, 92%, 62%, 0.1);
6131
+ --info-alpha-20: hsla(211, 92%, 62%, 0.2);
6132
+ --success-alpha-5: hsla(142, 71%, 45%, 0.05);
6133
+ --success-alpha-10: hsla(142, 71%, 45%, 0.1);
6134
+ --success-alpha-20: hsla(142, 71%, 45%, 0.2);
5812
6135
  --warning-default: 38.9deg 100% 42.9%;
5813
6136
  --warning-600: 38.9deg 100% 42.9%;
5814
6137
  --warning-500: 34.8deg 90.9% 21.6%;
@@ -5821,40 +6144,57 @@
5821
6144
  --destructive-400: 6.7deg 60% 20.6%;
5822
6145
  --destructive-300: 7.5deg 51.3% 15.3%;
5823
6146
  --destructive-200: 10.9deg 23.4% 9.2%;
5824
- --border-stronger: 0deg 0% 27.1%;
5825
- --border-strong: 0deg 0% 21.2%;
5826
- --border-alternative: 0deg 0% 26.7%;
5827
- --border-control: 0deg 0% 22.4%;
6147
+ --info-default: 211deg 92% 62%;
6148
+ --info-600: 211deg 95% 70%;
6149
+ --info-500: 211deg 70% 32%;
6150
+ --info-400: 211deg 65% 22%;
6151
+ --info-300: 211deg 55% 16%;
6152
+ --info-200: 211deg 50% 11%;
6153
+ --success-default: 142deg 71% 45%;
6154
+ --success-600: 142deg 70% 55%;
6155
+ --success-500: 142deg 50% 30%;
6156
+ --success-400: 142deg 45% 21%;
6157
+ --success-300: 142deg 40% 15%;
6158
+ --success-200: 142deg 38% 10%;
6159
+ --border-stronger: 0deg 0% 32%;
6160
+ --border-strong: 0deg 0% 26%;
6161
+ --border-alternative: 0deg 0% 24%;
6162
+ --border-control: 0deg 0% 26%;
5828
6163
  --border-overlay: 0deg 0% 20%;
5829
- --border-secondary: 0deg 0% 14.1%;
5830
- --border-muted: 0deg 0% 14.1%;
5831
- --border-default: 0deg 0% 18%;
6164
+ --border-secondary: 0deg 0% 16%;
6165
+ --border-muted: 0deg 0% 16%;
6166
+ --border-default: 0deg 0% 22%;
5832
6167
  --background-canvas: 0deg 0% 7.1%;
5833
- --background-sidebar: 0deg 0% 9%;
5834
- --background-dialog-default: 0deg 0% 7.1%;
5835
- --background-muted: 0deg 0% 14.1%;
5836
- --background-overlay-hover: 0deg 0% 18%;
5837
- --background-overlay-default: 0deg 0% 14.1%;
5838
- --background-surface-400: 0deg 0% 16.1%;
5839
- --background-surface-300: 0deg 0% 16.1%;
5840
- --background-surface-200: 0deg 0% 12.9%;
5841
- --background-surface-100: 0deg 0% 12.2%;
5842
- --background-surface-75: 0deg 0% 9%;
5843
- --background-control: 0deg 0% 14.1%;
5844
- --background-selection: 0deg 0% 19.2%;
5845
- --background-alternative-default: 0deg 0% 5.9%;
6168
+ --background-sidebar: 0deg 0% 10%;
6169
+ --background-dialog-default: 0deg 0% 12%;
6170
+ --background-muted: 0deg 0% 19%;
6171
+ --background-overlay-hover: 0deg 0% 22%;
6172
+ --background-overlay-default: 0deg 0% 18%;
6173
+ --background-surface-400: 0deg 0% 26%;
6174
+ --background-surface-300: 0deg 0% 22%;
6175
+ --background-surface-200: 0deg 0% 19%;
6176
+ --background-surface-100: 0deg 0% 15%;
6177
+ --background-surface-75: 0deg 0% 10%;
6178
+ --background-control: 0deg 0% 19%;
6179
+ --background-selection: 0deg 0% 22%;
6180
+ --background-alternative-default: 0deg 0% 12%;
5846
6181
  --background-default: 0deg 0% 7.1%;
5847
- --background-200: 0deg 0% 9%;
6182
+ --background-200: 0deg 0% 10%;
5848
6183
  --foreground-contrast: 0deg 0% 8.6%;
5849
6184
  --foreground-muted: 0deg 0% 30.2%;
5850
- --foreground-lighter: 0deg 0% 53.7%;
5851
- --foreground-light: 0deg 0% 70.6%;
6185
+ --foreground-lighter: 0deg 0% 65%;
6186
+ --foreground-light: 0deg 0% 80%;
5852
6187
  --foreground-default: 0deg 0% 98%;
6188
+ --on-brand: 0deg 0% 98%;
6189
+ --on-warning: 0deg 0% 9%;
6190
+ --on-destructive: 0deg 0% 9%;
6191
+ --on-info: 0deg 0% 9%;
6192
+ --on-success: 0deg 0% 9%;
5853
6193
  --border-button-hover: var(--colors-gray-dark-800);
5854
6194
  --border-button-default: var(--colors-gray-dark-700);
5855
6195
  --background-button-default: var(--colors-gray-dark-500);
5856
6196
  --background-alternative-200: var(--colors-gray-dark-200);
5857
- --chart-1: 153deg 60% 54%;
6197
+ --chart-1: 155deg 60% 50%;
5858
6198
  --chart-2: 198deg 55% 60%;
5859
6199
  --chart-3: 240deg 45% 66%;
5860
6200
  --chart-4: 310deg 43% 64%;
@@ -5888,7 +6228,7 @@
5888
6228
  --emotion-sadness: 230deg 63% 62%;
5889
6229
  --emotion-disgust: 285deg 55% 62%;
5890
6230
  --emotion-neutral: 215deg 13% 64%;
5891
- --flow-pro-gov: 153deg 60% 54%;
6231
+ --flow-pro-gov: 155deg 60% 50%;
5892
6232
  --flow-internal-critic: 35deg 70% 60%;
5893
6233
  --flow-internal-opponent: 20deg 80% 62%;
5894
6234
  --flow-external-opponent: 355deg 70% 64%;
@@ -5951,7 +6291,7 @@
5951
6291
  --popover: var(--background-overlay-default);
5952
6292
  --popover-foreground: var(--foreground-default);
5953
6293
  --primary: var(--brand-default);
5954
- --primary-foreground: var(--foreground-contrast);
6294
+ --primary-foreground: var(--on-brand);
5955
6295
  --secondary: var(--background-surface-200);
5956
6296
  --secondary-foreground: var(--foreground-default);
5957
6297
  --muted: var(--background-muted);
@@ -5959,7 +6299,7 @@
5959
6299
  --accent: var(--background-surface-200);
5960
6300
  --accent-foreground: var(--foreground-default);
5961
6301
  --destructive: var(--destructive-default);
5962
- --destructive-foreground: var(--foreground-contrast);
6302
+ --destructive-foreground: var(--on-destructive);
5963
6303
  --border: var(--border-default);
5964
6304
  --input: var(--border-control);
5965
6305
  --ring: var(--brand-default);
@@ -6307,14 +6647,6 @@
6307
6647
  direction: rtl !important;
6308
6648
  text-align: start !important;
6309
6649
  }
6310
- [dir='rtl'] input[type='email'], [dir='rtl'] input[type='url'], [dir='rtl'] input[type='tel'], [dir='rtl'] input[type='number'], [dir='rtl'] input[type='password'], [dir='rtl'] input[inputmode='numeric'] {
6311
- direction: rtl;
6312
- text-align: start;
6313
- }
6314
- [dir='rtl'] input[type='email']:not(:placeholder-shown), [dir='rtl'] input[type='url']:not(:placeholder-shown), [dir='rtl'] input[type='tel']:not(:placeholder-shown), [dir='rtl'] input[type='number']:not(:placeholder-shown), [dir='rtl'] input[type='password']:not(:placeholder-shown), [dir='rtl'] input[inputmode='numeric']:not(:placeholder-shown) {
6315
- direction: ltr !important;
6316
- text-align: left !important;
6317
- }
6318
6650
  @layer base {
6319
6651
  .nivo-chart {
6320
6652
  --nivo-background: hsl(var(--background));
@@ -6409,6 +6741,15 @@
6409
6741
  .text-brand {
6410
6742
  color: hsl(var(--brand-default));
6411
6743
  }
6744
+ .text-on-brand {
6745
+ color: hsl(var(--on-brand));
6746
+ }
6747
+ .text-on-warning {
6748
+ color: hsl(var(--on-warning));
6749
+ }
6750
+ .text-on-destructive {
6751
+ color: hsl(var(--on-destructive));
6752
+ }
6412
6753
  .text-foreground {
6413
6754
  color: hsl(var(--foreground-default));
6414
6755
  }