@fuf-stack/pixels 1.9.0 → 1.10.1

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 (768) hide show
  1. package/dist/Accordion/Accordion.cjs +63 -0
  2. package/dist/Accordion/Accordion.cjs.map +1 -0
  3. package/dist/Accordion/Accordion.d.cts +154 -0
  4. package/dist/Accordion/Accordion.d.cts.map +1 -0
  5. package/dist/Accordion/Accordion.d.ts +154 -0
  6. package/dist/Accordion/Accordion.d.ts.map +1 -0
  7. package/dist/Accordion/Accordion.js +61 -0
  8. package/dist/{chunk-NSYHAJM2.cjs.map → Accordion/Accordion.js.map} +1 -1
  9. package/dist/Accordion/index.cjs +11 -10
  10. package/dist/Accordion/index.cjs.map +1 -1
  11. package/dist/Accordion/index.d.cts +2 -11
  12. package/dist/Accordion/index.d.ts +2 -11
  13. package/dist/Accordion/index.js +6 -11
  14. package/dist/Accordion/index.js.map +1 -1
  15. package/dist/Alert/Alert.cjs +61 -0
  16. package/dist/Alert/Alert.cjs.map +1 -0
  17. package/dist/Alert/Alert.d.cts +155 -0
  18. package/dist/Alert/Alert.d.cts.map +1 -0
  19. package/dist/Alert/Alert.d.ts +155 -0
  20. package/dist/Alert/Alert.d.ts.map +1 -0
  21. package/dist/Alert/Alert.js +59 -0
  22. package/dist/Alert/Alert.js.map +1 -0
  23. package/dist/Alert/index.cjs +11 -10
  24. package/dist/Alert/index.cjs.map +1 -1
  25. package/dist/Alert/index.d.cts +2 -10
  26. package/dist/Alert/index.d.ts +2 -10
  27. package/dist/Alert/index.js +6 -11
  28. package/dist/Alert/index.js.map +1 -1
  29. package/dist/Avatar/Avatar.cjs +31 -0
  30. package/dist/Avatar/Avatar.cjs.map +1 -0
  31. package/dist/Avatar/Avatar.d.cts +80 -0
  32. package/dist/Avatar/Avatar.d.cts.map +1 -0
  33. package/dist/Avatar/Avatar.d.ts +80 -0
  34. package/dist/Avatar/Avatar.d.ts.map +1 -0
  35. package/dist/Avatar/Avatar.js +30 -0
  36. package/dist/Avatar/Avatar.js.map +1 -0
  37. package/dist/Avatar/index.cjs +10 -8
  38. package/dist/Avatar/index.cjs.map +1 -1
  39. package/dist/Avatar/index.d.cts +2 -11
  40. package/dist/Avatar/index.d.ts +2 -11
  41. package/dist/Avatar/index.js +6 -9
  42. package/dist/Avatar/index.js.map +1 -1
  43. package/dist/AvatarGroup/AvatarGroup.cjs +42 -0
  44. package/dist/AvatarGroup/AvatarGroup.cjs.map +1 -0
  45. package/dist/AvatarGroup/AvatarGroup.d.cts +33 -0
  46. package/dist/AvatarGroup/AvatarGroup.d.cts.map +1 -0
  47. package/dist/AvatarGroup/AvatarGroup.d.ts +33 -0
  48. package/dist/AvatarGroup/AvatarGroup.d.ts.map +1 -0
  49. package/dist/AvatarGroup/AvatarGroup.js +41 -0
  50. package/dist/AvatarGroup/AvatarGroup.js.map +1 -0
  51. package/dist/AvatarGroup/index.cjs +10 -9
  52. package/dist/AvatarGroup/index.cjs.map +1 -1
  53. package/dist/AvatarGroup/index.d.cts +2 -12
  54. package/dist/AvatarGroup/index.d.ts +2 -12
  55. package/dist/AvatarGroup/index.js +6 -10
  56. package/dist/AvatarGroup/index.js.map +1 -1
  57. package/dist/Badge/Badge.cjs +29 -0
  58. package/dist/Badge/Badge.cjs.map +1 -0
  59. package/dist/Badge/Badge.d.cts +72 -0
  60. package/dist/Badge/Badge.d.cts.map +1 -0
  61. package/dist/Badge/Badge.d.ts +72 -0
  62. package/dist/Badge/Badge.d.ts.map +1 -0
  63. package/dist/Badge/Badge.js +28 -0
  64. package/dist/Badge/Badge.js.map +1 -0
  65. package/dist/Badge/index.cjs +10 -8
  66. package/dist/Badge/index.cjs.map +1 -1
  67. package/dist/Badge/index.d.cts +2 -11
  68. package/dist/Badge/index.d.ts +2 -11
  69. package/dist/Badge/index.js +6 -9
  70. package/dist/Badge/index.js.map +1 -1
  71. package/dist/Breadcrumb/Breadcrumb.cjs +58 -0
  72. package/dist/Breadcrumb/Breadcrumb.cjs.map +1 -0
  73. package/dist/Breadcrumb/Breadcrumb.d.cts +117 -0
  74. package/dist/Breadcrumb/Breadcrumb.d.cts.map +1 -0
  75. package/dist/Breadcrumb/Breadcrumb.d.ts +117 -0
  76. package/dist/Breadcrumb/Breadcrumb.d.ts.map +1 -0
  77. package/dist/Breadcrumb/Breadcrumb.js +56 -0
  78. package/dist/Breadcrumb/Breadcrumb.js.map +1 -0
  79. package/dist/Breadcrumb/index.cjs +11 -10
  80. package/dist/Breadcrumb/index.cjs.map +1 -1
  81. package/dist/Breadcrumb/index.d.cts +2 -11
  82. package/dist/Breadcrumb/index.d.ts +2 -11
  83. package/dist/Breadcrumb/index.js +6 -11
  84. package/dist/Breadcrumb/index.js.map +1 -1
  85. package/dist/Button/Button.cjs +111 -0
  86. package/dist/Button/Button.cjs.map +1 -0
  87. package/dist/Button/Button.d.cts +262 -0
  88. package/dist/Button/Button.d.cts.map +1 -0
  89. package/dist/Button/Button.d.ts +262 -0
  90. package/dist/Button/Button.d.ts.map +1 -0
  91. package/dist/Button/Button.js +109 -0
  92. package/dist/Button/Button.js.map +1 -0
  93. package/dist/Button/index.cjs +11 -10
  94. package/dist/Button/index.cjs.map +1 -1
  95. package/dist/Button/index.d.cts +2 -10
  96. package/dist/Button/index.d.ts +2 -10
  97. package/dist/Button/index.js +6 -11
  98. package/dist/Button/index.js.map +1 -1
  99. package/dist/Button/subcomponents/LoadingSpinner.cjs +31 -0
  100. package/dist/Button/subcomponents/LoadingSpinner.cjs.map +1 -0
  101. package/dist/Button/subcomponents/LoadingSpinner.js +30 -0
  102. package/dist/Button/subcomponents/LoadingSpinner.js.map +1 -0
  103. package/dist/ButtonGroup/ButtonGroup.cjs +10 -0
  104. package/dist/ButtonGroup/ButtonGroup.cjs.map +1 -0
  105. package/dist/ButtonGroup/ButtonGroup.d.cts +10 -0
  106. package/dist/ButtonGroup/ButtonGroup.d.cts.map +1 -0
  107. package/dist/ButtonGroup/ButtonGroup.d.ts +10 -0
  108. package/dist/ButtonGroup/ButtonGroup.d.ts.map +1 -0
  109. package/dist/ButtonGroup/ButtonGroup.js +10 -0
  110. package/dist/ButtonGroup/ButtonGroup.js.map +1 -0
  111. package/dist/ButtonGroup/index.cjs +10 -8
  112. package/dist/ButtonGroup/index.cjs.map +1 -1
  113. package/dist/ButtonGroup/index.d.cts +2 -7
  114. package/dist/ButtonGroup/index.d.ts +2 -7
  115. package/dist/ButtonGroup/index.js +6 -9
  116. package/dist/ButtonGroup/index.js.map +1 -1
  117. package/dist/Card/Card.cjs +48 -0
  118. package/dist/Card/Card.cjs.map +1 -0
  119. package/dist/Card/Card.d.cts +74 -0
  120. package/dist/Card/Card.d.cts.map +1 -0
  121. package/dist/Card/Card.d.ts +74 -0
  122. package/dist/Card/Card.d.ts.map +1 -0
  123. package/dist/Card/Card.js +46 -0
  124. package/dist/Card/Card.js.map +1 -0
  125. package/dist/Card/index.cjs +11 -10
  126. package/dist/Card/index.cjs.map +1 -1
  127. package/dist/Card/index.d.cts +2 -10
  128. package/dist/Card/index.d.ts +2 -10
  129. package/dist/Card/index.js +6 -11
  130. package/dist/Card/index.js.map +1 -1
  131. package/dist/Drawer/Drawer.cjs +86 -0
  132. package/dist/Drawer/Drawer.cjs.map +1 -0
  133. package/dist/Drawer/Drawer.d.cts +134 -0
  134. package/dist/Drawer/Drawer.d.cts.map +1 -0
  135. package/dist/Drawer/Drawer.d.ts +134 -0
  136. package/dist/Drawer/Drawer.d.ts.map +1 -0
  137. package/dist/Drawer/Drawer.js +80 -0
  138. package/dist/Drawer/Drawer.js.map +1 -0
  139. package/dist/Drawer/index.cjs +15 -18
  140. package/dist/Drawer/index.cjs.map +1 -1
  141. package/dist/Drawer/index.d.cts +2 -12
  142. package/dist/Drawer/index.d.ts +2 -12
  143. package/dist/Drawer/index.js +6 -19
  144. package/dist/Drawer/index.js.map +1 -1
  145. package/dist/Json/Json.cjs +87 -0
  146. package/dist/Json/Json.cjs.map +1 -0
  147. package/dist/Json/Json.d.cts +32 -0
  148. package/dist/Json/Json.d.cts.map +1 -0
  149. package/dist/Json/Json.d.ts +32 -0
  150. package/dist/Json/Json.d.ts.map +1 -0
  151. package/dist/Json/Json.js +86 -0
  152. package/dist/Json/Json.js.map +1 -0
  153. package/dist/Json/index.cjs +10 -9
  154. package/dist/Json/index.cjs.map +1 -1
  155. package/dist/Json/index.d.cts +2 -8
  156. package/dist/Json/index.d.ts +2 -8
  157. package/dist/Json/index.js +6 -10
  158. package/dist/Json/index.js.map +1 -1
  159. package/dist/Json/jsonParser.cjs +21 -0
  160. package/dist/Json/jsonParser.cjs.map +1 -0
  161. package/dist/Json/jsonParser.js +21 -0
  162. package/dist/Json/jsonParser.js.map +1 -0
  163. package/dist/Json/subcomponents/CopiedRenderer.cjs +46 -0
  164. package/dist/Json/subcomponents/CopiedRenderer.cjs.map +1 -0
  165. package/dist/Json/subcomponents/CopiedRenderer.js +45 -0
  166. package/dist/Json/subcomponents/CopiedRenderer.js.map +1 -0
  167. package/dist/Json/subcomponents/ErrorRenderer.cjs +53 -0
  168. package/dist/Json/subcomponents/ErrorRenderer.cjs.map +1 -0
  169. package/dist/Json/subcomponents/ErrorRenderer.js +52 -0
  170. package/dist/Json/subcomponents/ErrorRenderer.js.map +1 -0
  171. package/dist/Json/subcomponents/NullRenderer.cjs +23 -0
  172. package/dist/Json/subcomponents/NullRenderer.cjs.map +1 -0
  173. package/dist/Json/subcomponents/NullRenderer.js +22 -0
  174. package/dist/Json/subcomponents/NullRenderer.js.map +1 -0
  175. package/dist/Json/theme.cjs +4 -0
  176. package/dist/{index.css → Json/theme.css} +5 -7
  177. package/dist/Label/Label.cjs +84 -0
  178. package/dist/Label/Label.cjs.map +1 -0
  179. package/dist/Label/Label.d.cts +225 -0
  180. package/dist/Label/Label.d.cts.map +1 -0
  181. package/dist/Label/Label.d.ts +225 -0
  182. package/dist/Label/Label.d.ts.map +1 -0
  183. package/dist/Label/Label.js +82 -0
  184. package/dist/Label/Label.js.map +1 -0
  185. package/dist/Label/index.cjs +11 -10
  186. package/dist/Label/index.cjs.map +1 -1
  187. package/dist/Label/index.d.cts +2 -11
  188. package/dist/Label/index.d.ts +2 -11
  189. package/dist/Label/index.js +6 -11
  190. package/dist/Label/index.js.map +1 -1
  191. package/dist/Menu/Menu.cjs +87 -0
  192. package/dist/Menu/Menu.cjs.map +1 -0
  193. package/dist/Menu/Menu.d.cts +110 -0
  194. package/dist/Menu/Menu.d.cts.map +1 -0
  195. package/dist/Menu/Menu.d.ts +110 -0
  196. package/dist/Menu/Menu.d.ts.map +1 -0
  197. package/dist/Menu/Menu.js +86 -0
  198. package/dist/Menu/Menu.js.map +1 -0
  199. package/dist/Menu/VerticalDotsIcon.cjs +23 -0
  200. package/dist/Menu/VerticalDotsIcon.cjs.map +1 -0
  201. package/dist/Menu/VerticalDotsIcon.js +22 -0
  202. package/dist/Menu/VerticalDotsIcon.js.map +1 -0
  203. package/dist/Menu/index.cjs +10 -8
  204. package/dist/Menu/index.cjs.map +1 -1
  205. package/dist/Menu/index.d.cts +2 -13
  206. package/dist/Menu/index.d.ts +2 -13
  207. package/dist/Menu/index.js +6 -9
  208. package/dist/Menu/index.js.map +1 -1
  209. package/dist/Modal/Modal.cjs +57 -0
  210. package/dist/Modal/Modal.cjs.map +1 -0
  211. package/dist/Modal/Modal.d.cts +126 -0
  212. package/dist/Modal/Modal.d.cts.map +1 -0
  213. package/dist/Modal/Modal.d.ts +126 -0
  214. package/dist/Modal/Modal.d.ts.map +1 -0
  215. package/dist/Modal/Modal.js +55 -0
  216. package/dist/Modal/Modal.js.map +1 -0
  217. package/dist/Modal/index.cjs +11 -10
  218. package/dist/Modal/index.cjs.map +1 -1
  219. package/dist/Modal/index.d.cts +2 -11
  220. package/dist/Modal/index.d.ts +2 -11
  221. package/dist/Modal/index.js +6 -11
  222. package/dist/Modal/index.js.map +1 -1
  223. package/dist/Popover/Popover.cjs +72 -0
  224. package/dist/Popover/Popover.cjs.map +1 -0
  225. package/dist/Popover/Popover.d.cts +124 -0
  226. package/dist/Popover/Popover.d.cts.map +1 -0
  227. package/dist/Popover/Popover.d.ts +124 -0
  228. package/dist/Popover/Popover.d.ts.map +1 -0
  229. package/dist/Popover/Popover.js +71 -0
  230. package/dist/Popover/Popover.js.map +1 -0
  231. package/dist/Popover/index.cjs +10 -9
  232. package/dist/Popover/index.cjs.map +1 -1
  233. package/dist/Popover/index.d.cts +2 -13
  234. package/dist/Popover/index.d.ts +2 -13
  235. package/dist/Popover/index.js +6 -10
  236. package/dist/Popover/index.js.map +1 -1
  237. package/dist/Progress/Progress.cjs +57 -0
  238. package/dist/Progress/Progress.cjs.map +1 -0
  239. package/dist/Progress/Progress.d.cts +146 -0
  240. package/dist/Progress/Progress.d.cts.map +1 -0
  241. package/dist/Progress/Progress.d.ts +146 -0
  242. package/dist/Progress/Progress.d.ts.map +1 -0
  243. package/dist/Progress/Progress.js +55 -0
  244. package/dist/Progress/Progress.js.map +1 -0
  245. package/dist/Progress/index.cjs +11 -11
  246. package/dist/Progress/index.cjs.map +1 -1
  247. package/dist/Progress/index.d.cts +2 -10
  248. package/dist/Progress/index.d.ts +2 -10
  249. package/dist/Progress/index.js +6 -12
  250. package/dist/Progress/index.js.map +1 -1
  251. package/dist/ProgressCircular/ProgressCircular.cjs +102 -0
  252. package/dist/ProgressCircular/ProgressCircular.cjs.map +1 -0
  253. package/dist/ProgressCircular/ProgressCircular.d.cts +239 -0
  254. package/dist/ProgressCircular/ProgressCircular.d.cts.map +1 -0
  255. package/dist/ProgressCircular/ProgressCircular.d.ts +239 -0
  256. package/dist/ProgressCircular/ProgressCircular.d.ts.map +1 -0
  257. package/dist/ProgressCircular/ProgressCircular.js +100 -0
  258. package/dist/ProgressCircular/ProgressCircular.js.map +1 -0
  259. package/dist/ProgressCircular/index.cjs +11 -11
  260. package/dist/ProgressCircular/index.cjs.map +1 -1
  261. package/dist/ProgressCircular/index.d.cts +2 -10
  262. package/dist/ProgressCircular/index.d.ts +2 -10
  263. package/dist/ProgressCircular/index.js +6 -12
  264. package/dist/ProgressCircular/index.js.map +1 -1
  265. package/dist/ScrollShadow/ScrollShadow.cjs +22 -0
  266. package/dist/ScrollShadow/ScrollShadow.cjs.map +1 -0
  267. package/dist/ScrollShadow/ScrollShadow.d.cts +31 -0
  268. package/dist/ScrollShadow/ScrollShadow.d.cts.map +1 -0
  269. package/dist/ScrollShadow/ScrollShadow.d.ts +31 -0
  270. package/dist/ScrollShadow/ScrollShadow.d.ts.map +1 -0
  271. package/dist/ScrollShadow/ScrollShadow.js +21 -0
  272. package/dist/ScrollShadow/ScrollShadow.js.map +1 -0
  273. package/dist/ScrollShadow/index.cjs +10 -10
  274. package/dist/ScrollShadow/index.cjs.map +1 -1
  275. package/dist/ScrollShadow/index.d.cts +2 -23
  276. package/dist/ScrollShadow/index.d.ts +2 -23
  277. package/dist/ScrollShadow/index.js +5 -10
  278. package/dist/ScrollShadow/index.js.map +1 -1
  279. package/dist/SearchInput/SearchInput.cjs +53 -0
  280. package/dist/SearchInput/SearchInput.cjs.map +1 -0
  281. package/dist/SearchInput/SearchInput.d.cts +86 -0
  282. package/dist/SearchInput/SearchInput.d.cts.map +1 -0
  283. package/dist/SearchInput/SearchInput.d.ts +86 -0
  284. package/dist/SearchInput/SearchInput.d.ts.map +1 -0
  285. package/dist/SearchInput/SearchInput.js +52 -0
  286. package/dist/SearchInput/SearchInput.js.map +1 -0
  287. package/dist/SearchInput/index.cjs +9 -70
  288. package/dist/SearchInput/index.cjs.map +1 -1
  289. package/dist/SearchInput/index.d.cts +2 -89
  290. package/dist/SearchInput/index.d.ts +2 -89
  291. package/dist/SearchInput/index.js +4 -70
  292. package/dist/SearchInput/index.js.map +1 -1
  293. package/dist/Table/Table.cjs +75 -0
  294. package/dist/{chunk-YUR6N2RB.cjs.map → Table/Table.cjs.map} +1 -1
  295. package/dist/Table/Table.d.cts +178 -0
  296. package/dist/Table/Table.d.cts.map +1 -0
  297. package/dist/Table/Table.d.ts +178 -0
  298. package/dist/Table/Table.d.ts.map +1 -0
  299. package/dist/Table/Table.js +73 -0
  300. package/dist/Table/Table.js.map +1 -0
  301. package/dist/Table/index.cjs +11 -10
  302. package/dist/Table/index.cjs.map +1 -1
  303. package/dist/Table/index.d.cts +2 -10
  304. package/dist/Table/index.d.ts +2 -10
  305. package/dist/Table/index.js +6 -11
  306. package/dist/Table/index.js.map +1 -1
  307. package/dist/Tabs/Tabs.cjs +49 -0
  308. package/dist/Tabs/Tabs.cjs.map +1 -0
  309. package/dist/Tabs/Tabs.d.cts +138 -0
  310. package/dist/Tabs/Tabs.d.cts.map +1 -0
  311. package/dist/Tabs/Tabs.d.ts +138 -0
  312. package/dist/Tabs/Tabs.d.ts.map +1 -0
  313. package/dist/Tabs/Tabs.js +47 -0
  314. package/dist/Tabs/Tabs.js.map +1 -0
  315. package/dist/Tabs/index.cjs +11 -10
  316. package/dist/Tabs/index.cjs.map +1 -1
  317. package/dist/Tabs/index.d.cts +2 -11
  318. package/dist/Tabs/index.d.ts +2 -11
  319. package/dist/Tabs/index.js +6 -11
  320. package/dist/Tabs/index.js.map +1 -1
  321. package/dist/Toast/Toast.cjs +90 -0
  322. package/dist/Toast/Toast.cjs.map +1 -0
  323. package/dist/Toast/Toast.d.cts +76 -0
  324. package/dist/Toast/Toast.d.cts.map +1 -0
  325. package/dist/Toast/Toast.d.ts +76 -0
  326. package/dist/Toast/Toast.d.ts.map +1 -0
  327. package/dist/Toast/Toast.js +89 -0
  328. package/dist/Toast/Toast.js.map +1 -0
  329. package/dist/Toast/Toaster.cjs +11 -0
  330. package/dist/Toast/Toaster.cjs.map +1 -0
  331. package/dist/Toast/Toaster.d.cts +9 -0
  332. package/dist/Toast/Toaster.d.cts.map +1 -0
  333. package/dist/Toast/Toaster.d.ts +9 -0
  334. package/dist/Toast/Toaster.d.ts.map +1 -0
  335. package/dist/Toast/Toaster.js +10 -0
  336. package/dist/Toast/Toaster.js.map +1 -0
  337. package/dist/Toast/index.cjs +12 -11
  338. package/dist/Toast/index.cjs.map +1 -1
  339. package/dist/Toast/index.d.cts +3 -12
  340. package/dist/Toast/index.d.ts +3 -12
  341. package/dist/Toast/index.js +7 -12
  342. package/dist/Toast/index.js.map +1 -1
  343. package/dist/Tooltip/Tooltip.cjs +105 -0
  344. package/dist/Tooltip/Tooltip.cjs.map +1 -0
  345. package/dist/Tooltip/Tooltip.d.cts +208 -0
  346. package/dist/Tooltip/Tooltip.d.cts.map +1 -0
  347. package/dist/Tooltip/Tooltip.d.ts +208 -0
  348. package/dist/Tooltip/Tooltip.d.ts.map +1 -0
  349. package/dist/Tooltip/Tooltip.js +104 -0
  350. package/dist/Tooltip/Tooltip.js.map +1 -0
  351. package/dist/Tooltip/index.cjs +10 -9
  352. package/dist/Tooltip/index.cjs.map +1 -1
  353. package/dist/Tooltip/index.d.cts +2 -11
  354. package/dist/Tooltip/index.d.ts +2 -11
  355. package/dist/Tooltip/index.js +6 -10
  356. package/dist/Tooltip/index.js.map +1 -1
  357. package/dist/_virtual/_rolldown/runtime.cjs +25 -0
  358. package/dist/_virtual/_rolldown/runtime.js +24 -0
  359. package/dist/hooks/useDebounce/index.cjs +3 -8
  360. package/dist/hooks/useDebounce/index.d.cts +2 -9
  361. package/dist/hooks/useDebounce/index.d.ts +2 -9
  362. package/dist/hooks/useDebounce/index.js +2 -8
  363. package/dist/hooks/useDebounce/useDebounce.cjs +37 -0
  364. package/dist/hooks/useDebounce/useDebounce.cjs.map +1 -0
  365. package/dist/hooks/useDebounce/useDebounce.d.cts +11 -0
  366. package/dist/hooks/useDebounce/useDebounce.d.cts.map +1 -0
  367. package/dist/hooks/useDebounce/useDebounce.d.ts +11 -0
  368. package/dist/hooks/useDebounce/useDebounce.d.ts.map +1 -0
  369. package/dist/hooks/useDebounce/useDebounce.js +36 -0
  370. package/dist/hooks/useDebounce/useDebounce.js.map +1 -0
  371. package/dist/hooks/useIsInitialRenderCycle/index.cjs +3 -8
  372. package/dist/hooks/useIsInitialRenderCycle/index.d.cts +2 -8
  373. package/dist/hooks/useIsInitialRenderCycle/index.d.ts +2 -8
  374. package/dist/hooks/useIsInitialRenderCycle/index.js +2 -8
  375. package/dist/hooks/useIsInitialRenderCycle/useIsInitialRenderCycle.cjs +19 -0
  376. package/dist/hooks/useIsInitialRenderCycle/useIsInitialRenderCycle.cjs.map +1 -0
  377. package/dist/hooks/useIsInitialRenderCycle/useIsInitialRenderCycle.d.cts +10 -0
  378. package/dist/hooks/useIsInitialRenderCycle/useIsInitialRenderCycle.d.cts.map +1 -0
  379. package/dist/hooks/useIsInitialRenderCycle/useIsInitialRenderCycle.d.ts +10 -0
  380. package/dist/hooks/useIsInitialRenderCycle/useIsInitialRenderCycle.d.ts.map +1 -0
  381. package/dist/hooks/useIsInitialRenderCycle/useIsInitialRenderCycle.js +18 -0
  382. package/dist/hooks/useIsInitialRenderCycle/useIsInitialRenderCycle.js.map +1 -0
  383. package/dist/hooks/useLocalStorage/index.cjs +3 -8
  384. package/dist/hooks/useLocalStorage/index.d.cts +2 -5
  385. package/dist/hooks/useLocalStorage/index.d.ts +2 -5
  386. package/dist/hooks/useLocalStorage/index.js +2 -8
  387. package/dist/hooks/useLocalStorage/useLocalStorage.cjs +54 -0
  388. package/dist/hooks/useLocalStorage/useLocalStorage.cjs.map +1 -0
  389. package/dist/hooks/useLocalStorage/useLocalStorage.d.cts +7 -0
  390. package/dist/hooks/useLocalStorage/useLocalStorage.d.cts.map +1 -0
  391. package/dist/hooks/useLocalStorage/useLocalStorage.d.ts +7 -0
  392. package/dist/hooks/useLocalStorage/useLocalStorage.d.ts.map +1 -0
  393. package/dist/hooks/useLocalStorage/useLocalStorage.js +53 -0
  394. package/dist/hooks/useLocalStorage/useLocalStorage.js.map +1 -0
  395. package/dist/index.cjs +72 -137
  396. package/dist/index.cjs.map +1 -1
  397. package/dist/index.d.cts +27 -41
  398. package/dist/index.d.ts +27 -41
  399. package/dist/index.js +31 -138
  400. package/dist/index.js.map +1 -1
  401. package/dist/node_modules/.pnpm/@babel_runtime@7.29.2/node_modules/@babel/runtime/helpers/extends.cjs +22 -0
  402. package/dist/node_modules/.pnpm/@babel_runtime@7.29.2/node_modules/@babel/runtime/helpers/extends.cjs.map +1 -0
  403. package/dist/node_modules/.pnpm/@babel_runtime@7.29.2/node_modules/@babel/runtime/helpers/extends.js +19 -0
  404. package/dist/node_modules/.pnpm/@babel_runtime@7.29.2/node_modules/@babel/runtime/helpers/extends.js.map +1 -0
  405. package/dist/node_modules/.pnpm/@babel_runtime@7.29.2/node_modules/@babel/runtime/helpers/objectDestructuringEmpty.cjs +16 -0
  406. package/dist/node_modules/.pnpm/@babel_runtime@7.29.2/node_modules/@babel/runtime/helpers/objectDestructuringEmpty.cjs.map +1 -0
  407. package/dist/node_modules/.pnpm/@babel_runtime@7.29.2/node_modules/@babel/runtime/helpers/objectDestructuringEmpty.js +13 -0
  408. package/dist/node_modules/.pnpm/@babel_runtime@7.29.2/node_modules/@babel/runtime/helpers/objectDestructuringEmpty.js.map +1 -0
  409. package/dist/node_modules/.pnpm/@babel_runtime@7.29.2/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.cjs +22 -0
  410. package/dist/node_modules/.pnpm/@babel_runtime@7.29.2/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.cjs.map +1 -0
  411. package/dist/node_modules/.pnpm/@babel_runtime@7.29.2/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js +19 -0
  412. package/dist/node_modules/.pnpm/@babel_runtime@7.29.2/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js.map +1 -0
  413. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/Container.cjs +68 -0
  414. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/Container.cjs.map +1 -0
  415. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/Container.js +67 -0
  416. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/Container.js.map +1 -0
  417. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/arrow/TriangleArrow.cjs +29 -0
  418. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/arrow/TriangleArrow.cjs.map +1 -0
  419. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/arrow/TriangleArrow.js +28 -0
  420. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/arrow/TriangleArrow.js.map +1 -0
  421. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/comps/Copied.cjs +82 -0
  422. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/comps/Copied.cjs.map +1 -0
  423. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/comps/Copied.js +82 -0
  424. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/comps/Copied.js.map +1 -0
  425. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/comps/KeyValues.cjs +150 -0
  426. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/comps/KeyValues.cjs.map +1 -0
  427. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/comps/KeyValues.js +149 -0
  428. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/comps/KeyValues.js.map +1 -0
  429. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/comps/NestedClose.cjs +46 -0
  430. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/comps/NestedClose.cjs.map +1 -0
  431. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/comps/NestedClose.js +46 -0
  432. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/comps/NestedClose.js.map +1 -0
  433. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/comps/NestedOpen.cjs +107 -0
  434. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/comps/NestedOpen.cjs.map +1 -0
  435. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/comps/NestedOpen.js +107 -0
  436. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/comps/NestedOpen.js.map +1 -0
  437. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/comps/Value.cjs +31 -0
  438. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/comps/Value.cjs.map +1 -0
  439. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/comps/Value.js +31 -0
  440. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/comps/Value.js.map +1 -0
  441. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/comps/useIdCompat.cjs +12 -0
  442. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/comps/useIdCompat.cjs.map +1 -0
  443. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/comps/useIdCompat.js +11 -0
  444. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/comps/useIdCompat.js.map +1 -0
  445. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/index.cjs +131 -0
  446. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/index.cjs.map +1 -0
  447. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/index.js +131 -0
  448. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/index.js.map +1 -0
  449. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/section/Copied.cjs +13 -0
  450. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/section/Copied.cjs.map +1 -0
  451. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/section/Copied.js +13 -0
  452. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/section/Copied.js.map +1 -0
  453. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/section/CountInfo.cjs +41 -0
  454. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/section/CountInfo.cjs.map +1 -0
  455. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/section/CountInfo.js +40 -0
  456. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/section/CountInfo.js.map +1 -0
  457. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/section/CountInfoExtra.cjs +37 -0
  458. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/section/CountInfoExtra.cjs.map +1 -0
  459. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/section/CountInfoExtra.js +36 -0
  460. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/section/CountInfoExtra.js.map +1 -0
  461. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/section/Ellipsis.cjs +35 -0
  462. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/section/Ellipsis.cjs.map +1 -0
  463. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/section/Ellipsis.js +34 -0
  464. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/section/Ellipsis.js.map +1 -0
  465. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/section/KeyName.cjs +38 -0
  466. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/section/KeyName.cjs.map +1 -0
  467. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/section/KeyName.js +37 -0
  468. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/section/KeyName.js.map +1 -0
  469. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/section/Row.cjs +46 -0
  470. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/section/Row.cjs.map +1 -0
  471. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/section/Row.js +45 -0
  472. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/section/Row.js.map +1 -0
  473. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/store/Expands.cjs +38 -0
  474. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/store/Expands.cjs.map +1 -0
  475. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/store/Expands.js +35 -0
  476. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/store/Expands.js.map +1 -0
  477. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/store/Section.cjs +82 -0
  478. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/store/Section.cjs.map +1 -0
  479. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/store/Section.js +78 -0
  480. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/store/Section.js.map +1 -0
  481. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/store/ShowTools.cjs +38 -0
  482. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/store/ShowTools.cjs.map +1 -0
  483. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/store/ShowTools.js +35 -0
  484. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/store/ShowTools.js.map +1 -0
  485. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/store/Symbols.cjs +95 -0
  486. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/store/Symbols.cjs.map +1 -0
  487. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/store/Symbols.js +92 -0
  488. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/store/Symbols.js.map +1 -0
  489. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/store/Types.cjs +136 -0
  490. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/store/Types.cjs.map +1 -0
  491. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/store/Types.js +133 -0
  492. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/store/Types.js.map +1 -0
  493. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/store.cjs +72 -0
  494. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/store.cjs.map +1 -0
  495. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/store.js +67 -0
  496. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/store.js.map +1 -0
  497. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/symbol/Arrow.cjs +13 -0
  498. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/symbol/Arrow.cjs.map +1 -0
  499. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/symbol/Arrow.js +13 -0
  500. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/symbol/Arrow.js.map +1 -0
  501. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/symbol/BraceLeft.cjs +13 -0
  502. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/symbol/BraceLeft.cjs.map +1 -0
  503. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/symbol/BraceLeft.js +13 -0
  504. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/symbol/BraceLeft.js.map +1 -0
  505. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/symbol/BraceRight.cjs +13 -0
  506. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/symbol/BraceRight.cjs.map +1 -0
  507. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/symbol/BraceRight.js +13 -0
  508. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/symbol/BraceRight.js.map +1 -0
  509. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/symbol/BracketsLeft.cjs +13 -0
  510. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/symbol/BracketsLeft.cjs.map +1 -0
  511. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/symbol/BracketsLeft.js +13 -0
  512. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/symbol/BracketsLeft.js.map +1 -0
  513. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/symbol/BracketsRight.cjs +13 -0
  514. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/symbol/BracketsRight.cjs.map +1 -0
  515. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/symbol/BracketsRight.js +13 -0
  516. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/symbol/BracketsRight.js.map +1 -0
  517. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/symbol/Colon.cjs +13 -0
  518. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/symbol/Colon.cjs.map +1 -0
  519. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/symbol/Colon.js +13 -0
  520. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/symbol/Colon.js.map +1 -0
  521. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/symbol/Quote.cjs +13 -0
  522. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/symbol/Quote.cjs.map +1 -0
  523. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/symbol/Quote.js +13 -0
  524. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/symbol/Quote.js.map +1 -0
  525. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/symbol/ValueQuote.cjs +13 -0
  526. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/symbol/ValueQuote.cjs.map +1 -0
  527. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/symbol/ValueQuote.js +13 -0
  528. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/symbol/ValueQuote.js.map +1 -0
  529. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/symbol/index.cjs +144 -0
  530. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/symbol/index.cjs.map +1 -0
  531. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/symbol/index.js +139 -0
  532. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/symbol/index.js.map +1 -0
  533. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/Bigint.cjs +13 -0
  534. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/Bigint.cjs.map +1 -0
  535. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/Bigint.js +13 -0
  536. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/Bigint.js.map +1 -0
  537. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/Date.cjs +13 -0
  538. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/Date.cjs.map +1 -0
  539. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/Date.js +13 -0
  540. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/Date.js.map +1 -0
  541. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/False.cjs +13 -0
  542. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/False.cjs.map +1 -0
  543. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/False.js +13 -0
  544. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/False.js.map +1 -0
  545. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/Float.cjs +13 -0
  546. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/Float.cjs.map +1 -0
  547. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/Float.js +13 -0
  548. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/Float.js.map +1 -0
  549. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/Int.cjs +13 -0
  550. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/Int.cjs.map +1 -0
  551. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/Int.js +13 -0
  552. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/Int.js.map +1 -0
  553. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/Map.cjs +13 -0
  554. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/Map.cjs.map +1 -0
  555. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/Map.js +13 -0
  556. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/Map.js.map +1 -0
  557. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/Nan.cjs +13 -0
  558. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/Nan.cjs.map +1 -0
  559. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/Nan.js +13 -0
  560. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/Nan.js.map +1 -0
  561. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/Null.cjs +13 -0
  562. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/Null.cjs.map +1 -0
  563. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/Null.js +13 -0
  564. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/Null.js.map +1 -0
  565. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/Set.cjs +13 -0
  566. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/Set.cjs.map +1 -0
  567. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/Set.js +13 -0
  568. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/Set.js.map +1 -0
  569. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/String.cjs +13 -0
  570. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/String.cjs.map +1 -0
  571. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/String.js +13 -0
  572. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/String.js.map +1 -0
  573. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/True.cjs +13 -0
  574. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/True.cjs.map +1 -0
  575. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/True.js +13 -0
  576. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/True.js.map +1 -0
  577. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/Undefined.cjs +13 -0
  578. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/Undefined.cjs.map +1 -0
  579. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/Undefined.js +13 -0
  580. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/Undefined.js.map +1 -0
  581. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/Url.cjs +13 -0
  582. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/Url.cjs.map +1 -0
  583. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/Url.js +13 -0
  584. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/Url.js.map +1 -0
  585. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/index.cjs +402 -0
  586. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/index.cjs.map +1 -0
  587. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/index.js +389 -0
  588. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/types/index.js.map +1 -0
  589. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/utils/useHighlight.cjs +39 -0
  590. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/utils/useHighlight.cjs.map +1 -0
  591. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/utils/useHighlight.js +38 -0
  592. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/utils/useHighlight.js.map +1 -0
  593. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/utils/useRender.cjs +41 -0
  594. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/utils/useRender.cjs.map +1 -0
  595. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/utils/useRender.js +39 -0
  596. package/dist/node_modules/.pnpm/@uiw_react-json-view@2.0.0-alpha.42_@babel_runtime@7.29.2_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@uiw/react-json-view/esm/utils/useRender.js.map +1 -0
  597. package/dist/utils/createWithSuspense/createWithSuspense.cjs +153 -0
  598. package/dist/utils/createWithSuspense/createWithSuspense.cjs.map +1 -0
  599. package/dist/utils/createWithSuspense/createWithSuspense.d.cts +73 -0
  600. package/dist/utils/createWithSuspense/createWithSuspense.d.cts.map +1 -0
  601. package/dist/utils/createWithSuspense/createWithSuspense.d.ts +73 -0
  602. package/dist/utils/createWithSuspense/createWithSuspense.d.ts.map +1 -0
  603. package/dist/utils/createWithSuspense/createWithSuspense.js +151 -0
  604. package/dist/utils/createWithSuspense/createWithSuspense.js.map +1 -0
  605. package/dist/utils/createWithSuspense/index.cjs +3 -8
  606. package/dist/utils/createWithSuspense/index.d.cts +2 -72
  607. package/dist/utils/createWithSuspense/index.d.ts +2 -72
  608. package/dist/utils/createWithSuspense/index.js +2 -8
  609. package/package.json +34 -33
  610. package/dist/Accordion-BX1Npq3Q.d.cts +0 -140
  611. package/dist/Accordion-BX1Npq3Q.d.ts +0 -140
  612. package/dist/Alert-CWjAMyih.d.cts +0 -145
  613. package/dist/Alert-CWjAMyih.d.ts +0 -145
  614. package/dist/Avatar-DTg6mH8E.d.cts +0 -73
  615. package/dist/Avatar-DTg6mH8E.d.ts +0 -73
  616. package/dist/AvatarGroup-9wz1iZH4.d.ts +0 -23
  617. package/dist/AvatarGroup-BYAaERBV.d.cts +0 -23
  618. package/dist/Badge-DkO-EJif.d.cts +0 -63
  619. package/dist/Badge-DkO-EJif.d.ts +0 -63
  620. package/dist/Breadcrumb-CW1qsIoL.d.cts +0 -123
  621. package/dist/Breadcrumb-CW1qsIoL.d.ts +0 -123
  622. package/dist/Button-nJ22qVMK.d.cts +0 -262
  623. package/dist/Button-nJ22qVMK.d.ts +0 -262
  624. package/dist/ButtonGroup-CUxpALRo.d.cts +0 -9
  625. package/dist/ButtonGroup-CUxpALRo.d.ts +0 -9
  626. package/dist/Card-2AwIQqnR.d.cts +0 -75
  627. package/dist/Card-2AwIQqnR.d.ts +0 -75
  628. package/dist/Drawer-Bd7lsUl9.d.cts +0 -118
  629. package/dist/Drawer-Bd7lsUl9.d.ts +0 -118
  630. package/dist/Json/index.css +0 -59
  631. package/dist/Json/index.css.map +0 -1
  632. package/dist/Json-Dny90Wml.d.cts +0 -24
  633. package/dist/Json-Dny90Wml.d.ts +0 -24
  634. package/dist/Label-B5fd7vp_.d.cts +0 -215
  635. package/dist/Label-B5fd7vp_.d.ts +0 -215
  636. package/dist/Menu-C9M_q1Z6.d.cts +0 -101
  637. package/dist/Menu-C9M_q1Z6.d.ts +0 -101
  638. package/dist/Modal-BwFQz60I.d.cts +0 -115
  639. package/dist/Modal-BwFQz60I.d.ts +0 -115
  640. package/dist/Popover-DKzS6RUP.d.cts +0 -112
  641. package/dist/Popover-DKzS6RUP.d.ts +0 -112
  642. package/dist/Progress-Deph-HCf.d.cts +0 -133
  643. package/dist/Progress-Deph-HCf.d.ts +0 -133
  644. package/dist/ProgressCircular-CkZsOW4R.d.cts +0 -228
  645. package/dist/ProgressCircular-CkZsOW4R.d.ts +0 -228
  646. package/dist/Table-LKaPSY4D.d.cts +0 -161
  647. package/dist/Table-LKaPSY4D.d.ts +0 -161
  648. package/dist/Tabs-BM4tl_1j.d.cts +0 -122
  649. package/dist/Tabs-BM4tl_1j.d.ts +0 -122
  650. package/dist/Toaster-BtcILj3f.d.ts +0 -79
  651. package/dist/Toaster-D28PKRWz.d.cts +0 -79
  652. package/dist/Tooltip-DoIaNgTC.d.cts +0 -195
  653. package/dist/Tooltip-DoIaNgTC.d.ts +0 -195
  654. package/dist/chunk-2NMIKTA5.js +0 -184
  655. package/dist/chunk-2NMIKTA5.js.map +0 -1
  656. package/dist/chunk-3SXXVV5T.js +0 -124
  657. package/dist/chunk-3SXXVV5T.js.map +0 -1
  658. package/dist/chunk-3WD7CGWD.cjs +0 -37
  659. package/dist/chunk-3WD7CGWD.cjs.map +0 -1
  660. package/dist/chunk-4AXE6KZW.js +0 -127
  661. package/dist/chunk-4AXE6KZW.js.map +0 -1
  662. package/dist/chunk-4SBEERL5.js +0 -145
  663. package/dist/chunk-4SBEERL5.js.map +0 -1
  664. package/dist/chunk-4Y4W74D7.js +0 -48
  665. package/dist/chunk-4Y4W74D7.js.map +0 -1
  666. package/dist/chunk-5ZT7C5IP.cjs +0 -169
  667. package/dist/chunk-5ZT7C5IP.cjs.map +0 -1
  668. package/dist/chunk-6PCFYEJH.cjs +0 -86
  669. package/dist/chunk-6PCFYEJH.cjs.map +0 -1
  670. package/dist/chunk-73HT7W6F.js +0 -104
  671. package/dist/chunk-73HT7W6F.js.map +0 -1
  672. package/dist/chunk-77J7NZYB.cjs +0 -48
  673. package/dist/chunk-77J7NZYB.cjs.map +0 -1
  674. package/dist/chunk-AHEA4IJV.cjs +0 -84
  675. package/dist/chunk-AHEA4IJV.cjs.map +0 -1
  676. package/dist/chunk-B2PDISUU.cjs +0 -77
  677. package/dist/chunk-B2PDISUU.cjs.map +0 -1
  678. package/dist/chunk-BPBEZCSP.cjs +0 -127
  679. package/dist/chunk-BPBEZCSP.cjs.map +0 -1
  680. package/dist/chunk-CUNIBDOS.js +0 -89
  681. package/dist/chunk-CUNIBDOS.js.map +0 -1
  682. package/dist/chunk-D6Z3F5C2.js +0 -86
  683. package/dist/chunk-D6Z3F5C2.js.map +0 -1
  684. package/dist/chunk-FLDEDIE2.js +0 -37
  685. package/dist/chunk-FLDEDIE2.js.map +0 -1
  686. package/dist/chunk-FNQ7VO32.js +0 -13
  687. package/dist/chunk-FNQ7VO32.js.map +0 -1
  688. package/dist/chunk-FQJ32476.cjs +0 -145
  689. package/dist/chunk-FQJ32476.cjs.map +0 -1
  690. package/dist/chunk-FVQDVD3E.cjs +0 -184
  691. package/dist/chunk-FVQDVD3E.cjs.map +0 -1
  692. package/dist/chunk-G3YTOGEG.cjs +0 -80
  693. package/dist/chunk-G3YTOGEG.cjs.map +0 -1
  694. package/dist/chunk-GKYJUGD4.js +0 -14
  695. package/dist/chunk-GKYJUGD4.js.map +0 -1
  696. package/dist/chunk-HG7AE6Q2.cjs +0 -49
  697. package/dist/chunk-HG7AE6Q2.cjs.map +0 -1
  698. package/dist/chunk-HMYQTHGT.js +0 -80
  699. package/dist/chunk-HMYQTHGT.js.map +0 -1
  700. package/dist/chunk-HSREBNZV.js +0 -66
  701. package/dist/chunk-HSREBNZV.js.map +0 -1
  702. package/dist/chunk-I5QMH3J5.cjs +0 -96
  703. package/dist/chunk-I5QMH3J5.cjs.map +0 -1
  704. package/dist/chunk-IBX6A72P.cjs +0 -90
  705. package/dist/chunk-IBX6A72P.cjs.map +0 -1
  706. package/dist/chunk-IGRNC5NX.js +0 -98
  707. package/dist/chunk-IGRNC5NX.js.map +0 -1
  708. package/dist/chunk-ITHJ52SN.cjs +0 -29
  709. package/dist/chunk-ITHJ52SN.cjs.map +0 -1
  710. package/dist/chunk-IXBNFKOS.cjs +0 -62
  711. package/dist/chunk-IXBNFKOS.cjs.map +0 -1
  712. package/dist/chunk-K5VPNWIJ.cjs +0 -103
  713. package/dist/chunk-K5VPNWIJ.cjs.map +0 -1
  714. package/dist/chunk-KGNCVUGN.js +0 -77
  715. package/dist/chunk-KGNCVUGN.js.map +0 -1
  716. package/dist/chunk-M3Y2DZZE.js +0 -62
  717. package/dist/chunk-M3Y2DZZE.js.map +0 -1
  718. package/dist/chunk-MF5KUM5I.js +0 -124
  719. package/dist/chunk-MF5KUM5I.js.map +0 -1
  720. package/dist/chunk-NSYHAJM2.cjs +0 -104
  721. package/dist/chunk-NZ5FWOC6.js +0 -2812
  722. package/dist/chunk-NZ5FWOC6.js.map +0 -1
  723. package/dist/chunk-OAIRL2FN.js +0 -84
  724. package/dist/chunk-OAIRL2FN.js.map +0 -1
  725. package/dist/chunk-OFZQFYUT.js +0 -103
  726. package/dist/chunk-OFZQFYUT.js.map +0 -1
  727. package/dist/chunk-OLU26V56.cjs +0 -98
  728. package/dist/chunk-OLU26V56.cjs.map +0 -1
  729. package/dist/chunk-ON3PVFZY.cjs +0 -14
  730. package/dist/chunk-ON3PVFZY.cjs.map +0 -1
  731. package/dist/chunk-P7QMPWKS.cjs +0 -2812
  732. package/dist/chunk-P7QMPWKS.cjs.map +0 -1
  733. package/dist/chunk-RPULU7LC.cjs +0 -89
  734. package/dist/chunk-RPULU7LC.cjs.map +0 -1
  735. package/dist/chunk-SDZX5VJZ.js +0 -96
  736. package/dist/chunk-SDZX5VJZ.js.map +0 -1
  737. package/dist/chunk-SRDRLHAA.js +0 -169
  738. package/dist/chunk-SRDRLHAA.js.map +0 -1
  739. package/dist/chunk-TJTBJ2NT.js +0 -90
  740. package/dist/chunk-TJTBJ2NT.js.map +0 -1
  741. package/dist/chunk-U5J6GTQE.js +0 -123
  742. package/dist/chunk-U5J6GTQE.js.map +0 -1
  743. package/dist/chunk-UEQG424R.js +0 -49
  744. package/dist/chunk-UEQG424R.js.map +0 -1
  745. package/dist/chunk-VD7VRLYO.js +0 -112
  746. package/dist/chunk-VD7VRLYO.js.map +0 -1
  747. package/dist/chunk-VHESFBAQ.cjs +0 -66
  748. package/dist/chunk-VHESFBAQ.cjs.map +0 -1
  749. package/dist/chunk-WCE3O6UA.cjs +0 -123
  750. package/dist/chunk-WCE3O6UA.cjs.map +0 -1
  751. package/dist/chunk-Y3RSI2KV.cjs +0 -13
  752. package/dist/chunk-Y3RSI2KV.cjs.map +0 -1
  753. package/dist/chunk-YUR6N2RB.cjs +0 -124
  754. package/dist/chunk-YWEUUA52.cjs +0 -112
  755. package/dist/chunk-YWEUUA52.cjs.map +0 -1
  756. package/dist/chunk-ZIAB3EXU.cjs +0 -124
  757. package/dist/chunk-ZIAB3EXU.cjs.map +0 -1
  758. package/dist/chunk-ZLSX6FH3.js +0 -29
  759. package/dist/chunk-ZLSX6FH3.js.map +0 -1
  760. package/dist/hooks/useDebounce/index.cjs.map +0 -1
  761. package/dist/hooks/useDebounce/index.js.map +0 -1
  762. package/dist/hooks/useIsInitialRenderCycle/index.cjs.map +0 -1
  763. package/dist/hooks/useIsInitialRenderCycle/index.js.map +0 -1
  764. package/dist/hooks/useLocalStorage/index.cjs.map +0 -1
  765. package/dist/hooks/useLocalStorage/index.js.map +0 -1
  766. package/dist/index.css.map +0 -1
  767. package/dist/utils/createWithSuspense/index.cjs.map +0 -1
  768. package/dist/utils/createWithSuspense/index.js.map +0 -1
