@jacshuo/onyx 1.0.0 → 1.2.0

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 (450) hide show
  1. package/README.md +10 -4
  2. package/README.zh-CN.md +4 -4
  3. package/dist/DataDisplay/Chat.cjs +1 -0
  4. package/dist/DataDisplay/Chat.d.cts +3 -0
  5. package/dist/DataDisplay/Chat.d.ts +3 -0
  6. package/dist/DataDisplay/Chat.js +1 -0
  7. package/dist/DataDisplay/CodeBlock.cjs +2 -0
  8. package/dist/DataDisplay/CodeBlock.d.cts +3 -0
  9. package/dist/DataDisplay/CodeBlock.d.ts +3 -0
  10. package/dist/DataDisplay/CodeBlock.js +2 -0
  11. package/dist/DataDisplay/List.cjs +1 -0
  12. package/dist/DataDisplay/List.d.cts +3 -0
  13. package/dist/DataDisplay/List.d.ts +3 -0
  14. package/dist/DataDisplay/List.js +1 -0
  15. package/dist/DataDisplay/Table.cjs +1 -0
  16. package/dist/DataDisplay/Table.d.cts +15 -0
  17. package/dist/DataDisplay/Table.d.ts +15 -0
  18. package/dist/DataDisplay/Table.js +1 -0
  19. package/dist/DataDisplay/Tree.cjs +1 -0
  20. package/dist/DataDisplay/Tree.d.cts +2 -0
  21. package/dist/DataDisplay/Tree.d.ts +2 -0
  22. package/dist/DataDisplay/Tree.js +1 -0
  23. package/dist/DataDisplay/index.cjs +2 -0
  24. package/dist/DataDisplay/index.d.cts +7 -0
  25. package/dist/DataDisplay/index.d.ts +7 -0
  26. package/dist/DataDisplay/index.js +2 -0
  27. package/dist/Disclosure/Accordion.cjs +1 -0
  28. package/dist/Disclosure/Accordion.d.cts +4 -0
  29. package/dist/Disclosure/Accordion.d.ts +4 -0
  30. package/dist/Disclosure/Accordion.js +1 -0
  31. package/dist/Disclosure/Tabs.cjs +1 -0
  32. package/dist/Disclosure/Tabs.d.cts +5 -0
  33. package/dist/Disclosure/Tabs.d.ts +5 -0
  34. package/dist/Disclosure/Tabs.js +1 -0
  35. package/dist/Disclosure/index.cjs +1 -0
  36. package/dist/Disclosure/index.d.cts +4 -0
  37. package/dist/Disclosure/index.d.ts +4 -0
  38. package/dist/Disclosure/index.js +1 -0
  39. package/dist/Extras/CinePlayer.cjs +17 -0
  40. package/dist/Extras/CinePlayer.d.cts +4 -0
  41. package/dist/Extras/CinePlayer.d.ts +4 -0
  42. package/dist/Extras/CinePlayer.js +17 -0
  43. package/dist/Extras/FileExplorer.cjs +55 -0
  44. package/dist/Extras/FileExplorer.d.cts +7 -0
  45. package/dist/Extras/FileExplorer.d.ts +7 -0
  46. package/dist/Extras/FileExplorer.js +55 -0
  47. package/dist/Extras/FilmReel.cjs +2 -0
  48. package/dist/Extras/FilmReel.d.cts +5 -0
  49. package/dist/Extras/FilmReel.d.ts +5 -0
  50. package/dist/Extras/FilmReel.js +2 -0
  51. package/dist/Extras/Masonry.cjs +1 -0
  52. package/dist/Extras/Masonry.d.cts +3 -0
  53. package/dist/Extras/Masonry.d.ts +3 -0
  54. package/dist/Extras/Masonry.js +1 -0
  55. package/dist/Extras/MiniPlayer.cjs +6 -0
  56. package/dist/Extras/MiniPlayer.d.cts +5 -0
  57. package/dist/Extras/MiniPlayer.d.ts +5 -0
  58. package/dist/{chunks/chunk-A5KQAHDU.js → Extras/MiniPlayer.js} +2 -2
  59. package/dist/Extras/index.cjs +76 -0
  60. package/dist/Extras/index.d.cts +7 -0
  61. package/dist/Extras/index.d.ts +7 -0
  62. package/dist/Extras/index.js +76 -0
  63. package/dist/Feedback/Alert.cjs +1 -0
  64. package/dist/Feedback/Alert.d.cts +9 -0
  65. package/dist/Feedback/Alert.d.ts +9 -0
  66. package/dist/Feedback/Alert.js +1 -0
  67. package/dist/Feedback/ProgressBar.cjs +1 -0
  68. package/dist/Feedback/ProgressBar.d.cts +2 -0
  69. package/dist/Feedback/ProgressBar.d.ts +2 -0
  70. package/dist/Feedback/ProgressBar.js +1 -0
  71. package/dist/Feedback/Spin.cjs +2 -0
  72. package/dist/Feedback/Spin.d.cts +3 -0
  73. package/dist/Feedback/Spin.d.ts +3 -0
  74. package/dist/Feedback/Spin.js +2 -0
  75. package/dist/Feedback/index.cjs +2 -0
  76. package/dist/Feedback/index.d.cts +5 -0
  77. package/dist/Feedback/index.d.ts +5 -0
  78. package/dist/Feedback/index.js +2 -0
  79. package/dist/Forms/Form.cjs +1 -0
  80. package/dist/Forms/Form.d.cts +13 -0
  81. package/dist/Forms/Form.d.ts +13 -0
  82. package/dist/Forms/Form.js +1 -0
  83. package/dist/Forms/index.cjs +1 -0
  84. package/dist/Forms/index.d.cts +3 -0
  85. package/dist/Forms/index.d.ts +3 -0
  86. package/dist/Forms/index.js +1 -0
  87. package/dist/Layout/Card.cjs +1 -0
  88. package/dist/Layout/Card.d.cts +7 -0
  89. package/dist/Layout/Card.d.ts +7 -0
  90. package/dist/Layout/Card.js +1 -0
  91. package/dist/Layout/ImageCard.cjs +1 -0
  92. package/dist/Layout/ImageCard.d.cts +10 -0
  93. package/dist/Layout/ImageCard.d.ts +10 -0
  94. package/dist/Layout/ImageCard.js +1 -0
  95. package/dist/Layout/Panel.cjs +1 -0
  96. package/dist/Layout/Panel.d.cts +3 -0
  97. package/dist/Layout/Panel.d.ts +3 -0
  98. package/dist/Layout/Panel.js +1 -0
  99. package/dist/Layout/index.cjs +1 -0
  100. package/dist/Layout/index.d.cts +5 -0
  101. package/dist/Layout/index.d.ts +5 -0
  102. package/dist/Layout/index.js +1 -0
  103. package/dist/Navigation/Header.cjs +1 -0
  104. package/dist/Navigation/Header.d.cts +4 -0
  105. package/dist/Navigation/Header.d.ts +4 -0
  106. package/dist/Navigation/Header.js +1 -0
  107. package/dist/Navigation/NavLink.cjs +2 -0
  108. package/dist/Navigation/NavLink.d.cts +1 -0
  109. package/dist/Navigation/NavLink.d.ts +1 -0
  110. package/dist/Navigation/NavLink.js +2 -0
  111. package/dist/Navigation/SideNav.cjs +1 -0
  112. package/dist/Navigation/SideNav.d.cts +5 -0
  113. package/dist/Navigation/SideNav.d.ts +5 -0
  114. package/dist/Navigation/SideNav.js +1 -0
  115. package/dist/Navigation/index.cjs +2 -0
  116. package/dist/Navigation/index.d.cts +5 -0
  117. package/dist/Navigation/index.d.ts +5 -0
  118. package/dist/Navigation/index.js +2 -0
  119. package/dist/Overlay/Dialog.cjs +1 -0
  120. package/dist/Overlay/Dialog.d.cts +7 -0
  121. package/dist/Overlay/Dialog.d.ts +7 -0
  122. package/dist/Overlay/Dialog.js +1 -0
  123. package/dist/Overlay/Tooltip.cjs +1 -0
  124. package/dist/Overlay/Tooltip.d.cts +1 -0
  125. package/dist/Overlay/Tooltip.d.ts +1 -0
  126. package/dist/Overlay/Tooltip.js +1 -0
  127. package/dist/Overlay/index.cjs +1 -0
  128. package/dist/Overlay/index.d.cts +4 -0
  129. package/dist/Overlay/index.d.ts +4 -0
  130. package/dist/Overlay/index.js +1 -0
  131. package/dist/Primitives/Badge.cjs +1 -0
  132. package/dist/Primitives/Badge.d.cts +1 -0
  133. package/dist/Primitives/Badge.d.ts +1 -0
  134. package/dist/Primitives/Badge.js +1 -0
  135. package/dist/Primitives/Button.cjs +1 -0
  136. package/dist/Primitives/Button.d.cts +1 -0
  137. package/dist/Primitives/Button.d.ts +1 -0
  138. package/dist/Primitives/Button.js +1 -0
  139. package/dist/Primitives/Checkbox.cjs +1 -0
  140. package/dist/Primitives/Checkbox.d.cts +2 -0
  141. package/dist/Primitives/Checkbox.d.ts +2 -0
  142. package/dist/Primitives/Checkbox.js +1 -0
  143. package/dist/Primitives/Dropdown.cjs +1 -0
  144. package/dist/Primitives/Dropdown.d.cts +5 -0
  145. package/dist/Primitives/Dropdown.d.ts +5 -0
  146. package/dist/Primitives/Dropdown.js +1 -0
  147. package/dist/Primitives/DropdownButton.cjs +1 -0
  148. package/dist/Primitives/DropdownButton.d.cts +3 -0
  149. package/dist/Primitives/DropdownButton.d.ts +3 -0
  150. package/dist/Primitives/DropdownButton.js +1 -0
  151. package/dist/Primitives/Indicator.cjs +1 -0
  152. package/dist/Primitives/Indicator.d.cts +2 -0
  153. package/dist/Primitives/Indicator.d.ts +2 -0
  154. package/dist/Primitives/Indicator.js +1 -0
  155. package/dist/Primitives/Input.cjs +1 -0
  156. package/dist/Primitives/Input.d.cts +1 -0
  157. package/dist/Primitives/Input.d.ts +1 -0
  158. package/dist/Primitives/Input.js +1 -0
  159. package/dist/Primitives/Label.cjs +1 -0
  160. package/dist/Primitives/Label.d.cts +1 -0
  161. package/dist/Primitives/Label.d.ts +1 -0
  162. package/dist/Primitives/Label.js +1 -0
  163. package/dist/Primitives/Radio.cjs +1 -0
  164. package/dist/Primitives/Radio.d.cts +4 -0
  165. package/dist/Primitives/Radio.d.ts +4 -0
  166. package/dist/Primitives/Radio.js +1 -0
  167. package/dist/Primitives/Switch.cjs +1 -0
  168. package/dist/Primitives/Switch.d.cts +2 -0
  169. package/dist/Primitives/Switch.d.ts +2 -0
  170. package/dist/Primitives/Switch.js +1 -0
  171. package/dist/Primitives/TextBox.cjs +1 -0
  172. package/dist/Primitives/TextBox.d.cts +2 -0
  173. package/dist/Primitives/TextBox.d.ts +2 -0
  174. package/dist/Primitives/TextBox.js +1 -0
  175. package/dist/Primitives/index.cjs +1 -0
  176. package/dist/Primitives/index.d.cts +14 -0
  177. package/dist/Primitives/index.d.ts +14 -0
  178. package/dist/Primitives/index.js +1 -0
  179. package/dist/_tsup-dts-rollup.d.cts +2136 -0
  180. package/dist/_tsup-dts-rollup.d.ts +2136 -0
  181. package/dist/index.cjs +77 -1
  182. package/dist/index.d.cts +179 -42
  183. package/dist/index.d.ts +179 -42
  184. package/dist/index.js +77 -1
  185. package/dist/styles/DataDisplay/Chat.css +1 -0
  186. package/dist/styles/DataDisplay/CodeBlock.css +31 -0
  187. package/dist/styles/DataDisplay/List.css +12 -0
  188. package/dist/styles/DataDisplay/Table.css +8 -0
  189. package/dist/styles/DataDisplay/Tree.css +11 -0
  190. package/dist/styles/Disclosure/Accordion.css +14 -0
  191. package/dist/styles/Disclosure/Tabs.css +1 -0
  192. package/dist/styles/Extras/CinePlayer.css +1 -0
  193. package/dist/styles/Extras/FileExplorer.css +1 -0
  194. package/dist/styles/Extras/FilmReel.css +1 -0
  195. package/dist/styles/Extras/Masonry.css +3 -0
  196. package/dist/styles/Extras/MiniPlayer.css +1 -0
  197. package/dist/styles/Feedback/Alert.css +3 -0
  198. package/dist/styles/Feedback/ProgressBar.css +25 -0
  199. package/dist/styles/Feedback/Spin.css +14 -0
  200. package/dist/styles/Forms/Form.css +21 -0
  201. package/dist/styles/Layout/Card.css +1 -0
  202. package/dist/styles/Layout/ImageCard.css +1 -0
  203. package/dist/styles/Layout/Panel.css +1 -0
  204. package/dist/styles/Navigation/Header.css +9 -0
  205. package/dist/styles/Navigation/NavLink.css +1 -0
  206. package/dist/styles/Navigation/SideNav.css +1 -0
  207. package/dist/styles/Overlay/Dialog.css +3 -0
  208. package/dist/styles/Overlay/Tooltip.css +3 -0
  209. package/dist/styles/Primitives/Badge.css +14 -0
  210. package/dist/styles/Primitives/Button.css +1 -0
  211. package/dist/styles/Primitives/Checkbox.css +1 -0
  212. package/dist/styles/Primitives/Dropdown.css +26 -0
  213. package/dist/styles/Primitives/DropdownButton.css +1 -0
  214. package/dist/styles/Primitives/Indicator.css +5 -0
  215. package/dist/styles/Primitives/Input.css +1 -0
  216. package/dist/styles/Primitives/Label.css +1 -0
  217. package/dist/styles/Primitives/Radio.css +1 -0
  218. package/dist/styles/Primitives/Switch.css +1 -0
  219. package/dist/styles/Primitives/TextBox.css +1 -0
  220. package/dist/styles/base.css +1 -246
  221. package/dist/styles/tokens/animations-shared.css +55 -0
  222. package/dist/styles/tokens/core.css +56 -0
  223. package/dist/styles/tokens.css +4 -345
  224. package/dist/styles.css +153 -163
  225. package/dist/theme.cjs +1 -1
  226. package/dist/theme.d.cts +29 -113
  227. package/dist/theme.d.ts +29 -113
  228. package/dist/theme.js +1 -1
  229. package/dist/utils.cjs +1 -1
  230. package/dist/utils.d.cts +1 -5
  231. package/dist/utils.d.ts +1 -5
  232. package/dist/utils.js +1 -1
  233. package/package.json +25 -8
  234. package/dist/Accordion.cjs +0 -1
  235. package/dist/Accordion.d.cts +0 -25
  236. package/dist/Accordion.d.ts +0 -25
  237. package/dist/Accordion.js +0 -1
  238. package/dist/Alert.cjs +0 -1
  239. package/dist/Alert.d.cts +0 -30
  240. package/dist/Alert.d.ts +0 -30
  241. package/dist/Alert.js +0 -1
  242. package/dist/Badge.cjs +0 -1
  243. package/dist/Badge.d.cts +0 -10
  244. package/dist/Badge.d.ts +0 -10
  245. package/dist/Badge.js +0 -1
  246. package/dist/Button.cjs +0 -1
  247. package/dist/Button.d.cts +0 -10
  248. package/dist/Button.d.ts +0 -10
  249. package/dist/Button.js +0 -1
  250. package/dist/Card.cjs +0 -1
  251. package/dist/Card.d.cts +0 -35
  252. package/dist/Card.d.ts +0 -35
  253. package/dist/Card.js +0 -1
  254. package/dist/Chat.cjs +0 -1
  255. package/dist/Chat.d.cts +0 -32
  256. package/dist/Chat.d.ts +0 -32
  257. package/dist/Chat.js +0 -1
  258. package/dist/Checkbox.cjs +0 -1
  259. package/dist/Checkbox.d.cts +0 -21
  260. package/dist/Checkbox.d.ts +0 -21
  261. package/dist/Checkbox.js +0 -1
  262. package/dist/CinePlayer.cjs +0 -1
  263. package/dist/CinePlayer.d.cts +0 -40
  264. package/dist/CinePlayer.d.ts +0 -40
  265. package/dist/CinePlayer.js +0 -1
  266. package/dist/CodeBlock.cjs +0 -1
  267. package/dist/CodeBlock.d.cts +0 -22
  268. package/dist/CodeBlock.d.ts +0 -22
  269. package/dist/CodeBlock.js +0 -1
  270. package/dist/Dialog.cjs +0 -1
  271. package/dist/Dialog.d.cts +0 -27
  272. package/dist/Dialog.d.ts +0 -27
  273. package/dist/Dialog.js +0 -1
  274. package/dist/Dropdown.cjs +0 -1
  275. package/dist/Dropdown.d.cts +0 -71
  276. package/dist/Dropdown.d.ts +0 -71
  277. package/dist/Dropdown.js +0 -1
  278. package/dist/DropdownButton.cjs +0 -1
  279. package/dist/DropdownButton.d.cts +0 -39
  280. package/dist/DropdownButton.d.ts +0 -39
  281. package/dist/DropdownButton.js +0 -1
  282. package/dist/FileExplorer.cjs +0 -1
  283. package/dist/FileExplorer.d.cts +0 -96
  284. package/dist/FileExplorer.d.ts +0 -96
  285. package/dist/FileExplorer.js +0 -1
  286. package/dist/FilmReel.cjs +0 -1
  287. package/dist/FilmReel.d.cts +0 -43
  288. package/dist/FilmReel.d.ts +0 -43
  289. package/dist/FilmReel.js +0 -1
  290. package/dist/Form.cjs +0 -1
  291. package/dist/Form.d.cts +0 -101
  292. package/dist/Form.d.ts +0 -101
  293. package/dist/Form.js +0 -1
  294. package/dist/Header.cjs +0 -1
  295. package/dist/Header.d.cts +0 -59
  296. package/dist/Header.d.ts +0 -59
  297. package/dist/Header.js +0 -1
  298. package/dist/ImageCard.cjs +0 -1
  299. package/dist/ImageCard.d.cts +0 -22
  300. package/dist/ImageCard.d.ts +0 -22
  301. package/dist/ImageCard.js +0 -1
  302. package/dist/Indicator.cjs +0 -1
  303. package/dist/Indicator.d.cts +0 -19
  304. package/dist/Indicator.d.ts +0 -19
  305. package/dist/Indicator.js +0 -1
  306. package/dist/Input.cjs +0 -1
  307. package/dist/Input.d.cts +0 -24
  308. package/dist/Input.d.ts +0 -24
  309. package/dist/Input.js +0 -1
  310. package/dist/Label.cjs +0 -1
  311. package/dist/Label.d.cts +0 -10
  312. package/dist/Label.d.ts +0 -10
  313. package/dist/Label.js +0 -1
  314. package/dist/List.cjs +0 -1
  315. package/dist/List.d.cts +0 -18
  316. package/dist/List.d.ts +0 -18
  317. package/dist/List.js +0 -1
  318. package/dist/Masonry.cjs +0 -1
  319. package/dist/Masonry.d.cts +0 -41
  320. package/dist/Masonry.d.ts +0 -41
  321. package/dist/Masonry.js +0 -1
  322. package/dist/MiniPlayer.cjs +0 -1
  323. package/dist/MiniPlayer.d.cts +0 -53
  324. package/dist/MiniPlayer.d.ts +0 -53
  325. package/dist/MiniPlayer.js +0 -1
  326. package/dist/NavLink.cjs +0 -1
  327. package/dist/NavLink.d.cts +0 -13
  328. package/dist/NavLink.d.ts +0 -13
  329. package/dist/NavLink.js +0 -1
  330. package/dist/Panel.cjs +0 -1
  331. package/dist/Panel.d.cts +0 -12
  332. package/dist/Panel.d.ts +0 -12
  333. package/dist/Panel.js +0 -1
  334. package/dist/ProgressBar.cjs +0 -1
  335. package/dist/ProgressBar.d.cts +0 -21
  336. package/dist/ProgressBar.d.ts +0 -21
  337. package/dist/ProgressBar.js +0 -1
  338. package/dist/Radio.cjs +0 -1
  339. package/dist/Radio.d.cts +0 -35
  340. package/dist/Radio.d.ts +0 -35
  341. package/dist/Radio.js +0 -1
  342. package/dist/SideNav.cjs +0 -1
  343. package/dist/SideNav.d.cts +0 -80
  344. package/dist/SideNav.d.ts +0 -80
  345. package/dist/SideNav.js +0 -1
  346. package/dist/Spin.cjs +0 -1
  347. package/dist/Spin.d.cts +0 -26
  348. package/dist/Spin.d.ts +0 -26
  349. package/dist/Spin.js +0 -1
  350. package/dist/Switch.cjs +0 -1
  351. package/dist/Switch.d.cts +0 -23
  352. package/dist/Switch.d.ts +0 -23
  353. package/dist/Switch.js +0 -1
  354. package/dist/Table.cjs +0 -1
  355. package/dist/Table.d.cts +0 -102
  356. package/dist/Table.d.ts +0 -102
  357. package/dist/Table.js +0 -1
  358. package/dist/Tabs.cjs +0 -1
  359. package/dist/Tabs.d.cts +0 -30
  360. package/dist/Tabs.d.ts +0 -30
  361. package/dist/Tabs.js +0 -1
  362. package/dist/TextBox.cjs +0 -1
  363. package/dist/TextBox.d.cts +0 -16
  364. package/dist/TextBox.d.ts +0 -16
  365. package/dist/TextBox.js +0 -1
  366. package/dist/Tooltip.cjs +0 -1
  367. package/dist/Tooltip.d.cts +0 -19
  368. package/dist/Tooltip.d.ts +0 -19
  369. package/dist/Tooltip.js +0 -1
  370. package/dist/Tree.cjs +0 -1
  371. package/dist/Tree.d.cts +0 -37
  372. package/dist/Tree.d.ts +0 -37
  373. package/dist/Tree.js +0 -1
  374. package/dist/chunks/chunk-2JLNRAXS.cjs +0 -1
  375. package/dist/chunks/chunk-2KVAFCQI.cjs +0 -1
  376. package/dist/chunks/chunk-3I7Y6FUJ.js +0 -1
  377. package/dist/chunks/chunk-47UMFXDG.js +0 -1
  378. package/dist/chunks/chunk-4D3XBPZX.cjs +0 -55
  379. package/dist/chunks/chunk-4VFV5U3S.js +0 -1
  380. package/dist/chunks/chunk-5FUEJFGY.js +0 -1
  381. package/dist/chunks/chunk-5XT6TJGF.js +0 -1
  382. package/dist/chunks/chunk-6AMBRNVW.js +0 -1
  383. package/dist/chunks/chunk-6BI4QL37.cjs +0 -1
  384. package/dist/chunks/chunk-6E5ARQBB.cjs +0 -1
  385. package/dist/chunks/chunk-6QQPQPD2.cjs +0 -1
  386. package/dist/chunks/chunk-7CEOIZXK.js +0 -1
  387. package/dist/chunks/chunk-7XPIY2SQ.cjs +0 -1
  388. package/dist/chunks/chunk-A6HIQADJ.cjs +0 -1
  389. package/dist/chunks/chunk-AEBULFON.cjs +0 -1
  390. package/dist/chunks/chunk-AK5IK7ZD.js +0 -1
  391. package/dist/chunks/chunk-AN2R5URJ.js +0 -1
  392. package/dist/chunks/chunk-AXBJKPZZ.js +0 -1
  393. package/dist/chunks/chunk-BTR2N5MO.cjs +0 -2
  394. package/dist/chunks/chunk-BUNOVZ23.cjs +0 -2
  395. package/dist/chunks/chunk-CEEQE7SY.js +0 -1
  396. package/dist/chunks/chunk-CGGBE3GJ.cjs +0 -2
  397. package/dist/chunks/chunk-CMHBPMXE.js +0 -1
  398. package/dist/chunks/chunk-DWYAPPDB.cjs +0 -1
  399. package/dist/chunks/chunk-E3DST3QD.cjs +0 -1
  400. package/dist/chunks/chunk-E4EMAZ6V.js +0 -2
  401. package/dist/chunks/chunk-E5UKEXJE.js +0 -1
  402. package/dist/chunks/chunk-ETVECKSE.js +0 -2
  403. package/dist/chunks/chunk-FDTREGBQ.cjs +0 -1
  404. package/dist/chunks/chunk-FGUFBTKI.cjs +0 -1
  405. package/dist/chunks/chunk-FQZX67Z7.js +0 -1
  406. package/dist/chunks/chunk-FROZM2O6.js +0 -1
  407. package/dist/chunks/chunk-G2VO67XY.js +0 -1
  408. package/dist/chunks/chunk-GYFFUCBT.js +0 -55
  409. package/dist/chunks/chunk-I425OSJL.js +0 -1
  410. package/dist/chunks/chunk-ICDAUJ2G.cjs +0 -1
  411. package/dist/chunks/chunk-IFRKP7M2.js +0 -1
  412. package/dist/chunks/chunk-IHBP6FI4.js +0 -1
  413. package/dist/chunks/chunk-IL5XDMUA.cjs +0 -1
  414. package/dist/chunks/chunk-IRSGPS7D.cjs +0 -1
  415. package/dist/chunks/chunk-ITWFMFVO.js +0 -1
  416. package/dist/chunks/chunk-JJP23IOG.cjs +0 -1
  417. package/dist/chunks/chunk-JRYYWYGV.cjs +0 -1
  418. package/dist/chunks/chunk-KCIICUZN.cjs +0 -1
  419. package/dist/chunks/chunk-KFQVZ2HC.cjs +0 -1
  420. package/dist/chunks/chunk-KGRBVUVK.cjs +0 -1
  421. package/dist/chunks/chunk-KY4NDB23.cjs +0 -1
  422. package/dist/chunks/chunk-KZBYFKOH.js +0 -1
  423. package/dist/chunks/chunk-LFJEIO3X.cjs +0 -1
  424. package/dist/chunks/chunk-N4QZRR2Y.cjs +0 -17
  425. package/dist/chunks/chunk-NY27TTWN.js +0 -1
  426. package/dist/chunks/chunk-OEXZGLB4.js +0 -1
  427. package/dist/chunks/chunk-OZVJMUXX.cjs +0 -1
  428. package/dist/chunks/chunk-PHAX43YF.js +0 -1
  429. package/dist/chunks/chunk-QC67HOC2.cjs +0 -1
  430. package/dist/chunks/chunk-QLFCH4TD.js +0 -1
  431. package/dist/chunks/chunk-QTADJ7I5.js +0 -17
  432. package/dist/chunks/chunk-RPBESM5F.cjs +0 -1
  433. package/dist/chunks/chunk-SC4PNYQT.js +0 -2
  434. package/dist/chunks/chunk-SLHD7PST.cjs +0 -1
  435. package/dist/chunks/chunk-UDH3OKNZ.cjs +0 -6
  436. package/dist/chunks/chunk-UEGTVAFV.cjs +0 -1
  437. package/dist/chunks/chunk-V34PT6H4.cjs +0 -1
  438. package/dist/chunks/chunk-VUWT3NFR.js +0 -1
  439. package/dist/chunks/chunk-W5UXZVLS.cjs +0 -1
  440. package/dist/chunks/chunk-WQOSJM7L.js +0 -2
  441. package/dist/chunks/chunk-WRPPKNRG.js +0 -1
  442. package/dist/chunks/chunk-X5YP5TMY.cjs +0 -1
  443. package/dist/chunks/chunk-XAOBJSFW.js +0 -1
  444. package/dist/chunks/chunk-XK7SMEDO.cjs +0 -2
  445. package/dist/chunks/chunk-XO6CNALX.js +0 -1
  446. package/dist/chunks/chunk-ZY7GZOBS.js +0 -1
  447. package/dist/styles/CinePlayer.css +0 -54
  448. package/dist/styles/FileExplorer.css +0 -38
  449. package/dist/styles/FilmReel.css +0 -24
  450. package/dist/styles/MiniPlayer.css +0 -71
