@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
package/dist/Input.d.cts DELETED
@@ -1,24 +0,0 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import React from 'react';
3
- import { VariantProps } from 'class-variance-authority';
4
- import { inputVariants } from './theme.cjs';
5
- import 'class-variance-authority/types';
6
-
7
- type InputVariants = VariantProps<typeof inputVariants>;
8
- type InputProps = Omit<React.InputHTMLAttributes<HTMLInputElement>, "size" | "prefix"> & {
9
- state?: InputVariants["state"];
10
- inputSize?: InputVariants["size"];
11
- /** Icon or label shown at the start of the input with a highlighted background */
12
- prefix?: React.ReactNode;
13
- /** Icon shown inside the input at the end (non-interactive decoration) */
14
- suffix?: React.ReactNode;
15
- /** Clickable action button rendered at the end of the input */
16
- action?: {
17
- icon: React.ReactNode;
18
- onClick: () => void;
19
- "aria-label"?: string;
20
- };
21
- };
22
- declare function Input({ state, inputSize, className, prefix, suffix, action, ...props }: InputProps): react_jsx_runtime.JSX.Element;
23
-
24
- export { Input };
package/dist/Input.d.ts DELETED
@@ -1,24 +0,0 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import React from 'react';
3
- import { VariantProps } from 'class-variance-authority';
4
- import { inputVariants } from './theme.js';
5
- import 'class-variance-authority/types';
6
-
7
- type InputVariants = VariantProps<typeof inputVariants>;
8
- type InputProps = Omit<React.InputHTMLAttributes<HTMLInputElement>, "size" | "prefix"> & {
9
- state?: InputVariants["state"];
10
- inputSize?: InputVariants["size"];
11
- /** Icon or label shown at the start of the input with a highlighted background */
12
- prefix?: React.ReactNode;
13
- /** Icon shown inside the input at the end (non-interactive decoration) */
14
- suffix?: React.ReactNode;
15
- /** Clickable action button rendered at the end of the input */
16
- action?: {
17
- icon: React.ReactNode;
18
- onClick: () => void;
19
- "aria-label"?: string;
20
- };
21
- };
22
- declare function Input({ state, inputSize, className, prefix, suffix, action, ...props }: InputProps): react_jsx_runtime.JSX.Element;
23
-
24
- export { Input };
package/dist/Input.js DELETED
@@ -1 +0,0 @@
1
- export{a as Input}from'./chunks/chunk-QLFCH4TD.js';import'./chunks/chunk-XAOBJSFW.js';import'./chunks/chunk-AXBJKPZZ.js';
package/dist/Label.cjs DELETED
@@ -1 +0,0 @@
1
- 'use strict';var chunkFDTREGBQ_cjs=require('./chunks/chunk-FDTREGBQ.cjs');require('./chunks/chunk-2JLNRAXS.cjs'),require('./chunks/chunk-X5YP5TMY.cjs');Object.defineProperty(exports,"Label",{enumerable:true,get:function(){return chunkFDTREGBQ_cjs.a}});
package/dist/Label.d.cts DELETED
@@ -1,10 +0,0 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import React from 'react';
3
- import { VariantProps } from 'class-variance-authority';
4
- import { labelVariants } from './theme.cjs';
5
- import 'class-variance-authority/types';
6
-
7
- type LabelProps = React.LabelHTMLAttributes<HTMLLabelElement> & VariantProps<typeof labelVariants>;
8
- declare function Label({ intent, size, className, ...props }: LabelProps): react_jsx_runtime.JSX.Element;
9
-
10
- export { Label };
package/dist/Label.d.ts DELETED
@@ -1,10 +0,0 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import React from 'react';
3
- import { VariantProps } from 'class-variance-authority';
4
- import { labelVariants } from './theme.js';
5
- import 'class-variance-authority/types';
6
-
7
- type LabelProps = React.LabelHTMLAttributes<HTMLLabelElement> & VariantProps<typeof labelVariants>;
8
- declare function Label({ intent, size, className, ...props }: LabelProps): react_jsx_runtime.JSX.Element;
9
-
10
- export { Label };
package/dist/Label.js DELETED
@@ -1 +0,0 @@
1
- export{a as Label}from'./chunks/chunk-ZY7GZOBS.js';import'./chunks/chunk-XAOBJSFW.js';import'./chunks/chunk-AXBJKPZZ.js';
package/dist/List.cjs DELETED
@@ -1 +0,0 @@
1
- 'use strict';var chunk7XPIY2SQ_cjs=require('./chunks/chunk-7XPIY2SQ.cjs');require('./chunks/chunk-2JLNRAXS.cjs'),require('./chunks/chunk-X5YP5TMY.cjs');Object.defineProperty(exports,"List",{enumerable:true,get:function(){return chunk7XPIY2SQ_cjs.a}});Object.defineProperty(exports,"ListItem",{enumerable:true,get:function(){return chunk7XPIY2SQ_cjs.b}});
package/dist/List.d.cts DELETED
@@ -1,18 +0,0 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import React from 'react';
3
- import { VariantProps } from 'class-variance-authority';
4
- import { listVariants } from './theme.cjs';
5
- import 'class-variance-authority/types';
6
-
7
- type ListProps = React.HTMLAttributes<HTMLUListElement> & VariantProps<typeof listVariants> & {
8
- /** Controls item text and icon sizing. @default 'md' */
9
- size?: "sm" | "md" | "lg";
10
- };
11
- declare function List({ intent, size, className, ...props }: ListProps): react_jsx_runtime.JSX.Element;
12
- type ListItemProps = React.LiHTMLAttributes<HTMLLIElement> & {
13
- /** Action buttons rendered on the right side of the item. */
14
- actions?: React.ReactNode;
15
- };
16
- declare function ListItem({ actions, className, children, ...props }: ListItemProps): react_jsx_runtime.JSX.Element;
17
-
18
- export { List, ListItem, type ListItemProps };
package/dist/List.d.ts DELETED
@@ -1,18 +0,0 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import React from 'react';
3
- import { VariantProps } from 'class-variance-authority';
4
- import { listVariants } from './theme.js';
5
- import 'class-variance-authority/types';
6
-
7
- type ListProps = React.HTMLAttributes<HTMLUListElement> & VariantProps<typeof listVariants> & {
8
- /** Controls item text and icon sizing. @default 'md' */
9
- size?: "sm" | "md" | "lg";
10
- };
11
- declare function List({ intent, size, className, ...props }: ListProps): react_jsx_runtime.JSX.Element;
12
- type ListItemProps = React.LiHTMLAttributes<HTMLLIElement> & {
13
- /** Action buttons rendered on the right side of the item. */
14
- actions?: React.ReactNode;
15
- };
16
- declare function ListItem({ actions, className, children, ...props }: ListItemProps): react_jsx_runtime.JSX.Element;
17
-
18
- export { List, ListItem, type ListItemProps };
package/dist/List.js DELETED
@@ -1 +0,0 @@
1
- export{a as List,b as ListItem}from'./chunks/chunk-NY27TTWN.js';import'./chunks/chunk-XAOBJSFW.js';import'./chunks/chunk-AXBJKPZZ.js';
package/dist/Masonry.cjs DELETED
@@ -1 +0,0 @@
1
- 'use strict';var chunkLFJEIO3X_cjs=require('./chunks/chunk-LFJEIO3X.cjs');require('./chunks/chunk-X5YP5TMY.cjs');Object.defineProperty(exports,"Masonry",{enumerable:true,get:function(){return chunkLFJEIO3X_cjs.a}});
@@ -1,41 +0,0 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import React from 'react';
3
-
4
- type MasonryItemData = {
5
- key?: React.Key;
6
- /** The visual content rendered inside the item. */
7
- content: React.ReactNode;
8
- /** Optional title shown in the hover overlay. */
9
- title?: string;
10
- /** Optional description shown in the hover overlay. */
11
- description?: string;
12
- /** Optional action buttons shown in the hover overlay. */
13
- actions?: React.ReactNode;
14
- };
15
- type MasonryProps = Omit<React.HTMLAttributes<HTMLDivElement>, "onClick"> & {
16
- /** Fixed number of columns. Overrides `columnWidth` when set. */
17
- columns?: number;
18
- /** Minimum column width in pixels. The actual column count is auto-calculated from the container width. @default 240 */
19
- columnWidth?: number;
20
- /** Gap between items in pixels (horizontal and vertical). @default 16 */
21
- gap?: number;
22
- /** Structured item list with overlay metadata. When provided, `children` is ignored. */
23
- items?: MasonryItemData[];
24
- /** Called when an item is clicked. Receives the item data (or undefined for plain children) and the index. */
25
- onItemClick?: (item: MasonryItemData | undefined, index: number) => void;
26
- };
27
- /**
28
- * Pinterest-style waterfall / masonry layout with rich interactions.
29
- *
30
- * Items are measured and placed into the shortest column, producing
31
- * an even distribution regardless of varying item heights.
32
- * Fully responsive — column count adapts to parent width.
33
- *
34
- * Each item supports:
35
- * - Hover: cursor pointer, enlarge + elevated shadow + glass-reflection sweep
36
- * - Overlay: title / description / action buttons on hover
37
- * - Click: ripple flash effect + `onItemClick` callback
38
- */
39
- declare function Masonry({ columns: fixedColumns, columnWidth, gap, items, onItemClick, className, style, children, ...props }: MasonryProps): react_jsx_runtime.JSX.Element;
40
-
41
- export { Masonry, type MasonryItemData, type MasonryProps };
package/dist/Masonry.d.ts DELETED
@@ -1,41 +0,0 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import React from 'react';
3
-
4
- type MasonryItemData = {
5
- key?: React.Key;
6
- /** The visual content rendered inside the item. */
7
- content: React.ReactNode;
8
- /** Optional title shown in the hover overlay. */
9
- title?: string;
10
- /** Optional description shown in the hover overlay. */
11
- description?: string;
12
- /** Optional action buttons shown in the hover overlay. */
13
- actions?: React.ReactNode;
14
- };
15
- type MasonryProps = Omit<React.HTMLAttributes<HTMLDivElement>, "onClick"> & {
16
- /** Fixed number of columns. Overrides `columnWidth` when set. */
17
- columns?: number;
18
- /** Minimum column width in pixels. The actual column count is auto-calculated from the container width. @default 240 */
19
- columnWidth?: number;
20
- /** Gap between items in pixels (horizontal and vertical). @default 16 */
21
- gap?: number;
22
- /** Structured item list with overlay metadata. When provided, `children` is ignored. */
23
- items?: MasonryItemData[];
24
- /** Called when an item is clicked. Receives the item data (or undefined for plain children) and the index. */
25
- onItemClick?: (item: MasonryItemData | undefined, index: number) => void;
26
- };
27
- /**
28
- * Pinterest-style waterfall / masonry layout with rich interactions.
29
- *
30
- * Items are measured and placed into the shortest column, producing
31
- * an even distribution regardless of varying item heights.
32
- * Fully responsive — column count adapts to parent width.
33
- *
34
- * Each item supports:
35
- * - Hover: cursor pointer, enlarge + elevated shadow + glass-reflection sweep
36
- * - Overlay: title / description / action buttons on hover
37
- * - Click: ripple flash effect + `onItemClick` callback
38
- */
39
- declare function Masonry({ columns: fixedColumns, columnWidth, gap, items, onItemClick, className, style, children, ...props }: MasonryProps): react_jsx_runtime.JSX.Element;
40
-
41
- export { Masonry, type MasonryItemData, type MasonryProps };
package/dist/Masonry.js DELETED
@@ -1 +0,0 @@
1
- export{a as Masonry}from'./chunks/chunk-G2VO67XY.js';import'./chunks/chunk-AXBJKPZZ.js';
@@ -1 +0,0 @@
1
- 'use strict';var chunkUDH3OKNZ_cjs=require('./chunks/chunk-UDH3OKNZ.cjs');require('./chunks/chunk-X5YP5TMY.cjs');Object.defineProperty(exports,"MiniPlayer",{enumerable:true,get:function(){return chunkUDH3OKNZ_cjs.a}});
@@ -1,53 +0,0 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
-
3
- interface MiniPlayerTrack {
4
- /** Display title. */
5
- title: string;
6
- /** Artist name. */
7
- artist?: string;
8
- /** Album name. */
9
- album?: string;
10
- /** URL (http/blob/file) or local path for Electron. */
11
- src: string;
12
- /** Album art URL. Omit to show a placeholder. */
13
- cover?: string;
14
- /** Duration in seconds (auto-detected if not provided). */
15
- duration?: number;
16
- }
17
- type MiniPlayerPosition = "bottom-right" | "bottom-left" | "top-right" | "top-left";
18
- type MiniPlayerEntrance = "bottom" | "top" | "left" | "right";
19
- interface MiniPlayerProps {
20
- /** Playlist of tracks. */
21
- playlist: MiniPlayerTrack[];
22
- /** Starting track index. @default 0 */
23
- initialTrack?: number;
24
- /** Position on screen. @default 'bottom-right' */
25
- position?: MiniPlayerPosition;
26
- /** Entrance animation direction. @default derived from position */
27
- entrance?: MiniPlayerEntrance;
28
- /** Theme override. Follows parent by default. */
29
- theme?: "dark" | "light";
30
- /** When true, player docks to the nearest edge and reveals on hover. @default false */
31
- docked?: boolean;
32
- /** When true, player is visible (managed externally or auto-shown on track change). */
33
- visible?: boolean;
34
- /** Called when visibility changes internally. */
35
- onVisibleChange?: (v: boolean) => void;
36
- /** Called on track change. */
37
- onTrackChange?: (index: number, track: MiniPlayerTrack) => void;
38
- /** Called on like toggle. */
39
- onLike?: (index: number, track: MiniPlayerTrack, liked: boolean) => void;
40
- /** Auto-play the first track when ready. @default true */
41
- autoPlay?: boolean;
42
- /** Initial shuffle state. @default false */
43
- shuffle?: boolean;
44
- /** Initial single-track loop state. @default false */
45
- loop?: boolean;
46
- /** Accent color (any CSS color value). @default '#8b5cf6' */
47
- accent?: string;
48
- /** Extra class name. */
49
- className?: string;
50
- }
51
- declare function MiniPlayer({ playlist, initialTrack, position, entrance: entranceProp, theme, docked: dockedProp, visible: visibleProp, onVisibleChange, onTrackChange, onLike, autoPlay, shuffle: shuffleProp, loop: loopProp, accent, className, }: MiniPlayerProps): react_jsx_runtime.JSX.Element;
52
-
53
- export { MiniPlayer, type MiniPlayerEntrance, type MiniPlayerPosition, type MiniPlayerProps, type MiniPlayerTrack };
@@ -1,53 +0,0 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
-
3
- interface MiniPlayerTrack {
4
- /** Display title. */
5
- title: string;
6
- /** Artist name. */
7
- artist?: string;
8
- /** Album name. */
9
- album?: string;
10
- /** URL (http/blob/file) or local path for Electron. */
11
- src: string;
12
- /** Album art URL. Omit to show a placeholder. */
13
- cover?: string;
14
- /** Duration in seconds (auto-detected if not provided). */
15
- duration?: number;
16
- }
17
- type MiniPlayerPosition = "bottom-right" | "bottom-left" | "top-right" | "top-left";
18
- type MiniPlayerEntrance = "bottom" | "top" | "left" | "right";
19
- interface MiniPlayerProps {
20
- /** Playlist of tracks. */
21
- playlist: MiniPlayerTrack[];
22
- /** Starting track index. @default 0 */
23
- initialTrack?: number;
24
- /** Position on screen. @default 'bottom-right' */
25
- position?: MiniPlayerPosition;
26
- /** Entrance animation direction. @default derived from position */
27
- entrance?: MiniPlayerEntrance;
28
- /** Theme override. Follows parent by default. */
29
- theme?: "dark" | "light";
30
- /** When true, player docks to the nearest edge and reveals on hover. @default false */
31
- docked?: boolean;
32
- /** When true, player is visible (managed externally or auto-shown on track change). */
33
- visible?: boolean;
34
- /** Called when visibility changes internally. */
35
- onVisibleChange?: (v: boolean) => void;
36
- /** Called on track change. */
37
- onTrackChange?: (index: number, track: MiniPlayerTrack) => void;
38
- /** Called on like toggle. */
39
- onLike?: (index: number, track: MiniPlayerTrack, liked: boolean) => void;
40
- /** Auto-play the first track when ready. @default true */
41
- autoPlay?: boolean;
42
- /** Initial shuffle state. @default false */
43
- shuffle?: boolean;
44
- /** Initial single-track loop state. @default false */
45
- loop?: boolean;
46
- /** Accent color (any CSS color value). @default '#8b5cf6' */
47
- accent?: string;
48
- /** Extra class name. */
49
- className?: string;
50
- }
51
- declare function MiniPlayer({ playlist, initialTrack, position, entrance: entranceProp, theme, docked: dockedProp, visible: visibleProp, onVisibleChange, onTrackChange, onLike, autoPlay, shuffle: shuffleProp, loop: loopProp, accent, className, }: MiniPlayerProps): react_jsx_runtime.JSX.Element;
52
-
53
- export { MiniPlayer, type MiniPlayerEntrance, type MiniPlayerPosition, type MiniPlayerProps, type MiniPlayerTrack };
@@ -1 +0,0 @@
1
- export{a as MiniPlayer}from'./chunks/chunk-A5KQAHDU.js';import'./chunks/chunk-AXBJKPZZ.js';
package/dist/NavLink.cjs DELETED
@@ -1 +0,0 @@
1
- 'use strict';var chunkBUNOVZ23_cjs=require('./chunks/chunk-BUNOVZ23.cjs');require('./chunks/chunk-2JLNRAXS.cjs'),require('./chunks/chunk-X5YP5TMY.cjs');Object.defineProperty(exports,"NavLink",{enumerable:true,get:function(){return chunkBUNOVZ23_cjs.a}});
@@ -1,13 +0,0 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import React from 'react';
3
- import { VariantProps } from 'class-variance-authority';
4
- import { navLinkVariants } from './theme.cjs';
5
- import 'class-variance-authority/types';
6
-
7
- type NavLinkProps = React.AnchorHTMLAttributes<HTMLAnchorElement> & VariantProps<typeof navLinkVariants> & {
8
- /** Show external-link icon. Defaults to `true` when `target="_blank"` or href starts with `http`. */
9
- external?: boolean;
10
- };
11
- declare function NavLink({ intent, size, underline, external, className, children, href, target, rel, ...props }: NavLinkProps): react_jsx_runtime.JSX.Element;
12
-
13
- export { NavLink };
package/dist/NavLink.d.ts DELETED
@@ -1,13 +0,0 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import React from 'react';
3
- import { VariantProps } from 'class-variance-authority';
4
- import { navLinkVariants } from './theme.js';
5
- import 'class-variance-authority/types';
6
-
7
- type NavLinkProps = React.AnchorHTMLAttributes<HTMLAnchorElement> & VariantProps<typeof navLinkVariants> & {
8
- /** Show external-link icon. Defaults to `true` when `target="_blank"` or href starts with `http`. */
9
- external?: boolean;
10
- };
11
- declare function NavLink({ intent, size, underline, external, className, children, href, target, rel, ...props }: NavLinkProps): react_jsx_runtime.JSX.Element;
12
-
13
- export { NavLink };
package/dist/NavLink.js DELETED
@@ -1 +0,0 @@
1
- export{a as NavLink}from'./chunks/chunk-SC4PNYQT.js';import'./chunks/chunk-XAOBJSFW.js';import'./chunks/chunk-AXBJKPZZ.js';
package/dist/Panel.cjs DELETED
@@ -1 +0,0 @@
1
- 'use strict';var chunkAEBULFON_cjs=require('./chunks/chunk-AEBULFON.cjs');require('./chunks/chunk-2JLNRAXS.cjs'),require('./chunks/chunk-X5YP5TMY.cjs');Object.defineProperty(exports,"Panel",{enumerable:true,get:function(){return chunkAEBULFON_cjs.a}});Object.defineProperty(exports,"PanelContent",{enumerable:true,get:function(){return chunkAEBULFON_cjs.c}});Object.defineProperty(exports,"PanelHeader",{enumerable:true,get:function(){return chunkAEBULFON_cjs.b}});
package/dist/Panel.d.cts DELETED
@@ -1,12 +0,0 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import React from 'react';
3
- import { VariantProps } from 'class-variance-authority';
4
- import { panelVariants } from './theme.cjs';
5
- import 'class-variance-authority/types';
6
-
7
- type PanelProps = React.HTMLAttributes<HTMLDivElement> & VariantProps<typeof panelVariants>;
8
- declare function Panel({ intent, size, className, ...props }: PanelProps): react_jsx_runtime.JSX.Element;
9
- declare function PanelHeader({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
10
- declare function PanelContent({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
11
-
12
- export { Panel, PanelContent, PanelHeader };
package/dist/Panel.d.ts DELETED
@@ -1,12 +0,0 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import React from 'react';
3
- import { VariantProps } from 'class-variance-authority';
4
- import { panelVariants } from './theme.js';
5
- import 'class-variance-authority/types';
6
-
7
- type PanelProps = React.HTMLAttributes<HTMLDivElement> & VariantProps<typeof panelVariants>;
8
- declare function Panel({ intent, size, className, ...props }: PanelProps): react_jsx_runtime.JSX.Element;
9
- declare function PanelHeader({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
10
- declare function PanelContent({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
11
-
12
- export { Panel, PanelContent, PanelHeader };
package/dist/Panel.js DELETED
@@ -1 +0,0 @@
1
- export{a as Panel,c as PanelContent,b as PanelHeader}from'./chunks/chunk-4VFV5U3S.js';import'./chunks/chunk-XAOBJSFW.js';import'./chunks/chunk-AXBJKPZZ.js';
@@ -1 +0,0 @@
1
- 'use strict';var chunkW5UXZVLS_cjs=require('./chunks/chunk-W5UXZVLS.cjs');require('./chunks/chunk-2JLNRAXS.cjs'),require('./chunks/chunk-X5YP5TMY.cjs');Object.defineProperty(exports,"ProgressBar",{enumerable:true,get:function(){return chunkW5UXZVLS_cjs.a}});
@@ -1,21 +0,0 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import React from 'react';
3
- import { VariantProps } from 'class-variance-authority';
4
- import { progressBarVariants } from './theme.cjs';
5
- import 'class-variance-authority/types';
6
-
7
- type ProgressBarProps = React.HTMLAttributes<HTMLDivElement> & VariantProps<typeof progressBarVariants> & {
8
- /** Current value 0–100 */
9
- value?: number;
10
- /** Show the percentage label inside the bar */
11
- showLabel?: boolean;
12
- /** Enable the indeterminate (loading) animation — ignores `value` */
13
- indeterminate?: boolean;
14
- /** Enable the shine / pulse glow animation on the fill */
15
- animated?: boolean;
16
- /** Duration of the value transition in ms @default 500 */
17
- duration?: number;
18
- };
19
- declare function ProgressBar({ value, size, intent, edge, showLabel, indeterminate, animated, duration, className, ...props }: ProgressBarProps): react_jsx_runtime.JSX.Element;
20
-
21
- export { ProgressBar, type ProgressBarProps };
@@ -1,21 +0,0 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import React from 'react';
3
- import { VariantProps } from 'class-variance-authority';
4
- import { progressBarVariants } from './theme.js';
5
- import 'class-variance-authority/types';
6
-
7
- type ProgressBarProps = React.HTMLAttributes<HTMLDivElement> & VariantProps<typeof progressBarVariants> & {
8
- /** Current value 0–100 */
9
- value?: number;
10
- /** Show the percentage label inside the bar */
11
- showLabel?: boolean;
12
- /** Enable the indeterminate (loading) animation — ignores `value` */
13
- indeterminate?: boolean;
14
- /** Enable the shine / pulse glow animation on the fill */
15
- animated?: boolean;
16
- /** Duration of the value transition in ms @default 500 */
17
- duration?: number;
18
- };
19
- declare function ProgressBar({ value, size, intent, edge, showLabel, indeterminate, animated, duration, className, ...props }: ProgressBarProps): react_jsx_runtime.JSX.Element;
20
-
21
- export { ProgressBar, type ProgressBarProps };
@@ -1 +0,0 @@
1
- export{a as ProgressBar}from'./chunks/chunk-FQZX67Z7.js';import'./chunks/chunk-XAOBJSFW.js';import'./chunks/chunk-AXBJKPZZ.js';
package/dist/Radio.cjs DELETED
@@ -1 +0,0 @@
1
- 'use strict';var chunkSLHD7PST_cjs=require('./chunks/chunk-SLHD7PST.cjs');require('./chunks/chunk-2JLNRAXS.cjs'),require('./chunks/chunk-X5YP5TMY.cjs');Object.defineProperty(exports,"Radio",{enumerable:true,get:function(){return chunkSLHD7PST_cjs.b}});Object.defineProperty(exports,"RadioGroup",{enumerable:true,get:function(){return chunkSLHD7PST_cjs.a}});
package/dist/Radio.d.cts DELETED
@@ -1,35 +0,0 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import React from 'react';
3
- import { VariantProps } from 'class-variance-authority';
4
- import { radioVariants } from './theme.cjs';
5
- import 'class-variance-authority/types';
6
-
7
- interface RadioGroupProps {
8
- /** Form field name shared by all radios. */
9
- name?: string;
10
- /** Controlled selected value. */
11
- value?: string;
12
- /** Default selected value (uncontrolled). */
13
- defaultValue?: string;
14
- /** Callback when selection changes. */
15
- onValueChange?: (value: string) => void;
16
- /** Shared intent for all child radios. */
17
- intent?: VariantProps<typeof radioVariants>["intent"];
18
- /** Shared size for all child radios. */
19
- size?: VariantProps<typeof radioVariants>["size"];
20
- disabled?: boolean;
21
- /** Layout direction of the radio buttons. @default 'vertical' */
22
- orientation?: "vertical" | "horizontal";
23
- className?: string;
24
- children: React.ReactNode;
25
- }
26
- declare function RadioGroup({ name: nameProp, value: controlledValue, defaultValue, onValueChange, intent, size, disabled, orientation, className, children, }: RadioGroupProps): react_jsx_runtime.JSX.Element;
27
- type RadioProps = Omit<React.InputHTMLAttributes<HTMLInputElement>, "size" | "type"> & Omit<VariantProps<typeof radioVariants>, "checked"> & {
28
- /** The value of this radio option. */
29
- value: string;
30
- /** Accessible label text shown beside the radio. */
31
- label?: string;
32
- };
33
- declare function Radio({ value, intent: intentProp, size: sizeProp, label, id: propId, className, disabled: disabledProp, ...props }: RadioProps): react_jsx_runtime.JSX.Element;
34
-
35
- export { Radio, RadioGroup, type RadioGroupProps, type RadioProps };
package/dist/Radio.d.ts DELETED
@@ -1,35 +0,0 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import React from 'react';
3
- import { VariantProps } from 'class-variance-authority';
4
- import { radioVariants } from './theme.js';
5
- import 'class-variance-authority/types';
6
-
7
- interface RadioGroupProps {
8
- /** Form field name shared by all radios. */
9
- name?: string;
10
- /** Controlled selected value. */
11
- value?: string;
12
- /** Default selected value (uncontrolled). */
13
- defaultValue?: string;
14
- /** Callback when selection changes. */
15
- onValueChange?: (value: string) => void;
16
- /** Shared intent for all child radios. */
17
- intent?: VariantProps<typeof radioVariants>["intent"];
18
- /** Shared size for all child radios. */
19
- size?: VariantProps<typeof radioVariants>["size"];
20
- disabled?: boolean;
21
- /** Layout direction of the radio buttons. @default 'vertical' */
22
- orientation?: "vertical" | "horizontal";
23
- className?: string;
24
- children: React.ReactNode;
25
- }
26
- declare function RadioGroup({ name: nameProp, value: controlledValue, defaultValue, onValueChange, intent, size, disabled, orientation, className, children, }: RadioGroupProps): react_jsx_runtime.JSX.Element;
27
- type RadioProps = Omit<React.InputHTMLAttributes<HTMLInputElement>, "size" | "type"> & Omit<VariantProps<typeof radioVariants>, "checked"> & {
28
- /** The value of this radio option. */
29
- value: string;
30
- /** Accessible label text shown beside the radio. */
31
- label?: string;
32
- };
33
- declare function Radio({ value, intent: intentProp, size: sizeProp, label, id: propId, className, disabled: disabledProp, ...props }: RadioProps): react_jsx_runtime.JSX.Element;
34
-
35
- export { Radio, RadioGroup, type RadioGroupProps, type RadioProps };
package/dist/Radio.js DELETED
@@ -1 +0,0 @@
1
- export{b as Radio,a as RadioGroup}from'./chunks/chunk-5XT6TJGF.js';import'./chunks/chunk-XAOBJSFW.js';import'./chunks/chunk-AXBJKPZZ.js';
package/dist/SideNav.cjs DELETED
@@ -1 +0,0 @@
1
- 'use strict';var chunkA6HIQADJ_cjs=require('./chunks/chunk-A6HIQADJ.cjs');require('./chunks/chunk-X5YP5TMY.cjs');Object.defineProperty(exports,"SideNav",{enumerable:true,get:function(){return chunkA6HIQADJ_cjs.a}});
@@ -1,80 +0,0 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import React from 'react';
3
-
4
- type SideNavCollapseMode = "expanded" | "icons" | "mini";
5
- interface SideNavItem {
6
- /** Unique key (falls back to `path` or `label`). */
7
- key?: string;
8
- /** Display label. */
9
- label: string;
10
- /** Route path — renders a link when provided. */
11
- path?: string;
12
- /** Nested children — renders a collapsible group. */
13
- children?: SideNavItem[];
14
- /** Icon element shown before the label. */
15
- icon?: React.ReactNode;
16
- /** Whether the group is expanded by default (only for items with children). */
17
- defaultOpen?: boolean;
18
- }
19
- /**
20
- * Props for a custom link component.
21
- * When using react-router, pass NavLink. When using plain HTML, an `<a>` wrapper.
22
- */
23
- type SideNavLinkComponentProps = {
24
- to: string;
25
- className: string | ((props: {
26
- isActive: boolean;
27
- }) => string);
28
- style?: React.CSSProperties;
29
- children: React.ReactNode;
30
- };
31
- interface SideNavProps extends React.HTMLAttributes<HTMLElement> {
32
- /** Navigation items (supports nesting). */
33
- items: SideNavItem[];
34
- /** Section title rendered above the items. */
35
- title?: string;
36
- /** Base path prefix prepended to every item `path`. Defaults to `"/"`. */
37
- basePath?: string;
38
- /** When provided, renders buttons instead of links and calls this on click. */
39
- onItemClick?: (item: SideNavItem, fullPath: string) => void;
40
- /**
41
- * Custom link component (e.g. react-router's NavLink).
42
- * Falls back to a plain `<a>` tag if not provided.
43
- */
44
- LinkComponent?: React.ComponentType<SideNavLinkComponentProps>;
45
- /** Show collapse / expand toggle. */
46
- collapsible?: boolean;
47
- /** Controlled collapse mode. */
48
- collapseMode?: SideNavCollapseMode;
49
- /** Default collapse mode (uncontrolled). @default 'expanded' */
50
- defaultCollapseMode?: SideNavCollapseMode;
51
- /** Fires when collapse mode changes. */
52
- onCollapseModeChange?: (mode: SideNavCollapseMode) => void;
53
- /** Show indentation guide lines for nested items. @default true */
54
- showLines?: boolean;
55
- /**
56
- * Controlled set of expanded group keys.
57
- * Each key is `item.key ?? item.label`.
58
- */
59
- expandedKeys?: Set<string>;
60
- /** Default expanded keys (uncontrolled). When omitted all groups start open. */
61
- defaultExpandedKeys?: Set<string> | "all";
62
- /** Fires when a group is toggled. */
63
- onExpandedKeysChange?: (keys: Set<string>) => void;
64
- /**
65
- * Enable built-in responsive behaviour: a floating action button toggles a slide-in
66
- * overlay drawer on narrow viewports, so the nav never occupies layout space on mobile.
67
- * @default true
68
- */
69
- responsive?: boolean;
70
- /** Viewport width (px) below which mobile mode activates. @default 768 */
71
- mobileBreakpoint?: number;
72
- /**
73
- * Distance (px) from the top of the viewport where the mobile drawer starts.
74
- * Set this to the height of your app's top bar. @default 48
75
- */
76
- mobileTopOffset?: number;
77
- }
78
- declare function SideNav({ items, title, basePath, onItemClick, LinkComponent, collapsible, collapseMode: controlledMode, defaultCollapseMode, onCollapseModeChange, showLines, expandedKeys: controlledExpandedKeys, defaultExpandedKeys, onExpandedKeysChange, className, responsive, mobileBreakpoint, mobileTopOffset, ...props }: SideNavProps): react_jsx_runtime.JSX.Element;
79
-
80
- export { SideNav, type SideNavCollapseMode, type SideNavItem, type SideNavLinkComponentProps, type SideNavProps };