@@ -0,0 +1,63 @@
1
+ require("../_virtual/_rolldown/runtime.cjs");
2
+ let _heroui_accordion = require("@heroui/accordion");
3
+ let _fuf_stack_pixel_utils = require("@fuf-stack/pixel-utils");
4
+ let react_jsx_runtime = require("react/jsx-runtime");
5
+ //#region src/Accordion/Accordion.tsx
6
+ const accordionVariants = (0, _fuf_stack_pixel_utils.tv)({
7
+ slots: {
8
+ base: "",
9
+ content: "px-4",
10
+ heading: "px-4",
11
+ indicator: "",
12
+ startContent: "",
13
+ subtitle: "",
14
+ title: "",
15
+ titleWrapper: "",
16
+ trigger: "cursor-pointer",
17
+ wrapper: "px-0"
18
+ },
19
+ variants: {
20
+ indicatorLeft: { true: {
21
+ content: "pl-7",
22
+ indicator: "-rotate-180 data-[open=true]:-rotate-90",
23
+ trigger: "flex-row-reverse"
24
+ } },
25
+ showDivider: { true: { wrapper: "divide-y divide-solid divide-divider" } },
26
+ showBottomTopDivider: { true: { wrapper: "border-b border-t border-solid border-divider" } }
27
+ }
28
+ });
29
+ /**
30
+ * Accordion component based on [HeroUI Accordion](https://www.heroui.com//docs/components/accordion)
31
+ */
32
+ const Accordion = ({ accordionItems, className: _className = void 0, defaultSelectedKeys = [], disabled = false, disabledKeys = [], disallowEmptySelection = false, dividerProps = {}, indicatorLeft = false, onSelectionChange = void 0, selectedKeys = void 0, selectionMode = "multiple", showDivider = true, variant = "light" }) => {
33
+ const classNames = (0, _fuf_stack_pixel_utils.variantsToClassNames)(accordionVariants({
34
+ indicatorLeft,
35
+ showDivider: showDivider && variant !== "splitted",
36
+ showBottomTopDivider: showDivider && variant === "light"
37
+ }), _className, "wrapper");
38
+ return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_heroui_accordion.Accordion, {
39
+ className: classNames.wrapper,
40
+ defaultSelectedKeys,
41
+ disabledKeys,
42
+ disallowEmptySelection,
43
+ dividerProps,
44
+ isDisabled: disabled,
45
+ itemClasses: classNames,
46
+ onSelectionChange,
47
+ selectedKeys,
48
+ selectionMode,
49
+ showDivider: false,
50
+ variant,
51
+ children: accordionItems.map((item, index) => {
52
+ return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_heroui_accordion.AccordionItem, {
53
+ isDisabled: disabled || item?.disabled,
54
+ ...item
55
+ }, index);
56
+ })
57
+ });
58
+ };
59
+ //#endregion
60
+ exports.accordionVariants = accordionVariants;
61
+ exports.default = Accordion;
62
+
63
+ //# sourceMappingURL=Accordion.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Accordion.cjs","names":["HeroAccordion","HeroAccordionItem"],"sources":["../../src/Accordion/Accordion.tsx"],"sourcesContent":["import type { TVClassName, TVProps } from '@fuf-stack/pixel-utils';\nimport type { DividerProps } from '@heroui/divider';\nimport type { ReactNode } from 'react';\n\nimport {\n Accordion as HeroAccordion,\n AccordionItem as HeroAccordionItem,\n} from '@heroui/accordion';\n\nimport { tv, variantsToClassNames } from '@fuf-stack/pixel-utils';\n\n// accordion styling variants\n// see: https://www.heroui.com//docs/components/accordion#accordion-item-slots\nexport const accordionVariants = tv({\n slots: {\n base: '',\n content: 'px-4',\n heading: 'px-4',\n indicator: '',\n startContent: '',\n subtitle: '',\n title: '',\n titleWrapper: '',\n trigger: 'cursor-pointer',\n // outer accordion wrapper\n wrapper: 'px-0',\n },\n variants: {\n indicatorLeft: {\n true: {\n content: 'pl-7',\n indicator: '-rotate-180 data-[open=true]:-rotate-90',\n trigger: 'flex-row-reverse',\n },\n },\n showDivider: {\n true: {\n wrapper: 'divide-y divide-solid divide-divider',\n },\n },\n showBottomTopDivider: {\n true: {\n wrapper: 'border-b border-t border-solid border-divider',\n },\n },\n },\n});\n\nexport interface AccordionItemProps {\n /** Content of the accordion item */\n children: ReactNode;\n /** Disables the accordion item */\n disabled?: boolean;\n /** Accordion item title */\n title: ReactNode;\n /** Accordion item subtitle */\n subtitle?: ReactNode;\n}\n\ntype VariantProps = TVProps<typeof accordionVariants>;\ntype ClassName = TVClassName<typeof accordionVariants>;\n\nexport interface AccordionProps extends VariantProps {\n /** Props for AccordionItems, will render the accordion items programmatically */\n accordionItems: AccordionItemProps[];\n /** CSS class name */\n className?: ClassName;\n /** Array of keys for the AccordionItem(s) to be expanded by default */\n defaultSelectedKeys?: undefined | 'all' | Iterable<number | string>;\n /** Disables the Accordion */\n disabled?: boolean;\n /** Array of keys for the AccordionItems to disable */\n disabledKeys?: Iterable<number | string>;\n /** Force always one AccordionItem to be open. */\n disallowEmptySelection?: boolean;\n /** props for styling the Divider */\n dividerProps?: DividerProps;\n /** Hide the expanded/collapsed indicator icon */\n hideIndicator?: boolean;\n /** Callback function for when a Accordion Item is expanded or collapsed */\n onSelectionChange?: (keys: 'all' | Iterable<number | string>) => unknown;\n /** Selected keys (controlled) */\n selectedKeys?: undefined | 'all' | Iterable<number | string>;\n /** Set whether multiple or only a single AccordionItems can be expanded */\n selectionMode?: 'single' | 'multiple';\n /** Enable or disable the divider between each AccordionItem */\n showDivider?: boolean;\n /** Style variant of the Accordion */\n variant?: 'light' | 'shadow' | 'bordered' | 'splitted';\n}\n\n/**\n * Accordion component based on [HeroUI Accordion](https://www.heroui.com//docs/components/accordion)\n */\nconst Accordion = ({\n accordionItems,\n className: _className = undefined,\n defaultSelectedKeys = [],\n disabled = false,\n disabledKeys = [],\n disallowEmptySelection = false,\n dividerProps = {},\n indicatorLeft = false,\n onSelectionChange = undefined,\n selectedKeys = undefined,\n selectionMode = 'multiple',\n showDivider = true,\n variant = 'light',\n}: AccordionProps) => {\n // itemClasses from className slots\n const variants = accordionVariants({\n indicatorLeft,\n showDivider: showDivider && variant !== 'splitted',\n showBottomTopDivider: showDivider && variant === 'light',\n });\n const classNames = variantsToClassNames(variants, _className, 'wrapper');\n\n return (\n <HeroAccordion\n className={classNames.wrapper}\n defaultSelectedKeys={defaultSelectedKeys}\n disabledKeys={disabledKeys}\n disallowEmptySelection={disallowEmptySelection}\n dividerProps={dividerProps}\n isDisabled={disabled}\n itemClasses={classNames}\n onSelectionChange={onSelectionChange}\n selectedKeys={selectedKeys}\n selectionMode={selectionMode}\n showDivider={false}\n variant={variant}\n >\n {accordionItems.map((item, index) => {\n return (\n <HeroAccordionItem\n // eslint-disable-next-line react/no-array-index-key\n key={index}\n isDisabled={disabled || item?.disabled}\n {...item}\n />\n );\n })}\n </HeroAccordion>\n );\n};\n\nexport default Accordion;\n"],"mappings":";;;;;AAaA,MAAa,qBAAA,GAAA,uBAAA,IAAuB;CAClC,OAAO;EACL,MAAM;EACN,SAAS;EACT,SAAS;EACT,WAAW;EACX,cAAc;EACd,UAAU;EACV,OAAO;EACP,cAAc;EACd,SAAS;EAET,SAAS;CACX;CACA,UAAU;EACR,eAAe,EACb,MAAM;GACJ,SAAS;GACT,WAAW;GACX,SAAS;EACX,EACF;EACA,aAAa,EACX,MAAM,EACJ,SAAS,uCACX,EACF;EACA,sBAAsB,EACpB,MAAM,EACJ,SAAS,gDACX,EACF;CACF;AACF,CAAC;;;;AAgDD,MAAM,aAAa,EACjB,gBACA,WAAW,aAAa,KAAA,GACxB,sBAAsB,CAAC,GACvB,WAAW,OACX,eAAe,CAAC,GAChB,yBAAyB,OACzB,eAAe,CAAC,GAChB,gBAAgB,OAChB,oBAAoB,KAAA,GACpB,eAAe,KAAA,GACf,gBAAgB,YAChB,cAAc,MACd,UAAU,cACU;CAOpB,MAAM,cAAA,GAAA,uBAAA,sBALW,kBAAkB;EACjC;EACA,aAAa,eAAe,YAAY;EACxC,sBAAsB,eAAe,YAAY;CACnD,CAC+C,GAAG,YAAY,SAAS;CAEvE,OACE,iBAAA,GAAA,kBAAA,KAACA,kBAAAA,WAAD;EACE,WAAW,WAAW;EACD;EACP;EACU;EACV;EACd,YAAY;EACZ,aAAa;EACM;EACL;EACC;EACf,aAAa;EACJ;YAER,eAAe,KAAK,MAAM,UAAU;GACnC,OACE,iBAAA,GAAA,kBAAA,KAACC,kBAAAA,eAAD;IAGE,YAAY,YAAY,MAAM;IAC9B,GAAI;GACL,GAHM,KAGN;EAEL,CAAC;CACY,CAAA;AAEnB"}
@@ -0,0 +1,154 @@
1
+ import { TVClassName, TVProps } from "@fuf-stack/pixel-utils";
2
+ import { DividerProps } from "@heroui/divider";
3
+ import { ReactNode } from "react";
4
+
5
+ //#region src/Accordion/Accordion.d.ts
6
+ declare const accordionVariants: import("tailwind-variants").TVReturnType<{
7
+ indicatorLeft: {
8
+ true: {
9
+ content: string;
10
+ indicator: string;
11
+ trigger: string;
12
+ };
13
+ };
14
+ showDivider: {
15
+ true: {
16
+ wrapper: string;
17
+ };
18
+ };
19
+ showBottomTopDivider: {
20
+ true: {
21
+ wrapper: string;
22
+ };
23
+ };
24
+ }, {
25
+ base: string;
26
+ content: string;
27
+ heading: string;
28
+ indicator: string;
29
+ startContent: string;
30
+ subtitle: string;
31
+ title: string;
32
+ titleWrapper: string;
33
+ trigger: string;
34
+ wrapper: string;
35
+ }, undefined, {
36
+ indicatorLeft: {
37
+ true: {
38
+ content: string;
39
+ indicator: string;
40
+ trigger: string;
41
+ };
42
+ };
43
+ showDivider: {
44
+ true: {
45
+ wrapper: string;
46
+ };
47
+ };
48
+ showBottomTopDivider: {
49
+ true: {
50
+ wrapper: string;
51
+ };
52
+ };
53
+ }, {
54
+ base: string;
55
+ content: string;
56
+ heading: string;
57
+ indicator: string;
58
+ startContent: string;
59
+ subtitle: string;
60
+ title: string;
61
+ titleWrapper: string;
62
+ trigger: string;
63
+ wrapper: string;
64
+ }, import("tailwind-variants").TVReturnType<{
65
+ indicatorLeft: {
66
+ true: {
67
+ content: string;
68
+ indicator: string;
69
+ trigger: string;
70
+ };
71
+ };
72
+ showDivider: {
73
+ true: {
74
+ wrapper: string;
75
+ };
76
+ };
77
+ showBottomTopDivider: {
78
+ true: {
79
+ wrapper: string;
80
+ };
81
+ };
82
+ }, {
83
+ base: string;
84
+ content: string;
85
+ heading: string;
86
+ indicator: string;
87
+ startContent: string;
88
+ subtitle: string;
89
+ title: string;
90
+ titleWrapper: string;
91
+ trigger: string;
92
+ wrapper: string;
93
+ }, undefined, unknown, unknown, undefined>>;
94
+ interface AccordionItemProps {
95
+ /** Content of the accordion item */
96
+ children: ReactNode;
97
+ /** Disables the accordion item */
98
+ disabled?: boolean;
99
+ /** Accordion item title */
100
+ title: ReactNode;
101
+ /** Accordion item subtitle */
102
+ subtitle?: ReactNode;
103
+ }
104
+ type VariantProps = TVProps<typeof accordionVariants>;
105
+ type ClassName = TVClassName<typeof accordionVariants>;
106
+ interface AccordionProps extends VariantProps {
107
+ /** Props for AccordionItems, will render the accordion items programmatically */
108
+ accordionItems: AccordionItemProps[];
109
+ /** CSS class name */
110
+ className?: ClassName;
111
+ /** Array of keys for the AccordionItem(s) to be expanded by default */
112
+ defaultSelectedKeys?: undefined | 'all' | Iterable<number | string>;
113
+ /** Disables the Accordion */
114
+ disabled?: boolean;
115
+ /** Array of keys for the AccordionItems to disable */
116
+ disabledKeys?: Iterable<number | string>;
117
+ /** Force always one AccordionItem to be open. */
118
+ disallowEmptySelection?: boolean;
119
+ /** props for styling the Divider */
120
+ dividerProps?: DividerProps;
121
+ /** Hide the expanded/collapsed indicator icon */
122
+ hideIndicator?: boolean;
123
+ /** Callback function for when a Accordion Item is expanded or collapsed */
124
+ onSelectionChange?: (keys: 'all' | Iterable<number | string>) => unknown;
125
+ /** Selected keys (controlled) */
126
+ selectedKeys?: undefined | 'all' | Iterable<number | string>;
127
+ /** Set whether multiple or only a single AccordionItems can be expanded */
128
+ selectionMode?: 'single' | 'multiple';
129
+ /** Enable or disable the divider between each AccordionItem */
130
+ showDivider?: boolean;
131
+ /** Style variant of the Accordion */
132
+ variant?: 'light' | 'shadow' | 'bordered' | 'splitted';
133
+ }
134
+ /**
135
+ * Accordion component based on [HeroUI Accordion](https://www.heroui.com//docs/components/accordion)
136
+ */
137
+ declare const Accordion: ({
138
+ accordionItems,
139
+ className: _className,
140
+ defaultSelectedKeys,
141
+ disabled,
142
+ disabledKeys,
143
+ disallowEmptySelection,
144
+ dividerProps,
145
+ indicatorLeft,
146
+ onSelectionChange,
147
+ selectedKeys,
148
+ selectionMode,
149
+ showDivider,
150
+ variant
151
+ }: AccordionProps) => import("react/jsx-runtime").JSX.Element;
152
+ //#endregion
153
+ export { Accordion, AccordionItemProps, AccordionProps, accordionVariants };
154
+ //# sourceMappingURL=Accordion.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Accordion.d.cts","names":[],"sources":["../../src/Accordion/Accordion.tsx"],"mappings":";;;;;cAaa,iBAAA,8BAAiB,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAmCb,kBAAA;EAQK;EANpB,QAAA,EAAU,SAAA;EASK;EAPf,QAAA;EAOkB;EALlB,KAAA,EAAO,SAAA;EAMJ;EAJH,QAAA,GAAW,SAAA;AAAA;AAAA,KAGR,YAAA,GAAe,OAAO,QAAQ,iBAAA;AAAA,KAC9B,SAAA,GAAY,WAAW,QAAQ,iBAAA;AAAA,UAEnB,cAAA,SAAuB,YAAA;EAAR;EAE9B,cAAA,EAAgB,kBAAA;EAAA;EAEhB,SAAA,GAAY,SAAA;EAE8B;EAA1C,mBAAA,uBAA0C,QAAA;EAQ3B;EANf,QAAA;EAYmC;EAVnC,YAAA,GAAe,QAAA;EAVmC;EAYlD,sBAAA;EAZsC;EActC,YAAA,GAAe,YAAA;EAZC;EAchB,aAAA;EAZY;EAcZ,iBAAA,IAAqB,IAAA,UAAc,QAAA;EAZO;EAc1C,YAAA,uBAAmC,QAAA;EAVnC;EAYA,aAAA;EAVA;EAYA,WAAA;EAVe;EAYf,OAAA;AAAA;;;;cAMI,SAAA;EAAa,cAAA;EAAA,SAAA,EAAA,UAAA;EAAA,mBAAA;EAAA,QAAA;EAAA,YAAA;EAAA,sBAAA;EAAA,YAAA;EAAA,aAAA;EAAA,iBAAA;EAAA,YAAA;EAAA,aAAA;EAAA,WAAA;EAAA;AAAA,GAchB,cAAA,iCAAc,GAAA,CAAA,OAAA"}
@@ -0,0 +1,154 @@
1
+ import { TVClassName, TVProps } from "@fuf-stack/pixel-utils";
2
+ import { ReactNode } from "react";
3
+ import { DividerProps } from "@heroui/divider";
4
+
5
+ //#region src/Accordion/Accordion.d.ts
6
+ declare const accordionVariants: import("tailwind-variants").TVReturnType<{
7
+ indicatorLeft: {
8
+ true: {
9
+ content: string;
10
+ indicator: string;
11
+ trigger: string;
12
+ };
13
+ };
14
+ showDivider: {
15
+ true: {
16
+ wrapper: string;
17
+ };
18
+ };
19
+ showBottomTopDivider: {
20
+ true: {
21
+ wrapper: string;
22
+ };
23
+ };
24
+ }, {
25
+ base: string;
26
+ content: string;
27
+ heading: string;
28
+ indicator: string;
29
+ startContent: string;
30
+ subtitle: string;
31
+ title: string;
32
+ titleWrapper: string;
33
+ trigger: string;
34
+ wrapper: string;
35
+ }, undefined, {
36
+ indicatorLeft: {
37
+ true: {
38
+ content: string;
39
+ indicator: string;
40
+ trigger: string;
41
+ };
42
+ };
43
+ showDivider: {
44
+ true: {
45
+ wrapper: string;
46
+ };
47
+ };
48
+ showBottomTopDivider: {
49
+ true: {
50
+ wrapper: string;
51
+ };
52
+ };
53
+ }, {
54
+ base: string;
55
+ content: string;
56
+ heading: string;
57
+ indicator: string;
58
+ startContent: string;
59
+ subtitle: string;
60
+ title: string;
61
+ titleWrapper: string;
62
+ trigger: string;
63
+ wrapper: string;
64
+ }, import("tailwind-variants").TVReturnType<{
65
+ indicatorLeft: {
66
+ true: {
67
+ content: string;
68
+ indicator: string;
69
+ trigger: string;
70
+ };
71
+ };
72
+ showDivider: {
73
+ true: {
74
+ wrapper: string;
75
+ };
76
+ };
77
+ showBottomTopDivider: {
78
+ true: {
79
+ wrapper: string;
80
+ };
81
+ };
82
+ }, {
83
+ base: string;
84
+ content: string;
85
+ heading: string;
86
+ indicator: string;
87
+ startContent: string;
88
+ subtitle: string;
89
+ title: string;
90
+ titleWrapper: string;
91
+ trigger: string;
92
+ wrapper: string;
93
+ }, undefined, unknown, unknown, undefined>>;
94
+ interface AccordionItemProps {
95
+ /** Content of the accordion item */
96
+ children: ReactNode;
97
+ /** Disables the accordion item */
98
+ disabled?: boolean;
99
+ /** Accordion item title */
100
+ title: ReactNode;
101
+ /** Accordion item subtitle */
102
+ subtitle?: ReactNode;
103
+ }
104
+ type VariantProps = TVProps<typeof accordionVariants>;
105
+ type ClassName = TVClassName<typeof accordionVariants>;
106
+ interface AccordionProps extends VariantProps {
107
+ /** Props for AccordionItems, will render the accordion items programmatically */
108
+ accordionItems: AccordionItemProps[];
109
+ /** CSS class name */
110
+ className?: ClassName;
111
+ /** Array of keys for the AccordionItem(s) to be expanded by default */
112
+ defaultSelectedKeys?: undefined | 'all' | Iterable<number | string>;
113
+ /** Disables the Accordion */
114
+ disabled?: boolean;
115
+ /** Array of keys for the AccordionItems to disable */
116
+ disabledKeys?: Iterable<number | string>;
117
+ /** Force always one AccordionItem to be open. */
118
+ disallowEmptySelection?: boolean;
119
+ /** props for styling the Divider */
120
+ dividerProps?: DividerProps;
121
+ /** Hide the expanded/collapsed indicator icon */
122
+ hideIndicator?: boolean;
123
+ /** Callback function for when a Accordion Item is expanded or collapsed */
124
+ onSelectionChange?: (keys: 'all' | Iterable<number | string>) => unknown;
125
+ /** Selected keys (controlled) */
126
+ selectedKeys?: undefined | 'all' | Iterable<number | string>;
127
+ /** Set whether multiple or only a single AccordionItems can be expanded */
128
+ selectionMode?: 'single' | 'multiple';
129
+ /** Enable or disable the divider between each AccordionItem */
130
+ showDivider?: boolean;
131
+ /** Style variant of the Accordion */
132
+ variant?: 'light' | 'shadow' | 'bordered' | 'splitted';
133
+ }
134
+ /**
135
+ * Accordion component based on [HeroUI Accordion](https://www.heroui.com//docs/components/accordion)
136
+ */
137
+ declare const Accordion: ({
138
+ accordionItems,
139
+ className: _className,
140
+ defaultSelectedKeys,
141
+ disabled,
142
+ disabledKeys,
143
+ disallowEmptySelection,
144
+ dividerProps,
145
+ indicatorLeft,
146
+ onSelectionChange,
147
+ selectedKeys,
148
+ selectionMode,
149
+ showDivider,
150
+ variant
151
+ }: AccordionProps) => import("react/jsx-runtime").JSX.Element;
152
+ //#endregion
153
+ export { Accordion, AccordionItemProps, AccordionProps, accordionVariants };
154
+ //# sourceMappingURL=Accordion.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Accordion.d.ts","names":[],"sources":["../../src/Accordion/Accordion.tsx"],"mappings":";;;;;cAaa,iBAAA,8BAAiB,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAmCb,kBAAA;EAQK;EANpB,QAAA,EAAU,SAAA;EASK;EAPf,QAAA;EAOkB;EALlB,KAAA,EAAO,SAAA;EAMJ;EAJH,QAAA,GAAW,SAAA;AAAA;AAAA,KAGR,YAAA,GAAe,OAAO,QAAQ,iBAAA;AAAA,KAC9B,SAAA,GAAY,WAAW,QAAQ,iBAAA;AAAA,UAEnB,cAAA,SAAuB,YAAA;EAAR;EAE9B,cAAA,EAAgB,kBAAA;EAAA;EAEhB,SAAA,GAAY,SAAA;EAE8B;EAA1C,mBAAA,uBAA0C,QAAA;EAQ3B;EANf,QAAA;EAYmC;EAVnC,YAAA,GAAe,QAAA;EAVmC;EAYlD,sBAAA;EAZsC;EActC,YAAA,GAAe,YAAA;EAZC;EAchB,aAAA;EAZY;EAcZ,iBAAA,IAAqB,IAAA,UAAc,QAAA;EAZO;EAc1C,YAAA,uBAAmC,QAAA;EAVnC;EAYA,aAAA;EAVA;EAYA,WAAA;EAVe;EAYf,OAAA;AAAA;;;;cAMI,SAAA;EAAa,cAAA;EAAA,SAAA,EAAA,UAAA;EAAA,mBAAA;EAAA,QAAA;EAAA,YAAA;EAAA,sBAAA;EAAA,YAAA;EAAA,aAAA;EAAA,iBAAA;EAAA,YAAA;EAAA,aAAA;EAAA,WAAA;EAAA;AAAA,GAchB,cAAA,iCAAc,GAAA,CAAA,OAAA"}
@@ -0,0 +1,61 @@
1
+ import { Accordion, AccordionItem } from "@heroui/accordion";
2
+ import { tv, variantsToClassNames } from "@fuf-stack/pixel-utils";
3
+ import { jsx } from "react/jsx-runtime";
4
+ //#region src/Accordion/Accordion.tsx
5
+ const accordionVariants = tv({
6
+ slots: {
7
+ base: "",
8
+ content: "px-4",
9
+ heading: "px-4",
10
+ indicator: "",
11
+ startContent: "",
12
+ subtitle: "",
13
+ title: "",
14
+ titleWrapper: "",
15
+ trigger: "cursor-pointer",
16
+ wrapper: "px-0"
17
+ },
18
+ variants: {
19
+ indicatorLeft: { true: {
20
+ content: "pl-7",
21
+ indicator: "-rotate-180 data-[open=true]:-rotate-90",
22
+ trigger: "flex-row-reverse"
23
+ } },
24
+ showDivider: { true: { wrapper: "divide-y divide-solid divide-divider" } },
25
+ showBottomTopDivider: { true: { wrapper: "border-b border-t border-solid border-divider" } }
26
+ }
27
+ });
28
+ /**
29
+ * Accordion component based on [HeroUI Accordion](https://www.heroui.com//docs/components/accordion)
30
+ */
31
+ const Accordion$1 = ({ accordionItems, className: _className = void 0, defaultSelectedKeys = [], disabled = false, disabledKeys = [], disallowEmptySelection = false, dividerProps = {}, indicatorLeft = false, onSelectionChange = void 0, selectedKeys = void 0, selectionMode = "multiple", showDivider = true, variant = "light" }) => {
32
+ const classNames = variantsToClassNames(accordionVariants({
33
+ indicatorLeft,
34
+ showDivider: showDivider && variant !== "splitted",
35
+ showBottomTopDivider: showDivider && variant === "light"
36
+ }), _className, "wrapper");
37
+ return /* @__PURE__ */ jsx(Accordion, {
38
+ className: classNames.wrapper,
39
+ defaultSelectedKeys,
40
+ disabledKeys,
41
+ disallowEmptySelection,
42
+ dividerProps,
43
+ isDisabled: disabled,
44
+ itemClasses: classNames,
45
+ onSelectionChange,
46
+ selectedKeys,
47
+ selectionMode,
48
+ showDivider: false,
49
+ variant,
50
+ children: accordionItems.map((item, index) => {
51
+ return /* @__PURE__ */ jsx(AccordionItem, {
52
+ isDisabled: disabled || item?.disabled,
53
+ ...item
54
+ }, index);
55
+ })
56
+ });
57
+ };
58
+ //#endregion
59
+ export { accordionVariants, Accordion$1 as default };
60
+
61
+ //# sourceMappingURL=Accordion.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["/home/runner/work/pixels/pixels/packages/pixels/dist/chunk-NSYHAJM2.cjs","../src/Accordion/Accordion.tsx","../src/Accordion/index.ts"],"names":["Accordion_default"],"mappings":"AAAA;AACE;AACF,wDAA6B;AAC7B;AACA;ACAA;AACE;AACA;AAAiB,8CACZ;AAEP,oDAAyC;AA6H/B,+CAAA;AAzHH,IAAM,kBAAA,EAAoB,4BAAA;AAAG,EAClC,KAAA,EAAO;AAAA,IACL,IAAA,EAAM,EAAA;AAAA,IACN,OAAA,EAAS,MAAA;AAAA,IACT,OAAA,EAAS,MAAA;AAAA,IACT,SAAA,EAAW,EAAA;AAAA,IACX,YAAA,EAAc,EAAA;AAAA,IACd,QAAA,EAAU,EAAA;AAAA,IACV,KAAA,EAAO,EAAA;AAAA,IACP,YAAA,EAAc,EAAA;AAAA,IACd,OAAA,EAAS,gBAAA;AAAA;AAAA,IAET,OAAA,EAAS;AAAA,EACX,CAAA;AAAA,EACA,QAAA,EAAU;AAAA,IACR,aAAA,EAAe;AAAA,MACb,IAAA,EAAM;AAAA,QACJ,OAAA,EAAS,MAAA;AAAA,QACT,SAAA,EAAW,yCAAA;AAAA,QACX,OAAA,EAAS;AAAA,MACX;AAAA,IACF,CAAA;AAAA,IACA,WAAA,EAAa;AAAA,MACX,IAAA,EAAM;AAAA,QACJ,OAAA,EAAS;AAAA,MACX;AAAA,IACF,CAAA;AAAA,IACA,oBAAA,EAAsB;AAAA,MACpB,IAAA,EAAM;AAAA,QACJ,OAAA,EAAS;AAAA,MACX;AAAA,IACF;AAAA,EACF;AACF,CAAC,CAAA;AAgDD,IAAM,UAAA,EAAY,CAAC;AAAA,EACjB,cAAA;AAAA,EACA,SAAA,EAAW,WAAA,EAAa,KAAA,CAAA;AAAA,EACxB,oBAAA,EAAsB,CAAC,CAAA;AAAA,EACvB,SAAA,EAAW,KAAA;AAAA,EACX,aAAA,EAAe,CAAC,CAAA;AAAA,EAChB,uBAAA,EAAyB,KAAA;AAAA,EACzB,aAAA,EAAe,CAAC,CAAA;AAAA,EAChB,cAAA,EAAgB,KAAA;AAAA,EAChB,kBAAA,EAAoB,KAAA,CAAA;AAAA,EACpB,aAAA,EAAe,KAAA,CAAA;AAAA,EACf,cAAA,EAAgB,UAAA;AAAA,EAChB,YAAA,EAAc,IAAA;AAAA,EACd,QAAA,EAAU;AACZ,CAAA,EAAA,GAAsB;AAEpB,EAAA,MAAM,SAAA,EAAW,iBAAA,CAAkB;AAAA,IACjC,aAAA;AAAA,IACA,WAAA,EAAa,YAAA,GAAe,QAAA,IAAY,UAAA;AAAA,IACxC,oBAAA,EAAsB,YAAA,GAAe,QAAA,IAAY;AAAA,EACnD,CAAC,CAAA;AACD,EAAA,MAAM,WAAA,EAAa,8CAAA,QAAqB,EAAU,UAAA,EAAY,SAAS,CAAA;AAEvE,EAAA,uBACE,6BAAA;AAAA,IAAC,oBAAA;AAAA,IAAA;AAAA,MACC,SAAA,EAAW,UAAA,CAAW,OAAA;AAAA,MACtB,mBAAA;AAAA,MACA,YAAA;AAAA,MACA,sBAAA;AAAA,MACA,YAAA;AAAA,MACA,UAAA,EAAY,QAAA;AAAA,MACZ,WAAA,EAAa,UAAA;AAAA,MACb,iBAAA;AAAA,MACA,YAAA;AAAA,MACA,aAAA;AAAA,MACA,WAAA,EAAa,KAAA;AAAA,MACb,OAAA;AAAA,MAEC,QAAA,EAAA,cAAA,CAAe,GAAA,CAAI,CAAC,IAAA,EAAM,KAAA,EAAA,GAAU;AACnC,QAAA,uBACE,6BAAA;AAAA,UAAC,wBAAA;AAAA,UAAA,8CAAA;AAAA,YAGC,UAAA,EAAY,SAAA,GAAA,CAAY,KAAA,GAAA,KAAA,EAAA,KAAA,EAAA,EAAA,IAAA,CAAM,QAAA;AAAA,UAAA,CAAA,EAC1B,IAAA,CAAA;AAAA,UAFC;AAAA,QAGP,CAAA;AAAA,MAEJ,CAAC;AAAA,IAAA;AAAA,EACH,CAAA;AAEJ,CAAA;AAEA,IAAO,kBAAA,EAAQ,SAAA;ADpDf;AACA;AEzFA,IAAOA,mBAAAA,EAAQ,iBAAA;AF2Ff;AACA;AACE;AACA;AACA;AACF,8IAAC","file":"/home/runner/work/pixels/pixels/packages/pixels/dist/chunk-NSYHAJM2.cjs","sourcesContent":[null,"import type { TVClassName, TVProps } from '@fuf-stack/pixel-utils';\nimport type { DividerProps } from '@heroui/divider';\nimport type { ReactNode } from 'react';\n\nimport {\n Accordion as HeroAccordion,\n AccordionItem as HeroAccordionItem,\n} from '@heroui/accordion';\n\nimport { tv, variantsToClassNames } from '@fuf-stack/pixel-utils';\n\n// accordion styling variants\n// see: https://www.heroui.com//docs/components/accordion#accordion-item-slots\nexport const accordionVariants = tv({\n slots: {\n base: '',\n content: 'px-4',\n heading: 'px-4',\n indicator: '',\n startContent: '',\n subtitle: '',\n title: '',\n titleWrapper: '',\n trigger: 'cursor-pointer',\n // outer accordion wrapper\n wrapper: 'px-0',\n },\n variants: {\n indicatorLeft: {\n true: {\n content: 'pl-7',\n indicator: '-rotate-180 data-[open=true]:-rotate-90',\n trigger: 'flex-row-reverse',\n },\n },\n showDivider: {\n true: {\n wrapper: 'divide-y divide-solid divide-divider',\n },\n },\n showBottomTopDivider: {\n true: {\n wrapper: 'border-b border-t border-solid border-divider',\n },\n },\n },\n});\n\nexport interface AccordionItemProps {\n /** Content of the accordion item */\n children: ReactNode;\n /** Disables the accordion item */\n disabled?: boolean;\n /** Accordion item title */\n title: ReactNode;\n /** Accordion item subtitle */\n subtitle?: ReactNode;\n}\n\ntype VariantProps = TVProps<typeof accordionVariants>;\ntype ClassName = TVClassName<typeof accordionVariants>;\n\nexport interface AccordionProps extends VariantProps {\n /** Props for AccordionItems, will render the accordion items programmatically */\n accordionItems: AccordionItemProps[];\n /** CSS class name */\n className?: ClassName;\n /** Array of keys for the AccordionItem(s) to be expanded by default */\n defaultSelectedKeys?: undefined | 'all' | Iterable<number | string>;\n /** Disables the Accordion */\n disabled?: boolean;\n /** Array of keys for the AccordionItems to disable */\n disabledKeys?: Iterable<number | string>;\n /** Force always one AccordionItem to be open. */\n disallowEmptySelection?: boolean;\n /** props for styling the Divider */\n dividerProps?: DividerProps;\n /** Hide the expanded/collapsed indicator icon */\n hideIndicator?: boolean;\n /** Callback function for when a Accordion Item is expanded or collapsed */\n onSelectionChange?: (keys: 'all' | Iterable<number | string>) => unknown;\n /** Selected keys (controlled) */\n selectedKeys?: undefined | 'all' | Iterable<number | string>;\n /** Set whether multiple or only a single AccordionItems can be expanded */\n selectionMode?: 'single' | 'multiple';\n /** Enable or disable the divider between each AccordionItem */\n showDivider?: boolean;\n /** Style variant of the Accordion */\n variant?: 'light' | 'shadow' | 'bordered' | 'splitted';\n}\n\n/**\n * Accordion component based on [HeroUI Accordion](https://www.heroui.com//docs/components/accordion)\n */\nconst Accordion = ({\n accordionItems,\n className: _className = undefined,\n defaultSelectedKeys = [],\n disabled = false,\n disabledKeys = [],\n disallowEmptySelection = false,\n dividerProps = {},\n indicatorLeft = false,\n onSelectionChange = undefined,\n selectedKeys = undefined,\n selectionMode = 'multiple',\n showDivider = true,\n variant = 'light',\n}: AccordionProps) => {\n // itemClasses from className slots\n const variants = accordionVariants({\n indicatorLeft,\n showDivider: showDivider && variant !== 'splitted',\n showBottomTopDivider: showDivider && variant === 'light',\n });\n const classNames = variantsToClassNames(variants, _className, 'wrapper');\n\n return (\n <HeroAccordion\n className={classNames.wrapper}\n defaultSelectedKeys={defaultSelectedKeys}\n disabledKeys={disabledKeys}\n disallowEmptySelection={disallowEmptySelection}\n dividerProps={dividerProps}\n isDisabled={disabled}\n itemClasses={classNames}\n onSelectionChange={onSelectionChange}\n selectedKeys={selectedKeys}\n selectionMode={selectionMode}\n showDivider={false}\n variant={variant}\n >\n {accordionItems.map((item, index) => {\n return (\n <HeroAccordionItem\n // eslint-disable-next-line react/no-array-index-key\n key={index}\n isDisabled={disabled || item?.disabled}\n {...item}\n />\n );\n })}\n </HeroAccordion>\n );\n};\n\nexport default Accordion;\n","import Accordion, { accordionVariants } from './Accordion';\n\nexport type { AccordionProps, AccordionItemProps } from './Accordion';\n\nexport { Accordion, accordionVariants };\n\nexport default Accordion;\n"]}
1
+ {"version":3,"file":"Accordion.js","names":["Accordion","HeroAccordion","HeroAccordionItem"],"sources":["../../src/Accordion/Accordion.tsx"],"sourcesContent":["import type { TVClassName, TVProps } from '@fuf-stack/pixel-utils';\nimport type { DividerProps } from '@heroui/divider';\nimport type { ReactNode } from 'react';\n\nimport {\n Accordion as HeroAccordion,\n AccordionItem as HeroAccordionItem,\n} from '@heroui/accordion';\n\nimport { tv, variantsToClassNames } from '@fuf-stack/pixel-utils';\n\n// accordion styling variants\n// see: https://www.heroui.com//docs/components/accordion#accordion-item-slots\nexport const accordionVariants = tv({\n slots: {\n base: '',\n content: 'px-4',\n heading: 'px-4',\n indicator: '',\n startContent: '',\n subtitle: '',\n title: '',\n titleWrapper: '',\n trigger: 'cursor-pointer',\n // outer accordion wrapper\n wrapper: 'px-0',\n },\n variants: {\n indicatorLeft: {\n true: {\n content: 'pl-7',\n indicator: '-rotate-180 data-[open=true]:-rotate-90',\n trigger: 'flex-row-reverse',\n },\n },\n showDivider: {\n true: {\n wrapper: 'divide-y divide-solid divide-divider',\n },\n },\n showBottomTopDivider: {\n true: {\n wrapper: 'border-b border-t border-solid border-divider',\n },\n },\n },\n});\n\nexport interface AccordionItemProps {\n /** Content of the accordion item */\n children: ReactNode;\n /** Disables the accordion item */\n disabled?: boolean;\n /** Accordion item title */\n title: ReactNode;\n /** Accordion item subtitle */\n subtitle?: ReactNode;\n}\n\ntype VariantProps = TVProps<typeof accordionVariants>;\ntype ClassName = TVClassName<typeof accordionVariants>;\n\nexport interface AccordionProps extends VariantProps {\n /** Props for AccordionItems, will render the accordion items programmatically */\n accordionItems: AccordionItemProps[];\n /** CSS class name */\n className?: ClassName;\n /** Array of keys for the AccordionItem(s) to be expanded by default */\n defaultSelectedKeys?: undefined | 'all' | Iterable<number | string>;\n /** Disables the Accordion */\n disabled?: boolean;\n /** Array of keys for the AccordionItems to disable */\n disabledKeys?: Iterable<number | string>;\n /** Force always one AccordionItem to be open. */\n disallowEmptySelection?: boolean;\n /** props for styling the Divider */\n dividerProps?: DividerProps;\n /** Hide the expanded/collapsed indicator icon */\n hideIndicator?: boolean;\n /** Callback function for when a Accordion Item is expanded or collapsed */\n onSelectionChange?: (keys: 'all' | Iterable<number | string>) => unknown;\n /** Selected keys (controlled) */\n selectedKeys?: undefined | 'all' | Iterable<number | string>;\n /** Set whether multiple or only a single AccordionItems can be expanded */\n selectionMode?: 'single' | 'multiple';\n /** Enable or disable the divider between each AccordionItem */\n showDivider?: boolean;\n /** Style variant of the Accordion */\n variant?: 'light' | 'shadow' | 'bordered' | 'splitted';\n}\n\n/**\n * Accordion component based on [HeroUI Accordion](https://www.heroui.com//docs/components/accordion)\n */\nconst Accordion = ({\n accordionItems,\n className: _className = undefined,\n defaultSelectedKeys = [],\n disabled = false,\n disabledKeys = [],\n disallowEmptySelection = false,\n dividerProps = {},\n indicatorLeft = false,\n onSelectionChange = undefined,\n selectedKeys = undefined,\n selectionMode = 'multiple',\n showDivider = true,\n variant = 'light',\n}: AccordionProps) => {\n // itemClasses from className slots\n const variants = accordionVariants({\n indicatorLeft,\n showDivider: showDivider && variant !== 'splitted',\n showBottomTopDivider: showDivider && variant === 'light',\n });\n const classNames = variantsToClassNames(variants, _className, 'wrapper');\n\n return (\n <HeroAccordion\n className={classNames.wrapper}\n defaultSelectedKeys={defaultSelectedKeys}\n disabledKeys={disabledKeys}\n disallowEmptySelection={disallowEmptySelection}\n dividerProps={dividerProps}\n isDisabled={disabled}\n itemClasses={classNames}\n onSelectionChange={onSelectionChange}\n selectedKeys={selectedKeys}\n selectionMode={selectionMode}\n showDivider={false}\n variant={variant}\n >\n {accordionItems.map((item, index) => {\n return (\n <HeroAccordionItem\n // eslint-disable-next-line react/no-array-index-key\n key={index}\n isDisabled={disabled || item?.disabled}\n {...item}\n />\n );\n })}\n </HeroAccordion>\n );\n};\n\nexport default Accordion;\n"],"mappings":";;;;AAaA,MAAa,oBAAoB,GAAG;CAClC,OAAO;EACL,MAAM;EACN,SAAS;EACT,SAAS;EACT,WAAW;EACX,cAAc;EACd,UAAU;EACV,OAAO;EACP,cAAc;EACd,SAAS;EAET,SAAS;CACX;CACA,UAAU;EACR,eAAe,EACb,MAAM;GACJ,SAAS;GACT,WAAW;GACX,SAAS;EACX,EACF;EACA,aAAa,EACX,MAAM,EACJ,SAAS,uCACX,EACF;EACA,sBAAsB,EACpB,MAAM,EACJ,SAAS,gDACX,EACF;CACF;AACF,CAAC;;;;AAgDD,MAAMA,eAAa,EACjB,gBACA,WAAW,aAAa,KAAA,GACxB,sBAAsB,CAAC,GACvB,WAAW,OACX,eAAe,CAAC,GAChB,yBAAyB,OACzB,eAAe,CAAC,GAChB,gBAAgB,OAChB,oBAAoB,KAAA,GACpB,eAAe,KAAA,GACf,gBAAgB,YAChB,cAAc,MACd,UAAU,cACU;CAOpB,MAAM,aAAa,qBALF,kBAAkB;EACjC;EACA,aAAa,eAAe,YAAY;EACxC,sBAAsB,eAAe,YAAY;CACnD,CAC+C,GAAG,YAAY,SAAS;CAEvE,OACE,oBAACC,WAAD;EACE,WAAW,WAAW;EACD;EACP;EACU;EACV;EACd,YAAY;EACZ,aAAa;EACM;EACL;EACC;EACf,aAAa;EACJ;YAER,eAAe,KAAK,MAAM,UAAU;GACnC,OACE,oBAACC,eAAD;IAGE,YAAY,YAAY,MAAM;IAC9B,GAAI;GACL,GAHM,KAGN;EAEL,CAAC;CACY,CAAA;AAEnB"}
@@ -1,12 +1,13 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});
1
+ Object.defineProperties(exports, {
2
+ __esModule: { value: true },
3
+ [Symbol.toStringTag]: { value: "Module" }
4
+ });
5
+ const require_Accordion = require("./Accordion.cjs");
6
+ //#region src/Accordion/index.ts
7
+ var Accordion_default = require_Accordion.default;
8
+ //#endregion
9
+ exports.Accordion = require_Accordion.default;
10
+ exports.accordionVariants = require_Accordion.accordionVariants;
11
+ exports.default = Accordion_default;
2
12
 