@@ -0,0 +1 @@
1
+ /* Chat has no component-local CSS tokens. */
@@ -0,0 +1,31 @@
1
+ :root {
2
+ --color-syntax-keyword: var(--color-primary-600);
3
+ --color-syntax-string: var(--color-success-600);
4
+ --color-syntax-comment: var(--color-secondary-400);
5
+ --color-syntax-function: var(--color-warning-600);
6
+ --color-syntax-variable: var(--color-danger-600);
7
+ --color-syntax-number: var(--color-warning-500);
8
+ --color-syntax-operator: var(--color-secondary-600);
9
+ --color-syntax-tag: var(--color-danger-500);
10
+ --color-syntax-attr: var(--color-warning-600);
11
+ --color-syntax-punctuation: var(--color-secondary-500);
12
+ --color-syntax-type: var(--color-success-700);
13
+ --color-syntax-plain: var(--color-primary-800);
14
+ --color-syntax-bg: var(--color-primary-50);
15
+ }
16
+
17
+ .dark {
18
+ --color-syntax-keyword: var(--color-primary-400);
19
+ --color-syntax-string: var(--color-success-400);
20
+ --color-syntax-comment: var(--color-secondary-500);
21
+ --color-syntax-function: var(--color-warning-400);
22
+ --color-syntax-variable: var(--color-danger-400);
23
+ --color-syntax-number: var(--color-warning-300);
24
+ --color-syntax-operator: var(--color-secondary-400);
25
+ --color-syntax-tag: var(--color-danger-400);
26
+ --color-syntax-attr: var(--color-warning-300);
27
+ --color-syntax-punctuation: var(--color-secondary-400);
28
+ --color-syntax-type: var(--color-success-300);
29
+ --color-syntax-plain: var(--color-primary-200);
30
+ --color-syntax-bg: var(--color-primary-900);
31
+ }
@@ -0,0 +1,12 @@
1
+ :root {
2
+ --list-item-py-sm: 0.25rem;
3
+ --list-item-py-md: 0.375rem;
4
+ --list-item-py-lg: 0.5rem;
5
+ --list-item-text-sm: 0.75rem;
6
+ --list-item-text-md: 0.875rem;
7
+ --list-item-text-lg: 1rem;
8
+ --list-item-icon-sm: 0.75rem;
9
+ --list-item-icon-md: 0.875rem;
10
+ --list-item-icon-lg: 1rem;
11
+ --row-action-touch-min: 2.25rem;
12
+ }
@@ -0,0 +1,8 @@
1
+ :root {
2
+ --table-cell-px-compact: 0.5rem;
3
+ --table-cell-py-compact: 0.25rem;
4
+ --table-cell-px-default: 1rem;
5
+ --table-cell-py-default: 0.75rem;
6
+ --table-cell-px-relaxed: 1.5rem;
7
+ --table-cell-py-relaxed: 1.25rem;
8
+ }
@@ -0,0 +1,11 @@
1
+ :root {
2
+ --tree-item-py-sm: 0.125rem;
3
+ --tree-item-py-md: 0.25rem;
4
+ --tree-item-py-lg: 0.375rem;
5
+ --tree-item-text-sm: 0.75rem;
6
+ --tree-item-text-md: 0.875rem;
7
+ --tree-item-text-lg: 1rem;
8
+ --tree-item-icon-sm: 0.875rem;
9
+ --tree-item-icon-md: 1rem;
10
+ --tree-item-icon-lg: 1.125rem;
11
+ }
@@ -0,0 +1,14 @@
1
+ :root {
2
+ --accordion-trigger-py-sm: 0.375rem;
3
+ --accordion-trigger-py-md: 0.75rem;
4
+ --accordion-trigger-py-lg: 1rem;
5
+ --accordion-content-pb-sm: 0.375rem;
6
+ --accordion-content-pb-md: 0.75rem;
7
+ --accordion-content-pb-lg: 1rem;
8
+ --accordion-trigger-text-sm: 0.75rem;
9
+ --accordion-trigger-text-md: 0.875rem;
10
+ --accordion-trigger-text-lg: 1rem;
11
+ --accordion-content-text-sm: 0.75rem;
12
+ --accordion-content-text-md: 0.875rem;
13
+ --accordion-content-text-lg: 1rem;
14
+ }
@@ -0,0 +1 @@
1
+ /* Tabs has no component-local CSS tokens. */
@@ -0,0 +1 @@
1
+ @import "../../../styles/components/CinePlayer.css";
@@ -0,0 +1 @@
1
+ @import "../../../styles/components/FileExplorer.css";
@@ -0,0 +1 @@
1
+ @import "../../../styles/components/FilmReel.css";
@@ -0,0 +1,3 @@
1
+ :root {
2
+ --animate-masonry-ripple: masonry-ripple 0.6s ease-out forwards;
3
+ }
@@ -0,0 +1 @@
1
+ @import "../../../styles/components/MiniPlayer.css";
@@ -0,0 +1,3 @@
1
+ :root {
2
+ --toast-width: 20rem;
3
+ }
@@ -0,0 +1,25 @@
1
+ :root {
2
+ --animate-progress-indeterminate: progress-indeterminate 1.5s ease-in-out infinite;
3
+ --animate-progress-shine: progress-shine 2s ease-in-out infinite;
4
+ }
5
+
6
+ @keyframes progress-indeterminate {
7
+ 0% { left: -40%; width: 40%; }
8
+ 50% { left: 30%; width: 50%; }
9
+ 100% { left: 100%; width: 10%; }
10
+ }
11
+
12
+ @keyframes progress-shine {
13
+ 0% { background-image: none; }
14
+ 50% {
15
+ background-image: linear-gradient(
16
+ 90deg,
17
+ transparent 0%,
18
+ rgba(255, 255, 255, 0.35) 50%,
19
+ transparent 100%
20
+ );
21
+ background-size: 50% 100%;
22
+ background-position: -100% 0;
23
+ }
24
+ 100% { background-image: none; }
25
+ }
@@ -0,0 +1,14 @@
1
+ :root {
2
+ --animate-spin-rotate: spin-rotate 1.4s linear infinite;
3
+ --animate-spin-dash: spin-dash 1.4s ease-in-out infinite;
4
+ }
5
+
6
+ @keyframes spin-rotate {
7
+ 100% { transform: rotate(360deg); }
8
+ }
9
+
10
+ @keyframes spin-dash {
11
+ 0% { stroke-dasharray: 1, 150; stroke-dashoffset: 0; }
12
+ 50% { stroke-dasharray: 90, 150; stroke-dashoffset: -35; }
13
+ 100% { stroke-dasharray: 90, 150; stroke-dashoffset: -124; }
14
+ }
@@ -0,0 +1,21 @@
1
+ :root {
2
+ --form-label-w-sm: 5rem;
3
+ --form-label-w-md: 7rem;
4
+ --form-label-w-lg: 9rem;
5
+
6
+ --form-item-gap-sm: 0.5rem;
7
+ --form-item-gap-md: 0.75rem;
8
+ --form-item-gap-lg: 1rem;
9
+
10
+ --form-row-gap-sm: 0.75rem;
11
+ --form-row-gap-md: 1.25rem;
12
+ --form-row-gap-lg: 1.75rem;
13
+
14
+ --form-hint-text: 0.75rem;
15
+
16
+ --form-header-mb: 1.5rem;
17
+ --form-footer-pt: 1.5rem;
18
+ --form-footer-gap: 0.5rem;
19
+
20
+ --form-radius: 0.5rem;
21
+ }
@@ -0,0 +1 @@
1
+ /* Card has no component-local CSS tokens. */
@@ -0,0 +1 @@
1
+ /* ImageCard has no component-local CSS tokens. */
@@ -0,0 +1 @@
1
+ /* Panel has no component-local CSS tokens. */
@@ -0,0 +1,9 @@
1
+ :root {
2
+ --header-mobile-bg: theme(colors.white);
3
+ --header-mobile-border: theme(colors.primary.200);
4
+ }
5
+
6
+ .dark {
7
+ --header-mobile-bg: theme(colors.primary.900);
8
+ --header-mobile-border: theme(colors.primary.700);
9
+ }
@@ -0,0 +1 @@
1
+ /* NavLink has no component-local CSS tokens. */
@@ -0,0 +1 @@
1
+ /* SideNav has no component-local CSS tokens. */
@@ -0,0 +1,3 @@
1
+ :root {
2
+ --dialog-sheet-radius: 0.75rem;
3
+ }
@@ -0,0 +1,3 @@
1
+ :root {
2
+ --tooltip-max-width: 16rem;
3
+ }
@@ -0,0 +1,14 @@
1
+ :root {
2
+ --badge-px-sm: 0.375rem;
3
+ --badge-px-md: 0.625rem;
4
+ --badge-px-lg: 0.75rem;
5
+ --badge-py-sm: 0px;
6
+ --badge-py-md: 0.125rem;
7
+ --badge-py-lg: 0.25rem;
8
+ --badge-text-sm: 0.625rem;
9
+ --badge-text-md: 0.75rem;
10
+ --badge-text-lg: 0.875rem;
11
+ --badge-icon-sm: 0.625rem;
12
+ --badge-icon-md: 0.75rem;
13
+ --badge-icon-lg: 0.875rem;
14
+ }
@@ -0,0 +1 @@
1
+ /* Button has no component-local CSS tokens. */
@@ -0,0 +1 @@
1
+ /* Checkbox has no component-local CSS tokens. */
@@ -0,0 +1,26 @@
1
+ :root {
2
+ --animate-dropdown-item-in: dropdown-item-in 200ms ease-out both;
3
+ --animate-dropdown-item-out: dropdown-item-out 150ms ease-in both;
4
+ --animate-dropdown-container-in: dropdown-container-in 150ms ease-out both;
5
+ --animate-dropdown-container-out: dropdown-container-out 120ms ease-in both;
6
+ }
7
+
8
+ @keyframes dropdown-item-in {
9
+ from { opacity: 0; transform: perspective(400px) rotateX(-50deg); transform-origin: top center; }
10
+ to { opacity: 1; transform: perspective(400px) rotateX(0deg); transform-origin: top center; }
11
+ }
12
+
13
+ @keyframes dropdown-item-out {
14
+ from { opacity: 1; transform: perspective(400px) rotateX(0deg); transform-origin: top center; }
15
+ to { opacity: 0; transform: perspective(400px) rotateX(-50deg); transform-origin: top center; }
16
+ }
17
+
18
+ @keyframes dropdown-container-in {
19
+ from { opacity: 0; transform: scaleY(0.96); transform-origin: top center; }
20
+ to { opacity: 1; transform: scaleY(1); transform-origin: top center; }
21
+ }
22
+
23
+ @keyframes dropdown-container-out {
24
+ from { opacity: 1; transform: scaleY(1); transform-origin: top center; }
25
+ to { opacity: 0; transform: scaleY(0.96); transform-origin: top center; }
26
+ }
@@ -0,0 +1 @@
1
+ @import "../Dropdown/Dropdown.css";
@@ -0,0 +1,5 @@
1
+ :root {
2
+ --indicator-dot-size-sm: 0.375rem;
3
+ --indicator-dot-size-md: 0.5rem;
4
+ --indicator-dot-size-lg: 0.625rem;
5
+ }
@@ -0,0 +1 @@
1
+ /* Input has no component-local CSS tokens. */
@@ -0,0 +1 @@
1
+ /* Label has no component-local CSS tokens. */
@@ -0,0 +1 @@
1
+ /* Radio has no component-local CSS tokens. */
@@ -0,0 +1 @@
1
+ /* Switch has no component-local CSS tokens. */
@@ -0,0 +1 @@
1
+ /* TextBox has no component-local CSS tokens. */
@@ -176,31 +176,10 @@
176
176
  --color-warning-900: var(--color-orange-900);
