@fuf-stack/pixels 1.9.0 → 1.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (767) 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/{index.css → Json/theme.css} +5 -7
  176. package/dist/Label/Label.cjs +84 -0
  177. package/dist/Label/Label.cjs.map +1 -0
  178. package/dist/Label/Label.d.cts +225 -0
  179. package/dist/Label/Label.d.cts.map +1 -0
  180. package/dist/Label/Label.d.ts +225 -0
  181. package/dist/Label/Label.d.ts.map +1 -0
  182. package/dist/Label/Label.js +82 -0
  183. package/dist/Label/Label.js.map +1 -0
  184. package/dist/Label/index.cjs +11 -10
  185. package/dist/Label/index.cjs.map +1 -1
  186. package/dist/Label/index.d.cts +2 -11
  187. package/dist/Label/index.d.ts +2 -11
  188. package/dist/Label/index.js +6 -11
  189. package/dist/Label/index.js.map +1 -1
  190. package/dist/Menu/Menu.cjs +87 -0
  191. package/dist/Menu/Menu.cjs.map +1 -0
  192. package/dist/Menu/Menu.d.cts +110 -0
  193. package/dist/Menu/Menu.d.cts.map +1 -0
  194. package/dist/Menu/Menu.d.ts +110 -0
  195. package/dist/Menu/Menu.d.ts.map +1 -0
  196. package/dist/Menu/Menu.js +86 -0
  197. package/dist/Menu/Menu.js.map +1 -0
  198. package/dist/Menu/VerticalDotsIcon.cjs +23 -0
  199. package/dist/Menu/VerticalDotsIcon.cjs.map +1 -0
  200. package/dist/Menu/VerticalDotsIcon.js +22 -0
  201. package/dist/Menu/VerticalDotsIcon.js.map +1 -0
  202. package/dist/Menu/index.cjs +10 -8
  203. package/dist/Menu/index.cjs.map +1 -1
  204. package/dist/Menu/index.d.cts +2 -13
  205. package/dist/Menu/index.d.ts +2 -13
  206. package/dist/Menu/index.js +6 -9
  207. package/dist/Menu/index.js.map +1 -1
  208. package/dist/Modal/Modal.cjs +57 -0
  209. package/dist/Modal/Modal.cjs.map +1 -0
  210. package/dist/Modal/Modal.d.cts +126 -0
  211. package/dist/Modal/Modal.d.cts.map +1 -0
  212. package/dist/Modal/Modal.d.ts +126 -0
  213. package/dist/Modal/Modal.d.ts.map +1 -0
  214. package/dist/Modal/Modal.js +55 -0
  215. package/dist/Modal/Modal.js.map +1 -0
  216. package/dist/Modal/index.cjs +11 -10
  217. package/dist/Modal/index.cjs.map +1 -1
  218. package/dist/Modal/index.d.cts +2 -11
  219. package/dist/Modal/index.d.ts +2 -11
  220. package/dist/Modal/index.js +6 -11
  221. package/dist/Modal/index.js.map +1 -1
  222. package/dist/Popover/Popover.cjs +72 -0
  223. package/dist/Popover/Popover.cjs.map +1 -0
  224. package/dist/Popover/Popover.d.cts +124 -0
  225. package/dist/Popover/Popover.d.cts.map +1 -0
  226. package/dist/Popover/Popover.d.ts +124 -0
  227. package/dist/Popover/Popover.d.ts.map +1 -0
  228. package/dist/Popover/Popover.js +71 -0
  229. package/dist/Popover/Popover.js.map +1 -0
  230. package/dist/Popover/index.cjs +10 -9
  231. package/dist/Popover/index.cjs.map +1 -1
  232. package/dist/Popover/index.d.cts +2 -13
  233. package/dist/Popover/index.d.ts +2 -13
  234. package/dist/Popover/index.js +6 -10
  235. package/dist/Popover/index.js.map +1 -1
  236. package/dist/Progress/Progress.cjs +57 -0
  237. package/dist/Progress/Progress.cjs.map +1 -0
  238. package/dist/Progress/Progress.d.cts +146 -0
  239. package/dist/Progress/Progress.d.cts.map +1 -0
  240. package/dist/Progress/Progress.d.ts +146 -0
  241. package/dist/Progress/Progress.d.ts.map +1 -0
  242. package/dist/Progress/Progress.js +55 -0
  243. package/dist/Progress/Progress.js.map +1 -0
  244. package/dist/Progress/index.cjs +11 -11
  245. package/dist/Progress/index.cjs.map +1 -1
  246. package/dist/Progress/index.d.cts +2 -10
  247. package/dist/Progress/index.d.ts +2 -10
  248. package/dist/Progress/index.js +6 -12
  249. package/dist/Progress/index.js.map +1 -1
  250. package/dist/ProgressCircular/ProgressCircular.cjs +102 -0
  251. package/dist/ProgressCircular/ProgressCircular.cjs.map +1 -0
  252. package/dist/ProgressCircular/ProgressCircular.d.cts +239 -0
  253. package/dist/ProgressCircular/ProgressCircular.d.cts.map +1 -0
  254. package/dist/ProgressCircular/ProgressCircular.d.ts +239 -0
  255. package/dist/ProgressCircular/ProgressCircular.d.ts.map +1 -0
  256. package/dist/ProgressCircular/ProgressCircular.js +100 -0
  257. package/dist/ProgressCircular/ProgressCircular.js.map +1 -0
  258. package/dist/ProgressCircular/index.cjs +11 -11
  259. package/dist/ProgressCircular/index.cjs.map +1 -1
  260. package/dist/ProgressCircular/index.d.cts +2 -10
  261. package/dist/ProgressCircular/index.d.ts +2 -10
  262. package/dist/ProgressCircular/index.js +6 -12
  263. package/dist/ProgressCircular/index.js.map +1 -1
  264. package/dist/ScrollShadow/ScrollShadow.cjs +22 -0
  265. package/dist/ScrollShadow/ScrollShadow.cjs.map +1 -0
  266. package/dist/ScrollShadow/ScrollShadow.d.cts +31 -0
  267. package/dist/ScrollShadow/ScrollShadow.d.cts.map +1 -0
  268. package/dist/ScrollShadow/ScrollShadow.d.ts +31 -0
  269. package/dist/ScrollShadow/ScrollShadow.d.ts.map +1 -0
  270. package/dist/ScrollShadow/ScrollShadow.js +21 -0
  271. package/dist/ScrollShadow/ScrollShadow.js.map +1 -0
  272. package/dist/ScrollShadow/index.cjs +10 -10
  273. package/dist/ScrollShadow/index.cjs.map +1 -1
  274. package/dist/ScrollShadow/index.d.cts +2 -23
  275. package/dist/ScrollShadow/index.d.ts +2 -23
  276. package/dist/ScrollShadow/index.js +5 -10
  277. package/dist/ScrollShadow/index.js.map +1 -1
  278. package/dist/SearchInput/SearchInput.cjs +53 -0
  279. package/dist/SearchInput/SearchInput.cjs.map +1 -0
  280. package/dist/SearchInput/SearchInput.d.cts +86 -0
  281. package/dist/SearchInput/SearchInput.d.cts.map +1 -0
  282. package/dist/SearchInput/SearchInput.d.ts +86 -0
  283. package/dist/SearchInput/SearchInput.d.ts.map +1 -0
  284. package/dist/SearchInput/SearchInput.js +52 -0
  285. package/dist/SearchInput/SearchInput.js.map +1 -0
  286. package/dist/SearchInput/index.cjs +9 -70
  287. package/dist/SearchInput/index.cjs.map +1 -1
  288. package/dist/SearchInput/index.d.cts +2 -89
  289. package/dist/SearchInput/index.d.ts +2 -89
  290. package/dist/SearchInput/index.js +4 -70
  291. package/dist/SearchInput/index.js.map +1 -1
  292. package/dist/Table/Table.cjs +75 -0
  293. package/dist/{chunk-YUR6N2RB.cjs.map → Table/Table.cjs.map} +1 -1
  294. package/dist/Table/Table.d.cts +178 -0
  295. package/dist/Table/Table.d.cts.map +1 -0
  296. package/dist/Table/Table.d.ts +178 -0
  297. package/dist/Table/Table.d.ts.map +1 -0
  298. package/dist/Table/Table.js +73 -0
  299. package/dist/Table/Table.js.map +1 -0
  300. package/dist/Table/index.cjs +11 -10
  301. package/dist/Table/index.cjs.map +1 -1
  302. package/dist/Table/index.d.cts +2 -10
  303. package/dist/Table/index.d.ts +2 -10
  304. package/dist/Table/index.js +6 -11
  305. package/dist/Table/index.js.map +1 -1
  306. package/dist/Tabs/Tabs.cjs +49 -0
  307. package/dist/Tabs/Tabs.cjs.map +1 -0
  308. package/dist/Tabs/Tabs.d.cts +138 -0
  309. package/dist/Tabs/Tabs.d.cts.map +1 -0
  310. package/dist/Tabs/Tabs.d.ts +138 -0
  311. package/dist/Tabs/Tabs.d.ts.map +1 -0
  312. package/dist/Tabs/Tabs.js +47 -0
  313. package/dist/Tabs/Tabs.js.map +1 -0
  314. package/dist/Tabs/index.cjs +11 -10
  315. package/dist/Tabs/index.cjs.map +1 -1
  316. package/dist/Tabs/index.d.cts +2 -11
  317. package/dist/Tabs/index.d.ts +2 -11
  318. package/dist/Tabs/index.js +6 -11
  319. package/dist/Tabs/index.js.map +1 -1
  320. package/dist/Toast/Toast.cjs +90 -0
  321. package/dist/Toast/Toast.cjs.map +1 -0
  322. package/dist/Toast/Toast.d.cts +76 -0
  323. package/dist/Toast/Toast.d.cts.map +1 -0
  324. package/dist/Toast/Toast.d.ts +76 -0
  325. package/dist/Toast/Toast.d.ts.map +1 -0
  326. package/dist/Toast/Toast.js +89 -0
  327. package/dist/Toast/Toast.js.map +1 -0
  328. package/dist/Toast/Toaster.cjs +11 -0
  329. package/dist/Toast/Toaster.cjs.map +1 -0
  330. package/dist/Toast/Toaster.d.cts +9 -0
  331. package/dist/Toast/Toaster.d.cts.map +1 -0
  332. package/dist/Toast/Toaster.d.ts +9 -0
  333. package/dist/Toast/Toaster.d.ts.map +1 -0
  334. package/dist/Toast/Toaster.js +10 -0
  335. package/dist/Toast/Toaster.js.map +1 -0
  336. package/dist/Toast/index.cjs +12 -11
  337. package/dist/Toast/index.cjs.map +1 -1
  338. package/dist/Toast/index.d.cts +3 -12
  339. package/dist/Toast/index.d.ts +3 -12
  340. package/dist/Toast/index.js +7 -12
  341. package/dist/Toast/index.js.map +1 -1
  342. package/dist/Tooltip/Tooltip.cjs +105 -0
  343. package/dist/Tooltip/Tooltip.cjs.map +1 -0
  344. package/dist/Tooltip/Tooltip.d.cts +208 -0
  345. package/dist/Tooltip/Tooltip.d.cts.map +1 -0
  346. package/dist/Tooltip/Tooltip.d.ts +208 -0
  347. package/dist/Tooltip/Tooltip.d.ts.map +1 -0
  348. package/dist/Tooltip/Tooltip.js +104 -0
  349. package/dist/Tooltip/Tooltip.js.map +1 -0
  350. package/dist/Tooltip/index.cjs +10 -9
  351. package/dist/Tooltip/index.cjs.map +1 -1
  352. package/dist/Tooltip/index.d.cts +2 -11
  353. package/dist/Tooltip/index.d.ts +2 -11
  354. package/dist/Tooltip/index.js +6 -10
  355. package/dist/Tooltip/index.js.map +1 -1
  356. package/dist/_virtual/_rolldown/runtime.cjs +25 -0
  357. package/dist/_virtual/_rolldown/runtime.js +24 -0
  358. package/dist/hooks/useDebounce/index.cjs +3 -8
  359. package/dist/hooks/useDebounce/index.d.cts +2 -9
  360. package/dist/hooks/useDebounce/index.d.ts +2 -9
  361. package/dist/hooks/useDebounce/index.js +2 -8
  362. package/dist/hooks/useDebounce/useDebounce.cjs +37 -0
  363. package/dist/hooks/useDebounce/useDebounce.cjs.map +1 -0
  364. package/dist/hooks/useDebounce/useDebounce.d.cts +11 -0
  365. package/dist/hooks/useDebounce/useDebounce.d.cts.map +1 -0
  366. package/dist/hooks/useDebounce/useDebounce.d.ts +11 -0
  367. package/dist/hooks/useDebounce/useDebounce.d.ts.map +1 -0
  368. package/dist/hooks/useDebounce/useDebounce.js +36 -0
  369. package/dist/hooks/useDebounce/useDebounce.js.map +1 -0
  370. package/dist/hooks/useIsInitialRenderCycle/index.cjs +3 -8
  371. package/dist/hooks/useIsInitialRenderCycle/index.d.cts +2 -8
  372. package/dist/hooks/useIsInitialRenderCycle/index.d.ts +2 -8
  373. package/dist/hooks/useIsInitialRenderCycle/index.js +2 -8
  374. package/dist/hooks/useIsInitialRenderCycle/useIsInitialRenderCycle.cjs +19 -0
  375. package/dist/hooks/useIsInitialRenderCycle/useIsInitialRenderCycle.cjs.map +1 -0
  376. package/dist/hooks/useIsInitialRenderCycle/useIsInitialRenderCycle.d.cts +10 -0
  377. package/dist/hooks/useIsInitialRenderCycle/useIsInitialRenderCycle.d.cts.map +1 -0
  378. package/dist/hooks/useIsInitialRenderCycle/useIsInitialRenderCycle.d.ts +10 -0
  379. package/dist/hooks/useIsInitialRenderCycle/useIsInitialRenderCycle.d.ts.map +1 -0
  380. package/dist/hooks/useIsInitialRenderCycle/useIsInitialRenderCycle.js +18 -0
  381. package/dist/hooks/useIsInitialRenderCycle/useIsInitialRenderCycle.js.map +1 -0
  382. package/dist/hooks/useLocalStorage/index.cjs +3 -8
  383. package/dist/hooks/useLocalStorage/index.d.cts +2 -5
  384. package/dist/hooks/useLocalStorage/index.d.ts +2 -5
  385. package/dist/hooks/useLocalStorage/index.js +2 -8
  386. package/dist/hooks/useLocalStorage/useLocalStorage.cjs +54 -0
  387. package/dist/hooks/useLocalStorage/useLocalStorage.cjs.map +1 -0
  388. package/dist/hooks/useLocalStorage/useLocalStorage.d.cts +7 -0
  389. package/dist/hooks/useLocalStorage/useLocalStorage.d.cts.map +1 -0
  390. package/dist/hooks/useLocalStorage/useLocalStorage.d.ts +7 -0
  391. package/dist/hooks/useLocalStorage/useLocalStorage.d.ts.map +1 -0
  392. package/dist/hooks/useLocalStorage/useLocalStorage.js +53 -0
  393. package/dist/hooks/useLocalStorage/useLocalStorage.js.map +1 -0
  394. package/dist/index.cjs +72 -137
  395. package/dist/index.cjs.map +1 -1
  396. package/dist/index.d.cts +27 -41
  397. package/dist/index.d.ts +27 -41
  398. package/dist/index.js +31 -138
  399. package/dist/index.js.map +1 -1
  400. package/dist/node_modules/.pnpm/@babel_runtime@7.29.2/node_modules/@babel/runtime/helpers/extends.cjs +22 -0
  401. package/dist/node_modules/.pnpm/@babel_runtime@7.29.2/node_modules/@babel/runtime/helpers/extends.cjs.map +1 -0
  402. package/dist/node_modules/.pnpm/@babel_runtime@7.29.2/node_modules/@babel/runtime/helpers/extends.js +19 -0
  403. package/dist/node_modules/.pnpm/@babel_runtime@7.29.2/node_modules/@babel/runtime/helpers/extends.js.map +1 -0
  404. package/dist/node_modules/.pnpm/@babel_runtime@7.29.2/node_modules/@babel/runtime/helpers/objectDestructuringEmpty.cjs +16 -0
  405. package/dist/node_modules/.pnpm/@babel_runtime@7.29.2/node_modules/@babel/runtime/helpers/objectDestructuringEmpty.cjs.map +1 -0
  406. package/dist/node_modules/.pnpm/@babel_runtime@7.29.2/node_modules/@babel/runtime/helpers/objectDestructuringEmpty.js +13 -0
  407. package/dist/node_modules/.pnpm/@babel_runtime@7.29.2/node_modules/@babel/runtime/helpers/objectDestructuringEmpty.js.map +1 -0
  408. package/dist/node_modules/.pnpm/@babel_runtime@7.29.2/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.cjs +22 -0
  409. package/dist/node_modules/.pnpm/@babel_runtime@7.29.2/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.cjs.map +1 -0
  410. package/dist/node_modules/.pnpm/@babel_runtime@7.29.2/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js +19 -0
  411. package/dist/node_modules/.pnpm/@babel_runtime@7.29.2/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js.map +1 -0
  412. 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
  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.map +1 -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.js +67 -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.map +1 -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/arrow/TriangleArrow.cjs +29 -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.map +1 -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.js +28 -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.map +1 -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/comps/Copied.cjs +82 -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.map +1 -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.js +82 -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.map +1 -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/KeyValues.cjs +150 -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.map +1 -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.js +149 -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.map +1 -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/NestedClose.cjs +46 -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.map +1 -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.js +46 -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.map +1 -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/NestedOpen.cjs +107 -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.map +1 -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.js +107 -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.map +1 -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/Value.cjs +31 -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.map +1 -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.js +31 -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.map +1 -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/useIdCompat.cjs +12 -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.map +1 -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.js +11 -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.map +1 -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/index.cjs +131 -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.map +1 -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.js +131 -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.map +1 -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/section/Copied.cjs +13 -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.map +1 -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.js +13 -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.map +1 -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/CountInfo.cjs +41 -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.map +1 -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.js +40 -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.map +1 -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/CountInfoExtra.cjs +37 -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.map +1 -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.js +36 -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.map +1 -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/Ellipsis.cjs +35 -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.map +1 -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.js +34 -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.map +1 -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/KeyName.cjs +38 -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.map +1 -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.js +37 -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.map +1 -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/Row.cjs +46 -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.map +1 -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.js +45 -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.map +1 -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/store/Expands.cjs +38 -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.map +1 -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.js +35 -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.map +1 -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/Section.cjs +82 -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.map +1 -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.js +78 -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.map +1 -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/ShowTools.cjs +38 -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.map +1 -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.js +35 -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.map +1 -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/Symbols.cjs +95 -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.map +1 -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.js +92 -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.map +1 -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/Types.cjs +136 -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.map +1 -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.js +133 -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.map +1 -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.cjs +72 -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.map +1 -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.js +67 -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.map +1 -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/symbol/Arrow.cjs +13 -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.map +1 -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.js +13 -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.map +1 -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/BraceLeft.cjs +13 -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.map +1 -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.js +13 -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.map +1 -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/BraceRight.cjs +13 -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.map +1 -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.js +13 -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.map +1 -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/BracketsLeft.cjs +13 -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.map +1 -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.js +13 -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.map +1 -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/BracketsRight.cjs +13 -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.map +1 -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.js +13 -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.map +1 -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/Colon.cjs +13 -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.map +1 -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.js +13 -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.map +1 -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/Quote.cjs +13 -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.map +1 -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.js +13 -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.map +1 -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/ValueQuote.cjs +13 -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.map +1 -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.js +13 -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.map +1 -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/index.cjs +144 -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.map +1 -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.js +139 -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.map +1 -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/types/Bigint.cjs +13 -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.map +1 -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.js +13 -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.map +1 -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/Date.cjs +13 -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.map +1 -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.js +13 -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.map +1 -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/False.cjs +13 -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.map +1 -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.js +13 -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.map +1 -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/Float.cjs +13 -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.map +1 -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.js +13 -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.map +1 -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/Int.cjs +13 -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.map +1 -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.js +13 -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.map +1 -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/Map.cjs +13 -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.map +1 -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.js +13 -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.map +1 -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/Nan.cjs +13 -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.map +1 -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.js +13 -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.map +1 -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/Null.cjs +13 -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.map +1 -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.js +13 -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.map +1 -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/Set.cjs +13 -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.map +1 -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.js +13 -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.map +1 -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/String.cjs +13 -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.map +1 -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.js +13 -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.map +1 -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/True.cjs +13 -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.map +1 -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.js +13 -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.map +1 -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/Undefined.cjs +13 -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.map +1 -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.js +13 -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.map +1 -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/Url.cjs +13 -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.map +1 -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.js +13 -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.map +1 -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/index.cjs +402 -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.map +1 -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.js +389 -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.map +1 -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/utils/useHighlight.cjs +39 -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.map +1 -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.js +38 -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.map +1 -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/useRender.cjs +41 -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.map +1 -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.js +39 -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.map +1 -0
  596. package/dist/utils/createWithSuspense/createWithSuspense.cjs +153 -0
  597. package/dist/utils/createWithSuspense/createWithSuspense.cjs.map +1 -0
  598. package/dist/utils/createWithSuspense/createWithSuspense.d.cts +73 -0
  599. package/dist/utils/createWithSuspense/createWithSuspense.d.cts.map +1 -0
  600. package/dist/utils/createWithSuspense/createWithSuspense.d.ts +73 -0
  601. package/dist/utils/createWithSuspense/createWithSuspense.d.ts.map +1 -0
  602. package/dist/utils/createWithSuspense/createWithSuspense.js +151 -0
  603. package/dist/utils/createWithSuspense/createWithSuspense.js.map +1 -0
  604. package/dist/utils/createWithSuspense/index.cjs +3 -8
  605. package/dist/utils/createWithSuspense/index.d.cts +2 -72
  606. package/dist/utils/createWithSuspense/index.d.ts +2 -72
  607. package/dist/utils/createWithSuspense/index.js +2 -8
  608. package/package.json +33 -32
  609. package/dist/Accordion-BX1Npq3Q.d.cts +0 -140
  610. package/dist/Accordion-BX1Npq3Q.d.ts +0 -140
  611. package/dist/Alert-CWjAMyih.d.cts +0 -145
  612. package/dist/Alert-CWjAMyih.d.ts +0 -145
  613. package/dist/Avatar-DTg6mH8E.d.cts +0 -73
  614. package/dist/Avatar-DTg6mH8E.d.ts +0 -73
  615. package/dist/AvatarGroup-9wz1iZH4.d.ts +0 -23
  616. package/dist/AvatarGroup-BYAaERBV.d.cts +0 -23
  617. package/dist/Badge-DkO-EJif.d.cts +0 -63
  618. package/dist/Badge-DkO-EJif.d.ts +0 -63
  619. package/dist/Breadcrumb-CW1qsIoL.d.cts +0 -123
  620. package/dist/Breadcrumb-CW1qsIoL.d.ts +0 -123
  621. package/dist/Button-nJ22qVMK.d.cts +0 -262
  622. package/dist/Button-nJ22qVMK.d.ts +0 -262
  623. package/dist/ButtonGroup-CUxpALRo.d.cts +0 -9
  624. package/dist/ButtonGroup-CUxpALRo.d.ts +0 -9
  625. package/dist/Card-2AwIQqnR.d.cts +0 -75
  626. package/dist/Card-2AwIQqnR.d.ts +0 -75
  627. package/dist/Drawer-Bd7lsUl9.d.cts +0 -118
  628. package/dist/Drawer-Bd7lsUl9.d.ts +0 -118
  629. package/dist/Json/index.css +0 -59
  630. package/dist/Json/index.css.map +0 -1
  631. package/dist/Json-Dny90Wml.d.cts +0 -24
  632. package/dist/Json-Dny90Wml.d.ts +0 -24
  633. package/dist/Label-B5fd7vp_.d.cts +0 -215
  634. package/dist/Label-B5fd7vp_.d.ts +0 -215
  635. package/dist/Menu-C9M_q1Z6.d.cts +0 -101
  636. package/dist/Menu-C9M_q1Z6.d.ts +0 -101
  637. package/dist/Modal-BwFQz60I.d.cts +0 -115
  638. package/dist/Modal-BwFQz60I.d.ts +0 -115
  639. package/dist/Popover-DKzS6RUP.d.cts +0 -112
  640. package/dist/Popover-DKzS6RUP.d.ts +0 -112
  641. package/dist/Progress-Deph-HCf.d.cts +0 -133
  642. package/dist/Progress-Deph-HCf.d.ts +0 -133
  643. package/dist/ProgressCircular-CkZsOW4R.d.cts +0 -228
  644. package/dist/ProgressCircular-CkZsOW4R.d.ts +0 -228
  645. package/dist/Table-LKaPSY4D.d.cts +0 -161
  646. package/dist/Table-LKaPSY4D.d.ts +0 -161
  647. package/dist/Tabs-BM4tl_1j.d.cts +0 -122
  648. package/dist/Tabs-BM4tl_1j.d.ts +0 -122
  649. package/dist/Toaster-BtcILj3f.d.ts +0 -79
  650. package/dist/Toaster-D28PKRWz.d.cts +0 -79
  651. package/dist/Tooltip-DoIaNgTC.d.cts +0 -195
  652. package/dist/Tooltip-DoIaNgTC.d.ts +0 -195
  653. package/dist/chunk-2NMIKTA5.js +0 -184
  654. package/dist/chunk-2NMIKTA5.js.map +0 -1
  655. package/dist/chunk-3SXXVV5T.js +0 -124
  656. package/dist/chunk-3SXXVV5T.js.map +0 -1
  657. package/dist/chunk-3WD7CGWD.cjs +0 -37
  658. package/dist/chunk-3WD7CGWD.cjs.map +0 -1
  659. package/dist/chunk-4AXE6KZW.js +0 -127
  660. package/dist/chunk-4AXE6KZW.js.map +0 -1
  661. package/dist/chunk-4SBEERL5.js +0 -145
  662. package/dist/chunk-4SBEERL5.js.map +0 -1
  663. package/dist/chunk-4Y4W74D7.js +0 -48
  664. package/dist/chunk-4Y4W74D7.js.map +0 -1
  665. package/dist/chunk-5ZT7C5IP.cjs +0 -169
  666. package/dist/chunk-5ZT7C5IP.cjs.map +0 -1
  667. package/dist/chunk-6PCFYEJH.cjs +0 -86
  668. package/dist/chunk-6PCFYEJH.cjs.map +0 -1
  669. package/dist/chunk-73HT7W6F.js +0 -104
  670. package/dist/chunk-73HT7W6F.js.map +0 -1
  671. package/dist/chunk-77J7NZYB.cjs +0 -48
  672. package/dist/chunk-77J7NZYB.cjs.map +0 -1
  673. package/dist/chunk-AHEA4IJV.cjs +0 -84
  674. package/dist/chunk-AHEA4IJV.cjs.map +0 -1
  675. package/dist/chunk-B2PDISUU.cjs +0 -77
  676. package/dist/chunk-B2PDISUU.cjs.map +0 -1
  677. package/dist/chunk-BPBEZCSP.cjs +0 -127
  678. package/dist/chunk-BPBEZCSP.cjs.map +0 -1
  679. package/dist/chunk-CUNIBDOS.js +0 -89
  680. package/dist/chunk-CUNIBDOS.js.map +0 -1
  681. package/dist/chunk-D6Z3F5C2.js +0 -86
  682. package/dist/chunk-D6Z3F5C2.js.map +0 -1
  683. package/dist/chunk-FLDEDIE2.js +0 -37
  684. package/dist/chunk-FLDEDIE2.js.map +0 -1
  685. package/dist/chunk-FNQ7VO32.js +0 -13
  686. package/dist/chunk-FNQ7VO32.js.map +0 -1
  687. package/dist/chunk-FQJ32476.cjs +0 -145
  688. package/dist/chunk-FQJ32476.cjs.map +0 -1
  689. package/dist/chunk-FVQDVD3E.cjs +0 -184
  690. package/dist/chunk-FVQDVD3E.cjs.map +0 -1
  691. package/dist/chunk-G3YTOGEG.cjs +0 -80
  692. package/dist/chunk-G3YTOGEG.cjs.map +0 -1
  693. package/dist/chunk-GKYJUGD4.js +0 -14
  694. package/dist/chunk-GKYJUGD4.js.map +0 -1
  695. package/dist/chunk-HG7AE6Q2.cjs +0 -49
  696. package/dist/chunk-HG7AE6Q2.cjs.map +0 -1
  697. package/dist/chunk-HMYQTHGT.js +0 -80
  698. package/dist/chunk-HMYQTHGT.js.map +0 -1
  699. package/dist/chunk-HSREBNZV.js +0 -66
  700. package/dist/chunk-HSREBNZV.js.map +0 -1
  701. package/dist/chunk-I5QMH3J5.cjs +0 -96
  702. package/dist/chunk-I5QMH3J5.cjs.map +0 -1
  703. package/dist/chunk-IBX6A72P.cjs +0 -90
  704. package/dist/chunk-IBX6A72P.cjs.map +0 -1
  705. package/dist/chunk-IGRNC5NX.js +0 -98
  706. package/dist/chunk-IGRNC5NX.js.map +0 -1
  707. package/dist/chunk-ITHJ52SN.cjs +0 -29
  708. package/dist/chunk-ITHJ52SN.cjs.map +0 -1
  709. package/dist/chunk-IXBNFKOS.cjs +0 -62
  710. package/dist/chunk-IXBNFKOS.cjs.map +0 -1
  711. package/dist/chunk-K5VPNWIJ.cjs +0 -103
  712. package/dist/chunk-K5VPNWIJ.cjs.map +0 -1
  713. package/dist/chunk-KGNCVUGN.js +0 -77
  714. package/dist/chunk-KGNCVUGN.js.map +0 -1
  715. package/dist/chunk-M3Y2DZZE.js +0 -62
  716. package/dist/chunk-M3Y2DZZE.js.map +0 -1
  717. package/dist/chunk-MF5KUM5I.js +0 -124
  718. package/dist/chunk-MF5KUM5I.js.map +0 -1
  719. package/dist/chunk-NSYHAJM2.cjs +0 -104
  720. package/dist/chunk-NZ5FWOC6.js +0 -2812
  721. package/dist/chunk-NZ5FWOC6.js.map +0 -1
  722. package/dist/chunk-OAIRL2FN.js +0 -84
  723. package/dist/chunk-OAIRL2FN.js.map +0 -1
  724. package/dist/chunk-OFZQFYUT.js +0 -103
  725. package/dist/chunk-OFZQFYUT.js.map +0 -1
  726. package/dist/chunk-OLU26V56.cjs +0 -98
  727. package/dist/chunk-OLU26V56.cjs.map +0 -1
  728. package/dist/chunk-ON3PVFZY.cjs +0 -14
  729. package/dist/chunk-ON3PVFZY.cjs.map +0 -1
  730. package/dist/chunk-P7QMPWKS.cjs +0 -2812
  731. package/dist/chunk-P7QMPWKS.cjs.map +0 -1
  732. package/dist/chunk-RPULU7LC.cjs +0 -89
  733. package/dist/chunk-RPULU7LC.cjs.map +0 -1
  734. package/dist/chunk-SDZX5VJZ.js +0 -96
  735. package/dist/chunk-SDZX5VJZ.js.map +0 -1
  736. package/dist/chunk-SRDRLHAA.js +0 -169
  737. package/dist/chunk-SRDRLHAA.js.map +0 -1
  738. package/dist/chunk-TJTBJ2NT.js +0 -90
  739. package/dist/chunk-TJTBJ2NT.js.map +0 -1
  740. package/dist/chunk-U5J6GTQE.js +0 -123
  741. package/dist/chunk-U5J6GTQE.js.map +0 -1
  742. package/dist/chunk-UEQG424R.js +0 -49
  743. package/dist/chunk-UEQG424R.js.map +0 -1
  744. package/dist/chunk-VD7VRLYO.js +0 -112
  745. package/dist/chunk-VD7VRLYO.js.map +0 -1
  746. package/dist/chunk-VHESFBAQ.cjs +0 -66
  747. package/dist/chunk-VHESFBAQ.cjs.map +0 -1
  748. package/dist/chunk-WCE3O6UA.cjs +0 -123
  749. package/dist/chunk-WCE3O6UA.cjs.map +0 -1
  750. package/dist/chunk-Y3RSI2KV.cjs +0 -13
  751. package/dist/chunk-Y3RSI2KV.cjs.map +0 -1
  752. package/dist/chunk-YUR6N2RB.cjs +0 -124
  753. package/dist/chunk-YWEUUA52.cjs +0 -112
  754. package/dist/chunk-YWEUUA52.cjs.map +0 -1
  755. package/dist/chunk-ZIAB3EXU.cjs +0 -124
  756. package/dist/chunk-ZIAB3EXU.cjs.map +0 -1
  757. package/dist/chunk-ZLSX6FH3.js +0 -29
  758. package/dist/chunk-ZLSX6FH3.js.map +0 -1
  759. package/dist/hooks/useDebounce/index.cjs.map +0 -1
  760. package/dist/hooks/useDebounce/index.js.map +0 -1
  761. package/dist/hooks/useIsInitialRenderCycle/index.cjs.map +0 -1
  762. package/dist/hooks/useIsInitialRenderCycle/index.js.map +0 -1
  763. package/dist/hooks/useLocalStorage/index.cjs.map +0 -1
  764. package/dist/hooks/useLocalStorage/index.js.map +0 -1
  765. package/dist/index.css.map +0 -1
  766. package/dist/utils/createWithSuspense/index.cjs.map +0 -1
  767. package/dist/utils/createWithSuspense/index.js.map +0 -1
