@cgi-learning-hub/ui 1.2.0 → 1.3.0-dev.1731062725

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 (327) hide show
  1. package/dist/Backdrop-CxHwPsCX.js +789 -0
  2. package/dist/Backdrop-ZCTs-Ws8.cjs +1 -0
  3. package/dist/Box-D61CmHcZ.cjs +1 -0
  4. package/dist/{Box-Bawb5zHX.js → Box-a6v7fn61.js} +31 -30
  5. package/dist/Button-B8Vr_qVd.js +450 -0
  6. package/dist/Button-elp97nQ8.cjs +1 -0
  7. package/dist/ButtonBase-S0mFlojL.cjs +75 -0
  8. package/dist/ButtonBase-Y5TK5SRu.js +890 -0
  9. package/dist/CircularProgress-DDIZxeFH.cjs +28 -0
  10. package/dist/CircularProgress-DU3DJQfF.js +252 -0
  11. package/dist/DatePicker-BigDV0IN.cjs +17 -0
  12. package/dist/{DatePicker-DGVeagTz.js → DatePicker-ZdjLD9eR.js} +6100 -5984
  13. package/dist/DefaultPropsProvider-7QnSWHxy.js +484 -0
  14. package/dist/DefaultPropsProvider-eEVEiLDf.cjs +17 -0
  15. package/dist/IconButton-C7H_G1LX.js +230 -0
  16. package/dist/IconButton-DfmbM9nO.cjs +2 -0
  17. package/dist/InputAdornment-C-EbfNtT.cjs +1 -0
  18. package/dist/{InputAdornment-hNrnvXW9.js → InputAdornment-CPJFY_m_.js} +81 -64
  19. package/dist/InputBase-5GB2c2J6.js +803 -0
  20. package/dist/InputBase-CPtGhJye.cjs +3 -0
  21. package/dist/Stack-656bqKiW.cjs +1 -0
  22. package/dist/{Stack-BJ2ths-g.js → Stack-CutIWKkG.js} +61 -60
  23. package/dist/Tabs-CKic46Op.js +1222 -0
  24. package/dist/Tabs-DzrxYlm-.cjs +4 -0
  25. package/dist/TextField-BLEvZwPH.cjs +14 -0
  26. package/dist/TextField-CGMPbx_J.js +5686 -0
  27. package/dist/Tooltip-BJefPCe7.cjs +100 -0
  28. package/dist/{Tooltip-D42pzHKW.js → Tooltip-DqLAZimE.js} +4764 -3511
  29. package/dist/TransitionGroupContext-DMJLhY9-.js +24 -0
  30. package/dist/TransitionGroupContext-DbXD5xqS.cjs +1 -0
  31. package/dist/Typography-CreZW2v6.cjs +1 -0
  32. package/dist/Typography-DsJC595c.js +259 -0
  33. package/dist/assets/styles.css +1 -1
  34. package/dist/assets/styles2.css +1 -1
  35. package/dist/client-error-BUtdld5f.cjs +1 -0
  36. package/dist/client-error-B_-qjgAB.js +395 -0
  37. package/dist/components/Alert/Alert.cjs.js +1 -0
  38. package/dist/components/{feedback/Alert → Alert}/Alert.d.ts +0 -1
  39. package/dist/components/Alert/Alert.stories.cjs.js +1 -0
  40. package/dist/components/{feedback/Alert → Alert}/Alert.stories.d.ts +0 -1
  41. package/dist/components/{feedback/Alert → Alert}/Alert.stories.es.js +7 -7
  42. package/dist/components/Button/Button.cjs.js +1 -0
  43. package/dist/components/Button/Button.d.ts +4 -0
  44. package/dist/components/Button/Button.es.js +334 -0
  45. package/dist/components/Button/Button.stories.cjs.js +1 -0
  46. package/dist/components/{buttons/SecondaryButton/SecondaryButton.stories.d.ts → Button/Button.stories.d.ts} +3 -2
  47. package/dist/components/Button/Button.stories.es.js +45 -0
  48. package/dist/components/Button/index.cjs.js +1 -0
  49. package/dist/components/Button/index.d.ts +2 -0
  50. package/dist/components/Button/index.es.js +4 -0
  51. package/dist/components/DatePicker/DatePicker.cjs.js +1 -0
  52. package/dist/components/{pickers/DatePicker → DatePicker}/DatePicker.d.ts +0 -1
  53. package/dist/components/DatePicker/DatePicker.es.js +6 -0
  54. package/dist/components/DatePicker/DatePicker.stories.cjs.js +1 -0
  55. package/dist/components/{pickers/DatePicker → DatePicker}/DatePicker.stories.d.ts +0 -1
  56. package/dist/components/DatePicker/DatePicker.stories.es.js +16 -0
  57. package/dist/components/{pickers → DatePicker}/index.cjs.js +1 -1
  58. package/dist/components/DatePicker/index.es.js +4 -0
  59. package/dist/components/Dropzone/Dropzone.cjs.js +5 -5
  60. package/dist/components/Dropzone/Dropzone.d.ts +0 -1
  61. package/dist/components/Dropzone/Dropzone.es.js +1685 -686
  62. package/dist/components/Dropzone/Dropzone.stories.cjs.js +1 -1
  63. package/dist/components/Dropzone/Dropzone.stories.d.ts +0 -1
  64. package/dist/components/Dropzone/Dropzone.stories.es.js +1 -1
  65. package/dist/components/EmptyState/EmptyState.cjs.js +1 -0
  66. package/dist/components/EmptyState/EmptyState.d.ts +12 -0
  67. package/dist/components/EmptyState/EmptyState.es.js +31 -0
  68. package/dist/components/EmptyState/EmptyState.stories.cjs.js +1 -0
  69. package/dist/components/{PaperHeader/PaperHeader.stories.d.ts → EmptyState/EmptyState.stories.d.ts} +0 -1
  70. package/dist/components/EmptyState/EmptyState.stories.es.js +17 -0
  71. package/dist/components/EmptyState/index.cjs.js +1 -0
  72. package/dist/components/EmptyState/index.d.ts +2 -0
  73. package/dist/components/EmptyState/index.es.js +4 -0
  74. package/dist/components/FileList/FileList.cjs.js +1 -0
  75. package/dist/components/{lists/FileList → FileList}/FileList.d.ts +0 -1
  76. package/dist/components/{lists/FileList → FileList}/FileList.es.js +1 -1
  77. package/dist/components/FileList/FileList.stories.cjs.js +1 -0
  78. package/dist/components/{lists/FileList → FileList}/FileList.stories.d.ts +0 -1
  79. package/dist/components/{lists/FileList → FileList}/FileList.stories.es.js +3 -3
  80. package/dist/components/FileList/FileListItem.cjs.js +1 -0
  81. package/dist/components/FileList/FileListItem.d.ts +12 -0
  82. package/dist/components/FileList/FileListItem.es.js +29 -0
  83. package/dist/components/Heading/Heading.cjs.js +1 -0
  84. package/dist/components/{PaperHeader/PaperHeader.d.ts → Heading/Heading.d.ts} +6 -5
  85. package/dist/components/Heading/Heading.es.js +39 -0
  86. package/dist/components/Heading/Heading.stories.cjs.js +1 -0
  87. package/dist/components/{buttons/PrimaryButton/PrimaryButton.stories.d.ts → Heading/Heading.stories.d.ts} +0 -1
  88. package/dist/components/Heading/Heading.stories.es.js +22 -0
  89. package/dist/components/Heading/index.cjs.js +1 -0
  90. package/dist/components/Heading/index.d.ts +2 -0
  91. package/dist/components/Heading/index.es.js +4 -0
  92. package/dist/components/IconButton.stories.cjs.js +1 -0
  93. package/dist/components/{buttons/IconButton.stories.d.ts → IconButton.stories.d.ts} +0 -1
  94. package/dist/components/IconButton.stories.es.js +21 -0
  95. package/dist/components/Loader/Loader.cjs.js +1 -1
  96. package/dist/components/Loader/Loader.d.ts +0 -1
  97. package/dist/components/Loader/Loader.es.js +2 -2
  98. package/dist/components/Loader/Loader.stories.cjs.js +1 -1
  99. package/dist/components/Loader/Loader.stories.d.ts +0 -1
  100. package/dist/components/LoaderBackdrop/LoaderBackdrop.cjs.js +1 -1
  101. package/dist/components/LoaderBackdrop/LoaderBackdrop.d.ts +0 -1
  102. package/dist/components/LoaderBackdrop/LoaderBackdrop.es.js +10 -8
  103. package/dist/components/LoaderBackdrop/LoaderBackdrop.stories.d.ts +0 -1
  104. package/dist/components/PasswordInput/PasswordInput.cjs.js +1 -0
  105. package/dist/components/{inputs/PasswordInput → PasswordInput}/PasswordInput.d.ts +0 -1
  106. package/dist/components/{inputs/PasswordInput → PasswordInput}/PasswordInput.es.js +10 -11
  107. package/dist/components/{inputs/PasswordInput → PasswordInput}/PasswordInput.stories.cjs.js +1 -1
  108. package/dist/components/{inputs/PasswordInput → PasswordInput}/PasswordInput.stories.d.ts +0 -1
  109. package/dist/components/PasswordInput/PasswordInput.stories.es.js +16 -0
  110. package/dist/components/QueryError/QueryError.cjs.js +1 -0
  111. package/dist/components/{feedback/QueryError → QueryError}/QueryError.d.ts +0 -1
  112. package/dist/components/QueryError/QueryError.es.js +43 -0
  113. package/dist/components/{feedback/QueryError → QueryError}/helpers.d.ts +0 -1
  114. package/dist/components/SearchInput/SearchInput.cjs.js +1 -0
  115. package/dist/components/{inputs/SearchInput → SearchInput}/SearchInput.d.ts +0 -1
  116. package/dist/components/{inputs/SearchInput → SearchInput}/SearchInput.es.js +4 -4
  117. package/dist/components/SearchInput/SearchInput.stories.cjs.js +1 -0
  118. package/dist/components/{inputs/SearchInput → SearchInput}/SearchInput.stories.d.ts +0 -1
  119. package/dist/components/{inputs/SearchInput → SearchInput}/SearchInput.stories.es.js +1 -1
  120. package/dist/components/TabList.stories.cjs.js +1 -0
  121. package/dist/components/{lists/TabList.stories.d.ts → TabList.stories.d.ts} +0 -1
  122. package/dist/components/{lists/TabList.stories.es.js → TabList.stories.es.js} +99 -87
  123. package/dist/components/TextInput/TextInput.cjs.js +1 -0
  124. package/dist/components/{inputs/TextInput → TextInput}/TextInput.d.ts +0 -1
  125. package/dist/components/{inputs/TextInput → TextInput}/TextInput.es.js +1 -1
  126. package/dist/components/TextInput/TextInput.stories.cjs.js +1 -0
  127. package/dist/components/{inputs/TextInput → TextInput}/TextInput.stories.d.ts +0 -1
  128. package/dist/components/{inputs/TextInput → TextInput}/TextInput.stories.es.js +7 -7
  129. package/dist/components/index.cjs.js +1 -1
  130. package/dist/components/index.d.ts +14 -20
  131. package/dist/components/index.es.js +270 -272
  132. package/dist/createSimplePaletteValueFilter-B7--0ryQ.js +17 -0
  133. package/dist/createSimplePaletteValueFilter-PTK3TAhW.cjs +1 -0
  134. package/dist/createSvgIcon-Ae1vF9Lv.js +250 -0
  135. package/dist/createSvgIcon-PXjVOXDY.cjs +1 -0
  136. package/dist/error-CRNeivL7.js +5 -0
  137. package/dist/error-Dk3o6ber.cjs +1 -0
  138. package/dist/extendSxProp-BzTGWWcy.js +37 -0
  139. package/dist/extendSxProp-DLhbnNxc.cjs +1 -0
  140. package/dist/{fr-By4s91yO.js → fr-B0c4Eu-I.js} +13 -13
  141. package/dist/{fr-TRjulm1Q.cjs → fr-BtINyNRC.cjs} +1 -1
  142. package/dist/hooks/lazySvgImport.cjs.js +1 -0
  143. package/dist/hooks/lazySvgImport.d.ts +6 -0
  144. package/dist/hooks/lazySvgImport.es.js +34 -0
  145. package/dist/identifier-B_IiMbpZ.cjs +59 -0
  146. package/dist/identifier-Bu3vgTzE.js +3115 -0
  147. package/dist/index-BDy6VH40.cjs +1 -0
  148. package/dist/index-D4YvqRSh.js +45 -0
  149. package/dist/index-DNmEgr4X.js +89 -0
  150. package/dist/index-Dl4BXU0b.cjs +1 -0
  151. package/dist/index.cjs.js +1 -1
  152. package/dist/index.d.ts +0 -1
  153. package/dist/index.es.js +271 -273
  154. package/dist/memoTheme-C4_nd-x4.js +15 -0
  155. package/dist/memoTheme-DvW891YJ.cjs +1 -0
  156. package/dist/{ownerWindow-C7EH1lr6.js → ownerWindow-BoRkeomM.js} +2 -2
  157. package/dist/refType-DYRsy3ld.cjs +1 -0
  158. package/dist/refType-DvOnKTmB.js +27 -0
  159. package/dist/server-error-CeAtUo4S.cjs +1 -0
  160. package/dist/server-error-DMyaPFs8.js +400 -0
  161. package/dist/useForkRef-D-DyzOXj.js +21 -0
  162. package/dist/useForkRef-D81w5oMb.cjs +1 -0
  163. package/dist/useId-CK6Kn3Tn.js +21 -0
  164. package/dist/useId-DNXtOFeX.cjs +1 -0
  165. package/dist/useTheme-B_3HWqyi.js +88 -0
  166. package/dist/useTheme-BvsnROiB.cjs +1 -0
  167. package/dist/{useTheme-CjBTq22m.js → useTheme-DhYab2-0.js} +5 -5
  168. package/dist/useTheme-vN32oV1t.cjs +1 -0
  169. package/dist/useThemeProps-5hp2m3Xl.cjs +1 -0
  170. package/dist/{useThemeProps-BM4fCFq5.js → useThemeProps-Bmkt_XOR.js} +2 -2
  171. package/dist/useThemeProps-D_gKWuk1.cjs +1 -0
  172. package/dist/useThemeProps-DftpgVZ0.js +24 -0
  173. package/dist/useTimeout-Bx22KOcH.js +53 -0
  174. package/dist/useTimeout-gEG15bRo.cjs +1 -0
  175. package/package.json +14 -17
  176. package/dist/Box-5x1F2S3-.cjs +0 -1
  177. package/dist/Button-C__-QOJY.js +0 -359
  178. package/dist/Button-DKIRmOzf.cjs +0 -1
  179. package/dist/ButtonBase-4F5roLHd.js +0 -827
  180. package/dist/ButtonBase-Bw3wq81v.cjs +0 -75
  181. package/dist/CircularProgress-BNazIBar.js +0 -217
  182. package/dist/CircularProgress-WnNPMTjD.cjs +0 -28
  183. package/dist/DatePicker-B0jLSEvZ.cjs +0 -19
  184. package/dist/DefaultButton-F67BOmrx.js +0 -258
  185. package/dist/DefaultButton-y-mHSNFH.cjs +0 -1
  186. package/dist/IconButton-D_deQOvN.js +0 -184
  187. package/dist/IconButton-DhWgsgQ7.cjs +0 -2
  188. package/dist/InputAdornment-DYqMrYJz.cjs +0 -1
  189. package/dist/InputBase-BeZ70Fbf.cjs +0 -3
  190. package/dist/InputBase-DNkF-TAp.js +0 -794
  191. package/dist/Stack-BOcvai-O.cjs +0 -1
  192. package/dist/Tabs-CG428TT3.cjs +0 -4
  193. package/dist/Tabs-CWujD0SK.js +0 -1091
  194. package/dist/TextField-DDmGQyEr.js +0 -5800
  195. package/dist/TextField-wYRnAj1v.cjs +0 -12
  196. package/dist/Tooltip-O30xWGZU.cjs +0 -95
  197. package/dist/TransitionGroupContext-BkoHK5Kx.js +0 -14
  198. package/dist/TransitionGroupContext-mYDSzffd.cjs +0 -1
  199. package/dist/Typography-B2XMXu83.js +0 -178
  200. package/dist/Typography-DR_aF9lJ.cjs +0 -1
  201. package/dist/assets/index.css +0 -1
  202. package/dist/components/PaperHeader/PaperHeader.cjs.js +0 -1
  203. package/dist/components/PaperHeader/PaperHeader.es.js +0 -41
  204. package/dist/components/PaperHeader/PaperHeader.stories.cjs.js +0 -1
  205. package/dist/components/PaperHeader/PaperHeader.stories.es.js +0 -28
  206. package/dist/components/PaperHeader/index.cjs.js +0 -1
  207. package/dist/components/PaperHeader/index.d.ts +0 -2
  208. package/dist/components/PaperHeader/index.es.js +0 -4
  209. package/dist/components/buttons/DefaultButton/DefaultButton.cjs.js +0 -1
  210. package/dist/components/buttons/DefaultButton/DefaultButton.d.ts +0 -9
  211. package/dist/components/buttons/DefaultButton/DefaultButton.es.js +0 -8
  212. package/dist/components/buttons/DefaultButton/DefaultButtonIcon.cjs.js +0 -1
  213. package/dist/components/buttons/DefaultButton/DefaultButtonIcon.d.ts +0 -9
  214. package/dist/components/buttons/DefaultButton/DefaultButtonIcon.es.js +0 -143
  215. package/dist/components/buttons/DefaultButton/index.cjs.js +0 -1
  216. package/dist/components/buttons/DefaultButton/index.d.ts +0 -2
  217. package/dist/components/buttons/DefaultButton/index.es.js +0 -4
  218. package/dist/components/buttons/IconButton.stories.cjs.js +0 -1
  219. package/dist/components/buttons/IconButton.stories.es.js +0 -28
  220. package/dist/components/buttons/PrimaryButton/PrimaryButton.cjs.js +0 -1
  221. package/dist/components/buttons/PrimaryButton/PrimaryButton.d.ts +0 -6
  222. package/dist/components/buttons/PrimaryButton/PrimaryButton.es.js +0 -13
  223. package/dist/components/buttons/PrimaryButton/PrimaryButton.stories.cjs.js +0 -1
  224. package/dist/components/buttons/PrimaryButton/PrimaryButton.stories.es.js +0 -25
  225. package/dist/components/buttons/PrimaryButton/index.cjs.js +0 -1
  226. package/dist/components/buttons/PrimaryButton/index.d.ts +0 -2
  227. package/dist/components/buttons/PrimaryButton/index.es.js +0 -4
  228. package/dist/components/buttons/SecondaryButton/SecondaryButton.cjs.js +0 -1
  229. package/dist/components/buttons/SecondaryButton/SecondaryButton.d.ts +0 -6
  230. package/dist/components/buttons/SecondaryButton/SecondaryButton.es.js +0 -6
  231. package/dist/components/buttons/SecondaryButton/SecondaryButton.stories.cjs.js +0 -1
  232. package/dist/components/buttons/SecondaryButton/SecondaryButton.stories.es.js +0 -25
  233. package/dist/components/buttons/SecondaryButton/index.cjs.js +0 -1
  234. package/dist/components/buttons/SecondaryButton/index.d.ts +0 -2
  235. package/dist/components/buttons/SecondaryButton/index.es.js +0 -4
  236. package/dist/components/buttons/index.cjs.js +0 -1
  237. package/dist/components/buttons/index.d.ts +0 -3
  238. package/dist/components/buttons/index.es.js +0 -8
  239. package/dist/components/feedback/Alert/Alert.cjs.js +0 -1
  240. package/dist/components/feedback/Alert/Alert.stories.cjs.js +0 -1
  241. package/dist/components/feedback/QueryError/QueryError.cjs.js +0 -1
  242. package/dist/components/feedback/QueryError/QueryError.es.js +0 -19
  243. package/dist/components/feedback/index.cjs.js +0 -1
  244. package/dist/components/feedback/index.d.ts +0 -2
  245. package/dist/components/feedback/index.es.js +0 -6
  246. package/dist/components/inputs/PasswordInput/PasswordInput.cjs.js +0 -1
  247. package/dist/components/inputs/PasswordInput/PasswordInput.stories.es.js +0 -16
  248. package/dist/components/inputs/SearchInput/SearchInput.cjs.js +0 -1
  249. package/dist/components/inputs/SearchInput/SearchInput.stories.cjs.js +0 -1
  250. package/dist/components/inputs/TextInput/TextInput.cjs.js +0 -1
  251. package/dist/components/inputs/TextInput/TextInput.stories.cjs.js +0 -1
  252. package/dist/components/inputs/index.cjs.js +0 -1
  253. package/dist/components/inputs/index.d.ts +0 -3
  254. package/dist/components/inputs/index.es.js +0 -8
  255. package/dist/components/lists/FileList/FileList.cjs.js +0 -1
  256. package/dist/components/lists/FileList/FileList.stories.cjs.js +0 -1
  257. package/dist/components/lists/FileList/FileListItem.cjs.js +0 -1
  258. package/dist/components/lists/FileList/FileListItem.d.ts +0 -14
  259. package/dist/components/lists/FileList/FileListItem.es.js +0 -42
  260. package/dist/components/lists/TabList.stories.cjs.js +0 -1
  261. package/dist/components/lists/index.cjs.js +0 -1
  262. package/dist/components/lists/index.d.ts +0 -1
  263. package/dist/components/lists/index.es.js +0 -6
  264. package/dist/components/pickers/DatePicker/DatePicker.cjs.js +0 -1
  265. package/dist/components/pickers/DatePicker/DatePicker.es.js +0 -6
  266. package/dist/components/pickers/DatePicker/DatePicker.stories.cjs.js +0 -1
  267. package/dist/components/pickers/DatePicker/DatePicker.stories.es.js +0 -16
  268. package/dist/components/pickers/DatePicker/index.cjs.js +0 -1
  269. package/dist/components/pickers/DatePicker/index.es.js +0 -4
  270. package/dist/components/pickers/index.d.ts +0 -1
  271. package/dist/components/pickers/index.es.js +0 -4
  272. package/dist/createStyled-CzVedz8V.js +0 -142
  273. package/dist/createStyled-LobpFGWo.cjs +0 -1
  274. package/dist/createSvgIcon-B8vHI3I6.js +0 -183
  275. package/dist/createSvgIcon-BGm-SWUB.cjs +0 -1
  276. package/dist/createSvgIcon-CKlvKClV.cjs +0 -2
  277. package/dist/createSvgIcon-DjuUwmEp.js +0 -75
  278. package/dist/identifier-4KVhx666.cjs +0 -50
  279. package/dist/identifier-D-ng7Qqa.js +0 -3047
  280. package/dist/isHostComponent-PydJW4A4.cjs +0 -1
  281. package/dist/isHostComponent-kiaBvYVo.js +0 -6
  282. package/dist/refType-BhXrhWFB.cjs +0 -1
  283. package/dist/refType-COGEdfch.js +0 -29
  284. package/dist/styled-ZF_yhfMW.cjs +0 -17
  285. package/dist/styled-xiAudcD_.js +0 -533
  286. package/dist/unsupportedProp-Bn6XWqwH.cjs +0 -1
  287. package/dist/unsupportedProp-BuVD30Gh.js +0 -9
  288. package/dist/useControlled-DKpcyPsg.cjs +0 -3
  289. package/dist/useControlled-DoRrpN8o.js +0 -48
  290. package/dist/useForkRef-CGd3Nhyb.cjs +0 -1
  291. package/dist/useForkRef-DwN_Iz9R.js +0 -17
  292. package/dist/useId-BW-oWmul.js +0 -19
  293. package/dist/useId-Cw0TtD-8.cjs +0 -1
  294. package/dist/useIsFocusVisible-Bv_7uvif.cjs +0 -1
  295. package/dist/useIsFocusVisible-DhASXQ4o.js +0 -69
  296. package/dist/useTheme-B5RCz7rY.cjs +0 -1
  297. package/dist/useTheme-iNHILPzK.js +0 -99
  298. package/dist/useTheme-kqsjFBnC.cjs +0 -1
  299. package/dist/useThemeProps-B-Oq4Y2j.cjs +0 -1
  300. package/dist/useThemeProps-BHAsCmc4.cjs +0 -1
  301. package/dist/useThemeProps-BVvSbkPP.js +0 -17
  302. package/dist/useTimeout-BdvDipeg.js +0 -47
  303. package/dist/useTimeout-XUWYBnl6.cjs +0 -1
  304. package/dist/vite-env.d.cjs.js +0 -1
  305. package/dist/vite-env.d.es.js +0 -1
  306. /package/dist/components/{feedback/Alert → Alert}/Alert.es.js +0 -0
  307. /package/dist/components/{feedback/Alert → Alert}/index.cjs.js +0 -0
  308. /package/dist/components/{feedback/Alert → Alert}/index.d.ts +0 -0
  309. /package/dist/components/{feedback/Alert → Alert}/index.es.js +0 -0
  310. /package/dist/components/{pickers/DatePicker → DatePicker}/index.d.ts +0 -0
  311. /package/dist/components/{lists/FileList → FileList}/index.cjs.js +0 -0
  312. /package/dist/components/{lists/FileList → FileList}/index.d.ts +0 -0
  313. /package/dist/components/{lists/FileList → FileList}/index.es.js +0 -0
  314. /package/dist/components/{inputs/PasswordInput → PasswordInput}/index.cjs.js +0 -0
  315. /package/dist/components/{inputs/PasswordInput → PasswordInput}/index.d.ts +0 -0
  316. /package/dist/components/{inputs/PasswordInput → PasswordInput}/index.es.js +0 -0
  317. /package/dist/components/{feedback/QueryError → QueryError}/helpers.cjs.js +0 -0
  318. /package/dist/components/{feedback/QueryError → QueryError}/helpers.es.js +0 -0
  319. /package/dist/components/{feedback/QueryError → QueryError}/index.cjs.js +0 -0
  320. /package/dist/components/{feedback/QueryError → QueryError}/index.d.ts +0 -0
  321. /package/dist/components/{feedback/QueryError → QueryError}/index.es.js +0 -0
  322. /package/dist/components/{inputs/SearchInput → SearchInput}/index.cjs.js +0 -0
  323. /package/dist/components/{inputs/SearchInput → SearchInput}/index.d.ts +0 -0
  324. /package/dist/components/{inputs/SearchInput → SearchInput}/index.es.js +0 -0
  325. /package/dist/components/{inputs/TextInput → TextInput}/index.cjs.js +0 -0
  326. /package/dist/components/{inputs/TextInput → TextInput}/index.d.ts +0 -0
  327. /package/dist/components/{inputs/TextInput → TextInput}/index.es.js +0 -0