3
-
4
-
5
- var _chunkNSYHAJM2cjs = require('../chunk-NSYHAJM2.cjs');
6
- require('../chunk-AHEA4IJV.cjs');
7
-
8
-
9
-
10
-
11
- exports.Accordion = _chunkNSYHAJM2cjs.Accordion_default; exports.accordionVariants = _chunkNSYHAJM2cjs.accordionVariants; exports.default = _chunkNSYHAJM2cjs.Accordion_default2;
12
13
  //# sourceMappingURL=index.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["/home/runner/work/pixels/pixels/packages/pixels/dist/Accordion/index.cjs"],"names":[],"mappings":"AAAA;AACE;AACA;AACA;AACF,yDAA8B;AAC9B,iCAA8B;AAC9B;AACE;AACA;AACA;AACF,iLAAC","file":"/home/runner/work/pixels/pixels/packages/pixels/dist/Accordion/index.cjs"}
1
+ {"version":3,"file":"index.cjs","names":["Accordion"],"sources":["../../src/Accordion/index.ts"],"sourcesContent":["import Accordion, { accordionVariants } from './Accordion';\n\nexport type { AccordionProps, AccordionItemProps } from './Accordion';\n\nexport { Accordion, accordionVariants };\n\nexport default Accordion;\n"],"mappings":";;;;;;AAMA,IAAA,oBAAeA,kBAAAA"}
@@ -1,11 +1,2 @@
1
- import { A as Accordion } from '../Accordion-BX1Npq3Q.cjs';
2
- export { c as AccordionItemProps, b as AccordionProps, a as accordionVariants } from '../Accordion-BX1Npq3Q.cjs';
3
- import 'react/jsx-runtime';
4
- import 'tailwind-variants';
5
- import '@fuf-stack/pixel-utils';
6
- import '@heroui/divider';
7
- import 'react';
8
-
9
-
10
-
11
- export { Accordion, Accordion as default };
1
+ import { Accordion, AccordionItemProps, AccordionProps, accordionVariants } from "./Accordion.cjs";
2
+ export { Accordion, Accordion as default, type AccordionItemProps, type AccordionProps, accordionVariants };
@@ -1,11 +1,2 @@
1
- import { A as Accordion } from '../Accordion-BX1Npq3Q.js';
2
- export { c as AccordionItemProps, b as AccordionProps, a as accordionVariants } from '../Accordion-BX1Npq3Q.js';
3
- import 'react/jsx-runtime';
4
- import 'tailwind-variants';
5
- import '@fuf-stack/pixel-utils';
6
- import '@heroui/divider';
7
- import 'react';
8
-
9
-
10
-
11
- export { Accordion, Accordion as default };
1
+ import { Accordion, AccordionItemProps, AccordionProps, accordionVariants } from "./Accordion.js";
2
+ export { Accordion, Accordion as default, type AccordionItemProps, type AccordionProps, accordionVariants };
@@ -1,12 +1,7 @@
1
- import {
2
- Accordion_default,
3
- Accordion_default2,
4
- accordionVariants
5
- } from "../chunk-73HT7W6F.js";
6
- import "../chunk-OAIRL2FN.js";
7
- export {
8
- Accordion_default as Accordion,
9
- accordionVariants,
10
- Accordion_default2 as default
11
- };
1
+ import Accordion, { accordionVariants } from "./Accordion.js";
2
+ //#region src/Accordion/index.ts
3
+ var Accordion_default = Accordion;
4
+ //#endregion
5
+ export { Accordion, accordionVariants, Accordion_default as default };
6
+
12
7
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
1
+ {"version":3,"file":"index.js","names":[],"sources":["../../src/Accordion/index.ts"],"sourcesContent":["import Accordion, { accordionVariants } from './Accordion';\n\nexport type { AccordionProps, AccordionItemProps } from './Accordion';\n\nexport { Accordion, accordionVariants };\n\nexport default Accordion;\n"],"mappings":";;AAMA,IAAA,oBAAe"}
@@ -0,0 +1,61 @@
1
+ require("../_virtual/_rolldown/runtime.cjs");
2
+ let _fuf_stack_pixel_utils = require("@fuf-stack/pixel-utils");
3
+ let react_jsx_runtime = require("react/jsx-runtime");
4
+ let _heroui_alert = require("@heroui/alert");
5
+ let _heroui_theme = require("@heroui/theme");
6
+ //#region src/Alert/Alert.tsx
7
+ const alertVariants = (0, _fuf_stack_pixel_utils.tv)({
8
+ slots: {
9
+ base: "min-w-72",
10
+ title: "",
11
+ description: "",
12
+ mainWrapper: "gap-1.5",
13
+ closeButton: "",
14
+ iconWrapper: "",
15
+ alertIcon: ""
16
+ },
17
+ variants: {
18
+ hasTitleAndChildren: { true: { iconWrapper: "self-start" } },
19
+ variant: {
20
+ danger: { base: "bg-danger-50 dark:bg-danger-50" },
21
+ default: { base: "bg-default-100 dark:bg-default-50" },
22
+ info: {
23
+ alertIcon: "fill-current",
24
+ base: "border-small border-info-200 bg-info-50 text-info-600 dark:border-info-100 dark:bg-info-50",
25
+ closeButton: "text-info-500 data-[hover]:bg-info-200",
26
+ description: "text-inherit",
27
+ iconWrapper: "border-info-100 bg-info-50 dark:bg-info-100",
28
+ mainWrapper: "text-inherit",
29
+ title: "text-inherit"
30
+ },
31
+ success: { base: "bg-success-50 dark:bg-success-50" },
32
+ warning: { base: "bg-warning-50 dark:bg-warning-50" }
33
+ }
34
+ }
35
+ });
36
+ /**
37
+ * Alert component based on [HeroUI Alert](https://www.heroui.com//docs/components/alert)
38
+ */
39
+ const Alert = ({ children = void 0, className = void 0, endContent = void 0, icon = void 0, closable = false, onClose = void 0, testId = void 0, title = void 0, variant = "info" }) => {
40
+ return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_heroui_alert.Alert, {
41
+ classNames: (0, _fuf_stack_pixel_utils.variantsToClassNames)(alertVariants({
42
+ hasTitleAndChildren: !!children && !!title,
43
+ variant
44
+ }), className, "base"),
45
+ color: Object.keys(_heroui_theme.alert.variants.color).includes(variant) ? variant : void 0,
46
+ "data-testid": testId,
47
+ description: title ? children : void 0,
48
+ endContent,
49
+ hideIcon: variant === "default",
50
+ icon,
51
+ isClosable: closable,
52
+ onClose,
53
+ title: title ?? children,
54
+ variant: "faded"
55
+ });
56
+ };
57
+ //#endregion
58
+ exports.alertVariants = alertVariants;
59
+ exports.default = Alert;
60
+
61
+ //# sourceMappingURL=Alert.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Alert.cjs","names":["HeroAlert","heroAlertVariants"],"sources":["../../src/Alert/Alert.tsx"],"sourcesContent":["import type { TVClassName, TVProps } from '@fuf-stack/pixel-utils';\nimport type { AlertProps as HeroAlertProps } from '@heroui/alert';\nimport type { ReactNode } from 'react';\n\nimport { Alert as HeroAlert } from '@heroui/alert';\nimport { alert as heroAlertVariants } from '@heroui/theme';\n\nimport { tv, variantsToClassNames } from '@fuf-stack/pixel-utils';\n\nexport const alertVariants = tv({\n slots: {\n base: 'min-w-72',\n title: '',\n description: '',\n mainWrapper: 'gap-1.5',\n closeButton: '',\n iconWrapper: '',\n alertIcon: '',\n },\n variants: {\n // if HeroUI Alert title and description are set the icon is placed on top (looks better)\n hasTitleAndChildren: {\n true: {\n iconWrapper: 'self-start',\n },\n },\n // see: https://github.com/heroui-inc/heroui/blob/canary/packages/core/theme/src/components/alert.ts\n variant: {\n danger: {\n base: 'bg-danger-50 dark:bg-danger-50',\n },\n default: {\n base: 'bg-default-100 dark:bg-default-50',\n },\n info: {\n alertIcon: 'fill-current',\n base: 'border-small border-info-200 bg-info-50 text-info-600 dark:border-info-100 dark:bg-info-50',\n closeButton: 'text-info-500 data-[hover]:bg-info-200',\n description: 'text-inherit',\n iconWrapper: 'border-info-100 bg-info-50 dark:bg-info-100',\n mainWrapper: 'text-inherit',\n title: 'text-inherit',\n },\n success: {\n base: 'bg-success-50 dark:bg-success-50',\n },\n warning: {\n base: 'bg-warning-50 dark:bg-warning-50',\n },\n },\n },\n});\n\nexport type VariantProps = TVProps<typeof alertVariants>;\ntype ClassName = TVClassName<typeof alertVariants>;\n\n// hasTitleAndChildren is omitted because its used for automatic icon position\nexport interface AlertProps extends Omit<VariantProps, 'hasTitleAndChildren'> {\n /** Content displayed inside the Alert if no description is given! */\n children?: ReactNode;\n /** CSS class name */\n className?: ClassName;\n /** Content displayed at the end of the Alert */\n endContent?: ReactNode;\n /** Icon displayed at the start of the Alert */\n icon?: ReactNode;\n /** Whether the Alert can be closed */\n closable?: boolean;\n /** Callback fired when the close button is clicked */\n onClose?: () => void;\n /** HTML data-testid attribute used in e2e tests */\n testId?: string;\n /** Title displayed in the Alert above the content */\n title?: ReactNode;\n /** Style variant of the Alert */\n variant?: VariantProps['variant'];\n}\n\n/**\n * Alert component based on [HeroUI Alert](https://www.heroui.com//docs/components/alert)\n */\nconst Alert = ({\n children = undefined,\n className = undefined,\n endContent = undefined,\n icon = undefined,\n closable = false,\n onClose = undefined,\n testId = undefined,\n title = undefined,\n variant = 'info',\n}: AlertProps) => {\n const hasTitleAndChildren = !!children && !!title;\n const variants = alertVariants({\n hasTitleAndChildren,\n variant,\n });\n const classNames = variantsToClassNames(variants, className, 'base');\n\n // map variant to HeroUI color prop (only for variants that exist in HeroUI)\n const heroColor = Object.keys(heroAlertVariants.variants.color).includes(\n variant,\n )\n ? (variant as HeroAlertProps['color'])\n : undefined;\n\n return (\n <HeroAlert\n classNames={classNames}\n color={heroColor}\n data-testid={testId}\n description={title ? children : undefined}\n endContent={endContent}\n hideIcon={variant === 'default'}\n icon={icon}\n // map closable to isClosable, because of we do not want \"is\" as prefix\n isClosable={closable}\n onClose={onClose}\n title={(title ?? children) as string}\n variant=\"faded\"\n />\n );\n};\n\nexport default Alert;\n"],"mappings":";;;;;;AASA,MAAa,iBAAA,GAAA,uBAAA,IAAmB;CAC9B,OAAO;EACL,MAAM;EACN,OAAO;EACP,aAAa;EACb,aAAa;EACb,aAAa;EACb,aAAa;EACb,WAAW;CACb;CACA,UAAU;EAER,qBAAqB,EACnB,MAAM,EACJ,aAAa,aACf,EACF;EAEA,SAAS;GACP,QAAQ,EACN,MAAM,iCACR;GACA,SAAS,EACP,MAAM,oCACR;GACA,MAAM;IACJ,WAAW;IACX,MAAM;IACN,aAAa;IACb,aAAa;IACb,aAAa;IACb,aAAa;IACb,OAAO;GACT;GACA,SAAS,EACP,MAAM,mCACR;GACA,SAAS,EACP,MAAM,mCACR;EACF;CACF;AACF,CAAC;;;;AA8BD,MAAM,SAAS,EACb,WAAW,KAAA,GACX,YAAY,KAAA,GACZ,aAAa,KAAA,GACb,OAAO,KAAA,GACP,WAAW,OACX,UAAU,KAAA,GACV,SAAS,KAAA,GACT,QAAQ,KAAA,GACR,UAAU,aACM;CAehB,OACE,iBAAA,GAAA,kBAAA,KAACA,cAAAA,OAAD;EACE,aAAA,GAAA,uBAAA,sBAfa,cAAc;GAC7B,qBAF0B,CAAC,CAAC,YAAY,CAAC,CAAC;GAG1C;EACF,CAC+C,GAAG,WAAW,MAWpC;EACrB,OATc,OAAO,KAAKC,cAAAA,MAAkB,SAAS,KAAK,EAAE,SAC9D,OACF,IACK,UACD,KAAA;EAMA,eAAa;EACb,aAAa,QAAQ,WAAW,KAAA;EACpB;EACZ,UAAU,YAAY;EAChB;EAEN,YAAY;EACH;EACT,OAAQ,SAAS;EACjB,SAAQ;CACT,CAAA;AAEL"}