177
177
  --animate-fade-in: fade-in 150ms ease-out;
178
178
  --animate-scale-in: scale-in 200ms ease-out;
179
- --animate-dropdown-item-in: dropdown-item-in 200ms ease-out both;
180
- --animate-dropdown-item-out: dropdown-item-out 150ms ease-in both;
181
- --animate-dropdown-container-in: dropdown-container-in 150ms ease-out both;
182
- --animate-dropdown-container-out: dropdown-container-out 120ms ease-in both;
183
179
  --animate-slide-in-right: slide-in-right 300ms ease-out;
184
180
  --animate-slide-in-left: slide-in-left 300ms ease-out;
185
181
  --animate-slide-in-top: slide-in-top 300ms ease-out;
186
182
  --animate-slide-in-bottom: slide-in-bottom 300ms ease-out;
187
- --animate-progress-indeterminate: progress-indeterminate 1.5s ease-in-out infinite;
188
- --animate-progress-shine: progress-shine 2s ease-in-out infinite;
189
- --animate-spin-rotate: spin-rotate 1.4s linear infinite;
190
- --animate-spin-dash: spin-dash 1.4s ease-in-out infinite;
191
- --color-syntax-keyword: var(--color-primary-600);
192
- --color-syntax-string: var(--color-success-600);
193
- --color-syntax-comment: var(--color-secondary-400);
194
- --color-syntax-function: var(--color-warning-600);
195
- --color-syntax-variable: var(--color-danger-600);
196
- --color-syntax-number: var(--color-warning-500);
197
- --color-syntax-operator: var(--color-secondary-600);
198
- --color-syntax-tag: var(--color-danger-500);
199
- --color-syntax-attr: var(--color-warning-600);
200
- --color-syntax-punctuation: var(--color-secondary-500);
201
- --color-syntax-type: var(--color-success-700);
202
- --color-syntax-plain: var(--color-primary-800);
203
- --color-syntax-bg: var(--color-primary-50);
204
183
  }