@@ -0,0 +1,225 @@
1
+ import { TVClassName, TVProps } from "@fuf-stack/pixel-utils";
2
+ import { ReactNode } from "react";
3
+ import { ChipProps } from "@heroui/chip";
4
+
5
+ //#region src/Label/Label.d.ts
6
+ declare const labelVariants: import("tailwind-variants").TVReturnType<{
7
+ color: {
8
+ default: {
9
+ dot: string;
10
+ };
11
+ primary: {
12
+ dot: string;
13
+ };
14
+ secondary: {
15
+ dot: string;
16
+ };
17
+ success: {
18
+ dot: string;
19
+ };
20
+ warning: {
21
+ dot: string;
22
+ };
23
+ danger: {
24
+ dot: string;
25
+ };
26
+ info: {
27
+ dot: string;
28
+ };
29
+ };
30
+ isIconOnly: {
31
+ true: {
32
+ content: string;
33
+ };
34
+ false: {
35
+ content: string;
36
+ };
37
+ };
38
+ hasEndContent: {
39
+ true: {
40
+ base: string;
41
+ };
42
+ };
43
+ variant: {
44
+ solid: {};
45
+ bordered: {
46
+ base: string;
47
+ };
48
+ light: {
49
+ base: string;
50
+ };
51
+ flat: {};
52
+ faded: {
53
+ base: string;
54
+ };
55
+ shadow: {};
56
+ dot: {
57
+ base: string;
58
+ };
59
+ };
60
+ }, {
61
+ base: string;
62
+ closeButton: string;
63
+ content: string;
64
+ dot: string;
65
+ icon: string;
66
+ }, undefined, {
67
+ color: {
68
+ default: {
69
+ dot: string;
70
+ };
71
+ primary: {
72
+ dot: string;
73
+ };
74
+ secondary: {
75
+ dot: string;
76
+ };
77
+ success: {
78
+ dot: string;
79
+ };
80
+ warning: {
81
+ dot: string;
82
+ };
83
+ danger: {
84
+ dot: string;
85
+ };
86
+ info: {
87
+ dot: string;
88
+ };
89
+ };
90
+ isIconOnly: {
91
+ true: {
92
+ content: string;
93
+ };
94
+ false: {
95
+ content: string;
96
+ };
97
+ };
98
+ hasEndContent: {
99
+ true: {
100
+ base: string;
101
+ };
102
+ };
103
+ variant: {
104
+ solid: {};
105
+ bordered: {
106
+ base: string;
107
+ };
108
+ light: {
109
+ base: string;
110
+ };
111
+ flat: {};
112
+ faded: {
113
+ base: string;
114
+ };
115
+ shadow: {};
116
+ dot: {
117
+ base: string;
118
+ };
119
+ };
120
+ }, {
121
+ base: string;
122
+ closeButton: string;
123
+ content: string;
124
+ dot: string;
125
+ icon: string;
126
+ }, import("tailwind-variants").TVReturnType<{
127
+ color: {
128
+ default: {
129
+ dot: string;
130
+ };
131
+ primary: {
132
+ dot: string;
133
+ };
134
+ secondary: {
135
+ dot: string;
136
+ };
137
+ success: {
138
+ dot: string;
139
+ };
140
+ warning: {
141
+ dot: string;
142
+ };
143
+ danger: {
144
+ dot: string;
145
+ };
146
+ info: {
147
+ dot: string;
148
+ };
149
+ };
150
+ isIconOnly: {
151
+ true: {
152
+ content: string;
153
+ };
154
+ false: {
155
+ content: string;
156
+ };
157
+ };
158
+ hasEndContent: {
159
+ true: {
160
+ base: string;
161
+ };
162
+ };
163
+ variant: {
164
+ solid: {};
165
+ bordered: {
166
+ base: string;
167
+ };
168
+ light: {
169
+ base: string;
170
+ };
171
+ flat: {};
172
+ faded: {
173
+ base: string;
174
+ };
175
+ shadow: {};
176
+ dot: {
177
+ base: string;
178
+ };
179
+ };
180
+ }, {
181
+ base: string;
182
+ closeButton: string;
183
+ content: string;
184
+ dot: string;
185
+ icon: string;
186
+ }, undefined, unknown, unknown, undefined>>;
187
+ type VariantProps = TVProps<typeof labelVariants>;
188
+ type ClassName = TVClassName<typeof labelVariants>;
189
+ interface LabelProps extends VariantProps {
190
+ /** content of the label */
191
+ children?: ReactNode;
192
+ /** CSS class name */
193
+ className?: ClassName;
194
+ /** color of the label */
195
+ color?: VariantProps['color'];
196
+ /** element to be rendered in the right side of the label */
197
+ endContent?: ChipProps['endContent'];
198
+ /** optional label icon, when only icon provided without children and endContent */
199
+ icon?: ReactNode;
200
+ /** add close button to endContent */
201
+ onClose?: ChipProps['onClose'];
202
+ /** radius of the label */
203
+ radius?: ChipProps['radius'];
204
+ /** size of the label */
205
+ size?: ChipProps['size'];
206
+ /** style variant of the label */
207
+ variant?: 'solid' | 'bordered' | 'light' | 'flat' | 'faded' | 'dot';
208
+ }
209
+ /**
210
+ * Label component based on [HeroUI Chip](https://www.heroui.com//docs/components/chip)
211
+ */
212
+ declare const Label: ({
213
+ children,
214
+ className: _className,
215
+ color,
216
+ endContent,
217
+ icon,
218
+ onClose,
219
+ radius,
220
+ size,
221
+ variant
222
+ }: LabelProps) => import("react/jsx-runtime").JSX.Element;
223
+ //#endregion
224
+ export { Label, LabelProps, labelVariants };
225
+ //# sourceMappingURL=Label.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Label.d.ts","names":[],"sources":["../../src/Label/Label.tsx"],"mappings":";;;;;cAUa,aAAA,8BAAa,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA8ErB,YAAA,GAAe,OAAO,QAAQ,aAAA;AAAA,KAC9B,SAAA,GAAY,WAAW,QAAQ,aAAA;AAAA,UAEnB,UAAA,SAAmB,YAAA;EAwBrB;EAtBb,QAAA,GAAW,SAAA;EAgCV;EA9BD,SAAA,GAAY,SAAA;EA8BD;EA5BX,KAAA,GAAQ,YAAA;EAkBK;EAhBb,UAAA,GAAa,SAAA;EAgBA;EAdb,IAAA,GAAO,SAAA;EAcM;EAZb,OAAA,GAAU,SAAA;EAYG;EAVb,MAAA,GAAS,SAAA;EAUI;EARb,IAAA,GAAO,SAAA;EAQM;EANb,OAAA;AAAA;;;;cAMI,KAAA;EAAS,QAAA;EAAA,SAAA,EAAA,UAAA;EAAA,KAAA;EAAA,UAAA;EAAA,IAAA;EAAA,OAAA;EAAA,MAAA;EAAA,IAAA;EAAA;AAAA,GAUZ,UAAA,iCAAU,GAAA,CAAA,OAAA"}
@@ -0,0 +1,82 @@
1
+ import { tv, variantsToClassNames } from "@fuf-stack/pixel-utils";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ import { chip } from "@heroui/theme";
4
+ import { Chip } from "@heroui/chip";
5
+ //#region src/Label/Label.tsx
6
+ const labelVariants = tv({
7
+ slots: {
8
+ base: "",
9
+ closeButton: "",
10
+ content: "",
11
+ dot: "",
12
+ icon: ""
13
+ },
14
+ variants: {
15
+ color: {
16
+ info: { dot: "bg-info" },
17
+ ...chip.variants.color
18
+ },
19
+ isIconOnly: {
20
+ true: { content: "px-1" },
21
+ false: { content: "flex items-center gap-2" }
22
+ },
23
+ hasEndContent: { true: { base: "pr-2" } },
24
+ variant: chip.variants.variant
25
+ },
26
+ defaultVariants: chip.defaultVariants,
27
+ compoundVariants: [
28
+ ...chip.compoundVariants,
29
+ {
30
+ variant: "solid",
31
+ color: "info",
32
+ class: { base: "bg-info text-info-foreground" }
33
+ },
34
+ {
35
+ variant: "bordered",
36
+ color: "info",
37
+ class: { base: "border-info text-info" }
38
+ },
39
+ {
40
+ variant: "light",
41
+ color: "info",
42
+ class: { base: "text-info" }
43
+ },
44
+ {
45
+ variant: "flat",
46
+ color: "info",
47
+ class: { base: "bg-info/20 text-info-600" }
48
+ },
49
+ {
50
+ variant: "faded",
51
+ color: "info",
52
+ class: { base: "border-default text-info" }
53
+ }
54
+ ]
55
+ });
56
+ /**
57
+ * Label component based on [HeroUI Chip](https://www.heroui.com//docs/components/chip)
58
+ */
59
+ const Label = ({ children = void 0, className: _className = void 0, color = "default", endContent = void 0, icon = void 0, onClose = void 0, radius = "full", size = "md", variant = "solid" }) => {
60
+ const classNames = variantsToClassNames(labelVariants({
61
+ color,
62
+ isIconOnly: !!icon && !children && !endContent,
63
+ hasEndContent: !!endContent,
64
+ variant
65
+ }), _className, "base");
66
+ return /* @__PURE__ */ jsxs(Chip, {
67
+ classNames,
68
+ endContent,
69
+ onClose,
70
+ radius,
71
+ size,
72
+ variant,
73
+ children: [icon ? /* @__PURE__ */ jsx("span", {
74
+ className: classNames.icon,
75
+ children: icon
76
+ }) : null, children]
77
+ });
78
+ };
79
+ //#endregion
80
+ export { Label as default, labelVariants };
81
+
82
+ //# sourceMappingURL=Label.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Label.js","names":["heroLabelVariants","HeroLabel"],"sources":["../../src/Label/Label.tsx"],"sourcesContent":["import type { TVClassName, TVProps } from '@fuf-stack/pixel-utils';\nimport type { ChipProps as HeroLabelProps } from '@heroui/chip';\nimport type { ReactNode } from 'react';\n\nimport { Chip as HeroLabel } from '@heroui/chip';\nimport { chip as heroLabelVariants } from '@heroui/theme';\n\nimport { tv, variantsToClassNames } from '@fuf-stack/pixel-utils';\n\n// label variants\nexport const labelVariants = tv({\n slots: {\n base: '',\n closeButton: '',\n content: '',\n dot: '',\n icon: '',\n },\n variants: {\n color: {\n // see: https://github.com/heroui-inc/heroui/blob/canary/packages/core/theme/src/components/chip.ts\n info: {\n dot: 'bg-info',\n },\n ...heroLabelVariants.variants.color,\n },\n isIconOnly: {\n true: {\n content: 'px-1',\n },\n false: {\n content: 'flex items-center gap-2',\n },\n },\n hasEndContent: {\n true: {\n base: 'pr-2',\n },\n },\n variant: heroLabelVariants.variants.variant,\n },\n defaultVariants: heroLabelVariants.defaultVariants,\n compoundVariants: [\n // see: https://github.com/heroui-inc/heroui/blob/canary/packages/core/theme/src/components/chip.ts\n ...heroLabelVariants.compoundVariants,\n // solid / color info\n {\n variant: 'solid',\n color: 'info',\n class: {\n base: 'bg-info text-info-foreground',\n },\n },\n // bordered / color info\n {\n variant: 'bordered',\n color: 'info',\n class: {\n base: 'border-info text-info',\n },\n },\n // light / color info\n {\n variant: 'light',\n color: 'info',\n class: {\n base: 'text-info',\n },\n },\n // flat / color info\n {\n variant: 'flat',\n color: 'info',\n class: {\n base: 'bg-info/20 text-info-600',\n },\n },\n // faded / color info\n {\n variant: 'faded',\n color: 'info',\n class: {\n base: 'border-default text-info',\n },\n },\n ],\n});\n\ntype VariantProps = TVProps<typeof labelVariants>;\ntype ClassName = TVClassName<typeof labelVariants>;\n\nexport interface LabelProps extends VariantProps {\n /** content of the label */\n children?: ReactNode;\n /** CSS class name */\n className?: ClassName;\n /** color of the label */\n color?: VariantProps['color'];\n /** element to be rendered in the right side of the label */\n endContent?: HeroLabelProps['endContent'];\n /** optional label icon, when only icon provided without children and endContent */\n icon?: ReactNode;\n /** add close button to endContent */\n onClose?: HeroLabelProps['onClose'];\n /** radius of the label */\n radius?: HeroLabelProps['radius'];\n /** size of the label */\n size?: HeroLabelProps['size'];\n /** style variant of the label */\n variant?: 'solid' | 'bordered' | 'light' | 'flat' | 'faded' | 'dot';\n}\n\n/**\n * Label component based on [HeroUI Chip](https://www.heroui.com//docs/components/chip)\n */\nconst Label = ({\n children = undefined,\n className: _className = undefined,\n color = 'default',\n endContent = undefined,\n icon = undefined,\n onClose = undefined,\n radius = 'full',\n size = 'md',\n variant = 'solid',\n}: LabelProps) => {\n // determine variants based on props\n const isIconOnly = !!icon && !children && !endContent;\n const hasEndContent = !!endContent;\n\n // classNames from slots\n const variants = labelVariants({ color, isIconOnly, hasEndContent, variant });\n const classNames = variantsToClassNames(variants, _className, 'base');\n\n return (\n <HeroLabel\n classNames={classNames}\n endContent={endContent}\n onClose={onClose}\n radius={radius}\n size={size}\n variant={variant}\n >\n {icon ? <span className={classNames.icon}>{icon}</span> : null}\n {children}\n </HeroLabel>\n );\n};\n\nexport default Label;\n"],"mappings":";;;;;AAUA,MAAa,gBAAgB,GAAG;CAC9B,OAAO;EACL,MAAM;EACN,aAAa;EACb,SAAS;EACT,KAAK;EACL,MAAM;CACR;CACA,UAAU;EACR,OAAO;GAEL,MAAM,EACJ,KAAK,UACP;GACA,GAAGA,KAAkB,SAAS;EAChC;EACA,YAAY;GACV,MAAM,EACJ,SAAS,OACX;GACA,OAAO,EACL,SAAS,0BACX;EACF;EACA,eAAe,EACb,MAAM,EACJ,MAAM,OACR,EACF;EACA,SAASA,KAAkB,SAAS;CACtC;CACA,iBAAiBA,KAAkB;CACnC,kBAAkB;EAEhB,GAAGA,KAAkB;EAErB;GACE,SAAS;GACT,OAAO;GACP,OAAO,EACL,MAAM,+BACR;EACF;EAEA;GACE,SAAS;GACT,OAAO;GACP,OAAO,EACL,MAAM,wBACR;EACF;EAEA;GACE,SAAS;GACT,OAAO;GACP,OAAO,EACL,MAAM,YACR;EACF;EAEA;GACE,SAAS;GACT,OAAO;GACP,OAAO,EACL,MAAM,2BACR;EACF;EAEA;GACE,SAAS;GACT,OAAO;GACP,OAAO,EACL,MAAM,2BACR;EACF;CACF;AACF,CAAC;;;;AA6BD,MAAM,SAAS,EACb,WAAW,KAAA,GACX,WAAW,aAAa,KAAA,GACxB,QAAQ,WACR,aAAa,KAAA,GACb,OAAO,KAAA,GACP,UAAU,KAAA,GACV,SAAS,QACT,OAAO,MACP,UAAU,cACM;CAOhB,MAAM,aAAa,qBADF,cAAc;EAAE;EAAO,YAJrB,CAAC,CAAC,QAAQ,CAAC,YAAY,CAAC;EAIS,eAAA,CAH7B,CAAC;EAG2C;CAAQ,CAC5B,GAAG,YAAY,MAAM;CAEpE,OACE,qBAACC,MAAD;EACc;EACA;EACH;EACD;EACF;EACG;YANX,CAQG,OAAO,oBAAC,QAAD;GAAM,WAAW,WAAW;aAAO;EAAW,CAAA,IAAI,MACzD,QACQ;;AAEf"}
@@ -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_Label = require("./Label.cjs");
6
+ //#region src/Label/index.ts
7
+ var Label_default = require_Label.default;
8
+ //#endregion
9
+ exports.Label = require_Label.default;
10
+ exports.default = Label_default;
11
+ exports.labelVariants = require_Label.labelVariants;
2
12
 
