@manafishrov/ui 1.4.5 → 1.4.6

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 (1025) hide show
  1. package/dist/Locale.js +22 -23
  2. package/dist/Locale.js.map +1 -1
  3. package/dist/Theme.js +52 -56
  4. package/dist/Theme.js.map +1 -1
  5. package/dist/_virtual/~icons/material-symbols/calendar-month.js +10 -0
  6. package/dist/_virtual/~icons/material-symbols/calendar-month.js.map +1 -0
  7. package/dist/_virtual/~icons/material-symbols/check-circle.js +10 -0
  8. package/dist/_virtual/~icons/material-symbols/check-circle.js.map +1 -0
  9. package/dist/_virtual/~icons/material-symbols/check.js +10 -0
  10. package/dist/_virtual/~icons/material-symbols/check.js.map +1 -0
  11. package/dist/_virtual/~icons/material-symbols/chevron-left.js +10 -0
  12. package/dist/_virtual/~icons/material-symbols/chevron-left.js.map +1 -0
  13. package/dist/_virtual/~icons/material-symbols/chevron-right.js +10 -0
  14. package/dist/_virtual/~icons/material-symbols/chevron-right.js.map +1 -0
  15. package/dist/_virtual/~icons/material-symbols/close.js +10 -0
  16. package/dist/_virtual/~icons/material-symbols/close.js.map +1 -0
  17. package/dist/_virtual/~icons/material-symbols/error.js +10 -0
  18. package/dist/_virtual/~icons/material-symbols/error.js.map +1 -0
  19. package/dist/_virtual/~icons/material-symbols/expand-less.js +10 -0
  20. package/dist/_virtual/~icons/material-symbols/expand-less.js.map +1 -0
  21. package/dist/_virtual/~icons/material-symbols/expand-more.js +10 -0
  22. package/dist/_virtual/~icons/material-symbols/expand-more.js.map +1 -0
  23. package/dist/_virtual/~icons/material-symbols/info.js +10 -0
  24. package/dist/_virtual/~icons/material-symbols/info.js.map +1 -0
  25. package/dist/_virtual/~icons/material-symbols/more-horiz.js +10 -0
  26. package/dist/_virtual/~icons/material-symbols/more-horiz.js.map +1 -0
  27. package/dist/_virtual/~icons/material-symbols/progress-activity.js +10 -0
  28. package/dist/_virtual/~icons/material-symbols/progress-activity.js.map +1 -0
  29. package/dist/_virtual/~icons/material-symbols/search.js +10 -0
  30. package/dist/_virtual/~icons/material-symbols/search.js.map +1 -0
  31. package/dist/_virtual/~icons/material-symbols/side-navigation.js +10 -0
  32. package/dist/_virtual/~icons/material-symbols/side-navigation.js.map +1 -0
  33. package/dist/_virtual/~icons/material-symbols/visibility-off.js +10 -0
  34. package/dist/_virtual/~icons/material-symbols/visibility-off.js.map +1 -0
  35. package/dist/_virtual/~icons/material-symbols/visibility.js +10 -0
  36. package/dist/_virtual/~icons/material-symbols/visibility.js.map +1 -0
  37. package/dist/_virtual/~icons/material-symbols/warning.js +10 -0
  38. package/dist/_virtual/~icons/material-symbols/warning.js.map +1 -0
  39. package/dist/components/Accordion.js +63 -77
  40. package/dist/components/Accordion.js.map +1 -1
  41. package/dist/components/AlertDialog.js +105 -119
  42. package/dist/components/AlertDialog.js.map +1 -1
  43. package/dist/components/AspectRatio.js +21 -23
  44. package/dist/components/AspectRatio.js.map +1 -1
  45. package/dist/components/Avatar.js +59 -70
  46. package/dist/components/Avatar.js.map +1 -1
  47. package/dist/components/Badge.js +30 -37
  48. package/dist/components/Badge.js.map +1 -1
  49. package/dist/components/Breadcrumb.js +73 -91
  50. package/dist/components/Breadcrumb.js.map +1 -1
  51. package/dist/components/Button.js +111 -116
  52. package/dist/components/Button.js.map +1 -1
  53. package/dist/components/Card.js +69 -87
  54. package/dist/components/Card.js.map +1 -1
  55. package/dist/components/Carousel.js +89 -102
  56. package/dist/components/Carousel.js.map +1 -1
  57. package/dist/components/Checkbox.js +40 -52
  58. package/dist/components/Checkbox.js.map +1 -1
  59. package/dist/components/Collapsible.js +33 -34
  60. package/dist/components/Collapsible.js.map +1 -1
  61. package/dist/components/Combobox.js +132 -159
  62. package/dist/components/Combobox.js.map +1 -1
  63. package/dist/components/DatePicker.js +247 -354
  64. package/dist/components/DatePicker.js.map +1 -1
  65. package/dist/components/Dialog.js +83 -102
  66. package/dist/components/Dialog.js.map +1 -1
  67. package/dist/components/Empty.js +71 -91
  68. package/dist/components/Empty.js.map +1 -1
  69. package/dist/components/Field.js +229 -260
  70. package/dist/components/Field.js.map +1 -1
  71. package/dist/components/HoverCard.js +34 -42
  72. package/dist/components/HoverCard.js.map +1 -1
  73. package/dist/components/InputGroup.js +108 -124
  74. package/dist/components/InputGroup.js.map +1 -1
  75. package/dist/components/Item.js +140 -165
  76. package/dist/components/Item.js.map +1 -1
  77. package/dist/components/Kbd.js +24 -29
  78. package/dist/components/Kbd.js.map +1 -1
  79. package/dist/components/Link.js +20 -17
  80. package/dist/components/Link.js.map +1 -1
  81. package/dist/components/Marquee.js +2 -10
  82. package/dist/components/Menu.js +110 -143
  83. package/dist/components/Menu.js.map +1 -1
  84. package/dist/components/MenuCombobox.js +140 -179
  85. package/dist/components/MenuCombobox.js.map +1 -1
  86. package/dist/components/MenuComboboxList.js +139 -149
  87. package/dist/components/MenuComboboxList.js.map +1 -1
  88. package/dist/components/NavigationMenu.js +95 -104
  89. package/dist/components/NavigationMenu.js.map +1 -1
  90. package/dist/components/NumberInput.js +84 -109
  91. package/dist/components/NumberInput.js.map +1 -1
  92. package/dist/components/Pagination.js +113 -121
  93. package/dist/components/Pagination.js.map +1 -1
  94. package/dist/components/PasswordInput.js +54 -71
  95. package/dist/components/PasswordInput.js.map +1 -1
  96. package/dist/components/PinInput.js +48 -67
  97. package/dist/components/PinInput.js.map +1 -1
  98. package/dist/components/Popover.js +58 -75
  99. package/dist/components/Popover.js.map +1 -1
  100. package/dist/components/Progress.js +82 -100
  101. package/dist/components/Progress.js.map +1 -1
  102. package/dist/components/RadioGroup.js +44 -57
  103. package/dist/components/RadioGroup.js.map +1 -1
  104. package/dist/components/ScrollArea.js +49 -53
  105. package/dist/components/ScrollArea.js.map +1 -1
  106. package/dist/components/Select.js +195 -218
  107. package/dist/components/Select.js.map +1 -1
  108. package/dist/components/Separator.js +35 -42
  109. package/dist/components/Separator.js.map +1 -1
  110. package/dist/components/Sheet.js +94 -111
  111. package/dist/components/Sheet.js.map +1 -1
  112. package/dist/components/Skeleton.js +22 -22
  113. package/dist/components/Skeleton.js.map +1 -1
  114. package/dist/components/Slider.js +134 -176
  115. package/dist/components/Slider.js.map +1 -1
  116. package/dist/components/Spinner.js +26 -26
  117. package/dist/components/Spinner.js.map +1 -1
  118. package/dist/components/Splitter.js +34 -38
  119. package/dist/components/Splitter.js.map +1 -1
  120. package/dist/components/Swap.js +25 -26
  121. package/dist/components/Swap.js.map +1 -1
  122. package/dist/components/Switch.js +40 -47
  123. package/dist/components/Switch.js.map +1 -1
  124. package/dist/components/Table.js +72 -95
  125. package/dist/components/Table.js.map +1 -1
  126. package/dist/components/Tabs.js +49 -52
  127. package/dist/components/Tabs.js.map +1 -1
  128. package/dist/components/TagsInput.js +67 -103
  129. package/dist/components/TagsInput.js.map +1 -1
  130. package/dist/components/TextInput.js +39 -63
  131. package/dist/components/TextInput.js.map +1 -1
  132. package/dist/components/Toggle.js +121 -113
  133. package/dist/components/Toggle.js.map +1 -1
  134. package/dist/components/Tooltip.js +34 -42
  135. package/dist/components/Tooltip.js.map +1 -1
  136. package/dist/components/TreeView.js +65 -88
  137. package/dist/components/TreeView.js.map +1 -1
  138. package/dist/components/Typography.js +104 -139
  139. package/dist/components/Typography.js.map +1 -1
  140. package/dist/components/form/AutoSubmit.js +20 -20
  141. package/dist/components/form/AutoSubmit.js.map +1 -1
  142. package/dist/components/form/CheckboxField.js +73 -74
  143. package/dist/components/form/CheckboxField.js.map +1 -1
  144. package/dist/components/form/ComboboxField.js +117 -118
  145. package/dist/components/form/ComboboxField.js.map +1 -1
  146. package/dist/components/form/DatePickerField.js +97 -103
  147. package/dist/components/form/DatePickerField.js.map +1 -1
  148. package/dist/components/form/Form.js +60 -69
  149. package/dist/components/form/Form.js.map +1 -1
  150. package/dist/components/form/NumberInputField.js +135 -117
  151. package/dist/components/form/NumberInputField.js.map +1 -1
  152. package/dist/components/form/PasswordInputField.js +98 -97
  153. package/dist/components/form/PasswordInputField.js.map +1 -1
  154. package/dist/components/form/PinInputField.js +91 -98
  155. package/dist/components/form/PinInputField.js.map +1 -1
  156. package/dist/components/form/RadioGroupField.js +81 -78
  157. package/dist/components/form/RadioGroupField.js.map +1 -1
  158. package/dist/components/form/SelectField.js +107 -112
  159. package/dist/components/form/SelectField.js.map +1 -1
  160. package/dist/components/form/SliderField.js +108 -114
  161. package/dist/components/form/SliderField.js.map +1 -1
  162. package/dist/components/form/SubmitButton.js +30 -26
  163. package/dist/components/form/SubmitButton.js.map +1 -1
  164. package/dist/components/form/SwitchField.js +73 -74
  165. package/dist/components/form/SwitchField.js.map +1 -1
  166. package/dist/components/form/TagsInputField.js +128 -112
  167. package/dist/components/form/TagsInputField.js.map +1 -1
  168. package/dist/components/form/TextInputField.js +68 -66
  169. package/dist/components/form/TextInputField.js.map +1 -1
  170. package/dist/components/form/TextareaField.js +68 -66
  171. package/dist/components/form/TextareaField.js.map +1 -1
  172. package/dist/components/form/WithTrailingAddon.js +17 -17
  173. package/dist/components/form/WithTrailingAddon.js.map +1 -1
  174. package/dist/components/form/context.js +7 -9
  175. package/dist/components/form/context.js.map +1 -1
  176. package/dist/components/form/index.js +19 -45
  177. package/dist/components/marquee/Marquee.js +29 -41
  178. package/dist/components/marquee/Marquee.js.map +1 -1
  179. package/dist/components/marquee/index.js +2 -10
  180. package/dist/components/sidebar/Sidebar.js +38 -42
  181. package/dist/components/sidebar/Sidebar.js.map +1 -1
  182. package/dist/components/sidebar/SidebarDesktop.js +70 -62
  183. package/dist/components/sidebar/SidebarDesktop.js.map +1 -1
  184. package/dist/components/sidebar/SidebarMenu.js +164 -203
  185. package/dist/components/sidebar/SidebarMenu.js.map +1 -1
  186. package/dist/components/sidebar/SidebarMobile.js +56 -63
  187. package/dist/components/sidebar/SidebarMobile.js.map +1 -1
  188. package/dist/components/sidebar/SidebarProvider.js +67 -74
  189. package/dist/components/sidebar/SidebarProvider.js.map +1 -1
  190. package/dist/components/sidebar/SidebarSubComponents.js +155 -188
  191. package/dist/components/sidebar/SidebarSubComponents.js.map +1 -1
  192. package/dist/components/sidebar/constants.js +6 -17
  193. package/dist/components/sidebar/constants.js.map +1 -1
  194. package/dist/components/sidebar/context.js +10 -11
  195. package/dist/components/sidebar/context.js.map +1 -1
  196. package/dist/components/sidebar/index.js +7 -49
  197. package/dist/components/sidebar/utils.js +13 -13
  198. package/dist/components/sidebar/utils.js.map +1 -1
  199. package/dist/components/toaster/Toaster.js +109 -108
  200. package/dist/components/toaster/Toaster.js.map +1 -1
  201. package/dist/components/toaster/index.js +2 -6
  202. package/dist/index.js +15 -40
  203. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/24WXBTEA.js +7 -6
  204. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/24WXBTEA.js.map +1 -1
  205. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/262SJY3P.js +43 -58
  206. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/262SJY3P.js.map +1 -1
  207. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/2JT4XMQZ.js +305 -303
  208. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/2JT4XMQZ.js.map +1 -1
  209. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/3JJJT3ZB.js +102 -90
  210. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/3JJJT3ZB.js.map +1 -1
  211. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/4CRPJKY4.js +178 -180
  212. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/4CRPJKY4.js.map +1 -1
  213. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/4OJLSY6B.js +85 -93
  214. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/4OJLSY6B.js.map +1 -1
  215. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/4V5X4XYS.js +304 -352
  216. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/4V5X4XYS.js.map +1 -1
  217. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/4YNGVMW2.js +5 -6
  218. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/4YNGVMW2.js.map +1 -1
  219. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/5BSMJBO7.js +98 -106
  220. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/5BSMJBO7.js.map +1 -1
  221. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/5UOOPLZE.js +88 -103
  222. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/5UOOPLZE.js.map +1 -1
  223. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/64BWQJ5X.js +116 -118
  224. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/64BWQJ5X.js.map +1 -1
  225. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/65QK7XXR.js +99 -96
  226. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/65QK7XXR.js.map +1 -1
  227. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/6P2AQNUE.js +5 -6
  228. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/6P2AQNUE.js.map +1 -1
  229. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/6WEDGJKQ.js +7 -6
  230. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/6WEDGJKQ.js.map +1 -1
  231. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/7IUG3E2V.js +10 -9
  232. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/7IUG3E2V.js.map +1 -1
  233. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/AIK4SKXT.js +125 -134
  234. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/AIK4SKXT.js.map +1 -1
  235. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/BB22DOQW.js +113 -111
  236. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/BB22DOQW.js.map +1 -1
  237. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/BKN7PQAU.js +91 -89
  238. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/BKN7PQAU.js.map +1 -1
  239. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/BNSRP6TN.js +86 -82
  240. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/BNSRP6TN.js.map +1 -1
  241. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/BRHQTJMC.js +28 -22
  242. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/BRHQTJMC.js.map +1 -1
  243. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/BWUVF6ZV.js +80 -95
  244. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/BWUVF6ZV.js.map +1 -1
  245. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/BYLUEJKC.js +7 -6
  246. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/BYLUEJKC.js.map +1 -1
  247. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/EFII6TXL.js +105 -109
  248. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/EFII6TXL.js.map +1 -1
  249. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/EQKTJ63X.js +6 -5
  250. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/EQKTJ63X.js.map +1 -1
  251. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/GOIBDXMD.js +153 -154
  252. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/GOIBDXMD.js.map +1 -1
  253. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/GVJQBGKQ.js +67 -62
  254. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/GVJQBGKQ.js.map +1 -1
  255. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/H72X6NDR.js +116 -115
  256. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/H72X6NDR.js.map +1 -1
  257. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/HDGILMRT.js +42 -42
  258. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/HDGILMRT.js.map +1 -1
  259. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/HOPBYFHD.js +26 -29
  260. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/HOPBYFHD.js.map +1 -1
  261. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/JBLKWLWL.js +153 -179
  262. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/JBLKWLWL.js.map +1 -1
  263. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/JCNWK3IN.js +7 -6
  264. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/JCNWK3IN.js.map +1 -1
  265. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/KGOB2IMX.js +6 -5
  266. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/KGOB2IMX.js.map +1 -1
  267. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/LXG74MYL.js +22 -21
  268. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/LXG74MYL.js.map +1 -1
  269. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/MB6S2OKT.js +93 -92
  270. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/MB6S2OKT.js.map +1 -1
  271. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/MQWCA23U.js +140 -143
  272. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/MQWCA23U.js.map +1 -1
  273. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/NEU4F4NG.js +39 -34
  274. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/NEU4F4NG.js.map +1 -1
  275. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/NH3KCKN2.js +97 -101
  276. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/NH3KCKN2.js.map +1 -1
  277. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/O6MULJWC.js +122 -138
  278. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/O6MULJWC.js.map +1 -1
  279. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/OEGORBLT.js +32 -30
  280. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/OEGORBLT.js.map +1 -1
  281. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/OWH3LOUE.js +38 -35
  282. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/OWH3LOUE.js.map +1 -1
  283. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/PPH4D7AF.js +198 -218
  284. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/PPH4D7AF.js.map +1 -1
  285. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/PT2CJE3O.js +15 -15
  286. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/PT2CJE3O.js.map +1 -1
  287. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/QM5PBW35.js +118 -117
  288. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/QM5PBW35.js.map +1 -1
  289. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/QY2YSMFW.js +127 -122
  290. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/QY2YSMFW.js.map +1 -1
  291. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/RJHFA54S.js +203 -244
  292. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/RJHFA54S.js.map +1 -1
  293. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/RROG5OYX.js +89 -86
  294. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/RROG5OYX.js.map +1 -1
  295. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/SPOOGCGR.js +96 -95
  296. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/SPOOGCGR.js.map +1 -1
  297. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/TFTY2V3E.js +63 -67
  298. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/TFTY2V3E.js.map +1 -1
  299. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/TGBMUR4Z.js +180 -216
  300. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/TGBMUR4Z.js.map +1 -1
  301. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/TYHUUGLH.js +33 -29
  302. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/TYHUUGLH.js.map +1 -1
  303. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/UFYZ7HLU.js +26 -31
  304. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/UFYZ7HLU.js.map +1 -1
  305. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/UQTBTRSG.js +89 -86
  306. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/UQTBTRSG.js.map +1 -1
  307. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/UZJJWJQM.js +24 -25
  308. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/UZJJWJQM.js.map +1 -1
  309. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/VNMGX67M.js +11 -12
  310. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/VNMGX67M.js.map +1 -1
  311. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/VQPWR4W5.js +7 -6
  312. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/VQPWR4W5.js.map +1 -1
  313. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/WZBYH43M.js +57 -58
  314. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/WZBYH43M.js.map +1 -1
  315. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/XVU3GCCX.js +7 -7
  316. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/XVU3GCCX.js.map +1 -1
  317. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/Z5FQB54Q.js +127 -129
  318. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/Z5FQB54Q.js.map +1 -1
  319. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/ZLZED63N.js +117 -120
  320. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/ZLZED63N.js.map +1 -1
  321. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/ZMQW6EBL.js +254 -275
  322. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/ZMQW6EBL.js.map +1 -1
  323. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/ZW5OSILD.js +107 -108
  324. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/ZW5OSILD.js.map +1 -1
  325. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/components/navigation-menu/index.js +203 -214
  326. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/components/navigation-menu/index.js.map +1 -1
  327. package/dist/node_modules/.bun/@floating-ui_core@1.7.5/node_modules/@floating-ui/core/dist/floating-ui.core.js +354 -526
  328. package/dist/node_modules/.bun/@floating-ui_core@1.7.5/node_modules/@floating-ui/core/dist/floating-ui.core.js.map +1 -1
  329. package/dist/node_modules/.bun/@floating-ui_dom@1.7.6/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +301 -375
  330. package/dist/node_modules/.bun/@floating-ui_dom@1.7.6/node_modules/@floating-ui/dom/dist/floating-ui.dom.js.map +1 -1
  331. package/dist/node_modules/.bun/@floating-ui_utils@0.2.11/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +96 -134
  332. package/dist/node_modules/.bun/@floating-ui_utils@0.2.11/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +1 -1
  333. package/dist/node_modules/.bun/@floating-ui_utils@0.2.11/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +107 -128
  334. package/dist/node_modules/.bun/@floating-ui_utils@0.2.11/node_modules/@floating-ui/utils/dist/floating-ui.utils.js.map +1 -1
  335. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/CalendarDate.js +135 -177
  336. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/CalendarDate.js.map +1 -1
  337. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/DateFormatter.js +81 -95
  338. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/DateFormatter.js.map +1 -1
  339. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/GregorianCalendar.js +88 -100
  340. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/GregorianCalendar.js.map +1 -1
  341. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/conversion.js +94 -123
  342. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/conversion.js.map +1 -1
  343. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/manipulation.js +162 -204
  344. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/manipulation.js.map +1 -1
  345. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/queries.js +121 -229
  346. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/queries.js.map +1 -1
  347. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/string.js +20 -23
  348. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/string.js.map +1 -1
  349. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/utils.js +7 -6
  350. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/utils.js.map +1 -1
  351. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/weekStartData.js +101 -100
  352. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/weekStartData.js.map +1 -1
  353. package/dist/node_modules/.bun/@internationalized_number@3.6.5/node_modules/@internationalized/number/dist/NumberFormatter.js +98 -116
  354. package/dist/node_modules/.bun/@internationalized_number@3.6.5/node_modules/@internationalized/number/dist/NumberFormatter.js.map +1 -1
  355. package/dist/node_modules/.bun/@internationalized_number@3.6.5/node_modules/@internationalized/number/dist/NumberParser.js +118 -152
  356. package/dist/node_modules/.bun/@internationalized_number@3.6.5/node_modules/@internationalized/number/dist/NumberParser.js.map +1 -1
  357. package/dist/node_modules/.bun/@solid-primitives_keyed@1.5.3_2e1854f049906f04/node_modules/@solid-primitives/keyed/dist/index.js +58 -62
  358. package/dist/node_modules/.bun/@solid-primitives_keyed@1.5.3_2e1854f049906f04/node_modules/@solid-primitives/keyed/dist/index.js.map +1 -1
  359. package/dist/node_modules/.bun/@swc_helpers@0.5.19/node_modules/@swc/helpers/esm/_check_private_redeclaration.js +7 -7
  360. package/dist/node_modules/.bun/@swc_helpers@0.5.19/node_modules/@swc/helpers/esm/_check_private_redeclaration.js.map +1 -1
  361. package/dist/node_modules/.bun/@swc_helpers@0.5.19/node_modules/@swc/helpers/esm/_class_private_field_init.js +8 -7
  362. package/dist/node_modules/.bun/@swc_helpers@0.5.19/node_modules/@swc/helpers/esm/_class_private_field_init.js.map +1 -1
  363. package/dist/node_modules/.bun/@zag-js_accordion@1.35.3/node_modules/@zag-js/accordion/dist/accordion.anatomy.js +6 -7
  364. package/dist/node_modules/.bun/@zag-js_accordion@1.35.3/node_modules/@zag-js/accordion/dist/accordion.anatomy.js.map +1 -1
  365. package/dist/node_modules/.bun/@zag-js_accordion@1.35.3/node_modules/@zag-js/accordion/dist/accordion.connect.js +156 -128
  366. package/dist/node_modules/.bun/@zag-js_accordion@1.35.3/node_modules/@zag-js/accordion/dist/accordion.connect.js.map +1 -1
  367. package/dist/node_modules/.bun/@zag-js_accordion@1.35.3/node_modules/@zag-js/accordion/dist/accordion.dom.js +11 -19
  368. package/dist/node_modules/.bun/@zag-js_accordion@1.35.3/node_modules/@zag-js/accordion/dist/accordion.dom.js.map +1 -1
  369. package/dist/node_modules/.bun/@zag-js_accordion@1.35.3/node_modules/@zag-js/accordion/dist/accordion.machine.js +107 -131
  370. package/dist/node_modules/.bun/@zag-js_accordion@1.35.3/node_modules/@zag-js/accordion/dist/accordion.machine.js.map +1 -1
  371. package/dist/node_modules/.bun/@zag-js_anatomy@1.35.3/node_modules/@zag-js/anatomy/dist/create-anatomy.js +22 -27
  372. package/dist/node_modules/.bun/@zag-js_anatomy@1.35.3/node_modules/@zag-js/anatomy/dist/create-anatomy.js.map +1 -1
  373. package/dist/node_modules/.bun/@zag-js_angle-slider@1.35.3/node_modules/@zag-js/angle-slider/dist/angle-slider.anatomy.js +6 -16
  374. package/dist/node_modules/.bun/@zag-js_angle-slider@1.35.3/node_modules/@zag-js/angle-slider/dist/angle-slider.anatomy.js.map +1 -1
  375. package/dist/node_modules/.bun/@zag-js_angle-slider@1.35.3/node_modules/@zag-js/angle-slider/dist/angle-slider.connect.js +178 -161
  376. package/dist/node_modules/.bun/@zag-js_angle-slider@1.35.3/node_modules/@zag-js/angle-slider/dist/angle-slider.connect.js.map +1 -1
  377. package/dist/node_modules/.bun/@zag-js_angle-slider@1.35.3/node_modules/@zag-js/angle-slider/dist/angle-slider.dom.js +6 -13
  378. package/dist/node_modules/.bun/@zag-js_angle-slider@1.35.3/node_modules/@zag-js/angle-slider/dist/angle-slider.dom.js.map +1 -1
  379. package/dist/node_modules/.bun/@zag-js_angle-slider@1.35.3/node_modules/@zag-js/angle-slider/dist/angle-slider.machine.js +146 -160
  380. package/dist/node_modules/.bun/@zag-js_angle-slider@1.35.3/node_modules/@zag-js/angle-slider/dist/angle-slider.machine.js.map +1 -1
  381. package/dist/node_modules/.bun/@zag-js_angle-slider@1.35.3/node_modules/@zag-js/angle-slider/dist/angle-slider.utils.js +25 -35
  382. package/dist/node_modules/.bun/@zag-js_angle-slider@1.35.3/node_modules/@zag-js/angle-slider/dist/angle-slider.utils.js.map +1 -1
  383. package/dist/node_modules/.bun/@zag-js_aria-hidden@1.35.3/node_modules/@zag-js/aria-hidden/dist/aria-hidden.js +14 -14
  384. package/dist/node_modules/.bun/@zag-js_aria-hidden@1.35.3/node_modules/@zag-js/aria-hidden/dist/aria-hidden.js.map +1 -1
  385. package/dist/node_modules/.bun/@zag-js_aria-hidden@1.35.3/node_modules/@zag-js/aria-hidden/dist/index.js +17 -18
  386. package/dist/node_modules/.bun/@zag-js_aria-hidden@1.35.3/node_modules/@zag-js/aria-hidden/dist/index.js.map +1 -1
  387. package/dist/node_modules/.bun/@zag-js_aria-hidden@1.35.3/node_modules/@zag-js/aria-hidden/dist/walk-tree-outside.js +45 -41
  388. package/dist/node_modules/.bun/@zag-js_aria-hidden@1.35.3/node_modules/@zag-js/aria-hidden/dist/walk-tree-outside.js.map +1 -1
  389. package/dist/node_modules/.bun/@zag-js_async-list@1.35.3/node_modules/@zag-js/async-list/dist/async-list.connect.js +45 -35
  390. package/dist/node_modules/.bun/@zag-js_async-list@1.35.3/node_modules/@zag-js/async-list/dist/async-list.connect.js.map +1 -1
  391. package/dist/node_modules/.bun/@zag-js_async-list@1.35.3/node_modules/@zag-js/async-list/dist/async-list.machine.js +245 -227
  392. package/dist/node_modules/.bun/@zag-js_async-list@1.35.3/node_modules/@zag-js/async-list/dist/async-list.machine.js.map +1 -1
  393. package/dist/node_modules/.bun/@zag-js_auto-resize@1.35.3/node_modules/@zag-js/auto-resize/dist/autoresize-input.js +24 -23
  394. package/dist/node_modules/.bun/@zag-js_auto-resize@1.35.3/node_modules/@zag-js/auto-resize/dist/autoresize-input.js.map +1 -1
  395. package/dist/node_modules/.bun/@zag-js_auto-resize@1.35.3/node_modules/@zag-js/auto-resize/dist/autoresize-textarea.js +38 -34
  396. package/dist/node_modules/.bun/@zag-js_auto-resize@1.35.3/node_modules/@zag-js/auto-resize/dist/autoresize-textarea.js.map +1 -1
  397. package/dist/node_modules/.bun/@zag-js_auto-resize@1.35.3/node_modules/@zag-js/auto-resize/dist/visual-style.js +10 -9
  398. package/dist/node_modules/.bun/@zag-js_auto-resize@1.35.3/node_modules/@zag-js/auto-resize/dist/visual-style.js.map +1 -1
  399. package/dist/node_modules/.bun/@zag-js_avatar@1.35.3/node_modules/@zag-js/avatar/dist/avatar.anatomy.js +6 -7
  400. package/dist/node_modules/.bun/@zag-js_avatar@1.35.3/node_modules/@zag-js/avatar/dist/avatar.anatomy.js.map +1 -1
  401. package/dist/node_modules/.bun/@zag-js_avatar@1.35.3/node_modules/@zag-js/avatar/dist/avatar.connect.js +64 -51
  402. package/dist/node_modules/.bun/@zag-js_avatar@1.35.3/node_modules/@zag-js/avatar/dist/avatar.connect.js.map +1 -1
  403. package/dist/node_modules/.bun/@zag-js_avatar@1.35.3/node_modules/@zag-js/avatar/dist/avatar.dom.js +6 -9
  404. package/dist/node_modules/.bun/@zag-js_avatar@1.35.3/node_modules/@zag-js/avatar/dist/avatar.dom.js.map +1 -1
  405. package/dist/node_modules/.bun/@zag-js_avatar@1.35.3/node_modules/@zag-js/avatar/dist/avatar.machine.js +74 -90
  406. package/dist/node_modules/.bun/@zag-js_avatar@1.35.3/node_modules/@zag-js/avatar/dist/avatar.machine.js.map +1 -1
  407. package/dist/node_modules/.bun/@zag-js_carousel@1.35.3/node_modules/@zag-js/carousel/dist/carousel.anatomy.js +7 -18
  408. package/dist/node_modules/.bun/@zag-js_carousel@1.35.3/node_modules/@zag-js/carousel/dist/carousel.anatomy.js.map +1 -1
  409. package/dist/node_modules/.bun/@zag-js_carousel@1.35.3/node_modules/@zag-js/carousel/dist/carousel.connect.js +280 -234
  410. package/dist/node_modules/.bun/@zag-js_carousel@1.35.3/node_modules/@zag-js/carousel/dist/carousel.connect.js.map +1 -1
  411. package/dist/node_modules/.bun/@zag-js_carousel@1.35.3/node_modules/@zag-js/carousel/dist/carousel.dom.js +12 -21
  412. package/dist/node_modules/.bun/@zag-js_carousel@1.35.3/node_modules/@zag-js/carousel/dist/carousel.dom.js.map +1 -1
  413. package/dist/node_modules/.bun/@zag-js_carousel@1.35.3/node_modules/@zag-js/carousel/dist/carousel.machine.js +486 -466
  414. package/dist/node_modules/.bun/@zag-js_carousel@1.35.3/node_modules/@zag-js/carousel/dist/carousel.machine.js.map +1 -1
  415. package/dist/node_modules/.bun/@zag-js_checkbox@1.35.3/node_modules/@zag-js/checkbox/dist/checkbox.anatomy.js +7 -7
  416. package/dist/node_modules/.bun/@zag-js_checkbox@1.35.3/node_modules/@zag-js/checkbox/dist/checkbox.anatomy.js.map +1 -1
  417. package/dist/node_modules/.bun/@zag-js_checkbox@1.35.3/node_modules/@zag-js/checkbox/dist/checkbox.connect.js +138 -108
  418. package/dist/node_modules/.bun/@zag-js_checkbox@1.35.3/node_modules/@zag-js/checkbox/dist/checkbox.connect.js.map +1 -1
  419. package/dist/node_modules/.bun/@zag-js_checkbox@1.35.3/node_modules/@zag-js/checkbox/dist/checkbox.dom.js +6 -10
  420. package/dist/node_modules/.bun/@zag-js_checkbox@1.35.3/node_modules/@zag-js/checkbox/dist/checkbox.dom.js.map +1 -1
  421. package/dist/node_modules/.bun/@zag-js_checkbox@1.35.3/node_modules/@zag-js/checkbox/dist/checkbox.machine.js +121 -136
  422. package/dist/node_modules/.bun/@zag-js_checkbox@1.35.3/node_modules/@zag-js/checkbox/dist/checkbox.machine.js.map +1 -1
  423. package/dist/node_modules/.bun/@zag-js_collapsible@1.35.3/node_modules/@zag-js/collapsible/dist/collapsible.anatomy.js +6 -7
  424. package/dist/node_modules/.bun/@zag-js_collapsible@1.35.3/node_modules/@zag-js/collapsible/dist/collapsible.anatomy.js.map +1 -1
  425. package/dist/node_modules/.bun/@zag-js_collapsible@1.35.3/node_modules/@zag-js/collapsible/dist/collapsible.connect.js +81 -80
  426. package/dist/node_modules/.bun/@zag-js_collapsible@1.35.3/node_modules/@zag-js/collapsible/dist/collapsible.connect.js.map +1 -1
  427. package/dist/node_modules/.bun/@zag-js_collapsible@1.35.3/node_modules/@zag-js/collapsible/dist/collapsible.dom.js +6 -8
  428. package/dist/node_modules/.bun/@zag-js_collapsible@1.35.3/node_modules/@zag-js/collapsible/dist/collapsible.dom.js.map +1 -1
  429. package/dist/node_modules/.bun/@zag-js_collapsible@1.35.3/node_modules/@zag-js/collapsible/dist/collapsible.machine.js +224 -234
  430. package/dist/node_modules/.bun/@zag-js_collapsible@1.35.3/node_modules/@zag-js/collapsible/dist/collapsible.machine.js.map +1 -1
  431. package/dist/node_modules/.bun/@zag-js_collection@1.35.3/node_modules/@zag-js/collection/dist/chunk-QZ7TP4HQ.js +11 -5
  432. package/dist/node_modules/.bun/@zag-js_collection@1.35.3/node_modules/@zag-js/collection/dist/chunk-QZ7TP4HQ.js.map +1 -1
  433. package/dist/node_modules/.bun/@zag-js_collection@1.35.3/node_modules/@zag-js/collection/dist/grid-collection.js +63 -67
  434. package/dist/node_modules/.bun/@zag-js_collection@1.35.3/node_modules/@zag-js/collection/dist/grid-collection.js.map +1 -1
  435. package/dist/node_modules/.bun/@zag-js_collection@1.35.3/node_modules/@zag-js/collection/dist/list-collection.js +219 -218
  436. package/dist/node_modules/.bun/@zag-js_collection@1.35.3/node_modules/@zag-js/collection/dist/list-collection.js.map +1 -1
  437. package/dist/node_modules/.bun/@zag-js_collection@1.35.3/node_modules/@zag-js/collection/dist/selection-map.js +43 -55
  438. package/dist/node_modules/.bun/@zag-js_collection@1.35.3/node_modules/@zag-js/collection/dist/selection-map.js.map +1 -1
  439. package/dist/node_modules/.bun/@zag-js_collection@1.35.3/node_modules/@zag-js/collection/dist/tree-collection.js +269 -235
  440. package/dist/node_modules/.bun/@zag-js_collection@1.35.3/node_modules/@zag-js/collection/dist/tree-collection.js.map +1 -1
  441. package/dist/node_modules/.bun/@zag-js_collection@1.35.3/node_modules/@zag-js/collection/dist/tree-visit.js +255 -275
  442. package/dist/node_modules/.bun/@zag-js_collection@1.35.3/node_modules/@zag-js/collection/dist/tree-visit.js.map +1 -1
  443. package/dist/node_modules/.bun/@zag-js_combobox@1.35.3/node_modules/@zag-js/combobox/dist/combobox.anatomy.js +7 -22
  444. package/dist/node_modules/.bun/@zag-js_combobox@1.35.3/node_modules/@zag-js/combobox/dist/combobox.anatomy.js.map +1 -1
  445. package/dist/node_modules/.bun/@zag-js_combobox@1.35.3/node_modules/@zag-js/combobox/dist/combobox.collection.js +7 -6
  446. package/dist/node_modules/.bun/@zag-js_combobox@1.35.3/node_modules/@zag-js/combobox/dist/combobox.collection.js.map +1 -1
  447. package/dist/node_modules/.bun/@zag-js_combobox@1.35.3/node_modules/@zag-js/combobox/dist/combobox.connect.js +417 -336
  448. package/dist/node_modules/.bun/@zag-js_combobox@1.35.3/node_modules/@zag-js/combobox/dist/combobox.connect.js.map +1 -1
  449. package/dist/node_modules/.bun/@zag-js_combobox@1.35.3/node_modules/@zag-js/combobox/dist/combobox.dom.js +16 -34
  450. package/dist/node_modules/.bun/@zag-js_combobox@1.35.3/node_modules/@zag-js/combobox/dist/combobox.dom.js.map +1 -1
  451. package/dist/node_modules/.bun/@zag-js_combobox@1.35.3/node_modules/@zag-js/combobox/dist/combobox.machine.js +868 -899
  452. package/dist/node_modules/.bun/@zag-js_combobox@1.35.3/node_modules/@zag-js/combobox/dist/combobox.machine.js.map +1 -1
  453. package/dist/node_modules/.bun/@zag-js_core@1.35.3/node_modules/@zag-js/core/dist/create-machine.js +28 -29
  454. package/dist/node_modules/.bun/@zag-js_core@1.35.3/node_modules/@zag-js/core/dist/create-machine.js.map +1 -1
  455. package/dist/node_modules/.bun/@zag-js_core@1.35.3/node_modules/@zag-js/core/dist/memo.js +12 -11
  456. package/dist/node_modules/.bun/@zag-js_core@1.35.3/node_modules/@zag-js/core/dist/memo.js.map +1 -1
  457. package/dist/node_modules/.bun/@zag-js_core@1.35.3/node_modules/@zag-js/core/dist/merge-props.js +41 -44
  458. package/dist/node_modules/.bun/@zag-js_core@1.35.3/node_modules/@zag-js/core/dist/merge-props.js.map +1 -1
  459. package/dist/node_modules/.bun/@zag-js_core@1.35.3/node_modules/@zag-js/core/dist/scope.js +17 -16
  460. package/dist/node_modules/.bun/@zag-js_core@1.35.3/node_modules/@zag-js/core/dist/scope.js.map +1 -1
  461. package/dist/node_modules/.bun/@zag-js_core@1.35.3/node_modules/@zag-js/core/dist/state.js +129 -130
  462. package/dist/node_modules/.bun/@zag-js_core@1.35.3/node_modules/@zag-js/core/dist/state.js.map +1 -1
  463. package/dist/node_modules/.bun/@zag-js_core@1.35.3/node_modules/@zag-js/core/dist/types.js +6 -6
  464. package/dist/node_modules/.bun/@zag-js_core@1.35.3/node_modules/@zag-js/core/dist/types.js.map +1 -1
  465. package/dist/node_modules/.bun/@zag-js_date-picker@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-picker/dist/date-picker.anatomy.js +6 -31
  466. package/dist/node_modules/.bun/@zag-js_date-picker@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-picker/dist/date-picker.anatomy.js.map +1 -1
  467. package/dist/node_modules/.bun/@zag-js_date-picker@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-picker/dist/date-picker.connect.js +868 -722
  468. package/dist/node_modules/.bun/@zag-js_date-picker@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-picker/dist/date-picker.connect.js.map +1 -1
  469. package/dist/node_modules/.bun/@zag-js_date-picker@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-picker/dist/date-picker.dom.js +7 -29
  470. package/dist/node_modules/.bun/@zag-js_date-picker@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-picker/dist/date-picker.dom.js.map +1 -1
  471. package/dist/node_modules/.bun/@zag-js_date-picker@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-picker/dist/date-picker.machine.js +1010 -1018
  472. package/dist/node_modules/.bun/@zag-js_date-picker@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-picker/dist/date-picker.machine.js.map +1 -1
  473. package/dist/node_modules/.bun/@zag-js_date-picker@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-picker/dist/date-picker.utils.js +141 -140
  474. package/dist/node_modules/.bun/@zag-js_date-picker@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-picker/dist/date-picker.utils.js.map +1 -1
  475. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/align.js +12 -14
  476. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/align.js.map +1 -1
  477. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/assertion.js +18 -21
  478. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/assertion.js.map +1 -1
  479. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/constrain.js +29 -36
  480. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/constrain.js.map +1 -1
  481. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/date-month.js +82 -67
  482. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/date-month.js.map +1 -1
  483. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/date-year.js +35 -34
  484. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/date-year.js.map +1 -1
  485. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/duration.js +12 -12
  486. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/duration.js.map +1 -1
  487. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/format.js +21 -24
  488. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/format.js.map +1 -1
  489. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/formatter.js +29 -29
  490. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/formatter.js.map +1 -1
  491. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/get-era-format.js +9 -8
  492. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/get-era-format.js.map +1 -1
  493. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/mutation.js +10 -9
  494. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/mutation.js.map +1 -1
  495. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/pagination.js +71 -91
  496. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/pagination.js.map +1 -1
  497. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/parse-date.js +34 -30
  498. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/parse-date.js.map +1 -1
  499. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/preset.js +25 -41
  500. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/preset.js.map +1 -1
  501. package/dist/node_modules/.bun/@zag-js_dialog@1.35.3/node_modules/@zag-js/dialog/dist/dialog.anatomy.js +6 -15
  502. package/dist/node_modules/.bun/@zag-js_dialog@1.35.3/node_modules/@zag-js/dialog/dist/dialog.anatomy.js.map +1 -1
  503. package/dist/node_modules/.bun/@zag-js_dialog@1.35.3/node_modules/@zag-js/dialog/dist/dialog.connect.js +88 -89
  504. package/dist/node_modules/.bun/@zag-js_dialog@1.35.3/node_modules/@zag-js/dialog/dist/dialog.connect.js.map +1 -1
  505. package/dist/node_modules/.bun/@zag-js_dialog@1.35.3/node_modules/@zag-js/dialog/dist/dialog.dom.js +6 -18
  506. package/dist/node_modules/.bun/@zag-js_dialog@1.35.3/node_modules/@zag-js/dialog/dist/dialog.dom.js.map +1 -1
  507. package/dist/node_modules/.bun/@zag-js_dialog@1.35.3/node_modules/@zag-js/dialog/dist/dialog.machine.js +163 -176
  508. package/dist/node_modules/.bun/@zag-js_dialog@1.35.3/node_modules/@zag-js/dialog/dist/dialog.machine.js.map +1 -1
  509. package/dist/node_modules/.bun/@zag-js_dismissable@1.35.3/node_modules/@zag-js/dismissable/dist/dismissable-layer.js +80 -74
  510. package/dist/node_modules/.bun/@zag-js_dismissable@1.35.3/node_modules/@zag-js/dismissable/dist/dismissable-layer.js.map +1 -1
  511. package/dist/node_modules/.bun/@zag-js_dismissable@1.35.3/node_modules/@zag-js/dismissable/dist/escape-keydown.js +11 -11
  512. package/dist/node_modules/.bun/@zag-js_dismissable@1.35.3/node_modules/@zag-js/dismissable/dist/escape-keydown.js.map +1 -1
  513. package/dist/node_modules/.bun/@zag-js_dismissable@1.35.3/node_modules/@zag-js/dismissable/dist/layer-stack.js +101 -98
  514. package/dist/node_modules/.bun/@zag-js_dismissable@1.35.3/node_modules/@zag-js/dismissable/dist/layer-stack.js.map +1 -1
  515. package/dist/node_modules/.bun/@zag-js_dismissable@1.35.3/node_modules/@zag-js/dismissable/dist/pointer-event-outside.js +31 -35
  516. package/dist/node_modules/.bun/@zag-js_dismissable@1.35.3/node_modules/@zag-js/dismissable/dist/pointer-event-outside.js.map +1 -1
  517. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/caret.js +18 -20
  518. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/caret.js.map +1 -1
  519. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/chunk-QZ7TP4HQ.js +11 -5
  520. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/chunk-QZ7TP4HQ.js.map +1 -1
  521. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/computed-style.js +9 -8
  522. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/computed-style.js.map +1 -1
  523. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/controller.js +67 -66
  524. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/controller.js.map +1 -1
  525. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/event.js +69 -78
  526. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/event.js.map +1 -1
  527. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/form.js +67 -67
  528. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/form.js.map +1 -1
  529. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/initial-focus.js +21 -21
  530. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/initial-focus.js.map +1 -1
  531. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/mutation-observer.js +39 -38
  532. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/mutation-observer.js.map +1 -1
  533. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/navigate.js +26 -28
  534. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/navigate.js.map +1 -1
  535. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/node.js +60 -76
  536. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/node.js.map +1 -1
  537. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/overflow.js +21 -23
  538. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/overflow.js.map +1 -1
  539. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/platform.js +12 -22
  540. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/platform.js.map +1 -1
  541. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/pointer-lock.js +22 -24
  542. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/pointer-lock.js.map +1 -1
  543. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/pointer-move.js +35 -29
  544. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/pointer-move.js.map +1 -1
  545. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/press.js +46 -61
  546. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/press.js.map +1 -1
  547. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/proxy-tab-focus.js +34 -27
  548. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/proxy-tab-focus.js.map +1 -1
  549. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/query.js +21 -26
  550. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/query.js.map +1 -1
  551. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/raf.js +48 -47
  552. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/raf.js.map +1 -1
  553. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/resize-observer.js +29 -34
  554. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/resize-observer.js.map +1 -1
  555. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/searchable.js +14 -14
  556. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/searchable.js.map +1 -1
  557. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/set.js +25 -26
  558. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/set.js.map +1 -1
  559. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/shared.js +6 -12
  560. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/shared.js.map +1 -1
  561. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/tabbable.js +87 -98
  562. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/tabbable.js.map +1 -1
  563. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/text-selection.js +38 -34
  564. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/text-selection.js.map +1 -1
  565. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/typeahead.js +25 -23
  566. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/typeahead.js.map +1 -1
  567. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/visually-hidden.js +15 -14
  568. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/visually-hidden.js.map +1 -1
  569. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/wait-for.js +37 -41
  570. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/wait-for.js.map +1 -1
  571. package/dist/node_modules/.bun/@zag-js_file-utils@1.35.3/node_modules/@zag-js/file-utils/dist/download-file.js +31 -30
  572. package/dist/node_modules/.bun/@zag-js_file-utils@1.35.3/node_modules/@zag-js/file-utils/dist/download-file.js.map +1 -1
  573. package/dist/node_modules/.bun/@zag-js_focus-trap@1.35.3/node_modules/@zag-js/focus-trap/dist/chunk-QZ7TP4HQ.js +11 -5
  574. package/dist/node_modules/.bun/@zag-js_focus-trap@1.35.3/node_modules/@zag-js/focus-trap/dist/chunk-QZ7TP4HQ.js.map +1 -1
  575. package/dist/node_modules/.bun/@zag-js_focus-trap@1.35.3/node_modules/@zag-js/focus-trap/dist/focus-trap.js +294 -331
  576. package/dist/node_modules/.bun/@zag-js_focus-trap@1.35.3/node_modules/@zag-js/focus-trap/dist/focus-trap.js.map +1 -1
  577. package/dist/node_modules/.bun/@zag-js_focus-trap@1.35.3/node_modules/@zag-js/focus-trap/dist/index.js +30 -32
  578. package/dist/node_modules/.bun/@zag-js_focus-trap@1.35.3/node_modules/@zag-js/focus-trap/dist/index.js.map +1 -1
  579. package/dist/node_modules/.bun/@zag-js_focus-visible@1.35.3/node_modules/@zag-js/focus-visible/dist/index.js +89 -84
  580. package/dist/node_modules/.bun/@zag-js_focus-visible@1.35.3/node_modules/@zag-js/focus-visible/dist/index.js.map +1 -1
  581. package/dist/node_modules/.bun/@zag-js_highlight-word@1.35.3/node_modules/@zag-js/highlight-word/dist/escape-regex.js +6 -5
  582. package/dist/node_modules/.bun/@zag-js_highlight-word@1.35.3/node_modules/@zag-js/highlight-word/dist/escape-regex.js.map +1 -1
  583. package/dist/node_modules/.bun/@zag-js_highlight-word@1.35.3/node_modules/@zag-js/highlight-word/dist/highlight-first.js +35 -26
  584. package/dist/node_modules/.bun/@zag-js_highlight-word@1.35.3/node_modules/@zag-js/highlight-word/dist/highlight-first.js.map +1 -1
  585. package/dist/node_modules/.bun/@zag-js_highlight-word@1.35.3/node_modules/@zag-js/highlight-word/dist/highlight-multiple.js +25 -22
  586. package/dist/node_modules/.bun/@zag-js_highlight-word@1.35.3/node_modules/@zag-js/highlight-word/dist/highlight-multiple.js.map +1 -1
  587. package/dist/node_modules/.bun/@zag-js_highlight-word@1.35.3/node_modules/@zag-js/highlight-word/dist/highlight.js +9 -9
  588. package/dist/node_modules/.bun/@zag-js_highlight-word@1.35.3/node_modules/@zag-js/highlight-word/dist/highlight.js.map +1 -1
  589. package/dist/node_modules/.bun/@zag-js_highlight-word@1.35.3/node_modules/@zag-js/highlight-word/dist/normalize-span.js +20 -17
  590. package/dist/node_modules/.bun/@zag-js_highlight-word@1.35.3/node_modules/@zag-js/highlight-word/dist/normalize-span.js.map +1 -1
  591. package/dist/node_modules/.bun/@zag-js_hover-card@1.35.3/node_modules/@zag-js/hover-card/dist/hover-card.anatomy.js +6 -7
  592. package/dist/node_modules/.bun/@zag-js_hover-card@1.35.3/node_modules/@zag-js/hover-card/dist/hover-card.anatomy.js.map +1 -1
  593. package/dist/node_modules/.bun/@zag-js_hover-card@1.35.3/node_modules/@zag-js/hover-card/dist/hover-card.connect.js +98 -82
  594. package/dist/node_modules/.bun/@zag-js_hover-card@1.35.3/node_modules/@zag-js/hover-card/dist/hover-card.connect.js.map +1 -1
  595. package/dist/node_modules/.bun/@zag-js_hover-card@1.35.3/node_modules/@zag-js/hover-card/dist/hover-card.dom.js +6 -11
  596. package/dist/node_modules/.bun/@zag-js_hover-card@1.35.3/node_modules/@zag-js/hover-card/dist/hover-card.dom.js.map +1 -1
  597. package/dist/node_modules/.bun/@zag-js_hover-card@1.35.3/node_modules/@zag-js/hover-card/dist/hover-card.machine.js +223 -267
  598. package/dist/node_modules/.bun/@zag-js_hover-card@1.35.3/node_modules/@zag-js/hover-card/dist/hover-card.machine.js.map +1 -1
  599. package/dist/node_modules/.bun/@zag-js_i18n-utils@1.35.3/node_modules/@zag-js/i18n-utils/dist/cache.js +13 -13
  600. package/dist/node_modules/.bun/@zag-js_i18n-utils@1.35.3/node_modules/@zag-js/i18n-utils/dist/cache.js.map +1 -1
  601. package/dist/node_modules/.bun/@zag-js_i18n-utils@1.35.3/node_modules/@zag-js/i18n-utils/dist/format-bytes.js +30 -18
  602. package/dist/node_modules/.bun/@zag-js_i18n-utils@1.35.3/node_modules/@zag-js/i18n-utils/dist/format-bytes.js.map +1 -1
  603. package/dist/node_modules/.bun/@zag-js_i18n-utils@1.35.3/node_modules/@zag-js/i18n-utils/dist/format-number.js +9 -8
  604. package/dist/node_modules/.bun/@zag-js_i18n-utils@1.35.3/node_modules/@zag-js/i18n-utils/dist/format-number.js.map +1 -1
  605. package/dist/node_modules/.bun/@zag-js_i18n-utils@1.35.3/node_modules/@zag-js/i18n-utils/dist/format-relative-time.js +23 -22
  606. package/dist/node_modules/.bun/@zag-js_i18n-utils@1.35.3/node_modules/@zag-js/i18n-utils/dist/format-relative-time.js.map +1 -1
  607. package/dist/node_modules/.bun/@zag-js_i18n-utils@1.35.3/node_modules/@zag-js/i18n-utils/dist/format-time.js +42 -38
  608. package/dist/node_modules/.bun/@zag-js_i18n-utils@1.35.3/node_modules/@zag-js/i18n-utils/dist/format-time.js.map +1 -1
  609. package/dist/node_modules/.bun/@zag-js_i18n-utils@1.35.3/node_modules/@zag-js/i18n-utils/dist/is-rtl.js +43 -42
  610. package/dist/node_modules/.bun/@zag-js_i18n-utils@1.35.3/node_modules/@zag-js/i18n-utils/dist/is-rtl.js.map +1 -1
  611. package/dist/node_modules/.bun/@zag-js_interact-outside@1.35.3/node_modules/@zag-js/interact-outside/dist/frame-utils.js +52 -58
  612. package/dist/node_modules/.bun/@zag-js_interact-outside@1.35.3/node_modules/@zag-js/interact-outside/dist/frame-utils.js.map +1 -1
  613. package/dist/node_modules/.bun/@zag-js_interact-outside@1.35.3/node_modules/@zag-js/interact-outside/dist/index.js +110 -124
  614. package/dist/node_modules/.bun/@zag-js_interact-outside@1.35.3/node_modules/@zag-js/interact-outside/dist/index.js.map +1 -1
  615. package/dist/node_modules/.bun/@zag-js_json-tree-utils@1.35.3/node_modules/@zag-js/json-tree-utils/dist/accessibility.js +17 -32
  616. package/dist/node_modules/.bun/@zag-js_json-tree-utils@1.35.3/node_modules/@zag-js/json-tree-utils/dist/accessibility.js.map +1 -1
  617. package/dist/node_modules/.bun/@zag-js_json-tree-utils@1.35.3/node_modules/@zag-js/json-tree-utils/dist/data-type.js +1120 -1093
  618. package/dist/node_modules/.bun/@zag-js_json-tree-utils@1.35.3/node_modules/@zag-js/json-tree-utils/dist/data-type.js.map +1 -1
  619. package/dist/node_modules/.bun/@zag-js_json-tree-utils@1.35.3/node_modules/@zag-js/json-tree-utils/dist/json-to-tree.js +33 -34
  620. package/dist/node_modules/.bun/@zag-js_json-tree-utils@1.35.3/node_modules/@zag-js/json-tree-utils/dist/json-to-tree.js.map +1 -1
  621. package/dist/node_modules/.bun/@zag-js_json-tree-utils@1.35.3/node_modules/@zag-js/json-tree-utils/dist/node-conversion.js +33 -45
  622. package/dist/node_modules/.bun/@zag-js_json-tree-utils@1.35.3/node_modules/@zag-js/json-tree-utils/dist/node-conversion.js.map +1 -1
  623. package/dist/node_modules/.bun/@zag-js_json-tree-utils@1.35.3/node_modules/@zag-js/json-tree-utils/dist/shared.js +17 -22
  624. package/dist/node_modules/.bun/@zag-js_json-tree-utils@1.35.3/node_modules/@zag-js/json-tree-utils/dist/shared.js.map +1 -1
  625. package/dist/node_modules/.bun/@zag-js_live-region@1.35.3/node_modules/@zag-js/live-region/dist/index.js +38 -37
  626. package/dist/node_modules/.bun/@zag-js_live-region@1.35.3/node_modules/@zag-js/live-region/dist/index.js.map +1 -1
  627. package/dist/node_modules/.bun/@zag-js_marquee@1.35.3/node_modules/@zag-js/marquee/dist/marquee.anatomy.js +6 -7
  628. package/dist/node_modules/.bun/@zag-js_marquee@1.35.3/node_modules/@zag-js/marquee/dist/marquee.anatomy.js.map +1 -1
  629. package/dist/node_modules/.bun/@zag-js_marquee@1.35.3/node_modules/@zag-js/marquee/dist/marquee.connect.js +140 -141
  630. package/dist/node_modules/.bun/@zag-js_marquee@1.35.3/node_modules/@zag-js/marquee/dist/marquee.connect.js.map +1 -1
  631. package/dist/node_modules/.bun/@zag-js_marquee@1.35.3/node_modules/@zag-js/marquee/dist/marquee.dom.js +12 -11
  632. package/dist/node_modules/.bun/@zag-js_marquee@1.35.3/node_modules/@zag-js/marquee/dist/marquee.dom.js.map +1 -1
  633. package/dist/node_modules/.bun/@zag-js_marquee@1.35.3/node_modules/@zag-js/marquee/dist/marquee.machine.js +145 -157
  634. package/dist/node_modules/.bun/@zag-js_marquee@1.35.3/node_modules/@zag-js/marquee/dist/marquee.machine.js.map +1 -1
  635. package/dist/node_modules/.bun/@zag-js_marquee@1.35.3/node_modules/@zag-js/marquee/dist/marquee.utils.js +32 -36
  636. package/dist/node_modules/.bun/@zag-js_marquee@1.35.3/node_modules/@zag-js/marquee/dist/marquee.utils.js.map +1 -1
  637. package/dist/node_modules/.bun/@zag-js_menu@1.35.3/node_modules/@zag-js/menu/dist/menu.anatomy.js +6 -22
  638. package/dist/node_modules/.bun/@zag-js_menu@1.35.3/node_modules/@zag-js/menu/dist/menu.anatomy.js.map +1 -1
  639. package/dist/node_modules/.bun/@zag-js_menu@1.35.3/node_modules/@zag-js/menu/dist/menu.connect.js +418 -353
  640. package/dist/node_modules/.bun/@zag-js_menu@1.35.3/node_modules/@zag-js/menu/dist/menu.connect.js.map +1 -1
  641. package/dist/node_modules/.bun/@zag-js_menu@1.35.3/node_modules/@zag-js/menu/dist/menu.dom.js +29 -47
  642. package/dist/node_modules/.bun/@zag-js_menu@1.35.3/node_modules/@zag-js/menu/dist/menu.dom.js.map +1 -1
  643. package/dist/node_modules/.bun/@zag-js_menu@1.35.3/node_modules/@zag-js/menu/dist/menu.machine.js +704 -791
  644. package/dist/node_modules/.bun/@zag-js_menu@1.35.3/node_modules/@zag-js/menu/dist/menu.machine.js.map +1 -1
  645. package/dist/node_modules/.bun/@zag-js_navigation-menu@1.35.3/node_modules/@zag-js/navigation-menu/dist/navigation-menu.anatomy.js +7 -19
  646. package/dist/node_modules/.bun/@zag-js_navigation-menu@1.35.3/node_modules/@zag-js/navigation-menu/dist/navigation-menu.anatomy.js.map +1 -1
  647. package/dist/node_modules/.bun/@zag-js_navigation-menu@1.35.3/node_modules/@zag-js/navigation-menu/dist/navigation-menu.connect.js +327 -302
  648. package/dist/node_modules/.bun/@zag-js_navigation-menu@1.35.3/node_modules/@zag-js/navigation-menu/dist/navigation-menu.connect.js.map +1 -1
  649. package/dist/node_modules/.bun/@zag-js_navigation-menu@1.35.3/node_modules/@zag-js/navigation-menu/dist/navigation-menu.dom.js +54 -79
  650. package/dist/node_modules/.bun/@zag-js_navigation-menu@1.35.3/node_modules/@zag-js/navigation-menu/dist/navigation-menu.dom.js.map +1 -1
  651. package/dist/node_modules/.bun/@zag-js_navigation-menu@1.35.3/node_modules/@zag-js/navigation-menu/dist/navigation-menu.machine.js +263 -298
  652. package/dist/node_modules/.bun/@zag-js_navigation-menu@1.35.3/node_modules/@zag-js/navigation-menu/dist/navigation-menu.machine.js.map +1 -1
  653. package/dist/node_modules/.bun/@zag-js_navigation-menu@1.35.3/node_modules/@zag-js/navigation-menu/dist/navigation-menu.utils.js +32 -35
  654. package/dist/node_modules/.bun/@zag-js_navigation-menu@1.35.3/node_modules/@zag-js/navigation-menu/dist/navigation-menu.utils.js.map +1 -1
  655. package/dist/node_modules/.bun/@zag-js_number-input@1.35.3/node_modules/@zag-js/number-input/dist/cursor.js +55 -64
  656. package/dist/node_modules/.bun/@zag-js_number-input@1.35.3/node_modules/@zag-js/number-input/dist/cursor.js.map +1 -1
  657. package/dist/node_modules/.bun/@zag-js_number-input@1.35.3/node_modules/@zag-js/number-input/dist/number-input.anatomy.js +6 -16
  658. package/dist/node_modules/.bun/@zag-js_number-input@1.35.3/node_modules/@zag-js/number-input/dist/number-input.anatomy.js.map +1 -1
  659. package/dist/node_modules/.bun/@zag-js_number-input@1.35.3/node_modules/@zag-js/number-input/dist/number-input.connect.js +275 -229
  660. package/dist/node_modules/.bun/@zag-js_number-input@1.35.3/node_modules/@zag-js/number-input/dist/number-input.connect.js.map +1 -1
  661. package/dist/node_modules/.bun/@zag-js_number-input@1.35.3/node_modules/@zag-js/number-input/dist/number-input.dom.js +44 -60
  662. package/dist/node_modules/.bun/@zag-js_number-input@1.35.3/node_modules/@zag-js/number-input/dist/number-input.dom.js.map +1 -1
  663. package/dist/node_modules/.bun/@zag-js_number-input@1.35.3/node_modules/@zag-js/number-input/dist/number-input.machine.js +466 -408
  664. package/dist/node_modules/.bun/@zag-js_number-input@1.35.3/node_modules/@zag-js/number-input/dist/number-input.machine.js.map +1 -1
  665. package/dist/node_modules/.bun/@zag-js_number-input@1.35.3/node_modules/@zag-js/number-input/dist/number-input.utils.js +15 -18
  666. package/dist/node_modules/.bun/@zag-js_number-input@1.35.3/node_modules/@zag-js/number-input/dist/number-input.utils.js.map +1 -1
  667. package/dist/node_modules/.bun/@zag-js_pagination@1.35.3/node_modules/@zag-js/pagination/dist/pagination.anatomy.js +6 -15
  668. package/dist/node_modules/.bun/@zag-js_pagination@1.35.3/node_modules/@zag-js/pagination/dist/pagination.anatomy.js.map +1 -1
  669. package/dist/node_modules/.bun/@zag-js_pagination@1.35.3/node_modules/@zag-js/pagination/dist/pagination.connect.js +174 -144
  670. package/dist/node_modules/.bun/@zag-js_pagination@1.35.3/node_modules/@zag-js/pagination/dist/pagination.connect.js.map +1 -1
  671. package/dist/node_modules/.bun/@zag-js_pagination@1.35.3/node_modules/@zag-js/pagination/dist/pagination.dom.js +6 -11
  672. package/dist/node_modules/.bun/@zag-js_pagination@1.35.3/node_modules/@zag-js/pagination/dist/pagination.dom.js.map +1 -1
  673. package/dist/node_modules/.bun/@zag-js_pagination@1.35.3/node_modules/@zag-js/pagination/dist/pagination.machine.js +128 -131
  674. package/dist/node_modules/.bun/@zag-js_pagination@1.35.3/node_modules/@zag-js/pagination/dist/pagination.machine.js.map +1 -1
  675. package/dist/node_modules/.bun/@zag-js_pagination@1.35.3/node_modules/@zag-js/pagination/dist/pagination.utils.js +37 -40
  676. package/dist/node_modules/.bun/@zag-js_pagination@1.35.3/node_modules/@zag-js/pagination/dist/pagination.utils.js.map +1 -1
  677. package/dist/node_modules/.bun/@zag-js_password-input@1.35.3/node_modules/@zag-js/password-input/dist/password-input.anatomy.js +6 -14
  678. package/dist/node_modules/.bun/@zag-js_password-input@1.35.3/node_modules/@zag-js/password-input/dist/password-input.anatomy.js.map +1 -1
  679. package/dist/node_modules/.bun/@zag-js_password-input@1.35.3/node_modules/@zag-js/password-input/dist/password-input.connect.js +111 -109
  680. package/dist/node_modules/.bun/@zag-js_password-input@1.35.3/node_modules/@zag-js/password-input/dist/password-input.connect.js.map +1 -1
  681. package/dist/node_modules/.bun/@zag-js_password-input@1.35.3/node_modules/@zag-js/password-input/dist/password-input.dom.js +6 -6
  682. package/dist/node_modules/.bun/@zag-js_password-input@1.35.3/node_modules/@zag-js/password-input/dist/password-input.dom.js.map +1 -1
  683. package/dist/node_modules/.bun/@zag-js_password-input@1.35.3/node_modules/@zag-js/password-input/dist/password-input.machine.js +70 -83
  684. package/dist/node_modules/.bun/@zag-js_password-input@1.35.3/node_modules/@zag-js/password-input/dist/password-input.machine.js.map +1 -1
  685. package/dist/node_modules/.bun/@zag-js_pin-input@1.35.3/node_modules/@zag-js/pin-input/dist/pin-input.anatomy.js +6 -7
  686. package/dist/node_modules/.bun/@zag-js_pin-input@1.35.3/node_modules/@zag-js/pin-input/dist/pin-input.anatomy.js.map +1 -1
  687. package/dist/node_modules/.bun/@zag-js_pin-input@1.35.3/node_modules/@zag-js/pin-input/dist/pin-input.connect.js +200 -170
  688. package/dist/node_modules/.bun/@zag-js_pin-input@1.35.3/node_modules/@zag-js/pin-input/dist/pin-input.connect.js.map +1 -1
  689. package/dist/node_modules/.bun/@zag-js_pin-input@1.35.3/node_modules/@zag-js/pin-input/dist/pin-input.dom.js +11 -20
  690. package/dist/node_modules/.bun/@zag-js_pin-input@1.35.3/node_modules/@zag-js/pin-input/dist/pin-input.dom.js.map +1 -1
  691. package/dist/node_modules/.bun/@zag-js_pin-input@1.35.3/node_modules/@zag-js/pin-input/dist/pin-input.machine.js +230 -259
  692. package/dist/node_modules/.bun/@zag-js_pin-input@1.35.3/node_modules/@zag-js/pin-input/dist/pin-input.machine.js.map +1 -1
  693. package/dist/node_modules/.bun/@zag-js_pin-input@1.35.3/node_modules/@zag-js/pin-input/dist/pin-input.utils.js +13 -13
  694. package/dist/node_modules/.bun/@zag-js_pin-input@1.35.3/node_modules/@zag-js/pin-input/dist/pin-input.utils.js.map +1 -1
  695. package/dist/node_modules/.bun/@zag-js_popover@1.35.3/node_modules/@zag-js/popover/dist/popover.anatomy.js +6 -18
  696. package/dist/node_modules/.bun/@zag-js_popover@1.35.3/node_modules/@zag-js/popover/dist/popover.anatomy.js.map +1 -1
  697. package/dist/node_modules/.bun/@zag-js_popover@1.35.3/node_modules/@zag-js/popover/dist/popover.connect.js +133 -126
  698. package/dist/node_modules/.bun/@zag-js_popover@1.35.3/node_modules/@zag-js/popover/dist/popover.connect.js.map +1 -1
  699. package/dist/node_modules/.bun/@zag-js_popover@1.35.3/node_modules/@zag-js/popover/dist/popover.dom.js +6 -18
  700. package/dist/node_modules/.bun/@zag-js_popover@1.35.3/node_modules/@zag-js/popover/dist/popover.dom.js.map +1 -1
  701. package/dist/node_modules/.bun/@zag-js_popover@1.35.3/node_modules/@zag-js/popover/dist/popover.machine.js +219 -237
  702. package/dist/node_modules/.bun/@zag-js_popover@1.35.3/node_modules/@zag-js/popover/dist/popover.machine.js.map +1 -1
  703. package/dist/node_modules/.bun/@zag-js_popper@1.35.3/node_modules/@zag-js/popper/dist/get-anchor.js +34 -32
  704. package/dist/node_modules/.bun/@zag-js_popper@1.35.3/node_modules/@zag-js/popper/dist/get-anchor.js.map +1 -1
  705. package/dist/node_modules/.bun/@zag-js_popper@1.35.3/node_modules/@zag-js/popper/dist/get-placement.js +135 -126
  706. package/dist/node_modules/.bun/@zag-js_popper@1.35.3/node_modules/@zag-js/popper/dist/get-placement.js.map +1 -1
  707. package/dist/node_modules/.bun/@zag-js_popper@1.35.3/node_modules/@zag-js/popper/dist/get-styles.js +44 -45
  708. package/dist/node_modules/.bun/@zag-js_popper@1.35.3/node_modules/@zag-js/popper/dist/get-styles.js.map +1 -1
  709. package/dist/node_modules/.bun/@zag-js_popper@1.35.3/node_modules/@zag-js/popper/dist/middleware.js +46 -55
  710. package/dist/node_modules/.bun/@zag-js_popper@1.35.3/node_modules/@zag-js/popper/dist/middleware.js.map +1 -1
  711. package/dist/node_modules/.bun/@zag-js_popper@1.35.3/node_modules/@zag-js/popper/dist/placement.js +14 -10
  712. package/dist/node_modules/.bun/@zag-js_popper@1.35.3/node_modules/@zag-js/popper/dist/placement.js.map +1 -1
  713. package/dist/node_modules/.bun/@zag-js_presence@1.35.3/node_modules/@zag-js/presence/dist/presence.connect.js +20 -16
  714. package/dist/node_modules/.bun/@zag-js_presence@1.35.3/node_modules/@zag-js/presence/dist/presence.connect.js.map +1 -1
  715. package/dist/node_modules/.bun/@zag-js_presence@1.35.3/node_modules/@zag-js/presence/dist/presence.machine.js +148 -145
  716. package/dist/node_modules/.bun/@zag-js_presence@1.35.3/node_modules/@zag-js/presence/dist/presence.machine.js.map +1 -1
  717. package/dist/node_modules/.bun/@zag-js_progress@1.35.3/node_modules/@zag-js/progress/dist/progress.anatomy.js +6 -17
  718. package/dist/node_modules/.bun/@zag-js_progress@1.35.3/node_modules/@zag-js/progress/dist/progress.anatomy.js.map +1 -1
  719. package/dist/node_modules/.bun/@zag-js_progress@1.35.3/node_modules/@zag-js/progress/dist/progress.connect.js +160 -152
  720. package/dist/node_modules/.bun/@zag-js_progress@1.35.3/node_modules/@zag-js/progress/dist/progress.connect.js.map +1 -1
  721. package/dist/node_modules/.bun/@zag-js_progress@1.35.3/node_modules/@zag-js/progress/dist/progress.dom.js +6 -8
  722. package/dist/node_modules/.bun/@zag-js_progress@1.35.3/node_modules/@zag-js/progress/dist/progress.dom.js.map +1 -1
  723. package/dist/node_modules/.bun/@zag-js_progress@1.35.3/node_modules/@zag-js/progress/dist/progress.machine.js +73 -90
  724. package/dist/node_modules/.bun/@zag-js_progress@1.35.3/node_modules/@zag-js/progress/dist/progress.machine.js.map +1 -1
  725. package/dist/node_modules/.bun/@zag-js_radio-group@1.35.3/node_modules/@zag-js/radio-group/dist/radio-group.anatomy.js +6 -14
  726. package/dist/node_modules/.bun/@zag-js_radio-group@1.35.3/node_modules/@zag-js/radio-group/dist/radio-group.anatomy.js.map +1 -1
  727. package/dist/node_modules/.bun/@zag-js_radio-group@1.35.3/node_modules/@zag-js/radio-group/dist/radio-group.connect.js +232 -190
  728. package/dist/node_modules/.bun/@zag-js_radio-group@1.35.3/node_modules/@zag-js/radio-group/dist/radio-group.connect.js.map +1 -1
  729. package/dist/node_modules/.bun/@zag-js_radio-group@1.35.3/node_modules/@zag-js/radio-group/dist/radio-group.dom.js +16 -30
  730. package/dist/node_modules/.bun/@zag-js_radio-group@1.35.3/node_modules/@zag-js/radio-group/dist/radio-group.dom.js.map +1 -1
  731. package/dist/node_modules/.bun/@zag-js_radio-group@1.35.3/node_modules/@zag-js/radio-group/dist/radio-group.machine.js +128 -158
  732. package/dist/node_modules/.bun/@zag-js_radio-group@1.35.3/node_modules/@zag-js/radio-group/dist/radio-group.machine.js.map +1 -1
  733. package/dist/node_modules/.bun/@zag-js_rect-utils@1.35.3/node_modules/@zag-js/rect-utils/dist/angle.js +8 -7
  734. package/dist/node_modules/.bun/@zag-js_rect-utils@1.35.3/node_modules/@zag-js/rect-utils/dist/angle.js.map +1 -1
  735. package/dist/node_modules/.bun/@zag-js_rect-utils@1.35.3/node_modules/@zag-js/rect-utils/dist/polygon.js +41 -22
  736. package/dist/node_modules/.bun/@zag-js_rect-utils@1.35.3/node_modules/@zag-js/rect-utils/dist/polygon.js.map +1 -1
  737. package/dist/node_modules/.bun/@zag-js_rect-utils@1.35.3/node_modules/@zag-js/rect-utils/dist/rect.js +31 -25
  738. package/dist/node_modules/.bun/@zag-js_rect-utils@1.35.3/node_modules/@zag-js/rect-utils/dist/rect.js.map +1 -1
  739. package/dist/node_modules/.bun/@zag-js_remove-scroll@1.35.3/node_modules/@zag-js/remove-scroll/dist/index.js +44 -41
  740. package/dist/node_modules/.bun/@zag-js_remove-scroll@1.35.3/node_modules/@zag-js/remove-scroll/dist/index.js.map +1 -1
  741. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/chunk-QZ7TP4HQ.js +11 -5
  742. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/chunk-QZ7TP4HQ.js.map +1 -1
  743. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/scroll-area.anatomy.js +6 -7
  744. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/scroll-area.anatomy.js.map +1 -1
  745. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/scroll-area.connect.js +203 -192
  746. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/scroll-area.connect.js.map +1 -1
  747. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/scroll-area.dom.js +7 -16
  748. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/scroll-area.dom.js.map +1 -1
  749. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/scroll-area.machine.js +312 -302
  750. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/scroll-area.machine.js.map +1 -1
  751. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/utils/scroll-offset.js +10 -9
  752. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/utils/scroll-offset.js.map +1 -1
  753. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/utils/scroll-progress.js +17 -11
  754. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/utils/scroll-progress.js.map +1 -1
  755. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/utils/scroll-sides.js +13 -13
  756. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/utils/scroll-sides.js.map +1 -1
  757. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/utils/scroll-to-edge.js +38 -30
  758. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/utils/scroll-to-edge.js.map +1 -1
  759. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/utils/scroll-to.js +24 -15
  760. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/utils/scroll-to.js.map +1 -1
  761. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/utils/smooth-scroll.js +24 -25
  762. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/utils/smooth-scroll.js.map +1 -1
  763. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/utils/timeout.js +20 -19
  764. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/utils/timeout.js.map +1 -1
  765. package/dist/node_modules/.bun/@zag-js_scroll-snap@1.35.3/node_modules/@zag-js/scroll-snap/dist/index.js +111 -100
  766. package/dist/node_modules/.bun/@zag-js_scroll-snap@1.35.3/node_modules/@zag-js/scroll-snap/dist/index.js.map +1 -1
  767. package/dist/node_modules/.bun/@zag-js_select@1.35.3/node_modules/@zag-js/select/dist/select.anatomy.js +6 -23
  768. package/dist/node_modules/.bun/@zag-js_select@1.35.3/node_modules/@zag-js/select/dist/select.anatomy.js.map +1 -1
  769. package/dist/node_modules/.bun/@zag-js_select@1.35.3/node_modules/@zag-js/select/dist/select.collection.js +7 -6
  770. package/dist/node_modules/.bun/@zag-js_select@1.35.3/node_modules/@zag-js/select/dist/select.collection.js.map +1 -1
  771. package/dist/node_modules/.bun/@zag-js_select@1.35.3/node_modules/@zag-js/select/dist/select.connect.js +407 -367
  772. package/dist/node_modules/.bun/@zag-js_select@1.35.3/node_modules/@zag-js/select/dist/select.connect.js.map +1 -1
  773. package/dist/node_modules/.bun/@zag-js_select@1.35.3/node_modules/@zag-js/select/dist/select.dom.js +6 -21
  774. package/dist/node_modules/.bun/@zag-js_select@1.35.3/node_modules/@zag-js/select/dist/select.dom.js.map +1 -1
  775. package/dist/node_modules/.bun/@zag-js_select@1.35.3/node_modules/@zag-js/select/dist/select.machine.js +631 -661
  776. package/dist/node_modules/.bun/@zag-js_select@1.35.3/node_modules/@zag-js/select/dist/select.machine.js.map +1 -1
  777. package/dist/node_modules/.bun/@zag-js_slider@1.35.3/node_modules/@zag-js/slider/dist/slider.anatomy.js +6 -18
  778. package/dist/node_modules/.bun/@zag-js_slider@1.35.3/node_modules/@zag-js/slider/dist/slider.anatomy.js.map +1 -1
  779. package/dist/node_modules/.bun/@zag-js_slider@1.35.3/node_modules/@zag-js/slider/dist/slider.connect.js +324 -270
  780. package/dist/node_modules/.bun/@zag-js_slider@1.35.3/node_modules/@zag-js/slider/dist/slider.connect.js.map +1 -1
  781. package/dist/node_modules/.bun/@zag-js_slider@1.35.3/node_modules/@zag-js/slider/dist/slider.dom.js +47 -59
  782. package/dist/node_modules/.bun/@zag-js_slider@1.35.3/node_modules/@zag-js/slider/dist/slider.dom.js.map +1 -1
  783. package/dist/node_modules/.bun/@zag-js_slider@1.35.3/node_modules/@zag-js/slider/dist/slider.machine.js +298 -305
  784. package/dist/node_modules/.bun/@zag-js_slider@1.35.3/node_modules/@zag-js/slider/dist/slider.machine.js.map +1 -1
  785. package/dist/node_modules/.bun/@zag-js_slider@1.35.3/node_modules/@zag-js/slider/dist/slider.style.js +111 -107
  786. package/dist/node_modules/.bun/@zag-js_slider@1.35.3/node_modules/@zag-js/slider/dist/slider.style.js.map +1 -1
  787. package/dist/node_modules/.bun/@zag-js_slider@1.35.3/node_modules/@zag-js/slider/dist/slider.utils.js +106 -92
  788. package/dist/node_modules/.bun/@zag-js_slider@1.35.3/node_modules/@zag-js/slider/dist/slider.utils.js.map +1 -1
  789. package/dist/node_modules/.bun/@zag-js_solid@1.35.3_2e1854f049906f04/node_modules/@zag-js/solid/dist/bindable.js +46 -43
  790. package/dist/node_modules/.bun/@zag-js_solid@1.35.3_2e1854f049906f04/node_modules/@zag-js/solid/dist/bindable.js.map +1 -1
  791. package/dist/node_modules/.bun/@zag-js_solid@1.35.3_2e1854f049906f04/node_modules/@zag-js/solid/dist/machine.js +189 -187
  792. package/dist/node_modules/.bun/@zag-js_solid@1.35.3_2e1854f049906f04/node_modules/@zag-js/solid/dist/machine.js.map +1 -1
  793. package/dist/node_modules/.bun/@zag-js_solid@1.35.3_2e1854f049906f04/node_modules/@zag-js/solid/dist/merge-props.js +32 -32
  794. package/dist/node_modules/.bun/@zag-js_solid@1.35.3_2e1854f049906f04/node_modules/@zag-js/solid/dist/merge-props.js.map +1 -1
  795. package/dist/node_modules/.bun/@zag-js_solid@1.35.3_2e1854f049906f04/node_modules/@zag-js/solid/dist/normalize-props.js +51 -50
  796. package/dist/node_modules/.bun/@zag-js_solid@1.35.3_2e1854f049906f04/node_modules/@zag-js/solid/dist/normalize-props.js.map +1 -1
  797. package/dist/node_modules/.bun/@zag-js_solid@1.35.3_2e1854f049906f04/node_modules/@zag-js/solid/dist/refs.js +15 -14
  798. package/dist/node_modules/.bun/@zag-js_solid@1.35.3_2e1854f049906f04/node_modules/@zag-js/solid/dist/refs.js.map +1 -1
  799. package/dist/node_modules/.bun/@zag-js_solid@1.35.3_2e1854f049906f04/node_modules/@zag-js/solid/dist/track.js +24 -24
  800. package/dist/node_modules/.bun/@zag-js_solid@1.35.3_2e1854f049906f04/node_modules/@zag-js/solid/dist/track.js.map +1 -1
  801. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/splitter.anatomy.js +6 -7
  802. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/splitter.anatomy.js.map +1 -1
  803. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/splitter.connect.js +281 -214
  804. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/splitter.connect.js.map +1 -1
  805. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/splitter.dom.js +18 -27
  806. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/splitter.dom.js.map +1 -1
  807. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/splitter.machine.js +341 -367
  808. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/splitter.machine.js.map +1 -1
  809. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/utils/aria.js +29 -36
  810. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/utils/aria.js.map +1 -1
  811. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/utils/fuzzy.js +15 -21
  812. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/utils/fuzzy.js.map +1 -1
  813. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/utils/panel.js +56 -72
  814. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/utils/panel.js.map +1 -1
  815. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/utils/resize-by-delta.js +94 -90
  816. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/utils/resize-by-delta.js.map +1 -1
  817. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/utils/resize-panel.js +16 -17
  818. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/utils/resize-panel.js.map +1 -1
  819. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/utils/validate-sizes.js +37 -34
  820. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/utils/validate-sizes.js.map +1 -1
  821. package/dist/node_modules/.bun/@zag-js_switch@1.35.3/node_modules/@zag-js/switch/dist/switch.anatomy.js +6 -7
  822. package/dist/node_modules/.bun/@zag-js_switch@1.35.3/node_modules/@zag-js/switch/dist/switch.anatomy.js.map +1 -1
  823. package/dist/node_modules/.bun/@zag-js_switch@1.35.3/node_modules/@zag-js/switch/dist/switch.connect.js +138 -109
  824. package/dist/node_modules/.bun/@zag-js_switch@1.35.3/node_modules/@zag-js/switch/dist/switch.connect.js.map +1 -1
  825. package/dist/node_modules/.bun/@zag-js_switch@1.35.3/node_modules/@zag-js/switch/dist/switch.dom.js +6 -11
  826. package/dist/node_modules/.bun/@zag-js_switch@1.35.3/node_modules/@zag-js/switch/dist/switch.dom.js.map +1 -1
  827. package/dist/node_modules/.bun/@zag-js_switch@1.35.3/node_modules/@zag-js/switch/dist/switch.machine.js +118 -142
  828. package/dist/node_modules/.bun/@zag-js_switch@1.35.3/node_modules/@zag-js/switch/dist/switch.machine.js.map +1 -1
  829. package/dist/node_modules/.bun/@zag-js_tabs@1.35.3/node_modules/@zag-js/tabs/dist/tabs.anatomy.js +6 -7
  830. package/dist/node_modules/.bun/@zag-js_tabs@1.35.3/node_modules/@zag-js/tabs/dist/tabs.anatomy.js.map +1 -1
  831. package/dist/node_modules/.bun/@zag-js_tabs@1.35.3/node_modules/@zag-js/tabs/dist/tabs.connect.js +206 -170
  832. package/dist/node_modules/.bun/@zag-js_tabs@1.35.3/node_modules/@zag-js/tabs/dist/tabs.connect.js.map +1 -1
  833. package/dist/node_modules/.bun/@zag-js_tabs@1.35.3/node_modules/@zag-js/tabs/dist/tabs.dom.js +16 -33
  834. package/dist/node_modules/.bun/@zag-js_tabs@1.35.3/node_modules/@zag-js/tabs/dist/tabs.dom.js.map +1 -1
  835. package/dist/node_modules/.bun/@zag-js_tabs@1.35.3/node_modules/@zag-js/tabs/dist/tabs.machine.js +213 -241
  836. package/dist/node_modules/.bun/@zag-js_tabs@1.35.3/node_modules/@zag-js/tabs/dist/tabs.machine.js.map +1 -1
  837. package/dist/node_modules/.bun/@zag-js_tags-input@1.35.3/node_modules/@zag-js/tags-input/dist/tags-input.anatomy.js +6 -18
  838. package/dist/node_modules/.bun/@zag-js_tags-input@1.35.3/node_modules/@zag-js/tags-input/dist/tags-input.anatomy.js.map +1 -1
  839. package/dist/node_modules/.bun/@zag-js_tags-input@1.35.3/node_modules/@zag-js/tags-input/dist/tags-input.connect.js +323 -280
  840. package/dist/node_modules/.bun/@zag-js_tags-input@1.35.3/node_modules/@zag-js/tags-input/dist/tags-input.connect.js.map +1 -1
  841. package/dist/node_modules/.bun/@zag-js_tags-input@1.35.3/node_modules/@zag-js/tags-input/dist/tags-input.dom.js +16 -40
  842. package/dist/node_modules/.bun/@zag-js_tags-input@1.35.3/node_modules/@zag-js/tags-input/dist/tags-input.dom.js.map +1 -1
  843. package/dist/node_modules/.bun/@zag-js_tags-input@1.35.3/node_modules/@zag-js/tags-input/dist/tags-input.machine.js +634 -628
  844. package/dist/node_modules/.bun/@zag-js_tags-input@1.35.3/node_modules/@zag-js/tags-input/dist/tags-input.machine.js.map +1 -1
  845. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/index.js +14 -9
  846. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/index.js.map +1 -1
  847. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast-group.connect.js +65 -52
  848. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast-group.connect.js.map +1 -1
  849. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast-group.machine.js +243 -230
  850. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast-group.machine.js.map +1 -1
  851. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast.anatomy.js +7 -14
  852. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast.anatomy.js.map +1 -1
  853. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast.connect.js +112 -101
  854. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast.connect.js.map +1 -1
  855. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast.dom.js +6 -11
  856. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast.dom.js.map +1 -1
  857. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast.machine.js +236 -222
  858. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast.machine.js.map +1 -1
  859. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast.store.js +183 -115
  860. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast.store.js.map +1 -1
  861. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast.utils.js +91 -115
  862. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast.utils.js.map +1 -1
  863. package/dist/node_modules/.bun/@zag-js_toggle-group@1.35.3/node_modules/@zag-js/toggle-group/dist/toggle-group.anatomy.js +6 -7
  864. package/dist/node_modules/.bun/@zag-js_toggle-group@1.35.3/node_modules/@zag-js/toggle-group/dist/toggle-group.anatomy.js.map +1 -1
  865. package/dist/node_modules/.bun/@zag-js_toggle-group@1.35.3/node_modules/@zag-js/toggle-group/dist/toggle-group.connect.js +118 -106
  866. package/dist/node_modules/.bun/@zag-js_toggle-group@1.35.3/node_modules/@zag-js/toggle-group/dist/toggle-group.connect.js.map +1 -1
  867. package/dist/node_modules/.bun/@zag-js_toggle-group@1.35.3/node_modules/@zag-js/toggle-group/dist/toggle-group.dom.js +11 -17
  868. package/dist/node_modules/.bun/@zag-js_toggle-group@1.35.3/node_modules/@zag-js/toggle-group/dist/toggle-group.dom.js.map +1 -1
  869. package/dist/node_modules/.bun/@zag-js_toggle-group@1.35.3/node_modules/@zag-js/toggle-group/dist/toggle-group.machine.js +139 -169
  870. package/dist/node_modules/.bun/@zag-js_toggle-group@1.35.3/node_modules/@zag-js/toggle-group/dist/toggle-group.machine.js.map +1 -1
  871. package/dist/node_modules/.bun/@zag-js_toggle@1.35.3/node_modules/@zag-js/toggle/dist/toggle.anatomy.js +6 -7
  872. package/dist/node_modules/.bun/@zag-js_toggle@1.35.3/node_modules/@zag-js/toggle/dist/toggle.anatomy.js.map +1 -1
  873. package/dist/node_modules/.bun/@zag-js_toggle@1.35.3/node_modules/@zag-js/toggle/dist/toggle.connect.js +41 -37
  874. package/dist/node_modules/.bun/@zag-js_toggle@1.35.3/node_modules/@zag-js/toggle/dist/toggle.connect.js.map +1 -1
  875. package/dist/node_modules/.bun/@zag-js_toggle@1.35.3/node_modules/@zag-js/toggle/dist/toggle.machine.js +38 -47
  876. package/dist/node_modules/.bun/@zag-js_toggle@1.35.3/node_modules/@zag-js/toggle/dist/toggle.machine.js.map +1 -1
  877. package/dist/node_modules/.bun/@zag-js_tooltip@1.35.3/node_modules/@zag-js/tooltip/dist/tooltip.anatomy.js +6 -7
  878. package/dist/node_modules/.bun/@zag-js_tooltip@1.35.3/node_modules/@zag-js/tooltip/dist/tooltip.anatomy.js.map +1 -1
  879. package/dist/node_modules/.bun/@zag-js_tooltip@1.35.3/node_modules/@zag-js/tooltip/dist/tooltip.connect.js +120 -106
  880. package/dist/node_modules/.bun/@zag-js_tooltip@1.35.3/node_modules/@zag-js/tooltip/dist/tooltip.connect.js.map +1 -1
  881. package/dist/node_modules/.bun/@zag-js_tooltip@1.35.3/node_modules/@zag-js/tooltip/dist/tooltip.dom.js +6 -10
  882. package/dist/node_modules/.bun/@zag-js_tooltip@1.35.3/node_modules/@zag-js/tooltip/dist/tooltip.dom.js.map +1 -1
  883. package/dist/node_modules/.bun/@zag-js_tooltip@1.35.3/node_modules/@zag-js/tooltip/dist/tooltip.machine.js +310 -332
  884. package/dist/node_modules/.bun/@zag-js_tooltip@1.35.3/node_modules/@zag-js/tooltip/dist/tooltip.machine.js.map +1 -1
  885. package/dist/node_modules/.bun/@zag-js_tooltip@1.35.3/node_modules/@zag-js/tooltip/dist/tooltip.store.js +10 -9
  886. package/dist/node_modules/.bun/@zag-js_tooltip@1.35.3/node_modules/@zag-js/tooltip/dist/tooltip.store.js.map +1 -1
  887. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/tree-view.anatomy.js +5 -22
  888. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/tree-view.anatomy.js.map +1 -1
  889. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/tree-view.collection.js +7 -6
  890. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/tree-view.collection.js.map +1 -1
  891. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/tree-view.connect.js +483 -382
  892. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/tree-view.connect.js.map +1 -1
  893. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/tree-view.dom.js +8 -13
  894. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/tree-view.dom.js.map +1 -1
  895. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/tree-view.machine.js +453 -535
  896. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/tree-view.machine.js.map +1 -1
  897. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/utils/checked-state.js +23 -27
  898. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/utils/checked-state.js.map +1 -1
  899. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/utils/expand-branch.js +63 -47
  900. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/utils/expand-branch.js.map +1 -1
  901. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/utils/visit-skip.js +10 -9
  902. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/utils/visit-skip.js.map +1 -1
  903. package/dist/node_modules/.bun/@zag-js_types@1.35.3/node_modules/@zag-js/types/dist/prop-types.js +9 -10
  904. package/dist/node_modules/.bun/@zag-js_types@1.35.3/node_modules/@zag-js/types/dist/prop-types.js.map +1 -1
  905. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/array.js +28 -42
  906. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/array.js.map +1 -1
  907. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/chunk-MXGZDBDQ.js +13 -9
  908. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/chunk-MXGZDBDQ.js.map +1 -1
  909. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/equal.js +23 -27
  910. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/equal.js.map +1 -1
  911. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/functions.js +28 -34
  912. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/functions.js.map +1 -1
  913. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/guard.js +12 -20
  914. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/guard.js.map +1 -1
  915. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/number.js +60 -83
  916. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/number.js.map +1 -1
  917. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/object.js +21 -21
  918. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/object.js.map +1 -1
  919. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/store.js +25 -25
  920. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/store.js.map +1 -1
  921. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/timers.js +40 -37
  922. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/timers.js.map +1 -1
  923. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/warning.js +17 -22
  924. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/warning.js.map +1 -1
  925. package/dist/node_modules/.bun/tailwind-merge@3.5.0/node_modules/tailwind-merge/dist/bundle-mjs.js +1683 -2946
  926. package/dist/node_modules/.bun/tailwind-merge@3.5.0/node_modules/tailwind-merge/dist/bundle-mjs.js.map +1 -1
  927. package/dist/node_modules/.bun/tailwind-variants@3.2.2_7ac958b541464b98/node_modules/tailwind-variants/dist/chunk-LQJYWU4O.js +71 -82
  928. package/dist/node_modules/.bun/tailwind-variants@3.2.2_7ac958b541464b98/node_modules/tailwind-variants/dist/chunk-LQJYWU4O.js.map +1 -1
  929. package/dist/node_modules/.bun/tailwind-variants@3.2.2_7ac958b541464b98/node_modules/tailwind-variants/dist/chunk-RZF76H2U.js +165 -208
  930. package/dist/node_modules/.bun/tailwind-variants@3.2.2_7ac958b541464b98/node_modules/tailwind-variants/dist/chunk-RZF76H2U.js.map +1 -1
  931. package/dist/node_modules/.bun/tailwind-variants@3.2.2_7ac958b541464b98/node_modules/tailwind-variants/dist/index.js +20 -24
  932. package/dist/node_modules/.bun/tailwind-variants@3.2.2_7ac958b541464b98/node_modules/tailwind-variants/dist/index.js.map +1 -1
  933. package/dist/paraglide/messages/_index.d.ts +15 -0
  934. package/dist/paraglide/messages/ui_breadcrumb_label.d.ts +16 -0
  935. package/dist/paraglide/messages/ui_breadcrumb_label.js +7 -21
  936. package/dist/paraglide/messages/ui_breadcrumb_label.js.map +1 -1
  937. package/dist/paraglide/messages/ui_carousel_next.d.ts +16 -0
  938. package/dist/paraglide/messages/ui_carousel_next.js +7 -21
  939. package/dist/paraglide/messages/ui_carousel_next.js.map +1 -1
  940. package/dist/paraglide/messages/ui_carousel_previous.d.ts +16 -0
  941. package/dist/paraglide/messages/ui_carousel_previous.js +7 -21
  942. package/dist/paraglide/messages/ui_carousel_previous.js.map +1 -1
  943. package/dist/paraglide/messages/ui_checkbox_checked.d.ts +16 -0
  944. package/dist/paraglide/messages/ui_common_close.d.ts +16 -0
  945. package/dist/paraglide/messages/ui_common_close.js +6 -20
  946. package/dist/paraglide/messages/ui_common_close.js.map +1 -1
  947. package/dist/paraglide/messages/ui_common_loading.d.ts +16 -0
  948. package/dist/paraglide/messages/ui_common_loading.js +7 -21
  949. package/dist/paraglide/messages/ui_common_loading.js.map +1 -1
  950. package/dist/paraglide/messages/ui_common_more.d.ts +16 -0
  951. package/dist/paraglide/messages/ui_common_more.js +6 -20
  952. package/dist/paraglide/messages/ui_common_more.js.map +1 -1
  953. package/dist/paraglide/messages/ui_pagination_more.d.ts +16 -0
  954. package/dist/paraglide/messages/ui_pagination_more.js +7 -21
  955. package/dist/paraglide/messages/ui_pagination_more.js.map +1 -1
  956. package/dist/paraglide/messages/ui_pagination_next.d.ts +16 -0
  957. package/dist/paraglide/messages/ui_pagination_next.js +7 -21
  958. package/dist/paraglide/messages/ui_pagination_next.js.map +1 -1
  959. package/dist/paraglide/messages/ui_pagination_previous.d.ts +16 -0
  960. package/dist/paraglide/messages/ui_pagination_previous.js +7 -21
  961. package/dist/paraglide/messages/ui_pagination_previous.js.map +1 -1
  962. package/dist/paraglide/messages/ui_sidebar_description.d.ts +16 -0
  963. package/dist/paraglide/messages/ui_sidebar_description.js +7 -21
  964. package/dist/paraglide/messages/ui_sidebar_description.js.map +1 -1
  965. package/dist/paraglide/messages/ui_sidebar_title.d.ts +16 -0
  966. package/dist/paraglide/messages/ui_sidebar_title.js +7 -21
  967. package/dist/paraglide/messages/ui_sidebar_title.js.map +1 -1
  968. package/dist/paraglide/messages/ui_sidebar_toggle.d.ts +16 -0
  969. package/dist/paraglide/messages/ui_sidebar_toggle.js +7 -21
  970. package/dist/paraglide/messages/ui_sidebar_toggle.js.map +1 -1
  971. package/dist/paraglide/messages/ui_skeleton_loading.d.ts +16 -0
  972. package/dist/paraglide/messages/ui_skeleton_loading.js +6 -20
  973. package/dist/paraglide/messages/ui_skeleton_loading.js.map +1 -1
  974. package/dist/paraglide/messages.d.ts +2 -0
  975. package/dist/paraglide/runtime.d.ts +749 -0
  976. package/dist/paraglide/runtime.js +84 -120
  977. package/dist/paraglide/runtime.js.map +1 -1
  978. package/dist/primitives/createMediaQuery.js +16 -15
  979. package/dist/primitives/createMediaQuery.js.map +1 -1
  980. package/dist/primitives/selectTriggerRef.js +14 -21
  981. package/dist/primitives/selectTriggerRef.js.map +1 -1
  982. package/dist/theme.css +1 -1
  983. package/package.json +1 -1
  984. package/src/primitives/selectTriggerRef.ts +3 -1
  985. package/src/theme.css +3 -2
  986. package/dist/_virtual/calendar-month.js +0 -10
  987. package/dist/_virtual/calendar-month.js.map +0 -1
  988. package/dist/_virtual/check-circle.js +0 -10
  989. package/dist/_virtual/check-circle.js.map +0 -1
  990. package/dist/_virtual/check.js +0 -10
  991. package/dist/_virtual/check.js.map +0 -1
  992. package/dist/_virtual/chevron-left.js +0 -10
  993. package/dist/_virtual/chevron-left.js.map +0 -1
  994. package/dist/_virtual/chevron-right.js +0 -10
  995. package/dist/_virtual/chevron-right.js.map +0 -1
  996. package/dist/_virtual/close.js +0 -10
  997. package/dist/_virtual/close.js.map +0 -1
  998. package/dist/_virtual/error.js +0 -10
  999. package/dist/_virtual/error.js.map +0 -1
  1000. package/dist/_virtual/expand-less.js +0 -10
  1001. package/dist/_virtual/expand-less.js.map +0 -1
  1002. package/dist/_virtual/expand-more.js +0 -10
  1003. package/dist/_virtual/expand-more.js.map +0 -1
  1004. package/dist/_virtual/info.js +0 -10
  1005. package/dist/_virtual/info.js.map +0 -1
  1006. package/dist/_virtual/more-horiz.js +0 -10
  1007. package/dist/_virtual/more-horiz.js.map +0 -1
  1008. package/dist/_virtual/progress-activity.js +0 -10
  1009. package/dist/_virtual/progress-activity.js.map +0 -1
  1010. package/dist/_virtual/search.js +0 -10
  1011. package/dist/_virtual/search.js.map +0 -1
  1012. package/dist/_virtual/side-navigation.js +0 -10
  1013. package/dist/_virtual/side-navigation.js.map +0 -1
  1014. package/dist/_virtual/visibility-off.js +0 -10
  1015. package/dist/_virtual/visibility-off.js.map +0 -1
  1016. package/dist/_virtual/visibility.js +0 -10
  1017. package/dist/_virtual/visibility.js.map +0 -1
  1018. package/dist/_virtual/warning.js +0 -10
  1019. package/dist/_virtual/warning.js.map +0 -1
  1020. package/dist/components/Marquee.js.map +0 -1
  1021. package/dist/components/form/index.js.map +0 -1
  1022. package/dist/components/marquee/index.js.map +0 -1
  1023. package/dist/components/sidebar/index.js.map +0 -1
  1024. package/dist/components/toaster/index.js.map +0 -1
  1025. package/dist/index.js.map +0 -1
