@g4rcez/components 4.1.3 → 5.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (708) hide show
  1. package/ai/docs/AnimatedList.md +1 -1
  2. package/ai/docs/Autocomplete.md +2 -2
  3. package/ai/docs/Button.md +1 -1
  4. package/ai/docs/Card.md +7 -7
  5. package/ai/docs/DatePicker.md +2 -2
  6. package/ai/docs/Dropdown.md +7 -7
  7. package/ai/docs/Expand.md +5 -5
  8. package/ai/docs/Input.md +3 -3
  9. package/ai/docs/InputField.md +24 -14
  10. package/ai/docs/List.md +1 -1
  11. package/ai/docs/Modal.md +4 -4
  12. package/ai/docs/MultiSelect.md +2 -2
  13. package/ai/docs/PageCalendar.md +2 -2
  14. package/ai/docs/Polymorph.md +1 -1
  15. package/ai/docs/Resizable.md +3 -3
  16. package/ai/docs/Select.md +2 -2
  17. package/ai/docs/Skeleton.md +1 -1
  18. package/ai/docs/Slot.md +3 -3
  19. package/ai/docs/Spinner.md +1 -1
  20. package/ai/docs/Stats.md +1 -1
  21. package/ai/docs/Step.md +1 -1
  22. package/ai/docs/Tabs.md +1 -1
  23. package/ai/docs/Tag.md +1 -1
  24. package/ai/docs/TaskList.md +3 -3
  25. package/ai/docs/Textarea.md +2 -2
  26. package/ai/docs/Tooltip.md +13 -9
  27. package/ai/docs/Typography.md +1 -1
  28. package/ai/docs/index.md +17 -17
  29. package/dist/CaretDown.es-BXl0Ixp3.js +23 -0
  30. package/dist/CaretDown.es-BXl0Ixp3.js.map +1 -0
  31. package/dist/CaretRight.es-B2mpMfqU.js +23 -0
  32. package/dist/CaretRight.es-B2mpMfqU.js.map +1 -0
  33. package/dist/CheckCircle.es-BB91gLT-.js +23 -0
  34. package/dist/CheckCircle.es-BB91gLT-.js.map +1 -0
  35. package/dist/File.es-CjNVQ00B.js +23 -0
  36. package/dist/File.es-CjNVQ00B.js.map +1 -0
  37. package/dist/IconBase.es-BlJQ9IXo.js +27 -0
  38. package/dist/IconBase.es-BlJQ9IXo.js.map +1 -0
  39. package/dist/Info.es-Dvln8pws.js +23 -0
  40. package/dist/Info.es-Dvln8pws.js.map +1 -0
  41. package/dist/MotionConfig-BLwtdAWy.js +27 -0
  42. package/dist/MotionConfig-BLwtdAWy.js.map +1 -0
  43. package/dist/MotionConfigContext-BORpSKe8.js +2571 -0
  44. package/dist/MotionConfigContext-BORpSKe8.js.map +1 -0
  45. package/dist/Warning.es-B_xCn-P5.js +23 -0
  46. package/dist/Warning.es-B_xCn-P5.js.map +1 -0
  47. package/dist/X.es-Cjq2a_OA.js +23 -0
  48. package/dist/X.es-Cjq2a_OA.js.map +1 -0
  49. package/dist/animate-BNYgkk_j.js +387 -0
  50. package/dist/animate-BNYgkk_j.js.map +1 -0
  51. package/dist/autocomplete-DVKTP0Il.js +415 -0
  52. package/dist/autocomplete-DVKTP0Il.js.map +1 -0
  53. package/dist/calendar-_DZjphH8.js +1678 -0
  54. package/dist/calendar-_DZjphH8.js.map +1 -0
  55. package/dist/components/core/button.js +75 -75
  56. package/dist/components/core/button.js.map +1 -1
  57. package/dist/components/core/tag.js +66 -66
  58. package/dist/components/core/tag.js.map +1 -1
  59. package/dist/components/display/alert.js +133 -95
  60. package/dist/components/display/alert.js.map +1 -1
  61. package/dist/components/display/calendar.js +3 -15
  62. package/dist/components/display/card.js +73 -82
  63. package/dist/components/display/card.js.map +1 -1
  64. package/dist/components/display/list.js +153 -93
  65. package/dist/components/display/list.js.map +1 -1
  66. package/dist/components/display/notifications.js +3 -15
  67. package/dist/components/display/stats.js +30 -16
  68. package/dist/components/display/stats.js.map +1 -1
  69. package/dist/components/display/tabs.js +3 -12
  70. package/dist/components/display/timeline.js +47 -28
  71. package/dist/components/display/timeline.js.map +1 -1
  72. package/dist/components/floating/dropdown.js +76 -65
  73. package/dist/components/floating/dropdown.js.map +1 -1
  74. package/dist/components/floating/expand.js +62 -40
  75. package/dist/components/floating/expand.js.map +1 -1
  76. package/dist/components/floating/menu.js +195 -177
  77. package/dist/components/floating/menu.js.map +1 -1
  78. package/dist/components/floating/modal.js +3 -301
  79. package/dist/components/floating/tooltip.js +63 -73
  80. package/dist/components/floating/tooltip.js.map +1 -1
  81. package/dist/components/form/autocomplete.js +3 -16
  82. package/dist/components/form/checkbox.js +34 -44
  83. package/dist/components/form/checkbox.js.map +1 -1
  84. package/dist/components/form/date-picker.js +3 -12
  85. package/dist/components/form/file-upload.js +3 -11
  86. package/dist/components/form/form.js +16 -7
  87. package/dist/components/form/form.js.map +1 -1
  88. package/dist/components/form/input.js +3 -5
  89. package/dist/components/form/radiobox.js +19 -30
  90. package/dist/components/form/radiobox.js.map +1 -1
  91. package/dist/components/form/select.js +77 -106
  92. package/dist/components/form/select.js.map +1 -1
  93. package/dist/components/form/switch.js +73 -64
  94. package/dist/components/form/switch.js.map +1 -1
  95. package/dist/components/form/task-list.js +3 -68
  96. package/dist/components/table/table.js +3 -10
  97. package/dist/date-picker-9q_Ki5Vu.js +1498 -0
  98. package/dist/date-picker-9q_Ki5Vu.js.map +1 -0
  99. package/dist/dist-BHFtgf5x.js +2593 -0
  100. package/dist/dist-BHFtgf5x.js.map +1 -0
  101. package/dist/dist-Buc00Zls.js +177 -0
  102. package/dist/dist-Buc00Zls.js.map +1 -0
  103. package/dist/dist-NmFtbuK4.js +35 -0
  104. package/dist/dist-NmFtbuK4.js.map +1 -0
  105. package/dist/dom-Bn4wY_Zx.js +2168 -0
  106. package/dist/dom-Bn4wY_Zx.js.map +1 -0
  107. package/dist/file-upload-COk6_Bs5.js +2966 -0
  108. package/dist/file-upload-COk6_Bs5.js.map +1 -0
  109. package/dist/floating-ui.react-CwXtBJ_y.js +3381 -0
  110. package/dist/floating-ui.react-CwXtBJ_y.js.map +1 -0
  111. package/dist/floating-ui.utils-CUrVRSbA.js +204 -0
  112. package/dist/floating-ui.utils-CUrVRSbA.js.map +1 -0
  113. package/dist/fns-KbsWlOTG.js +29 -0
  114. package/dist/fns-KbsWlOTG.js.map +1 -0
  115. package/dist/index.css +1 -1
  116. package/dist/index.js +7933 -20
  117. package/dist/index.js.map +1 -1
  118. package/dist/input-B7jqwPG4.js +473 -0
  119. package/dist/input-B7jqwPG4.js.map +1 -0
  120. package/dist/input-field-B_whI66Q.js +137 -0
  121. package/dist/input-field-B_whI66Q.js.map +1 -0
  122. package/dist/modal-Cn-OaKRp.js +373 -0
  123. package/dist/modal-Cn-OaKRp.js.map +1 -0
  124. package/dist/notifications-l_B9J4Gx.js +2202 -0
  125. package/dist/notifications-l_B9J4Gx.js.map +1 -0
  126. package/dist/polymorph-BLXhrn9n.js +14 -0
  127. package/dist/polymorph-BLXhrn9n.js.map +1 -0
  128. package/dist/preset/preset.tailwind.d.ts.map +1 -1
  129. package/dist/preset/preset.tailwind.js +40 -4
  130. package/dist/preset/src/styles/common.d.ts +0 -2
  131. package/dist/preset/src/styles/common.d.ts.map +1 -1
  132. package/dist/preset/src/styles/common.js +0 -9
  133. package/dist/preset/src/styles/components.d.ts +3 -0
  134. package/dist/preset/src/styles/components.d.ts.map +1 -0
  135. package/dist/preset/src/styles/components.js +400 -0
  136. package/dist/preset/src/styles/dark.d.ts.map +1 -1
  137. package/dist/preset/src/styles/dark.js +5 -3
  138. package/dist/preset/src/styles/default-tokens.d.ts +74 -0
  139. package/dist/preset/src/styles/default-tokens.d.ts.map +1 -0
  140. package/dist/preset/src/styles/default-tokens.js +44 -0
  141. package/dist/preset/src/styles/design-tokens.d.ts +1 -1
  142. package/dist/preset/src/styles/design-tokens.d.ts.map +1 -1
  143. package/dist/preset/src/styles/design-tokens.js +6 -2
  144. package/dist/preset/src/styles/light.d.ts.map +1 -1
  145. package/dist/preset/src/styles/light.js +22 -20
  146. package/dist/preset/src/styles/theme.types.d.ts +433 -8
  147. package/dist/preset/src/styles/theme.types.d.ts.map +1 -1
  148. package/dist/proxy-Drpz0Avo.js +2533 -0
  149. package/dist/proxy-Drpz0Avo.js.map +1 -0
  150. package/dist/skeleton-CBYEq3lM.js +26 -0
  151. package/dist/skeleton-CBYEq3lM.js.map +1 -0
  152. package/dist/slot-pC8kH9De.js +96 -0
  153. package/dist/slot-pC8kH9De.js.map +1 -0
  154. package/dist/{components → src/components}/core/button.d.ts +1 -1
  155. package/dist/src/components/core/button.d.ts.map +1 -0
  156. package/dist/{components → src/components}/core/button.jsx +10 -10
  157. package/dist/src/components/core/heading.d.ts.map +1 -0
  158. package/dist/src/components/core/polymorph.d.ts.map +1 -0
  159. package/dist/src/components/core/render-on-view.d.ts.map +1 -0
  160. package/dist/{components → src/components}/core/render-on-view.jsx +1 -1
  161. package/dist/src/components/core/resizable.d.ts.map +1 -0
  162. package/dist/{components → src/components}/core/resizable.jsx +2 -2
  163. package/dist/src/components/core/slot.d.ts.map +1 -0
  164. package/dist/src/components/core/tag.d.ts.map +1 -0
  165. package/dist/{components → src/components}/core/tag.jsx +10 -8
  166. package/dist/src/components/core/typography.d.ts.map +1 -0
  167. package/dist/{components → src/components}/core/typography.jsx +8 -6
  168. package/dist/src/components/display/alert.d.ts.map +1 -0
  169. package/dist/{components → src/components}/display/alert.jsx +6 -6
  170. package/dist/src/components/display/calendar.d.ts.map +1 -0
  171. package/dist/{components → src/components}/display/calendar.jsx +40 -21
  172. package/dist/src/components/display/card.d.ts.map +1 -0
  173. package/dist/{components → src/components}/display/card.jsx +10 -10
  174. package/dist/src/components/display/empty.d.ts.map +1 -0
  175. package/dist/{components → src/components}/display/empty.jsx +1 -1
  176. package/dist/src/components/display/list.d.ts.map +1 -0
  177. package/dist/{components → src/components}/display/list.jsx +15 -11
  178. package/dist/{components → src/components}/display/notifications.d.ts +1 -1
  179. package/dist/src/components/display/notifications.d.ts.map +1 -0
  180. package/dist/{components → src/components}/display/notifications.jsx +13 -9
  181. package/dist/{components → src/components}/display/progress.d.ts +4 -1
  182. package/dist/src/components/display/progress.d.ts.map +1 -0
  183. package/dist/src/components/display/progress.jsx +21 -0
  184. package/dist/src/components/display/shortcut.d.ts.map +1 -0
  185. package/dist/{components → src/components}/display/shortcut.jsx +1 -1
  186. package/dist/src/components/display/skeleton.d.ts.map +1 -0
  187. package/dist/{components → src/components}/display/skeleton.jsx +3 -3
  188. package/dist/src/components/display/spinner.d.ts.map +1 -0
  189. package/dist/{components → src/components}/display/spinner.jsx +2 -2
  190. package/dist/src/components/display/stats.d.ts.map +1 -0
  191. package/dist/src/components/display/stats.jsx +16 -0
  192. package/dist/src/components/display/step.d.ts.map +1 -0
  193. package/dist/{components → src/components}/display/step.jsx +23 -9
  194. package/dist/src/components/display/tabs.d.ts.map +1 -0
  195. package/dist/{components → src/components}/display/tabs.jsx +3 -3
  196. package/dist/src/components/display/timeline.d.ts.map +1 -0
  197. package/dist/{components → src/components}/display/timeline.jsx +4 -4
  198. package/dist/src/components/floating/command-palette.d.ts.map +1 -0
  199. package/dist/{components → src/components}/floating/command-palette.jsx +49 -23
  200. package/dist/src/components/floating/dropdown.d.ts.map +1 -0
  201. package/dist/{components → src/components}/floating/dropdown.jsx +4 -4
  202. package/dist/src/components/floating/expand.d.ts.map +1 -0
  203. package/dist/src/components/floating/menu.d.ts.map +1 -0
  204. package/dist/{components → src/components}/floating/menu.jsx +24 -6
  205. package/dist/src/components/floating/modal.d.ts.map +1 -0
  206. package/dist/{components → src/components}/floating/modal.jsx +61 -26
  207. package/dist/src/components/floating/toolbar.d.ts.map +1 -0
  208. package/dist/{components → src/components}/floating/toolbar.jsx +1 -1
  209. package/dist/src/components/floating/tooltip.d.ts.map +1 -0
  210. package/dist/{components → src/components}/floating/tooltip.jsx +14 -5
  211. package/dist/src/components/floating/wizard.d.ts.map +1 -0
  212. package/dist/{components → src/components}/floating/wizard.jsx +10 -6
  213. package/dist/src/components/form/autocomplete.d.ts.map +1 -0
  214. package/dist/{components → src/components}/form/autocomplete.jsx +28 -16
  215. package/dist/src/components/form/checkbox.d.ts.map +1 -0
  216. package/dist/{components → src/components}/form/checkbox.jsx +3 -3
  217. package/dist/src/components/form/date-picker.d.ts.map +1 -0
  218. package/dist/{components → src/components}/form/date-picker.jsx +2 -2
  219. package/dist/src/components/form/file-upload.d.ts.map +1 -0
  220. package/dist/{components → src/components}/form/file-upload.jsx +18 -14
  221. package/dist/src/components/form/form.d.ts.map +1 -0
  222. package/dist/src/components/form/formReset.d.ts.map +1 -0
  223. package/dist/src/components/form/free-text.d.ts.map +1 -0
  224. package/dist/{components → src/components}/form/free-text.jsx +1 -1
  225. package/dist/src/components/form/input-field.d.ts.map +1 -0
  226. package/dist/{components → src/components}/form/input-field.jsx +7 -7
  227. package/dist/src/components/form/input.d.ts.map +1 -0
  228. package/dist/src/components/form/multi-select.d.ts.map +1 -0
  229. package/dist/{components → src/components}/form/multi-select.jsx +24 -16
  230. package/dist/{components → src/components}/form/radiobox.d.ts +1 -1
  231. package/dist/src/components/form/radiobox.d.ts.map +1 -0
  232. package/dist/src/components/form/radiobox.jsx +6 -0
  233. package/dist/src/components/form/select.d.ts.map +1 -0
  234. package/dist/{components → src/components}/form/select.jsx +5 -3
  235. package/dist/src/components/form/slider.d.ts.map +1 -0
  236. package/dist/{components → src/components}/form/slider.jsx +3 -3
  237. package/dist/src/components/form/switch.d.ts.map +1 -0
  238. package/dist/{components → src/components}/form/switch.jsx +5 -5
  239. package/dist/src/components/form/task-list.d.ts.map +1 -0
  240. package/dist/{components → src/components}/form/task-list.jsx +1 -1
  241. package/dist/src/components/form/textarea.d.ts +5 -0
  242. package/dist/src/components/form/textarea.d.ts.map +1 -0
  243. package/dist/src/components/form/textarea.jsx +26 -0
  244. package/dist/src/components/index.d.ts.map +1 -0
  245. package/dist/src/components/page-calendar/calendar-header.d.ts.map +1 -0
  246. package/dist/{components → src/components}/page-calendar/calendar-header.jsx +14 -14
  247. package/dist/src/components/page-calendar/day-view.d.ts.map +1 -0
  248. package/dist/{components → src/components}/page-calendar/day-view.jsx +14 -19
  249. package/dist/src/components/page-calendar/event-pill.d.ts.map +1 -0
  250. package/dist/{components → src/components}/page-calendar/event-pill.jsx +2 -2
  251. package/dist/src/components/page-calendar/index.d.ts.map +1 -0
  252. package/dist/src/components/page-calendar/month-view.d.ts.map +1 -0
  253. package/dist/{components → src/components}/page-calendar/month-view.jsx +6 -6
  254. package/dist/src/components/page-calendar/page-calendar.d.ts.map +1 -0
  255. package/dist/{components → src/components}/page-calendar/page-calendar.jsx +2 -2
  256. package/dist/src/components/page-calendar/page-calendar.types.d.ts.map +1 -0
  257. package/dist/src/components/page-calendar/page-calendar.utils.d.ts.map +1 -0
  258. package/dist/src/components/page-calendar/week-view.d.ts.map +1 -0
  259. package/dist/{components → src/components}/page-calendar/week-view.jsx +8 -13
  260. package/dist/src/components/table/filter.d.ts.map +1 -0
  261. package/dist/{components → src/components}/table/filter.jsx +39 -11
  262. package/dist/src/components/table/group.d.ts.map +1 -0
  263. package/dist/{components → src/components}/table/group.jsx +12 -5
  264. package/dist/src/components/table/index.d.ts.map +1 -0
  265. package/dist/{components → src/components}/table/index.jsx +5 -2
  266. package/dist/src/components/table/inner-table.d.ts.map +1 -0
  267. package/dist/{components → src/components}/table/inner-table.jsx +5 -5
  268. package/dist/src/components/table/metadata.d.ts.map +1 -0
  269. package/dist/{components → src/components}/table/metadata.jsx +7 -7
  270. package/dist/src/components/table/pagination.d.ts.map +1 -0
  271. package/dist/{components → src/components}/table/pagination.jsx +4 -4
  272. package/dist/src/components/table/row.d.ts.map +1 -0
  273. package/dist/{components → src/components}/table/row.jsx +2 -2
  274. package/dist/src/components/table/sort.d.ts.map +1 -0
  275. package/dist/{components → src/components}/table/sort.jsx +4 -4
  276. package/dist/src/components/table/table-lib.d.ts.map +1 -0
  277. package/dist/src/components/table/table.context.d.ts.map +1 -0
  278. package/dist/{components → src/components}/table/table.context.jsx +1 -0
  279. package/dist/src/components/table/thead.d.ts.map +1 -0
  280. package/dist/{components → src/components}/table/thead.jsx +7 -7
  281. package/dist/src/config/context.d.ts.map +1 -0
  282. package/dist/src/config/default-translations.d.ts.map +1 -0
  283. package/dist/src/config/default-tweaks.d.ts.map +1 -0
  284. package/dist/src/constants.d.ts.map +1 -0
  285. package/dist/src/hooks/use-click-outside.d.ts.map +1 -0
  286. package/dist/src/hooks/use-color-parser.d.ts.map +1 -0
  287. package/dist/src/hooks/use-components-provider.d.ts.map +1 -0
  288. package/dist/src/hooks/use-debounce.d.ts.map +1 -0
  289. package/dist/src/hooks/use-floating-ref.d.ts.map +1 -0
  290. package/dist/src/hooks/use-form.d.ts.map +1 -0
  291. package/dist/{hooks → src/hooks}/use-form.js +2 -2
  292. package/dist/src/hooks/use-hover.d.ts.map +1 -0
  293. package/dist/{hooks → src/hooks}/use-hover.js +1 -1
  294. package/dist/src/hooks/use-input-id.d.ts.map +1 -0
  295. package/dist/src/hooks/use-is-coarse-device.d.ts.map +1 -0
  296. package/dist/src/hooks/use-locale.d.ts.map +1 -0
  297. package/dist/src/hooks/use-media-query.d.ts.map +1 -0
  298. package/dist/{hooks → src/hooks}/use-media-query.js +1 -1
  299. package/dist/src/hooks/use-on-event.d.ts.map +1 -0
  300. package/dist/src/hooks/use-on-event.js +10 -0
  301. package/dist/src/hooks/use-parent.d.ts.map +1 -0
  302. package/dist/{hooks → src/hooks}/use-parent.js +1 -1
  303. package/dist/src/hooks/use-preferences.d.ts.map +1 -0
  304. package/dist/src/hooks/use-previous.d.ts.map +1 -0
  305. package/dist/src/hooks/use-reactive.d.ts.map +1 -0
  306. package/dist/src/hooks/use-remove-scroll.d.ts.map +1 -0
  307. package/dist/src/hooks/use-resize-observer.d.ts.map +1 -0
  308. package/dist/src/hooks/use-stable-ref.d.ts.map +1 -0
  309. package/dist/src/hooks/use-swipe.d.ts.map +1 -0
  310. package/dist/src/hooks/use-translations.d.ts.map +1 -0
  311. package/dist/src/hooks/use-tweaks.d.ts.map +1 -0
  312. package/dist/src/hooks/use-window-size.d.ts.map +1 -0
  313. package/dist/src/index.d.ts.map +1 -0
  314. package/dist/src/index.js +20 -0
  315. package/dist/src/lib/combi-keys.d.ts.map +1 -0
  316. package/dist/src/lib/dict.d.ts.map +1 -0
  317. package/dist/src/lib/dom.d.ts.map +1 -0
  318. package/dist/src/lib/dom.js +185 -0
  319. package/dist/src/lib/fns.d.ts.map +1 -0
  320. package/dist/src/lib/fzf.d.ts.map +1 -0
  321. package/dist/src/lib/keyboard-area.d.ts.map +1 -0
  322. package/dist/src/styles/common.d.ts +8 -0
  323. package/dist/src/styles/common.d.ts.map +1 -0
  324. package/dist/src/styles/common.js +20 -0
  325. package/dist/src/styles/components.d.ts +3 -0
  326. package/dist/src/styles/components.d.ts.map +1 -0
  327. package/dist/src/styles/components.js +397 -0
  328. package/dist/src/styles/dark.d.ts +3 -0
  329. package/dist/src/styles/dark.d.ts.map +1 -0
  330. package/dist/src/styles/dark.js +217 -0
  331. package/dist/src/styles/default-tokens.d.ts +74 -0
  332. package/dist/src/styles/default-tokens.d.ts.map +1 -0
  333. package/dist/src/styles/default-tokens.js +41 -0
  334. package/dist/src/styles/design-tokens.d.ts +29 -0
  335. package/dist/src/styles/design-tokens.d.ts.map +1 -0
  336. package/dist/src/styles/design-tokens.js +73 -0
  337. package/dist/src/styles/light.d.ts +3 -0
  338. package/dist/src/styles/light.d.ts.map +1 -0
  339. package/dist/src/styles/light.js +217 -0
  340. package/dist/src/styles/theme.d.ts +3 -0
  341. package/dist/src/styles/theme.d.ts.map +1 -0
  342. package/dist/src/styles/theme.js +4 -0
  343. package/dist/src/styles/theme.types.d.ts +540 -0
  344. package/dist/src/styles/theme.types.d.ts.map +1 -0
  345. package/dist/src/types.d.ts.map +1 -0
  346. package/dist/src/types.js +1 -0
  347. package/dist/styles/common.d.ts +0 -2
  348. package/dist/styles/common.d.ts.map +1 -1
  349. package/dist/styles/common.js +0 -9
  350. package/dist/styles/components.d.ts +3 -0
  351. package/dist/styles/components.d.ts.map +1 -0
  352. package/dist/styles/components.js +400 -0
  353. package/dist/styles/dark.d.ts.map +1 -1
  354. package/dist/styles/dark.js +5 -3
  355. package/dist/styles/default-tokens.d.ts +74 -0
  356. package/dist/styles/default-tokens.d.ts.map +1 -0
  357. package/dist/styles/default-tokens.js +44 -0
  358. package/dist/styles/design-tokens.d.ts +1 -1
  359. package/dist/styles/design-tokens.d.ts.map +1 -1
  360. package/dist/styles/design-tokens.js +6 -2
  361. package/dist/styles/light.d.ts.map +1 -1
  362. package/dist/styles/light.js +22 -20
  363. package/dist/styles/theme.types.d.ts +433 -8
  364. package/dist/styles/theme.types.d.ts.map +1 -1
  365. package/dist/table-Dql6Yzag.js +1914 -0
  366. package/dist/table-Dql6Yzag.js.map +1 -0
  367. package/dist/tabs-Ciy0l9OF.js +122 -0
  368. package/dist/tabs-Ciy0l9OF.js.map +1 -0
  369. package/dist/task-list-tKumO4WH.js +96 -0
  370. package/dist/task-list-tKumO4WH.js.map +1 -0
  371. package/dist/tsconfig.lib.tsbuildinfo +1 -1
  372. package/dist/use-motion-value-BqPF1j90.js +15 -0
  373. package/dist/use-motion-value-BqPF1j90.js.map +1 -0
  374. package/dist/use-stable-ref-D5LFCx0u.js +12 -0
  375. package/dist/use-stable-ref-D5LFCx0u.js.map +1 -0
  376. package/dist/use-translations-DTLfPE3_.js +177 -0
  377. package/dist/use-translations-DTLfPE3_.js.map +1 -0
  378. package/dist/with-selector-BAUQ-vKK.js +187 -0
  379. package/dist/with-selector-BAUQ-vKK.js.map +1 -0
  380. package/package.json +17 -17
  381. package/dist/CaretDown.es-Cj7klWI3.js +0 -33
  382. package/dist/CaretDown.es-Cj7klWI3.js.map +0 -1
  383. package/dist/CaretRight.es-0-M8D9y8.js +0 -33
  384. package/dist/CaretRight.es-0-M8D9y8.js.map +0 -1
  385. package/dist/CheckCircle.es-C6QWLfk_.js +0 -33
  386. package/dist/CheckCircle.es-C6QWLfk_.js.map +0 -1
  387. package/dist/File.es-CA-vuPED.js +0 -33
  388. package/dist/File.es-CA-vuPED.js.map +0 -1
  389. package/dist/IconBase.es-DJ1oCtpo.js +0 -50
  390. package/dist/IconBase.es-DJ1oCtpo.js.map +0 -1
  391. package/dist/Info.es-CrZKs4q4.js +0 -33
  392. package/dist/Info.es-CrZKs4q4.js.map +0 -1
  393. package/dist/MotionConfigContext-C7MqlSdv.js +0 -2713
  394. package/dist/MotionConfigContext-C7MqlSdv.js.map +0 -1
  395. package/dist/Warning.es-D_eI6tLe.js +0 -39
  396. package/dist/Warning.es-D_eI6tLe.js.map +0 -1
  397. package/dist/X.es-BJ1O93El.js +0 -39
  398. package/dist/X.es-BJ1O93El.js.map +0 -1
  399. package/dist/autocomplete-DcTNOwyg.js +0 -393
  400. package/dist/autocomplete-DcTNOwyg.js.map +0 -1
  401. package/dist/calendar-BJMHRoy2.js +0 -1746
  402. package/dist/calendar-BJMHRoy2.js.map +0 -1
  403. package/dist/components/core/button.d.ts.map +0 -1
  404. package/dist/components/core/heading.d.ts.map +0 -1
  405. package/dist/components/core/polymorph.d.ts.map +0 -1
  406. package/dist/components/core/render-on-view.d.ts.map +0 -1
  407. package/dist/components/core/resizable.d.ts.map +0 -1
  408. package/dist/components/core/slot.d.ts.map +0 -1
  409. package/dist/components/core/tag.d.ts.map +0 -1
  410. package/dist/components/core/typography.d.ts.map +0 -1
  411. package/dist/components/display/alert.d.ts.map +0 -1
  412. package/dist/components/display/calendar.d.ts.map +0 -1
  413. package/dist/components/display/calendar.js.map +0 -1
  414. package/dist/components/display/card.d.ts.map +0 -1
  415. package/dist/components/display/empty.d.ts.map +0 -1
  416. package/dist/components/display/list.d.ts.map +0 -1
  417. package/dist/components/display/notifications.d.ts.map +0 -1
  418. package/dist/components/display/notifications.js.map +0 -1
  419. package/dist/components/display/progress.d.ts.map +0 -1
  420. package/dist/components/display/progress.jsx +0 -11
  421. package/dist/components/display/shortcut.d.ts.map +0 -1
  422. package/dist/components/display/skeleton.d.ts.map +0 -1
  423. package/dist/components/display/spinner.d.ts.map +0 -1
  424. package/dist/components/display/stats.d.ts.map +0 -1
  425. package/dist/components/display/stats.jsx +0 -20
  426. package/dist/components/display/step.d.ts.map +0 -1
  427. package/dist/components/display/tabs.d.ts.map +0 -1
  428. package/dist/components/display/tabs.js.map +0 -1
  429. package/dist/components/display/timeline.d.ts.map +0 -1
  430. package/dist/components/floating/command-palette.d.ts.map +0 -1
  431. package/dist/components/floating/dropdown.d.ts.map +0 -1
  432. package/dist/components/floating/expand.d.ts.map +0 -1
  433. package/dist/components/floating/menu.d.ts.map +0 -1
  434. package/dist/components/floating/modal.d.ts.map +0 -1
  435. package/dist/components/floating/modal.js.map +0 -1
  436. package/dist/components/floating/toolbar.d.ts.map +0 -1
  437. package/dist/components/floating/tooltip.d.ts.map +0 -1
  438. package/dist/components/floating/wizard.d.ts.map +0 -1
  439. package/dist/components/form/autocomplete.d.ts.map +0 -1
  440. package/dist/components/form/autocomplete.js.map +0 -1
  441. package/dist/components/form/checkbox.d.ts.map +0 -1
  442. package/dist/components/form/date-picker.d.ts.map +0 -1
  443. package/dist/components/form/date-picker.js.map +0 -1
  444. package/dist/components/form/file-upload.d.ts.map +0 -1
  445. package/dist/components/form/file-upload.js.map +0 -1
  446. package/dist/components/form/form.d.ts.map +0 -1
  447. package/dist/components/form/formReset.d.ts.map +0 -1
  448. package/dist/components/form/free-text.d.ts.map +0 -1
  449. package/dist/components/form/input-field.d.ts.map +0 -1
  450. package/dist/components/form/input.d.ts.map +0 -1
  451. package/dist/components/form/input.js.map +0 -1
  452. package/dist/components/form/multi-select.d.ts.map +0 -1
  453. package/dist/components/form/radiobox.d.ts.map +0 -1
  454. package/dist/components/form/radiobox.jsx +0 -6
  455. package/dist/components/form/select.d.ts.map +0 -1
  456. package/dist/components/form/slider.d.ts.map +0 -1
  457. package/dist/components/form/switch.d.ts.map +0 -1
  458. package/dist/components/form/task-list.d.ts.map +0 -1
  459. package/dist/components/form/task-list.js.map +0 -1
  460. package/dist/components/form/textarea.d.ts +0 -6
  461. package/dist/components/form/textarea.d.ts.map +0 -1
  462. package/dist/components/form/textarea.jsx +0 -12
  463. package/dist/components/index.d.ts.map +0 -1
  464. package/dist/components/page-calendar/calendar-header.d.ts.map +0 -1
  465. package/dist/components/page-calendar/day-view.d.ts.map +0 -1
  466. package/dist/components/page-calendar/event-pill.d.ts.map +0 -1
  467. package/dist/components/page-calendar/index.d.ts.map +0 -1
  468. package/dist/components/page-calendar/month-view.d.ts.map +0 -1
  469. package/dist/components/page-calendar/page-calendar.d.ts.map +0 -1
  470. package/dist/components/page-calendar/page-calendar.types.d.ts.map +0 -1
  471. package/dist/components/page-calendar/page-calendar.utils.d.ts.map +0 -1
  472. package/dist/components/page-calendar/week-view.d.ts.map +0 -1
  473. package/dist/components/table/filter.d.ts.map +0 -1
  474. package/dist/components/table/group.d.ts.map +0 -1
  475. package/dist/components/table/index.d.ts.map +0 -1
  476. package/dist/components/table/inner-table.d.ts.map +0 -1
  477. package/dist/components/table/metadata.d.ts.map +0 -1
  478. package/dist/components/table/pagination.d.ts.map +0 -1
  479. package/dist/components/table/row.d.ts.map +0 -1
  480. package/dist/components/table/sort.d.ts.map +0 -1
  481. package/dist/components/table/table-lib.d.ts.map +0 -1
  482. package/dist/components/table/table.context.d.ts.map +0 -1
  483. package/dist/components/table/table.js.map +0 -1
  484. package/dist/components/table/thead.d.ts.map +0 -1
  485. package/dist/config/context.d.ts.map +0 -1
  486. package/dist/config/default-translations.d.ts.map +0 -1
  487. package/dist/config/default-tweaks.d.ts.map +0 -1
  488. package/dist/constants-r-AHn273.js +0 -6
  489. package/dist/constants-r-AHn273.js.map +0 -1
  490. package/dist/constants.d.ts.map +0 -1
  491. package/dist/date-picker-Bnl07nd8.js +0 -1628
  492. package/dist/date-picker-Bnl07nd8.js.map +0 -1
  493. package/dist/dom-CyQHY7ID.js +0 -2838
  494. package/dist/dom-CyQHY7ID.js.map +0 -1
  495. package/dist/file-upload-93d5DR4q.js +0 -3255
  496. package/dist/file-upload-93d5DR4q.js.map +0 -1
  497. package/dist/floating-ui.react-M2PGXLDp.js +0 -3706
  498. package/dist/floating-ui.react-M2PGXLDp.js.map +0 -1
  499. package/dist/fns-C7Dt27Qd.js +0 -33
  500. package/dist/fns-C7Dt27Qd.js.map +0 -1
  501. package/dist/hooks/use-click-outside.d.ts.map +0 -1
  502. package/dist/hooks/use-color-parser.d.ts.map +0 -1
  503. package/dist/hooks/use-components-provider.d.ts.map +0 -1
  504. package/dist/hooks/use-debounce.d.ts.map +0 -1
  505. package/dist/hooks/use-floating-ref.d.ts.map +0 -1
  506. package/dist/hooks/use-form.d.ts.map +0 -1
  507. package/dist/hooks/use-hover.d.ts.map +0 -1
  508. package/dist/hooks/use-input-id.d.ts.map +0 -1
  509. package/dist/hooks/use-is-coarse-device.d.ts.map +0 -1
  510. package/dist/hooks/use-locale.d.ts.map +0 -1
  511. package/dist/hooks/use-media-query.d.ts.map +0 -1
  512. package/dist/hooks/use-on-event.d.ts.map +0 -1
  513. package/dist/hooks/use-on-event.js +0 -7
  514. package/dist/hooks/use-parent.d.ts.map +0 -1
  515. package/dist/hooks/use-preferences.d.ts.map +0 -1
  516. package/dist/hooks/use-previous.d.ts.map +0 -1
  517. package/dist/hooks/use-reactive.d.ts.map +0 -1
  518. package/dist/hooks/use-remove-scroll.d.ts.map +0 -1
  519. package/dist/hooks/use-resize-observer.d.ts.map +0 -1
  520. package/dist/hooks/use-stable-ref.d.ts.map +0 -1
  521. package/dist/hooks/use-swipe.d.ts.map +0 -1
  522. package/dist/hooks/use-translations.d.ts.map +0 -1
  523. package/dist/hooks/use-tweaks.d.ts.map +0 -1
  524. package/dist/hooks/use-window-size.d.ts.map +0 -1
  525. package/dist/index-0YMC-_Lt.js +0 -20
  526. package/dist/index-0YMC-_Lt.js.map +0 -1
  527. package/dist/index-BJ1ayTam.js +0 -126
  528. package/dist/index-BJ1ayTam.js.map +0 -1
  529. package/dist/index-C-PuFUZi.js +0 -3416
  530. package/dist/index-C-PuFUZi.js.map +0 -1
  531. package/dist/index-DDeQW0JW.js +0 -1816
  532. package/dist/index-DDeQW0JW.js.map +0 -1
  533. package/dist/index-DE4shK8D.js +0 -215
  534. package/dist/index-DE4shK8D.js.map +0 -1
  535. package/dist/index-DlJ_2RBL.js +0 -35
  536. package/dist/index-DlJ_2RBL.js.map +0 -1
  537. package/dist/index-t1qLJTt5.js +0 -351
  538. package/dist/index-t1qLJTt5.js.map +0 -1
  539. package/dist/index.d.ts.map +0 -1
  540. package/dist/index.esm-BaIwleSE.js +0 -343
  541. package/dist/index.esm-BaIwleSE.js.map +0 -1
  542. package/dist/input-_MVxmIpu.js +0 -443
  543. package/dist/input-_MVxmIpu.js.map +0 -1
  544. package/dist/input-field-CDCOODOl.js +0 -182
  545. package/dist/input-field-CDCOODOl.js.map +0 -1
  546. package/dist/lib/combi-keys.d.ts.map +0 -1
  547. package/dist/lib/dict.d.ts.map +0 -1
  548. package/dist/lib/dom.d.ts.map +0 -1
  549. package/dist/lib/dom.js +0 -66
  550. package/dist/lib/fns.d.ts.map +0 -1
  551. package/dist/lib/fzf.d.ts.map +0 -1
  552. package/dist/lib/keyboard-area.d.ts.map +0 -1
  553. package/dist/notifications-Dp0ydKJS.js +0 -2576
  554. package/dist/notifications-Dp0ydKJS.js.map +0 -1
  555. package/dist/polymorph-B5n9fs_K.js +0 -10
  556. package/dist/polymorph-B5n9fs_K.js.map +0 -1
  557. package/dist/proxy-BZcQiBrp.js +0 -2495
  558. package/dist/proxy-BZcQiBrp.js.map +0 -1
  559. package/dist/skeleton-BjJobYYf.js +0 -24
  560. package/dist/skeleton-BjJobYYf.js.map +0 -1
  561. package/dist/slot-CRyweuj0.js +0 -79
  562. package/dist/slot-CRyweuj0.js.map +0 -1
  563. package/dist/tabs-B0g7YtQv.js +0 -123
  564. package/dist/tabs-B0g7YtQv.js.map +0 -1
  565. package/dist/types.d.ts.map +0 -1
  566. package/dist/use-motion-value-eGwNuWuw.js +0 -14
  567. package/dist/use-motion-value-eGwNuWuw.js.map +0 -1
  568. package/dist/use-stable-ref-CYh-YkID.js +0 -11
  569. package/dist/use-stable-ref-CYh-YkID.js.map +0 -1
  570. package/dist/use-translations-DSltA7H_.js +0 -169
  571. package/dist/use-translations-DSltA7H_.js.map +0 -1
  572. /package/dist/{components → src/components}/core/heading.d.ts +0 -0
  573. /package/dist/{components → src/components}/core/heading.jsx +0 -0
  574. /package/dist/{components → src/components}/core/polymorph.d.ts +0 -0
  575. /package/dist/{components → src/components}/core/polymorph.jsx +0 -0
  576. /package/dist/{components → src/components}/core/render-on-view.d.ts +0 -0
  577. /package/dist/{components → src/components}/core/resizable.d.ts +0 -0
  578. /package/dist/{components → src/components}/core/slot.d.ts +0 -0
  579. /package/dist/{components → src/components}/core/slot.jsx +0 -0
  580. /package/dist/{components → src/components}/core/tag.d.ts +0 -0
  581. /package/dist/{components → src/components}/core/typography.d.ts +0 -0
  582. /package/dist/{components → src/components}/display/alert.d.ts +0 -0
  583. /package/dist/{components → src/components}/display/calendar.d.ts +0 -0
  584. /package/dist/{components → src/components}/display/card.d.ts +0 -0
  585. /package/dist/{components → src/components}/display/empty.d.ts +0 -0
  586. /package/dist/{components → src/components}/display/list.d.ts +0 -0
  587. /package/dist/{components → src/components}/display/shortcut.d.ts +0 -0
  588. /package/dist/{components → src/components}/display/skeleton.d.ts +0 -0
  589. /package/dist/{components → src/components}/display/spinner.d.ts +0 -0
  590. /package/dist/{components → src/components}/display/stats.d.ts +0 -0
  591. /package/dist/{components → src/components}/display/step.d.ts +0 -0
  592. /package/dist/{components → src/components}/display/tabs.d.ts +0 -0
  593. /package/dist/{components → src/components}/display/timeline.d.ts +0 -0
  594. /package/dist/{components → src/components}/floating/command-palette.d.ts +0 -0
  595. /package/dist/{components → src/components}/floating/dropdown.d.ts +0 -0
  596. /package/dist/{components → src/components}/floating/expand.d.ts +0 -0
  597. /package/dist/{components → src/components}/floating/expand.jsx +0 -0
  598. /package/dist/{components → src/components}/floating/menu.d.ts +0 -0
  599. /package/dist/{components → src/components}/floating/modal.d.ts +0 -0
  600. /package/dist/{components → src/components}/floating/toolbar.d.ts +0 -0
  601. /package/dist/{components → src/components}/floating/tooltip.d.ts +0 -0
  602. /package/dist/{components → src/components}/floating/wizard.d.ts +0 -0
  603. /package/dist/{components → src/components}/form/autocomplete.d.ts +0 -0
  604. /package/dist/{components → src/components}/form/checkbox.d.ts +0 -0
  605. /package/dist/{components → src/components}/form/date-picker.d.ts +0 -0
  606. /package/dist/{components → src/components}/form/file-upload.d.ts +0 -0
  607. /package/dist/{components → src/components}/form/form.d.ts +0 -0
  608. /package/dist/{components → src/components}/form/form.jsx +0 -0
  609. /package/dist/{components → src/components}/form/formReset.d.ts +0 -0
  610. /package/dist/{components → src/components}/form/formReset.jsx +0 -0
  611. /package/dist/{components → src/components}/form/free-text.d.ts +0 -0
  612. /package/dist/{components → src/components}/form/input-field.d.ts +0 -0
  613. /package/dist/{components → src/components}/form/input.d.ts +0 -0
  614. /package/dist/{components → src/components}/form/input.jsx +0 -0
  615. /package/dist/{components → src/components}/form/multi-select.d.ts +0 -0
  616. /package/dist/{components → src/components}/form/select.d.ts +0 -0
  617. /package/dist/{components → src/components}/form/slider.d.ts +0 -0
  618. /package/dist/{components → src/components}/form/switch.d.ts +0 -0
  619. /package/dist/{components → src/components}/form/task-list.d.ts +0 -0
  620. /package/dist/{components → src/components}/index.d.ts +0 -0
  621. /package/dist/{components → src/components}/index.js +0 -0
  622. /package/dist/{components → src/components}/page-calendar/calendar-header.d.ts +0 -0
  623. /package/dist/{components → src/components}/page-calendar/day-view.d.ts +0 -0
  624. /package/dist/{components → src/components}/page-calendar/event-pill.d.ts +0 -0
  625. /package/dist/{components → src/components}/page-calendar/index.d.ts +0 -0
  626. /package/dist/{components → src/components}/page-calendar/index.js +0 -0
  627. /package/dist/{components → src/components}/page-calendar/month-view.d.ts +0 -0
  628. /package/dist/{components → src/components}/page-calendar/page-calendar.d.ts +0 -0
  629. /package/dist/{components → src/components}/page-calendar/page-calendar.types.d.ts +0 -0
  630. /package/dist/{components → src/components}/page-calendar/page-calendar.types.js +0 -0
  631. /package/dist/{components → src/components}/page-calendar/page-calendar.utils.d.ts +0 -0
  632. /package/dist/{components → src/components}/page-calendar/page-calendar.utils.js +0 -0
  633. /package/dist/{components → src/components}/page-calendar/week-view.d.ts +0 -0
  634. /package/dist/{components → src/components}/table/filter.d.ts +0 -0
  635. /package/dist/{components → src/components}/table/group.d.ts +0 -0
  636. /package/dist/{components → src/components}/table/index.d.ts +0 -0
  637. /package/dist/{components → src/components}/table/inner-table.d.ts +0 -0
  638. /package/dist/{components → src/components}/table/metadata.d.ts +0 -0
  639. /package/dist/{components → src/components}/table/pagination.d.ts +0 -0
  640. /package/dist/{components → src/components}/table/row.d.ts +0 -0
  641. /package/dist/{components → src/components}/table/sort.d.ts +0 -0
  642. /package/dist/{components → src/components}/table/table-lib.d.ts +0 -0
  643. /package/dist/{components → src/components}/table/table-lib.js +0 -0
  644. /package/dist/{components → src/components}/table/table.context.d.ts +0 -0
  645. /package/dist/{components → src/components}/table/thead.d.ts +0 -0
  646. /package/dist/{config → src/config}/context.d.ts +0 -0
  647. /package/dist/{config → src/config}/context.js +0 -0
  648. /package/dist/{config → src/config}/default-translations.d.ts +0 -0
  649. /package/dist/{config → src/config}/default-translations.jsx +0 -0
  650. /package/dist/{config → src/config}/default-tweaks.d.ts +0 -0
  651. /package/dist/{config → src/config}/default-tweaks.js +0 -0
  652. /package/dist/{constants.d.ts → src/constants.d.ts} +0 -0
  653. /package/dist/{constants.js → src/constants.js} +0 -0
  654. /package/dist/{hooks → src/hooks}/use-click-outside.d.ts +0 -0
  655. /package/dist/{hooks → src/hooks}/use-click-outside.js +0 -0
  656. /package/dist/{hooks → src/hooks}/use-color-parser.d.ts +0 -0
  657. /package/dist/{hooks → src/hooks}/use-color-parser.js +0 -0
  658. /package/dist/{hooks → src/hooks}/use-components-provider.d.ts +0 -0
  659. /package/dist/{hooks → src/hooks}/use-components-provider.jsx +0 -0
  660. /package/dist/{hooks → src/hooks}/use-debounce.d.ts +0 -0
  661. /package/dist/{hooks → src/hooks}/use-debounce.js +0 -0
  662. /package/dist/{hooks → src/hooks}/use-floating-ref.d.ts +0 -0
  663. /package/dist/{hooks → src/hooks}/use-floating-ref.js +0 -0
  664. /package/dist/{hooks → src/hooks}/use-form.d.ts +0 -0
  665. /package/dist/{hooks → src/hooks}/use-hover.d.ts +0 -0
  666. /package/dist/{hooks → src/hooks}/use-input-id.d.ts +0 -0
  667. /package/dist/{hooks → src/hooks}/use-input-id.js +0 -0
  668. /package/dist/{hooks → src/hooks}/use-is-coarse-device.d.ts +0 -0
  669. /package/dist/{hooks → src/hooks}/use-is-coarse-device.js +0 -0
  670. /package/dist/{hooks → src/hooks}/use-locale.d.ts +0 -0
  671. /package/dist/{hooks → src/hooks}/use-locale.js +0 -0
  672. /package/dist/{hooks → src/hooks}/use-media-query.d.ts +0 -0
  673. /package/dist/{hooks → src/hooks}/use-on-event.d.ts +0 -0
  674. /package/dist/{hooks → src/hooks}/use-parent.d.ts +0 -0
  675. /package/dist/{hooks → src/hooks}/use-preferences.d.ts +0 -0
  676. /package/dist/{hooks → src/hooks}/use-preferences.js +0 -0
  677. /package/dist/{hooks → src/hooks}/use-previous.d.ts +0 -0
  678. /package/dist/{hooks → src/hooks}/use-previous.js +0 -0
  679. /package/dist/{hooks → src/hooks}/use-reactive.d.ts +0 -0
  680. /package/dist/{hooks → src/hooks}/use-reactive.js +0 -0
  681. /package/dist/{hooks → src/hooks}/use-remove-scroll.d.ts +0 -0
  682. /package/dist/{hooks → src/hooks}/use-remove-scroll.js +0 -0
  683. /package/dist/{hooks → src/hooks}/use-resize-observer.d.ts +0 -0
  684. /package/dist/{hooks → src/hooks}/use-resize-observer.js +0 -0
  685. /package/dist/{hooks → src/hooks}/use-stable-ref.d.ts +0 -0
  686. /package/dist/{hooks → src/hooks}/use-stable-ref.js +0 -0
  687. /package/dist/{hooks → src/hooks}/use-swipe.d.ts +0 -0
  688. /package/dist/{hooks → src/hooks}/use-swipe.js +0 -0
  689. /package/dist/{hooks → src/hooks}/use-translations.d.ts +0 -0
  690. /package/dist/{hooks → src/hooks}/use-translations.js +0 -0
  691. /package/dist/{hooks → src/hooks}/use-tweaks.d.ts +0 -0
  692. /package/dist/{hooks → src/hooks}/use-tweaks.js +0 -0
  693. /package/dist/{hooks → src/hooks}/use-window-size.d.ts +0 -0
  694. /package/dist/{hooks → src/hooks}/use-window-size.js +0 -0
  695. /package/dist/{index.d.ts → src/index.d.ts} +0 -0
  696. /package/dist/{lib → src/lib}/combi-keys.d.ts +0 -0
  697. /package/dist/{lib → src/lib}/combi-keys.js +0 -0
  698. /package/dist/{lib → src/lib}/dict.d.ts +0 -0
  699. /package/dist/{lib → src/lib}/dict.js +0 -0
  700. /package/dist/{lib → src/lib}/dom.d.ts +0 -0
  701. /package/dist/{lib → src/lib}/fns.d.ts +0 -0
  702. /package/dist/{lib → src/lib}/fns.js +0 -0
  703. /package/dist/{lib → src/lib}/fzf.d.ts +0 -0
  704. /package/dist/{lib → src/lib}/fzf.js +0 -0
  705. /package/dist/{lib → src/lib}/keyboard-area.d.ts +0 -0
  706. /package/dist/{lib → src/lib}/keyboard-area.js +0 -0
  707. /package/dist/{types.js → src/styles/theme.types.js} +0 -0
  708. /package/dist/{types.d.ts → src/types.d.ts} +0 -0