3
-
4
-
5
- var _chunkBPBEZCSPcjs = require('../chunk-BPBEZCSP.cjs');
6
- require('../chunk-AHEA4IJV.cjs');
7
-
8
-
9
-
10
-
11
- exports.Label = _chunkBPBEZCSPcjs.Label_default; exports.default = _chunkBPBEZCSPcjs.Label_default2; exports.labelVariants = _chunkBPBEZCSPcjs.labelVariants;
12
13
  //# sourceMappingURL=index.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["/home/runner/work/pixels/pixels/packages/pixels/dist/Label/index.cjs"],"names":[],"mappings":"AAAA;AACE;AACA;AACA;AACF,yDAA8B;AAC9B,iCAA8B;AAC9B;AACE;AACA;AACA;AACF,6JAAC","file":"/home/runner/work/pixels/pixels/packages/pixels/dist/Label/index.cjs"}
1
+ {"version":3,"file":"index.cjs","names":["Label"],"sources":["../../src/Label/index.ts"],"sourcesContent":["import Label, { labelVariants } from './Label';\n\nexport type { LabelProps } from './Label';\n\nexport { Label, labelVariants };\n\nexport default Label;\n"],"mappings":";;;;;;AAMA,IAAA,gBAAeA,cAAAA"}
@@ -1,11 +1,2 @@
1
- import { L as Label } from '../Label-B5fd7vp_.cjs';
2
- export { a as LabelProps, l as labelVariants } from '../Label-B5fd7vp_.cjs';
3
- import 'react/jsx-runtime';
4
- import 'tailwind-variants';
5
- import '@fuf-stack/pixel-utils';
6
- import '@heroui/chip';
7
- import 'react';
8
-
9
-
10
-
11
- export { Label, Label as default };
1
+ import { Label, LabelProps, labelVariants } from "./Label.cjs";
2
+ export { Label, Label as default, type LabelProps, labelVariants };
@@ -1,11 +1,2 @@
1
- import { L as Label } from '../Label-B5fd7vp_.js';
2
- export { a as LabelProps, l as labelVariants } from '../Label-B5fd7vp_.js';
3
- import 'react/jsx-runtime';
4
- import 'tailwind-variants';
5
- import '@fuf-stack/pixel-utils';
6
- import '@heroui/chip';
7
- import 'react';
8
-
9
-
10
-
11
- export { Label, Label as default };
1
+ import { Label, LabelProps, labelVariants } from "./Label.js";
2
+ export { Label, Label as default, type LabelProps, labelVariants };
@@ -1,12 +1,7 @@
1
- import {
2
- Label_default,
3
- Label_default2,
4
- labelVariants
5
- } from "../chunk-4AXE6KZW.js";
6
- import "../chunk-OAIRL2FN.js";
7
- export {
8
- Label_default as Label,
9
- Label_default2 as default,
10
- labelVariants
11
- };
1
+ import Label, { labelVariants } from "./Label.js";
2
+ //#region src/Label/index.ts
3
+ var Label_default = Label;
4
+ //#endregion
5
+ export { Label, Label_default as default, labelVariants };
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/Label/index.ts"],"sourcesContent":["import Label, { labelVariants } from './Label';\n\nexport type { LabelProps } from './Label';\n\nexport { Label, labelVariants };\n\nexport default Label;\n"],"mappings":";;AAMA,IAAA,gBAAe"}
@@ -0,0 +1,87 @@
1
+ require("../_virtual/_rolldown/runtime.cjs");
2
+ const require_VerticalDotsIcon = require("./VerticalDotsIcon.cjs");
3
+ let _fuf_stack_pixel_utils = require("@fuf-stack/pixel-utils");
4
+ let react_jsx_runtime = require("react/jsx-runtime");
5
+ let _heroui_button = require("@heroui/button");
6
+ let _heroui_dropdown = require("@heroui/dropdown");
7
+ //#region src/Menu/Menu.tsx
8
+ const menuVariants = (0, _fuf_stack_pixel_utils.tv)({ slots: {
9
+ item: "",
10
+ trigger: "z-auto"
11
+ } });
12
+ const isMenuSection = (item) => {
13
+ return "items" in item;
14
+ };
15
+ const getDisabledKeys = (items) => {
16
+ return items.reduce((acc, item) => {
17
+ if (isMenuSection(item)) acc.push(...item.items);
18
+ else acc.push(item);
19
+ return acc;
20
+ }, []).filter((item) => {
21
+ return item.disabled === true;
22
+ }).map((item) => {
23
+ return item.key;
24
+ });
25
+ };
26
+ const renderMenuItem = (item, itemClassName) => {
27
+ return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_heroui_dropdown.DropdownItem, {
28
+ className: (0, _fuf_stack_pixel_utils.cn)(itemClassName, item.className),
29
+ "data-testid": (0, _fuf_stack_pixel_utils.slugify)(item.testId ?? item.key),
30
+ description: item.description,
31
+ onPress: item.onClick,
32
+ startContent: item.icon,
33
+ children: item.label
34
+ }, item.key);
35
+ };
36
+ /**
37
+ * Dropdown menu component based on [HeroUI Dropdown](https://www.heroui.com//docs/components/dropdown)
38
+ */
39
+ const Menu = ({ ariaLabel = void 0, children = null, className: _className = void 0, isDisabled = false, items, onAction = void 0, placement = void 0, testId = void 0, triggerButtonProps = void 0 }) => {
40
+ const className = (0, _fuf_stack_pixel_utils.variantsToClassNames)(menuVariants(), _className, "trigger");
41
+ let triggerButton = /* @__PURE__ */ (0, react_jsx_runtime.jsx)("button", {
42
+ className: className.trigger,
43
+ type: "button",
44
+ children
45
+ });
46
+ if (!children) triggerButton = /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_heroui_button.Button, {
47
+ isIconOnly: true,
48
+ className: (0, _fuf_stack_pixel_utils.cn)("min-w-0 outline outline-divider", className.trigger),
49
+ radius: "full",
50
+ size: "sm",
51
+ variant: "light",
52
+ ...triggerButtonProps,
53
+ children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_VerticalDotsIcon.default, {})
54
+ });
55
+ else if (triggerButtonProps) triggerButton = /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_heroui_button.Button, {
56
+ className: className.trigger,
57
+ ...triggerButtonProps,
58
+ children
59
+ });
60
+ return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(_heroui_dropdown.Dropdown, {
61
+ "aria-label": ariaLabel,
62
+ isDisabled,
63
+ placement,
64
+ children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)(_heroui_dropdown.DropdownTrigger, {
65
+ "data-testid": testId,
66
+ children: triggerButton
67
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_heroui_dropdown.DropdownMenu, {
68
+ disabledKeys: getDisabledKeys(items),
69
+ items,
70
+ onAction,
71
+ children: (item) => {
72
+ if ("items" in item) return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_heroui_dropdown.DropdownSection, {
73
+ items: item.items,
74
+ title: item.label,
75
+ children: (sectionItem) => {
76
+ return renderMenuItem(sectionItem, className.item);
77
+ }
78
+ }, item.key);
79
+ return renderMenuItem(item, className.item);
80
+ }
81
+ })]
82
+ });
83
+ };
84
+ //#endregion
85
+ exports.default = Menu;
86
+
87
+ //# sourceMappingURL=Menu.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Menu.cjs","names":["HeroDropdownItem","Button","VerticalDotsIcon","HeroDropdown","HeroDropdownTrigger","HeroDropdownMenu","HeroDropdownSection"],"sources":["../../src/Menu/Menu.tsx"],"sourcesContent":["import type { TVClassName, TVProps } from '@fuf-stack/pixel-utils';\nimport type { ButtonProps } from '@heroui/button';\nimport type {\n DropdownItemProps as HeroDropdownItemProps,\n DropdownProps as HeroDropdownProps,\n DropdownSectionProps as HeroDropdownSectionProps,\n} from '@heroui/dropdown';\nimport type { Key, ReactNode } from 'react';\n\nimport { Button } from '@heroui/button';\nimport {\n Dropdown as HeroDropdown,\n DropdownItem as HeroDropdownItem,\n DropdownMenu as HeroDropdownMenu,\n DropdownSection as HeroDropdownSection,\n DropdownTrigger as HeroDropdownTrigger,\n} from '@heroui/dropdown';\n\nimport { cn, slugify, tv, variantsToClassNames } from '@fuf-stack/pixel-utils';\n\nimport VerticalDotsIcon from './VerticalDotsIcon';\n\n/**\n * Menu component based on [HeroUI Dropdown](https://www.heroui.com//docs/components/dropdown)\n */\nexport interface MenuItem {\n /** unique identifier */\n key: string;\n /** CSS class name */\n className?: string;\n /** additional description shown under the label */\n description?: string;\n /** disables the menu item */\n disabled?: boolean;\n /** menu item icon */\n icon?: ReactNode;\n /** menu item name */\n label: ReactNode;\n /** click event handler */\n onClick?: HeroDropdownItemProps['onPress'];\n /** e2e test identifier */\n testId?: string;\n}\n\n/**\n * Menu section type\n */\nexport interface MenuSection {\n /** unique identifier */\n key: string;\n /** section label */\n label: ReactNode;\n /** section items (array of MenuItem) */\n items: MenuItem[];\n}\n\n// menu styling variants\nexport const menuVariants = tv({\n slots: {\n item: '',\n trigger: 'z-auto',\n },\n});\n\ntype VariantProps = TVProps<typeof menuVariants>;\ntype ClassName = TVClassName<typeof menuVariants>;\n\nexport interface MenuProps extends VariantProps {\n /** sets HTML aria-label attribute */\n ariaLabel?: string;\n /** child components */\n children?: ReactNode;\n /** CSS class name */\n className?: ClassName;\n /** menu item structure */\n items: (MenuSection | MenuItem)[];\n /** disable menu trigger */\n isDisabled?: boolean;\n /** placement of the menu */\n placement?: HeroDropdownProps['placement'];\n /** called if item is selected */\n onAction?: (key: Key) => void;\n /** HTML data-testid attribute used in e2e tests */\n testId?: string;\n /** When defined a Button will be rendered as trigger (with provided props) instead of unstyled html button */\n triggerButtonProps?: Pick<\n ButtonProps,\n | 'aria-label'\n | 'className'\n | 'color'\n | 'disableAnimation'\n | 'disableRipple'\n | 'disabled'\n | 'size'\n | 'variant'\n > & { 'data-testid'?: string };\n}\n\n// type guard for MenuSection\nconst isMenuSection = (item: MenuSection | MenuItem): item is MenuSection => {\n return 'items' in item;\n};\n\n// returns String[] of disabled items/keys\nconst getDisabledKeys = (items: (MenuSection | MenuItem)[]): string[] => {\n const flatItems = items.reduce<MenuItem[]>((acc, item) => {\n if (isMenuSection(item)) {\n acc.push(...item.items);\n } else {\n acc.push(item);\n }\n return acc;\n }, []);\n return flatItems\n .filter((item) => {\n return item.disabled === true;\n })\n .map((item) => {\n return item.key;\n });\n};\n\nconst renderMenuItem = (item: MenuItem, itemClassName?: string) => {\n return (\n <HeroDropdownItem\n key={item.key}\n className={cn(itemClassName, item.className)}\n data-testid={slugify(item.testId ?? item.key)}\n description={item.description}\n onPress={item.onClick}\n startContent={item.icon}\n >\n {item.label}\n </HeroDropdownItem>\n );\n};\n\n/**\n * Dropdown menu component based on [HeroUI Dropdown](https://www.heroui.com//docs/components/dropdown)\n */\nconst Menu = ({\n ariaLabel = undefined,\n children = null,\n className: _className = undefined,\n isDisabled = false,\n items,\n onAction = undefined,\n placement = undefined,\n testId = undefined,\n triggerButtonProps = undefined,\n}: MenuProps) => {\n // className from slots\n const variants = menuVariants();\n const className = variantsToClassNames(variants, _className, 'trigger');\n\n // determine trigger button variant\n let triggerButton = (\n <button className={className.trigger} type=\"button\">\n {children}\n </button>\n );\n if (!children) {\n // default to ellipsis icon when no children are provided\n triggerButton = (\n <Button\n isIconOnly\n className={cn('min-w-0 outline outline-divider', className.trigger)}\n radius=\"full\"\n size=\"sm\"\n variant=\"light\"\n {...triggerButtonProps}\n >\n <VerticalDotsIcon />\n </Button>\n );\n } else if (triggerButtonProps) {\n // use provided triggerButtonProps with hero button\n triggerButton = (\n <Button className={className.trigger} {...triggerButtonProps}>\n {children}\n </Button>\n );\n }\n\n return (\n <HeroDropdown\n aria-label={ariaLabel}\n isDisabled={isDisabled}\n placement={placement}\n >\n <HeroDropdownTrigger data-testid={testId}>\n {/* NOTE: type and aria properties are injected by HeroDropdownTrigger */}\n {triggerButton}\n </HeroDropdownTrigger>\n <HeroDropdownMenu\n disabledKeys={getDisabledKeys(items)}\n items={items}\n onAction={onAction}\n >\n {(item) => {\n if ('items' in item) {\n return (\n <HeroDropdownSection\n key={item.key}\n items={item.items}\n title={item.label as HeroDropdownSectionProps['title']}\n >\n {(sectionItem) => {\n return renderMenuItem(sectionItem, className.item);\n }}\n </HeroDropdownSection>\n );\n }\n return renderMenuItem(item, className.item);\n }}\n </HeroDropdownMenu>\n </HeroDropdown>\n );\n};\n\nexport default Menu;\n"],"mappings":";;;;;;;AAyDA,MAAa,gBAAA,GAAA,uBAAA,IAAkB,EAC7B,OAAO;CACL,MAAM;CACN,SAAS;AACX,EACF,CAAC;AAqCD,MAAM,iBAAiB,SAAsD;CAC3E,OAAO,WAAW;AACpB;AAGA,MAAM,mBAAmB,UAAgD;CASvE,OARkB,MAAM,QAAoB,KAAK,SAAS;EACxD,IAAI,cAAc,IAAI,GACpB,IAAI,KAAK,GAAG,KAAK,KAAK;OAEtB,IAAI,KAAK,IAAI;EAEf,OAAO;CACT,GAAG,CAAC,CACW,EACZ,QAAQ,SAAS;EAChB,OAAO,KAAK,aAAa;CAC3B,CAAC,EACA,KAAK,SAAS;EACb,OAAO,KAAK;CACd,CAAC;AACL;AAEA,MAAM,kBAAkB,MAAgB,kBAA2B;CACjE,OACE,iBAAA,GAAA,kBAAA,KAACA,iBAAAA,cAAD;EAEE,YAAA,GAAA,uBAAA,IAAc,eAAe,KAAK,SAAS;EAC3C,gBAAA,GAAA,uBAAA,SAAqB,KAAK,UAAU,KAAK,GAAG;EAC5C,aAAa,KAAK;EAClB,SAAS,KAAK;EACd,cAAc,KAAK;YAElB,KAAK;CACU,GARX,KAAK,GAQM;AAEtB;;;;AAKA,MAAM,QAAQ,EACZ,YAAY,KAAA,GACZ,WAAW,MACX,WAAW,aAAa,KAAA,GACxB,aAAa,OACb,OACA,WAAW,KAAA,GACX,YAAY,KAAA,GACZ,SAAS,KAAA,GACT,qBAAqB,KAAA,QACN;CAGf,MAAM,aAAA,GAAA,uBAAA,sBADW,aAC6B,GAAG,YAAY,SAAS;CAGtE,IAAI,gBACF,iBAAA,GAAA,kBAAA,KAAC,UAAD;EAAQ,WAAW,UAAU;EAAS,MAAK;EACxC;CACK,CAAA;CAEV,IAAI,CAAC,UAEH,gBACE,iBAAA,GAAA,kBAAA,KAACC,eAAAA,QAAD;EACE,YAAA;EACA,YAAA,GAAA,uBAAA,IAAc,mCAAmC,UAAU,OAAO;EAClE,QAAO;EACP,MAAK;EACL,SAAQ;EACR,GAAI;YAEJ,iBAAA,GAAA,kBAAA,KAACC,yBAAAA,SAAD,CAAmB,CAAA;CACb,CAAA;MAEL,IAAI,oBAET,gBACE,iBAAA,GAAA,kBAAA,KAACD,eAAAA,QAAD;EAAQ,WAAW,UAAU;EAAS,GAAI;EACvC;CACK,CAAA;CAIZ,OACE,iBAAA,GAAA,kBAAA,MAACE,iBAAAA,UAAD;EACE,cAAY;EACA;EACD;YAHb,CAKE,iBAAA,GAAA,kBAAA,KAACC,iBAAAA,iBAAD;GAAqB,eAAa;aAE/B;EACkB,CAAA,GACrB,iBAAA,GAAA,kBAAA,KAACC,iBAAAA,cAAD;GACE,cAAc,gBAAgB,KAAK;GAC5B;GACG;cAER,SAAS;IACT,IAAI,WAAW,MACb,OACE,iBAAA,GAAA,kBAAA,KAACC,iBAAAA,iBAAD;KAEE,OAAO,KAAK;KACZ,OAAO,KAAK;gBAEV,gBAAgB;MAChB,OAAO,eAAe,aAAa,UAAU,IAAI;KACnD;IACmB,GAPd,KAAK,GAOS;IAGzB,OAAO,eAAe,MAAM,UAAU,IAAI;GAC5C;EACgB,CAAA,CACN;;AAElB"}
@@ -0,0 +1,110 @@
1
+ import { TVClassName, TVProps } from "@fuf-stack/pixel-utils";
2
+ import { Key, ReactNode } from "react";
3
+ import { ButtonProps } from "@heroui/button";
4
+ import { DropdownItemProps, DropdownProps } from "@heroui/dropdown";
5
+
6
+ //#region src/Menu/Menu.d.ts
7
+ /**
8
+ * Menu component based on [HeroUI Dropdown](https://www.heroui.com//docs/components/dropdown)
9
+ */
10
+ interface MenuItem {
11
+ /** unique identifier */
12
+ key: string;
13
+ /** CSS class name */
14
+ className?: string;
15
+ /** additional description shown under the label */
16
+ description?: string;
17
+ /** disables the menu item */
18
+ disabled?: boolean;
19
+ /** menu item icon */
20
+ icon?: ReactNode;
21
+ /** menu item name */
22
+ label: ReactNode;
23
+ /** click event handler */
24
+ onClick?: DropdownItemProps['onPress'];
25
+ /** e2e test identifier */
26
+ testId?: string;
27
+ }
28
+ /**
29
+ * Menu section type
30
+ */
31
+ interface MenuSection {
32
+ /** unique identifier */
33
+ key: string;
34
+ /** section label */
35
+ label: ReactNode;
36
+ /** section items (array of MenuItem) */
37
+ items: MenuItem[];
38
+ }
39
+ declare const menuVariants: import("tailwind-variants").TVReturnType<{
40
+ [key: string]: {
41
+ [key: string]: import("tailwind-merge").ClassNameValue | {
42
+ trigger?: import("tailwind-merge").ClassNameValue;
43
+ item?: import("tailwind-merge").ClassNameValue;
44
+ };
45
+ };
46
+ } | {
47
+ [x: string]: {
48
+ [x: string]: import("tailwind-merge").ClassNameValue | {
49
+ trigger?: import("tailwind-merge").ClassNameValue;
50
+ item?: import("tailwind-merge").ClassNameValue;
51
+ };
52
+ };
53
+ } | {}, {
54
+ item: string;
55
+ trigger: string;
56
+ }, undefined, {
57
+ [key: string]: {
58
+ [key: string]: import("tailwind-merge").ClassNameValue | {
59
+ trigger?: import("tailwind-merge").ClassNameValue;
60
+ item?: import("tailwind-merge").ClassNameValue;
61
+ };
62
+ };
63
+ } | {}, {
64
+ item: string;
65
+ trigger: string;
66
+ }, import("tailwind-variants").TVReturnType<unknown, {
67
+ item: string;
68
+ trigger: string;
69
+ }, undefined, unknown, unknown, undefined>>;
70
+ type VariantProps = TVProps<typeof menuVariants>;
71
+ type ClassName = TVClassName<typeof menuVariants>;
72
+ interface MenuProps extends VariantProps {
73
+ /** sets HTML aria-label attribute */
74
+ ariaLabel?: string;
75
+ /** child components */
76
+ children?: ReactNode;
77
+ /** CSS class name */
78
+ className?: ClassName;
79
+ /** menu item structure */
80
+ items: (MenuSection | MenuItem)[];
81
+ /** disable menu trigger */
82
+ isDisabled?: boolean;
83
+ /** placement of the menu */
84
+ placement?: DropdownProps['placement'];
85
+ /** called if item is selected */
86
+ onAction?: (key: Key) => void;
87
+ /** HTML data-testid attribute used in e2e tests */
88
+ testId?: string;
89
+ /** When defined a Button will be rendered as trigger (with provided props) instead of unstyled html button */
90
+ triggerButtonProps?: Pick<ButtonProps, 'aria-label' | 'className' | 'color' | 'disableAnimation' | 'disableRipple' | 'disabled' | 'size' | 'variant'> & {
91
+ 'data-testid'?: string;
92
+ };
93
+ }
94
+ /**
95
+ * Dropdown menu component based on [HeroUI Dropdown](https://www.heroui.com//docs/components/dropdown)
96
+ */
97
+ declare const Menu: ({
98
+ ariaLabel,
99
+ children,
100
+ className: _className,
101
+ isDisabled,
102
+ items,
103
+ onAction,
104
+ placement,
105
+ testId,
106
+ triggerButtonProps
107
+ }: MenuProps) => import("react/jsx-runtime").JSX.Element;
108
+ //#endregion
109
+ export { Menu, MenuItem, MenuProps, MenuSection };
110
+ //# sourceMappingURL=Menu.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Menu.d.cts","names":[],"sources":["../../src/Menu/Menu.tsx"],"mappings":";;;;;;;;AAyBA;UAAiB,QAAA;;EAEf,GAAA;EAUO;EARP,SAAA;EAU+B;EAR/B,WAAA;EAJA;EAMA,QAAA;EAFA;EAIA,IAAA,GAAO,SAAA;EAAP;EAEA,KAAA,EAAO,SAAA;EAAP;EAEA,OAAA,GAAU,iBAAA;EAAV;EAEA,MAAA;AAAA;;AAAM;AAMR;UAAiB,WAAA;;EAEf,GAAA;EAAA;EAEA,KAAA,EAAO,SAAA;EAAA;EAEP,KAAA,EAAO,QAAQ;AAAA;AAAA,cAIJ,YAAA,8BAAY,YAAA;EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAOpB,YAAA,GAAe,OAAO,QAAQ,YAAA;AAAA,KAC9B,SAAA,GAAY,WAAW,QAAQ,YAAA;AAAA,UAEnB,SAAA,SAAkB,YAAA;;EAEjC,SAAA;;EAEA,QAAA,GAAW,SAAA;EAPI;EASf,SAAA,GAAY,SAAA;EATM;EAWlB,KAAA,GAAQ,WAAA,GAAc,QAAA;EAVnB;EAYH,UAAA;;EAEA,SAAA,GAAY,aAAA;EAdkC;EAgB9C,QAAA,IAAY,GAAA,EAAK,GAAA;EAdQ;EAgBzB,MAAA;EAZW;EAcX,kBAAA,GAAqB,IAAA,CACnB,WAAA;IASI,aAAA;EAAA;AAAA;;;;cA6CF,IAAA;EAAQ,SAAA;EAAA,QAAA;EAAA,SAAA,EAAA,UAAA;EAAA,UAAA;EAAA,KAAA;EAAA,QAAA;EAAA,SAAA;EAAA,MAAA;EAAA;AAAA,GAUX,SAAA,iCAAS,GAAA,CAAA,OAAA"}