@@ -1,1095 +1,1122 @@
1
- import { getPreviewOptions as I, keyPathToKey as x } from "./node-conversion.js";
2
- import { getProp as k, typeOf as w, isObj as C } from "./shared.js";
3
- var S = (e, r) => ` ${e.join(", ")}${r ? ", … " : " "}`, m = "[[Entries]]", o = (e) => ({
4
- type: "text",
5
- value: e
6
- }), t = (e, r = {}, n = []) => ({
7
- type: "element",
8
- tagName: e,
9
- properties: r,
10
- children: n
11
- }), G = (e) => e.type === "string" ? `"${e.value}"` : e.type === "null" ? "null" : e.type === "undefined" || e.type === "symbol" ? "undefined" : e.type === "object" ? "{…}" : e.type === "array" ? "[…]" : e.type === "set" ? "Set(…)" : e.type === "map" ? "Map(…)" : e.type === "iterable" ? "Iterable(…)" : e.type === "function" ? "ƒ(…)" : String(e.value), M = (e) => e === null ? "null" : e === void 0 ? "undefined" : typeof e == "string" ? `"${e}"` : typeof e == "number" || typeof e == "boolean" ? String(e) : e instanceof Date ? e.toISOString() : e instanceof Set ? `Set(${e.size})` : e instanceof Map ? `Map(${e.size})` : Array.isArray(e) ? `Array(${e.length})` : typeof e == "object" ? "Object" : String(e);
12
- var Y = {
13
- type: "null",
14
- description: "null",
15
- check(e) {
16
- return e === null;
17
- },
18
- previewElement() {
19
- return t("span", {}, [o("null")]);
20
- },
21
- node({ value: e, keyPath: r }) {
22
- return {
23
- value: e,
24
- type: "null",
25
- keyPath: r
26
- };
27
- }
28
- }, V = {
29
- type: "undefined",
30
- description: "undefined",
31
- check(e) {
32
- return e === void 0;
33
- },
34
- previewElement() {
35
- return t("span", {}, [o("undefined")]);
36
- },
37
- node({ value: e, keyPath: r }) {
38
- return {
39
- type: "undefined",
40
- value: e,
41
- keyPath: r
42
- };
43
- }
44
- }, H = {
45
- type: "symbol",
46
- description(e) {
47
- return String(e.value);
48
- },
49
- check(e) {
50
- return typeof e == "symbol";
51
- },
52
- previewElement(e) {
53
- return t("span", {}, [o(e.value.toString())]);
54
- },
55
- node({ value: e, keyPath: r }) {
56
- return {
57
- type: "symbol",
58
- value: e,
59
- keyPath: r
60
- };
61
- }
62
- }, X = {
63
- type: "bigint",
64
- description(e) {
65
- return `${e.value}n`;
66
- },
67
- check(e) {
68
- return typeof e == "bigint";
69
- },
70
- previewElement(e) {
71
- return t("span", {}, [o(`${e.value}n`)]);
72
- },
73
- node({ value: e, keyPath: r }) {
74
- return {
75
- type: "bigint",
76
- value: e,
77
- keyPath: r
78
- };
79
- }
80
- }, z = {
81
- type: "set",
82
- description(e) {
83
- return `Set(${e.value.size})`;
84
- },
85
- check(e) {
86
- return e instanceof Set;
87
- },
88
- previewText(e, r) {
89
- const n = r.maxPreviewItems, a = Array.from(e.value), s = a.slice(0, n).map(M), i = a.length > n;
90
- return S(s, i);
91
- },
92
- previewElement(e, r) {
93
- const n = this.previewText?.(e, r) ?? "", a = e.value.size, s = [
94
- t("span", { kind: "constructor" }, [o(`Set(${a})`)]),
95
- t("span", { kind: "brace" }, [o(" {")])
96
- ];
97
- return n && s.push(t("span", { kind: "preview-text" }, [o(n)])), s.push(t("span", { kind: "brace" }, [o("}")])), t("span", {}, s);
98
- },
99
- node({ value: e, keyPath: r, createNode: n }) {
100
- const a = Array.from(e).map((c, p) => n([m, p.toString()], c)), s = {
101
- value: Array.from(e),
102
- keyPath: [...r, m],
103
- type: "array",
104
- children: a,
105
- isNonEnumerable: !0
106
- }, i = n(["size"], e.size);
107
- return {
108
- type: "set",
109
- value: e,
110
- keyPath: r,
111
- children: [s, i]
112
- };
113
- }
114
- }, q = {
115
- type: "weakset",
116
- description: "WeakSet",
117
- check(e) {
118
- return e instanceof WeakSet;
119
- },
120
- previewElement() {
121
- return t("span", {}, [
122
- t("span", { kind: "constructor" }, [o("WeakSet")]),
123
- t("span", { kind: "brace" }, [o(" {")]),
124
- t("span", { kind: "preview" }, [o(" [[Entries]]: not enumerable ")]),
125
- t("span", { kind: "brace" }, [o("}")])
126
- ]);
127
- },
128
- node({ value: e, keyPath: r }) {
129
- return {
130
- type: "weakset",
131
- value: e,
132
- keyPath: r
133
- };
134
- }
135
- }, J = {
136
- type: "weakmap",
137
- description: "WeakMap",
138
- check(e) {
139
- return e instanceof WeakMap;
140
- },
141
- previewElement() {
142
- return t("span", {}, [
143
- t("span", { kind: "constructor" }, [o("WeakMap")]),
144
- t("span", { kind: "brace" }, [o(" {")]),
145
- t("span", { kind: "preview" }, [o(" [[Entries]]: not enumerable ")]),
146
- t("span", { kind: "brace" }, [o("}")])
147
- ]);
148
- },
149
- node({ value: e, keyPath: r }) {
150
- return {
151
- type: "weakmap",
152
- value: e,
153
- keyPath: r
154
- };
155
- }
156
- }, Q = [
157
- "lastIndex",
158
- "dotAll",
159
- "flags",
160
- "global",
161
- "hasIndices",
162
- "ignoreCase",
163
- "multiline",
164
- "source",
165
- "sticky",
166
- "unicode"
167
- ], Z = {
168
- type: "regex",
169
- description(e) {
170
- return String(e.value);
171
- },
172
- check(e) {
173
- return e instanceof RegExp;
174
- },
175
- previewElement(e) {
176
- return t("span", {}, [o(String(e.value))]);
177
- },
178
- node({ value: e, keyPath: r, createNode: n }) {
179
- const a = Q.map((s) => n([s], k(e, s)));
180
- return {
181
- value: e,
182
- type: "regex",
183
- keyPath: r,
184
- children: a
185
- };
186
- }
187
- }, ee = ["byteLength", "byteOffset", "buffer"], re = {
188
- type: "dataview",
189
- description(e) {
190
- return `DataView(${e.value.byteLength})`;
191
- },
192
- check(e) {
193
- return e instanceof DataView;
194
- },
195
- previewElement(e) {
196
- const r = e.value;
197
- return t("span", {}, [
198
- t("span", { kind: "constructor" }, [o(`DataView(${r.byteLength})`)]),
199
- t("span", { kind: "brace" }, [o(" { ")]),
200
- t("span", { kind: "preview" }, [
201
- o(` buffer: ArrayBuffer(${r.buffer.byteLength}), byteOffset: ${r.byteOffset} `)
202
- ]),
203
- t("span", { kind: "brace" }, [o(" }")])
204
- ]);
205
- },
206
- node({ value: e, keyPath: r, createNode: n }) {
207
- const a = ee.map((s) => n([s], k(e, s)));
208
- return {
209
- value: e,
210
- keyPath: r,
211
- type: "dataview",
212
- children: a
213
- };
214
- }
215
- }, A = [
216
- "href",
217
- "origin",
218
- "protocol",
219
- "username",
220
- "password",
221
- "host",
222
- "hostname",
223
- "port",
224
- "pathname",
225
- "search",
226
- "searchParams",
227
- "hash"
228
- ], ne = {
229
- type: "url",
230
- description: "URL",
231
- check(e) {
232
- return w(e) === "[object URL]";
233
- },
234
- previewElement(e, r) {
235
- const n = e.value, a = r.maxPreviewItems, i = A.slice(0, a).map((p) => `${p}: '${n[p]}'`).join(", "), c = A.length > a;
236
- return t("span", {}, [
237
- t("span", { kind: "constructor" }, [o("URL")]),
238
- t("span", { kind: "brace" }, [o(" { ")]),
239
- t("span", { kind: "preview-text" }, [o(` ${i}${c ? ", …" : ""} `)]),
240
- t("span", { kind: "brace" }, [o(" }")])
241
- ]);
242
- },
243
- node({ value: e, keyPath: r, createNode: n }) {
244
- const a = A.map((s) => n([s], Reflect.get(e, s)));
245
- return {
246
- value: e,
247
- keyPath: r,
248
- type: "url",
249
- children: a
250
- };
251
- }
252
- }, te = {
253
- type: "urlsearchparams",
254
- description: "URLSearchParams",
255
- check(e) {
256
- return w(e) === "[object URLSearchParams]";
257
- },
258
- previewElement(e) {
259
- const r = e.value, n = Array.from(r.entries());
260
- return t("span", {}, [
261
- t("span", { kind: "constructor" }, [o("URLSearchParams")]),
262
- t("span", { kind: "brace" }, [o(" { ")]),
263
- t("span", { kind: "preview" }, [o(`size: ${n.length}`)]),
264
- t("span", { kind: "brace" }, [o(" }")])
265
- ]);
266
- },
267
- node({ value: e, keyPath: r, createNode: n }) {
268
- const a = Array.from(e.entries()).map(([c, p], u) => {
269
- const l = String(c), y = n([m, l, "key"], c), f = n([m, l, "value"], p);
270
- return {
271
- keyPath: [...r, m, u],
272
- value: { [c]: p },
273
- type: "object",
274
- children: [y, f]
275
- };
276
- }), s = {
277
- keyPath: [...r, "[[Entries]]"],
278
- value: Array.from(e.entries()),
279
- type: "array",
280
- children: a,
281
- isNonEnumerable: !0
282
- }, i = n(["size"], Array.from(e.entries()).length);
283
- return {
284
- value: e,
285
- keyPath: r,
286
- type: "urlsearchparams",
287
- children: [s, i]
288
- };
289
- }
290
- }, se = ["size", "type"], ae = {
291
- type: "blob",
292
- description(e) {
293
- return `Blob(${e.value.size})`;
294
- },
295
- check(e) {
296
- return w(e) === "[object Blob]";
297
- },
298
- previewElement(e) {
299
- const r = e.value;
300
- return t("span", {}, [
301
- t("span", { kind: "constructor" }, [o("Blob")]),
302
- t("span", { kind: "brace" }, [o(" { ")]),
303
- t("span", { kind: "preview" }, [o(`size: ${r.size}, type: '${r.type || "application/octet-stream"}'`)]),
304
- t("span", { kind: "brace" }, [o(" }")])
305
- ]);
306
- },
307
- node({ value: e, keyPath: r, createNode: n }) {
308
- const s = se.map((i) => ({ key: i, value: Reflect.get(e, i) })).map(({ key: i, value: c }) => n([i], c));
309
- return {
310
- value: e,
311
- keyPath: r,
312
- type: "blob",
313
- children: s
314
- };
315
- }
316
- }, j = ["name", "size", "type", "lastModified", "webkitRelativePath"], L = {
317
- type: "file",
318
- description(e) {
319
- return `File(${e.value.size})`;
320
- },
321
- check(e) {
322
- return w(e) === "[object File]";
323
- },
324
- previewElement(e) {
325
- const r = e.value, a = j.length > 2;
326
- return t("span", {}, [
327
- t("span", { kind: "constructor" }, [o("File")]),
328
- t("span", { kind: "brace" }, [o(" { ")]),
329
- t("span", { kind: "preview" }, [
330
- o(`name: '${r.name}', lastModified: ${r.lastModified}${a ? ", …" : ""}`)
331
- ]),
332
- t("span", { kind: "brace" }, [o(" }")])
333
- ]);
334
- },
335
- node({ value: e, keyPath: r, createNode: n }) {
336
- const s = j.map((i) => ({ key: i, value: k(e, i) || "" })).map(({ key: i, value: c }) => n([i], c));
337
- return {
338
- value: e,
339
- keyPath: r,
340
- type: "file",
341
- children: s
342
- };
343
- }
344
- }, D = (e) => {
345
- try {
346
- return e.toString();
347
- } catch {
348
- switch (e.constructor.name) {
349
- case "AsyncFunction":
350
- return "async function () {}";
351
- case "AsyncGeneratorFunction":
352
- return "async function * () {}";
353
- case "GeneratorFunction":
354
- return "function * () {}";
355
- default:
356
- return "function () {}";
357
- }
358
- }
359
- }, oe = /(?:async\s+)?(?:function\s*\*?\s*)?([^(]*\([^)]*\))/, ie = (e) => {
360
- const n = D(e).match(oe);
361
- return n ? n[1] : `${e.name || "anonymous"}()`;
362
- }, ce = ["name", "length", "prototype", "caller", "arguments"], pe = {
363
- type: "function",
364
- description(e) {
365
- const r = e.value, n = r.name || "anonymous";
366
- switch (r.constructor.name) {
367
- case "AsyncFunction":
368
- return `async ƒ ${n}()`;
369
- case "AsyncGeneratorFunction":
370
- return `async ƒ* ${n}()`;
371
- case "GeneratorFunction":
372
- return `ƒ* ${n}()`;
373
- default:
374
- return `ƒ ${n}()`;
375
- }
376
- },
377
- check(e) {
378
- return typeof e == "function";
379
- },
380
- previewElement(e) {
381
- const r = e.value, n = ie(r), a = r.constructor.name, s = n.length > 50 ? `${n.substring(0, 47)}...` : n;
382
- let i = "";
383
- return a === "AsyncFunction" && (i += "async "), a === "AsyncGeneratorFunction" && (i += "async "), (a === "GeneratorFunction" || a === "AsyncGeneratorFunction") && (i += "ƒ* "), a.includes("Generator") || (i += "ƒ "), t("span", {}, [
384
- t("span", { kind: "function-type" }, [o(i)]),
385
- t("span", { kind: "function-body" }, [o(s)])
386
- ]);
387
- },
388
- node({ value: e, keyPath: r, createNode: n, options: a }) {
389
- const s = e.name || "anonymous", i = e.constructor.name, c = [], p = [], u = D(e);
390
- p.push({ key: "[[Function]]", value: u }), c.push({ key: "name", value: s }), c.push({ key: "length", value: e.length }), c.push({ key: "constructor", value: i });
391
- const l = Object.getOwnPropertyNames(e).filter((b) => !ce.includes(b)).map((b) => ({ key: b, value: Reflect.get(e, b) }));
392
- c.push(...l);
393
- const y = c.map(({ key: b, value: d }) => n([b], d)), f = a?.showNonenumerable ? p.map(({ key: b, value: d }) => {
394
- const h = n([b], d);
395
- return h.isNonEnumerable = !0, h;
396
- }) : [], v = [...y, ...f];
397
- return {
398
- value: e,
399
- type: "function",
400
- keyPath: r,
401
- children: v
402
- };
403
- }
404
- }, ue = {
405
- type: "arraybuffer",
406
- description(e) {
407
- return `ArrayBuffer(${e.value.byteLength})`;
408
- },
409
- check(e) {
410
- return e instanceof ArrayBuffer;
411
- },
412
- previewElement(e) {
413
- return t("span", { nodeType: "arraybuffer" }, [o(e.value.toString())]);
414
- },
415
- node({ value: e, keyPath: r }) {
416
- return {
417
- value: e,
418
- keyPath: r,
419
- type: "arraybuffer"
420
- };
421
- }
422
- }, le = {
423
- type: "sharedarraybuffer",
424
- description(e) {
425
- return `SharedArrayBuffer(${e.value.byteLength})`;
426
- },
427
- check(e) {
428
- return typeof SharedArrayBuffer < "u" && e instanceof SharedArrayBuffer;
429
- },
430
- previewElement() {
431
- return t("span", { nodeType: "sharedarraybuffer" }, [o("sharedarraybuffer")]);
432
- },
433
- node({ value: e, keyPath: r }) {
434
- return {
435
- value: e,
436
- keyPath: r,
437
- type: "sharedarraybuffer"
438
- };
439
- }
440
- }, ye = {
441
- type: "buffer",
442
- description(e) {
443
- return `Buffer(${e.value.length})`;
444
- },
445
- check(e) {
446
- return typeof Buffer < "u" && e instanceof Buffer;
447
- },
448
- previewElement(e) {
449
- const r = e.value, n = Array.from(new Uint8Array(r).slice(0, 8)).map((s) => s.toString(16).padStart(2, "0")).join(" "), a = r.length > 8;
450
- return t("span", {}, [
451
- t("span", { kind: "constructor" }, [o(`Buffer(${r.length})`)]),
452
- t("span", { kind: "brace" }, [o(" ['")]),
453
- t("span", { kind: "preview-text" }, [o(n + (a ? " …" : ""))]),
454
- t("span", { kind: "brace" }, [o("']")])
455
- ]);
456
- },
457
- node({ value: e, keyPath: r }) {
458
- return {
459
- value: e,
460
- keyPath: r,
461
- type: "buffer"
462
- };
463
- }
464
- }, de = {
465
- type: "date",
466
- description(e) {
467
- return String(e.value);
468
- },
469
- check(e) {
470
- return e instanceof Date;
471
- },
472
- previewElement(e) {
473
- return t("span", {}, [o(e.value.toISOString())]);
474
- },
475
- node({ value: e, keyPath: r }) {
476
- return {
477
- value: e,
478
- keyPath: r,
479
- type: "date"
480
- };
481
- }
482
- }, me = {
483
- type: "map",
484
- description(e) {
485
- return `Map(${e.value.size})`;
486
- },
487
- check(e) {
488
- return e instanceof Map;
489
- },
490
- previewText(e, r) {
491
- const n = r.maxPreviewItems, a = Array.from(e.value.entries()), s = a.slice(0, n).map(([c, p]) => {
492
- const u = M(p);
493
- return `${typeof c == "string" ? `"${c}"` : String(c)} => ${u}`;
494
- }), i = a.length > n;
495
- return S(s, i);
496
- },
497
- previewElement(e, r) {
498
- const n = this.previewText?.(e, r) || "", a = e.value.size, s = [
499
- t("span", { kind: "constructor" }, [o(`Map(${a})`)]),
500
- t("span", { kind: "brace" }, [o(" {")])
501
- ];
502
- return n && s.push(t("span", { kind: "preview-text" }, [o(n)])), s.push(t("span", { kind: "brace" }, [o("}")])), t("span", {}, s);
503
- },
504
- node({ value: e, keyPath: r, createNode: n }) {
505
- const a = Array.from(e.entries()).map(([c, p], u) => {
506
- const l = String(c), y = n([m, l, "key"], c), f = n([m, l, "value"], p);
507
- return {
508
- keyPath: [...r, m, u],
509
- value: { [l]: p },
510
- type: "object",
511
- children: [y, f]
512
- };
513
- }), s = {
514
- keyPath: [...r, m],
515
- value: Array.from(e.entries()),
516
- type: "array",
517
- children: a,
518
- isNonEnumerable: !0
519
- }, i = n(["size"], e.size);
520
- return {
521
- value: e,
522
- keyPath: r,
523
- type: "map",
524
- children: [s, i]
525
- };
526
- }
527
- }, P = ["name", "message", "stack"], fe = {
528
- type: "error",
529
- description(e) {
530
- const r = e.value;
531
- return `${r.name}: ${r.message}`;
532
- },
533
- check(e) {
534
- return e instanceof Error;
535
- },
536
- previewElement(e) {
537
- const r = e.value;
538
- return t("span", {}, [
539
- t("span", { kind: "constructor" }, [o(r.name)]),
540
- t("span", { kind: "colon" }, [o(": ")]),
541
- t("span", {}, [o(r.message)])
542
- ]);
543
- },
544
- node({ value: e, keyPath: r, createNode: n }) {
545
- const a = P.map((p) => ({ key: p, value: Reflect.get(e, p) })), s = Object.getOwnPropertyNames(e).filter((p) => !P.includes(p)).map((p) => ({ key: p, value: k(e, p) })), c = [...a, ...s].map(({ key: p, value: u }) => n([p], u));
546
- return {
547
- value: e,
548
- keyPath: r,
549
- type: "error",
550
- children: c
551
- };
552
- }
553
- };
554
- function he(e) {
555
- const r = e?.split(`
556
- `).filter((n) => n.trim()) || [];
557
- return t(
558
- "span",
559
- {},
560
- r.map((n, a) => {
561
- const s = a < r.length - 1;
562
- return t(
563
- "span",
564
- {
565
- nodeType: "string",
566
- kind: "error-stack"
567
- },
568
- [
569
- t("span", {}, [o(n + (s ? "\\n" : ""))]),
570
- t("span", { kind: "operator" }, [o(s ? " +" : "")])
571
- ]
572
- );
573
- })
574
- );
1
+ import { getProp as e, isObj as t, typeOf as n } from "./shared.js";
2
+ import { getPreviewOptions as r, keyPathToKey as i } from "./node-conversion.js";
3
+ //#region ../../node_modules/.bun/@zag-js+json-tree-utils@1.35.3/node_modules/@zag-js/json-tree-utils/dist/data-type.mjs
4
+ var a = (e, t) => ` ${e.join(", ")}${t ? ", … " : " "}`, o = "[[Entries]]", s = (e) => ({
5
+ type: "text",
6
+ value: e
7
+ }), c = (e, t = {}, n = []) => ({
8
+ type: "element",
9
+ tagName: e,
10
+ properties: t,
11
+ children: n
12
+ }), l = (e) => e.type === "string" ? `"${e.value}"` : e.type === "null" ? "null" : e.type === "undefined" || e.type === "symbol" ? "undefined" : e.type === "object" ? "{…}" : e.type === "array" ? "[…]" : e.type === "set" ? "Set(…)" : e.type === "map" ? "Map(…)" : e.type === "iterable" ? "Iterable(…)" : e.type === "function" ? "ƒ(…)" : String(e.value), u = (e) => e === null ? "null" : e === void 0 ? "undefined" : typeof e == "string" ? `"${e}"` : typeof e == "number" || typeof e == "boolean" ? String(e) : e instanceof Date ? e.toISOString() : e instanceof Set ? `Set(${e.size})` : e instanceof Map ? `Map(${e.size})` : Array.isArray(e) ? `Array(${e.length})` : typeof e == "object" ? "Object" : String(e);
13
+ function d(e) {
14
+ return e;
575
15
  }
576
- var be = {
577
- type: "headers",
578
- description: "Headers",
579
- check(e) {
580
- return w(e) === "[object Headers]";
581
- },
582
- previewElement(e) {
583
- const r = e.value, n = Array.from(r.entries()), a = n.slice(0, 2).map(([i, c]) => `${i}: ${c}`).join(", "), s = n.length > 2;
584
- return t("span", {}, [
585
- t("span", { kind: "constructor" }, [o(`Headers(${n.length})`)]),
586
- t("span", { kind: "brace" }, [o(" {")]),
587
- t("span", { kind: "preview-text" }, [o(` ${a}${s ? ", …" : ""} `)]),
588
- t("span", { kind: "brace" }, [o("}")])
589
- ]);
590
- },
591
- node({ value: e, keyPath: r, createNode: n }) {
592
- const a = Array.from(e.entries()).map(([i, c], p) => {
593
- const u = String(i), l = n([m, u, "key"], i), y = n([m, u, "value"], c);
594
- return {
595
- keyPath: [...r, m, p],
596
- value: { [i]: c },
597
- type: "object",
598
- children: [l, y]
599
- };
600
- }), s = {
601
- keyPath: [...r, m],
602
- value: Array.from(e.entries()),
603
- type: "array",
604
- children: a,
605
- isNonEnumerable: !0
606
- };
607
- return {
608
- value: e,
609
- keyPath: r,
610
- type: "headers",
611
- children: [s]
612
- };
613
- }
614
- }, ve = {
615
- type: "formdata",
616
- description: "FormData",
617
- check(e) {
618
- return w(e) === "[object FormData]";
619
- },
620
- previewElement(e) {
621
- const r = e.value, n = Array.from(r.entries()), a = n.slice(0, 2).map(([i, c]) => {
622
- const p = L.check(c) ? `File(${c.size})` : String(c);
623
- return `${i}: ${p}`;
624
- }).join(", "), s = n.length > 2;
625
- return t("span", {}, [
626
- t("span", { kind: "constructor" }, [o(`FormData(${n.length})`)]),
627
- t("span", { kind: "brace" }, [o(" {")]),
628
- t("span", { kind: "preview-text" }, [o(` ${a}${s ? ", …" : ""} `)]),
629
- t("span", { kind: "brace" }, [o("}")])
630
- ]);
631
- },
632
- node({ value: e, keyPath: r, createNode: n }) {
633
- const a = Array.from(e.entries()).map(([i, c], p) => {
634
- const u = n([m, p, "key"], i), l = n([m, p, "value"], c);
635
- return {
636
- keyPath: [...r, m, p],
637
- value: { [i]: c },
638
- type: "object",
639
- children: [u, l]
640
- };
641
- }), s = {
642
- keyPath: [...r, m],
643
- value: Array.from(e.entries()),
644
- type: "array",
645
- children: a,
646
- isNonEnumerable: !0
647
- };
648
- return {
649
- value: e,
650
- keyPath: r,
651
- type: "formdata",
652
- children: [s]
653
- };
654
- }
655
- }, ge = {
656
- type: "array",
657
- description(e) {
658
- return `Array(${e.value.length})`;
659
- },
660
- check(e) {
661
- return Array.isArray(e);
662
- },
663
- previewText(e, r) {
664
- const n = r.maxPreviewItems, s = (e.children || []).filter(
665
- (p) => !p.isNonEnumerable && x(p.keyPath) !== "length"
666
- ), i = s.slice(0, n).map(G), c = s.length > n;
667
- return S(i, c);
668
- },
669
- previewElement(e, r) {
670
- const n = this.previewText?.(e, r) || "", a = e.value.length, s = [];
671
- return a > 0 && s.push(t("span", { kind: "constructor" }, [o(`(${a}) `)])), s.push(t("span", { kind: "brace" }, [o("[")])), n && s.push(t("span", { kind: "preview-text" }, [o(n)])), s.push(t("span", { kind: "brace" }, [o("]")])), t("span", {}, s);
672
- },
673
- node({ value: e, keyPath: r, createNode: n, options: a }) {
674
- const s = [], i = Object.keys(e).filter((d) => !Number.isNaN(Number(d))).map(Number).sort((d, h) => d - h), c = a?.groupArraysAfterLength;
675
- if (c && i.length > c) {
676
- const d = [];
677
- for (let h = 0; h < i.length; h += c)
678
- d.push(i.slice(h, h + c));
679
- for (let h = 0; h < d.length; h++) {
680
- const g = d[h], B = g[0], U = g[g.length - 1], K = `[${B}…${U}]`, _ = g.map((E) => n([E.toString()], e[E])), W = {
681
- keyPath: [...r, K],
682
- value: g.map((E) => e[E]),
683
- type: "array",
684
- children: _,
685
- isNonEnumerable: !1
686
- };
687
- s.push(W);
688
- }
689
- } else
690
- for (const d of i)
691
- s.push(n([d.toString()], e[d]));
692
- const u = n(["length"], e.length), l = Object.getOwnPropertyNames(e), y = Object.keys(e).filter((d) => !Number.isNaN(Number(d))), f = l.filter(
693
- (d) => !y.includes(d) && d !== "length" && // length is already handled above
694
- Number.isNaN(Number(d))
695
- // exclude numeric indices
696
- ), v = a?.showNonenumerable ? f.map((d) => {
697
- const h = Object.getOwnPropertyDescriptor(e, d), g = n([d], Reflect.get(e, d));
698
- return g.isNonEnumerable = !0, g.propertyDescriptor = h, g;
699
- }) : [], b = [...s, u, ...v];
700
- return {
701
- value: e,
702
- type: "array",
703
- children: b,
704
- keyPath: r
705
- };
706
- }
707
- }, $ = {
708
- Int8Array: "int8array",
709
- Uint8Array: "uint8array",
710
- Uint8ClampedArray: "uint8clampedarray",
711
- Int16Array: "int16array",
712
- Uint16Array: "uint16array",
713
- Int32Array: "int32array",
714
- Uint32Array: "uint32array",
715
- Float32Array: "float32array",
716
- Float64Array: "float64array",
717
- BigInt64Array: "bigint64array",
718
- BigUint64Array: "biguint64array"
719
- }, we = Object.fromEntries(
720
- Object.entries($).map(([e, r]) => [r, e])
721
- ), ke = ["length", "byteLength", "byteOffset", "buffer"], Ee = {
722
- type: (e) => Reflect.get($, e.constructor.name),
723
- description(e) {
724
- const r = e.value, n = r.constructor.name;
725
- return `${we[n]}(${r.length})`;
726
- },
727
- check(e) {
728
- return C(e) && e.constructor.name in $;
729
- },
730
- previewElement(e) {
731
- const r = e.value, n = r.constructor.name, a = Array.from(r).slice(0, 5).join(", "), s = r.length > 5;
732
- return t("span", {}, [
733
- t("span", { kind: "constructor" }, [o(`${n}(${r.length})`)]),
734
- t("span", { kind: "brace" }, [o(" [ ")]),
735
- t("span", { kind: "preview-text" }, [o(a + (s ? ", …" : ""))]),
736
- t("span", { kind: "brace" }, [o(" ]")])
737
- ]);
738
- },
739
- node({ value: e, keyPath: r, createNode: n, options: a }) {
740
- const s = e, c = ke.map((l) => ({ key: l, value: Reflect.get(s, l) })).map(({ key: l, value: y }) => n([l], y)), p = a?.showNonenumerable ? (() => {
741
- const l = Array.from(s).slice(0, 100), y = n(["[[Values]]"], l);
742
- return y.isNonEnumerable = !0, [y];
743
- })() : [], u = [...c, ...p];
744
- return {
745
- value: e,
746
- keyPath: r,
747
- type: Reflect.get($, e.constructor.name),
748
- children: u
749
- };
750
- }
751
- }, $e = {
752
- type: "iterable",
753
- description: "Iterable",
754
- check(e) {
755
- return !!(e && typeof e == "object" && typeof e[Symbol.iterator] == "function" && !(e instanceof Set) && !(e instanceof Map) && !Array.isArray(e) && !(e instanceof Date) && !(e instanceof RegExp) && !(e instanceof ArrayBuffer));
756
- },
757
- previewElement(e, r) {
758
- const n = z.previewText?.(e, r) ?? "", a = Array.from(e.value), s = e.value.size ?? e.value.length ?? a.length, i = [
759
- t("span", { kind: "constructor" }, [o(`Iterable(${s})`)]),
760
- t("span", { kind: "brace" }, [o(" {")])
761
- ];
762
- return n && i.push(t("span", { kind: "preview-text" }, [o(n)])), i.push(t("span", { kind: "brace" }, [o("}")])), t("span", {}, i);
763
- },
764
- node({ value: e, keyPath: r, createNode: n }) {
765
- const a = Array.from(e), s = a.map((u, l) => n([m, l], u)), i = {
766
- keyPath: [...r, m],
767
- value: a,
768
- type: "array",
769
- children: s,
770
- isNonEnumerable: !0
771
- }, c = e.size ?? e.length ?? a.length, p = n(["size"], c);
772
- return {
773
- value: e,
774
- type: "iterable",
775
- children: [i, p],
776
- keyPath: r
777
- };
778
- }
779
- }, Se = {
780
- type: "object",
781
- description(e) {
782
- return e.constructorName || "Object";
783
- },
784
- check(e) {
785
- return typeof e == "object" && e !== null && e.constructor !== Object;
786
- },
787
- previewText(e, r) {
788
- return N.previewText?.(e, r) || "";
789
- },
790
- previewElement(e, r) {
791
- return N.previewElement(e, r);
792
- },
793
- node({ value: e, keyPath: r, createNode: n, options: a }) {
794
- const s = e.constructor.name, i = Object.getOwnPropertyNames(e), c = Object.keys(e), p = i.filter((f) => !c.includes(f)), u = c.map((f) => n([f], Reflect.get(e, f))), l = a?.showNonenumerable ? p.map((f) => {
795
- const v = Object.getOwnPropertyDescriptor(e, f), b = n([`[[${f}]]`], k(e, f));
796
- return b.isNonEnumerable = !0, b.propertyDescriptor = v, b;
797
- }) : [], y = [...u, ...l];
798
- return {
799
- value: e,
800
- keyPath: r,
801
- type: "object",
802
- constructorName: s,
803
- children: y
804
- };
805
- }
806
- }, N = {
807
- type: "object",
808
- description: "Object",
809
- check(e) {
810
- return typeof e == "object" && e !== null;
811
- },
812
- previewText(e, r) {
813
- const n = r.maxPreviewItems, a = e.children || [], s = a.slice(0, n).map((c) => {
814
- const p = Le(c);
815
- return `${x(c.keyPath)}: ${p}`;
816
- }), i = a.length > n;
817
- return S(s, i);
818
- },
819
- previewElement(e, r) {
820
- const n = this.previewText?.(e, r) ?? "", a = [];
821
- return e.constructorName && a.push(t("span", { kind: "constructor" }, [o(`${e.constructorName} `)])), a.push(t("span", { kind: "brace" }, [o("{")])), n && a.push(t("span", { kind: "preview-text" }, [o(n)])), a.push(t("span", { kind: "brace" }, [o("}")])), t("span", {}, a);
822
- },
823
- node({ value: e, keyPath: r, createNode: n, options: a }) {
824
- const s = Object.getOwnPropertyNames(e), i = Object.keys(e), c = s.filter((y) => !i.includes(y)), p = i.map((y) => n([y], k(e, y))), u = a?.showNonenumerable ? c.map((y) => {
825
- const f = Object.getOwnPropertyDescriptor(e, y), v = n([`[[${y}]]`], k(e, y));
826
- return v.isNonEnumerable = !0, v.propertyDescriptor = f, v;
827
- }) : [], l = [...p, ...u];
828
- return {
829
- value: e,
830
- type: "object",
831
- children: l,
832
- keyPath: r
833
- };
834
- }
835
- }, Ae = [
836
- "attributes",
837
- "childElementCount",
838
- "className",
839
- "dataset",
840
- "hidden",
841
- "id",
842
- "inert",
843
- "isConnected",
844
- "isContentEditable",
845
- "nodeType",
846
- "style",
847
- "tabIndex",
848
- "tagName"
849
- ], Te = (e) => typeof e == "object" && e.tagName === "svg" && e.namespaceURI === "http://www.w3.org/2000/svg", Ne = (e) => typeof e == "object" && e.namespaceURI === "http://www.w3.org/1999/xhtml", xe = {
850
- type: "element",
851
- description(e) {
852
- return w(e.value);
853
- },
854
- check(e) {
855
- return Te(e) || Ne(e);
856
- },
857
- previewElement(e) {
858
- const r = e.value, n = Array.from(r.classList).slice(0, 3);
859
- return t("span", {}, [
860
- t("span", { kind: "constructor" }, [o(r.constructor.name)]),
861
- t("span", {}, [o(" ")]),
862
- t("span", { kind: "preview-text" }, [
863
- o(`<${r.localName}${r.id ? `#${r.id}` : ""}${n.length > 0 ? "." + n.join(".") : ""}>`)
864
- ])
865
- ]);
866
- },
867
- node({ value: e, keyPath: r, createNode: n }) {
868
- const a = Ae.reduce((s, i) => {
869
- let c = Reflect.get(e, i);
870
- if (i === "attributes") {
871
- const p = Array.from(e.attributes);
872
- c = p.length ? Object.fromEntries(p.map((u) => [u.name, u.value])) : void 0;
873
- }
874
- if (i === "style") {
875
- const p = Array.from(e.style);
876
- c = p.length ? Object.fromEntries(p.map((u) => [u, e.style.getPropertyValue(u)])) : void 0;
877
- }
878
- return s.push(n([i], c)), s;
879
- }, []);
880
- return {
881
- value: e,
882
- keyPath: r,
883
- type: "element",
884
- children: a
885
- };
886
- }
887
- }, je = ["title", "URL", "documentElement", "head", "body", "contentType", "readyState"], Pe = {
888
- type: "document",
889
- description: "Document",
890
- check(e) {
891
- return w(e) === "[object HTMLDocument]";
892
- },
893
- previewElement(e) {
894
- const n = e.value.URL || "unknown";
895
- return t("span", {}, [
896
- t("span", { kind: "constructor" }, [o("#document")]),
897
- t("span", { kind: "preview-text" }, [o(` (${n})`)])
898
- ]);
899
- },
900
- node({ value: e, keyPath: r, createNode: n }) {
901
- const a = je.map((s) => n([s], Reflect.get(e, s)));
902
- return {
903
- value: e,
904
- keyPath: r,
905
- type: "document",
906
- children: a
907
- };
908
- }
909
- }, Oe = ["location", "navigator", "document", "innerWidth", "innerHeight", "devicePixelRatio", "origin"], Re = {
910
- type: "window",
911
- description: "Window",
912
- check(e) {
913
- return w(e) === "[object Window]";
914
- },
915
- previewElement() {
916
- return t("span", {}, [
917
- t("span", { kind: "constructor" }, [o("Window")]),
918
- t("span", { kind: "preview-text" }, [o(" { … }")])
919
- ]);
920
- },
921
- node({ value: e, keyPath: r, createNode: n }) {
922
- const a = Oe.map((s) => {
923
- const i = Reflect.get(e, s);
924
- return n([s], i);
925
- });
926
- return {
927
- value: e,
928
- keyPath: r,
929
- type: "window",
930
- children: a
931
- };
932
- }
933
- }, Ie = ["$$typeof", "type", "key", "ref", "props"], T = (e) => typeof e == "string" ? e : typeof e == "function" ? e.displayName || e.name || "Component" : e?.toString() || "Component", Ce = {
934
- type: "react-element",
935
- description(e) {
936
- const r = e.value;
937
- return T(r.type);
938
- },
939
- check(e) {
940
- return C(e) && "$$typeof" in e && "props" in e;
941
- },
942
- previewElement(e, r) {
943
- const n = e.value, a = T(n.type), s = Object.entries(n.props), i = s.length > r.maxPreviewItems;
944
- return t("span", {}, [
945
- o(`<${a} `),
946
- ...s.slice(0, r.maxPreviewItems).reduce((c, [p, u]) => (p === "children" || c.push(t("span", {}, [o(` ${p}=${typeof u == "string" ? `"${u}"` : `{${u}}`}`)])), c), []),
947
- ...i ? [o(" …")] : [],
948
- o(n.children ? `> {…} </${a}>` : " />")
949
- ]);
950
- },
951
- node({ value: e, keyPath: r, createNode: n }) {
952
- const a = Ie.reduce((s, i) => {
953
- let c = Reflect.get(e, i);
954
- return i === "type" && (c = T(c)), s.push(n([i], c)), s;
955
- }, []);
956
- return {
957
- value: e,
958
- type: "react-element",
959
- keyPath: r,
960
- children: a
961
- };
962
- }
963
- }, O = {
964
- "\n": "\\n",
965
- " ": "\\t",
966
- "\r": "\\r"
967
- }, R = /[\n\t\r]/g, Me = {
968
- type: "string",
969
- description(e, r) {
970
- return `"${this.previewText?.(e, r) ?? e.value}"`;
971
- },
972
- check(e) {
973
- return typeof e == "string";
974
- },
975
- previewText(e, r) {
976
- const n = e.value.replace(R, (s) => O[s]);
977
- return n.slice(0, r.collapseStringsAfterLength) + (n.length > r.collapseStringsAfterLength ? "…" : "");
978
- },
979
- previewElement(e) {
980
- const r = e.value.replace(R, (n) => O[n]);
981
- return t("span", {}, [o(`"${r}"`)]);
982
- },
983
- node({ value: e, keyPath: r }) {
984
- return {
985
- value: e,
986
- type: "string",
987
- keyPath: r
988
- };
989
- }
990
- }, ze = {
991
- type(e) {
992
- return typeof e;
993
- },
994
- description(e) {
995
- return String(e.value);
996
- },
997
- check(e) {
998
- return e != null;
999
- },
1000
- previewElement(e) {
1001
- return t("span", {}, [o(String(e.value))]);
1002
- },
1003
- node({ value: e, keyPath: r }) {
1004
- return {
1005
- value: e,
1006
- type: typeof e,
1007
- keyPath: r
1008
- };
1009
- }
1010
- }, F = [
1011
- Y,
1012
- V,
1013
- H,
1014
- X,
1015
- pe,
1016
- ue,
1017
- le,
1018
- ye,
1019
- re,
1020
- fe,
1021
- de,
1022
- Z,
1023
- z,
1024
- me,
1025
- J,
1026
- q,
1027
- L,
1028
- ae,
1029
- Ce,
1030
- Re,
1031
- Pe,
1032
- xe,
1033
- ne,
1034
- te,
1035
- be,
1036
- ve,
1037
- ge,
1038
- Ee,
1039
- $e,
1040
- Se,
1041
- N,
1042
- Me,
1043
- ze
1044
- ], Be = (e, r) => {
1045
- const n = I(r), a = x(e.keyPath, { excludeRoot: !0 });
1046
- if (a === "stack" && typeof e.value == "string")
1047
- return he(e.value);
1048
- const s = F.find((c) => c.check(e.value));
1049
- if (!s)
1050
- return t("span", {}, [o(String(e.value))]);
1051
- const i = s.previewElement(e, n);
1052
- return a || (i.properties.root = !0), i.properties.kind = "preview", i.properties.nodeType = typeof s.type == "function" ? s.type(e.value) : s.type, i;
1053
- }, Le = (e, r) => {
1054
- const n = I(r), a = F.find((s) => s.check(e.value));
1055
- return a ? typeof a.description == "function" ? a.description(e, n) : a.description : String(e.value);
1056
- };
1057
- export {
1058
- ue as ArrayBufferType,
1059
- ge as ArrayType,
1060
- X as BigIntType,
1061
- ae as BlobType,
1062
- ye as BufferType,
1063
- Se as ClassType,
1064
- re as DataViewType,
1065
- de as DateType,
1066
- Pe as DocumentType,
1067
- xe as ElementType,
1068
- fe as ErrorType,
1069
- L as FileType,
1070
- ve as FormDataType,
1071
- pe as FunctionType,
1072
- be as HeadersType,
1073
- $e as IterableType,
1074
- me as MapType,
1075
- Y as NullType,
1076
- N as ObjectType,
1077
- ze as PrimitiveType,
1078
- Ce as ReactElementType,
1079
- Z as RegexType,
1080
- z as SetType,
1081
- le as SharedArrayBufferType,
1082
- Me as StringType,
1083
- H as SymbolType,
1084
- Ee as TypedArrayType,
1085
- te as URLSearchParamsType,
1086
- V as UndefinedType,
1087
- ne as UrlType,
1088
- J as WeakMapType,
1089
- q as WeakSetType,
1090
- Re as WindowType,
1091
- F as dataTypes,
1092
- Le as getNodeTypeDescription,
1093
- Be as jsonNodeToElement
16
+ var f = d({
17
+ type: "null",
18
+ description: "null",
19
+ check(e) {
20
+ return e === null;
21
+ },
22
+ previewElement() {
23
+ return c("span", {}, [s("null")]);
24
+ },
25
+ node({ value: e, keyPath: t }) {
26
+ return {
27
+ value: e,
28
+ type: "null",
29
+ keyPath: t
30
+ };
31
+ }
32
+ }), ee = d({
33
+ type: "undefined",
34
+ description: "undefined",
35
+ check(e) {
36
+ return e === void 0;
37
+ },
38
+ previewElement() {
39
+ return c("span", {}, [s("undefined")]);
40
+ },
41
+ node({ value: e, keyPath: t }) {
42
+ return {
43
+ type: "undefined",
44
+ value: e,
45
+ keyPath: t
46
+ };
47
+ }
48
+ }), p = d({
49
+ type: "symbol",
50
+ description(e) {
51
+ return String(e.value);
52
+ },
53
+ check(e) {
54
+ return typeof e == "symbol";
55
+ },
56
+ previewElement(e) {
57
+ return c("span", {}, [s(e.value.toString())]);
58
+ },
59
+ node({ value: e, keyPath: t }) {
60
+ return {
61
+ type: "symbol",
62
+ value: e,
63
+ keyPath: t
64
+ };
65
+ }
66
+ }), m = d({
67
+ type: "bigint",
68
+ description(e) {
69
+ return `${e.value}n`;
70
+ },
71
+ check(e) {
72
+ return typeof e == "bigint";
73
+ },
74
+ previewElement(e) {
75
+ return c("span", {}, [s(`${e.value}n`)]);
76
+ },
77
+ node({ value: e, keyPath: t }) {
78
+ return {
79
+ type: "bigint",
80
+ value: e,
81
+ keyPath: t
82
+ };
83
+ }
84
+ }), h = d({
85
+ type: "set",
86
+ description(e) {
87
+ return `Set(${e.value.size})`;
88
+ },
89
+ check(e) {
90
+ return e instanceof Set;
91
+ },
92
+ previewText(e, t) {
93
+ let n = t.maxPreviewItems, r = Array.from(e.value);
94
+ return a(r.slice(0, n).map(u), r.length > n);
95
+ },
96
+ previewElement(e, t) {
97
+ let n = this.previewText?.(e, t) ?? "", r = e.value.size, i = [c("span", { kind: "constructor" }, [s(`Set(${r})`)]), c("span", { kind: "brace" }, [s(" {")])];
98
+ return n && i.push(c("span", { kind: "preview-text" }, [s(n)])), i.push(c("span", { kind: "brace" }, [s("}")])), c("span", {}, i);
99
+ },
100
+ node({ value: e, keyPath: t, createNode: n }) {
101
+ let r = Array.from(e).map((e, t) => n([o, t.toString()], e));
102
+ return {
103
+ type: "set",
104
+ value: e,
105
+ keyPath: t,
106
+ children: [{
107
+ value: Array.from(e),
108
+ keyPath: [...t, o],
109
+ type: "array",
110
+ children: r,
111
+ isNonEnumerable: !0
112
+ }, n(["size"], e.size)]
113
+ };
114
+ }
115
+ }), g = d({
116
+ type: "weakset",
117
+ description: "WeakSet",
118
+ check(e) {
119
+ return e instanceof WeakSet;
120
+ },
121
+ previewElement() {
122
+ return c("span", {}, [
123
+ c("span", { kind: "constructor" }, [s("WeakSet")]),
124
+ c("span", { kind: "brace" }, [s(" {")]),
125
+ c("span", { kind: "preview" }, [s(" [[Entries]]: not enumerable ")]),
126
+ c("span", { kind: "brace" }, [s("}")])
127
+ ]);
128
+ },
129
+ node({ value: e, keyPath: t }) {
130
+ return {
131
+ type: "weakset",
132
+ value: e,
133
+ keyPath: t
134
+ };
135
+ }
136
+ }), _ = d({
137
+ type: "weakmap",
138
+ description: "WeakMap",
139
+ check(e) {
140
+ return e instanceof WeakMap;
141
+ },
142
+ previewElement() {
143
+ return c("span", {}, [
144
+ c("span", { kind: "constructor" }, [s("WeakMap")]),
145
+ c("span", { kind: "brace" }, [s(" {")]),
146
+ c("span", { kind: "preview" }, [s(" [[Entries]]: not enumerable ")]),
147
+ c("span", { kind: "brace" }, [s("}")])
148
+ ]);
149
+ },
150
+ node({ value: e, keyPath: t }) {
151
+ return {
152
+ type: "weakmap",
153
+ value: e,
154
+ keyPath: t
155
+ };
156
+ }
157
+ }), v = [
158
+ "lastIndex",
159
+ "dotAll",
160
+ "flags",
161
+ "global",
162
+ "hasIndices",
163
+ "ignoreCase",
164
+ "multiline",
165
+ "source",
166
+ "sticky",
167
+ "unicode"
168
+ ], te = d({
169
+ type: "regex",
170
+ description(e) {
171
+ return String(e.value);
172
+ },
173
+ check(e) {
174
+ return e instanceof RegExp;
175
+ },
176
+ previewElement(e) {
177
+ return c("span", {}, [s(String(e.value))]);
178
+ },
179
+ node({ value: t, keyPath: n, createNode: r }) {
180
+ return {
181
+ value: t,
182
+ type: "regex",
183
+ keyPath: n,
184
+ children: v.map((n) => r([n], e(t, n)))
185
+ };
186
+ }
187
+ }), ne = [
188
+ "byteLength",
189
+ "byteOffset",
190
+ "buffer"
191
+ ], re = d({
192
+ type: "dataview",
193
+ description(e) {
194
+ return `DataView(${e.value.byteLength})`;
195
+ },
196
+ check(e) {
197
+ return e instanceof DataView;
198
+ },
199
+ previewElement(e) {
200
+ let t = e.value;
201
+ return c("span", {}, [
202
+ c("span", { kind: "constructor" }, [s(`DataView(${t.byteLength})`)]),
203
+ c("span", { kind: "brace" }, [s(" { ")]),
204
+ c("span", { kind: "preview" }, [s(` buffer: ArrayBuffer(${t.buffer.byteLength}), byteOffset: ${t.byteOffset} `)]),
205
+ c("span", { kind: "brace" }, [s(" }")])
206
+ ]);
207
+ },
208
+ node({ value: t, keyPath: n, createNode: r }) {
209
+ return {
210
+ value: t,
211
+ keyPath: n,
212
+ type: "dataview",
213
+ children: ne.map((n) => r([n], e(t, n)))
214
+ };
215
+ }
216
+ }), y = [
217
+ "href",
218
+ "origin",
219
+ "protocol",
220
+ "username",
221
+ "password",
222
+ "host",
223
+ "hostname",
224
+ "port",
225
+ "pathname",
226
+ "search",
227
+ "searchParams",
228
+ "hash"
229
+ ], ie = d({
230
+ type: "url",
231
+ description: "URL",
232
+ check(e) {
233
+ return n(e) === "[object URL]";
234
+ },
235
+ previewElement(e, t) {
236
+ let n = e.value, r = t.maxPreviewItems, i = y.slice(0, r).map((e) => `${e}: '${n[e]}'`).join(", "), a = y.length > r;
237
+ return c("span", {}, [
238
+ c("span", { kind: "constructor" }, [s("URL")]),
239
+ c("span", { kind: "brace" }, [s(" { ")]),
240
+ c("span", { kind: "preview-text" }, [s(` ${i}${a ? ", …" : ""} `)]),
241
+ c("span", { kind: "brace" }, [s(" }")])
242
+ ]);
243
+ },
244
+ node({ value: e, keyPath: t, createNode: n }) {
245
+ return {
246
+ value: e,
247
+ keyPath: t,
248
+ type: "url",
249
+ children: y.map((t) => n([t], Reflect.get(e, t)))
250
+ };
251
+ }
252
+ }), ae = d({
253
+ type: "urlsearchparams",
254
+ description: "URLSearchParams",
255
+ check(e) {
256
+ return n(e) === "[object URLSearchParams]";
257
+ },
258
+ previewElement(e) {
259
+ let t = e.value, n = Array.from(t.entries());
260
+ return c("span", {}, [
261
+ c("span", { kind: "constructor" }, [s("URLSearchParams")]),
262
+ c("span", { kind: "brace" }, [s(" { ")]),
263
+ c("span", { kind: "preview" }, [s(`size: ${n.length}`)]),
264
+ c("span", { kind: "brace" }, [s(" }")])
265
+ ]);
266
+ },
267
+ node({ value: e, keyPath: t, createNode: n }) {
268
+ let r = Array.from(e.entries()).map(([e, r], i) => {
269
+ let a = String(e), s = n([
270
+ o,
271
+ a,
272
+ "key"
273
+ ], e), c = n([
274
+ o,
275
+ a,
276
+ "value"
277
+ ], r);
278
+ return {
279
+ keyPath: [
280
+ ...t,
281
+ o,
282
+ i
283
+ ],
284
+ value: { [e]: r },
285
+ type: "object",
286
+ children: [s, c]
287
+ };
288
+ });
289
+ return {
290
+ value: e,
291
+ keyPath: t,
292
+ type: "urlsearchparams",
293
+ children: [{
294
+ keyPath: [...t, "[[Entries]]"],
295
+ value: Array.from(e.entries()),
296
+ type: "array",
297
+ children: r,
298
+ isNonEnumerable: !0
299
+ }, n(["size"], Array.from(e.entries()).length)]
300
+ };
301
+ }
302
+ }), oe = ["size", "type"], b = d({
303
+ type: "blob",
304
+ description(e) {
305
+ return `Blob(${e.value.size})`;
306
+ },
307
+ check(e) {
308
+ return n(e) === "[object Blob]";
309
+ },
310
+ previewElement(e) {
311
+ let t = e.value;
312
+ return c("span", {}, [
313
+ c("span", { kind: "constructor" }, [s("Blob")]),
314
+ c("span", { kind: "brace" }, [s(" { ")]),
315
+ c("span", { kind: "preview" }, [s(`size: ${t.size}, type: '${t.type || "application/octet-stream"}'`)]),
316
+ c("span", { kind: "brace" }, [s(" }")])
317
+ ]);
318
+ },
319
+ node({ value: e, keyPath: t, createNode: n }) {
320
+ return {
321
+ value: e,
322
+ keyPath: t,
323
+ type: "blob",
324
+ children: oe.map((t) => ({
325
+ key: t,
326
+ value: Reflect.get(e, t)
327
+ })).map(({ key: e, value: t }) => n([e], t))
328
+ };
329
+ }
330
+ }), x = [
331
+ "name",
332
+ "size",
333
+ "type",
334
+ "lastModified",
335
+ "webkitRelativePath"
336
+ ], S = d({
337
+ type: "file",
338
+ description(e) {
339
+ return `File(${e.value.size})`;
340
+ },
341
+ check(e) {
342
+ return n(e) === "[object File]";
343
+ },
344
+ previewElement(e) {
345
+ let t = e.value, n = x.length > 2;
346
+ return c("span", {}, [
347
+ c("span", { kind: "constructor" }, [s("File")]),
348
+ c("span", { kind: "brace" }, [s(" { ")]),
349
+ c("span", { kind: "preview" }, [s(`name: '${t.name}', lastModified: ${t.lastModified}${n ? ", " : ""}`)]),
350
+ c("span", { kind: "brace" }, [s(" }")])
351
+ ]);
352
+ },
353
+ node({ value: t, keyPath: n, createNode: r }) {
354
+ return {
355
+ value: t,
356
+ keyPath: n,
357
+ type: "file",
358
+ children: x.map((n) => ({
359
+ key: n,
360
+ value: e(t, n) || ""
361
+ })).map(({ key: e, value: t }) => r([e], t))
362
+ };
363
+ }
364
+ }), C = (e) => {
365
+ try {
366
+ return e.toString();
367
+ } catch {
368
+ switch (e.constructor.name) {
369
+ case "AsyncFunction": return "async function () {}";
370
+ case "AsyncGeneratorFunction": return "async function * () {}";
371
+ case "GeneratorFunction": return "function * () {}";
372
+ default: return "function () {}";
373
+ }
374
+ }
375
+ }, w = /(?:async\s+)?(?:function\s*\*?\s*)?([^(]*\([^)]*\))/, T = (e) => {
376
+ let t = C(e).match(w);
377
+ return t ? t[1] : `${e.name || "anonymous"}()`;
378
+ }, E = [
379
+ "name",
380
+ "length",
381
+ "prototype",
382
+ "caller",
383
+ "arguments"
384
+ ], D = d({
385
+ type: "function",
386
+ description(e) {
387
+ let t = e.value, n = t.name || "anonymous";
388
+ switch (t.constructor.name) {
389
+ case "AsyncFunction": return `async \u0192 ${n}()`;
390
+ case "AsyncGeneratorFunction": return `async \u0192* ${n}()`;
391
+ case "GeneratorFunction": return `\u0192* ${n}()`;
392
+ default: return `\u0192 ${n}()`;
393
+ }
394
+ },
395
+ check(e) {
396
+ return typeof e == "function";
397
+ },
398
+ previewElement(e) {
399
+ let t = e.value, n = T(t), r = t.constructor.name, i = n.length > 50 ? `${n.substring(0, 47)}...` : n, a = "";
400
+ return r === "AsyncFunction" && (a += "async "), r === "AsyncGeneratorFunction" && (a += "async "), (r === "GeneratorFunction" || r === "AsyncGeneratorFunction") && (a += "ƒ* "), r.includes("Generator") || (a += "ƒ "), c("span", {}, [c("span", { kind: "function-type" }, [s(a)]), c("span", { kind: "function-body" }, [s(i)])]);
401
+ },
402
+ node({ value: e, keyPath: t, createNode: n, options: r }) {
403
+ let i = e.name || "anonymous", a = e.constructor.name, o = [], s = [], c = C(e);
404
+ s.push({
405
+ key: "[[Function]]",
406
+ value: c
407
+ }), o.push({
408
+ key: "name",
409
+ value: i
410
+ }), o.push({
411
+ key: "length",
412
+ value: e.length
413
+ }), o.push({
414
+ key: "constructor",
415
+ value: a
416
+ });
417
+ let l = Object.getOwnPropertyNames(e).filter((e) => !E.includes(e)).map((t) => ({
418
+ key: t,
419
+ value: Reflect.get(e, t)
420
+ }));
421
+ o.push(...l);
422
+ let u = o.map(({ key: e, value: t }) => n([e], t)), d = r?.showNonenumerable ? s.map(({ key: e, value: t }) => {
423
+ let r = n([e], t);
424
+ return r.isNonEnumerable = !0, r;
425
+ }) : [];
426
+ return {
427
+ value: e,
428
+ type: "function",
429
+ keyPath: t,
430
+ children: [...u, ...d]
431
+ };
432
+ }
433
+ }), O = d({
434
+ type: "arraybuffer",
435
+ description(e) {
436
+ return `ArrayBuffer(${e.value.byteLength})`;
437
+ },
438
+ check(e) {
439
+ return e instanceof ArrayBuffer;
440
+ },
441
+ previewElement(e) {
442
+ return c("span", { nodeType: "arraybuffer" }, [s(e.value.toString())]);
443
+ },
444
+ node({ value: e, keyPath: t }) {
445
+ return {
446
+ value: e,
447
+ keyPath: t,
448
+ type: "arraybuffer"
449
+ };
450
+ }
451
+ }), k = d({
452
+ type: "sharedarraybuffer",
453
+ description(e) {
454
+ return `SharedArrayBuffer(${e.value.byteLength})`;
455
+ },
456
+ check(e) {
457
+ return typeof SharedArrayBuffer < "u" && e instanceof SharedArrayBuffer;
458
+ },
459
+ previewElement() {
460
+ return c("span", { nodeType: "sharedarraybuffer" }, [s("sharedarraybuffer")]);
461
+ },
462
+ node({ value: e, keyPath: t }) {
463
+ return {
464
+ value: e,
465
+ keyPath: t,
466
+ type: "sharedarraybuffer"
467
+ };
468
+ }
469
+ }), A = d({
470
+ type: "buffer",
471
+ description(e) {
472
+ return `Buffer(${e.value.length})`;
473
+ },
474
+ check(e) {
475
+ return typeof Buffer < "u" && e instanceof Buffer;
476
+ },
477
+ previewElement(e) {
478
+ let t = e.value, n = Array.from(new Uint8Array(t).slice(0, 8)).map((e) => e.toString(16).padStart(2, "0")).join(" "), r = t.length > 8;
479
+ return c("span", {}, [
480
+ c("span", { kind: "constructor" }, [s(`Buffer(${t.length})`)]),
481
+ c("span", { kind: "brace" }, [s(" ['")]),
482
+ c("span", { kind: "preview-text" }, [s(n + (r ? " …" : ""))]),
483
+ c("span", { kind: "brace" }, [s("']")])
484
+ ]);
485
+ },
486
+ node({ value: e, keyPath: t }) {
487
+ return {
488
+ value: e,
489
+ keyPath: t,
490
+ type: "buffer"
491
+ };
492
+ }
493
+ }), j = d({
494
+ type: "date",
495
+ description(e) {
496
+ return String(e.value);
497
+ },
498
+ check(e) {
499
+ return e instanceof Date;
500
+ },
501
+ previewElement(e) {
502
+ return c("span", {}, [s(e.value.toISOString())]);
503
+ },
504
+ node({ value: e, keyPath: t }) {
505
+ return {
506
+ value: e,
507
+ keyPath: t,
508
+ type: "date"
509
+ };
510
+ }
511
+ }), M = d({
512
+ type: "map",
513
+ description(e) {
514
+ return `Map(${e.value.size})`;
515
+ },
516
+ check(e) {
517
+ return e instanceof Map;
518
+ },
519
+ previewText(e, t) {
520
+ let n = t.maxPreviewItems, r = Array.from(e.value.entries());
521
+ return a(r.slice(0, n).map(([e, t]) => {
522
+ let n = u(t);
523
+ return `${typeof e == "string" ? `"${e}"` : String(e)} => ${n}`;
524
+ }), r.length > n);
525
+ },
526
+ previewElement(e, t) {
527
+ let n = this.previewText?.(e, t) || "", r = e.value.size, i = [c("span", { kind: "constructor" }, [s(`Map(${r})`)]), c("span", { kind: "brace" }, [s(" {")])];
528
+ return n && i.push(c("span", { kind: "preview-text" }, [s(n)])), i.push(c("span", { kind: "brace" }, [s("}")])), c("span", {}, i);
529
+ },
530
+ node({ value: e, keyPath: t, createNode: n }) {
531
+ let r = Array.from(e.entries()).map(([e, r], i) => {
532
+ let a = String(e), s = n([
533
+ o,
534
+ a,
535
+ "key"
536
+ ], e), c = n([
537
+ o,
538
+ a,
539
+ "value"
540
+ ], r);
541
+ return {
542
+ keyPath: [
543
+ ...t,
544
+ o,
545
+ i
546
+ ],
547
+ value: { [a]: r },
548
+ type: "object",
549
+ children: [s, c]
550
+ };
551
+ });
552
+ return {
553
+ value: e,
554
+ keyPath: t,
555
+ type: "map",
556
+ children: [{
557
+ keyPath: [...t, o],
558
+ value: Array.from(e.entries()),
559
+ type: "array",
560
+ children: r,
561
+ isNonEnumerable: !0
562
+ }, n(["size"], e.size)]
563
+ };
564
+ }
565
+ }), N = [
566
+ "name",
567
+ "message",
568
+ "stack"
569
+ ], P = d({
570
+ type: "error",
571
+ description(e) {
572
+ let t = e.value;
573
+ return `${t.name}: ${t.message}`;
574
+ },
575
+ check(e) {
576
+ return e instanceof Error;
577
+ },
578
+ previewElement(e) {
579
+ let t = e.value;
580
+ return c("span", {}, [
581
+ c("span", { kind: "constructor" }, [s(t.name)]),
582
+ c("span", { kind: "colon" }, [s(": ")]),
583
+ c("span", {}, [s(t.message)])
584
+ ]);
585
+ },
586
+ node({ value: t, keyPath: n, createNode: r }) {
587
+ let i = N.map((e) => ({
588
+ key: e,
589
+ value: Reflect.get(t, e)
590
+ })), a = Object.getOwnPropertyNames(t).filter((e) => !N.includes(e)).map((n) => ({
591
+ key: n,
592
+ value: e(t, n)
593
+ }));
594
+ return {
595
+ value: t,
596
+ keyPath: n,
597
+ type: "error",
598
+ children: [...i, ...a].map(({ key: e, value: t }) => r([e], t))
599
+ };
600
+ }
601
+ });
602
+ function F(e) {
603
+ let t = e?.split("\n").filter((e) => e.trim()) || [];
604
+ return c("span", {}, t.map((e, n) => {
605
+ let r = n < t.length - 1;
606
+ return c("span", {
607
+ nodeType: "string",
608
+ kind: "error-stack"
609
+ }, [c("span", {}, [s(e + (r ? "\\n" : ""))]), c("span", { kind: "operator" }, [s(r ? " +" : "")])]);
610
+ }));
611
+ }
612
+ var I = d({
613
+ type: "headers",
614
+ description: "Headers",
615
+ check(e) {
616
+ return n(e) === "[object Headers]";
617
+ },
618
+ previewElement(e) {
619
+ let t = e.value, n = Array.from(t.entries()), r = n.slice(0, 2).map(([e, t]) => `${e}: ${t}`).join(", "), i = n.length > 2;
620
+ return c("span", {}, [
621
+ c("span", { kind: "constructor" }, [s(`Headers(${n.length})`)]),
622
+ c("span", { kind: "brace" }, [s(" {")]),
623
+ c("span", { kind: "preview-text" }, [s(` ${r}${i ? ", …" : ""} `)]),
624
+ c("span", { kind: "brace" }, [s("}")])
625
+ ]);
626
+ },
627
+ node({ value: e, keyPath: t, createNode: n }) {
628
+ let r = Array.from(e.entries()).map(([e, r], i) => {
629
+ let a = String(e), s = n([
630
+ o,
631
+ a,
632
+ "key"
633
+ ], e), c = n([
634
+ o,
635
+ a,
636
+ "value"
637
+ ], r);
638
+ return {
639
+ keyPath: [
640
+ ...t,
641
+ o,
642
+ i
643
+ ],
644
+ value: { [e]: r },
645
+ type: "object",
646
+ children: [s, c]
647
+ };
648
+ });
649
+ return {
650
+ value: e,
651
+ keyPath: t,
652
+ type: "headers",
653
+ children: [{
654
+ keyPath: [...t, o],
655
+ value: Array.from(e.entries()),
656
+ type: "array",
657
+ children: r,
658
+ isNonEnumerable: !0
659
+ }]
660
+ };
661
+ }
662
+ }), L = d({
663
+ type: "formdata",
664
+ description: "FormData",
665
+ check(e) {
666
+ return n(e) === "[object FormData]";
667
+ },
668
+ previewElement(e) {
669
+ let t = e.value, n = Array.from(t.entries()), r = n.slice(0, 2).map(([e, t]) => `${e}: ${S.check(t) ? `File(${t.size})` : String(t)}`).join(", "), i = n.length > 2;
670
+ return c("span", {}, [
671
+ c("span", { kind: "constructor" }, [s(`FormData(${n.length})`)]),
672
+ c("span", { kind: "brace" }, [s(" {")]),
673
+ c("span", { kind: "preview-text" }, [s(` ${r}${i ? ", …" : ""} `)]),
674
+ c("span", { kind: "brace" }, [s("}")])
675
+ ]);
676
+ },
677
+ node({ value: e, keyPath: t, createNode: n }) {
678
+ let r = Array.from(e.entries()).map(([e, r], i) => {
679
+ let a = n([
680
+ o,
681
+ i,
682
+ "key"
683
+ ], e), s = n([
684
+ o,
685
+ i,
686
+ "value"
687
+ ], r);
688
+ return {
689
+ keyPath: [
690
+ ...t,
691
+ o,
692
+ i
693
+ ],
694
+ value: { [e]: r },
695
+ type: "object",
696
+ children: [a, s]
697
+ };
698
+ });
699
+ return {
700
+ value: e,
701
+ keyPath: t,
702
+ type: "formdata",
703
+ children: [{
704
+ keyPath: [...t, o],
705
+ value: Array.from(e.entries()),
706
+ type: "array",
707
+ children: r,
708
+ isNonEnumerable: !0
709
+ }]
710
+ };
711
+ }
712
+ }), R = d({
713
+ type: "array",
714
+ description(e) {
715
+ return `Array(${e.value.length})`;
716
+ },
717
+ check(e) {
718
+ return Array.isArray(e);
719
+ },
720
+ previewText(e, t) {
721
+ let n = t.maxPreviewItems, r = (e.children || []).filter((e) => !e.isNonEnumerable && i(e.keyPath) !== "length");
722
+ return a(r.slice(0, n).map(l), r.length > n);
723
+ },
724
+ previewElement(e, t) {
725
+ let n = this.previewText?.(e, t) || "", r = e.value.length, i = [];
726
+ return r > 0 && i.push(c("span", { kind: "constructor" }, [s(`(${r}) `)])), i.push(c("span", { kind: "brace" }, [s("[")])), n && i.push(c("span", { kind: "preview-text" }, [s(n)])), i.push(c("span", { kind: "brace" }, [s("]")])), c("span", {}, i);
727
+ },
728
+ node({ value: e, keyPath: t, createNode: n, options: r }) {
729
+ let i = [], a = Object.keys(e).filter((e) => !Number.isNaN(Number(e))).map(Number).sort((e, t) => e - t), o = r?.groupArraysAfterLength;
730
+ if (o && a.length > o) {
731
+ let r = [];
732
+ for (let e = 0; e < a.length; e += o) r.push(a.slice(e, e + o));
733
+ for (let a = 0; a < r.length; a++) {
734
+ let o = r[a], s = `[${o[0]}\u2026${o[o.length - 1]}]`, c = o.map((t) => n([t.toString()], e[t])), l = {
735
+ keyPath: [...t, s],
736
+ value: o.map((t) => e[t]),
737
+ type: "array",
738
+ children: c,
739
+ isNonEnumerable: !1
740
+ };
741
+ i.push(l);
742
+ }
743
+ } else for (let t of a) i.push(n([t.toString()], e[t]));
744
+ let s = n(["length"], e.length), c = Object.getOwnPropertyNames(e), l = Object.keys(e).filter((e) => !Number.isNaN(Number(e))), u = c.filter((e) => !l.includes(e) && e !== "length" && Number.isNaN(Number(e))), d = r?.showNonenumerable ? u.map((t) => {
745
+ let r = Object.getOwnPropertyDescriptor(e, t), i = n([t], Reflect.get(e, t));
746
+ return i.isNonEnumerable = !0, i.propertyDescriptor = r, i;
747
+ }) : [];
748
+ return {
749
+ value: e,
750
+ type: "array",
751
+ children: [
752
+ ...i,
753
+ s,
754
+ ...d
755
+ ],
756
+ keyPath: t
757
+ };
758
+ }
759
+ }), z = {
760
+ Int8Array: "int8array",
761
+ Uint8Array: "uint8array",
762
+ Uint8ClampedArray: "uint8clampedarray",
763
+ Int16Array: "int16array",
764
+ Uint16Array: "uint16array",
765
+ Int32Array: "int32array",
766
+ Uint32Array: "uint32array",
767
+ Float32Array: "float32array",
768
+ Float64Array: "float64array",
769
+ BigInt64Array: "bigint64array",
770
+ BigUint64Array: "biguint64array"
771
+ }, se = Object.fromEntries(Object.entries(z).map(([e, t]) => [t, e])), B = [
772
+ "length",
773
+ "byteLength",
774
+ "byteOffset",
775
+ "buffer"
776
+ ], V = d({
777
+ type: (e) => Reflect.get(z, e.constructor.name),
778
+ description(e) {
779
+ let t = e.value;
780
+ return `${se[t.constructor.name]}(${t.length})`;
781
+ },
782
+ check(e) {
783
+ return t(e) && e.constructor.name in z;
784
+ },
785
+ previewElement(e) {
786
+ let t = e.value, n = t.constructor.name, r = Array.from(t).slice(0, 5).join(", "), i = t.length > 5;
787
+ return c("span", {}, [
788
+ c("span", { kind: "constructor" }, [s(`${n}(${t.length})`)]),
789
+ c("span", { kind: "brace" }, [s(" [ ")]),
790
+ c("span", { kind: "preview-text" }, [s(r + (i ? ", …" : ""))]),
791
+ c("span", { kind: "brace" }, [s(" ]")])
792
+ ]);
793
+ },
794
+ node({ value: e, keyPath: t, createNode: n, options: r }) {
795
+ let i = e, a = B.map((e) => ({
796
+ key: e,
797
+ value: Reflect.get(i, e)
798
+ })).map(({ key: e, value: t }) => n([e], t)), o = r?.showNonenumerable ? (() => {
799
+ let e = n(["[[Values]]"], Array.from(i).slice(0, 100));
800
+ return e.isNonEnumerable = !0, [e];
801
+ })() : [], s = [...a, ...o];
802
+ return {
803
+ value: e,
804
+ keyPath: t,
805
+ type: Reflect.get(z, e.constructor.name),
806
+ children: s
807
+ };
808
+ }
809
+ }), H = d({
810
+ type: "iterable",
811
+ description: "Iterable",
812
+ check(e) {
813
+ return !!(e && typeof e == "object" && typeof e[Symbol.iterator] == "function" && !(e instanceof Set) && !(e instanceof Map) && !Array.isArray(e) && !(e instanceof Date) && !(e instanceof RegExp) && !(e instanceof ArrayBuffer));
814
+ },
815
+ previewElement(e, t) {
816
+ let n = h.previewText?.(e, t) ?? "", r = Array.from(e.value), i = [c("span", { kind: "constructor" }, [s(`Iterable(${e.value.size ?? e.value.length ?? r.length})`)]), c("span", { kind: "brace" }, [s(" {")])];
817
+ return n && i.push(c("span", { kind: "preview-text" }, [s(n)])), i.push(c("span", { kind: "brace" }, [s("}")])), c("span", {}, i);
818
+ },
819
+ node({ value: e, keyPath: t, createNode: n }) {
820
+ let r = Array.from(e), i = r.map((e, t) => n([o, t], e));
821
+ return {
822
+ value: e,
823
+ type: "iterable",
824
+ children: [{
825
+ keyPath: [...t, o],
826
+ value: r,
827
+ type: "array",
828
+ children: i,
829
+ isNonEnumerable: !0
830
+ }, n(["size"], e.size ?? e.length ?? r.length)],
831
+ keyPath: t
832
+ };
833
+ }
834
+ }), U = d({
835
+ type: "object",
836
+ description(e) {
837
+ return e.constructorName || "Object";
838
+ },
839
+ check(e) {
840
+ return typeof e == "object" && !!e && e.constructor !== Object;
841
+ },
842
+ previewText(e, t) {
843
+ return W.previewText?.(e, t) || "";
844
+ },
845
+ previewElement(e, t) {
846
+ return W.previewElement(e, t);
847
+ },
848
+ node({ value: t, keyPath: n, createNode: r, options: i }) {
849
+ let a = t.constructor.name, o = Object.getOwnPropertyNames(t), s = Object.keys(t), c = o.filter((e) => !s.includes(e)), l = s.map((e) => r([e], Reflect.get(t, e))), u = i?.showNonenumerable ? c.map((n) => {
850
+ let i = Object.getOwnPropertyDescriptor(t, n), a = r([`[[${n}]]`], e(t, n));
851
+ return a.isNonEnumerable = !0, a.propertyDescriptor = i, a;
852
+ }) : [];
853
+ return {
854
+ value: t,
855
+ keyPath: n,
856
+ type: "object",
857
+ constructorName: a,
858
+ children: [...l, ...u]
859
+ };
860
+ }
861
+ }), W = d({
862
+ type: "object",
863
+ description: "Object",
864
+ check(e) {
865
+ return typeof e == "object" && !!e;
866
+ },
867
+ previewText(e, t) {
868
+ let n = t.maxPreviewItems, r = e.children || [];
869
+ return a(r.slice(0, n).map((e) => {
870
+ let t = $(e);
871
+ return `${i(e.keyPath)}: ${t}`;
872
+ }), r.length > n);
873
+ },
874
+ previewElement(e, t) {
875
+ let n = this.previewText?.(e, t) ?? "", r = [];
876
+ return e.constructorName && r.push(c("span", { kind: "constructor" }, [s(`${e.constructorName} `)])), r.push(c("span", { kind: "brace" }, [s("{")])), n && r.push(c("span", { kind: "preview-text" }, [s(n)])), r.push(c("span", { kind: "brace" }, [s("}")])), c("span", {}, r);
877
+ },
878
+ node({ value: t, keyPath: n, createNode: r, options: i }) {
879
+ let a = Object.getOwnPropertyNames(t), o = Object.keys(t), s = a.filter((e) => !o.includes(e)), c = o.map((n) => r([n], e(t, n))), l = i?.showNonenumerable ? s.map((n) => {
880
+ let i = Object.getOwnPropertyDescriptor(t, n), a = r([`[[${n}]]`], e(t, n));
881
+ return a.isNonEnumerable = !0, a.propertyDescriptor = i, a;
882
+ }) : [];
883
+ return {
884
+ value: t,
885
+ type: "object",
886
+ children: [...c, ...l],
887
+ keyPath: n
888
+ };
889
+ }
890
+ }), G = [
891
+ "attributes",
892
+ "childElementCount",
893
+ "className",
894
+ "dataset",
895
+ "hidden",
896
+ "id",
897
+ "inert",
898
+ "isConnected",
899
+ "isContentEditable",
900
+ "nodeType",
901
+ "style",
902
+ "tabIndex",
903
+ "tagName"
904
+ ], K = (e) => typeof e == "object" && e.tagName === "svg" && e.namespaceURI === "http://www.w3.org/2000/svg", ce = (e) => typeof e == "object" && e.namespaceURI === "http://www.w3.org/1999/xhtml", le = d({
905
+ type: "element",
906
+ description(e) {
907
+ return n(e.value);
908
+ },
909
+ check(e) {
910
+ return K(e) || ce(e);
911
+ },
912
+ previewElement(e) {
913
+ let t = e.value, n = Array.from(t.classList).slice(0, 3);
914
+ return c("span", {}, [
915
+ c("span", { kind: "constructor" }, [s(t.constructor.name)]),
916
+ c("span", {}, [s(" ")]),
917
+ c("span", { kind: "preview-text" }, [s(`<${t.localName}${t.id ? `#${t.id}` : ""}${n.length > 0 ? "." + n.join(".") : ""}>`)])
918
+ ]);
919
+ },
920
+ node({ value: e, keyPath: t, createNode: n }) {
921
+ return {
922
+ value: e,
923
+ keyPath: t,
924
+ type: "element",
925
+ children: G.reduce((t, r) => {
926
+ let i = Reflect.get(e, r);
927
+ if (r === "attributes") {
928
+ let t = Array.from(e.attributes);
929
+ i = t.length ? Object.fromEntries(t.map((e) => [e.name, e.value])) : void 0;
930
+ }
931
+ if (r === "style") {
932
+ let t = Array.from(e.style);
933
+ i = t.length ? Object.fromEntries(t.map((t) => [t, e.style.getPropertyValue(t)])) : void 0;
934
+ }
935
+ return t.push(n([r], i)), t;
936
+ }, [])
937
+ };
938
+ }
939
+ }), ue = [
940
+ "title",
941
+ "URL",
942
+ "documentElement",
943
+ "head",
944
+ "body",
945
+ "contentType",
946
+ "readyState"
947
+ ], de = d({
948
+ type: "document",
949
+ description: "Document",
950
+ check(e) {
951
+ return n(e) === "[object HTMLDocument]";
952
+ },
953
+ previewElement(e) {
954
+ let t = e.value.URL || "unknown";
955
+ return c("span", {}, [c("span", { kind: "constructor" }, [s("#document")]), c("span", { kind: "preview-text" }, [s(` (${t})`)])]);
956
+ },
957
+ node({ value: e, keyPath: t, createNode: n }) {
958
+ return {
959
+ value: e,
960
+ keyPath: t,
961
+ type: "document",
962
+ children: ue.map((t) => n([t], Reflect.get(e, t)))
963
+ };
964
+ }
965
+ }), fe = [
966
+ "location",
967
+ "navigator",
968
+ "document",
969
+ "innerWidth",
970
+ "innerHeight",
971
+ "devicePixelRatio",
972
+ "origin"
973
+ ], q = d({
974
+ type: "window",
975
+ description: "Window",
976
+ check(e) {
977
+ return n(e) === "[object Window]";
978
+ },
979
+ previewElement() {
980
+ return c("span", {}, [c("span", { kind: "constructor" }, [s("Window")]), c("span", { kind: "preview-text" }, [s(" { … }")])]);
981
+ },
982
+ node({ value: e, keyPath: t, createNode: n }) {
983
+ return {
984
+ value: e,
985
+ keyPath: t,
986
+ type: "window",
987
+ children: fe.map((t) => {
988
+ let r = Reflect.get(e, t);
989
+ return n([t], r);
990
+ })
991
+ };
992
+ }
993
+ }), pe = [
994
+ "$$typeof",
995
+ "type",
996
+ "key",
997
+ "ref",
998
+ "props"
999
+ ], J = (e) => typeof e == "string" ? e : typeof e == "function" ? e.displayName || e.name || "Component" : e?.toString() || "Component", me = d({
1000
+ type: "react-element",
1001
+ description(e) {
1002
+ let t = e.value;
1003
+ return J(t.type);
1004
+ },
1005
+ check(e) {
1006
+ return t(e) && "$$typeof" in e && "props" in e;
1007
+ },
1008
+ previewElement(e, t) {
1009
+ let n = e.value, r = J(n.type), i = Object.entries(n.props), a = i.length > t.maxPreviewItems;
1010
+ return c("span", {}, [
1011
+ s(`<${r} `),
1012
+ ...i.slice(0, t.maxPreviewItems).reduce((e, [t, n]) => (t === "children" || e.push(c("span", {}, [s(` ${t}=${typeof n == "string" ? `"${n}"` : `{${n}}`}`)])), e), []),
1013
+ ...a ? [s(" …")] : [],
1014
+ s(n.children ? `> {\u2026} </${r}>` : " />")
1015
+ ]);
1016
+ },
1017
+ node({ value: e, keyPath: t, createNode: n }) {
1018
+ return {
1019
+ value: e,
1020
+ type: "react-element",
1021
+ keyPath: t,
1022
+ children: pe.reduce((t, r) => {
1023
+ let i = Reflect.get(e, r);
1024
+ return r === "type" && (i = J(i)), t.push(n([r], i)), t;
1025
+ }, [])
1026
+ };
1027
+ }
1028
+ }), Y = {
1029
+ "\n": "\\n",
1030
+ " ": "\\t",
1031
+ "\r": "\\r"
1032
+ }, X = /[\n\t\r]/g, he = d({
1033
+ type: "string",
1034
+ description(e, t) {
1035
+ return `"${this.previewText?.(e, t) ?? e.value}"`;
1036
+ },
1037
+ check(e) {
1038
+ return typeof e == "string";
1039
+ },
1040
+ previewText(e, t) {
1041
+ let n = e.value.replace(X, (e) => Y[e]);
1042
+ return n.slice(0, t.collapseStringsAfterLength) + (n.length > t.collapseStringsAfterLength ? "…" : "");
1043
+ },
1044
+ previewElement(e) {
1045
+ return c("span", {}, [s(`"${e.value.replace(X, (e) => Y[e])}"`)]);
1046
+ },
1047
+ node({ value: e, keyPath: t }) {
1048
+ return {
1049
+ value: e,
1050
+ type: "string",
1051
+ keyPath: t
1052
+ };
1053
+ }
1054
+ }), Z = d({
1055
+ type(e) {
1056
+ return typeof e;
1057
+ },
1058
+ description(e) {
1059
+ return String(e.value);
1060
+ },
1061
+ check(e) {
1062
+ return e != null;
1063
+ },
1064
+ previewElement(e) {
1065
+ return c("span", {}, [s(String(e.value))]);
1066
+ },
1067
+ node({ value: e, keyPath: t }) {
1068
+ return {
1069
+ value: e,
1070
+ type: typeof e,
1071
+ keyPath: t
1072
+ };
1073
+ }
1074
+ }), Q = [
1075
+ f,
1076
+ ee,
1077
+ p,
1078
+ m,
1079
+ D,
1080
+ O,
1081
+ k,
1082
+ A,
1083
+ re,
1084
+ P,
1085
+ j,
1086
+ te,
1087
+ h,
1088
+ M,
1089
+ _,
1090
+ g,
1091
+ S,
1092
+ b,
1093
+ me,
1094
+ q,
1095
+ de,
1096
+ le,
1097
+ ie,
1098
+ ae,
1099
+ I,
1100
+ L,
1101
+ R,
1102
+ V,
1103
+ H,
1104
+ U,
1105
+ W,
1106
+ he,
1107
+ Z
1108
+ ], ge = (e, t) => {
1109
+ let n = r(t), a = i(e.keyPath, { excludeRoot: !0 });
1110
+ if (a === "stack" && typeof e.value == "string") return F(e.value);
1111
+ let o = Q.find((t) => t.check(e.value));
1112
+ if (!o) return c("span", {}, [s(String(e.value))]);
1113
+ let l = o.previewElement(e, n);
1114
+ return a || (l.properties.root = !0), l.properties.kind = "preview", l.properties.nodeType = typeof o.type == "function" ? o.type(e.value) : o.type, l;
1115
+ }, $ = (e, t) => {
1116
+ let n = r(t), i = Q.find((t) => t.check(e.value));
1117
+ return i ? typeof i.description == "function" ? i.description(e, n) : i.description : String(e.value);
1094
1118
  };
1095
- //# sourceMappingURL=data-type.js.map
1119
+ //#endregion
1120
+ export { Z as PrimitiveType, Q as dataTypes, $ as getNodeTypeDescription, ge as jsonNodeToElement };
1121
+
1122
+ //# sourceMappingURL=data-type.js.map