@@ -0,0 +1,2966 @@
1
+ import { c as e, o as t } from "./proxy-Drpz0Avo.js";
2
+ import { t as n } from "./File.es-CjNVQ00B.js";
3
+ import { t as r } from "./X.es-Cjq2a_OA.js";
4
+ import { t as i } from "./IconBase.es-BlJQ9IXo.js";
5
+ import { t as a } from "./use-translations-DTLfPE3_.js";
6
+ import { t as o } from "./modal-Cn-OaKRp.js";
7
+ import * as s from "react";
8
+ import c, { Fragment as l, createContext as u, forwardRef as d, useCallback as f, useContext as p, useEffect as m, useImperativeHandle as h, useMemo as g, useReducer as _, useRef as v, useState as y } from "react";
9
+ import { jsx as b, jsxs as x } from "react/jsx-runtime";
10
+ //#region ../../node_modules/.pnpm/@phosphor-icons+react@2.1.10_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@phosphor-icons/react/dist/defs/FileCode.es.js
11
+ var S = /* @__PURE__ */ new Map([
12
+ ["bold", /* @__PURE__ */ s.createElement(s.Fragment, null, /* @__PURE__ */ s.createElement("path", { d: "M180.49,143.51a12,12,0,0,1,0,17l-24,24a12,12,0,0,1-17-17L155,152l-15.52-15.51a12,12,0,1,1,17-17Zm-64-24a12,12,0,0,0-17,0l-24,24a12,12,0,0,0,0,17l24,24a12,12,0,0,0,17-17L101,152l15.52-15.51A12,12,0,0,0,116.49,119.51ZM220,88V216a20,20,0,0,1-20,20H56a20,20,0,0,1-20-20V40A20,20,0,0,1,56,20h96a12,12,0,0,1,8.49,3.52l56,56A12,12,0,0,1,220,88ZM160,57V80h23Zm36,155V104H148a12,12,0,0,1-12-12V44H60V212Z" }))],
13
+ ["duotone", /* @__PURE__ */ s.createElement(s.Fragment, null, /* @__PURE__ */ s.createElement("path", {
14
+ d: "M208,88H152V32Z",
15
+ opacity: "0.2"
16
+ }), /* @__PURE__ */ s.createElement("path", { d: "M181.66,146.34a8,8,0,0,1,0,11.32l-24,24a8,8,0,0,1-11.32-11.32L164.69,152l-18.35-18.34a8,8,0,0,1,11.32-11.32Zm-72-24a8,8,0,0,0-11.32,0l-24,24a8,8,0,0,0,0,11.32l24,24a8,8,0,0,0,11.32-11.32L91.31,152l18.35-18.34A8,8,0,0,0,109.66,122.34ZM216,88V216a16,16,0,0,1-16,16H56a16,16,0,0,1-16-16V40A16,16,0,0,1,56,24h96a8,8,0,0,1,5.66,2.34l56,56A8,8,0,0,1,216,88Zm-56-8h28.69L160,51.31Zm40,136V96H152a8,8,0,0,1-8-8V40H56V216H200Z" }))],
17
+ ["fill", /* @__PURE__ */ s.createElement(s.Fragment, null, /* @__PURE__ */ s.createElement("path", { d: "M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40V216a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34Zm-104,88a8,8,0,0,1-11.32,11.32l-24-24a8,8,0,0,1,0-11.32l24-24a8,8,0,0,1,11.32,11.32L91.31,152Zm72-12.68-24,24a8,8,0,0,1-11.32-11.32L164.69,152l-18.35-18.34a8,8,0,0,1,11.32-11.32l24,24A8,8,0,0,1,181.66,157.66ZM152,88V44l44,44Z" }))],
18
+ ["light", /* @__PURE__ */ s.createElement(s.Fragment, null, /* @__PURE__ */ s.createElement("path", { d: "M180.24,147.76a6,6,0,0,1,0,8.48l-24,24a6,6,0,0,1-8.48-8.48L167.51,152l-19.75-19.76a6,6,0,1,1,8.48-8.48Zm-72-24a6,6,0,0,0-8.48,0l-24,24a6,6,0,0,0,0,8.48l24,24a6,6,0,1,0,8.48-8.48L88.49,152l19.75-19.76A6,6,0,0,0,108.24,123.76ZM214,88V216a14,14,0,0,1-14,14H56a14,14,0,0,1-14-14V40A14,14,0,0,1,56,26h96a6,6,0,0,1,4.25,1.76l56,56A6,6,0,0,1,214,88Zm-56-6h35.52L158,46.48Zm44,134V94H152a6,6,0,0,1-6-6V38H56a2,2,0,0,0-2,2V216a2,2,0,0,0,2,2H200A2,2,0,0,0,202,216Z" }))],
19
+ ["regular", /* @__PURE__ */ s.createElement(s.Fragment, null, /* @__PURE__ */ s.createElement("path", { d: "M181.66,146.34a8,8,0,0,1,0,11.32l-24,24a8,8,0,0,1-11.32-11.32L164.69,152l-18.35-18.34a8,8,0,0,1,11.32-11.32Zm-72-24a8,8,0,0,0-11.32,0l-24,24a8,8,0,0,0,0,11.32l24,24a8,8,0,0,0,11.32-11.32L91.31,152l18.35-18.34A8,8,0,0,0,109.66,122.34ZM216,88V216a16,16,0,0,1-16,16H56a16,16,0,0,1-16-16V40A16,16,0,0,1,56,24h96a8,8,0,0,1,5.66,2.34l56,56A8,8,0,0,1,216,88Zm-56-8h28.69L160,51.31Zm40,136V96H152a8,8,0,0,1-8-8V40H56V216H200Z" }))],
20
+ ["thin", /* @__PURE__ */ s.createElement(s.Fragment, null, /* @__PURE__ */ s.createElement("path", { d: "M178.83,149.17a4,4,0,0,1,0,5.66l-24,24a4,4,0,0,1-5.66-5.66L170.34,152l-21.17-21.17a4,4,0,1,1,5.66-5.66Zm-72-24a4,4,0,0,0-5.66,0l-24,24a4,4,0,0,0,0,5.66l24,24a4,4,0,1,0,5.66-5.66L85.66,152l21.17-21.17A4,4,0,0,0,106.83,125.17ZM212,88V216a12,12,0,0,1-12,12H56a12,12,0,0,1-12-12V40A12,12,0,0,1,56,28h96a4,4,0,0,1,2.83,1.17l56,56A4,4,0,0,1,212,88Zm-56-4h42.34L156,41.65Zm48,132V92H152a4,4,0,0,1-4-4V36H56a4,4,0,0,0-4,4V216a4,4,0,0,0,4,4H200A4,4,0,0,0,204,216Z" }))]
21
+ ]), ee = /* @__PURE__ */ new Map([
22
+ ["bold", /* @__PURE__ */ s.createElement(s.Fragment, null, /* @__PURE__ */ s.createElement("path", { d: "M216.49,79.52l-56-56A12,12,0,0,0,152,20H56A20,20,0,0,0,36,40V216a20,20,0,0,0,20,20H200a20,20,0,0,0,20-20V88A12,12,0,0,0,216.49,79.52ZM160,57l23,23H160ZM60,212V44h76V92a12,12,0,0,0,12,12h48V212Zm112-80a12,12,0,0,1-12,12H96a12,12,0,0,1,0-24h64A12,12,0,0,1,172,132Zm0,40a12,12,0,0,1-12,12H96a12,12,0,0,1,0-24h64A12,12,0,0,1,172,172Z" }))],
23
+ ["duotone", /* @__PURE__ */ s.createElement(s.Fragment, null, /* @__PURE__ */ s.createElement("path", {
24
+ d: "M208,88H152V32Z",
25
+ opacity: "0.2"
26
+ }), /* @__PURE__ */ s.createElement("path", { d: "M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40V216a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160ZM200,216H56V40h88V88a8,8,0,0,0,8,8h48V216Zm-32-80a8,8,0,0,1-8,8H96a8,8,0,0,1,0-16h64A8,8,0,0,1,168,136Zm0,32a8,8,0,0,1-8,8H96a8,8,0,0,1,0-16h64A8,8,0,0,1,168,168Z" }))],
27
+ ["fill", /* @__PURE__ */ s.createElement(s.Fragment, null, /* @__PURE__ */ s.createElement("path", { d: "M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40V216a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM160,176H96a8,8,0,0,1,0-16h64a8,8,0,0,1,0,16Zm0-32H96a8,8,0,0,1,0-16h64a8,8,0,0,1,0,16Zm-8-56V44l44,44Z" }))],
28
+ ["light", /* @__PURE__ */ s.createElement(s.Fragment, null, /* @__PURE__ */ s.createElement("path", { d: "M212.24,83.76l-56-56A6,6,0,0,0,152,26H56A14,14,0,0,0,42,40V216a14,14,0,0,0,14,14H200a14,14,0,0,0,14-14V88A6,6,0,0,0,212.24,83.76ZM158,46.48,193.52,82H158ZM200,218H56a2,2,0,0,1-2-2V40a2,2,0,0,1,2-2h90V88a6,6,0,0,0,6,6h50V216A2,2,0,0,1,200,218Zm-34-82a6,6,0,0,1-6,6H96a6,6,0,0,1,0-12h64A6,6,0,0,1,166,136Zm0,32a6,6,0,0,1-6,6H96a6,6,0,0,1,0-12h64A6,6,0,0,1,166,168Z" }))],
29
+ ["regular", /* @__PURE__ */ s.createElement(s.Fragment, null, /* @__PURE__ */ s.createElement("path", { d: "M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40V216a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160ZM200,216H56V40h88V88a8,8,0,0,0,8,8h48V216Zm-32-80a8,8,0,0,1-8,8H96a8,8,0,0,1,0-16h64A8,8,0,0,1,168,136Zm0,32a8,8,0,0,1-8,8H96a8,8,0,0,1,0-16h64A8,8,0,0,1,168,168Z" }))],
30
+ ["thin", /* @__PURE__ */ s.createElement(s.Fragment, null, /* @__PURE__ */ s.createElement("path", { d: "M210.83,85.17l-56-56A4,4,0,0,0,152,28H56A12,12,0,0,0,44,40V216a12,12,0,0,0,12,12H200a12,12,0,0,0,12-12V88A4,4,0,0,0,210.83,85.17ZM156,41.65,198.34,84H156ZM200,220H56a4,4,0,0,1-4-4V40a4,4,0,0,1,4-4h92V88a4,4,0,0,0,4,4h52V216A4,4,0,0,1,200,220Zm-36-84a4,4,0,0,1-4,4H96a4,4,0,0,1,0-8h64A4,4,0,0,1,164,136Zm0,32a4,4,0,0,1-4,4H96a4,4,0,0,1,0-8h64A4,4,0,0,1,164,168Z" }))]
31
+ ]), C = /* @__PURE__ */ new Map([
32
+ ["bold", /* @__PURE__ */ s.createElement(s.Fragment, null, /* @__PURE__ */ s.createElement("path", { d: "M216.49,79.51l-56-56A12,12,0,0,0,152,20H56A20,20,0,0,0,36,40v68a12,12,0,0,0,24,0V44h76V92a12,12,0,0,0,12,12h48V212a12,12,0,0,0,0,24h4a20,20,0,0,0,20-20V88A12,12,0,0,0,216.49,79.51ZM160,57l23,23H160Zm-1.91,84.69a12,12,0,0,0-11.92-.15L126.5,152.44A20,20,0,0,0,108,140H48a20,20,0,0,0-20,20v48a20,20,0,0,0,20,20h60a20,20,0,0,0,18.5-12.44l19.67,10.93A12,12,0,0,0,164,216V152A12,12,0,0,0,158.09,141.66ZM104,204H52V164h52Zm36-8.39-12-6.67v-9.88l12-6.67Z" }))],
33
+ ["duotone", /* @__PURE__ */ s.createElement(s.Fragment, null, /* @__PURE__ */ s.createElement("path", {
34
+ d: "M208,88H152V32Zm-88,72a8,8,0,0,0-8-8H48a8,8,0,0,0-8,8v48a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V196l32,20V152l-32,20Z",
35
+ opacity: "0.2"
36
+ }), /* @__PURE__ */ s.createElement("path", { d: "M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72a8,8,0,0,0,16,0V40h88V88a8,8,0,0,0,8,8h48V216h-8a8,8,0,0,0,0,16h8a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160ZM155.88,145a8,8,0,0,0-8.12.22l-19.95,12.46A16,16,0,0,0,112,144H48a16,16,0,0,0-16,16v48a16,16,0,0,0,16,16h64a16,16,0,0,0,15.81-13.68l19.95,12.46A8,8,0,0,0,160,216V152A8,8,0,0,0,155.88,145ZM112,208H48V160h64v48Zm32-6.43-16-10V176.43l16-10Z" }))],
37
+ ["fill", /* @__PURE__ */ s.createElement(s.Fragment, null, /* @__PURE__ */ s.createElement("path", { d: "M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72a8,8,0,0,0,16,0V40h88V88a8,8,0,0,0,8,8h48V216h-8a8,8,0,0,0,0,16h8a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160ZM155.88,145a8,8,0,0,0-8.12.22l-19.95,12.46A16,16,0,0,0,112,144H48a16,16,0,0,0-16,16v48a16,16,0,0,0,16,16h64a16,16,0,0,0,15.81-13.68l19.95,12.46A8,8,0,0,0,160,216V152A8,8,0,0,0,155.88,145ZM144,201.57l-16-10V176.43l16-10Z" }))],
38
+ ["light", /* @__PURE__ */ s.createElement(s.Fragment, null, /* @__PURE__ */ s.createElement("path", { d: "M212.24,83.76l-56-56A6,6,0,0,0,152,26H56A14,14,0,0,0,42,40v72a6,6,0,0,0,12,0V40a2,2,0,0,1,2-2h90V88a6,6,0,0,0,6,6h50V216a2,2,0,0,1-2,2h-8a6,6,0,0,0,0,12h8a14,14,0,0,0,14-14V88A6,6,0,0,0,212.24,83.76ZM158,46.48,193.52,82H158Zm-3.09,100.27a6,6,0,0,0-6.09.16L126,161.17V160a14,14,0,0,0-14-14H48a14,14,0,0,0-14,14v48a14,14,0,0,0,14,14h64a14,14,0,0,0,14-14v-1.17l22.82,14.26A6,6,0,0,0,158,216V152A6,6,0,0,0,154.91,146.75ZM114,208a2,2,0,0,1-2,2H48a2,2,0,0,1-2-2V160a2,2,0,0,1,2-2h64a2,2,0,0,1,2,2Zm32-2.83-20-12.5V175.33l20-12.5Z" }))],
39
+ ["regular", /* @__PURE__ */ s.createElement(s.Fragment, null, /* @__PURE__ */ s.createElement("path", { d: "M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72a8,8,0,0,0,16,0V40h88V88a8,8,0,0,0,8,8h48V216h-8a8,8,0,0,0,0,16h8a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160ZM155.88,145a8,8,0,0,0-8.12.22l-19.95,12.46A16,16,0,0,0,112,144H48a16,16,0,0,0-16,16v48a16,16,0,0,0,16,16h64a16,16,0,0,0,15.81-13.68l19.95,12.46A8,8,0,0,0,160,216V152A8,8,0,0,0,155.88,145ZM112,208H48V160h64v48Zm32-6.43-16-10V176.43l16-10Z" }))],
40
+ ["thin", /* @__PURE__ */ s.createElement(s.Fragment, null, /* @__PURE__ */ s.createElement("path", { d: "M210.83,85.17l-56-56A4,4,0,0,0,152,28H56A12,12,0,0,0,44,40v72a4,4,0,0,0,8,0V40a4,4,0,0,1,4-4h92V88a4,4,0,0,0,4,4h52V216a4,4,0,0,1-4,4h-8a4,4,0,0,0,0,8h8a12,12,0,0,0,12-12V88A4,4,0,0,0,210.83,85.17ZM156,41.65,198.34,84H156ZM153.94,148.5a4,4,0,0,0-4.06.11L124,164.78V160a12,12,0,0,0-12-12H48a12,12,0,0,0-12,12v48a12,12,0,0,0,12,12h64a12,12,0,0,0,12-12v-4.78l25.88,16.17A4,4,0,0,0,152,220a4.06,4.06,0,0,0,1.94-.5A4,4,0,0,0,156,216V152A4,4,0,0,0,153.94,148.5ZM116,208a4,4,0,0,1-4,4H48a4,4,0,0,1-4-4V160a4,4,0,0,1,4-4h64a4,4,0,0,1,4,4Zm32,.78-24-15V174.22l24-15Z" }))]
41
+ ]), w = /* @__PURE__ */ new Map([
42
+ ["bold", /* @__PURE__ */ s.createElement(s.Fragment, null, /* @__PURE__ */ s.createElement("path", { d: "M216,68H133.39l-26-29.29a20,20,0,0,0-15-6.71H40A20,20,0,0,0,20,52V200.62A19.41,19.41,0,0,0,39.38,220H216.89A19.13,19.13,0,0,0,236,200.89V88A20,20,0,0,0,216,68ZM44,56H90.61l10.67,12H44ZM212,196H44V92H212Z" }))],
43
+ ["duotone", /* @__PURE__ */ s.createElement(s.Fragment, null, /* @__PURE__ */ s.createElement("path", {
44
+ d: "M128,80H32V56a8,8,0,0,1,8-8H92.69a8,8,0,0,1,5.65,2.34Z",
45
+ opacity: "0.2"
46
+ }), /* @__PURE__ */ s.createElement("path", { d: "M216,72H131.31L104,44.69A15.86,15.86,0,0,0,92.69,40H40A16,16,0,0,0,24,56V200.62A15.4,15.4,0,0,0,39.38,216H216.89A15.13,15.13,0,0,0,232,200.89V88A16,16,0,0,0,216,72ZM92.69,56l16,16H40V56ZM216,200H40V88H216Z" }))],
47
+ ["fill", /* @__PURE__ */ s.createElement(s.Fragment, null, /* @__PURE__ */ s.createElement("path", { d: "M216,72H131.31L104,44.69A15.88,15.88,0,0,0,92.69,40H40A16,16,0,0,0,24,56V200.62A15.41,15.41,0,0,0,39.39,216h177.5A15.13,15.13,0,0,0,232,200.89V88A16,16,0,0,0,216,72ZM40,56H92.69l16,16H40Z" }))],
48
+ ["light", /* @__PURE__ */ s.createElement(s.Fragment, null, /* @__PURE__ */ s.createElement("path", { d: "M216,74H130.49l-27.9-27.9a13.94,13.94,0,0,0-9.9-4.1H40A14,14,0,0,0,26,56V200.62A13.39,13.39,0,0,0,39.38,214H216.89A13.12,13.12,0,0,0,230,200.89V88A14,14,0,0,0,216,74ZM40,54H92.69a2,2,0,0,1,1.41.59L113.51,74H38V56A2,2,0,0,1,40,54ZM218,200.89a1.11,1.11,0,0,1-1.11,1.11H39.38A1.4,1.4,0,0,1,38,200.62V86H216a2,2,0,0,1,2,2Z" }))],
49
+ ["regular", /* @__PURE__ */ s.createElement(s.Fragment, null, /* @__PURE__ */ s.createElement("path", { d: "M216,72H131.31L104,44.69A15.86,15.86,0,0,0,92.69,40H40A16,16,0,0,0,24,56V200.62A15.4,15.4,0,0,0,39.38,216H216.89A15.13,15.13,0,0,0,232,200.89V88A16,16,0,0,0,216,72ZM40,56H92.69l16,16H40ZM216,200H40V88H216Z" }))],
50
+ ["thin", /* @__PURE__ */ s.createElement(s.Fragment, null, /* @__PURE__ */ s.createElement("path", { d: "M216,76H129.66L101.17,47.52A11.9,11.9,0,0,0,92.69,44H40A12,12,0,0,0,28,56V200.62A11.4,11.4,0,0,0,39.38,212H216.89A11.12,11.12,0,0,0,228,200.89V88A12,12,0,0,0,216,76ZM36,56a4,4,0,0,1,4-4H92.69a4,4,0,0,1,2.82,1.17L118.34,76H36ZM220,200.89a3.12,3.12,0,0,1-3.11,3.11H39.38A3.39,3.39,0,0,1,36,200.62V84H216a4,4,0,0,1,4,4Z" }))]
51
+ ]), T = /* @__PURE__ */ new Map([
52
+ ["bold", /* @__PURE__ */ s.createElement(s.Fragment, null, /* @__PURE__ */ s.createElement("path", { d: "M248.23,112.31A20,20,0,0,0,232,104H220V88a20,20,0,0,0-20-20H132L105.34,48a20.12,20.12,0,0,0-12-4H40A20,20,0,0,0,20,64V208a12,12,0,0,0,12,12H211.1a12,12,0,0,0,11.33-8l28.49-81.47.06-.17A20,20,0,0,0,248.23,112.31ZM92,68l28.8,21.6A12,12,0,0,0,128,92h68v12H69.77a20,20,0,0,0-18.94,13.58L44,137.15V68ZM202.59,196H48.89l23.72-68H226.37Z" }))],
53
+ ["duotone", /* @__PURE__ */ s.createElement(s.Fragment, null, /* @__PURE__ */ s.createElement("path", {
54
+ d: "M208,88v24H69.77a8,8,0,0,0-7.59,5.47L32,208V64a8,8,0,0,1,8-8H93.33a8,8,0,0,1,4.8,1.6L128,80h72A8,8,0,0,1,208,88Z",
55
+ opacity: "0.2"
56
+ }), /* @__PURE__ */ s.createElement("path", { d: "M245,110.64A16,16,0,0,0,232,104H216V88a16,16,0,0,0-16-16H130.67L102.94,51.2a16.14,16.14,0,0,0-9.6-3.2H40A16,16,0,0,0,24,64V208a8,8,0,0,0,8,8H211.1a8,8,0,0,0,7.59-5.47l28.49-85.47A16.05,16.05,0,0,0,245,110.64ZM93.34,64,123.2,86.4A8,8,0,0,0,128,88h72v16H69.77a16,16,0,0,0-15.18,10.94L40,158.7V64Zm112,136H43.1l26.67-80H232Z" }))],
57
+ ["fill", /* @__PURE__ */ s.createElement(s.Fragment, null, /* @__PURE__ */ s.createElement("path", { d: "M245,110.64A16,16,0,0,0,232,104H216V88a16,16,0,0,0-16-16H130.67L102.94,51.2a16.14,16.14,0,0,0-9.6-3.2H40A16,16,0,0,0,24,64V208h0a8,8,0,0,0,8,8H211.1a8,8,0,0,0,7.59-5.47l28.49-85.47A16.05,16.05,0,0,0,245,110.64ZM93.34,64,123.2,86.4A8,8,0,0,0,128,88h72v16H69.77a16,16,0,0,0-15.18,10.94L40,158.7V64Z" }))],
58
+ ["light", /* @__PURE__ */ s.createElement(s.Fragment, null, /* @__PURE__ */ s.createElement("path", { d: "M243.36,111.81A14,14,0,0,0,232,106H214V88a14,14,0,0,0-14-14H130L101.74,52.8a14.06,14.06,0,0,0-8.4-2.8H40A14,14,0,0,0,26,64V208a6,6,0,0,0,6,6H211.1a6,6,0,0,0,5.69-4.1l28.49-85.47A14,14,0,0,0,243.36,111.81ZM40,62H93.34a2,2,0,0,1,1.2.4L124.4,84.8A6,6,0,0,0,128,86h72a2,2,0,0,1,2,2v18H69.77a14,14,0,0,0-13.28,9.57L38,171V64A2,2,0,0,1,40,62Zm193.9,58.63L206.78,202H40.33l27.54-82.63a2,2,0,0,1,1.9-1.37H232a2,2,0,0,1,1.9,2.63Z" }))],
59
+ ["regular", /* @__PURE__ */ s.createElement(s.Fragment, null, /* @__PURE__ */ s.createElement("path", { d: "M245,110.64A16,16,0,0,0,232,104H216V88a16,16,0,0,0-16-16H130.67L102.94,51.2a16.14,16.14,0,0,0-9.6-3.2H40A16,16,0,0,0,24,64V208h0a8,8,0,0,0,8,8H211.1a8,8,0,0,0,7.59-5.47l28.49-85.47A16.05,16.05,0,0,0,245,110.64ZM93.34,64,123.2,86.4A8,8,0,0,0,128,88h72v16H69.77a16,16,0,0,0-15.18,10.94L40,158.7V64Zm112,136H43.1l26.67-80H232Z" }))],
60
+ ["thin", /* @__PURE__ */ s.createElement(s.Fragment, null, /* @__PURE__ */ s.createElement("path", { d: "M241.72,113a11.88,11.88,0,0,0-9.73-5H212V88a12,12,0,0,0-12-12H129.33l-28.8-21.6a12.05,12.05,0,0,0-7.2-2.4H40A12,12,0,0,0,28,64V208a4,4,0,0,0,4,4H211.09a4,4,0,0,0,3.79-2.74l28.49-85.47A11.86,11.86,0,0,0,241.72,113ZM40,60H93.33a4,4,0,0,1,2.4.8L125.6,83.2a4,4,0,0,0,2.4.8h72a4,4,0,0,1,4,4v20H69.76a12,12,0,0,0-11.38,8.21L36,183.35V64A4,4,0,0,1,40,60Zm195.78,61.26L208.2,204H37.55L66,118.74A4,4,0,0,1,69.76,116H232a4,4,0,0,1,3.79,5.26Z" }))]
61
+ ]), E = /* @__PURE__ */ new Map([
62
+ ["bold", /* @__PURE__ */ s.createElement(s.Fragment, null, /* @__PURE__ */ s.createElement("path", { d: "M224,44H32A12,12,0,0,0,20,56V192a20,20,0,0,0,20,20H216a20,20,0,0,0,20-20V56A12,12,0,0,0,224,44ZM44,116H76v24H44Zm56,0H212v24H100ZM212,68V92H44V68ZM44,164H76v24H44Zm56,24V164H212v24Z" }))],
63
+ ["duotone", /* @__PURE__ */ s.createElement(s.Fragment, null, /* @__PURE__ */ s.createElement("path", {
64
+ d: "M88,104v96H32V104Z",
65
+ opacity: "0.2"
66
+ }), /* @__PURE__ */ s.createElement("path", { d: "M224,48H32a8,8,0,0,0-8,8V192a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A8,8,0,0,0,224,48ZM40,112H80v32H40Zm56,0H216v32H96ZM216,64V96H40V64ZM40,160H80v32H40Zm176,32H96V160H216v32Z" }))],
67
+ ["fill", /* @__PURE__ */ s.createElement(s.Fragment, null, /* @__PURE__ */ s.createElement("path", { d: "M224,48H32a8,8,0,0,0-8,8V192a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A8,8,0,0,0,224,48ZM40,112H80v32H40Zm56,0H216v32H96ZM40,160H80v32H40Zm176,32H96V160H216v32Z" }))],
68
+ ["light", /* @__PURE__ */ s.createElement(s.Fragment, null, /* @__PURE__ */ s.createElement("path", { d: "M224,50H32a6,6,0,0,0-6,6V192a14,14,0,0,0,14,14H216a14,14,0,0,0,14-14V56A6,6,0,0,0,224,50ZM38,110H82v36H38Zm56,0H218v36H94ZM218,62V98H38V62ZM38,192V158H82v36H40A2,2,0,0,1,38,192Zm178,2H94V158H218v34A2,2,0,0,1,216,194Z" }))],
69
+ ["regular", /* @__PURE__ */ s.createElement(s.Fragment, null, /* @__PURE__ */ s.createElement("path", { d: "M224,48H32a8,8,0,0,0-8,8V192a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A8,8,0,0,0,224,48ZM40,112H80v32H40Zm56,0H216v32H96ZM216,64V96H40V64ZM40,160H80v32H40Zm176,32H96V160H216v32Z" }))],
70
+ ["thin", /* @__PURE__ */ s.createElement(s.Fragment, null, /* @__PURE__ */ s.createElement("path", { d: "M224,52H32a4,4,0,0,0-4,4V192a12,12,0,0,0,12,12H216a12,12,0,0,0,12-12V56A4,4,0,0,0,224,52ZM36,108H84v40H36Zm56,0H220v40H92ZM220,60v40H36V60ZM36,192V156H84v40H40A4,4,0,0,1,36,192Zm180,4H92V156H220v36A4,4,0,0,1,216,196Z" }))]
71
+ ]), D = /* @__PURE__ */ new Map([
72
+ ["bold", /* @__PURE__ */ s.createElement(s.Fragment, null, /* @__PURE__ */ s.createElement("path", { d: "M60,96v64a12,12,0,0,1-24,0V96a12,12,0,0,1,24,0ZM88,20A12,12,0,0,0,76,32V224a12,12,0,0,0,24,0V32A12,12,0,0,0,88,20Zm40,32a12,12,0,0,0-12,12V192a12,12,0,0,0,24,0V64A12,12,0,0,0,128,52Zm40,32a12,12,0,0,0-12,12v64a12,12,0,0,0,24,0V96A12,12,0,0,0,168,84Zm40-16a12,12,0,0,0-12,12v96a12,12,0,0,0,24,0V80A12,12,0,0,0,208,68Z" }))],
73
+ ["duotone", /* @__PURE__ */ s.createElement(s.Fragment, null, /* @__PURE__ */ s.createElement("path", {
74
+ d: "M208,96v64H48V96Z",
75
+ opacity: "0.2"
76
+ }), /* @__PURE__ */ s.createElement("path", { d: "M56,96v64a8,8,0,0,1-16,0V96a8,8,0,0,1,16,0ZM88,24a8,8,0,0,0-8,8V224a8,8,0,0,0,16,0V32A8,8,0,0,0,88,24Zm40,32a8,8,0,0,0-8,8V192a8,8,0,0,0,16,0V64A8,8,0,0,0,128,56Zm40,32a8,8,0,0,0-8,8v64a8,8,0,0,0,16,0V96A8,8,0,0,0,168,88Zm40-16a8,8,0,0,0-8,8v96a8,8,0,0,0,16,0V80A8,8,0,0,0,208,72Z" }))],
77
+ ["fill", /* @__PURE__ */ s.createElement(s.Fragment, null, /* @__PURE__ */ s.createElement("path", { d: "M216,40H40A16,16,0,0,0,24,56V200a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A16,16,0,0,0,216,40ZM72,152a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Zm32,32a8,8,0,0,1-16,0V72a8,8,0,0,1,16,0Zm32-16a8,8,0,0,1-16,0V88a8,8,0,0,1,16,0Zm32-16a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Zm32,8a8,8,0,0,1-16,0V96a8,8,0,0,1,16,0Z" }))],
78
+ ["light", /* @__PURE__ */ s.createElement(s.Fragment, null, /* @__PURE__ */ s.createElement("path", { d: "M54,96v64a6,6,0,0,1-12,0V96a6,6,0,0,1,12,0ZM88,26a6,6,0,0,0-6,6V224a6,6,0,0,0,12,0V32A6,6,0,0,0,88,26Zm40,32a6,6,0,0,0-6,6V192a6,6,0,0,0,12,0V64A6,6,0,0,0,128,58Zm40,32a6,6,0,0,0-6,6v64a6,6,0,0,0,12,0V96A6,6,0,0,0,168,90Zm40-16a6,6,0,0,0-6,6v96a6,6,0,0,0,12,0V80A6,6,0,0,0,208,74Z" }))],
79
+ ["regular", /* @__PURE__ */ s.createElement(s.Fragment, null, /* @__PURE__ */ s.createElement("path", { d: "M56,96v64a8,8,0,0,1-16,0V96a8,8,0,0,1,16,0ZM88,24a8,8,0,0,0-8,8V224a8,8,0,0,0,16,0V32A8,8,0,0,0,88,24Zm40,32a8,8,0,0,0-8,8V192a8,8,0,0,0,16,0V64A8,8,0,0,0,128,56Zm40,32a8,8,0,0,0-8,8v64a8,8,0,0,0,16,0V96A8,8,0,0,0,168,88Zm40-16a8,8,0,0,0-8,8v96a8,8,0,0,0,16,0V80A8,8,0,0,0,208,72Z" }))],
80
+ ["thin", /* @__PURE__ */ s.createElement(s.Fragment, null, /* @__PURE__ */ s.createElement("path", { d: "M52,96v64a4,4,0,0,1-8,0V96a4,4,0,0,1,8,0ZM88,28a4,4,0,0,0-4,4V224a4,4,0,0,0,8,0V32A4,4,0,0,0,88,28Zm40,32a4,4,0,0,0-4,4V192a4,4,0,0,0,8,0V64A4,4,0,0,0,128,60Zm40,32a4,4,0,0,0-4,4v64a4,4,0,0,0,8,0V96A4,4,0,0,0,168,92Zm40-16a4,4,0,0,0-4,4v96a4,4,0,0,0,8,0V80A4,4,0,0,0,208,76Z" }))]
81
+ ]), O = s.forwardRef((e, t) => /* @__PURE__ */ s.createElement(i, {
82
+ ref: t,
83
+ ...e,
84
+ weights: S
85
+ }));
86
+ O.displayName = "FileCodeIcon";
87
+ //#endregion
88
+ //#region ../../node_modules/.pnpm/@phosphor-icons+react@2.1.10_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@phosphor-icons/react/dist/csr/FileText.es.js
89
+ var k = s.forwardRef((e, t) => /* @__PURE__ */ s.createElement(i, {
90
+ ref: t,
91
+ ...e,
92
+ weights: ee
93
+ }));
94
+ k.displayName = "FileTextIcon";
95
+ //#endregion
96
+ //#region ../../node_modules/.pnpm/@phosphor-icons+react@2.1.10_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@phosphor-icons/react/dist/csr/FileVideo.es.js
97
+ var A = s.forwardRef((e, t) => /* @__PURE__ */ s.createElement(i, {
98
+ ref: t,
99
+ ...e,
100
+ weights: C
101
+ }));
102
+ A.displayName = "FileVideoIcon";
103
+ //#endregion
104
+ //#region ../../node_modules/.pnpm/@phosphor-icons+react@2.1.10_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@phosphor-icons/react/dist/csr/Folder.es.js
105
+ var j = s.forwardRef((e, t) => /* @__PURE__ */ s.createElement(i, {
106
+ ref: t,
107
+ ...e,
108
+ weights: w
109
+ }));
110
+ j.displayName = "FolderIcon";
111
+ //#endregion
112
+ //#region ../../node_modules/.pnpm/@phosphor-icons+react@2.1.10_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@phosphor-icons/react/dist/csr/FolderOpen.es.js
113
+ var M = s.forwardRef((e, t) => /* @__PURE__ */ s.createElement(i, {
114
+ ref: t,
115
+ ...e,
116
+ weights: T
117
+ }));
118
+ M.displayName = "FolderOpenIcon";
119
+ //#endregion
120
+ //#region ../../node_modules/.pnpm/@phosphor-icons+react@2.1.10_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@phosphor-icons/react/dist/csr/Table.es.js
121
+ var N = s.forwardRef((e, t) => /* @__PURE__ */ s.createElement(i, {
122
+ ref: t,
123
+ ...e,
124
+ weights: E
125
+ }));
126
+ N.displayName = "TableIcon";
127
+ //#endregion
128
+ //#region ../../node_modules/.pnpm/@phosphor-icons+react@2.1.10_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@phosphor-icons/react/dist/csr/Waveform.es.js
129
+ var P = s.forwardRef((e, t) => /* @__PURE__ */ s.createElement(i, {
130
+ ref: t,
131
+ ...e,
132
+ weights: D
133
+ }));
134
+ P.displayName = "WaveformIcon";
135
+ //#endregion
136
+ //#region ../../node_modules/.pnpm/pretty-bytes@7.1.0/node_modules/pretty-bytes/index.js
137
+ var F = [
138
+ "B",
139
+ "kB",
140
+ "MB",
141
+ "GB",
142
+ "TB",
143
+ "PB",
144
+ "EB",
145
+ "ZB",
146
+ "YB"
147
+ ], te = [
148
+ "B",
149
+ "KiB",
150
+ "MiB",
151
+ "GiB",
152
+ "TiB",
153
+ "PiB",
154
+ "EiB",
155
+ "ZiB",
156
+ "YiB"
157
+ ], ne = [
158
+ "b",
159
+ "kbit",
160
+ "Mbit",
161
+ "Gbit",
162
+ "Tbit",
163
+ "Pbit",
164
+ "Ebit",
165
+ "Zbit",
166
+ "Ybit"
167
+ ], I = [
168
+ "b",
169
+ "kibit",
170
+ "Mibit",
171
+ "Gibit",
172
+ "Tibit",
173
+ "Pibit",
174
+ "Eibit",
175
+ "Zibit",
176
+ "Yibit"
177
+ ], re = (e, t, n) => {
178
+ let r = e;
179
+ return typeof t == "string" || Array.isArray(t) ? r = e.toLocaleString(t, n) : (t === !0 || n !== void 0) && (r = e.toLocaleString(void 0, n)), r;
180
+ }, L = (e) => {
181
+ if (typeof e == "number") return Math.log10(e);
182
+ let t = e.toString(10);
183
+ return t.length + Math.log10(`0.${t.slice(0, 15)}`);
184
+ }, R = (e) => typeof e == "number" ? Math.log(e) : L(e) * Math.log(10), ie = (e, t) => {
185
+ if (typeof e == "number") return e / t;
186
+ let n = e / BigInt(t), r = e % BigInt(t);
187
+ return Number(n) + Number(r) / t;
188
+ }, z = (e, t) => {
189
+ if (t === void 0) return e;
190
+ if (typeof t != "number" || !Number.isSafeInteger(t) || t < 0) throw TypeError(`Expected fixedWidth to be a non-negative integer, got ${typeof t}: ${t}`);
191
+ return t === 0 ? e : e.length < t ? e.padStart(t, " ") : e;
192
+ }, B = (e) => {
193
+ let { minimumFractionDigits: t, maximumFractionDigits: n } = e;
194
+ if (!(t === void 0 && n === void 0)) return {
195
+ ...t !== void 0 && { minimumFractionDigits: t },
196
+ ...n !== void 0 && { maximumFractionDigits: n },
197
+ roundingMode: "trunc"
198
+ };
199
+ };
200
+ function ae(e, t) {
201
+ if (typeof e != "bigint" && !Number.isFinite(e)) throw TypeError(`Expected a finite number, got ${typeof e}: ${e}`);
202
+ t = {
203
+ bits: !1,
204
+ binary: !1,
205
+ space: !0,
206
+ nonBreakingSpace: !1,
207
+ ...t
208
+ };
209
+ let n = t.bits ? t.binary ? I : ne : t.binary ? te : F, r = t.space ? t.nonBreakingSpace ? "\xA0" : " " : "", i = typeof e == "number" ? e === 0 : e === 0n;
210
+ if (t.signed && i) return z(` 0${r}${n[0]}`, t.fixedWidth);
211
+ let a = e < 0, o = a ? "-" : t.signed ? "+" : "";
212
+ a && (e = -e);
213
+ let s = B(t), c;
214
+ if (e < 1) c = o + re(e, t.locale, s) + r + n[0];
215
+ else {
216
+ let i = Math.min(Math.floor(t.binary ? R(e) / Math.log(1024) : L(e) / 3), n.length - 1);
217
+ if (e = ie(e, (t.binary ? 1024 : 1e3) ** i), !s) {
218
+ let t = Math.max(3, Math.floor(e).toString().length);
219
+ e = e.toPrecision(t);
220
+ }
221
+ let a = re(Number(e), t.locale, s), l = n[i];
222
+ c = o + a + r + l;
223
+ }
224
+ return z(c, t.fixedWidth);
225
+ }
226
+ //#endregion
227
+ //#region ../../node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.production.min.js
228
+ var V = /* @__PURE__ */ t(((e) => {
229
+ var t = typeof Symbol == "function" && Symbol.for, n = t ? Symbol.for("react.element") : 60103, r = t ? Symbol.for("react.portal") : 60106, i = t ? Symbol.for("react.fragment") : 60107, a = t ? Symbol.for("react.strict_mode") : 60108, o = t ? Symbol.for("react.profiler") : 60114, s = t ? Symbol.for("react.provider") : 60109, c = t ? Symbol.for("react.context") : 60110, l = t ? Symbol.for("react.async_mode") : 60111, u = t ? Symbol.for("react.concurrent_mode") : 60111, d = t ? Symbol.for("react.forward_ref") : 60112, f = t ? Symbol.for("react.suspense") : 60113, p = t ? Symbol.for("react.suspense_list") : 60120, m = t ? Symbol.for("react.memo") : 60115, h = t ? Symbol.for("react.lazy") : 60116, g = t ? Symbol.for("react.block") : 60121, _ = t ? Symbol.for("react.fundamental") : 60117, v = t ? Symbol.for("react.responder") : 60118, y = t ? Symbol.for("react.scope") : 60119;
230
+ function b(e) {
231
+ if (typeof e == "object" && e) {
232
+ var t = e.$$typeof;
233
+ switch (t) {
234
+ case n: switch (e = e.type, e) {
235
+ case l:
236
+ case u:
237
+ case i:
238
+ case o:
239
+ case a:
240
+ case f: return e;
241
+ default: switch (e &&= e.$$typeof, e) {
242
+ case c:
243
+ case d:
244
+ case h:
245
+ case m:
246
+ case s: return e;
247
+ default: return t;
248
+ }
249
+ }
250
+ case r: return t;
251
+ }
252
+ }
253
+ }
254
+ function x(e) {
255
+ return b(e) === u;
256
+ }
257
+ e.AsyncMode = l, e.ConcurrentMode = u, e.ContextConsumer = c, e.ContextProvider = s, e.Element = n, e.ForwardRef = d, e.Fragment = i, e.Lazy = h, e.Memo = m, e.Portal = r, e.Profiler = o, e.StrictMode = a, e.Suspense = f, e.isAsyncMode = function(e) {
258
+ return x(e) || b(e) === l;
259
+ }, e.isConcurrentMode = x, e.isContextConsumer = function(e) {
260
+ return b(e) === c;
261
+ }, e.isContextProvider = function(e) {
262
+ return b(e) === s;
263
+ }, e.isElement = function(e) {
264
+ return typeof e == "object" && !!e && e.$$typeof === n;
265
+ }, e.isForwardRef = function(e) {
266
+ return b(e) === d;
267
+ }, e.isFragment = function(e) {
268
+ return b(e) === i;
269
+ }, e.isLazy = function(e) {
270
+ return b(e) === h;
271
+ }, e.isMemo = function(e) {
272
+ return b(e) === m;
273
+ }, e.isPortal = function(e) {
274
+ return b(e) === r;
275
+ }, e.isProfiler = function(e) {
276
+ return b(e) === o;
277
+ }, e.isStrictMode = function(e) {
278
+ return b(e) === a;
279
+ }, e.isSuspense = function(e) {
280
+ return b(e) === f;
281
+ }, e.isValidElementType = function(e) {
282
+ return typeof e == "string" || typeof e == "function" || e === i || e === u || e === o || e === a || e === f || e === p || typeof e == "object" && !!e && (e.$$typeof === h || e.$$typeof === m || e.$$typeof === s || e.$$typeof === c || e.$$typeof === d || e.$$typeof === _ || e.$$typeof === v || e.$$typeof === y || e.$$typeof === g);
283
+ }, e.typeOf = b;
284
+ })), oe = /* @__PURE__ */ t(((e) => {
285
+ process.env.NODE_ENV !== "production" && (function() {
286
+ var t = typeof Symbol == "function" && Symbol.for, n = t ? Symbol.for("react.element") : 60103, r = t ? Symbol.for("react.portal") : 60106, i = t ? Symbol.for("react.fragment") : 60107, a = t ? Symbol.for("react.strict_mode") : 60108, o = t ? Symbol.for("react.profiler") : 60114, s = t ? Symbol.for("react.provider") : 60109, c = t ? Symbol.for("react.context") : 60110, l = t ? Symbol.for("react.async_mode") : 60111, u = t ? Symbol.for("react.concurrent_mode") : 60111, d = t ? Symbol.for("react.forward_ref") : 60112, f = t ? Symbol.for("react.suspense") : 60113, p = t ? Symbol.for("react.suspense_list") : 60120, m = t ? Symbol.for("react.memo") : 60115, h = t ? Symbol.for("react.lazy") : 60116, g = t ? Symbol.for("react.block") : 60121, _ = t ? Symbol.for("react.fundamental") : 60117, v = t ? Symbol.for("react.responder") : 60118, y = t ? Symbol.for("react.scope") : 60119;
287
+ function b(e) {
288
+ return typeof e == "string" || typeof e == "function" || e === i || e === u || e === o || e === a || e === f || e === p || typeof e == "object" && !!e && (e.$$typeof === h || e.$$typeof === m || e.$$typeof === s || e.$$typeof === c || e.$$typeof === d || e.$$typeof === _ || e.$$typeof === v || e.$$typeof === y || e.$$typeof === g);
289
+ }
290
+ function x(e) {
291
+ if (typeof e == "object" && e) {
292
+ var t = e.$$typeof;
293
+ switch (t) {
294
+ case n:
295
+ var p = e.type;
296
+ switch (p) {
297
+ case l:
298
+ case u:
299
+ case i:
300
+ case o:
301
+ case a:
302
+ case f: return p;
303
+ default:
304
+ var g = p && p.$$typeof;
305
+ switch (g) {
306
+ case c:
307
+ case d:
308
+ case h:
309
+ case m:
310
+ case s: return g;
311
+ default: return t;
312
+ }
313
+ }
314
+ case r: return t;
315
+ }
316
+ }
317
+ }
318
+ var S = l, ee = u, C = c, w = s, T = n, E = d, D = i, O = h, k = m, A = r, j = o, M = a, N = f, P = !1;
319
+ function F(e) {
320
+ return P || (P = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), te(e) || x(e) === l;
321
+ }
322
+ function te(e) {
323
+ return x(e) === u;
324
+ }
325
+ function ne(e) {
326
+ return x(e) === c;
327
+ }
328
+ function I(e) {
329
+ return x(e) === s;
330
+ }
331
+ function re(e) {
332
+ return typeof e == "object" && !!e && e.$$typeof === n;
333
+ }
334
+ function L(e) {
335
+ return x(e) === d;
336
+ }
337
+ function R(e) {
338
+ return x(e) === i;
339
+ }
340
+ function ie(e) {
341
+ return x(e) === h;
342
+ }
343
+ function z(e) {
344
+ return x(e) === m;
345
+ }
346
+ function B(e) {
347
+ return x(e) === r;
348
+ }
349
+ function ae(e) {
350
+ return x(e) === o;
351
+ }
352
+ function V(e) {
353
+ return x(e) === a;
354
+ }
355
+ function oe(e) {
356
+ return x(e) === f;
357
+ }
358
+ e.AsyncMode = S, e.ConcurrentMode = ee, e.ContextConsumer = C, e.ContextProvider = w, e.Element = T, e.ForwardRef = E, e.Fragment = D, e.Lazy = O, e.Memo = k, e.Portal = A, e.Profiler = j, e.StrictMode = M, e.Suspense = N, e.isAsyncMode = F, e.isConcurrentMode = te, e.isContextConsumer = ne, e.isContextProvider = I, e.isElement = re, e.isForwardRef = L, e.isFragment = R, e.isLazy = ie, e.isMemo = z, e.isPortal = B, e.isProfiler = ae, e.isStrictMode = V, e.isSuspense = oe, e.isValidElementType = b, e.typeOf = x;
359
+ })();
360
+ })), se = /* @__PURE__ */ t(((e, t) => {
361
+ process.env.NODE_ENV === "production" ? t.exports = V() : t.exports = oe();
362
+ })), ce = /* @__PURE__ */ t(((e, t) => {
363
+ var n = Object.getOwnPropertySymbols, r = Object.prototype.hasOwnProperty, i = Object.prototype.propertyIsEnumerable;
364
+ function a(e) {
365
+ if (e == null) throw TypeError("Object.assign cannot be called with null or undefined");
366
+ return Object(e);
367
+ }
368
+ function o() {
369
+ try {
370
+ if (!Object.assign) return !1;
371
+ var e = /* @__PURE__ */ new String("abc");
372
+ if (e[5] = "de", Object.getOwnPropertyNames(e)[0] === "5") return !1;
373
+ for (var t = {}, n = 0; n < 10; n++) t["_" + String.fromCharCode(n)] = n;
374
+ if (Object.getOwnPropertyNames(t).map(function(e) {
375
+ return t[e];
376
+ }).join("") !== "0123456789") return !1;
377
+ var r = {};
378
+ return "abcdefghijklmnopqrst".split("").forEach(function(e) {
379
+ r[e] = e;
380
+ }), Object.keys(Object.assign({}, r)).join("") === "abcdefghijklmnopqrst";
381
+ } catch {
382
+ return !1;
383
+ }
384
+ }
385
+ t.exports = o() ? Object.assign : function(e, t) {
386
+ for (var o, s = a(e), c, l = 1; l < arguments.length; l++) {
387
+ for (var u in o = Object(arguments[l]), o) r.call(o, u) && (s[u] = o[u]);
388
+ if (n) {
389
+ c = n(o);
390
+ for (var d = 0; d < c.length; d++) i.call(o, c[d]) && (s[c[d]] = o[c[d]]);
391
+ }
392
+ }
393
+ return s;
394
+ };
395
+ })), H = /* @__PURE__ */ t(((e, t) => {
396
+ t.exports = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";
397
+ })), U = /* @__PURE__ */ t(((e, t) => {
398
+ t.exports = Function.call.bind(Object.prototype.hasOwnProperty);
399
+ })), W = /* @__PURE__ */ t(((e, t) => {
400
+ var n = function() {};
401
+ if (process.env.NODE_ENV !== "production") {
402
+ var r = H(), i = {}, a = U();
403
+ n = function(e) {
404
+ var t = "Warning: " + e;
405
+ typeof console < "u" && console.error(t);
406
+ try {
407
+ throw Error(t);
408
+ } catch {}
409
+ };
410
+ }
411
+ function o(e, t, o, s, c) {
412
+ if (process.env.NODE_ENV !== "production") {
413
+ for (var l in e) if (a(e, l)) {
414
+ var u;
415
+ try {
416
+ if (typeof e[l] != "function") {
417
+ var d = Error((s || "React class") + ": " + o + " type `" + l + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[l] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
418
+ throw d.name = "Invariant Violation", d;
419
+ }
420
+ u = e[l](t, l, s, o, null, r);
421
+ } catch (e) {
422
+ u = e;
423
+ }
424
+ if (u && !(u instanceof Error) && n((s || "React class") + ": type specification of " + o + " `" + l + "` is invalid; the type checker function must return `null` or an `Error` but returned a " + typeof u + ". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."), u instanceof Error && !(u.message in i)) {
425
+ i[u.message] = !0;
426
+ var f = c ? c() : "";
427
+ n("Failed " + o + " type: " + u.message + (f ?? ""));
428
+ }
429
+ }
430
+ }
431
+ }
432
+ o.resetWarningCache = function() {
433
+ process.env.NODE_ENV !== "production" && (i = {});
434
+ }, t.exports = o;
435
+ })), le = /* @__PURE__ */ t(((e, t) => {
436
+ var n = se(), r = ce(), i = H(), a = U(), o = W(), s = function() {};
437
+ process.env.NODE_ENV !== "production" && (s = function(e) {
438
+ var t = "Warning: " + e;
439
+ typeof console < "u" && console.error(t);
440
+ try {
441
+ throw Error(t);
442
+ } catch {}
443
+ });
444
+ function c() {
445
+ return null;
446
+ }
447
+ t.exports = function(e, t) {
448
+ var l = typeof Symbol == "function" && Symbol.iterator, u = "@@iterator";
449
+ function d(e) {
450
+ var t = e && (l && e[l] || e[u]);
451
+ if (typeof t == "function") return t;
452
+ }
453
+ var f = "<<anonymous>>", p = {
454
+ array: _("array"),
455
+ bigint: _("bigint"),
456
+ bool: _("boolean"),
457
+ func: _("function"),
458
+ number: _("number"),
459
+ object: _("object"),
460
+ string: _("string"),
461
+ symbol: _("symbol"),
462
+ any: v(),
463
+ arrayOf: y,
464
+ element: b(),
465
+ elementType: x(),
466
+ instanceOf: S,
467
+ node: T(),
468
+ objectOf: C,
469
+ oneOf: ee,
470
+ oneOfType: w,
471
+ shape: D,
472
+ exact: O
473
+ };
474
+ function m(e, t) {
475
+ return e === t ? e !== 0 || 1 / e == 1 / t : e !== e && t !== t;
476
+ }
477
+ function h(e, t) {
478
+ this.message = e, this.data = t && typeof t == "object" ? t : {}, this.stack = "";
479
+ }
480
+ h.prototype = Error.prototype;
481
+ function g(e) {
482
+ if (process.env.NODE_ENV !== "production") var n = {}, r = 0;
483
+ function a(a, o, c, l, u, d, p) {
484
+ if (l ||= f, d ||= c, p !== i) {
485
+ if (t) {
486
+ var m = /* @__PURE__ */ Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");
487
+ throw m.name = "Invariant Violation", m;
488
+ } else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
489
+ var g = l + ":" + c;
490
+ !n[g] && r < 3 && (s("You are manually calling a React.PropTypes validation function for the `" + d + "` prop on `" + l + "`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."), n[g] = !0, r++);
491
+ }
492
+ }
493
+ return o[c] == null ? a ? o[c] === null ? new h("The " + u + " `" + d + "` is marked as required " + ("in `" + l + "`, but its value is `null`.")) : new h("The " + u + " `" + d + "` is marked as required in " + ("`" + l + "`, but its value is `undefined`.")) : null : e(o, c, l, u, d);
494
+ }
495
+ var o = a.bind(null, !1);
496
+ return o.isRequired = a.bind(null, !0), o;
497
+ }
498
+ function _(e) {
499
+ function t(t, n, r, i, a, o) {
500
+ var s = t[n];
501
+ if (j(s) !== e) {
502
+ var c = M(s);
503
+ return new h("Invalid " + i + " `" + a + "` of type " + ("`" + c + "` supplied to `" + r + "`, expected ") + ("`" + e + "`."), { expectedType: e });
504
+ }
505
+ return null;
506
+ }
507
+ return g(t);
508
+ }
509
+ function v() {
510
+ return g(c);
511
+ }
512
+ function y(e) {
513
+ function t(t, n, r, a, o) {
514
+ if (typeof e != "function") return new h("Property `" + o + "` of component `" + r + "` has invalid PropType notation inside arrayOf.");
515
+ var s = t[n];
516
+ if (!Array.isArray(s)) {
517
+ var c = j(s);
518
+ return new h("Invalid " + a + " `" + o + "` of type " + ("`" + c + "` supplied to `" + r + "`, expected an array."));
519
+ }
520
+ for (var l = 0; l < s.length; l++) {
521
+ var u = e(s, l, r, a, o + "[" + l + "]", i);
522
+ if (u instanceof Error) return u;
523
+ }
524
+ return null;
525
+ }
526
+ return g(t);
527
+ }
528
+ function b() {
529
+ function t(t, n, r, i, a) {
530
+ var o = t[n];
531
+ if (!e(o)) {
532
+ var s = j(o);
533
+ return new h("Invalid " + i + " `" + a + "` of type " + ("`" + s + "` supplied to `" + r + "`, expected a single ReactElement."));
534
+ }
535
+ return null;
536
+ }
537
+ return g(t);
538
+ }
539
+ function x() {
540
+ function e(e, t, r, i, a) {
541
+ var o = e[t];
542
+ if (!n.isValidElementType(o)) {
543
+ var s = j(o);
544
+ return new h("Invalid " + i + " `" + a + "` of type " + ("`" + s + "` supplied to `" + r + "`, expected a single ReactElement type."));
545
+ }
546
+ return null;
547
+ }
548
+ return g(e);
549
+ }
550
+ function S(e) {
551
+ function t(t, n, r, i, a) {
552
+ if (!(t[n] instanceof e)) {
553
+ var o = e.name || f, s = P(t[n]);
554
+ return new h("Invalid " + i + " `" + a + "` of type " + ("`" + s + "` supplied to `" + r + "`, expected ") + ("instance of `" + o + "`."));
555
+ }
556
+ return null;
557
+ }
558
+ return g(t);
559
+ }
560
+ function ee(e) {
561
+ if (!Array.isArray(e)) return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? s("Invalid arguments supplied to oneOf, expected an array, got " + arguments.length + " arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z]).") : s("Invalid argument supplied to oneOf, expected an array.")), c;
562
+ function t(t, n, r, i, a) {
563
+ for (var o = t[n], s = 0; s < e.length; s++) if (m(o, e[s])) return null;
564
+ var c = JSON.stringify(e, function(e, t) {
565
+ return M(t) === "symbol" ? String(t) : t;
566
+ });
567
+ return new h("Invalid " + i + " `" + a + "` of value `" + String(o) + "` " + ("supplied to `" + r + "`, expected one of " + c + "."));
568
+ }
569
+ return g(t);
570
+ }
571
+ function C(e) {
572
+ function t(t, n, r, o, s) {
573
+ if (typeof e != "function") return new h("Property `" + s + "` of component `" + r + "` has invalid PropType notation inside objectOf.");
574
+ var c = t[n], l = j(c);
575
+ if (l !== "object") return new h("Invalid " + o + " `" + s + "` of type " + ("`" + l + "` supplied to `" + r + "`, expected an object."));
576
+ for (var u in c) if (a(c, u)) {
577
+ var d = e(c, u, r, o, s + "." + u, i);
578
+ if (d instanceof Error) return d;
579
+ }
580
+ return null;
581
+ }
582
+ return g(t);
583
+ }
584
+ function w(e) {
585
+ if (!Array.isArray(e)) return process.env.NODE_ENV !== "production" && s("Invalid argument supplied to oneOfType, expected an instance of array."), c;
586
+ for (var t = 0; t < e.length; t++) {
587
+ var n = e[t];
588
+ if (typeof n != "function") return s("Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + N(n) + " at index " + t + "."), c;
589
+ }
590
+ function r(t, n, r, o, s) {
591
+ for (var c = [], l = 0; l < e.length; l++) {
592
+ var u = e[l], d = u(t, n, r, o, s, i);
593
+ if (d == null) return null;
594
+ d.data && a(d.data, "expectedType") && c.push(d.data.expectedType);
595
+ }
596
+ var f = c.length > 0 ? ", expected one of type [" + c.join(", ") + "]" : "";
597
+ return new h("Invalid " + o + " `" + s + "` supplied to " + ("`" + r + "`" + f + "."));
598
+ }
599
+ return g(r);
600
+ }
601
+ function T() {
602
+ function e(e, t, n, r, i) {
603
+ return k(e[t]) ? null : new h("Invalid " + r + " `" + i + "` supplied to " + ("`" + n + "`, expected a ReactNode."));
604
+ }
605
+ return g(e);
606
+ }
607
+ function E(e, t, n, r, i) {
608
+ return new h((e || "React class") + ": " + t + " type `" + n + "." + r + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + i + "`.");
609
+ }
610
+ function D(e) {
611
+ function t(t, n, r, a, o) {
612
+ var s = t[n], c = j(s);
613
+ if (c !== "object") return new h("Invalid " + a + " `" + o + "` of type `" + c + "` " + ("supplied to `" + r + "`, expected `object`."));
614
+ for (var l in e) {
615
+ var u = e[l];
616
+ if (typeof u != "function") return E(r, a, o, l, M(u));
617
+ var d = u(s, l, r, a, o + "." + l, i);
618
+ if (d) return d;
619
+ }
620
+ return null;
621
+ }
622
+ return g(t);
623
+ }
624
+ function O(e) {
625
+ function t(t, n, o, s, c) {
626
+ var l = t[n], u = j(l);
627
+ if (u !== "object") return new h("Invalid " + s + " `" + c + "` of type `" + u + "` " + ("supplied to `" + o + "`, expected `object`."));
628
+ for (var d in r({}, t[n], e)) {
629
+ var f = e[d];
630
+ if (a(e, d) && typeof f != "function") return E(o, s, c, d, M(f));
631
+ if (!f) return new h("Invalid " + s + " `" + c + "` key `" + d + "` supplied to `" + o + "`.\nBad object: " + JSON.stringify(t[n], null, " ") + "\nValid keys: " + JSON.stringify(Object.keys(e), null, " "));
632
+ var p = f(l, d, o, s, c + "." + d, i);
633
+ if (p) return p;
634
+ }
635
+ return null;
636
+ }
637
+ return g(t);
638
+ }
639
+ function k(t) {
640
+ switch (typeof t) {
641
+ case "number":
642
+ case "string":
643
+ case "undefined": return !0;
644
+ case "boolean": return !t;
645
+ case "object":
646
+ if (Array.isArray(t)) return t.every(k);
647
+ if (t === null || e(t)) return !0;
648
+ var n = d(t);
649
+ if (n) {
650
+ var r = n.call(t), i;
651
+ if (n !== t.entries) {
652
+ for (; !(i = r.next()).done;) if (!k(i.value)) return !1;
653
+ } else for (; !(i = r.next()).done;) {
654
+ var a = i.value;
655
+ if (a && !k(a[1])) return !1;
656
+ }
657
+ } else return !1;
658
+ return !0;
659
+ default: return !1;
660
+ }
661
+ }
662
+ function A(e, t) {
663
+ return e === "symbol" ? !0 : t ? t["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && t instanceof Symbol : !1;
664
+ }
665
+ function j(e) {
666
+ var t = typeof e;
667
+ return Array.isArray(e) ? "array" : e instanceof RegExp ? "object" : A(t, e) ? "symbol" : t;
668
+ }
669
+ function M(e) {
670
+ if (e == null) return "" + e;
671
+ var t = j(e);
672
+ if (t === "object") {
673
+ if (e instanceof Date) return "date";
674
+ if (e instanceof RegExp) return "regexp";
675
+ }
676
+ return t;
677
+ }
678
+ function N(e) {
679
+ var t = M(e);
680
+ switch (t) {
681
+ case "array":
682
+ case "object": return "an " + t;
683
+ case "boolean":
684
+ case "date":
685
+ case "regexp": return "a " + t;
686
+ default: return t;
687
+ }
688
+ }
689
+ function P(e) {
690
+ return !e.constructor || !e.constructor.name ? f : e.constructor.name;
691
+ }
692
+ return p.checkPropTypes = o, p.resetWarningCache = o.resetWarningCache, p.PropTypes = p, p;
693
+ };
694
+ })), ue = /* @__PURE__ */ t(((e, t) => {
695
+ var n = H();
696
+ function r() {}
697
+ function i() {}
698
+ i.resetWarningCache = r, t.exports = function() {
699
+ function e(e, t, r, i, a, o) {
700
+ if (o !== n) {
701
+ var s = /* @__PURE__ */ Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");
702
+ throw s.name = "Invariant Violation", s;
703
+ }
704
+ }
705
+ e.isRequired = e;
706
+ function t() {
707
+ return e;
708
+ }
709
+ var a = {
710
+ array: e,
711
+ bigint: e,
712
+ bool: e,
713
+ func: e,
714
+ number: e,
715
+ object: e,
716
+ string: e,
717
+ symbol: e,
718
+ any: e,
719
+ arrayOf: t,
720
+ element: e,
721
+ elementType: e,
722
+ instanceOf: t,
723
+ node: e,
724
+ objectOf: t,
725
+ oneOf: t,
726
+ oneOfType: t,
727
+ shape: t,
728
+ exact: t,
729
+ checkPropTypes: i,
730
+ resetWarningCache: r
731
+ };
732
+ return a.PropTypes = a, a;
733
+ };
734
+ })), de = /* @__PURE__ */ t(((e, t) => {
735
+ if (process.env.NODE_ENV !== "production") {
736
+ var n = se();
737
+ t.exports = le()(n.isElement, !0);
738
+ } else t.exports = ue()();
739
+ }));
740
+ //#endregion
741
+ //#region ../../node_modules/.pnpm/tslib@2.8.1/node_modules/tslib/tslib.es6.mjs
742
+ function G(e, t, n, r) {
743
+ function i(e) {
744
+ return e instanceof n ? e : new n(function(t) {
745
+ t(e);
746
+ });
747
+ }
748
+ return new (n ||= Promise)(function(n, a) {
749
+ function o(e) {
750
+ try {
751
+ c(r.next(e));
752
+ } catch (e) {
753
+ a(e);
754
+ }
755
+ }
756
+ function s(e) {
757
+ try {
758
+ c(r.throw(e));
759
+ } catch (e) {
760
+ a(e);
761
+ }
762
+ }
763
+ function c(e) {
764
+ e.done ? n(e.value) : i(e.value).then(o, s);
765
+ }
766
+ c((r = r.apply(e, t || [])).next());
767
+ });
768
+ }
769
+ //#endregion
770
+ //#region ../../node_modules/.pnpm/file-selector@2.1.2/node_modules/file-selector/dist/es2015/file.js
771
+ var K = new Map([
772
+ ["1km", "application/vnd.1000minds.decision-model+xml"],
773
+ ["3dml", "text/vnd.in3d.3dml"],
774
+ ["3ds", "image/x-3ds"],
775
+ ["3g2", "video/3gpp2"],
776
+ ["3gp", "video/3gp"],
777
+ ["3gpp", "video/3gpp"],
778
+ ["3mf", "model/3mf"],
779
+ ["7z", "application/x-7z-compressed"],
780
+ ["7zip", "application/x-7z-compressed"],
781
+ ["123", "application/vnd.lotus-1-2-3"],
782
+ ["aab", "application/x-authorware-bin"],
783
+ ["aac", "audio/x-acc"],
784
+ ["aam", "application/x-authorware-map"],
785
+ ["aas", "application/x-authorware-seg"],
786
+ ["abw", "application/x-abiword"],
787
+ ["ac", "application/vnd.nokia.n-gage.ac+xml"],
788
+ ["ac3", "audio/ac3"],
789
+ ["acc", "application/vnd.americandynamics.acc"],
790
+ ["ace", "application/x-ace-compressed"],
791
+ ["acu", "application/vnd.acucobol"],
792
+ ["acutc", "application/vnd.acucorp"],
793
+ ["adp", "audio/adpcm"],
794
+ ["aep", "application/vnd.audiograph"],
795
+ ["afm", "application/x-font-type1"],
796
+ ["afp", "application/vnd.ibm.modcap"],
797
+ ["ahead", "application/vnd.ahead.space"],
798
+ ["ai", "application/pdf"],
799
+ ["aif", "audio/x-aiff"],
800
+ ["aifc", "audio/x-aiff"],
801
+ ["aiff", "audio/x-aiff"],
802
+ ["air", "application/vnd.adobe.air-application-installer-package+zip"],
803
+ ["ait", "application/vnd.dvb.ait"],
804
+ ["ami", "application/vnd.amiga.ami"],
805
+ ["amr", "audio/amr"],
806
+ ["apk", "application/vnd.android.package-archive"],
807
+ ["apng", "image/apng"],
808
+ ["appcache", "text/cache-manifest"],
809
+ ["application", "application/x-ms-application"],
810
+ ["apr", "application/vnd.lotus-approach"],
811
+ ["arc", "application/x-freearc"],
812
+ ["arj", "application/x-arj"],
813
+ ["asc", "application/pgp-signature"],
814
+ ["asf", "video/x-ms-asf"],
815
+ ["asm", "text/x-asm"],
816
+ ["aso", "application/vnd.accpac.simply.aso"],
817
+ ["asx", "video/x-ms-asf"],
818
+ ["atc", "application/vnd.acucorp"],
819
+ ["atom", "application/atom+xml"],
820
+ ["atomcat", "application/atomcat+xml"],
821
+ ["atomdeleted", "application/atomdeleted+xml"],
822
+ ["atomsvc", "application/atomsvc+xml"],
823
+ ["atx", "application/vnd.antix.game-component"],
824
+ ["au", "audio/x-au"],
825
+ ["avi", "video/x-msvideo"],
826
+ ["avif", "image/avif"],
827
+ ["aw", "application/applixware"],
828
+ ["azf", "application/vnd.airzip.filesecure.azf"],
829
+ ["azs", "application/vnd.airzip.filesecure.azs"],
830
+ ["azv", "image/vnd.airzip.accelerator.azv"],
831
+ ["azw", "application/vnd.amazon.ebook"],
832
+ ["b16", "image/vnd.pco.b16"],
833
+ ["bat", "application/x-msdownload"],
834
+ ["bcpio", "application/x-bcpio"],
835
+ ["bdf", "application/x-font-bdf"],
836
+ ["bdm", "application/vnd.syncml.dm+wbxml"],
837
+ ["bdoc", "application/x-bdoc"],
838
+ ["bed", "application/vnd.realvnc.bed"],
839
+ ["bh2", "application/vnd.fujitsu.oasysprs"],
840
+ ["bin", "application/octet-stream"],
841
+ ["blb", "application/x-blorb"],
842
+ ["blorb", "application/x-blorb"],
843
+ ["bmi", "application/vnd.bmi"],
844
+ ["bmml", "application/vnd.balsamiq.bmml+xml"],
845
+ ["bmp", "image/bmp"],
846
+ ["book", "application/vnd.framemaker"],
847
+ ["box", "application/vnd.previewsystems.box"],
848
+ ["boz", "application/x-bzip2"],
849
+ ["bpk", "application/octet-stream"],
850
+ ["bpmn", "application/octet-stream"],
851
+ ["bsp", "model/vnd.valve.source.compiled-map"],
852
+ ["btif", "image/prs.btif"],
853
+ ["buffer", "application/octet-stream"],
854
+ ["bz", "application/x-bzip"],
855
+ ["bz2", "application/x-bzip2"],
856
+ ["c", "text/x-c"],
857
+ ["c4d", "application/vnd.clonk.c4group"],
858
+ ["c4f", "application/vnd.clonk.c4group"],
859
+ ["c4g", "application/vnd.clonk.c4group"],
860
+ ["c4p", "application/vnd.clonk.c4group"],
861
+ ["c4u", "application/vnd.clonk.c4group"],
862
+ ["c11amc", "application/vnd.cluetrust.cartomobile-config"],
863
+ ["c11amz", "application/vnd.cluetrust.cartomobile-config-pkg"],
864
+ ["cab", "application/vnd.ms-cab-compressed"],
865
+ ["caf", "audio/x-caf"],
866
+ ["cap", "application/vnd.tcpdump.pcap"],
867
+ ["car", "application/vnd.curl.car"],
868
+ ["cat", "application/vnd.ms-pki.seccat"],
869
+ ["cb7", "application/x-cbr"],
870
+ ["cba", "application/x-cbr"],
871
+ ["cbr", "application/x-cbr"],
872
+ ["cbt", "application/x-cbr"],
873
+ ["cbz", "application/x-cbr"],
874
+ ["cc", "text/x-c"],
875
+ ["cco", "application/x-cocoa"],
876
+ ["cct", "application/x-director"],
877
+ ["ccxml", "application/ccxml+xml"],
878
+ ["cdbcmsg", "application/vnd.contact.cmsg"],
879
+ ["cda", "application/x-cdf"],
880
+ ["cdf", "application/x-netcdf"],
881
+ ["cdfx", "application/cdfx+xml"],
882
+ ["cdkey", "application/vnd.mediastation.cdkey"],
883
+ ["cdmia", "application/cdmi-capability"],
884
+ ["cdmic", "application/cdmi-container"],
885
+ ["cdmid", "application/cdmi-domain"],
886
+ ["cdmio", "application/cdmi-object"],
887
+ ["cdmiq", "application/cdmi-queue"],
888
+ ["cdr", "application/cdr"],
889
+ ["cdx", "chemical/x-cdx"],
890
+ ["cdxml", "application/vnd.chemdraw+xml"],
891
+ ["cdy", "application/vnd.cinderella"],
892
+ ["cer", "application/pkix-cert"],
893
+ ["cfs", "application/x-cfs-compressed"],
894
+ ["cgm", "image/cgm"],
895
+ ["chat", "application/x-chat"],
896
+ ["chm", "application/vnd.ms-htmlhelp"],
897
+ ["chrt", "application/vnd.kde.kchart"],
898
+ ["cif", "chemical/x-cif"],
899
+ ["cii", "application/vnd.anser-web-certificate-issue-initiation"],
900
+ ["cil", "application/vnd.ms-artgalry"],
901
+ ["cjs", "application/node"],
902
+ ["cla", "application/vnd.claymore"],
903
+ ["class", "application/octet-stream"],
904
+ ["clkk", "application/vnd.crick.clicker.keyboard"],
905
+ ["clkp", "application/vnd.crick.clicker.palette"],
906
+ ["clkt", "application/vnd.crick.clicker.template"],
907
+ ["clkw", "application/vnd.crick.clicker.wordbank"],
908
+ ["clkx", "application/vnd.crick.clicker"],
909
+ ["clp", "application/x-msclip"],
910
+ ["cmc", "application/vnd.cosmocaller"],
911
+ ["cmdf", "chemical/x-cmdf"],
912
+ ["cml", "chemical/x-cml"],
913
+ ["cmp", "application/vnd.yellowriver-custom-menu"],
914
+ ["cmx", "image/x-cmx"],
915
+ ["cod", "application/vnd.rim.cod"],
916
+ ["coffee", "text/coffeescript"],
917
+ ["com", "application/x-msdownload"],
918
+ ["conf", "text/plain"],
919
+ ["cpio", "application/x-cpio"],
920
+ ["cpp", "text/x-c"],
921
+ ["cpt", "application/mac-compactpro"],
922
+ ["crd", "application/x-mscardfile"],
923
+ ["crl", "application/pkix-crl"],
924
+ ["crt", "application/x-x509-ca-cert"],
925
+ ["crx", "application/x-chrome-extension"],
926
+ ["cryptonote", "application/vnd.rig.cryptonote"],
927
+ ["csh", "application/x-csh"],
928
+ ["csl", "application/vnd.citationstyles.style+xml"],
929
+ ["csml", "chemical/x-csml"],
930
+ ["csp", "application/vnd.commonspace"],
931
+ ["csr", "application/octet-stream"],
932
+ ["css", "text/css"],
933
+ ["cst", "application/x-director"],
934
+ ["csv", "text/csv"],
935
+ ["cu", "application/cu-seeme"],
936
+ ["curl", "text/vnd.curl"],
937
+ ["cww", "application/prs.cww"],
938
+ ["cxt", "application/x-director"],
939
+ ["cxx", "text/x-c"],
940
+ ["dae", "model/vnd.collada+xml"],
941
+ ["daf", "application/vnd.mobius.daf"],
942
+ ["dart", "application/vnd.dart"],
943
+ ["dataless", "application/vnd.fdsn.seed"],
944
+ ["davmount", "application/davmount+xml"],
945
+ ["dbf", "application/vnd.dbf"],
946
+ ["dbk", "application/docbook+xml"],
947
+ ["dcr", "application/x-director"],
948
+ ["dcurl", "text/vnd.curl.dcurl"],
949
+ ["dd2", "application/vnd.oma.dd2+xml"],
950
+ ["ddd", "application/vnd.fujixerox.ddd"],
951
+ ["ddf", "application/vnd.syncml.dmddf+xml"],
952
+ ["dds", "image/vnd.ms-dds"],
953
+ ["deb", "application/x-debian-package"],
954
+ ["def", "text/plain"],
955
+ ["deploy", "application/octet-stream"],
956
+ ["der", "application/x-x509-ca-cert"],
957
+ ["dfac", "application/vnd.dreamfactory"],
958
+ ["dgc", "application/x-dgc-compressed"],
959
+ ["dic", "text/x-c"],
960
+ ["dir", "application/x-director"],
961
+ ["dis", "application/vnd.mobius.dis"],
962
+ ["disposition-notification", "message/disposition-notification"],
963
+ ["dist", "application/octet-stream"],
964
+ ["distz", "application/octet-stream"],
965
+ ["djv", "image/vnd.djvu"],
966
+ ["djvu", "image/vnd.djvu"],
967
+ ["dll", "application/octet-stream"],
968
+ ["dmg", "application/x-apple-diskimage"],
969
+ ["dmn", "application/octet-stream"],
970
+ ["dmp", "application/vnd.tcpdump.pcap"],
971
+ ["dms", "application/octet-stream"],
972
+ ["dna", "application/vnd.dna"],
973
+ ["doc", "application/msword"],
974
+ ["docm", "application/vnd.ms-word.template.macroEnabled.12"],
975
+ ["docx", "application/vnd.openxmlformats-officedocument.wordprocessingml.document"],
976
+ ["dot", "application/msword"],
977
+ ["dotm", "application/vnd.ms-word.template.macroEnabled.12"],
978
+ ["dotx", "application/vnd.openxmlformats-officedocument.wordprocessingml.template"],
979
+ ["dp", "application/vnd.osgi.dp"],
980
+ ["dpg", "application/vnd.dpgraph"],
981
+ ["dra", "audio/vnd.dra"],
982
+ ["drle", "image/dicom-rle"],
983
+ ["dsc", "text/prs.lines.tag"],
984
+ ["dssc", "application/dssc+der"],
985
+ ["dtb", "application/x-dtbook+xml"],
986
+ ["dtd", "application/xml-dtd"],
987
+ ["dts", "audio/vnd.dts"],
988
+ ["dtshd", "audio/vnd.dts.hd"],
989
+ ["dump", "application/octet-stream"],
990
+ ["dvb", "video/vnd.dvb.file"],
991
+ ["dvi", "application/x-dvi"],
992
+ ["dwd", "application/atsc-dwd+xml"],
993
+ ["dwf", "model/vnd.dwf"],
994
+ ["dwg", "image/vnd.dwg"],
995
+ ["dxf", "image/vnd.dxf"],
996
+ ["dxp", "application/vnd.spotfire.dxp"],
997
+ ["dxr", "application/x-director"],
998
+ ["ear", "application/java-archive"],
999
+ ["ecelp4800", "audio/vnd.nuera.ecelp4800"],
1000
+ ["ecelp7470", "audio/vnd.nuera.ecelp7470"],
1001
+ ["ecelp9600", "audio/vnd.nuera.ecelp9600"],
1002
+ ["ecma", "application/ecmascript"],
1003
+ ["edm", "application/vnd.novadigm.edm"],
1004
+ ["edx", "application/vnd.novadigm.edx"],
1005
+ ["efif", "application/vnd.picsel"],
1006
+ ["ei6", "application/vnd.pg.osasli"],
1007
+ ["elc", "application/octet-stream"],
1008
+ ["emf", "image/emf"],
1009
+ ["eml", "message/rfc822"],
1010
+ ["emma", "application/emma+xml"],
1011
+ ["emotionml", "application/emotionml+xml"],
1012
+ ["emz", "application/x-msmetafile"],
1013
+ ["eol", "audio/vnd.digital-winds"],
1014
+ ["eot", "application/vnd.ms-fontobject"],
1015
+ ["eps", "application/postscript"],
1016
+ ["epub", "application/epub+zip"],
1017
+ ["es", "application/ecmascript"],
1018
+ ["es3", "application/vnd.eszigno3+xml"],
1019
+ ["esa", "application/vnd.osgi.subsystem"],
1020
+ ["esf", "application/vnd.epson.esf"],
1021
+ ["et3", "application/vnd.eszigno3+xml"],
1022
+ ["etx", "text/x-setext"],
1023
+ ["eva", "application/x-eva"],
1024
+ ["evy", "application/x-envoy"],
1025
+ ["exe", "application/octet-stream"],
1026
+ ["exi", "application/exi"],
1027
+ ["exp", "application/express"],
1028
+ ["exr", "image/aces"],
1029
+ ["ext", "application/vnd.novadigm.ext"],
1030
+ ["ez", "application/andrew-inset"],
1031
+ ["ez2", "application/vnd.ezpix-album"],
1032
+ ["ez3", "application/vnd.ezpix-package"],
1033
+ ["f", "text/x-fortran"],
1034
+ ["f4v", "video/mp4"],
1035
+ ["f77", "text/x-fortran"],
1036
+ ["f90", "text/x-fortran"],
1037
+ ["fbs", "image/vnd.fastbidsheet"],
1038
+ ["fcdt", "application/vnd.adobe.formscentral.fcdt"],
1039
+ ["fcs", "application/vnd.isac.fcs"],
1040
+ ["fdf", "application/vnd.fdf"],
1041
+ ["fdt", "application/fdt+xml"],
1042
+ ["fe_launch", "application/vnd.denovo.fcselayout-link"],
1043
+ ["fg5", "application/vnd.fujitsu.oasysgp"],
1044
+ ["fgd", "application/x-director"],
1045
+ ["fh", "image/x-freehand"],
1046
+ ["fh4", "image/x-freehand"],
1047
+ ["fh5", "image/x-freehand"],
1048
+ ["fh7", "image/x-freehand"],
1049
+ ["fhc", "image/x-freehand"],
1050
+ ["fig", "application/x-xfig"],
1051
+ ["fits", "image/fits"],
1052
+ ["flac", "audio/x-flac"],
1053
+ ["fli", "video/x-fli"],
1054
+ ["flo", "application/vnd.micrografx.flo"],
1055
+ ["flv", "video/x-flv"],
1056
+ ["flw", "application/vnd.kde.kivio"],
1057
+ ["flx", "text/vnd.fmi.flexstor"],
1058
+ ["fly", "text/vnd.fly"],
1059
+ ["fm", "application/vnd.framemaker"],
1060
+ ["fnc", "application/vnd.frogans.fnc"],
1061
+ ["fo", "application/vnd.software602.filler.form+xml"],
1062
+ ["for", "text/x-fortran"],
1063
+ ["fpx", "image/vnd.fpx"],
1064
+ ["frame", "application/vnd.framemaker"],
1065
+ ["fsc", "application/vnd.fsc.weblaunch"],
1066
+ ["fst", "image/vnd.fst"],
1067
+ ["ftc", "application/vnd.fluxtime.clip"],
1068
+ ["fti", "application/vnd.anser-web-funds-transfer-initiation"],
1069
+ ["fvt", "video/vnd.fvt"],
1070
+ ["fxp", "application/vnd.adobe.fxp"],
1071
+ ["fxpl", "application/vnd.adobe.fxp"],
1072
+ ["fzs", "application/vnd.fuzzysheet"],
1073
+ ["g2w", "application/vnd.geoplan"],
1074
+ ["g3", "image/g3fax"],
1075
+ ["g3w", "application/vnd.geospace"],
1076
+ ["gac", "application/vnd.groove-account"],
1077
+ ["gam", "application/x-tads"],
1078
+ ["gbr", "application/rpki-ghostbusters"],
1079
+ ["gca", "application/x-gca-compressed"],
1080
+ ["gdl", "model/vnd.gdl"],
1081
+ ["gdoc", "application/vnd.google-apps.document"],
1082
+ ["geo", "application/vnd.dynageo"],
1083
+ ["geojson", "application/geo+json"],
1084
+ ["gex", "application/vnd.geometry-explorer"],
1085
+ ["ggb", "application/vnd.geogebra.file"],
1086
+ ["ggt", "application/vnd.geogebra.tool"],
1087
+ ["ghf", "application/vnd.groove-help"],
1088
+ ["gif", "image/gif"],
1089
+ ["gim", "application/vnd.groove-identity-message"],
1090
+ ["glb", "model/gltf-binary"],
1091
+ ["gltf", "model/gltf+json"],
1092
+ ["gml", "application/gml+xml"],
1093
+ ["gmx", "application/vnd.gmx"],
1094
+ ["gnumeric", "application/x-gnumeric"],
1095
+ ["gpg", "application/gpg-keys"],
1096
+ ["gph", "application/vnd.flographit"],
1097
+ ["gpx", "application/gpx+xml"],
1098
+ ["gqf", "application/vnd.grafeq"],
1099
+ ["gqs", "application/vnd.grafeq"],
1100
+ ["gram", "application/srgs"],
1101
+ ["gramps", "application/x-gramps-xml"],
1102
+ ["gre", "application/vnd.geometry-explorer"],
1103
+ ["grv", "application/vnd.groove-injector"],
1104
+ ["grxml", "application/srgs+xml"],
1105
+ ["gsf", "application/x-font-ghostscript"],
1106
+ ["gsheet", "application/vnd.google-apps.spreadsheet"],
1107
+ ["gslides", "application/vnd.google-apps.presentation"],
1108
+ ["gtar", "application/x-gtar"],
1109
+ ["gtm", "application/vnd.groove-tool-message"],
1110
+ ["gtw", "model/vnd.gtw"],
1111
+ ["gv", "text/vnd.graphviz"],
1112
+ ["gxf", "application/gxf"],
1113
+ ["gxt", "application/vnd.geonext"],
1114
+ ["gz", "application/gzip"],
1115
+ ["gzip", "application/gzip"],
1116
+ ["h", "text/x-c"],
1117
+ ["h261", "video/h261"],
1118
+ ["h263", "video/h263"],
1119
+ ["h264", "video/h264"],
1120
+ ["hal", "application/vnd.hal+xml"],
1121
+ ["hbci", "application/vnd.hbci"],
1122
+ ["hbs", "text/x-handlebars-template"],
1123
+ ["hdd", "application/x-virtualbox-hdd"],
1124
+ ["hdf", "application/x-hdf"],
1125
+ ["heic", "image/heic"],
1126
+ ["heics", "image/heic-sequence"],
1127
+ ["heif", "image/heif"],
1128
+ ["heifs", "image/heif-sequence"],
1129
+ ["hej2", "image/hej2k"],
1130
+ ["held", "application/atsc-held+xml"],
1131
+ ["hh", "text/x-c"],
1132
+ ["hjson", "application/hjson"],
1133
+ ["hlp", "application/winhlp"],
1134
+ ["hpgl", "application/vnd.hp-hpgl"],
1135
+ ["hpid", "application/vnd.hp-hpid"],
1136
+ ["hps", "application/vnd.hp-hps"],
1137
+ ["hqx", "application/mac-binhex40"],
1138
+ ["hsj2", "image/hsj2"],
1139
+ ["htc", "text/x-component"],
1140
+ ["htke", "application/vnd.kenameaapp"],
1141
+ ["htm", "text/html"],
1142
+ ["html", "text/html"],
1143
+ ["hvd", "application/vnd.yamaha.hv-dic"],
1144
+ ["hvp", "application/vnd.yamaha.hv-voice"],
1145
+ ["hvs", "application/vnd.yamaha.hv-script"],
1146
+ ["i2g", "application/vnd.intergeo"],
1147
+ ["icc", "application/vnd.iccprofile"],
1148
+ ["ice", "x-conference/x-cooltalk"],
1149
+ ["icm", "application/vnd.iccprofile"],
1150
+ ["ico", "image/x-icon"],
1151
+ ["ics", "text/calendar"],
1152
+ ["ief", "image/ief"],
1153
+ ["ifb", "text/calendar"],
1154
+ ["ifm", "application/vnd.shana.informed.formdata"],
1155
+ ["iges", "model/iges"],
1156
+ ["igl", "application/vnd.igloader"],
1157
+ ["igm", "application/vnd.insors.igm"],
1158
+ ["igs", "model/iges"],
1159
+ ["igx", "application/vnd.micrografx.igx"],
1160
+ ["iif", "application/vnd.shana.informed.interchange"],
1161
+ ["img", "application/octet-stream"],
1162
+ ["imp", "application/vnd.accpac.simply.imp"],
1163
+ ["ims", "application/vnd.ms-ims"],
1164
+ ["in", "text/plain"],
1165
+ ["ini", "text/plain"],
1166
+ ["ink", "application/inkml+xml"],
1167
+ ["inkml", "application/inkml+xml"],
1168
+ ["install", "application/x-install-instructions"],
1169
+ ["iota", "application/vnd.astraea-software.iota"],
1170
+ ["ipfix", "application/ipfix"],
1171
+ ["ipk", "application/vnd.shana.informed.package"],
1172
+ ["irm", "application/vnd.ibm.rights-management"],
1173
+ ["irp", "application/vnd.irepository.package+xml"],
1174
+ ["iso", "application/x-iso9660-image"],
1175
+ ["itp", "application/vnd.shana.informed.formtemplate"],
1176
+ ["its", "application/its+xml"],
1177
+ ["ivp", "application/vnd.immervision-ivp"],
1178
+ ["ivu", "application/vnd.immervision-ivu"],
1179
+ ["jad", "text/vnd.sun.j2me.app-descriptor"],
1180
+ ["jade", "text/jade"],
1181
+ ["jam", "application/vnd.jam"],
1182
+ ["jar", "application/java-archive"],
1183
+ ["jardiff", "application/x-java-archive-diff"],
1184
+ ["java", "text/x-java-source"],
1185
+ ["jhc", "image/jphc"],
1186
+ ["jisp", "application/vnd.jisp"],
1187
+ ["jls", "image/jls"],
1188
+ ["jlt", "application/vnd.hp-jlyt"],
1189
+ ["jng", "image/x-jng"],
1190
+ ["jnlp", "application/x-java-jnlp-file"],
1191
+ ["joda", "application/vnd.joost.joda-archive"],
1192
+ ["jp2", "image/jp2"],
1193
+ ["jpe", "image/jpeg"],
1194
+ ["jpeg", "image/jpeg"],
1195
+ ["jpf", "image/jpx"],
1196
+ ["jpg", "image/jpeg"],
1197
+ ["jpg2", "image/jp2"],
1198
+ ["jpgm", "video/jpm"],
1199
+ ["jpgv", "video/jpeg"],
1200
+ ["jph", "image/jph"],
1201
+ ["jpm", "video/jpm"],
1202
+ ["jpx", "image/jpx"],
1203
+ ["js", "application/javascript"],
1204
+ ["json", "application/json"],
1205
+ ["json5", "application/json5"],
1206
+ ["jsonld", "application/ld+json"],
1207
+ ["jsonl", "application/jsonl"],
1208
+ ["jsonml", "application/jsonml+json"],
1209
+ ["jsx", "text/jsx"],
1210
+ ["jxr", "image/jxr"],
1211
+ ["jxra", "image/jxra"],
1212
+ ["jxrs", "image/jxrs"],
1213
+ ["jxs", "image/jxs"],
1214
+ ["jxsc", "image/jxsc"],
1215
+ ["jxsi", "image/jxsi"],
1216
+ ["jxss", "image/jxss"],
1217
+ ["kar", "audio/midi"],
1218
+ ["karbon", "application/vnd.kde.karbon"],
1219
+ ["kdb", "application/octet-stream"],
1220
+ ["kdbx", "application/x-keepass2"],
1221
+ ["key", "application/x-iwork-keynote-sffkey"],
1222
+ ["kfo", "application/vnd.kde.kformula"],
1223
+ ["kia", "application/vnd.kidspiration"],
1224
+ ["kml", "application/vnd.google-earth.kml+xml"],
1225
+ ["kmz", "application/vnd.google-earth.kmz"],
1226
+ ["kne", "application/vnd.kinar"],
1227
+ ["knp", "application/vnd.kinar"],
1228
+ ["kon", "application/vnd.kde.kontour"],
1229
+ ["kpr", "application/vnd.kde.kpresenter"],
1230
+ ["kpt", "application/vnd.kde.kpresenter"],
1231
+ ["kpxx", "application/vnd.ds-keypoint"],
1232
+ ["ksp", "application/vnd.kde.kspread"],
1233
+ ["ktr", "application/vnd.kahootz"],
1234
+ ["ktx", "image/ktx"],
1235
+ ["ktx2", "image/ktx2"],
1236
+ ["ktz", "application/vnd.kahootz"],
1237
+ ["kwd", "application/vnd.kde.kword"],
1238
+ ["kwt", "application/vnd.kde.kword"],
1239
+ ["lasxml", "application/vnd.las.las+xml"],
1240
+ ["latex", "application/x-latex"],
1241
+ ["lbd", "application/vnd.llamagraphics.life-balance.desktop"],
1242
+ ["lbe", "application/vnd.llamagraphics.life-balance.exchange+xml"],
1243
+ ["les", "application/vnd.hhe.lesson-player"],
1244
+ ["less", "text/less"],
1245
+ ["lgr", "application/lgr+xml"],
1246
+ ["lha", "application/octet-stream"],
1247
+ ["link66", "application/vnd.route66.link66+xml"],
1248
+ ["list", "text/plain"],
1249
+ ["list3820", "application/vnd.ibm.modcap"],
1250
+ ["listafp", "application/vnd.ibm.modcap"],
1251
+ ["litcoffee", "text/coffeescript"],
1252
+ ["lnk", "application/x-ms-shortcut"],
1253
+ ["log", "text/plain"],
1254
+ ["lostxml", "application/lost+xml"],
1255
+ ["lrf", "application/octet-stream"],
1256
+ ["lrm", "application/vnd.ms-lrm"],
1257
+ ["ltf", "application/vnd.frogans.ltf"],
1258
+ ["lua", "text/x-lua"],
1259
+ ["luac", "application/x-lua-bytecode"],
1260
+ ["lvp", "audio/vnd.lucent.voice"],
1261
+ ["lwp", "application/vnd.lotus-wordpro"],
1262
+ ["lzh", "application/octet-stream"],
1263
+ ["m1v", "video/mpeg"],
1264
+ ["m2a", "audio/mpeg"],
1265
+ ["m2v", "video/mpeg"],
1266
+ ["m3a", "audio/mpeg"],
1267
+ ["m3u", "text/plain"],
1268
+ ["m3u8", "application/vnd.apple.mpegurl"],
1269
+ ["m4a", "audio/x-m4a"],
1270
+ ["m4p", "application/mp4"],
1271
+ ["m4s", "video/iso.segment"],
1272
+ ["m4u", "application/vnd.mpegurl"],
1273
+ ["m4v", "video/x-m4v"],
1274
+ ["m13", "application/x-msmediaview"],
1275
+ ["m14", "application/x-msmediaview"],
1276
+ ["m21", "application/mp21"],
1277
+ ["ma", "application/mathematica"],
1278
+ ["mads", "application/mads+xml"],
1279
+ ["maei", "application/mmt-aei+xml"],
1280
+ ["mag", "application/vnd.ecowin.chart"],
1281
+ ["maker", "application/vnd.framemaker"],
1282
+ ["man", "text/troff"],
1283
+ ["manifest", "text/cache-manifest"],
1284
+ ["map", "application/json"],
1285
+ ["mar", "application/octet-stream"],
1286
+ ["markdown", "text/markdown"],
1287
+ ["mathml", "application/mathml+xml"],
1288
+ ["mb", "application/mathematica"],
1289
+ ["mbk", "application/vnd.mobius.mbk"],
1290
+ ["mbox", "application/mbox"],
1291
+ ["mc1", "application/vnd.medcalcdata"],
1292
+ ["mcd", "application/vnd.mcd"],
1293
+ ["mcurl", "text/vnd.curl.mcurl"],
1294
+ ["md", "text/markdown"],
1295
+ ["mdb", "application/x-msaccess"],
1296
+ ["mdi", "image/vnd.ms-modi"],
1297
+ ["mdx", "text/mdx"],
1298
+ ["me", "text/troff"],
1299
+ ["mesh", "model/mesh"],
1300
+ ["meta4", "application/metalink4+xml"],
1301
+ ["metalink", "application/metalink+xml"],
1302
+ ["mets", "application/mets+xml"],
1303
+ ["mfm", "application/vnd.mfmp"],
1304
+ ["mft", "application/rpki-manifest"],
1305
+ ["mgp", "application/vnd.osgeo.mapguide.package"],
1306
+ ["mgz", "application/vnd.proteus.magazine"],
1307
+ ["mid", "audio/midi"],
1308
+ ["midi", "audio/midi"],
1309
+ ["mie", "application/x-mie"],
1310
+ ["mif", "application/vnd.mif"],
1311
+ ["mime", "message/rfc822"],
1312
+ ["mj2", "video/mj2"],
1313
+ ["mjp2", "video/mj2"],
1314
+ ["mjs", "application/javascript"],
1315
+ ["mk3d", "video/x-matroska"],
1316
+ ["mka", "audio/x-matroska"],
1317
+ ["mkd", "text/x-markdown"],
1318
+ ["mks", "video/x-matroska"],
1319
+ ["mkv", "video/x-matroska"],
1320
+ ["mlp", "application/vnd.dolby.mlp"],
1321
+ ["mmd", "application/vnd.chipnuts.karaoke-mmd"],
1322
+ ["mmf", "application/vnd.smaf"],
1323
+ ["mml", "text/mathml"],
1324
+ ["mmr", "image/vnd.fujixerox.edmics-mmr"],
1325
+ ["mng", "video/x-mng"],
1326
+ ["mny", "application/x-msmoney"],
1327
+ ["mobi", "application/x-mobipocket-ebook"],
1328
+ ["mods", "application/mods+xml"],
1329
+ ["mov", "video/quicktime"],
1330
+ ["movie", "video/x-sgi-movie"],
1331
+ ["mp2", "audio/mpeg"],
1332
+ ["mp2a", "audio/mpeg"],
1333
+ ["mp3", "audio/mpeg"],
1334
+ ["mp4", "video/mp4"],
1335
+ ["mp4a", "audio/mp4"],
1336
+ ["mp4s", "application/mp4"],
1337
+ ["mp4v", "video/mp4"],
1338
+ ["mp21", "application/mp21"],
1339
+ ["mpc", "application/vnd.mophun.certificate"],
1340
+ ["mpd", "application/dash+xml"],
1341
+ ["mpe", "video/mpeg"],
1342
+ ["mpeg", "video/mpeg"],
1343
+ ["mpg", "video/mpeg"],
1344
+ ["mpg4", "video/mp4"],
1345
+ ["mpga", "audio/mpeg"],
1346
+ ["mpkg", "application/vnd.apple.installer+xml"],
1347
+ ["mpm", "application/vnd.blueice.multipass"],
1348
+ ["mpn", "application/vnd.mophun.application"],
1349
+ ["mpp", "application/vnd.ms-project"],
1350
+ ["mpt", "application/vnd.ms-project"],
1351
+ ["mpy", "application/vnd.ibm.minipay"],
1352
+ ["mqy", "application/vnd.mobius.mqy"],
1353
+ ["mrc", "application/marc"],
1354
+ ["mrcx", "application/marcxml+xml"],
1355
+ ["ms", "text/troff"],
1356
+ ["mscml", "application/mediaservercontrol+xml"],
1357
+ ["mseed", "application/vnd.fdsn.mseed"],
1358
+ ["mseq", "application/vnd.mseq"],
1359
+ ["msf", "application/vnd.epson.msf"],
1360
+ ["msg", "application/vnd.ms-outlook"],
1361
+ ["msh", "model/mesh"],
1362
+ ["msi", "application/x-msdownload"],
1363
+ ["msl", "application/vnd.mobius.msl"],
1364
+ ["msm", "application/octet-stream"],
1365
+ ["msp", "application/octet-stream"],
1366
+ ["msty", "application/vnd.muvee.style"],
1367
+ ["mtl", "model/mtl"],
1368
+ ["mts", "model/vnd.mts"],
1369
+ ["mus", "application/vnd.musician"],
1370
+ ["musd", "application/mmt-usd+xml"],
1371
+ ["musicxml", "application/vnd.recordare.musicxml+xml"],
1372
+ ["mvb", "application/x-msmediaview"],
1373
+ ["mvt", "application/vnd.mapbox-vector-tile"],
1374
+ ["mwf", "application/vnd.mfer"],
1375
+ ["mxf", "application/mxf"],
1376
+ ["mxl", "application/vnd.recordare.musicxml"],
1377
+ ["mxmf", "audio/mobile-xmf"],
1378
+ ["mxml", "application/xv+xml"],
1379
+ ["mxs", "application/vnd.triscape.mxs"],
1380
+ ["mxu", "video/vnd.mpegurl"],
1381
+ ["n-gage", "application/vnd.nokia.n-gage.symbian.install"],
1382
+ ["n3", "text/n3"],
1383
+ ["nb", "application/mathematica"],
1384
+ ["nbp", "application/vnd.wolfram.player"],
1385
+ ["nc", "application/x-netcdf"],
1386
+ ["ncx", "application/x-dtbncx+xml"],
1387
+ ["nfo", "text/x-nfo"],
1388
+ ["ngdat", "application/vnd.nokia.n-gage.data"],
1389
+ ["nitf", "application/vnd.nitf"],
1390
+ ["nlu", "application/vnd.neurolanguage.nlu"],
1391
+ ["nml", "application/vnd.enliven"],
1392
+ ["nnd", "application/vnd.noblenet-directory"],
1393
+ ["nns", "application/vnd.noblenet-sealer"],
1394
+ ["nnw", "application/vnd.noblenet-web"],
1395
+ ["npx", "image/vnd.net-fpx"],
1396
+ ["nq", "application/n-quads"],
1397
+ ["nsc", "application/x-conference"],
1398
+ ["nsf", "application/vnd.lotus-notes"],
1399
+ ["nt", "application/n-triples"],
1400
+ ["ntf", "application/vnd.nitf"],
1401
+ ["numbers", "application/x-iwork-numbers-sffnumbers"],
1402
+ ["nzb", "application/x-nzb"],
1403
+ ["oa2", "application/vnd.fujitsu.oasys2"],
1404
+ ["oa3", "application/vnd.fujitsu.oasys3"],
1405
+ ["oas", "application/vnd.fujitsu.oasys"],
1406
+ ["obd", "application/x-msbinder"],
1407
+ ["obgx", "application/vnd.openblox.game+xml"],
1408
+ ["obj", "model/obj"],
1409
+ ["oda", "application/oda"],
1410
+ ["odb", "application/vnd.oasis.opendocument.database"],
1411
+ ["odc", "application/vnd.oasis.opendocument.chart"],
1412
+ ["odf", "application/vnd.oasis.opendocument.formula"],
1413
+ ["odft", "application/vnd.oasis.opendocument.formula-template"],
1414
+ ["odg", "application/vnd.oasis.opendocument.graphics"],
1415
+ ["odi", "application/vnd.oasis.opendocument.image"],
1416
+ ["odm", "application/vnd.oasis.opendocument.text-master"],
1417
+ ["odp", "application/vnd.oasis.opendocument.presentation"],
1418
+ ["ods", "application/vnd.oasis.opendocument.spreadsheet"],
1419
+ ["odt", "application/vnd.oasis.opendocument.text"],
1420
+ ["oga", "audio/ogg"],
1421
+ ["ogex", "model/vnd.opengex"],
1422
+ ["ogg", "audio/ogg"],
1423
+ ["ogv", "video/ogg"],
1424
+ ["ogx", "application/ogg"],
1425
+ ["omdoc", "application/omdoc+xml"],
1426
+ ["onepkg", "application/onenote"],
1427
+ ["onetmp", "application/onenote"],
1428
+ ["onetoc", "application/onenote"],
1429
+ ["onetoc2", "application/onenote"],
1430
+ ["opf", "application/oebps-package+xml"],
1431
+ ["opml", "text/x-opml"],
1432
+ ["oprc", "application/vnd.palm"],
1433
+ ["opus", "audio/ogg"],
1434
+ ["org", "text/x-org"],
1435
+ ["osf", "application/vnd.yamaha.openscoreformat"],
1436
+ ["osfpvg", "application/vnd.yamaha.openscoreformat.osfpvg+xml"],
1437
+ ["osm", "application/vnd.openstreetmap.data+xml"],
1438
+ ["otc", "application/vnd.oasis.opendocument.chart-template"],
1439
+ ["otf", "font/otf"],
1440
+ ["otg", "application/vnd.oasis.opendocument.graphics-template"],
1441
+ ["oth", "application/vnd.oasis.opendocument.text-web"],
1442
+ ["oti", "application/vnd.oasis.opendocument.image-template"],
1443
+ ["otp", "application/vnd.oasis.opendocument.presentation-template"],
1444
+ ["ots", "application/vnd.oasis.opendocument.spreadsheet-template"],
1445
+ ["ott", "application/vnd.oasis.opendocument.text-template"],
1446
+ ["ova", "application/x-virtualbox-ova"],
1447
+ ["ovf", "application/x-virtualbox-ovf"],
1448
+ ["owl", "application/rdf+xml"],
1449
+ ["oxps", "application/oxps"],
1450
+ ["oxt", "application/vnd.openofficeorg.extension"],
1451
+ ["p", "text/x-pascal"],
1452
+ ["p7a", "application/x-pkcs7-signature"],
1453
+ ["p7b", "application/x-pkcs7-certificates"],
1454
+ ["p7c", "application/pkcs7-mime"],
1455
+ ["p7m", "application/pkcs7-mime"],
1456
+ ["p7r", "application/x-pkcs7-certreqresp"],
1457
+ ["p7s", "application/pkcs7-signature"],
1458
+ ["p8", "application/pkcs8"],
1459
+ ["p10", "application/x-pkcs10"],
1460
+ ["p12", "application/x-pkcs12"],
1461
+ ["pac", "application/x-ns-proxy-autoconfig"],
1462
+ ["pages", "application/x-iwork-pages-sffpages"],
1463
+ ["pas", "text/x-pascal"],
1464
+ ["paw", "application/vnd.pawaafile"],
1465
+ ["pbd", "application/vnd.powerbuilder6"],
1466
+ ["pbm", "image/x-portable-bitmap"],
1467
+ ["pcap", "application/vnd.tcpdump.pcap"],
1468
+ ["pcf", "application/x-font-pcf"],
1469
+ ["pcl", "application/vnd.hp-pcl"],
1470
+ ["pclxl", "application/vnd.hp-pclxl"],
1471
+ ["pct", "image/x-pict"],
1472
+ ["pcurl", "application/vnd.curl.pcurl"],
1473
+ ["pcx", "image/x-pcx"],
1474
+ ["pdb", "application/x-pilot"],
1475
+ ["pde", "text/x-processing"],
1476
+ ["pdf", "application/pdf"],
1477
+ ["pem", "application/x-x509-user-cert"],
1478
+ ["pfa", "application/x-font-type1"],
1479
+ ["pfb", "application/x-font-type1"],
1480
+ ["pfm", "application/x-font-type1"],
1481
+ ["pfr", "application/font-tdpfr"],
1482
+ ["pfx", "application/x-pkcs12"],
1483
+ ["pgm", "image/x-portable-graymap"],
1484
+ ["pgn", "application/x-chess-pgn"],
1485
+ ["pgp", "application/pgp"],
1486
+ ["php", "application/x-httpd-php"],
1487
+ ["php3", "application/x-httpd-php"],
1488
+ ["php4", "application/x-httpd-php"],
1489
+ ["phps", "application/x-httpd-php-source"],
1490
+ ["phtml", "application/x-httpd-php"],
1491
+ ["pic", "image/x-pict"],
1492
+ ["pkg", "application/octet-stream"],
1493
+ ["pki", "application/pkixcmp"],
1494
+ ["pkipath", "application/pkix-pkipath"],
1495
+ ["pkpass", "application/vnd.apple.pkpass"],
1496
+ ["pl", "application/x-perl"],
1497
+ ["plb", "application/vnd.3gpp.pic-bw-large"],
1498
+ ["plc", "application/vnd.mobius.plc"],
1499
+ ["plf", "application/vnd.pocketlearn"],
1500
+ ["pls", "application/pls+xml"],
1501
+ ["pm", "application/x-perl"],
1502
+ ["pml", "application/vnd.ctc-posml"],
1503
+ ["png", "image/png"],
1504
+ ["pnm", "image/x-portable-anymap"],
1505
+ ["portpkg", "application/vnd.macports.portpkg"],
1506
+ ["pot", "application/vnd.ms-powerpoint"],
1507
+ ["potm", "application/vnd.ms-powerpoint.presentation.macroEnabled.12"],
1508
+ ["potx", "application/vnd.openxmlformats-officedocument.presentationml.template"],
1509
+ ["ppa", "application/vnd.ms-powerpoint"],
1510
+ ["ppam", "application/vnd.ms-powerpoint.addin.macroEnabled.12"],
1511
+ ["ppd", "application/vnd.cups-ppd"],
1512
+ ["ppm", "image/x-portable-pixmap"],
1513
+ ["pps", "application/vnd.ms-powerpoint"],
1514
+ ["ppsm", "application/vnd.ms-powerpoint.slideshow.macroEnabled.12"],
1515
+ ["ppsx", "application/vnd.openxmlformats-officedocument.presentationml.slideshow"],
1516
+ ["ppt", "application/powerpoint"],
1517
+ ["pptm", "application/vnd.ms-powerpoint.presentation.macroEnabled.12"],
1518
+ ["pptx", "application/vnd.openxmlformats-officedocument.presentationml.presentation"],
1519
+ ["pqa", "application/vnd.palm"],
1520
+ ["prc", "application/x-pilot"],
1521
+ ["pre", "application/vnd.lotus-freelance"],
1522
+ ["prf", "application/pics-rules"],
1523
+ ["provx", "application/provenance+xml"],
1524
+ ["ps", "application/postscript"],
1525
+ ["psb", "application/vnd.3gpp.pic-bw-small"],
1526
+ ["psd", "application/x-photoshop"],
1527
+ ["psf", "application/x-font-linux-psf"],
1528
+ ["pskcxml", "application/pskc+xml"],
1529
+ ["pti", "image/prs.pti"],
1530
+ ["ptid", "application/vnd.pvi.ptid1"],
1531
+ ["pub", "application/x-mspublisher"],
1532
+ ["pvb", "application/vnd.3gpp.pic-bw-var"],
1533
+ ["pwn", "application/vnd.3m.post-it-notes"],
1534
+ ["pya", "audio/vnd.ms-playready.media.pya"],
1535
+ ["pyv", "video/vnd.ms-playready.media.pyv"],
1536
+ ["qam", "application/vnd.epson.quickanime"],
1537
+ ["qbo", "application/vnd.intu.qbo"],
1538
+ ["qfx", "application/vnd.intu.qfx"],
1539
+ ["qps", "application/vnd.publishare-delta-tree"],
1540
+ ["qt", "video/quicktime"],
1541
+ ["qwd", "application/vnd.quark.quarkxpress"],
1542
+ ["qwt", "application/vnd.quark.quarkxpress"],
1543
+ ["qxb", "application/vnd.quark.quarkxpress"],
1544
+ ["qxd", "application/vnd.quark.quarkxpress"],
1545
+ ["qxl", "application/vnd.quark.quarkxpress"],
1546
+ ["qxt", "application/vnd.quark.quarkxpress"],
1547
+ ["ra", "audio/x-realaudio"],
1548
+ ["ram", "audio/x-pn-realaudio"],
1549
+ ["raml", "application/raml+yaml"],
1550
+ ["rapd", "application/route-apd+xml"],
1551
+ ["rar", "application/x-rar"],
1552
+ ["ras", "image/x-cmu-raster"],
1553
+ ["rcprofile", "application/vnd.ipunplugged.rcprofile"],
1554
+ ["rdf", "application/rdf+xml"],
1555
+ ["rdz", "application/vnd.data-vision.rdz"],
1556
+ ["relo", "application/p2p-overlay+xml"],
1557
+ ["rep", "application/vnd.businessobjects"],
1558
+ ["res", "application/x-dtbresource+xml"],
1559
+ ["rgb", "image/x-rgb"],
1560
+ ["rif", "application/reginfo+xml"],
1561
+ ["rip", "audio/vnd.rip"],
1562
+ ["ris", "application/x-research-info-systems"],
1563
+ ["rl", "application/resource-lists+xml"],
1564
+ ["rlc", "image/vnd.fujixerox.edmics-rlc"],
1565
+ ["rld", "application/resource-lists-diff+xml"],
1566
+ ["rm", "audio/x-pn-realaudio"],
1567
+ ["rmi", "audio/midi"],
1568
+ ["rmp", "audio/x-pn-realaudio-plugin"],
1569
+ ["rms", "application/vnd.jcp.javame.midlet-rms"],
1570
+ ["rmvb", "application/vnd.rn-realmedia-vbr"],
1571
+ ["rnc", "application/relax-ng-compact-syntax"],
1572
+ ["rng", "application/xml"],
1573
+ ["roa", "application/rpki-roa"],
1574
+ ["roff", "text/troff"],
1575
+ ["rp9", "application/vnd.cloanto.rp9"],
1576
+ ["rpm", "audio/x-pn-realaudio-plugin"],
1577
+ ["rpss", "application/vnd.nokia.radio-presets"],
1578
+ ["rpst", "application/vnd.nokia.radio-preset"],
1579
+ ["rq", "application/sparql-query"],
1580
+ ["rs", "application/rls-services+xml"],
1581
+ ["rsa", "application/x-pkcs7"],
1582
+ ["rsat", "application/atsc-rsat+xml"],
1583
+ ["rsd", "application/rsd+xml"],
1584
+ ["rsheet", "application/urc-ressheet+xml"],
1585
+ ["rss", "application/rss+xml"],
1586
+ ["rtf", "text/rtf"],
1587
+ ["rtx", "text/richtext"],
1588
+ ["run", "application/x-makeself"],
1589
+ ["rusd", "application/route-usd+xml"],
1590
+ ["rv", "video/vnd.rn-realvideo"],
1591
+ ["s", "text/x-asm"],
1592
+ ["s3m", "audio/s3m"],
1593
+ ["saf", "application/vnd.yamaha.smaf-audio"],
1594
+ ["sass", "text/x-sass"],
1595
+ ["sbml", "application/sbml+xml"],
1596
+ ["sc", "application/vnd.ibm.secure-container"],
1597
+ ["scd", "application/x-msschedule"],
1598
+ ["scm", "application/vnd.lotus-screencam"],
1599
+ ["scq", "application/scvp-cv-request"],
1600
+ ["scs", "application/scvp-cv-response"],
1601
+ ["scss", "text/x-scss"],
1602
+ ["scurl", "text/vnd.curl.scurl"],
1603
+ ["sda", "application/vnd.stardivision.draw"],
1604
+ ["sdc", "application/vnd.stardivision.calc"],
1605
+ ["sdd", "application/vnd.stardivision.impress"],
1606
+ ["sdkd", "application/vnd.solent.sdkm+xml"],
1607
+ ["sdkm", "application/vnd.solent.sdkm+xml"],
1608
+ ["sdp", "application/sdp"],
1609
+ ["sdw", "application/vnd.stardivision.writer"],
1610
+ ["sea", "application/octet-stream"],
1611
+ ["see", "application/vnd.seemail"],
1612
+ ["seed", "application/vnd.fdsn.seed"],
1613
+ ["sema", "application/vnd.sema"],
1614
+ ["semd", "application/vnd.semd"],
1615
+ ["semf", "application/vnd.semf"],
1616
+ ["senmlx", "application/senml+xml"],
1617
+ ["sensmlx", "application/sensml+xml"],
1618
+ ["ser", "application/java-serialized-object"],
1619
+ ["setpay", "application/set-payment-initiation"],
1620
+ ["setreg", "application/set-registration-initiation"],
1621
+ ["sfd-hdstx", "application/vnd.hydrostatix.sof-data"],
1622
+ ["sfs", "application/vnd.spotfire.sfs"],
1623
+ ["sfv", "text/x-sfv"],
1624
+ ["sgi", "image/sgi"],
1625
+ ["sgl", "application/vnd.stardivision.writer-global"],
1626
+ ["sgm", "text/sgml"],
1627
+ ["sgml", "text/sgml"],
1628
+ ["sh", "application/x-sh"],
1629
+ ["shar", "application/x-shar"],
1630
+ ["shex", "text/shex"],
1631
+ ["shf", "application/shf+xml"],
1632
+ ["shtml", "text/html"],
1633
+ ["sid", "image/x-mrsid-image"],
1634
+ ["sieve", "application/sieve"],
1635
+ ["sig", "application/pgp-signature"],
1636
+ ["sil", "audio/silk"],
1637
+ ["silo", "model/mesh"],
1638
+ ["sis", "application/vnd.symbian.install"],
1639
+ ["sisx", "application/vnd.symbian.install"],
1640
+ ["sit", "application/x-stuffit"],
1641
+ ["sitx", "application/x-stuffitx"],
1642
+ ["siv", "application/sieve"],
1643
+ ["skd", "application/vnd.koan"],
1644
+ ["skm", "application/vnd.koan"],
1645
+ ["skp", "application/vnd.koan"],
1646
+ ["skt", "application/vnd.koan"],
1647
+ ["sldm", "application/vnd.ms-powerpoint.slide.macroenabled.12"],
1648
+ ["sldx", "application/vnd.openxmlformats-officedocument.presentationml.slide"],
1649
+ ["slim", "text/slim"],
1650
+ ["slm", "text/slim"],
1651
+ ["sls", "application/route-s-tsid+xml"],
1652
+ ["slt", "application/vnd.epson.salt"],
1653
+ ["sm", "application/vnd.stepmania.stepchart"],
1654
+ ["smf", "application/vnd.stardivision.math"],
1655
+ ["smi", "application/smil"],
1656
+ ["smil", "application/smil"],
1657
+ ["smv", "video/x-smv"],
1658
+ ["smzip", "application/vnd.stepmania.package"],
1659
+ ["snd", "audio/basic"],
1660
+ ["snf", "application/x-font-snf"],
1661
+ ["so", "application/octet-stream"],
1662
+ ["spc", "application/x-pkcs7-certificates"],
1663
+ ["spdx", "text/spdx"],
1664
+ ["spf", "application/vnd.yamaha.smaf-phrase"],
1665
+ ["spl", "application/x-futuresplash"],
1666
+ ["spot", "text/vnd.in3d.spot"],
1667
+ ["spp", "application/scvp-vp-response"],
1668
+ ["spq", "application/scvp-vp-request"],
1669
+ ["spx", "audio/ogg"],
1670
+ ["sql", "application/x-sql"],
1671
+ ["src", "application/x-wais-source"],
1672
+ ["srt", "application/x-subrip"],
1673
+ ["sru", "application/sru+xml"],
1674
+ ["srx", "application/sparql-results+xml"],
1675
+ ["ssdl", "application/ssdl+xml"],
1676
+ ["sse", "application/vnd.kodak-descriptor"],
1677
+ ["ssf", "application/vnd.epson.ssf"],
1678
+ ["ssml", "application/ssml+xml"],
1679
+ ["sst", "application/octet-stream"],
1680
+ ["st", "application/vnd.sailingtracker.track"],
1681
+ ["stc", "application/vnd.sun.xml.calc.template"],
1682
+ ["std", "application/vnd.sun.xml.draw.template"],
1683
+ ["stf", "application/vnd.wt.stf"],
1684
+ ["sti", "application/vnd.sun.xml.impress.template"],
1685
+ ["stk", "application/hyperstudio"],
1686
+ ["stl", "model/stl"],
1687
+ ["stpx", "model/step+xml"],
1688
+ ["stpxz", "model/step-xml+zip"],
1689
+ ["stpz", "model/step+zip"],
1690
+ ["str", "application/vnd.pg.format"],
1691
+ ["stw", "application/vnd.sun.xml.writer.template"],
1692
+ ["styl", "text/stylus"],
1693
+ ["stylus", "text/stylus"],
1694
+ ["sub", "text/vnd.dvb.subtitle"],
1695
+ ["sus", "application/vnd.sus-calendar"],
1696
+ ["susp", "application/vnd.sus-calendar"],
1697
+ ["sv4cpio", "application/x-sv4cpio"],
1698
+ ["sv4crc", "application/x-sv4crc"],
1699
+ ["svc", "application/vnd.dvb.service"],
1700
+ ["svd", "application/vnd.svd"],
1701
+ ["svg", "image/svg+xml"],
1702
+ ["svgz", "image/svg+xml"],
1703
+ ["swa", "application/x-director"],
1704
+ ["swf", "application/x-shockwave-flash"],
1705
+ ["swi", "application/vnd.aristanetworks.swi"],
1706
+ ["swidtag", "application/swid+xml"],
1707
+ ["sxc", "application/vnd.sun.xml.calc"],
1708
+ ["sxd", "application/vnd.sun.xml.draw"],
1709
+ ["sxg", "application/vnd.sun.xml.writer.global"],
1710
+ ["sxi", "application/vnd.sun.xml.impress"],
1711
+ ["sxm", "application/vnd.sun.xml.math"],
1712
+ ["sxw", "application/vnd.sun.xml.writer"],
1713
+ ["t", "text/troff"],
1714
+ ["t3", "application/x-t3vm-image"],
1715
+ ["t38", "image/t38"],
1716
+ ["taglet", "application/vnd.mynfc"],
1717
+ ["tao", "application/vnd.tao.intent-module-archive"],
1718
+ ["tap", "image/vnd.tencent.tap"],
1719
+ ["tar", "application/x-tar"],
1720
+ ["tcap", "application/vnd.3gpp2.tcap"],
1721
+ ["tcl", "application/x-tcl"],
1722
+ ["td", "application/urc-targetdesc+xml"],
1723
+ ["teacher", "application/vnd.smart.teacher"],
1724
+ ["tei", "application/tei+xml"],
1725
+ ["teicorpus", "application/tei+xml"],
1726
+ ["tex", "application/x-tex"],
1727
+ ["texi", "application/x-texinfo"],
1728
+ ["texinfo", "application/x-texinfo"],
1729
+ ["text", "text/plain"],
1730
+ ["tfi", "application/thraud+xml"],
1731
+ ["tfm", "application/x-tex-tfm"],
1732
+ ["tfx", "image/tiff-fx"],
1733
+ ["tga", "image/x-tga"],
1734
+ ["tgz", "application/x-tar"],
1735
+ ["thmx", "application/vnd.ms-officetheme"],
1736
+ ["tif", "image/tiff"],
1737
+ ["tiff", "image/tiff"],
1738
+ ["tk", "application/x-tcl"],
1739
+ ["tmo", "application/vnd.tmobile-livetv"],
1740
+ ["toml", "application/toml"],
1741
+ ["torrent", "application/x-bittorrent"],
1742
+ ["tpl", "application/vnd.groove-tool-template"],
1743
+ ["tpt", "application/vnd.trid.tpt"],
1744
+ ["tr", "text/troff"],
1745
+ ["tra", "application/vnd.trueapp"],
1746
+ ["trig", "application/trig"],
1747
+ ["trm", "application/x-msterminal"],
1748
+ ["ts", "video/mp2t"],
1749
+ ["tsd", "application/timestamped-data"],
1750
+ ["tsv", "text/tab-separated-values"],
1751
+ ["ttc", "font/collection"],
1752
+ ["ttf", "font/ttf"],
1753
+ ["ttl", "text/turtle"],
1754
+ ["ttml", "application/ttml+xml"],
1755
+ ["twd", "application/vnd.simtech-mindmapper"],
1756
+ ["twds", "application/vnd.simtech-mindmapper"],
1757
+ ["txd", "application/vnd.genomatix.tuxedo"],
1758
+ ["txf", "application/vnd.mobius.txf"],
1759
+ ["txt", "text/plain"],
1760
+ ["u8dsn", "message/global-delivery-status"],
1761
+ ["u8hdr", "message/global-headers"],
1762
+ ["u8mdn", "message/global-disposition-notification"],
1763
+ ["u8msg", "message/global"],
1764
+ ["u32", "application/x-authorware-bin"],
1765
+ ["ubj", "application/ubjson"],
1766
+ ["udeb", "application/x-debian-package"],
1767
+ ["ufd", "application/vnd.ufdl"],
1768
+ ["ufdl", "application/vnd.ufdl"],
1769
+ ["ulx", "application/x-glulx"],
1770
+ ["umj", "application/vnd.umajin"],
1771
+ ["unityweb", "application/vnd.unity"],
1772
+ ["uoml", "application/vnd.uoml+xml"],
1773
+ ["uri", "text/uri-list"],
1774
+ ["uris", "text/uri-list"],
1775
+ ["urls", "text/uri-list"],
1776
+ ["usdz", "model/vnd.usdz+zip"],
1777
+ ["ustar", "application/x-ustar"],
1778
+ ["utz", "application/vnd.uiq.theme"],
1779
+ ["uu", "text/x-uuencode"],
1780
+ ["uva", "audio/vnd.dece.audio"],
1781
+ ["uvd", "application/vnd.dece.data"],
1782
+ ["uvf", "application/vnd.dece.data"],
1783
+ ["uvg", "image/vnd.dece.graphic"],
1784
+ ["uvh", "video/vnd.dece.hd"],
1785
+ ["uvi", "image/vnd.dece.graphic"],
1786
+ ["uvm", "video/vnd.dece.mobile"],
1787
+ ["uvp", "video/vnd.dece.pd"],
1788
+ ["uvs", "video/vnd.dece.sd"],
1789
+ ["uvt", "application/vnd.dece.ttml+xml"],
1790
+ ["uvu", "video/vnd.uvvu.mp4"],
1791
+ ["uvv", "video/vnd.dece.video"],
1792
+ ["uvva", "audio/vnd.dece.audio"],
1793
+ ["uvvd", "application/vnd.dece.data"],
1794
+ ["uvvf", "application/vnd.dece.data"],
1795
+ ["uvvg", "image/vnd.dece.graphic"],
1796
+ ["uvvh", "video/vnd.dece.hd"],
1797
+ ["uvvi", "image/vnd.dece.graphic"],
1798
+ ["uvvm", "video/vnd.dece.mobile"],
1799
+ ["uvvp", "video/vnd.dece.pd"],
1800
+ ["uvvs", "video/vnd.dece.sd"],
1801
+ ["uvvt", "application/vnd.dece.ttml+xml"],
1802
+ ["uvvu", "video/vnd.uvvu.mp4"],
1803
+ ["uvvv", "video/vnd.dece.video"],
1804
+ ["uvvx", "application/vnd.dece.unspecified"],
1805
+ ["uvvz", "application/vnd.dece.zip"],
1806
+ ["uvx", "application/vnd.dece.unspecified"],
1807
+ ["uvz", "application/vnd.dece.zip"],
1808
+ ["vbox", "application/x-virtualbox-vbox"],
1809
+ ["vbox-extpack", "application/x-virtualbox-vbox-extpack"],
1810
+ ["vcard", "text/vcard"],
1811
+ ["vcd", "application/x-cdlink"],
1812
+ ["vcf", "text/x-vcard"],
1813
+ ["vcg", "application/vnd.groove-vcard"],
1814
+ ["vcs", "text/x-vcalendar"],
1815
+ ["vcx", "application/vnd.vcx"],
1816
+ ["vdi", "application/x-virtualbox-vdi"],
1817
+ ["vds", "model/vnd.sap.vds"],
1818
+ ["vhd", "application/x-virtualbox-vhd"],
1819
+ ["vis", "application/vnd.visionary"],
1820
+ ["viv", "video/vnd.vivo"],
1821
+ ["vlc", "application/videolan"],
1822
+ ["vmdk", "application/x-virtualbox-vmdk"],
1823
+ ["vob", "video/x-ms-vob"],
1824
+ ["vor", "application/vnd.stardivision.writer"],
1825
+ ["vox", "application/x-authorware-bin"],
1826
+ ["vrml", "model/vrml"],
1827
+ ["vsd", "application/vnd.visio"],
1828
+ ["vsf", "application/vnd.vsf"],
1829
+ ["vss", "application/vnd.visio"],
1830
+ ["vst", "application/vnd.visio"],
1831
+ ["vsw", "application/vnd.visio"],
1832
+ ["vtf", "image/vnd.valve.source.texture"],
1833
+ ["vtt", "text/vtt"],
1834
+ ["vtu", "model/vnd.vtu"],
1835
+ ["vxml", "application/voicexml+xml"],
1836
+ ["w3d", "application/x-director"],
1837
+ ["wad", "application/x-doom"],
1838
+ ["wadl", "application/vnd.sun.wadl+xml"],
1839
+ ["war", "application/java-archive"],
1840
+ ["wasm", "application/wasm"],
1841
+ ["wav", "audio/x-wav"],
1842
+ ["wax", "audio/x-ms-wax"],
1843
+ ["wbmp", "image/vnd.wap.wbmp"],
1844
+ ["wbs", "application/vnd.criticaltools.wbs+xml"],
1845
+ ["wbxml", "application/wbxml"],
1846
+ ["wcm", "application/vnd.ms-works"],
1847
+ ["wdb", "application/vnd.ms-works"],
1848
+ ["wdp", "image/vnd.ms-photo"],
1849
+ ["weba", "audio/webm"],
1850
+ ["webapp", "application/x-web-app-manifest+json"],
1851
+ ["webm", "video/webm"],
1852
+ ["webmanifest", "application/manifest+json"],
1853
+ ["webp", "image/webp"],
1854
+ ["wg", "application/vnd.pmi.widget"],
1855
+ ["wgt", "application/widget"],
1856
+ ["wks", "application/vnd.ms-works"],
1857
+ ["wm", "video/x-ms-wm"],
1858
+ ["wma", "audio/x-ms-wma"],
1859
+ ["wmd", "application/x-ms-wmd"],
1860
+ ["wmf", "image/wmf"],
1861
+ ["wml", "text/vnd.wap.wml"],
1862
+ ["wmlc", "application/wmlc"],
1863
+ ["wmls", "text/vnd.wap.wmlscript"],
1864
+ ["wmlsc", "application/vnd.wap.wmlscriptc"],
1865
+ ["wmv", "video/x-ms-wmv"],
1866
+ ["wmx", "video/x-ms-wmx"],
1867
+ ["wmz", "application/x-msmetafile"],
1868
+ ["woff", "font/woff"],
1869
+ ["woff2", "font/woff2"],
1870
+ ["word", "application/msword"],
1871
+ ["wpd", "application/vnd.wordperfect"],
1872
+ ["wpl", "application/vnd.ms-wpl"],
1873
+ ["wps", "application/vnd.ms-works"],
1874
+ ["wqd", "application/vnd.wqd"],
1875
+ ["wri", "application/x-mswrite"],
1876
+ ["wrl", "model/vrml"],
1877
+ ["wsc", "message/vnd.wfa.wsc"],
1878
+ ["wsdl", "application/wsdl+xml"],
1879
+ ["wspolicy", "application/wspolicy+xml"],
1880
+ ["wtb", "application/vnd.webturbo"],
1881
+ ["wvx", "video/x-ms-wvx"],
1882
+ ["x3d", "model/x3d+xml"],
1883
+ ["x3db", "model/x3d+fastinfoset"],
1884
+ ["x3dbz", "model/x3d+binary"],
1885
+ ["x3dv", "model/x3d-vrml"],
1886
+ ["x3dvz", "model/x3d+vrml"],
1887
+ ["x3dz", "model/x3d+xml"],
1888
+ ["x32", "application/x-authorware-bin"],
1889
+ ["x_b", "model/vnd.parasolid.transmit.binary"],
1890
+ ["x_t", "model/vnd.parasolid.transmit.text"],
1891
+ ["xaml", "application/xaml+xml"],
1892
+ ["xap", "application/x-silverlight-app"],
1893
+ ["xar", "application/vnd.xara"],
1894
+ ["xav", "application/xcap-att+xml"],
1895
+ ["xbap", "application/x-ms-xbap"],
1896
+ ["xbd", "application/vnd.fujixerox.docuworks.binder"],
1897
+ ["xbm", "image/x-xbitmap"],
1898
+ ["xca", "application/xcap-caps+xml"],
1899
+ ["xcs", "application/calendar+xml"],
1900
+ ["xdf", "application/xcap-diff+xml"],
1901
+ ["xdm", "application/vnd.syncml.dm+xml"],
1902
+ ["xdp", "application/vnd.adobe.xdp+xml"],
1903
+ ["xdssc", "application/dssc+xml"],
1904
+ ["xdw", "application/vnd.fujixerox.docuworks"],
1905
+ ["xel", "application/xcap-el+xml"],
1906
+ ["xenc", "application/xenc+xml"],
1907
+ ["xer", "application/patch-ops-error+xml"],
1908
+ ["xfdf", "application/vnd.adobe.xfdf"],
1909
+ ["xfdl", "application/vnd.xfdl"],
1910
+ ["xht", "application/xhtml+xml"],
1911
+ ["xhtml", "application/xhtml+xml"],
1912
+ ["xhvml", "application/xv+xml"],
1913
+ ["xif", "image/vnd.xiff"],
1914
+ ["xl", "application/excel"],
1915
+ ["xla", "application/vnd.ms-excel"],
1916
+ ["xlam", "application/vnd.ms-excel.addin.macroEnabled.12"],
1917
+ ["xlc", "application/vnd.ms-excel"],
1918
+ ["xlf", "application/xliff+xml"],
1919
+ ["xlm", "application/vnd.ms-excel"],
1920
+ ["xls", "application/vnd.ms-excel"],
1921
+ ["xlsb", "application/vnd.ms-excel.sheet.binary.macroEnabled.12"],
1922
+ ["xlsm", "application/vnd.ms-excel.sheet.macroEnabled.12"],
1923
+ ["xlsx", "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"],
1924
+ ["xlt", "application/vnd.ms-excel"],
1925
+ ["xltm", "application/vnd.ms-excel.template.macroEnabled.12"],
1926
+ ["xltx", "application/vnd.openxmlformats-officedocument.spreadsheetml.template"],
1927
+ ["xlw", "application/vnd.ms-excel"],
1928
+ ["xm", "audio/xm"],
1929
+ ["xml", "application/xml"],
1930
+ ["xns", "application/xcap-ns+xml"],
1931
+ ["xo", "application/vnd.olpc-sugar"],
1932
+ ["xop", "application/xop+xml"],
1933
+ ["xpi", "application/x-xpinstall"],
1934
+ ["xpl", "application/xproc+xml"],
1935
+ ["xpm", "image/x-xpixmap"],
1936
+ ["xpr", "application/vnd.is-xpr"],
1937
+ ["xps", "application/vnd.ms-xpsdocument"],
1938
+ ["xpw", "application/vnd.intercon.formnet"],
1939
+ ["xpx", "application/vnd.intercon.formnet"],
1940
+ ["xsd", "application/xml"],
1941
+ ["xsl", "application/xml"],
1942
+ ["xslt", "application/xslt+xml"],
1943
+ ["xsm", "application/vnd.syncml+xml"],
1944
+ ["xspf", "application/xspf+xml"],
1945
+ ["xul", "application/vnd.mozilla.xul+xml"],
1946
+ ["xvm", "application/xv+xml"],
1947
+ ["xvml", "application/xv+xml"],
1948
+ ["xwd", "image/x-xwindowdump"],
1949
+ ["xyz", "chemical/x-xyz"],
1950
+ ["xz", "application/x-xz"],
1951
+ ["yaml", "text/yaml"],
1952
+ ["yang", "application/yang"],
1953
+ ["yin", "application/yin+xml"],
1954
+ ["yml", "text/yaml"],
1955
+ ["ymp", "text/x-suse-ymp"],
1956
+ ["z", "application/x-compress"],
1957
+ ["z1", "application/x-zmachine"],
1958
+ ["z2", "application/x-zmachine"],
1959
+ ["z3", "application/x-zmachine"],
1960
+ ["z4", "application/x-zmachine"],
1961
+ ["z5", "application/x-zmachine"],
1962
+ ["z6", "application/x-zmachine"],
1963
+ ["z7", "application/x-zmachine"],
1964
+ ["z8", "application/x-zmachine"],
1965
+ ["zaz", "application/vnd.zzazz.deck+xml"],
1966
+ ["zip", "application/zip"],
1967
+ ["zir", "application/vnd.zul"],
1968
+ ["zirz", "application/vnd.zul"],
1969
+ ["zmm", "application/vnd.handheld-entertainment+xml"],
1970
+ ["zsh", "text/x-scriptzsh"]
1971
+ ]);
1972
+ function q(e, t, n) {
1973
+ let r = J(e), { webkitRelativePath: i } = e, a = typeof t == "string" ? t : typeof i == "string" && i.length > 0 ? i : `./${e.name}`;
1974
+ return typeof r.path != "string" && Y(r, "path", a), n !== void 0 && Object.defineProperty(r, "handle", {
1975
+ value: n,
1976
+ writable: !1,
1977
+ configurable: !1,
1978
+ enumerable: !0
1979
+ }), Y(r, "relativePath", a), r;
1980
+ }
1981
+ function J(e) {
1982
+ let { name: t } = e;
1983
+ if (t && t.lastIndexOf(".") !== -1 && !e.type) {
1984
+ let n = t.split(".").pop().toLowerCase(), r = K.get(n);
1985
+ r && Object.defineProperty(e, "type", {
1986
+ value: r,
1987
+ writable: !1,
1988
+ configurable: !1,
1989
+ enumerable: !0
1990
+ });
1991
+ }
1992
+ return e;
1993
+ }
1994
+ function Y(e, t, n) {
1995
+ Object.defineProperty(e, t, {
1996
+ value: n,
1997
+ writable: !1,
1998
+ configurable: !1,
1999
+ enumerable: !0
2000
+ });
2001
+ }
2002
+ //#endregion
2003
+ //#region ../../node_modules/.pnpm/file-selector@2.1.2/node_modules/file-selector/dist/es2015/file-selector.js
2004
+ var fe = [".DS_Store", "Thumbs.db"];
2005
+ function pe(e) {
2006
+ return G(this, void 0, void 0, function* () {
2007
+ return ge(e) && me(e.dataTransfer) ? ye(e.dataTransfer, e.type) : he(e) ? _e(e) : Array.isArray(e) && e.every((e) => "getFile" in e && typeof e.getFile == "function") ? ve(e) : [];
2008
+ });
2009
+ }
2010
+ function me(e) {
2011
+ return ge(e);
2012
+ }
2013
+ function he(e) {
2014
+ return ge(e) && ge(e.target);
2015
+ }
2016
+ function ge(e) {
2017
+ return typeof e == "object" && !!e;
2018
+ }
2019
+ function _e(e) {
2020
+ return xe(e.target.files).map((e) => q(e));
2021
+ }
2022
+ function ve(e) {
2023
+ return G(this, void 0, void 0, function* () {
2024
+ return (yield Promise.all(e.map((e) => e.getFile()))).map((e) => q(e));
2025
+ });
2026
+ }
2027
+ function ye(e, t) {
2028
+ return G(this, void 0, void 0, function* () {
2029
+ if (e.items) {
2030
+ let n = xe(e.items).filter((e) => e.kind === "file");
2031
+ return t === "drop" ? be(Ce(yield Promise.all(n.map(Se)))) : n;
2032
+ }
2033
+ return be(xe(e.files).map((e) => q(e)));
2034
+ });
2035
+ }
2036
+ function be(e) {
2037
+ return e.filter((e) => fe.indexOf(e.name) === -1);
2038
+ }
2039
+ function xe(e) {
2040
+ if (e === null) return [];
2041
+ let t = [];
2042
+ for (let n = 0; n < e.length; n++) {
2043
+ let r = e[n];
2044
+ t.push(r);
2045
+ }
2046
+ return t;
2047
+ }
2048
+ function Se(e) {
2049
+ if (typeof e.webkitGetAsEntry != "function") return we(e);
2050
+ let t = e.webkitGetAsEntry();
2051
+ return t && t.isDirectory ? Ee(t) : we(e, t);
2052
+ }
2053
+ function Ce(e) {
2054
+ return e.reduce((e, t) => [...e, ...Array.isArray(t) ? Ce(t) : [t]], []);
2055
+ }
2056
+ function we(e, t) {
2057
+ return G(this, void 0, void 0, function* () {
2058
+ if (globalThis.isSecureContext && typeof e.getAsFileSystemHandle == "function") {
2059
+ let t = yield e.getAsFileSystemHandle();
2060
+ if (t === null) throw Error(`${e} is not a File`);
2061
+ if (t !== void 0) {
2062
+ let e = yield t.getFile();
2063
+ return e.handle = t, q(e);
2064
+ }
2065
+ }
2066
+ let n = e.getAsFile();
2067
+ if (!n) throw Error(`${e} is not a File`);
2068
+ return q(n, t?.fullPath ?? void 0);
2069
+ });
2070
+ }
2071
+ function Te(e) {
2072
+ return G(this, void 0, void 0, function* () {
2073
+ return e.isDirectory ? Ee(e) : De(e);
2074
+ });
2075
+ }
2076
+ function Ee(e) {
2077
+ let t = e.createReader();
2078
+ return new Promise((e, n) => {
2079
+ let r = [];
2080
+ function i() {
2081
+ t.readEntries((t) => G(this, void 0, void 0, function* () {
2082
+ if (t.length) {
2083
+ let e = Promise.all(t.map(Te));
2084
+ r.push(e), i();
2085
+ } else try {
2086
+ e(yield Promise.all(r));
2087
+ } catch (e) {
2088
+ n(e);
2089
+ }
2090
+ }), (e) => {
2091
+ n(e);
2092
+ });
2093
+ }
2094
+ i();
2095
+ });
2096
+ }
2097
+ function De(e) {
2098
+ return G(this, void 0, void 0, function* () {
2099
+ return new Promise((t, n) => {
2100
+ e.file((n) => {
2101
+ t(q(n, e.fullPath));
2102
+ }, (e) => {
2103
+ n(e);
2104
+ });
2105
+ });
2106
+ });
2107
+ }
2108
+ //#endregion
2109
+ //#region ../../node_modules/.pnpm/attr-accept@2.2.5/node_modules/attr-accept/dist/es/index.js
2110
+ var Oe = /* @__PURE__ */ t(((e) => {
2111
+ e.__esModule = !0, e.default = function(e, t) {
2112
+ if (e && t) {
2113
+ var n = Array.isArray(t) ? t : t.split(",");
2114
+ if (n.length === 0) return !0;
2115
+ var r = e.name || "", i = (e.type || "").toLowerCase(), a = i.replace(/\/.*$/, "");
2116
+ return n.some(function(e) {
2117
+ var t = e.trim().toLowerCase();
2118
+ return t.charAt(0) === "." ? r.toLowerCase().endsWith(t) : t.endsWith("/*") ? a === t.replace(/\/.*$/, "") : i === t;
2119
+ });
2120
+ }
2121
+ return !0;
2122
+ };
2123
+ })), X = /* @__PURE__ */ e(de()), ke = /* @__PURE__ */ e(Oe());
2124
+ function Ae(e) {
2125
+ return Ne(e) || Me(e) || ze(e) || je();
2126
+ }
2127
+ function je() {
2128
+ throw TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
2129
+ }
2130
+ function Me(e) {
2131
+ if (typeof Symbol < "u" && e[Symbol.iterator] != null || e["@@iterator"] != null) return Array.from(e);
2132
+ }
2133
+ function Ne(e) {
2134
+ if (Array.isArray(e)) return Be(e);
2135
+ }
2136
+ function Pe(e, t) {
2137
+ var n = Object.keys(e);
2138
+ if (Object.getOwnPropertySymbols) {
2139
+ var r = Object.getOwnPropertySymbols(e);
2140
+ t && (r = r.filter(function(t) {
2141
+ return Object.getOwnPropertyDescriptor(e, t).enumerable;
2142
+ })), n.push.apply(n, r);
2143
+ }
2144
+ return n;
2145
+ }
2146
+ function Fe(e) {
2147
+ for (var t = 1; t < arguments.length; t++) {
2148
+ var n = arguments[t] == null ? {} : arguments[t];
2149
+ t % 2 ? Pe(Object(n), !0).forEach(function(t) {
2150
+ Ie(e, t, n[t]);
2151
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) : Pe(Object(n)).forEach(function(t) {
2152
+ Object.defineProperty(e, t, Object.getOwnPropertyDescriptor(n, t));
2153
+ });
2154
+ }
2155
+ return e;
2156
+ }
2157
+ function Ie(e, t, n) {
2158
+ return t in e ? Object.defineProperty(e, t, {
2159
+ value: n,
2160
+ enumerable: !0,
2161
+ configurable: !0,
2162
+ writable: !0
2163
+ }) : e[t] = n, e;
2164
+ }
2165
+ function Le(e, t) {
2166
+ return He(e) || Ve(e, t) || ze(e, t) || Re();
2167
+ }
2168
+ function Re() {
2169
+ throw TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
2170
+ }
2171
+ function ze(e, t) {
2172
+ if (e) {
2173
+ if (typeof e == "string") return Be(e, t);
2174
+ var n = Object.prototype.toString.call(e).slice(8, -1);
2175
+ if (n === "Object" && e.constructor && (n = e.constructor.name), n === "Map" || n === "Set") return Array.from(e);
2176
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return Be(e, t);
2177
+ }
2178
+ }
2179
+ function Be(e, t) {
2180
+ (t == null || t > e.length) && (t = e.length);
2181
+ for (var n = 0, r = Array(t); n < t; n++) r[n] = e[n];
2182
+ return r;
2183
+ }
2184
+ function Ve(e, t) {
2185
+ var n = e == null ? null : typeof Symbol < "u" && e[Symbol.iterator] || e["@@iterator"];
2186
+ if (n != null) {
2187
+ var r = [], i = !0, a = !1, o, s;
2188
+ try {
2189
+ for (n = n.call(e); !(i = (o = n.next()).done) && (r.push(o.value), !(t && r.length === t)); i = !0);
2190
+ } catch (e) {
2191
+ a = !0, s = e;
2192
+ } finally {
2193
+ try {
2194
+ !i && n.return != null && n.return();
2195
+ } finally {
2196
+ if (a) throw s;
2197
+ }
2198
+ }
2199
+ return r;
2200
+ }
2201
+ }
2202
+ function He(e) {
2203
+ if (Array.isArray(e)) return e;
2204
+ }
2205
+ var Ue = typeof ke.default == "function" ? ke.default : ke.default.default, We = "file-invalid-type", Ge = "file-too-large", Ke = "file-too-small", qe = "too-many-files", Je = function() {
2206
+ var e = (arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "").split(",");
2207
+ return {
2208
+ code: We,
2209
+ message: `File type must be ${e.length > 1 ? `one of ${e.join(", ")}` : e[0]}`
2210
+ };
2211
+ }, Ye = function(e) {
2212
+ return {
2213
+ code: Ge,
2214
+ message: `File is larger than ${e} ${e === 1 ? "byte" : "bytes"}`
2215
+ };
2216
+ }, Xe = function(e) {
2217
+ return {
2218
+ code: Ke,
2219
+ message: `File is smaller than ${e} ${e === 1 ? "byte" : "bytes"}`
2220
+ };
2221
+ }, Ze = {
2222
+ code: qe,
2223
+ message: "Too many files"
2224
+ };
2225
+ function Qe(e) {
2226
+ return e.type === "" && typeof e.getAsFile == "function";
2227
+ }
2228
+ function $e(e, t) {
2229
+ var n = e.type === "application/x-moz-file" || Ue(e, t) || Qe(e);
2230
+ return [n, n ? null : Je(t)];
2231
+ }
2232
+ function et(e, t, n) {
2233
+ if (Z(e.size)) {
2234
+ if (Z(t) && Z(n)) {
2235
+ if (e.size > n) return [!1, Ye(n)];
2236
+ if (e.size < t) return [!1, Xe(t)];
2237
+ } else if (Z(t) && e.size < t) return [!1, Xe(t)];
2238
+ else if (Z(n) && e.size > n) return [!1, Ye(n)];
2239
+ }
2240
+ return [!0, null];
2241
+ }
2242
+ function Z(e) {
2243
+ return e != null;
2244
+ }
2245
+ function tt(e) {
2246
+ var t = e.files, n = e.accept, r = e.minSize, i = e.maxSize, a = e.multiple, o = e.maxFiles, s = e.validator;
2247
+ return !a && t.length > 1 || a && o >= 1 && t.length > o ? !1 : t.every(function(e) {
2248
+ var t = Le($e(e, n), 1)[0], a = Le(et(e, r, i), 1)[0], o = s ? s(e) : null;
2249
+ return t && a && !o;
2250
+ });
2251
+ }
2252
+ function nt(e) {
2253
+ return typeof e.isPropagationStopped == "function" ? e.isPropagationStopped() : e.cancelBubble === void 0 ? !1 : e.cancelBubble;
2254
+ }
2255
+ function rt(e) {
2256
+ return e.dataTransfer ? Array.prototype.some.call(e.dataTransfer.types, function(e) {
2257
+ return e === "Files" || e === "application/x-moz-file";
2258
+ }) : !!e.target && !!e.target.files;
2259
+ }
2260
+ function it(e) {
2261
+ e.preventDefault();
2262
+ }
2263
+ function at(e) {
2264
+ return e.indexOf("MSIE") !== -1 || e.indexOf("Trident/") !== -1;
2265
+ }
2266
+ function ot(e) {
2267
+ return e.indexOf("Edge/") !== -1;
2268
+ }
2269
+ function st() {
2270
+ var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : window.navigator.userAgent;
2271
+ return at(e) || ot(e);
2272
+ }
2273
+ function Q() {
2274
+ var e = [...arguments];
2275
+ return function(t) {
2276
+ var n = [...arguments].slice(1);
2277
+ return e.some(function(e) {
2278
+ return !nt(t) && e && e.apply(void 0, [t].concat(n)), nt(t);
2279
+ });
2280
+ };
2281
+ }
2282
+ function ct() {
2283
+ return "showOpenFilePicker" in window;
2284
+ }
2285
+ function lt(e) {
2286
+ return Z(e) ? [{
2287
+ description: "Files",
2288
+ accept: Object.entries(e).filter(function(e) {
2289
+ var t = Le(e, 2), n = t[0], r = t[1], i = !0;
2290
+ return pt(n) || (console.warn(`Skipped "${n}" because it is not a valid MIME type. Check https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types for a list of valid MIME types.`), i = !1), (!Array.isArray(r) || !r.every(mt)) && (console.warn(`Skipped "${n}" because an invalid file extension was provided.`), i = !1), i;
2291
+ }).reduce(function(e, t) {
2292
+ var n = Le(t, 2), r = n[0], i = n[1];
2293
+ return Fe(Fe({}, e), {}, Ie({}, r, i));
2294
+ }, {})
2295
+ }] : e;
2296
+ }
2297
+ function ut(e) {
2298
+ if (Z(e)) return Object.entries(e).reduce(function(e, t) {
2299
+ var n = Le(t, 2), r = n[0], i = n[1];
2300
+ return [].concat(Ae(e), [r], Ae(i));
2301
+ }, []).filter(function(e) {
2302
+ return pt(e) || mt(e);
2303
+ }).join(",");
2304
+ }
2305
+ function dt(e) {
2306
+ return e instanceof DOMException && (e.name === "AbortError" || e.code === e.ABORT_ERR);
2307
+ }
2308
+ function ft(e) {
2309
+ return e instanceof DOMException && (e.name === "SecurityError" || e.code === e.SECURITY_ERR);
2310
+ }
2311
+ function pt(e) {
2312
+ return e === "audio/*" || e === "video/*" || e === "image/*" || e === "text/*" || e === "application/*" || /\w+\/[-+.\w]+/g.test(e);
2313
+ }
2314
+ function mt(e) {
2315
+ return /^.*\.[\w]+$/.test(e);
2316
+ }
2317
+ //#endregion
2318
+ //#region ../../node_modules/.pnpm/react-dropzone@15.0.0_react@19.2.3/node_modules/react-dropzone/dist/es/index.js
2319
+ var ht = ["children"], gt = ["open"], _t = [
2320
+ "refKey",
2321
+ "role",
2322
+ "onKeyDown",
2323
+ "onFocus",
2324
+ "onBlur",
2325
+ "onClick",
2326
+ "onDragEnter",
2327
+ "onDragOver",
2328
+ "onDragLeave",
2329
+ "onDrop"
2330
+ ], vt = [
2331
+ "refKey",
2332
+ "onChange",
2333
+ "onClick"
2334
+ ];
2335
+ function yt(e) {
2336
+ return St(e) || xt(e) || Tt(e) || bt();
2337
+ }
2338
+ function bt() {
2339
+ throw TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
2340
+ }
2341
+ function xt(e) {
2342
+ if (typeof Symbol < "u" && e[Symbol.iterator] != null || e["@@iterator"] != null) return Array.from(e);
2343
+ }
2344
+ function St(e) {
2345
+ if (Array.isArray(e)) return Et(e);
2346
+ }
2347
+ function Ct(e, t) {
2348
+ return Ot(e) || Dt(e, t) || Tt(e, t) || wt();
2349
+ }
2350
+ function wt() {
2351
+ throw TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
2352
+ }
2353
+ function Tt(e, t) {
2354
+ if (e) {
2355
+ if (typeof e == "string") return Et(e, t);
2356
+ var n = Object.prototype.toString.call(e).slice(8, -1);
2357
+ if (n === "Object" && e.constructor && (n = e.constructor.name), n === "Map" || n === "Set") return Array.from(e);
2358
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return Et(e, t);
2359
+ }
2360
+ }
2361
+ function Et(e, t) {
2362
+ (t == null || t > e.length) && (t = e.length);
2363
+ for (var n = 0, r = Array(t); n < t; n++) r[n] = e[n];
2364
+ return r;
2365
+ }
2366
+ function Dt(e, t) {
2367
+ var n = e == null ? null : typeof Symbol < "u" && e[Symbol.iterator] || e["@@iterator"];
2368
+ if (n != null) {
2369
+ var r = [], i = !0, a = !1, o, s;
2370
+ try {
2371
+ for (n = n.call(e); !(i = (o = n.next()).done) && (r.push(o.value), !(t && r.length === t)); i = !0);
2372
+ } catch (e) {
2373
+ a = !0, s = e;
2374
+ } finally {
2375
+ try {
2376
+ !i && n.return != null && n.return();
2377
+ } finally {
2378
+ if (a) throw s;
2379
+ }
2380
+ }
2381
+ return r;
2382
+ }
2383
+ }
2384
+ function Ot(e) {
2385
+ if (Array.isArray(e)) return e;
2386
+ }
2387
+ function kt(e, t) {
2388
+ var n = Object.keys(e);
2389
+ if (Object.getOwnPropertySymbols) {
2390
+ var r = Object.getOwnPropertySymbols(e);
2391
+ t && (r = r.filter(function(t) {
2392
+ return Object.getOwnPropertyDescriptor(e, t).enumerable;
2393
+ })), n.push.apply(n, r);
2394
+ }
2395
+ return n;
2396
+ }
2397
+ function $(e) {
2398
+ for (var t = 1; t < arguments.length; t++) {
2399
+ var n = arguments[t] == null ? {} : arguments[t];
2400
+ t % 2 ? kt(Object(n), !0).forEach(function(t) {
2401
+ At(e, t, n[t]);
2402
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) : kt(Object(n)).forEach(function(t) {
2403
+ Object.defineProperty(e, t, Object.getOwnPropertyDescriptor(n, t));
2404
+ });
2405
+ }
2406
+ return e;
2407
+ }
2408
+ function At(e, t, n) {
2409
+ return t in e ? Object.defineProperty(e, t, {
2410
+ value: n,
2411
+ enumerable: !0,
2412
+ configurable: !0,
2413
+ writable: !0
2414
+ }) : e[t] = n, e;
2415
+ }
2416
+ function jt(e, t) {
2417
+ if (e == null) return {};
2418
+ var n = Mt(e, t), r, i;
2419
+ if (Object.getOwnPropertySymbols) {
2420
+ var a = Object.getOwnPropertySymbols(e);
2421
+ for (i = 0; i < a.length; i++) r = a[i], !(t.indexOf(r) >= 0) && Object.prototype.propertyIsEnumerable.call(e, r) && (n[r] = e[r]);
2422
+ }
2423
+ return n;
2424
+ }
2425
+ function Mt(e, t) {
2426
+ if (e == null) return {};
2427
+ var n = {}, r = Object.keys(e), i, a;
2428
+ for (a = 0; a < r.length; a++) i = r[a], !(t.indexOf(i) >= 0) && (n[i] = e[i]);
2429
+ return n;
2430
+ }
2431
+ var Nt = /* @__PURE__ */ d(function(e, t) {
2432
+ var n = e.children, r = It(jt(e, ht)), i = r.open, a = jt(r, gt);
2433
+ return h(t, function() {
2434
+ return { open: i };
2435
+ }, [i]), /* @__PURE__ */ c.createElement(l, null, n($($({}, a), {}, { open: i })));
2436
+ });
2437
+ Nt.displayName = "Dropzone";
2438
+ var Pt = {
2439
+ disabled: !1,
2440
+ getFilesFromEvent: pe,
2441
+ maxSize: Infinity,
2442
+ minSize: 0,
2443
+ multiple: !0,
2444
+ maxFiles: 0,
2445
+ preventDropOnDocument: !0,
2446
+ noClick: !1,
2447
+ noKeyboard: !1,
2448
+ noDrag: !1,
2449
+ noDragEventsBubbling: !1,
2450
+ validator: null,
2451
+ useFsAccessApi: !1,
2452
+ autoFocus: !1
2453
+ };
2454
+ Nt.defaultProps = Pt, Nt.propTypes = {
2455
+ children: X.default.func,
2456
+ accept: X.default.objectOf(X.default.arrayOf(X.default.string)),
2457
+ multiple: X.default.bool,
2458
+ preventDropOnDocument: X.default.bool,
2459
+ noClick: X.default.bool,
2460
+ noKeyboard: X.default.bool,
2461
+ noDrag: X.default.bool,
2462
+ noDragEventsBubbling: X.default.bool,
2463
+ minSize: X.default.number,
2464
+ maxSize: X.default.number,
2465
+ maxFiles: X.default.number,
2466
+ disabled: X.default.bool,
2467
+ getFilesFromEvent: X.default.func,
2468
+ onFileDialogCancel: X.default.func,
2469
+ onFileDialogOpen: X.default.func,
2470
+ useFsAccessApi: X.default.bool,
2471
+ autoFocus: X.default.bool,
2472
+ onDragEnter: X.default.func,
2473
+ onDragLeave: X.default.func,
2474
+ onDragOver: X.default.func,
2475
+ onDrop: X.default.func,
2476
+ onDropAccepted: X.default.func,
2477
+ onDropRejected: X.default.func,
2478
+ onError: X.default.func,
2479
+ validator: X.default.func
2480
+ };
2481
+ var Ft = {
2482
+ isFocused: !1,
2483
+ isFileDialogActive: !1,
2484
+ isDragActive: !1,
2485
+ isDragAccept: !1,
2486
+ isDragReject: !1,
2487
+ isDragGlobal: !1,
2488
+ acceptedFiles: [],
2489
+ fileRejections: []
2490
+ };
2491
+ function It() {
2492
+ var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = $($({}, Pt), e), n = t.accept, r = t.disabled, i = t.getFilesFromEvent, a = t.maxSize, o = t.minSize, s = t.multiple, c = t.maxFiles, l = t.onDragEnter, u = t.onDragLeave, d = t.onDragOver, p = t.onDrop, h = t.onDropAccepted, y = t.onDropRejected, b = t.onFileDialogCancel, x = t.onFileDialogOpen, S = t.useFsAccessApi, ee = t.autoFocus, C = t.preventDropOnDocument, w = t.noClick, T = t.noKeyboard, E = t.noDrag, D = t.noDragEventsBubbling, O = t.onError, k = t.validator, A = g(function() {
2493
+ return ut(n);
2494
+ }, [n]), j = g(function() {
2495
+ return lt(n);
2496
+ }, [n]), M = g(function() {
2497
+ return typeof x == "function" ? x : Rt;
2498
+ }, [x]), N = g(function() {
2499
+ return typeof b == "function" ? b : Rt;
2500
+ }, [b]), P = v(null), F = v(null), te = Ct(_(Lt, Ft), 2), ne = te[0], I = te[1], re = ne.isFocused, L = ne.isFileDialogActive, R = v(typeof window < "u" && window.isSecureContext && S && ct()), ie = function() {
2501
+ !R.current && L && setTimeout(function() {
2502
+ F.current && (F.current.files.length || (I({ type: "closeDialog" }), N()));
2503
+ }, 300);
2504
+ };
2505
+ m(function() {
2506
+ return window.addEventListener("focus", ie, !1), function() {
2507
+ window.removeEventListener("focus", ie, !1);
2508
+ };
2509
+ }, [
2510
+ F,
2511
+ L,
2512
+ N,
2513
+ R
2514
+ ]);
2515
+ var z = v([]), B = v([]), ae = function(e) {
2516
+ P.current && P.current.contains(e.target) || (e.preventDefault(), z.current = []);
2517
+ };
2518
+ m(function() {
2519
+ return C && (document.addEventListener("dragover", it, !1), document.addEventListener("drop", ae, !1)), function() {
2520
+ C && (document.removeEventListener("dragover", it), document.removeEventListener("drop", ae));
2521
+ };
2522
+ }, [P, C]), m(function() {
2523
+ var e = function(e) {
2524
+ B.current = [].concat(yt(B.current), [e.target]), rt(e) && I({
2525
+ isDragGlobal: !0,
2526
+ type: "setDragGlobal"
2527
+ });
2528
+ }, t = function(e) {
2529
+ B.current = B.current.filter(function(t) {
2530
+ return t !== e.target && t !== null;
2531
+ }), !(B.current.length > 0) && I({
2532
+ isDragGlobal: !1,
2533
+ type: "setDragGlobal"
2534
+ });
2535
+ }, n = function() {
2536
+ B.current = [], I({
2537
+ isDragGlobal: !1,
2538
+ type: "setDragGlobal"
2539
+ });
2540
+ }, r = function() {
2541
+ B.current = [], I({
2542
+ isDragGlobal: !1,
2543
+ type: "setDragGlobal"
2544
+ });
2545
+ };
2546
+ return document.addEventListener("dragenter", e, !1), document.addEventListener("dragleave", t, !1), document.addEventListener("dragend", n, !1), document.addEventListener("drop", r, !1), function() {
2547
+ document.removeEventListener("dragenter", e), document.removeEventListener("dragleave", t), document.removeEventListener("dragend", n), document.removeEventListener("drop", r);
2548
+ };
2549
+ }, [P]), m(function() {
2550
+ return !r && ee && P.current && P.current.focus(), function() {};
2551
+ }, [
2552
+ P,
2553
+ ee,
2554
+ r
2555
+ ]);
2556
+ var V = f(function(e) {
2557
+ O ? O(e) : console.error(e);
2558
+ }, [O]), oe = f(function(e) {
2559
+ e.preventDefault(), e.persist(), Y(e), z.current = [].concat(yt(z.current), [e.target]), rt(e) && Promise.resolve(i(e)).then(function(t) {
2560
+ if (!(nt(e) && !D)) {
2561
+ var n = t.length, r = n > 0 && tt({
2562
+ files: t,
2563
+ accept: A,
2564
+ minSize: o,
2565
+ maxSize: a,
2566
+ multiple: s,
2567
+ maxFiles: c,
2568
+ validator: k
2569
+ });
2570
+ I({
2571
+ isDragAccept: r,
2572
+ isDragReject: n > 0 && !r,
2573
+ isDragActive: !0,
2574
+ type: "setDraggedFiles"
2575
+ }), l && l(e);
2576
+ }
2577
+ }).catch(function(e) {
2578
+ return V(e);
2579
+ });
2580
+ }, [
2581
+ i,
2582
+ l,
2583
+ V,
2584
+ D,
2585
+ A,
2586
+ o,
2587
+ a,
2588
+ s,
2589
+ c,
2590
+ k
2591
+ ]), se = f(function(e) {
2592
+ e.preventDefault(), e.persist(), Y(e);
2593
+ var t = rt(e);
2594
+ if (t && e.dataTransfer) try {
2595
+ e.dataTransfer.dropEffect = "copy";
2596
+ } catch {}
2597
+ return t && d && d(e), !1;
2598
+ }, [d, D]), ce = f(function(e) {
2599
+ e.preventDefault(), e.persist(), Y(e);
2600
+ var t = z.current.filter(function(e) {
2601
+ return P.current && P.current.contains(e);
2602
+ }), n = t.indexOf(e.target);
2603
+ n !== -1 && t.splice(n, 1), z.current = t, !(t.length > 0) && (I({
2604
+ type: "setDraggedFiles",
2605
+ isDragActive: !1,
2606
+ isDragAccept: !1,
2607
+ isDragReject: !1
2608
+ }), rt(e) && u && u(e));
2609
+ }, [
2610
+ P,
2611
+ u,
2612
+ D
2613
+ ]), H = f(function(e, t) {
2614
+ var n = [], r = [];
2615
+ e.forEach(function(e) {
2616
+ var t = Ct($e(e, A), 2), i = t[0], s = t[1], c = Ct(et(e, o, a), 2), l = c[0], u = c[1], d = k ? k(e) : null;
2617
+ if (i && l && !d) n.push(e);
2618
+ else {
2619
+ var f = [s, u];
2620
+ d && (f = f.concat(d)), r.push({
2621
+ file: e,
2622
+ errors: f.filter(function(e) {
2623
+ return e;
2624
+ })
2625
+ });
2626
+ }
2627
+ }), (!s && n.length > 1 || s && c >= 1 && n.length > c) && (n.forEach(function(e) {
2628
+ r.push({
2629
+ file: e,
2630
+ errors: [Ze]
2631
+ });
2632
+ }), n.splice(0)), I({
2633
+ acceptedFiles: n,
2634
+ fileRejections: r,
2635
+ type: "setFiles"
2636
+ }), p && p(n, r, t), r.length > 0 && y && y(r, t), n.length > 0 && h && h(n, t);
2637
+ }, [
2638
+ I,
2639
+ s,
2640
+ A,
2641
+ o,
2642
+ a,
2643
+ c,
2644
+ p,
2645
+ h,
2646
+ y,
2647
+ k
2648
+ ]), U = f(function(e) {
2649
+ e.preventDefault(), e.persist(), Y(e), z.current = [], rt(e) && Promise.resolve(i(e)).then(function(t) {
2650
+ nt(e) && !D || H(t, e);
2651
+ }).catch(function(e) {
2652
+ return V(e);
2653
+ }), I({ type: "reset" });
2654
+ }, [
2655
+ i,
2656
+ H,
2657
+ V,
2658
+ D
2659
+ ]), W = f(function() {
2660
+ if (R.current) {
2661
+ I({ type: "openDialog" }), M();
2662
+ var e = {
2663
+ multiple: s,
2664
+ types: j
2665
+ };
2666
+ window.showOpenFilePicker(e).then(function(e) {
2667
+ return i(e);
2668
+ }).then(function(e) {
2669
+ H(e, null), I({ type: "closeDialog" });
2670
+ }).catch(function(e) {
2671
+ dt(e) ? (N(e), I({ type: "closeDialog" })) : ft(e) ? (R.current = !1, F.current ? (F.current.value = null, F.current.click()) : V(/* @__PURE__ */ Error("Cannot open the file picker because the https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API is not supported and no <input> was provided."))) : V(e);
2672
+ });
2673
+ return;
2674
+ }
2675
+ F.current && (I({ type: "openDialog" }), M(), F.current.value = null, F.current.click());
2676
+ }, [
2677
+ I,
2678
+ M,
2679
+ N,
2680
+ S,
2681
+ H,
2682
+ V,
2683
+ j,
2684
+ s
2685
+ ]), le = f(function(e) {
2686
+ !P.current || !P.current.isEqualNode(e.target) || (e.key === " " || e.key === "Enter" || e.keyCode === 32 || e.keyCode === 13) && (e.preventDefault(), W());
2687
+ }, [P, W]), ue = f(function() {
2688
+ I({ type: "focus" });
2689
+ }, []), de = f(function() {
2690
+ I({ type: "blur" });
2691
+ }, []), G = f(function() {
2692
+ w || (st() ? setTimeout(W, 0) : W());
2693
+ }, [w, W]), K = function(e) {
2694
+ return r ? null : e;
2695
+ }, q = function(e) {
2696
+ return T ? null : K(e);
2697
+ }, J = function(e) {
2698
+ return E ? null : K(e);
2699
+ }, Y = function(e) {
2700
+ D && e.stopPropagation();
2701
+ }, fe = g(function() {
2702
+ return function() {
2703
+ var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = e.refKey, n = t === void 0 ? "ref" : t, i = e.role, a = e.onKeyDown, o = e.onFocus, s = e.onBlur, c = e.onClick, l = e.onDragEnter, u = e.onDragOver, d = e.onDragLeave, f = e.onDrop, p = jt(e, _t);
2704
+ return $($(At({
2705
+ onKeyDown: q(Q(a, le)),
2706
+ onFocus: q(Q(o, ue)),
2707
+ onBlur: q(Q(s, de)),
2708
+ onClick: K(Q(c, G)),
2709
+ onDragEnter: J(Q(l, oe)),
2710
+ onDragOver: J(Q(u, se)),
2711
+ onDragLeave: J(Q(d, ce)),
2712
+ onDrop: J(Q(f, U)),
2713
+ role: typeof i == "string" && i !== "" ? i : "presentation"
2714
+ }, n, P), !r && !T ? { tabIndex: 0 } : {}), p);
2715
+ };
2716
+ }, [
2717
+ P,
2718
+ le,
2719
+ ue,
2720
+ de,
2721
+ G,
2722
+ oe,
2723
+ se,
2724
+ ce,
2725
+ U,
2726
+ T,
2727
+ E,
2728
+ r
2729
+ ]), pe = f(function(e) {
2730
+ e.stopPropagation();
2731
+ }, []), me = g(function() {
2732
+ return function() {
2733
+ var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = e.refKey, n = t === void 0 ? "ref" : t, r = e.onChange, i = e.onClick, a = jt(e, vt);
2734
+ return $($({}, At({
2735
+ accept: A,
2736
+ multiple: s,
2737
+ type: "file",
2738
+ style: {
2739
+ border: 0,
2740
+ clip: "rect(0, 0, 0, 0)",
2741
+ clipPath: "inset(50%)",
2742
+ height: "1px",
2743
+ margin: "0 -1px -1px 0",
2744
+ overflow: "hidden",
2745
+ padding: 0,
2746
+ position: "absolute",
2747
+ width: "1px",
2748
+ whiteSpace: "nowrap"
2749
+ },
2750
+ onChange: K(Q(r, U)),
2751
+ onClick: K(Q(i, pe)),
2752
+ tabIndex: -1
2753
+ }, n, F)), a);
2754
+ };
2755
+ }, [
2756
+ F,
2757
+ n,
2758
+ s,
2759
+ U,
2760
+ r
2761
+ ]);
2762
+ return $($({}, ne), {}, {
2763
+ isFocused: re && !r,
2764
+ getRootProps: fe,
2765
+ getInputProps: me,
2766
+ rootRef: P,
2767
+ inputRef: F,
2768
+ open: K(W)
2769
+ });
2770
+ }
2771
+ function Lt(e, t) {
2772
+ /* istanbul ignore next */
2773
+ switch (t.type) {
2774
+ case "focus": return $($({}, e), {}, { isFocused: !0 });
2775
+ case "blur": return $($({}, e), {}, { isFocused: !1 });
2776
+ case "openDialog": return $($({}, Ft), {}, { isFileDialogActive: !0 });
2777
+ case "closeDialog": return $($({}, e), {}, { isFileDialogActive: !1 });
2778
+ case "setDraggedFiles": return $($({}, e), {}, {
2779
+ isDragActive: t.isDragActive,
2780
+ isDragAccept: t.isDragAccept,
2781
+ isDragReject: t.isDragReject
2782
+ });
2783
+ case "setFiles": return $($({}, e), {}, {
2784
+ acceptedFiles: t.acceptedFiles,
2785
+ fileRejections: t.fileRejections,
2786
+ isDragReject: !1
2787
+ });
2788
+ case "setDragGlobal": return $($({}, e), {}, { isDragGlobal: t.isDragGlobal });
2789
+ case "reset": return $({}, Ft);
2790
+ default: return e;
2791
+ }
2792
+ }
2793
+ function Rt() {}
2794
+ //#endregion
2795
+ //#region src/components/form/file-upload.tsx
2796
+ var zt = u([null, () => {}]), Bt = () => p(zt), Vt = (e) => e.type.startsWith("image/") ? "img" : e.type.startsWith("audio/") ? "audio" : e.type.startsWith("video/") ? "video" : e.type, Ht = {
2797
+ csv: N,
2798
+ xls: N,
2799
+ mov: A,
2800
+ mp4: A,
2801
+ xlsx: N,
2802
+ pdf: k,
2803
+ txt: k,
2804
+ json: O,
2805
+ mp3: P
2806
+ }, Ut = (e) => {
2807
+ let [, t] = Bt(), [i, a] = y({
2808
+ url: "",
2809
+ type: "",
2810
+ size: ""
2811
+ });
2812
+ m(() => {
2813
+ let t = e.file, n = URL.createObjectURL(t);
2814
+ return a({
2815
+ url: n,
2816
+ type: Vt(t),
2817
+ size: ae(t.size)
2818
+ }), () => URL.revokeObjectURL(n);
2819
+ }, [e.file]);
2820
+ let o = (n) => {
2821
+ n.stopPropagation(), n.preventDefault(), t({
2822
+ ...i,
2823
+ file: e.file
2824
+ });
2825
+ }, s = (t) => {
2826
+ t.preventDefault(), t.stopPropagation(), e.onDeleteFile?.(e.file);
2827
+ }, c = e.file.name, l = Ht[e.file.name.split(".").at(-1)] ?? n, u = i.type === "img" ? /* @__PURE__ */ b("img", {
2828
+ src: i.url,
2829
+ className: "w-full object-contain",
2830
+ alt: e.file.name
2831
+ }) : /* @__PURE__ */ b(l, { size: 48 });
2832
+ return /* @__PURE__ */ x("li", {
2833
+ className: "flex w-full flex-row justify-between gap-file-upload-gap border-b border-card-border last:border-b-transparent",
2834
+ children: [/* @__PURE__ */ x("div", {
2835
+ className: "flex flex-col gap-file-upload-gap",
2836
+ children: [/* @__PURE__ */ x("div", {
2837
+ className: "flex flex-row items-center gap-file-upload-gap",
2838
+ children: [/* @__PURE__ */ b("button", {
2839
+ type: "button",
2840
+ onClick: o,
2841
+ "aria-label": `View ${c}`,
2842
+ className: "m-2 flex size-file-upload-thumb-size items-center justify-center overflow-hidden",
2843
+ children: u
2844
+ }), /* @__PURE__ */ x("div", {
2845
+ className: "flex flex-col items-start justify-start text-left",
2846
+ children: [/* @__PURE__ */ b("span", { children: e.file.name }), /* @__PURE__ */ b("span", {
2847
+ className: "text-file-upload-text-size italic",
2848
+ children: i.size
2849
+ })]
2850
+ })]
2851
+ }), e.File ? /* @__PURE__ */ b("div", {
2852
+ className: "min-w-full flex-1",
2853
+ children: /* @__PURE__ */ b(e.File, { file: e.file })
2854
+ }) : null]
2855
+ }), /* @__PURE__ */ b("div", {
2856
+ className: "align-start flex justify-start py-file-upload-delete-py transition-colors duration-300 ease-linear hover:text-danger-hover",
2857
+ children: /* @__PURE__ */ b("button", {
2858
+ onClick: s,
2859
+ type: "button",
2860
+ "aria-label": `Remove ${c}`,
2861
+ className: "flex size-6 items-center justify-center",
2862
+ children: /* @__PURE__ */ b(r, {
2863
+ size: 16,
2864
+ "aria-hidden": "true"
2865
+ })
2866
+ })
2867
+ })]
2868
+ });
2869
+ }, Wt = (e) => /* @__PURE__ */ b("ul", {
2870
+ className: "w-full space-y-8",
2871
+ children: e.files.map((t) => /* @__PURE__ */ b(Ut, {
2872
+ File: e.File,
2873
+ onDeleteFile: e.onDeleteFile,
2874
+ file: t
2875
+ }, t.name))
2876
+ }), Gt = (e) => {
2877
+ let t = a();
2878
+ return /* @__PURE__ */ x("div", {
2879
+ className: "flex flex-col items-center justify-center",
2880
+ children: [/* @__PURE__ */ b("div", {
2881
+ className: "flex flex-col items-center justify-center gap-file-upload-inner-gap",
2882
+ children: /* @__PURE__ */ b(e.dragging ? M : j, {
2883
+ className: "text-primary",
2884
+ size: 80
2885
+ })
2886
+ }), /* @__PURE__ */ x("div", {
2887
+ className: "my-file-upload-thumb-my flex flex-col items-center gap-file-upload-thumb-gap",
2888
+ children: [/* @__PURE__ */ b("p", { children: t.uploadIdle }), /* @__PURE__ */ b("button", {
2889
+ className: "text-primary underline",
2890
+ type: "button",
2891
+ children: t.uploadIdleButton
2892
+ })]
2893
+ })]
2894
+ });
2895
+ }, Kt = (e) => e.isDragActive ? /* @__PURE__ */ b(Gt, {
2896
+ files: e.files,
2897
+ dragging: !0
2898
+ }) : e.files.length > 0 ? /* @__PURE__ */ b(Wt, {
2899
+ File: e.File,
2900
+ onDeleteFile: e.onDeleteFile,
2901
+ files: e.files
2902
+ }) : /* @__PURE__ */ b(l, { children: e.idle }), qt = /* @__PURE__ */ b(Gt, { dragging: !1 }), Jt = (e) => {
2903
+ let t = e.item.file, n = e.item.type;
2904
+ return /* @__PURE__ */ x("div", {
2905
+ className: "flex flex-col gap-file-upload-gap",
2906
+ children: [
2907
+ /* @__PURE__ */ b("p", {
2908
+ className: "text-file-upload-text-name font-medium",
2909
+ children: e.item.file.name
2910
+ }),
2911
+ /* @__PURE__ */ b("p", {
2912
+ className: "text-file-upload-text-size",
2913
+ children: e.item.size
2914
+ }),
2915
+ n === "img" ? /* @__PURE__ */ b("img", {
2916
+ className: "container inline-block w-full max-w-96",
2917
+ src: e.item.url,
2918
+ alt: t.name
2919
+ }) : n === "video" ? /* @__PURE__ */ b("video", {
2920
+ className: "container block w-full max-w-96",
2921
+ src: e.item.url,
2922
+ controls: !0,
2923
+ muted: !0
2924
+ }) : n === "audio" ? /* @__PURE__ */ b("figure", { children: /* @__PURE__ */ b("audio", {
2925
+ controls: !0,
2926
+ src: e.item.url,
2927
+ children: /* @__PURE__ */ b("track", { kind: "captions" })
2928
+ }) }) : null
2929
+ ]
2930
+ });
2931
+ }, Yt = ({ idle: e = qt, onDeleteFile: t, File: n, onDrop: r, ...i }) => {
2932
+ let s = a(), c = y(null), [l, u] = y([]), d = i.files ?? l, f = () => c[1](null), { getRootProps: p, getInputProps: m, isDragActive: h } = It({ onDrop: (e) => {
2933
+ r?.(e), u((t) => t.concat(e));
2934
+ } });
2935
+ return /* @__PURE__ */ x(zt.Provider, {
2936
+ value: c,
2937
+ children: [/* @__PURE__ */ b(o, {
2938
+ overlayClickClose: !0,
2939
+ title: s.uploadDialogTitle,
2940
+ ariaTitle: s.uploadDialogTitle,
2941
+ open: c[0] !== null,
2942
+ onChange: f,
2943
+ children: c[0] ? /* @__PURE__ */ b(Jt, { item: c[0] }) : null
2944
+ }), /* @__PURE__ */ x("div", {
2945
+ ...p(),
2946
+ "aria-label": s.fileUploadZoneLabel,
2947
+ "data-active": d ? d.length > 0 : !1,
2948
+ className: "flex flex-col items-center justify-center rounded-file-upload-radius border border-card-border p-file-upload-p text-foreground data-[active=true]:border-solid data-[active=false]:border-dashed data-[active=true]:border-transparent data-[active=true]:bg-card-background",
2949
+ children: [/* @__PURE__ */ b("input", {
2950
+ ...m(i),
2951
+ name: i.name,
2952
+ id: i.name
2953
+ }), /* @__PURE__ */ b(Kt, {
2954
+ File: n,
2955
+ onDeleteFile: t,
2956
+ isDragActive: h,
2957
+ idle: e,
2958
+ files: d
2959
+ })]
2960
+ })]
2961
+ });
2962
+ };
2963
+ //#endregion
2964
+ export { Yt as t };
2965
+
2966
+ //# sourceMappingURL=file-upload-COk6_Bs5.js.map