@@ -1,722 +1,1712 @@
1
- import nr, { jsxs as ve, jsx as T, Fragment as Ue } from "react/jsx-runtime";
2
- import { A as or, P as f } from "../../identifier-D-ng7Qqa.js";
3
- import { r as ir } from "../../createSvgIcon-DjuUwmEp.js";
4
- import Fr, { useMemo as I, useRef as Q, useReducer as xr, useEffect as ye, useCallback as A, forwardRef as _r, useImperativeHandle as jr, Fragment as Sr } from "react";
5
- import { S as Pr } from "../../Stack-BJ2ths-g.js";
6
- import { T as be } from "../../Typography-B2XMXu83.js";
7
- var Fe = {}, Tr = or;
8
- Object.defineProperty(Fe, "__esModule", {
9
- value: !0
10
- });
11
- var ar = Fe.default = void 0, Ir = Tr(ir()), Cr = nr;
12
- ar = Fe.default = (0, Ir.default)(/* @__PURE__ */ (0, Cr.jsx)("path", {
1
+ import { jsx as z, jsxs as fa, Fragment as Ka } from "react/jsx-runtime";
2
+ import { c as ai } from "../../createSvgIcon-Ae1vF9Lv.js";
3
+ import bi, { useMemo as q, useRef as J, useReducer as hi, useEffect as xa, useCallback as y, forwardRef as yi, useImperativeHandle as wi, Fragment as ki } from "react";
4
+ import { P as s } from "../../identifier-Bu3vgTzE.js";
5
+ import { S as ji } from "../../Stack-CutIWKkG.js";
6
+ import { T as ga } from "../../Typography-DsJC595c.js";
7
+ const zi = ai(/* @__PURE__ */ z("path", {
13
8
  d: "M9 16h6v-6h4l-7-7-7 7h4zm-4 2h14v2H5z"
14
- }), "FileUpload");
15
- var xe = {}, Rr = or;
16
- Object.defineProperty(xe, "__esModule", {
17
- value: !0
18
- });
19
- var ur = xe.default = void 0, zr = Rr(ir()), kr = nr;
20
- ur = xe.default = (0, zr.default)(/* @__PURE__ */ (0, kr.jsx)("path", {
9
+ }), "FileUpload"), Di = ai(/* @__PURE__ */ z("path", {
21
10
  d: "M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8zm4 18H6V4h7v5h5zM8 15.01l1.41 1.41L11 14.84V19h2v-4.16l1.59 1.59L16 15.01 12.01 11z"
22
11
  }), "UploadFile");
23
- function C(e, r, t, n) {
24
- function i(o) {
25
- return o instanceof t ? o : new t(function(c) {
26
- c(o);
12
+ function F(a, i, t, n) {
13
+ function p(o) {
14
+ return o instanceof t ? o : new t(function(l) {
15
+ l(o);
27
16
  });
28
17
  }
29
- return new (t || (t = Promise))(function(o, c) {
30
- function s(m) {
18
+ return new (t || (t = Promise))(function(o, l) {
19
+ function r(x) {
31
20
  try {
32
- l(n.next(m));
33
- } catch (y) {
34
- c(y);
21
+ k(n.next(x));
22
+ } catch (j) {
23
+ l(j);
35
24
  }
36
25
  }
37
- function d(m) {
26
+ function v(x) {
38
27
  try {
39
- l(n.throw(m));
40
- } catch (y) {
41
- c(y);
28
+ k(n.throw(x));
29
+ } catch (j) {
30
+ l(j);
42
31
  }
43
32
  }
44
- function l(m) {
45
- m.done ? o(m.value) : i(m.value).then(s, d);
33
+ function k(x) {
34
+ x.done ? o(x.value) : p(x.value).then(r, v);
46
35
  }
47
- l((n = n.apply(e, r || [])).next());
36
+ k((n = n.apply(a, i || [])).next());
48
37
  });
49
38
  }
50
- function R(e, r) {
51
- var t = { label: 0, sent: function() {
52
- if (o[0] & 1) throw o[1];
53
- return o[1];
54
- }, trys: [], ops: [] }, n, i, o, c;
55
- return c = { next: s(0), throw: s(1), return: s(2) }, typeof Symbol == "function" && (c[Symbol.iterator] = function() {
56
- return this;
57
- }), c;
58
- function s(l) {
59
- return function(m) {
60
- return d([l, m]);
61
- };
62
- }
63
- function d(l) {
64
- if (n) throw new TypeError("Generator is already executing.");
65
- for (; c && (c = 0, l[0] && (t = 0)), t; ) try {
66
- if (n = 1, i && (o = l[0] & 2 ? i.return : l[0] ? i.throw || ((o = i.return) && o.call(i), 0) : i.next) && !(o = o.call(i, l[1])).done) return o;
67
- switch (i = 0, o && (l = [l[0] & 2, o.value]), l[0]) {
68
- case 0:
69
- case 1:
70
- o = l;
71
- break;
72
- case 4:
73
- return t.label++, { value: l[1], done: !1 };
74
- case 5:
75
- t.label++, i = l[1], l = [0];
76
- continue;
77
- case 7:
78
- l = t.ops.pop(), t.trys.pop();
79
- continue;
80
- default:
81
- if (o = t.trys, !(o = o.length > 0 && o[o.length - 1]) && (l[0] === 6 || l[0] === 2)) {
82
- t = 0;
83
- continue;
84
- }
85
- if (l[0] === 3 && (!o || l[1] > o[0] && l[1] < o[3])) {
86
- t.label = l[1];
87
- break;
88
- }
89
- if (l[0] === 6 && t.label < o[1]) {
90
- t.label = o[1], o = l;
91
- break;
92
- }
93
- if (o && t.label < o[2]) {
94
- t.label = o[2], t.ops.push(l);
95
- break;
96
- }
97
- o[2] && t.ops.pop(), t.trys.pop();
98
- continue;
99
- }
100
- l = r.call(e, t);
101
- } catch (m) {
102
- l = [6, m], i = 0;
103
- } finally {
104
- n = o = 0;
105
- }
106
- if (l[0] & 5) throw l[1];
107
- return { value: l[0] ? l[1] : void 0, done: !0 };
108
- }
109
- }
110
- function qe(e, r) {
111
- var t = typeof Symbol == "function" && e[Symbol.iterator];
112
- if (!t) return e;
113
- var n = t.call(e), i, o = [], c;
114
- try {
115
- for (; (r === void 0 || r-- > 0) && !(i = n.next()).done; ) o.push(i.value);
116
- } catch (s) {
117
- c = { error: s };
118
- } finally {
119
- try {
120
- i && !i.done && (t = n.return) && t.call(n);
121
- } finally {
122
- if (c) throw c.error;
123
- }
124
- }
125
- return o;
126
- }
127
- function Ne(e, r, t) {
128
- if (t || arguments.length === 2) for (var n = 0, i = r.length, o; n < i; n++)
129
- (o || !(n in r)) && (o || (o = Array.prototype.slice.call(r, 0, n)), o[n] = r[n]);
130
- return e.concat(o || Array.prototype.slice.call(r));
131
- }
132
- var Lr = /* @__PURE__ */ new Map([
133
- // https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types
134
- ["aac", "audio/aac"],
39
+ const Ei = /* @__PURE__ */ new Map([
40
+ // https://github.com/guzzle/psr7/blob/2d9260799e713f1c475d3c5fdc3d6561ff7441b2/src/MimeType.php
41
+ ["1km", "application/vnd.1000minds.decision-model+xml"],
42
+ ["3dml", "text/vnd.in3d.3dml"],
43
+ ["3ds", "image/x-3ds"],
44
+ ["3g2", "video/3gpp2"],
45
+ ["3gp", "video/3gp"],
46
+ ["3gpp", "video/3gpp"],
47
+ ["3mf", "model/3mf"],
48
+ ["7z", "application/x-7z-compressed"],
49
+ ["7zip", "application/x-7z-compressed"],
50
+ ["123", "application/vnd.lotus-1-2-3"],
51
+ ["aab", "application/x-authorware-bin"],
52
+ ["aac", "audio/x-acc"],
53
+ ["aam", "application/x-authorware-map"],
54
+ ["aas", "application/x-authorware-seg"],
135
55
  ["abw", "application/x-abiword"],
56
+ ["ac", "application/vnd.nokia.n-gage.ac+xml"],
57
+ ["ac3", "audio/ac3"],
58
+ ["acc", "application/vnd.americandynamics.acc"],
59
+ ["ace", "application/x-ace-compressed"],
60
+ ["acu", "application/vnd.acucobol"],
61
+ ["acutc", "application/vnd.acucorp"],
62
+ ["adp", "audio/adpcm"],
63
+ ["aep", "application/vnd.audiograph"],
64
+ ["afm", "application/x-font-type1"],
65
+ ["afp", "application/vnd.ibm.modcap"],
66
+ ["ahead", "application/vnd.ahead.space"],
67
+ ["ai", "application/pdf"],
68
+ ["aif", "audio/x-aiff"],
69
+ ["aifc", "audio/x-aiff"],
70
+ ["aiff", "audio/x-aiff"],
71
+ ["air", "application/vnd.adobe.air-application-installer-package+zip"],
72
+ ["ait", "application/vnd.dvb.ait"],
73
+ ["ami", "application/vnd.amiga.ami"],
74
+ ["amr", "audio/amr"],
75
+ ["apk", "application/vnd.android.package-archive"],
76
+ ["apng", "image/apng"],
77
+ ["appcache", "text/cache-manifest"],
78
+ ["application", "application/x-ms-application"],
79
+ ["apr", "application/vnd.lotus-approach"],
136
80
  ["arc", "application/x-freearc"],
137
- ["avif", "image/avif"],
81
+ ["arj", "application/x-arj"],
82
+ ["asc", "application/pgp-signature"],
83
+ ["asf", "video/x-ms-asf"],
84
+ ["asm", "text/x-asm"],
85
+ ["aso", "application/vnd.accpac.simply.aso"],
86
+ ["asx", "video/x-ms-asf"],
87
+ ["atc", "application/vnd.acucorp"],
88
+ ["atom", "application/atom+xml"],
89
+ ["atomcat", "application/atomcat+xml"],
90
+ ["atomdeleted", "application/atomdeleted+xml"],
91
+ ["atomsvc", "application/atomsvc+xml"],
92
+ ["atx", "application/vnd.antix.game-component"],
93
+ ["au", "audio/x-au"],
138
94
  ["avi", "video/x-msvideo"],
95
+ ["avif", "image/avif"],
96
+ ["aw", "application/applixware"],
97
+ ["azf", "application/vnd.airzip.filesecure.azf"],
98
+ ["azs", "application/vnd.airzip.filesecure.azs"],
99
+ ["azv", "image/vnd.airzip.accelerator.azv"],
139
100
  ["azw", "application/vnd.amazon.ebook"],
101
+ ["b16", "image/vnd.pco.b16"],
102
+ ["bat", "application/x-msdownload"],
103
+ ["bcpio", "application/x-bcpio"],
104
+ ["bdf", "application/x-font-bdf"],
105
+ ["bdm", "application/vnd.syncml.dm+wbxml"],
106
+ ["bdoc", "application/x-bdoc"],
107
+ ["bed", "application/vnd.realvnc.bed"],
108
+ ["bh2", "application/vnd.fujitsu.oasysprs"],
140
109
  ["bin", "application/octet-stream"],
110
+ ["blb", "application/x-blorb"],
111
+ ["blorb", "application/x-blorb"],
112
+ ["bmi", "application/vnd.bmi"],
113
+ ["bmml", "application/vnd.balsamiq.bmml+xml"],
141
114
  ["bmp", "image/bmp"],
115
+ ["book", "application/vnd.framemaker"],
116
+ ["box", "application/vnd.previewsystems.box"],
117
+ ["boz", "application/x-bzip2"],
118
+ ["bpk", "application/octet-stream"],
119
+ ["bpmn", "application/octet-stream"],
120
+ ["bsp", "model/vnd.valve.source.compiled-map"],
121
+ ["btif", "image/prs.btif"],
122
+ ["buffer", "application/octet-stream"],
142
123
  ["bz", "application/x-bzip"],
143
124
  ["bz2", "application/x-bzip2"],
125
+ ["c", "text/x-c"],
126
+ ["c4d", "application/vnd.clonk.c4group"],
127
+ ["c4f", "application/vnd.clonk.c4group"],
128
+ ["c4g", "application/vnd.clonk.c4group"],
129
+ ["c4p", "application/vnd.clonk.c4group"],
130
+ ["c4u", "application/vnd.clonk.c4group"],
131
+ ["c11amc", "application/vnd.cluetrust.cartomobile-config"],
132
+ ["c11amz", "application/vnd.cluetrust.cartomobile-config-pkg"],
133
+ ["cab", "application/vnd.ms-cab-compressed"],
134
+ ["caf", "audio/x-caf"],
135
+ ["cap", "application/vnd.tcpdump.pcap"],
136
+ ["car", "application/vnd.curl.car"],
137
+ ["cat", "application/vnd.ms-pki.seccat"],
138
+ ["cb7", "application/x-cbr"],
139
+ ["cba", "application/x-cbr"],
140
+ ["cbr", "application/x-cbr"],
141
+ ["cbt", "application/x-cbr"],
142
+ ["cbz", "application/x-cbr"],
143
+ ["cc", "text/x-c"],
144
+ ["cco", "application/x-cocoa"],
145
+ ["cct", "application/x-director"],
146
+ ["ccxml", "application/ccxml+xml"],
147
+ ["cdbcmsg", "application/vnd.contact.cmsg"],
144
148
  ["cda", "application/x-cdf"],
149
+ ["cdf", "application/x-netcdf"],
150
+ ["cdfx", "application/cdfx+xml"],
151
+ ["cdkey", "application/vnd.mediastation.cdkey"],
152
+ ["cdmia", "application/cdmi-capability"],
153
+ ["cdmic", "application/cdmi-container"],
154
+ ["cdmid", "application/cdmi-domain"],
155
+ ["cdmio", "application/cdmi-object"],
156
+ ["cdmiq", "application/cdmi-queue"],
157
+ ["cdr", "application/cdr"],
158
+ ["cdx", "chemical/x-cdx"],
159
+ ["cdxml", "application/vnd.chemdraw+xml"],
160
+ ["cdy", "application/vnd.cinderella"],
161
+ ["cer", "application/pkix-cert"],
162
+ ["cfs", "application/x-cfs-compressed"],
163
+ ["cgm", "image/cgm"],
164
+ ["chat", "application/x-chat"],
165
+ ["chm", "application/vnd.ms-htmlhelp"],
166
+ ["chrt", "application/vnd.kde.kchart"],
167
+ ["cif", "chemical/x-cif"],
168
+ ["cii", "application/vnd.anser-web-certificate-issue-initiation"],
169
+ ["cil", "application/vnd.ms-artgalry"],
170
+ ["cjs", "application/node"],
171
+ ["cla", "application/vnd.claymore"],
172
+ ["class", "application/octet-stream"],
173
+ ["clkk", "application/vnd.crick.clicker.keyboard"],
174
+ ["clkp", "application/vnd.crick.clicker.palette"],
175
+ ["clkt", "application/vnd.crick.clicker.template"],
176
+ ["clkw", "application/vnd.crick.clicker.wordbank"],
177
+ ["clkx", "application/vnd.crick.clicker"],
178
+ ["clp", "application/x-msclip"],
179
+ ["cmc", "application/vnd.cosmocaller"],
180
+ ["cmdf", "chemical/x-cmdf"],
181
+ ["cml", "chemical/x-cml"],
182
+ ["cmp", "application/vnd.yellowriver-custom-menu"],
183
+ ["cmx", "image/x-cmx"],
184
+ ["cod", "application/vnd.rim.cod"],
185
+ ["coffee", "text/coffeescript"],
186
+ ["com", "application/x-msdownload"],
187
+ ["conf", "text/plain"],
188
+ ["cpio", "application/x-cpio"],
189
+ ["cpp", "text/x-c"],
190
+ ["cpt", "application/mac-compactpro"],
191
+ ["crd", "application/x-mscardfile"],
192
+ ["crl", "application/pkix-crl"],
193
+ ["crt", "application/x-x509-ca-cert"],
194
+ ["crx", "application/x-chrome-extension"],
195
+ ["cryptonote", "application/vnd.rig.cryptonote"],
145
196
  ["csh", "application/x-csh"],
197
+ ["csl", "application/vnd.citationstyles.style+xml"],
198
+ ["csml", "chemical/x-csml"],
199
+ ["csp", "application/vnd.commonspace"],
200
+ ["csr", "application/octet-stream"],
146
201
  ["css", "text/css"],
202
+ ["cst", "application/x-director"],
147
203
  ["csv", "text/csv"],
204
+ ["cu", "application/cu-seeme"],
205
+ ["curl", "text/vnd.curl"],
206
+ ["cww", "application/prs.cww"],
207
+ ["cxt", "application/x-director"],
208
+ ["cxx", "text/x-c"],
209
+ ["dae", "model/vnd.collada+xml"],
210
+ ["daf", "application/vnd.mobius.daf"],
211
+ ["dart", "application/vnd.dart"],
212
+ ["dataless", "application/vnd.fdsn.seed"],
213
+ ["davmount", "application/davmount+xml"],
214
+ ["dbf", "application/vnd.dbf"],
215
+ ["dbk", "application/docbook+xml"],
216
+ ["dcr", "application/x-director"],
217
+ ["dcurl", "text/vnd.curl.dcurl"],
218
+ ["dd2", "application/vnd.oma.dd2+xml"],
219
+ ["ddd", "application/vnd.fujixerox.ddd"],
220
+ ["ddf", "application/vnd.syncml.dmddf+xml"],
221
+ ["dds", "image/vnd.ms-dds"],
222
+ ["deb", "application/x-debian-package"],
223
+ ["def", "text/plain"],
224
+ ["deploy", "application/octet-stream"],
225
+ ["der", "application/x-x509-ca-cert"],
226
+ ["dfac", "application/vnd.dreamfactory"],
227
+ ["dgc", "application/x-dgc-compressed"],
228
+ ["dic", "text/x-c"],
229
+ ["dir", "application/x-director"],
230
+ ["dis", "application/vnd.mobius.dis"],
231
+ ["disposition-notification", "message/disposition-notification"],
232
+ ["dist", "application/octet-stream"],
233
+ ["distz", "application/octet-stream"],
234
+ ["djv", "image/vnd.djvu"],
235
+ ["djvu", "image/vnd.djvu"],
236
+ ["dll", "application/octet-stream"],
237
+ ["dmg", "application/x-apple-diskimage"],
238
+ ["dmn", "application/octet-stream"],
239
+ ["dmp", "application/vnd.tcpdump.pcap"],
240
+ ["dms", "application/octet-stream"],
241
+ ["dna", "application/vnd.dna"],
148
242
  ["doc", "application/msword"],
243
+ ["docm", "application/vnd.ms-word.template.macroEnabled.12"],
149
244
  ["docx", "application/vnd.openxmlformats-officedocument.wordprocessingml.document"],
245
+ ["dot", "application/msword"],
246
+ ["dotm", "application/vnd.ms-word.template.macroEnabled.12"],
247
+ ["dotx", "application/vnd.openxmlformats-officedocument.wordprocessingml.template"],
248
+ ["dp", "application/vnd.osgi.dp"],
249
+ ["dpg", "application/vnd.dpgraph"],
250
+ ["dra", "audio/vnd.dra"],
251
+ ["drle", "image/dicom-rle"],
252
+ ["dsc", "text/prs.lines.tag"],
253
+ ["dssc", "application/dssc+der"],
254
+ ["dtb", "application/x-dtbook+xml"],
255
+ ["dtd", "application/xml-dtd"],
256
+ ["dts", "audio/vnd.dts"],
257
+ ["dtshd", "audio/vnd.dts.hd"],
258
+ ["dump", "application/octet-stream"],
259
+ ["dvb", "video/vnd.dvb.file"],
260
+ ["dvi", "application/x-dvi"],
261
+ ["dwd", "application/atsc-dwd+xml"],
262
+ ["dwf", "model/vnd.dwf"],
263
+ ["dwg", "image/vnd.dwg"],
264
+ ["dxf", "image/vnd.dxf"],
265
+ ["dxp", "application/vnd.spotfire.dxp"],
266
+ ["dxr", "application/x-director"],
267
+ ["ear", "application/java-archive"],
268
+ ["ecelp4800", "audio/vnd.nuera.ecelp4800"],
269
+ ["ecelp7470", "audio/vnd.nuera.ecelp7470"],
270
+ ["ecelp9600", "audio/vnd.nuera.ecelp9600"],
271
+ ["ecma", "application/ecmascript"],
272
+ ["edm", "application/vnd.novadigm.edm"],
273
+ ["edx", "application/vnd.novadigm.edx"],
274
+ ["efif", "application/vnd.picsel"],
275
+ ["ei6", "application/vnd.pg.osasli"],
276
+ ["elc", "application/octet-stream"],
277
+ ["emf", "image/emf"],
278
+ ["eml", "message/rfc822"],
279
+ ["emma", "application/emma+xml"],
280
+ ["emotionml", "application/emotionml+xml"],
281
+ ["emz", "application/x-msmetafile"],
282
+ ["eol", "audio/vnd.digital-winds"],
150
283
  ["eot", "application/vnd.ms-fontobject"],
284
+ ["eps", "application/postscript"],
151
285
  ["epub", "application/epub+zip"],
152
- ["gz", "application/gzip"],
286
+ ["es", "application/ecmascript"],
287
+ ["es3", "application/vnd.eszigno3+xml"],
288
+ ["esa", "application/vnd.osgi.subsystem"],
289
+ ["esf", "application/vnd.epson.esf"],
290
+ ["et3", "application/vnd.eszigno3+xml"],
291
+ ["etx", "text/x-setext"],
292
+ ["eva", "application/x-eva"],
293
+ ["evy", "application/x-envoy"],
294
+ ["exe", "application/octet-stream"],
295
+ ["exi", "application/exi"],
296
+ ["exp", "application/express"],
297
+ ["exr", "image/aces"],
298
+ ["ext", "application/vnd.novadigm.ext"],
299
+ ["ez", "application/andrew-inset"],
300
+ ["ez2", "application/vnd.ezpix-album"],
301
+ ["ez3", "application/vnd.ezpix-package"],
302
+ ["f", "text/x-fortran"],
303
+ ["f4v", "video/mp4"],
304
+ ["f77", "text/x-fortran"],
305
+ ["f90", "text/x-fortran"],
306
+ ["fbs", "image/vnd.fastbidsheet"],
307
+ ["fcdt", "application/vnd.adobe.formscentral.fcdt"],
308
+ ["fcs", "application/vnd.isac.fcs"],
309
+ ["fdf", "application/vnd.fdf"],
310
+ ["fdt", "application/fdt+xml"],
311
+ ["fe_launch", "application/vnd.denovo.fcselayout-link"],
312
+ ["fg5", "application/vnd.fujitsu.oasysgp"],
313
+ ["fgd", "application/x-director"],
314
+ ["fh", "image/x-freehand"],
315
+ ["fh4", "image/x-freehand"],
316
+ ["fh5", "image/x-freehand"],
317
+ ["fh7", "image/x-freehand"],
318
+ ["fhc", "image/x-freehand"],
319
+ ["fig", "application/x-xfig"],
320
+ ["fits", "image/fits"],
321
+ ["flac", "audio/x-flac"],
322
+ ["fli", "video/x-fli"],
323
+ ["flo", "application/vnd.micrografx.flo"],
324
+ ["flv", "video/x-flv"],
325
+ ["flw", "application/vnd.kde.kivio"],
326
+ ["flx", "text/vnd.fmi.flexstor"],
327
+ ["fly", "text/vnd.fly"],
328
+ ["fm", "application/vnd.framemaker"],
329
+ ["fnc", "application/vnd.frogans.fnc"],
330
+ ["fo", "application/vnd.software602.filler.form+xml"],
331
+ ["for", "text/x-fortran"],
332
+ ["fpx", "image/vnd.fpx"],
333
+ ["frame", "application/vnd.framemaker"],
334
+ ["fsc", "application/vnd.fsc.weblaunch"],
335
+ ["fst", "image/vnd.fst"],
336
+ ["ftc", "application/vnd.fluxtime.clip"],
337
+ ["fti", "application/vnd.anser-web-funds-transfer-initiation"],
338
+ ["fvt", "video/vnd.fvt"],
339
+ ["fxp", "application/vnd.adobe.fxp"],
340
+ ["fxpl", "application/vnd.adobe.fxp"],
341
+ ["fzs", "application/vnd.fuzzysheet"],
342
+ ["g2w", "application/vnd.geoplan"],
343
+ ["g3", "image/g3fax"],
344
+ ["g3w", "application/vnd.geospace"],
345
+ ["gac", "application/vnd.groove-account"],
346
+ ["gam", "application/x-tads"],
347
+ ["gbr", "application/rpki-ghostbusters"],
348
+ ["gca", "application/x-gca-compressed"],
349
+ ["gdl", "model/vnd.gdl"],
350
+ ["gdoc", "application/vnd.google-apps.document"],
351
+ ["geo", "application/vnd.dynageo"],
352
+ ["geojson", "application/geo+json"],
353
+ ["gex", "application/vnd.geometry-explorer"],
354
+ ["ggb", "application/vnd.geogebra.file"],
355
+ ["ggt", "application/vnd.geogebra.tool"],
356
+ ["ghf", "application/vnd.groove-help"],
153
357
  ["gif", "image/gif"],
358
+ ["gim", "application/vnd.groove-identity-message"],
359
+ ["glb", "model/gltf-binary"],
360
+ ["gltf", "model/gltf+json"],
361
+ ["gml", "application/gml+xml"],
362
+ ["gmx", "application/vnd.gmx"],
363
+ ["gnumeric", "application/x-gnumeric"],
364
+ ["gpg", "application/gpg-keys"],
365
+ ["gph", "application/vnd.flographit"],
366
+ ["gpx", "application/gpx+xml"],
367
+ ["gqf", "application/vnd.grafeq"],
368
+ ["gqs", "application/vnd.grafeq"],
369
+ ["gram", "application/srgs"],
370
+ ["gramps", "application/x-gramps-xml"],
371
+ ["gre", "application/vnd.geometry-explorer"],
372
+ ["grv", "application/vnd.groove-injector"],
373
+ ["grxml", "application/srgs+xml"],
374
+ ["gsf", "application/x-font-ghostscript"],
375
+ ["gsheet", "application/vnd.google-apps.spreadsheet"],
376
+ ["gslides", "application/vnd.google-apps.presentation"],
377
+ ["gtar", "application/x-gtar"],
378
+ ["gtm", "application/vnd.groove-tool-message"],
379
+ ["gtw", "model/vnd.gtw"],
380
+ ["gv", "text/vnd.graphviz"],
381
+ ["gxf", "application/gxf"],
382
+ ["gxt", "application/vnd.geonext"],
383
+ ["gz", "application/gzip"],
384
+ ["gzip", "application/gzip"],
385
+ ["h", "text/x-c"],
386
+ ["h261", "video/h261"],
387
+ ["h263", "video/h263"],
388
+ ["h264", "video/h264"],
389
+ ["hal", "application/vnd.hal+xml"],
390
+ ["hbci", "application/vnd.hbci"],
391
+ ["hbs", "text/x-handlebars-template"],
392
+ ["hdd", "application/x-virtualbox-hdd"],
393
+ ["hdf", "application/x-hdf"],
154
394
  ["heic", "image/heic"],
395
+ ["heics", "image/heic-sequence"],
155
396
  ["heif", "image/heif"],
397
+ ["heifs", "image/heif-sequence"],
398
+ ["hej2", "image/hej2k"],
399
+ ["held", "application/atsc-held+xml"],
400
+ ["hh", "text/x-c"],
401
+ ["hjson", "application/hjson"],
402
+ ["hlp", "application/winhlp"],
403
+ ["hpgl", "application/vnd.hp-hpgl"],
404
+ ["hpid", "application/vnd.hp-hpid"],
405
+ ["hps", "application/vnd.hp-hps"],
406
+ ["hqx", "application/mac-binhex40"],
407
+ ["hsj2", "image/hsj2"],
408
+ ["htc", "text/x-component"],
409
+ ["htke", "application/vnd.kenameaapp"],
156
410
  ["htm", "text/html"],
157
411
  ["html", "text/html"],
158
- ["ico", "image/vnd.microsoft.icon"],
412
+ ["hvd", "application/vnd.yamaha.hv-dic"],
413
+ ["hvp", "application/vnd.yamaha.hv-voice"],
414
+ ["hvs", "application/vnd.yamaha.hv-script"],
415
+ ["i2g", "application/vnd.intergeo"],
416
+ ["icc", "application/vnd.iccprofile"],
417
+ ["ice", "x-conference/x-cooltalk"],
418
+ ["icm", "application/vnd.iccprofile"],
419
+ ["ico", "image/x-icon"],
159
420
  ["ics", "text/calendar"],
421
+ ["ief", "image/ief"],
422
+ ["ifb", "text/calendar"],
423
+ ["ifm", "application/vnd.shana.informed.formdata"],
424
+ ["iges", "model/iges"],
425
+ ["igl", "application/vnd.igloader"],
426
+ ["igm", "application/vnd.insors.igm"],
427
+ ["igs", "model/iges"],
428
+ ["igx", "application/vnd.micrografx.igx"],
429
+ ["iif", "application/vnd.shana.informed.interchange"],
430
+ ["img", "application/octet-stream"],
431
+ ["imp", "application/vnd.accpac.simply.imp"],
432
+ ["ims", "application/vnd.ms-ims"],
433
+ ["in", "text/plain"],
434
+ ["ini", "text/plain"],
435
+ ["ink", "application/inkml+xml"],
436
+ ["inkml", "application/inkml+xml"],
437
+ ["install", "application/x-install-instructions"],
438
+ ["iota", "application/vnd.astraea-software.iota"],
439
+ ["ipfix", "application/ipfix"],
440
+ ["ipk", "application/vnd.shana.informed.package"],
441
+ ["irm", "application/vnd.ibm.rights-management"],
442
+ ["irp", "application/vnd.irepository.package+xml"],
443
+ ["iso", "application/x-iso9660-image"],
444
+ ["itp", "application/vnd.shana.informed.formtemplate"],
445
+ ["its", "application/its+xml"],
446
+ ["ivp", "application/vnd.immervision-ivp"],
447
+ ["ivu", "application/vnd.immervision-ivu"],
448
+ ["jad", "text/vnd.sun.j2me.app-descriptor"],
449
+ ["jade", "text/jade"],
450
+ ["jam", "application/vnd.jam"],
160
451
  ["jar", "application/java-archive"],
452
+ ["jardiff", "application/x-java-archive-diff"],
453
+ ["java", "text/x-java-source"],
454
+ ["jhc", "image/jphc"],
455
+ ["jisp", "application/vnd.jisp"],
456
+ ["jls", "image/jls"],
457
+ ["jlt", "application/vnd.hp-jlyt"],
458
+ ["jng", "image/x-jng"],
459
+ ["jnlp", "application/x-java-jnlp-file"],
460
+ ["joda", "application/vnd.joost.joda-archive"],
461
+ ["jp2", "image/jp2"],
462
+ ["jpe", "image/jpeg"],
161
463
  ["jpeg", "image/jpeg"],
464
+ ["jpf", "image/jpx"],
162
465
  ["jpg", "image/jpeg"],
163
- ["js", "text/javascript"],
466
+ ["jpg2", "image/jp2"],
467
+ ["jpgm", "video/jpm"],
468
+ ["jpgv", "video/jpeg"],
469
+ ["jph", "image/jph"],
470
+ ["jpm", "video/jpm"],
471
+ ["jpx", "image/jpx"],
472
+ ["js", "application/javascript"],
164
473
  ["json", "application/json"],
474
+ ["json5", "application/json5"],
165
475
  ["jsonld", "application/ld+json"],
476
+ // https://jsonlines.org/
477
+ ["jsonl", "application/jsonl"],
478
+ ["jsonml", "application/jsonml+json"],
479
+ ["jsx", "text/jsx"],
480
+ ["jxr", "image/jxr"],
481
+ ["jxra", "image/jxra"],
482
+ ["jxrs", "image/jxrs"],
483
+ ["jxs", "image/jxs"],
484
+ ["jxsc", "image/jxsc"],
485
+ ["jxsi", "image/jxsi"],
486
+ ["jxss", "image/jxss"],
487
+ ["kar", "audio/midi"],
488
+ ["karbon", "application/vnd.kde.karbon"],
489
+ ["kdb", "application/octet-stream"],
490
+ ["kdbx", "application/x-keepass2"],
491
+ ["key", "application/x-iwork-keynote-sffkey"],
492
+ ["kfo", "application/vnd.kde.kformula"],
493
+ ["kia", "application/vnd.kidspiration"],
494
+ ["kml", "application/vnd.google-earth.kml+xml"],
495
+ ["kmz", "application/vnd.google-earth.kmz"],
496
+ ["kne", "application/vnd.kinar"],
497
+ ["knp", "application/vnd.kinar"],
498
+ ["kon", "application/vnd.kde.kontour"],
499
+ ["kpr", "application/vnd.kde.kpresenter"],
500
+ ["kpt", "application/vnd.kde.kpresenter"],
501
+ ["kpxx", "application/vnd.ds-keypoint"],
502
+ ["ksp", "application/vnd.kde.kspread"],
503
+ ["ktr", "application/vnd.kahootz"],
504
+ ["ktx", "image/ktx"],
505
+ ["ktx2", "image/ktx2"],
506
+ ["ktz", "application/vnd.kahootz"],
507
+ ["kwd", "application/vnd.kde.kword"],
508
+ ["kwt", "application/vnd.kde.kword"],
509
+ ["lasxml", "application/vnd.las.las+xml"],
510
+ ["latex", "application/x-latex"],
511
+ ["lbd", "application/vnd.llamagraphics.life-balance.desktop"],
512
+ ["lbe", "application/vnd.llamagraphics.life-balance.exchange+xml"],
513
+ ["les", "application/vnd.hhe.lesson-player"],
514
+ ["less", "text/less"],
515
+ ["lgr", "application/lgr+xml"],
516
+ ["lha", "application/octet-stream"],
517
+ ["link66", "application/vnd.route66.link66+xml"],
518
+ ["list", "text/plain"],
519
+ ["list3820", "application/vnd.ibm.modcap"],
520
+ ["listafp", "application/vnd.ibm.modcap"],
521
+ ["litcoffee", "text/coffeescript"],
522
+ ["lnk", "application/x-ms-shortcut"],
523
+ ["log", "text/plain"],
524
+ ["lostxml", "application/lost+xml"],
525
+ ["lrf", "application/octet-stream"],
526
+ ["lrm", "application/vnd.ms-lrm"],
527
+ ["ltf", "application/vnd.frogans.ltf"],
528
+ ["lua", "text/x-lua"],
529
+ ["luac", "application/x-lua-bytecode"],
530
+ ["lvp", "audio/vnd.lucent.voice"],
531
+ ["lwp", "application/vnd.lotus-wordpro"],
532
+ ["lzh", "application/octet-stream"],
533
+ ["m1v", "video/mpeg"],
534
+ ["m2a", "audio/mpeg"],
535
+ ["m2v", "video/mpeg"],
536
+ ["m3a", "audio/mpeg"],
537
+ ["m3u", "text/plain"],
538
+ ["m3u8", "application/vnd.apple.mpegurl"],
539
+ ["m4a", "audio/x-m4a"],
540
+ ["m4p", "application/mp4"],
541
+ ["m4s", "video/iso.segment"],
542
+ ["m4u", "application/vnd.mpegurl"],
543
+ ["m4v", "video/x-m4v"],
544
+ ["m13", "application/x-msmediaview"],
545
+ ["m14", "application/x-msmediaview"],
546
+ ["m21", "application/mp21"],
547
+ ["ma", "application/mathematica"],
548
+ ["mads", "application/mads+xml"],
549
+ ["maei", "application/mmt-aei+xml"],
550
+ ["mag", "application/vnd.ecowin.chart"],
551
+ ["maker", "application/vnd.framemaker"],
552
+ ["man", "text/troff"],
553
+ ["manifest", "text/cache-manifest"],
554
+ ["map", "application/json"],
555
+ ["mar", "application/octet-stream"],
556
+ ["markdown", "text/markdown"],
557
+ ["mathml", "application/mathml+xml"],
558
+ ["mb", "application/mathematica"],
559
+ ["mbk", "application/vnd.mobius.mbk"],
560
+ ["mbox", "application/mbox"],
561
+ ["mc1", "application/vnd.medcalcdata"],
562
+ ["mcd", "application/vnd.mcd"],
563
+ ["mcurl", "text/vnd.curl.mcurl"],
564
+ ["md", "text/markdown"],
565
+ ["mdb", "application/x-msaccess"],
566
+ ["mdi", "image/vnd.ms-modi"],
567
+ ["mdx", "text/mdx"],
568
+ ["me", "text/troff"],
569
+ ["mesh", "model/mesh"],
570
+ ["meta4", "application/metalink4+xml"],
571
+ ["metalink", "application/metalink+xml"],
572
+ ["mets", "application/mets+xml"],
573
+ ["mfm", "application/vnd.mfmp"],
574
+ ["mft", "application/rpki-manifest"],
575
+ ["mgp", "application/vnd.osgeo.mapguide.package"],
576
+ ["mgz", "application/vnd.proteus.magazine"],
166
577
  ["mid", "audio/midi"],
167
578
  ["midi", "audio/midi"],
168
- ["mjs", "text/javascript"],
579
+ ["mie", "application/x-mie"],
580
+ ["mif", "application/vnd.mif"],
581
+ ["mime", "message/rfc822"],
582
+ ["mj2", "video/mj2"],
583
+ ["mjp2", "video/mj2"],
584
+ ["mjs", "application/javascript"],
585
+ ["mk3d", "video/x-matroska"],
586
+ ["mka", "audio/x-matroska"],
587
+ ["mkd", "text/x-markdown"],
588
+ ["mks", "video/x-matroska"],
589
+ ["mkv", "video/x-matroska"],
590
+ ["mlp", "application/vnd.dolby.mlp"],
591
+ ["mmd", "application/vnd.chipnuts.karaoke-mmd"],
592
+ ["mmf", "application/vnd.smaf"],
593
+ ["mml", "text/mathml"],
594
+ ["mmr", "image/vnd.fujixerox.edmics-mmr"],
595
+ ["mng", "video/x-mng"],
596
+ ["mny", "application/x-msmoney"],
597
+ ["mobi", "application/x-mobipocket-ebook"],
598
+ ["mods", "application/mods+xml"],
599
+ ["mov", "video/quicktime"],
600
+ ["movie", "video/x-sgi-movie"],
601
+ ["mp2", "audio/mpeg"],
602
+ ["mp2a", "audio/mpeg"],
169
603
  ["mp3", "audio/mpeg"],
170
604
  ["mp4", "video/mp4"],
605
+ ["mp4a", "audio/mp4"],
606
+ ["mp4s", "application/mp4"],
607
+ ["mp4v", "video/mp4"],
608
+ ["mp21", "application/mp21"],
609
+ ["mpc", "application/vnd.mophun.certificate"],
610
+ ["mpd", "application/dash+xml"],
611
+ ["mpe", "video/mpeg"],
171
612
  ["mpeg", "video/mpeg"],
613
+ ["mpg", "video/mpeg"],
614
+ ["mpg4", "video/mp4"],
615
+ ["mpga", "audio/mpeg"],
172
616
  ["mpkg", "application/vnd.apple.installer+xml"],
617
+ ["mpm", "application/vnd.blueice.multipass"],
618
+ ["mpn", "application/vnd.mophun.application"],
619
+ ["mpp", "application/vnd.ms-project"],
620
+ ["mpt", "application/vnd.ms-project"],
621
+ ["mpy", "application/vnd.ibm.minipay"],
622
+ ["mqy", "application/vnd.mobius.mqy"],
623
+ ["mrc", "application/marc"],
624
+ ["mrcx", "application/marcxml+xml"],
625
+ ["ms", "text/troff"],
626
+ ["mscml", "application/mediaservercontrol+xml"],
627
+ ["mseed", "application/vnd.fdsn.mseed"],
628
+ ["mseq", "application/vnd.mseq"],
629
+ ["msf", "application/vnd.epson.msf"],
630
+ ["msg", "application/vnd.ms-outlook"],
631
+ ["msh", "model/mesh"],
632
+ ["msi", "application/x-msdownload"],
633
+ ["msl", "application/vnd.mobius.msl"],
634
+ ["msm", "application/octet-stream"],
635
+ ["msp", "application/octet-stream"],
636
+ ["msty", "application/vnd.muvee.style"],
637
+ ["mtl", "model/mtl"],
638
+ ["mts", "model/vnd.mts"],
639
+ ["mus", "application/vnd.musician"],
640
+ ["musd", "application/mmt-usd+xml"],
641
+ ["musicxml", "application/vnd.recordare.musicxml+xml"],
642
+ ["mvb", "application/x-msmediaview"],
643
+ ["mvt", "application/vnd.mapbox-vector-tile"],
644
+ ["mwf", "application/vnd.mfer"],
645
+ ["mxf", "application/mxf"],
646
+ ["mxl", "application/vnd.recordare.musicxml"],
647
+ ["mxmf", "audio/mobile-xmf"],
648
+ ["mxml", "application/xv+xml"],
649
+ ["mxs", "application/vnd.triscape.mxs"],
650
+ ["mxu", "video/vnd.mpegurl"],
651
+ ["n-gage", "application/vnd.nokia.n-gage.symbian.install"],
652
+ ["n3", "text/n3"],
653
+ ["nb", "application/mathematica"],
654
+ ["nbp", "application/vnd.wolfram.player"],
655
+ ["nc", "application/x-netcdf"],
656
+ ["ncx", "application/x-dtbncx+xml"],
657
+ ["nfo", "text/x-nfo"],
658
+ ["ngdat", "application/vnd.nokia.n-gage.data"],
659
+ ["nitf", "application/vnd.nitf"],
660
+ ["nlu", "application/vnd.neurolanguage.nlu"],
661
+ ["nml", "application/vnd.enliven"],
662
+ ["nnd", "application/vnd.noblenet-directory"],
663
+ ["nns", "application/vnd.noblenet-sealer"],
664
+ ["nnw", "application/vnd.noblenet-web"],
665
+ ["npx", "image/vnd.net-fpx"],
666
+ ["nq", "application/n-quads"],
667
+ ["nsc", "application/x-conference"],
668
+ ["nsf", "application/vnd.lotus-notes"],
669
+ ["nt", "application/n-triples"],
670
+ ["ntf", "application/vnd.nitf"],
671
+ ["numbers", "application/x-iwork-numbers-sffnumbers"],
672
+ ["nzb", "application/x-nzb"],
673
+ ["oa2", "application/vnd.fujitsu.oasys2"],
674
+ ["oa3", "application/vnd.fujitsu.oasys3"],
675
+ ["oas", "application/vnd.fujitsu.oasys"],
676
+ ["obd", "application/x-msbinder"],
677
+ ["obgx", "application/vnd.openblox.game+xml"],
678
+ ["obj", "model/obj"],
679
+ ["oda", "application/oda"],
680
+ ["odb", "application/vnd.oasis.opendocument.database"],
681
+ ["odc", "application/vnd.oasis.opendocument.chart"],
682
+ ["odf", "application/vnd.oasis.opendocument.formula"],
683
+ ["odft", "application/vnd.oasis.opendocument.formula-template"],
684
+ ["odg", "application/vnd.oasis.opendocument.graphics"],
685
+ ["odi", "application/vnd.oasis.opendocument.image"],
686
+ ["odm", "application/vnd.oasis.opendocument.text-master"],
173
687
  ["odp", "application/vnd.oasis.opendocument.presentation"],
174
688
  ["ods", "application/vnd.oasis.opendocument.spreadsheet"],
175
689
  ["odt", "application/vnd.oasis.opendocument.text"],
176
690
  ["oga", "audio/ogg"],
691
+ ["ogex", "model/vnd.opengex"],
692
+ ["ogg", "audio/ogg"],
177
693
  ["ogv", "video/ogg"],
178
694
  ["ogx", "application/ogg"],
179
- ["opus", "audio/opus"],
695
+ ["omdoc", "application/omdoc+xml"],
696
+ ["onepkg", "application/onenote"],
697
+ ["onetmp", "application/onenote"],
698
+ ["onetoc", "application/onenote"],
699
+ ["onetoc2", "application/onenote"],
700
+ ["opf", "application/oebps-package+xml"],
701
+ ["opml", "text/x-opml"],
702
+ ["oprc", "application/vnd.palm"],
703
+ ["opus", "audio/ogg"],
704
+ ["org", "text/x-org"],
705
+ ["osf", "application/vnd.yamaha.openscoreformat"],
706
+ ["osfpvg", "application/vnd.yamaha.openscoreformat.osfpvg+xml"],
707
+ ["osm", "application/vnd.openstreetmap.data+xml"],
708
+ ["otc", "application/vnd.oasis.opendocument.chart-template"],
180
709
  ["otf", "font/otf"],
181
- ["png", "image/png"],
710
+ ["otg", "application/vnd.oasis.opendocument.graphics-template"],
711
+ ["oth", "application/vnd.oasis.opendocument.text-web"],
712
+ ["oti", "application/vnd.oasis.opendocument.image-template"],
713
+ ["otp", "application/vnd.oasis.opendocument.presentation-template"],
714
+ ["ots", "application/vnd.oasis.opendocument.spreadsheet-template"],
715
+ ["ott", "application/vnd.oasis.opendocument.text-template"],
716
+ ["ova", "application/x-virtualbox-ova"],
717
+ ["ovf", "application/x-virtualbox-ovf"],
718
+ ["owl", "application/rdf+xml"],
719
+ ["oxps", "application/oxps"],
720
+ ["oxt", "application/vnd.openofficeorg.extension"],
721
+ ["p", "text/x-pascal"],
722
+ ["p7a", "application/x-pkcs7-signature"],
723
+ ["p7b", "application/x-pkcs7-certificates"],
724
+ ["p7c", "application/pkcs7-mime"],
725
+ ["p7m", "application/pkcs7-mime"],
726
+ ["p7r", "application/x-pkcs7-certreqresp"],
727
+ ["p7s", "application/pkcs7-signature"],
728
+ ["p8", "application/pkcs8"],
729
+ ["p10", "application/x-pkcs10"],
730
+ ["p12", "application/x-pkcs12"],
731
+ ["pac", "application/x-ns-proxy-autoconfig"],
732
+ ["pages", "application/x-iwork-pages-sffpages"],
733
+ ["pas", "text/x-pascal"],
734
+ ["paw", "application/vnd.pawaafile"],
735
+ ["pbd", "application/vnd.powerbuilder6"],
736
+ ["pbm", "image/x-portable-bitmap"],
737
+ ["pcap", "application/vnd.tcpdump.pcap"],
738
+ ["pcf", "application/x-font-pcf"],
739
+ ["pcl", "application/vnd.hp-pcl"],
740
+ ["pclxl", "application/vnd.hp-pclxl"],
741
+ ["pct", "image/x-pict"],
742
+ ["pcurl", "application/vnd.curl.pcurl"],
743
+ ["pcx", "image/x-pcx"],
744
+ ["pdb", "application/x-pilot"],
745
+ ["pde", "text/x-processing"],
182
746
  ["pdf", "application/pdf"],
747
+ ["pem", "application/x-x509-user-cert"],
748
+ ["pfa", "application/x-font-type1"],
749
+ ["pfb", "application/x-font-type1"],
750
+ ["pfm", "application/x-font-type1"],
751
+ ["pfr", "application/font-tdpfr"],
752
+ ["pfx", "application/x-pkcs12"],
753
+ ["pgm", "image/x-portable-graymap"],
754
+ ["pgn", "application/x-chess-pgn"],
755
+ ["pgp", "application/pgp"],
183
756
  ["php", "application/x-httpd-php"],
184
- ["ppt", "application/vnd.ms-powerpoint"],
757
+ ["php3", "application/x-httpd-php"],
758
+ ["php4", "application/x-httpd-php"],
759
+ ["phps", "application/x-httpd-php-source"],
760
+ ["phtml", "application/x-httpd-php"],
761
+ ["pic", "image/x-pict"],
762
+ ["pkg", "application/octet-stream"],
763
+ ["pki", "application/pkixcmp"],
764
+ ["pkipath", "application/pkix-pkipath"],
765
+ ["pkpass", "application/vnd.apple.pkpass"],
766
+ ["pl", "application/x-perl"],
767
+ ["plb", "application/vnd.3gpp.pic-bw-large"],
768
+ ["plc", "application/vnd.mobius.plc"],
769
+ ["plf", "application/vnd.pocketlearn"],
770
+ ["pls", "application/pls+xml"],
771
+ ["pm", "application/x-perl"],
772
+ ["pml", "application/vnd.ctc-posml"],
773
+ ["png", "image/png"],
774
+ ["pnm", "image/x-portable-anymap"],
775
+ ["portpkg", "application/vnd.macports.portpkg"],
776
+ ["pot", "application/vnd.ms-powerpoint"],
777
+ ["potm", "application/vnd.ms-powerpoint.presentation.macroEnabled.12"],
778
+ ["potx", "application/vnd.openxmlformats-officedocument.presentationml.template"],
779
+ ["ppa", "application/vnd.ms-powerpoint"],
780
+ ["ppam", "application/vnd.ms-powerpoint.addin.macroEnabled.12"],
781
+ ["ppd", "application/vnd.cups-ppd"],
782
+ ["ppm", "image/x-portable-pixmap"],
783
+ ["pps", "application/vnd.ms-powerpoint"],
784
+ ["ppsm", "application/vnd.ms-powerpoint.slideshow.macroEnabled.12"],
785
+ ["ppsx", "application/vnd.openxmlformats-officedocument.presentationml.slideshow"],
786
+ ["ppt", "application/powerpoint"],
787
+ ["pptm", "application/vnd.ms-powerpoint.presentation.macroEnabled.12"],
185
788
  ["pptx", "application/vnd.openxmlformats-officedocument.presentationml.presentation"],
186
- ["rar", "application/vnd.rar"],
187
- ["rtf", "application/rtf"],
789
+ ["pqa", "application/vnd.palm"],
790
+ ["prc", "application/x-pilot"],
791
+ ["pre", "application/vnd.lotus-freelance"],
792
+ ["prf", "application/pics-rules"],
793
+ ["provx", "application/provenance+xml"],
794
+ ["ps", "application/postscript"],
795
+ ["psb", "application/vnd.3gpp.pic-bw-small"],
796
+ ["psd", "application/x-photoshop"],
797
+ ["psf", "application/x-font-linux-psf"],
798
+ ["pskcxml", "application/pskc+xml"],
799
+ ["pti", "image/prs.pti"],
800
+ ["ptid", "application/vnd.pvi.ptid1"],
801
+ ["pub", "application/x-mspublisher"],
802
+ ["pvb", "application/vnd.3gpp.pic-bw-var"],
803
+ ["pwn", "application/vnd.3m.post-it-notes"],
804
+ ["pya", "audio/vnd.ms-playready.media.pya"],
805
+ ["pyv", "video/vnd.ms-playready.media.pyv"],
806
+ ["qam", "application/vnd.epson.quickanime"],
807
+ ["qbo", "application/vnd.intu.qbo"],
808
+ ["qfx", "application/vnd.intu.qfx"],
809
+ ["qps", "application/vnd.publishare-delta-tree"],
810
+ ["qt", "video/quicktime"],
811
+ ["qwd", "application/vnd.quark.quarkxpress"],
812
+ ["qwt", "application/vnd.quark.quarkxpress"],
813
+ ["qxb", "application/vnd.quark.quarkxpress"],
814
+ ["qxd", "application/vnd.quark.quarkxpress"],
815
+ ["qxl", "application/vnd.quark.quarkxpress"],
816
+ ["qxt", "application/vnd.quark.quarkxpress"],
817
+ ["ra", "audio/x-realaudio"],
818
+ ["ram", "audio/x-pn-realaudio"],
819
+ ["raml", "application/raml+yaml"],
820
+ ["rapd", "application/route-apd+xml"],
821
+ ["rar", "application/x-rar"],
822
+ ["ras", "image/x-cmu-raster"],
823
+ ["rcprofile", "application/vnd.ipunplugged.rcprofile"],
824
+ ["rdf", "application/rdf+xml"],
825
+ ["rdz", "application/vnd.data-vision.rdz"],
826
+ ["relo", "application/p2p-overlay+xml"],
827
+ ["rep", "application/vnd.businessobjects"],
828
+ ["res", "application/x-dtbresource+xml"],
829
+ ["rgb", "image/x-rgb"],
830
+ ["rif", "application/reginfo+xml"],
831
+ ["rip", "audio/vnd.rip"],
832
+ ["ris", "application/x-research-info-systems"],
833
+ ["rl", "application/resource-lists+xml"],
834
+ ["rlc", "image/vnd.fujixerox.edmics-rlc"],
835
+ ["rld", "application/resource-lists-diff+xml"],
836
+ ["rm", "audio/x-pn-realaudio"],
837
+ ["rmi", "audio/midi"],
838
+ ["rmp", "audio/x-pn-realaudio-plugin"],
839
+ ["rms", "application/vnd.jcp.javame.midlet-rms"],
840
+ ["rmvb", "application/vnd.rn-realmedia-vbr"],
841
+ ["rnc", "application/relax-ng-compact-syntax"],
842
+ ["rng", "application/xml"],
843
+ ["roa", "application/rpki-roa"],
844
+ ["roff", "text/troff"],
845
+ ["rp9", "application/vnd.cloanto.rp9"],
846
+ ["rpm", "audio/x-pn-realaudio-plugin"],
847
+ ["rpss", "application/vnd.nokia.radio-presets"],
848
+ ["rpst", "application/vnd.nokia.radio-preset"],
849
+ ["rq", "application/sparql-query"],
850
+ ["rs", "application/rls-services+xml"],
851
+ ["rsa", "application/x-pkcs7"],
852
+ ["rsat", "application/atsc-rsat+xml"],
853
+ ["rsd", "application/rsd+xml"],
854
+ ["rsheet", "application/urc-ressheet+xml"],
855
+ ["rss", "application/rss+xml"],
856
+ ["rtf", "text/rtf"],
857
+ ["rtx", "text/richtext"],
858
+ ["run", "application/x-makeself"],
859
+ ["rusd", "application/route-usd+xml"],
860
+ ["rv", "video/vnd.rn-realvideo"],
861
+ ["s", "text/x-asm"],
862
+ ["s3m", "audio/s3m"],
863
+ ["saf", "application/vnd.yamaha.smaf-audio"],
864
+ ["sass", "text/x-sass"],
865
+ ["sbml", "application/sbml+xml"],
866
+ ["sc", "application/vnd.ibm.secure-container"],
867
+ ["scd", "application/x-msschedule"],
868
+ ["scm", "application/vnd.lotus-screencam"],
869
+ ["scq", "application/scvp-cv-request"],
870
+ ["scs", "application/scvp-cv-response"],
871
+ ["scss", "text/x-scss"],
872
+ ["scurl", "text/vnd.curl.scurl"],
873
+ ["sda", "application/vnd.stardivision.draw"],
874
+ ["sdc", "application/vnd.stardivision.calc"],
875
+ ["sdd", "application/vnd.stardivision.impress"],
876
+ ["sdkd", "application/vnd.solent.sdkm+xml"],
877
+ ["sdkm", "application/vnd.solent.sdkm+xml"],
878
+ ["sdp", "application/sdp"],
879
+ ["sdw", "application/vnd.stardivision.writer"],
880
+ ["sea", "application/octet-stream"],
881
+ ["see", "application/vnd.seemail"],
882
+ ["seed", "application/vnd.fdsn.seed"],
883
+ ["sema", "application/vnd.sema"],
884
+ ["semd", "application/vnd.semd"],
885
+ ["semf", "application/vnd.semf"],
886
+ ["senmlx", "application/senml+xml"],
887
+ ["sensmlx", "application/sensml+xml"],
888
+ ["ser", "application/java-serialized-object"],
889
+ ["setpay", "application/set-payment-initiation"],
890
+ ["setreg", "application/set-registration-initiation"],
891
+ ["sfd-hdstx", "application/vnd.hydrostatix.sof-data"],
892
+ ["sfs", "application/vnd.spotfire.sfs"],
893
+ ["sfv", "text/x-sfv"],
894
+ ["sgi", "image/sgi"],
895
+ ["sgl", "application/vnd.stardivision.writer-global"],
896
+ ["sgm", "text/sgml"],
897
+ ["sgml", "text/sgml"],
188
898
  ["sh", "application/x-sh"],
899
+ ["shar", "application/x-shar"],
900
+ ["shex", "text/shex"],
901
+ ["shf", "application/shf+xml"],
902
+ ["shtml", "text/html"],
903
+ ["sid", "image/x-mrsid-image"],
904
+ ["sieve", "application/sieve"],
905
+ ["sig", "application/pgp-signature"],
906
+ ["sil", "audio/silk"],
907
+ ["silo", "model/mesh"],
908
+ ["sis", "application/vnd.symbian.install"],
909
+ ["sisx", "application/vnd.symbian.install"],
910
+ ["sit", "application/x-stuffit"],
911
+ ["sitx", "application/x-stuffitx"],
912
+ ["siv", "application/sieve"],
913
+ ["skd", "application/vnd.koan"],
914
+ ["skm", "application/vnd.koan"],
915
+ ["skp", "application/vnd.koan"],
916
+ ["skt", "application/vnd.koan"],
917
+ ["sldm", "application/vnd.ms-powerpoint.slide.macroenabled.12"],
918
+ ["sldx", "application/vnd.openxmlformats-officedocument.presentationml.slide"],
919
+ ["slim", "text/slim"],
920
+ ["slm", "text/slim"],
921
+ ["sls", "application/route-s-tsid+xml"],
922
+ ["slt", "application/vnd.epson.salt"],
923
+ ["sm", "application/vnd.stepmania.stepchart"],
924
+ ["smf", "application/vnd.stardivision.math"],
925
+ ["smi", "application/smil"],
926
+ ["smil", "application/smil"],
927
+ ["smv", "video/x-smv"],
928
+ ["smzip", "application/vnd.stepmania.package"],
929
+ ["snd", "audio/basic"],
930
+ ["snf", "application/x-font-snf"],
931
+ ["so", "application/octet-stream"],
932
+ ["spc", "application/x-pkcs7-certificates"],
933
+ ["spdx", "text/spdx"],
934
+ ["spf", "application/vnd.yamaha.smaf-phrase"],
935
+ ["spl", "application/x-futuresplash"],
936
+ ["spot", "text/vnd.in3d.spot"],
937
+ ["spp", "application/scvp-vp-response"],
938
+ ["spq", "application/scvp-vp-request"],
939
+ ["spx", "audio/ogg"],
940
+ ["sql", "application/x-sql"],
941
+ ["src", "application/x-wais-source"],
942
+ ["srt", "application/x-subrip"],
943
+ ["sru", "application/sru+xml"],
944
+ ["srx", "application/sparql-results+xml"],
945
+ ["ssdl", "application/ssdl+xml"],
946
+ ["sse", "application/vnd.kodak-descriptor"],
947
+ ["ssf", "application/vnd.epson.ssf"],
948
+ ["ssml", "application/ssml+xml"],
949
+ ["sst", "application/octet-stream"],
950
+ ["st", "application/vnd.sailingtracker.track"],
951
+ ["stc", "application/vnd.sun.xml.calc.template"],
952
+ ["std", "application/vnd.sun.xml.draw.template"],
953
+ ["stf", "application/vnd.wt.stf"],
954
+ ["sti", "application/vnd.sun.xml.impress.template"],
955
+ ["stk", "application/hyperstudio"],
956
+ ["stl", "model/stl"],
957
+ ["stpx", "model/step+xml"],
958
+ ["stpxz", "model/step-xml+zip"],
959
+ ["stpz", "model/step+zip"],
960
+ ["str", "application/vnd.pg.format"],
961
+ ["stw", "application/vnd.sun.xml.writer.template"],
962
+ ["styl", "text/stylus"],
963
+ ["stylus", "text/stylus"],
964
+ ["sub", "text/vnd.dvb.subtitle"],
965
+ ["sus", "application/vnd.sus-calendar"],
966
+ ["susp", "application/vnd.sus-calendar"],
967
+ ["sv4cpio", "application/x-sv4cpio"],
968
+ ["sv4crc", "application/x-sv4crc"],
969
+ ["svc", "application/vnd.dvb.service"],
970
+ ["svd", "application/vnd.svd"],
189
971
  ["svg", "image/svg+xml"],
972
+ ["svgz", "image/svg+xml"],
973
+ ["swa", "application/x-director"],
190
974
  ["swf", "application/x-shockwave-flash"],
975
+ ["swi", "application/vnd.aristanetworks.swi"],
976
+ ["swidtag", "application/swid+xml"],
977
+ ["sxc", "application/vnd.sun.xml.calc"],
978
+ ["sxd", "application/vnd.sun.xml.draw"],
979
+ ["sxg", "application/vnd.sun.xml.writer.global"],
980
+ ["sxi", "application/vnd.sun.xml.impress"],
981
+ ["sxm", "application/vnd.sun.xml.math"],
982
+ ["sxw", "application/vnd.sun.xml.writer"],
983
+ ["t", "text/troff"],
984
+ ["t3", "application/x-t3vm-image"],
985
+ ["t38", "image/t38"],
986
+ ["taglet", "application/vnd.mynfc"],
987
+ ["tao", "application/vnd.tao.intent-module-archive"],
988
+ ["tap", "image/vnd.tencent.tap"],
191
989
  ["tar", "application/x-tar"],
990
+ ["tcap", "application/vnd.3gpp2.tcap"],
991
+ ["tcl", "application/x-tcl"],
992
+ ["td", "application/urc-targetdesc+xml"],
993
+ ["teacher", "application/vnd.smart.teacher"],
994
+ ["tei", "application/tei+xml"],
995
+ ["teicorpus", "application/tei+xml"],
996
+ ["tex", "application/x-tex"],
997
+ ["texi", "application/x-texinfo"],
998
+ ["texinfo", "application/x-texinfo"],
999
+ ["text", "text/plain"],
1000
+ ["tfi", "application/thraud+xml"],
1001
+ ["tfm", "application/x-tex-tfm"],
1002
+ ["tfx", "image/tiff-fx"],
1003
+ ["tga", "image/x-tga"],
1004
+ ["tgz", "application/x-tar"],
1005
+ ["thmx", "application/vnd.ms-officetheme"],
192
1006
  ["tif", "image/tiff"],
193
1007
  ["tiff", "image/tiff"],
1008
+ ["tk", "application/x-tcl"],
1009
+ ["tmo", "application/vnd.tmobile-livetv"],
1010
+ ["toml", "application/toml"],
1011
+ ["torrent", "application/x-bittorrent"],
1012
+ ["tpl", "application/vnd.groove-tool-template"],
1013
+ ["tpt", "application/vnd.trid.tpt"],
1014
+ ["tr", "text/troff"],
1015
+ ["tra", "application/vnd.trueapp"],
1016
+ ["trig", "application/trig"],
1017
+ ["trm", "application/x-msterminal"],
194
1018
  ["ts", "video/mp2t"],
1019
+ ["tsd", "application/timestamped-data"],
1020
+ ["tsv", "text/tab-separated-values"],
1021
+ ["ttc", "font/collection"],
195
1022
  ["ttf", "font/ttf"],
1023
+ ["ttl", "text/turtle"],
1024
+ ["ttml", "application/ttml+xml"],
1025
+ ["twd", "application/vnd.simtech-mindmapper"],
1026
+ ["twds", "application/vnd.simtech-mindmapper"],
1027
+ ["txd", "application/vnd.genomatix.tuxedo"],
1028
+ ["txf", "application/vnd.mobius.txf"],
196
1029
  ["txt", "text/plain"],
1030
+ ["u8dsn", "message/global-delivery-status"],
1031
+ ["u8hdr", "message/global-headers"],
1032
+ ["u8mdn", "message/global-disposition-notification"],
1033
+ ["u8msg", "message/global"],
1034
+ ["u32", "application/x-authorware-bin"],
1035
+ ["ubj", "application/ubjson"],
1036
+ ["udeb", "application/x-debian-package"],
1037
+ ["ufd", "application/vnd.ufdl"],
1038
+ ["ufdl", "application/vnd.ufdl"],
1039
+ ["ulx", "application/x-glulx"],
1040
+ ["umj", "application/vnd.umajin"],
1041
+ ["unityweb", "application/vnd.unity"],
1042
+ ["uoml", "application/vnd.uoml+xml"],
1043
+ ["uri", "text/uri-list"],
1044
+ ["uris", "text/uri-list"],
1045
+ ["urls", "text/uri-list"],
1046
+ ["usdz", "model/vnd.usdz+zip"],
1047
+ ["ustar", "application/x-ustar"],
1048
+ ["utz", "application/vnd.uiq.theme"],
1049
+ ["uu", "text/x-uuencode"],
1050
+ ["uva", "audio/vnd.dece.audio"],
1051
+ ["uvd", "application/vnd.dece.data"],
1052
+ ["uvf", "application/vnd.dece.data"],
1053
+ ["uvg", "image/vnd.dece.graphic"],
1054
+ ["uvh", "video/vnd.dece.hd"],
1055
+ ["uvi", "image/vnd.dece.graphic"],
1056
+ ["uvm", "video/vnd.dece.mobile"],
1057
+ ["uvp", "video/vnd.dece.pd"],
1058
+ ["uvs", "video/vnd.dece.sd"],
1059
+ ["uvt", "application/vnd.dece.ttml+xml"],
1060
+ ["uvu", "video/vnd.uvvu.mp4"],
1061
+ ["uvv", "video/vnd.dece.video"],
1062
+ ["uvva", "audio/vnd.dece.audio"],
1063
+ ["uvvd", "application/vnd.dece.data"],
1064
+ ["uvvf", "application/vnd.dece.data"],
1065
+ ["uvvg", "image/vnd.dece.graphic"],
1066
+ ["uvvh", "video/vnd.dece.hd"],
1067
+ ["uvvi", "image/vnd.dece.graphic"],
1068
+ ["uvvm", "video/vnd.dece.mobile"],
1069
+ ["uvvp", "video/vnd.dece.pd"],
1070
+ ["uvvs", "video/vnd.dece.sd"],
1071
+ ["uvvt", "application/vnd.dece.ttml+xml"],
1072
+ ["uvvu", "video/vnd.uvvu.mp4"],
1073
+ ["uvvv", "video/vnd.dece.video"],
1074
+ ["uvvx", "application/vnd.dece.unspecified"],
1075
+ ["uvvz", "application/vnd.dece.zip"],
1076
+ ["uvx", "application/vnd.dece.unspecified"],
1077
+ ["uvz", "application/vnd.dece.zip"],
1078
+ ["vbox", "application/x-virtualbox-vbox"],
1079
+ ["vbox-extpack", "application/x-virtualbox-vbox-extpack"],
1080
+ ["vcard", "text/vcard"],
1081
+ ["vcd", "application/x-cdlink"],
1082
+ ["vcf", "text/x-vcard"],
1083
+ ["vcg", "application/vnd.groove-vcard"],
1084
+ ["vcs", "text/x-vcalendar"],
1085
+ ["vcx", "application/vnd.vcx"],
1086
+ ["vdi", "application/x-virtualbox-vdi"],
1087
+ ["vds", "model/vnd.sap.vds"],
1088
+ ["vhd", "application/x-virtualbox-vhd"],
1089
+ ["vis", "application/vnd.visionary"],
1090
+ ["viv", "video/vnd.vivo"],
1091
+ ["vlc", "application/videolan"],
1092
+ ["vmdk", "application/x-virtualbox-vmdk"],
1093
+ ["vob", "video/x-ms-vob"],
1094
+ ["vor", "application/vnd.stardivision.writer"],
1095
+ ["vox", "application/x-authorware-bin"],
1096
+ ["vrml", "model/vrml"],
197
1097
  ["vsd", "application/vnd.visio"],
198
- ["wav", "audio/wav"],
1098
+ ["vsf", "application/vnd.vsf"],
1099
+ ["vss", "application/vnd.visio"],
1100
+ ["vst", "application/vnd.visio"],
1101
+ ["vsw", "application/vnd.visio"],
1102
+ ["vtf", "image/vnd.valve.source.texture"],
1103
+ ["vtt", "text/vtt"],
1104
+ ["vtu", "model/vnd.vtu"],
1105
+ ["vxml", "application/voicexml+xml"],
1106
+ ["w3d", "application/x-director"],
1107
+ ["wad", "application/x-doom"],
1108
+ ["wadl", "application/vnd.sun.wadl+xml"],
1109
+ ["war", "application/java-archive"],
1110
+ ["wasm", "application/wasm"],
1111
+ ["wav", "audio/x-wav"],
1112
+ ["wax", "audio/x-ms-wax"],
1113
+ ["wbmp", "image/vnd.wap.wbmp"],
1114
+ ["wbs", "application/vnd.criticaltools.wbs+xml"],
1115
+ ["wbxml", "application/wbxml"],
1116
+ ["wcm", "application/vnd.ms-works"],
1117
+ ["wdb", "application/vnd.ms-works"],
1118
+ ["wdp", "image/vnd.ms-photo"],
199
1119
  ["weba", "audio/webm"],
1120
+ ["webapp", "application/x-web-app-manifest+json"],
200
1121
  ["webm", "video/webm"],
1122
+ ["webmanifest", "application/manifest+json"],
201
1123
  ["webp", "image/webp"],
1124
+ ["wg", "application/vnd.pmi.widget"],
1125
+ ["wgt", "application/widget"],
1126
+ ["wks", "application/vnd.ms-works"],
1127
+ ["wm", "video/x-ms-wm"],
1128
+ ["wma", "audio/x-ms-wma"],
1129
+ ["wmd", "application/x-ms-wmd"],
1130
+ ["wmf", "image/wmf"],
1131
+ ["wml", "text/vnd.wap.wml"],
1132
+ ["wmlc", "application/wmlc"],
1133
+ ["wmls", "text/vnd.wap.wmlscript"],
1134
+ ["wmlsc", "application/vnd.wap.wmlscriptc"],
1135
+ ["wmv", "video/x-ms-wmv"],
1136
+ ["wmx", "video/x-ms-wmx"],
1137
+ ["wmz", "application/x-msmetafile"],
202
1138
  ["woff", "font/woff"],
203
1139
  ["woff2", "font/woff2"],
1140
+ ["word", "application/msword"],
1141
+ ["wpd", "application/vnd.wordperfect"],
1142
+ ["wpl", "application/vnd.ms-wpl"],
1143
+ ["wps", "application/vnd.ms-works"],
1144
+ ["wqd", "application/vnd.wqd"],
1145
+ ["wri", "application/x-mswrite"],
1146
+ ["wrl", "model/vrml"],
1147
+ ["wsc", "message/vnd.wfa.wsc"],
1148
+ ["wsdl", "application/wsdl+xml"],
1149
+ ["wspolicy", "application/wspolicy+xml"],
1150
+ ["wtb", "application/vnd.webturbo"],
1151
+ ["wvx", "video/x-ms-wvx"],
1152
+ ["x3d", "model/x3d+xml"],
1153
+ ["x3db", "model/x3d+fastinfoset"],
1154
+ ["x3dbz", "model/x3d+binary"],
1155
+ ["x3dv", "model/x3d-vrml"],
1156
+ ["x3dvz", "model/x3d+vrml"],
1157
+ ["x3dz", "model/x3d+xml"],
1158
+ ["x32", "application/x-authorware-bin"],
1159
+ ["x_b", "model/vnd.parasolid.transmit.binary"],
1160
+ ["x_t", "model/vnd.parasolid.transmit.text"],
1161
+ ["xaml", "application/xaml+xml"],
1162
+ ["xap", "application/x-silverlight-app"],
1163
+ ["xar", "application/vnd.xara"],
1164
+ ["xav", "application/xcap-att+xml"],
1165
+ ["xbap", "application/x-ms-xbap"],
1166
+ ["xbd", "application/vnd.fujixerox.docuworks.binder"],
1167
+ ["xbm", "image/x-xbitmap"],
1168
+ ["xca", "application/xcap-caps+xml"],
1169
+ ["xcs", "application/calendar+xml"],
1170
+ ["xdf", "application/xcap-diff+xml"],
1171
+ ["xdm", "application/vnd.syncml.dm+xml"],
1172
+ ["xdp", "application/vnd.adobe.xdp+xml"],
1173
+ ["xdssc", "application/dssc+xml"],
1174
+ ["xdw", "application/vnd.fujixerox.docuworks"],
1175
+ ["xel", "application/xcap-el+xml"],
1176
+ ["xenc", "application/xenc+xml"],
1177
+ ["xer", "application/patch-ops-error+xml"],
1178
+ ["xfdf", "application/vnd.adobe.xfdf"],
1179
+ ["xfdl", "application/vnd.xfdl"],
1180
+ ["xht", "application/xhtml+xml"],
204
1181
  ["xhtml", "application/xhtml+xml"],
1182
+ ["xhvml", "application/xv+xml"],
1183
+ ["xif", "image/vnd.xiff"],
1184
+ ["xl", "application/excel"],
1185
+ ["xla", "application/vnd.ms-excel"],
1186
+ ["xlam", "application/vnd.ms-excel.addin.macroEnabled.12"],
1187
+ ["xlc", "application/vnd.ms-excel"],
1188
+ ["xlf", "application/xliff+xml"],
1189
+ ["xlm", "application/vnd.ms-excel"],
205
1190
  ["xls", "application/vnd.ms-excel"],
1191
+ ["xlsb", "application/vnd.ms-excel.sheet.binary.macroEnabled.12"],
1192
+ ["xlsm", "application/vnd.ms-excel.sheet.macroEnabled.12"],
206
1193
  ["xlsx", "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"],
1194
+ ["xlt", "application/vnd.ms-excel"],
1195
+ ["xltm", "application/vnd.ms-excel.template.macroEnabled.12"],
1196
+ ["xltx", "application/vnd.openxmlformats-officedocument.spreadsheetml.template"],
1197
+ ["xlw", "application/vnd.ms-excel"],
1198
+ ["xm", "audio/xm"],
207
1199
  ["xml", "application/xml"],
1200
+ ["xns", "application/xcap-ns+xml"],
1201
+ ["xo", "application/vnd.olpc-sugar"],
1202
+ ["xop", "application/xop+xml"],
1203
+ ["xpi", "application/x-xpinstall"],
1204
+ ["xpl", "application/xproc+xml"],
1205
+ ["xpm", "image/x-xpixmap"],
1206
+ ["xpr", "application/vnd.is-xpr"],
1207
+ ["xps", "application/vnd.ms-xpsdocument"],
1208
+ ["xpw", "application/vnd.intercon.formnet"],
1209
+ ["xpx", "application/vnd.intercon.formnet"],
1210
+ ["xsd", "application/xml"],
1211
+ ["xsl", "application/xml"],
1212
+ ["xslt", "application/xslt+xml"],
1213
+ ["xsm", "application/vnd.syncml+xml"],
1214
+ ["xspf", "application/xspf+xml"],
208
1215
  ["xul", "application/vnd.mozilla.xul+xml"],
1216
+ ["xvm", "application/xv+xml"],
1217
+ ["xvml", "application/xv+xml"],
1218
+ ["xwd", "image/x-xwindowdump"],
1219
+ ["xyz", "chemical/x-xyz"],
1220
+ ["xz", "application/x-xz"],
1221
+ ["yaml", "text/yaml"],
1222
+ ["yang", "application/yang"],
1223
+ ["yin", "application/yin+xml"],
1224
+ ["yml", "text/yaml"],
1225
+ ["ymp", "text/x-suse-ymp"],
1226
+ ["z", "application/x-compress"],
1227
+ ["z1", "application/x-zmachine"],
1228
+ ["z2", "application/x-zmachine"],
1229
+ ["z3", "application/x-zmachine"],
1230
+ ["z4", "application/x-zmachine"],
1231
+ ["z5", "application/x-zmachine"],
1232
+ ["z6", "application/x-zmachine"],
1233
+ ["z7", "application/x-zmachine"],
1234
+ ["z8", "application/x-zmachine"],
1235
+ ["zaz", "application/vnd.zzazz.deck+xml"],
209
1236
  ["zip", "application/zip"],
210
- ["7z", "application/x-7z-compressed"],
211
- // Others
212
- ["mkv", "video/x-matroska"],
213
- ["mov", "video/quicktime"],
214
- ["msg", "application/vnd.ms-outlook"]
1237
+ ["zir", "application/vnd.zul"],
1238
+ ["zirz", "application/vnd.zul"],
1239
+ ["zmm", "application/vnd.handheld-entertainment+xml"],
1240
+ ["zsh", "text/x-scriptzsh"]
215
1241
  ]);
216
- function B(e, r) {
217
- var t = Mr(e);
218
- if (typeof t.path != "string") {
219
- var n = e.webkitRelativePath;
220
- Object.defineProperty(t, "path", {
221
- value: typeof r == "string" ? r : typeof n == "string" && n.length > 0 ? n : e.name,
1242
+ function T(a, i, t) {
1243
+ const n = Ai(a), { webkitRelativePath: p } = a, o = typeof i == "string" ? i : typeof p == "string" && p.length > 0 ? p : `./${a.name}`;
1244
+ return typeof n.path != "string" && Wa(n, "path", o), Wa(n, "relativePath", o), n;
1245
+ }
1246
+ function Ai(a) {
1247
+ const { name: i } = a;
1248
+ if (i && i.lastIndexOf(".") !== -1 && !a.type) {
1249
+ const n = i.split(".").pop().toLowerCase(), p = Ei.get(n);
1250
+ p && Object.defineProperty(a, "type", {
1251
+ value: p,
222
1252
  writable: !1,
223
1253
  configurable: !1,
224
1254
  enumerable: !0
225
1255
  });
226
1256
  }
227
- return t;
228
- }
229
- function Mr(e) {
230
- var r = e.name, t = r && r.lastIndexOf(".") !== -1;
231
- if (t && !e.type) {
232
- var n = r.split(".").pop().toLowerCase(), i = Lr.get(n);
233
- i && Object.defineProperty(e, "type", {
234
- value: i,
235
- writable: !1,
236
- configurable: !1,
237
- enumerable: !0
238
- });
239
- }
240
- return e;
1257
+ return a;
1258
+ }
1259
+ function Wa(a, i, t) {
1260
+ Object.defineProperty(a, i, {
1261
+ value: t,
1262
+ writable: !1,
1263
+ configurable: !1,
1264
+ enumerable: !0
1265
+ });
241
1266
  }
242
- var $r = [
1267
+ const Fi = [
243
1268
  // Thumbnail cache files for macOS and Windows
244
1269
  ".DS_Store",
1270
+ // macOs
245
1271
  "Thumbs.db"
246
1272
  // Windows
247
1273
  ];
248
- function Kr(e) {
249
- return C(this, void 0, void 0, function() {
250
- return R(this, function(r) {
251
- return Z(e) && Hr(e.dataTransfer) ? [2, qr(e.dataTransfer, e.type)] : Wr(e) ? [2, Br(e)] : Array.isArray(e) && e.every(function(t) {
252
- return "getFile" in t && typeof t.getFile == "function";
253
- }) ? [2, Ur(e)] : [2, []];
254
- });
1274
+ function Oi(a) {
1275
+ return F(this, void 0, void 0, function* () {
1276
+ return X(a) && _i(a.dataTransfer) ? Ti(a.dataTransfer, a.type) : Pi(a) ? Si(a) : Array.isArray(a) && a.every((i) => "getFile" in i && typeof i.getFile == "function") ? qi(a) : [];
255
1277
  });
256
1278
  }
257
- function Hr(e) {
258
- return Z(e);
1279
+ function _i(a) {
1280
+ return X(a);
259
1281
  }
260
- function Wr(e) {
261
- return Z(e) && Z(e.target);
1282
+ function Pi(a) {
1283
+ return X(a) && X(a.target);
262
1284
  }
263
- function Z(e) {
264
- return typeof e == "object" && e !== null;
1285
+ function X(a) {
1286
+ return typeof a == "object" && a !== null;
265
1287
  }
266
- function Br(e) {
267
- return De(e.target.files).map(function(r) {
268
- return B(r);
269
- });
1288
+ function Si(a) {
1289
+ return ya(a.target.files).map((i) => T(i));
270
1290
  }
271
- function Ur(e) {
272
- return C(this, void 0, void 0, function() {
273
- var r;
274
- return R(this, function(t) {
275
- switch (t.label) {
276
- case 0:
277
- return [4, Promise.all(e.map(function(n) {
278
- return n.getFile();
279
- }))];
280
- case 1:
281
- return r = t.sent(), [2, r.map(function(n) {
282
- return B(n);
283
- })];
284
- }
285
- });
1291
+ function qi(a) {
1292
+ return F(this, void 0, void 0, function* () {
1293
+ return (yield Promise.all(a.map((t) => t.getFile()))).map((t) => T(t));
286
1294
  });
287
1295
  }
288
- function qr(e, r) {
289
- return C(this, void 0, void 0, function() {
290
- var t, n;
291
- return R(this, function(i) {
292
- switch (i.label) {
293
- case 0:
294
- return e.items ? (t = De(e.items).filter(function(o) {
295
- return o.kind === "file";
296
- }), r !== "drop" ? [2, t] : [4, Promise.all(t.map(Nr))]) : [3, 2];
297
- case 1:
298
- return n = i.sent(), [2, Ge(cr(n))];
299
- case 2:
300
- return [2, Ge(De(e.files).map(function(o) {
301
- return B(o);
302
- }))];
303
- }
304
- });
1296
+ function Ti(a, i) {
1297
+ return F(this, void 0, void 0, function* () {
1298
+ if (a.items) {
1299
+ const t = ya(a.items).filter((p) => p.kind === "file");
1300
+ if (i !== "drop")
1301
+ return t;
1302
+ const n = yield Promise.all(t.map(Ii));
1303
+ return Ba(ii(n));
1304
+ }
1305
+ return Ba(ya(a.files).map((t) => T(t)));
305
1306
  });
306
1307
  }
307
- function Ge(e) {
308
- return e.filter(function(r) {
309
- return $r.indexOf(r.name) === -1;
310
- });
1308
+ function Ba(a) {
1309
+ return a.filter((i) => Fi.indexOf(i.name) === -1);
311
1310
  }
312
- function De(e) {
313
- if (e === null)
1311
+ function ya(a) {
1312
+ if (a === null)
314
1313
  return [];
315
- for (var r = [], t = 0; t < e.length; t++) {
316
- var n = e[t];
317
- r.push(n);
1314
+ const i = [];
1315
+ for (let t = 0; t < a.length; t++) {
1316
+ const n = a[t];
1317
+ i.push(n);
318
1318
  }
319
- return r;
320
- }
321
- function Nr(e) {
322
- if (typeof e.webkitGetAsEntry != "function")
323
- return Ye(e);
324
- var r = e.webkitGetAsEntry();
325
- return r && r.isDirectory ? lr(r) : Ye(e);
326
- }
327
- function cr(e) {
328
- return e.reduce(function(r, t) {
329
- return Ne(Ne([], qe(r), !1), qe(Array.isArray(t) ? cr(t) : [t]), !1);
330
- }, []);
331
- }
332
- function Ye(e) {
333
- var r = e.getAsFile();
334
- if (!r)
335
- return Promise.reject("".concat(e, " is not a File"));
336
- var t = B(r);
337
- return Promise.resolve(t);
338
- }
339
- function Gr(e) {
340
- return C(this, void 0, void 0, function() {
341
- return R(this, function(r) {
342
- return [2, e.isDirectory ? lr(e) : Yr(e)];
343
- });
1319
+ return i;
1320
+ }
1321
+ function Ii(a) {
1322
+ if (typeof a.webkitGetAsEntry != "function")
1323
+ return Ua(a);
1324
+ const i = a.webkitGetAsEntry();
1325
+ return i && i.isDirectory ? ti(i) : Ua(a, i);
1326
+ }
1327
+ function ii(a) {
1328
+ return a.reduce((i, t) => [
1329
+ ...i,
1330
+ ...Array.isArray(t) ? ii(t) : [t]
1331
+ ], []);
1332
+ }
1333
+ function Ua(a, i) {
1334
+ var t;
1335
+ if (typeof a.getAsFileSystemHandle == "function")
1336
+ return a.getAsFileSystemHandle().then((o) => F(this, void 0, void 0, function* () {
1337
+ const l = yield o.getFile();
1338
+ return l.handle = o, T(l);
1339
+ }));
1340
+ const n = a.getAsFile();
1341
+ if (!n)
1342
+ return Promise.reject(`${a} is not a File`);
1343
+ const p = T(n, (t = i == null ? void 0 : i.fullPath) !== null && t !== void 0 ? t : void 0);
1344
+ return Promise.resolve(p);
1345
+ }
1346
+ function Ci(a) {
1347
+ return F(this, void 0, void 0, function* () {
1348
+ return a.isDirectory ? ti(a) : Ri(a);
344
1349
  });
345
1350
  }
346
- function lr(e) {
347
- var r = e.createReader();
348
- return new Promise(function(t, n) {
349
- var i = [];
1351
+ function ti(a) {
1352
+ const i = a.createReader();
1353
+ return new Promise((t, n) => {
1354
+ const p = [];
350
1355
  function o() {
351
- var c = this;
352
- r.readEntries(function(s) {
353
- return C(c, void 0, void 0, function() {
354
- var d, l, m;
355
- return R(this, function(y) {
356
- switch (y.label) {
357
- case 0:
358
- if (s.length) return [3, 5];
359
- y.label = 1;
360
- case 1:
361
- return y.trys.push([1, 3, , 4]), [4, Promise.all(i)];
362
- case 2:
363
- return d = y.sent(), t(d), [3, 4];
364
- case 3:
365
- return l = y.sent(), n(l), [3, 4];
366
- case 4:
367
- return [3, 6];
368
- case 5:
369
- m = Promise.all(s.map(Gr)), i.push(m), o(), y.label = 6;
370
- case 6:
371
- return [
372
- 2
373
- /*return*/
374
- ];
375
- }
376
- });
377
- });
378
- }, function(s) {
379
- n(s);
1356
+ i.readEntries((l) => F(this, void 0, void 0, function* () {
1357
+ if (l.length) {
1358
+ const r = Promise.all(l.map(Ci));
1359
+ p.push(r), o();
1360
+ } else
1361
+ try {
1362
+ const r = yield Promise.all(p);
1363
+ t(r);
1364
+ } catch (r) {
1365
+ n(r);
1366
+ }
1367
+ }), (l) => {
1368
+ n(l);
380
1369
  });
381
1370
  }
382
1371
  o();
383
1372
  });
384
1373
  }
385
- function Yr(e) {
386
- return C(this, void 0, void 0, function() {
387
- return R(this, function(r) {
388
- return [2, new Promise(function(t, n) {
389
- e.file(function(i) {
390
- var o = B(i, e.fullPath);
391
- t(o);
392
- }, function(i) {
393
- n(i);
394
- });
395
- })];
1374
+ function Ri(a) {
1375
+ return F(this, void 0, void 0, function* () {
1376
+ return new Promise((i, t) => {
1377
+ a.file((n) => {
1378
+ const p = T(n, a.fullPath);
1379
+ i(p);
1380
+ }, (n) => {
1381
+ t(n);
1382
+ });
396
1383
  });
397
1384
  });
398
1385
  }
399
- var Vr = function(e, r) {
400
- if (e && r) {
401
- var t = Array.isArray(r) ? r : r.split(","), n = e.name || "", i = (e.type || "").toLowerCase(), o = i.replace(/\/.*$/, "");
402
- return t.some(function(c) {
403
- var s = c.trim().toLowerCase();
404
- return s.charAt(0) === "." ? n.toLowerCase().endsWith(s) : s.endsWith("/*") ? o === s.replace(/\/.*$/, "") : i === s;
1386
+ var ba = function(a, i) {
1387
+ if (a && i) {
1388
+ var t = Array.isArray(i) ? i : i.split(",");
1389
+ if (t.length === 0)
1390
+ return !0;
1391
+ var n = a.name || "", p = (a.type || "").toLowerCase(), o = p.replace(/\/.*$/, "");
1392
+ return t.some(function(l) {
1393
+ var r = l.trim().toLowerCase();
1394
+ return r.charAt(0) === "." ? n.toLowerCase().endsWith(r) : r.endsWith("/*") ? o === r.replace(/\/.*$/, "") : p === r;
405
1395
  });
406
1396
  }
407
1397
  return !0;
408
1398
  };
409
- function Ve(e) {
410
- return Xr(e) || Qr(e) || fr(e) || Jr();
1399
+ function Na(a) {
1400
+ return $i(a) || Mi(a) || ei(a) || Li();
411
1401
  }
412
- function Jr() {
1402
+ function Li() {
413
1403
  throw new TypeError(`Invalid attempt to spread non-iterable instance.
414
1404
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
415
1405
  }
416
- function Qr(e) {
417
- if (typeof Symbol < "u" && e[Symbol.iterator] != null || e["@@iterator"] != null) return Array.from(e);
1406
+ function Mi(a) {
1407
+ if (typeof Symbol < "u" && a[Symbol.iterator] != null || a["@@iterator"] != null) return Array.from(a);
418
1408
  }
419
- function Xr(e) {
420
- if (Array.isArray(e)) return we(e);
1409
+ function $i(a) {
1410
+ if (Array.isArray(a)) return wa(a);
421
1411
  }
422
- function Je(e, r) {
423
- var t = Object.keys(e);
1412
+ function Ga(a, i) {
1413
+ var t = Object.keys(a);
424
1414
  if (Object.getOwnPropertySymbols) {
425
- var n = Object.getOwnPropertySymbols(e);
426
- r && (n = n.filter(function(i) {
427
- return Object.getOwnPropertyDescriptor(e, i).enumerable;
1415
+ var n = Object.getOwnPropertySymbols(a);
1416
+ i && (n = n.filter(function(p) {
1417
+ return Object.getOwnPropertyDescriptor(a, p).enumerable;
428
1418
  })), t.push.apply(t, n);
429
1419
  }
430
1420
  return t;
431
1421
  }
432
- function Qe(e) {
433
- for (var r = 1; r < arguments.length; r++) {
434
- var t = arguments[r] != null ? arguments[r] : {};
435
- r % 2 ? Je(Object(t), !0).forEach(function(n) {
436
- sr(e, n, t[n]);
437
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : Je(Object(t)).forEach(function(n) {
438
- Object.defineProperty(e, n, Object.getOwnPropertyDescriptor(t, n));
1422
+ function Ya(a) {
1423
+ for (var i = 1; i < arguments.length; i++) {
1424
+ var t = arguments[i] != null ? arguments[i] : {};
1425
+ i % 2 ? Ga(Object(t), !0).forEach(function(n) {
1426
+ ni(a, n, t[n]);
1427
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(a, Object.getOwnPropertyDescriptors(t)) : Ga(Object(t)).forEach(function(n) {
1428
+ Object.defineProperty(a, n, Object.getOwnPropertyDescriptor(t, n));
439
1429
  });
440
1430
  }
441
- return e;
1431
+ return a;
442
1432
  }
443
- function sr(e, r, t) {
444
- return r in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e;
1433
+ function ni(a, i, t) {
1434
+ return i in a ? Object.defineProperty(a, i, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : a[i] = t, a;
445
1435
  }
446
- function W(e, r) {
447
- return rt(e) || et(e, r) || fr(e, r) || Zr();
1436
+ function K(a, i) {
1437
+ return Wi(a) || Ki(a, i) || ei(a, i) || Hi();
448
1438
  }
449
- function Zr() {
1439
+ function Hi() {
450
1440
  throw new TypeError(`Invalid attempt to destructure non-iterable instance.
451
1441
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
452
1442
  }
453
- function fr(e, r) {
454
- if (e) {
455
- if (typeof e == "string") return we(e, r);
456
- var t = Object.prototype.toString.call(e).slice(8, -1);
457
- if (t === "Object" && e.constructor && (t = e.constructor.name), t === "Map" || t === "Set") return Array.from(e);
458
- if (t === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)) return we(e, r);
1443
+ function ei(a, i) {
1444
+ if (a) {
1445
+ if (typeof a == "string") return wa(a, i);
1446
+ var t = Object.prototype.toString.call(a).slice(8, -1);
1447
+ if (t === "Object" && a.constructor && (t = a.constructor.name), t === "Map" || t === "Set") return Array.from(a);
1448
+ if (t === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)) return wa(a, i);
459
1449
  }
460
1450
  }
461
- function we(e, r) {
462
- (r == null || r > e.length) && (r = e.length);
463
- for (var t = 0, n = new Array(r); t < r; t++)
464
- n[t] = e[t];
1451
+ function wa(a, i) {
1452
+ (i == null || i > a.length) && (i = a.length);
1453
+ for (var t = 0, n = new Array(i); t < i; t++)
1454
+ n[t] = a[t];
465
1455
  return n;
466
1456
  }
467
- function et(e, r) {
468
- var t = e == null ? null : typeof Symbol < "u" && e[Symbol.iterator] || e["@@iterator"];
1457
+ function Ki(a, i) {
1458
+ var t = a == null ? null : typeof Symbol < "u" && a[Symbol.iterator] || a["@@iterator"];
469
1459
  if (t != null) {
470
- var n = [], i = !0, o = !1, c, s;
1460
+ var n = [], p = !0, o = !1, l, r;
471
1461
  try {
472
- for (t = t.call(e); !(i = (c = t.next()).done) && (n.push(c.value), !(r && n.length === r)); i = !0)
1462
+ for (t = t.call(a); !(p = (l = t.next()).done) && (n.push(l.value), !(i && n.length === i)); p = !0)
473
1463
  ;
474
- } catch (d) {
475
- o = !0, s = d;
1464
+ } catch (v) {
1465
+ o = !0, r = v;
476
1466
  } finally {
477
1467
  try {
478
- !i && t.return != null && t.return();
1468
+ !p && t.return != null && t.return();
479
1469
  } finally {
480
- if (o) throw s;
1470
+ if (o) throw r;
481
1471
  }
482
1472
  }
483
1473
  return n;
484
1474
  }
485
1475
  }
486
- function rt(e) {
487
- if (Array.isArray(e)) return e;
1476
+ function Wi(a) {
1477
+ if (Array.isArray(a)) return a;
488
1478
  }
489
- var tt = "file-invalid-type", nt = "file-too-large", ot = "file-too-small", it = "too-many-files", at = function(r) {
490
- r = Array.isArray(r) && r.length === 1 ? r[0] : r;
491
- var t = Array.isArray(r) ? "one of ".concat(r.join(", ")) : r;
1479
+ var Bi = typeof ba == "function" ? ba : ba.default, Ui = "file-invalid-type", Ni = "file-too-large", Gi = "file-too-small", Yi = "too-many-files", Vi = function(i) {
1480
+ i = Array.isArray(i) && i.length === 1 ? i[0] : i;
1481
+ var t = Array.isArray(i) ? "one of ".concat(i.join(", ")) : i;
492
1482
  return {
493
- code: tt,
1483
+ code: Ui,
494
1484
  message: "File type must be ".concat(t)
495
1485
  };
496
- }, Xe = function(r) {
1486
+ }, Va = function(i) {
497
1487
  return {
498
- code: nt,
499
- message: "File is larger than ".concat(r, " ").concat(r === 1 ? "byte" : "bytes")
1488
+ code: Ni,
1489
+ message: "File is larger than ".concat(i, " ").concat(i === 1 ? "byte" : "bytes")
500
1490
  };
501
- }, Ze = function(r) {
1491
+ }, Ja = function(i) {
502
1492
  return {
503
- code: ot,
504
- message: "File is smaller than ".concat(r, " ").concat(r === 1 ? "byte" : "bytes")
1493
+ code: Gi,
1494
+ message: "File is smaller than ".concat(i, " ").concat(i === 1 ? "byte" : "bytes")
505
1495
  };
506
- }, ut = {
507
- code: it,
1496
+ }, Ji = {
1497
+ code: Yi,
508
1498
  message: "Too many files"
509
1499
  };
510
- function pr(e, r) {
511
- var t = e.type === "application/x-moz-file" || Vr(e, r);
512
- return [t, t ? null : at(r)];
513
- }
514
- function dr(e, r, t) {
515
- if (x(e.size))
516
- if (x(r) && x(t)) {
517
- if (e.size > t) return [!1, Xe(t)];
518
- if (e.size < r) return [!1, Ze(r)];
1500
+ function pi(a, i) {
1501
+ var t = a.type === "application/x-moz-file" || Bi(a, i);
1502
+ return [t, t ? null : Vi(i)];
1503
+ }
1504
+ function oi(a, i, t) {
1505
+ if (A(a.size))
1506
+ if (A(i) && A(t)) {
1507
+ if (a.size > t) return [!1, Va(t)];
1508
+ if (a.size < i) return [!1, Ja(i)];
519
1509
  } else {
520
- if (x(r) && e.size < r) return [!1, Ze(r)];
521
- if (x(t) && e.size > t) return [!1, Xe(t)];
1510
+ if (A(i) && a.size < i) return [!1, Ja(i)];
1511
+ if (A(t) && a.size > t) return [!1, Va(t)];
522
1512
  }
523
1513
  return [!0, null];
524
1514
  }
525
- function x(e) {
526
- return e != null;
1515
+ function A(a) {
1516
+ return a != null;
527
1517
  }
528
- function ct(e) {
529
- var r = e.files, t = e.accept, n = e.minSize, i = e.maxSize, o = e.multiple, c = e.maxFiles, s = e.validator;
530
- return !o && r.length > 1 || o && c >= 1 && r.length > c ? !1 : r.every(function(d) {
531
- var l = pr(d, t), m = W(l, 1), y = m[0], z = dr(d, n, i), k = W(z, 1), L = k[0], M = s ? s(d) : null;
532
- return y && L && !M;
1518
+ function Qi(a) {
1519
+ var i = a.files, t = a.accept, n = a.minSize, p = a.maxSize, o = a.multiple, l = a.maxFiles, r = a.validator;
1520
+ return !o && i.length > 1 || o && l >= 1 && i.length > l ? !1 : i.every(function(v) {
1521
+ var k = pi(v, t), x = K(k, 1), j = x[0], I = oi(v, n, p), C = K(I, 1), R = C[0], L = r ? r(v) : null;
1522
+ return j && R && !L;
533
1523
  });
534
1524
  }
535
- function ee(e) {
536
- return typeof e.isPropagationStopped == "function" ? e.isPropagationStopped() : typeof e.cancelBubble < "u" ? e.cancelBubble : !1;
1525
+ function Z(a) {
1526
+ return typeof a.isPropagationStopped == "function" ? a.isPropagationStopped() : typeof a.cancelBubble < "u" ? a.cancelBubble : !1;
537
1527
  }
538
- function X(e) {
539
- return e.dataTransfer ? Array.prototype.some.call(e.dataTransfer.types, function(r) {
540
- return r === "Files" || r === "application/x-moz-file";
541
- }) : !!e.target && !!e.target.files;
1528
+ function Q(a) {
1529
+ return a.dataTransfer ? Array.prototype.some.call(a.dataTransfer.types, function(i) {
1530
+ return i === "Files" || i === "application/x-moz-file";
1531
+ }) : !!a.target && !!a.target.files;
542
1532
  }
543
- function er(e) {
544
- e.preventDefault();
1533
+ function Qa(a) {
1534
+ a.preventDefault();
545
1535
  }
546
- function lt(e) {
547
- return e.indexOf("MSIE") !== -1 || e.indexOf("Trident/") !== -1;
1536
+ function Xi(a) {
1537
+ return a.indexOf("MSIE") !== -1 || a.indexOf("Trident/") !== -1;
548
1538
  }
549
- function st(e) {
550
- return e.indexOf("Edge/") !== -1;
1539
+ function Zi(a) {
1540
+ return a.indexOf("Edge/") !== -1;
551
1541
  }
552
- function ft() {
553
- var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : window.navigator.userAgent;
554
- return lt(e) || st(e);
1542
+ function at() {
1543
+ var a = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : window.navigator.userAgent;
1544
+ return Xi(a) || Zi(a);
555
1545
  }
556
- function E() {
557
- for (var e = arguments.length, r = new Array(e), t = 0; t < e; t++)
558
- r[t] = arguments[t];
1546
+ function w() {
1547
+ for (var a = arguments.length, i = new Array(a), t = 0; t < a; t++)
1548
+ i[t] = arguments[t];
559
1549
  return function(n) {
560
- for (var i = arguments.length, o = new Array(i > 1 ? i - 1 : 0), c = 1; c < i; c++)
561
- o[c - 1] = arguments[c];
562
- return r.some(function(s) {
563
- return !ee(n) && s && s.apply(void 0, [n].concat(o)), ee(n);
1550
+ for (var p = arguments.length, o = new Array(p > 1 ? p - 1 : 0), l = 1; l < p; l++)
1551
+ o[l - 1] = arguments[l];
1552
+ return i.some(function(r) {
1553
+ return !Z(n) && r && r.apply(void 0, [n].concat(o)), Z(n);
564
1554
  });
565
1555
  };
566
1556
  }
567
- function pt() {
1557
+ function it() {
568
1558
  return "showOpenFilePicker" in window;
569
1559
  }
570
- function dt(e) {
571
- if (x(e)) {
572
- var r = Object.entries(e).filter(function(t) {
573
- var n = W(t, 2), i = n[0], o = n[1], c = !0;
574
- return mr(i) || (console.warn('Skipped "'.concat(i, '" 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.')), c = !1), (!Array.isArray(o) || !o.every(gr)) && (console.warn('Skipped "'.concat(i, '" because an invalid file extension was provided.')), c = !1), c;
1560
+ function tt(a) {
1561
+ if (A(a)) {
1562
+ var i = Object.entries(a).filter(function(t) {
1563
+ var n = K(t, 2), p = n[0], o = n[1], l = !0;
1564
+ return ci(p) || (console.warn('Skipped "'.concat(p, '" 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.')), l = !1), (!Array.isArray(o) || !o.every(li)) && (console.warn('Skipped "'.concat(p, '" because an invalid file extension was provided.')), l = !1), l;
575
1565
  }).reduce(function(t, n) {
576
- var i = W(n, 2), o = i[0], c = i[1];
577
- return Qe(Qe({}, t), {}, sr({}, o, c));
1566
+ var p = K(n, 2), o = p[0], l = p[1];
1567
+ return Ya(Ya({}, t), {}, ni({}, o, l));
578
1568
  }, {});
579
1569
  return [{
580
1570
  // description is required due to https://crbug.com/1264708
581
1571
  description: "Files",
582
- accept: r
1572
+ accept: i
583
1573
  }];
584
1574
  }
585
- return e;
586
- }
587
- function mt(e) {
588
- if (x(e))
589
- return Object.entries(e).reduce(function(r, t) {
590
- var n = W(t, 2), i = n[0], o = n[1];
591
- return [].concat(Ve(r), [i], Ve(o));
592
- }, []).filter(function(r) {
593
- return mr(r) || gr(r);
1575
+ return a;
1576
+ }
1577
+ function nt(a) {
1578
+ if (A(a))
1579
+ return Object.entries(a).reduce(function(i, t) {
1580
+ var n = K(t, 2), p = n[0], o = n[1];
1581
+ return [].concat(Na(i), [p], Na(o));
1582
+ }, []).filter(function(i) {
1583
+ return ci(i) || li(i);
594
1584
  }).join(",");
595
1585
  }
596
- function gt(e) {
597
- return e instanceof DOMException && (e.name === "AbortError" || e.code === e.ABORT_ERR);
1586
+ function et(a) {
1587
+ return a instanceof DOMException && (a.name === "AbortError" || a.code === a.ABORT_ERR);
598
1588
  }
599
- function vt(e) {
600
- return e instanceof DOMException && (e.name === "SecurityError" || e.code === e.SECURITY_ERR);
1589
+ function pt(a) {
1590
+ return a instanceof DOMException && (a.name === "SecurityError" || a.code === a.SECURITY_ERR);
601
1591
  }
602
- function mr(e) {
603
- return e === "audio/*" || e === "video/*" || e === "image/*" || e === "text/*" || /\w+\/[-+.\w]+/g.test(e);
1592
+ function ci(a) {
1593
+ return a === "audio/*" || a === "video/*" || a === "image/*" || a === "text/*" || a === "application/*" || /\w+\/[-+.\w]+/g.test(a);
604
1594
  }
605
- function gr(e) {
606
- return /^.*\.[\w]+$/.test(e);
1595
+ function li(a) {
1596
+ return /^.*\.[\w]+$/.test(a);
607
1597
  }
608
- var yt = ["children"], bt = ["open"], ht = ["refKey", "role", "onKeyDown", "onFocus", "onBlur", "onClick", "onDragEnter", "onDragOver", "onDragLeave", "onDrop"], Dt = ["refKey", "onChange", "onClick"];
609
- function wt(e) {
610
- return Ot(e) || Et(e) || vr(e) || At();
1598
+ var ot = ["children"], ct = ["open"], lt = ["refKey", "role", "onKeyDown", "onFocus", "onBlur", "onClick", "onDragEnter", "onDragOver", "onDragLeave", "onDrop"], rt = ["refKey", "onChange", "onClick"];
1599
+ function st(a) {
1600
+ return ut(a) || mt(a) || ri(a) || dt();
611
1601
  }
612
- function At() {
1602
+ function dt() {
613
1603
  throw new TypeError(`Invalid attempt to spread non-iterable instance.
614
1604
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
615
1605
  }
616
- function Et(e) {
617
- if (typeof Symbol < "u" && e[Symbol.iterator] != null || e["@@iterator"] != null) return Array.from(e);
1606
+ function mt(a) {
1607
+ if (typeof Symbol < "u" && a[Symbol.iterator] != null || a["@@iterator"] != null) return Array.from(a);
618
1608
  }
619
- function Ot(e) {
620
- if (Array.isArray(e)) return Ae(e);
1609
+ function ut(a) {
1610
+ if (Array.isArray(a)) return ka(a);
621
1611
  }
622
- function he(e, r) {
623
- return _t(e) || xt(e, r) || vr(e, r) || Ft();
1612
+ function ha(a, i) {
1613
+ return xt(a) || ft(a, i) || ri(a, i) || vt();
624
1614
  }
625
- function Ft() {
1615
+ function vt() {
626
1616
  throw new TypeError(`Invalid attempt to destructure non-iterable instance.
627
1617
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
628
1618
  }
629
- function vr(e, r) {
630
- if (e) {
631
- if (typeof e == "string") return Ae(e, r);
632
- var t = Object.prototype.toString.call(e).slice(8, -1);
633
- if (t === "Object" && e.constructor && (t = e.constructor.name), t === "Map" || t === "Set") return Array.from(e);
634
- if (t === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)) return Ae(e, r);
1619
+ function ri(a, i) {
1620
+ if (a) {
1621
+ if (typeof a == "string") return ka(a, i);
1622
+ var t = Object.prototype.toString.call(a).slice(8, -1);
1623
+ if (t === "Object" && a.constructor && (t = a.constructor.name), t === "Map" || t === "Set") return Array.from(a);
1624
+ if (t === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)) return ka(a, i);
635
1625
  }
636
1626
  }
637
- function Ae(e, r) {
638
- (r == null || r > e.length) && (r = e.length);
639
- for (var t = 0, n = new Array(r); t < r; t++)
640
- n[t] = e[t];
1627
+ function ka(a, i) {
1628
+ (i == null || i > a.length) && (i = a.length);
1629
+ for (var t = 0, n = new Array(i); t < i; t++)
1630
+ n[t] = a[t];
641
1631
  return n;
642
1632
  }
643
- function xt(e, r) {
644
- var t = e == null ? null : typeof Symbol < "u" && e[Symbol.iterator] || e["@@iterator"];
1633
+ function ft(a, i) {
1634
+ var t = a == null ? null : typeof Symbol < "u" && a[Symbol.iterator] || a["@@iterator"];
645
1635
  if (t != null) {
646
- var n = [], i = !0, o = !1, c, s;
1636
+ var n = [], p = !0, o = !1, l, r;
647
1637
  try {
648
- for (t = t.call(e); !(i = (c = t.next()).done) && (n.push(c.value), !(r && n.length === r)); i = !0)
1638
+ for (t = t.call(a); !(p = (l = t.next()).done) && (n.push(l.value), !(i && n.length === i)); p = !0)
649
1639
  ;
650
- } catch (d) {
651
- o = !0, s = d;
1640
+ } catch (v) {
1641
+ o = !0, r = v;
652
1642
  } finally {
653
1643
  try {
654
- !i && t.return != null && t.return();
1644
+ !p && t.return != null && t.return();
655
1645
  } finally {
656
- if (o) throw s;
1646
+ if (o) throw r;
657
1647
  }
658
1648
  }
659
1649
  return n;
660
1650
  }
661
1651
  }
662
- function _t(e) {
663
- if (Array.isArray(e)) return e;
1652
+ function xt(a) {
1653
+ if (Array.isArray(a)) return a;
664
1654
  }
665
- function rr(e, r) {
666
- var t = Object.keys(e);
1655
+ function Xa(a, i) {
1656
+ var t = Object.keys(a);
667
1657
  if (Object.getOwnPropertySymbols) {
668
- var n = Object.getOwnPropertySymbols(e);
669
- r && (n = n.filter(function(i) {
670
- return Object.getOwnPropertyDescriptor(e, i).enumerable;
1658
+ var n = Object.getOwnPropertySymbols(a);
1659
+ i && (n = n.filter(function(p) {
1660
+ return Object.getOwnPropertyDescriptor(a, p).enumerable;
671
1661
  })), t.push.apply(t, n);
672
1662
  }
673
1663
  return t;
674
1664
  }
675
- function p(e) {
676
- for (var r = 1; r < arguments.length; r++) {
677
- var t = arguments[r] != null ? arguments[r] : {};
678
- r % 2 ? rr(Object(t), !0).forEach(function(n) {
679
- Ee(e, n, t[n]);
680
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : rr(Object(t)).forEach(function(n) {
681
- Object.defineProperty(e, n, Object.getOwnPropertyDescriptor(t, n));
1665
+ function d(a) {
1666
+ for (var i = 1; i < arguments.length; i++) {
1667
+ var t = arguments[i] != null ? arguments[i] : {};
1668
+ i % 2 ? Xa(Object(t), !0).forEach(function(n) {
1669
+ ja(a, n, t[n]);
1670
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(a, Object.getOwnPropertyDescriptors(t)) : Xa(Object(t)).forEach(function(n) {
1671
+ Object.defineProperty(a, n, Object.getOwnPropertyDescriptor(t, n));
682
1672
  });
683
1673
  }
684
- return e;
1674
+ return a;
685
1675
  }
686
- function Ee(e, r, t) {
687
- return r in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e;
1676
+ function ja(a, i, t) {
1677
+ return i in a ? Object.defineProperty(a, i, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : a[i] = t, a;
688
1678
  }
689
- function re(e, r) {
690
- if (e == null) return {};
691
- var t = jt(e, r), n, i;
1679
+ function aa(a, i) {
1680
+ if (a == null) return {};
1681
+ var t = gt(a, i), n, p;
692
1682
  if (Object.getOwnPropertySymbols) {
693
- var o = Object.getOwnPropertySymbols(e);
694
- for (i = 0; i < o.length; i++)
695
- n = o[i], !(r.indexOf(n) >= 0) && Object.prototype.propertyIsEnumerable.call(e, n) && (t[n] = e[n]);
1683
+ var o = Object.getOwnPropertySymbols(a);
1684
+ for (p = 0; p < o.length; p++)
1685
+ n = o[p], !(i.indexOf(n) >= 0) && Object.prototype.propertyIsEnumerable.call(a, n) && (t[n] = a[n]);
696
1686
  }
697
1687
  return t;
698
1688
  }
699
- function jt(e, r) {
700
- if (e == null) return {};
701
- var t = {}, n = Object.keys(e), i, o;
1689
+ function gt(a, i) {
1690
+ if (a == null) return {};
1691
+ var t = {}, n = Object.keys(a), p, o;
702
1692
  for (o = 0; o < n.length; o++)
703
- i = n[o], !(r.indexOf(i) >= 0) && (t[i] = e[i]);
1693
+ p = n[o], !(i.indexOf(p) >= 0) && (t[p] = a[p]);
704
1694
  return t;
705
1695
  }
706
- var _e = /* @__PURE__ */ _r(function(e, r) {
707
- var t = e.children, n = re(e, yt), i = br(n), o = i.open, c = re(i, bt);
708
- return jr(r, function() {
1696
+ var Da = /* @__PURE__ */ yi(function(a, i) {
1697
+ var t = a.children, n = aa(a, ot), p = di(n), o = p.open, l = aa(p, ct);
1698
+ return wi(i, function() {
709
1699
  return {
710
1700
  open: o
711
1701
  };
712
- }, [o]), /* @__PURE__ */ Fr.createElement(Sr, null, t(p(p({}, c), {}, {
1702
+ }, [o]), /* @__PURE__ */ bi.createElement(ki, null, t(d(d({}, l), {}, {
713
1703
  open: o
714
1704
  })));
715
1705
  });
716
- _e.displayName = "Dropzone";
717
- var yr = {
1706
+ Da.displayName = "Dropzone";
1707
+ var si = {
718
1708
  disabled: !1,
719
- getFilesFromEvent: Kr,
1709
+ getFilesFromEvent: Oi,
720
1710
  maxSize: 1 / 0,
721
1711
  minSize: 0,
722
1712
  multiple: !0,
@@ -727,11 +1717,11 @@ var yr = {
727
1717
  noDrag: !1,
728
1718
  noDragEventsBubbling: !1,
729
1719
  validator: null,
730
- useFsAccessApi: !0,
1720
+ useFsAccessApi: !1,
731
1721
  autoFocus: !1
732
1722
  };
733
- _e.defaultProps = yr;
734
- _e.propTypes = {
1723
+ Da.defaultProps = si;
1724
+ Da.propTypes = {
735
1725
  /**
736
1726
  * Render function that exposes the dropzone state and prop getter fns
737
1727
  *
@@ -747,7 +1737,7 @@ _e.propTypes = {
747
1737
  * @param {File[]} params.acceptedFiles Accepted files
748
1738
  * @param {FileRejection[]} params.fileRejections Rejected files and why they were rejected
749
1739
  */
750
- children: f.func,
1740
+ children: s.func,
751
1741
  /**
752
1742
  * Set accepted file types.
753
1743
  * Checkout https://developer.mozilla.org/en-US/docs/Web/API/window/showOpenFilePicker types option for more information.
@@ -755,90 +1745,90 @@ _e.propTypes = {
755
1745
  * for example, are reported as text/plain under macOS but as application/vnd.ms-excel under
756
1746
  * Windows. In some cases there might not be a mime type set at all (https://github.com/react-dropzone/react-dropzone/issues/276).
757
1747
  */
758
- accept: f.objectOf(f.arrayOf(f.string)),
1748
+ accept: s.objectOf(s.arrayOf(s.string)),
759
1749
  /**
760
1750
  * Allow drag 'n' drop (or selection from the file dialog) of multiple files
761
1751
  */
762
- multiple: f.bool,
1752
+ multiple: s.bool,
763
1753
  /**
764
1754
  * If false, allow dropped items to take over the current browser window
765
1755
  */
766
- preventDropOnDocument: f.bool,
1756
+ preventDropOnDocument: s.bool,
767
1757
  /**
768
1758
  * If true, disables click to open the native file selection dialog
769
1759
  */
770
- noClick: f.bool,
1760
+ noClick: s.bool,
771
1761
  /**
772
1762
  * If true, disables SPACE/ENTER to open the native file selection dialog.
773
1763
  * Note that it also stops tracking the focus state.
774
1764
  */
775
- noKeyboard: f.bool,
1765
+ noKeyboard: s.bool,
776
1766
  /**
777
1767
  * If true, disables drag 'n' drop
778
1768
  */
779
- noDrag: f.bool,
1769
+ noDrag: s.bool,
780
1770
  /**
781
1771
  * If true, stops drag event propagation to parents
782
1772
  */
783
- noDragEventsBubbling: f.bool,
1773
+ noDragEventsBubbling: s.bool,
784
1774
  /**
785
1775
  * Minimum file size (in bytes)
786
1776
  */
787
- minSize: f.number,
1777
+ minSize: s.number,
788
1778
  /**
789
1779
  * Maximum file size (in bytes)
790
1780
  */
791
- maxSize: f.number,
1781
+ maxSize: s.number,
792
1782
  /**
793
1783
  * Maximum accepted number of files
794
1784
  * The default value is 0 which means there is no limitation to how many files are accepted.
795
1785
  */
796
- maxFiles: f.number,
1786
+ maxFiles: s.number,
797
1787
  /**
798
1788
  * Enable/disable the dropzone
799
1789
  */
800
- disabled: f.bool,
1790
+ disabled: s.bool,
801
1791
  /**
802
1792
  * Use this to provide a custom file aggregator
803
1793
  *
804
1794
  * @param {(DragEvent|Event)} event A drag event or input change event (if files were selected via the file dialog)
805
1795
  */
806
- getFilesFromEvent: f.func,
1796
+ getFilesFromEvent: s.func,
807
1797
  /**
808
1798
  * Cb for when closing the file dialog with no selection
809
1799
  */
810
- onFileDialogCancel: f.func,
1800
+ onFileDialogCancel: s.func,
811
1801
  /**
812
1802
  * Cb for when opening the file dialog
813
1803
  */
814
- onFileDialogOpen: f.func,
1804
+ onFileDialogOpen: s.func,
815
1805
  /**
816
1806
  * Set to true to use the https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API
817
1807
  * to open the file picker instead of using an `<input type="file">` click event.
818
1808
  */
819
- useFsAccessApi: f.bool,
1809
+ useFsAccessApi: s.bool,
820
1810
  /**
821
1811
  * Set to true to focus the root element on render
822
1812
  */
823
- autoFocus: f.bool,
1813
+ autoFocus: s.bool,
824
1814
  /**
825
1815
  * Cb for when the `dragenter` event occurs.
826
1816
  *
827
1817
  * @param {DragEvent} event
828
1818
  */
829
- onDragEnter: f.func,
1819
+ onDragEnter: s.func,
830
1820
  /**
831
1821
  * Cb for when the `dragleave` event occurs
832
1822
  *
833
1823
  * @param {DragEvent} event
834
1824
  */
835
- onDragLeave: f.func,
1825
+ onDragLeave: s.func,
836
1826
  /**
837
1827
  * Cb for when the `dragover` event occurs
838
1828
  *
839
1829
  * @param {DragEvent} event
840
1830
  */
841
- onDragOver: f.func,
1831
+ onDragOver: s.func,
842
1832
  /**
843
1833
  * Cb for when the `drop` event occurs.
844
1834
  * Note that this callback is invoked after the `getFilesFromEvent` callback is done.
@@ -869,7 +1859,7 @@ _e.propTypes = {
869
1859
  * @param {FileRejection[]} fileRejections
870
1860
  * @param {(DragEvent|Event)} event A drag event or input change event (if files were selected via the file dialog)
871
1861
  */
872
- onDrop: f.func,
1862
+ onDrop: s.func,
873
1863
  /**
874
1864
  * Cb for when the `drop` event occurs.
875
1865
  * Note that if no files are accepted, this callback is not invoked.
@@ -877,7 +1867,7 @@ _e.propTypes = {
877
1867
  * @param {File[]} files
878
1868
  * @param {(DragEvent|Event)} event
879
1869
  */
880
- onDropAccepted: f.func,
1870
+ onDropAccepted: s.func,
881
1871
  /**
882
1872
  * Cb for when the `drop` event occurs.
883
1873
  * Note that if no files are rejected, this callback is not invoked.
@@ -885,21 +1875,21 @@ _e.propTypes = {
885
1875
  * @param {FileRejection[]} fileRejections
886
1876
  * @param {(DragEvent|Event)} event
887
1877
  */
888
- onDropRejected: f.func,
1878
+ onDropRejected: s.func,
889
1879
  /**
890
1880
  * Cb for when there's some error from any of the promises.
891
1881
  *
892
1882
  * @param {Error} error
893
1883
  */
894
- onError: f.func,
1884
+ onError: s.func,
895
1885
  /**
896
1886
  * Custom validation function. It must return null if there's no errors.
897
1887
  * @param {File} file
898
1888
  * @returns {FileError|FileError[]|null}
899
1889
  */
900
- validator: f.func
1890
+ validator: s.func
901
1891
  };
902
- var Oe = {
1892
+ var za = {
903
1893
  isFocused: !1,
904
1894
  isFileDialogActive: !1,
905
1895
  isDragActive: !1,
@@ -908,253 +1898,262 @@ var Oe = {
908
1898
  acceptedFiles: [],
909
1899
  fileRejections: []
910
1900
  };
911
- function br() {
912
- var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, r = p(p({}, yr), e), t = r.accept, n = r.disabled, i = r.getFilesFromEvent, o = r.maxSize, c = r.minSize, s = r.multiple, d = r.maxFiles, l = r.onDragEnter, m = r.onDragLeave, y = r.onDragOver, z = r.onDrop, k = r.onDropAccepted, L = r.onDropRejected, M = r.onFileDialogCancel, te = r.onFileDialogOpen, je = r.useFsAccessApi, Se = r.autoFocus, ne = r.preventDropOnDocument, Pe = r.noClick, oe = r.noKeyboard, Te = r.noDrag, O = r.noDragEventsBubbling, ie = r.onError, $ = r.validator, K = I(function() {
913
- return mt(t);
914
- }, [t]), Ie = I(function() {
915
- return dt(t);
916
- }, [t]), ae = I(function() {
917
- return typeof te == "function" ? te : tr;
918
- }, [te]), U = I(function() {
919
- return typeof M == "function" ? M : tr;
920
- }, [M]), b = Q(null), w = Q(null), hr = xr(St, Oe), Ce = he(hr, 2), ue = Ce[0], h = Ce[1], Dr = ue.isFocused, Re = ue.isFileDialogActive, q = Q(typeof window < "u" && window.isSecureContext && je && pt()), ze = function() {
921
- !q.current && Re && setTimeout(function() {
922
- if (w.current) {
923
- var u = w.current.files;
924
- u.length || (h({
1901
+ function di() {
1902
+ var a = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, i = d(d({}, si), a), t = i.accept, n = i.disabled, p = i.getFilesFromEvent, o = i.maxSize, l = i.minSize, r = i.multiple, v = i.maxFiles, k = i.onDragEnter, x = i.onDragLeave, j = i.onDragOver, I = i.onDrop, C = i.onDropAccepted, R = i.onDropRejected, L = i.onFileDialogCancel, ia = i.onFileDialogOpen, Ea = i.useFsAccessApi, Aa = i.autoFocus, ta = i.preventDropOnDocument, Fa = i.noClick, na = i.noKeyboard, Oa = i.noDrag, D = i.noDragEventsBubbling, ea = i.onError, M = i.validator, $ = q(function() {
1903
+ return nt(t);
1904
+ }, [t]), _a = q(function() {
1905
+ return tt(t);
1906
+ }, [t]), pa = q(function() {
1907
+ return typeof ia == "function" ? ia : Za;
1908
+ }, [ia]), W = q(function() {
1909
+ return typeof L == "function" ? L : Za;
1910
+ }, [L]), f = J(null), h = J(null), mi = hi(bt, za), Pa = ha(mi, 2), oa = Pa[0], g = Pa[1], ui = oa.isFocused, Sa = oa.isFileDialogActive, B = J(typeof window < "u" && window.isSecureContext && Ea && it()), qa = function() {
1911
+ !B.current && Sa && setTimeout(function() {
1912
+ if (h.current) {
1913
+ var c = h.current.files;
1914
+ c.length || (g({
925
1915
  type: "closeDialog"
926
- }), U());
1916
+ }), W());
927
1917
  }
928
1918
  }, 300);
929
1919
  };
930
- ye(function() {
931
- return window.addEventListener("focus", ze, !1), function() {
932
- window.removeEventListener("focus", ze, !1);
1920
+ xa(function() {
1921
+ return window.addEventListener("focus", qa, !1), function() {
1922
+ window.removeEventListener("focus", qa, !1);
933
1923
  };
934
- }, [w, Re, U, q]);
935
- var _ = Q([]), ke = function(u) {
936
- b.current && b.current.contains(u.target) || (u.preventDefault(), _.current = []);
1924
+ }, [h, Sa, W, B]);
1925
+ var O = J([]), Ta = function(c) {
1926
+ f.current && f.current.contains(c.target) || (c.preventDefault(), O.current = []);
937
1927
  };
938
- ye(function() {
939
- return ne && (document.addEventListener("dragover", er, !1), document.addEventListener("drop", ke, !1)), function() {
940
- ne && (document.removeEventListener("dragover", er), document.removeEventListener("drop", ke));
1928
+ xa(function() {
1929
+ return ta && (document.addEventListener("dragover", Qa, !1), document.addEventListener("drop", Ta, !1)), function() {
1930
+ ta && (document.removeEventListener("dragover", Qa), document.removeEventListener("drop", Ta));
941
1931
  };
942
- }, [b, ne]), ye(function() {
943
- return !n && Se && b.current && b.current.focus(), function() {
1932
+ }, [f, ta]), xa(function() {
1933
+ return !n && Aa && f.current && f.current.focus(), function() {
944
1934
  };
945
- }, [b, Se, n]);
946
- var F = A(function(a) {
947
- ie ? ie(a) : console.error(a);
948
- }, [ie]), Le = A(function(a) {
949
- a.preventDefault(), a.persist(), V(a), _.current = [].concat(wt(_.current), [a.target]), X(a) && Promise.resolve(i(a)).then(function(u) {
950
- if (!(ee(a) && !O)) {
951
- var g = u.length, v = g > 0 && ct({
952
- files: u,
953
- accept: K,
954
- minSize: c,
1935
+ }, [f, Aa, n]);
1936
+ var E = y(function(e) {
1937
+ ea ? ea(e) : console.error(e);
1938
+ }, [ea]), Ia = y(function(e) {
1939
+ e.preventDefault(), e.persist(), Y(e), O.current = [].concat(st(O.current), [e.target]), Q(e) && Promise.resolve(p(e)).then(function(c) {
1940
+ if (!(Z(e) && !D)) {
1941
+ var m = c.length, u = m > 0 && Qi({
1942
+ files: c,
1943
+ accept: $,
1944
+ minSize: l,
955
1945
  maxSize: o,
956
- multiple: s,
957
- maxFiles: d,
958
- validator: $
959
- }), D = g > 0 && !v;
960
- h({
961
- isDragAccept: v,
962
- isDragReject: D,
1946
+ multiple: r,
1947
+ maxFiles: v,
1948
+ validator: M
1949
+ }), b = m > 0 && !u;
1950
+ g({
1951
+ isDragAccept: u,
1952
+ isDragReject: b,
963
1953
  isDragActive: !0,
964
1954
  type: "setDraggedFiles"
965
- }), l && l(a);
1955
+ }), k && k(e);
966
1956
  }
967
- }).catch(function(u) {
968
- return F(u);
1957
+ }).catch(function(c) {
1958
+ return E(c);
969
1959
  });
970
- }, [i, l, F, O, K, c, o, s, d, $]), Me = A(function(a) {
971
- a.preventDefault(), a.persist(), V(a);
972
- var u = X(a);
973
- if (u && a.dataTransfer)
1960
+ }, [p, k, E, D, $, l, o, r, v, M]), Ca = y(function(e) {
1961
+ e.preventDefault(), e.persist(), Y(e);
1962
+ var c = Q(e);
1963
+ if (c && e.dataTransfer)
974
1964
  try {
975
- a.dataTransfer.dropEffect = "copy";
1965
+ e.dataTransfer.dropEffect = "copy";
976
1966
  } catch {
977
1967
  }
978
- return u && y && y(a), !1;
979
- }, [y, O]), $e = A(function(a) {
980
- a.preventDefault(), a.persist(), V(a);
981
- var u = _.current.filter(function(v) {
982
- return b.current && b.current.contains(v);
983
- }), g = u.indexOf(a.target);
984
- g !== -1 && u.splice(g, 1), _.current = u, !(u.length > 0) && (h({
1968
+ return c && j && j(e), !1;
1969
+ }, [j, D]), Ra = y(function(e) {
1970
+ e.preventDefault(), e.persist(), Y(e);
1971
+ var c = O.current.filter(function(u) {
1972
+ return f.current && f.current.contains(u);
1973
+ }), m = c.indexOf(e.target);
1974
+ m !== -1 && c.splice(m, 1), O.current = c, !(c.length > 0) && (g({
985
1975
  type: "setDraggedFiles",
986
1976
  isDragActive: !1,
987
1977
  isDragAccept: !1,
988
1978
  isDragReject: !1
989
- }), X(a) && m && m(a));
990
- }, [b, m, O]), N = A(function(a, u) {
991
- var g = [], v = [];
992
- a.forEach(function(D) {
993
- var H = pr(D, K), P = he(H, 2), le = P[0], se = P[1], fe = dr(D, c, o), J = he(fe, 2), pe = J[0], de = J[1], me = $ ? $(D) : null;
994
- if (le && pe && !me)
995
- g.push(D);
1979
+ }), Q(e) && x && x(e));
1980
+ }, [f, x, D]), U = y(function(e, c) {
1981
+ var m = [], u = [];
1982
+ e.forEach(function(b) {
1983
+ var H = pi(b, $), S = ha(H, 2), la = S[0], ra = S[1], sa = oi(b, l, o), V = ha(sa, 2), da = V[0], ma = V[1], ua = M ? M(b) : null;
1984
+ if (la && da && !ua)
1985
+ m.push(b);
996
1986
  else {
997
- var ge = [se, de];
998
- me && (ge = ge.concat(me)), v.push({
999
- file: D,
1000
- errors: ge.filter(function(Or) {
1001
- return Or;
1987
+ var va = [ra, ma];
1988
+ ua && (va = va.concat(ua)), u.push({
1989
+ file: b,
1990
+ errors: va.filter(function(gi) {
1991
+ return gi;
1002
1992
  })
1003
1993
  });
1004
1994
  }
1005
- }), (!s && g.length > 1 || s && d >= 1 && g.length > d) && (g.forEach(function(D) {
1006
- v.push({
1007
- file: D,
1008
- errors: [ut]
1995
+ }), (!r && m.length > 1 || r && v >= 1 && m.length > v) && (m.forEach(function(b) {
1996
+ u.push({
1997
+ file: b,
1998
+ errors: [Ji]
1009
1999
  });
1010
- }), g.splice(0)), h({
1011
- acceptedFiles: g,
1012
- fileRejections: v,
2000
+ }), m.splice(0)), g({
2001
+ acceptedFiles: m,
2002
+ fileRejections: u,
1013
2003
  type: "setFiles"
1014
- }), z && z(g, v, u), v.length > 0 && L && L(v, u), g.length > 0 && k && k(g, u);
1015
- }, [h, s, K, c, o, d, z, k, L, $]), G = A(function(a) {
1016
- a.preventDefault(), a.persist(), V(a), _.current = [], X(a) && Promise.resolve(i(a)).then(function(u) {
1017
- ee(a) && !O || N(u, a);
1018
- }).catch(function(u) {
1019
- return F(u);
1020
- }), h({
2004
+ }), I && I(m, u, c), u.length > 0 && R && R(u, c), m.length > 0 && C && C(m, c);
2005
+ }, [g, r, $, l, o, v, I, C, R, M]), N = y(function(e) {
2006
+ e.preventDefault(), e.persist(), Y(e), O.current = [], Q(e) && Promise.resolve(p(e)).then(function(c) {
2007
+ Z(e) && !D || U(c, e);
2008
+ }).catch(function(c) {
2009
+ return E(c);
2010
+ }), g({
1021
2011
  type: "reset"
1022
2012
  });
1023
- }, [i, N, F, O]), j = A(function() {
1024
- if (q.current) {
1025
- h({
2013
+ }, [p, U, E, D]), _ = y(function() {
2014
+ if (B.current) {
2015
+ g({
1026
2016
  type: "openDialog"
1027
- }), ae();
1028
- var a = {
1029
- multiple: s,
1030
- types: Ie
2017
+ }), pa();
2018
+ var e = {
2019
+ multiple: r,
2020
+ types: _a
1031
2021
  };
1032
- window.showOpenFilePicker(a).then(function(u) {
1033
- return i(u);
1034
- }).then(function(u) {
1035
- N(u, null), h({
2022
+ window.showOpenFilePicker(e).then(function(c) {
2023
+ return p(c);
2024
+ }).then(function(c) {
2025
+ U(c, null), g({
1036
2026
  type: "closeDialog"
1037
2027
  });
1038
- }).catch(function(u) {
1039
- gt(u) ? (U(u), h({
2028
+ }).catch(function(c) {
2029
+ et(c) ? (W(c), g({
1040
2030
  type: "closeDialog"
1041
- })) : vt(u) ? (q.current = !1, w.current ? (w.current.value = null, w.current.click()) : F(new 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."))) : F(u);
2031
+ })) : pt(c) ? (B.current = !1, h.current ? (h.current.value = null, h.current.click()) : E(new 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."))) : E(c);
1042
2032
  });
1043
2033
  return;
1044
2034
  }
1045
- w.current && (h({
2035
+ h.current && (g({
1046
2036
  type: "openDialog"
1047
- }), ae(), w.current.value = null, w.current.click());
1048
- }, [h, ae, U, je, N, F, Ie, s]), Ke = A(function(a) {
1049
- !b.current || !b.current.isEqualNode(a.target) || (a.key === " " || a.key === "Enter" || a.keyCode === 32 || a.keyCode === 13) && (a.preventDefault(), j());
1050
- }, [b, j]), He = A(function() {
1051
- h({
2037
+ }), pa(), h.current.value = null, h.current.click());
2038
+ }, [g, pa, W, Ea, U, E, _a, r]), La = y(function(e) {
2039
+ !f.current || !f.current.isEqualNode(e.target) || (e.key === " " || e.key === "Enter" || e.keyCode === 32 || e.keyCode === 13) && (e.preventDefault(), _());
2040
+ }, [f, _]), Ma = y(function() {
2041
+ g({
1052
2042
  type: "focus"
1053
2043
  });
1054
- }, []), We = A(function() {
1055
- h({
2044
+ }, []), $a = y(function() {
2045
+ g({
1056
2046
  type: "blur"
1057
2047
  });
1058
- }, []), Be = A(function() {
1059
- Pe || (ft() ? setTimeout(j, 0) : j());
1060
- }, [Pe, j]), S = function(u) {
1061
- return n ? null : u;
1062
- }, ce = function(u) {
1063
- return oe ? null : S(u);
1064
- }, Y = function(u) {
1065
- return Te ? null : S(u);
1066
- }, V = function(u) {
1067
- O && u.stopPropagation();
1068
- }, wr = I(function() {
2048
+ }, []), Ha = y(function() {
2049
+ Fa || (at() ? setTimeout(_, 0) : _());
2050
+ }, [Fa, _]), P = function(c) {
2051
+ return n ? null : c;
2052
+ }, ca = function(c) {
2053
+ return na ? null : P(c);
2054
+ }, G = function(c) {
2055
+ return Oa ? null : P(c);
2056
+ }, Y = function(c) {
2057
+ D && c.stopPropagation();
2058
+ }, vi = q(function() {
1069
2059
  return function() {
1070
- var a = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, u = a.refKey, g = u === void 0 ? "ref" : u, v = a.role, D = a.onKeyDown, H = a.onFocus, P = a.onBlur, le = a.onClick, se = a.onDragEnter, fe = a.onDragOver, J = a.onDragLeave, pe = a.onDrop, de = re(a, ht);
1071
- return p(p(Ee({
1072
- onKeyDown: ce(E(D, Ke)),
1073
- onFocus: ce(E(H, He)),
1074
- onBlur: ce(E(P, We)),
1075
- onClick: S(E(le, Be)),
1076
- onDragEnter: Y(E(se, Le)),
1077
- onDragOver: Y(E(fe, Me)),
1078
- onDragLeave: Y(E(J, $e)),
1079
- onDrop: Y(E(pe, G)),
1080
- role: typeof v == "string" && v !== "" ? v : "presentation"
1081
- }, g, b), !n && !oe ? {
2060
+ var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, c = e.refKey, m = c === void 0 ? "ref" : c, u = e.role, b = e.onKeyDown, H = e.onFocus, S = e.onBlur, la = e.onClick, ra = e.onDragEnter, sa = e.onDragOver, V = e.onDragLeave, da = e.onDrop, ma = aa(e, lt);
2061
+ return d(d(ja({
2062
+ onKeyDown: ca(w(b, La)),
2063
+ onFocus: ca(w(H, Ma)),
2064
+ onBlur: ca(w(S, $a)),
2065
+ onClick: P(w(la, Ha)),
2066
+ onDragEnter: G(w(ra, Ia)),
2067
+ onDragOver: G(w(sa, Ca)),
2068
+ onDragLeave: G(w(V, Ra)),
2069
+ onDrop: G(w(da, N)),
2070
+ role: typeof u == "string" && u !== "" ? u : "presentation"
2071
+ }, m, f), !n && !na ? {
1082
2072
  tabIndex: 0
1083
- } : {}), de);
2073
+ } : {}), ma);
1084
2074
  };
1085
- }, [b, Ke, He, We, Be, Le, Me, $e, G, oe, Te, n]), Ar = A(function(a) {
1086
- a.stopPropagation();
1087
- }, []), Er = I(function() {
2075
+ }, [f, La, Ma, $a, Ha, Ia, Ca, Ra, N, na, Oa, n]), fi = y(function(e) {
2076
+ e.stopPropagation();
2077
+ }, []), xi = q(function() {
1088
2078
  return function() {
1089
- var a = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, u = a.refKey, g = u === void 0 ? "ref" : u, v = a.onChange, D = a.onClick, H = re(a, Dt), P = Ee({
1090
- accept: K,
1091
- multiple: s,
2079
+ var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, c = e.refKey, m = c === void 0 ? "ref" : c, u = e.onChange, b = e.onClick, H = aa(e, rt), S = ja({
2080
+ accept: $,
2081
+ multiple: r,
1092
2082
  type: "file",
1093
2083
  style: {
1094
- display: "none"
2084
+ border: 0,
2085
+ clip: "rect(0, 0, 0, 0)",
2086
+ clipPath: "inset(50%)",
2087
+ height: "1px",
2088
+ margin: "0 -1px -1px 0",
2089
+ overflow: "hidden",
2090
+ padding: 0,
2091
+ position: "absolute",
2092
+ width: "1px",
2093
+ whiteSpace: "nowrap"
1095
2094
  },
1096
- onChange: S(E(v, G)),
1097
- onClick: S(E(D, Ar)),
2095
+ onChange: P(w(u, N)),
2096
+ onClick: P(w(b, fi)),
1098
2097
  tabIndex: -1
1099
- }, g, w);
1100
- return p(p({}, P), H);
2098
+ }, m, h);
2099
+ return d(d({}, S), H);
1101
2100
  };
1102
- }, [w, t, s, G, n]);
1103
- return p(p({}, ue), {}, {
1104
- isFocused: Dr && !n,
1105
- getRootProps: wr,
1106
- getInputProps: Er,
1107
- rootRef: b,
1108
- inputRef: w,
1109
- open: S(j)
2101
+ }, [h, t, r, N, n]);
2102
+ return d(d({}, oa), {}, {
2103
+ isFocused: ui && !n,
2104
+ getRootProps: vi,
2105
+ getInputProps: xi,
2106
+ rootRef: f,
2107
+ inputRef: h,
2108
+ open: P(_)
1110
2109
  });
1111
2110
  }
1112
- function St(e, r) {
1113
- switch (r.type) {
2111
+ function bt(a, i) {
2112
+ switch (i.type) {
1114
2113
  case "focus":
1115
- return p(p({}, e), {}, {
2114
+ return d(d({}, a), {}, {
1116
2115
  isFocused: !0
1117
2116
  });
1118
2117
  case "blur":
1119
- return p(p({}, e), {}, {
2118
+ return d(d({}, a), {}, {
1120
2119
  isFocused: !1
1121
2120
  });
1122
2121
  case "openDialog":
1123
- return p(p({}, Oe), {}, {
2122
+ return d(d({}, za), {}, {
1124
2123
  isFileDialogActive: !0
1125
2124
  });
1126
2125
  case "closeDialog":
1127
- return p(p({}, e), {}, {
2126
+ return d(d({}, a), {}, {
1128
2127
  isFileDialogActive: !1
1129
2128
  });
1130
2129
  case "setDraggedFiles":
1131
- return p(p({}, e), {}, {
1132
- isDragActive: r.isDragActive,
1133
- isDragAccept: r.isDragAccept,
1134
- isDragReject: r.isDragReject
2130
+ return d(d({}, a), {}, {
2131
+ isDragActive: i.isDragActive,
2132
+ isDragAccept: i.isDragAccept,
2133
+ isDragReject: i.isDragReject
1135
2134
  });
1136
2135
  case "setFiles":
1137
- return p(p({}, e), {}, {
1138
- acceptedFiles: r.acceptedFiles,
1139
- fileRejections: r.fileRejections
2136
+ return d(d({}, a), {}, {
2137
+ acceptedFiles: i.acceptedFiles,
2138
+ fileRejections: i.fileRejections
1140
2139
  });
1141
2140
  case "reset":
1142
- return p({}, Oe);
2141
+ return d({}, za);
1143
2142
  default:
1144
- return e;
2143
+ return a;
1145
2144
  }
1146
2145
  }
1147
- function tr() {
2146
+ function Za() {
1148
2147
  }
1149
- const kt = ({
1150
- defaultLabel: e = "Glisser et déposer des fichiers ici, ou cliquer pour sélectionner des fichiers",
1151
- dragLabel: r = "Déposer les fichiers ici",
2148
+ const Dt = ({
2149
+ defaultLabel: a = "Glisser et déposer des fichiers ici, ou cliquer pour sélectionner des fichiers",
2150
+ dragLabel: i = "Déposer les fichiers ici",
1152
2151
  information: t,
1153
2152
  ...n
1154
2153
  }) => {
1155
- const { getRootProps: i, getInputProps: o, isDragActive: c } = br(n);
1156
- return /* @__PURE__ */ ve(
1157
- Pr,
2154
+ const { getRootProps: p, getInputProps: o, isDragActive: l } = di(n);
2155
+ return /* @__PURE__ */ fa(
2156
+ ji,
1158
2157
  {
1159
2158
  direction: "column",
1160
2159
  justifyContent: "center",
@@ -1168,21 +2167,21 @@ const kt = ({
1168
2167
  sx: {
1169
2168
  cursor: "pointer"
1170
2169
  },
1171
- ...i(),
2170
+ ...p(),
1172
2171
  children: [
1173
- /* @__PURE__ */ T("input", { ...o() }),
1174
- c ? /* @__PURE__ */ ve(Ue, { children: [
1175
- /* @__PURE__ */ T(ar, { color: "primary" }),
1176
- /* @__PURE__ */ T(be, { children: r })
1177
- ] }) : /* @__PURE__ */ ve(Ue, { children: [
1178
- /* @__PURE__ */ T(ur, { color: "primary" }),
1179
- /* @__PURE__ */ T(be, { children: e }),
1180
- t ? /* @__PURE__ */ T(be, { fontSize: "0.875rem", color: "grey", children: t }) : null
2172
+ /* @__PURE__ */ z("input", { ...o() }),
2173
+ l ? /* @__PURE__ */ fa(Ka, { children: [
2174
+ /* @__PURE__ */ z(zi, { color: "primary" }),
2175
+ /* @__PURE__ */ z(ga, { children: i })
2176
+ ] }) : /* @__PURE__ */ fa(Ka, { children: [
2177
+ /* @__PURE__ */ z(Di, { color: "primary" }),
2178
+ /* @__PURE__ */ z(ga, { children: a }),
2179
+ t ? /* @__PURE__ */ z(ga, { fontSize: "0.875rem", color: "grey", children: t }) : null
1181
2180
  ] })
1182
2181
  ]
1183
2182
  }
1184
2183
  );
1185
2184
  };
1186
2185
  export {
1187
- kt as default
2186
+ Dt as default
1188
2187
  };