205
184
  }
206
185
  @layer base {
@@ -546,9 +525,6 @@
546
525
  .z-200 {
547
526
  z-index: 200;
548
527
  }
549
- .z-9999 {
550
- z-index: 9999;
551
- }
552
528
  .container {
553
529
  width: 100%;
554
530
  @media (width >= 40rem) {
@@ -1083,12 +1059,6 @@
1083
1059
  .animate-ping {
1084
1060
  animation: var(--animate-ping);
1085
1061
  }
1086
- .animate-progress-indeterminate {
1087
- animation: var(--animate-progress-indeterminate);
1088
- }
1089
- .animate-progress-shine {
1090
- animation: var(--animate-progress-shine);
1091
- }
1092
1062
  .animate-scale-in {
1093
1063
  animation: var(--animate-scale-in);
1094
1064
  }
@@ -1104,12 +1074,6 @@
1104
1074
  .animate-slide-in-top {
1105
1075
  animation: var(--animate-slide-in-top);
1106
1076
  }
1107
- .animate-spin-dash {
1108
- animation: var(--animate-spin-dash);
1109
- }
1110
- .animate-spin-rotate {
1111
- animation: var(--animate-spin-rotate);
1112
- }
1113
1077
  .cursor-default {
1114
1078
  cursor: default;
1115
1079
  }
@@ -1426,7 +1390,7 @@
1426
1390
  .rounded-xs {
1427
1391
  border-radius: var(--radius-xs);
1428
1392
  }
1429
- .rounded-t-\[var\(--dialog-sheet-radius\)\] {
1393
+ .rounded-t-\(--dialog-sheet-radius\) {
1430
1394
  border-top-left-radius: var(--dialog-sheet-radius);
1431
1395
  border-top-right-radius: var(--dialog-sheet-radius);
1432
1396
  }
@@ -1468,9 +1432,6 @@
1468
1432
  border-bottom-right-radius: 0;
1469
1433
  border-bottom-left-radius: 0;
1470
1434
  }
1471
- .rounded-bl-lg {
1472
- border-bottom-left-radius: var(--radius-lg);
1473
- }
1474
1435
  .border {
1475
1436
  border-style: var(--tw-border-style);
1476
1437
  border-width: 1px;
@@ -4291,21 +4252,6 @@
4291
4252
  }
4292
4253
  }
4293
4254
  }
4294
- .dark {
4295
- --color-syntax-keyword: var(--color-primary-400);
4296
- --color-syntax-string: var(--color-success-400);
4297
- --color-syntax-comment: var(--color-secondary-500);
4298
- --color-syntax-function: var(--color-warning-400);
4299
- --color-syntax-variable: var(--color-danger-400);
4300
- --color-syntax-number: var(--color-warning-300);
4301
- --color-syntax-operator: var(--color-secondary-400);
4302
- --color-syntax-tag: var(--color-danger-400);
4303
- --color-syntax-attr: var(--color-warning-300);
4304
- --color-syntax-punctuation: var(--color-secondary-400);
4305
- --color-syntax-type: var(--color-success-300);
4306
- --color-syntax-plain: var(--color-primary-200);
4307
- --color-syntax-bg: var(--color-primary-900);
4308
- }
4309
4255
  @keyframes fade-in {
4310
4256
  from {
4311
4257
  opacity: 0;
@@ -4324,54 +4270,6 @@
4324
4270
  transform: scale(1);
4325
4271
  }
4326
4272
  }
4327
- @keyframes dropdown-item-in {
4328
- from {
4329
- opacity: 0;
4330
- transform: perspective(400px) rotateX(-50deg);
4331
- transform-origin: top center;
4332
- }
4333
- to {
4334
- opacity: 1;
4335
- transform: perspective(400px) rotateX(0deg);
4336
- transform-origin: top center;
4337
- }
4338
- }
4339
- @keyframes dropdown-item-out {
4340
- from {
4341
- opacity: 1;
4342
- transform: perspective(400px) rotateX(0deg);
4343
- transform-origin: top center;
4344
- }
4345
- to {
4346
- opacity: 0;
4347
- transform: perspective(400px) rotateX(-50deg);
4348
- transform-origin: top center;
4349
- }
4350
- }
4351
- @keyframes dropdown-container-in {
4352
- from {
4353
- opacity: 0;
4354
- transform: scaleY(0.96);
4355
- transform-origin: top center;
4356
- }
4357
- to {
4358
- opacity: 1;
4359
- transform: scaleY(1);
4360
- transform-origin: top center;
4361
- }
4362
- }
4363
- @keyframes dropdown-container-out {
4364
- from {
4365
- opacity: 1;
4366
- transform: scaleY(1);
4367
- transform-origin: top center;
4368
- }
4369
- to {
4370
- opacity: 0;
4371
- transform: scaleY(0.96);
4372
- transform-origin: top center;
4373
- }
4374
- }
4375
4273
  @keyframes slide-in-right {
4376
4274
  from {
4377
4275
  opacity: 0;
@@ -4420,149 +4318,6 @@
4420
4318
  transform: translateX(200%) skewX(-15deg);
4421
4319
  }
4422
4320
  }
4423
- @keyframes spin-rotate {
4424
- 100% {
4425
- transform: rotate(360deg);
4426
- }
4427
- }
4428
- @keyframes spin-dash {
4429
- 0% {
4430
- stroke-dasharray: 1, 150;
4431
- stroke-dashoffset: 0;
4432
- }
4433
- 50% {
4434
- stroke-dasharray: 90, 150;
4435
- stroke-dashoffset: -35;
4436
- }
4437
- 100% {
4438
- stroke-dasharray: 90, 150;
4439
- stroke-dashoffset: -124;
4440
- }
4441
- }
4442
- @keyframes progress-indeterminate {
4443
- 0% {
4444
- left: -40%;
4445
- width: 40%;
4446
- }
4447
- 50% {
4448
- left: 30%;
4449
- width: 50%;
4450
- }
4451
- 100% {
4452
- left: 100%;
4453
- width: 10%;
4454
- }
4455
- }
4456
- @keyframes progress-shine {
4457
- 0% {
4458
- background-image: none;
4459
- }
4460
- 50% {
4461
- background-image: linear-gradient( 90deg, transparent 0%, rgba(255, 255, 255, 0.35) 50%, transparent 100% );
4462
- background-size: 50% 100%;
4463
- background-position: -100% 0;
4464
- }
4465
- 100% {
4466
- background-image: none;
4467
- }
4468
- }
4469
- :root {
4470
- --accordion-trigger-py-sm: 0.375rem;
4471
- --accordion-trigger-py-md: 0.75rem;
4472
- --accordion-trigger-py-lg: 1rem;
4473
- --accordion-content-pb-sm: 0.375rem;
4474
- --accordion-content-pb-md: 0.75rem;
4475
- --accordion-content-pb-lg: 1rem;
4476
- --accordion-trigger-text-sm: 0.75rem;
4477
- --accordion-trigger-text-md: 0.875rem;
4478
- --accordion-trigger-text-lg: 1rem;
4479
- --accordion-content-text-sm: 0.75rem;
4480
- --accordion-content-text-md: 0.875rem;
4481
- --accordion-content-text-lg: 1rem;
4482
- }
4483
- :root {
4484
- --badge-px-sm: 0.375rem;
4485
- --badge-px-md: 0.625rem;
4486
- --badge-px-lg: 0.75rem;
4487
- --badge-py-sm: 0px;
4488
- --badge-py-md: 0.125rem;
4489
- --badge-py-lg: 0.25rem;
4490
- --badge-text-sm: 0.625rem;
4491
- --badge-text-md: 0.75rem;
4492
- --badge-text-lg: 0.875rem;
4493
- --badge-icon-sm: 0.625rem;
4494
- --badge-icon-md: 0.75rem;
4495
- --badge-icon-lg: 0.875rem;
4496
- }
4497
- :root {
4498
- --list-item-py-sm: 0.25rem;
4499
- --list-item-py-md: 0.375rem;
4500
- --list-item-py-lg: 0.5rem;
4501
- --list-item-text-sm: 0.75rem;
4502
- --list-item-text-md: 0.875rem;
4503
- --list-item-text-lg: 1rem;
4504
- --list-item-icon-sm: 0.75rem;
4505
- --list-item-icon-md: 0.875rem;
4506
- --list-item-icon-lg: 1rem;
4507
- }
4508
- :root {
4509
- --tree-item-py-sm: 0.125rem;
4510
- --tree-item-py-md: 0.25rem;
4511
- --tree-item-py-lg: 0.375rem;
4512
- --tree-item-text-sm: 0.75rem;
4513
- --tree-item-text-md: 0.875rem;
4514
- --tree-item-text-lg: 1rem;
4515
- --tree-item-icon-sm: 0.875rem;
4516
- --tree-item-icon-md: 1rem;
4517
- --tree-item-icon-lg: 1.125rem;
4518
- }
4519
- :root {
4520
- --header-mobile-bg: #fff;
4521
- --header-mobile-border: var(--color-slate-200);
4522
- }
4523
- .dark {
4524
- --header-mobile-bg: var(--color-slate-900);
4525
- --header-mobile-border: var(--color-slate-700);
4526
- }
4527
- :root {
4528
- --table-cell-px-compact: 0.5rem;
4529
- --table-cell-py-compact: 0.25rem;
4530
- --table-cell-px-default: 1rem;
4531
- --table-cell-py-default: 0.75rem;
4532
- --table-cell-px-relaxed: 1.5rem;
4533
- --table-cell-py-relaxed: 1.25rem;
4534
- }
4535
- :root {
4536
- --tooltip-max-width: 16rem;
4537
- }
4538
- :root {
4539
- --toast-width: 20rem;
4540
- }
4541
- :root {
4542
- --dialog-sheet-radius: 0.75rem;
4543
- }
4544
- :root {
4545
- --form-label-w-sm: 5rem;
4546
- --form-label-w-md: 7rem;
4547
- --form-label-w-lg: 9rem;
4548
- --form-item-gap-sm: 0.5rem;
4549
- --form-item-gap-md: 0.75rem;
4550
- --form-item-gap-lg: 1rem;
4551
- --form-row-gap-sm: 0.75rem;
4552
- --form-row-gap-md: 1.25rem;
4553
- --form-row-gap-lg: 1.75rem;
4554
- --form-hint-text: 0.75rem;
4555
- --form-header-mb: 1.5rem;
4556
- --form-footer-pt: 1.5rem;
4557
- --form-footer-gap: 0.5rem;
4558
- --form-radius: 0.5rem;
4559
- --row-action-touch-min: 2.25rem;
4560
- }
4561
- :root {
4562
- --indicator-dot-size-sm: 0.375rem;
4563
- --indicator-dot-size-md: 0.5rem;
4564
- --indicator-dot-size-lg: 0.625rem;
4565
- }
4566
4321
  @property --tw-translate-x {
4567
4322
  syntax: "*";
4568
4323
  inherits: false;
@@ -0,0 +1,55 @@
1
+ @theme {
2
+ --animate-fade-in: fade-in 150ms ease-out;
3
+ --animate-scale-in: scale-in 200ms ease-out;
4
+ --animate-slide-in-right: slide-in-right 300ms ease-out;
5
+ --animate-slide-in-left: slide-in-left 300ms ease-out;
6
+ --animate-slide-in-top: slide-in-top 300ms ease-out;
7
+ --animate-slide-in-bottom: slide-in-bottom 300ms ease-out;
8
+ }
9
+
10
+ @keyframes fade-in {
11
+ from { opacity: 0; }
12
+ to { opacity: 1; }
13
+ }
14
+
15
+ @keyframes scale-in {
16
+ from { opacity: 0; transform: scale(0.95); }
17
+ to { opacity: 1; transform: scale(1); }
18
+ }
19
+
20
+ @keyframes slide-in-right {
21
+ from { opacity: 0; transform: translateX(100%); }
22
+ to { opacity: 1; transform: translateX(0); }
23
+ }
24
+
25
+ @keyframes slide-in-left {
26
+ from { opacity: 0; transform: translateX(-100%); }
27
+ to { opacity: 1; transform: translateX(0); }
28
+ }
29
+
30
+ @keyframes slide-in-top {
31
+ from { opacity: 0; transform: translateY(-100%); }
32
+ to { opacity: 1; transform: translateY(0); }
33
+ }
34
+
35
+ @keyframes slide-in-bottom {
36
+ from { opacity: 0; transform: translateY(100%); }
37
+ to { opacity: 1; transform: translateY(0); }
38
+ }
39
+
40
+ @keyframes light-sweep {
41
+ 0% { transform: translateX(-100%) skewX(-15deg); }
42
+ 100% { transform: translateX(200%) skewX(-15deg); }
43
+ }
44
+
45
+ @utility animate-light-sweep {
46
+ background: linear-gradient(
47
+ 105deg,
48
+ transparent 30%,
49
+ rgba(255, 255, 255, 0.08) 40%,
50
+ rgba(255, 255, 255, 0.25) 50%,
51
+ rgba(255, 255, 255, 0.08) 60%,
52
+ transparent 70%
53
+ );
54
+ animation: light-sweep 0.8s ease-in-out;
55
+ }