@pod-os/contacts 0.0.2-rc.40ff2aa.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4483) hide show
  1. package/dist/cjs/PodOsAware-_Lsp4KsV.js +7 -0
  2. package/dist/cjs/ResourceAware-uqh9ZRDt.js +7 -0
  3. package/dist/cjs/chunk.5JY5FUCG-DBOKVhYw.js +2250 -0
  4. package/dist/cjs/chunk.6CTB5ZDJ-CC8k6o5T.js +154 -0
  5. package/dist/cjs/chunk.HVTXQL7M-CkreIIRp.js +1369 -0
  6. package/dist/cjs/chunk.URTPIBTY-CR-txaLF.js +296 -0
  7. package/dist/cjs/chunk.XQ2OKYYA-DwhvXyP9.js +114 -0
  8. package/dist/cjs/chunk.YHLNUJ7P-BQOX8L9A.js +570 -0
  9. package/dist/cjs/chunk.ZGGPD2XJ-D0JTxaR_.js +5 -0
  10. package/dist/cjs/class-map-Bp6RgbSP.js +21 -0
  11. package/dist/cjs/contacts.cjs.js +51 -0
  12. package/dist/cjs/if-defined-C9hF9oNL.js +11 -0
  13. package/dist/cjs/index-BicjKg3I.js +6160 -0
  14. package/dist/cjs/index-CYTjugvn.js +564 -0
  15. package/dist/cjs/index-DlHQ3blV.js +9574 -0
  16. package/dist/cjs/index-FUnpyb19.js +49926 -0
  17. package/dist/cjs/index.cjs.js +2 -0
  18. package/dist/cjs/jsonld-V2RB47OZ-BerQ9IRa.js +8416 -0
  19. package/dist/cjs/loader.cjs.js +12 -0
  20. package/dist/cjs/pos-add-literal-value_3.cjs.entry.js +142 -0
  21. package/dist/cjs/pos-add-new-thing_7.cjs.entry.js +1154 -0
  22. package/dist/cjs/pos-app-browser.cjs.entry.js +51 -0
  23. package/dist/cjs/pos-app-dashboard_6.cjs.entry.js +106 -0
  24. package/dist/cjs/pos-app-document-viewer.cjs.entry.js +30 -0
  25. package/dist/cjs/pos-app-generic.cjs.entry.js +17 -0
  26. package/dist/cjs/pos-app-image-viewer.cjs.entry.js +32 -0
  27. package/dist/cjs/pos-app-ldp-container.cjs.entry.js +19 -0
  28. package/dist/cjs/pos-app-rdf-document.cjs.entry.js +19 -0
  29. package/dist/cjs/pos-app_24.cjs.entry.js +15936 -0
  30. package/dist/cjs/pos-attachments.cjs.entry.js +39 -0
  31. package/dist/cjs/pos-container-contents.cjs.entry.js +48 -0
  32. package/dist/cjs/pos-container-item_3.cjs.entry.js +122 -0
  33. package/dist/cjs/pos-description_2.cjs.entry.js +95 -0
  34. package/dist/cjs/pos-document.cjs.entry.js +101 -0
  35. package/dist/cjs/pos-list.cjs.entry.js +58 -0
  36. package/dist/cjs/pos-make-findable_2.cjs.entry.js +142 -0
  37. package/dist/cjs/pos-markdown-document.cjs.entry.js +28867 -0
  38. package/dist/cjs/pos-new-thing-form.cjs.entry.js +63 -0
  39. package/dist/cjs/pos-predicate.cjs.entry.js +29 -0
  40. package/dist/cjs/pos-relations_2.cjs.entry.js +49 -0
  41. package/dist/cjs/pos-select-term.cjs.entry.js +41 -0
  42. package/dist/cjs/pos-subjects.cjs.entry.js +29 -0
  43. package/dist/cjs/pos-tool-attachments.cjs.entry.js +38 -0
  44. package/dist/cjs/pos-tool-select.cjs.entry.js +30 -0
  45. package/dist/cjs/pos-value.cjs.entry.js +22 -0
  46. package/dist/cjs/session-DkRUfe3C.js +287 -0
  47. package/dist/cjs/settings-C4KFmugv.js +29 -0
  48. package/dist/cjs/usePodOS-BnFzjtlx.js +16 -0
  49. package/dist/cjs/useResource-IN7KmaP3.js +16 -0
  50. package/dist/collection/collection-manifest.json +84 -0
  51. package/dist/collection/components/address-book-page/address-book-page.css +142 -0
  52. package/dist/collection/components/address-book-page/address-book-page.js +140 -0
  53. package/dist/collection/components/app.js +8 -0
  54. package/dist/collection/components/contact-details/contact-details.css +75 -0
  55. package/dist/collection/components/contact-details/contact-details.js +84 -0
  56. package/dist/collection/components/contact-details/email-addresses/email-addresses.css +13 -0
  57. package/dist/collection/components/contact-details/email-addresses/email-addresses.js +49 -0
  58. package/dist/collection/components/contact-details/group-details/group-details.js +30 -0
  59. package/dist/collection/components/contact-details/phone-numbers/phone-numbers.css +13 -0
  60. package/dist/collection/components/contact-details/phone-numbers/phone-numbers.js +49 -0
  61. package/dist/collection/components/contact-list/contact-list.css +29 -0
  62. package/dist/collection/components/contact-list/contact-list.js +72 -0
  63. package/dist/collection/components/create-new-contact/create-new-contact.css +29 -0
  64. package/dist/collection/components/create-new-contact/create-new-contact.js +42 -0
  65. package/dist/collection/components/create-new-contact-form/create-new-contact-form.css +47 -0
  66. package/dist/collection/components/create-new-contact-form/create-new-contact-form.js +138 -0
  67. package/dist/collection/components/group-list/group-list.css +40 -0
  68. package/dist/collection/components/group-list/group-list.js +72 -0
  69. package/dist/collection/components/list-address-books/list-address-books.css +32 -0
  70. package/dist/collection/components/list-address-books/list-address-books.js +109 -0
  71. package/dist/collection/components/loading-spinner/loading-spinner.css +21 -0
  72. package/dist/collection/components/loading-spinner/loading-spinner.js +56 -0
  73. package/dist/collection/components/open-address-book/open-address-book.css +33 -0
  74. package/dist/collection/components/open-address-book/open-address-book.js +79 -0
  75. package/dist/collection/components/router/router.js +50 -0
  76. package/dist/collection/components/welcome-page/welcome-page.css +30 -0
  77. package/dist/collection/components/welcome-page/welcome-page.js +18 -0
  78. package/dist/collection/events/PodOsModuleAware.js +3 -0
  79. package/dist/collection/events/useContactsModule.js +13 -0
  80. package/dist/collection/events/usePodOS.js +12 -0
  81. package/dist/collection/global.js +10 -0
  82. package/dist/collection/index.js +1 -0
  83. package/dist/collection/shoelace/assets/icons/0-circle-fill.svg +4 -0
  84. package/dist/collection/shoelace/assets/icons/0-circle.svg +4 -0
  85. package/dist/collection/shoelace/assets/icons/0-square-fill.svg +4 -0
  86. package/dist/collection/shoelace/assets/icons/0-square.svg +4 -0
  87. package/dist/collection/shoelace/assets/icons/1-circle-fill.svg +3 -0
  88. package/dist/collection/shoelace/assets/icons/1-circle.svg +3 -0
  89. package/dist/collection/shoelace/assets/icons/1-square-fill.svg +3 -0
  90. package/dist/collection/shoelace/assets/icons/1-square.svg +4 -0
  91. package/dist/collection/shoelace/assets/icons/123.svg +3 -0
  92. package/dist/collection/shoelace/assets/icons/2-circle-fill.svg +3 -0
  93. package/dist/collection/shoelace/assets/icons/2-circle.svg +3 -0
  94. package/dist/collection/shoelace/assets/icons/2-square-fill.svg +3 -0
  95. package/dist/collection/shoelace/assets/icons/2-square.svg +4 -0
  96. package/dist/collection/shoelace/assets/icons/3-circle-fill.svg +3 -0
  97. package/dist/collection/shoelace/assets/icons/3-circle.svg +4 -0
  98. package/dist/collection/shoelace/assets/icons/3-square-fill.svg +3 -0
  99. package/dist/collection/shoelace/assets/icons/3-square.svg +4 -0
  100. package/dist/collection/shoelace/assets/icons/4-circle-fill.svg +3 -0
  101. package/dist/collection/shoelace/assets/icons/4-circle.svg +4 -0
  102. package/dist/collection/shoelace/assets/icons/4-square-fill.svg +4 -0
  103. package/dist/collection/shoelace/assets/icons/4-square.svg +4 -0
  104. package/dist/collection/shoelace/assets/icons/5-circle-fill.svg +3 -0
  105. package/dist/collection/shoelace/assets/icons/5-circle.svg +3 -0
  106. package/dist/collection/shoelace/assets/icons/5-square-fill.svg +3 -0
  107. package/dist/collection/shoelace/assets/icons/5-square.svg +4 -0
  108. package/dist/collection/shoelace/assets/icons/6-circle-fill.svg +3 -0
  109. package/dist/collection/shoelace/assets/icons/6-circle.svg +3 -0
  110. package/dist/collection/shoelace/assets/icons/6-square-fill.svg +4 -0
  111. package/dist/collection/shoelace/assets/icons/6-square.svg +4 -0
  112. package/dist/collection/shoelace/assets/icons/7-circle-fill.svg +3 -0
  113. package/dist/collection/shoelace/assets/icons/7-circle.svg +3 -0
  114. package/dist/collection/shoelace/assets/icons/7-square-fill.svg +3 -0
  115. package/dist/collection/shoelace/assets/icons/7-square.svg +4 -0
  116. package/dist/collection/shoelace/assets/icons/8-circle-fill.svg +3 -0
  117. package/dist/collection/shoelace/assets/icons/8-circle.svg +3 -0
  118. package/dist/collection/shoelace/assets/icons/8-square-fill.svg +4 -0
  119. package/dist/collection/shoelace/assets/icons/8-square.svg +4 -0
  120. package/dist/collection/shoelace/assets/icons/9-circle-fill.svg +3 -0
  121. package/dist/collection/shoelace/assets/icons/9-circle.svg +3 -0
  122. package/dist/collection/shoelace/assets/icons/9-square-fill.svg +4 -0
  123. package/dist/collection/shoelace/assets/icons/9-square.svg +4 -0
  124. package/dist/collection/shoelace/assets/icons/LICENSE +21 -0
  125. package/dist/collection/shoelace/assets/icons/activity.svg +3 -0
  126. package/dist/collection/shoelace/assets/icons/airplane-engines-fill.svg +3 -0
  127. package/dist/collection/shoelace/assets/icons/airplane-engines.svg +3 -0
  128. package/dist/collection/shoelace/assets/icons/airplane-fill.svg +3 -0
  129. package/dist/collection/shoelace/assets/icons/airplane.svg +3 -0
  130. package/dist/collection/shoelace/assets/icons/alarm-fill.svg +3 -0
  131. package/dist/collection/shoelace/assets/icons/alarm.svg +4 -0
  132. package/dist/collection/shoelace/assets/icons/alexa.svg +3 -0
  133. package/dist/collection/shoelace/assets/icons/align-bottom.svg +4 -0
  134. package/dist/collection/shoelace/assets/icons/align-center.svg +3 -0
  135. package/dist/collection/shoelace/assets/icons/align-end.svg +4 -0
  136. package/dist/collection/shoelace/assets/icons/align-middle.svg +3 -0
  137. package/dist/collection/shoelace/assets/icons/align-start.svg +4 -0
  138. package/dist/collection/shoelace/assets/icons/align-top.svg +4 -0
  139. package/dist/collection/shoelace/assets/icons/alipay.svg +4 -0
  140. package/dist/collection/shoelace/assets/icons/alphabet-uppercase.svg +3 -0
  141. package/dist/collection/shoelace/assets/icons/alphabet.svg +3 -0
  142. package/dist/collection/shoelace/assets/icons/alt.svg +3 -0
  143. package/dist/collection/shoelace/assets/icons/amazon.svg +4 -0
  144. package/dist/collection/shoelace/assets/icons/amd.svg +3 -0
  145. package/dist/collection/shoelace/assets/icons/android.svg +3 -0
  146. package/dist/collection/shoelace/assets/icons/android2.svg +3 -0
  147. package/dist/collection/shoelace/assets/icons/app-indicator.svg +4 -0
  148. package/dist/collection/shoelace/assets/icons/app.svg +3 -0
  149. package/dist/collection/shoelace/assets/icons/apple.svg +4 -0
  150. package/dist/collection/shoelace/assets/icons/archive-fill.svg +3 -0
  151. package/dist/collection/shoelace/assets/icons/archive.svg +3 -0
  152. package/dist/collection/shoelace/assets/icons/arrow-90deg-down.svg +3 -0
  153. package/dist/collection/shoelace/assets/icons/arrow-90deg-left.svg +3 -0
  154. package/dist/collection/shoelace/assets/icons/arrow-90deg-right.svg +3 -0
  155. package/dist/collection/shoelace/assets/icons/arrow-90deg-up.svg +3 -0
  156. package/dist/collection/shoelace/assets/icons/arrow-bar-down.svg +3 -0
  157. package/dist/collection/shoelace/assets/icons/arrow-bar-left.svg +3 -0
  158. package/dist/collection/shoelace/assets/icons/arrow-bar-right.svg +3 -0
  159. package/dist/collection/shoelace/assets/icons/arrow-bar-up.svg +3 -0
  160. package/dist/collection/shoelace/assets/icons/arrow-clockwise.svg +4 -0
  161. package/dist/collection/shoelace/assets/icons/arrow-counterclockwise.svg +4 -0
  162. package/dist/collection/shoelace/assets/icons/arrow-down-circle-fill.svg +3 -0
  163. package/dist/collection/shoelace/assets/icons/arrow-down-circle.svg +3 -0
  164. package/dist/collection/shoelace/assets/icons/arrow-down-left-circle-fill.svg +3 -0
  165. package/dist/collection/shoelace/assets/icons/arrow-down-left-circle.svg +3 -0
  166. package/dist/collection/shoelace/assets/icons/arrow-down-left-square-fill.svg +3 -0
  167. package/dist/collection/shoelace/assets/icons/arrow-down-left-square.svg +3 -0
  168. package/dist/collection/shoelace/assets/icons/arrow-down-left.svg +3 -0
  169. package/dist/collection/shoelace/assets/icons/arrow-down-right-circle-fill.svg +3 -0
  170. package/dist/collection/shoelace/assets/icons/arrow-down-right-circle.svg +3 -0
  171. package/dist/collection/shoelace/assets/icons/arrow-down-right-square-fill.svg +3 -0
  172. package/dist/collection/shoelace/assets/icons/arrow-down-right-square.svg +3 -0
  173. package/dist/collection/shoelace/assets/icons/arrow-down-right.svg +3 -0
  174. package/dist/collection/shoelace/assets/icons/arrow-down-short.svg +3 -0
  175. package/dist/collection/shoelace/assets/icons/arrow-down-square-fill.svg +3 -0
  176. package/dist/collection/shoelace/assets/icons/arrow-down-square.svg +3 -0
  177. package/dist/collection/shoelace/assets/icons/arrow-down-up.svg +3 -0
  178. package/dist/collection/shoelace/assets/icons/arrow-down.svg +3 -0
  179. package/dist/collection/shoelace/assets/icons/arrow-left-circle-fill.svg +3 -0
  180. package/dist/collection/shoelace/assets/icons/arrow-left-circle.svg +3 -0
  181. package/dist/collection/shoelace/assets/icons/arrow-left-right.svg +3 -0
  182. package/dist/collection/shoelace/assets/icons/arrow-left-short.svg +3 -0
  183. package/dist/collection/shoelace/assets/icons/arrow-left-square-fill.svg +3 -0
  184. package/dist/collection/shoelace/assets/icons/arrow-left-square.svg +3 -0
  185. package/dist/collection/shoelace/assets/icons/arrow-left.svg +3 -0
  186. package/dist/collection/shoelace/assets/icons/arrow-repeat.svg +4 -0
  187. package/dist/collection/shoelace/assets/icons/arrow-return-left.svg +3 -0
  188. package/dist/collection/shoelace/assets/icons/arrow-return-right.svg +3 -0
  189. package/dist/collection/shoelace/assets/icons/arrow-right-circle-fill.svg +3 -0
  190. package/dist/collection/shoelace/assets/icons/arrow-right-circle.svg +3 -0
  191. package/dist/collection/shoelace/assets/icons/arrow-right-short.svg +3 -0
  192. package/dist/collection/shoelace/assets/icons/arrow-right-square-fill.svg +3 -0
  193. package/dist/collection/shoelace/assets/icons/arrow-right-square.svg +3 -0
  194. package/dist/collection/shoelace/assets/icons/arrow-right.svg +3 -0
  195. package/dist/collection/shoelace/assets/icons/arrow-through-heart-fill.svg +3 -0
  196. package/dist/collection/shoelace/assets/icons/arrow-through-heart.svg +3 -0
  197. package/dist/collection/shoelace/assets/icons/arrow-up-circle-fill.svg +3 -0
  198. package/dist/collection/shoelace/assets/icons/arrow-up-circle.svg +3 -0
  199. package/dist/collection/shoelace/assets/icons/arrow-up-left-circle-fill.svg +3 -0
  200. package/dist/collection/shoelace/assets/icons/arrow-up-left-circle.svg +3 -0
  201. package/dist/collection/shoelace/assets/icons/arrow-up-left-square-fill.svg +3 -0
  202. package/dist/collection/shoelace/assets/icons/arrow-up-left-square.svg +3 -0
  203. package/dist/collection/shoelace/assets/icons/arrow-up-left.svg +3 -0
  204. package/dist/collection/shoelace/assets/icons/arrow-up-right-circle-fill.svg +3 -0
  205. package/dist/collection/shoelace/assets/icons/arrow-up-right-circle.svg +3 -0
  206. package/dist/collection/shoelace/assets/icons/arrow-up-right-square-fill.svg +3 -0
  207. package/dist/collection/shoelace/assets/icons/arrow-up-right-square.svg +3 -0
  208. package/dist/collection/shoelace/assets/icons/arrow-up-right.svg +3 -0
  209. package/dist/collection/shoelace/assets/icons/arrow-up-short.svg +3 -0
  210. package/dist/collection/shoelace/assets/icons/arrow-up-square-fill.svg +3 -0
  211. package/dist/collection/shoelace/assets/icons/arrow-up-square.svg +3 -0
  212. package/dist/collection/shoelace/assets/icons/arrow-up.svg +3 -0
  213. package/dist/collection/shoelace/assets/icons/arrows-angle-contract.svg +3 -0
  214. package/dist/collection/shoelace/assets/icons/arrows-angle-expand.svg +3 -0
  215. package/dist/collection/shoelace/assets/icons/arrows-collapse-vertical.svg +3 -0
  216. package/dist/collection/shoelace/assets/icons/arrows-collapse.svg +3 -0
  217. package/dist/collection/shoelace/assets/icons/arrows-expand-vertical.svg +3 -0
  218. package/dist/collection/shoelace/assets/icons/arrows-expand.svg +3 -0
  219. package/dist/collection/shoelace/assets/icons/arrows-fullscreen.svg +3 -0
  220. package/dist/collection/shoelace/assets/icons/arrows-move.svg +3 -0
  221. package/dist/collection/shoelace/assets/icons/arrows-vertical.svg +3 -0
  222. package/dist/collection/shoelace/assets/icons/arrows.svg +3 -0
  223. package/dist/collection/shoelace/assets/icons/aspect-ratio-fill.svg +3 -0
  224. package/dist/collection/shoelace/assets/icons/aspect-ratio.svg +4 -0
  225. package/dist/collection/shoelace/assets/icons/asterisk.svg +3 -0
  226. package/dist/collection/shoelace/assets/icons/at.svg +3 -0
  227. package/dist/collection/shoelace/assets/icons/award-fill.svg +4 -0
  228. package/dist/collection/shoelace/assets/icons/award.svg +4 -0
  229. package/dist/collection/shoelace/assets/icons/back.svg +3 -0
  230. package/dist/collection/shoelace/assets/icons/backpack-fill.svg +4 -0
  231. package/dist/collection/shoelace/assets/icons/backpack.svg +4 -0
  232. package/dist/collection/shoelace/assets/icons/backpack2-fill.svg +4 -0
  233. package/dist/collection/shoelace/assets/icons/backpack2.svg +5 -0
  234. package/dist/collection/shoelace/assets/icons/backpack3-fill.svg +4 -0
  235. package/dist/collection/shoelace/assets/icons/backpack3.svg +4 -0
  236. package/dist/collection/shoelace/assets/icons/backpack4-fill.svg +4 -0
  237. package/dist/collection/shoelace/assets/icons/backpack4.svg +4 -0
  238. package/dist/collection/shoelace/assets/icons/backspace-fill.svg +3 -0
  239. package/dist/collection/shoelace/assets/icons/backspace-reverse-fill.svg +3 -0
  240. package/dist/collection/shoelace/assets/icons/backspace-reverse.svg +4 -0
  241. package/dist/collection/shoelace/assets/icons/backspace.svg +4 -0
  242. package/dist/collection/shoelace/assets/icons/badge-3d-fill.svg +4 -0
  243. package/dist/collection/shoelace/assets/icons/badge-3d.svg +4 -0
  244. package/dist/collection/shoelace/assets/icons/badge-4k-fill.svg +4 -0
  245. package/dist/collection/shoelace/assets/icons/badge-4k.svg +4 -0
  246. package/dist/collection/shoelace/assets/icons/badge-8k-fill.svg +4 -0
  247. package/dist/collection/shoelace/assets/icons/badge-8k.svg +4 -0
  248. package/dist/collection/shoelace/assets/icons/badge-ad-fill.svg +4 -0
  249. package/dist/collection/shoelace/assets/icons/badge-ad.svg +4 -0
  250. package/dist/collection/shoelace/assets/icons/badge-ar-fill.svg +4 -0
  251. package/dist/collection/shoelace/assets/icons/badge-ar.svg +4 -0
  252. package/dist/collection/shoelace/assets/icons/badge-cc-fill.svg +3 -0
  253. package/dist/collection/shoelace/assets/icons/badge-cc.svg +4 -0
  254. package/dist/collection/shoelace/assets/icons/badge-hd-fill.svg +4 -0
  255. package/dist/collection/shoelace/assets/icons/badge-hd.svg +4 -0
  256. package/dist/collection/shoelace/assets/icons/badge-sd-fill.svg +4 -0
  257. package/dist/collection/shoelace/assets/icons/badge-sd.svg +3 -0
  258. package/dist/collection/shoelace/assets/icons/badge-tm-fill.svg +3 -0
  259. package/dist/collection/shoelace/assets/icons/badge-tm.svg +4 -0
  260. package/dist/collection/shoelace/assets/icons/badge-vo-fill.svg +4 -0
  261. package/dist/collection/shoelace/assets/icons/badge-vo.svg +4 -0
  262. package/dist/collection/shoelace/assets/icons/badge-vr-fill.svg +4 -0
  263. package/dist/collection/shoelace/assets/icons/badge-vr.svg +4 -0
  264. package/dist/collection/shoelace/assets/icons/badge-wc-fill.svg +3 -0
  265. package/dist/collection/shoelace/assets/icons/badge-wc.svg +4 -0
  266. package/dist/collection/shoelace/assets/icons/bag-check-fill.svg +3 -0
  267. package/dist/collection/shoelace/assets/icons/bag-check.svg +4 -0
  268. package/dist/collection/shoelace/assets/icons/bag-dash-fill.svg +3 -0
  269. package/dist/collection/shoelace/assets/icons/bag-dash.svg +4 -0
  270. package/dist/collection/shoelace/assets/icons/bag-fill.svg +3 -0
  271. package/dist/collection/shoelace/assets/icons/bag-heart-fill.svg +3 -0
  272. package/dist/collection/shoelace/assets/icons/bag-heart.svg +3 -0
  273. package/dist/collection/shoelace/assets/icons/bag-plus-fill.svg +3 -0
  274. package/dist/collection/shoelace/assets/icons/bag-plus.svg +4 -0
  275. package/dist/collection/shoelace/assets/icons/bag-x-fill.svg +3 -0
  276. package/dist/collection/shoelace/assets/icons/bag-x.svg +4 -0
  277. package/dist/collection/shoelace/assets/icons/bag.svg +3 -0
  278. package/dist/collection/shoelace/assets/icons/balloon-fill.svg +3 -0
  279. package/dist/collection/shoelace/assets/icons/balloon-heart-fill.svg +3 -0
  280. package/dist/collection/shoelace/assets/icons/balloon-heart.svg +3 -0
  281. package/dist/collection/shoelace/assets/icons/balloon.svg +3 -0
  282. package/dist/collection/shoelace/assets/icons/ban-fill.svg +3 -0
  283. package/dist/collection/shoelace/assets/icons/ban.svg +3 -0
  284. package/dist/collection/shoelace/assets/icons/bandaid-fill.svg +3 -0
  285. package/dist/collection/shoelace/assets/icons/bandaid.svg +4 -0
  286. package/dist/collection/shoelace/assets/icons/bank.svg +3 -0
  287. package/dist/collection/shoelace/assets/icons/bank2.svg +3 -0
  288. package/dist/collection/shoelace/assets/icons/bar-chart-fill.svg +3 -0
  289. package/dist/collection/shoelace/assets/icons/bar-chart-line-fill.svg +3 -0
  290. package/dist/collection/shoelace/assets/icons/bar-chart-line.svg +3 -0
  291. package/dist/collection/shoelace/assets/icons/bar-chart-steps.svg +3 -0
  292. package/dist/collection/shoelace/assets/icons/bar-chart.svg +3 -0
  293. package/dist/collection/shoelace/assets/icons/basket-fill.svg +3 -0
  294. package/dist/collection/shoelace/assets/icons/basket.svg +3 -0
  295. package/dist/collection/shoelace/assets/icons/basket2-fill.svg +3 -0
  296. package/dist/collection/shoelace/assets/icons/basket2.svg +4 -0
  297. package/dist/collection/shoelace/assets/icons/basket3-fill.svg +3 -0
  298. package/dist/collection/shoelace/assets/icons/basket3.svg +3 -0
  299. package/dist/collection/shoelace/assets/icons/battery-charging.svg +6 -0
  300. package/dist/collection/shoelace/assets/icons/battery-full.svg +4 -0
  301. package/dist/collection/shoelace/assets/icons/battery-half.svg +4 -0
  302. package/dist/collection/shoelace/assets/icons/battery.svg +3 -0
  303. package/dist/collection/shoelace/assets/icons/behance.svg +3 -0
  304. package/dist/collection/shoelace/assets/icons/bell-fill.svg +3 -0
  305. package/dist/collection/shoelace/assets/icons/bell-slash-fill.svg +3 -0
  306. package/dist/collection/shoelace/assets/icons/bell-slash.svg +3 -0
  307. package/dist/collection/shoelace/assets/icons/bell.svg +3 -0
  308. package/dist/collection/shoelace/assets/icons/bezier.svg +4 -0
  309. package/dist/collection/shoelace/assets/icons/bezier2.svg +3 -0
  310. package/dist/collection/shoelace/assets/icons/bicycle.svg +3 -0
  311. package/dist/collection/shoelace/assets/icons/bing.svg +5 -0
  312. package/dist/collection/shoelace/assets/icons/binoculars-fill.svg +3 -0
  313. package/dist/collection/shoelace/assets/icons/binoculars.svg +3 -0
  314. package/dist/collection/shoelace/assets/icons/blockquote-left.svg +3 -0
  315. package/dist/collection/shoelace/assets/icons/blockquote-right.svg +3 -0
  316. package/dist/collection/shoelace/assets/icons/bluetooth.svg +3 -0
  317. package/dist/collection/shoelace/assets/icons/body-text.svg +3 -0
  318. package/dist/collection/shoelace/assets/icons/book-fill.svg +3 -0
  319. package/dist/collection/shoelace/assets/icons/book-half.svg +3 -0
  320. package/dist/collection/shoelace/assets/icons/book.svg +3 -0
  321. package/dist/collection/shoelace/assets/icons/bookmark-check-fill.svg +3 -0
  322. package/dist/collection/shoelace/assets/icons/bookmark-check.svg +4 -0
  323. package/dist/collection/shoelace/assets/icons/bookmark-dash-fill.svg +3 -0
  324. package/dist/collection/shoelace/assets/icons/bookmark-dash.svg +4 -0
  325. package/dist/collection/shoelace/assets/icons/bookmark-fill.svg +3 -0
  326. package/dist/collection/shoelace/assets/icons/bookmark-heart-fill.svg +3 -0
  327. package/dist/collection/shoelace/assets/icons/bookmark-heart.svg +4 -0
  328. package/dist/collection/shoelace/assets/icons/bookmark-plus-fill.svg +3 -0
  329. package/dist/collection/shoelace/assets/icons/bookmark-plus.svg +4 -0
  330. package/dist/collection/shoelace/assets/icons/bookmark-star-fill.svg +3 -0
  331. package/dist/collection/shoelace/assets/icons/bookmark-star.svg +4 -0
  332. package/dist/collection/shoelace/assets/icons/bookmark-x-fill.svg +3 -0
  333. package/dist/collection/shoelace/assets/icons/bookmark-x.svg +4 -0
  334. package/dist/collection/shoelace/assets/icons/bookmark.svg +3 -0
  335. package/dist/collection/shoelace/assets/icons/bookmarks-fill.svg +4 -0
  336. package/dist/collection/shoelace/assets/icons/bookmarks.svg +4 -0
  337. package/dist/collection/shoelace/assets/icons/bookshelf.svg +3 -0
  338. package/dist/collection/shoelace/assets/icons/boombox-fill.svg +4 -0
  339. package/dist/collection/shoelace/assets/icons/boombox.svg +6 -0
  340. package/dist/collection/shoelace/assets/icons/bootstrap-fill.svg +4 -0
  341. package/dist/collection/shoelace/assets/icons/bootstrap-reboot.svg +4 -0
  342. package/dist/collection/shoelace/assets/icons/bootstrap.svg +4 -0
  343. package/dist/collection/shoelace/assets/icons/border-all.svg +3 -0
  344. package/dist/collection/shoelace/assets/icons/border-bottom.svg +3 -0
  345. package/dist/collection/shoelace/assets/icons/border-center.svg +3 -0
  346. package/dist/collection/shoelace/assets/icons/border-inner.svg +5 -0
  347. package/dist/collection/shoelace/assets/icons/border-left.svg +3 -0
  348. package/dist/collection/shoelace/assets/icons/border-middle.svg +3 -0
  349. package/dist/collection/shoelace/assets/icons/border-outer.svg +4 -0
  350. package/dist/collection/shoelace/assets/icons/border-right.svg +3 -0
  351. package/dist/collection/shoelace/assets/icons/border-style.svg +3 -0
  352. package/dist/collection/shoelace/assets/icons/border-top.svg +3 -0
  353. package/dist/collection/shoelace/assets/icons/border-width.svg +3 -0
  354. package/dist/collection/shoelace/assets/icons/border.svg +3 -0
  355. package/dist/collection/shoelace/assets/icons/bounding-box-circles.svg +3 -0
  356. package/dist/collection/shoelace/assets/icons/bounding-box.svg +3 -0
  357. package/dist/collection/shoelace/assets/icons/box-arrow-down-left.svg +4 -0
  358. package/dist/collection/shoelace/assets/icons/box-arrow-down-right.svg +4 -0
  359. package/dist/collection/shoelace/assets/icons/box-arrow-down.svg +4 -0
  360. package/dist/collection/shoelace/assets/icons/box-arrow-in-down-left.svg +4 -0
  361. package/dist/collection/shoelace/assets/icons/box-arrow-in-down-right.svg +4 -0
  362. package/dist/collection/shoelace/assets/icons/box-arrow-in-down.svg +4 -0
  363. package/dist/collection/shoelace/assets/icons/box-arrow-in-left.svg +4 -0
  364. package/dist/collection/shoelace/assets/icons/box-arrow-in-right.svg +4 -0
  365. package/dist/collection/shoelace/assets/icons/box-arrow-in-up-left.svg +4 -0
  366. package/dist/collection/shoelace/assets/icons/box-arrow-in-up-right.svg +4 -0
  367. package/dist/collection/shoelace/assets/icons/box-arrow-in-up.svg +4 -0
  368. package/dist/collection/shoelace/assets/icons/box-arrow-left.svg +4 -0
  369. package/dist/collection/shoelace/assets/icons/box-arrow-right.svg +4 -0
  370. package/dist/collection/shoelace/assets/icons/box-arrow-up-left.svg +4 -0
  371. package/dist/collection/shoelace/assets/icons/box-arrow-up-right.svg +4 -0
  372. package/dist/collection/shoelace/assets/icons/box-arrow-up.svg +4 -0
  373. package/dist/collection/shoelace/assets/icons/box-fill.svg +3 -0
  374. package/dist/collection/shoelace/assets/icons/box-seam-fill.svg +3 -0
  375. package/dist/collection/shoelace/assets/icons/box-seam.svg +3 -0
  376. package/dist/collection/shoelace/assets/icons/box.svg +3 -0
  377. package/dist/collection/shoelace/assets/icons/box2-fill.svg +3 -0
  378. package/dist/collection/shoelace/assets/icons/box2-heart-fill.svg +3 -0
  379. package/dist/collection/shoelace/assets/icons/box2-heart.svg +4 -0
  380. package/dist/collection/shoelace/assets/icons/box2.svg +3 -0
  381. package/dist/collection/shoelace/assets/icons/boxes.svg +3 -0
  382. package/dist/collection/shoelace/assets/icons/braces-asterisk.svg +3 -0
  383. package/dist/collection/shoelace/assets/icons/braces.svg +3 -0
  384. package/dist/collection/shoelace/assets/icons/bricks.svg +3 -0
  385. package/dist/collection/shoelace/assets/icons/briefcase-fill.svg +4 -0
  386. package/dist/collection/shoelace/assets/icons/briefcase.svg +3 -0
  387. package/dist/collection/shoelace/assets/icons/brightness-alt-high-fill.svg +3 -0
  388. package/dist/collection/shoelace/assets/icons/brightness-alt-high.svg +3 -0
  389. package/dist/collection/shoelace/assets/icons/brightness-alt-low-fill.svg +3 -0
  390. package/dist/collection/shoelace/assets/icons/brightness-alt-low.svg +3 -0
  391. package/dist/collection/shoelace/assets/icons/brightness-high-fill.svg +3 -0
  392. package/dist/collection/shoelace/assets/icons/brightness-high.svg +3 -0
  393. package/dist/collection/shoelace/assets/icons/brightness-low-fill.svg +3 -0
  394. package/dist/collection/shoelace/assets/icons/brightness-low.svg +3 -0
  395. package/dist/collection/shoelace/assets/icons/brilliance.svg +3 -0
  396. package/dist/collection/shoelace/assets/icons/broadcast-pin.svg +3 -0
  397. package/dist/collection/shoelace/assets/icons/broadcast.svg +3 -0
  398. package/dist/collection/shoelace/assets/icons/browser-chrome.svg +3 -0
  399. package/dist/collection/shoelace/assets/icons/browser-edge.svg +5 -0
  400. package/dist/collection/shoelace/assets/icons/browser-firefox.svg +3 -0
  401. package/dist/collection/shoelace/assets/icons/browser-safari.svg +3 -0
  402. package/dist/collection/shoelace/assets/icons/brush-fill.svg +3 -0
  403. package/dist/collection/shoelace/assets/icons/brush.svg +3 -0
  404. package/dist/collection/shoelace/assets/icons/bucket-fill.svg +3 -0
  405. package/dist/collection/shoelace/assets/icons/bucket.svg +3 -0
  406. package/dist/collection/shoelace/assets/icons/bug-fill.svg +4 -0
  407. package/dist/collection/shoelace/assets/icons/bug.svg +3 -0
  408. package/dist/collection/shoelace/assets/icons/building-add.svg +5 -0
  409. package/dist/collection/shoelace/assets/icons/building-check.svg +5 -0
  410. package/dist/collection/shoelace/assets/icons/building-dash.svg +5 -0
  411. package/dist/collection/shoelace/assets/icons/building-down.svg +5 -0
  412. package/dist/collection/shoelace/assets/icons/building-exclamation.svg +4 -0
  413. package/dist/collection/shoelace/assets/icons/building-fill-add.svg +4 -0
  414. package/dist/collection/shoelace/assets/icons/building-fill-check.svg +4 -0
  415. package/dist/collection/shoelace/assets/icons/building-fill-dash.svg +4 -0
  416. package/dist/collection/shoelace/assets/icons/building-fill-down.svg +4 -0
  417. package/dist/collection/shoelace/assets/icons/building-fill-exclamation.svg +4 -0
  418. package/dist/collection/shoelace/assets/icons/building-fill-gear.svg +4 -0
  419. package/dist/collection/shoelace/assets/icons/building-fill-lock.svg +4 -0
  420. package/dist/collection/shoelace/assets/icons/building-fill-slash.svg +4 -0
  421. package/dist/collection/shoelace/assets/icons/building-fill-up.svg +4 -0
  422. package/dist/collection/shoelace/assets/icons/building-fill-x.svg +4 -0
  423. package/dist/collection/shoelace/assets/icons/building-fill.svg +3 -0
  424. package/dist/collection/shoelace/assets/icons/building-gear.svg +4 -0
  425. package/dist/collection/shoelace/assets/icons/building-lock.svg +4 -0
  426. package/dist/collection/shoelace/assets/icons/building-slash.svg +5 -0
  427. package/dist/collection/shoelace/assets/icons/building-up.svg +5 -0
  428. package/dist/collection/shoelace/assets/icons/building-x.svg +4 -0
  429. package/dist/collection/shoelace/assets/icons/building.svg +4 -0
  430. package/dist/collection/shoelace/assets/icons/buildings-fill.svg +3 -0
  431. package/dist/collection/shoelace/assets/icons/buildings.svg +4 -0
  432. package/dist/collection/shoelace/assets/icons/bullseye.svg +6 -0
  433. package/dist/collection/shoelace/assets/icons/bus-front-fill.svg +3 -0
  434. package/dist/collection/shoelace/assets/icons/bus-front.svg +4 -0
  435. package/dist/collection/shoelace/assets/icons/c-circle-fill.svg +3 -0
  436. package/dist/collection/shoelace/assets/icons/c-circle.svg +3 -0
  437. package/dist/collection/shoelace/assets/icons/c-square-fill.svg +3 -0
  438. package/dist/collection/shoelace/assets/icons/c-square.svg +4 -0
  439. package/dist/collection/shoelace/assets/icons/cake-fill.svg +3 -0
  440. package/dist/collection/shoelace/assets/icons/cake.svg +3 -0
  441. package/dist/collection/shoelace/assets/icons/cake2-fill.svg +4 -0
  442. package/dist/collection/shoelace/assets/icons/cake2.svg +3 -0
  443. package/dist/collection/shoelace/assets/icons/calculator-fill.svg +3 -0
  444. package/dist/collection/shoelace/assets/icons/calculator.svg +4 -0
  445. package/dist/collection/shoelace/assets/icons/calendar-check-fill.svg +3 -0
  446. package/dist/collection/shoelace/assets/icons/calendar-check.svg +4 -0
  447. package/dist/collection/shoelace/assets/icons/calendar-date-fill.svg +4 -0
  448. package/dist/collection/shoelace/assets/icons/calendar-date.svg +4 -0
  449. package/dist/collection/shoelace/assets/icons/calendar-day-fill.svg +3 -0
  450. package/dist/collection/shoelace/assets/icons/calendar-day.svg +4 -0
  451. package/dist/collection/shoelace/assets/icons/calendar-event-fill.svg +3 -0
  452. package/dist/collection/shoelace/assets/icons/calendar-event.svg +4 -0
  453. package/dist/collection/shoelace/assets/icons/calendar-fill.svg +3 -0
  454. package/dist/collection/shoelace/assets/icons/calendar-heart-fill.svg +3 -0
  455. package/dist/collection/shoelace/assets/icons/calendar-heart.svg +3 -0
  456. package/dist/collection/shoelace/assets/icons/calendar-minus-fill.svg +3 -0
  457. package/dist/collection/shoelace/assets/icons/calendar-minus.svg +4 -0
  458. package/dist/collection/shoelace/assets/icons/calendar-month-fill.svg +4 -0
  459. package/dist/collection/shoelace/assets/icons/calendar-month.svg +4 -0
  460. package/dist/collection/shoelace/assets/icons/calendar-plus-fill.svg +3 -0
  461. package/dist/collection/shoelace/assets/icons/calendar-plus.svg +4 -0
  462. package/dist/collection/shoelace/assets/icons/calendar-range-fill.svg +3 -0
  463. package/dist/collection/shoelace/assets/icons/calendar-range.svg +4 -0
  464. package/dist/collection/shoelace/assets/icons/calendar-week-fill.svg +3 -0
  465. package/dist/collection/shoelace/assets/icons/calendar-week.svg +4 -0
  466. package/dist/collection/shoelace/assets/icons/calendar-x-fill.svg +3 -0
  467. package/dist/collection/shoelace/assets/icons/calendar-x.svg +4 -0
  468. package/dist/collection/shoelace/assets/icons/calendar.svg +3 -0
  469. package/dist/collection/shoelace/assets/icons/calendar2-check-fill.svg +3 -0
  470. package/dist/collection/shoelace/assets/icons/calendar2-check.svg +5 -0
  471. package/dist/collection/shoelace/assets/icons/calendar2-date-fill.svg +4 -0
  472. package/dist/collection/shoelace/assets/icons/calendar2-date.svg +5 -0
  473. package/dist/collection/shoelace/assets/icons/calendar2-day-fill.svg +3 -0
  474. package/dist/collection/shoelace/assets/icons/calendar2-day.svg +5 -0
  475. package/dist/collection/shoelace/assets/icons/calendar2-event-fill.svg +3 -0
  476. package/dist/collection/shoelace/assets/icons/calendar2-event.svg +5 -0
  477. package/dist/collection/shoelace/assets/icons/calendar2-fill.svg +3 -0
  478. package/dist/collection/shoelace/assets/icons/calendar2-heart-fill.svg +3 -0
  479. package/dist/collection/shoelace/assets/icons/calendar2-heart.svg +3 -0
  480. package/dist/collection/shoelace/assets/icons/calendar2-minus-fill.svg +3 -0
  481. package/dist/collection/shoelace/assets/icons/calendar2-minus.svg +5 -0
  482. package/dist/collection/shoelace/assets/icons/calendar2-month-fill.svg +4 -0
  483. package/dist/collection/shoelace/assets/icons/calendar2-month.svg +5 -0
  484. package/dist/collection/shoelace/assets/icons/calendar2-plus-fill.svg +3 -0
  485. package/dist/collection/shoelace/assets/icons/calendar2-plus.svg +4 -0
  486. package/dist/collection/shoelace/assets/icons/calendar2-range-fill.svg +3 -0
  487. package/dist/collection/shoelace/assets/icons/calendar2-range.svg +4 -0
  488. package/dist/collection/shoelace/assets/icons/calendar2-week-fill.svg +3 -0
  489. package/dist/collection/shoelace/assets/icons/calendar2-week.svg +4 -0
  490. package/dist/collection/shoelace/assets/icons/calendar2-x-fill.svg +3 -0
  491. package/dist/collection/shoelace/assets/icons/calendar2-x.svg +5 -0
  492. package/dist/collection/shoelace/assets/icons/calendar2.svg +4 -0
  493. package/dist/collection/shoelace/assets/icons/calendar3-event-fill.svg +3 -0
  494. package/dist/collection/shoelace/assets/icons/calendar3-event.svg +4 -0
  495. package/dist/collection/shoelace/assets/icons/calendar3-fill.svg +3 -0
  496. package/dist/collection/shoelace/assets/icons/calendar3-range-fill.svg +3 -0
  497. package/dist/collection/shoelace/assets/icons/calendar3-range.svg +4 -0
  498. package/dist/collection/shoelace/assets/icons/calendar3-week-fill.svg +3 -0
  499. package/dist/collection/shoelace/assets/icons/calendar3-week.svg +4 -0
  500. package/dist/collection/shoelace/assets/icons/calendar3.svg +4 -0
  501. package/dist/collection/shoelace/assets/icons/calendar4-event.svg +4 -0
  502. package/dist/collection/shoelace/assets/icons/calendar4-range.svg +4 -0
  503. package/dist/collection/shoelace/assets/icons/calendar4-week.svg +4 -0
  504. package/dist/collection/shoelace/assets/icons/calendar4.svg +3 -0
  505. package/dist/collection/shoelace/assets/icons/camera-fill.svg +4 -0
  506. package/dist/collection/shoelace/assets/icons/camera-reels-fill.svg +5 -0
  507. package/dist/collection/shoelace/assets/icons/camera-reels.svg +5 -0
  508. package/dist/collection/shoelace/assets/icons/camera-video-fill.svg +3 -0
  509. package/dist/collection/shoelace/assets/icons/camera-video-off-fill.svg +3 -0
  510. package/dist/collection/shoelace/assets/icons/camera-video-off.svg +3 -0
  511. package/dist/collection/shoelace/assets/icons/camera-video.svg +3 -0
  512. package/dist/collection/shoelace/assets/icons/camera.svg +4 -0
  513. package/dist/collection/shoelace/assets/icons/camera2.svg +4 -0
  514. package/dist/collection/shoelace/assets/icons/capslock-fill.svg +3 -0
  515. package/dist/collection/shoelace/assets/icons/capslock.svg +3 -0
  516. package/dist/collection/shoelace/assets/icons/capsule-pill.svg +3 -0
  517. package/dist/collection/shoelace/assets/icons/capsule.svg +3 -0
  518. package/dist/collection/shoelace/assets/icons/car-front-fill.svg +3 -0
  519. package/dist/collection/shoelace/assets/icons/car-front.svg +4 -0
  520. package/dist/collection/shoelace/assets/icons/card-checklist.svg +4 -0
  521. package/dist/collection/shoelace/assets/icons/card-heading.svg +4 -0
  522. package/dist/collection/shoelace/assets/icons/card-image.svg +4 -0
  523. package/dist/collection/shoelace/assets/icons/card-list.svg +4 -0
  524. package/dist/collection/shoelace/assets/icons/card-text.svg +4 -0
  525. package/dist/collection/shoelace/assets/icons/caret-down-fill.svg +3 -0
  526. package/dist/collection/shoelace/assets/icons/caret-down-square-fill.svg +3 -0
  527. package/dist/collection/shoelace/assets/icons/caret-down-square.svg +4 -0
  528. package/dist/collection/shoelace/assets/icons/caret-down.svg +3 -0
  529. package/dist/collection/shoelace/assets/icons/caret-left-fill.svg +3 -0
  530. package/dist/collection/shoelace/assets/icons/caret-left-square-fill.svg +3 -0
  531. package/dist/collection/shoelace/assets/icons/caret-left-square.svg +4 -0
  532. package/dist/collection/shoelace/assets/icons/caret-left.svg +3 -0
  533. package/dist/collection/shoelace/assets/icons/caret-right-fill.svg +3 -0
  534. package/dist/collection/shoelace/assets/icons/caret-right-square-fill.svg +3 -0
  535. package/dist/collection/shoelace/assets/icons/caret-right-square.svg +4 -0
  536. package/dist/collection/shoelace/assets/icons/caret-right.svg +3 -0
  537. package/dist/collection/shoelace/assets/icons/caret-up-fill.svg +3 -0
  538. package/dist/collection/shoelace/assets/icons/caret-up-square-fill.svg +3 -0
  539. package/dist/collection/shoelace/assets/icons/caret-up-square.svg +4 -0
  540. package/dist/collection/shoelace/assets/icons/caret-up.svg +3 -0
  541. package/dist/collection/shoelace/assets/icons/cart-check-fill.svg +3 -0
  542. package/dist/collection/shoelace/assets/icons/cart-check.svg +4 -0
  543. package/dist/collection/shoelace/assets/icons/cart-dash-fill.svg +3 -0
  544. package/dist/collection/shoelace/assets/icons/cart-dash.svg +4 -0
  545. package/dist/collection/shoelace/assets/icons/cart-fill.svg +3 -0
  546. package/dist/collection/shoelace/assets/icons/cart-plus-fill.svg +3 -0
  547. package/dist/collection/shoelace/assets/icons/cart-plus.svg +4 -0
  548. package/dist/collection/shoelace/assets/icons/cart-x-fill.svg +3 -0
  549. package/dist/collection/shoelace/assets/icons/cart-x.svg +4 -0
  550. package/dist/collection/shoelace/assets/icons/cart.svg +3 -0
  551. package/dist/collection/shoelace/assets/icons/cart2.svg +3 -0
  552. package/dist/collection/shoelace/assets/icons/cart3.svg +3 -0
  553. package/dist/collection/shoelace/assets/icons/cart4.svg +3 -0
  554. package/dist/collection/shoelace/assets/icons/cash-coin.svg +6 -0
  555. package/dist/collection/shoelace/assets/icons/cash-stack.svg +4 -0
  556. package/dist/collection/shoelace/assets/icons/cash.svg +4 -0
  557. package/dist/collection/shoelace/assets/icons/cassette-fill.svg +4 -0
  558. package/dist/collection/shoelace/assets/icons/cassette.svg +4 -0
  559. package/dist/collection/shoelace/assets/icons/cast.svg +4 -0
  560. package/dist/collection/shoelace/assets/icons/cc-circle-fill.svg +3 -0
  561. package/dist/collection/shoelace/assets/icons/cc-circle.svg +3 -0
  562. package/dist/collection/shoelace/assets/icons/cc-square-fill.svg +3 -0
  563. package/dist/collection/shoelace/assets/icons/cc-square.svg +4 -0
  564. package/dist/collection/shoelace/assets/icons/chat-dots-fill.svg +3 -0
  565. package/dist/collection/shoelace/assets/icons/chat-dots.svg +4 -0
  566. package/dist/collection/shoelace/assets/icons/chat-fill.svg +3 -0
  567. package/dist/collection/shoelace/assets/icons/chat-heart-fill.svg +3 -0
  568. package/dist/collection/shoelace/assets/icons/chat-heart.svg +3 -0
  569. package/dist/collection/shoelace/assets/icons/chat-left-dots-fill.svg +3 -0
  570. package/dist/collection/shoelace/assets/icons/chat-left-dots.svg +4 -0
  571. package/dist/collection/shoelace/assets/icons/chat-left-fill.svg +3 -0
  572. package/dist/collection/shoelace/assets/icons/chat-left-heart-fill.svg +3 -0
  573. package/dist/collection/shoelace/assets/icons/chat-left-heart.svg +4 -0
  574. package/dist/collection/shoelace/assets/icons/chat-left-quote-fill.svg +3 -0
  575. package/dist/collection/shoelace/assets/icons/chat-left-quote.svg +4 -0
  576. package/dist/collection/shoelace/assets/icons/chat-left-text-fill.svg +3 -0
  577. package/dist/collection/shoelace/assets/icons/chat-left-text.svg +4 -0
  578. package/dist/collection/shoelace/assets/icons/chat-left.svg +3 -0
  579. package/dist/collection/shoelace/assets/icons/chat-quote-fill.svg +3 -0
  580. package/dist/collection/shoelace/assets/icons/chat-quote.svg +4 -0
  581. package/dist/collection/shoelace/assets/icons/chat-right-dots-fill.svg +3 -0
  582. package/dist/collection/shoelace/assets/icons/chat-right-dots.svg +4 -0
  583. package/dist/collection/shoelace/assets/icons/chat-right-fill.svg +3 -0
  584. package/dist/collection/shoelace/assets/icons/chat-right-heart-fill.svg +3 -0
  585. package/dist/collection/shoelace/assets/icons/chat-right-heart.svg +4 -0
  586. package/dist/collection/shoelace/assets/icons/chat-right-quote-fill.svg +3 -0
  587. package/dist/collection/shoelace/assets/icons/chat-right-quote.svg +4 -0
  588. package/dist/collection/shoelace/assets/icons/chat-right-text-fill.svg +3 -0
  589. package/dist/collection/shoelace/assets/icons/chat-right-text.svg +4 -0
  590. package/dist/collection/shoelace/assets/icons/chat-right.svg +3 -0
  591. package/dist/collection/shoelace/assets/icons/chat-square-dots-fill.svg +3 -0
  592. package/dist/collection/shoelace/assets/icons/chat-square-dots.svg +4 -0
  593. package/dist/collection/shoelace/assets/icons/chat-square-fill.svg +3 -0
  594. package/dist/collection/shoelace/assets/icons/chat-square-heart-fill.svg +3 -0
  595. package/dist/collection/shoelace/assets/icons/chat-square-heart.svg +4 -0
  596. package/dist/collection/shoelace/assets/icons/chat-square-quote-fill.svg +3 -0
  597. package/dist/collection/shoelace/assets/icons/chat-square-quote.svg +4 -0
  598. package/dist/collection/shoelace/assets/icons/chat-square-text-fill.svg +3 -0
  599. package/dist/collection/shoelace/assets/icons/chat-square-text.svg +4 -0
  600. package/dist/collection/shoelace/assets/icons/chat-square.svg +3 -0
  601. package/dist/collection/shoelace/assets/icons/chat-text-fill.svg +3 -0
  602. package/dist/collection/shoelace/assets/icons/chat-text.svg +4 -0
  603. package/dist/collection/shoelace/assets/icons/chat.svg +3 -0
  604. package/dist/collection/shoelace/assets/icons/check-all.svg +3 -0
  605. package/dist/collection/shoelace/assets/icons/check-circle-fill.svg +3 -0
  606. package/dist/collection/shoelace/assets/icons/check-circle.svg +4 -0
  607. package/dist/collection/shoelace/assets/icons/check-lg.svg +3 -0
  608. package/dist/collection/shoelace/assets/icons/check-square-fill.svg +3 -0
  609. package/dist/collection/shoelace/assets/icons/check-square.svg +4 -0
  610. package/dist/collection/shoelace/assets/icons/check.svg +3 -0
  611. package/dist/collection/shoelace/assets/icons/check2-all.svg +4 -0
  612. package/dist/collection/shoelace/assets/icons/check2-circle.svg +4 -0
  613. package/dist/collection/shoelace/assets/icons/check2-square.svg +4 -0
  614. package/dist/collection/shoelace/assets/icons/check2.svg +3 -0
  615. package/dist/collection/shoelace/assets/icons/chevron-bar-contract.svg +3 -0
  616. package/dist/collection/shoelace/assets/icons/chevron-bar-down.svg +3 -0
  617. package/dist/collection/shoelace/assets/icons/chevron-bar-expand.svg +3 -0
  618. package/dist/collection/shoelace/assets/icons/chevron-bar-left.svg +3 -0
  619. package/dist/collection/shoelace/assets/icons/chevron-bar-right.svg +3 -0
  620. package/dist/collection/shoelace/assets/icons/chevron-bar-up.svg +3 -0
  621. package/dist/collection/shoelace/assets/icons/chevron-compact-down.svg +3 -0
  622. package/dist/collection/shoelace/assets/icons/chevron-compact-left.svg +3 -0
  623. package/dist/collection/shoelace/assets/icons/chevron-compact-right.svg +3 -0
  624. package/dist/collection/shoelace/assets/icons/chevron-compact-up.svg +3 -0
  625. package/dist/collection/shoelace/assets/icons/chevron-contract.svg +3 -0
  626. package/dist/collection/shoelace/assets/icons/chevron-double-down.svg +4 -0
  627. package/dist/collection/shoelace/assets/icons/chevron-double-left.svg +4 -0
  628. package/dist/collection/shoelace/assets/icons/chevron-double-right.svg +4 -0
  629. package/dist/collection/shoelace/assets/icons/chevron-double-up.svg +4 -0
  630. package/dist/collection/shoelace/assets/icons/chevron-down.svg +3 -0
  631. package/dist/collection/shoelace/assets/icons/chevron-expand.svg +3 -0
  632. package/dist/collection/shoelace/assets/icons/chevron-left.svg +3 -0
  633. package/dist/collection/shoelace/assets/icons/chevron-right.svg +3 -0
  634. package/dist/collection/shoelace/assets/icons/chevron-up.svg +3 -0
  635. package/dist/collection/shoelace/assets/icons/circle-fill.svg +3 -0
  636. package/dist/collection/shoelace/assets/icons/circle-half.svg +3 -0
  637. package/dist/collection/shoelace/assets/icons/circle-square.svg +4 -0
  638. package/dist/collection/shoelace/assets/icons/circle.svg +3 -0
  639. package/dist/collection/shoelace/assets/icons/clipboard-check-fill.svg +4 -0
  640. package/dist/collection/shoelace/assets/icons/clipboard-check.svg +5 -0
  641. package/dist/collection/shoelace/assets/icons/clipboard-data-fill.svg +4 -0
  642. package/dist/collection/shoelace/assets/icons/clipboard-data.svg +5 -0
  643. package/dist/collection/shoelace/assets/icons/clipboard-fill.svg +3 -0
  644. package/dist/collection/shoelace/assets/icons/clipboard-heart-fill.svg +4 -0
  645. package/dist/collection/shoelace/assets/icons/clipboard-heart.svg +5 -0
  646. package/dist/collection/shoelace/assets/icons/clipboard-minus-fill.svg +4 -0
  647. package/dist/collection/shoelace/assets/icons/clipboard-minus.svg +5 -0
  648. package/dist/collection/shoelace/assets/icons/clipboard-plus-fill.svg +4 -0
  649. package/dist/collection/shoelace/assets/icons/clipboard-plus.svg +5 -0
  650. package/dist/collection/shoelace/assets/icons/clipboard-pulse.svg +3 -0
  651. package/dist/collection/shoelace/assets/icons/clipboard-x-fill.svg +4 -0
  652. package/dist/collection/shoelace/assets/icons/clipboard-x.svg +5 -0
  653. package/dist/collection/shoelace/assets/icons/clipboard.svg +4 -0
  654. package/dist/collection/shoelace/assets/icons/clipboard2-check-fill.svg +4 -0
  655. package/dist/collection/shoelace/assets/icons/clipboard2-check.svg +5 -0
  656. package/dist/collection/shoelace/assets/icons/clipboard2-data-fill.svg +4 -0
  657. package/dist/collection/shoelace/assets/icons/clipboard2-data.svg +5 -0
  658. package/dist/collection/shoelace/assets/icons/clipboard2-fill.svg +4 -0
  659. package/dist/collection/shoelace/assets/icons/clipboard2-heart-fill.svg +4 -0
  660. package/dist/collection/shoelace/assets/icons/clipboard2-heart.svg +5 -0
  661. package/dist/collection/shoelace/assets/icons/clipboard2-minus-fill.svg +4 -0
  662. package/dist/collection/shoelace/assets/icons/clipboard2-minus.svg +5 -0
  663. package/dist/collection/shoelace/assets/icons/clipboard2-plus-fill.svg +4 -0
  664. package/dist/collection/shoelace/assets/icons/clipboard2-plus.svg +5 -0
  665. package/dist/collection/shoelace/assets/icons/clipboard2-pulse-fill.svg +4 -0
  666. package/dist/collection/shoelace/assets/icons/clipboard2-pulse.svg +5 -0
  667. package/dist/collection/shoelace/assets/icons/clipboard2-x-fill.svg +4 -0
  668. package/dist/collection/shoelace/assets/icons/clipboard2-x.svg +5 -0
  669. package/dist/collection/shoelace/assets/icons/clipboard2.svg +4 -0
  670. package/dist/collection/shoelace/assets/icons/clock-fill.svg +3 -0
  671. package/dist/collection/shoelace/assets/icons/clock-history.svg +5 -0
  672. package/dist/collection/shoelace/assets/icons/clock.svg +4 -0
  673. package/dist/collection/shoelace/assets/icons/cloud-arrow-down-fill.svg +3 -0
  674. package/dist/collection/shoelace/assets/icons/cloud-arrow-down.svg +4 -0
  675. package/dist/collection/shoelace/assets/icons/cloud-arrow-up-fill.svg +3 -0
  676. package/dist/collection/shoelace/assets/icons/cloud-arrow-up.svg +4 -0
  677. package/dist/collection/shoelace/assets/icons/cloud-check-fill.svg +3 -0
  678. package/dist/collection/shoelace/assets/icons/cloud-check.svg +4 -0
  679. package/dist/collection/shoelace/assets/icons/cloud-download-fill.svg +3 -0
  680. package/dist/collection/shoelace/assets/icons/cloud-download.svg +4 -0
  681. package/dist/collection/shoelace/assets/icons/cloud-drizzle-fill.svg +3 -0
  682. package/dist/collection/shoelace/assets/icons/cloud-drizzle.svg +3 -0
  683. package/dist/collection/shoelace/assets/icons/cloud-fill.svg +3 -0
  684. package/dist/collection/shoelace/assets/icons/cloud-fog-fill.svg +3 -0
  685. package/dist/collection/shoelace/assets/icons/cloud-fog.svg +3 -0
  686. package/dist/collection/shoelace/assets/icons/cloud-fog2-fill.svg +3 -0
  687. package/dist/collection/shoelace/assets/icons/cloud-fog2.svg +3 -0
  688. package/dist/collection/shoelace/assets/icons/cloud-hail-fill.svg +3 -0
  689. package/dist/collection/shoelace/assets/icons/cloud-hail.svg +3 -0
  690. package/dist/collection/shoelace/assets/icons/cloud-haze-fill.svg +3 -0
  691. package/dist/collection/shoelace/assets/icons/cloud-haze.svg +3 -0
  692. package/dist/collection/shoelace/assets/icons/cloud-haze2-fill.svg +3 -0
  693. package/dist/collection/shoelace/assets/icons/cloud-haze2.svg +3 -0
  694. package/dist/collection/shoelace/assets/icons/cloud-lightning-fill.svg +3 -0
  695. package/dist/collection/shoelace/assets/icons/cloud-lightning-rain-fill.svg +3 -0
  696. package/dist/collection/shoelace/assets/icons/cloud-lightning-rain.svg +3 -0
  697. package/dist/collection/shoelace/assets/icons/cloud-lightning.svg +3 -0
  698. package/dist/collection/shoelace/assets/icons/cloud-minus-fill.svg +3 -0
  699. package/dist/collection/shoelace/assets/icons/cloud-minus.svg +4 -0
  700. package/dist/collection/shoelace/assets/icons/cloud-moon-fill.svg +4 -0
  701. package/dist/collection/shoelace/assets/icons/cloud-moon.svg +4 -0
  702. package/dist/collection/shoelace/assets/icons/cloud-plus-fill.svg +3 -0
  703. package/dist/collection/shoelace/assets/icons/cloud-plus.svg +4 -0
  704. package/dist/collection/shoelace/assets/icons/cloud-rain-fill.svg +3 -0
  705. package/dist/collection/shoelace/assets/icons/cloud-rain-heavy-fill.svg +3 -0
  706. package/dist/collection/shoelace/assets/icons/cloud-rain-heavy.svg +3 -0
  707. package/dist/collection/shoelace/assets/icons/cloud-rain.svg +3 -0
  708. package/dist/collection/shoelace/assets/icons/cloud-slash-fill.svg +3 -0
  709. package/dist/collection/shoelace/assets/icons/cloud-slash.svg +4 -0
  710. package/dist/collection/shoelace/assets/icons/cloud-sleet-fill.svg +3 -0
  711. package/dist/collection/shoelace/assets/icons/cloud-sleet.svg +3 -0
  712. package/dist/collection/shoelace/assets/icons/cloud-snow-fill.svg +3 -0
  713. package/dist/collection/shoelace/assets/icons/cloud-snow.svg +3 -0
  714. package/dist/collection/shoelace/assets/icons/cloud-sun-fill.svg +4 -0
  715. package/dist/collection/shoelace/assets/icons/cloud-sun.svg +4 -0
  716. package/dist/collection/shoelace/assets/icons/cloud-upload-fill.svg +3 -0
  717. package/dist/collection/shoelace/assets/icons/cloud-upload.svg +4 -0
  718. package/dist/collection/shoelace/assets/icons/cloud.svg +3 -0
  719. package/dist/collection/shoelace/assets/icons/clouds-fill.svg +4 -0
  720. package/dist/collection/shoelace/assets/icons/clouds.svg +4 -0
  721. package/dist/collection/shoelace/assets/icons/cloudy-fill.svg +3 -0
  722. package/dist/collection/shoelace/assets/icons/cloudy.svg +3 -0
  723. package/dist/collection/shoelace/assets/icons/code-slash.svg +3 -0
  724. package/dist/collection/shoelace/assets/icons/code-square.svg +4 -0
  725. package/dist/collection/shoelace/assets/icons/code.svg +3 -0
  726. package/dist/collection/shoelace/assets/icons/coin.svg +5 -0
  727. package/dist/collection/shoelace/assets/icons/collection-fill.svg +3 -0
  728. package/dist/collection/shoelace/assets/icons/collection-play-fill.svg +3 -0
  729. package/dist/collection/shoelace/assets/icons/collection-play.svg +4 -0
  730. package/dist/collection/shoelace/assets/icons/collection.svg +3 -0
  731. package/dist/collection/shoelace/assets/icons/columns-gap.svg +3 -0
  732. package/dist/collection/shoelace/assets/icons/columns.svg +3 -0
  733. package/dist/collection/shoelace/assets/icons/command.svg +3 -0
  734. package/dist/collection/shoelace/assets/icons/compass-fill.svg +3 -0
  735. package/dist/collection/shoelace/assets/icons/compass.svg +4 -0
  736. package/dist/collection/shoelace/assets/icons/cone-striped.svg +3 -0
  737. package/dist/collection/shoelace/assets/icons/cone.svg +3 -0
  738. package/dist/collection/shoelace/assets/icons/controller.svg +4 -0
  739. package/dist/collection/shoelace/assets/icons/cookie.svg +4 -0
  740. package/dist/collection/shoelace/assets/icons/copy.svg +3 -0
  741. package/dist/collection/shoelace/assets/icons/cpu-fill.svg +4 -0
  742. package/dist/collection/shoelace/assets/icons/cpu.svg +3 -0
  743. package/dist/collection/shoelace/assets/icons/credit-card-2-back-fill.svg +3 -0
  744. package/dist/collection/shoelace/assets/icons/credit-card-2-back.svg +4 -0
  745. package/dist/collection/shoelace/assets/icons/credit-card-2-front-fill.svg +3 -0
  746. package/dist/collection/shoelace/assets/icons/credit-card-2-front.svg +4 -0
  747. package/dist/collection/shoelace/assets/icons/credit-card-fill.svg +3 -0
  748. package/dist/collection/shoelace/assets/icons/credit-card.svg +4 -0
  749. package/dist/collection/shoelace/assets/icons/crop.svg +3 -0
  750. package/dist/collection/shoelace/assets/icons/crosshair.svg +3 -0
  751. package/dist/collection/shoelace/assets/icons/crosshair2.svg +3 -0
  752. package/dist/collection/shoelace/assets/icons/cup-fill.svg +3 -0
  753. package/dist/collection/shoelace/assets/icons/cup-hot-fill.svg +4 -0
  754. package/dist/collection/shoelace/assets/icons/cup-hot.svg +4 -0
  755. package/dist/collection/shoelace/assets/icons/cup-straw.svg +3 -0
  756. package/dist/collection/shoelace/assets/icons/cup.svg +3 -0
  757. package/dist/collection/shoelace/assets/icons/currency-bitcoin.svg +3 -0
  758. package/dist/collection/shoelace/assets/icons/currency-dollar.svg +3 -0
  759. package/dist/collection/shoelace/assets/icons/currency-euro.svg +3 -0
  760. package/dist/collection/shoelace/assets/icons/currency-exchange.svg +3 -0
  761. package/dist/collection/shoelace/assets/icons/currency-pound.svg +3 -0
  762. package/dist/collection/shoelace/assets/icons/currency-rupee.svg +3 -0
  763. package/dist/collection/shoelace/assets/icons/currency-yen.svg +3 -0
  764. package/dist/collection/shoelace/assets/icons/cursor-fill.svg +3 -0
  765. package/dist/collection/shoelace/assets/icons/cursor-text.svg +3 -0
  766. package/dist/collection/shoelace/assets/icons/cursor.svg +3 -0
  767. package/dist/collection/shoelace/assets/icons/dash-circle-dotted.svg +3 -0
  768. package/dist/collection/shoelace/assets/icons/dash-circle-fill.svg +3 -0
  769. package/dist/collection/shoelace/assets/icons/dash-circle.svg +4 -0
  770. package/dist/collection/shoelace/assets/icons/dash-lg.svg +3 -0
  771. package/dist/collection/shoelace/assets/icons/dash-square-dotted.svg +3 -0
  772. package/dist/collection/shoelace/assets/icons/dash-square-fill.svg +3 -0
  773. package/dist/collection/shoelace/assets/icons/dash-square.svg +4 -0
  774. package/dist/collection/shoelace/assets/icons/dash.svg +3 -0
  775. package/dist/collection/shoelace/assets/icons/database-add.svg +4 -0
  776. package/dist/collection/shoelace/assets/icons/database-check.svg +4 -0
  777. package/dist/collection/shoelace/assets/icons/database-dash.svg +4 -0
  778. package/dist/collection/shoelace/assets/icons/database-down.svg +4 -0
  779. package/dist/collection/shoelace/assets/icons/database-exclamation.svg +4 -0
  780. package/dist/collection/shoelace/assets/icons/database-fill-add.svg +4 -0
  781. package/dist/collection/shoelace/assets/icons/database-fill-check.svg +4 -0
  782. package/dist/collection/shoelace/assets/icons/database-fill-dash.svg +4 -0
  783. package/dist/collection/shoelace/assets/icons/database-fill-down.svg +4 -0
  784. package/dist/collection/shoelace/assets/icons/database-fill-exclamation.svg +5 -0
  785. package/dist/collection/shoelace/assets/icons/database-fill-gear.svg +4 -0
  786. package/dist/collection/shoelace/assets/icons/database-fill-lock.svg +5 -0
  787. package/dist/collection/shoelace/assets/icons/database-fill-slash.svg +4 -0
  788. package/dist/collection/shoelace/assets/icons/database-fill-up.svg +4 -0
  789. package/dist/collection/shoelace/assets/icons/database-fill-x.svg +5 -0
  790. package/dist/collection/shoelace/assets/icons/database-fill.svg +6 -0
  791. package/dist/collection/shoelace/assets/icons/database-gear.svg +4 -0
  792. package/dist/collection/shoelace/assets/icons/database-lock.svg +4 -0
  793. package/dist/collection/shoelace/assets/icons/database-slash.svg +4 -0
  794. package/dist/collection/shoelace/assets/icons/database-up.svg +4 -0
  795. package/dist/collection/shoelace/assets/icons/database-x.svg +4 -0
  796. package/dist/collection/shoelace/assets/icons/database.svg +3 -0
  797. package/dist/collection/shoelace/assets/icons/device-hdd-fill.svg +4 -0
  798. package/dist/collection/shoelace/assets/icons/device-hdd.svg +5 -0
  799. package/dist/collection/shoelace/assets/icons/device-ssd-fill.svg +4 -0
  800. package/dist/collection/shoelace/assets/icons/device-ssd.svg +4 -0
  801. package/dist/collection/shoelace/assets/icons/diagram-2-fill.svg +3 -0
  802. package/dist/collection/shoelace/assets/icons/diagram-2.svg +3 -0
  803. package/dist/collection/shoelace/assets/icons/diagram-3-fill.svg +3 -0
  804. package/dist/collection/shoelace/assets/icons/diagram-3.svg +3 -0
  805. package/dist/collection/shoelace/assets/icons/diamond-fill.svg +3 -0
  806. package/dist/collection/shoelace/assets/icons/diamond-half.svg +3 -0
  807. package/dist/collection/shoelace/assets/icons/diamond.svg +3 -0
  808. package/dist/collection/shoelace/assets/icons/dice-1-fill.svg +3 -0
  809. package/dist/collection/shoelace/assets/icons/dice-1.svg +4 -0
  810. package/dist/collection/shoelace/assets/icons/dice-2-fill.svg +3 -0
  811. package/dist/collection/shoelace/assets/icons/dice-2.svg +4 -0
  812. package/dist/collection/shoelace/assets/icons/dice-3-fill.svg +3 -0
  813. package/dist/collection/shoelace/assets/icons/dice-3.svg +4 -0
  814. package/dist/collection/shoelace/assets/icons/dice-4-fill.svg +3 -0
  815. package/dist/collection/shoelace/assets/icons/dice-4.svg +4 -0
  816. package/dist/collection/shoelace/assets/icons/dice-5-fill.svg +3 -0
  817. package/dist/collection/shoelace/assets/icons/dice-5.svg +4 -0
  818. package/dist/collection/shoelace/assets/icons/dice-6-fill.svg +3 -0
  819. package/dist/collection/shoelace/assets/icons/dice-6.svg +4 -0
  820. package/dist/collection/shoelace/assets/icons/disc-fill.svg +3 -0
  821. package/dist/collection/shoelace/assets/icons/disc.svg +4 -0
  822. package/dist/collection/shoelace/assets/icons/discord.svg +3 -0
  823. package/dist/collection/shoelace/assets/icons/display-fill.svg +3 -0
  824. package/dist/collection/shoelace/assets/icons/display.svg +3 -0
  825. package/dist/collection/shoelace/assets/icons/displayport-fill.svg +3 -0
  826. package/dist/collection/shoelace/assets/icons/displayport.svg +4 -0
  827. package/dist/collection/shoelace/assets/icons/distribute-horizontal.svg +4 -0
  828. package/dist/collection/shoelace/assets/icons/distribute-vertical.svg +4 -0
  829. package/dist/collection/shoelace/assets/icons/door-closed-fill.svg +3 -0
  830. package/dist/collection/shoelace/assets/icons/door-closed.svg +4 -0
  831. package/dist/collection/shoelace/assets/icons/door-open-fill.svg +3 -0
  832. package/dist/collection/shoelace/assets/icons/door-open.svg +4 -0
  833. package/dist/collection/shoelace/assets/icons/dot.svg +3 -0
  834. package/dist/collection/shoelace/assets/icons/download.svg +4 -0
  835. package/dist/collection/shoelace/assets/icons/dpad-fill.svg +3 -0
  836. package/dist/collection/shoelace/assets/icons/dpad.svg +4 -0
  837. package/dist/collection/shoelace/assets/icons/dribbble.svg +3 -0
  838. package/dist/collection/shoelace/assets/icons/dropbox.svg +3 -0
  839. package/dist/collection/shoelace/assets/icons/droplet-fill.svg +3 -0
  840. package/dist/collection/shoelace/assets/icons/droplet-half.svg +4 -0
  841. package/dist/collection/shoelace/assets/icons/droplet.svg +4 -0
  842. package/dist/collection/shoelace/assets/icons/duffle-fill.svg +3 -0
  843. package/dist/collection/shoelace/assets/icons/duffle.svg +4 -0
  844. package/dist/collection/shoelace/assets/icons/ear-fill.svg +3 -0
  845. package/dist/collection/shoelace/assets/icons/ear.svg +3 -0
  846. package/dist/collection/shoelace/assets/icons/earbuds.svg +3 -0
  847. package/dist/collection/shoelace/assets/icons/easel-fill.svg +3 -0
  848. package/dist/collection/shoelace/assets/icons/easel.svg +3 -0
  849. package/dist/collection/shoelace/assets/icons/easel2-fill.svg +4 -0
  850. package/dist/collection/shoelace/assets/icons/easel2.svg +3 -0
  851. package/dist/collection/shoelace/assets/icons/easel3-fill.svg +3 -0
  852. package/dist/collection/shoelace/assets/icons/easel3.svg +3 -0
  853. package/dist/collection/shoelace/assets/icons/egg-fill.svg +3 -0
  854. package/dist/collection/shoelace/assets/icons/egg-fried.svg +4 -0
  855. package/dist/collection/shoelace/assets/icons/egg.svg +3 -0
  856. package/dist/collection/shoelace/assets/icons/eject-fill.svg +3 -0
  857. package/dist/collection/shoelace/assets/icons/eject.svg +3 -0
  858. package/dist/collection/shoelace/assets/icons/emoji-angry-fill.svg +3 -0
  859. package/dist/collection/shoelace/assets/icons/emoji-angry.svg +4 -0
  860. package/dist/collection/shoelace/assets/icons/emoji-astonished-fill.svg +3 -0
  861. package/dist/collection/shoelace/assets/icons/emoji-astonished.svg +4 -0
  862. package/dist/collection/shoelace/assets/icons/emoji-dizzy-fill.svg +3 -0
  863. package/dist/collection/shoelace/assets/icons/emoji-dizzy.svg +4 -0
  864. package/dist/collection/shoelace/assets/icons/emoji-expressionless-fill.svg +3 -0
  865. package/dist/collection/shoelace/assets/icons/emoji-expressionless.svg +4 -0
  866. package/dist/collection/shoelace/assets/icons/emoji-frown-fill.svg +3 -0
  867. package/dist/collection/shoelace/assets/icons/emoji-frown.svg +4 -0
  868. package/dist/collection/shoelace/assets/icons/emoji-grimace-fill.svg +3 -0
  869. package/dist/collection/shoelace/assets/icons/emoji-grimace.svg +4 -0
  870. package/dist/collection/shoelace/assets/icons/emoji-grin-fill.svg +3 -0
  871. package/dist/collection/shoelace/assets/icons/emoji-grin.svg +4 -0
  872. package/dist/collection/shoelace/assets/icons/emoji-heart-eyes-fill.svg +3 -0
  873. package/dist/collection/shoelace/assets/icons/emoji-heart-eyes.svg +4 -0
  874. package/dist/collection/shoelace/assets/icons/emoji-kiss-fill.svg +3 -0
  875. package/dist/collection/shoelace/assets/icons/emoji-kiss.svg +3 -0
  876. package/dist/collection/shoelace/assets/icons/emoji-laughing-fill.svg +3 -0
  877. package/dist/collection/shoelace/assets/icons/emoji-laughing.svg +4 -0
  878. package/dist/collection/shoelace/assets/icons/emoji-neutral-fill.svg +3 -0
  879. package/dist/collection/shoelace/assets/icons/emoji-neutral.svg +4 -0
  880. package/dist/collection/shoelace/assets/icons/emoji-smile-fill.svg +3 -0
  881. package/dist/collection/shoelace/assets/icons/emoji-smile-upside-down-fill.svg +3 -0
  882. package/dist/collection/shoelace/assets/icons/emoji-smile-upside-down.svg +4 -0
  883. package/dist/collection/shoelace/assets/icons/emoji-smile.svg +4 -0
  884. package/dist/collection/shoelace/assets/icons/emoji-sunglasses-fill.svg +3 -0
  885. package/dist/collection/shoelace/assets/icons/emoji-sunglasses.svg +4 -0
  886. package/dist/collection/shoelace/assets/icons/emoji-surprise-fill.svg +3 -0
  887. package/dist/collection/shoelace/assets/icons/emoji-surprise.svg +4 -0
  888. package/dist/collection/shoelace/assets/icons/emoji-tear-fill.svg +3 -0
  889. package/dist/collection/shoelace/assets/icons/emoji-tear.svg +4 -0
  890. package/dist/collection/shoelace/assets/icons/emoji-wink-fill.svg +3 -0
  891. package/dist/collection/shoelace/assets/icons/emoji-wink.svg +4 -0
  892. package/dist/collection/shoelace/assets/icons/envelope-arrow-down-fill.svg +4 -0
  893. package/dist/collection/shoelace/assets/icons/envelope-arrow-down.svg +4 -0
  894. package/dist/collection/shoelace/assets/icons/envelope-arrow-up-fill.svg +4 -0
  895. package/dist/collection/shoelace/assets/icons/envelope-arrow-up.svg +4 -0
  896. package/dist/collection/shoelace/assets/icons/envelope-at-fill.svg +4 -0
  897. package/dist/collection/shoelace/assets/icons/envelope-at.svg +4 -0
  898. package/dist/collection/shoelace/assets/icons/envelope-check-fill.svg +4 -0
  899. package/dist/collection/shoelace/assets/icons/envelope-check.svg +4 -0
  900. package/dist/collection/shoelace/assets/icons/envelope-dash-fill.svg +4 -0
  901. package/dist/collection/shoelace/assets/icons/envelope-dash.svg +4 -0
  902. package/dist/collection/shoelace/assets/icons/envelope-exclamation-fill.svg +4 -0
  903. package/dist/collection/shoelace/assets/icons/envelope-exclamation.svg +4 -0
  904. package/dist/collection/shoelace/assets/icons/envelope-fill.svg +3 -0
  905. package/dist/collection/shoelace/assets/icons/envelope-heart-fill.svg +4 -0
  906. package/dist/collection/shoelace/assets/icons/envelope-heart.svg +3 -0
  907. package/dist/collection/shoelace/assets/icons/envelope-open-fill.svg +3 -0
  908. package/dist/collection/shoelace/assets/icons/envelope-open-heart-fill.svg +4 -0
  909. package/dist/collection/shoelace/assets/icons/envelope-open-heart.svg +3 -0
  910. package/dist/collection/shoelace/assets/icons/envelope-open.svg +3 -0
  911. package/dist/collection/shoelace/assets/icons/envelope-paper-fill.svg +3 -0
  912. package/dist/collection/shoelace/assets/icons/envelope-paper-heart-fill.svg +3 -0
  913. package/dist/collection/shoelace/assets/icons/envelope-paper-heart.svg +3 -0
  914. package/dist/collection/shoelace/assets/icons/envelope-paper.svg +3 -0
  915. package/dist/collection/shoelace/assets/icons/envelope-plus-fill.svg +4 -0
  916. package/dist/collection/shoelace/assets/icons/envelope-plus.svg +4 -0
  917. package/dist/collection/shoelace/assets/icons/envelope-slash-fill.svg +4 -0
  918. package/dist/collection/shoelace/assets/icons/envelope-slash.svg +4 -0
  919. package/dist/collection/shoelace/assets/icons/envelope-x-fill.svg +4 -0
  920. package/dist/collection/shoelace/assets/icons/envelope-x.svg +4 -0
  921. package/dist/collection/shoelace/assets/icons/envelope.svg +3 -0
  922. package/dist/collection/shoelace/assets/icons/eraser-fill.svg +3 -0
  923. package/dist/collection/shoelace/assets/icons/eraser.svg +3 -0
  924. package/dist/collection/shoelace/assets/icons/escape.svg +4 -0
  925. package/dist/collection/shoelace/assets/icons/ethernet.svg +4 -0
  926. package/dist/collection/shoelace/assets/icons/ev-front-fill.svg +3 -0
  927. package/dist/collection/shoelace/assets/icons/ev-front.svg +4 -0
  928. package/dist/collection/shoelace/assets/icons/ev-station-fill.svg +3 -0
  929. package/dist/collection/shoelace/assets/icons/ev-station.svg +4 -0
  930. package/dist/collection/shoelace/assets/icons/exclamation-circle-fill.svg +3 -0
  931. package/dist/collection/shoelace/assets/icons/exclamation-circle.svg +4 -0
  932. package/dist/collection/shoelace/assets/icons/exclamation-diamond-fill.svg +3 -0
  933. package/dist/collection/shoelace/assets/icons/exclamation-diamond.svg +4 -0
  934. package/dist/collection/shoelace/assets/icons/exclamation-lg.svg +3 -0
  935. package/dist/collection/shoelace/assets/icons/exclamation-octagon-fill.svg +3 -0
  936. package/dist/collection/shoelace/assets/icons/exclamation-octagon.svg +4 -0
  937. package/dist/collection/shoelace/assets/icons/exclamation-square-fill.svg +3 -0
  938. package/dist/collection/shoelace/assets/icons/exclamation-square.svg +4 -0
  939. package/dist/collection/shoelace/assets/icons/exclamation-triangle-fill.svg +3 -0
  940. package/dist/collection/shoelace/assets/icons/exclamation-triangle.svg +4 -0
  941. package/dist/collection/shoelace/assets/icons/exclamation.svg +3 -0
  942. package/dist/collection/shoelace/assets/icons/exclude.svg +3 -0
  943. package/dist/collection/shoelace/assets/icons/explicit-fill.svg +3 -0
  944. package/dist/collection/shoelace/assets/icons/explicit.svg +4 -0
  945. package/dist/collection/shoelace/assets/icons/exposure.svg +4 -0
  946. package/dist/collection/shoelace/assets/icons/eye-fill.svg +4 -0
  947. package/dist/collection/shoelace/assets/icons/eye-slash-fill.svg +4 -0
  948. package/dist/collection/shoelace/assets/icons/eye-slash.svg +5 -0
  949. package/dist/collection/shoelace/assets/icons/eye.svg +4 -0
  950. package/dist/collection/shoelace/assets/icons/eyedropper.svg +3 -0
  951. package/dist/collection/shoelace/assets/icons/eyeglasses.svg +3 -0
  952. package/dist/collection/shoelace/assets/icons/facebook.svg +3 -0
  953. package/dist/collection/shoelace/assets/icons/fan.svg +4 -0
  954. package/dist/collection/shoelace/assets/icons/fast-forward-btn-fill.svg +3 -0
  955. package/dist/collection/shoelace/assets/icons/fast-forward-btn.svg +4 -0
  956. package/dist/collection/shoelace/assets/icons/fast-forward-circle-fill.svg +3 -0
  957. package/dist/collection/shoelace/assets/icons/fast-forward-circle.svg +4 -0
  958. package/dist/collection/shoelace/assets/icons/fast-forward-fill.svg +4 -0
  959. package/dist/collection/shoelace/assets/icons/fast-forward.svg +4 -0
  960. package/dist/collection/shoelace/assets/icons/feather.svg +3 -0
  961. package/dist/collection/shoelace/assets/icons/feather2.svg +3 -0
  962. package/dist/collection/shoelace/assets/icons/file-arrow-down-fill.svg +3 -0
  963. package/dist/collection/shoelace/assets/icons/file-arrow-down.svg +4 -0
  964. package/dist/collection/shoelace/assets/icons/file-arrow-up-fill.svg +3 -0
  965. package/dist/collection/shoelace/assets/icons/file-arrow-up.svg +4 -0
  966. package/dist/collection/shoelace/assets/icons/file-bar-graph-fill.svg +3 -0
  967. package/dist/collection/shoelace/assets/icons/file-bar-graph.svg +4 -0
  968. package/dist/collection/shoelace/assets/icons/file-binary-fill.svg +4 -0
  969. package/dist/collection/shoelace/assets/icons/file-binary.svg +4 -0
  970. package/dist/collection/shoelace/assets/icons/file-break-fill.svg +3 -0
  971. package/dist/collection/shoelace/assets/icons/file-break.svg +3 -0
  972. package/dist/collection/shoelace/assets/icons/file-check-fill.svg +3 -0
  973. package/dist/collection/shoelace/assets/icons/file-check.svg +4 -0
  974. package/dist/collection/shoelace/assets/icons/file-code-fill.svg +3 -0
  975. package/dist/collection/shoelace/assets/icons/file-code.svg +4 -0
  976. package/dist/collection/shoelace/assets/icons/file-diff-fill.svg +3 -0
  977. package/dist/collection/shoelace/assets/icons/file-diff.svg +4 -0
  978. package/dist/collection/shoelace/assets/icons/file-earmark-arrow-down-fill.svg +3 -0
  979. package/dist/collection/shoelace/assets/icons/file-earmark-arrow-down.svg +4 -0
  980. package/dist/collection/shoelace/assets/icons/file-earmark-arrow-up-fill.svg +3 -0
  981. package/dist/collection/shoelace/assets/icons/file-earmark-arrow-up.svg +4 -0
  982. package/dist/collection/shoelace/assets/icons/file-earmark-bar-graph-fill.svg +3 -0
  983. package/dist/collection/shoelace/assets/icons/file-earmark-bar-graph.svg +4 -0
  984. package/dist/collection/shoelace/assets/icons/file-earmark-binary-fill.svg +4 -0
  985. package/dist/collection/shoelace/assets/icons/file-earmark-binary.svg +4 -0
  986. package/dist/collection/shoelace/assets/icons/file-earmark-break-fill.svg +3 -0
  987. package/dist/collection/shoelace/assets/icons/file-earmark-break.svg +3 -0
  988. package/dist/collection/shoelace/assets/icons/file-earmark-check-fill.svg +3 -0
  989. package/dist/collection/shoelace/assets/icons/file-earmark-check.svg +4 -0
  990. package/dist/collection/shoelace/assets/icons/file-earmark-code-fill.svg +3 -0
  991. package/dist/collection/shoelace/assets/icons/file-earmark-code.svg +4 -0
  992. package/dist/collection/shoelace/assets/icons/file-earmark-diff-fill.svg +3 -0
  993. package/dist/collection/shoelace/assets/icons/file-earmark-diff.svg +4 -0
  994. package/dist/collection/shoelace/assets/icons/file-earmark-easel-fill.svg +4 -0
  995. package/dist/collection/shoelace/assets/icons/file-earmark-easel.svg +4 -0
  996. package/dist/collection/shoelace/assets/icons/file-earmark-excel-fill.svg +3 -0
  997. package/dist/collection/shoelace/assets/icons/file-earmark-excel.svg +4 -0
  998. package/dist/collection/shoelace/assets/icons/file-earmark-fill.svg +3 -0
  999. package/dist/collection/shoelace/assets/icons/file-earmark-font-fill.svg +3 -0
  1000. package/dist/collection/shoelace/assets/icons/file-earmark-font.svg +4 -0
  1001. package/dist/collection/shoelace/assets/icons/file-earmark-image-fill.svg +4 -0
  1002. package/dist/collection/shoelace/assets/icons/file-earmark-image.svg +4 -0
  1003. package/dist/collection/shoelace/assets/icons/file-earmark-lock-fill.svg +4 -0
  1004. package/dist/collection/shoelace/assets/icons/file-earmark-lock.svg +4 -0
  1005. package/dist/collection/shoelace/assets/icons/file-earmark-lock2-fill.svg +4 -0
  1006. package/dist/collection/shoelace/assets/icons/file-earmark-lock2.svg +4 -0
  1007. package/dist/collection/shoelace/assets/icons/file-earmark-medical-fill.svg +3 -0
  1008. package/dist/collection/shoelace/assets/icons/file-earmark-medical.svg +4 -0
  1009. package/dist/collection/shoelace/assets/icons/file-earmark-minus-fill.svg +3 -0
  1010. package/dist/collection/shoelace/assets/icons/file-earmark-minus.svg +4 -0
  1011. package/dist/collection/shoelace/assets/icons/file-earmark-music-fill.svg +3 -0
  1012. package/dist/collection/shoelace/assets/icons/file-earmark-music.svg +4 -0
  1013. package/dist/collection/shoelace/assets/icons/file-earmark-pdf-fill.svg +4 -0
  1014. package/dist/collection/shoelace/assets/icons/file-earmark-pdf.svg +4 -0
  1015. package/dist/collection/shoelace/assets/icons/file-earmark-person-fill.svg +3 -0
  1016. package/dist/collection/shoelace/assets/icons/file-earmark-person.svg +4 -0
  1017. package/dist/collection/shoelace/assets/icons/file-earmark-play-fill.svg +3 -0
  1018. package/dist/collection/shoelace/assets/icons/file-earmark-play.svg +4 -0
  1019. package/dist/collection/shoelace/assets/icons/file-earmark-plus-fill.svg +3 -0
  1020. package/dist/collection/shoelace/assets/icons/file-earmark-plus.svg +4 -0
  1021. package/dist/collection/shoelace/assets/icons/file-earmark-post-fill.svg +3 -0
  1022. package/dist/collection/shoelace/assets/icons/file-earmark-post.svg +4 -0
  1023. package/dist/collection/shoelace/assets/icons/file-earmark-ppt-fill.svg +4 -0
  1024. package/dist/collection/shoelace/assets/icons/file-earmark-ppt.svg +4 -0
  1025. package/dist/collection/shoelace/assets/icons/file-earmark-richtext-fill.svg +3 -0
  1026. package/dist/collection/shoelace/assets/icons/file-earmark-richtext.svg +4 -0
  1027. package/dist/collection/shoelace/assets/icons/file-earmark-ruled-fill.svg +3 -0
  1028. package/dist/collection/shoelace/assets/icons/file-earmark-ruled.svg +3 -0
  1029. package/dist/collection/shoelace/assets/icons/file-earmark-slides-fill.svg +4 -0
  1030. package/dist/collection/shoelace/assets/icons/file-earmark-slides.svg +4 -0
  1031. package/dist/collection/shoelace/assets/icons/file-earmark-spreadsheet-fill.svg +4 -0
  1032. package/dist/collection/shoelace/assets/icons/file-earmark-spreadsheet.svg +3 -0
  1033. package/dist/collection/shoelace/assets/icons/file-earmark-text-fill.svg +3 -0
  1034. package/dist/collection/shoelace/assets/icons/file-earmark-text.svg +4 -0
  1035. package/dist/collection/shoelace/assets/icons/file-earmark-word-fill.svg +3 -0
  1036. package/dist/collection/shoelace/assets/icons/file-earmark-word.svg +4 -0
  1037. package/dist/collection/shoelace/assets/icons/file-earmark-x-fill.svg +3 -0
  1038. package/dist/collection/shoelace/assets/icons/file-earmark-x.svg +4 -0
  1039. package/dist/collection/shoelace/assets/icons/file-earmark-zip-fill.svg +4 -0
  1040. package/dist/collection/shoelace/assets/icons/file-earmark-zip.svg +4 -0
  1041. package/dist/collection/shoelace/assets/icons/file-earmark.svg +3 -0
  1042. package/dist/collection/shoelace/assets/icons/file-easel-fill.svg +4 -0
  1043. package/dist/collection/shoelace/assets/icons/file-easel.svg +4 -0
  1044. package/dist/collection/shoelace/assets/icons/file-excel-fill.svg +3 -0
  1045. package/dist/collection/shoelace/assets/icons/file-excel.svg +4 -0
  1046. package/dist/collection/shoelace/assets/icons/file-fill.svg +3 -0
  1047. package/dist/collection/shoelace/assets/icons/file-font-fill.svg +3 -0
  1048. package/dist/collection/shoelace/assets/icons/file-font.svg +4 -0
  1049. package/dist/collection/shoelace/assets/icons/file-image-fill.svg +4 -0
  1050. package/dist/collection/shoelace/assets/icons/file-image.svg +4 -0
  1051. package/dist/collection/shoelace/assets/icons/file-lock-fill.svg +4 -0
  1052. package/dist/collection/shoelace/assets/icons/file-lock.svg +4 -0
  1053. package/dist/collection/shoelace/assets/icons/file-lock2-fill.svg +4 -0
  1054. package/dist/collection/shoelace/assets/icons/file-lock2.svg +4 -0
  1055. package/dist/collection/shoelace/assets/icons/file-medical-fill.svg +3 -0
  1056. package/dist/collection/shoelace/assets/icons/file-medical.svg +4 -0
  1057. package/dist/collection/shoelace/assets/icons/file-minus-fill.svg +3 -0
  1058. package/dist/collection/shoelace/assets/icons/file-minus.svg +4 -0
  1059. package/dist/collection/shoelace/assets/icons/file-music-fill.svg +3 -0
  1060. package/dist/collection/shoelace/assets/icons/file-music.svg +4 -0
  1061. package/dist/collection/shoelace/assets/icons/file-pdf-fill.svg +4 -0
  1062. package/dist/collection/shoelace/assets/icons/file-pdf.svg +4 -0
  1063. package/dist/collection/shoelace/assets/icons/file-person-fill.svg +3 -0
  1064. package/dist/collection/shoelace/assets/icons/file-person.svg +4 -0
  1065. package/dist/collection/shoelace/assets/icons/file-play-fill.svg +3 -0
  1066. package/dist/collection/shoelace/assets/icons/file-play.svg +4 -0
  1067. package/dist/collection/shoelace/assets/icons/file-plus-fill.svg +3 -0
  1068. package/dist/collection/shoelace/assets/icons/file-plus.svg +4 -0
  1069. package/dist/collection/shoelace/assets/icons/file-post-fill.svg +3 -0
  1070. package/dist/collection/shoelace/assets/icons/file-post.svg +4 -0
  1071. package/dist/collection/shoelace/assets/icons/file-ppt-fill.svg +4 -0
  1072. package/dist/collection/shoelace/assets/icons/file-ppt.svg +4 -0
  1073. package/dist/collection/shoelace/assets/icons/file-richtext-fill.svg +3 -0
  1074. package/dist/collection/shoelace/assets/icons/file-richtext.svg +4 -0
  1075. package/dist/collection/shoelace/assets/icons/file-ruled-fill.svg +3 -0
  1076. package/dist/collection/shoelace/assets/icons/file-ruled.svg +3 -0
  1077. package/dist/collection/shoelace/assets/icons/file-slides-fill.svg +4 -0
  1078. package/dist/collection/shoelace/assets/icons/file-slides.svg +4 -0
  1079. package/dist/collection/shoelace/assets/icons/file-spreadsheet-fill.svg +3 -0
  1080. package/dist/collection/shoelace/assets/icons/file-spreadsheet.svg +3 -0
  1081. package/dist/collection/shoelace/assets/icons/file-text-fill.svg +3 -0
  1082. package/dist/collection/shoelace/assets/icons/file-text.svg +4 -0
  1083. package/dist/collection/shoelace/assets/icons/file-word-fill.svg +3 -0
  1084. package/dist/collection/shoelace/assets/icons/file-word.svg +4 -0
  1085. package/dist/collection/shoelace/assets/icons/file-x-fill.svg +3 -0
  1086. package/dist/collection/shoelace/assets/icons/file-x.svg +4 -0
  1087. package/dist/collection/shoelace/assets/icons/file-zip-fill.svg +4 -0
  1088. package/dist/collection/shoelace/assets/icons/file-zip.svg +4 -0
  1089. package/dist/collection/shoelace/assets/icons/file.svg +3 -0
  1090. package/dist/collection/shoelace/assets/icons/files-alt.svg +3 -0
  1091. package/dist/collection/shoelace/assets/icons/files.svg +3 -0
  1092. package/dist/collection/shoelace/assets/icons/filetype-aac.svg +3 -0
  1093. package/dist/collection/shoelace/assets/icons/filetype-ai.svg +3 -0
  1094. package/dist/collection/shoelace/assets/icons/filetype-bmp.svg +3 -0
  1095. package/dist/collection/shoelace/assets/icons/filetype-cs.svg +3 -0
  1096. package/dist/collection/shoelace/assets/icons/filetype-css.svg +3 -0
  1097. package/dist/collection/shoelace/assets/icons/filetype-csv.svg +3 -0
  1098. package/dist/collection/shoelace/assets/icons/filetype-doc.svg +3 -0
  1099. package/dist/collection/shoelace/assets/icons/filetype-docx.svg +3 -0
  1100. package/dist/collection/shoelace/assets/icons/filetype-exe.svg +3 -0
  1101. package/dist/collection/shoelace/assets/icons/filetype-gif.svg +3 -0
  1102. package/dist/collection/shoelace/assets/icons/filetype-heic.svg +3 -0
  1103. package/dist/collection/shoelace/assets/icons/filetype-html.svg +3 -0
  1104. package/dist/collection/shoelace/assets/icons/filetype-java.svg +3 -0
  1105. package/dist/collection/shoelace/assets/icons/filetype-jpg.svg +3 -0
  1106. package/dist/collection/shoelace/assets/icons/filetype-js.svg +3 -0
  1107. package/dist/collection/shoelace/assets/icons/filetype-json.svg +3 -0
  1108. package/dist/collection/shoelace/assets/icons/filetype-jsx.svg +3 -0
  1109. package/dist/collection/shoelace/assets/icons/filetype-key.svg +3 -0
  1110. package/dist/collection/shoelace/assets/icons/filetype-m4p.svg +3 -0
  1111. package/dist/collection/shoelace/assets/icons/filetype-md.svg +3 -0
  1112. package/dist/collection/shoelace/assets/icons/filetype-mdx.svg +3 -0
  1113. package/dist/collection/shoelace/assets/icons/filetype-mov.svg +3 -0
  1114. package/dist/collection/shoelace/assets/icons/filetype-mp3.svg +3 -0
  1115. package/dist/collection/shoelace/assets/icons/filetype-mp4.svg +3 -0
  1116. package/dist/collection/shoelace/assets/icons/filetype-otf.svg +3 -0
  1117. package/dist/collection/shoelace/assets/icons/filetype-pdf.svg +3 -0
  1118. package/dist/collection/shoelace/assets/icons/filetype-php.svg +3 -0
  1119. package/dist/collection/shoelace/assets/icons/filetype-png.svg +3 -0
  1120. package/dist/collection/shoelace/assets/icons/filetype-ppt.svg +3 -0
  1121. package/dist/collection/shoelace/assets/icons/filetype-pptx.svg +3 -0
  1122. package/dist/collection/shoelace/assets/icons/filetype-psd.svg +3 -0
  1123. package/dist/collection/shoelace/assets/icons/filetype-py.svg +3 -0
  1124. package/dist/collection/shoelace/assets/icons/filetype-raw.svg +3 -0
  1125. package/dist/collection/shoelace/assets/icons/filetype-rb.svg +3 -0
  1126. package/dist/collection/shoelace/assets/icons/filetype-sass.svg +3 -0
  1127. package/dist/collection/shoelace/assets/icons/filetype-scss.svg +3 -0
  1128. package/dist/collection/shoelace/assets/icons/filetype-sh.svg +3 -0
  1129. package/dist/collection/shoelace/assets/icons/filetype-sql.svg +3 -0
  1130. package/dist/collection/shoelace/assets/icons/filetype-svg.svg +3 -0
  1131. package/dist/collection/shoelace/assets/icons/filetype-tiff.svg +3 -0
  1132. package/dist/collection/shoelace/assets/icons/filetype-tsx.svg +3 -0
  1133. package/dist/collection/shoelace/assets/icons/filetype-ttf.svg +3 -0
  1134. package/dist/collection/shoelace/assets/icons/filetype-txt.svg +3 -0
  1135. package/dist/collection/shoelace/assets/icons/filetype-wav.svg +3 -0
  1136. package/dist/collection/shoelace/assets/icons/filetype-woff.svg +3 -0
  1137. package/dist/collection/shoelace/assets/icons/filetype-xls.svg +3 -0
  1138. package/dist/collection/shoelace/assets/icons/filetype-xlsx.svg +3 -0
  1139. package/dist/collection/shoelace/assets/icons/filetype-xml.svg +3 -0
  1140. package/dist/collection/shoelace/assets/icons/filetype-yml.svg +3 -0
  1141. package/dist/collection/shoelace/assets/icons/film.svg +3 -0
  1142. package/dist/collection/shoelace/assets/icons/filter-circle-fill.svg +3 -0
  1143. package/dist/collection/shoelace/assets/icons/filter-circle.svg +4 -0
  1144. package/dist/collection/shoelace/assets/icons/filter-left.svg +3 -0
  1145. package/dist/collection/shoelace/assets/icons/filter-right.svg +3 -0
  1146. package/dist/collection/shoelace/assets/icons/filter-square-fill.svg +3 -0
  1147. package/dist/collection/shoelace/assets/icons/filter-square.svg +4 -0
  1148. package/dist/collection/shoelace/assets/icons/filter.svg +3 -0
  1149. package/dist/collection/shoelace/assets/icons/fingerprint.svg +7 -0
  1150. package/dist/collection/shoelace/assets/icons/fire.svg +3 -0
  1151. package/dist/collection/shoelace/assets/icons/flag-fill.svg +3 -0
  1152. package/dist/collection/shoelace/assets/icons/flag.svg +3 -0
  1153. package/dist/collection/shoelace/assets/icons/floppy-fill.svg +4 -0
  1154. package/dist/collection/shoelace/assets/icons/floppy.svg +4 -0
  1155. package/dist/collection/shoelace/assets/icons/floppy2-fill.svg +4 -0
  1156. package/dist/collection/shoelace/assets/icons/floppy2.svg +3 -0
  1157. package/dist/collection/shoelace/assets/icons/flower1.svg +3 -0
  1158. package/dist/collection/shoelace/assets/icons/flower2.svg +3 -0
  1159. package/dist/collection/shoelace/assets/icons/flower3.svg +3 -0
  1160. package/dist/collection/shoelace/assets/icons/folder-check.svg +4 -0
  1161. package/dist/collection/shoelace/assets/icons/folder-fill.svg +3 -0
  1162. package/dist/collection/shoelace/assets/icons/folder-minus.svg +4 -0
  1163. package/dist/collection/shoelace/assets/icons/folder-plus.svg +4 -0
  1164. package/dist/collection/shoelace/assets/icons/folder-symlink-fill.svg +3 -0
  1165. package/dist/collection/shoelace/assets/icons/folder-symlink.svg +4 -0
  1166. package/dist/collection/shoelace/assets/icons/folder-x.svg +4 -0
  1167. package/dist/collection/shoelace/assets/icons/folder.svg +3 -0
  1168. package/dist/collection/shoelace/assets/icons/folder2-open.svg +3 -0
  1169. package/dist/collection/shoelace/assets/icons/folder2.svg +3 -0
  1170. package/dist/collection/shoelace/assets/icons/fonts.svg +3 -0
  1171. package/dist/collection/shoelace/assets/icons/forward-fill.svg +3 -0
  1172. package/dist/collection/shoelace/assets/icons/forward.svg +3 -0
  1173. package/dist/collection/shoelace/assets/icons/front.svg +3 -0
  1174. package/dist/collection/shoelace/assets/icons/fuel-pump-diesel-fill.svg +4 -0
  1175. package/dist/collection/shoelace/assets/icons/fuel-pump-diesel.svg +4 -0
  1176. package/dist/collection/shoelace/assets/icons/fuel-pump-fill.svg +3 -0
  1177. package/dist/collection/shoelace/assets/icons/fuel-pump.svg +4 -0
  1178. package/dist/collection/shoelace/assets/icons/fullscreen-exit.svg +3 -0
  1179. package/dist/collection/shoelace/assets/icons/fullscreen.svg +3 -0
  1180. package/dist/collection/shoelace/assets/icons/funnel-fill.svg +3 -0
  1181. package/dist/collection/shoelace/assets/icons/funnel.svg +3 -0
  1182. package/dist/collection/shoelace/assets/icons/gear-fill.svg +3 -0
  1183. package/dist/collection/shoelace/assets/icons/gear-wide-connected.svg +3 -0
  1184. package/dist/collection/shoelace/assets/icons/gear-wide.svg +3 -0
  1185. package/dist/collection/shoelace/assets/icons/gear.svg +4 -0
  1186. package/dist/collection/shoelace/assets/icons/gem.svg +3 -0
  1187. package/dist/collection/shoelace/assets/icons/gender-ambiguous.svg +3 -0
  1188. package/dist/collection/shoelace/assets/icons/gender-female.svg +3 -0
  1189. package/dist/collection/shoelace/assets/icons/gender-male.svg +3 -0
  1190. package/dist/collection/shoelace/assets/icons/gender-neuter.svg +3 -0
  1191. package/dist/collection/shoelace/assets/icons/gender-trans.svg +3 -0
  1192. package/dist/collection/shoelace/assets/icons/geo-alt-fill.svg +3 -0
  1193. package/dist/collection/shoelace/assets/icons/geo-alt.svg +4 -0
  1194. package/dist/collection/shoelace/assets/icons/geo-fill.svg +3 -0
  1195. package/dist/collection/shoelace/assets/icons/geo.svg +3 -0
  1196. package/dist/collection/shoelace/assets/icons/gift-fill.svg +3 -0
  1197. package/dist/collection/shoelace/assets/icons/gift.svg +3 -0
  1198. package/dist/collection/shoelace/assets/icons/git.svg +3 -0
  1199. package/dist/collection/shoelace/assets/icons/github.svg +3 -0
  1200. package/dist/collection/shoelace/assets/icons/gitlab.svg +3 -0
  1201. package/dist/collection/shoelace/assets/icons/globe-americas.svg +3 -0
  1202. package/dist/collection/shoelace/assets/icons/globe-asia-australia.svg +4 -0
  1203. package/dist/collection/shoelace/assets/icons/globe-central-south-asia.svg +3 -0
  1204. package/dist/collection/shoelace/assets/icons/globe-europe-africa.svg +3 -0
  1205. package/dist/collection/shoelace/assets/icons/globe.svg +3 -0
  1206. package/dist/collection/shoelace/assets/icons/globe2.svg +3 -0
  1207. package/dist/collection/shoelace/assets/icons/google-play.svg +3 -0
  1208. package/dist/collection/shoelace/assets/icons/google.svg +3 -0
  1209. package/dist/collection/shoelace/assets/icons/gpu-card.svg +5 -0
  1210. package/dist/collection/shoelace/assets/icons/graph-down-arrow.svg +3 -0
  1211. package/dist/collection/shoelace/assets/icons/graph-down.svg +3 -0
  1212. package/dist/collection/shoelace/assets/icons/graph-up-arrow.svg +3 -0
  1213. package/dist/collection/shoelace/assets/icons/graph-up.svg +3 -0
  1214. package/dist/collection/shoelace/assets/icons/grid-1x2-fill.svg +3 -0
  1215. package/dist/collection/shoelace/assets/icons/grid-1x2.svg +3 -0
  1216. package/dist/collection/shoelace/assets/icons/grid-3x2-gap-fill.svg +3 -0
  1217. package/dist/collection/shoelace/assets/icons/grid-3x2-gap.svg +3 -0
  1218. package/dist/collection/shoelace/assets/icons/grid-3x2.svg +3 -0
  1219. package/dist/collection/shoelace/assets/icons/grid-3x3-gap-fill.svg +3 -0
  1220. package/dist/collection/shoelace/assets/icons/grid-3x3-gap.svg +3 -0
  1221. package/dist/collection/shoelace/assets/icons/grid-3x3.svg +3 -0
  1222. package/dist/collection/shoelace/assets/icons/grid-fill.svg +3 -0
  1223. package/dist/collection/shoelace/assets/icons/grid.svg +3 -0
  1224. package/dist/collection/shoelace/assets/icons/grip-horizontal.svg +3 -0
  1225. package/dist/collection/shoelace/assets/icons/grip-vertical.svg +3 -0
  1226. package/dist/collection/shoelace/assets/icons/h-circle-fill.svg +3 -0
  1227. package/dist/collection/shoelace/assets/icons/h-circle.svg +3 -0
  1228. package/dist/collection/shoelace/assets/icons/h-square-fill.svg +3 -0
  1229. package/dist/collection/shoelace/assets/icons/h-square.svg +4 -0
  1230. package/dist/collection/shoelace/assets/icons/hammer.svg +3 -0
  1231. package/dist/collection/shoelace/assets/icons/hand-index-fill.svg +3 -0
  1232. package/dist/collection/shoelace/assets/icons/hand-index-thumb-fill.svg +3 -0
  1233. package/dist/collection/shoelace/assets/icons/hand-index-thumb.svg +3 -0
  1234. package/dist/collection/shoelace/assets/icons/hand-index.svg +3 -0
  1235. package/dist/collection/shoelace/assets/icons/hand-thumbs-down-fill.svg +3 -0
  1236. package/dist/collection/shoelace/assets/icons/hand-thumbs-down.svg +3 -0
  1237. package/dist/collection/shoelace/assets/icons/hand-thumbs-up-fill.svg +3 -0
  1238. package/dist/collection/shoelace/assets/icons/hand-thumbs-up.svg +3 -0
  1239. package/dist/collection/shoelace/assets/icons/handbag-fill.svg +3 -0
  1240. package/dist/collection/shoelace/assets/icons/handbag.svg +3 -0
  1241. package/dist/collection/shoelace/assets/icons/hash.svg +3 -0
  1242. package/dist/collection/shoelace/assets/icons/hdd-fill.svg +3 -0
  1243. package/dist/collection/shoelace/assets/icons/hdd-network-fill.svg +3 -0
  1244. package/dist/collection/shoelace/assets/icons/hdd-network.svg +4 -0
  1245. package/dist/collection/shoelace/assets/icons/hdd-rack-fill.svg +3 -0
  1246. package/dist/collection/shoelace/assets/icons/hdd-rack.svg +4 -0
  1247. package/dist/collection/shoelace/assets/icons/hdd-stack-fill.svg +3 -0
  1248. package/dist/collection/shoelace/assets/icons/hdd-stack.svg +5 -0
  1249. package/dist/collection/shoelace/assets/icons/hdd.svg +4 -0
  1250. package/dist/collection/shoelace/assets/icons/hdmi-fill.svg +3 -0
  1251. package/dist/collection/shoelace/assets/icons/hdmi.svg +4 -0
  1252. package/dist/collection/shoelace/assets/icons/headphones.svg +3 -0
  1253. package/dist/collection/shoelace/assets/icons/headset-vr.svg +4 -0
  1254. package/dist/collection/shoelace/assets/icons/headset.svg +3 -0
  1255. package/dist/collection/shoelace/assets/icons/heart-arrow.svg +3 -0
  1256. package/dist/collection/shoelace/assets/icons/heart-fill.svg +3 -0
  1257. package/dist/collection/shoelace/assets/icons/heart-half.svg +3 -0
  1258. package/dist/collection/shoelace/assets/icons/heart-pulse-fill.svg +4 -0
  1259. package/dist/collection/shoelace/assets/icons/heart-pulse.svg +4 -0
  1260. package/dist/collection/shoelace/assets/icons/heart.svg +3 -0
  1261. package/dist/collection/shoelace/assets/icons/heartbreak-fill.svg +3 -0
  1262. package/dist/collection/shoelace/assets/icons/heartbreak.svg +3 -0
  1263. package/dist/collection/shoelace/assets/icons/hearts.svg +3 -0
  1264. package/dist/collection/shoelace/assets/icons/heptagon-fill.svg +3 -0
  1265. package/dist/collection/shoelace/assets/icons/heptagon-half.svg +3 -0
  1266. package/dist/collection/shoelace/assets/icons/heptagon.svg +3 -0
  1267. package/dist/collection/shoelace/assets/icons/hexagon-fill.svg +3 -0
  1268. package/dist/collection/shoelace/assets/icons/hexagon-half.svg +3 -0
  1269. package/dist/collection/shoelace/assets/icons/hexagon.svg +3 -0
  1270. package/dist/collection/shoelace/assets/icons/highlighter.svg +3 -0
  1271. package/dist/collection/shoelace/assets/icons/highlights.svg +3 -0
  1272. package/dist/collection/shoelace/assets/icons/hospital-fill.svg +3 -0
  1273. package/dist/collection/shoelace/assets/icons/hospital.svg +4 -0
  1274. package/dist/collection/shoelace/assets/icons/hourglass-bottom.svg +3 -0
  1275. package/dist/collection/shoelace/assets/icons/hourglass-split.svg +3 -0
  1276. package/dist/collection/shoelace/assets/icons/hourglass-top.svg +3 -0
  1277. package/dist/collection/shoelace/assets/icons/hourglass.svg +3 -0
  1278. package/dist/collection/shoelace/assets/icons/house-add-fill.svg +5 -0
  1279. package/dist/collection/shoelace/assets/icons/house-add.svg +4 -0
  1280. package/dist/collection/shoelace/assets/icons/house-check-fill.svg +5 -0
  1281. package/dist/collection/shoelace/assets/icons/house-check.svg +4 -0
  1282. package/dist/collection/shoelace/assets/icons/house-dash-fill.svg +5 -0
  1283. package/dist/collection/shoelace/assets/icons/house-dash.svg +4 -0
  1284. package/dist/collection/shoelace/assets/icons/house-door-fill.svg +3 -0
  1285. package/dist/collection/shoelace/assets/icons/house-door.svg +3 -0
  1286. package/dist/collection/shoelace/assets/icons/house-down-fill.svg +5 -0
  1287. package/dist/collection/shoelace/assets/icons/house-down.svg +4 -0
  1288. package/dist/collection/shoelace/assets/icons/house-exclamation-fill.svg +5 -0
  1289. package/dist/collection/shoelace/assets/icons/house-exclamation.svg +4 -0
  1290. package/dist/collection/shoelace/assets/icons/house-fill.svg +4 -0
  1291. package/dist/collection/shoelace/assets/icons/house-gear-fill.svg +5 -0
  1292. package/dist/collection/shoelace/assets/icons/house-gear.svg +4 -0
  1293. package/dist/collection/shoelace/assets/icons/house-heart-fill.svg +4 -0
  1294. package/dist/collection/shoelace/assets/icons/house-heart.svg +4 -0
  1295. package/dist/collection/shoelace/assets/icons/house-lock-fill.svg +5 -0
  1296. package/dist/collection/shoelace/assets/icons/house-lock.svg +4 -0
  1297. package/dist/collection/shoelace/assets/icons/house-slash-fill.svg +5 -0
  1298. package/dist/collection/shoelace/assets/icons/house-slash.svg +4 -0
  1299. package/dist/collection/shoelace/assets/icons/house-up-fill.svg +5 -0
  1300. package/dist/collection/shoelace/assets/icons/house-up.svg +4 -0
  1301. package/dist/collection/shoelace/assets/icons/house-x-fill.svg +5 -0
  1302. package/dist/collection/shoelace/assets/icons/house-x.svg +4 -0
  1303. package/dist/collection/shoelace/assets/icons/house.svg +3 -0
  1304. package/dist/collection/shoelace/assets/icons/houses-fill.svg +4 -0
  1305. package/dist/collection/shoelace/assets/icons/houses.svg +3 -0
  1306. package/dist/collection/shoelace/assets/icons/hr.svg +3 -0
  1307. package/dist/collection/shoelace/assets/icons/hurricane.svg +3 -0
  1308. package/dist/collection/shoelace/assets/icons/hypnotize.svg +4 -0
  1309. package/dist/collection/shoelace/assets/icons/icons.json +24701 -0
  1310. package/dist/collection/shoelace/assets/icons/image-alt.svg +3 -0
  1311. package/dist/collection/shoelace/assets/icons/image-fill.svg +3 -0
  1312. package/dist/collection/shoelace/assets/icons/image.svg +4 -0
  1313. package/dist/collection/shoelace/assets/icons/images.svg +4 -0
  1314. package/dist/collection/shoelace/assets/icons/inbox-fill.svg +3 -0
  1315. package/dist/collection/shoelace/assets/icons/inbox.svg +3 -0
  1316. package/dist/collection/shoelace/assets/icons/inboxes-fill.svg +3 -0
  1317. package/dist/collection/shoelace/assets/icons/inboxes.svg +3 -0
  1318. package/dist/collection/shoelace/assets/icons/incognito.svg +3 -0
  1319. package/dist/collection/shoelace/assets/icons/indent.svg +4 -0
  1320. package/dist/collection/shoelace/assets/icons/infinity.svg +3 -0
  1321. package/dist/collection/shoelace/assets/icons/info-circle-fill.svg +3 -0
  1322. package/dist/collection/shoelace/assets/icons/info-circle.svg +4 -0
  1323. package/dist/collection/shoelace/assets/icons/info-lg.svg +3 -0
  1324. package/dist/collection/shoelace/assets/icons/info-square-fill.svg +3 -0
  1325. package/dist/collection/shoelace/assets/icons/info-square.svg +4 -0
  1326. package/dist/collection/shoelace/assets/icons/info.svg +3 -0
  1327. package/dist/collection/shoelace/assets/icons/input-cursor-text.svg +4 -0
  1328. package/dist/collection/shoelace/assets/icons/input-cursor.svg +4 -0
  1329. package/dist/collection/shoelace/assets/icons/instagram.svg +3 -0
  1330. package/dist/collection/shoelace/assets/icons/intersect.svg +3 -0
  1331. package/dist/collection/shoelace/assets/icons/journal-album.svg +5 -0
  1332. package/dist/collection/shoelace/assets/icons/journal-arrow-down.svg +5 -0
  1333. package/dist/collection/shoelace/assets/icons/journal-arrow-up.svg +5 -0
  1334. package/dist/collection/shoelace/assets/icons/journal-bookmark-fill.svg +5 -0
  1335. package/dist/collection/shoelace/assets/icons/journal-bookmark.svg +5 -0
  1336. package/dist/collection/shoelace/assets/icons/journal-check.svg +5 -0
  1337. package/dist/collection/shoelace/assets/icons/journal-code.svg +5 -0
  1338. package/dist/collection/shoelace/assets/icons/journal-medical.svg +5 -0
  1339. package/dist/collection/shoelace/assets/icons/journal-minus.svg +5 -0
  1340. package/dist/collection/shoelace/assets/icons/journal-plus.svg +5 -0
  1341. package/dist/collection/shoelace/assets/icons/journal-richtext.svg +5 -0
  1342. package/dist/collection/shoelace/assets/icons/journal-text.svg +5 -0
  1343. package/dist/collection/shoelace/assets/icons/journal-x.svg +5 -0
  1344. package/dist/collection/shoelace/assets/icons/journal.svg +4 -0
  1345. package/dist/collection/shoelace/assets/icons/journals.svg +4 -0
  1346. package/dist/collection/shoelace/assets/icons/joystick.svg +4 -0
  1347. package/dist/collection/shoelace/assets/icons/justify-left.svg +3 -0
  1348. package/dist/collection/shoelace/assets/icons/justify-right.svg +3 -0
  1349. package/dist/collection/shoelace/assets/icons/justify.svg +3 -0
  1350. package/dist/collection/shoelace/assets/icons/kanban-fill.svg +3 -0
  1351. package/dist/collection/shoelace/assets/icons/kanban.svg +4 -0
  1352. package/dist/collection/shoelace/assets/icons/key-fill.svg +3 -0
  1353. package/dist/collection/shoelace/assets/icons/key.svg +4 -0
  1354. package/dist/collection/shoelace/assets/icons/keyboard-fill.svg +3 -0
  1355. package/dist/collection/shoelace/assets/icons/keyboard.svg +4 -0
  1356. package/dist/collection/shoelace/assets/icons/ladder.svg +3 -0
  1357. package/dist/collection/shoelace/assets/icons/lamp-fill.svg +4 -0
  1358. package/dist/collection/shoelace/assets/icons/lamp.svg +4 -0
  1359. package/dist/collection/shoelace/assets/icons/laptop-fill.svg +3 -0
  1360. package/dist/collection/shoelace/assets/icons/laptop.svg +3 -0
  1361. package/dist/collection/shoelace/assets/icons/layer-backward.svg +4 -0
  1362. package/dist/collection/shoelace/assets/icons/layer-forward.svg +4 -0
  1363. package/dist/collection/shoelace/assets/icons/layers-fill.svg +4 -0
  1364. package/dist/collection/shoelace/assets/icons/layers-half.svg +3 -0
  1365. package/dist/collection/shoelace/assets/icons/layers.svg +3 -0
  1366. package/dist/collection/shoelace/assets/icons/layout-sidebar-inset-reverse.svg +4 -0
  1367. package/dist/collection/shoelace/assets/icons/layout-sidebar-inset.svg +4 -0
  1368. package/dist/collection/shoelace/assets/icons/layout-sidebar-reverse.svg +3 -0
  1369. package/dist/collection/shoelace/assets/icons/layout-sidebar.svg +3 -0
  1370. package/dist/collection/shoelace/assets/icons/layout-split.svg +3 -0
  1371. package/dist/collection/shoelace/assets/icons/layout-text-sidebar-reverse.svg +4 -0
  1372. package/dist/collection/shoelace/assets/icons/layout-text-sidebar.svg +4 -0
  1373. package/dist/collection/shoelace/assets/icons/layout-text-window-reverse.svg +4 -0
  1374. package/dist/collection/shoelace/assets/icons/layout-text-window.svg +4 -0
  1375. package/dist/collection/shoelace/assets/icons/layout-three-columns.svg +3 -0
  1376. package/dist/collection/shoelace/assets/icons/layout-wtf.svg +3 -0
  1377. package/dist/collection/shoelace/assets/icons/life-preserver.svg +3 -0
  1378. package/dist/collection/shoelace/assets/icons/lightbulb-fill.svg +3 -0
  1379. package/dist/collection/shoelace/assets/icons/lightbulb-off-fill.svg +3 -0
  1380. package/dist/collection/shoelace/assets/icons/lightbulb-off.svg +3 -0
  1381. package/dist/collection/shoelace/assets/icons/lightbulb.svg +3 -0
  1382. package/dist/collection/shoelace/assets/icons/lightning-charge-fill.svg +3 -0
  1383. package/dist/collection/shoelace/assets/icons/lightning-charge.svg +3 -0
  1384. package/dist/collection/shoelace/assets/icons/lightning-fill.svg +3 -0
  1385. package/dist/collection/shoelace/assets/icons/lightning.svg +3 -0
  1386. package/dist/collection/shoelace/assets/icons/line.svg +3 -0
  1387. package/dist/collection/shoelace/assets/icons/link-45deg.svg +4 -0
  1388. package/dist/collection/shoelace/assets/icons/link.svg +4 -0
  1389. package/dist/collection/shoelace/assets/icons/linkedin.svg +3 -0
  1390. package/dist/collection/shoelace/assets/icons/list-check.svg +3 -0
  1391. package/dist/collection/shoelace/assets/icons/list-columns-reverse.svg +3 -0
  1392. package/dist/collection/shoelace/assets/icons/list-columns.svg +3 -0
  1393. package/dist/collection/shoelace/assets/icons/list-nested.svg +3 -0
  1394. package/dist/collection/shoelace/assets/icons/list-ol.svg +4 -0
  1395. package/dist/collection/shoelace/assets/icons/list-stars.svg +4 -0
  1396. package/dist/collection/shoelace/assets/icons/list-task.svg +5 -0
  1397. package/dist/collection/shoelace/assets/icons/list-ul.svg +3 -0
  1398. package/dist/collection/shoelace/assets/icons/list.svg +3 -0
  1399. package/dist/collection/shoelace/assets/icons/lock-fill.svg +3 -0
  1400. package/dist/collection/shoelace/assets/icons/lock.svg +3 -0
  1401. package/dist/collection/shoelace/assets/icons/luggage-fill.svg +4 -0
  1402. package/dist/collection/shoelace/assets/icons/luggage.svg +4 -0
  1403. package/dist/collection/shoelace/assets/icons/lungs-fill.svg +3 -0
  1404. package/dist/collection/shoelace/assets/icons/lungs.svg +3 -0
  1405. package/dist/collection/shoelace/assets/icons/magic.svg +3 -0
  1406. package/dist/collection/shoelace/assets/icons/magnet-fill.svg +3 -0
  1407. package/dist/collection/shoelace/assets/icons/magnet.svg +3 -0
  1408. package/dist/collection/shoelace/assets/icons/mailbox-flag.svg +4 -0
  1409. package/dist/collection/shoelace/assets/icons/mailbox.svg +4 -0
  1410. package/dist/collection/shoelace/assets/icons/mailbox2-flag.svg +4 -0
  1411. package/dist/collection/shoelace/assets/icons/mailbox2.svg +4 -0
  1412. package/dist/collection/shoelace/assets/icons/map-fill.svg +3 -0
  1413. package/dist/collection/shoelace/assets/icons/map.svg +3 -0
  1414. package/dist/collection/shoelace/assets/icons/markdown-fill.svg +3 -0
  1415. package/dist/collection/shoelace/assets/icons/markdown.svg +6 -0
  1416. package/dist/collection/shoelace/assets/icons/marker-tip.svg +3 -0
  1417. package/dist/collection/shoelace/assets/icons/mask.svg +3 -0
  1418. package/dist/collection/shoelace/assets/icons/mastodon.svg +3 -0
  1419. package/dist/collection/shoelace/assets/icons/medium.svg +3 -0
  1420. package/dist/collection/shoelace/assets/icons/megaphone-fill.svg +3 -0
  1421. package/dist/collection/shoelace/assets/icons/megaphone.svg +3 -0
  1422. package/dist/collection/shoelace/assets/icons/memory.svg +3 -0
  1423. package/dist/collection/shoelace/assets/icons/menu-app-fill.svg +3 -0
  1424. package/dist/collection/shoelace/assets/icons/menu-app.svg +3 -0
  1425. package/dist/collection/shoelace/assets/icons/menu-button-fill.svg +3 -0
  1426. package/dist/collection/shoelace/assets/icons/menu-button-wide-fill.svg +3 -0
  1427. package/dist/collection/shoelace/assets/icons/menu-button-wide.svg +4 -0
  1428. package/dist/collection/shoelace/assets/icons/menu-button.svg +4 -0
  1429. package/dist/collection/shoelace/assets/icons/menu-down.svg +3 -0
  1430. package/dist/collection/shoelace/assets/icons/menu-up.svg +3 -0
  1431. package/dist/collection/shoelace/assets/icons/messenger.svg +3 -0
  1432. package/dist/collection/shoelace/assets/icons/meta.svg +3 -0
  1433. package/dist/collection/shoelace/assets/icons/mic-fill.svg +4 -0
  1434. package/dist/collection/shoelace/assets/icons/mic-mute-fill.svg +4 -0
  1435. package/dist/collection/shoelace/assets/icons/mic-mute.svg +4 -0
  1436. package/dist/collection/shoelace/assets/icons/mic.svg +4 -0
  1437. package/dist/collection/shoelace/assets/icons/microsoft-teams.svg +4 -0
  1438. package/dist/collection/shoelace/assets/icons/microsoft.svg +3 -0
  1439. package/dist/collection/shoelace/assets/icons/minecart-loaded.svg +4 -0
  1440. package/dist/collection/shoelace/assets/icons/minecart.svg +3 -0
  1441. package/dist/collection/shoelace/assets/icons/modem-fill.svg +3 -0
  1442. package/dist/collection/shoelace/assets/icons/modem.svg +4 -0
  1443. package/dist/collection/shoelace/assets/icons/moisture.svg +3 -0
  1444. package/dist/collection/shoelace/assets/icons/moon-fill.svg +3 -0
  1445. package/dist/collection/shoelace/assets/icons/moon-stars-fill.svg +4 -0
  1446. package/dist/collection/shoelace/assets/icons/moon-stars.svg +4 -0
  1447. package/dist/collection/shoelace/assets/icons/moon.svg +3 -0
  1448. package/dist/collection/shoelace/assets/icons/mortarboard-fill.svg +4 -0
  1449. package/dist/collection/shoelace/assets/icons/mortarboard.svg +4 -0
  1450. package/dist/collection/shoelace/assets/icons/motherboard-fill.svg +4 -0
  1451. package/dist/collection/shoelace/assets/icons/motherboard.svg +4 -0
  1452. package/dist/collection/shoelace/assets/icons/mouse-fill.svg +3 -0
  1453. package/dist/collection/shoelace/assets/icons/mouse.svg +3 -0
  1454. package/dist/collection/shoelace/assets/icons/mouse2-fill.svg +3 -0
  1455. package/dist/collection/shoelace/assets/icons/mouse2.svg +3 -0
  1456. package/dist/collection/shoelace/assets/icons/mouse3-fill.svg +3 -0
  1457. package/dist/collection/shoelace/assets/icons/mouse3.svg +3 -0
  1458. package/dist/collection/shoelace/assets/icons/music-note-beamed.svg +5 -0
  1459. package/dist/collection/shoelace/assets/icons/music-note-list.svg +6 -0
  1460. package/dist/collection/shoelace/assets/icons/music-note.svg +5 -0
  1461. package/dist/collection/shoelace/assets/icons/music-player-fill.svg +4 -0
  1462. package/dist/collection/shoelace/assets/icons/music-player.svg +5 -0
  1463. package/dist/collection/shoelace/assets/icons/newspaper.svg +4 -0
  1464. package/dist/collection/shoelace/assets/icons/nintendo-switch.svg +4 -0
  1465. package/dist/collection/shoelace/assets/icons/node-minus-fill.svg +3 -0
  1466. package/dist/collection/shoelace/assets/icons/node-minus.svg +3 -0
  1467. package/dist/collection/shoelace/assets/icons/node-plus-fill.svg +3 -0
  1468. package/dist/collection/shoelace/assets/icons/node-plus.svg +3 -0
  1469. package/dist/collection/shoelace/assets/icons/noise-reduction.svg +4 -0
  1470. package/dist/collection/shoelace/assets/icons/nut-fill.svg +3 -0
  1471. package/dist/collection/shoelace/assets/icons/nut.svg +4 -0
  1472. package/dist/collection/shoelace/assets/icons/nvidia.svg +3 -0
  1473. package/dist/collection/shoelace/assets/icons/nvme-fill.svg +4 -0
  1474. package/dist/collection/shoelace/assets/icons/nvme.svg +4 -0
  1475. package/dist/collection/shoelace/assets/icons/octagon-fill.svg +3 -0
  1476. package/dist/collection/shoelace/assets/icons/octagon-half.svg +3 -0
  1477. package/dist/collection/shoelace/assets/icons/octagon.svg +3 -0
  1478. package/dist/collection/shoelace/assets/icons/opencollective.svg +4 -0
  1479. package/dist/collection/shoelace/assets/icons/optical-audio-fill.svg +4 -0
  1480. package/dist/collection/shoelace/assets/icons/optical-audio.svg +5 -0
  1481. package/dist/collection/shoelace/assets/icons/option.svg +3 -0
  1482. package/dist/collection/shoelace/assets/icons/outlet.svg +4 -0
  1483. package/dist/collection/shoelace/assets/icons/p-circle-fill.svg +3 -0
  1484. package/dist/collection/shoelace/assets/icons/p-circle.svg +3 -0
  1485. package/dist/collection/shoelace/assets/icons/p-square-fill.svg +4 -0
  1486. package/dist/collection/shoelace/assets/icons/p-square.svg +4 -0
  1487. package/dist/collection/shoelace/assets/icons/paint-bucket.svg +3 -0
  1488. package/dist/collection/shoelace/assets/icons/palette-fill.svg +3 -0
  1489. package/dist/collection/shoelace/assets/icons/palette.svg +4 -0
  1490. package/dist/collection/shoelace/assets/icons/palette2.svg +3 -0
  1491. package/dist/collection/shoelace/assets/icons/paperclip.svg +3 -0
  1492. package/dist/collection/shoelace/assets/icons/paragraph.svg +3 -0
  1493. package/dist/collection/shoelace/assets/icons/pass-fill.svg +3 -0
  1494. package/dist/collection/shoelace/assets/icons/pass.svg +4 -0
  1495. package/dist/collection/shoelace/assets/icons/passport-fill.svg +4 -0
  1496. package/dist/collection/shoelace/assets/icons/passport.svg +4 -0
  1497. package/dist/collection/shoelace/assets/icons/patch-check-fill.svg +3 -0
  1498. package/dist/collection/shoelace/assets/icons/patch-check.svg +4 -0
  1499. package/dist/collection/shoelace/assets/icons/patch-exclamation-fill.svg +3 -0
  1500. package/dist/collection/shoelace/assets/icons/patch-exclamation.svg +4 -0
  1501. package/dist/collection/shoelace/assets/icons/patch-minus-fill.svg +3 -0
  1502. package/dist/collection/shoelace/assets/icons/patch-minus.svg +4 -0
  1503. package/dist/collection/shoelace/assets/icons/patch-plus-fill.svg +3 -0
  1504. package/dist/collection/shoelace/assets/icons/patch-plus.svg +4 -0
  1505. package/dist/collection/shoelace/assets/icons/patch-question-fill.svg +3 -0
  1506. package/dist/collection/shoelace/assets/icons/patch-question.svg +5 -0
  1507. package/dist/collection/shoelace/assets/icons/pause-btn-fill.svg +3 -0
  1508. package/dist/collection/shoelace/assets/icons/pause-btn.svg +4 -0
  1509. package/dist/collection/shoelace/assets/icons/pause-circle-fill.svg +3 -0
  1510. package/dist/collection/shoelace/assets/icons/pause-circle.svg +4 -0
  1511. package/dist/collection/shoelace/assets/icons/pause-fill.svg +3 -0
  1512. package/dist/collection/shoelace/assets/icons/pause.svg +3 -0
  1513. package/dist/collection/shoelace/assets/icons/paypal.svg +3 -0
  1514. package/dist/collection/shoelace/assets/icons/pc-display-horizontal.svg +3 -0
  1515. package/dist/collection/shoelace/assets/icons/pc-display.svg +3 -0
  1516. package/dist/collection/shoelace/assets/icons/pc-horizontal.svg +3 -0
  1517. package/dist/collection/shoelace/assets/icons/pc.svg +3 -0
  1518. package/dist/collection/shoelace/assets/icons/pci-card-network.svg +5 -0
  1519. package/dist/collection/shoelace/assets/icons/pci-card-sound.svg +5 -0
  1520. package/dist/collection/shoelace/assets/icons/pci-card.svg +4 -0
  1521. package/dist/collection/shoelace/assets/icons/peace-fill.svg +3 -0
  1522. package/dist/collection/shoelace/assets/icons/peace.svg +3 -0
  1523. package/dist/collection/shoelace/assets/icons/pen-fill.svg +3 -0
  1524. package/dist/collection/shoelace/assets/icons/pen.svg +3 -0
  1525. package/dist/collection/shoelace/assets/icons/pencil-fill.svg +3 -0
  1526. package/dist/collection/shoelace/assets/icons/pencil-square.svg +4 -0
  1527. package/dist/collection/shoelace/assets/icons/pencil.svg +3 -0
  1528. package/dist/collection/shoelace/assets/icons/pentagon-fill.svg +3 -0
  1529. package/dist/collection/shoelace/assets/icons/pentagon-half.svg +3 -0
  1530. package/dist/collection/shoelace/assets/icons/pentagon.svg +3 -0
  1531. package/dist/collection/shoelace/assets/icons/people-fill.svg +3 -0
  1532. package/dist/collection/shoelace/assets/icons/people.svg +3 -0
  1533. package/dist/collection/shoelace/assets/icons/percent.svg +3 -0
  1534. package/dist/collection/shoelace/assets/icons/person-add.svg +4 -0
  1535. package/dist/collection/shoelace/assets/icons/person-arms-up.svg +4 -0
  1536. package/dist/collection/shoelace/assets/icons/person-badge-fill.svg +3 -0
  1537. package/dist/collection/shoelace/assets/icons/person-badge.svg +4 -0
  1538. package/dist/collection/shoelace/assets/icons/person-bounding-box.svg +4 -0
  1539. package/dist/collection/shoelace/assets/icons/person-check-fill.svg +4 -0
  1540. package/dist/collection/shoelace/assets/icons/person-check.svg +4 -0
  1541. package/dist/collection/shoelace/assets/icons/person-circle.svg +4 -0
  1542. package/dist/collection/shoelace/assets/icons/person-dash-fill.svg +4 -0
  1543. package/dist/collection/shoelace/assets/icons/person-dash.svg +4 -0
  1544. package/dist/collection/shoelace/assets/icons/person-down.svg +4 -0
  1545. package/dist/collection/shoelace/assets/icons/person-exclamation.svg +4 -0
  1546. package/dist/collection/shoelace/assets/icons/person-fill-add.svg +4 -0
  1547. package/dist/collection/shoelace/assets/icons/person-fill-check.svg +4 -0
  1548. package/dist/collection/shoelace/assets/icons/person-fill-dash.svg +4 -0
  1549. package/dist/collection/shoelace/assets/icons/person-fill-down.svg +4 -0
  1550. package/dist/collection/shoelace/assets/icons/person-fill-exclamation.svg +4 -0
  1551. package/dist/collection/shoelace/assets/icons/person-fill-gear.svg +3 -0
  1552. package/dist/collection/shoelace/assets/icons/person-fill-lock.svg +3 -0
  1553. package/dist/collection/shoelace/assets/icons/person-fill-slash.svg +3 -0
  1554. package/dist/collection/shoelace/assets/icons/person-fill-up.svg +4 -0
  1555. package/dist/collection/shoelace/assets/icons/person-fill-x.svg +4 -0
  1556. package/dist/collection/shoelace/assets/icons/person-fill.svg +3 -0
  1557. package/dist/collection/shoelace/assets/icons/person-gear.svg +3 -0
  1558. package/dist/collection/shoelace/assets/icons/person-heart.svg +3 -0
  1559. package/dist/collection/shoelace/assets/icons/person-hearts.svg +3 -0
  1560. package/dist/collection/shoelace/assets/icons/person-lines-fill.svg +3 -0
  1561. package/dist/collection/shoelace/assets/icons/person-lock.svg +3 -0
  1562. package/dist/collection/shoelace/assets/icons/person-plus-fill.svg +4 -0
  1563. package/dist/collection/shoelace/assets/icons/person-plus.svg +4 -0
  1564. package/dist/collection/shoelace/assets/icons/person-raised-hand.svg +4 -0
  1565. package/dist/collection/shoelace/assets/icons/person-rolodex.svg +4 -0
  1566. package/dist/collection/shoelace/assets/icons/person-slash.svg +3 -0
  1567. package/dist/collection/shoelace/assets/icons/person-square.svg +4 -0
  1568. package/dist/collection/shoelace/assets/icons/person-standing-dress.svg +3 -0
  1569. package/dist/collection/shoelace/assets/icons/person-standing.svg +3 -0
  1570. package/dist/collection/shoelace/assets/icons/person-up.svg +4 -0
  1571. package/dist/collection/shoelace/assets/icons/person-vcard-fill.svg +3 -0
  1572. package/dist/collection/shoelace/assets/icons/person-vcard.svg +4 -0
  1573. package/dist/collection/shoelace/assets/icons/person-video.svg +4 -0
  1574. package/dist/collection/shoelace/assets/icons/person-video2.svg +4 -0
  1575. package/dist/collection/shoelace/assets/icons/person-video3.svg +4 -0
  1576. package/dist/collection/shoelace/assets/icons/person-walking.svg +4 -0
  1577. package/dist/collection/shoelace/assets/icons/person-wheelchair.svg +3 -0
  1578. package/dist/collection/shoelace/assets/icons/person-workspace.svg +4 -0
  1579. package/dist/collection/shoelace/assets/icons/person-x-fill.svg +3 -0
  1580. package/dist/collection/shoelace/assets/icons/person-x.svg +4 -0
  1581. package/dist/collection/shoelace/assets/icons/person.svg +3 -0
  1582. package/dist/collection/shoelace/assets/icons/phone-fill.svg +3 -0
  1583. package/dist/collection/shoelace/assets/icons/phone-flip.svg +3 -0
  1584. package/dist/collection/shoelace/assets/icons/phone-landscape-fill.svg +3 -0
  1585. package/dist/collection/shoelace/assets/icons/phone-landscape.svg +4 -0
  1586. package/dist/collection/shoelace/assets/icons/phone-vibrate-fill.svg +3 -0
  1587. package/dist/collection/shoelace/assets/icons/phone-vibrate.svg +4 -0
  1588. package/dist/collection/shoelace/assets/icons/phone.svg +4 -0
  1589. package/dist/collection/shoelace/assets/icons/pie-chart-fill.svg +3 -0
  1590. package/dist/collection/shoelace/assets/icons/pie-chart.svg +3 -0
  1591. package/dist/collection/shoelace/assets/icons/piggy-bank-fill.svg +3 -0
  1592. package/dist/collection/shoelace/assets/icons/piggy-bank.svg +4 -0
  1593. package/dist/collection/shoelace/assets/icons/pin-angle-fill.svg +3 -0
  1594. package/dist/collection/shoelace/assets/icons/pin-angle.svg +3 -0
  1595. package/dist/collection/shoelace/assets/icons/pin-fill.svg +3 -0
  1596. package/dist/collection/shoelace/assets/icons/pin-map-fill.svg +4 -0
  1597. package/dist/collection/shoelace/assets/icons/pin-map.svg +4 -0
  1598. package/dist/collection/shoelace/assets/icons/pin.svg +3 -0
  1599. package/dist/collection/shoelace/assets/icons/pinterest.svg +3 -0
  1600. package/dist/collection/shoelace/assets/icons/pip-fill.svg +3 -0
  1601. package/dist/collection/shoelace/assets/icons/pip.svg +4 -0
  1602. package/dist/collection/shoelace/assets/icons/play-btn-fill.svg +3 -0
  1603. package/dist/collection/shoelace/assets/icons/play-btn.svg +4 -0
  1604. package/dist/collection/shoelace/assets/icons/play-circle-fill.svg +3 -0
  1605. package/dist/collection/shoelace/assets/icons/play-circle.svg +4 -0
  1606. package/dist/collection/shoelace/assets/icons/play-fill.svg +3 -0
  1607. package/dist/collection/shoelace/assets/icons/play.svg +3 -0
  1608. package/dist/collection/shoelace/assets/icons/playstation.svg +3 -0
  1609. package/dist/collection/shoelace/assets/icons/plug-fill.svg +3 -0
  1610. package/dist/collection/shoelace/assets/icons/plug.svg +3 -0
  1611. package/dist/collection/shoelace/assets/icons/plugin.svg +3 -0
  1612. package/dist/collection/shoelace/assets/icons/plus-circle-dotted.svg +3 -0
  1613. package/dist/collection/shoelace/assets/icons/plus-circle-fill.svg +3 -0
  1614. package/dist/collection/shoelace/assets/icons/plus-circle.svg +4 -0
  1615. package/dist/collection/shoelace/assets/icons/plus-lg.svg +3 -0
  1616. package/dist/collection/shoelace/assets/icons/plus-slash-minus.svg +3 -0
  1617. package/dist/collection/shoelace/assets/icons/plus-square-dotted.svg +3 -0
  1618. package/dist/collection/shoelace/assets/icons/plus-square-fill.svg +3 -0
  1619. package/dist/collection/shoelace/assets/icons/plus-square.svg +4 -0
  1620. package/dist/collection/shoelace/assets/icons/plus.svg +3 -0
  1621. package/dist/collection/shoelace/assets/icons/postage-fill.svg +4 -0
  1622. package/dist/collection/shoelace/assets/icons/postage-heart-fill.svg +4 -0
  1623. package/dist/collection/shoelace/assets/icons/postage-heart.svg +4 -0
  1624. package/dist/collection/shoelace/assets/icons/postage.svg +4 -0
  1625. package/dist/collection/shoelace/assets/icons/postcard-fill.svg +4 -0
  1626. package/dist/collection/shoelace/assets/icons/postcard-heart-fill.svg +3 -0
  1627. package/dist/collection/shoelace/assets/icons/postcard-heart.svg +4 -0
  1628. package/dist/collection/shoelace/assets/icons/postcard.svg +3 -0
  1629. package/dist/collection/shoelace/assets/icons/power.svg +4 -0
  1630. package/dist/collection/shoelace/assets/icons/prescription.svg +4 -0
  1631. package/dist/collection/shoelace/assets/icons/prescription2.svg +4 -0
  1632. package/dist/collection/shoelace/assets/icons/printer-fill.svg +4 -0
  1633. package/dist/collection/shoelace/assets/icons/printer.svg +4 -0
  1634. package/dist/collection/shoelace/assets/icons/projector-fill.svg +3 -0
  1635. package/dist/collection/shoelace/assets/icons/projector.svg +4 -0
  1636. package/dist/collection/shoelace/assets/icons/puzzle-fill.svg +3 -0
  1637. package/dist/collection/shoelace/assets/icons/puzzle.svg +3 -0
  1638. package/dist/collection/shoelace/assets/icons/qr-code-scan.svg +7 -0
  1639. package/dist/collection/shoelace/assets/icons/qr-code.svg +7 -0
  1640. package/dist/collection/shoelace/assets/icons/question-circle-fill.svg +3 -0
  1641. package/dist/collection/shoelace/assets/icons/question-circle.svg +4 -0
  1642. package/dist/collection/shoelace/assets/icons/question-diamond-fill.svg +3 -0
  1643. package/dist/collection/shoelace/assets/icons/question-diamond.svg +4 -0
  1644. package/dist/collection/shoelace/assets/icons/question-lg.svg +3 -0
  1645. package/dist/collection/shoelace/assets/icons/question-octagon-fill.svg +3 -0
  1646. package/dist/collection/shoelace/assets/icons/question-octagon.svg +4 -0
  1647. package/dist/collection/shoelace/assets/icons/question-square-fill.svg +3 -0
  1648. package/dist/collection/shoelace/assets/icons/question-square.svg +4 -0
  1649. package/dist/collection/shoelace/assets/icons/question.svg +3 -0
  1650. package/dist/collection/shoelace/assets/icons/quora.svg +3 -0
  1651. package/dist/collection/shoelace/assets/icons/quote.svg +3 -0
  1652. package/dist/collection/shoelace/assets/icons/r-circle-fill.svg +3 -0
  1653. package/dist/collection/shoelace/assets/icons/r-circle.svg +3 -0
  1654. package/dist/collection/shoelace/assets/icons/r-square-fill.svg +4 -0
  1655. package/dist/collection/shoelace/assets/icons/r-square.svg +4 -0
  1656. package/dist/collection/shoelace/assets/icons/radar.svg +3 -0
  1657. package/dist/collection/shoelace/assets/icons/radioactive.svg +4 -0
  1658. package/dist/collection/shoelace/assets/icons/rainbow.svg +3 -0
  1659. package/dist/collection/shoelace/assets/icons/receipt-cutoff.svg +4 -0
  1660. package/dist/collection/shoelace/assets/icons/receipt.svg +4 -0
  1661. package/dist/collection/shoelace/assets/icons/reception-0.svg +3 -0
  1662. package/dist/collection/shoelace/assets/icons/reception-1.svg +3 -0
  1663. package/dist/collection/shoelace/assets/icons/reception-2.svg +3 -0
  1664. package/dist/collection/shoelace/assets/icons/reception-3.svg +3 -0
  1665. package/dist/collection/shoelace/assets/icons/reception-4.svg +3 -0
  1666. package/dist/collection/shoelace/assets/icons/record-btn-fill.svg +3 -0
  1667. package/dist/collection/shoelace/assets/icons/record-btn.svg +4 -0
  1668. package/dist/collection/shoelace/assets/icons/record-circle-fill.svg +3 -0
  1669. package/dist/collection/shoelace/assets/icons/record-circle.svg +4 -0
  1670. package/dist/collection/shoelace/assets/icons/record-fill.svg +3 -0
  1671. package/dist/collection/shoelace/assets/icons/record.svg +3 -0
  1672. package/dist/collection/shoelace/assets/icons/record2-fill.svg +4 -0
  1673. package/dist/collection/shoelace/assets/icons/record2.svg +4 -0
  1674. package/dist/collection/shoelace/assets/icons/recycle.svg +3 -0
  1675. package/dist/collection/shoelace/assets/icons/reddit.svg +4 -0
  1676. package/dist/collection/shoelace/assets/icons/regex.svg +3 -0
  1677. package/dist/collection/shoelace/assets/icons/repeat-1.svg +4 -0
  1678. package/dist/collection/shoelace/assets/icons/repeat.svg +3 -0
  1679. package/dist/collection/shoelace/assets/icons/reply-all-fill.svg +4 -0
  1680. package/dist/collection/shoelace/assets/icons/reply-all.svg +4 -0
  1681. package/dist/collection/shoelace/assets/icons/reply-fill.svg +3 -0
  1682. package/dist/collection/shoelace/assets/icons/reply.svg +3 -0
  1683. package/dist/collection/shoelace/assets/icons/rewind-btn-fill.svg +3 -0
  1684. package/dist/collection/shoelace/assets/icons/rewind-btn.svg +4 -0
  1685. package/dist/collection/shoelace/assets/icons/rewind-circle-fill.svg +3 -0
  1686. package/dist/collection/shoelace/assets/icons/rewind-circle.svg +4 -0
  1687. package/dist/collection/shoelace/assets/icons/rewind-fill.svg +4 -0
  1688. package/dist/collection/shoelace/assets/icons/rewind.svg +4 -0
  1689. package/dist/collection/shoelace/assets/icons/robot.svg +4 -0
  1690. package/dist/collection/shoelace/assets/icons/rocket-fill.svg +4 -0
  1691. package/dist/collection/shoelace/assets/icons/rocket-takeoff-fill.svg +4 -0
  1692. package/dist/collection/shoelace/assets/icons/rocket-takeoff.svg +5 -0
  1693. package/dist/collection/shoelace/assets/icons/rocket.svg +5 -0
  1694. package/dist/collection/shoelace/assets/icons/router-fill.svg +6 -0
  1695. package/dist/collection/shoelace/assets/icons/router.svg +6 -0
  1696. package/dist/collection/shoelace/assets/icons/rss-fill.svg +3 -0
  1697. package/dist/collection/shoelace/assets/icons/rss.svg +4 -0
  1698. package/dist/collection/shoelace/assets/icons/rulers.svg +3 -0
  1699. package/dist/collection/shoelace/assets/icons/safe-fill.svg +4 -0
  1700. package/dist/collection/shoelace/assets/icons/safe.svg +4 -0
  1701. package/dist/collection/shoelace/assets/icons/safe2-fill.svg +4 -0
  1702. package/dist/collection/shoelace/assets/icons/safe2.svg +4 -0
  1703. package/dist/collection/shoelace/assets/icons/save-fill.svg +3 -0
  1704. package/dist/collection/shoelace/assets/icons/save.svg +3 -0
  1705. package/dist/collection/shoelace/assets/icons/save2-fill.svg +3 -0
  1706. package/dist/collection/shoelace/assets/icons/save2.svg +3 -0
  1707. package/dist/collection/shoelace/assets/icons/scissors.svg +3 -0
  1708. package/dist/collection/shoelace/assets/icons/scooter.svg +3 -0
  1709. package/dist/collection/shoelace/assets/icons/screwdriver.svg +3 -0
  1710. package/dist/collection/shoelace/assets/icons/sd-card-fill.svg +3 -0
  1711. package/dist/collection/shoelace/assets/icons/sd-card.svg +4 -0
  1712. package/dist/collection/shoelace/assets/icons/search-heart-fill.svg +3 -0
  1713. package/dist/collection/shoelace/assets/icons/search-heart.svg +4 -0
  1714. package/dist/collection/shoelace/assets/icons/search.svg +3 -0
  1715. package/dist/collection/shoelace/assets/icons/segmented-nav.svg +3 -0
  1716. package/dist/collection/shoelace/assets/icons/send-arrow-down-fill.svg +4 -0
  1717. package/dist/collection/shoelace/assets/icons/send-arrow-down.svg +4 -0
  1718. package/dist/collection/shoelace/assets/icons/send-arrow-up-fill.svg +4 -0
  1719. package/dist/collection/shoelace/assets/icons/send-arrow-up.svg +4 -0
  1720. package/dist/collection/shoelace/assets/icons/send-check-fill.svg +4 -0
  1721. package/dist/collection/shoelace/assets/icons/send-check.svg +4 -0
  1722. package/dist/collection/shoelace/assets/icons/send-dash-fill.svg +4 -0
  1723. package/dist/collection/shoelace/assets/icons/send-dash.svg +4 -0
  1724. package/dist/collection/shoelace/assets/icons/send-exclamation-fill.svg +4 -0
  1725. package/dist/collection/shoelace/assets/icons/send-exclamation.svg +4 -0
  1726. package/dist/collection/shoelace/assets/icons/send-fill.svg +3 -0
  1727. package/dist/collection/shoelace/assets/icons/send-plus-fill.svg +4 -0
  1728. package/dist/collection/shoelace/assets/icons/send-plus.svg +4 -0
  1729. package/dist/collection/shoelace/assets/icons/send-slash-fill.svg +4 -0
  1730. package/dist/collection/shoelace/assets/icons/send-slash.svg +4 -0
  1731. package/dist/collection/shoelace/assets/icons/send-x-fill.svg +4 -0
  1732. package/dist/collection/shoelace/assets/icons/send-x.svg +4 -0
  1733. package/dist/collection/shoelace/assets/icons/send.svg +3 -0
  1734. package/dist/collection/shoelace/assets/icons/server.svg +5 -0
  1735. package/dist/collection/shoelace/assets/icons/shadows.svg +3 -0
  1736. package/dist/collection/shoelace/assets/icons/share-fill.svg +3 -0
  1737. package/dist/collection/shoelace/assets/icons/share.svg +3 -0
  1738. package/dist/collection/shoelace/assets/icons/shield-check.svg +4 -0
  1739. package/dist/collection/shoelace/assets/icons/shield-exclamation.svg +4 -0
  1740. package/dist/collection/shoelace/assets/icons/shield-fill-check.svg +3 -0
  1741. package/dist/collection/shoelace/assets/icons/shield-fill-exclamation.svg +3 -0
  1742. package/dist/collection/shoelace/assets/icons/shield-fill-minus.svg +3 -0
  1743. package/dist/collection/shoelace/assets/icons/shield-fill-plus.svg +3 -0
  1744. package/dist/collection/shoelace/assets/icons/shield-fill-x.svg +3 -0
  1745. package/dist/collection/shoelace/assets/icons/shield-fill.svg +3 -0
  1746. package/dist/collection/shoelace/assets/icons/shield-lock-fill.svg +3 -0
  1747. package/dist/collection/shoelace/assets/icons/shield-lock.svg +4 -0
  1748. package/dist/collection/shoelace/assets/icons/shield-minus.svg +4 -0
  1749. package/dist/collection/shoelace/assets/icons/shield-plus.svg +4 -0
  1750. package/dist/collection/shoelace/assets/icons/shield-shaded.svg +3 -0
  1751. package/dist/collection/shoelace/assets/icons/shield-slash-fill.svg +3 -0
  1752. package/dist/collection/shoelace/assets/icons/shield-slash.svg +3 -0
  1753. package/dist/collection/shoelace/assets/icons/shield-x.svg +4 -0
  1754. package/dist/collection/shoelace/assets/icons/shield.svg +3 -0
  1755. package/dist/collection/shoelace/assets/icons/shift-fill.svg +3 -0
  1756. package/dist/collection/shoelace/assets/icons/shift.svg +3 -0
  1757. package/dist/collection/shoelace/assets/icons/shop-window.svg +3 -0
  1758. package/dist/collection/shoelace/assets/icons/shop.svg +3 -0
  1759. package/dist/collection/shoelace/assets/icons/shuffle.svg +4 -0
  1760. package/dist/collection/shoelace/assets/icons/sign-dead-end-fill.svg +4 -0
  1761. package/dist/collection/shoelace/assets/icons/sign-dead-end.svg +4 -0
  1762. package/dist/collection/shoelace/assets/icons/sign-do-not-enter-fill.svg +4 -0
  1763. package/dist/collection/shoelace/assets/icons/sign-do-not-enter.svg +4 -0
  1764. package/dist/collection/shoelace/assets/icons/sign-intersection-fill.svg +3 -0
  1765. package/dist/collection/shoelace/assets/icons/sign-intersection-side-fill.svg +3 -0
  1766. package/dist/collection/shoelace/assets/icons/sign-intersection-side.svg +4 -0
  1767. package/dist/collection/shoelace/assets/icons/sign-intersection-t-fill.svg +3 -0
  1768. package/dist/collection/shoelace/assets/icons/sign-intersection-t.svg +4 -0
  1769. package/dist/collection/shoelace/assets/icons/sign-intersection-y-fill.svg +3 -0
  1770. package/dist/collection/shoelace/assets/icons/sign-intersection-y.svg +4 -0
  1771. package/dist/collection/shoelace/assets/icons/sign-intersection.svg +4 -0
  1772. package/dist/collection/shoelace/assets/icons/sign-merge-left-fill.svg +3 -0
  1773. package/dist/collection/shoelace/assets/icons/sign-merge-left.svg +4 -0
  1774. package/dist/collection/shoelace/assets/icons/sign-merge-right-fill.svg +3 -0
  1775. package/dist/collection/shoelace/assets/icons/sign-merge-right.svg +4 -0
  1776. package/dist/collection/shoelace/assets/icons/sign-no-left-turn-fill.svg +4 -0
  1777. package/dist/collection/shoelace/assets/icons/sign-no-left-turn.svg +3 -0
  1778. package/dist/collection/shoelace/assets/icons/sign-no-parking-fill.svg +4 -0
  1779. package/dist/collection/shoelace/assets/icons/sign-no-parking.svg +3 -0
  1780. package/dist/collection/shoelace/assets/icons/sign-no-right-turn-fill.svg +4 -0
  1781. package/dist/collection/shoelace/assets/icons/sign-no-right-turn.svg +3 -0
  1782. package/dist/collection/shoelace/assets/icons/sign-railroad-fill.svg +5 -0
  1783. package/dist/collection/shoelace/assets/icons/sign-railroad.svg +4 -0
  1784. package/dist/collection/shoelace/assets/icons/sign-stop-fill.svg +4 -0
  1785. package/dist/collection/shoelace/assets/icons/sign-stop-lights-fill.svg +4 -0
  1786. package/dist/collection/shoelace/assets/icons/sign-stop-lights.svg +4 -0
  1787. package/dist/collection/shoelace/assets/icons/sign-stop.svg +5 -0
  1788. package/dist/collection/shoelace/assets/icons/sign-turn-left-fill.svg +3 -0
  1789. package/dist/collection/shoelace/assets/icons/sign-turn-left.svg +4 -0
  1790. package/dist/collection/shoelace/assets/icons/sign-turn-right-fill.svg +3 -0
  1791. package/dist/collection/shoelace/assets/icons/sign-turn-right.svg +4 -0
  1792. package/dist/collection/shoelace/assets/icons/sign-turn-slight-left-fill.svg +3 -0
  1793. package/dist/collection/shoelace/assets/icons/sign-turn-slight-left.svg +4 -0
  1794. package/dist/collection/shoelace/assets/icons/sign-turn-slight-right-fill.svg +3 -0
  1795. package/dist/collection/shoelace/assets/icons/sign-turn-slight-right.svg +4 -0
  1796. package/dist/collection/shoelace/assets/icons/sign-yield-fill.svg +4 -0
  1797. package/dist/collection/shoelace/assets/icons/sign-yield.svg +5 -0
  1798. package/dist/collection/shoelace/assets/icons/signal.svg +3 -0
  1799. package/dist/collection/shoelace/assets/icons/signpost-2-fill.svg +3 -0
  1800. package/dist/collection/shoelace/assets/icons/signpost-2.svg +3 -0
  1801. package/dist/collection/shoelace/assets/icons/signpost-fill.svg +3 -0
  1802. package/dist/collection/shoelace/assets/icons/signpost-split-fill.svg +3 -0
  1803. package/dist/collection/shoelace/assets/icons/signpost-split.svg +3 -0
  1804. package/dist/collection/shoelace/assets/icons/signpost.svg +3 -0
  1805. package/dist/collection/shoelace/assets/icons/sim-fill.svg +4 -0
  1806. package/dist/collection/shoelace/assets/icons/sim-slash-fill.svg +3 -0
  1807. package/dist/collection/shoelace/assets/icons/sim-slash.svg +3 -0
  1808. package/dist/collection/shoelace/assets/icons/sim.svg +4 -0
  1809. package/dist/collection/shoelace/assets/icons/sina-weibo.svg +4 -0
  1810. package/dist/collection/shoelace/assets/icons/skip-backward-btn-fill.svg +3 -0
  1811. package/dist/collection/shoelace/assets/icons/skip-backward-btn.svg +4 -0
  1812. package/dist/collection/shoelace/assets/icons/skip-backward-circle-fill.svg +3 -0
  1813. package/dist/collection/shoelace/assets/icons/skip-backward-circle.svg +4 -0
  1814. package/dist/collection/shoelace/assets/icons/skip-backward-fill.svg +3 -0
  1815. package/dist/collection/shoelace/assets/icons/skip-backward.svg +3 -0
  1816. package/dist/collection/shoelace/assets/icons/skip-end-btn-fill.svg +3 -0
  1817. package/dist/collection/shoelace/assets/icons/skip-end-btn.svg +4 -0
  1818. package/dist/collection/shoelace/assets/icons/skip-end-circle-fill.svg +3 -0
  1819. package/dist/collection/shoelace/assets/icons/skip-end-circle.svg +4 -0
  1820. package/dist/collection/shoelace/assets/icons/skip-end-fill.svg +3 -0
  1821. package/dist/collection/shoelace/assets/icons/skip-end.svg +3 -0
  1822. package/dist/collection/shoelace/assets/icons/skip-forward-btn-fill.svg +3 -0
  1823. package/dist/collection/shoelace/assets/icons/skip-forward-btn.svg +4 -0
  1824. package/dist/collection/shoelace/assets/icons/skip-forward-circle-fill.svg +3 -0
  1825. package/dist/collection/shoelace/assets/icons/skip-forward-circle.svg +4 -0
  1826. package/dist/collection/shoelace/assets/icons/skip-forward-fill.svg +3 -0
  1827. package/dist/collection/shoelace/assets/icons/skip-forward.svg +3 -0
  1828. package/dist/collection/shoelace/assets/icons/skip-start-btn-fill.svg +3 -0
  1829. package/dist/collection/shoelace/assets/icons/skip-start-btn.svg +4 -0
  1830. package/dist/collection/shoelace/assets/icons/skip-start-circle-fill.svg +3 -0
  1831. package/dist/collection/shoelace/assets/icons/skip-start-circle.svg +4 -0
  1832. package/dist/collection/shoelace/assets/icons/skip-start-fill.svg +3 -0
  1833. package/dist/collection/shoelace/assets/icons/skip-start.svg +3 -0
  1834. package/dist/collection/shoelace/assets/icons/skype.svg +3 -0
  1835. package/dist/collection/shoelace/assets/icons/slack.svg +3 -0
  1836. package/dist/collection/shoelace/assets/icons/slash-circle-fill.svg +3 -0
  1837. package/dist/collection/shoelace/assets/icons/slash-circle.svg +4 -0
  1838. package/dist/collection/shoelace/assets/icons/slash-lg.svg +3 -0
  1839. package/dist/collection/shoelace/assets/icons/slash-square-fill.svg +3 -0
  1840. package/dist/collection/shoelace/assets/icons/slash-square.svg +4 -0
  1841. package/dist/collection/shoelace/assets/icons/slash.svg +3 -0
  1842. package/dist/collection/shoelace/assets/icons/sliders.svg +3 -0
  1843. package/dist/collection/shoelace/assets/icons/sliders2-vertical.svg +3 -0
  1844. package/dist/collection/shoelace/assets/icons/sliders2.svg +3 -0
  1845. package/dist/collection/shoelace/assets/icons/smartwatch.svg +4 -0
  1846. package/dist/collection/shoelace/assets/icons/snapchat.svg +3 -0
  1847. package/dist/collection/shoelace/assets/icons/snow.svg +3 -0
  1848. package/dist/collection/shoelace/assets/icons/snow2.svg +3 -0
  1849. package/dist/collection/shoelace/assets/icons/snow3.svg +4 -0
  1850. package/dist/collection/shoelace/assets/icons/sort-alpha-down-alt.svg +5 -0
  1851. package/dist/collection/shoelace/assets/icons/sort-alpha-down.svg +4 -0
  1852. package/dist/collection/shoelace/assets/icons/sort-alpha-up-alt.svg +5 -0
  1853. package/dist/collection/shoelace/assets/icons/sort-alpha-up.svg +4 -0
  1854. package/dist/collection/shoelace/assets/icons/sort-down-alt.svg +3 -0
  1855. package/dist/collection/shoelace/assets/icons/sort-down.svg +3 -0
  1856. package/dist/collection/shoelace/assets/icons/sort-numeric-down-alt.svg +4 -0
  1857. package/dist/collection/shoelace/assets/icons/sort-numeric-down.svg +5 -0
  1858. package/dist/collection/shoelace/assets/icons/sort-numeric-up-alt.svg +4 -0
  1859. package/dist/collection/shoelace/assets/icons/sort-numeric-up.svg +5 -0
  1860. package/dist/collection/shoelace/assets/icons/sort-up-alt.svg +3 -0
  1861. package/dist/collection/shoelace/assets/icons/sort-up.svg +3 -0
  1862. package/dist/collection/shoelace/assets/icons/soundwave.svg +3 -0
  1863. package/dist/collection/shoelace/assets/icons/sourceforge.svg +4 -0
  1864. package/dist/collection/shoelace/assets/icons/speaker-fill.svg +4 -0
  1865. package/dist/collection/shoelace/assets/icons/speaker.svg +4 -0
  1866. package/dist/collection/shoelace/assets/icons/speedometer.svg +4 -0
  1867. package/dist/collection/shoelace/assets/icons/speedometer2.svg +4 -0
  1868. package/dist/collection/shoelace/assets/icons/spellcheck.svg +4 -0
  1869. package/dist/collection/shoelace/assets/icons/spotify.svg +3 -0
  1870. package/dist/collection/shoelace/assets/icons/square-fill.svg +3 -0
  1871. package/dist/collection/shoelace/assets/icons/square-half.svg +3 -0
  1872. package/dist/collection/shoelace/assets/icons/square.svg +3 -0
  1873. package/dist/collection/shoelace/assets/icons/stack-overflow.svg +4 -0
  1874. package/dist/collection/shoelace/assets/icons/stack.svg +4 -0
  1875. package/dist/collection/shoelace/assets/icons/star-fill.svg +3 -0
  1876. package/dist/collection/shoelace/assets/icons/star-half.svg +3 -0
  1877. package/dist/collection/shoelace/assets/icons/star.svg +3 -0
  1878. package/dist/collection/shoelace/assets/icons/stars.svg +3 -0
  1879. package/dist/collection/shoelace/assets/icons/steam.svg +4 -0
  1880. package/dist/collection/shoelace/assets/icons/stickies-fill.svg +4 -0
  1881. package/dist/collection/shoelace/assets/icons/stickies.svg +4 -0
  1882. package/dist/collection/shoelace/assets/icons/sticky-fill.svg +3 -0
  1883. package/dist/collection/shoelace/assets/icons/sticky.svg +3 -0
  1884. package/dist/collection/shoelace/assets/icons/stop-btn-fill.svg +3 -0
  1885. package/dist/collection/shoelace/assets/icons/stop-btn.svg +4 -0
  1886. package/dist/collection/shoelace/assets/icons/stop-circle-fill.svg +3 -0
  1887. package/dist/collection/shoelace/assets/icons/stop-circle.svg +4 -0
  1888. package/dist/collection/shoelace/assets/icons/stop-fill.svg +3 -0
  1889. package/dist/collection/shoelace/assets/icons/stop.svg +3 -0
  1890. package/dist/collection/shoelace/assets/icons/stoplights-fill.svg +3 -0
  1891. package/dist/collection/shoelace/assets/icons/stoplights.svg +4 -0
  1892. package/dist/collection/shoelace/assets/icons/stopwatch-fill.svg +3 -0
  1893. package/dist/collection/shoelace/assets/icons/stopwatch.svg +4 -0
  1894. package/dist/collection/shoelace/assets/icons/strava.svg +3 -0
  1895. package/dist/collection/shoelace/assets/icons/stripe.svg +3 -0
  1896. package/dist/collection/shoelace/assets/icons/subscript.svg +3 -0
  1897. package/dist/collection/shoelace/assets/icons/substack.svg +3 -0
  1898. package/dist/collection/shoelace/assets/icons/subtract.svg +3 -0
  1899. package/dist/collection/shoelace/assets/icons/suit-club-fill.svg +3 -0
  1900. package/dist/collection/shoelace/assets/icons/suit-club.svg +3 -0
  1901. package/dist/collection/shoelace/assets/icons/suit-diamond-fill.svg +3 -0
  1902. package/dist/collection/shoelace/assets/icons/suit-diamond.svg +3 -0
  1903. package/dist/collection/shoelace/assets/icons/suit-heart-fill.svg +3 -0
  1904. package/dist/collection/shoelace/assets/icons/suit-heart.svg +3 -0
  1905. package/dist/collection/shoelace/assets/icons/suit-spade-fill.svg +3 -0
  1906. package/dist/collection/shoelace/assets/icons/suit-spade.svg +3 -0
  1907. package/dist/collection/shoelace/assets/icons/suitcase-fill.svg +3 -0
  1908. package/dist/collection/shoelace/assets/icons/suitcase-lg-fill.svg +3 -0
  1909. package/dist/collection/shoelace/assets/icons/suitcase-lg.svg +3 -0
  1910. package/dist/collection/shoelace/assets/icons/suitcase.svg +4 -0
  1911. package/dist/collection/shoelace/assets/icons/suitcase2-fill.svg +3 -0
  1912. package/dist/collection/shoelace/assets/icons/suitcase2.svg +3 -0
  1913. package/dist/collection/shoelace/assets/icons/sun-fill.svg +3 -0
  1914. package/dist/collection/shoelace/assets/icons/sun.svg +3 -0
  1915. package/dist/collection/shoelace/assets/icons/sunglasses.svg +3 -0
  1916. package/dist/collection/shoelace/assets/icons/sunrise-fill.svg +3 -0
  1917. package/dist/collection/shoelace/assets/icons/sunrise.svg +3 -0
  1918. package/dist/collection/shoelace/assets/icons/sunset-fill.svg +3 -0
  1919. package/dist/collection/shoelace/assets/icons/sunset.svg +3 -0
  1920. package/dist/collection/shoelace/assets/icons/superscript.svg +3 -0
  1921. package/dist/collection/shoelace/assets/icons/symmetry-horizontal.svg +3 -0
  1922. package/dist/collection/shoelace/assets/icons/symmetry-vertical.svg +3 -0
  1923. package/dist/collection/shoelace/assets/icons/table.svg +3 -0
  1924. package/dist/collection/shoelace/assets/icons/tablet-fill.svg +3 -0
  1925. package/dist/collection/shoelace/assets/icons/tablet-landscape-fill.svg +3 -0
  1926. package/dist/collection/shoelace/assets/icons/tablet-landscape.svg +4 -0
  1927. package/dist/collection/shoelace/assets/icons/tablet.svg +4 -0
  1928. package/dist/collection/shoelace/assets/icons/tag-fill.svg +3 -0
  1929. package/dist/collection/shoelace/assets/icons/tag.svg +4 -0
  1930. package/dist/collection/shoelace/assets/icons/tags-fill.svg +4 -0
  1931. package/dist/collection/shoelace/assets/icons/tags.svg +4 -0
  1932. package/dist/collection/shoelace/assets/icons/taxi-front-fill.svg +3 -0
  1933. package/dist/collection/shoelace/assets/icons/taxi-front.svg +4 -0
  1934. package/dist/collection/shoelace/assets/icons/telegram.svg +3 -0
  1935. package/dist/collection/shoelace/assets/icons/telephone-fill.svg +3 -0
  1936. package/dist/collection/shoelace/assets/icons/telephone-forward-fill.svg +3 -0
  1937. package/dist/collection/shoelace/assets/icons/telephone-forward.svg +3 -0
  1938. package/dist/collection/shoelace/assets/icons/telephone-inbound-fill.svg +3 -0
  1939. package/dist/collection/shoelace/assets/icons/telephone-inbound.svg +3 -0
  1940. package/dist/collection/shoelace/assets/icons/telephone-minus-fill.svg +3 -0
  1941. package/dist/collection/shoelace/assets/icons/telephone-minus.svg +4 -0
  1942. package/dist/collection/shoelace/assets/icons/telephone-outbound-fill.svg +3 -0
  1943. package/dist/collection/shoelace/assets/icons/telephone-outbound.svg +3 -0
  1944. package/dist/collection/shoelace/assets/icons/telephone-plus-fill.svg +3 -0
  1945. package/dist/collection/shoelace/assets/icons/telephone-plus.svg +4 -0
  1946. package/dist/collection/shoelace/assets/icons/telephone-x-fill.svg +3 -0
  1947. package/dist/collection/shoelace/assets/icons/telephone-x.svg +4 -0
  1948. package/dist/collection/shoelace/assets/icons/telephone.svg +3 -0
  1949. package/dist/collection/shoelace/assets/icons/tencent-qq.svg +4 -0
  1950. package/dist/collection/shoelace/assets/icons/terminal-dash.svg +4 -0
  1951. package/dist/collection/shoelace/assets/icons/terminal-fill.svg +3 -0
  1952. package/dist/collection/shoelace/assets/icons/terminal-plus.svg +4 -0
  1953. package/dist/collection/shoelace/assets/icons/terminal-split.svg +4 -0
  1954. package/dist/collection/shoelace/assets/icons/terminal-x.svg +4 -0
  1955. package/dist/collection/shoelace/assets/icons/terminal.svg +4 -0
  1956. package/dist/collection/shoelace/assets/icons/text-center.svg +3 -0
  1957. package/dist/collection/shoelace/assets/icons/text-indent-left.svg +3 -0
  1958. package/dist/collection/shoelace/assets/icons/text-indent-right.svg +3 -0
  1959. package/dist/collection/shoelace/assets/icons/text-left.svg +3 -0
  1960. package/dist/collection/shoelace/assets/icons/text-paragraph.svg +3 -0
  1961. package/dist/collection/shoelace/assets/icons/text-right.svg +3 -0
  1962. package/dist/collection/shoelace/assets/icons/text-wrap.svg +3 -0
  1963. package/dist/collection/shoelace/assets/icons/textarea-resize.svg +3 -0
  1964. package/dist/collection/shoelace/assets/icons/textarea-t.svg +4 -0
  1965. package/dist/collection/shoelace/assets/icons/textarea.svg +3 -0
  1966. package/dist/collection/shoelace/assets/icons/thermometer-half.svg +4 -0
  1967. package/dist/collection/shoelace/assets/icons/thermometer-high.svg +4 -0
  1968. package/dist/collection/shoelace/assets/icons/thermometer-low.svg +4 -0
  1969. package/dist/collection/shoelace/assets/icons/thermometer-snow.svg +4 -0
  1970. package/dist/collection/shoelace/assets/icons/thermometer-sun.svg +4 -0
  1971. package/dist/collection/shoelace/assets/icons/thermometer.svg +4 -0
  1972. package/dist/collection/shoelace/assets/icons/threads-fill.svg +4 -0
  1973. package/dist/collection/shoelace/assets/icons/threads.svg +3 -0
  1974. package/dist/collection/shoelace/assets/icons/three-dots-vertical.svg +3 -0
  1975. package/dist/collection/shoelace/assets/icons/three-dots.svg +3 -0
  1976. package/dist/collection/shoelace/assets/icons/thunderbolt-fill.svg +3 -0
  1977. package/dist/collection/shoelace/assets/icons/thunderbolt.svg +4 -0
  1978. package/dist/collection/shoelace/assets/icons/ticket-detailed-fill.svg +3 -0
  1979. package/dist/collection/shoelace/assets/icons/ticket-detailed.svg +4 -0
  1980. package/dist/collection/shoelace/assets/icons/ticket-fill.svg +3 -0
  1981. package/dist/collection/shoelace/assets/icons/ticket-perforated-fill.svg +3 -0
  1982. package/dist/collection/shoelace/assets/icons/ticket-perforated.svg +4 -0
  1983. package/dist/collection/shoelace/assets/icons/ticket.svg +3 -0
  1984. package/dist/collection/shoelace/assets/icons/tiktok.svg +3 -0
  1985. package/dist/collection/shoelace/assets/icons/toggle-off.svg +3 -0
  1986. package/dist/collection/shoelace/assets/icons/toggle-on.svg +3 -0
  1987. package/dist/collection/shoelace/assets/icons/toggle2-off.svg +4 -0
  1988. package/dist/collection/shoelace/assets/icons/toggle2-on.svg +4 -0
  1989. package/dist/collection/shoelace/assets/icons/toggles.svg +3 -0
  1990. package/dist/collection/shoelace/assets/icons/toggles2.svg +5 -0
  1991. package/dist/collection/shoelace/assets/icons/tools.svg +3 -0
  1992. package/dist/collection/shoelace/assets/icons/tornado.svg +3 -0
  1993. package/dist/collection/shoelace/assets/icons/train-freight-front-fill.svg +3 -0
  1994. package/dist/collection/shoelace/assets/icons/train-freight-front.svg +3 -0
  1995. package/dist/collection/shoelace/assets/icons/train-front-fill.svg +3 -0
  1996. package/dist/collection/shoelace/assets/icons/train-front.svg +3 -0
  1997. package/dist/collection/shoelace/assets/icons/train-lightrail-front-fill.svg +3 -0
  1998. package/dist/collection/shoelace/assets/icons/train-lightrail-front.svg +3 -0
  1999. package/dist/collection/shoelace/assets/icons/translate.svg +4 -0
  2000. package/dist/collection/shoelace/assets/icons/transparency.svg +3 -0
  2001. package/dist/collection/shoelace/assets/icons/trash-fill.svg +3 -0
  2002. package/dist/collection/shoelace/assets/icons/trash.svg +4 -0
  2003. package/dist/collection/shoelace/assets/icons/trash2-fill.svg +3 -0
  2004. package/dist/collection/shoelace/assets/icons/trash2.svg +3 -0
  2005. package/dist/collection/shoelace/assets/icons/trash3-fill.svg +3 -0
  2006. package/dist/collection/shoelace/assets/icons/trash3.svg +3 -0
  2007. package/dist/collection/shoelace/assets/icons/tree-fill.svg +3 -0
  2008. package/dist/collection/shoelace/assets/icons/tree.svg +3 -0
  2009. package/dist/collection/shoelace/assets/icons/trello.svg +3 -0
  2010. package/dist/collection/shoelace/assets/icons/triangle-fill.svg +3 -0
  2011. package/dist/collection/shoelace/assets/icons/triangle-half.svg +3 -0
  2012. package/dist/collection/shoelace/assets/icons/triangle.svg +3 -0
  2013. package/dist/collection/shoelace/assets/icons/trophy-fill.svg +3 -0
  2014. package/dist/collection/shoelace/assets/icons/trophy.svg +3 -0
  2015. package/dist/collection/shoelace/assets/icons/tropical-storm.svg +4 -0
  2016. package/dist/collection/shoelace/assets/icons/truck-flatbed.svg +3 -0
  2017. package/dist/collection/shoelace/assets/icons/truck-front-fill.svg +3 -0
  2018. package/dist/collection/shoelace/assets/icons/truck-front.svg +4 -0
  2019. package/dist/collection/shoelace/assets/icons/truck.svg +3 -0
  2020. package/dist/collection/shoelace/assets/icons/tsunami.svg +3 -0
  2021. package/dist/collection/shoelace/assets/icons/tv-fill.svg +3 -0
  2022. package/dist/collection/shoelace/assets/icons/tv.svg +3 -0
  2023. package/dist/collection/shoelace/assets/icons/twitch.svg +4 -0
  2024. package/dist/collection/shoelace/assets/icons/twitter-x.svg +3 -0
  2025. package/dist/collection/shoelace/assets/icons/twitter.svg +3 -0
  2026. package/dist/collection/shoelace/assets/icons/type-bold.svg +3 -0
  2027. package/dist/collection/shoelace/assets/icons/type-h1.svg +3 -0
  2028. package/dist/collection/shoelace/assets/icons/type-h2.svg +3 -0
  2029. package/dist/collection/shoelace/assets/icons/type-h3.svg +3 -0
  2030. package/dist/collection/shoelace/assets/icons/type-h4.svg +3 -0
  2031. package/dist/collection/shoelace/assets/icons/type-h5.svg +3 -0
  2032. package/dist/collection/shoelace/assets/icons/type-h6.svg +3 -0
  2033. package/dist/collection/shoelace/assets/icons/type-italic.svg +3 -0
  2034. package/dist/collection/shoelace/assets/icons/type-strikethrough.svg +3 -0
  2035. package/dist/collection/shoelace/assets/icons/type-underline.svg +3 -0
  2036. package/dist/collection/shoelace/assets/icons/type.svg +3 -0
  2037. package/dist/collection/shoelace/assets/icons/ubuntu.svg +3 -0
  2038. package/dist/collection/shoelace/assets/icons/ui-checks-grid.svg +3 -0
  2039. package/dist/collection/shoelace/assets/icons/ui-checks.svg +3 -0
  2040. package/dist/collection/shoelace/assets/icons/ui-radios-grid.svg +3 -0
  2041. package/dist/collection/shoelace/assets/icons/ui-radios.svg +3 -0
  2042. package/dist/collection/shoelace/assets/icons/umbrella-fill.svg +3 -0
  2043. package/dist/collection/shoelace/assets/icons/umbrella.svg +3 -0
  2044. package/dist/collection/shoelace/assets/icons/unindent.svg +4 -0
  2045. package/dist/collection/shoelace/assets/icons/union.svg +3 -0
  2046. package/dist/collection/shoelace/assets/icons/unity.svg +3 -0
  2047. package/dist/collection/shoelace/assets/icons/universal-access-circle.svg +4 -0
  2048. package/dist/collection/shoelace/assets/icons/universal-access.svg +3 -0
  2049. package/dist/collection/shoelace/assets/icons/unlock-fill.svg +3 -0
  2050. package/dist/collection/shoelace/assets/icons/unlock.svg +3 -0
  2051. package/dist/collection/shoelace/assets/icons/upc-scan.svg +3 -0
  2052. package/dist/collection/shoelace/assets/icons/upc.svg +3 -0
  2053. package/dist/collection/shoelace/assets/icons/upload.svg +4 -0
  2054. package/dist/collection/shoelace/assets/icons/usb-c-fill.svg +3 -0
  2055. package/dist/collection/shoelace/assets/icons/usb-c.svg +4 -0
  2056. package/dist/collection/shoelace/assets/icons/usb-drive-fill.svg +3 -0
  2057. package/dist/collection/shoelace/assets/icons/usb-drive.svg +3 -0
  2058. package/dist/collection/shoelace/assets/icons/usb-fill.svg +3 -0
  2059. package/dist/collection/shoelace/assets/icons/usb-micro-fill.svg +3 -0
  2060. package/dist/collection/shoelace/assets/icons/usb-micro.svg +4 -0
  2061. package/dist/collection/shoelace/assets/icons/usb-mini-fill.svg +3 -0
  2062. package/dist/collection/shoelace/assets/icons/usb-mini.svg +4 -0
  2063. package/dist/collection/shoelace/assets/icons/usb-plug-fill.svg +3 -0
  2064. package/dist/collection/shoelace/assets/icons/usb-plug.svg +3 -0
  2065. package/dist/collection/shoelace/assets/icons/usb-symbol.svg +3 -0
  2066. package/dist/collection/shoelace/assets/icons/usb.svg +4 -0
  2067. package/dist/collection/shoelace/assets/icons/valentine.svg +4 -0
  2068. package/dist/collection/shoelace/assets/icons/valentine2.svg +4 -0
  2069. package/dist/collection/shoelace/assets/icons/vector-pen.svg +4 -0
  2070. package/dist/collection/shoelace/assets/icons/view-list.svg +3 -0
  2071. package/dist/collection/shoelace/assets/icons/view-stacked.svg +3 -0
  2072. package/dist/collection/shoelace/assets/icons/vignette.svg +4 -0
  2073. package/dist/collection/shoelace/assets/icons/vimeo.svg +3 -0
  2074. package/dist/collection/shoelace/assets/icons/vinyl-fill.svg +4 -0
  2075. package/dist/collection/shoelace/assets/icons/vinyl.svg +5 -0
  2076. package/dist/collection/shoelace/assets/icons/virus.svg +3 -0
  2077. package/dist/collection/shoelace/assets/icons/virus2.svg +3 -0
  2078. package/dist/collection/shoelace/assets/icons/voicemail.svg +3 -0
  2079. package/dist/collection/shoelace/assets/icons/volume-down-fill.svg +3 -0
  2080. package/dist/collection/shoelace/assets/icons/volume-down.svg +3 -0
  2081. package/dist/collection/shoelace/assets/icons/volume-mute-fill.svg +3 -0
  2082. package/dist/collection/shoelace/assets/icons/volume-mute.svg +3 -0
  2083. package/dist/collection/shoelace/assets/icons/volume-off-fill.svg +3 -0
  2084. package/dist/collection/shoelace/assets/icons/volume-off.svg +3 -0
  2085. package/dist/collection/shoelace/assets/icons/volume-up-fill.svg +5 -0
  2086. package/dist/collection/shoelace/assets/icons/volume-up.svg +5 -0
  2087. package/dist/collection/shoelace/assets/icons/vr.svg +3 -0
  2088. package/dist/collection/shoelace/assets/icons/wallet-fill.svg +4 -0
  2089. package/dist/collection/shoelace/assets/icons/wallet.svg +3 -0
  2090. package/dist/collection/shoelace/assets/icons/wallet2.svg +3 -0
  2091. package/dist/collection/shoelace/assets/icons/watch.svg +4 -0
  2092. package/dist/collection/shoelace/assets/icons/water.svg +3 -0
  2093. package/dist/collection/shoelace/assets/icons/webcam-fill.svg +4 -0
  2094. package/dist/collection/shoelace/assets/icons/webcam.svg +4 -0
  2095. package/dist/collection/shoelace/assets/icons/wechat.svg +4 -0
  2096. package/dist/collection/shoelace/assets/icons/whatsapp.svg +3 -0
  2097. package/dist/collection/shoelace/assets/icons/wifi-1.svg +3 -0
  2098. package/dist/collection/shoelace/assets/icons/wifi-2.svg +3 -0
  2099. package/dist/collection/shoelace/assets/icons/wifi-off.svg +3 -0
  2100. package/dist/collection/shoelace/assets/icons/wifi.svg +4 -0
  2101. package/dist/collection/shoelace/assets/icons/wikipedia.svg +3 -0
  2102. package/dist/collection/shoelace/assets/icons/wind.svg +3 -0
  2103. package/dist/collection/shoelace/assets/icons/window-dash.svg +5 -0
  2104. package/dist/collection/shoelace/assets/icons/window-desktop.svg +4 -0
  2105. package/dist/collection/shoelace/assets/icons/window-dock.svg +4 -0
  2106. package/dist/collection/shoelace/assets/icons/window-fullscreen.svg +4 -0
  2107. package/dist/collection/shoelace/assets/icons/window-plus.svg +5 -0
  2108. package/dist/collection/shoelace/assets/icons/window-sidebar.svg +4 -0
  2109. package/dist/collection/shoelace/assets/icons/window-split.svg +4 -0
  2110. package/dist/collection/shoelace/assets/icons/window-stack.svg +4 -0
  2111. package/dist/collection/shoelace/assets/icons/window-x.svg +5 -0
  2112. package/dist/collection/shoelace/assets/icons/window.svg +4 -0
  2113. package/dist/collection/shoelace/assets/icons/windows.svg +3 -0
  2114. package/dist/collection/shoelace/assets/icons/wordpress.svg +5 -0
  2115. package/dist/collection/shoelace/assets/icons/wrench-adjustable-circle-fill.svg +4 -0
  2116. package/dist/collection/shoelace/assets/icons/wrench-adjustable-circle.svg +4 -0
  2117. package/dist/collection/shoelace/assets/icons/wrench-adjustable.svg +4 -0
  2118. package/dist/collection/shoelace/assets/icons/wrench.svg +3 -0
  2119. package/dist/collection/shoelace/assets/icons/x-circle-fill.svg +3 -0
  2120. package/dist/collection/shoelace/assets/icons/x-circle.svg +4 -0
  2121. package/dist/collection/shoelace/assets/icons/x-diamond-fill.svg +3 -0
  2122. package/dist/collection/shoelace/assets/icons/x-diamond.svg +3 -0
  2123. package/dist/collection/shoelace/assets/icons/x-lg.svg +3 -0
  2124. package/dist/collection/shoelace/assets/icons/x-octagon-fill.svg +3 -0
  2125. package/dist/collection/shoelace/assets/icons/x-octagon.svg +4 -0
  2126. package/dist/collection/shoelace/assets/icons/x-square-fill.svg +3 -0
  2127. package/dist/collection/shoelace/assets/icons/x-square.svg +4 -0
  2128. package/dist/collection/shoelace/assets/icons/x.svg +3 -0
  2129. package/dist/collection/shoelace/assets/icons/xbox.svg +3 -0
  2130. package/dist/collection/shoelace/assets/icons/yelp.svg +3 -0
  2131. package/dist/collection/shoelace/assets/icons/yin-yang.svg +4 -0
  2132. package/dist/collection/shoelace/assets/icons/youtube.svg +3 -0
  2133. package/dist/collection/shoelace/assets/icons/zoom-in.svg +5 -0
  2134. package/dist/collection/shoelace/assets/icons/zoom-out.svg +5 -0
  2135. package/dist/collection/utils/debounceTime.js +1 -0
  2136. package/dist/components/PodOsAware.js +1 -0
  2137. package/dist/components/PodOsModuleAware.js +1 -0
  2138. package/dist/components/ResourceAware.js +1 -0
  2139. package/dist/components/address-book-page.js +1 -0
  2140. package/dist/components/chunk.3XI76F3K.js +103 -0
  2141. package/dist/components/chunk.3Y6SB6QS.js +1 -0
  2142. package/dist/components/chunk.4TUIT776.js +42 -0
  2143. package/dist/components/chunk.5JY5FUCG.js +74 -0
  2144. package/dist/components/chunk.6CTB5ZDJ.js +1 -0
  2145. package/dist/components/chunk.AJ3ENQ5C.js +12 -0
  2146. package/dist/components/chunk.HVTXQL7M.js +365 -0
  2147. package/dist/components/chunk.NYIIDP5N.js +1 -0
  2148. package/dist/components/chunk.URTPIBTY.js +78 -0
  2149. package/dist/components/chunk.XQ2OKYYA.js +68 -0
  2150. package/dist/components/chunk.YHLNUJ7P.js +26 -0
  2151. package/dist/components/chunk.ZGGPD2XJ.js +1 -0
  2152. package/dist/components/class-map.js +11 -0
  2153. package/dist/components/contact-details.js +1 -0
  2154. package/dist/components/contact-list.js +1 -0
  2155. package/dist/components/create-new-contact-form.js +1 -0
  2156. package/dist/components/create-new-contact.js +1 -0
  2157. package/dist/components/email-addresses.js +1 -0
  2158. package/dist/components/group-details.js +1 -0
  2159. package/dist/components/group-list.js +1 -0
  2160. package/dist/components/if-defined.js +6 -0
  2161. package/dist/components/index.d.ts +35 -0
  2162. package/dist/components/index.js +1 -0
  2163. package/dist/components/index2.js +67 -0
  2164. package/dist/components/index3.js +1 -0
  2165. package/dist/components/index4.js +1 -0
  2166. package/dist/components/index5.js +1 -0
  2167. package/dist/components/jsonld-V2RB47OZ.js +74 -0
  2168. package/dist/components/list-address-books.js +1 -0
  2169. package/dist/components/loading-spinner.js +1 -0
  2170. package/dist/components/open-address-book.js +1 -0
  2171. package/dist/components/phone-numbers.js +1 -0
  2172. package/dist/components/pos-add-literal-value.js +1 -0
  2173. package/dist/components/pos-add-literal-value2.js +1 -0
  2174. package/dist/components/pos-add-new-thing.js +1 -0
  2175. package/dist/components/pos-add-new-thing2.js +1 -0
  2176. package/dist/components/pos-app-browser.js +1 -0
  2177. package/dist/components/pos-app-dashboard.js +1 -0
  2178. package/dist/components/pos-app-dashboard2.js +1 -0
  2179. package/dist/components/pos-app-document-viewer.js +1 -0
  2180. package/dist/components/pos-app-generic.js +1 -0
  2181. package/dist/components/pos-app-image-viewer.js +1 -0
  2182. package/dist/components/pos-app-ldp-container.js +1 -0
  2183. package/dist/components/pos-app-rdf-document.js +1 -0
  2184. package/dist/components/pos-app-settings.js +1 -0
  2185. package/dist/components/pos-app-settings2.js +1 -0
  2186. package/dist/components/pos-app.js +1 -0
  2187. package/dist/components/pos-app2.js +1 -0
  2188. package/dist/components/pos-attachments.js +1 -0
  2189. package/dist/components/pos-attachments2.js +1 -0
  2190. package/dist/components/pos-contacts-address-book-page.d.ts +11 -0
  2191. package/dist/components/pos-contacts-address-book-page.js +1 -0
  2192. package/dist/components/pos-contacts-app.d.ts +11 -0
  2193. package/dist/components/pos-contacts-app.js +1 -0
  2194. package/dist/components/pos-contacts-contact-details.d.ts +11 -0
  2195. package/dist/components/pos-contacts-contact-details.js +1 -0
  2196. package/dist/components/pos-contacts-contact-list.d.ts +11 -0
  2197. package/dist/components/pos-contacts-contact-list.js +1 -0
  2198. package/dist/components/pos-contacts-create-new-contact-form.d.ts +11 -0
  2199. package/dist/components/pos-contacts-create-new-contact-form.js +1 -0
  2200. package/dist/components/pos-contacts-create-new-contact.d.ts +11 -0
  2201. package/dist/components/pos-contacts-create-new-contact.js +1 -0
  2202. package/dist/components/pos-contacts-email-addresses.d.ts +11 -0
  2203. package/dist/components/pos-contacts-email-addresses.js +1 -0
  2204. package/dist/components/pos-contacts-group-details.d.ts +11 -0
  2205. package/dist/components/pos-contacts-group-details.js +1 -0
  2206. package/dist/components/pos-contacts-group-list.d.ts +11 -0
  2207. package/dist/components/pos-contacts-group-list.js +1 -0
  2208. package/dist/components/pos-contacts-list-address-books.d.ts +11 -0
  2209. package/dist/components/pos-contacts-list-address-books.js +1 -0
  2210. package/dist/components/pos-contacts-loading-spinner.d.ts +11 -0
  2211. package/dist/components/pos-contacts-loading-spinner.js +1 -0
  2212. package/dist/components/pos-contacts-open-address-book.d.ts +11 -0
  2213. package/dist/components/pos-contacts-open-address-book.js +1 -0
  2214. package/dist/components/pos-contacts-phone-numbers.d.ts +11 -0
  2215. package/dist/components/pos-contacts-phone-numbers.js +1 -0
  2216. package/dist/components/pos-contacts-router.d.ts +11 -0
  2217. package/dist/components/pos-contacts-router.js +1 -0
  2218. package/dist/components/pos-contacts-welcome-page.d.ts +11 -0
  2219. package/dist/components/pos-contacts-welcome-page.js +1 -0
  2220. package/dist/components/pos-container-contents.js +1 -0
  2221. package/dist/components/pos-container-contents2.js +1 -0
  2222. package/dist/components/pos-container-item.js +1 -0
  2223. package/dist/components/pos-container-item2.js +1 -0
  2224. package/dist/components/pos-container-toolbar.js +1 -0
  2225. package/dist/components/pos-container-toolbar2.js +1 -0
  2226. package/dist/components/pos-create-new-container-item.js +1 -0
  2227. package/dist/components/pos-create-new-container-item2.js +1 -0
  2228. package/dist/components/pos-description.js +1 -0
  2229. package/dist/components/pos-description2.js +1 -0
  2230. package/dist/components/pos-dialog.js +1 -0
  2231. package/dist/components/pos-dialog2.js +1 -0
  2232. package/dist/components/pos-document.js +1 -0
  2233. package/dist/components/pos-document2.js +1 -0
  2234. package/dist/components/pos-error-toast.js +1 -0
  2235. package/dist/components/pos-error-toast2.js +258 -0
  2236. package/dist/components/pos-example-resources.js +1 -0
  2237. package/dist/components/pos-example-resources2.js +1 -0
  2238. package/dist/components/pos-getting-started.js +1 -0
  2239. package/dist/components/pos-getting-started2.js +1 -0
  2240. package/dist/components/pos-image.js +1 -0
  2241. package/dist/components/pos-image2.js +1 -0
  2242. package/dist/components/pos-internal-router.js +1 -0
  2243. package/dist/components/pos-internal-router2.js +1 -0
  2244. package/dist/components/pos-label.js +1 -0
  2245. package/dist/components/pos-label2.js +1 -0
  2246. package/dist/components/pos-list.js +1 -0
  2247. package/dist/components/pos-literals.js +1 -0
  2248. package/dist/components/pos-literals2.js +1 -0
  2249. package/dist/components/pos-login-form.js +1 -0
  2250. package/dist/components/pos-login-form2.js +1 -0
  2251. package/dist/components/pos-login.js +1 -0
  2252. package/dist/components/pos-login2.js +1 -0
  2253. package/dist/components/pos-make-findable.js +1 -0
  2254. package/dist/components/pos-make-findable2.js +1 -0
  2255. package/dist/components/pos-markdown-document.js +1 -0
  2256. package/dist/components/pos-markdown-document2.js +1 -0
  2257. package/dist/components/pos-navigation-bar.js +1 -0
  2258. package/dist/components/pos-navigation-bar2.js +1 -0
  2259. package/dist/components/pos-navigation.js +1 -0
  2260. package/dist/components/pos-navigation2.js +1 -0
  2261. package/dist/components/pos-new-thing-form.js +1 -0
  2262. package/dist/components/pos-new-thing-form2.js +1 -0
  2263. package/dist/components/pos-picture.js +1 -0
  2264. package/dist/components/pos-picture2.js +1 -0
  2265. package/dist/components/pos-predicate.js +1 -0
  2266. package/dist/components/pos-predicate2.js +1 -0
  2267. package/dist/components/pos-relations.js +1 -0
  2268. package/dist/components/pos-relations2.js +1 -0
  2269. package/dist/components/pos-resource.js +1 -0
  2270. package/dist/components/pos-resource2.js +1 -0
  2271. package/dist/components/pos-reverse-relations.js +1 -0
  2272. package/dist/components/pos-reverse-relations2.js +1 -0
  2273. package/dist/components/pos-rich-link.js +1 -0
  2274. package/dist/components/pos-rich-link2.js +1 -0
  2275. package/dist/components/pos-router.js +1 -0
  2276. package/dist/components/pos-router2.js +1 -0
  2277. package/dist/components/pos-select-term.js +1 -0
  2278. package/dist/components/pos-select-term2.js +1 -0
  2279. package/dist/components/pos-setting-offline-cache.js +1 -0
  2280. package/dist/components/pos-setting-offline-cache2.js +1 -0
  2281. package/dist/components/pos-subjects.js +1 -0
  2282. package/dist/components/pos-subjects2.js +1 -0
  2283. package/dist/components/pos-tool-attachments.js +1 -0
  2284. package/dist/components/pos-tool-select.js +1 -0
  2285. package/dist/components/pos-tool-select2.js +1 -0
  2286. package/dist/components/pos-type-badges.js +1 -0
  2287. package/dist/components/pos-type-badges2.js +1 -0
  2288. package/dist/components/pos-type-index-entries.js +1 -0
  2289. package/dist/components/pos-type-index-entries2.js +1 -0
  2290. package/dist/components/pos-type-router.js +1 -0
  2291. package/dist/components/pos-type-router2.js +1 -0
  2292. package/dist/components/pos-upload.js +1 -0
  2293. package/dist/components/pos-upload2.js +16 -0
  2294. package/dist/components/pos-user-menu.js +1 -0
  2295. package/dist/components/pos-user-menu2.js +107 -0
  2296. package/dist/components/pos-value.js +1 -0
  2297. package/dist/components/router.js +1 -0
  2298. package/dist/components/session.js +1 -0
  2299. package/dist/components/settings.js +1 -0
  2300. package/dist/components/usePodOS.js +1 -0
  2301. package/dist/components/usePodOS2.js +1 -0
  2302. package/dist/components/welcome-page.js +1 -0
  2303. package/dist/contacts/contacts.css +39 -0
  2304. package/dist/contacts/contacts.esm.js +1 -0
  2305. package/dist/contacts/index.esm.js +0 -0
  2306. package/dist/contacts/p-04958ea3.entry.js +1 -0
  2307. package/dist/contacts/p-1a3db10b.entry.js +364 -0
  2308. package/dist/contacts/p-1c438065.entry.js +1 -0
  2309. package/dist/contacts/p-1d26260f.entry.js +1 -0
  2310. package/dist/contacts/p-1xUnBGk9.js +78 -0
  2311. package/dist/contacts/p-274a058e.entry.js +1 -0
  2312. package/dist/contacts/p-2838a706.entry.js +1 -0
  2313. package/dist/contacts/p-2f71dc3f.entry.js +1 -0
  2314. package/dist/contacts/p-34745d30.entry.js +1 -0
  2315. package/dist/contacts/p-40c74195.entry.js +1 -0
  2316. package/dist/contacts/p-4b083d14.entry.js +1 -0
  2317. package/dist/contacts/p-67acd5f1.entry.js +1 -0
  2318. package/dist/contacts/p-728d6af6.entry.js +1 -0
  2319. package/dist/contacts/p-734b1a7b.entry.js +1 -0
  2320. package/dist/contacts/p-8bfd4d17.entry.js +118 -0
  2321. package/dist/contacts/p-934f49b1.entry.js +1 -0
  2322. package/dist/contacts/p-B9Os6GUk.js +85 -0
  2323. package/dist/contacts/p-BW_CkW1K.js +1 -0
  2324. package/dist/contacts/p-BnGEOH37.js +1 -0
  2325. package/dist/contacts/p-CXax1-ne.js +1 -0
  2326. package/dist/contacts/p-C_2ssh--.js +365 -0
  2327. package/dist/contacts/p-CbjulEge.js +1 -0
  2328. package/dist/contacts/p-D0uCfr1-.js +1 -0
  2329. package/dist/contacts/p-D6s4RlTY.js +1 -0
  2330. package/dist/contacts/p-DAeBhDur.js +67 -0
  2331. package/dist/contacts/p-Doy_38_j.js +74 -0
  2332. package/dist/contacts/p-GY-EgIvC.js +6 -0
  2333. package/dist/contacts/p-LoCE14bN.js +67 -0
  2334. package/dist/contacts/p-ZMx7-r-Z.js +68 -0
  2335. package/dist/contacts/p-_4aU9NfA.js +2 -0
  2336. package/dist/contacts/p-a1eccbb3.entry.js +1 -0
  2337. package/dist/contacts/p-a2fd47c3.entry.js +1 -0
  2338. package/dist/contacts/p-a4ce6940.entry.js +1 -0
  2339. package/dist/contacts/p-a7162c9d.entry.js +1 -0
  2340. package/dist/contacts/p-a98a5bbc.entry.js +1 -0
  2341. package/dist/contacts/p-be6f3b82.entry.js +1 -0
  2342. package/dist/contacts/p-c5e66c2d.entry.js +1 -0
  2343. package/dist/contacts/p-c614a152.entry.js +1 -0
  2344. package/dist/contacts/p-d84a0a69.entry.js +1 -0
  2345. package/dist/contacts/p-f5733446.entry.js +1 -0
  2346. package/dist/contacts/p-fe469d93.entry.js +1 -0
  2347. package/dist/contacts/p-ffZsjcF5.js +11 -0
  2348. package/dist/contacts/p-jlzl8vRd.js +1 -0
  2349. package/dist/contacts/p-sjhA5ZF-.js +1 -0
  2350. package/dist/contacts/p-vFMstSdt.js +1 -0
  2351. package/dist/contacts/p-yVO4JQ9P.js +1 -0
  2352. package/dist/contacts/shoelace/assets/icons/0-circle-fill.svg +4 -0
  2353. package/dist/contacts/shoelace/assets/icons/0-circle.svg +4 -0
  2354. package/dist/contacts/shoelace/assets/icons/0-square-fill.svg +4 -0
  2355. package/dist/contacts/shoelace/assets/icons/0-square.svg +4 -0
  2356. package/dist/contacts/shoelace/assets/icons/1-circle-fill.svg +3 -0
  2357. package/dist/contacts/shoelace/assets/icons/1-circle.svg +3 -0
  2358. package/dist/contacts/shoelace/assets/icons/1-square-fill.svg +3 -0
  2359. package/dist/contacts/shoelace/assets/icons/1-square.svg +4 -0
  2360. package/dist/contacts/shoelace/assets/icons/123.svg +3 -0
  2361. package/dist/contacts/shoelace/assets/icons/2-circle-fill.svg +3 -0
  2362. package/dist/contacts/shoelace/assets/icons/2-circle.svg +3 -0
  2363. package/dist/contacts/shoelace/assets/icons/2-square-fill.svg +3 -0
  2364. package/dist/contacts/shoelace/assets/icons/2-square.svg +4 -0
  2365. package/dist/contacts/shoelace/assets/icons/3-circle-fill.svg +3 -0
  2366. package/dist/contacts/shoelace/assets/icons/3-circle.svg +4 -0
  2367. package/dist/contacts/shoelace/assets/icons/3-square-fill.svg +3 -0
  2368. package/dist/contacts/shoelace/assets/icons/3-square.svg +4 -0
  2369. package/dist/contacts/shoelace/assets/icons/4-circle-fill.svg +3 -0
  2370. package/dist/contacts/shoelace/assets/icons/4-circle.svg +4 -0
  2371. package/dist/contacts/shoelace/assets/icons/4-square-fill.svg +4 -0
  2372. package/dist/contacts/shoelace/assets/icons/4-square.svg +4 -0
  2373. package/dist/contacts/shoelace/assets/icons/5-circle-fill.svg +3 -0
  2374. package/dist/contacts/shoelace/assets/icons/5-circle.svg +3 -0
  2375. package/dist/contacts/shoelace/assets/icons/5-square-fill.svg +3 -0
  2376. package/dist/contacts/shoelace/assets/icons/5-square.svg +4 -0
  2377. package/dist/contacts/shoelace/assets/icons/6-circle-fill.svg +3 -0
  2378. package/dist/contacts/shoelace/assets/icons/6-circle.svg +3 -0
  2379. package/dist/contacts/shoelace/assets/icons/6-square-fill.svg +4 -0
  2380. package/dist/contacts/shoelace/assets/icons/6-square.svg +4 -0
  2381. package/dist/contacts/shoelace/assets/icons/7-circle-fill.svg +3 -0
  2382. package/dist/contacts/shoelace/assets/icons/7-circle.svg +3 -0
  2383. package/dist/contacts/shoelace/assets/icons/7-square-fill.svg +3 -0
  2384. package/dist/contacts/shoelace/assets/icons/7-square.svg +4 -0
  2385. package/dist/contacts/shoelace/assets/icons/8-circle-fill.svg +3 -0
  2386. package/dist/contacts/shoelace/assets/icons/8-circle.svg +3 -0
  2387. package/dist/contacts/shoelace/assets/icons/8-square-fill.svg +4 -0
  2388. package/dist/contacts/shoelace/assets/icons/8-square.svg +4 -0
  2389. package/dist/contacts/shoelace/assets/icons/9-circle-fill.svg +3 -0
  2390. package/dist/contacts/shoelace/assets/icons/9-circle.svg +3 -0
  2391. package/dist/contacts/shoelace/assets/icons/9-square-fill.svg +4 -0
  2392. package/dist/contacts/shoelace/assets/icons/9-square.svg +4 -0
  2393. package/dist/contacts/shoelace/assets/icons/LICENSE +21 -0
  2394. package/dist/contacts/shoelace/assets/icons/activity.svg +3 -0
  2395. package/dist/contacts/shoelace/assets/icons/airplane-engines-fill.svg +3 -0
  2396. package/dist/contacts/shoelace/assets/icons/airplane-engines.svg +3 -0
  2397. package/dist/contacts/shoelace/assets/icons/airplane-fill.svg +3 -0
  2398. package/dist/contacts/shoelace/assets/icons/airplane.svg +3 -0
  2399. package/dist/contacts/shoelace/assets/icons/alarm-fill.svg +3 -0
  2400. package/dist/contacts/shoelace/assets/icons/alarm.svg +4 -0
  2401. package/dist/contacts/shoelace/assets/icons/alexa.svg +3 -0
  2402. package/dist/contacts/shoelace/assets/icons/align-bottom.svg +4 -0
  2403. package/dist/contacts/shoelace/assets/icons/align-center.svg +3 -0
  2404. package/dist/contacts/shoelace/assets/icons/align-end.svg +4 -0
  2405. package/dist/contacts/shoelace/assets/icons/align-middle.svg +3 -0
  2406. package/dist/contacts/shoelace/assets/icons/align-start.svg +4 -0
  2407. package/dist/contacts/shoelace/assets/icons/align-top.svg +4 -0
  2408. package/dist/contacts/shoelace/assets/icons/alipay.svg +4 -0
  2409. package/dist/contacts/shoelace/assets/icons/alphabet-uppercase.svg +3 -0
  2410. package/dist/contacts/shoelace/assets/icons/alphabet.svg +3 -0
  2411. package/dist/contacts/shoelace/assets/icons/alt.svg +3 -0
  2412. package/dist/contacts/shoelace/assets/icons/amazon.svg +4 -0
  2413. package/dist/contacts/shoelace/assets/icons/amd.svg +3 -0
  2414. package/dist/contacts/shoelace/assets/icons/android.svg +3 -0
  2415. package/dist/contacts/shoelace/assets/icons/android2.svg +3 -0
  2416. package/dist/contacts/shoelace/assets/icons/app-indicator.svg +4 -0
  2417. package/dist/contacts/shoelace/assets/icons/app.svg +3 -0
  2418. package/dist/contacts/shoelace/assets/icons/apple.svg +4 -0
  2419. package/dist/contacts/shoelace/assets/icons/archive-fill.svg +3 -0
  2420. package/dist/contacts/shoelace/assets/icons/archive.svg +3 -0
  2421. package/dist/contacts/shoelace/assets/icons/arrow-90deg-down.svg +3 -0
  2422. package/dist/contacts/shoelace/assets/icons/arrow-90deg-left.svg +3 -0
  2423. package/dist/contacts/shoelace/assets/icons/arrow-90deg-right.svg +3 -0
  2424. package/dist/contacts/shoelace/assets/icons/arrow-90deg-up.svg +3 -0
  2425. package/dist/contacts/shoelace/assets/icons/arrow-bar-down.svg +3 -0
  2426. package/dist/contacts/shoelace/assets/icons/arrow-bar-left.svg +3 -0
  2427. package/dist/contacts/shoelace/assets/icons/arrow-bar-right.svg +3 -0
  2428. package/dist/contacts/shoelace/assets/icons/arrow-bar-up.svg +3 -0
  2429. package/dist/contacts/shoelace/assets/icons/arrow-clockwise.svg +4 -0
  2430. package/dist/contacts/shoelace/assets/icons/arrow-counterclockwise.svg +4 -0
  2431. package/dist/contacts/shoelace/assets/icons/arrow-down-circle-fill.svg +3 -0
  2432. package/dist/contacts/shoelace/assets/icons/arrow-down-circle.svg +3 -0
  2433. package/dist/contacts/shoelace/assets/icons/arrow-down-left-circle-fill.svg +3 -0
  2434. package/dist/contacts/shoelace/assets/icons/arrow-down-left-circle.svg +3 -0
  2435. package/dist/contacts/shoelace/assets/icons/arrow-down-left-square-fill.svg +3 -0
  2436. package/dist/contacts/shoelace/assets/icons/arrow-down-left-square.svg +3 -0
  2437. package/dist/contacts/shoelace/assets/icons/arrow-down-left.svg +3 -0
  2438. package/dist/contacts/shoelace/assets/icons/arrow-down-right-circle-fill.svg +3 -0
  2439. package/dist/contacts/shoelace/assets/icons/arrow-down-right-circle.svg +3 -0
  2440. package/dist/contacts/shoelace/assets/icons/arrow-down-right-square-fill.svg +3 -0
  2441. package/dist/contacts/shoelace/assets/icons/arrow-down-right-square.svg +3 -0
  2442. package/dist/contacts/shoelace/assets/icons/arrow-down-right.svg +3 -0
  2443. package/dist/contacts/shoelace/assets/icons/arrow-down-short.svg +3 -0
  2444. package/dist/contacts/shoelace/assets/icons/arrow-down-square-fill.svg +3 -0
  2445. package/dist/contacts/shoelace/assets/icons/arrow-down-square.svg +3 -0
  2446. package/dist/contacts/shoelace/assets/icons/arrow-down-up.svg +3 -0
  2447. package/dist/contacts/shoelace/assets/icons/arrow-down.svg +3 -0
  2448. package/dist/contacts/shoelace/assets/icons/arrow-left-circle-fill.svg +3 -0
  2449. package/dist/contacts/shoelace/assets/icons/arrow-left-circle.svg +3 -0
  2450. package/dist/contacts/shoelace/assets/icons/arrow-left-right.svg +3 -0
  2451. package/dist/contacts/shoelace/assets/icons/arrow-left-short.svg +3 -0
  2452. package/dist/contacts/shoelace/assets/icons/arrow-left-square-fill.svg +3 -0
  2453. package/dist/contacts/shoelace/assets/icons/arrow-left-square.svg +3 -0
  2454. package/dist/contacts/shoelace/assets/icons/arrow-left.svg +3 -0
  2455. package/dist/contacts/shoelace/assets/icons/arrow-repeat.svg +4 -0
  2456. package/dist/contacts/shoelace/assets/icons/arrow-return-left.svg +3 -0
  2457. package/dist/contacts/shoelace/assets/icons/arrow-return-right.svg +3 -0
  2458. package/dist/contacts/shoelace/assets/icons/arrow-right-circle-fill.svg +3 -0
  2459. package/dist/contacts/shoelace/assets/icons/arrow-right-circle.svg +3 -0
  2460. package/dist/contacts/shoelace/assets/icons/arrow-right-short.svg +3 -0
  2461. package/dist/contacts/shoelace/assets/icons/arrow-right-square-fill.svg +3 -0
  2462. package/dist/contacts/shoelace/assets/icons/arrow-right-square.svg +3 -0
  2463. package/dist/contacts/shoelace/assets/icons/arrow-right.svg +3 -0
  2464. package/dist/contacts/shoelace/assets/icons/arrow-through-heart-fill.svg +3 -0
  2465. package/dist/contacts/shoelace/assets/icons/arrow-through-heart.svg +3 -0
  2466. package/dist/contacts/shoelace/assets/icons/arrow-up-circle-fill.svg +3 -0
  2467. package/dist/contacts/shoelace/assets/icons/arrow-up-circle.svg +3 -0
  2468. package/dist/contacts/shoelace/assets/icons/arrow-up-left-circle-fill.svg +3 -0
  2469. package/dist/contacts/shoelace/assets/icons/arrow-up-left-circle.svg +3 -0
  2470. package/dist/contacts/shoelace/assets/icons/arrow-up-left-square-fill.svg +3 -0
  2471. package/dist/contacts/shoelace/assets/icons/arrow-up-left-square.svg +3 -0
  2472. package/dist/contacts/shoelace/assets/icons/arrow-up-left.svg +3 -0
  2473. package/dist/contacts/shoelace/assets/icons/arrow-up-right-circle-fill.svg +3 -0
  2474. package/dist/contacts/shoelace/assets/icons/arrow-up-right-circle.svg +3 -0
  2475. package/dist/contacts/shoelace/assets/icons/arrow-up-right-square-fill.svg +3 -0
  2476. package/dist/contacts/shoelace/assets/icons/arrow-up-right-square.svg +3 -0
  2477. package/dist/contacts/shoelace/assets/icons/arrow-up-right.svg +3 -0
  2478. package/dist/contacts/shoelace/assets/icons/arrow-up-short.svg +3 -0
  2479. package/dist/contacts/shoelace/assets/icons/arrow-up-square-fill.svg +3 -0
  2480. package/dist/contacts/shoelace/assets/icons/arrow-up-square.svg +3 -0
  2481. package/dist/contacts/shoelace/assets/icons/arrow-up.svg +3 -0
  2482. package/dist/contacts/shoelace/assets/icons/arrows-angle-contract.svg +3 -0
  2483. package/dist/contacts/shoelace/assets/icons/arrows-angle-expand.svg +3 -0
  2484. package/dist/contacts/shoelace/assets/icons/arrows-collapse-vertical.svg +3 -0
  2485. package/dist/contacts/shoelace/assets/icons/arrows-collapse.svg +3 -0
  2486. package/dist/contacts/shoelace/assets/icons/arrows-expand-vertical.svg +3 -0
  2487. package/dist/contacts/shoelace/assets/icons/arrows-expand.svg +3 -0
  2488. package/dist/contacts/shoelace/assets/icons/arrows-fullscreen.svg +3 -0
  2489. package/dist/contacts/shoelace/assets/icons/arrows-move.svg +3 -0
  2490. package/dist/contacts/shoelace/assets/icons/arrows-vertical.svg +3 -0
  2491. package/dist/contacts/shoelace/assets/icons/arrows.svg +3 -0
  2492. package/dist/contacts/shoelace/assets/icons/aspect-ratio-fill.svg +3 -0
  2493. package/dist/contacts/shoelace/assets/icons/aspect-ratio.svg +4 -0
  2494. package/dist/contacts/shoelace/assets/icons/asterisk.svg +3 -0
  2495. package/dist/contacts/shoelace/assets/icons/at.svg +3 -0
  2496. package/dist/contacts/shoelace/assets/icons/award-fill.svg +4 -0
  2497. package/dist/contacts/shoelace/assets/icons/award.svg +4 -0
  2498. package/dist/contacts/shoelace/assets/icons/back.svg +3 -0
  2499. package/dist/contacts/shoelace/assets/icons/backpack-fill.svg +4 -0
  2500. package/dist/contacts/shoelace/assets/icons/backpack.svg +4 -0
  2501. package/dist/contacts/shoelace/assets/icons/backpack2-fill.svg +4 -0
  2502. package/dist/contacts/shoelace/assets/icons/backpack2.svg +5 -0
  2503. package/dist/contacts/shoelace/assets/icons/backpack3-fill.svg +4 -0
  2504. package/dist/contacts/shoelace/assets/icons/backpack3.svg +4 -0
  2505. package/dist/contacts/shoelace/assets/icons/backpack4-fill.svg +4 -0
  2506. package/dist/contacts/shoelace/assets/icons/backpack4.svg +4 -0
  2507. package/dist/contacts/shoelace/assets/icons/backspace-fill.svg +3 -0
  2508. package/dist/contacts/shoelace/assets/icons/backspace-reverse-fill.svg +3 -0
  2509. package/dist/contacts/shoelace/assets/icons/backspace-reverse.svg +4 -0
  2510. package/dist/contacts/shoelace/assets/icons/backspace.svg +4 -0
  2511. package/dist/contacts/shoelace/assets/icons/badge-3d-fill.svg +4 -0
  2512. package/dist/contacts/shoelace/assets/icons/badge-3d.svg +4 -0
  2513. package/dist/contacts/shoelace/assets/icons/badge-4k-fill.svg +4 -0
  2514. package/dist/contacts/shoelace/assets/icons/badge-4k.svg +4 -0
  2515. package/dist/contacts/shoelace/assets/icons/badge-8k-fill.svg +4 -0
  2516. package/dist/contacts/shoelace/assets/icons/badge-8k.svg +4 -0
  2517. package/dist/contacts/shoelace/assets/icons/badge-ad-fill.svg +4 -0
  2518. package/dist/contacts/shoelace/assets/icons/badge-ad.svg +4 -0
  2519. package/dist/contacts/shoelace/assets/icons/badge-ar-fill.svg +4 -0
  2520. package/dist/contacts/shoelace/assets/icons/badge-ar.svg +4 -0
  2521. package/dist/contacts/shoelace/assets/icons/badge-cc-fill.svg +3 -0
  2522. package/dist/contacts/shoelace/assets/icons/badge-cc.svg +4 -0
  2523. package/dist/contacts/shoelace/assets/icons/badge-hd-fill.svg +4 -0
  2524. package/dist/contacts/shoelace/assets/icons/badge-hd.svg +4 -0
  2525. package/dist/contacts/shoelace/assets/icons/badge-sd-fill.svg +4 -0
  2526. package/dist/contacts/shoelace/assets/icons/badge-sd.svg +3 -0
  2527. package/dist/contacts/shoelace/assets/icons/badge-tm-fill.svg +3 -0
  2528. package/dist/contacts/shoelace/assets/icons/badge-tm.svg +4 -0
  2529. package/dist/contacts/shoelace/assets/icons/badge-vo-fill.svg +4 -0
  2530. package/dist/contacts/shoelace/assets/icons/badge-vo.svg +4 -0
  2531. package/dist/contacts/shoelace/assets/icons/badge-vr-fill.svg +4 -0
  2532. package/dist/contacts/shoelace/assets/icons/badge-vr.svg +4 -0
  2533. package/dist/contacts/shoelace/assets/icons/badge-wc-fill.svg +3 -0
  2534. package/dist/contacts/shoelace/assets/icons/badge-wc.svg +4 -0
  2535. package/dist/contacts/shoelace/assets/icons/bag-check-fill.svg +3 -0
  2536. package/dist/contacts/shoelace/assets/icons/bag-check.svg +4 -0
  2537. package/dist/contacts/shoelace/assets/icons/bag-dash-fill.svg +3 -0
  2538. package/dist/contacts/shoelace/assets/icons/bag-dash.svg +4 -0
  2539. package/dist/contacts/shoelace/assets/icons/bag-fill.svg +3 -0
  2540. package/dist/contacts/shoelace/assets/icons/bag-heart-fill.svg +3 -0
  2541. package/dist/contacts/shoelace/assets/icons/bag-heart.svg +3 -0
  2542. package/dist/contacts/shoelace/assets/icons/bag-plus-fill.svg +3 -0
  2543. package/dist/contacts/shoelace/assets/icons/bag-plus.svg +4 -0
  2544. package/dist/contacts/shoelace/assets/icons/bag-x-fill.svg +3 -0
  2545. package/dist/contacts/shoelace/assets/icons/bag-x.svg +4 -0
  2546. package/dist/contacts/shoelace/assets/icons/bag.svg +3 -0
  2547. package/dist/contacts/shoelace/assets/icons/balloon-fill.svg +3 -0
  2548. package/dist/contacts/shoelace/assets/icons/balloon-heart-fill.svg +3 -0
  2549. package/dist/contacts/shoelace/assets/icons/balloon-heart.svg +3 -0
  2550. package/dist/contacts/shoelace/assets/icons/balloon.svg +3 -0
  2551. package/dist/contacts/shoelace/assets/icons/ban-fill.svg +3 -0
  2552. package/dist/contacts/shoelace/assets/icons/ban.svg +3 -0
  2553. package/dist/contacts/shoelace/assets/icons/bandaid-fill.svg +3 -0
  2554. package/dist/contacts/shoelace/assets/icons/bandaid.svg +4 -0
  2555. package/dist/contacts/shoelace/assets/icons/bank.svg +3 -0
  2556. package/dist/contacts/shoelace/assets/icons/bank2.svg +3 -0
  2557. package/dist/contacts/shoelace/assets/icons/bar-chart-fill.svg +3 -0
  2558. package/dist/contacts/shoelace/assets/icons/bar-chart-line-fill.svg +3 -0
  2559. package/dist/contacts/shoelace/assets/icons/bar-chart-line.svg +3 -0
  2560. package/dist/contacts/shoelace/assets/icons/bar-chart-steps.svg +3 -0
  2561. package/dist/contacts/shoelace/assets/icons/bar-chart.svg +3 -0
  2562. package/dist/contacts/shoelace/assets/icons/basket-fill.svg +3 -0
  2563. package/dist/contacts/shoelace/assets/icons/basket.svg +3 -0
  2564. package/dist/contacts/shoelace/assets/icons/basket2-fill.svg +3 -0
  2565. package/dist/contacts/shoelace/assets/icons/basket2.svg +4 -0
  2566. package/dist/contacts/shoelace/assets/icons/basket3-fill.svg +3 -0
  2567. package/dist/contacts/shoelace/assets/icons/basket3.svg +3 -0
  2568. package/dist/contacts/shoelace/assets/icons/battery-charging.svg +6 -0
  2569. package/dist/contacts/shoelace/assets/icons/battery-full.svg +4 -0
  2570. package/dist/contacts/shoelace/assets/icons/battery-half.svg +4 -0
  2571. package/dist/contacts/shoelace/assets/icons/battery.svg +3 -0
  2572. package/dist/contacts/shoelace/assets/icons/behance.svg +3 -0
  2573. package/dist/contacts/shoelace/assets/icons/bell-fill.svg +3 -0
  2574. package/dist/contacts/shoelace/assets/icons/bell-slash-fill.svg +3 -0
  2575. package/dist/contacts/shoelace/assets/icons/bell-slash.svg +3 -0
  2576. package/dist/contacts/shoelace/assets/icons/bell.svg +3 -0
  2577. package/dist/contacts/shoelace/assets/icons/bezier.svg +4 -0
  2578. package/dist/contacts/shoelace/assets/icons/bezier2.svg +3 -0
  2579. package/dist/contacts/shoelace/assets/icons/bicycle.svg +3 -0
  2580. package/dist/contacts/shoelace/assets/icons/bing.svg +5 -0
  2581. package/dist/contacts/shoelace/assets/icons/binoculars-fill.svg +3 -0
  2582. package/dist/contacts/shoelace/assets/icons/binoculars.svg +3 -0
  2583. package/dist/contacts/shoelace/assets/icons/blockquote-left.svg +3 -0
  2584. package/dist/contacts/shoelace/assets/icons/blockquote-right.svg +3 -0
  2585. package/dist/contacts/shoelace/assets/icons/bluetooth.svg +3 -0
  2586. package/dist/contacts/shoelace/assets/icons/body-text.svg +3 -0
  2587. package/dist/contacts/shoelace/assets/icons/book-fill.svg +3 -0
  2588. package/dist/contacts/shoelace/assets/icons/book-half.svg +3 -0
  2589. package/dist/contacts/shoelace/assets/icons/book.svg +3 -0
  2590. package/dist/contacts/shoelace/assets/icons/bookmark-check-fill.svg +3 -0
  2591. package/dist/contacts/shoelace/assets/icons/bookmark-check.svg +4 -0
  2592. package/dist/contacts/shoelace/assets/icons/bookmark-dash-fill.svg +3 -0
  2593. package/dist/contacts/shoelace/assets/icons/bookmark-dash.svg +4 -0
  2594. package/dist/contacts/shoelace/assets/icons/bookmark-fill.svg +3 -0
  2595. package/dist/contacts/shoelace/assets/icons/bookmark-heart-fill.svg +3 -0
  2596. package/dist/contacts/shoelace/assets/icons/bookmark-heart.svg +4 -0
  2597. package/dist/contacts/shoelace/assets/icons/bookmark-plus-fill.svg +3 -0
  2598. package/dist/contacts/shoelace/assets/icons/bookmark-plus.svg +4 -0
  2599. package/dist/contacts/shoelace/assets/icons/bookmark-star-fill.svg +3 -0
  2600. package/dist/contacts/shoelace/assets/icons/bookmark-star.svg +4 -0
  2601. package/dist/contacts/shoelace/assets/icons/bookmark-x-fill.svg +3 -0
  2602. package/dist/contacts/shoelace/assets/icons/bookmark-x.svg +4 -0
  2603. package/dist/contacts/shoelace/assets/icons/bookmark.svg +3 -0
  2604. package/dist/contacts/shoelace/assets/icons/bookmarks-fill.svg +4 -0
  2605. package/dist/contacts/shoelace/assets/icons/bookmarks.svg +4 -0
  2606. package/dist/contacts/shoelace/assets/icons/bookshelf.svg +3 -0
  2607. package/dist/contacts/shoelace/assets/icons/boombox-fill.svg +4 -0
  2608. package/dist/contacts/shoelace/assets/icons/boombox.svg +6 -0
  2609. package/dist/contacts/shoelace/assets/icons/bootstrap-fill.svg +4 -0
  2610. package/dist/contacts/shoelace/assets/icons/bootstrap-reboot.svg +4 -0
  2611. package/dist/contacts/shoelace/assets/icons/bootstrap.svg +4 -0
  2612. package/dist/contacts/shoelace/assets/icons/border-all.svg +3 -0
  2613. package/dist/contacts/shoelace/assets/icons/border-bottom.svg +3 -0
  2614. package/dist/contacts/shoelace/assets/icons/border-center.svg +3 -0
  2615. package/dist/contacts/shoelace/assets/icons/border-inner.svg +5 -0
  2616. package/dist/contacts/shoelace/assets/icons/border-left.svg +3 -0
  2617. package/dist/contacts/shoelace/assets/icons/border-middle.svg +3 -0
  2618. package/dist/contacts/shoelace/assets/icons/border-outer.svg +4 -0
  2619. package/dist/contacts/shoelace/assets/icons/border-right.svg +3 -0
  2620. package/dist/contacts/shoelace/assets/icons/border-style.svg +3 -0
  2621. package/dist/contacts/shoelace/assets/icons/border-top.svg +3 -0
  2622. package/dist/contacts/shoelace/assets/icons/border-width.svg +3 -0
  2623. package/dist/contacts/shoelace/assets/icons/border.svg +3 -0
  2624. package/dist/contacts/shoelace/assets/icons/bounding-box-circles.svg +3 -0
  2625. package/dist/contacts/shoelace/assets/icons/bounding-box.svg +3 -0
  2626. package/dist/contacts/shoelace/assets/icons/box-arrow-down-left.svg +4 -0
  2627. package/dist/contacts/shoelace/assets/icons/box-arrow-down-right.svg +4 -0
  2628. package/dist/contacts/shoelace/assets/icons/box-arrow-down.svg +4 -0
  2629. package/dist/contacts/shoelace/assets/icons/box-arrow-in-down-left.svg +4 -0
  2630. package/dist/contacts/shoelace/assets/icons/box-arrow-in-down-right.svg +4 -0
  2631. package/dist/contacts/shoelace/assets/icons/box-arrow-in-down.svg +4 -0
  2632. package/dist/contacts/shoelace/assets/icons/box-arrow-in-left.svg +4 -0
  2633. package/dist/contacts/shoelace/assets/icons/box-arrow-in-right.svg +4 -0
  2634. package/dist/contacts/shoelace/assets/icons/box-arrow-in-up-left.svg +4 -0
  2635. package/dist/contacts/shoelace/assets/icons/box-arrow-in-up-right.svg +4 -0
  2636. package/dist/contacts/shoelace/assets/icons/box-arrow-in-up.svg +4 -0
  2637. package/dist/contacts/shoelace/assets/icons/box-arrow-left.svg +4 -0
  2638. package/dist/contacts/shoelace/assets/icons/box-arrow-right.svg +4 -0
  2639. package/dist/contacts/shoelace/assets/icons/box-arrow-up-left.svg +4 -0
  2640. package/dist/contacts/shoelace/assets/icons/box-arrow-up-right.svg +4 -0
  2641. package/dist/contacts/shoelace/assets/icons/box-arrow-up.svg +4 -0
  2642. package/dist/contacts/shoelace/assets/icons/box-fill.svg +3 -0
  2643. package/dist/contacts/shoelace/assets/icons/box-seam-fill.svg +3 -0
  2644. package/dist/contacts/shoelace/assets/icons/box-seam.svg +3 -0
  2645. package/dist/contacts/shoelace/assets/icons/box.svg +3 -0
  2646. package/dist/contacts/shoelace/assets/icons/box2-fill.svg +3 -0
  2647. package/dist/contacts/shoelace/assets/icons/box2-heart-fill.svg +3 -0
  2648. package/dist/contacts/shoelace/assets/icons/box2-heart.svg +4 -0
  2649. package/dist/contacts/shoelace/assets/icons/box2.svg +3 -0
  2650. package/dist/contacts/shoelace/assets/icons/boxes.svg +3 -0
  2651. package/dist/contacts/shoelace/assets/icons/braces-asterisk.svg +3 -0
  2652. package/dist/contacts/shoelace/assets/icons/braces.svg +3 -0
  2653. package/dist/contacts/shoelace/assets/icons/bricks.svg +3 -0
  2654. package/dist/contacts/shoelace/assets/icons/briefcase-fill.svg +4 -0
  2655. package/dist/contacts/shoelace/assets/icons/briefcase.svg +3 -0
  2656. package/dist/contacts/shoelace/assets/icons/brightness-alt-high-fill.svg +3 -0
  2657. package/dist/contacts/shoelace/assets/icons/brightness-alt-high.svg +3 -0
  2658. package/dist/contacts/shoelace/assets/icons/brightness-alt-low-fill.svg +3 -0
  2659. package/dist/contacts/shoelace/assets/icons/brightness-alt-low.svg +3 -0
  2660. package/dist/contacts/shoelace/assets/icons/brightness-high-fill.svg +3 -0
  2661. package/dist/contacts/shoelace/assets/icons/brightness-high.svg +3 -0
  2662. package/dist/contacts/shoelace/assets/icons/brightness-low-fill.svg +3 -0
  2663. package/dist/contacts/shoelace/assets/icons/brightness-low.svg +3 -0
  2664. package/dist/contacts/shoelace/assets/icons/brilliance.svg +3 -0
  2665. package/dist/contacts/shoelace/assets/icons/broadcast-pin.svg +3 -0
  2666. package/dist/contacts/shoelace/assets/icons/broadcast.svg +3 -0
  2667. package/dist/contacts/shoelace/assets/icons/browser-chrome.svg +3 -0
  2668. package/dist/contacts/shoelace/assets/icons/browser-edge.svg +5 -0
  2669. package/dist/contacts/shoelace/assets/icons/browser-firefox.svg +3 -0
  2670. package/dist/contacts/shoelace/assets/icons/browser-safari.svg +3 -0
  2671. package/dist/contacts/shoelace/assets/icons/brush-fill.svg +3 -0
  2672. package/dist/contacts/shoelace/assets/icons/brush.svg +3 -0
  2673. package/dist/contacts/shoelace/assets/icons/bucket-fill.svg +3 -0
  2674. package/dist/contacts/shoelace/assets/icons/bucket.svg +3 -0
  2675. package/dist/contacts/shoelace/assets/icons/bug-fill.svg +4 -0
  2676. package/dist/contacts/shoelace/assets/icons/bug.svg +3 -0
  2677. package/dist/contacts/shoelace/assets/icons/building-add.svg +5 -0
  2678. package/dist/contacts/shoelace/assets/icons/building-check.svg +5 -0
  2679. package/dist/contacts/shoelace/assets/icons/building-dash.svg +5 -0
  2680. package/dist/contacts/shoelace/assets/icons/building-down.svg +5 -0
  2681. package/dist/contacts/shoelace/assets/icons/building-exclamation.svg +4 -0
  2682. package/dist/contacts/shoelace/assets/icons/building-fill-add.svg +4 -0
  2683. package/dist/contacts/shoelace/assets/icons/building-fill-check.svg +4 -0
  2684. package/dist/contacts/shoelace/assets/icons/building-fill-dash.svg +4 -0
  2685. package/dist/contacts/shoelace/assets/icons/building-fill-down.svg +4 -0
  2686. package/dist/contacts/shoelace/assets/icons/building-fill-exclamation.svg +4 -0
  2687. package/dist/contacts/shoelace/assets/icons/building-fill-gear.svg +4 -0
  2688. package/dist/contacts/shoelace/assets/icons/building-fill-lock.svg +4 -0
  2689. package/dist/contacts/shoelace/assets/icons/building-fill-slash.svg +4 -0
  2690. package/dist/contacts/shoelace/assets/icons/building-fill-up.svg +4 -0
  2691. package/dist/contacts/shoelace/assets/icons/building-fill-x.svg +4 -0
  2692. package/dist/contacts/shoelace/assets/icons/building-fill.svg +3 -0
  2693. package/dist/contacts/shoelace/assets/icons/building-gear.svg +4 -0
  2694. package/dist/contacts/shoelace/assets/icons/building-lock.svg +4 -0
  2695. package/dist/contacts/shoelace/assets/icons/building-slash.svg +5 -0
  2696. package/dist/contacts/shoelace/assets/icons/building-up.svg +5 -0
  2697. package/dist/contacts/shoelace/assets/icons/building-x.svg +4 -0
  2698. package/dist/contacts/shoelace/assets/icons/building.svg +4 -0
  2699. package/dist/contacts/shoelace/assets/icons/buildings-fill.svg +3 -0
  2700. package/dist/contacts/shoelace/assets/icons/buildings.svg +4 -0
  2701. package/dist/contacts/shoelace/assets/icons/bullseye.svg +6 -0
  2702. package/dist/contacts/shoelace/assets/icons/bus-front-fill.svg +3 -0
  2703. package/dist/contacts/shoelace/assets/icons/bus-front.svg +4 -0
  2704. package/dist/contacts/shoelace/assets/icons/c-circle-fill.svg +3 -0
  2705. package/dist/contacts/shoelace/assets/icons/c-circle.svg +3 -0
  2706. package/dist/contacts/shoelace/assets/icons/c-square-fill.svg +3 -0
  2707. package/dist/contacts/shoelace/assets/icons/c-square.svg +4 -0
  2708. package/dist/contacts/shoelace/assets/icons/cake-fill.svg +3 -0
  2709. package/dist/contacts/shoelace/assets/icons/cake.svg +3 -0
  2710. package/dist/contacts/shoelace/assets/icons/cake2-fill.svg +4 -0
  2711. package/dist/contacts/shoelace/assets/icons/cake2.svg +3 -0
  2712. package/dist/contacts/shoelace/assets/icons/calculator-fill.svg +3 -0
  2713. package/dist/contacts/shoelace/assets/icons/calculator.svg +4 -0
  2714. package/dist/contacts/shoelace/assets/icons/calendar-check-fill.svg +3 -0
  2715. package/dist/contacts/shoelace/assets/icons/calendar-check.svg +4 -0
  2716. package/dist/contacts/shoelace/assets/icons/calendar-date-fill.svg +4 -0
  2717. package/dist/contacts/shoelace/assets/icons/calendar-date.svg +4 -0
  2718. package/dist/contacts/shoelace/assets/icons/calendar-day-fill.svg +3 -0
  2719. package/dist/contacts/shoelace/assets/icons/calendar-day.svg +4 -0
  2720. package/dist/contacts/shoelace/assets/icons/calendar-event-fill.svg +3 -0
  2721. package/dist/contacts/shoelace/assets/icons/calendar-event.svg +4 -0
  2722. package/dist/contacts/shoelace/assets/icons/calendar-fill.svg +3 -0
  2723. package/dist/contacts/shoelace/assets/icons/calendar-heart-fill.svg +3 -0
  2724. package/dist/contacts/shoelace/assets/icons/calendar-heart.svg +3 -0
  2725. package/dist/contacts/shoelace/assets/icons/calendar-minus-fill.svg +3 -0
  2726. package/dist/contacts/shoelace/assets/icons/calendar-minus.svg +4 -0
  2727. package/dist/contacts/shoelace/assets/icons/calendar-month-fill.svg +4 -0
  2728. package/dist/contacts/shoelace/assets/icons/calendar-month.svg +4 -0
  2729. package/dist/contacts/shoelace/assets/icons/calendar-plus-fill.svg +3 -0
  2730. package/dist/contacts/shoelace/assets/icons/calendar-plus.svg +4 -0
  2731. package/dist/contacts/shoelace/assets/icons/calendar-range-fill.svg +3 -0
  2732. package/dist/contacts/shoelace/assets/icons/calendar-range.svg +4 -0
  2733. package/dist/contacts/shoelace/assets/icons/calendar-week-fill.svg +3 -0
  2734. package/dist/contacts/shoelace/assets/icons/calendar-week.svg +4 -0
  2735. package/dist/contacts/shoelace/assets/icons/calendar-x-fill.svg +3 -0
  2736. package/dist/contacts/shoelace/assets/icons/calendar-x.svg +4 -0
  2737. package/dist/contacts/shoelace/assets/icons/calendar.svg +3 -0
  2738. package/dist/contacts/shoelace/assets/icons/calendar2-check-fill.svg +3 -0
  2739. package/dist/contacts/shoelace/assets/icons/calendar2-check.svg +5 -0
  2740. package/dist/contacts/shoelace/assets/icons/calendar2-date-fill.svg +4 -0
  2741. package/dist/contacts/shoelace/assets/icons/calendar2-date.svg +5 -0
  2742. package/dist/contacts/shoelace/assets/icons/calendar2-day-fill.svg +3 -0
  2743. package/dist/contacts/shoelace/assets/icons/calendar2-day.svg +5 -0
  2744. package/dist/contacts/shoelace/assets/icons/calendar2-event-fill.svg +3 -0
  2745. package/dist/contacts/shoelace/assets/icons/calendar2-event.svg +5 -0
  2746. package/dist/contacts/shoelace/assets/icons/calendar2-fill.svg +3 -0
  2747. package/dist/contacts/shoelace/assets/icons/calendar2-heart-fill.svg +3 -0
  2748. package/dist/contacts/shoelace/assets/icons/calendar2-heart.svg +3 -0
  2749. package/dist/contacts/shoelace/assets/icons/calendar2-minus-fill.svg +3 -0
  2750. package/dist/contacts/shoelace/assets/icons/calendar2-minus.svg +5 -0
  2751. package/dist/contacts/shoelace/assets/icons/calendar2-month-fill.svg +4 -0
  2752. package/dist/contacts/shoelace/assets/icons/calendar2-month.svg +5 -0
  2753. package/dist/contacts/shoelace/assets/icons/calendar2-plus-fill.svg +3 -0
  2754. package/dist/contacts/shoelace/assets/icons/calendar2-plus.svg +4 -0
  2755. package/dist/contacts/shoelace/assets/icons/calendar2-range-fill.svg +3 -0
  2756. package/dist/contacts/shoelace/assets/icons/calendar2-range.svg +4 -0
  2757. package/dist/contacts/shoelace/assets/icons/calendar2-week-fill.svg +3 -0
  2758. package/dist/contacts/shoelace/assets/icons/calendar2-week.svg +4 -0
  2759. package/dist/contacts/shoelace/assets/icons/calendar2-x-fill.svg +3 -0
  2760. package/dist/contacts/shoelace/assets/icons/calendar2-x.svg +5 -0
  2761. package/dist/contacts/shoelace/assets/icons/calendar2.svg +4 -0
  2762. package/dist/contacts/shoelace/assets/icons/calendar3-event-fill.svg +3 -0
  2763. package/dist/contacts/shoelace/assets/icons/calendar3-event.svg +4 -0
  2764. package/dist/contacts/shoelace/assets/icons/calendar3-fill.svg +3 -0
  2765. package/dist/contacts/shoelace/assets/icons/calendar3-range-fill.svg +3 -0
  2766. package/dist/contacts/shoelace/assets/icons/calendar3-range.svg +4 -0
  2767. package/dist/contacts/shoelace/assets/icons/calendar3-week-fill.svg +3 -0
  2768. package/dist/contacts/shoelace/assets/icons/calendar3-week.svg +4 -0
  2769. package/dist/contacts/shoelace/assets/icons/calendar3.svg +4 -0
  2770. package/dist/contacts/shoelace/assets/icons/calendar4-event.svg +4 -0
  2771. package/dist/contacts/shoelace/assets/icons/calendar4-range.svg +4 -0
  2772. package/dist/contacts/shoelace/assets/icons/calendar4-week.svg +4 -0
  2773. package/dist/contacts/shoelace/assets/icons/calendar4.svg +3 -0
  2774. package/dist/contacts/shoelace/assets/icons/camera-fill.svg +4 -0
  2775. package/dist/contacts/shoelace/assets/icons/camera-reels-fill.svg +5 -0
  2776. package/dist/contacts/shoelace/assets/icons/camera-reels.svg +5 -0
  2777. package/dist/contacts/shoelace/assets/icons/camera-video-fill.svg +3 -0
  2778. package/dist/contacts/shoelace/assets/icons/camera-video-off-fill.svg +3 -0
  2779. package/dist/contacts/shoelace/assets/icons/camera-video-off.svg +3 -0
  2780. package/dist/contacts/shoelace/assets/icons/camera-video.svg +3 -0
  2781. package/dist/contacts/shoelace/assets/icons/camera.svg +4 -0
  2782. package/dist/contacts/shoelace/assets/icons/camera2.svg +4 -0
  2783. package/dist/contacts/shoelace/assets/icons/capslock-fill.svg +3 -0
  2784. package/dist/contacts/shoelace/assets/icons/capslock.svg +3 -0
  2785. package/dist/contacts/shoelace/assets/icons/capsule-pill.svg +3 -0
  2786. package/dist/contacts/shoelace/assets/icons/capsule.svg +3 -0
  2787. package/dist/contacts/shoelace/assets/icons/car-front-fill.svg +3 -0
  2788. package/dist/contacts/shoelace/assets/icons/car-front.svg +4 -0
  2789. package/dist/contacts/shoelace/assets/icons/card-checklist.svg +4 -0
  2790. package/dist/contacts/shoelace/assets/icons/card-heading.svg +4 -0
  2791. package/dist/contacts/shoelace/assets/icons/card-image.svg +4 -0
  2792. package/dist/contacts/shoelace/assets/icons/card-list.svg +4 -0
  2793. package/dist/contacts/shoelace/assets/icons/card-text.svg +4 -0
  2794. package/dist/contacts/shoelace/assets/icons/caret-down-fill.svg +3 -0
  2795. package/dist/contacts/shoelace/assets/icons/caret-down-square-fill.svg +3 -0
  2796. package/dist/contacts/shoelace/assets/icons/caret-down-square.svg +4 -0
  2797. package/dist/contacts/shoelace/assets/icons/caret-down.svg +3 -0
  2798. package/dist/contacts/shoelace/assets/icons/caret-left-fill.svg +3 -0
  2799. package/dist/contacts/shoelace/assets/icons/caret-left-square-fill.svg +3 -0
  2800. package/dist/contacts/shoelace/assets/icons/caret-left-square.svg +4 -0
  2801. package/dist/contacts/shoelace/assets/icons/caret-left.svg +3 -0
  2802. package/dist/contacts/shoelace/assets/icons/caret-right-fill.svg +3 -0
  2803. package/dist/contacts/shoelace/assets/icons/caret-right-square-fill.svg +3 -0
  2804. package/dist/contacts/shoelace/assets/icons/caret-right-square.svg +4 -0
  2805. package/dist/contacts/shoelace/assets/icons/caret-right.svg +3 -0
  2806. package/dist/contacts/shoelace/assets/icons/caret-up-fill.svg +3 -0
  2807. package/dist/contacts/shoelace/assets/icons/caret-up-square-fill.svg +3 -0
  2808. package/dist/contacts/shoelace/assets/icons/caret-up-square.svg +4 -0
  2809. package/dist/contacts/shoelace/assets/icons/caret-up.svg +3 -0
  2810. package/dist/contacts/shoelace/assets/icons/cart-check-fill.svg +3 -0
  2811. package/dist/contacts/shoelace/assets/icons/cart-check.svg +4 -0
  2812. package/dist/contacts/shoelace/assets/icons/cart-dash-fill.svg +3 -0
  2813. package/dist/contacts/shoelace/assets/icons/cart-dash.svg +4 -0
  2814. package/dist/contacts/shoelace/assets/icons/cart-fill.svg +3 -0
  2815. package/dist/contacts/shoelace/assets/icons/cart-plus-fill.svg +3 -0
  2816. package/dist/contacts/shoelace/assets/icons/cart-plus.svg +4 -0
  2817. package/dist/contacts/shoelace/assets/icons/cart-x-fill.svg +3 -0
  2818. package/dist/contacts/shoelace/assets/icons/cart-x.svg +4 -0
  2819. package/dist/contacts/shoelace/assets/icons/cart.svg +3 -0
  2820. package/dist/contacts/shoelace/assets/icons/cart2.svg +3 -0
  2821. package/dist/contacts/shoelace/assets/icons/cart3.svg +3 -0
  2822. package/dist/contacts/shoelace/assets/icons/cart4.svg +3 -0
  2823. package/dist/contacts/shoelace/assets/icons/cash-coin.svg +6 -0
  2824. package/dist/contacts/shoelace/assets/icons/cash-stack.svg +4 -0
  2825. package/dist/contacts/shoelace/assets/icons/cash.svg +4 -0
  2826. package/dist/contacts/shoelace/assets/icons/cassette-fill.svg +4 -0
  2827. package/dist/contacts/shoelace/assets/icons/cassette.svg +4 -0
  2828. package/dist/contacts/shoelace/assets/icons/cast.svg +4 -0
  2829. package/dist/contacts/shoelace/assets/icons/cc-circle-fill.svg +3 -0
  2830. package/dist/contacts/shoelace/assets/icons/cc-circle.svg +3 -0
  2831. package/dist/contacts/shoelace/assets/icons/cc-square-fill.svg +3 -0
  2832. package/dist/contacts/shoelace/assets/icons/cc-square.svg +4 -0
  2833. package/dist/contacts/shoelace/assets/icons/chat-dots-fill.svg +3 -0
  2834. package/dist/contacts/shoelace/assets/icons/chat-dots.svg +4 -0
  2835. package/dist/contacts/shoelace/assets/icons/chat-fill.svg +3 -0
  2836. package/dist/contacts/shoelace/assets/icons/chat-heart-fill.svg +3 -0
  2837. package/dist/contacts/shoelace/assets/icons/chat-heart.svg +3 -0
  2838. package/dist/contacts/shoelace/assets/icons/chat-left-dots-fill.svg +3 -0
  2839. package/dist/contacts/shoelace/assets/icons/chat-left-dots.svg +4 -0
  2840. package/dist/contacts/shoelace/assets/icons/chat-left-fill.svg +3 -0
  2841. package/dist/contacts/shoelace/assets/icons/chat-left-heart-fill.svg +3 -0
  2842. package/dist/contacts/shoelace/assets/icons/chat-left-heart.svg +4 -0
  2843. package/dist/contacts/shoelace/assets/icons/chat-left-quote-fill.svg +3 -0
  2844. package/dist/contacts/shoelace/assets/icons/chat-left-quote.svg +4 -0
  2845. package/dist/contacts/shoelace/assets/icons/chat-left-text-fill.svg +3 -0
  2846. package/dist/contacts/shoelace/assets/icons/chat-left-text.svg +4 -0
  2847. package/dist/contacts/shoelace/assets/icons/chat-left.svg +3 -0
  2848. package/dist/contacts/shoelace/assets/icons/chat-quote-fill.svg +3 -0
  2849. package/dist/contacts/shoelace/assets/icons/chat-quote.svg +4 -0
  2850. package/dist/contacts/shoelace/assets/icons/chat-right-dots-fill.svg +3 -0
  2851. package/dist/contacts/shoelace/assets/icons/chat-right-dots.svg +4 -0
  2852. package/dist/contacts/shoelace/assets/icons/chat-right-fill.svg +3 -0
  2853. package/dist/contacts/shoelace/assets/icons/chat-right-heart-fill.svg +3 -0
  2854. package/dist/contacts/shoelace/assets/icons/chat-right-heart.svg +4 -0
  2855. package/dist/contacts/shoelace/assets/icons/chat-right-quote-fill.svg +3 -0
  2856. package/dist/contacts/shoelace/assets/icons/chat-right-quote.svg +4 -0
  2857. package/dist/contacts/shoelace/assets/icons/chat-right-text-fill.svg +3 -0
  2858. package/dist/contacts/shoelace/assets/icons/chat-right-text.svg +4 -0
  2859. package/dist/contacts/shoelace/assets/icons/chat-right.svg +3 -0
  2860. package/dist/contacts/shoelace/assets/icons/chat-square-dots-fill.svg +3 -0
  2861. package/dist/contacts/shoelace/assets/icons/chat-square-dots.svg +4 -0
  2862. package/dist/contacts/shoelace/assets/icons/chat-square-fill.svg +3 -0
  2863. package/dist/contacts/shoelace/assets/icons/chat-square-heart-fill.svg +3 -0
  2864. package/dist/contacts/shoelace/assets/icons/chat-square-heart.svg +4 -0
  2865. package/dist/contacts/shoelace/assets/icons/chat-square-quote-fill.svg +3 -0
  2866. package/dist/contacts/shoelace/assets/icons/chat-square-quote.svg +4 -0
  2867. package/dist/contacts/shoelace/assets/icons/chat-square-text-fill.svg +3 -0
  2868. package/dist/contacts/shoelace/assets/icons/chat-square-text.svg +4 -0
  2869. package/dist/contacts/shoelace/assets/icons/chat-square.svg +3 -0
  2870. package/dist/contacts/shoelace/assets/icons/chat-text-fill.svg +3 -0
  2871. package/dist/contacts/shoelace/assets/icons/chat-text.svg +4 -0
  2872. package/dist/contacts/shoelace/assets/icons/chat.svg +3 -0
  2873. package/dist/contacts/shoelace/assets/icons/check-all.svg +3 -0
  2874. package/dist/contacts/shoelace/assets/icons/check-circle-fill.svg +3 -0
  2875. package/dist/contacts/shoelace/assets/icons/check-circle.svg +4 -0
  2876. package/dist/contacts/shoelace/assets/icons/check-lg.svg +3 -0
  2877. package/dist/contacts/shoelace/assets/icons/check-square-fill.svg +3 -0
  2878. package/dist/contacts/shoelace/assets/icons/check-square.svg +4 -0
  2879. package/dist/contacts/shoelace/assets/icons/check.svg +3 -0
  2880. package/dist/contacts/shoelace/assets/icons/check2-all.svg +4 -0
  2881. package/dist/contacts/shoelace/assets/icons/check2-circle.svg +4 -0
  2882. package/dist/contacts/shoelace/assets/icons/check2-square.svg +4 -0
  2883. package/dist/contacts/shoelace/assets/icons/check2.svg +3 -0
  2884. package/dist/contacts/shoelace/assets/icons/chevron-bar-contract.svg +3 -0
  2885. package/dist/contacts/shoelace/assets/icons/chevron-bar-down.svg +3 -0
  2886. package/dist/contacts/shoelace/assets/icons/chevron-bar-expand.svg +3 -0
  2887. package/dist/contacts/shoelace/assets/icons/chevron-bar-left.svg +3 -0
  2888. package/dist/contacts/shoelace/assets/icons/chevron-bar-right.svg +3 -0
  2889. package/dist/contacts/shoelace/assets/icons/chevron-bar-up.svg +3 -0
  2890. package/dist/contacts/shoelace/assets/icons/chevron-compact-down.svg +3 -0
  2891. package/dist/contacts/shoelace/assets/icons/chevron-compact-left.svg +3 -0
  2892. package/dist/contacts/shoelace/assets/icons/chevron-compact-right.svg +3 -0
  2893. package/dist/contacts/shoelace/assets/icons/chevron-compact-up.svg +3 -0
  2894. package/dist/contacts/shoelace/assets/icons/chevron-contract.svg +3 -0
  2895. package/dist/contacts/shoelace/assets/icons/chevron-double-down.svg +4 -0
  2896. package/dist/contacts/shoelace/assets/icons/chevron-double-left.svg +4 -0
  2897. package/dist/contacts/shoelace/assets/icons/chevron-double-right.svg +4 -0
  2898. package/dist/contacts/shoelace/assets/icons/chevron-double-up.svg +4 -0
  2899. package/dist/contacts/shoelace/assets/icons/chevron-down.svg +3 -0
  2900. package/dist/contacts/shoelace/assets/icons/chevron-expand.svg +3 -0
  2901. package/dist/contacts/shoelace/assets/icons/chevron-left.svg +3 -0
  2902. package/dist/contacts/shoelace/assets/icons/chevron-right.svg +3 -0
  2903. package/dist/contacts/shoelace/assets/icons/chevron-up.svg +3 -0
  2904. package/dist/contacts/shoelace/assets/icons/circle-fill.svg +3 -0
  2905. package/dist/contacts/shoelace/assets/icons/circle-half.svg +3 -0
  2906. package/dist/contacts/shoelace/assets/icons/circle-square.svg +4 -0
  2907. package/dist/contacts/shoelace/assets/icons/circle.svg +3 -0
  2908. package/dist/contacts/shoelace/assets/icons/clipboard-check-fill.svg +4 -0
  2909. package/dist/contacts/shoelace/assets/icons/clipboard-check.svg +5 -0
  2910. package/dist/contacts/shoelace/assets/icons/clipboard-data-fill.svg +4 -0
  2911. package/dist/contacts/shoelace/assets/icons/clipboard-data.svg +5 -0
  2912. package/dist/contacts/shoelace/assets/icons/clipboard-fill.svg +3 -0
  2913. package/dist/contacts/shoelace/assets/icons/clipboard-heart-fill.svg +4 -0
  2914. package/dist/contacts/shoelace/assets/icons/clipboard-heart.svg +5 -0
  2915. package/dist/contacts/shoelace/assets/icons/clipboard-minus-fill.svg +4 -0
  2916. package/dist/contacts/shoelace/assets/icons/clipboard-minus.svg +5 -0
  2917. package/dist/contacts/shoelace/assets/icons/clipboard-plus-fill.svg +4 -0
  2918. package/dist/contacts/shoelace/assets/icons/clipboard-plus.svg +5 -0
  2919. package/dist/contacts/shoelace/assets/icons/clipboard-pulse.svg +3 -0
  2920. package/dist/contacts/shoelace/assets/icons/clipboard-x-fill.svg +4 -0
  2921. package/dist/contacts/shoelace/assets/icons/clipboard-x.svg +5 -0
  2922. package/dist/contacts/shoelace/assets/icons/clipboard.svg +4 -0
  2923. package/dist/contacts/shoelace/assets/icons/clipboard2-check-fill.svg +4 -0
  2924. package/dist/contacts/shoelace/assets/icons/clipboard2-check.svg +5 -0
  2925. package/dist/contacts/shoelace/assets/icons/clipboard2-data-fill.svg +4 -0
  2926. package/dist/contacts/shoelace/assets/icons/clipboard2-data.svg +5 -0
  2927. package/dist/contacts/shoelace/assets/icons/clipboard2-fill.svg +4 -0
  2928. package/dist/contacts/shoelace/assets/icons/clipboard2-heart-fill.svg +4 -0
  2929. package/dist/contacts/shoelace/assets/icons/clipboard2-heart.svg +5 -0
  2930. package/dist/contacts/shoelace/assets/icons/clipboard2-minus-fill.svg +4 -0
  2931. package/dist/contacts/shoelace/assets/icons/clipboard2-minus.svg +5 -0
  2932. package/dist/contacts/shoelace/assets/icons/clipboard2-plus-fill.svg +4 -0
  2933. package/dist/contacts/shoelace/assets/icons/clipboard2-plus.svg +5 -0
  2934. package/dist/contacts/shoelace/assets/icons/clipboard2-pulse-fill.svg +4 -0
  2935. package/dist/contacts/shoelace/assets/icons/clipboard2-pulse.svg +5 -0
  2936. package/dist/contacts/shoelace/assets/icons/clipboard2-x-fill.svg +4 -0
  2937. package/dist/contacts/shoelace/assets/icons/clipboard2-x.svg +5 -0
  2938. package/dist/contacts/shoelace/assets/icons/clipboard2.svg +4 -0
  2939. package/dist/contacts/shoelace/assets/icons/clock-fill.svg +3 -0
  2940. package/dist/contacts/shoelace/assets/icons/clock-history.svg +5 -0
  2941. package/dist/contacts/shoelace/assets/icons/clock.svg +4 -0
  2942. package/dist/contacts/shoelace/assets/icons/cloud-arrow-down-fill.svg +3 -0
  2943. package/dist/contacts/shoelace/assets/icons/cloud-arrow-down.svg +4 -0
  2944. package/dist/contacts/shoelace/assets/icons/cloud-arrow-up-fill.svg +3 -0
  2945. package/dist/contacts/shoelace/assets/icons/cloud-arrow-up.svg +4 -0
  2946. package/dist/contacts/shoelace/assets/icons/cloud-check-fill.svg +3 -0
  2947. package/dist/contacts/shoelace/assets/icons/cloud-check.svg +4 -0
  2948. package/dist/contacts/shoelace/assets/icons/cloud-download-fill.svg +3 -0
  2949. package/dist/contacts/shoelace/assets/icons/cloud-download.svg +4 -0
  2950. package/dist/contacts/shoelace/assets/icons/cloud-drizzle-fill.svg +3 -0
  2951. package/dist/contacts/shoelace/assets/icons/cloud-drizzle.svg +3 -0
  2952. package/dist/contacts/shoelace/assets/icons/cloud-fill.svg +3 -0
  2953. package/dist/contacts/shoelace/assets/icons/cloud-fog-fill.svg +3 -0
  2954. package/dist/contacts/shoelace/assets/icons/cloud-fog.svg +3 -0
  2955. package/dist/contacts/shoelace/assets/icons/cloud-fog2-fill.svg +3 -0
  2956. package/dist/contacts/shoelace/assets/icons/cloud-fog2.svg +3 -0
  2957. package/dist/contacts/shoelace/assets/icons/cloud-hail-fill.svg +3 -0
  2958. package/dist/contacts/shoelace/assets/icons/cloud-hail.svg +3 -0
  2959. package/dist/contacts/shoelace/assets/icons/cloud-haze-fill.svg +3 -0
  2960. package/dist/contacts/shoelace/assets/icons/cloud-haze.svg +3 -0
  2961. package/dist/contacts/shoelace/assets/icons/cloud-haze2-fill.svg +3 -0
  2962. package/dist/contacts/shoelace/assets/icons/cloud-haze2.svg +3 -0
  2963. package/dist/contacts/shoelace/assets/icons/cloud-lightning-fill.svg +3 -0
  2964. package/dist/contacts/shoelace/assets/icons/cloud-lightning-rain-fill.svg +3 -0
  2965. package/dist/contacts/shoelace/assets/icons/cloud-lightning-rain.svg +3 -0
  2966. package/dist/contacts/shoelace/assets/icons/cloud-lightning.svg +3 -0
  2967. package/dist/contacts/shoelace/assets/icons/cloud-minus-fill.svg +3 -0
  2968. package/dist/contacts/shoelace/assets/icons/cloud-minus.svg +4 -0
  2969. package/dist/contacts/shoelace/assets/icons/cloud-moon-fill.svg +4 -0
  2970. package/dist/contacts/shoelace/assets/icons/cloud-moon.svg +4 -0
  2971. package/dist/contacts/shoelace/assets/icons/cloud-plus-fill.svg +3 -0
  2972. package/dist/contacts/shoelace/assets/icons/cloud-plus.svg +4 -0
  2973. package/dist/contacts/shoelace/assets/icons/cloud-rain-fill.svg +3 -0
  2974. package/dist/contacts/shoelace/assets/icons/cloud-rain-heavy-fill.svg +3 -0
  2975. package/dist/contacts/shoelace/assets/icons/cloud-rain-heavy.svg +3 -0
  2976. package/dist/contacts/shoelace/assets/icons/cloud-rain.svg +3 -0
  2977. package/dist/contacts/shoelace/assets/icons/cloud-slash-fill.svg +3 -0
  2978. package/dist/contacts/shoelace/assets/icons/cloud-slash.svg +4 -0
  2979. package/dist/contacts/shoelace/assets/icons/cloud-sleet-fill.svg +3 -0
  2980. package/dist/contacts/shoelace/assets/icons/cloud-sleet.svg +3 -0
  2981. package/dist/contacts/shoelace/assets/icons/cloud-snow-fill.svg +3 -0
  2982. package/dist/contacts/shoelace/assets/icons/cloud-snow.svg +3 -0
  2983. package/dist/contacts/shoelace/assets/icons/cloud-sun-fill.svg +4 -0
  2984. package/dist/contacts/shoelace/assets/icons/cloud-sun.svg +4 -0
  2985. package/dist/contacts/shoelace/assets/icons/cloud-upload-fill.svg +3 -0
  2986. package/dist/contacts/shoelace/assets/icons/cloud-upload.svg +4 -0
  2987. package/dist/contacts/shoelace/assets/icons/cloud.svg +3 -0
  2988. package/dist/contacts/shoelace/assets/icons/clouds-fill.svg +4 -0
  2989. package/dist/contacts/shoelace/assets/icons/clouds.svg +4 -0
  2990. package/dist/contacts/shoelace/assets/icons/cloudy-fill.svg +3 -0
  2991. package/dist/contacts/shoelace/assets/icons/cloudy.svg +3 -0
  2992. package/dist/contacts/shoelace/assets/icons/code-slash.svg +3 -0
  2993. package/dist/contacts/shoelace/assets/icons/code-square.svg +4 -0
  2994. package/dist/contacts/shoelace/assets/icons/code.svg +3 -0
  2995. package/dist/contacts/shoelace/assets/icons/coin.svg +5 -0
  2996. package/dist/contacts/shoelace/assets/icons/collection-fill.svg +3 -0
  2997. package/dist/contacts/shoelace/assets/icons/collection-play-fill.svg +3 -0
  2998. package/dist/contacts/shoelace/assets/icons/collection-play.svg +4 -0
  2999. package/dist/contacts/shoelace/assets/icons/collection.svg +3 -0
  3000. package/dist/contacts/shoelace/assets/icons/columns-gap.svg +3 -0
  3001. package/dist/contacts/shoelace/assets/icons/columns.svg +3 -0
  3002. package/dist/contacts/shoelace/assets/icons/command.svg +3 -0
  3003. package/dist/contacts/shoelace/assets/icons/compass-fill.svg +3 -0
  3004. package/dist/contacts/shoelace/assets/icons/compass.svg +4 -0
  3005. package/dist/contacts/shoelace/assets/icons/cone-striped.svg +3 -0
  3006. package/dist/contacts/shoelace/assets/icons/cone.svg +3 -0
  3007. package/dist/contacts/shoelace/assets/icons/controller.svg +4 -0
  3008. package/dist/contacts/shoelace/assets/icons/cookie.svg +4 -0
  3009. package/dist/contacts/shoelace/assets/icons/copy.svg +3 -0
  3010. package/dist/contacts/shoelace/assets/icons/cpu-fill.svg +4 -0
  3011. package/dist/contacts/shoelace/assets/icons/cpu.svg +3 -0
  3012. package/dist/contacts/shoelace/assets/icons/credit-card-2-back-fill.svg +3 -0
  3013. package/dist/contacts/shoelace/assets/icons/credit-card-2-back.svg +4 -0
  3014. package/dist/contacts/shoelace/assets/icons/credit-card-2-front-fill.svg +3 -0
  3015. package/dist/contacts/shoelace/assets/icons/credit-card-2-front.svg +4 -0
  3016. package/dist/contacts/shoelace/assets/icons/credit-card-fill.svg +3 -0
  3017. package/dist/contacts/shoelace/assets/icons/credit-card.svg +4 -0
  3018. package/dist/contacts/shoelace/assets/icons/crop.svg +3 -0
  3019. package/dist/contacts/shoelace/assets/icons/crosshair.svg +3 -0
  3020. package/dist/contacts/shoelace/assets/icons/crosshair2.svg +3 -0
  3021. package/dist/contacts/shoelace/assets/icons/cup-fill.svg +3 -0
  3022. package/dist/contacts/shoelace/assets/icons/cup-hot-fill.svg +4 -0
  3023. package/dist/contacts/shoelace/assets/icons/cup-hot.svg +4 -0
  3024. package/dist/contacts/shoelace/assets/icons/cup-straw.svg +3 -0
  3025. package/dist/contacts/shoelace/assets/icons/cup.svg +3 -0
  3026. package/dist/contacts/shoelace/assets/icons/currency-bitcoin.svg +3 -0
  3027. package/dist/contacts/shoelace/assets/icons/currency-dollar.svg +3 -0
  3028. package/dist/contacts/shoelace/assets/icons/currency-euro.svg +3 -0
  3029. package/dist/contacts/shoelace/assets/icons/currency-exchange.svg +3 -0
  3030. package/dist/contacts/shoelace/assets/icons/currency-pound.svg +3 -0
  3031. package/dist/contacts/shoelace/assets/icons/currency-rupee.svg +3 -0
  3032. package/dist/contacts/shoelace/assets/icons/currency-yen.svg +3 -0
  3033. package/dist/contacts/shoelace/assets/icons/cursor-fill.svg +3 -0
  3034. package/dist/contacts/shoelace/assets/icons/cursor-text.svg +3 -0
  3035. package/dist/contacts/shoelace/assets/icons/cursor.svg +3 -0
  3036. package/dist/contacts/shoelace/assets/icons/dash-circle-dotted.svg +3 -0
  3037. package/dist/contacts/shoelace/assets/icons/dash-circle-fill.svg +3 -0
  3038. package/dist/contacts/shoelace/assets/icons/dash-circle.svg +4 -0
  3039. package/dist/contacts/shoelace/assets/icons/dash-lg.svg +3 -0
  3040. package/dist/contacts/shoelace/assets/icons/dash-square-dotted.svg +3 -0
  3041. package/dist/contacts/shoelace/assets/icons/dash-square-fill.svg +3 -0
  3042. package/dist/contacts/shoelace/assets/icons/dash-square.svg +4 -0
  3043. package/dist/contacts/shoelace/assets/icons/dash.svg +3 -0
  3044. package/dist/contacts/shoelace/assets/icons/database-add.svg +4 -0
  3045. package/dist/contacts/shoelace/assets/icons/database-check.svg +4 -0
  3046. package/dist/contacts/shoelace/assets/icons/database-dash.svg +4 -0
  3047. package/dist/contacts/shoelace/assets/icons/database-down.svg +4 -0
  3048. package/dist/contacts/shoelace/assets/icons/database-exclamation.svg +4 -0
  3049. package/dist/contacts/shoelace/assets/icons/database-fill-add.svg +4 -0
  3050. package/dist/contacts/shoelace/assets/icons/database-fill-check.svg +4 -0
  3051. package/dist/contacts/shoelace/assets/icons/database-fill-dash.svg +4 -0
  3052. package/dist/contacts/shoelace/assets/icons/database-fill-down.svg +4 -0
  3053. package/dist/contacts/shoelace/assets/icons/database-fill-exclamation.svg +5 -0
  3054. package/dist/contacts/shoelace/assets/icons/database-fill-gear.svg +4 -0
  3055. package/dist/contacts/shoelace/assets/icons/database-fill-lock.svg +5 -0
  3056. package/dist/contacts/shoelace/assets/icons/database-fill-slash.svg +4 -0
  3057. package/dist/contacts/shoelace/assets/icons/database-fill-up.svg +4 -0
  3058. package/dist/contacts/shoelace/assets/icons/database-fill-x.svg +5 -0
  3059. package/dist/contacts/shoelace/assets/icons/database-fill.svg +6 -0
  3060. package/dist/contacts/shoelace/assets/icons/database-gear.svg +4 -0
  3061. package/dist/contacts/shoelace/assets/icons/database-lock.svg +4 -0
  3062. package/dist/contacts/shoelace/assets/icons/database-slash.svg +4 -0
  3063. package/dist/contacts/shoelace/assets/icons/database-up.svg +4 -0
  3064. package/dist/contacts/shoelace/assets/icons/database-x.svg +4 -0
  3065. package/dist/contacts/shoelace/assets/icons/database.svg +3 -0
  3066. package/dist/contacts/shoelace/assets/icons/device-hdd-fill.svg +4 -0
  3067. package/dist/contacts/shoelace/assets/icons/device-hdd.svg +5 -0
  3068. package/dist/contacts/shoelace/assets/icons/device-ssd-fill.svg +4 -0
  3069. package/dist/contacts/shoelace/assets/icons/device-ssd.svg +4 -0
  3070. package/dist/contacts/shoelace/assets/icons/diagram-2-fill.svg +3 -0
  3071. package/dist/contacts/shoelace/assets/icons/diagram-2.svg +3 -0
  3072. package/dist/contacts/shoelace/assets/icons/diagram-3-fill.svg +3 -0
  3073. package/dist/contacts/shoelace/assets/icons/diagram-3.svg +3 -0
  3074. package/dist/contacts/shoelace/assets/icons/diamond-fill.svg +3 -0
  3075. package/dist/contacts/shoelace/assets/icons/diamond-half.svg +3 -0
  3076. package/dist/contacts/shoelace/assets/icons/diamond.svg +3 -0
  3077. package/dist/contacts/shoelace/assets/icons/dice-1-fill.svg +3 -0
  3078. package/dist/contacts/shoelace/assets/icons/dice-1.svg +4 -0
  3079. package/dist/contacts/shoelace/assets/icons/dice-2-fill.svg +3 -0
  3080. package/dist/contacts/shoelace/assets/icons/dice-2.svg +4 -0
  3081. package/dist/contacts/shoelace/assets/icons/dice-3-fill.svg +3 -0
  3082. package/dist/contacts/shoelace/assets/icons/dice-3.svg +4 -0
  3083. package/dist/contacts/shoelace/assets/icons/dice-4-fill.svg +3 -0
  3084. package/dist/contacts/shoelace/assets/icons/dice-4.svg +4 -0
  3085. package/dist/contacts/shoelace/assets/icons/dice-5-fill.svg +3 -0
  3086. package/dist/contacts/shoelace/assets/icons/dice-5.svg +4 -0
  3087. package/dist/contacts/shoelace/assets/icons/dice-6-fill.svg +3 -0
  3088. package/dist/contacts/shoelace/assets/icons/dice-6.svg +4 -0
  3089. package/dist/contacts/shoelace/assets/icons/disc-fill.svg +3 -0
  3090. package/dist/contacts/shoelace/assets/icons/disc.svg +4 -0
  3091. package/dist/contacts/shoelace/assets/icons/discord.svg +3 -0
  3092. package/dist/contacts/shoelace/assets/icons/display-fill.svg +3 -0
  3093. package/dist/contacts/shoelace/assets/icons/display.svg +3 -0
  3094. package/dist/contacts/shoelace/assets/icons/displayport-fill.svg +3 -0
  3095. package/dist/contacts/shoelace/assets/icons/displayport.svg +4 -0
  3096. package/dist/contacts/shoelace/assets/icons/distribute-horizontal.svg +4 -0
  3097. package/dist/contacts/shoelace/assets/icons/distribute-vertical.svg +4 -0
  3098. package/dist/contacts/shoelace/assets/icons/door-closed-fill.svg +3 -0
  3099. package/dist/contacts/shoelace/assets/icons/door-closed.svg +4 -0
  3100. package/dist/contacts/shoelace/assets/icons/door-open-fill.svg +3 -0
  3101. package/dist/contacts/shoelace/assets/icons/door-open.svg +4 -0
  3102. package/dist/contacts/shoelace/assets/icons/dot.svg +3 -0
  3103. package/dist/contacts/shoelace/assets/icons/download.svg +4 -0
  3104. package/dist/contacts/shoelace/assets/icons/dpad-fill.svg +3 -0
  3105. package/dist/contacts/shoelace/assets/icons/dpad.svg +4 -0
  3106. package/dist/contacts/shoelace/assets/icons/dribbble.svg +3 -0
  3107. package/dist/contacts/shoelace/assets/icons/dropbox.svg +3 -0
  3108. package/dist/contacts/shoelace/assets/icons/droplet-fill.svg +3 -0
  3109. package/dist/contacts/shoelace/assets/icons/droplet-half.svg +4 -0
  3110. package/dist/contacts/shoelace/assets/icons/droplet.svg +4 -0
  3111. package/dist/contacts/shoelace/assets/icons/duffle-fill.svg +3 -0
  3112. package/dist/contacts/shoelace/assets/icons/duffle.svg +4 -0
  3113. package/dist/contacts/shoelace/assets/icons/ear-fill.svg +3 -0
  3114. package/dist/contacts/shoelace/assets/icons/ear.svg +3 -0
  3115. package/dist/contacts/shoelace/assets/icons/earbuds.svg +3 -0
  3116. package/dist/contacts/shoelace/assets/icons/easel-fill.svg +3 -0
  3117. package/dist/contacts/shoelace/assets/icons/easel.svg +3 -0
  3118. package/dist/contacts/shoelace/assets/icons/easel2-fill.svg +4 -0
  3119. package/dist/contacts/shoelace/assets/icons/easel2.svg +3 -0
  3120. package/dist/contacts/shoelace/assets/icons/easel3-fill.svg +3 -0
  3121. package/dist/contacts/shoelace/assets/icons/easel3.svg +3 -0
  3122. package/dist/contacts/shoelace/assets/icons/egg-fill.svg +3 -0
  3123. package/dist/contacts/shoelace/assets/icons/egg-fried.svg +4 -0
  3124. package/dist/contacts/shoelace/assets/icons/egg.svg +3 -0
  3125. package/dist/contacts/shoelace/assets/icons/eject-fill.svg +3 -0
  3126. package/dist/contacts/shoelace/assets/icons/eject.svg +3 -0
  3127. package/dist/contacts/shoelace/assets/icons/emoji-angry-fill.svg +3 -0
  3128. package/dist/contacts/shoelace/assets/icons/emoji-angry.svg +4 -0
  3129. package/dist/contacts/shoelace/assets/icons/emoji-astonished-fill.svg +3 -0
  3130. package/dist/contacts/shoelace/assets/icons/emoji-astonished.svg +4 -0
  3131. package/dist/contacts/shoelace/assets/icons/emoji-dizzy-fill.svg +3 -0
  3132. package/dist/contacts/shoelace/assets/icons/emoji-dizzy.svg +4 -0
  3133. package/dist/contacts/shoelace/assets/icons/emoji-expressionless-fill.svg +3 -0
  3134. package/dist/contacts/shoelace/assets/icons/emoji-expressionless.svg +4 -0
  3135. package/dist/contacts/shoelace/assets/icons/emoji-frown-fill.svg +3 -0
  3136. package/dist/contacts/shoelace/assets/icons/emoji-frown.svg +4 -0
  3137. package/dist/contacts/shoelace/assets/icons/emoji-grimace-fill.svg +3 -0
  3138. package/dist/contacts/shoelace/assets/icons/emoji-grimace.svg +4 -0
  3139. package/dist/contacts/shoelace/assets/icons/emoji-grin-fill.svg +3 -0
  3140. package/dist/contacts/shoelace/assets/icons/emoji-grin.svg +4 -0
  3141. package/dist/contacts/shoelace/assets/icons/emoji-heart-eyes-fill.svg +3 -0
  3142. package/dist/contacts/shoelace/assets/icons/emoji-heart-eyes.svg +4 -0
  3143. package/dist/contacts/shoelace/assets/icons/emoji-kiss-fill.svg +3 -0
  3144. package/dist/contacts/shoelace/assets/icons/emoji-kiss.svg +3 -0
  3145. package/dist/contacts/shoelace/assets/icons/emoji-laughing-fill.svg +3 -0
  3146. package/dist/contacts/shoelace/assets/icons/emoji-laughing.svg +4 -0
  3147. package/dist/contacts/shoelace/assets/icons/emoji-neutral-fill.svg +3 -0
  3148. package/dist/contacts/shoelace/assets/icons/emoji-neutral.svg +4 -0
  3149. package/dist/contacts/shoelace/assets/icons/emoji-smile-fill.svg +3 -0
  3150. package/dist/contacts/shoelace/assets/icons/emoji-smile-upside-down-fill.svg +3 -0
  3151. package/dist/contacts/shoelace/assets/icons/emoji-smile-upside-down.svg +4 -0
  3152. package/dist/contacts/shoelace/assets/icons/emoji-smile.svg +4 -0
  3153. package/dist/contacts/shoelace/assets/icons/emoji-sunglasses-fill.svg +3 -0
  3154. package/dist/contacts/shoelace/assets/icons/emoji-sunglasses.svg +4 -0
  3155. package/dist/contacts/shoelace/assets/icons/emoji-surprise-fill.svg +3 -0
  3156. package/dist/contacts/shoelace/assets/icons/emoji-surprise.svg +4 -0
  3157. package/dist/contacts/shoelace/assets/icons/emoji-tear-fill.svg +3 -0
  3158. package/dist/contacts/shoelace/assets/icons/emoji-tear.svg +4 -0
  3159. package/dist/contacts/shoelace/assets/icons/emoji-wink-fill.svg +3 -0
  3160. package/dist/contacts/shoelace/assets/icons/emoji-wink.svg +4 -0
  3161. package/dist/contacts/shoelace/assets/icons/envelope-arrow-down-fill.svg +4 -0
  3162. package/dist/contacts/shoelace/assets/icons/envelope-arrow-down.svg +4 -0
  3163. package/dist/contacts/shoelace/assets/icons/envelope-arrow-up-fill.svg +4 -0
  3164. package/dist/contacts/shoelace/assets/icons/envelope-arrow-up.svg +4 -0
  3165. package/dist/contacts/shoelace/assets/icons/envelope-at-fill.svg +4 -0
  3166. package/dist/contacts/shoelace/assets/icons/envelope-at.svg +4 -0
  3167. package/dist/contacts/shoelace/assets/icons/envelope-check-fill.svg +4 -0
  3168. package/dist/contacts/shoelace/assets/icons/envelope-check.svg +4 -0
  3169. package/dist/contacts/shoelace/assets/icons/envelope-dash-fill.svg +4 -0
  3170. package/dist/contacts/shoelace/assets/icons/envelope-dash.svg +4 -0
  3171. package/dist/contacts/shoelace/assets/icons/envelope-exclamation-fill.svg +4 -0
  3172. package/dist/contacts/shoelace/assets/icons/envelope-exclamation.svg +4 -0
  3173. package/dist/contacts/shoelace/assets/icons/envelope-fill.svg +3 -0
  3174. package/dist/contacts/shoelace/assets/icons/envelope-heart-fill.svg +4 -0
  3175. package/dist/contacts/shoelace/assets/icons/envelope-heart.svg +3 -0
  3176. package/dist/contacts/shoelace/assets/icons/envelope-open-fill.svg +3 -0
  3177. package/dist/contacts/shoelace/assets/icons/envelope-open-heart-fill.svg +4 -0
  3178. package/dist/contacts/shoelace/assets/icons/envelope-open-heart.svg +3 -0
  3179. package/dist/contacts/shoelace/assets/icons/envelope-open.svg +3 -0
  3180. package/dist/contacts/shoelace/assets/icons/envelope-paper-fill.svg +3 -0
  3181. package/dist/contacts/shoelace/assets/icons/envelope-paper-heart-fill.svg +3 -0
  3182. package/dist/contacts/shoelace/assets/icons/envelope-paper-heart.svg +3 -0
  3183. package/dist/contacts/shoelace/assets/icons/envelope-paper.svg +3 -0
  3184. package/dist/contacts/shoelace/assets/icons/envelope-plus-fill.svg +4 -0
  3185. package/dist/contacts/shoelace/assets/icons/envelope-plus.svg +4 -0
  3186. package/dist/contacts/shoelace/assets/icons/envelope-slash-fill.svg +4 -0
  3187. package/dist/contacts/shoelace/assets/icons/envelope-slash.svg +4 -0
  3188. package/dist/contacts/shoelace/assets/icons/envelope-x-fill.svg +4 -0
  3189. package/dist/contacts/shoelace/assets/icons/envelope-x.svg +4 -0
  3190. package/dist/contacts/shoelace/assets/icons/envelope.svg +3 -0
  3191. package/dist/contacts/shoelace/assets/icons/eraser-fill.svg +3 -0
  3192. package/dist/contacts/shoelace/assets/icons/eraser.svg +3 -0
  3193. package/dist/contacts/shoelace/assets/icons/escape.svg +4 -0
  3194. package/dist/contacts/shoelace/assets/icons/ethernet.svg +4 -0
  3195. package/dist/contacts/shoelace/assets/icons/ev-front-fill.svg +3 -0
  3196. package/dist/contacts/shoelace/assets/icons/ev-front.svg +4 -0
  3197. package/dist/contacts/shoelace/assets/icons/ev-station-fill.svg +3 -0
  3198. package/dist/contacts/shoelace/assets/icons/ev-station.svg +4 -0
  3199. package/dist/contacts/shoelace/assets/icons/exclamation-circle-fill.svg +3 -0
  3200. package/dist/contacts/shoelace/assets/icons/exclamation-circle.svg +4 -0
  3201. package/dist/contacts/shoelace/assets/icons/exclamation-diamond-fill.svg +3 -0
  3202. package/dist/contacts/shoelace/assets/icons/exclamation-diamond.svg +4 -0
  3203. package/dist/contacts/shoelace/assets/icons/exclamation-lg.svg +3 -0
  3204. package/dist/contacts/shoelace/assets/icons/exclamation-octagon-fill.svg +3 -0
  3205. package/dist/contacts/shoelace/assets/icons/exclamation-octagon.svg +4 -0
  3206. package/dist/contacts/shoelace/assets/icons/exclamation-square-fill.svg +3 -0
  3207. package/dist/contacts/shoelace/assets/icons/exclamation-square.svg +4 -0
  3208. package/dist/contacts/shoelace/assets/icons/exclamation-triangle-fill.svg +3 -0
  3209. package/dist/contacts/shoelace/assets/icons/exclamation-triangle.svg +4 -0
  3210. package/dist/contacts/shoelace/assets/icons/exclamation.svg +3 -0
  3211. package/dist/contacts/shoelace/assets/icons/exclude.svg +3 -0
  3212. package/dist/contacts/shoelace/assets/icons/explicit-fill.svg +3 -0
  3213. package/dist/contacts/shoelace/assets/icons/explicit.svg +4 -0
  3214. package/dist/contacts/shoelace/assets/icons/exposure.svg +4 -0
  3215. package/dist/contacts/shoelace/assets/icons/eye-fill.svg +4 -0
  3216. package/dist/contacts/shoelace/assets/icons/eye-slash-fill.svg +4 -0
  3217. package/dist/contacts/shoelace/assets/icons/eye-slash.svg +5 -0
  3218. package/dist/contacts/shoelace/assets/icons/eye.svg +4 -0
  3219. package/dist/contacts/shoelace/assets/icons/eyedropper.svg +3 -0
  3220. package/dist/contacts/shoelace/assets/icons/eyeglasses.svg +3 -0
  3221. package/dist/contacts/shoelace/assets/icons/facebook.svg +3 -0
  3222. package/dist/contacts/shoelace/assets/icons/fan.svg +4 -0
  3223. package/dist/contacts/shoelace/assets/icons/fast-forward-btn-fill.svg +3 -0
  3224. package/dist/contacts/shoelace/assets/icons/fast-forward-btn.svg +4 -0
  3225. package/dist/contacts/shoelace/assets/icons/fast-forward-circle-fill.svg +3 -0
  3226. package/dist/contacts/shoelace/assets/icons/fast-forward-circle.svg +4 -0
  3227. package/dist/contacts/shoelace/assets/icons/fast-forward-fill.svg +4 -0
  3228. package/dist/contacts/shoelace/assets/icons/fast-forward.svg +4 -0
  3229. package/dist/contacts/shoelace/assets/icons/feather.svg +3 -0
  3230. package/dist/contacts/shoelace/assets/icons/feather2.svg +3 -0
  3231. package/dist/contacts/shoelace/assets/icons/file-arrow-down-fill.svg +3 -0
  3232. package/dist/contacts/shoelace/assets/icons/file-arrow-down.svg +4 -0
  3233. package/dist/contacts/shoelace/assets/icons/file-arrow-up-fill.svg +3 -0
  3234. package/dist/contacts/shoelace/assets/icons/file-arrow-up.svg +4 -0
  3235. package/dist/contacts/shoelace/assets/icons/file-bar-graph-fill.svg +3 -0
  3236. package/dist/contacts/shoelace/assets/icons/file-bar-graph.svg +4 -0
  3237. package/dist/contacts/shoelace/assets/icons/file-binary-fill.svg +4 -0
  3238. package/dist/contacts/shoelace/assets/icons/file-binary.svg +4 -0
  3239. package/dist/contacts/shoelace/assets/icons/file-break-fill.svg +3 -0
  3240. package/dist/contacts/shoelace/assets/icons/file-break.svg +3 -0
  3241. package/dist/contacts/shoelace/assets/icons/file-check-fill.svg +3 -0
  3242. package/dist/contacts/shoelace/assets/icons/file-check.svg +4 -0
  3243. package/dist/contacts/shoelace/assets/icons/file-code-fill.svg +3 -0
  3244. package/dist/contacts/shoelace/assets/icons/file-code.svg +4 -0
  3245. package/dist/contacts/shoelace/assets/icons/file-diff-fill.svg +3 -0
  3246. package/dist/contacts/shoelace/assets/icons/file-diff.svg +4 -0
  3247. package/dist/contacts/shoelace/assets/icons/file-earmark-arrow-down-fill.svg +3 -0
  3248. package/dist/contacts/shoelace/assets/icons/file-earmark-arrow-down.svg +4 -0
  3249. package/dist/contacts/shoelace/assets/icons/file-earmark-arrow-up-fill.svg +3 -0
  3250. package/dist/contacts/shoelace/assets/icons/file-earmark-arrow-up.svg +4 -0
  3251. package/dist/contacts/shoelace/assets/icons/file-earmark-bar-graph-fill.svg +3 -0
  3252. package/dist/contacts/shoelace/assets/icons/file-earmark-bar-graph.svg +4 -0
  3253. package/dist/contacts/shoelace/assets/icons/file-earmark-binary-fill.svg +4 -0
  3254. package/dist/contacts/shoelace/assets/icons/file-earmark-binary.svg +4 -0
  3255. package/dist/contacts/shoelace/assets/icons/file-earmark-break-fill.svg +3 -0
  3256. package/dist/contacts/shoelace/assets/icons/file-earmark-break.svg +3 -0
  3257. package/dist/contacts/shoelace/assets/icons/file-earmark-check-fill.svg +3 -0
  3258. package/dist/contacts/shoelace/assets/icons/file-earmark-check.svg +4 -0
  3259. package/dist/contacts/shoelace/assets/icons/file-earmark-code-fill.svg +3 -0
  3260. package/dist/contacts/shoelace/assets/icons/file-earmark-code.svg +4 -0
  3261. package/dist/contacts/shoelace/assets/icons/file-earmark-diff-fill.svg +3 -0
  3262. package/dist/contacts/shoelace/assets/icons/file-earmark-diff.svg +4 -0
  3263. package/dist/contacts/shoelace/assets/icons/file-earmark-easel-fill.svg +4 -0
  3264. package/dist/contacts/shoelace/assets/icons/file-earmark-easel.svg +4 -0
  3265. package/dist/contacts/shoelace/assets/icons/file-earmark-excel-fill.svg +3 -0
  3266. package/dist/contacts/shoelace/assets/icons/file-earmark-excel.svg +4 -0
  3267. package/dist/contacts/shoelace/assets/icons/file-earmark-fill.svg +3 -0
  3268. package/dist/contacts/shoelace/assets/icons/file-earmark-font-fill.svg +3 -0
  3269. package/dist/contacts/shoelace/assets/icons/file-earmark-font.svg +4 -0
  3270. package/dist/contacts/shoelace/assets/icons/file-earmark-image-fill.svg +4 -0
  3271. package/dist/contacts/shoelace/assets/icons/file-earmark-image.svg +4 -0
  3272. package/dist/contacts/shoelace/assets/icons/file-earmark-lock-fill.svg +4 -0
  3273. package/dist/contacts/shoelace/assets/icons/file-earmark-lock.svg +4 -0
  3274. package/dist/contacts/shoelace/assets/icons/file-earmark-lock2-fill.svg +4 -0
  3275. package/dist/contacts/shoelace/assets/icons/file-earmark-lock2.svg +4 -0
  3276. package/dist/contacts/shoelace/assets/icons/file-earmark-medical-fill.svg +3 -0
  3277. package/dist/contacts/shoelace/assets/icons/file-earmark-medical.svg +4 -0
  3278. package/dist/contacts/shoelace/assets/icons/file-earmark-minus-fill.svg +3 -0
  3279. package/dist/contacts/shoelace/assets/icons/file-earmark-minus.svg +4 -0
  3280. package/dist/contacts/shoelace/assets/icons/file-earmark-music-fill.svg +3 -0
  3281. package/dist/contacts/shoelace/assets/icons/file-earmark-music.svg +4 -0
  3282. package/dist/contacts/shoelace/assets/icons/file-earmark-pdf-fill.svg +4 -0
  3283. package/dist/contacts/shoelace/assets/icons/file-earmark-pdf.svg +4 -0
  3284. package/dist/contacts/shoelace/assets/icons/file-earmark-person-fill.svg +3 -0
  3285. package/dist/contacts/shoelace/assets/icons/file-earmark-person.svg +4 -0
  3286. package/dist/contacts/shoelace/assets/icons/file-earmark-play-fill.svg +3 -0
  3287. package/dist/contacts/shoelace/assets/icons/file-earmark-play.svg +4 -0
  3288. package/dist/contacts/shoelace/assets/icons/file-earmark-plus-fill.svg +3 -0
  3289. package/dist/contacts/shoelace/assets/icons/file-earmark-plus.svg +4 -0
  3290. package/dist/contacts/shoelace/assets/icons/file-earmark-post-fill.svg +3 -0
  3291. package/dist/contacts/shoelace/assets/icons/file-earmark-post.svg +4 -0
  3292. package/dist/contacts/shoelace/assets/icons/file-earmark-ppt-fill.svg +4 -0
  3293. package/dist/contacts/shoelace/assets/icons/file-earmark-ppt.svg +4 -0
  3294. package/dist/contacts/shoelace/assets/icons/file-earmark-richtext-fill.svg +3 -0
  3295. package/dist/contacts/shoelace/assets/icons/file-earmark-richtext.svg +4 -0
  3296. package/dist/contacts/shoelace/assets/icons/file-earmark-ruled-fill.svg +3 -0
  3297. package/dist/contacts/shoelace/assets/icons/file-earmark-ruled.svg +3 -0
  3298. package/dist/contacts/shoelace/assets/icons/file-earmark-slides-fill.svg +4 -0
  3299. package/dist/contacts/shoelace/assets/icons/file-earmark-slides.svg +4 -0
  3300. package/dist/contacts/shoelace/assets/icons/file-earmark-spreadsheet-fill.svg +4 -0
  3301. package/dist/contacts/shoelace/assets/icons/file-earmark-spreadsheet.svg +3 -0
  3302. package/dist/contacts/shoelace/assets/icons/file-earmark-text-fill.svg +3 -0
  3303. package/dist/contacts/shoelace/assets/icons/file-earmark-text.svg +4 -0
  3304. package/dist/contacts/shoelace/assets/icons/file-earmark-word-fill.svg +3 -0
  3305. package/dist/contacts/shoelace/assets/icons/file-earmark-word.svg +4 -0
  3306. package/dist/contacts/shoelace/assets/icons/file-earmark-x-fill.svg +3 -0
  3307. package/dist/contacts/shoelace/assets/icons/file-earmark-x.svg +4 -0
  3308. package/dist/contacts/shoelace/assets/icons/file-earmark-zip-fill.svg +4 -0
  3309. package/dist/contacts/shoelace/assets/icons/file-earmark-zip.svg +4 -0
  3310. package/dist/contacts/shoelace/assets/icons/file-earmark.svg +3 -0
  3311. package/dist/contacts/shoelace/assets/icons/file-easel-fill.svg +4 -0
  3312. package/dist/contacts/shoelace/assets/icons/file-easel.svg +4 -0
  3313. package/dist/contacts/shoelace/assets/icons/file-excel-fill.svg +3 -0
  3314. package/dist/contacts/shoelace/assets/icons/file-excel.svg +4 -0
  3315. package/dist/contacts/shoelace/assets/icons/file-fill.svg +3 -0
  3316. package/dist/contacts/shoelace/assets/icons/file-font-fill.svg +3 -0
  3317. package/dist/contacts/shoelace/assets/icons/file-font.svg +4 -0
  3318. package/dist/contacts/shoelace/assets/icons/file-image-fill.svg +4 -0
  3319. package/dist/contacts/shoelace/assets/icons/file-image.svg +4 -0
  3320. package/dist/contacts/shoelace/assets/icons/file-lock-fill.svg +4 -0
  3321. package/dist/contacts/shoelace/assets/icons/file-lock.svg +4 -0
  3322. package/dist/contacts/shoelace/assets/icons/file-lock2-fill.svg +4 -0
  3323. package/dist/contacts/shoelace/assets/icons/file-lock2.svg +4 -0
  3324. package/dist/contacts/shoelace/assets/icons/file-medical-fill.svg +3 -0
  3325. package/dist/contacts/shoelace/assets/icons/file-medical.svg +4 -0
  3326. package/dist/contacts/shoelace/assets/icons/file-minus-fill.svg +3 -0
  3327. package/dist/contacts/shoelace/assets/icons/file-minus.svg +4 -0
  3328. package/dist/contacts/shoelace/assets/icons/file-music-fill.svg +3 -0
  3329. package/dist/contacts/shoelace/assets/icons/file-music.svg +4 -0
  3330. package/dist/contacts/shoelace/assets/icons/file-pdf-fill.svg +4 -0
  3331. package/dist/contacts/shoelace/assets/icons/file-pdf.svg +4 -0
  3332. package/dist/contacts/shoelace/assets/icons/file-person-fill.svg +3 -0
  3333. package/dist/contacts/shoelace/assets/icons/file-person.svg +4 -0
  3334. package/dist/contacts/shoelace/assets/icons/file-play-fill.svg +3 -0
  3335. package/dist/contacts/shoelace/assets/icons/file-play.svg +4 -0
  3336. package/dist/contacts/shoelace/assets/icons/file-plus-fill.svg +3 -0
  3337. package/dist/contacts/shoelace/assets/icons/file-plus.svg +4 -0
  3338. package/dist/contacts/shoelace/assets/icons/file-post-fill.svg +3 -0
  3339. package/dist/contacts/shoelace/assets/icons/file-post.svg +4 -0
  3340. package/dist/contacts/shoelace/assets/icons/file-ppt-fill.svg +4 -0
  3341. package/dist/contacts/shoelace/assets/icons/file-ppt.svg +4 -0
  3342. package/dist/contacts/shoelace/assets/icons/file-richtext-fill.svg +3 -0
  3343. package/dist/contacts/shoelace/assets/icons/file-richtext.svg +4 -0
  3344. package/dist/contacts/shoelace/assets/icons/file-ruled-fill.svg +3 -0
  3345. package/dist/contacts/shoelace/assets/icons/file-ruled.svg +3 -0
  3346. package/dist/contacts/shoelace/assets/icons/file-slides-fill.svg +4 -0
  3347. package/dist/contacts/shoelace/assets/icons/file-slides.svg +4 -0
  3348. package/dist/contacts/shoelace/assets/icons/file-spreadsheet-fill.svg +3 -0
  3349. package/dist/contacts/shoelace/assets/icons/file-spreadsheet.svg +3 -0
  3350. package/dist/contacts/shoelace/assets/icons/file-text-fill.svg +3 -0
  3351. package/dist/contacts/shoelace/assets/icons/file-text.svg +4 -0
  3352. package/dist/contacts/shoelace/assets/icons/file-word-fill.svg +3 -0
  3353. package/dist/contacts/shoelace/assets/icons/file-word.svg +4 -0
  3354. package/dist/contacts/shoelace/assets/icons/file-x-fill.svg +3 -0
  3355. package/dist/contacts/shoelace/assets/icons/file-x.svg +4 -0
  3356. package/dist/contacts/shoelace/assets/icons/file-zip-fill.svg +4 -0
  3357. package/dist/contacts/shoelace/assets/icons/file-zip.svg +4 -0
  3358. package/dist/contacts/shoelace/assets/icons/file.svg +3 -0
  3359. package/dist/contacts/shoelace/assets/icons/files-alt.svg +3 -0
  3360. package/dist/contacts/shoelace/assets/icons/files.svg +3 -0
  3361. package/dist/contacts/shoelace/assets/icons/filetype-aac.svg +3 -0
  3362. package/dist/contacts/shoelace/assets/icons/filetype-ai.svg +3 -0
  3363. package/dist/contacts/shoelace/assets/icons/filetype-bmp.svg +3 -0
  3364. package/dist/contacts/shoelace/assets/icons/filetype-cs.svg +3 -0
  3365. package/dist/contacts/shoelace/assets/icons/filetype-css.svg +3 -0
  3366. package/dist/contacts/shoelace/assets/icons/filetype-csv.svg +3 -0
  3367. package/dist/contacts/shoelace/assets/icons/filetype-doc.svg +3 -0
  3368. package/dist/contacts/shoelace/assets/icons/filetype-docx.svg +3 -0
  3369. package/dist/contacts/shoelace/assets/icons/filetype-exe.svg +3 -0
  3370. package/dist/contacts/shoelace/assets/icons/filetype-gif.svg +3 -0
  3371. package/dist/contacts/shoelace/assets/icons/filetype-heic.svg +3 -0
  3372. package/dist/contacts/shoelace/assets/icons/filetype-html.svg +3 -0
  3373. package/dist/contacts/shoelace/assets/icons/filetype-java.svg +3 -0
  3374. package/dist/contacts/shoelace/assets/icons/filetype-jpg.svg +3 -0
  3375. package/dist/contacts/shoelace/assets/icons/filetype-js.svg +3 -0
  3376. package/dist/contacts/shoelace/assets/icons/filetype-json.svg +3 -0
  3377. package/dist/contacts/shoelace/assets/icons/filetype-jsx.svg +3 -0
  3378. package/dist/contacts/shoelace/assets/icons/filetype-key.svg +3 -0
  3379. package/dist/contacts/shoelace/assets/icons/filetype-m4p.svg +3 -0
  3380. package/dist/contacts/shoelace/assets/icons/filetype-md.svg +3 -0
  3381. package/dist/contacts/shoelace/assets/icons/filetype-mdx.svg +3 -0
  3382. package/dist/contacts/shoelace/assets/icons/filetype-mov.svg +3 -0
  3383. package/dist/contacts/shoelace/assets/icons/filetype-mp3.svg +3 -0
  3384. package/dist/contacts/shoelace/assets/icons/filetype-mp4.svg +3 -0
  3385. package/dist/contacts/shoelace/assets/icons/filetype-otf.svg +3 -0
  3386. package/dist/contacts/shoelace/assets/icons/filetype-pdf.svg +3 -0
  3387. package/dist/contacts/shoelace/assets/icons/filetype-php.svg +3 -0
  3388. package/dist/contacts/shoelace/assets/icons/filetype-png.svg +3 -0
  3389. package/dist/contacts/shoelace/assets/icons/filetype-ppt.svg +3 -0
  3390. package/dist/contacts/shoelace/assets/icons/filetype-pptx.svg +3 -0
  3391. package/dist/contacts/shoelace/assets/icons/filetype-psd.svg +3 -0
  3392. package/dist/contacts/shoelace/assets/icons/filetype-py.svg +3 -0
  3393. package/dist/contacts/shoelace/assets/icons/filetype-raw.svg +3 -0
  3394. package/dist/contacts/shoelace/assets/icons/filetype-rb.svg +3 -0
  3395. package/dist/contacts/shoelace/assets/icons/filetype-sass.svg +3 -0
  3396. package/dist/contacts/shoelace/assets/icons/filetype-scss.svg +3 -0
  3397. package/dist/contacts/shoelace/assets/icons/filetype-sh.svg +3 -0
  3398. package/dist/contacts/shoelace/assets/icons/filetype-sql.svg +3 -0
  3399. package/dist/contacts/shoelace/assets/icons/filetype-svg.svg +3 -0
  3400. package/dist/contacts/shoelace/assets/icons/filetype-tiff.svg +3 -0
  3401. package/dist/contacts/shoelace/assets/icons/filetype-tsx.svg +3 -0
  3402. package/dist/contacts/shoelace/assets/icons/filetype-ttf.svg +3 -0
  3403. package/dist/contacts/shoelace/assets/icons/filetype-txt.svg +3 -0
  3404. package/dist/contacts/shoelace/assets/icons/filetype-wav.svg +3 -0
  3405. package/dist/contacts/shoelace/assets/icons/filetype-woff.svg +3 -0
  3406. package/dist/contacts/shoelace/assets/icons/filetype-xls.svg +3 -0
  3407. package/dist/contacts/shoelace/assets/icons/filetype-xlsx.svg +3 -0
  3408. package/dist/contacts/shoelace/assets/icons/filetype-xml.svg +3 -0
  3409. package/dist/contacts/shoelace/assets/icons/filetype-yml.svg +3 -0
  3410. package/dist/contacts/shoelace/assets/icons/film.svg +3 -0
  3411. package/dist/contacts/shoelace/assets/icons/filter-circle-fill.svg +3 -0
  3412. package/dist/contacts/shoelace/assets/icons/filter-circle.svg +4 -0
  3413. package/dist/contacts/shoelace/assets/icons/filter-left.svg +3 -0
  3414. package/dist/contacts/shoelace/assets/icons/filter-right.svg +3 -0
  3415. package/dist/contacts/shoelace/assets/icons/filter-square-fill.svg +3 -0
  3416. package/dist/contacts/shoelace/assets/icons/filter-square.svg +4 -0
  3417. package/dist/contacts/shoelace/assets/icons/filter.svg +3 -0
  3418. package/dist/contacts/shoelace/assets/icons/fingerprint.svg +7 -0
  3419. package/dist/contacts/shoelace/assets/icons/fire.svg +3 -0
  3420. package/dist/contacts/shoelace/assets/icons/flag-fill.svg +3 -0
  3421. package/dist/contacts/shoelace/assets/icons/flag.svg +3 -0
  3422. package/dist/contacts/shoelace/assets/icons/floppy-fill.svg +4 -0
  3423. package/dist/contacts/shoelace/assets/icons/floppy.svg +4 -0
  3424. package/dist/contacts/shoelace/assets/icons/floppy2-fill.svg +4 -0
  3425. package/dist/contacts/shoelace/assets/icons/floppy2.svg +3 -0
  3426. package/dist/contacts/shoelace/assets/icons/flower1.svg +3 -0
  3427. package/dist/contacts/shoelace/assets/icons/flower2.svg +3 -0
  3428. package/dist/contacts/shoelace/assets/icons/flower3.svg +3 -0
  3429. package/dist/contacts/shoelace/assets/icons/folder-check.svg +4 -0
  3430. package/dist/contacts/shoelace/assets/icons/folder-fill.svg +3 -0
  3431. package/dist/contacts/shoelace/assets/icons/folder-minus.svg +4 -0
  3432. package/dist/contacts/shoelace/assets/icons/folder-plus.svg +4 -0
  3433. package/dist/contacts/shoelace/assets/icons/folder-symlink-fill.svg +3 -0
  3434. package/dist/contacts/shoelace/assets/icons/folder-symlink.svg +4 -0
  3435. package/dist/contacts/shoelace/assets/icons/folder-x.svg +4 -0
  3436. package/dist/contacts/shoelace/assets/icons/folder.svg +3 -0
  3437. package/dist/contacts/shoelace/assets/icons/folder2-open.svg +3 -0
  3438. package/dist/contacts/shoelace/assets/icons/folder2.svg +3 -0
  3439. package/dist/contacts/shoelace/assets/icons/fonts.svg +3 -0
  3440. package/dist/contacts/shoelace/assets/icons/forward-fill.svg +3 -0
  3441. package/dist/contacts/shoelace/assets/icons/forward.svg +3 -0
  3442. package/dist/contacts/shoelace/assets/icons/front.svg +3 -0
  3443. package/dist/contacts/shoelace/assets/icons/fuel-pump-diesel-fill.svg +4 -0
  3444. package/dist/contacts/shoelace/assets/icons/fuel-pump-diesel.svg +4 -0
  3445. package/dist/contacts/shoelace/assets/icons/fuel-pump-fill.svg +3 -0
  3446. package/dist/contacts/shoelace/assets/icons/fuel-pump.svg +4 -0
  3447. package/dist/contacts/shoelace/assets/icons/fullscreen-exit.svg +3 -0
  3448. package/dist/contacts/shoelace/assets/icons/fullscreen.svg +3 -0
  3449. package/dist/contacts/shoelace/assets/icons/funnel-fill.svg +3 -0
  3450. package/dist/contacts/shoelace/assets/icons/funnel.svg +3 -0
  3451. package/dist/contacts/shoelace/assets/icons/gear-fill.svg +3 -0
  3452. package/dist/contacts/shoelace/assets/icons/gear-wide-connected.svg +3 -0
  3453. package/dist/contacts/shoelace/assets/icons/gear-wide.svg +3 -0
  3454. package/dist/contacts/shoelace/assets/icons/gear.svg +4 -0
  3455. package/dist/contacts/shoelace/assets/icons/gem.svg +3 -0
  3456. package/dist/contacts/shoelace/assets/icons/gender-ambiguous.svg +3 -0
  3457. package/dist/contacts/shoelace/assets/icons/gender-female.svg +3 -0
  3458. package/dist/contacts/shoelace/assets/icons/gender-male.svg +3 -0
  3459. package/dist/contacts/shoelace/assets/icons/gender-neuter.svg +3 -0
  3460. package/dist/contacts/shoelace/assets/icons/gender-trans.svg +3 -0
  3461. package/dist/contacts/shoelace/assets/icons/geo-alt-fill.svg +3 -0
  3462. package/dist/contacts/shoelace/assets/icons/geo-alt.svg +4 -0
  3463. package/dist/contacts/shoelace/assets/icons/geo-fill.svg +3 -0
  3464. package/dist/contacts/shoelace/assets/icons/geo.svg +3 -0
  3465. package/dist/contacts/shoelace/assets/icons/gift-fill.svg +3 -0
  3466. package/dist/contacts/shoelace/assets/icons/gift.svg +3 -0
  3467. package/dist/contacts/shoelace/assets/icons/git.svg +3 -0
  3468. package/dist/contacts/shoelace/assets/icons/github.svg +3 -0
  3469. package/dist/contacts/shoelace/assets/icons/gitlab.svg +3 -0
  3470. package/dist/contacts/shoelace/assets/icons/globe-americas.svg +3 -0
  3471. package/dist/contacts/shoelace/assets/icons/globe-asia-australia.svg +4 -0
  3472. package/dist/contacts/shoelace/assets/icons/globe-central-south-asia.svg +3 -0
  3473. package/dist/contacts/shoelace/assets/icons/globe-europe-africa.svg +3 -0
  3474. package/dist/contacts/shoelace/assets/icons/globe.svg +3 -0
  3475. package/dist/contacts/shoelace/assets/icons/globe2.svg +3 -0
  3476. package/dist/contacts/shoelace/assets/icons/google-play.svg +3 -0
  3477. package/dist/contacts/shoelace/assets/icons/google.svg +3 -0
  3478. package/dist/contacts/shoelace/assets/icons/gpu-card.svg +5 -0
  3479. package/dist/contacts/shoelace/assets/icons/graph-down-arrow.svg +3 -0
  3480. package/dist/contacts/shoelace/assets/icons/graph-down.svg +3 -0
  3481. package/dist/contacts/shoelace/assets/icons/graph-up-arrow.svg +3 -0
  3482. package/dist/contacts/shoelace/assets/icons/graph-up.svg +3 -0
  3483. package/dist/contacts/shoelace/assets/icons/grid-1x2-fill.svg +3 -0
  3484. package/dist/contacts/shoelace/assets/icons/grid-1x2.svg +3 -0
  3485. package/dist/contacts/shoelace/assets/icons/grid-3x2-gap-fill.svg +3 -0
  3486. package/dist/contacts/shoelace/assets/icons/grid-3x2-gap.svg +3 -0
  3487. package/dist/contacts/shoelace/assets/icons/grid-3x2.svg +3 -0
  3488. package/dist/contacts/shoelace/assets/icons/grid-3x3-gap-fill.svg +3 -0
  3489. package/dist/contacts/shoelace/assets/icons/grid-3x3-gap.svg +3 -0
  3490. package/dist/contacts/shoelace/assets/icons/grid-3x3.svg +3 -0
  3491. package/dist/contacts/shoelace/assets/icons/grid-fill.svg +3 -0
  3492. package/dist/contacts/shoelace/assets/icons/grid.svg +3 -0
  3493. package/dist/contacts/shoelace/assets/icons/grip-horizontal.svg +3 -0
  3494. package/dist/contacts/shoelace/assets/icons/grip-vertical.svg +3 -0
  3495. package/dist/contacts/shoelace/assets/icons/h-circle-fill.svg +3 -0
  3496. package/dist/contacts/shoelace/assets/icons/h-circle.svg +3 -0
  3497. package/dist/contacts/shoelace/assets/icons/h-square-fill.svg +3 -0
  3498. package/dist/contacts/shoelace/assets/icons/h-square.svg +4 -0
  3499. package/dist/contacts/shoelace/assets/icons/hammer.svg +3 -0
  3500. package/dist/contacts/shoelace/assets/icons/hand-index-fill.svg +3 -0
  3501. package/dist/contacts/shoelace/assets/icons/hand-index-thumb-fill.svg +3 -0
  3502. package/dist/contacts/shoelace/assets/icons/hand-index-thumb.svg +3 -0
  3503. package/dist/contacts/shoelace/assets/icons/hand-index.svg +3 -0
  3504. package/dist/contacts/shoelace/assets/icons/hand-thumbs-down-fill.svg +3 -0
  3505. package/dist/contacts/shoelace/assets/icons/hand-thumbs-down.svg +3 -0
  3506. package/dist/contacts/shoelace/assets/icons/hand-thumbs-up-fill.svg +3 -0
  3507. package/dist/contacts/shoelace/assets/icons/hand-thumbs-up.svg +3 -0
  3508. package/dist/contacts/shoelace/assets/icons/handbag-fill.svg +3 -0
  3509. package/dist/contacts/shoelace/assets/icons/handbag.svg +3 -0
  3510. package/dist/contacts/shoelace/assets/icons/hash.svg +3 -0
  3511. package/dist/contacts/shoelace/assets/icons/hdd-fill.svg +3 -0
  3512. package/dist/contacts/shoelace/assets/icons/hdd-network-fill.svg +3 -0
  3513. package/dist/contacts/shoelace/assets/icons/hdd-network.svg +4 -0
  3514. package/dist/contacts/shoelace/assets/icons/hdd-rack-fill.svg +3 -0
  3515. package/dist/contacts/shoelace/assets/icons/hdd-rack.svg +4 -0
  3516. package/dist/contacts/shoelace/assets/icons/hdd-stack-fill.svg +3 -0
  3517. package/dist/contacts/shoelace/assets/icons/hdd-stack.svg +5 -0
  3518. package/dist/contacts/shoelace/assets/icons/hdd.svg +4 -0
  3519. package/dist/contacts/shoelace/assets/icons/hdmi-fill.svg +3 -0
  3520. package/dist/contacts/shoelace/assets/icons/hdmi.svg +4 -0
  3521. package/dist/contacts/shoelace/assets/icons/headphones.svg +3 -0
  3522. package/dist/contacts/shoelace/assets/icons/headset-vr.svg +4 -0
  3523. package/dist/contacts/shoelace/assets/icons/headset.svg +3 -0
  3524. package/dist/contacts/shoelace/assets/icons/heart-arrow.svg +3 -0
  3525. package/dist/contacts/shoelace/assets/icons/heart-fill.svg +3 -0
  3526. package/dist/contacts/shoelace/assets/icons/heart-half.svg +3 -0
  3527. package/dist/contacts/shoelace/assets/icons/heart-pulse-fill.svg +4 -0
  3528. package/dist/contacts/shoelace/assets/icons/heart-pulse.svg +4 -0
  3529. package/dist/contacts/shoelace/assets/icons/heart.svg +3 -0
  3530. package/dist/contacts/shoelace/assets/icons/heartbreak-fill.svg +3 -0
  3531. package/dist/contacts/shoelace/assets/icons/heartbreak.svg +3 -0
  3532. package/dist/contacts/shoelace/assets/icons/hearts.svg +3 -0
  3533. package/dist/contacts/shoelace/assets/icons/heptagon-fill.svg +3 -0
  3534. package/dist/contacts/shoelace/assets/icons/heptagon-half.svg +3 -0
  3535. package/dist/contacts/shoelace/assets/icons/heptagon.svg +3 -0
  3536. package/dist/contacts/shoelace/assets/icons/hexagon-fill.svg +3 -0
  3537. package/dist/contacts/shoelace/assets/icons/hexagon-half.svg +3 -0
  3538. package/dist/contacts/shoelace/assets/icons/hexagon.svg +3 -0
  3539. package/dist/contacts/shoelace/assets/icons/highlighter.svg +3 -0
  3540. package/dist/contacts/shoelace/assets/icons/highlights.svg +3 -0
  3541. package/dist/contacts/shoelace/assets/icons/hospital-fill.svg +3 -0
  3542. package/dist/contacts/shoelace/assets/icons/hospital.svg +4 -0
  3543. package/dist/contacts/shoelace/assets/icons/hourglass-bottom.svg +3 -0
  3544. package/dist/contacts/shoelace/assets/icons/hourglass-split.svg +3 -0
  3545. package/dist/contacts/shoelace/assets/icons/hourglass-top.svg +3 -0
  3546. package/dist/contacts/shoelace/assets/icons/hourglass.svg +3 -0
  3547. package/dist/contacts/shoelace/assets/icons/house-add-fill.svg +5 -0
  3548. package/dist/contacts/shoelace/assets/icons/house-add.svg +4 -0
  3549. package/dist/contacts/shoelace/assets/icons/house-check-fill.svg +5 -0
  3550. package/dist/contacts/shoelace/assets/icons/house-check.svg +4 -0
  3551. package/dist/contacts/shoelace/assets/icons/house-dash-fill.svg +5 -0
  3552. package/dist/contacts/shoelace/assets/icons/house-dash.svg +4 -0
  3553. package/dist/contacts/shoelace/assets/icons/house-door-fill.svg +3 -0
  3554. package/dist/contacts/shoelace/assets/icons/house-door.svg +3 -0
  3555. package/dist/contacts/shoelace/assets/icons/house-down-fill.svg +5 -0
  3556. package/dist/contacts/shoelace/assets/icons/house-down.svg +4 -0
  3557. package/dist/contacts/shoelace/assets/icons/house-exclamation-fill.svg +5 -0
  3558. package/dist/contacts/shoelace/assets/icons/house-exclamation.svg +4 -0
  3559. package/dist/contacts/shoelace/assets/icons/house-fill.svg +4 -0
  3560. package/dist/contacts/shoelace/assets/icons/house-gear-fill.svg +5 -0
  3561. package/dist/contacts/shoelace/assets/icons/house-gear.svg +4 -0
  3562. package/dist/contacts/shoelace/assets/icons/house-heart-fill.svg +4 -0
  3563. package/dist/contacts/shoelace/assets/icons/house-heart.svg +4 -0
  3564. package/dist/contacts/shoelace/assets/icons/house-lock-fill.svg +5 -0
  3565. package/dist/contacts/shoelace/assets/icons/house-lock.svg +4 -0
  3566. package/dist/contacts/shoelace/assets/icons/house-slash-fill.svg +5 -0
  3567. package/dist/contacts/shoelace/assets/icons/house-slash.svg +4 -0
  3568. package/dist/contacts/shoelace/assets/icons/house-up-fill.svg +5 -0
  3569. package/dist/contacts/shoelace/assets/icons/house-up.svg +4 -0
  3570. package/dist/contacts/shoelace/assets/icons/house-x-fill.svg +5 -0
  3571. package/dist/contacts/shoelace/assets/icons/house-x.svg +4 -0
  3572. package/dist/contacts/shoelace/assets/icons/house.svg +3 -0
  3573. package/dist/contacts/shoelace/assets/icons/houses-fill.svg +4 -0
  3574. package/dist/contacts/shoelace/assets/icons/houses.svg +3 -0
  3575. package/dist/contacts/shoelace/assets/icons/hr.svg +3 -0
  3576. package/dist/contacts/shoelace/assets/icons/hurricane.svg +3 -0
  3577. package/dist/contacts/shoelace/assets/icons/hypnotize.svg +4 -0
  3578. package/dist/contacts/shoelace/assets/icons/icons.json +24701 -0
  3579. package/dist/contacts/shoelace/assets/icons/image-alt.svg +3 -0
  3580. package/dist/contacts/shoelace/assets/icons/image-fill.svg +3 -0
  3581. package/dist/contacts/shoelace/assets/icons/image.svg +4 -0
  3582. package/dist/contacts/shoelace/assets/icons/images.svg +4 -0
  3583. package/dist/contacts/shoelace/assets/icons/inbox-fill.svg +3 -0
  3584. package/dist/contacts/shoelace/assets/icons/inbox.svg +3 -0
  3585. package/dist/contacts/shoelace/assets/icons/inboxes-fill.svg +3 -0
  3586. package/dist/contacts/shoelace/assets/icons/inboxes.svg +3 -0
  3587. package/dist/contacts/shoelace/assets/icons/incognito.svg +3 -0
  3588. package/dist/contacts/shoelace/assets/icons/indent.svg +4 -0
  3589. package/dist/contacts/shoelace/assets/icons/infinity.svg +3 -0
  3590. package/dist/contacts/shoelace/assets/icons/info-circle-fill.svg +3 -0
  3591. package/dist/contacts/shoelace/assets/icons/info-circle.svg +4 -0
  3592. package/dist/contacts/shoelace/assets/icons/info-lg.svg +3 -0
  3593. package/dist/contacts/shoelace/assets/icons/info-square-fill.svg +3 -0
  3594. package/dist/contacts/shoelace/assets/icons/info-square.svg +4 -0
  3595. package/dist/contacts/shoelace/assets/icons/info.svg +3 -0
  3596. package/dist/contacts/shoelace/assets/icons/input-cursor-text.svg +4 -0
  3597. package/dist/contacts/shoelace/assets/icons/input-cursor.svg +4 -0
  3598. package/dist/contacts/shoelace/assets/icons/instagram.svg +3 -0
  3599. package/dist/contacts/shoelace/assets/icons/intersect.svg +3 -0
  3600. package/dist/contacts/shoelace/assets/icons/journal-album.svg +5 -0
  3601. package/dist/contacts/shoelace/assets/icons/journal-arrow-down.svg +5 -0
  3602. package/dist/contacts/shoelace/assets/icons/journal-arrow-up.svg +5 -0
  3603. package/dist/contacts/shoelace/assets/icons/journal-bookmark-fill.svg +5 -0
  3604. package/dist/contacts/shoelace/assets/icons/journal-bookmark.svg +5 -0
  3605. package/dist/contacts/shoelace/assets/icons/journal-check.svg +5 -0
  3606. package/dist/contacts/shoelace/assets/icons/journal-code.svg +5 -0
  3607. package/dist/contacts/shoelace/assets/icons/journal-medical.svg +5 -0
  3608. package/dist/contacts/shoelace/assets/icons/journal-minus.svg +5 -0
  3609. package/dist/contacts/shoelace/assets/icons/journal-plus.svg +5 -0
  3610. package/dist/contacts/shoelace/assets/icons/journal-richtext.svg +5 -0
  3611. package/dist/contacts/shoelace/assets/icons/journal-text.svg +5 -0
  3612. package/dist/contacts/shoelace/assets/icons/journal-x.svg +5 -0
  3613. package/dist/contacts/shoelace/assets/icons/journal.svg +4 -0
  3614. package/dist/contacts/shoelace/assets/icons/journals.svg +4 -0
  3615. package/dist/contacts/shoelace/assets/icons/joystick.svg +4 -0
  3616. package/dist/contacts/shoelace/assets/icons/justify-left.svg +3 -0
  3617. package/dist/contacts/shoelace/assets/icons/justify-right.svg +3 -0
  3618. package/dist/contacts/shoelace/assets/icons/justify.svg +3 -0
  3619. package/dist/contacts/shoelace/assets/icons/kanban-fill.svg +3 -0
  3620. package/dist/contacts/shoelace/assets/icons/kanban.svg +4 -0
  3621. package/dist/contacts/shoelace/assets/icons/key-fill.svg +3 -0
  3622. package/dist/contacts/shoelace/assets/icons/key.svg +4 -0
  3623. package/dist/contacts/shoelace/assets/icons/keyboard-fill.svg +3 -0
  3624. package/dist/contacts/shoelace/assets/icons/keyboard.svg +4 -0
  3625. package/dist/contacts/shoelace/assets/icons/ladder.svg +3 -0
  3626. package/dist/contacts/shoelace/assets/icons/lamp-fill.svg +4 -0
  3627. package/dist/contacts/shoelace/assets/icons/lamp.svg +4 -0
  3628. package/dist/contacts/shoelace/assets/icons/laptop-fill.svg +3 -0
  3629. package/dist/contacts/shoelace/assets/icons/laptop.svg +3 -0
  3630. package/dist/contacts/shoelace/assets/icons/layer-backward.svg +4 -0
  3631. package/dist/contacts/shoelace/assets/icons/layer-forward.svg +4 -0
  3632. package/dist/contacts/shoelace/assets/icons/layers-fill.svg +4 -0
  3633. package/dist/contacts/shoelace/assets/icons/layers-half.svg +3 -0
  3634. package/dist/contacts/shoelace/assets/icons/layers.svg +3 -0
  3635. package/dist/contacts/shoelace/assets/icons/layout-sidebar-inset-reverse.svg +4 -0
  3636. package/dist/contacts/shoelace/assets/icons/layout-sidebar-inset.svg +4 -0
  3637. package/dist/contacts/shoelace/assets/icons/layout-sidebar-reverse.svg +3 -0
  3638. package/dist/contacts/shoelace/assets/icons/layout-sidebar.svg +3 -0
  3639. package/dist/contacts/shoelace/assets/icons/layout-split.svg +3 -0
  3640. package/dist/contacts/shoelace/assets/icons/layout-text-sidebar-reverse.svg +4 -0
  3641. package/dist/contacts/shoelace/assets/icons/layout-text-sidebar.svg +4 -0
  3642. package/dist/contacts/shoelace/assets/icons/layout-text-window-reverse.svg +4 -0
  3643. package/dist/contacts/shoelace/assets/icons/layout-text-window.svg +4 -0
  3644. package/dist/contacts/shoelace/assets/icons/layout-three-columns.svg +3 -0
  3645. package/dist/contacts/shoelace/assets/icons/layout-wtf.svg +3 -0
  3646. package/dist/contacts/shoelace/assets/icons/life-preserver.svg +3 -0
  3647. package/dist/contacts/shoelace/assets/icons/lightbulb-fill.svg +3 -0
  3648. package/dist/contacts/shoelace/assets/icons/lightbulb-off-fill.svg +3 -0
  3649. package/dist/contacts/shoelace/assets/icons/lightbulb-off.svg +3 -0
  3650. package/dist/contacts/shoelace/assets/icons/lightbulb.svg +3 -0
  3651. package/dist/contacts/shoelace/assets/icons/lightning-charge-fill.svg +3 -0
  3652. package/dist/contacts/shoelace/assets/icons/lightning-charge.svg +3 -0
  3653. package/dist/contacts/shoelace/assets/icons/lightning-fill.svg +3 -0
  3654. package/dist/contacts/shoelace/assets/icons/lightning.svg +3 -0
  3655. package/dist/contacts/shoelace/assets/icons/line.svg +3 -0
  3656. package/dist/contacts/shoelace/assets/icons/link-45deg.svg +4 -0
  3657. package/dist/contacts/shoelace/assets/icons/link.svg +4 -0
  3658. package/dist/contacts/shoelace/assets/icons/linkedin.svg +3 -0
  3659. package/dist/contacts/shoelace/assets/icons/list-check.svg +3 -0
  3660. package/dist/contacts/shoelace/assets/icons/list-columns-reverse.svg +3 -0
  3661. package/dist/contacts/shoelace/assets/icons/list-columns.svg +3 -0
  3662. package/dist/contacts/shoelace/assets/icons/list-nested.svg +3 -0
  3663. package/dist/contacts/shoelace/assets/icons/list-ol.svg +4 -0
  3664. package/dist/contacts/shoelace/assets/icons/list-stars.svg +4 -0
  3665. package/dist/contacts/shoelace/assets/icons/list-task.svg +5 -0
  3666. package/dist/contacts/shoelace/assets/icons/list-ul.svg +3 -0
  3667. package/dist/contacts/shoelace/assets/icons/list.svg +3 -0
  3668. package/dist/contacts/shoelace/assets/icons/lock-fill.svg +3 -0
  3669. package/dist/contacts/shoelace/assets/icons/lock.svg +3 -0
  3670. package/dist/contacts/shoelace/assets/icons/luggage-fill.svg +4 -0
  3671. package/dist/contacts/shoelace/assets/icons/luggage.svg +4 -0
  3672. package/dist/contacts/shoelace/assets/icons/lungs-fill.svg +3 -0
  3673. package/dist/contacts/shoelace/assets/icons/lungs.svg +3 -0
  3674. package/dist/contacts/shoelace/assets/icons/magic.svg +3 -0
  3675. package/dist/contacts/shoelace/assets/icons/magnet-fill.svg +3 -0
  3676. package/dist/contacts/shoelace/assets/icons/magnet.svg +3 -0
  3677. package/dist/contacts/shoelace/assets/icons/mailbox-flag.svg +4 -0
  3678. package/dist/contacts/shoelace/assets/icons/mailbox.svg +4 -0
  3679. package/dist/contacts/shoelace/assets/icons/mailbox2-flag.svg +4 -0
  3680. package/dist/contacts/shoelace/assets/icons/mailbox2.svg +4 -0
  3681. package/dist/contacts/shoelace/assets/icons/map-fill.svg +3 -0
  3682. package/dist/contacts/shoelace/assets/icons/map.svg +3 -0
  3683. package/dist/contacts/shoelace/assets/icons/markdown-fill.svg +3 -0
  3684. package/dist/contacts/shoelace/assets/icons/markdown.svg +6 -0
  3685. package/dist/contacts/shoelace/assets/icons/marker-tip.svg +3 -0
  3686. package/dist/contacts/shoelace/assets/icons/mask.svg +3 -0
  3687. package/dist/contacts/shoelace/assets/icons/mastodon.svg +3 -0
  3688. package/dist/contacts/shoelace/assets/icons/medium.svg +3 -0
  3689. package/dist/contacts/shoelace/assets/icons/megaphone-fill.svg +3 -0
  3690. package/dist/contacts/shoelace/assets/icons/megaphone.svg +3 -0
  3691. package/dist/contacts/shoelace/assets/icons/memory.svg +3 -0
  3692. package/dist/contacts/shoelace/assets/icons/menu-app-fill.svg +3 -0
  3693. package/dist/contacts/shoelace/assets/icons/menu-app.svg +3 -0
  3694. package/dist/contacts/shoelace/assets/icons/menu-button-fill.svg +3 -0
  3695. package/dist/contacts/shoelace/assets/icons/menu-button-wide-fill.svg +3 -0
  3696. package/dist/contacts/shoelace/assets/icons/menu-button-wide.svg +4 -0
  3697. package/dist/contacts/shoelace/assets/icons/menu-button.svg +4 -0
  3698. package/dist/contacts/shoelace/assets/icons/menu-down.svg +3 -0
  3699. package/dist/contacts/shoelace/assets/icons/menu-up.svg +3 -0
  3700. package/dist/contacts/shoelace/assets/icons/messenger.svg +3 -0
  3701. package/dist/contacts/shoelace/assets/icons/meta.svg +3 -0
  3702. package/dist/contacts/shoelace/assets/icons/mic-fill.svg +4 -0
  3703. package/dist/contacts/shoelace/assets/icons/mic-mute-fill.svg +4 -0
  3704. package/dist/contacts/shoelace/assets/icons/mic-mute.svg +4 -0
  3705. package/dist/contacts/shoelace/assets/icons/mic.svg +4 -0
  3706. package/dist/contacts/shoelace/assets/icons/microsoft-teams.svg +4 -0
  3707. package/dist/contacts/shoelace/assets/icons/microsoft.svg +3 -0
  3708. package/dist/contacts/shoelace/assets/icons/minecart-loaded.svg +4 -0
  3709. package/dist/contacts/shoelace/assets/icons/minecart.svg +3 -0
  3710. package/dist/contacts/shoelace/assets/icons/modem-fill.svg +3 -0
  3711. package/dist/contacts/shoelace/assets/icons/modem.svg +4 -0
  3712. package/dist/contacts/shoelace/assets/icons/moisture.svg +3 -0
  3713. package/dist/contacts/shoelace/assets/icons/moon-fill.svg +3 -0
  3714. package/dist/contacts/shoelace/assets/icons/moon-stars-fill.svg +4 -0
  3715. package/dist/contacts/shoelace/assets/icons/moon-stars.svg +4 -0
  3716. package/dist/contacts/shoelace/assets/icons/moon.svg +3 -0
  3717. package/dist/contacts/shoelace/assets/icons/mortarboard-fill.svg +4 -0
  3718. package/dist/contacts/shoelace/assets/icons/mortarboard.svg +4 -0
  3719. package/dist/contacts/shoelace/assets/icons/motherboard-fill.svg +4 -0
  3720. package/dist/contacts/shoelace/assets/icons/motherboard.svg +4 -0
  3721. package/dist/contacts/shoelace/assets/icons/mouse-fill.svg +3 -0
  3722. package/dist/contacts/shoelace/assets/icons/mouse.svg +3 -0
  3723. package/dist/contacts/shoelace/assets/icons/mouse2-fill.svg +3 -0
  3724. package/dist/contacts/shoelace/assets/icons/mouse2.svg +3 -0
  3725. package/dist/contacts/shoelace/assets/icons/mouse3-fill.svg +3 -0
  3726. package/dist/contacts/shoelace/assets/icons/mouse3.svg +3 -0
  3727. package/dist/contacts/shoelace/assets/icons/music-note-beamed.svg +5 -0
  3728. package/dist/contacts/shoelace/assets/icons/music-note-list.svg +6 -0
  3729. package/dist/contacts/shoelace/assets/icons/music-note.svg +5 -0
  3730. package/dist/contacts/shoelace/assets/icons/music-player-fill.svg +4 -0
  3731. package/dist/contacts/shoelace/assets/icons/music-player.svg +5 -0
  3732. package/dist/contacts/shoelace/assets/icons/newspaper.svg +4 -0
  3733. package/dist/contacts/shoelace/assets/icons/nintendo-switch.svg +4 -0
  3734. package/dist/contacts/shoelace/assets/icons/node-minus-fill.svg +3 -0
  3735. package/dist/contacts/shoelace/assets/icons/node-minus.svg +3 -0
  3736. package/dist/contacts/shoelace/assets/icons/node-plus-fill.svg +3 -0
  3737. package/dist/contacts/shoelace/assets/icons/node-plus.svg +3 -0
  3738. package/dist/contacts/shoelace/assets/icons/noise-reduction.svg +4 -0
  3739. package/dist/contacts/shoelace/assets/icons/nut-fill.svg +3 -0
  3740. package/dist/contacts/shoelace/assets/icons/nut.svg +4 -0
  3741. package/dist/contacts/shoelace/assets/icons/nvidia.svg +3 -0
  3742. package/dist/contacts/shoelace/assets/icons/nvme-fill.svg +4 -0
  3743. package/dist/contacts/shoelace/assets/icons/nvme.svg +4 -0
  3744. package/dist/contacts/shoelace/assets/icons/octagon-fill.svg +3 -0
  3745. package/dist/contacts/shoelace/assets/icons/octagon-half.svg +3 -0
  3746. package/dist/contacts/shoelace/assets/icons/octagon.svg +3 -0
  3747. package/dist/contacts/shoelace/assets/icons/opencollective.svg +4 -0
  3748. package/dist/contacts/shoelace/assets/icons/optical-audio-fill.svg +4 -0
  3749. package/dist/contacts/shoelace/assets/icons/optical-audio.svg +5 -0
  3750. package/dist/contacts/shoelace/assets/icons/option.svg +3 -0
  3751. package/dist/contacts/shoelace/assets/icons/outlet.svg +4 -0
  3752. package/dist/contacts/shoelace/assets/icons/p-circle-fill.svg +3 -0
  3753. package/dist/contacts/shoelace/assets/icons/p-circle.svg +3 -0
  3754. package/dist/contacts/shoelace/assets/icons/p-square-fill.svg +4 -0
  3755. package/dist/contacts/shoelace/assets/icons/p-square.svg +4 -0
  3756. package/dist/contacts/shoelace/assets/icons/paint-bucket.svg +3 -0
  3757. package/dist/contacts/shoelace/assets/icons/palette-fill.svg +3 -0
  3758. package/dist/contacts/shoelace/assets/icons/palette.svg +4 -0
  3759. package/dist/contacts/shoelace/assets/icons/palette2.svg +3 -0
  3760. package/dist/contacts/shoelace/assets/icons/paperclip.svg +3 -0
  3761. package/dist/contacts/shoelace/assets/icons/paragraph.svg +3 -0
  3762. package/dist/contacts/shoelace/assets/icons/pass-fill.svg +3 -0
  3763. package/dist/contacts/shoelace/assets/icons/pass.svg +4 -0
  3764. package/dist/contacts/shoelace/assets/icons/passport-fill.svg +4 -0
  3765. package/dist/contacts/shoelace/assets/icons/passport.svg +4 -0
  3766. package/dist/contacts/shoelace/assets/icons/patch-check-fill.svg +3 -0
  3767. package/dist/contacts/shoelace/assets/icons/patch-check.svg +4 -0
  3768. package/dist/contacts/shoelace/assets/icons/patch-exclamation-fill.svg +3 -0
  3769. package/dist/contacts/shoelace/assets/icons/patch-exclamation.svg +4 -0
  3770. package/dist/contacts/shoelace/assets/icons/patch-minus-fill.svg +3 -0
  3771. package/dist/contacts/shoelace/assets/icons/patch-minus.svg +4 -0
  3772. package/dist/contacts/shoelace/assets/icons/patch-plus-fill.svg +3 -0
  3773. package/dist/contacts/shoelace/assets/icons/patch-plus.svg +4 -0
  3774. package/dist/contacts/shoelace/assets/icons/patch-question-fill.svg +3 -0
  3775. package/dist/contacts/shoelace/assets/icons/patch-question.svg +5 -0
  3776. package/dist/contacts/shoelace/assets/icons/pause-btn-fill.svg +3 -0
  3777. package/dist/contacts/shoelace/assets/icons/pause-btn.svg +4 -0
  3778. package/dist/contacts/shoelace/assets/icons/pause-circle-fill.svg +3 -0
  3779. package/dist/contacts/shoelace/assets/icons/pause-circle.svg +4 -0
  3780. package/dist/contacts/shoelace/assets/icons/pause-fill.svg +3 -0
  3781. package/dist/contacts/shoelace/assets/icons/pause.svg +3 -0
  3782. package/dist/contacts/shoelace/assets/icons/paypal.svg +3 -0
  3783. package/dist/contacts/shoelace/assets/icons/pc-display-horizontal.svg +3 -0
  3784. package/dist/contacts/shoelace/assets/icons/pc-display.svg +3 -0
  3785. package/dist/contacts/shoelace/assets/icons/pc-horizontal.svg +3 -0
  3786. package/dist/contacts/shoelace/assets/icons/pc.svg +3 -0
  3787. package/dist/contacts/shoelace/assets/icons/pci-card-network.svg +5 -0
  3788. package/dist/contacts/shoelace/assets/icons/pci-card-sound.svg +5 -0
  3789. package/dist/contacts/shoelace/assets/icons/pci-card.svg +4 -0
  3790. package/dist/contacts/shoelace/assets/icons/peace-fill.svg +3 -0
  3791. package/dist/contacts/shoelace/assets/icons/peace.svg +3 -0
  3792. package/dist/contacts/shoelace/assets/icons/pen-fill.svg +3 -0
  3793. package/dist/contacts/shoelace/assets/icons/pen.svg +3 -0
  3794. package/dist/contacts/shoelace/assets/icons/pencil-fill.svg +3 -0
  3795. package/dist/contacts/shoelace/assets/icons/pencil-square.svg +4 -0
  3796. package/dist/contacts/shoelace/assets/icons/pencil.svg +3 -0
  3797. package/dist/contacts/shoelace/assets/icons/pentagon-fill.svg +3 -0
  3798. package/dist/contacts/shoelace/assets/icons/pentagon-half.svg +3 -0
  3799. package/dist/contacts/shoelace/assets/icons/pentagon.svg +3 -0
  3800. package/dist/contacts/shoelace/assets/icons/people-fill.svg +3 -0
  3801. package/dist/contacts/shoelace/assets/icons/people.svg +3 -0
  3802. package/dist/contacts/shoelace/assets/icons/percent.svg +3 -0
  3803. package/dist/contacts/shoelace/assets/icons/person-add.svg +4 -0
  3804. package/dist/contacts/shoelace/assets/icons/person-arms-up.svg +4 -0
  3805. package/dist/contacts/shoelace/assets/icons/person-badge-fill.svg +3 -0
  3806. package/dist/contacts/shoelace/assets/icons/person-badge.svg +4 -0
  3807. package/dist/contacts/shoelace/assets/icons/person-bounding-box.svg +4 -0
  3808. package/dist/contacts/shoelace/assets/icons/person-check-fill.svg +4 -0
  3809. package/dist/contacts/shoelace/assets/icons/person-check.svg +4 -0
  3810. package/dist/contacts/shoelace/assets/icons/person-circle.svg +4 -0
  3811. package/dist/contacts/shoelace/assets/icons/person-dash-fill.svg +4 -0
  3812. package/dist/contacts/shoelace/assets/icons/person-dash.svg +4 -0
  3813. package/dist/contacts/shoelace/assets/icons/person-down.svg +4 -0
  3814. package/dist/contacts/shoelace/assets/icons/person-exclamation.svg +4 -0
  3815. package/dist/contacts/shoelace/assets/icons/person-fill-add.svg +4 -0
  3816. package/dist/contacts/shoelace/assets/icons/person-fill-check.svg +4 -0
  3817. package/dist/contacts/shoelace/assets/icons/person-fill-dash.svg +4 -0
  3818. package/dist/contacts/shoelace/assets/icons/person-fill-down.svg +4 -0
  3819. package/dist/contacts/shoelace/assets/icons/person-fill-exclamation.svg +4 -0
  3820. package/dist/contacts/shoelace/assets/icons/person-fill-gear.svg +3 -0
  3821. package/dist/contacts/shoelace/assets/icons/person-fill-lock.svg +3 -0
  3822. package/dist/contacts/shoelace/assets/icons/person-fill-slash.svg +3 -0
  3823. package/dist/contacts/shoelace/assets/icons/person-fill-up.svg +4 -0
  3824. package/dist/contacts/shoelace/assets/icons/person-fill-x.svg +4 -0
  3825. package/dist/contacts/shoelace/assets/icons/person-fill.svg +3 -0
  3826. package/dist/contacts/shoelace/assets/icons/person-gear.svg +3 -0
  3827. package/dist/contacts/shoelace/assets/icons/person-heart.svg +3 -0
  3828. package/dist/contacts/shoelace/assets/icons/person-hearts.svg +3 -0
  3829. package/dist/contacts/shoelace/assets/icons/person-lines-fill.svg +3 -0
  3830. package/dist/contacts/shoelace/assets/icons/person-lock.svg +3 -0
  3831. package/dist/contacts/shoelace/assets/icons/person-plus-fill.svg +4 -0
  3832. package/dist/contacts/shoelace/assets/icons/person-plus.svg +4 -0
  3833. package/dist/contacts/shoelace/assets/icons/person-raised-hand.svg +4 -0
  3834. package/dist/contacts/shoelace/assets/icons/person-rolodex.svg +4 -0
  3835. package/dist/contacts/shoelace/assets/icons/person-slash.svg +3 -0
  3836. package/dist/contacts/shoelace/assets/icons/person-square.svg +4 -0
  3837. package/dist/contacts/shoelace/assets/icons/person-standing-dress.svg +3 -0
  3838. package/dist/contacts/shoelace/assets/icons/person-standing.svg +3 -0
  3839. package/dist/contacts/shoelace/assets/icons/person-up.svg +4 -0
  3840. package/dist/contacts/shoelace/assets/icons/person-vcard-fill.svg +3 -0
  3841. package/dist/contacts/shoelace/assets/icons/person-vcard.svg +4 -0
  3842. package/dist/contacts/shoelace/assets/icons/person-video.svg +4 -0
  3843. package/dist/contacts/shoelace/assets/icons/person-video2.svg +4 -0
  3844. package/dist/contacts/shoelace/assets/icons/person-video3.svg +4 -0
  3845. package/dist/contacts/shoelace/assets/icons/person-walking.svg +4 -0
  3846. package/dist/contacts/shoelace/assets/icons/person-wheelchair.svg +3 -0
  3847. package/dist/contacts/shoelace/assets/icons/person-workspace.svg +4 -0
  3848. package/dist/contacts/shoelace/assets/icons/person-x-fill.svg +3 -0
  3849. package/dist/contacts/shoelace/assets/icons/person-x.svg +4 -0
  3850. package/dist/contacts/shoelace/assets/icons/person.svg +3 -0
  3851. package/dist/contacts/shoelace/assets/icons/phone-fill.svg +3 -0
  3852. package/dist/contacts/shoelace/assets/icons/phone-flip.svg +3 -0
  3853. package/dist/contacts/shoelace/assets/icons/phone-landscape-fill.svg +3 -0
  3854. package/dist/contacts/shoelace/assets/icons/phone-landscape.svg +4 -0
  3855. package/dist/contacts/shoelace/assets/icons/phone-vibrate-fill.svg +3 -0
  3856. package/dist/contacts/shoelace/assets/icons/phone-vibrate.svg +4 -0
  3857. package/dist/contacts/shoelace/assets/icons/phone.svg +4 -0
  3858. package/dist/contacts/shoelace/assets/icons/pie-chart-fill.svg +3 -0
  3859. package/dist/contacts/shoelace/assets/icons/pie-chart.svg +3 -0
  3860. package/dist/contacts/shoelace/assets/icons/piggy-bank-fill.svg +3 -0
  3861. package/dist/contacts/shoelace/assets/icons/piggy-bank.svg +4 -0
  3862. package/dist/contacts/shoelace/assets/icons/pin-angle-fill.svg +3 -0
  3863. package/dist/contacts/shoelace/assets/icons/pin-angle.svg +3 -0
  3864. package/dist/contacts/shoelace/assets/icons/pin-fill.svg +3 -0
  3865. package/dist/contacts/shoelace/assets/icons/pin-map-fill.svg +4 -0
  3866. package/dist/contacts/shoelace/assets/icons/pin-map.svg +4 -0
  3867. package/dist/contacts/shoelace/assets/icons/pin.svg +3 -0
  3868. package/dist/contacts/shoelace/assets/icons/pinterest.svg +3 -0
  3869. package/dist/contacts/shoelace/assets/icons/pip-fill.svg +3 -0
  3870. package/dist/contacts/shoelace/assets/icons/pip.svg +4 -0
  3871. package/dist/contacts/shoelace/assets/icons/play-btn-fill.svg +3 -0
  3872. package/dist/contacts/shoelace/assets/icons/play-btn.svg +4 -0
  3873. package/dist/contacts/shoelace/assets/icons/play-circle-fill.svg +3 -0
  3874. package/dist/contacts/shoelace/assets/icons/play-circle.svg +4 -0
  3875. package/dist/contacts/shoelace/assets/icons/play-fill.svg +3 -0
  3876. package/dist/contacts/shoelace/assets/icons/play.svg +3 -0
  3877. package/dist/contacts/shoelace/assets/icons/playstation.svg +3 -0
  3878. package/dist/contacts/shoelace/assets/icons/plug-fill.svg +3 -0
  3879. package/dist/contacts/shoelace/assets/icons/plug.svg +3 -0
  3880. package/dist/contacts/shoelace/assets/icons/plugin.svg +3 -0
  3881. package/dist/contacts/shoelace/assets/icons/plus-circle-dotted.svg +3 -0
  3882. package/dist/contacts/shoelace/assets/icons/plus-circle-fill.svg +3 -0
  3883. package/dist/contacts/shoelace/assets/icons/plus-circle.svg +4 -0
  3884. package/dist/contacts/shoelace/assets/icons/plus-lg.svg +3 -0
  3885. package/dist/contacts/shoelace/assets/icons/plus-slash-minus.svg +3 -0
  3886. package/dist/contacts/shoelace/assets/icons/plus-square-dotted.svg +3 -0
  3887. package/dist/contacts/shoelace/assets/icons/plus-square-fill.svg +3 -0
  3888. package/dist/contacts/shoelace/assets/icons/plus-square.svg +4 -0
  3889. package/dist/contacts/shoelace/assets/icons/plus.svg +3 -0
  3890. package/dist/contacts/shoelace/assets/icons/postage-fill.svg +4 -0
  3891. package/dist/contacts/shoelace/assets/icons/postage-heart-fill.svg +4 -0
  3892. package/dist/contacts/shoelace/assets/icons/postage-heart.svg +4 -0
  3893. package/dist/contacts/shoelace/assets/icons/postage.svg +4 -0
  3894. package/dist/contacts/shoelace/assets/icons/postcard-fill.svg +4 -0
  3895. package/dist/contacts/shoelace/assets/icons/postcard-heart-fill.svg +3 -0
  3896. package/dist/contacts/shoelace/assets/icons/postcard-heart.svg +4 -0
  3897. package/dist/contacts/shoelace/assets/icons/postcard.svg +3 -0
  3898. package/dist/contacts/shoelace/assets/icons/power.svg +4 -0
  3899. package/dist/contacts/shoelace/assets/icons/prescription.svg +4 -0
  3900. package/dist/contacts/shoelace/assets/icons/prescription2.svg +4 -0
  3901. package/dist/contacts/shoelace/assets/icons/printer-fill.svg +4 -0
  3902. package/dist/contacts/shoelace/assets/icons/printer.svg +4 -0
  3903. package/dist/contacts/shoelace/assets/icons/projector-fill.svg +3 -0
  3904. package/dist/contacts/shoelace/assets/icons/projector.svg +4 -0
  3905. package/dist/contacts/shoelace/assets/icons/puzzle-fill.svg +3 -0
  3906. package/dist/contacts/shoelace/assets/icons/puzzle.svg +3 -0
  3907. package/dist/contacts/shoelace/assets/icons/qr-code-scan.svg +7 -0
  3908. package/dist/contacts/shoelace/assets/icons/qr-code.svg +7 -0
  3909. package/dist/contacts/shoelace/assets/icons/question-circle-fill.svg +3 -0
  3910. package/dist/contacts/shoelace/assets/icons/question-circle.svg +4 -0
  3911. package/dist/contacts/shoelace/assets/icons/question-diamond-fill.svg +3 -0
  3912. package/dist/contacts/shoelace/assets/icons/question-diamond.svg +4 -0
  3913. package/dist/contacts/shoelace/assets/icons/question-lg.svg +3 -0
  3914. package/dist/contacts/shoelace/assets/icons/question-octagon-fill.svg +3 -0
  3915. package/dist/contacts/shoelace/assets/icons/question-octagon.svg +4 -0
  3916. package/dist/contacts/shoelace/assets/icons/question-square-fill.svg +3 -0
  3917. package/dist/contacts/shoelace/assets/icons/question-square.svg +4 -0
  3918. package/dist/contacts/shoelace/assets/icons/question.svg +3 -0
  3919. package/dist/contacts/shoelace/assets/icons/quora.svg +3 -0
  3920. package/dist/contacts/shoelace/assets/icons/quote.svg +3 -0
  3921. package/dist/contacts/shoelace/assets/icons/r-circle-fill.svg +3 -0
  3922. package/dist/contacts/shoelace/assets/icons/r-circle.svg +3 -0
  3923. package/dist/contacts/shoelace/assets/icons/r-square-fill.svg +4 -0
  3924. package/dist/contacts/shoelace/assets/icons/r-square.svg +4 -0
  3925. package/dist/contacts/shoelace/assets/icons/radar.svg +3 -0
  3926. package/dist/contacts/shoelace/assets/icons/radioactive.svg +4 -0
  3927. package/dist/contacts/shoelace/assets/icons/rainbow.svg +3 -0
  3928. package/dist/contacts/shoelace/assets/icons/receipt-cutoff.svg +4 -0
  3929. package/dist/contacts/shoelace/assets/icons/receipt.svg +4 -0
  3930. package/dist/contacts/shoelace/assets/icons/reception-0.svg +3 -0
  3931. package/dist/contacts/shoelace/assets/icons/reception-1.svg +3 -0
  3932. package/dist/contacts/shoelace/assets/icons/reception-2.svg +3 -0
  3933. package/dist/contacts/shoelace/assets/icons/reception-3.svg +3 -0
  3934. package/dist/contacts/shoelace/assets/icons/reception-4.svg +3 -0
  3935. package/dist/contacts/shoelace/assets/icons/record-btn-fill.svg +3 -0
  3936. package/dist/contacts/shoelace/assets/icons/record-btn.svg +4 -0
  3937. package/dist/contacts/shoelace/assets/icons/record-circle-fill.svg +3 -0
  3938. package/dist/contacts/shoelace/assets/icons/record-circle.svg +4 -0
  3939. package/dist/contacts/shoelace/assets/icons/record-fill.svg +3 -0
  3940. package/dist/contacts/shoelace/assets/icons/record.svg +3 -0
  3941. package/dist/contacts/shoelace/assets/icons/record2-fill.svg +4 -0
  3942. package/dist/contacts/shoelace/assets/icons/record2.svg +4 -0
  3943. package/dist/contacts/shoelace/assets/icons/recycle.svg +3 -0
  3944. package/dist/contacts/shoelace/assets/icons/reddit.svg +4 -0
  3945. package/dist/contacts/shoelace/assets/icons/regex.svg +3 -0
  3946. package/dist/contacts/shoelace/assets/icons/repeat-1.svg +4 -0
  3947. package/dist/contacts/shoelace/assets/icons/repeat.svg +3 -0
  3948. package/dist/contacts/shoelace/assets/icons/reply-all-fill.svg +4 -0
  3949. package/dist/contacts/shoelace/assets/icons/reply-all.svg +4 -0
  3950. package/dist/contacts/shoelace/assets/icons/reply-fill.svg +3 -0
  3951. package/dist/contacts/shoelace/assets/icons/reply.svg +3 -0
  3952. package/dist/contacts/shoelace/assets/icons/rewind-btn-fill.svg +3 -0
  3953. package/dist/contacts/shoelace/assets/icons/rewind-btn.svg +4 -0
  3954. package/dist/contacts/shoelace/assets/icons/rewind-circle-fill.svg +3 -0
  3955. package/dist/contacts/shoelace/assets/icons/rewind-circle.svg +4 -0
  3956. package/dist/contacts/shoelace/assets/icons/rewind-fill.svg +4 -0
  3957. package/dist/contacts/shoelace/assets/icons/rewind.svg +4 -0
  3958. package/dist/contacts/shoelace/assets/icons/robot.svg +4 -0
  3959. package/dist/contacts/shoelace/assets/icons/rocket-fill.svg +4 -0
  3960. package/dist/contacts/shoelace/assets/icons/rocket-takeoff-fill.svg +4 -0
  3961. package/dist/contacts/shoelace/assets/icons/rocket-takeoff.svg +5 -0
  3962. package/dist/contacts/shoelace/assets/icons/rocket.svg +5 -0
  3963. package/dist/contacts/shoelace/assets/icons/router-fill.svg +6 -0
  3964. package/dist/contacts/shoelace/assets/icons/router.svg +6 -0
  3965. package/dist/contacts/shoelace/assets/icons/rss-fill.svg +3 -0
  3966. package/dist/contacts/shoelace/assets/icons/rss.svg +4 -0
  3967. package/dist/contacts/shoelace/assets/icons/rulers.svg +3 -0
  3968. package/dist/contacts/shoelace/assets/icons/safe-fill.svg +4 -0
  3969. package/dist/contacts/shoelace/assets/icons/safe.svg +4 -0
  3970. package/dist/contacts/shoelace/assets/icons/safe2-fill.svg +4 -0
  3971. package/dist/contacts/shoelace/assets/icons/safe2.svg +4 -0
  3972. package/dist/contacts/shoelace/assets/icons/save-fill.svg +3 -0
  3973. package/dist/contacts/shoelace/assets/icons/save.svg +3 -0
  3974. package/dist/contacts/shoelace/assets/icons/save2-fill.svg +3 -0
  3975. package/dist/contacts/shoelace/assets/icons/save2.svg +3 -0
  3976. package/dist/contacts/shoelace/assets/icons/scissors.svg +3 -0
  3977. package/dist/contacts/shoelace/assets/icons/scooter.svg +3 -0
  3978. package/dist/contacts/shoelace/assets/icons/screwdriver.svg +3 -0
  3979. package/dist/contacts/shoelace/assets/icons/sd-card-fill.svg +3 -0
  3980. package/dist/contacts/shoelace/assets/icons/sd-card.svg +4 -0
  3981. package/dist/contacts/shoelace/assets/icons/search-heart-fill.svg +3 -0
  3982. package/dist/contacts/shoelace/assets/icons/search-heart.svg +4 -0
  3983. package/dist/contacts/shoelace/assets/icons/search.svg +3 -0
  3984. package/dist/contacts/shoelace/assets/icons/segmented-nav.svg +3 -0
  3985. package/dist/contacts/shoelace/assets/icons/send-arrow-down-fill.svg +4 -0
  3986. package/dist/contacts/shoelace/assets/icons/send-arrow-down.svg +4 -0
  3987. package/dist/contacts/shoelace/assets/icons/send-arrow-up-fill.svg +4 -0
  3988. package/dist/contacts/shoelace/assets/icons/send-arrow-up.svg +4 -0
  3989. package/dist/contacts/shoelace/assets/icons/send-check-fill.svg +4 -0
  3990. package/dist/contacts/shoelace/assets/icons/send-check.svg +4 -0
  3991. package/dist/contacts/shoelace/assets/icons/send-dash-fill.svg +4 -0
  3992. package/dist/contacts/shoelace/assets/icons/send-dash.svg +4 -0
  3993. package/dist/contacts/shoelace/assets/icons/send-exclamation-fill.svg +4 -0
  3994. package/dist/contacts/shoelace/assets/icons/send-exclamation.svg +4 -0
  3995. package/dist/contacts/shoelace/assets/icons/send-fill.svg +3 -0
  3996. package/dist/contacts/shoelace/assets/icons/send-plus-fill.svg +4 -0
  3997. package/dist/contacts/shoelace/assets/icons/send-plus.svg +4 -0
  3998. package/dist/contacts/shoelace/assets/icons/send-slash-fill.svg +4 -0
  3999. package/dist/contacts/shoelace/assets/icons/send-slash.svg +4 -0
  4000. package/dist/contacts/shoelace/assets/icons/send-x-fill.svg +4 -0
  4001. package/dist/contacts/shoelace/assets/icons/send-x.svg +4 -0
  4002. package/dist/contacts/shoelace/assets/icons/send.svg +3 -0
  4003. package/dist/contacts/shoelace/assets/icons/server.svg +5 -0
  4004. package/dist/contacts/shoelace/assets/icons/shadows.svg +3 -0
  4005. package/dist/contacts/shoelace/assets/icons/share-fill.svg +3 -0
  4006. package/dist/contacts/shoelace/assets/icons/share.svg +3 -0
  4007. package/dist/contacts/shoelace/assets/icons/shield-check.svg +4 -0
  4008. package/dist/contacts/shoelace/assets/icons/shield-exclamation.svg +4 -0
  4009. package/dist/contacts/shoelace/assets/icons/shield-fill-check.svg +3 -0
  4010. package/dist/contacts/shoelace/assets/icons/shield-fill-exclamation.svg +3 -0
  4011. package/dist/contacts/shoelace/assets/icons/shield-fill-minus.svg +3 -0
  4012. package/dist/contacts/shoelace/assets/icons/shield-fill-plus.svg +3 -0
  4013. package/dist/contacts/shoelace/assets/icons/shield-fill-x.svg +3 -0
  4014. package/dist/contacts/shoelace/assets/icons/shield-fill.svg +3 -0
  4015. package/dist/contacts/shoelace/assets/icons/shield-lock-fill.svg +3 -0
  4016. package/dist/contacts/shoelace/assets/icons/shield-lock.svg +4 -0
  4017. package/dist/contacts/shoelace/assets/icons/shield-minus.svg +4 -0
  4018. package/dist/contacts/shoelace/assets/icons/shield-plus.svg +4 -0
  4019. package/dist/contacts/shoelace/assets/icons/shield-shaded.svg +3 -0
  4020. package/dist/contacts/shoelace/assets/icons/shield-slash-fill.svg +3 -0
  4021. package/dist/contacts/shoelace/assets/icons/shield-slash.svg +3 -0
  4022. package/dist/contacts/shoelace/assets/icons/shield-x.svg +4 -0
  4023. package/dist/contacts/shoelace/assets/icons/shield.svg +3 -0
  4024. package/dist/contacts/shoelace/assets/icons/shift-fill.svg +3 -0
  4025. package/dist/contacts/shoelace/assets/icons/shift.svg +3 -0
  4026. package/dist/contacts/shoelace/assets/icons/shop-window.svg +3 -0
  4027. package/dist/contacts/shoelace/assets/icons/shop.svg +3 -0
  4028. package/dist/contacts/shoelace/assets/icons/shuffle.svg +4 -0
  4029. package/dist/contacts/shoelace/assets/icons/sign-dead-end-fill.svg +4 -0
  4030. package/dist/contacts/shoelace/assets/icons/sign-dead-end.svg +4 -0
  4031. package/dist/contacts/shoelace/assets/icons/sign-do-not-enter-fill.svg +4 -0
  4032. package/dist/contacts/shoelace/assets/icons/sign-do-not-enter.svg +4 -0
  4033. package/dist/contacts/shoelace/assets/icons/sign-intersection-fill.svg +3 -0
  4034. package/dist/contacts/shoelace/assets/icons/sign-intersection-side-fill.svg +3 -0
  4035. package/dist/contacts/shoelace/assets/icons/sign-intersection-side.svg +4 -0
  4036. package/dist/contacts/shoelace/assets/icons/sign-intersection-t-fill.svg +3 -0
  4037. package/dist/contacts/shoelace/assets/icons/sign-intersection-t.svg +4 -0
  4038. package/dist/contacts/shoelace/assets/icons/sign-intersection-y-fill.svg +3 -0
  4039. package/dist/contacts/shoelace/assets/icons/sign-intersection-y.svg +4 -0
  4040. package/dist/contacts/shoelace/assets/icons/sign-intersection.svg +4 -0
  4041. package/dist/contacts/shoelace/assets/icons/sign-merge-left-fill.svg +3 -0
  4042. package/dist/contacts/shoelace/assets/icons/sign-merge-left.svg +4 -0
  4043. package/dist/contacts/shoelace/assets/icons/sign-merge-right-fill.svg +3 -0
  4044. package/dist/contacts/shoelace/assets/icons/sign-merge-right.svg +4 -0
  4045. package/dist/contacts/shoelace/assets/icons/sign-no-left-turn-fill.svg +4 -0
  4046. package/dist/contacts/shoelace/assets/icons/sign-no-left-turn.svg +3 -0
  4047. package/dist/contacts/shoelace/assets/icons/sign-no-parking-fill.svg +4 -0
  4048. package/dist/contacts/shoelace/assets/icons/sign-no-parking.svg +3 -0
  4049. package/dist/contacts/shoelace/assets/icons/sign-no-right-turn-fill.svg +4 -0
  4050. package/dist/contacts/shoelace/assets/icons/sign-no-right-turn.svg +3 -0
  4051. package/dist/contacts/shoelace/assets/icons/sign-railroad-fill.svg +5 -0
  4052. package/dist/contacts/shoelace/assets/icons/sign-railroad.svg +4 -0
  4053. package/dist/contacts/shoelace/assets/icons/sign-stop-fill.svg +4 -0
  4054. package/dist/contacts/shoelace/assets/icons/sign-stop-lights-fill.svg +4 -0
  4055. package/dist/contacts/shoelace/assets/icons/sign-stop-lights.svg +4 -0
  4056. package/dist/contacts/shoelace/assets/icons/sign-stop.svg +5 -0
  4057. package/dist/contacts/shoelace/assets/icons/sign-turn-left-fill.svg +3 -0
  4058. package/dist/contacts/shoelace/assets/icons/sign-turn-left.svg +4 -0
  4059. package/dist/contacts/shoelace/assets/icons/sign-turn-right-fill.svg +3 -0
  4060. package/dist/contacts/shoelace/assets/icons/sign-turn-right.svg +4 -0
  4061. package/dist/contacts/shoelace/assets/icons/sign-turn-slight-left-fill.svg +3 -0
  4062. package/dist/contacts/shoelace/assets/icons/sign-turn-slight-left.svg +4 -0
  4063. package/dist/contacts/shoelace/assets/icons/sign-turn-slight-right-fill.svg +3 -0
  4064. package/dist/contacts/shoelace/assets/icons/sign-turn-slight-right.svg +4 -0
  4065. package/dist/contacts/shoelace/assets/icons/sign-yield-fill.svg +4 -0
  4066. package/dist/contacts/shoelace/assets/icons/sign-yield.svg +5 -0
  4067. package/dist/contacts/shoelace/assets/icons/signal.svg +3 -0
  4068. package/dist/contacts/shoelace/assets/icons/signpost-2-fill.svg +3 -0
  4069. package/dist/contacts/shoelace/assets/icons/signpost-2.svg +3 -0
  4070. package/dist/contacts/shoelace/assets/icons/signpost-fill.svg +3 -0
  4071. package/dist/contacts/shoelace/assets/icons/signpost-split-fill.svg +3 -0
  4072. package/dist/contacts/shoelace/assets/icons/signpost-split.svg +3 -0
  4073. package/dist/contacts/shoelace/assets/icons/signpost.svg +3 -0
  4074. package/dist/contacts/shoelace/assets/icons/sim-fill.svg +4 -0
  4075. package/dist/contacts/shoelace/assets/icons/sim-slash-fill.svg +3 -0
  4076. package/dist/contacts/shoelace/assets/icons/sim-slash.svg +3 -0
  4077. package/dist/contacts/shoelace/assets/icons/sim.svg +4 -0
  4078. package/dist/contacts/shoelace/assets/icons/sina-weibo.svg +4 -0
  4079. package/dist/contacts/shoelace/assets/icons/skip-backward-btn-fill.svg +3 -0
  4080. package/dist/contacts/shoelace/assets/icons/skip-backward-btn.svg +4 -0
  4081. package/dist/contacts/shoelace/assets/icons/skip-backward-circle-fill.svg +3 -0
  4082. package/dist/contacts/shoelace/assets/icons/skip-backward-circle.svg +4 -0
  4083. package/dist/contacts/shoelace/assets/icons/skip-backward-fill.svg +3 -0
  4084. package/dist/contacts/shoelace/assets/icons/skip-backward.svg +3 -0
  4085. package/dist/contacts/shoelace/assets/icons/skip-end-btn-fill.svg +3 -0
  4086. package/dist/contacts/shoelace/assets/icons/skip-end-btn.svg +4 -0
  4087. package/dist/contacts/shoelace/assets/icons/skip-end-circle-fill.svg +3 -0
  4088. package/dist/contacts/shoelace/assets/icons/skip-end-circle.svg +4 -0
  4089. package/dist/contacts/shoelace/assets/icons/skip-end-fill.svg +3 -0
  4090. package/dist/contacts/shoelace/assets/icons/skip-end.svg +3 -0
  4091. package/dist/contacts/shoelace/assets/icons/skip-forward-btn-fill.svg +3 -0
  4092. package/dist/contacts/shoelace/assets/icons/skip-forward-btn.svg +4 -0
  4093. package/dist/contacts/shoelace/assets/icons/skip-forward-circle-fill.svg +3 -0
  4094. package/dist/contacts/shoelace/assets/icons/skip-forward-circle.svg +4 -0
  4095. package/dist/contacts/shoelace/assets/icons/skip-forward-fill.svg +3 -0
  4096. package/dist/contacts/shoelace/assets/icons/skip-forward.svg +3 -0
  4097. package/dist/contacts/shoelace/assets/icons/skip-start-btn-fill.svg +3 -0
  4098. package/dist/contacts/shoelace/assets/icons/skip-start-btn.svg +4 -0
  4099. package/dist/contacts/shoelace/assets/icons/skip-start-circle-fill.svg +3 -0
  4100. package/dist/contacts/shoelace/assets/icons/skip-start-circle.svg +4 -0
  4101. package/dist/contacts/shoelace/assets/icons/skip-start-fill.svg +3 -0
  4102. package/dist/contacts/shoelace/assets/icons/skip-start.svg +3 -0
  4103. package/dist/contacts/shoelace/assets/icons/skype.svg +3 -0
  4104. package/dist/contacts/shoelace/assets/icons/slack.svg +3 -0
  4105. package/dist/contacts/shoelace/assets/icons/slash-circle-fill.svg +3 -0
  4106. package/dist/contacts/shoelace/assets/icons/slash-circle.svg +4 -0
  4107. package/dist/contacts/shoelace/assets/icons/slash-lg.svg +3 -0
  4108. package/dist/contacts/shoelace/assets/icons/slash-square-fill.svg +3 -0
  4109. package/dist/contacts/shoelace/assets/icons/slash-square.svg +4 -0
  4110. package/dist/contacts/shoelace/assets/icons/slash.svg +3 -0
  4111. package/dist/contacts/shoelace/assets/icons/sliders.svg +3 -0
  4112. package/dist/contacts/shoelace/assets/icons/sliders2-vertical.svg +3 -0
  4113. package/dist/contacts/shoelace/assets/icons/sliders2.svg +3 -0
  4114. package/dist/contacts/shoelace/assets/icons/smartwatch.svg +4 -0
  4115. package/dist/contacts/shoelace/assets/icons/snapchat.svg +3 -0
  4116. package/dist/contacts/shoelace/assets/icons/snow.svg +3 -0
  4117. package/dist/contacts/shoelace/assets/icons/snow2.svg +3 -0
  4118. package/dist/contacts/shoelace/assets/icons/snow3.svg +4 -0
  4119. package/dist/contacts/shoelace/assets/icons/sort-alpha-down-alt.svg +5 -0
  4120. package/dist/contacts/shoelace/assets/icons/sort-alpha-down.svg +4 -0
  4121. package/dist/contacts/shoelace/assets/icons/sort-alpha-up-alt.svg +5 -0
  4122. package/dist/contacts/shoelace/assets/icons/sort-alpha-up.svg +4 -0
  4123. package/dist/contacts/shoelace/assets/icons/sort-down-alt.svg +3 -0
  4124. package/dist/contacts/shoelace/assets/icons/sort-down.svg +3 -0
  4125. package/dist/contacts/shoelace/assets/icons/sort-numeric-down-alt.svg +4 -0
  4126. package/dist/contacts/shoelace/assets/icons/sort-numeric-down.svg +5 -0
  4127. package/dist/contacts/shoelace/assets/icons/sort-numeric-up-alt.svg +4 -0
  4128. package/dist/contacts/shoelace/assets/icons/sort-numeric-up.svg +5 -0
  4129. package/dist/contacts/shoelace/assets/icons/sort-up-alt.svg +3 -0
  4130. package/dist/contacts/shoelace/assets/icons/sort-up.svg +3 -0
  4131. package/dist/contacts/shoelace/assets/icons/soundwave.svg +3 -0
  4132. package/dist/contacts/shoelace/assets/icons/sourceforge.svg +4 -0
  4133. package/dist/contacts/shoelace/assets/icons/speaker-fill.svg +4 -0
  4134. package/dist/contacts/shoelace/assets/icons/speaker.svg +4 -0
  4135. package/dist/contacts/shoelace/assets/icons/speedometer.svg +4 -0
  4136. package/dist/contacts/shoelace/assets/icons/speedometer2.svg +4 -0
  4137. package/dist/contacts/shoelace/assets/icons/spellcheck.svg +4 -0
  4138. package/dist/contacts/shoelace/assets/icons/spotify.svg +3 -0
  4139. package/dist/contacts/shoelace/assets/icons/square-fill.svg +3 -0
  4140. package/dist/contacts/shoelace/assets/icons/square-half.svg +3 -0
  4141. package/dist/contacts/shoelace/assets/icons/square.svg +3 -0
  4142. package/dist/contacts/shoelace/assets/icons/stack-overflow.svg +4 -0
  4143. package/dist/contacts/shoelace/assets/icons/stack.svg +4 -0
  4144. package/dist/contacts/shoelace/assets/icons/star-fill.svg +3 -0
  4145. package/dist/contacts/shoelace/assets/icons/star-half.svg +3 -0
  4146. package/dist/contacts/shoelace/assets/icons/star.svg +3 -0
  4147. package/dist/contacts/shoelace/assets/icons/stars.svg +3 -0
  4148. package/dist/contacts/shoelace/assets/icons/steam.svg +4 -0
  4149. package/dist/contacts/shoelace/assets/icons/stickies-fill.svg +4 -0
  4150. package/dist/contacts/shoelace/assets/icons/stickies.svg +4 -0
  4151. package/dist/contacts/shoelace/assets/icons/sticky-fill.svg +3 -0
  4152. package/dist/contacts/shoelace/assets/icons/sticky.svg +3 -0
  4153. package/dist/contacts/shoelace/assets/icons/stop-btn-fill.svg +3 -0
  4154. package/dist/contacts/shoelace/assets/icons/stop-btn.svg +4 -0
  4155. package/dist/contacts/shoelace/assets/icons/stop-circle-fill.svg +3 -0
  4156. package/dist/contacts/shoelace/assets/icons/stop-circle.svg +4 -0
  4157. package/dist/contacts/shoelace/assets/icons/stop-fill.svg +3 -0
  4158. package/dist/contacts/shoelace/assets/icons/stop.svg +3 -0
  4159. package/dist/contacts/shoelace/assets/icons/stoplights-fill.svg +3 -0
  4160. package/dist/contacts/shoelace/assets/icons/stoplights.svg +4 -0
  4161. package/dist/contacts/shoelace/assets/icons/stopwatch-fill.svg +3 -0
  4162. package/dist/contacts/shoelace/assets/icons/stopwatch.svg +4 -0
  4163. package/dist/contacts/shoelace/assets/icons/strava.svg +3 -0
  4164. package/dist/contacts/shoelace/assets/icons/stripe.svg +3 -0
  4165. package/dist/contacts/shoelace/assets/icons/subscript.svg +3 -0
  4166. package/dist/contacts/shoelace/assets/icons/substack.svg +3 -0
  4167. package/dist/contacts/shoelace/assets/icons/subtract.svg +3 -0
  4168. package/dist/contacts/shoelace/assets/icons/suit-club-fill.svg +3 -0
  4169. package/dist/contacts/shoelace/assets/icons/suit-club.svg +3 -0
  4170. package/dist/contacts/shoelace/assets/icons/suit-diamond-fill.svg +3 -0
  4171. package/dist/contacts/shoelace/assets/icons/suit-diamond.svg +3 -0
  4172. package/dist/contacts/shoelace/assets/icons/suit-heart-fill.svg +3 -0
  4173. package/dist/contacts/shoelace/assets/icons/suit-heart.svg +3 -0
  4174. package/dist/contacts/shoelace/assets/icons/suit-spade-fill.svg +3 -0
  4175. package/dist/contacts/shoelace/assets/icons/suit-spade.svg +3 -0
  4176. package/dist/contacts/shoelace/assets/icons/suitcase-fill.svg +3 -0
  4177. package/dist/contacts/shoelace/assets/icons/suitcase-lg-fill.svg +3 -0
  4178. package/dist/contacts/shoelace/assets/icons/suitcase-lg.svg +3 -0
  4179. package/dist/contacts/shoelace/assets/icons/suitcase.svg +4 -0
  4180. package/dist/contacts/shoelace/assets/icons/suitcase2-fill.svg +3 -0
  4181. package/dist/contacts/shoelace/assets/icons/suitcase2.svg +3 -0
  4182. package/dist/contacts/shoelace/assets/icons/sun-fill.svg +3 -0
  4183. package/dist/contacts/shoelace/assets/icons/sun.svg +3 -0
  4184. package/dist/contacts/shoelace/assets/icons/sunglasses.svg +3 -0
  4185. package/dist/contacts/shoelace/assets/icons/sunrise-fill.svg +3 -0
  4186. package/dist/contacts/shoelace/assets/icons/sunrise.svg +3 -0
  4187. package/dist/contacts/shoelace/assets/icons/sunset-fill.svg +3 -0
  4188. package/dist/contacts/shoelace/assets/icons/sunset.svg +3 -0
  4189. package/dist/contacts/shoelace/assets/icons/superscript.svg +3 -0
  4190. package/dist/contacts/shoelace/assets/icons/symmetry-horizontal.svg +3 -0
  4191. package/dist/contacts/shoelace/assets/icons/symmetry-vertical.svg +3 -0
  4192. package/dist/contacts/shoelace/assets/icons/table.svg +3 -0
  4193. package/dist/contacts/shoelace/assets/icons/tablet-fill.svg +3 -0
  4194. package/dist/contacts/shoelace/assets/icons/tablet-landscape-fill.svg +3 -0
  4195. package/dist/contacts/shoelace/assets/icons/tablet-landscape.svg +4 -0
  4196. package/dist/contacts/shoelace/assets/icons/tablet.svg +4 -0
  4197. package/dist/contacts/shoelace/assets/icons/tag-fill.svg +3 -0
  4198. package/dist/contacts/shoelace/assets/icons/tag.svg +4 -0
  4199. package/dist/contacts/shoelace/assets/icons/tags-fill.svg +4 -0
  4200. package/dist/contacts/shoelace/assets/icons/tags.svg +4 -0
  4201. package/dist/contacts/shoelace/assets/icons/taxi-front-fill.svg +3 -0
  4202. package/dist/contacts/shoelace/assets/icons/taxi-front.svg +4 -0
  4203. package/dist/contacts/shoelace/assets/icons/telegram.svg +3 -0
  4204. package/dist/contacts/shoelace/assets/icons/telephone-fill.svg +3 -0
  4205. package/dist/contacts/shoelace/assets/icons/telephone-forward-fill.svg +3 -0
  4206. package/dist/contacts/shoelace/assets/icons/telephone-forward.svg +3 -0
  4207. package/dist/contacts/shoelace/assets/icons/telephone-inbound-fill.svg +3 -0
  4208. package/dist/contacts/shoelace/assets/icons/telephone-inbound.svg +3 -0
  4209. package/dist/contacts/shoelace/assets/icons/telephone-minus-fill.svg +3 -0
  4210. package/dist/contacts/shoelace/assets/icons/telephone-minus.svg +4 -0
  4211. package/dist/contacts/shoelace/assets/icons/telephone-outbound-fill.svg +3 -0
  4212. package/dist/contacts/shoelace/assets/icons/telephone-outbound.svg +3 -0
  4213. package/dist/contacts/shoelace/assets/icons/telephone-plus-fill.svg +3 -0
  4214. package/dist/contacts/shoelace/assets/icons/telephone-plus.svg +4 -0
  4215. package/dist/contacts/shoelace/assets/icons/telephone-x-fill.svg +3 -0
  4216. package/dist/contacts/shoelace/assets/icons/telephone-x.svg +4 -0
  4217. package/dist/contacts/shoelace/assets/icons/telephone.svg +3 -0
  4218. package/dist/contacts/shoelace/assets/icons/tencent-qq.svg +4 -0
  4219. package/dist/contacts/shoelace/assets/icons/terminal-dash.svg +4 -0
  4220. package/dist/contacts/shoelace/assets/icons/terminal-fill.svg +3 -0
  4221. package/dist/contacts/shoelace/assets/icons/terminal-plus.svg +4 -0
  4222. package/dist/contacts/shoelace/assets/icons/terminal-split.svg +4 -0
  4223. package/dist/contacts/shoelace/assets/icons/terminal-x.svg +4 -0
  4224. package/dist/contacts/shoelace/assets/icons/terminal.svg +4 -0
  4225. package/dist/contacts/shoelace/assets/icons/text-center.svg +3 -0
  4226. package/dist/contacts/shoelace/assets/icons/text-indent-left.svg +3 -0
  4227. package/dist/contacts/shoelace/assets/icons/text-indent-right.svg +3 -0
  4228. package/dist/contacts/shoelace/assets/icons/text-left.svg +3 -0
  4229. package/dist/contacts/shoelace/assets/icons/text-paragraph.svg +3 -0
  4230. package/dist/contacts/shoelace/assets/icons/text-right.svg +3 -0
  4231. package/dist/contacts/shoelace/assets/icons/text-wrap.svg +3 -0
  4232. package/dist/contacts/shoelace/assets/icons/textarea-resize.svg +3 -0
  4233. package/dist/contacts/shoelace/assets/icons/textarea-t.svg +4 -0
  4234. package/dist/contacts/shoelace/assets/icons/textarea.svg +3 -0
  4235. package/dist/contacts/shoelace/assets/icons/thermometer-half.svg +4 -0
  4236. package/dist/contacts/shoelace/assets/icons/thermometer-high.svg +4 -0
  4237. package/dist/contacts/shoelace/assets/icons/thermometer-low.svg +4 -0
  4238. package/dist/contacts/shoelace/assets/icons/thermometer-snow.svg +4 -0
  4239. package/dist/contacts/shoelace/assets/icons/thermometer-sun.svg +4 -0
  4240. package/dist/contacts/shoelace/assets/icons/thermometer.svg +4 -0
  4241. package/dist/contacts/shoelace/assets/icons/threads-fill.svg +4 -0
  4242. package/dist/contacts/shoelace/assets/icons/threads.svg +3 -0
  4243. package/dist/contacts/shoelace/assets/icons/three-dots-vertical.svg +3 -0
  4244. package/dist/contacts/shoelace/assets/icons/three-dots.svg +3 -0
  4245. package/dist/contacts/shoelace/assets/icons/thunderbolt-fill.svg +3 -0
  4246. package/dist/contacts/shoelace/assets/icons/thunderbolt.svg +4 -0
  4247. package/dist/contacts/shoelace/assets/icons/ticket-detailed-fill.svg +3 -0
  4248. package/dist/contacts/shoelace/assets/icons/ticket-detailed.svg +4 -0
  4249. package/dist/contacts/shoelace/assets/icons/ticket-fill.svg +3 -0
  4250. package/dist/contacts/shoelace/assets/icons/ticket-perforated-fill.svg +3 -0
  4251. package/dist/contacts/shoelace/assets/icons/ticket-perforated.svg +4 -0
  4252. package/dist/contacts/shoelace/assets/icons/ticket.svg +3 -0
  4253. package/dist/contacts/shoelace/assets/icons/tiktok.svg +3 -0
  4254. package/dist/contacts/shoelace/assets/icons/toggle-off.svg +3 -0
  4255. package/dist/contacts/shoelace/assets/icons/toggle-on.svg +3 -0
  4256. package/dist/contacts/shoelace/assets/icons/toggle2-off.svg +4 -0
  4257. package/dist/contacts/shoelace/assets/icons/toggle2-on.svg +4 -0
  4258. package/dist/contacts/shoelace/assets/icons/toggles.svg +3 -0
  4259. package/dist/contacts/shoelace/assets/icons/toggles2.svg +5 -0
  4260. package/dist/contacts/shoelace/assets/icons/tools.svg +3 -0
  4261. package/dist/contacts/shoelace/assets/icons/tornado.svg +3 -0
  4262. package/dist/contacts/shoelace/assets/icons/train-freight-front-fill.svg +3 -0
  4263. package/dist/contacts/shoelace/assets/icons/train-freight-front.svg +3 -0
  4264. package/dist/contacts/shoelace/assets/icons/train-front-fill.svg +3 -0
  4265. package/dist/contacts/shoelace/assets/icons/train-front.svg +3 -0
  4266. package/dist/contacts/shoelace/assets/icons/train-lightrail-front-fill.svg +3 -0
  4267. package/dist/contacts/shoelace/assets/icons/train-lightrail-front.svg +3 -0
  4268. package/dist/contacts/shoelace/assets/icons/translate.svg +4 -0
  4269. package/dist/contacts/shoelace/assets/icons/transparency.svg +3 -0
  4270. package/dist/contacts/shoelace/assets/icons/trash-fill.svg +3 -0
  4271. package/dist/contacts/shoelace/assets/icons/trash.svg +4 -0
  4272. package/dist/contacts/shoelace/assets/icons/trash2-fill.svg +3 -0
  4273. package/dist/contacts/shoelace/assets/icons/trash2.svg +3 -0
  4274. package/dist/contacts/shoelace/assets/icons/trash3-fill.svg +3 -0
  4275. package/dist/contacts/shoelace/assets/icons/trash3.svg +3 -0
  4276. package/dist/contacts/shoelace/assets/icons/tree-fill.svg +3 -0
  4277. package/dist/contacts/shoelace/assets/icons/tree.svg +3 -0
  4278. package/dist/contacts/shoelace/assets/icons/trello.svg +3 -0
  4279. package/dist/contacts/shoelace/assets/icons/triangle-fill.svg +3 -0
  4280. package/dist/contacts/shoelace/assets/icons/triangle-half.svg +3 -0
  4281. package/dist/contacts/shoelace/assets/icons/triangle.svg +3 -0
  4282. package/dist/contacts/shoelace/assets/icons/trophy-fill.svg +3 -0
  4283. package/dist/contacts/shoelace/assets/icons/trophy.svg +3 -0
  4284. package/dist/contacts/shoelace/assets/icons/tropical-storm.svg +4 -0
  4285. package/dist/contacts/shoelace/assets/icons/truck-flatbed.svg +3 -0
  4286. package/dist/contacts/shoelace/assets/icons/truck-front-fill.svg +3 -0
  4287. package/dist/contacts/shoelace/assets/icons/truck-front.svg +4 -0
  4288. package/dist/contacts/shoelace/assets/icons/truck.svg +3 -0
  4289. package/dist/contacts/shoelace/assets/icons/tsunami.svg +3 -0
  4290. package/dist/contacts/shoelace/assets/icons/tv-fill.svg +3 -0
  4291. package/dist/contacts/shoelace/assets/icons/tv.svg +3 -0
  4292. package/dist/contacts/shoelace/assets/icons/twitch.svg +4 -0
  4293. package/dist/contacts/shoelace/assets/icons/twitter-x.svg +3 -0
  4294. package/dist/contacts/shoelace/assets/icons/twitter.svg +3 -0
  4295. package/dist/contacts/shoelace/assets/icons/type-bold.svg +3 -0
  4296. package/dist/contacts/shoelace/assets/icons/type-h1.svg +3 -0
  4297. package/dist/contacts/shoelace/assets/icons/type-h2.svg +3 -0
  4298. package/dist/contacts/shoelace/assets/icons/type-h3.svg +3 -0
  4299. package/dist/contacts/shoelace/assets/icons/type-h4.svg +3 -0
  4300. package/dist/contacts/shoelace/assets/icons/type-h5.svg +3 -0
  4301. package/dist/contacts/shoelace/assets/icons/type-h6.svg +3 -0
  4302. package/dist/contacts/shoelace/assets/icons/type-italic.svg +3 -0
  4303. package/dist/contacts/shoelace/assets/icons/type-strikethrough.svg +3 -0
  4304. package/dist/contacts/shoelace/assets/icons/type-underline.svg +3 -0
  4305. package/dist/contacts/shoelace/assets/icons/type.svg +3 -0
  4306. package/dist/contacts/shoelace/assets/icons/ubuntu.svg +3 -0
  4307. package/dist/contacts/shoelace/assets/icons/ui-checks-grid.svg +3 -0
  4308. package/dist/contacts/shoelace/assets/icons/ui-checks.svg +3 -0
  4309. package/dist/contacts/shoelace/assets/icons/ui-radios-grid.svg +3 -0
  4310. package/dist/contacts/shoelace/assets/icons/ui-radios.svg +3 -0
  4311. package/dist/contacts/shoelace/assets/icons/umbrella-fill.svg +3 -0
  4312. package/dist/contacts/shoelace/assets/icons/umbrella.svg +3 -0
  4313. package/dist/contacts/shoelace/assets/icons/unindent.svg +4 -0
  4314. package/dist/contacts/shoelace/assets/icons/union.svg +3 -0
  4315. package/dist/contacts/shoelace/assets/icons/unity.svg +3 -0
  4316. package/dist/contacts/shoelace/assets/icons/universal-access-circle.svg +4 -0
  4317. package/dist/contacts/shoelace/assets/icons/universal-access.svg +3 -0
  4318. package/dist/contacts/shoelace/assets/icons/unlock-fill.svg +3 -0
  4319. package/dist/contacts/shoelace/assets/icons/unlock.svg +3 -0
  4320. package/dist/contacts/shoelace/assets/icons/upc-scan.svg +3 -0
  4321. package/dist/contacts/shoelace/assets/icons/upc.svg +3 -0
  4322. package/dist/contacts/shoelace/assets/icons/upload.svg +4 -0
  4323. package/dist/contacts/shoelace/assets/icons/usb-c-fill.svg +3 -0
  4324. package/dist/contacts/shoelace/assets/icons/usb-c.svg +4 -0
  4325. package/dist/contacts/shoelace/assets/icons/usb-drive-fill.svg +3 -0
  4326. package/dist/contacts/shoelace/assets/icons/usb-drive.svg +3 -0
  4327. package/dist/contacts/shoelace/assets/icons/usb-fill.svg +3 -0
  4328. package/dist/contacts/shoelace/assets/icons/usb-micro-fill.svg +3 -0
  4329. package/dist/contacts/shoelace/assets/icons/usb-micro.svg +4 -0
  4330. package/dist/contacts/shoelace/assets/icons/usb-mini-fill.svg +3 -0
  4331. package/dist/contacts/shoelace/assets/icons/usb-mini.svg +4 -0
  4332. package/dist/contacts/shoelace/assets/icons/usb-plug-fill.svg +3 -0
  4333. package/dist/contacts/shoelace/assets/icons/usb-plug.svg +3 -0
  4334. package/dist/contacts/shoelace/assets/icons/usb-symbol.svg +3 -0
  4335. package/dist/contacts/shoelace/assets/icons/usb.svg +4 -0
  4336. package/dist/contacts/shoelace/assets/icons/valentine.svg +4 -0
  4337. package/dist/contacts/shoelace/assets/icons/valentine2.svg +4 -0
  4338. package/dist/contacts/shoelace/assets/icons/vector-pen.svg +4 -0
  4339. package/dist/contacts/shoelace/assets/icons/view-list.svg +3 -0
  4340. package/dist/contacts/shoelace/assets/icons/view-stacked.svg +3 -0
  4341. package/dist/contacts/shoelace/assets/icons/vignette.svg +4 -0
  4342. package/dist/contacts/shoelace/assets/icons/vimeo.svg +3 -0
  4343. package/dist/contacts/shoelace/assets/icons/vinyl-fill.svg +4 -0
  4344. package/dist/contacts/shoelace/assets/icons/vinyl.svg +5 -0
  4345. package/dist/contacts/shoelace/assets/icons/virus.svg +3 -0
  4346. package/dist/contacts/shoelace/assets/icons/virus2.svg +3 -0
  4347. package/dist/contacts/shoelace/assets/icons/voicemail.svg +3 -0
  4348. package/dist/contacts/shoelace/assets/icons/volume-down-fill.svg +3 -0
  4349. package/dist/contacts/shoelace/assets/icons/volume-down.svg +3 -0
  4350. package/dist/contacts/shoelace/assets/icons/volume-mute-fill.svg +3 -0
  4351. package/dist/contacts/shoelace/assets/icons/volume-mute.svg +3 -0
  4352. package/dist/contacts/shoelace/assets/icons/volume-off-fill.svg +3 -0
  4353. package/dist/contacts/shoelace/assets/icons/volume-off.svg +3 -0
  4354. package/dist/contacts/shoelace/assets/icons/volume-up-fill.svg +5 -0
  4355. package/dist/contacts/shoelace/assets/icons/volume-up.svg +5 -0
  4356. package/dist/contacts/shoelace/assets/icons/vr.svg +3 -0
  4357. package/dist/contacts/shoelace/assets/icons/wallet-fill.svg +4 -0
  4358. package/dist/contacts/shoelace/assets/icons/wallet.svg +3 -0
  4359. package/dist/contacts/shoelace/assets/icons/wallet2.svg +3 -0
  4360. package/dist/contacts/shoelace/assets/icons/watch.svg +4 -0
  4361. package/dist/contacts/shoelace/assets/icons/water.svg +3 -0
  4362. package/dist/contacts/shoelace/assets/icons/webcam-fill.svg +4 -0
  4363. package/dist/contacts/shoelace/assets/icons/webcam.svg +4 -0
  4364. package/dist/contacts/shoelace/assets/icons/wechat.svg +4 -0
  4365. package/dist/contacts/shoelace/assets/icons/whatsapp.svg +3 -0
  4366. package/dist/contacts/shoelace/assets/icons/wifi-1.svg +3 -0
  4367. package/dist/contacts/shoelace/assets/icons/wifi-2.svg +3 -0
  4368. package/dist/contacts/shoelace/assets/icons/wifi-off.svg +3 -0
  4369. package/dist/contacts/shoelace/assets/icons/wifi.svg +4 -0
  4370. package/dist/contacts/shoelace/assets/icons/wikipedia.svg +3 -0
  4371. package/dist/contacts/shoelace/assets/icons/wind.svg +3 -0
  4372. package/dist/contacts/shoelace/assets/icons/window-dash.svg +5 -0
  4373. package/dist/contacts/shoelace/assets/icons/window-desktop.svg +4 -0
  4374. package/dist/contacts/shoelace/assets/icons/window-dock.svg +4 -0
  4375. package/dist/contacts/shoelace/assets/icons/window-fullscreen.svg +4 -0
  4376. package/dist/contacts/shoelace/assets/icons/window-plus.svg +5 -0
  4377. package/dist/contacts/shoelace/assets/icons/window-sidebar.svg +4 -0
  4378. package/dist/contacts/shoelace/assets/icons/window-split.svg +4 -0
  4379. package/dist/contacts/shoelace/assets/icons/window-stack.svg +4 -0
  4380. package/dist/contacts/shoelace/assets/icons/window-x.svg +5 -0
  4381. package/dist/contacts/shoelace/assets/icons/window.svg +4 -0
  4382. package/dist/contacts/shoelace/assets/icons/windows.svg +3 -0
  4383. package/dist/contacts/shoelace/assets/icons/wordpress.svg +5 -0
  4384. package/dist/contacts/shoelace/assets/icons/wrench-adjustable-circle-fill.svg +4 -0
  4385. package/dist/contacts/shoelace/assets/icons/wrench-adjustable-circle.svg +4 -0
  4386. package/dist/contacts/shoelace/assets/icons/wrench-adjustable.svg +4 -0
  4387. package/dist/contacts/shoelace/assets/icons/wrench.svg +3 -0
  4388. package/dist/contacts/shoelace/assets/icons/x-circle-fill.svg +3 -0
  4389. package/dist/contacts/shoelace/assets/icons/x-circle.svg +4 -0
  4390. package/dist/contacts/shoelace/assets/icons/x-diamond-fill.svg +3 -0
  4391. package/dist/contacts/shoelace/assets/icons/x-diamond.svg +3 -0
  4392. package/dist/contacts/shoelace/assets/icons/x-lg.svg +3 -0
  4393. package/dist/contacts/shoelace/assets/icons/x-octagon-fill.svg +3 -0
  4394. package/dist/contacts/shoelace/assets/icons/x-octagon.svg +4 -0
  4395. package/dist/contacts/shoelace/assets/icons/x-square-fill.svg +3 -0
  4396. package/dist/contacts/shoelace/assets/icons/x-square.svg +4 -0
  4397. package/dist/contacts/shoelace/assets/icons/x.svg +3 -0
  4398. package/dist/contacts/shoelace/assets/icons/xbox.svg +3 -0
  4399. package/dist/contacts/shoelace/assets/icons/yelp.svg +3 -0
  4400. package/dist/contacts/shoelace/assets/icons/yin-yang.svg +4 -0
  4401. package/dist/contacts/shoelace/assets/icons/youtube.svg +3 -0
  4402. package/dist/contacts/shoelace/assets/icons/zoom-in.svg +5 -0
  4403. package/dist/contacts/shoelace/assets/icons/zoom-out.svg +5 -0
  4404. package/dist/esm/PodOsAware-jlzl8vRd.js +5 -0
  4405. package/dist/esm/ResourceAware-BW_CkW1K.js +5 -0
  4406. package/dist/esm/chunk.5JY5FUCG-BOo64hgz.js +2241 -0
  4407. package/dist/esm/chunk.6CTB5ZDJ-BnGEOH37.js +152 -0
  4408. package/dist/esm/chunk.HVTXQL7M-D4GE2ek9.js +1367 -0
  4409. package/dist/esm/chunk.URTPIBTY-DtWmW4Pb.js +294 -0
  4410. package/dist/esm/chunk.XQ2OKYYA-Cgug_yvW.js +112 -0
  4411. package/dist/esm/chunk.YHLNUJ7P-CGClYowr.js +554 -0
  4412. package/dist/esm/chunk.ZGGPD2XJ-BfEMOYfC.js +3 -0
  4413. package/dist/esm/class-map-CuxcTjQ5.js +16 -0
  4414. package/dist/esm/contacts.js +47 -0
  4415. package/dist/esm/if-defined-1V1UljxT.js +9 -0
  4416. package/dist/esm/index-DFqG64hG.js +49917 -0
  4417. package/dist/esm/index-DlhTPhZx.js +560 -0
  4418. package/dist/esm/index-_4aU9NfA.js +6139 -0
  4419. package/dist/esm/index-vFMstSdt.js +9459 -0
  4420. package/dist/esm/index.js +1 -0
  4421. package/dist/esm/jsonld-V2RB47OZ-CaIJ08AA.js +8414 -0
  4422. package/dist/esm/loader.js +10 -0
  4423. package/dist/esm/pos-add-literal-value_3.entry.js +138 -0
  4424. package/dist/esm/pos-add-new-thing_7.entry.js +1146 -0
  4425. package/dist/esm/pos-app-browser.entry.js +49 -0
  4426. package/dist/esm/pos-app-dashboard_6.entry.js +99 -0
  4427. package/dist/esm/pos-app-document-viewer.entry.js +28 -0
  4428. package/dist/esm/pos-app-generic.entry.js +15 -0
  4429. package/dist/esm/pos-app-image-viewer.entry.js +30 -0
  4430. package/dist/esm/pos-app-ldp-container.entry.js +17 -0
  4431. package/dist/esm/pos-app-rdf-document.entry.js +17 -0
  4432. package/dist/esm/pos-app_24.entry.js +15911 -0
  4433. package/dist/esm/pos-attachments.entry.js +37 -0
  4434. package/dist/esm/pos-container-contents.entry.js +46 -0
  4435. package/dist/esm/pos-container-item_3.entry.js +118 -0
  4436. package/dist/esm/pos-description_2.entry.js +92 -0
  4437. package/dist/esm/pos-document.entry.js +99 -0
  4438. package/dist/esm/pos-list.entry.js +56 -0
  4439. package/dist/esm/pos-make-findable_2.entry.js +139 -0
  4440. package/dist/esm/pos-markdown-document.entry.js +28865 -0
  4441. package/dist/esm/pos-new-thing-form.entry.js +61 -0
  4442. package/dist/esm/pos-predicate.entry.js +27 -0
  4443. package/dist/esm/pos-relations_2.entry.js +46 -0
  4444. package/dist/esm/pos-select-term.entry.js +39 -0
  4445. package/dist/esm/pos-subjects.entry.js +27 -0
  4446. package/dist/esm/pos-tool-attachments.entry.js +36 -0
  4447. package/dist/esm/pos-tool-select.entry.js +28 -0
  4448. package/dist/esm/pos-value.entry.js +20 -0
  4449. package/dist/esm/session-dNJIwSOx.js +284 -0
  4450. package/dist/esm/settings-B396TU1j.js +27 -0
  4451. package/dist/esm/usePodOS-D0uCfr1-.js +14 -0
  4452. package/dist/esm/useResource-yVO4JQ9P.js +14 -0
  4453. package/dist/index.cjs.js +1 -0
  4454. package/dist/index.js +1 -0
  4455. package/dist/types/components/address-book-page/address-book-page.d.ts +23 -0
  4456. package/dist/types/components/app.d.ts +4 -0
  4457. package/dist/types/components/contact-details/contact-details.d.ts +13 -0
  4458. package/dist/types/components/contact-details/email-addresses/email-addresses.d.ts +6 -0
  4459. package/dist/types/components/contact-details/group-details/group-details.d.ts +4 -0
  4460. package/dist/types/components/contact-details/phone-numbers/phone-numbers.d.ts +6 -0
  4461. package/dist/types/components/contact-list/contact-list.d.ts +7 -0
  4462. package/dist/types/components/create-new-contact/create-new-contact.d.ts +6 -0
  4463. package/dist/types/components/create-new-contact-form/create-new-contact-form.d.ts +18 -0
  4464. package/dist/types/components/group-list/group-list.d.ts +7 -0
  4465. package/dist/types/components/list-address-books/list-address-books.d.ts +15 -0
  4466. package/dist/types/components/loading-spinner/loading-spinner.d.ts +6 -0
  4467. package/dist/types/components/open-address-book/open-address-book.d.ts +14 -0
  4468. package/dist/types/components/router/router.d.ts +11 -0
  4469. package/dist/types/components/welcome-page/welcome-page.d.ts +3 -0
  4470. package/dist/types/components.d.ts +351 -0
  4471. package/dist/types/events/PodOsModuleAware.d.ts +14 -0
  4472. package/dist/types/events/useContactsModule.d.ts +2 -0
  4473. package/dist/types/events/usePodOS.d.ts +2 -0
  4474. package/dist/types/global.d.ts +1 -0
  4475. package/dist/types/index.d.ts +1 -0
  4476. package/dist/types/stencil-public-runtime.d.ts +1810 -0
  4477. package/dist/types/utils/debounceTime.d.ts +1 -0
  4478. package/loader/cdn.js +1 -0
  4479. package/loader/index.cjs.js +1 -0
  4480. package/loader/index.d.ts +24 -0
  4481. package/loader/index.es2017.js +1 -0
  4482. package/loader/index.js +2 -0
  4483. package/package.json +52 -0
@@ -0,0 +1,118 @@
1
+ import{r as e,c as t,h as i,e as r,a as o}from"./p-_4aU9NfA.js";import{s as a}from"./p-sjhA5ZF-.js";import{l as s}from"./p-CbjulEge.js";import{P as n,N as l}from"./p-LoCE14bN.js";import{c as p}from"./p-vFMstSdt.js";import{i as d,T as c,c as h,_ as u,n as f,a as m,x as y}from"./p-DAeBhDur.js";import{L as b}from"./p-BnGEOH37.js";import{a as g,i as w,t as v,e as x}from"./p-ffZsjcF5.js";import{o as k}from"./p-GY-EgIvC.js";import"./p-D6s4RlTY.js";import{c as S,R as D,m as I}from"./p-CXax1-ne.js";import{B}from"./p-ZMx7-r-Z.js";import{s as C}from"./p-BW_CkW1K.js";import{u as P}from"./p-D0uCfr1-.js";import{s as F}from"./p-jlzl8vRd.js";const z=(e,t)=>t.some((t=>e instanceof t));let T,A;const E=new WeakMap,M=new WeakMap,R=new WeakMap;let N={get(e,t,i){if(e instanceof IDBTransaction){if("done"===t)return E.get(e);if("store"===t)return i.objectStoreNames[1]?void 0:i.objectStore(i.objectStoreNames[0])}return O(e[t])},set:(e,t,i)=>(e[t]=i,!0),has:(e,t)=>e instanceof IDBTransaction&&("done"===t||"store"===t)||t in e};function _(e){N=e(N)}function U(e){return"function"==typeof e?(t=e,(A||(A=[IDBCursor.prototype.advance,IDBCursor.prototype.continue,IDBCursor.prototype.continuePrimaryKey])).includes(t)?function(...e){return t.apply(j(this),e),O(this.request)}:function(...e){return O(t.apply(j(this),e))}):(e instanceof IDBTransaction&&function(e){if(E.has(e))return;const t=new Promise(((t,i)=>{const r=()=>{e.removeEventListener("complete",o),e.removeEventListener("error",a),e.removeEventListener("abort",a)},o=()=>{t(),r()},a=()=>{i(e.error||new DOMException("AbortError","AbortError")),r()};e.addEventListener("complete",o),e.addEventListener("error",a),e.addEventListener("abort",a)}));E.set(e,t)}(e),z(e,T||(T=[IDBDatabase,IDBObjectStore,IDBIndex,IDBCursor,IDBTransaction]))?new Proxy(e,N):e);var t}function O(e){if(e instanceof IDBRequest)return function(e){const t=new Promise(((t,i)=>{const r=()=>{e.removeEventListener("success",o),e.removeEventListener("error",a)},o=()=>{t(O(e.result)),r()},a=()=>{i(e.error),r()};e.addEventListener("success",o),e.addEventListener("error",a)}));return R.set(t,e),t}(e);if(M.has(e))return M.get(e);const t=U(e);return t!==e&&(M.set(e,t),R.set(t,e)),t}const j=e=>R.get(e),W=["get","getKey","getAll","getAllKeys","count"],$=["put","add","delete","clear"],L=new Map;function H(e,t){if(!(e instanceof IDBDatabase)||t in e||"string"!=typeof t)return;if(L.get(t))return L.get(t);const i=t.replace(/FromIndex$/,""),r=t!==i,o=$.includes(i);if(!(i in(r?IDBIndex:IDBObjectStore).prototype)||!o&&!W.includes(i))return;const a=async function(e,...t){const a=this.transaction(e,o?"readwrite":"readonly");let s=a.store;return r&&(s=s.index(t.shift())),(await Promise.all([s[i](...t),o&&a.done]))[0]};return L.set(t,a),a}_((e=>({...e,get:(t,i,r)=>H(t,i)||e.get(t,i,r),has:(t,i)=>!!H(t,i)||e.has(t,i)})));const V=["continue","continuePrimaryKey","advance"],J={},K=new WeakMap,q=new WeakMap,G={get(e,t){if(!V.includes(t))return e[t];let i=J[t];return i||(i=J[t]=function(...e){K.set(this,q.get(this)[t](...e))}),i}};async function*X(...e){let t=this;if(t instanceof IDBCursor||(t=await t.openCursor(...e)),!t)return;const i=new Proxy(t,G);for(q.set(i,t),R.set(i,j(t));t;)yield i,t=await(K.get(i)||t.continue()),K.delete(i)}function Y(e,t){return t===Symbol.asyncIterator&&z(e,[IDBIndex,IDBObjectStore,IDBCursor])||"iterate"===t&&z(e,[IDBIndex,IDBObjectStore])}_((e=>({...e,get:(t,i,r)=>Y(t,i)?X:e.get(t,i,r),has:(t,i)=>Y(t,i)||e.has(t,i)})));class Z{constructor(){this.dbPromise=function(e,t,{blocked:i,upgrade:r,blocking:o,terminated:a}={}){const s=indexedDB.open(e,t),n=O(s);return r&&s.addEventListener("upgradeneeded",(e=>{r(O(s.result),e.oldVersion,e.newVersion,O(s.transaction),e)})),i&&s.addEventListener("blocked",(e=>i(e.oldVersion,e.newVersion,e))),n.then((e=>{a&&e.addEventListener("close",(()=>a())),o&&e.addEventListener("versionchange",(e=>o(e.oldVersion,e.newVersion,e)))})).catch((()=>{})),n}("OfflineCacheDB",1,{upgrade(e){e.objectStoreNames.contains("documents")||e.createObjectStore("documents",{keyPath:"url"}).createIndex("url-revision",["url","revision"])}})}async clear(){return(await this.dbPromise).clear("documents")}async get(e){const t=await this.dbPromise;return await t.get("documents",e)}async put(e){const t=await this.dbPromise;await t.getFromIndex("documents","url-revision",[e.url,e.revision])||await t.put("documents",e)}}class Q{isOnline(){return navigator.onLine}}const ee=(e,t)=>new n({session:e,offlineCache:t.offlineCache?new Z:new l,onlineStatus:new Q});var te="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function ie(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var re=crypto;const oe=e=>e instanceof CryptoKey;const ae=new TextEncoder,se=new TextDecoder;function ne(...e){const t=e.reduce(((e,{length:t})=>e+t),0),i=new Uint8Array(t);let r=0;for(const t of e)i.set(t,r),r+=t.length;return i}const le=e=>(e=>{let t=e;"string"==typeof t&&(t=ae.encode(t));const i=[];for(let e=0;e<t.length;e+=32768)i.push(String.fromCharCode.apply(null,t.subarray(e,e+32768)));return btoa(i.join(""))})(e).replace(/=/g,"").replace(/\+/g,"-").replace(/\//g,"_"),pe=e=>{let t=e;t instanceof Uint8Array&&(t=se.decode(t)),t=t.replace(/-/g,"+").replace(/_/g,"/").replace(/\s/g,"");try{return(e=>{const t=atob(e),i=new Uint8Array(t.length);for(let e=0;e<t.length;e++)i[e]=t.charCodeAt(e);return i})(t)}catch{throw new TypeError("The input to be decoded is not correctly encoded.")}};class de extends Error{constructor(e,t){super(e,t),this.code="ERR_JOSE_GENERIC",this.name=this.constructor.name,Error.captureStackTrace?.(this,this.constructor)}}de.code="ERR_JOSE_GENERIC";class ce extends de{constructor(e,t,i="unspecified",r="unspecified"){super(e,{cause:{claim:i,reason:r,payload:t}}),this.code="ERR_JWT_CLAIM_VALIDATION_FAILED",this.claim=i,this.reason=r,this.payload=t}}ce.code="ERR_JWT_CLAIM_VALIDATION_FAILED";class he extends de{constructor(e,t,i="unspecified",r="unspecified"){super(e,{cause:{claim:i,reason:r,payload:t}}),this.code="ERR_JWT_EXPIRED",this.claim=i,this.reason=r,this.payload=t}}he.code="ERR_JWT_EXPIRED";class ue extends de{constructor(){super(...arguments),this.code="ERR_JOSE_ALG_NOT_ALLOWED"}}ue.code="ERR_JOSE_ALG_NOT_ALLOWED";class fe extends de{constructor(){super(...arguments),this.code="ERR_JOSE_NOT_SUPPORTED"}}fe.code="ERR_JOSE_NOT_SUPPORTED",class extends de{constructor(e="decryption operation failed",t){super(e,t),this.code="ERR_JWE_DECRYPTION_FAILED"}}.code="ERR_JWE_DECRYPTION_FAILED",class extends de{constructor(){super(...arguments),this.code="ERR_JWE_INVALID"}}.code="ERR_JWE_INVALID";class me extends de{constructor(){super(...arguments),this.code="ERR_JWS_INVALID"}}me.code="ERR_JWS_INVALID";class ye extends de{constructor(){super(...arguments),this.code="ERR_JWT_INVALID"}}ye.code="ERR_JWT_INVALID";class be extends de{constructor(){super(...arguments),this.code="ERR_JWK_INVALID"}}be.code="ERR_JWK_INVALID";class ge extends de{constructor(){super(...arguments),this.code="ERR_JWKS_INVALID"}}ge.code="ERR_JWKS_INVALID";class we extends de{constructor(e="no applicable key found in the JSON Web Key Set",t){super(e,t),this.code="ERR_JWKS_NO_MATCHING_KEY"}}we.code="ERR_JWKS_NO_MATCHING_KEY";class ve extends de{constructor(e="multiple matching keys found in the JSON Web Key Set",t){super(e,t),this.code="ERR_JWKS_MULTIPLE_MATCHING_KEYS"}}ve.code="ERR_JWKS_MULTIPLE_MATCHING_KEYS";class xe extends de{constructor(e="request timed out",t){super(e,t),this.code="ERR_JWKS_TIMEOUT"}}xe.code="ERR_JWKS_TIMEOUT";class ke extends de{constructor(e="signature verification failed",t){super(e,t),this.code="ERR_JWS_SIGNATURE_VERIFICATION_FAILED"}}function Se(e,t="algorithm.name"){return new TypeError(`CryptoKey does not support this operation, its ${t} must be ${e}`)}function De(e,t){return e.name===t}function Ie(e){return parseInt(e.name.slice(4),10)}function Be(e,t,...i){if((i=i.filter(Boolean)).length>2){const t=i.pop();e+=`one of type ${i.join(", ")}, or ${t}.`}else e+=2===i.length?`one of type ${i[0]} or ${i[1]}.`:`of type ${i[0]}.`;return null==t?e+=` Received ${t}`:"function"==typeof t&&t.name?e+=` Received function ${t.name}`:"object"==typeof t&&null!=t&&t.constructor?.name&&(e+=` Received an instance of ${t.constructor.name}`),e}ke.code="ERR_JWS_SIGNATURE_VERIFICATION_FAILED";var Ce=(e,...t)=>Be("Key must be ",e,...t);function Pe(e,t,...i){return Be(`Key for the ${e} algorithm must be `,t,...i)}var Fe=e=>!!oe(e)||"KeyObject"===e?.[Symbol.toStringTag];const ze=["CryptoKey"];var Te=(...e)=>{const t=e.filter(Boolean);if(0===t.length||1===t.length)return!0;let i;for(const e of t){const t=Object.keys(e);if(i&&0!==i.size)for(const e of t){if(i.has(e))return!1;i.add(e)}else i=new Set(t)}return!0};function Ae(e){if("object"!=typeof(t=e)||null===t||"[object Object]"!==Object.prototype.toString.call(e))return!1;var t;if(null===Object.getPrototypeOf(e))return!0;let i=e;for(;null!==Object.getPrototypeOf(i);)i=Object.getPrototypeOf(i);return Object.getPrototypeOf(e)===i}var Ee=(e,t)=>{if(e.startsWith("RS")||e.startsWith("PS")){const{modulusLength:i}=t.algorithm;if("number"!=typeof i||i<2048)throw new TypeError(`${e} requires key modulusLength to be 2048 bits or larger`)}};function Me(e){return Ae(e)&&"string"==typeof e.kty}var Re=async e=>{if(!e.alg)throw new TypeError('"alg" argument is required when "jwk.alg" is not present');const{algorithm:t,keyUsages:i}=function(e){let t,i;switch(e.kty){case"RSA":switch(e.alg){case"PS256":case"PS384":case"PS512":t={name:"RSA-PSS",hash:`SHA-${e.alg.slice(-3)}`},i=e.d?["sign"]:["verify"];break;case"RS256":case"RS384":case"RS512":t={name:"RSASSA-PKCS1-v1_5",hash:`SHA-${e.alg.slice(-3)}`},i=e.d?["sign"]:["verify"];break;case"RSA-OAEP":case"RSA-OAEP-256":case"RSA-OAEP-384":case"RSA-OAEP-512":t={name:"RSA-OAEP",hash:`SHA-${parseInt(e.alg.slice(-3),10)||1}`},i=e.d?["decrypt","unwrapKey"]:["encrypt","wrapKey"];break;default:throw new fe('Invalid or unsupported JWK "alg" (Algorithm) Parameter value')}break;case"EC":switch(e.alg){case"ES256":t={name:"ECDSA",namedCurve:"P-256"},i=e.d?["sign"]:["verify"];break;case"ES384":t={name:"ECDSA",namedCurve:"P-384"},i=e.d?["sign"]:["verify"];break;case"ES512":t={name:"ECDSA",namedCurve:"P-521"},i=e.d?["sign"]:["verify"];break;case"ECDH-ES":case"ECDH-ES+A128KW":case"ECDH-ES+A192KW":case"ECDH-ES+A256KW":t={name:"ECDH",namedCurve:e.crv},i=e.d?["deriveBits"]:[];break;default:throw new fe('Invalid or unsupported JWK "alg" (Algorithm) Parameter value')}break;case"OKP":switch(e.alg){case"Ed25519":t={name:"Ed25519"},i=e.d?["sign"]:["verify"];break;case"EdDSA":t={name:e.crv},i=e.d?["sign"]:["verify"];break;case"ECDH-ES":case"ECDH-ES+A128KW":case"ECDH-ES+A192KW":case"ECDH-ES+A256KW":t={name:e.crv},i=e.d?["deriveBits"]:[];break;default:throw new fe('Invalid or unsupported JWK "alg" (Algorithm) Parameter value')}break;default:throw new fe('Invalid or unsupported JWK "kty" (Key Type) Parameter value')}return{algorithm:t,keyUsages:i}}(e),r=[t,e.ext??!1,e.key_ops??i],o={...e};return delete o.alg,delete o.use,re.subtle.importKey("jwk",o,...r)};const Ne=e=>pe(e);let _e,Ue;const Oe=e=>"KeyObject"===e?.[Symbol.toStringTag],je=async(e,t,i,r,o=!1)=>{let a=e.get(t);if(a?.[r])return a[r];const s=await Re({...i,alg:r});return o&&Object.freeze(t),a?a[r]=s:e.set(t,{[r]:s}),s};async function We(e,t){if(!Ae(e))throw new TypeError("JWK must be an object");switch(t||(t=e.alg),e.kty){case"oct":if("string"!=typeof e.k||!e.k)throw new TypeError('missing "k" (Key Value) Parameter value');return pe(e.k);case"RSA":if("oth"in e&&void 0!==e.oth)throw new fe('RSA JWK "oth" (Other Primes Info) Parameter value is not supported');case"EC":case"OKP":return Re({...e,alg:t});default:throw new fe('Unsupported "kty" (Key Type) Parameter value')}}const $e=e=>e?.[Symbol.toStringTag],Le=(e,t,i)=>{if(void 0!==t.use&&"sig"!==t.use)throw new TypeError("Invalid key for this operation, when present its use must be sig");if(void 0!==t.key_ops&&!0!==t.key_ops.includes?.(i))throw new TypeError(`Invalid key for this operation, when present its key_ops must include ${i}`);if(void 0!==t.alg&&t.alg!==e)throw new TypeError(`Invalid key for this operation, when present its alg must be ${e}`);return!0};function He(e,t,i,r){t.startsWith("HS")||"dir"===t||t.startsWith("PBES2")||/^A\d{3}(?:GCM)?KW$/.test(t)?((e,t,i,r)=>{if(!(t instanceof Uint8Array)){if(r&&Me(t)){if(function(e){return Me(e)&&"oct"===e.kty&&"string"==typeof e.k}(t)&&Le(e,t,i))return;throw new TypeError('JSON Web Key for symmetric algorithms must have JWK "kty" (Key Type) equal to "oct" and the JWK "k" (Key Value) present')}if(!Fe(t))throw new TypeError(Pe(e,t,...ze,"Uint8Array",r?"JSON Web Key":null));if("secret"!==t.type)throw new TypeError(`${$e(t)} instances for symmetric algorithms must be of type "secret"`)}})(t,i,r,e):((e,t,i,r)=>{if(r&&Me(t))switch(i){case"sign":if(function(e){return"oct"!==e.kty&&"string"==typeof e.d}(t)&&Le(e,t,i))return;throw new TypeError("JSON Web Key for this operation be a private JWK");case"verify":if(function(e){return"oct"!==e.kty&&void 0===e.d}(t)&&Le(e,t,i))return;throw new TypeError("JSON Web Key for this operation be a public JWK")}if(!Fe(t))throw new TypeError(Pe(e,t,...ze,r?"JSON Web Key":null));if("secret"===t.type)throw new TypeError(`${$e(t)} instances for asymmetric algorithms must not be of type "secret"`);if("sign"===i&&"public"===t.type)throw new TypeError(`${$e(t)} instances for asymmetric algorithm signing must be of type "private"`);if("decrypt"===i&&"public"===t.type)throw new TypeError(`${$e(t)} instances for asymmetric algorithm decryption must be of type "private"`);if(t.algorithm&&"verify"===i&&"private"===t.type)throw new TypeError(`${$e(t)} instances for asymmetric algorithm verifying must be of type "public"`);if(t.algorithm&&"encrypt"===i&&"private"===t.type)throw new TypeError(`${$e(t)} instances for asymmetric algorithm encryption must be of type "public"`)})(t,i,r,e)}He.bind(void 0,!1);const Ve=He.bind(void 0,!0);function Je(e,t,i,r,o){if(void 0!==o.crit&&void 0===r?.crit)throw new e('"crit" (Critical) Header Parameter MUST be integrity protected');if(!r||void 0===r.crit)return new Set;if(!Array.isArray(r.crit)||0===r.crit.length||r.crit.some((e=>"string"!=typeof e||0===e.length)))throw new e('"crit" (Critical) Header Parameter MUST be an array of non-empty strings when present');let a;a=void 0!==i?new Map([...Object.entries(i),...t.entries()]):t;for(const t of r.crit){if(!a.has(t))throw new fe(`Extension Header Parameter "${t}" is not recognized`);if(void 0===o[t])throw new e(`Extension Header Parameter "${t}" is missing`);if(a.get(t)&&void 0===r[t])throw new e(`Extension Header Parameter "${t}" MUST be integrity protected`)}return new Set(r.crit)}async function Ke(e){return(async e=>{if(e instanceof Uint8Array)return{kty:"oct",k:le(e)};if(!oe(e))throw new TypeError(Ce(e,...ze,"Uint8Array"));if(!e.extractable)throw new TypeError("non-extractable CryptoKey cannot be exported as a JWK");const{ext:t,key_ops:i,alg:r,use:o,...a}=await re.subtle.exportKey("jwk",e);return a})(e)}function qe(e,t){const i=`SHA-${e.slice(-3)}`;switch(e){case"HS256":case"HS384":case"HS512":return{hash:i,name:"HMAC"};case"PS256":case"PS384":case"PS512":return{hash:i,name:"RSA-PSS",saltLength:e.slice(-3)>>3};case"RS256":case"RS384":case"RS512":return{hash:i,name:"RSASSA-PKCS1-v1_5"};case"ES256":case"ES384":case"ES512":return{hash:i,name:"ECDSA",namedCurve:t.namedCurve};case"Ed25519":return{name:"Ed25519"};case"EdDSA":return{name:t.name};default:throw new fe(`alg ${e} is not supported either by JOSE or your javascript runtime`)}}async function Ge(e,t,i){if("sign"===i&&(t=await((e,t)=>{if(Oe(e)){let i=e.export({format:"jwk"});return i.k?Ne(i.k):(_e||(_e=new WeakMap),je(_e,e,i,t))}return Me(e)?e.k?pe(e.k):(_e||(_e=new WeakMap),je(_e,e,e,t,!0)):e})(t,e)),"verify"===i&&(t=await((e,t)=>{if(Oe(e)){let i=e.export({format:"jwk"});return delete i.d,delete i.dp,delete i.dq,delete i.p,delete i.q,delete i.qi,i.k?Ne(i.k):(Ue||(Ue=new WeakMap),je(Ue,e,i,t))}return Me(e)?e.k?pe(e.k):(Ue||(Ue=new WeakMap),je(Ue,e,e,t,!0)):e})(t,e)),oe(t))return function(e,t,...i){switch(t){case"HS256":case"HS384":case"HS512":{if(!De(e.algorithm,"HMAC"))throw Se("HMAC");const i=parseInt(t.slice(2),10);if(Ie(e.algorithm.hash)!==i)throw Se(`SHA-${i}`,"algorithm.hash");break}case"RS256":case"RS384":case"RS512":{if(!De(e.algorithm,"RSASSA-PKCS1-v1_5"))throw Se("RSASSA-PKCS1-v1_5");const i=parseInt(t.slice(2),10);if(Ie(e.algorithm.hash)!==i)throw Se(`SHA-${i}`,"algorithm.hash");break}case"PS256":case"PS384":case"PS512":{if(!De(e.algorithm,"RSA-PSS"))throw Se("RSA-PSS");const i=parseInt(t.slice(2),10);if(Ie(e.algorithm.hash)!==i)throw Se(`SHA-${i}`,"algorithm.hash");break}case"EdDSA":if("Ed25519"!==e.algorithm.name&&"Ed448"!==e.algorithm.name)throw Se("Ed25519 or Ed448");break;case"Ed25519":if(!De(e.algorithm,"Ed25519"))throw Se("Ed25519");break;case"ES256":case"ES384":case"ES512":{if(!De(e.algorithm,"ECDSA"))throw Se("ECDSA");const i=function(e){switch(e){case"ES256":return"P-256";case"ES384":return"P-384";case"ES512":return"P-521";default:throw new Error("unreachable")}}(t);if(e.algorithm.namedCurve!==i)throw Se(i,"algorithm.namedCurve");break}default:throw new TypeError("CryptoKey does not support this operation")}!function(e,t){if(t.length&&!t.some((t=>e.usages.includes(t)))){let e="CryptoKey does not support this operation, its usages must include ";if(t.length>2){const i=t.pop();e+=`one of ${t.join(", ")}, or ${i}.`}else e+=2===t.length?`one of ${t[0]} or ${t[1]}.`:`${t[0]}.`;throw new TypeError(e)}}(e,i)}(t,e,i),t;if(t instanceof Uint8Array){if(!e.startsWith("HS"))throw new TypeError(Ce(t,...ze));return re.subtle.importKey("raw",t,{hash:`SHA-${e.slice(-3)}`,name:"HMAC"},!1,[i])}throw new TypeError(Ce(t,...ze,"Uint8Array","JSON Web Key"))}async function Xe(e,t,i){if(e instanceof Uint8Array&&(e=se.decode(e)),"string"!=typeof e)throw new me("Compact JWS must be a string or Uint8Array");const{0:r,1:o,2:a,length:s}=e.split(".");if(3!==s)throw new me("Invalid Compact JWS");const n=await async function(e,t,i){if(!Ae(e))throw new me("Flattened JWS must be an object");if(void 0===e.protected&&void 0===e.header)throw new me('Flattened JWS must have either of the "protected" or "header" members');if(void 0!==e.protected&&"string"!=typeof e.protected)throw new me("JWS Protected Header incorrect type");if(void 0===e.payload)throw new me("JWS Payload missing");if("string"!=typeof e.signature)throw new me("JWS Signature missing or incorrect type");if(void 0!==e.header&&!Ae(e.header))throw new me("JWS Unprotected Header incorrect type");let r={};if(e.protected)try{const t=pe(e.protected);r=JSON.parse(se.decode(t))}catch{throw new me("JWS Protected Header is invalid")}if(!Te(r,e.header))throw new me("JWS Protected and JWS Unprotected Header Parameter names must be disjoint");const o={...r,...e.header};let a=!0;if(Je(me,new Map([["b64",!0]]),i?.crit,r,o).has("b64")&&(a=r.b64,"boolean"!=typeof a))throw new me('The "b64" (base64url-encode payload) Header Parameter must be a boolean');const{alg:s}=o;if("string"!=typeof s||!s)throw new me('JWS "alg" (Algorithm) Header Parameter missing or invalid');const n=i&&((e,t)=>{if(void 0!==t&&(!Array.isArray(t)||t.some((e=>"string"!=typeof e))))throw new TypeError(`"${e}" option must be an array of strings`);if(t)return new Set(t)})("algorithms",i.algorithms);if(n&&!n.has(s))throw new ue('"alg" (Algorithm) Header Parameter value not allowed');if(a){if("string"!=typeof e.payload)throw new me("JWS Payload must be a string")}else if("string"!=typeof e.payload&&!(e.payload instanceof Uint8Array))throw new me("JWS Payload must be a string or an Uint8Array instance");let l=!1;"function"==typeof t?(t=await t(r,e),l=!0,Ve(s,t,"verify"),Me(t)&&(t=await We(t,s))):Ve(s,t,"verify");const p=ne(ae.encode(e.protected??""),ae.encode("."),"string"==typeof e.payload?ae.encode(e.payload):e.payload);let d,c;try{d=pe(e.signature)}catch{throw new me("Failed to base64url decode the signature")}if(!await(async(e,t,i,r)=>{const o=await Ge(e,t,"verify");Ee(e,o);const a=qe(e,o.algorithm);try{return await re.subtle.verify(a,o,i,r)}catch{return!1}})(s,t,d,p))throw new ke;if(a)try{c=pe(e.payload)}catch{throw new me("Failed to base64url decode the payload")}else c="string"==typeof e.payload?ae.encode(e.payload):e.payload;const h={payload:c};return void 0!==e.protected&&(h.protectedHeader=r),void 0!==e.header&&(h.unprotectedHeader=e.header),l?{...h,key:t}:h}({payload:o,protected:r,signature:a},t,i),l={payload:n.payload,protectedHeader:n.protectedHeader};return"function"==typeof t?{...l,key:n.key}:l}var Ye=e=>Math.floor(e.getTime()/1e3);const Ze=/^(\+|\-)? ?(\d+|\d+\.\d+) ?(seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)(?: (ago|from now))?$/i;var Qe=e=>{const t=Ze.exec(e);if(!t||t[4]&&t[1])throw new TypeError("Invalid time period format");const i=parseFloat(t[2]);let r;switch(t[3].toLowerCase()){case"sec":case"secs":case"second":case"seconds":case"s":r=Math.round(i);break;case"minute":case"minutes":case"min":case"mins":case"m":r=Math.round(60*i);break;case"hour":case"hours":case"hr":case"hrs":case"h":r=Math.round(3600*i);break;case"day":case"days":case"d":r=Math.round(86400*i);break;case"week":case"weeks":case"w":r=Math.round(604800*i);break;default:r=Math.round(31557600*i)}return"-"===t[1]||"ago"===t[4]?-r:r};const et=e=>e.toLowerCase().replace(/^application\//,"");var tt=(e,t,i={})=>{let r;try{r=JSON.parse(se.decode(t))}catch{}if(!Ae(r))throw new ye("JWT Claims Set must be a top-level JSON object");const{typ:o}=i;if(o&&("string"!=typeof e.typ||et(e.typ)!==et(o)))throw new ce('unexpected "typ" JWT header value',r,"typ","check_failed");const{requiredClaims:a=[],issuer:s,subject:n,audience:l,maxTokenAge:p}=i,d=[...a];void 0!==p&&d.push("iat"),void 0!==l&&d.push("aud"),void 0!==n&&d.push("sub"),void 0!==s&&d.push("iss");for(const e of new Set(d.reverse()))if(!(e in r))throw new ce(`missing required "${e}" claim`,r,e,"missing");if(s&&!(Array.isArray(s)?s:[s]).includes(r.iss))throw new ce('unexpected "iss" claim value',r,"iss","check_failed");if(n&&r.sub!==n)throw new ce('unexpected "sub" claim value',r,"sub","check_failed");if(l&&(h="string"==typeof l?[l]:l,!("string"==typeof(c=r.aud)?h.includes(c):Array.isArray(c)&&h.some(Set.prototype.has.bind(new Set(c))))))throw new ce('unexpected "aud" claim value',r,"aud","check_failed");var c,h;let u;switch(typeof i.clockTolerance){case"string":u=Qe(i.clockTolerance);break;case"number":u=i.clockTolerance;break;case"undefined":u=0;break;default:throw new TypeError("Invalid clockTolerance option type")}const{currentDate:f}=i,m=Ye(f||new Date);if((void 0!==r.iat||p)&&"number"!=typeof r.iat)throw new ce('"iat" claim must be a number',r,"iat","invalid");if(void 0!==r.nbf){if("number"!=typeof r.nbf)throw new ce('"nbf" claim must be a number',r,"nbf","invalid");if(r.nbf>m+u)throw new ce('"nbf" claim timestamp check failed',r,"nbf","check_failed")}if(void 0!==r.exp){if("number"!=typeof r.exp)throw new ce('"exp" claim must be a number',r,"exp","invalid");if(r.exp<=m-u)throw new he('"exp" claim timestamp check failed',r,"exp","check_failed")}if(p){const e=m-r.iat;if(e-u>("number"==typeof p?p:Qe(p)))throw new he('"iat" claim timestamp check failed (too far in the past)',r,"iat","check_failed");if(e<0-u)throw new ce('"iat" claim timestamp check failed (it should be in the past)',r,"iat","check_failed")}return r};async function it(e,t,i){const r=await Xe(e,t,i);if(r.protectedHeader.crit?.includes("b64")&&!1===r.protectedHeader.b64)throw new ye("JWTs MUST NOT use unencoded payload");const o={payload:tt(r.protectedHeader,r.payload,i),protectedHeader:r.protectedHeader};return"function"==typeof t?{...o,key:r.key}:o}class rt{constructor(e){if(!(e instanceof Uint8Array))throw new TypeError("payload must be an instance of Uint8Array");this._payload=e}setProtectedHeader(e){if(this._protectedHeader)throw new TypeError("setProtectedHeader can only be called once");return this._protectedHeader=e,this}setUnprotectedHeader(e){if(this._unprotectedHeader)throw new TypeError("setUnprotectedHeader can only be called once");return this._unprotectedHeader=e,this}async sign(e,t){if(!this._protectedHeader&&!this._unprotectedHeader)throw new me("either setProtectedHeader or setUnprotectedHeader must be called before #sign()");if(!Te(this._protectedHeader,this._unprotectedHeader))throw new me("JWS Protected and JWS Unprotected Header Parameter names must be disjoint");const i={...this._protectedHeader,...this._unprotectedHeader};let r=!0;if(Je(me,new Map([["b64",!0]]),t?.crit,this._protectedHeader,i).has("b64")&&(r=this._protectedHeader.b64,"boolean"!=typeof r))throw new me('The "b64" (base64url-encode payload) Header Parameter must be a boolean');const{alg:o}=i;if("string"!=typeof o||!o)throw new me('JWS "alg" (Algorithm) Header Parameter missing or invalid');Ve(o,e,"sign");let a,s=this._payload;r&&(s=ae.encode(le(s))),a=ae.encode(this._protectedHeader?le(JSON.stringify(this._protectedHeader)):"");const n=ne(a,ae.encode("."),s),l=await(async(e,t,i)=>{const r=await Ge(e,t,"sign");Ee(e,r);const o=await re.subtle.sign(qe(e,r.algorithm),r,i);return new Uint8Array(o)})(o,e,n),p={signature:le(l),payload:""};return r&&(p.payload=se.decode(s)),this._unprotectedHeader&&(p.header=this._unprotectedHeader),this._protectedHeader&&(p.protected=se.decode(a)),p}}class ot{constructor(e){this._flattened=new rt(e)}setProtectedHeader(e){return this._flattened.setProtectedHeader(e),this}async sign(e,t){const i=await this._flattened.sign(e,t);if(void 0===i.payload)throw new TypeError("use the flattened module for creating JWS with b64: false");return`${i.protected}.${i.payload}.${i.signature}`}}function at(e,t){if(!Number.isFinite(t))throw new TypeError(`Invalid ${e} input`);return t}class st{constructor(e={}){if(!Ae(e))throw new TypeError("JWT Claims Set MUST be an object");this._payload=e}setIssuer(e){return this._payload={...this._payload,iss:e},this}setSubject(e){return this._payload={...this._payload,sub:e},this}setAudience(e){return this._payload={...this._payload,aud:e},this}setJti(e){return this._payload={...this._payload,jti:e},this}setNotBefore(e){return this._payload="number"==typeof e?{...this._payload,nbf:at("setNotBefore",e)}:e instanceof Date?{...this._payload,nbf:at("setNotBefore",Ye(e))}:{...this._payload,nbf:Ye(new Date)+Qe(e)},this}setExpirationTime(e){return this._payload="number"==typeof e?{...this._payload,exp:at("setExpirationTime",e)}:e instanceof Date?{...this._payload,exp:at("setExpirationTime",Ye(e))}:{...this._payload,exp:Ye(new Date)+Qe(e)},this}setIssuedAt(e){return this._payload=void 0===e?{...this._payload,iat:Ye(new Date)}:e instanceof Date?{...this._payload,iat:at("setIssuedAt",Ye(e))}:"string"==typeof e?{...this._payload,iat:at("setIssuedAt",Ye(new Date)+Qe(e))}:{...this._payload,iat:at("setIssuedAt",e)},this}}class nt extends st{setProtectedHeader(e){return this._protectedHeader=e,this}async sign(e,t){const i=new ot(ae.encode(JSON.stringify(this._payload)));if(i.setProtectedHeader(this._protectedHeader),Array.isArray(this._protectedHeader?.crit)&&this._protectedHeader.crit.includes("b64")&&!1===this._protectedHeader.b64)throw new ye("JWTs MUST NOT use unencoded payload");return i.sign(e,t)}}const lt=(e,t)=>{if("string"!=typeof e||!e)throw new be(`${t} missing or invalid`)};async function pt(e,t){if(!Ae(e))throw new TypeError("JWK must be an object");if(t??(t="sha256"),"sha256"!==t&&"sha384"!==t&&"sha512"!==t)throw new TypeError('digestAlgorithm must one of "sha256", "sha384", or "sha512"');let i;switch(e.kty){case"EC":lt(e.crv,'"crv" (Curve) Parameter'),lt(e.x,'"x" (X Coordinate) Parameter'),lt(e.y,'"y" (Y Coordinate) Parameter'),i={crv:e.crv,kty:e.kty,x:e.x,y:e.y};break;case"OKP":lt(e.crv,'"crv" (Subtype of Key Pair) Parameter'),lt(e.x,'"x" (Public Key) Parameter'),i={crv:e.crv,kty:e.kty,x:e.x};break;case"RSA":lt(e.e,'"e" (Exponent) Parameter'),lt(e.n,'"n" (Modulus) Parameter'),i={e:e.e,kty:e.kty,n:e.n};break;case"oct":lt(e.k,'"k" (Key Value) Parameter'),i={k:e.k,kty:e.kty};break;default:throw new fe('"kty" (Key Type) Parameter missing or unsupported')}const r=ae.encode(JSON.stringify(i));return le(await(async(e,t)=>{const i=`SHA-${e.slice(-3)}`;return new Uint8Array(await re.subtle.digest(i,t))})(t,r))}function dt(e){return Ae(e)}function ct(e){return"function"==typeof structuredClone?structuredClone(e):JSON.parse(JSON.stringify(e))}class ht{constructor(e){if(this._cached=new WeakMap,!function(e){return e&&"object"==typeof e&&Array.isArray(e.keys)&&e.keys.every(dt)}(e))throw new ge("JSON Web Key Set malformed");this._jwks=ct(e)}async getKey(e,t){const{alg:i,kid:r}={...e,...t?.header},o=function(e){switch("string"==typeof e&&e.slice(0,2)){case"RS":case"PS":return"RSA";case"ES":return"EC";case"Ed":return"OKP";default:throw new fe('Unsupported "alg" value for a JSON Web Key Set')}}(i),a=this._jwks.keys.filter((e=>{let t=o===e.kty;if(t&&"string"==typeof r&&(t=r===e.kid),t&&"string"==typeof e.alg&&(t=i===e.alg),t&&"string"==typeof e.use&&(t="sig"===e.use),t&&Array.isArray(e.key_ops)&&(t=e.key_ops.includes("verify")),t)switch(i){case"ES256":t="P-256"===e.crv;break;case"ES256K":t="secp256k1"===e.crv;break;case"ES384":t="P-384"===e.crv;break;case"ES512":t="P-521"===e.crv;break;case"Ed25519":t="Ed25519"===e.crv;break;case"EdDSA":t="Ed25519"===e.crv||"Ed448"===e.crv}return t})),{0:s,length:n}=a;if(0===n)throw new we;if(1!==n){const e=new ve,{_cached:t}=this;throw e[Symbol.asyncIterator]=async function*(){for(const e of a)try{yield await ut(t,e,i)}catch{}},e}return ut(this._cached,s,i)}}async function ut(e,t,i){const r=e.get(t)||e.set(t,{}).get(t);if(void 0===r[i]){const e=await We({...t,ext:!0},i);if(e instanceof Uint8Array||"public"!==e.type)throw new ge("JSON Web Key Set members must be public keys");r[i]=e}return r[i]}function ft(e){const t=new ht(e),i=async(e,i)=>t.getKey(e,i);return Object.defineProperties(i,{jwks:{value:()=>ct(t._jwks),enumerable:!0,configurable:!1,writable:!1}}),i}let mt;"undefined"!=typeof navigator&&navigator.userAgent?.startsWith?.("Mozilla/5.0 ")||(mt="jose/v5.10.0");const yt=Symbol();class bt{constructor(e,t){if(!(e instanceof URL))throw new TypeError("url must be an instance of URL");var i,r;this._url=new URL(e.href),this._options={agent:t?.agent,headers:t?.headers},this._timeoutDuration="number"==typeof t?.timeoutDuration?t?.timeoutDuration:5e3,this._cooldownDuration="number"==typeof t?.cooldownDuration?t?.cooldownDuration:3e4,this._cacheMaxAge="number"==typeof t?.cacheMaxAge?t?.cacheMaxAge:6e5,void 0!==t?.[yt]&&(this._cache=t?.[yt],i=t?.[yt],r=this._cacheMaxAge,"object"==typeof i&&null!==i&&"uat"in i&&"number"==typeof i.uat&&!(Date.now()-i.uat>=r)&&"jwks"in i&&Ae(i.jwks)&&Array.isArray(i.jwks.keys)&&Array.prototype.every.call(i.jwks.keys,Ae)&&(this._jwksTimestamp=this._cache.uat,this._local=ft(this._cache.jwks)))}coolingDown(){return"number"==typeof this._jwksTimestamp&&Date.now()<this._jwksTimestamp+this._cooldownDuration}fresh(){return"number"==typeof this._jwksTimestamp&&Date.now()<this._jwksTimestamp+this._cacheMaxAge}async getKey(e,t){this._local&&this.fresh()||await this.reload();try{return await this._local(e,t)}catch(i){if(i instanceof we&&!1===this.coolingDown())return await this.reload(),this._local(e,t);throw i}}async reload(){this._pendingFetch&&("undefined"!=typeof WebSocketPair||"undefined"!=typeof navigator&&"Cloudflare-Workers"===navigator.userAgent||"undefined"!=typeof EdgeRuntime&&"vercel"===EdgeRuntime)&&(this._pendingFetch=void 0);const e=new Headers(this._options.headers);mt&&!e.has("User-Agent")&&(e.set("User-Agent",mt),this._options.headers=Object.fromEntries(e.entries())),this._pendingFetch||(this._pendingFetch=(async(e,t,i)=>{let r,o,a=!1;"function"==typeof AbortController&&(r=new AbortController,o=setTimeout((()=>{a=!0,r.abort()}),t));const s=await fetch(e.href,{signal:r?r.signal:void 0,redirect:"manual",headers:i.headers}).catch((e=>{if(a)throw new xe;throw e}));if(void 0!==o&&clearTimeout(o),200!==s.status)throw new de("Expected 200 OK from the JSON Web Key Set HTTP response");try{return await s.json()}catch{throw new de("Failed to parse the JSON Web Key Set HTTP response as JSON")}})(this._url,this._timeoutDuration,this._options).then((e=>{this._local=ft(e),this._cache&&(this._cache.uat=Date.now(),this._cache.jwks=e),this._jwksTimestamp=Date.now(),this._pendingFetch=void 0})).catch((e=>{throw this._pendingFetch=void 0,e}))),await this._pendingFetch}}function gt(e,t){const i=new bt(e,t),r=async(e,t)=>i.getKey(e,t);return Object.defineProperties(r,{coolingDown:{get:()=>i.coolingDown(),enumerable:!0,configurable:!1},fresh:{get:()=>i.fresh(),enumerable:!0,configurable:!1},reload:{value:()=>i.reload(),enumerable:!0,configurable:!1,writable:!1},reloading:{get:()=>!!i._pendingFetch,enumerable:!0,configurable:!1},jwks:{value:()=>i._local?.jwks(),enumerable:!0,configurable:!1,writable:!1}}),r}const wt=pe;function vt(e){const t=e?.modulusLength??2048;if("number"!=typeof t||t<2048)throw new fe("Invalid or unsupported modulusLength option provided, 2048 bits or larger keys must be used");return t}class xt{dbName;storeName;dbVersion;db=null;constructor(e="soidc",t="session",i=1){this.dbName=e,this.storeName=t,this.dbVersion=i}async init(){return new Promise(((e,t)=>{const i=indexedDB.open(this.dbName,this.dbVersion);i.onerror=e=>{t(new Error(`Database error: ${e.target.error}`))},i.onsuccess=t=>{this.db=t.target.result,e(this)},i.onupgradeneeded=e=>{const t=e.target.result;t.objectStoreNames.contains(this.storeName)||t.createObjectStore(this.storeName)}}))}async setItem(e,t){return this.db||await this.init(),new Promise(((i,r)=>{const o=this.db.transaction(this.storeName,"readwrite");o.oncomplete=()=>{i()},o.onerror=t=>{r(new Error(`Transaction error for setItem(${e},...): ${t.target.error}`))},o.onabort=t=>{r(new Error(`Transaction aborted for setItem(${e},...): ${t.target.error}`))},o.objectStore(this.storeName).put(t,e)}))}async getItem(e){return this.db||await this.init(),new Promise(((t,i)=>{const r=this.db.transaction(this.storeName,"readonly");r.onerror=t=>{i(new Error(`Transaction error for getItem(${e}): ${t.target.error}`))},r.onabort=t=>{i(new Error(`Transaction aborted for getItem(${e}): ${t.target.error}`))};const o=r.objectStore(this.storeName).get(e);o.onsuccess=()=>{t(o.result||null)}}))}async deleteItem(e){return this.db||await this.init(),new Promise(((t,i)=>{const r=this.db.transaction(this.storeName,"readwrite");r.oncomplete=()=>{t()},r.onerror=t=>{i(new Error(`Transaction error for deleteItem(${e}): ${t.target.error}`))},r.onabort=t=>{i(new Error(`Transaction aborted for deleteItem(${e}): ${t.target.error}`))},r.objectStore(this.storeName).delete(e)}))}async clear(){return this.db||await this.init(),new Promise(((e,t)=>{const i=this.db.transaction(this.storeName,"readwrite");i.oncomplete=()=>{e()},i.onerror=e=>{t(new Error(`Transaction error for clear(): ${e.target.error}`))},i.onabort=e=>{t(new Error(`Transaction aborted for clear(): ${e.target.error}`))},i.objectStore(this.storeName).clear()}))}close(){this.db&&(this.db.close(),this.db=null)}}const kt=async()=>{const e=window.crypto.randomUUID()+"-"+window.crypto.randomUUID(),t=new Uint8Array(await window.crypto.subtle.digest("SHA-256",(new TextEncoder).encode(e)));return{pkce_code_verifier:e,pkce_code_challenge:btoa(String.fromCharCode(...t)).replace(/\+/g,"-").replace(/\//g,"_").replace(/=+$/,"")}},St=async()=>{const e=await(new xt).init(),t=await e.getItem("client_id"),i=await e.getItem("token_endpoint"),r=await e.getItem("dpop_keypair"),o=await e.getItem("refresh_token");if(null===t||null===i||null===r||null===o)throw new Error("Could not refresh tokens: details missing from database.");const a=await Dt(o,t,i,r).then((e=>{if(!e.ok)throw new Error(`HTTP error! Status: ${e.status}`);return e.json()})),s=a.access_token,n=await e.getItem("idp");if(null===n)throw new Error("Access Token validation preparation - Could not find in sessionDatabase: idp");const l=await e.getItem("jwks_uri");if(null===l)throw new Error("Access Token validation preparation - Could not find in sessionDatabase: jwks_uri");const p=gt(new URL(l)),{payload:d}=await it(s,p,{issuer:n,audience:"solid"}),c=await pt(await Ke(r.publicKey));if(d.cnf.jkt!=c)throw new Error("Access Token validation failed on `jkt`: jkt != DPoP thumbprint - "+d.cnf.jkt+" != "+c);if(d.client_id!=t)throw new Error("Access Token validation failed on `client_id`: JWT payload != client_id - "+d.client_id+" != "+t);return await e.setItem("refresh_token",a.refresh_token),e.close(),{...a,dpop_key_pair:r}},Dt=async(e,t,i,r)=>{const o=await Ke(r.publicKey);o.alg="ES256";const a=await new nt({htu:i,htm:"POST"}).setIssuedAt().setJti(window.crypto.randomUUID()).setProtectedHeader({alg:"ES256",typ:"dpop+jwt",jwk:o}).sign(r.privateKey);return fetch(i,{method:"POST",headers:{dpop:a,"Content-Type":"application/x-www-form-urlencoded"},body:new URLSearchParams({grant_type:"refresh_token",refresh_token:e,client_id:t})})};class It{sessionInformation;isActive_=!1;webId_=void 0;currentAth_=void 0;tokenRefreshTimeout;sessionDeactivateTimeout;onSessionExpirationWarning;constructor(e,t){this.sessionInformation={clientDetails:e},this.onSessionExpirationWarning=t?.onSessionExpirationWarning}async login(e,t){await(async(e,t,i)=>{const r=new URL(t),o=r.origin+r.pathname+r.search,a=new URL(e).origin,s=await fetch(`${a}/.well-known/openid-configuration`).then((e=>{if(!e.ok)throw new Error(`HTTP error! Status: ${e.status}`);return e.json()})),n=s.issuer,l=e=>e.endsWith("/")?e.slice(0,-1):e;if(l(e)!==l(n))throw new Error("RFC 9207 - iss != idp - "+n+" != "+e);sessionStorage.setItem("idp",n),sessionStorage.setItem("token_endpoint",s.token_endpoint),sessionStorage.setItem("jwks_uri",s.jwks_uri);let p=i?.client_id;if(!p){const e=s.registration_endpoint,t=await(async(e,t)=>{const i={...t,grant_types:["authorization_code","refresh_token"],id_token_signed_response_alg:"ES256",token_endpoint_auth_method:"none",application_type:"web",subject_type:"public"};return fetch(e,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(i)})})(e,i??{redirect_uris:[o]}).then((e=>{if(!e.ok)throw new Error(`HTTP error! Status: ${e.status}`);return e.json()}));p=t.client_id,sessionStorage.setItem("client_id",p)}const{pkce_code_verifier:d,pkce_code_challenge:c}=await kt();sessionStorage.setItem("pkce_code_verifier",d);const h=window.crypto.randomUUID();sessionStorage.setItem("csrf_token",h);const u=s.authorization_endpoint+"?response_type=code"+`&redirect_uri=${encodeURIComponent(o)}&scope=openid offline_access webid`+`&client_id=${encodeURIComponent(p)}&code_challenge_method=S256`+`&code_challenge=${c}`+`&state=${h}&prompt=consent`;window.location.href=u})(e,t,this.sessionInformation.clientDetails)}async logout(){if(this.sessionDeactivateTimeout&&clearTimeout(this.sessionDeactivateTimeout),this.sessionDeactivateTimeout=void 0,this.tokenRefreshTimeout&&clearTimeout(this.tokenRefreshTimeout),this.tokenRefreshTimeout=void 0,this.sessionInformation.idpDetails=void 0,this.sessionInformation.tokenDetails=void 0,this.isActive_=!1,this.webId_=void 0,this.sessionInformation.clientDetails?.client_id)try{new URL(this.sessionInformation.clientDetails.client_id)}catch(e){this.sessionInformation.clientDetails.client_id=void 0}const e=await(new xt).init();await e.clear(),e.close()}async handleRedirectFromLogin(){const e=await(async e=>{const t=new URL(window.location.href),i=t.searchParams.get("code");if(null===i)return{clientDetails:e};const r=sessionStorage.getItem("idp");if(null===r||t.searchParams.get("iss")!=r)throw new Error("RFC 9207 - iss != idp - "+t.searchParams.get("iss")+" != "+r);if(t.searchParams.get("state")!=sessionStorage.getItem("csrf_token"))throw new Error("RFC 6749 - state != csrf_token - "+t.searchParams.get("state")+" != "+sessionStorage.getItem("csrf_token"));t.searchParams.delete("iss"),t.searchParams.delete("state"),t.searchParams.delete("code"),window.history.pushState({},document.title,t.toString());const o=sessionStorage.getItem("pkce_code_verifier");if(null===o)throw new Error("Access Token Request preparation - Could not find in sessionStorage: pkce_code_verifier");const a=e?.client_id||sessionStorage.getItem("client_id");if(!a)throw new Error("Access Token Request preparation - Could not find in sessionStorage: client_id (dynamic registration)");const s=sessionStorage.getItem("token_endpoint");if(null===s)throw new Error("Access Token Request preparation - Could not find in sessionStorage: token_endpoint");const n=await async function(e,t){return async function(e,t){let i,r;switch(e){case"PS256":case"PS384":case"PS512":i={name:"RSA-PSS",hash:`SHA-${e.slice(-3)}`,publicExponent:new Uint8Array([1,0,1]),modulusLength:vt(t)},r=["sign","verify"];break;case"RS256":case"RS384":case"RS512":i={name:"RSASSA-PKCS1-v1_5",hash:`SHA-${e.slice(-3)}`,publicExponent:new Uint8Array([1,0,1]),modulusLength:vt(t)},r=["sign","verify"];break;case"RSA-OAEP":case"RSA-OAEP-256":case"RSA-OAEP-384":case"RSA-OAEP-512":i={name:"RSA-OAEP",hash:`SHA-${parseInt(e.slice(-3),10)||1}`,publicExponent:new Uint8Array([1,0,1]),modulusLength:vt(t)},r=["decrypt","unwrapKey","encrypt","wrapKey"];break;case"ES256":i={name:"ECDSA",namedCurve:"P-256"},r=["sign","verify"];break;case"ES384":i={name:"ECDSA",namedCurve:"P-384"},r=["sign","verify"];break;case"ES512":i={name:"ECDSA",namedCurve:"P-521"},r=["sign","verify"];break;case"Ed25519":i={name:"Ed25519"},r=["sign","verify"];break;case"EdDSA":{r=["sign","verify"];const e="Ed25519";switch(e){case"Ed25519":case"Ed448":i={name:e};break;default:throw new fe("Invalid or unsupported crv option provided")}break}case"ECDH-ES":case"ECDH-ES+A128KW":case"ECDH-ES+A192KW":case"ECDH-ES+A256KW":{r=["deriveKey","deriveBits"];const e="P-256";switch(e){case"P-256":case"P-384":case"P-521":i={name:"ECDH",namedCurve:e};break;case"X25519":case"X448":i={name:e};break;default:throw new fe("Invalid or unsupported crv option provided, supported values are P-256, P-384, P-521, X25519, and X448")}break}default:throw new fe('Invalid or unsupported JWK "alg" (Algorithm) Parameter value')}return re.subtle.generateKey(i,!1,r)}(e,t)}("ES256"),l=await(async(e,t,i,r,o,a)=>{const s=await Ke(a.publicKey);s.alg="ES256";const n=await new nt({htu:o,htm:"POST"}).setIssuedAt().setJti(window.crypto.randomUUID()).setProtectedHeader({alg:"ES256",typ:"dpop+jwt",jwk:s}).sign(a.privateKey);return fetch(o,{method:"POST",headers:{dpop:n,"Content-Type":"application/x-www-form-urlencoded"},body:new URLSearchParams({grant_type:"authorization_code",code:e,code_verifier:t,redirect_uri:i,client_id:r})})})(i,o,t.toString(),a,s,n).then((e=>{if(!e.ok)throw new Error(`HTTP error! Status: ${e.status}`);return e.json()})),p=l.access_token,d=sessionStorage.getItem("jwks_uri");if(null===d)throw new Error("Access Token validation preparation - Could not find in sessionStorage: jwks_uri");const c=gt(new URL(d)),{payload:h}=await it(p,c,{issuer:r,audience:"solid"}),u=await pt(await Ke(n.publicKey));if(h.cnf.jkt!=u)throw new Error("Access Token validation failed on `jkt`: jkt != DPoP thumbprint - "+h.cnf.jkt+" != "+u);if(h.client_id!=a)throw new Error("Access Token validation failed on `client_id`: JWT payload != client_id - "+h.client_id+" != "+a);const f={...l,dpop_key_pair:n},m={idp:r,jwks_uri:d,token_endpoint:s};e||(e={redirect_uris:[window.location.href]}),e.client_id=a;const y=await(new xt).init();return await Promise.all([y.setItem("idp",r),y.setItem("jwks_uri",d),y.setItem("token_endpoint",s),y.setItem("client_id",a),y.setItem("dpop_keypair",n),y.setItem("refresh_token",l.refresh_token)]),y.close(),sessionStorage.removeItem("csrf_token"),sessionStorage.removeItem("pkce_code_verifier"),sessionStorage.removeItem("idp"),sessionStorage.removeItem("jwks_uri"),sessionStorage.removeItem("token_endpoint"),sessionStorage.removeItem("client_id"),{clientDetails:e,idpDetails:m,tokenDetails:f}})(this.sessionInformation.clientDetails);e.tokenDetails&&(this.sessionInformation=e,await this.setSessionDetails())}async restore(){await St().then((e=>(this.sessionInformation.tokenDetails=e,this.setSessionDetails()))).catch((()=>{}))}async createSignedDPoPToken(e){if(!this.sessionInformation.tokenDetails||!this.currentAth_)throw new Error("Session not established.");e.ath=this.currentAth_;const t=await Ke(this.sessionInformation.tokenDetails.dpop_key_pair.publicKey);return new nt(e).setIssuedAt().setJti(window.crypto.randomUUID()).setProtectedHeader({alg:"ES256",typ:"dpop+jwt",jwk:t}).sign(this.sessionInformation.tokenDetails.dpop_key_pair.privateKey)}async authFetch(e,t,i){let r,o,a;if(e instanceof Request?(r=new URL(e.url),o=t?.method||e?.method||"GET",a=new Headers(e.headers)):(t=t||{},r=new URL(e.toString()),o=t.method||"GET",a=t.headers?new Headers(t.headers):new Headers),this.sessionInformation.tokenDetails){i=i??{htu:`${r.origin}${r.pathname}`,htm:o.toUpperCase()};const e=await this.createSignedDPoPToken(i);a.set("dpop",e),a.set("authorization",`DPoP ${this.sessionInformation.tokenDetails.access_token}`)}return e instanceof Request?fetch(new Request(e,{...t,headers:a})):fetch(r,{...t,headers:a})}get isActive(){return this.isActive_}get webId(){return this.webId_}async setSessionDetails(){this.sessionInformation.tokenDetails?.access_token||this.logout(),this.currentAth_=await this.computeAth(this.sessionInformation.tokenDetails.access_token),this.webId_=function(e){if("string"!=typeof e)throw new ye("JWTs must use Compact JWS serialization, JWT must be a string");const{1:t,length:i}=e.split(".");if(5===i)throw new ye("Only JWTs using Compact JWS serialization can be decoded");if(3!==i)throw new ye("Invalid JWT");if(!t)throw new ye("JWTs must contain a payload");let r,o;try{r=wt(t)}catch{throw new ye("Failed to base64url decode the payload")}try{o=JSON.parse(se.decode(r))}catch{throw new ye("Failed to parse the decoded payload as JSON")}if(!Ae(o))throw new ye("Invalid JWT Claims Set");return o}(this.sessionInformation.tokenDetails.access_token).webid,this.isActive_=void 0!==this.webId,this.setSessionDeactivateTimeout(),this.setTokenRefreshTimeout()}setSessionDeactivateTimeout(){const e=1e3*(this.sessionInformation.tokenDetails.expires_in-5);this.sessionDeactivateTimeout&&clearTimeout(this.sessionDeactivateTimeout),this.sessionDeactivateTimeout=setTimeout((()=>this.logout()),e)}setTokenRefreshTimeout(){const e=1e3*(this.sessionInformation.tokenDetails.expires_in-95);this.tokenRefreshTimeout&&clearTimeout(this.tokenRefreshTimeout),this.tokenRefreshTimeout=setTimeout((async()=>{const e=await St().catch((()=>{this.onSessionExpirationWarning&&this.onSessionExpirationWarning()}));e&&(this.sessionInformation.tokenDetails=e,this.setSessionDetails())}),e)}async computeAth(e){const t=(new TextEncoder).encode(e),i=await crypto.subtle.digest("SHA-256",t),r=Array.from(new Uint8Array(i));return btoa(String.fromCharCode(...r)).replace(/\+/g,"-").replace(/\//g,"_").replace(/=+$/,"")}}class Bt{get authenticatedFetch(){return this._authenticatedFetch}constructor(){this.onSessionRestoreCallback=()=>{},this.sessionInfo$=new p.BehaviorSubject({isLoggedIn:!1,webId:void 0}),this.session=new It,this._authenticatedFetch=this.session.authFetch.bind(this.session)}async handleIncomingRedirect(e=!1){await this.session.handleRedirectFromLogin(),e&&(await this.session.restore(),this.session.isActive&&this.onSessionRestoreCallback(window.location.href)),this.sessionInfo$.next({isLoggedIn:this.session.isActive,webId:this.session.webId})}async login(e){return this.session.login(e,window.location.href)}async logout(){await this.session.logout(),this.sessionInfo$.next({isLoggedIn:!1,webId:void 0})}observeSession(){return this.sessionInfo$}onSessionRestore(e){this.onSessionRestoreCallback=e}}var Ct=d`
2
+ :host {
3
+ --height: 1rem;
4
+ --track-color: var(--sl-color-neutral-200);
5
+ --indicator-color: var(--sl-color-primary-600);
6
+ --label-color: var(--sl-color-neutral-0);
7
+
8
+ display: block;
9
+ }
10
+
11
+ .progress-bar {
12
+ position: relative;
13
+ background-color: var(--track-color);
14
+ height: var(--height);
15
+ border-radius: var(--sl-border-radius-pill);
16
+ box-shadow: inset var(--sl-shadow-small);
17
+ overflow: hidden;
18
+ }
19
+
20
+ .progress-bar__indicator {
21
+ height: 100%;
22
+ font-family: var(--sl-font-sans);
23
+ font-size: 12px;
24
+ font-weight: var(--sl-font-weight-normal);
25
+ background-color: var(--indicator-color);
26
+ color: var(--label-color);
27
+ text-align: center;
28
+ line-height: var(--height);
29
+ white-space: nowrap;
30
+ overflow: hidden;
31
+ transition:
32
+ 400ms width,
33
+ 400ms background-color;
34
+ user-select: none;
35
+ -webkit-user-select: none;
36
+ }
37
+
38
+ /* Indeterminate */
39
+ .progress-bar--indeterminate .progress-bar__indicator {
40
+ position: absolute;
41
+ animation: indeterminate 2.5s infinite cubic-bezier(0.37, 0, 0.63, 1);
42
+ }
43
+
44
+ .progress-bar--indeterminate.progress-bar--rtl .progress-bar__indicator {
45
+ animation-name: indeterminate-rtl;
46
+ }
47
+
48
+ @media (forced-colors: active) {
49
+ .progress-bar {
50
+ outline: solid 1px SelectedItem;
51
+ background-color: var(--sl-color-neutral-0);
52
+ }
53
+
54
+ .progress-bar__indicator {
55
+ outline: solid 1px SelectedItem;
56
+ background-color: SelectedItem;
57
+ }
58
+ }
59
+
60
+ @keyframes indeterminate {
61
+ 0% {
62
+ left: -50%;
63
+ width: 50%;
64
+ }
65
+ 75%,
66
+ 100% {
67
+ left: 100%;
68
+ width: 50%;
69
+ }
70
+ }
71
+
72
+ @keyframes indeterminate-rtl {
73
+ 0% {
74
+ right: -50%;
75
+ width: 50%;
76
+ }
77
+ 75%,
78
+ 100% {
79
+ right: 100%;
80
+ width: 50%;
81
+ }
82
+ }
83
+ `
84
+ /**
85
+ * @license
86
+ * Copyright 2018 Google LLC
87
+ * SPDX-License-Identifier: BSD-3-Clause
88
+ */;const Pt="important",Ft=" !"+Pt,zt=g(class extends w{constructor(e){if(super(e),e.type!==v.ATTRIBUTE||"style"!==e.name||e.strings?.length>2)throw Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.")}render(e){return Object.keys(e).reduce(((t,i)=>{const r=e[i];return null==r?t:t+`${i=i.includes("-")?i:i.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g,"-$&").toLowerCase()}:${r};`}),"")}update(e,[t]){const{style:i}=e.element;if(void 0===this.ft)return this.ft=new Set(Object.keys(t)),this.render(t);for(const e of this.ft)null==t[e]&&(this.ft.delete(e),e.includes("-")?i.removeProperty(e):i[e]=null);for(const e in t){const r=t[e];if(null!=r){this.ft.add(e);const t="string"==typeof r&&r.endsWith(Ft);e.includes("-")||t?i.setProperty(e,t?r.slice(0,-11):r,t?Pt:""):i[e]=r}}return c}});var Tt=class extends m{constructor(){super(...arguments),this.localize=new b(this),this.value=0,this.indeterminate=!1,this.label=""}render(){return y`
89
+ <div
90
+ part="base"
91
+ class=${x({"progress-bar":!0,"progress-bar--indeterminate":this.indeterminate,"progress-bar--rtl":"rtl"===this.localize.dir()})}
92
+ role="progressbar"
93
+ title=${k(this.title)}
94
+ aria-label=${this.label.length>0?this.label:this.localize.term("progress")}
95
+ aria-valuemin="0"
96
+ aria-valuemax="100"
97
+ aria-valuenow=${this.indeterminate?0:this.value}
98
+ >
99
+ <div part="indicator" class="progress-bar__indicator" style=${zt({width:`${this.value}%`})}>
100
+ ${this.indeterminate?"":y` <slot part="label" class="progress-bar__label"></slot> `}
101
+ </div>
102
+ </div>
103
+ `}};Tt.styles=[h,Ct],u([f({type:Number,reflect:!0})],Tt.prototype,"value",2),u([f({type:Boolean,reflect:!0})],Tt.prototype,"indeterminate",2),u([f()],Tt.prototype,"label",2),Tt.define("sl-progress-bar");const At=class{constructor(i){e(this,i),this.sessionRestoredEmitter=t(this,"pod-os:session-restored",7),this.podOsLoadedEmitter=t(this,"pod-os:loaded",7),this.restorePreviousSession=!1,this.disconnected$=new p.Subject,this.loading=!0}async componentWillLoad(){const e=new Bt;this.unsubscribeSettings=s.on("set",(()=>{this.os=ee(e,s.state)})),this.os=ee(e,s.state),e.onSessionRestore((e=>{this.sessionRestoredEmitter.emit({url:e})}));try{await e.handleIncomingRedirect(this.restorePreviousSession)}catch(e){console.error(e)}this.os.observeSession().pipe(p.takeUntil(this.disconnected$)).subscribe((async e=>{if(a.state.webId=e.webId,e.isLoggedIn){const t=await this.os.fetchProfile(e.webId);a.state.profile=t}a.state.isLoggedIn=e.isLoggedIn,this.loading=!1})),this.podOsLoadedEmitter.emit({os:this.os,authenticatedFetch:e.authenticatedFetch})}disconnectedCallback(){this.unsubscribeSettings(),this.disconnected$.next(),this.disconnected$.unsubscribe()}async initializeOs(e){e.stopPropagation(),e.detail(this.os)}async loadModule(e){e.stopPropagation();const t=await this.os.loadModule(e.detail.module);e.detail.receiver(t)}render(){return this.loading?i("sl-progress-bar",{indeterminate:!0}):i("slot",null)}};function Et(e){return new Promise((t=>{e.dispatchEvent(new CustomEvent("pod-os:init",{bubbles:!0,composed:!0,cancelable:!0,detail:e=>{t(e)}}))}))}function Mt(e){return new Promise((t=>{e.dispatchEvent(new CustomEvent("pod-os:module",{bubbles:!0,composed:!0,cancelable:!0,detail:{module:"contacts",receiver:t}}))}))}const Rt=class{constructor(t){e(this,t),this.menuOpen=!1,this.disconnected$=new p.Subject}async componentWillLoad(){const e=await Et(this.el);this.contactsModule=await Mt(this.el),e.observeSession().pipe(p.takeUntil(this.disconnected$),p.debounceTime(300),p.tap((()=>{this.loadAddressBook()}))).subscribe()}async onContactSelected(e){this.selectedContact=e.detail}async onGroupSelected(e){this.selectedContact=null,this.selectedGroup=e.detail}async onContactCreated(e){const t=e.detail;this.addressBook.contacts.push(t),this.selectedContact=t}async loadAddressBook(){try{this.addressBook=null,this.error=null,this.addressBook=await this.contactsModule.readAddressBook(this.uri)}catch(e){console.log(e),this.error=e}}render(){return this.error?i("main",{class:"error"},i("h2",null,"Loading the address book failed."),i("pos-login",null),i("p",null,"You might need to log in and then",i("button",{class:"retry",onClick:()=>this.retry()},i("sl-icon",{name:"arrow-clockwise"}),"retry"))):this.addressBook?i(r,null,i("header",null,i("button",{class:"menu","aria-label":"open side navigation",onClick:()=>this.openMenu()},i("sl-icon",{"aria-hidden":"true",name:"list"})),i("hgroup",null,i("h1",null,this.addressBook.title)),i("pos-login",null)),i("nav",{class:this.menuOpen?"active":""},i("button",{class:"menu","aria-label":"close side navigation",onClick:()=>this.closeMenu()},i("sl-icon",{"aria-hidden":"true",name:"x"})),i("pos-contacts-create-new-contact",{addressBookUri:this.uri}),i("pos-contacts-group-list",{groups:this.addressBook.groups})),i("main",null,this.selectedContact?i("pos-contacts-contact-details",{"onPod-os-contacts:contact-closed":()=>this.closeContact(),uri:this.selectedContact.uri}):this.selectedGroup?i("pos-contacts-group-details",{uri:this.selectedGroup.uri}):i("pos-contacts-contact-list",{contacts:this.addressBook.contacts}))):i("main",{class:"loading"},i("pos-contacts-loading-spinner",null))}openMenu(){this.menuOpen=!0}closeMenu(){this.menuOpen=!1}closeContact(){this.selectedContact=null}async retry(){await this.loadAddressBook()}get el(){return o(this)}static get watchers(){return{uri:[{loadAddressBook:0}]}}};Rt.style=":host{--header-height:var(--size-14);--content-height:calc(100vh - var(--header-height) - var(--size-10));--color-primary:var(--color-blue-700);display:grid;grid-template-columns:var(--size-80) auto;grid-template-rows:var(--header-height) auto;height:100%;grid-template-areas:'header header' 'menu main'}button.menu{display:none}@media only screen and (max-width: 600px){:host{grid-template-areas:'header header' 'main main'}button.menu{border:none;cursor:pointer;background:none;border-radius:var(--radius-sm);display:flex;justify-content:center;align-items:center;color:var(--color-primary);padding:var(--size-2);font-size:var(--scale-3)}button.menu:hover{background:var(--color-grey-100)}nav{transition:width 100ms linear;position:absolute;background-color:var(--color-grey-50);box-shadow:var(--shadow-lg);width:0;border:1px solid var(--color-grey-100);border-radius:var(--radius-lg)}nav.active{width:var(--size-64);max-width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end;gap:1rem;padding:1rem;z-index:var(--layer-top)}}header{display:flex;flex-direction:row;grid-area:header;align-items:center;justify-content:space-between;padding:var(--size-4);max-width:100vw;hgroup{min-width:0;h1{font-size:var(--scale-fluid-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}}nav{grid-area:menu;height:var(--content-height);overflow:auto}main{grid-area:main;height:var(--content-height);overflow:auto;background-color:white;border-radius:var(--radius-xl)}main.error,main.loading{display:flex;height:100%;align-items:center;justify-content:center}main.loading{pos-contacts-loading-spinner{--spinner-size:var(--size-36)}}main.error{flex-direction:column;background:var(--color-red-700);color:white;p{display:flex;flex-direction:row;align-items:center;gap:var(--size-2)}button.retry{display:flex;align-items:center;gap:var(--size-2);color:black;font-size:var(--scale-1);border-radius:var(--radius-lg);font-weight:var(--weight-bold);padding:var(--size-1);background-color:var(--color-grey-200);border:1px dotted var(--color-grey-800);box-shadow:var(--shadow-md)}button.retry:hover{cursor:pointer;filter:brightness(110%)}pre{border-radius:var(--radius-md);border:var(--size-1) solid var(--color-grey-500);padding:var(--size-4);background:var(--color-grey-800)}}";const Nt=class{constructor(t){e(this,t)}render(){return i("pos-app",{key:"ce9869713b4c7da7eb030719875669fca19b2fc6","restore-previous-session":!0},i("pos-contacts-router",{key:"4b901b7317c6c99d9b2d3da3a00e3f45d19b1c87"}))}},_t=class{constructor(i){e(this,i),this.closeContact=t(this,"pod-os-contacts:contact-closed",7)}async componentWillLoad(){this.contactsModule=await Mt(this.el),await this.loadContact()}async loadContact(){this.contact=await this.contactsModule.readContact(this.uri)}render(){return this.contact?i(r,null,i("header",null,i("button",{class:"back","aria-label":"Back to address book",onClick:()=>this.closeContact.emit()},i("sl-icon",{"aria-hidden":"true",name:"arrow-left-short"})),i("div",{class:"overview"},i("sl-icon",{class:"avatar",name:"person-circle"}),i("h2",null,this.contact.name))),i("section",null,i("pos-contacts-phone-numbers",{phoneNumbers:this.contact.phoneNumbers}),i("pos-contacts-email-addresses",{emailAddresses:this.contact.emails}))):i("div",{class:"loading"},i("pos-contacts-loading-spinner",null))}get el(){return o(this)}static get watchers(){return{uri:[{loadContact:0}]}}};_t.style="@media only screen and (max-width: 600px){header{.overview{flex-direction:column;align-items:center;gap:0}}}@media only screen and (min-width: 600px){header{.overview{flex-direction:row;align-items:flex-start;gap:var(--size-4)}}}header{display:flex;flex-direction:column;padding:var(--size-4);align-items:flex-start;.overview{display:flex;align-items:center;width:100%;.avatar{width:var(--size-56);height:var(--size-56);opacity:5%}h2{font-size:var(--scale-fluid-4)}}}section{display:flex;flex-direction:column;padding:var(--size-6);gap:var(--size-6)}button.back{border:none;cursor:pointer;background:none;border-radius:var(--radius-sm);display:flex;justify-content:center;align-items:center;color:var(--color-grey-800);padding:var(--size-2);font-size:var(--scale-2)}button.back:hover{background:var(--color-grey-100)}.loading{display:flex;height:100%;align-items:center;justify-content:center;pos-contacts-loading-spinner{--spinner-size:var(--size-36)}}";const Ut=class{constructor(i){e(this,i),this.contactSelected=t(this,"pod-os-contacts:contact-selected",7)}render(){return i("ul",{key:"f12b0a045443f044609d4dc94a41c8d1afd46171"},this.contacts.map((e=>i("li",null,i("a",{onClick:t=>{t.preventDefault(),this.contactSelected.emit(e)},href:e.uri},e.name||e.uri)))))}};Ut.style=":host{--text-color:var(--color-grey-800);--hover-color:var(--color-grey-200)}ul{list-style-type:none;padding:0;margin:0}li{display:flex;border-bottom:1px solid var(--color-grey-100)}li:hover{background-color:var(--hover-color)}a{color:var(--text-color);text-decoration:none}li a{width:100%;padding:var(--size-4) var(--size-10)}";const Ot=class{constructor(t){e(this,t)}render(){return i(r,{key:"526e9b0a00215eaaa85a728115f56c65b8a78d23"},i("button",{key:"af6593fb637c39efddc2ae3eb9b6ea6c74d858f6",class:"create",onClick:()=>this.dialog.showModal()},i("sl-icon",{key:"23485ec2f70d7e9d5397f2ab4f8982f44a3d7e31",name:"person-fill-add"}),"Create contact"),i("pos-dialog",{key:"392bcff2ce73c8bbb94c937e104f33fc481d3d30",ref:e=>this.dialog=e},i("h2",{key:"51462b2931f48f1343106c0ba984177fa954775e",slot:"title"},"Create new contact"),i("pos-contacts-create-new-contact-form",{key:"130c87957857900d0e6c8af147f78b887c0e2b1b",addressBookUri:this.addressBookUri,slot:"content"})))}};function jt(e,t){t.subscribeModule.emit({module:e,receiver:t.receiveModule})}Ot.style=":host{display:flex;justify-content:flex-end;padding:var(--size-4)}button.create{display:flex;gap:var(--size-1);padding:var(--size-4);font-weight:var(--weight-bold);letter-spacing:var(--letter-xl);background-color:var(--pos-primary-color);color:var(--pos-primary-text-color);border-radius:var(--radius-xs);outline:none;border:none;box-shadow:var(--shadow-sm);cursor:pointer}button.create:focus-within{outline:var(--pos-input-focus-outline)}button.create:focus-within,button.create:focus,button.create:hover{filter:brightness(110%);box-shadow:var(--shadow-md)}";const Wt=class{constructor(i){e(this,i),this.subscribeModule=t(this,"pod-os:module",7),this.contactCreated=t(this,"pod-os-contacts:contact-created",7),this.errorEmitter=t(this,"pod-os:error",7),this.newContact={name:""},this.receiveModule=e=>{this.contactsModule=e}}componentWillLoad(){jt("contacts",this)}async handleSubmit(){try{const e=await this.contactsModule.createNewContact({contact:this.newContact,addressBookUri:this.addressBookUri});this.contactCreated.emit({uri:e,name:this.newContact.name})}catch(e){this.errorEmitter.emit(e)}}handleNameChanged(e){this.newContact.name=e.target.value}handlePhoneNumberChanged(e){this.newContact.phoneNumber=e.target.value}handleEmailAddressChanged(e){this.newContact.email=e.target.value}render(){return i("form",{key:"85b9f8d7024ae73bc9233284dd00352306b3e05a",method:"dialog",onSubmit:()=>this.handleSubmit()},i("label",{key:"a85dc2a44ab3eb37876de324f82f83462c89472d",htmlFor:"name"},"Name"),i("input",{key:"d4c42030019bec11521b010d384e4f4df125f18c",id:"name",name:"name",type:"text",onInput:e=>this.handleNameChanged(e),required:!0}),i("label",{key:"bcc212e9120b6fbbf526f36e8e011543b32d53a7",htmlFor:"phoneNumber"},"Phone"),i("input",{key:"028d487800a33cf0fc525b5e2c848e8eff232587",id:"phoneNumber",name:"phoneNumber",type:"tel",onInput:e=>this.handlePhoneNumberChanged(e)}),i("label",{key:"63ed2120c57d0fd8cb3b054b5ccaa9991a1de96d",htmlFor:"emailAddress"},"Email"),i("input",{key:"0b100804f0c105853da805771ed3778eb22e44b7",id:"emailAddress",name:"emailAddress",type:"email",onInput:e=>this.handleEmailAddressChanged(e)}),i("input",{key:"d5bcb82e3b0c854347582da1bef900b166269fb0",type:"submit",id:"create",value:"Save"}))}static get delegatesFocus(){return!0}};Wt.style="form{display:grid;grid-template-columns:var(--size-16) 1fr;grid-gap:var(--scale-0)}label{grid-column:1 / 2;display:flex;align-items:center;justify-content:flex-end}input{grid-column:2 / 3;outline:var(--pos-input-outline);padding:var(--scale-000);border:none;border-radius:var(--radius-xs);width:var(--size-full);box-sizing:border-box}input:focus-within{outline:var(--pos-input-focus-outline)}input#create{outline:none;box-shadow:var(--shadow-sm);cursor:pointer;color:var(--pos-primary-text-color);background-color:var(--pos-primary-color)}input#create:disabled{cursor:default;color:var(--pos-disabled-text-color);background-color:var(--pos-disabled-color);box-shadow:none}input#create:hover:not(:disabled),input#create:focus{filter:brightness(110%);box-shadow:var(--shadow-md)}";const $t=class{constructor(t){e(this,t)}render(){return 0==this.emailAddresses.length?null:i("section",{"aria-label":"e-mail addresses"},i("sl-icon",{"aria-hidden":"true",size:"large",name:"envelope-at"}),i("ul",null,this.emailAddresses.map((e=>i("li",null,i("a",{href:`mailto:${e.value}`},e.value))))))}};$t.style="ul{list-style-type:none;display:flex;flex-direction:column;gap:var(--size-4);margin:0}section{display:flex;justify-content:flex-start;align-items:flex-start}";const Lt=class{constructor(t){e(this,t)}render(){return i(r,{key:"bbd50db5fc480d9590785d4892e87e20bc7e5734"},this.uri)}},Ht=class{constructor(i){e(this,i),this.groupSelected=t(this,"pod-os-contacts:group-selected",7)}render(){return i("ul",{key:"4a825899a83ef45b0a2aa3496ad6a76c1e149b42"},this.groups.map((e=>i("li",null,i("a",{href:e.uri,onClick:t=>{t.preventDefault(),this.groupSelected.emit(e)}},e.name||e.uri)))))}};Ht.style=":host{--text-color:var(--color-grey-800);--hover-color:rgb(230 237 250 / 100%)}ul{display:flex;flex-direction:column;gap:var(--size-1);padding:0;margin:0;list-style-type:none}li{transition:all 300ms var(--ease-in-out-sine);display:flex;margin-left:var(--size-4);margin-right:var(--size-4);max-height:50%;border-radius:var(--radius-full)}li a{width:100%;padding:var(--size-4) var(--size-10)}li:hover{background:var(--hover-color)}a{color:var(--text-color);text-decoration:none}a:visited{color:var(--text-color)}";const Vt=class{constructor(i){e(this,i),this.subscribeModule=t(this,"pod-os:module",7),this.linkEmitter=t(this,"pod-os:link",7),this.receiveModule=e=>{this.contactsModule=e}}componentWillLoad(){jt("contacts",this)}async listAddressBooks(){this.addressBookLists=await this.contactsModule.listAddressBooks(this.webId)}render(){if(!this.addressBookLists)return i("div",null,"Loading...");const e=[...this.addressBookLists.privateUris,...this.addressBookLists.publicUris];return 0==e.length?i("div",null,"Sorry, no address books could be found in your pod."):i("ul",null,e.map((e=>i("a",{href:e,onClick:t=>{t.preventDefault(),this.linkEmitter.emit(e)}},i("li",null,i("pos-resource",{uri:e},i("div",{class:"label"},i("sl-icon",{name:"book"}),i("pos-label",null))))))))}static get watchers(){return{contactsModule:[{listAddressBooks:0}]}}};Vt.style="ul{margin:0;padding:0;list-style-type:none;display:flex;flex-direction:column;gap:var(--size-3)}a{font-size:var(--scale-1);border-radius:var(--radius-xs);padding:var(--size-4);background-color:white;color:var(--pos-primary-color);border:1px solid var(--color-blue-700);display:flex;align-items:center;gap:var(--size-2);text-decoration:none}a:hover{background-color:var(--color-grey-50);filter:brightness(90%)}.label{display:flex;gap:var(--size-2);align-items:center}";const Jt=class{constructor(t){e(this,t),this.show=!1,this.defer=300}componentWillLoad(){setTimeout((()=>{this.show=!0}),this.defer)}render(){return this.show?i("svg",{viewBox:"0 0 100 100",xmlns:"http://www.w3.org/2000/svg"},i("g",{id:"dot"},i("circle",{cx:"50",cy:"10",r:"9"})),i("use",{href:"#dot",transform:"rotate(45, 50,50)","fill-opacity":"0%"}),i("use",{href:"#dot",transform:"rotate(90, 50,50)","fill-opacity":"25%"}),i("use",{href:"#dot",transform:"rotate(135, 50,50)","fill-opacity":"50%"}),i("use",{href:"#dot",transform:"rotate(180, 50,50)","fill-opacity":"75%"}),i("use",{href:"#dot",transform:"rotate(225, 50,50)","fill-opacity":"100%"}),i("use",{href:"#dot",transform:"rotate(270, 50,50)","fill-opacity":"100%"}),i("use",{href:"#dot",transform:"rotate(315, 50,50)","fill-opacity":"100%"})):null}};Jt.style=":host{--spinner-size:var(--size-10);width:var(--spinner-size);height:var(--spinner-size);fill:var(--color-blue-700);opacity:50%;animation-name:spin;animation-duration:800ms;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}";const Kt=class{constructor(i){e(this,i),this.openAddressBook=t(this,"pod-os-contacts:open-address-book",7),this.disconnected$=new p.Subject}async componentWillLoad(){(await Et(this.el)).observeSession().pipe(p.takeUntil(this.disconnected$)).subscribe((e=>{this.sessionInfo=Object.assign({},e)}))}disconnectedCallback(){this.disconnected$.next(),this.disconnected$.unsubscribe()}openFromLink(e){this.openAddressBook.emit(e.detail)}promptAndOpen(){const e=prompt("Please enter URI of an address book","https://");e&&this.openAddressBook.emit(e)}render(){var e;return i("div",{key:"511fb766939b4a89b50ba224d91f1a626c095197",id:"container"},(null===(e=this.sessionInfo)||void 0===e?void 0:e.isLoggedIn)?i("pos-contacts-list-address-books",{webId:this.sessionInfo.webId}):i("div",{id:"sign-in"},i("pos-login",null),"Sign in to list your address books."),i("button",{key:"64cb74a95874d6bd2308df5f39bf12f8e578938b",title:"open any other address book by it's URI",class:"open",onClick:()=>this.promptAndOpen()},i("sl-icon",{key:"63648511e2884669c857bb2c531d3aa82fea314c",name:"folder2-open"}),"open other"))}get el(){return o(this)}};Kt.style="#container{display:flex;flex-direction:column;gap:var(--size-5);align-items:flex-start}#sign-in{display:flex;gap:var(--size-1);align-items:center;color:var(--color-grey-800);font-weight:var(--weight-light)}button.open{white-space:nowrap;font-size:var(--scale-1);border-radius:var(--radius-xs);padding:var(--size-2);background-color:white;color:var(--pos-primary-color);border:1px solid var(--color-blue-700);display:flex;align-items:center;gap:var(--size-2)}button.open:hover{background-color:var(--color-grey-50);filter:brightness(90%)}";const qt=class{constructor(t){e(this,t)}render(){return 0==this.phoneNumbers.length?null:i("section",{"aria-label":"phone numbers"},i("sl-icon",{"aria-hidden":"true",size:"large",name:"telephone"}),i("ul",null,this.phoneNumbers.map((e=>i("li",null,i("a",{href:`tel:${e.value}`},e.value))))))}};qt.style="ul{list-style-type:none;display:flex;flex-direction:column;gap:var(--size-4);margin:0}section{display:flex;justify-content:flex-start;align-items:flex-start}";const Gt=S(),Xt=class{constructor(t){e(this,t)}openAddressBook(e){Gt.push("/address-book?uri="+encodeURIComponent(e.detail))}sessionRestored(e){Gt.push(e.detail.url)}async componentWillLoad(){const e=await Et(this.el);this.contactsModule=await e.loadModule("contacts"),this.updateUri(),Gt.onChange("url",(()=>{this.updateUri()}))}updateUri(){this.uri=new URLSearchParams(window.location.search).get("uri")}render(){return i(r,{key:"eff36aab405e31df6a4ac4c77db221d55c6bf1fe"},i(Gt.Switch,{key:"278506812c9c07d70b9c6bc7610d5df69e6ab8f4"},i(D,{key:"ed93821ae9fe55b5765acbbaaa018af5014c3633",path:I("/",{exact:!0})},i("pos-contacts-welcome-page",{key:"dd866ee612277e16552c209f88ea41294f146b15"})),i(D,{key:"90766a9a7d9c81c68156f3d85cb2e4150402bd66",path:"/address-book"},i("pos-contacts-address-book-page",{key:"095d77588f7b5bfc7f741b0eb0c5f518d6221ebf",uri:this.uri}))))}get el(){return o(this)}},Yt=class{constructor(t){e(this,t)}render(){return i(r,{key:"a531bbad60e8633b06ae4b890ab9d43f4210894b"},i("header",{key:"1e33a7366ff0ff326824d89dd9a3056a5d6c69c1"},i("h1",{key:"45a84e543f7a35535645bc3441011c44fda5a737"},"PodOS contacts"),i("pos-login",{key:"80b1b3d429bcba8f2c5286b264672d6289992ce8"})),i("main",{key:"ee2b516eb98e87de253818091656e3d6370d19f8"},i("pos-contacts-open-address-book",{key:"a2cccdc54f6a069f8d7655c1fca2e28430667119"})))}};Yt.style=":host{display:grid;grid-template-columns:auto;grid-template-areas:'header' 'main'}header{display:flex;flex-direction:row;grid-area:header;align-items:center;justify-content:space-between;padding:var(--size-10)}main{grid-area:main;margin:var(--size-10);background-color:white;border-radius:var(--radius-xl);padding:var(--size-4)}.toolbar{display:flex;justify-items:center;align-content:center;gap:var(--size-2);height:var(--size-10)}";const Zt=class{constructor(t){e(this,t)}async showModal(){this.dialog.showModal()}async close(){this.dialog.close()}render(){return i(r,{key:"dfce1d10a4d819888a37585cb83221e24da02033"},i("dialog",{key:"12eac20d03a70b67fa42ab2d8d438c389441d93b",ref:e=>this.dialog=e},i("header",{key:"b853bda833644cb757853e26f4f2f8cd2d4a8538"},i("slot",{key:"0d100ed81b8820851efe138930fadf6790ebfaf0",name:"title"}),i("button",{key:"879a24dfb4df55098821ac743d1578583b99906c",tabindex:-1,id:"close",title:"Close",onClick:()=>this.close()},i("sl-icon",{key:"3657f354064cbddad0327a59634a15515b707849",name:"x"}))),i("slot",{key:"870521255a4c4c741bb76cb323ff75fd5ab90b2c",name:"content"})))}};Zt.style="dialog{background-color:var(--pos-background-color);color:var(--pos-normal-text-color);border:none;border-radius:var(--radius-md);box-shadow:var(--shadow-md);max-width:var(--width-xs);animation:slideIn 0.2s ease-out}dialog::backdrop{background:rgba(0, 0, 0, 0.5);backdrop-filter:var(--blur-sm);animation:fadeIn 0.2s ease-out}@media (prefers-color-scheme: dark){dialog::backdrop{background:rgb(100, 100, 100, 0.5)}}dialog header>:first-child{flex-grow:1;font-weight:var(--weight-light);font-size:var(--scale-2);font-family:var(--font-sans);margin:0}dialog header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:var(--scale-0);border-bottom-style:inset;padding:0 0 var(--scale-0) 0}dialog>:last-child{display:block;margin-top:var(--scale-3)}button#close{cursor:pointer;display:flex;align-items:center;justify-content:center;border:none;background:none;font-size:var(--scale-3);color:var(--color-grey-500)}button#close:hover{color:var(--pos-secondary-border-color)}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideIn{from{opacity:0;transform:translateY(-20px) scale(0.95)}to{opacity:1;transform:translateY(0) scale(1)}}";const Qt=class{constructor(i){e(this,i),this.initializeOsEmitter=t(this,"pod-os:init",7),this.resourceLoadedEmitter=t(this,"pod-os:resource-loaded",7),this.blurredBackground=!1,this.loading=!0,this.setOs=async e=>{this.os=e}}componentWillLoad(){a.onChange("isLoggedIn",(()=>this.fetchBlob())),this.initializeOsEmitter.emit(this.setOs)}async fetchBlob(){try{this.loading=!0,this.imageError=null,this.networkError=null,this.brokenFile=null;const e=await this.os.files().fetchFile(this.src);this.resourceLoadedEmitter.emit(this.src),e.blob()?this.dataUri=URL.createObjectURL(e.blob()):this.brokenFile=e}catch(e){this.networkError=e}finally{this.loading=!1}}onImageError(e){this.networkError=null,this.imageError=e}render(){return this.loading?i("sl-skeleton",{effect:"sheen"}):this.networkError?i("img",{alt:this.alt,src:this.src,onError:e=>this.onImageError(e)}):this.brokenFile?i(B,{file:this.brokenFile}):this.imageError?i("div",{class:"error"},i("a",{href:this.src},this.src)):i(r,{style:{backgroundImage:this.blurredBackground?`url('${this.dataUri}')`:null}},i("img",{src:this.dataUri,alt:this.alt}))}static get watchers(){return{os:[{fetchBlob:0}],src:[{fetchBlob:0}]}}};Qt.style=":host{display:flex;background-size:cover;background-repeat:no-repeat;background-position:center;border-radius:inherit}img,div.error{border-radius:var(--border-radius);width:var(--width);height:var(--height);max-width:var(--max-width);max-height:var(--max-height);object-fit:var(--object-fit)}img{backdrop-filter:var(--blur-xl)}.error{display:flex;opacity:0.8;background:repeating-linear-gradient(-45deg, rgba(150, 0, 0, 0.1), rgba(150, 0, 0, 0.1) 10px, #fff 5px, #fff 25px);flex-direction:column;border:1px solid red;color:black;align-items:center;justify-content:center;word-break:break-all;padding:1rem;box-sizing:border-box}.error sl-icon{color:#282828;font-size:calc(var(--width) / 2)}a.error{text-decoration:none;width:var(--width);height:var(--height)}.code{font-weight:bold;font-size:calc(var(--width) / 8)}.text{font-size:calc(var(--width) / 20)}sl-skeleton{--border-radius:inherit;width:var(--width);height:var(--height);max-width:var(--max-width);max-height:var(--max-height);aspect-ratio:16 / 9}";const ei=class{constructor(i){e(this,i),this.subscribeResource=t(this,"pod-os:resource",7),this.receiveResource=e=>{this.resource=e}}componentWillLoad(){C(this)}render(){return this.resource?this.resource.label():null}},ti=class{constructor(i){e(this,i),this.initializeOsEmitter=t(this,"pod-os:init",7),this.customLoggedInComponent=!1,this.setOs=async e=>{this.os=e}}componentWillLoad(){this.customLoggedInComponent=!!this.host.querySelector('[slot="if-logged-in"]'),this.initializeOsEmitter.emit(this.setOs)}login(e){this.os.login(e.detail)}logout(){this.os.logout()}onLogin(){this.openDialog()}openDialog(){this.dialog.showModal()}render(){return i(r,{key:"9c0cb63442db7acea4e60b09528bf4fc25afe2de"},i("div",{key:"ca56c2b730f371da27c1ac0a465a45d87071722f",class:"container"},a.state.isLoggedIn?this.loggedInComponents():i("button",{id:"login",onClick:()=>this.openDialog()},"Login")),i("pos-dialog",{key:"97b7d80acd6b57980641f189e3c2a67e8e45df44",ref:e=>this.dialog=e},i("span",{key:"3296c22755474e139546491890a5cc35c7a07be9",slot:"title"},"Sign in to your Pod"),i("pos-login-form",{key:"cb68b44a0a7541c116d3711c3ce8d0141515e815","onPod-os:idp-url-selected":e=>this.login(e),slot:"content"})))}loggedInComponents(){return this.customLoggedInComponent?i("slot",{name:"if-logged-in"}):this.defaultLoggedInComponents()}defaultLoggedInComponents(){return[i("pos-resource",{uri:a.state.webId},i("span",{class:"user-data"},i("pos-picture",{"no-upload":!0}),i("pos-label",null))),i("button",{id:"logout",onClick:()=>this.logout()},"Logout")]}get host(){return o(this)}};ti.style=".container{display:flex;align-items:center;gap:var(--size-2)}.user-data{align-items:center;display:inline-flex;gap:10px}.user-data pos-picture{--width:40px;--height:40px;--border-radius:50%}pos-login-form{margin:var(--size-2)}dialog{margin-top:var(--size-10)}button#login,button#logout{outline:none;font-weight:var(--weight-bold);letter-spacing:var(--letter-xl);border:none;box-sizing:border-box;border-radius:var(--radius-xs);padding:var(--size-2);box-shadow:var(--shadow-sm);color:var(--pos-primary-text-color);background-color:var(--pos-primary-color)}button#login:focus-within,button#logout:focus-within{outline:var(--pos-input-focus-outline)}button#login:focus,button#login:hover,button#logout:focus,button#logout:hover{filter:brightness(110%);box-shadow:var(--shadow-md)}";const ii=class{constructor(i){e(this,i),this.idpUrlSelected=t(this,"pod-os:idp-url-selected",7),this.idpUrl="",this.canSubmit=!1}validate(){this.canSubmit=Boolean(this.idpUrl)}render(){return i("form",{key:"15b515887ebceff9ed2adb03f05e4725d5b1d4da",method:"dialog",onSubmit:()=>this.handleSubmit()},i("label",{key:"2278fd2cd0629dfc8d0bc3dc1c10223383131e15",htmlFor:"idpUrl"},"Please enter your Identity Provider"),i("input",{key:"2e63bb5aa1d16393abd46d042fd78a8e70dbc476",id:"idpUrl",type:"url",value:this.idpUrl,required:!0,onInput:e=>this.handleChange(e),list:"suggestedIssuers",placeholder:"Type to search..."}),i("datalist",{key:"16de93f77ee4f756c76fd5e58d84cf8a96b7fafb",id:"suggestedIssuers"},i("option",{key:"c6612878e0dc7be06ba9c88266ba746cc41bbcbd",value:"https://solidcommunity.net/"},"solidcommunity.net"),i("option",{key:"c93e6a9e2cad61c5247a048a4261079daca2655d",value:"https://solidweb.me/"},"solidweb.me"),i("option",{key:"d051f96a34bafa0d8c55e0ea1b9bfc7a5eb4f59a",value:"https://login.inrupt.com"},"Inrupt PodSpaces"),i("option",{key:"c793826a68676e176714898363ad06daa023a2f3",value:"https://trinpod.us"},"trinpod.us"),i("option",{key:"8ed729faba2a6c7b9fbc53d96511ec4ebc0db340",value:"https://trinpod.eu"},"trinpod.eu"),i("option",{key:"e683f8901b359e8bf82cb3e6d196817ac1150134",value:"https://solid.redpencil.io/"},"redpencil.io"),i("option",{key:"ddbad19605db043fc6f19ca5d4fc7bfd1d96b743",value:"https://teamid.live/"},"teamid.live")),i("input",{key:"ac9ebfdcfe6e1053fde4f890abd3e1183621060c",id:"login",type:"submit",value:"Login",disabled:!this.canSubmit}))}handleChange(e){this.validate(),this.idpUrl=e.target.value}async handleSubmit(){this.idpUrlSelected.emit(this.idpUrl)}static get delegatesFocus(){return!0}static get watchers(){return{idpUrl:[{validate:0}]}}};ii.style=":host{display:block;margin:0}form{display:flex;flex-direction:column;gap:var(--size-4)}input{outline:var(--pos-input-outline);padding:var(--scale-000);border:none;border-radius:var(--radius-xs);width:var(--size-full);box-sizing:border-box;background:var(--pos-input-background-color);color:var(--pos-normal-text-color)}input:focus-within{outline:var(--pos-input-focus-outline)}input#login{outline:none;box-shadow:var(--shadow-sm);cursor:pointer;color:var(--pos-primary-text-color);background-color:var(--pos-primary-color)}input#login:disabled{cursor:default;color:var(--pos-disabled-text-color);background-color:var(--pos-disabled-color);box-shadow:none}input#login:hover:not(:disabled),input#login:focus{filter:brightness(110%);box-shadow:var(--shadow-md)}";const ri=class{constructor(i){e(this,i),this.subscribeResource=t(this,"pod-os:resource",7),this.blurredBackground=!1,this.noUpload=!1,this.isUploading=!1,this.receiveResource=e=>{this.resource=e},this.enterUploadMode=()=>{this.isUploading=!0},this.exitUploadMode=()=>{this.isUploading=!1}}async componentWillLoad(){C(this),this.os=await P(this.el)}renderUpload(){return i("div",{class:"upload-container"},i("button",{class:"close",onClick:()=>this.exitUploadMode()},i("sl-icon",{name:"x-circle"}),"Close upload"),i("pos-upload",{uploader:e=>this.os.uploadAndAddPicture(this.resource,e)}))}shouldShowUploadButton(){var e;return!0===(null===(e=this.resource)||void 0===e?void 0:e.editable)&&!this.noUpload}renderUploadButton(){return this.shouldShowUploadButton()?i("button",{class:"add",onClick:this.enterUploadMode},i("sl-icon",{name:"cloud-plus"}),"Upload picture"):null}renderPicture(){var e;const t=null===(e=this.resource)||void 0===e?void 0:e.picture();return t?[i("pos-image",{blurredBackground:this.blurredBackground,src:t.url,alt:this.resource.label()}),this.renderUploadButton()]:i("div",{class:"no-picture"},i("slot",null),this.renderUploadButton())}render(){return this.isUploading?this.renderUpload():this.renderPicture()}get el(){return o(this)}};ri.style=":host{--width:300px;--height:300px;--border-radius:var(--border-radius, 0);--object-fit:var(--object-fit, cover);display:block;position:relative}button.add{display:none;align-items:center;gap:var(--size-1);padding:var(--size-1);position:absolute;bottom:var(--size-2);right:var(--size-2);z-index:var(--layer-top)}:host(:hover) button.add{display:flex}@media (pointer: coarse){button.add{display:flex}}.no-picture{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:var(--height);width:var(--width);position:relative}.no-picture button.add{position:static;margin-top:var(--size-2);display:flex}.upload-container{display:flex;flex-direction:column;gap:var(--size-2);padding:var(--size-2);button.close{display:flex;align-items:center;gap:var(--size-1);padding:var(--size-1)}}";const oi=class{constructor(i){e(this,i),this.subscribePodOs=t(this,"pod-os:init",7),this.resourceLoadedEmitter=t(this,"pod-os:resource-loaded",7),this.consumers=[],this.lazy=!1,this.loading=!0,this.receivePodOs=async e=>{this.os=e}}componentWillLoad(){a.onChange("isLoggedIn",(()=>this.loadResource())),F(this)}async provideResource(e){e.stopPropagation(),this.resource&&e.detail(this.resource),this.consumers.push(e)}async loadResource(){await this.getResource(!this.lazy)}async fetch(){await this.getResource(!0)}async getResource(e=!1){try{e&&(this.loading=!0,await this.os.fetch(this.uri),this.resourceLoadedEmitter.emit(this.uri)),this.resource=this.os.store.get(this.uri),this.error=null,this.consumers.forEach((e=>{e.detail(this.resource)}))}catch(e){this.error=e}finally{this.loading=!1}}render(){return this.loading?i("sl-progress-bar",{indeterminate:!0}):this.error?i("details",{class:"error"},i("summary",{title:"Click to expand"},"⚠ Sorry, something went wrong"),i("p",null,"Status:",this.error.status),i("p",null,this.error.message),i("p",null,"You can try to open the link outside PodOS: ",i("a",{href:this.uri},this.uri))):i("slot",null)}static get watchers(){return{os:[{loadResource:0}],uri:[{loadResource:0}]}}};oi.style="details.error{margin:var(--size-2);background-color:var(--pos-error-background-color);border:var(--size-px) solid var(--pos-error-border-color);padding:var(--size-2);border-radius:var(--radius-md);a{color:var(--pos-normal-text-color)}}sl-progress-bar{--height:var(--size-1)}";const ai=/^data:([^/]+\/[^,;]+(?:[^,]*?))(;base64)?,([\s\S]*)$/;function si(e,t,i,r){return e===t?e:0===r?t:e+(t-e)*2**(-r/i)}var ni=['a[href]:not([tabindex^="-"]):not([inert]):not([aria-hidden])','area[href]:not([tabindex^="-"]):not([inert]):not([aria-hidden])',"input:not([disabled]):not([inert]):not([aria-hidden])","select:not([disabled]):not([inert]):not([aria-hidden])","textarea:not([disabled]):not([inert]):not([aria-hidden])","button:not([disabled]):not([inert]):not([aria-hidden])",'iframe:not([tabindex^="-"]):not([inert]):not([aria-hidden])','object:not([tabindex^="-"]):not([inert]):not([aria-hidden])','embed:not([tabindex^="-"]):not([inert]):not([aria-hidden])','[contenteditable]:not([tabindex^="-"]):not([inert]):not([aria-hidden])','[tabindex]:not([tabindex^="-"]):not([inert]):not([aria-hidden])'];function li(e){return"object"==typeof e&&null!==e&&"nodeType"in e&&e.nodeType===Node.ELEMENT_NODE}function pi(e){if("string"==typeof e){const t=document.querySelectorAll(e);return 0===t.length?null:Array.from(t)}return"object"==typeof e&&li(e)?[e]:null}function di(e){const t=e.lastIndexOf(".");return-1===t||t===e.length-1?{name:e,extension:void 0}:{name:e.slice(0,t),extension:e.slice(t+1)}}var ci={__proto__:null,md:"text/markdown",markdown:"text/markdown",mp4:"video/mp4",mp3:"audio/mp3",svg:"image/svg+xml",jpg:"image/jpeg",png:"image/png",webp:"image/webp",gif:"image/gif",heic:"image/heic",heif:"image/heif",yaml:"text/yaml",yml:"text/yaml",csv:"text/csv",tsv:"text/tab-separated-values",tab:"text/tab-separated-values",avi:"video/x-msvideo",mks:"video/x-matroska",mkv:"video/x-matroska",mov:"video/quicktime",dicom:"application/dicom",doc:"application/msword",msg:"application/vnd.ms-outlook",docm:"application/vnd.ms-word.document.macroenabled.12",docx:"application/vnd.openxmlformats-officedocument.wordprocessingml.document",dot:"application/msword",dotm:"application/vnd.ms-word.template.macroenabled.12",dotx:"application/vnd.openxmlformats-officedocument.wordprocessingml.template",xla:"application/vnd.ms-excel",xlam:"application/vnd.ms-excel.addin.macroenabled.12",xlc:"application/vnd.ms-excel",xlf:"application/x-xliff+xml",xlm:"application/vnd.ms-excel",xls:"application/vnd.ms-excel",xlsb:"application/vnd.ms-excel.sheet.binary.macroenabled.12",xlsm:"application/vnd.ms-excel.sheet.macroenabled.12",xlsx:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",xlt:"application/vnd.ms-excel",xltm:"application/vnd.ms-excel.template.macroenabled.12",xltx:"application/vnd.openxmlformats-officedocument.spreadsheetml.template",xlw:"application/vnd.ms-excel",txt:"text/plain",text:"text/plain",conf:"text/plain",log:"text/plain",pdf:"application/pdf",zip:"application/zip","7z":"application/x-7z-compressed",rar:"application/x-rar-compressed",tar:"application/x-tar",gz:"application/gzip",dmg:"application/x-apple-diskimage"};function hi(e){if(e.type)return e.type;const t=e.name?di(e.name).extension?.toLowerCase():null;return t&&t in ci?ci[t]:"application/octet-stream"}function ui(e){let t="";return e.replace(/[^A-Z0-9]/gi,(e=>(t+=`-${function(e){return e.charCodeAt(0).toString(32)}(e)}`,"/")))+t}var fi=Array.from;function mi(e,t,i,{onSuccess:r}){e.readEntries((o=>{const a=[...t,...o];o.length?queueMicrotask((()=>{mi(e,a,i,{onSuccess:r})})):r(a)}),(e=>{i(e),r(t)}))}function yi(e,t){return null==e?e:{kind:e.isFile?"file":e.isDirectory?"directory":void 0,name:e.name,getFile:()=>new Promise(((t,i)=>e.file(t,i))),async*values(){const i=e.createReader(),r=await new Promise((e=>{mi(i,[],t,{onSuccess:i=>e(i.map((e=>yi(e,t))))})}));yield*r},isSameEntry:void 0}}async function*bi(e,t,i){const r=()=>`${t}/${e.name}`;if("file"===e.kind){const o=await e.getFile();null!=o?(o.relativePath=t?r():null,yield o):null!=i&&(yield i)}else if("directory"===e.kind)for await(const i of e.values())yield*bi(i,t?r():e.name);else null!=i&&(yield i)}const gi={__proto__:null,"audio/mp3":"mp3","audio/mp4":"mp4","audio/ogg":"ogg","audio/webm":"webm","image/gif":"gif","image/heic":"heic","image/heif":"heif","image/jpeg":"jpg","image/webp":"webp","image/png":"png","image/svg+xml":"svg","video/mp4":"mp4","video/ogg":"ogv","video/quicktime":"mov","video/webm":"webm","video/x-matroska":"mkv","video/x-msvideo":"avi"};function wi(e){return[e]=e.split(";",1),gi[e]||null}function vi(e){return e<10?`0${e}`:e.toString()}function xi(){const e=new Date;return`${vi(e.getHours())}:${vi(e.getMinutes())}:${vi(e.getSeconds())}`}function ki(){if("undefined"==typeof window)return!1;const e=document.body;return null!=e&&null!=window&&"draggable"in e&&"ondragstart"in e&&"ondrop"in e&&"FormData"in window&&"FileReader"in window}function Si(e){return e.startsWith("blob:")}function Di(e){return!!e&&/^[^/]+\/(jpe?g|gif|png|svg|svg\+xml|bmp|webp|avif)$/.test(e)}function Ii(e){const t=(i=e,{hours:Math.floor(i/3600)%24,minutes:Math.floor(i/60)%60,seconds:Math.floor(i%60)});var i;return`${0===t.hours?"":`${t.hours}h`}${0===t.minutes?"":`${0===t.hours?t.minutes:` ${t.minutes.toString(10).padStart(2,"0")}`}m`}${0!==t.hours?"":`${0===t.minutes?t.seconds:` ${t.seconds.toString(10).padStart(2,"0")}`}s`}`}function Bi(e,t,i){const r=[];return e.forEach((e=>"string"!=typeof e?r.push(e):t[Symbol.split](e).forEach(((e,t,o)=>{""!==e&&r.push(e),t<o.length-1&&r.push(i)})))),r}
104
+ /**
105
+ * Takes a string with placeholder variables like `%{smart_count} file selected`
106
+ * and replaces it with values from options `{smart_count: 5}`
107
+ *
108
+ * @license https://github.com/airbnb/polyglot.js/blob/master/LICENSE
109
+ * taken from https://github.com/airbnb/polyglot.js/blob/master/lib/polyglot.js#L299
110
+ *
111
+ * @param phrase that needs interpolation, with placeholders
112
+ * @param options with values that will be used to replace placeholders
113
+ */function Ci(e,t){const i=/\$/g;let r=[e];if(null==t)return r;for(const e of Object.keys(t))if("_"!==e){let o=t[e];"string"==typeof o&&(o=i[Symbol.replace](o,"$$$$")),r=Bi(r,new RegExp(`%\\{${e}\\}`,"g"),o)}return r}const Pi=e=>{throw new Error(`missing string: ${e}`)};class Fi{locale;constructor(e,{onMissingKey:t=Pi}={}){this.locale={strings:{},pluralize:e=>1===e?0:1},Array.isArray(e)?e.forEach(this.#e,this):this.#e(e),this.#t=t}#t;#e(e){if(!e?.strings)return;const t=this.locale;Object.assign(this.locale,{strings:{...t.strings,...e.strings},pluralize:e.pluralize||t.pluralize})}translate(e,t){return this.translateArray(e,t).join("")}translateArray(e,t){let i=this.locale.strings[e];if(null==i&&(this.#t(e),i=e),"object"==typeof i){if(t&&void 0!==t.smart_count)return Ci(i[this.locale.pluralize(t.smart_count)],t);throw new Error("Attempted to use a string with plural forms, but no value was given for %{smart_count}")}if("string"!=typeof i)throw new Error("string was not a string");return Ci(i,t)}}function zi(e,t){if(0===t)return"";if(e.length<=t)return e;if(t<=4)return`${e.slice(0,t-1)}…`;const i=t-3,r=Math.ceil(i/2),o=Math.floor(i/2);return e.slice(0,r)+"..."+e.slice(-o)}var Ti,Ai,Ei,Mi,Ri,Ni,_i,Ui,Oi,ji,Wi,$i={},Li=[],Hi=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,Vi=Array.isArray;function Ji(e,t){for(var i in t)e[i]=t[i];return e}function Ki(e){e&&e.parentNode&&e.parentNode.removeChild(e)}function qi(e,t,i){var r,o,a,s={};for(a in t)"key"==a?r=t[a]:"ref"==a?o=t[a]:s[a]=t[a];if(arguments.length>2&&(s.children=arguments.length>3?Ti.call(arguments,2):i),"function"==typeof e&&null!=e.defaultProps)for(a in e.defaultProps)void 0===s[a]&&(s[a]=e.defaultProps[a]);return Gi(e,s,r,o,null)}function Gi(e,t,i,r,o){var a={type:e,props:t,key:i,ref:r,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:null==o?++Ei:o,__i:-1,__u:0};return null==o&&null!=Ai.vnode&&Ai.vnode(a),a}function Xi(e){return e.children}function Yi(e,t){this.props=e,this.context=t}function Zi(e,t){if(null==t)return e.__?Zi(e.__,e.__i+1):null;for(var i;t<e.__k.length;t++)if(null!=(i=e.__k[t])&&null!=i.__e)return i.__e;return"function"==typeof e.type?Zi(e):null}function Qi(e){var t,i;if(null!=(e=e.__)&&null!=e.__c){for(e.__e=e.__c.base=null,t=0;t<e.__k.length;t++)if(null!=(i=e.__k[t])&&null!=i.__e){e.__e=e.__c.base=i.__e;break}return Qi(e)}}function er(e){(!e.__d&&(e.__d=!0)&&Mi.push(e)&&!tr.__r++||Ri!=Ai.debounceRendering)&&((Ri=Ai.debounceRendering)||Ni)(tr)}function tr(){for(var e,t,i,r,o,a,s,n=1;Mi.length;)Mi.length>n&&Mi.sort(_i),e=Mi.shift(),n=Mi.length,e.__d&&(i=void 0,r=void 0,o=(r=(t=e).__v).__e,a=[],s=[],t.__P&&((i=Ji({},r)).__v=r.__v+1,Ai.vnode&&Ai.vnode(i),pr(t.__P,i,r,t.__n,t.__P.namespaceURI,32&r.__u?[o]:null,a,null==o?Zi(r):o,!!(32&r.__u),s),i.__v=r.__v,i.__.__k[i.__i]=i,cr(a,i,s),r.__e=r.__=null,i.__e!=o&&Qi(i)));tr.__r=0}function ir(e,t,i,r,o,a,s,n,l,p,d){var c,h,u,f,m,y,b,g=r&&r.__k||Li,w=t.length;for(l=function(e,t,i,r,o){var a,s,n,l,p,d=i.length,c=d,h=0;for(e.__k=new Array(o),a=0;a<o;a++)null!=(s=t[a])&&"boolean"!=typeof s&&"function"!=typeof s?(l=a+h,(s=e.__k[a]="string"==typeof s||"number"==typeof s||"bigint"==typeof s||s.constructor==String?Gi(null,s,null,null,null):Vi(s)?Gi(Xi,{children:s},null,null,null):null==s.constructor&&s.__b>0?Gi(s.type,s.props,s.key,s.ref?s.ref:null,s.__v):s).__=e,s.__b=e.__b+1,n=null,-1!=(p=s.__i=ar(s,i,l,c))&&(c--,(n=i[p])&&(n.__u|=2)),null==n||null==n.__v?(-1==p&&(o>d?h--:o<d&&h++),"function"!=typeof s.type&&(s.__u|=4)):p!=l&&(p==l-1?h--:p==l+1?h++:(p>l?h--:h++,s.__u|=4))):e.__k[a]=null;if(c)for(a=0;a<d;a++)null!=(n=i[a])&&!(2&n.__u)&&(n.__e==r&&(r=Zi(n)),fr(n,n));return r}(i,t,g,l,w),c=0;c<w;c++)null!=(u=i.__k[c])&&(h=-1==u.__i?$i:g[u.__i]||$i,u.__i=c,y=pr(e,u,h,o,a,s,n,l,p,d),f=u.__e,u.ref&&h.ref!=u.ref&&(h.ref&&ur(h.ref,null,u),d.push(u.ref,u.__c||f,u)),null==m&&null!=f&&(m=f),(b=!!(4&u.__u))||h.__k===u.__k?l=rr(u,l,e,b):"function"==typeof u.type&&void 0!==y?l=y:f&&(l=f.nextSibling),u.__u&=-7);return i.__e=m,l}function rr(e,t,i,r){var o,a;if("function"==typeof e.type){for(o=e.__k,a=0;o&&a<o.length;a++)o[a]&&(o[a].__=e,t=rr(o[a],t,i,r));return t}e.__e!=t&&(r&&(t&&e.type&&!t.parentNode&&(t=Zi(e)),i.insertBefore(e.__e,t||null)),t=e.__e);do{t=t&&t.nextSibling}while(null!=t&&8==t.nodeType);return t}function or(e,t){return t=t||[],null==e||"boolean"==typeof e||(Vi(e)?e.some((function(e){or(e,t)})):t.push(e)),t}function ar(e,t,i,r){var o,a,s,n=e.key,l=e.type,p=t[i],d=null!=p&&!(2&p.__u);if(null===p&&null==e.key||d&&n==p.key&&l==p.type)return i;if(r>(d?1:0))for(o=i-1,a=i+1;o>=0||a<t.length;)if(null!=(p=t[s=o>=0?o--:a++])&&!(2&p.__u)&&n==p.key&&l==p.type)return s;return-1}function sr(e,t,i){"-"==t[0]?e.setProperty(t,null==i?"":i):e[t]=null==i?"":"number"!=typeof i||Hi.test(t)?i:i+"px"}function nr(e,t,i,r,o){var a,s;e:if("style"==t)if("string"==typeof i)e.style.cssText=i;else{if("string"==typeof r&&(e.style.cssText=r=""),r)for(t in r)i&&t in i||sr(e.style,t,"");if(i)for(t in i)r&&i[t]==r[t]||sr(e.style,t,i[t])}else if("o"==t[0]&&"n"==t[1])a=t!=(t=t.replace(Ui,"$1")),s=t.toLowerCase(),t=s in e||"onFocusOut"==t||"onFocusIn"==t?s.slice(2):t.slice(2),e.l||(e.l={}),e.l[t+a]=i,i?r?i.u=r.u:(i.u=Oi,e.addEventListener(t,a?Wi:ji,a)):e.removeEventListener(t,a?Wi:ji,a);else{if("http://www.w3.org/2000/svg"==o)t=t.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!=t&&"height"!=t&&"href"!=t&&"list"!=t&&"form"!=t&&"tabIndex"!=t&&"download"!=t&&"rowSpan"!=t&&"colSpan"!=t&&"role"!=t&&"popover"!=t&&t in e)try{e[t]=null==i?"":i;break e}catch(e){}"function"==typeof i||(null==i||!1===i&&"-"!=t[4]?e.removeAttribute(t):e.setAttribute(t,"popover"==t&&1==i?"":i))}}function lr(e){return function(t){if(this.l){var i=this.l[t.type+e];if(null==t.t)t.t=Oi++;else if(t.t<i.u)return;return i(Ai.event?Ai.event(t):t)}}}function pr(e,t,i,r,o,a,s,n,l,p){var d,c,h,u,f,m,y,b,g,w,v,x,k,S,D,I,B,C=t.type;if(null!=t.constructor)return null;128&i.__u&&(l=!!(32&i.__u),a=[n=t.__e=i.__e]),(d=Ai.__b)&&d(t);e:if("function"==typeof C)try{if(b=t.props,g="prototype"in C&&C.prototype.render,w=(d=C.contextType)&&r[d.__c],v=d?w?w.props.value:d.__:r,i.__c?y=(c=t.__c=i.__c).__=c.__E:(g?t.__c=c=new C(b,v):(t.__c=c=new Yi(b,v),c.constructor=C,c.render=mr),w&&w.sub(c),c.props=b,c.state||(c.state={}),c.context=v,c.__n=r,h=c.__d=!0,c.__h=[],c._sb=[]),g&&null==c.__s&&(c.__s=c.state),g&&null!=C.getDerivedStateFromProps&&(c.__s==c.state&&(c.__s=Ji({},c.__s)),Ji(c.__s,C.getDerivedStateFromProps(b,c.__s))),u=c.props,f=c.state,c.__v=t,h)g&&null==C.getDerivedStateFromProps&&null!=c.componentWillMount&&c.componentWillMount(),g&&null!=c.componentDidMount&&c.__h.push(c.componentDidMount);else{if(g&&null==C.getDerivedStateFromProps&&b!==u&&null!=c.componentWillReceiveProps&&c.componentWillReceiveProps(b,v),!c.__e&&null!=c.shouldComponentUpdate&&!1===c.shouldComponentUpdate(b,c.__s,v)||t.__v==i.__v){for(t.__v!=i.__v&&(c.props=b,c.state=c.__s,c.__d=!1),t.__e=i.__e,t.__k=i.__k,t.__k.some((function(e){e&&(e.__=t)})),x=0;x<c._sb.length;x++)c.__h.push(c._sb[x]);c._sb=[],c.__h.length&&s.push(c);break e}null!=c.componentWillUpdate&&c.componentWillUpdate(b,c.__s,v),g&&null!=c.componentDidUpdate&&c.__h.push((function(){c.componentDidUpdate(u,f,m)}))}if(c.context=v,c.props=b,c.__P=e,c.__e=!1,k=Ai.__r,S=0,g){for(c.state=c.__s,c.__d=!1,k&&k(t),d=c.render(c.props,c.state,c.context),D=0;D<c._sb.length;D++)c.__h.push(c._sb[D]);c._sb=[]}else do{c.__d=!1,k&&k(t),d=c.render(c.props,c.state,c.context),c.state=c.__s}while(c.__d&&++S<25);c.state=c.__s,null!=c.getChildContext&&(r=Ji(Ji({},r),c.getChildContext())),g&&!h&&null!=c.getSnapshotBeforeUpdate&&(m=c.getSnapshotBeforeUpdate(u,f)),I=d,null!=d&&d.type===Xi&&null==d.key&&(I=hr(d.props.children)),n=ir(e,Vi(I)?I:[I],t,i,r,o,a,s,n,l,p),c.base=t.__e,t.__u&=-161,c.__h.length&&s.push(c),y&&(c.__E=c.__=null)}catch(e){if(t.__v=null,l||null!=a)if(e.then){for(t.__u|=l?160:128;n&&8==n.nodeType&&n.nextSibling;)n=n.nextSibling;a[a.indexOf(n)]=null,t.__e=n}else{for(B=a.length;B--;)Ki(a[B]);dr(t)}else t.__e=i.__e,t.__k=i.__k,e.then||dr(t);Ai.__e(e,t,i)}else null==a&&t.__v==i.__v?(t.__k=i.__k,t.__e=i.__e):n=t.__e=function(e,t,i,r,o,a,s,n,l){var p,d,c,h,u,f,m,y=i.props,b=t.props,g=t.type;if("svg"==g?o="http://www.w3.org/2000/svg":"math"==g?o="http://www.w3.org/1998/Math/MathML":o||(o="http://www.w3.org/1999/xhtml"),null!=a)for(p=0;p<a.length;p++)if((u=a[p])&&"setAttribute"in u==!!g&&(g?u.localName==g:3==u.nodeType)){e=u,a[p]=null;break}if(null==e){if(null==g)return document.createTextNode(b);e=document.createElementNS(o,g,b.is&&b),n&&(Ai.__m&&Ai.__m(t,a),n=!1),a=null}if(null==g)y===b||n&&e.data==b||(e.data=b);else{if(a=a&&Ti.call(e.childNodes),y=i.props||$i,!n&&null!=a)for(y={},p=0;p<e.attributes.length;p++)y[(u=e.attributes[p]).name]=u.value;for(p in y)if(u=y[p],"children"==p);else if("dangerouslySetInnerHTML"==p)c=u;else if(!(p in b)){if("value"==p&&"defaultValue"in b||"checked"==p&&"defaultChecked"in b)continue;nr(e,p,null,u,o)}for(p in b)u=b[p],"children"==p?h=u:"dangerouslySetInnerHTML"==p?d=u:"value"==p?f=u:"checked"==p?m=u:n&&"function"!=typeof u||y[p]===u||nr(e,p,u,y[p],o);if(d)n||c&&(d.__html==c.__html||d.__html==e.innerHTML)||(e.innerHTML=d.__html),t.__k=[];else if(c&&(e.innerHTML=""),ir("template"==t.type?e.content:e,Vi(h)?h:[h],t,i,r,"foreignObject"==g?"http://www.w3.org/1999/xhtml":o,a,s,a?a[0]:i.__k&&Zi(i,0),n,l),null!=a)for(p=a.length;p--;)Ki(a[p]);n||(p="value","progress"==g&&null==f?e.removeAttribute("value"):null!=f&&(f!==e[p]||"progress"==g&&!f||"option"==g&&f!=y[p])&&nr(e,p,f,y[p],o),p="checked",null!=m&&m!=e[p]&&nr(e,p,m,y[p],o))}return e}(i.__e,t,i,r,o,a,s,l,p);return(d=Ai.diffed)&&d(t),128&t.__u?void 0:n}function dr(e){e&&e.__c&&(e.__c.__e=!0),e&&e.__k&&e.__k.forEach(dr)}function cr(e,t,i){for(var r=0;r<i.length;r++)ur(i[r],i[++r],i[++r]);Ai.__c&&Ai.__c(t,e),e.some((function(t){try{e=t.__h,t.__h=[],e.some((function(e){e.call(t)}))}catch(e){Ai.__e(e,t.__v)}}))}function hr(e){return"object"!=typeof e||null==e||e.__b&&e.__b>0?e:Vi(e)?e.map(hr):Ji({},e)}function ur(e,t,i){try{if("function"==typeof e){var r="function"==typeof e.__u;r&&e.__u(),r&&null==t||(e.__u=e(t))}else e.current=t}catch(e){Ai.__e(e,i)}}function fr(e,t,i){var r,o;if(Ai.unmount&&Ai.unmount(e),(r=e.ref)&&(r.current&&r.current!=e.__e||ur(r,null,t)),null!=(r=e.__c)){if(r.componentWillUnmount)try{r.componentWillUnmount()}catch(e){Ai.__e(e,t)}r.base=r.__P=null}if(r=e.__k)for(o=0;o<r.length;o++)r[o]&&fr(r[o],t,i||"function"!=typeof e.type);i||Ki(e.__e),e.__c=e.__=e.__e=void 0}function mr(e,t,i){return this.constructor(e,i)}function yr(e,t){var i,r,o;t==document&&(t=document.documentElement),Ai.__&&Ai.__(e,t),i=t.__k,r=[],o=[],pr(t,e=t.__k=qi(Xi,null,[e]),i||$i,$i,t.namespaceURI,i?null:t.firstChild?Ti.call(t.childNodes):null,r,i?i.__e:t.firstChild,!1,o),cr(r,e,o)}function br(e,t,i){var r,o,a,s,n=Ji({},e.props);for(a in e.type&&e.type.defaultProps&&(s=e.type.defaultProps),t)"key"==a?r=t[a]:"ref"==a?o=t[a]:n[a]=void 0===t[a]&&null!=s?s[a]:t[a];return arguments.length>2&&(n.children=arguments.length>3?Ti.call(arguments,2):i),Gi(e.type,n,r||e.key,o||e.ref,null)}Ti=Li.slice,Ai={__e:function(e,t,i,r){for(var o,a,s;t=t.__;)if((o=t.__c)&&!o.__)try{if((a=o.constructor)&&null!=a.getDerivedStateFromError&&(o.setState(a.getDerivedStateFromError(e)),s=o.__d),null!=o.componentDidCatch&&(o.componentDidCatch(e,r||{}),s=o.__d),s)return o.__E=o}catch(t){e=t}throw e}},Ei=0,Yi.prototype.setState=function(e,t){var i;i=null!=this.__s&&this.__s!=this.state?this.__s:this.__s=Ji({},this.state),"function"==typeof e&&(e=e(Ji({},i),this.props)),e&&Ji(i,e),null!=e&&this.__v&&(t&&this._sb.push(t),er(this))},Yi.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),er(this))},Yi.prototype.render=Xi,Mi=[],Ni="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,_i=function(e,t){return e.__v.__b-t.__v.__b},tr.__r=0,Ui=/(PointerCapture)$|Capture$/i,Oi=0,ji=lr(!1),Wi=lr(!0);var gr=0;function wr(e,t,i,r,o,a){t||(t={});var s,n,l=t;if("ref"in l)for(n in l={},t)"ref"==n?s=t[n]:l[n]=t[n];var p={type:e,props:l,key:i,ref:s,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--gr,__i:-1,__u:0,__source:o,__self:a};if("function"==typeof e&&(s=e.defaultProps))for(n in s)void 0===l[n]&&(l[n]=s[n]);return Ai.vnode&&Ai.vnode(p),p}var vr,xr,kr,Sr,Dr=0,Ir=[],Br=Ai,Cr=Br.__b,Pr=Br.__r,Fr=Br.diffed,zr=Br.__c,Tr=Br.unmount,Ar=Br.__;function Er(e,t){Br.__h&&Br.__h(xr,e,Dr||t),Dr=0;var i=xr.__H||(xr.__H={__:[],__h:[]});return e>=i.__.length&&i.__.push({}),i.__[e]}function Mr(e){return Dr=1,function(e,t){var i=Er(vr++,2);if(i.t=e,!i.__c&&(i.__=[Vr(void 0,t),function(e){var t=i.__N?i.__N[0]:i.__[0],r=i.t(t,e);t!==r&&(i.__N=[r,i.__[1]],i.__c.setState({}))}],i.__c=xr,!xr.__f)){var r=function(e,t,r){if(!i.__c.__H)return!0;var a=i.__c.__H.__.filter((function(e){return!!e.__c}));if(a.every((function(e){return!e.__N})))return!o||o.call(this,e,t,r);var s=i.__c.props!==e;return a.forEach((function(e){if(e.__N){var t=e.__[0];e.__=e.__N,e.__N=void 0,t!==e.__[0]&&(s=!0)}})),o&&o.call(this,e,t,r)||s};xr.__f=!0;var o=xr.shouldComponentUpdate,a=xr.componentWillUpdate;xr.componentWillUpdate=function(e,t,i){if(this.__e){var s=o;o=void 0,r(e,t,i),o=s}a&&a.call(this,e,t,i)},xr.shouldComponentUpdate=r}return i.__N||i.__}(Vr,e)}function Rr(e,t){var i=Er(vr++,3);!Br.__s&&Hr(i.__H,t)&&(i.__=e,i.u=t,xr.__H.__h.push(i))}function Nr(e){return Dr=5,_r((function(){return{current:e}}),[])}function _r(e,t){var i=Er(vr++,7);return Hr(i.__H,t)&&(i.__=e(),i.__H=t,i.__h=e),i.__}function Ur(e,t){return Dr=8,_r((function(){return e}),t)}function Or(){for(var e;e=Ir.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach($r),e.__H.__h.forEach(Lr),e.__H.__h=[]}catch(t){e.__H.__h=[],Br.__e(t,e.__v)}}Br.__b=function(e){xr=null,Cr&&Cr(e)},Br.__=function(e,t){e&&t.__k&&t.__k.__m&&(e.__m=t.__k.__m),Ar&&Ar(e,t)},Br.__r=function(e){Pr&&Pr(e),vr=0;var t=(xr=e.__c).__H;t&&(kr===xr?(t.__h=[],xr.__h=[],t.__.forEach((function(e){e.__N&&(e.__=e.__N),e.u=e.__N=void 0}))):(t.__h.forEach($r),t.__h.forEach(Lr),t.__h=[],vr=0)),kr=xr},Br.diffed=function(e){Fr&&Fr(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(1!==Ir.push(t)&&Sr===Br.requestAnimationFrame||((Sr=Br.requestAnimationFrame)||Wr)(Or)),t.__H.__.forEach((function(e){e.u&&(e.__H=e.u),e.u=void 0}))),kr=xr=null},Br.__c=function(e,t){t.some((function(e){try{e.__h.forEach($r),e.__h=e.__h.filter((function(e){return!e.__||Lr(e)}))}catch(i){t.some((function(e){e.__h&&(e.__h=[])})),t=[],Br.__e(i,e.__v)}})),zr&&zr(e,t)},Br.unmount=function(e){Tr&&Tr(e);var t,i=e.__c;i&&i.__H&&(i.__H.__.forEach((function(e){try{$r(e)}catch(e){t=e}})),i.__H=void 0,t&&Br.__e(t,i.__v))};var jr="function"==typeof requestAnimationFrame;function Wr(e){var t,i=function(){clearTimeout(r),jr&&cancelAnimationFrame(t),setTimeout(e)},r=setTimeout(i,35);jr&&(t=requestAnimationFrame(i))}function $r(e){var t=xr,i=e.__c;"function"==typeof i&&(e.__c=void 0,i()),xr=t}function Lr(e){var t=xr;e.__c=e.__(),xr=t}function Hr(e,t){return!e||e.length!==t.length||t.some((function(t,i){return t!==e[i]}))}function Vr(e,t){return"function"==typeof t?t(e):t}const Jr={position:"relative",width:"100%",minHeight:"100%"},Kr={position:"absolute",top:0,left:0,width:"100%",overflow:"visible"};function qr({data:e,rowHeight:t,renderRow:i,overscanCount:r=10,padding:o=4,...a}){const s=Nr(null),[n,l]=Mr(0),[p,d]=Mr(0);Rr((()=>{function e(){null!=s.current&&p!==s.current.offsetHeight&&d(s.current.offsetHeight)}return e(),window.addEventListener("resize",e),()=>{window.removeEventListener("resize",e)}}),[p]);const c=Ur((()=>{s.current&&l(s.current.scrollTop)}),[]);let h=Math.floor(n/t),u=Math.floor(p/t);r&&(h=Math.max(0,h-h%r),u+=r);const f=e.slice(h,h+u+o),m={...Jr,height:e.length*t},y={...Kr,top:h*t};return wr("div",{onScroll:c,ref:s,...a,children:wr("div",{role:"presentation",style:m,children:wr("div",{role:"presentation",style:y,children:f.map(i)})})})}class Gr{uppy;opts;id;defaultLocale;i18n;i18nArray;type;VERSION;constructor(e,t){this.uppy=e,this.opts=t??{}}getPluginState(){const{plugins:e}=this.uppy.getState();return e?.[this.id]||{}}setPluginState(e){const{plugins:t}=this.uppy.getState();this.uppy.setState({plugins:{...t,[this.id]:{...t[this.id],...e}}})}setOptions(e){this.opts={...this.opts,...e},this.setPluginState(void 0),this.i18nInit()}i18nInit(){const e=new Fi([this.defaultLocale,this.uppy.locale,this.opts.locale]);this.i18n=e.translate.bind(e),this.i18nArray=e.translateArray.bind(e),this.setPluginState(void 0)}addTarget(e){throw new Error("Extend the addTarget method to add your plugin to another plugin's target")}install(){}uninstall(){}update(e){}afterUpdate(){}}const Xr={debug:()=>{},warn:()=>{},error:(...e)=>console.error(`[Uppy] [${xi()}]`,...e)},Yr={debug:(...e)=>console.debug(`[Uppy] [${xi()}]`,...e),warn:(...e)=>console.warn(`[Uppy] [${xi()}]`,...e),error:(...e)=>console.error(`[Uppy] [${xi()}]`,...e)};var Zr,Qr,eo,to,io,ro,oo=ie(Qr?Zr:(Qr=1,Zr=function(e){if("number"!=typeof e||Number.isNaN(e))throw new TypeError("Expected a number, got "+typeof e);const t=e<0;let i=Math.abs(e);if(t&&(i=-i),0===i)return"0 B";const r=["B","KB","MB","GB","TB","PB","EB","ZB","YB"],o=Math.min(Math.floor(Math.log(i)/Math.log(1024)),r.length-1),a=Number(i/1024**o),s=r[o];return`${a>=10||a%1==0?Math.round(a):a.toFixed(1)} ${s}`}));function ao(){if(to)return eo;function e(e,t){this.text=e=e||"",this.hasWild=~e.indexOf("*"),this.separator=t,this.parts=e.split(t)}return to=1,e.prototype.match=function(e){var t,i,r=!0,o=this.parts,a=o.length;if("string"==typeof e||e instanceof String)if(this.hasWild||this.text==e){for(i=(e||"").split(this.separator),t=0;r&&t<a;t++)"*"!==o[t]&&(r=t<i.length&&o[t]===i[t]);r=r&&i}else r=!1;else if("function"==typeof e.splice)for(r=[],t=e.length;t--;)this.match(e[t])&&(r[r.length]=e[t]);else if("object"==typeof e)for(var s in r={},e)this.match(s)&&(r[s]=e[s]);return r},eo=function(t,i,r){var o=new e(t,r||/[\/\.]/);return void 0!==i?o.match(i):o},eo}var so=function(){if(ro)return io;ro=1;var e=ao(),t=/[\/\+\.]/;return io=function(i,r){function o(r){var o=e(r,i,t);return o&&o.length>=2}return r?o(r.split(";")[0]):o}}(),no=ie(so);const lo={maxFileSize:null,minFileSize:null,maxTotalFileSize:null,maxNumberOfFiles:null,minNumberOfFiles:null,allowedFileTypes:null,requiredMetaFields:[]};class po extends Error{isUserFacing;file;constructor(e,t){super(e),this.isUserFacing=t?.isUserFacing??!0,t?.file&&(this.file=t.file)}isRestriction=!0}class co{getI18n;getOpts;constructor(e,t){this.getI18n=t,this.getOpts=()=>{const t=e();if(null!=t.restrictions?.allowedFileTypes&&!Array.isArray(t.restrictions.allowedFileTypes))throw new TypeError("`restrictions.allowedFileTypes` must be an array");return t}}validateAggregateRestrictions(e,t){const{maxTotalFileSize:i,maxNumberOfFiles:r}=this.getOpts().restrictions;if(r){const i=e.filter((e=>!e.isGhost));if(i.length+t.length>r)throw new po(`${this.getI18n()("youCanOnlyUploadX",{smart_count:r})}`)}if(i){const r=[...e,...t].reduce(((e,t)=>e+(t.size??0)),0);if(r>i)throw new po(this.getI18n()("aggregateExceedsSize",{sizeAllowed:oo(i),size:oo(r)}))}}validateSingleFile(e){const{maxFileSize:t,minFileSize:i,allowedFileTypes:r}=this.getOpts().restrictions;if(r&&!r.some((t=>t.includes("/")?!!e.type&&no(e.type.replace(/;.*?$/,""),t):!("."!==t[0]||!e.extension)&&e.extension.toLowerCase()===t.slice(1).toLowerCase()))){const t=r.join(", ");throw new po(this.getI18n()("youCanOnlyUploadFileTypes",{types:t}),{file:e})}if(t&&null!=e.size&&e.size>t)throw new po(this.getI18n()("exceedsSize",{size:oo(t),file:e.name??this.getI18n()("unnamed")}),{file:e});if(i&&null!=e.size&&e.size<i)throw new po(this.getI18n()("inferiorSize",{size:oo(i)}),{file:e})}validate(e,t){t.forEach((e=>{this.validateSingleFile(e)})),this.validateAggregateRestrictions(e,t)}validateMinNumberOfFiles(e){const{minNumberOfFiles:t}=this.getOpts().restrictions;if(t&&Object.keys(e).length<t)throw new po(this.getI18n()("youHaveToAtLeastSelectX",{smart_count:t}))}getMissingRequiredMetaFields(e){const t=new po(this.getI18n()("missingRequiredMetaFieldOnFile",{fileName:e.name??this.getI18n()("unnamed")})),{requiredMetaFields:i}=this.getOpts().restrictions,r=[];for(const t of i)Object.hasOwn(e.meta,t)&&""!==e.meta[t]||r.push(t);return{missingFields:r,error:t}}}class ho extends Gr{#i;isTargetDOMEl;el;parent;title;getTargetPlugin(e){let t;if("function"==typeof e?.addTarget)t=e,t instanceof ho||console.warn(new Error("The provided plugin is not an instance of UIPlugin. This is an indication of a bug with the way Uppy is bundled.",{cause:{targetPlugin:t,UIPlugin:ho}}));else if("function"==typeof e){const i=e;this.uppy.iteratePlugins((e=>{e instanceof i&&(t=e)}))}return t}mount(e,t){const i=t.id,r=function(e,t=document){return"string"==typeof e?t.querySelector(e):li(e)?e:null}(e);if(r){this.isTargetDOMEl=!0;const t=document.createElement("div");return t.classList.add("uppy-Root"),this.#i=function(e){let t,i=null;return(...r)=>(t=r,i||(i=Promise.resolve().then((()=>(i=null,e(...t))))),i)}((e=>{this.uppy.getPlugin(this.id)&&(yr(this.render(e,t),t),this.afterUpdate())})),this.uppy.log(`Installing ${i} to a DOM element '${e}'`),this.opts.replaceTargetContent&&(r.innerHTML=""),yr(this.render(this.uppy.getState(),t),t),this.el=t,r.appendChild(t),t.dir=this.opts.direction||function(e){for(;e&&!e.dir;)e=e.parentNode;return e?.dir}(t)||"ltr",this.onMount(),this.el}const o=this.getTargetPlugin(e);if(o)return this.uppy.log(`Installing ${i} to ${o.id}`),this.parent=o,this.el=o.addTarget(t),this.onMount(),this.el;this.uppy.log(`Not installing ${i}`);let a=`Invalid target option given to ${i}.`;throw a+="function"==typeof e?" The given target is not a Plugin class. Please check that you're not specifying a React Component instead of a plugin. If you are using @uppy/* packages directly, make sure you have only 1 version of @uppy/core installed: run `npm ls @uppy/core` on the command line and verify that all the versions match and are deduped correctly.":"If you meant to target an HTML element, please make sure that the element exists. Check that the <script> tag initializing Uppy is right before the closing </body> tag at the end of the page. (see https://github.com/transloadit/uppy/issues/1042)\n\nIf you meant to target a plugin, please confirm that your `import` statements or `require` calls are correct.",new Error(a)}render(e,t){throw new Error("Extend the render method to add your plugin to a DOM element")}update(e){null!=this.el&&this.#i?.(e)}unmount(){this.isTargetDOMEl&&this.el?.remove(),this.onUnmount()}onMount(){}onUnmount(){}}var uo,fo,mo,yo,bo,go,wo,vo,xo,ko,So,Do,Io,Bo,Co,Po,Fo,zo,To,Ao,Eo,Mo,Ro,No,_o,Uo,Oo,jo,Wo,$o;class Lo{static VERSION="5.0.0";state={};#r=new Set;getState(){return this.state}setState(e){const t={...this.state},i={...this.state,...e};this.state=i,this.#o(t,i,e)}subscribe(e){return this.#r.add(e),()=>{this.#r.delete(e)}}#o(...e){this.#r.forEach((t=>{t(...e)}))}}function Ho(){return fo?uo:(fo=1,uo=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)})}function Vo(){if(go)return bo;go=1;var e=yo?mo:(yo=1,mo="object"==typeof te&&te&&te.Object===Object&&te),t="object"==typeof self&&self&&self.Object===Object&&self,i=e||t||Function("return this")();return bo=i}function Jo(){if(Bo)return Io;Bo=1;var e=Vo();return Io=e.Symbol}function Ko(){if(No)return Ro;No=1;var e=function(){if(Ao)return To;Ao=1;var e=Jo(),t=function(){if(Po)return Co;Po=1;var e=Jo(),t=Object.prototype,i=t.hasOwnProperty,r=t.toString,o=e?e.toStringTag:void 0;return Co=function(e){var t=i.call(e,o),a=e[o];try{e[o]=void 0;var s=!0}catch(e){}var n=r.call(e);return s&&(t?e[o]=a:delete e[o]),n},Co}(),i=function(){if(zo)return Fo;zo=1;var e=Object.prototype.toString;return Fo=function(t){return e.call(t)}}(),r=e?e.toStringTag:void 0;return To=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":r&&r in Object(e)?t(e):i(e)}}(),t=Mo?Eo:(Mo=1,Eo=function(e){return null!=e&&"object"==typeof e});return Ro=function(i){return"symbol"==typeof i||t(i)&&"[object Symbol]"==e(i)}}function qo(){if(jo)return Oo;jo=1;var e=Ho(),t=function(){if(vo)return wo;vo=1;var e=Vo();return wo=function(){return e.Date.now()}}(),i=function(){if(Uo)return _o;Uo=1;var e=function(){if(Do)return So;Do=1;var e=function(){if(ko)return xo;ko=1;var e=/\s/;return xo=function(t){for(var i=t.length;i--&&e.test(t.charAt(i)););return i}}(),t=/^\s+/;return So=function(i){return i?i.slice(0,e(i)+1).replace(t,""):i}}(),t=Ho(),i=Ko(),r=/^[-+]0x[0-9a-f]+$/i,o=/^0b[01]+$/i,a=/^0o[0-7]+$/i,s=parseInt;return _o=function(n){if("number"==typeof n)return n;if(i(n))return NaN;if(t(n)){var l="function"==typeof n.valueOf?n.valueOf():n;n=t(l)?l+"":l}if("string"!=typeof n)return 0===n?n:+n;n=e(n);var p=o.test(n);return p||a.test(n)?s(n.slice(2),p?2:8):r.test(n)?NaN:+n}}(),r=Math.max,o=Math.min;return Oo=function(a,s,n){var l,p,d,c,h,u,f=0,m=!1,y=!1,b=!0;if("function"!=typeof a)throw new TypeError("Expected a function");function g(e){var t=l,i=p;return l=p=void 0,f=e,c=a.apply(i,t)}function w(e){var t=e-u;return void 0===u||t>=s||t<0||y&&e-f>=d}function v(){var e=t();if(w(e))return x(e);h=setTimeout(v,function(e){var t=s-(e-u);return y?o(t,d-(e-f)):t}(e))}function x(e){return h=void 0,b&&l?g(e):(l=p=void 0,c)}function k(){var e=t(),i=w(e);if(l=arguments,p=this,u=e,i){if(void 0===h)return function(e){return f=e,h=setTimeout(v,s),m?g(e):c}(u);if(y)return clearTimeout(h),h=setTimeout(v,s),g(u)}return void 0===h&&(h=setTimeout(v,s)),c}return s=i(s)||0,e(n)&&(m=!!n.leading,d=(y="maxWait"in n)?r(i(n.maxWait)||0,s):d,b="trailing"in n?!!n.trailing:b),k.cancel=function(){void 0!==h&&clearTimeout(h),f=0,l=u=p=h=void 0},k.flush=function(){return void 0===h?c:x(t())},k},Oo}var Go,Xo,Yo=function(){if($o)return Wo;$o=1;var e=qo(),t=Ho();return Wo=function(i,r,o){var a=!0,s=!0;if("function"!=typeof i)throw new TypeError("Expected a function");return t(o)&&(a="leading"in o?!!o.leading:a,s="trailing"in o?!!o.trailing:s),e(i,r,{leading:a,maxWait:r,trailing:s})}}(),Zo=ie(Yo),Qo=(Xo||(Xo=1,Go=function(){var e={},t=e._fns={};return e.emit=function(e,i,r,o,a,s,n){var l=function(e){for(var i=t[e]?t[e]:[],r=e.indexOf(":"),o=-1===r?[e]:[e.substring(0,r),e.substring(r+1)],a=Object.keys(t),s=0,n=a.length;s<n;s++){var l=a[s];if("*"===l&&(i=i.concat(t[l])),2===o.length&&o[0]===l){i=i.concat(t[l]);break}}return i}(e);l.length&&function(e,t,i){for(var r=0,o=t.length;r<o&&t[r];r++)t[r].event=e,t[r].apply(t[r],i)}(e,l,[i,r,o,a,s,n])},e.on=function(e,i){t[e]||(t[e]=[]),t[e].push(i)},e.once=function(t,i){this.on(t,(function r(){i.apply(this,arguments),e.off(t,r)}))},e.off=function(e,t){var i=[];if(e&&t)for(var r=this._fns[e],o=0,a=r?r.length:0;o<a;o++)r[o]!==t&&i.push(r[o]);i.length?this._fns[e]=i:delete this._fns[e]},e}),Go),ea=ie(Qo);let ta=(e=21)=>{let t="",i=0|e;for(;i--;)t+="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict"[64*Math.random()|0];return t};var ia={strings:{addBulkFilesFailed:{0:"Failed to add %{smart_count} file due to an internal error",1:"Failed to add %{smart_count} files due to internal errors"},youCanOnlyUploadX:{0:"You can only upload %{smart_count} file",1:"You can only upload %{smart_count} files"},youHaveToAtLeastSelectX:{0:"You have to select at least %{smart_count} file",1:"You have to select at least %{smart_count} files"},aggregateExceedsSize:"You selected %{size} of files, but maximum allowed size is %{sizeAllowed}",exceedsSize:"%{file} exceeds maximum allowed size of %{size}",missingRequiredMetaField:"Missing required meta fields",missingRequiredMetaFieldOnFile:"Missing required meta fields in %{fileName}",inferiorSize:"This file is smaller than the allowed size of %{size}",youCanOnlyUploadFileTypes:"You can only upload: %{types}",noMoreFilesAllowed:"Cannot add more files",noDuplicates:"Cannot add the duplicate file '%{fileName}', it already exists",companionError:"Connection with Companion failed",authAborted:"Authentication aborted",companionUnauthorizeHint:"To unauthorize to your %{provider} account, please go to %{url}",failedToUpload:"Failed to upload %{file}",noInternetConnection:"No Internet connection",connectedToInternet:"Connected to the Internet",noFilesFound:"You have no files or folders here",noSearchResults:"Unfortunately, there are no results for this search",selectX:{0:"Select %{smart_count}",1:"Select %{smart_count}"},allFilesFromFolderNamed:"All files from folder %{name}",openFolderNamed:"Open folder %{name}",cancel:"Cancel",logOut:"Log out",logIn:"Log in",pickFiles:"Pick files",pickPhotos:"Pick photos",filter:"Filter",resetFilter:"Reset filter",loading:"Loading...",loadedXFiles:"Loaded %{numFiles} files",authenticateWithTitle:"Please authenticate with %{pluginName} to select files",authenticateWith:"Connect to %{pluginName}",signInWithGoogle:"Sign in with Google",searchImages:"Search for images",enterTextToSearch:"Enter text to search for images",search:"Search",resetSearch:"Reset search",emptyFolderAdded:"No files were added from empty folder",addedNumFiles:"Added %{numFiles} file(s)",folderAlreadyAdded:'The folder "%{folder}" was already added',folderAdded:{0:"Added %{smart_count} file from %{folder}",1:"Added %{smart_count} files from %{folder}"},additionalRestrictionsFailed:"%{count} additional restrictions were not fulfilled",unnamed:"Unnamed",pleaseWait:"Please wait"}};function ra(e){if(null==e&&"undefined"!=typeof navigator&&(e=navigator.userAgent),!e)return!0;const t=/Edge\/(\d+\.\d+)/.exec(e);if(!t)return!0;const i=t[1].split(".",2),r=parseInt(i[0],10),o=parseInt(i[1],10);return r<15||15===r&&o<15063||r>18||18===r&&o>=18218}const oa={totalProgress:0,allowNewUpload:!0,error:null,recoveredState:null};class aa{static VERSION="5.2.0";#a=Object.create(null);#s;#n;#l=ea();#p=new Set;#d=new Set;#c=new Set;defaultLocale;locale;opts;store;i18n;i18nArray;scheduledAutoProceed=null;wasOffline=!1;constructor(e){this.defaultLocale=ia;const t={id:"uppy",autoProceed:!1,allowMultipleUploadBatches:!0,debug:!1,restrictions:lo,meta:{},onBeforeFileAdded:(e,t)=>!Object.hasOwn(t,e.id),onBeforeUpload:e=>e,store:new Lo,logger:Xr,infoTimeout:5e3},i={...t,...e};this.opts={...i,restrictions:{...t.restrictions,...e?.restrictions}},e?.logger&&e.debug?this.log("You are using a custom `logger`, but also set `debug: true`, which uses built-in logger to output logs to console. Ignoring `debug: true` and using your custom `logger`.","warning"):e?.debug&&(this.opts.logger=Yr),this.log(`Using Core v${aa.VERSION}`),this.i18nInit(),this.store=this.opts.store,this.setState({...oa,plugins:{},files:{},currentUploads:{},capabilities:{uploadProgress:ra(),individualCancellation:!0,resumableUploads:!1},meta:{...this.opts.meta},info:[]}),this.#s=new co((()=>this.opts),(()=>this.i18n)),this.#n=this.store.subscribe(((e,t,i)=>{this.emit("state-update",e,t,i),this.updateAll(t)})),this.opts.debug&&"undefined"!=typeof window&&(window[this.opts.id]=this),this.#h()}emit(e,...t){this.#l.emit(e,...t)}on(e,t){return this.#l.on(e,t),this}once(e,t){return this.#l.once(e,t),this}off(e,t){return this.#l.off(e,t),this}updateAll(e){this.iteratePlugins((t=>{t.update(e)}))}setState(e){this.store.setState(e)}getState(){return this.store.getState()}patchFilesState(e){const t=this.getState().files;this.setState({files:{...t,...Object.fromEntries(Object.entries(e).map((([e,i])=>[e,{...t[e],...i}])))}})}setFileState(e,t){if(!this.getState().files[e])throw new Error(`Can’t set state for ${e} (the file could have been removed)`);this.patchFilesState({[e]:t})}i18nInit(){const e=new Fi([this.defaultLocale,this.opts.locale],{onMissingKey:e=>this.log(`Missing i18n string: ${e}`,"error")});this.i18n=e.translate.bind(e),this.i18nArray=e.translateArray.bind(e),this.locale=e.locale}setOptions(e){this.opts={...this.opts,...e,restrictions:{...this.opts.restrictions,...e?.restrictions}},e.meta&&this.setMeta(e.meta),this.i18nInit(),e.locale&&this.iteratePlugins((t=>{t.setOptions(e)})),this.setState(void 0)}resetProgress(){const e={percentage:0,bytesUploaded:!1,uploadComplete:!1,uploadStarted:null},t={...this.getState().files},i=Object.create(null);Object.keys(t).forEach((r=>{i[r]={...t[r],progress:{...t[r].progress,...e},tus:void 0,transloadit:void 0}})),this.setState({files:i,...oa})}clear(){const{capabilities:e,currentUploads:t}=this.getState();if(Object.keys(t).length>0&&!e.individualCancellation)throw new Error("The installed uploader plugin does not allow removing files during an upload.");this.setState({...oa,files:{}})}addPreProcessor(e){this.#p.add(e)}removePreProcessor(e){return this.#p.delete(e)}addPostProcessor(e){this.#c.add(e)}removePostProcessor(e){return this.#c.delete(e)}addUploader(e){this.#d.add(e)}removeUploader(e){return this.#d.delete(e)}setMeta(e){const t={...this.getState().meta,...e},i={...this.getState().files};Object.keys(i).forEach((t=>{i[t]={...i[t],meta:{...i[t].meta,...e}}})),this.log("Adding metadata:"),this.log(e),this.setState({meta:t,files:i})}setFileMeta(e,t){const i={...this.getState().files};if(!i[e])return void this.log(`Was trying to set metadata for a file that has been removed: ${e}`);const r={...i[e].meta,...t};i[e]={...i[e],meta:r},this.setState({files:i})}getFile(e){return this.getState().files[e]}getFiles(){const{files:e}=this.getState();return Object.values(e)}getFilesByIds(e){return e.map((e=>this.getFile(e)))}getObjectOfFilesPerState(){const{files:e,totalProgress:t,error:i}=this.getState(),r=Object.values(e),o=[],a=[],s=[],n=[],l=[],p=[],d=[],c=[],h=[];for(const e of r){const{progress:t}=e;!t.uploadComplete&&t.uploadStarted&&(o.push(e),e.isPaused||c.push(e)),t.uploadStarted||a.push(e),(t.uploadStarted||t.preprocess||t.postprocess)&&s.push(e),t.uploadStarted&&n.push(e),e.isPaused&&l.push(e),t.uploadComplete&&p.push(e),e.error&&d.push(e),(t.preprocess||t.postprocess)&&h.push(e)}return{newFiles:a,startedFiles:s,uploadStartedFiles:n,pausedFiles:l,completeFiles:p,erroredFiles:d,inProgressFiles:o,inProgressNotPausedFiles:c,processingFiles:h,isUploadStarted:n.length>0,isAllComplete:100===t&&p.length===r.length&&0===h.length,isAllErrored:!!i&&d.length===r.length,isAllPaused:0!==o.length&&l.length===o.length,isUploadInProgress:o.length>0,isSomeGhost:r.some((e=>e.isGhost))}}#u(e){for(const t of e)t.isRestriction?this.emit("restriction-failed",t.file,t):this.emit("error",t,t.file),this.log(t,"warning");const t=e.filter((e=>e.isUserFacing)),i=t.slice(0,4),r=t.slice(4);i.forEach((({message:e,details:t=""})=>{this.info({message:e,details:t},"error",this.opts.infoTimeout)})),r.length>0&&this.info({message:this.i18n("additionalRestrictionsFailed",{count:r.length})})}validateRestrictions(e,t=this.getFiles()){try{this.#s.validate(t,[e])}catch(e){return e}return null}validateSingleFile(e){try{this.#s.validateSingleFile(e)}catch(e){return e.message}return null}validateAggregateRestrictions(e){const t=this.getFiles();try{this.#s.validateAggregateRestrictions(t,e)}catch(e){return e.message}return null}#f(e){const{missingFields:t,error:i}=this.#s.getMissingRequiredMetaFields(e);return t.length>0?(this.setFileState(e.id,{missingRequiredMetaFields:t,error:i.message}),this.log(i.message),this.emit("restriction-failed",e,i),!1):(0===t.length&&e.missingRequiredMetaFields&&this.setFileState(e.id,{missingRequiredMetaFields:[]}),!0)}#m(e){let t=!0;for(const i of Object.values(e))this.#f(i)||(t=!1);return t}#y(e){const{allowNewUpload:t}=this.getState();if(!1===t){const t=new po(this.i18n("noMoreFilesAllowed"),{file:e});throw this.#u([t]),t}}checkIfFileAlreadyExists(e){const{files:t}=this.getState();return!(!t[e]||t[e].isGhost)}#b(e){const t=e instanceof File?{name:e.name,type:e.type,size:e.size,data:e,meta:{},isRemote:!1,source:void 0,preview:void 0}:e,i=hi(t),r=function(e,t){return t.name?t.name:"image"===e.split("/")[0]?`${e.split("/")[0]}.${e.split("/")[1]}`:"noname"}(i,t),o=di(r).extension,a=function(e,t){if(function(e){return!(!e.isRemote||!e.remote)&&new Set(["box","dropbox","drive","facebook","unsplash"]).has(e.remote.provider)}(e))return e.id;const i=hi(e);return function(e,t){let i=t||"uppy";return"string"==typeof e.name&&(i+=`-${ui(e.name.toLowerCase())}`),void 0!==e.type&&(i+=`-${e.type}`),e.meta&&"string"==typeof e.meta.relativePath&&(i+=`-${ui(e.meta.relativePath.toLowerCase())}`),void 0!==e.data?.size&&(i+=`-${e.data.size}`),void 0!==e.data.lastModified&&(i+=`-${e.data.lastModified}`),i}({...e,type:i},t)}(t,this.getID()),s={...t.meta,name:r,type:i},n=Number.isFinite(t.data.size)?t.data.size:null;return{source:t.source||"",id:a,name:r,extension:o||"",meta:{...this.getState().meta,...s},type:i,progress:{percentage:0,bytesUploaded:!1,bytesTotal:n,uploadComplete:!1,uploadStarted:null},size:n,isGhost:!1,...t.isRemote?{isRemote:!0,remote:t.remote,data:t.data}:{isRemote:!1,data:t.data},preview:t.preview}}#g(){this.opts.autoProceed&&!this.scheduledAutoProceed&&(this.scheduledAutoProceed=setTimeout((()=>{this.scheduledAutoProceed=null,this.upload().catch((e=>{e.isRestriction||this.log(e.stack||e.message||e)}))}),4))}#w(e){let{files:t}=this.getState(),i={...t};const r=[],o=[];for(const a of e)try{let e=this.#b(a);this.#y(e);const o=t[e.id],s=o?.isGhost;if(s&&!e.isRemote){if(null==e.data)throw new Error("File data is missing");e={...o,isGhost:!1,data:e.data},this.log(`Replaced the blob in the restored ghost file: ${e.name}, ${e.id}`)}const n=this.opts.onBeforeFileAdded(e,i);if(t=this.getState().files,i={...t,...i},!n&&this.checkIfFileAlreadyExists(e.id))throw new po(this.i18n("noDuplicates",{fileName:e.name??this.i18n("unnamed")}),{file:e});if(!1===n&&!s)throw new po("Cannot add the file because onBeforeFileAdded returned false.",{isUserFacing:!1,file:e});"object"==typeof n&&null!==n&&(e=n),this.#s.validateSingleFile(e),i[e.id]=e,r.push(e)}catch(e){o.push(e)}try{this.#s.validateAggregateRestrictions(Object.values(t),r)}catch(e){return o.push(e),{nextFilesState:t,validFilesToAdd:[],errors:o}}return{nextFilesState:i,validFilesToAdd:r,errors:o}}addFile(e){const{nextFilesState:t,validFilesToAdd:i,errors:r}=this.#w([e]),o=r.filter((e=>e.isRestriction));if(this.#u(o),r.length>0)throw r[0];this.setState({files:t});const[a]=i;return this.emit("file-added",a),this.emit("files-added",i),this.log(`Added file: ${a.name}, ${a.id}, mime type: ${a.type}`),this.#g(),a.id}addFiles(e){const{nextFilesState:t,validFilesToAdd:i,errors:r}=this.#w(e),o=r.filter((e=>e.isRestriction));this.#u(o);const a=r.filter((e=>!e.isRestriction));if(a.length>0){let e="Multiple errors occurred while adding files:\n";if(a.forEach((t=>{e+=`\n * ${t.message}`})),this.info({message:this.i18n("addBulkFilesFailed",{smart_count:a.length}),details:e},"error",this.opts.infoTimeout),"function"==typeof AggregateError)throw new AggregateError(a,e);{const t=new Error(e);throw t.errors=a,t}}this.setState({files:t}),i.forEach((e=>{this.emit("file-added",e)})),this.emit("files-added",i),i.length>5?this.log(`Added batch of ${i.length} files`):Object.values(i).forEach((e=>{this.log(`Added file: ${e.name}\n id: ${e.id}\n type: ${e.type}`)})),i.length>0&&this.#g()}removeFiles(e){const{files:t,currentUploads:i}=this.getState(),r={...t},o={...i},a=Object.create(null);function s(e){return void 0===a[e]}e.forEach((e=>{t[e]&&(a[e]=t[e],delete r[e])})),Object.keys(o).forEach((e=>{const t=i[e].fileIDs.filter(s);if(0===t.length)return void delete o[e];const{capabilities:r}=this.getState();if(t.length!==i[e].fileIDs.length&&!r.individualCancellation)throw new Error("The installed uploader plugin does not allow removing files during an upload.");o[e]={...i[e],fileIDs:t}}));const n={currentUploads:o,files:r};0===Object.keys(r).length&&(n.allowNewUpload=!0,n.error=null,n.recoveredState=null),this.setState(n),this.#v();const l=Object.keys(a);l.forEach((e=>{this.emit("file-removed",a[e])})),this.log(l.length>5?`Removed ${l.length} files`:`Removed files: ${l.join(", ")}`)}removeFile(e){this.removeFiles([e])}pauseResume(e){if(!this.getState().capabilities.resumableUploads||this.getFile(e).progress.uploadComplete)return;const t=this.getFile(e),i=!t.isPaused;return this.setFileState(e,{isPaused:i}),this.emit("upload-pause",t,i),i}pauseAll(){const e={...this.getState().files};Object.keys(e).filter((t=>!e[t].progress.uploadComplete&&e[t].progress.uploadStarted)).forEach((t=>{const i={...e[t],isPaused:!0};e[t]=i})),this.setState({files:e}),this.emit("pause-all")}resumeAll(){const e={...this.getState().files};Object.keys(e).filter((t=>!e[t].progress.uploadComplete&&e[t].progress.uploadStarted)).forEach((t=>{const i={...e[t],isPaused:!1,error:null};e[t]=i})),this.setState({files:e}),this.emit("resume-all")}#x(){const{files:e}=this.getState();return Object.keys(e).filter((t=>{const i=e[t];return i.error&&(!i.missingRequiredMetaFields||0===i.missingRequiredMetaFields.length)}))}async#k(){const e=this.#x(),t={...this.getState().files};if(e.forEach((e=>{t[e]={...t[e],isPaused:!1,error:null}})),this.setState({files:t,error:null}),this.emit("retry-all",this.getFilesByIds(e)),0===e.length)return{successful:[],failed:[]};const i=this.#S(e,{forceAllowNewUpload:!0});return this.#D(i)}async retryAll(){const e=await this.#k();return this.emit("complete",e),e}cancelAll(){this.emit("cancel-all");const{files:e}=this.getState(),t=Object.keys(e);t.length&&this.removeFiles(t),this.setState(oa)}retryUpload(e){this.setFileState(e,{error:null,isPaused:!1}),this.emit("upload-retry",this.getFile(e));const t=this.#S([e],{forceAllowNewUpload:!0});return this.#D(t)}logout(){this.iteratePlugins((e=>{e.provider?.logout?.()}))}#I=(e,t)=>{const i=e?this.getFile(e.id):void 0;if(null==e||!i)return void this.log(`Not setting progress for a file that has been removed: ${e?.id}`);if(100===i.progress.percentage)return void this.log(`Not setting progress for a file that has been already uploaded: ${e.id}`);const r={bytesTotal:t.bytesTotal,percentage:null!=t.bytesTotal&&Number.isFinite(t.bytesTotal)&&t.bytesTotal>0?Math.round(t.bytesUploaded/t.bytesTotal*100):void 0};this.setFileState(e.id,null!=i.progress.uploadStarted?{progress:{...i.progress,...r,bytesUploaded:t.bytesUploaded}}:{progress:{...i.progress,...r}}),this.#v()};#B(){const e=this.#C();let t=null;null!=e&&(t=Math.round(100*e),t>100?t=100:t<0&&(t=0)),this.emit("progress",t??0),this.setState({totalProgress:t??0})}#v=Zo((()=>this.#B()),500,{leading:!0,trailing:!0});[Symbol.for("uppy test: updateTotalProgress")](){return this.#B()}#C(){const e=this.getFiles().filter((e=>e.progress.uploadStarted||e.progress.preprocess||e.progress.postprocess));if(0===e.length)return 0;if(e.every((e=>e.progress.uploadComplete)))return 1;const t=e=>null!=e.progress.bytesTotal&&0!==e.progress.bytesTotal,i=e.filter(t),r=e.filter((e=>!t(e)));if(i.every((e=>e.progress.uploadComplete))&&r.length>0&&!r.every((e=>e.progress.uploadComplete)))return null;const o=i.reduce(((e,t)=>e+(t.progress.bytesTotal??0)),0),a=i.reduce(((e,t)=>e+(t.progress.bytesUploaded||0)),0);return 0===o?0:a/o}#h(){const e=(e,t,i)=>{let r=e.message||"Unknown error";e.details&&(r+=` ${e.details}`),this.setState({error:r}),null!=t&&t.id in this.getState().files&&this.setFileState(t.id,{error:r,response:i})};this.on("error",e),this.on("upload-error",((t,i,r)=>{if(e(i,t,r),"object"==typeof i&&i.message){this.log(i.message,"error");const e=new Error(this.i18n("failedToUpload",{file:t?.name??""}));e.isUserFacing=!0,e.details=i.message,i.details&&(e.details+=` ${i.details}`),this.#u([e])}else this.#u([i])}));let t=null;this.on("upload-stalled",((e,i)=>{const{message:r}=e,o=i.map((e=>e.meta.name)).join(", ");t||(this.info({message:r,details:o},"warning",this.opts.infoTimeout),t=setTimeout((()=>{t=null}),this.opts.infoTimeout)),this.log(`${r} ${o}`.trim(),"warning")})),this.on("upload",(()=>{this.setState({error:null})})),this.on("upload-start",(e=>{const t=e.filter((e=>{const t=null!=e&&this.getFile(e.id);return t||this.log(`Not setting progress for a file that has been removed: ${e?.id}`),t})),i=Object.fromEntries(t.map((e=>[e.id,{progress:{uploadStarted:Date.now(),uploadComplete:!1,bytesUploaded:0,bytesTotal:e.size}}])));this.patchFilesState(i)})),this.on("upload-progress",this.#I),this.on("upload-success",((e,t)=>{if(null==e||!this.getFile(e.id))return void this.log(`Not setting progress for a file that has been removed: ${e?.id}`);const i=this.getFile(e.id).progress,r=this.#c.size>0;this.setFileState(e.id,{progress:{...i,postprocess:r?{mode:"indeterminate"}:void 0,uploadComplete:!0,...!r&&{complete:!0},percentage:100,bytesUploaded:i.bytesTotal},response:t,uploadURL:t.uploadURL,isPaused:!1}),null==e.size&&this.setFileState(e.id,{size:t.bytesUploaded||i.bytesTotal}),this.#v()})),this.on("preprocess-progress",((e,t)=>{null!=e&&this.getFile(e.id)?this.setFileState(e.id,{progress:{...this.getFile(e.id).progress,preprocess:t}}):this.log(`Not setting progress for a file that has been removed: ${e?.id}`)})),this.on("preprocess-complete",(e=>{if(null==e||!this.getFile(e.id))return void this.log(`Not setting progress for a file that has been removed: ${e?.id}`);const t={...this.getState().files};t[e.id]={...t[e.id],progress:{...t[e.id].progress}},delete t[e.id].progress.preprocess,this.setState({files:t})})),this.on("postprocess-progress",((e,t)=>{null!=e&&this.getFile(e.id)?this.setFileState(e.id,{progress:{...this.getState().files[e.id].progress,postprocess:t}}):this.log(`Not setting progress for a file that has been removed: ${e?.id}`)})),this.on("postprocess-complete",(e=>{const t=e&&this.getFile(e.id);if(null==t)return void this.log(`Not setting progress for a file that has been removed: ${e?.id}`);const{postprocess:i,...r}=t.progress;this.patchFilesState({[t.id]:{progress:{...r,complete:!0}}})})),this.on("restored",(()=>{this.#v()})),this.on("dashboard:file-edit-complete",(e=>{e&&this.#f(e)})),"undefined"!=typeof window&&window.addEventListener&&(window.addEventListener("online",this.#P),window.addEventListener("offline",this.#P),setTimeout(this.#P,3e3))}updateOnlineStatus(){window.navigator.onLine??1?(this.emit("is-online"),this.wasOffline&&(this.emit("back-online"),this.info(this.i18n("connectedToInternet"),"success",3e3),this.wasOffline=!1)):(this.emit("is-offline"),this.info(this.i18n("noInternetConnection"),"error",0),this.wasOffline=!0)}#P=this.updateOnlineStatus.bind(this);getID(){return this.opts.id}use(e,...t){if("function"!=typeof e)throw new TypeError(`Expected a plugin class, but got ${null===e?"null":typeof e}. Please verify that the plugin was imported and spelled correctly.`);const i=new e(this,...t),r=i.id;if(!r)throw new Error("Your plugin must have an id");if(!i.type)throw new Error("Your plugin must have a type");const o=this.getPlugin(r);if(o)throw new Error(`Already found a plugin named '${o.id}'. Tried to use: '${r}'.\nUppy plugins must have unique \`id\` options.`);return e.VERSION&&this.log(`Using ${r} v${e.VERSION}`),i.type in this.#a?this.#a[i.type].push(i):this.#a[i.type]=[i],i.install(),this.emit("plugin-added",i),this}getPlugin(e){for(const t of Object.values(this.#a)){const i=t.find((t=>t.id===e));if(null!=i)return i}}[Symbol.for("uppy test: getPlugins")](e){return this.#a[e]}iteratePlugins(e){Object.values(this.#a).flat(1).forEach(e)}removePlugin(e){this.log(`Removing plugin ${e.id}`),this.emit("plugin-remove",e),e.uninstall&&e.uninstall();const t=this.#a[e.type],i=t.findIndex((t=>t.id===e.id));-1!==i&&t.splice(i,1);const r={plugins:{...this.getState().plugins,[e.id]:void 0}};this.setState(r)}destroy(){this.log(`Closing Uppy instance ${this.opts.id}: removing all files and uninstalling plugins`),this.cancelAll(),this.#n(),this.iteratePlugins((e=>{this.removePlugin(e)})),"undefined"!=typeof window&&window.removeEventListener&&(window.removeEventListener("online",this.#P),window.removeEventListener("offline",this.#P))}hideInfo(){const{info:e}=this.getState();this.setState({info:e.slice(1)}),this.emit("info-hidden")}info(e,t="info",i=3e3){const r="object"==typeof e;this.setState({info:[...this.getState().info,{type:t,message:r?e.message:e,details:r?e.details:null}]}),setTimeout((()=>this.hideInfo()),i),this.emit("info-visible")}log(e,t){const{logger:i}=this.opts;switch(t){case"error":i.error(e);break;case"warning":i.warn(e);break;default:i.debug(e)}}#F=new Map;registerRequestClient(e,t){this.#F.set(e,t)}getRequestClientForFile(e){if(!("remote"in e)||!e.remote)throw new Error(`Tried to get RequestClient for a non-remote file ${e.id}`);const t=this.#F.get(e.remote.requestClientId);if(null==t)throw new Error(`requestClientId "${e.remote.requestClientId}" not registered for file "${e.id}"`);return t}async restore(e){this.log(`Core: Running restored upload "${e}"`);const t=await this.#D(e);return this.emit("complete",t),t}#S(e,t={}){const{forceAllowNewUpload:i=!1}=t,{allowNewUpload:r,currentUploads:o}=this.getState();if(!r&&!i)throw new Error("Cannot create a new upload: already uploading.");const a=ta();return this.emit("upload",a,this.getFilesByIds(e)),this.setState({allowNewUpload:!1!==this.opts.allowMultipleUploadBatches&&!1!==this.opts.allowMultipleUploads,currentUploads:{...o,[a]:{fileIDs:e,step:0,result:{}}}}),a}[Symbol.for("uppy test: createUpload")](...e){return this.#S(...e)}#z(e){const{currentUploads:t}=this.getState();return t[e]}addResultData(e,t){if(!this.#z(e))return void this.log(`Not setting result for an upload that has been removed: ${e}`);const{currentUploads:i}=this.getState(),r={...i[e],result:{...i[e].result,...t}};this.setState({currentUploads:{...i,[e]:r}})}#T(e){const{[e]:t,...i}=this.getState().currentUploads;this.setState({currentUploads:i})}async#D(e){const t=()=>{const{currentUploads:t}=this.getState();return t[e]};let i=t();if(!i)throw new Error("Nonexistent upload");const r=[...this.#p,...this.#d,...this.#c];try{for(let o=i.step||0;o<r.length;o++){const a=r[o];this.setState({currentUploads:{...this.getState().currentUploads,[e]:{...i,step:o}}});const{fileIDs:s}=i;if(await a(s,e),i=t(),!i)break}}catch(t){throw this.#T(e),t}if(i){i.fileIDs.forEach((e=>{const t=this.getFile(e);t?.progress.postprocess&&this.emit("postprocess-complete",t)}));const r=i.fileIDs.map((e=>this.getFile(e))),o=r.filter((e=>!e.error)),a=r.filter((e=>e.error));this.addResultData(e,{successful:o,failed:a,uploadID:e}),i=t()}let o;return i&&(o=i.result,this.#T(e)),null==o&&(this.log(`Not setting result for an upload that has been removed: ${e}`),o={successful:[],failed:[],uploadID:e}),o}async upload(){this.#a.uploader?.length||this.log("No uploader type plugins are used","warning");let{files:e}=this.getState();if(this.#x().length>0){const t=await this.#k();if(!(this.getFiles().filter((e=>null==e.progress.uploadStarted)).length>0))return this.emit("complete",t),t;({files:e}=this.getState())}const t=this.opts.onBeforeUpload(e);if(!1===t)throw new Error("Not starting the upload because onBeforeUpload returned false");t&&"object"==typeof t&&(e=t,this.setState({files:e}));try{if(this.#s.validateMinNumberOfFiles(e),!this.#m(e))throw new po(this.i18n("missingRequiredMetaField"));const{currentUploads:t}=this.getState(),i=Object.values(t).flatMap((e=>e.fileIDs)),r=Object.keys(e).filter((e=>{const t=this.getFile(e);return t&&!t.progress.uploadStarted&&!i.includes(e)})),o=this.#S(r),a=await this.#D(o);return this.emit("complete",a),a}catch(e){throw this.#u([e]),e}}}var sa,na,la={exports:{}},pa=(sa||(sa=1,na=la,function(){var e={}.hasOwnProperty;function t(){for(var e="",t=0;t<arguments.length;t++){var o=arguments[t];o&&(e=r(e,i(o)))}return e}function i(i){if("string"==typeof i||"number"==typeof i)return i;if("object"!=typeof i)return"";if(Array.isArray(i))return t.apply(null,i);if(i.toString!==Object.prototype.toString&&!i.toString.toString().includes("[native code]"))return i.toString();var o="";for(var a in i)e.call(i,a)&&i[a]&&(o=r(o,a));return o}function r(e,t){return t?e?e+" "+t:e+t:e}na.exports?(t.default=t,na.exports=t):window.classNames=t}()),la.exports),da=ie(pa),ca=ie(qo());
114
+ /*!
115
+ Copyright (c) 2018 Jed Watson.
116
+ Licensed under the MIT License (MIT), see
117
+ http://jedwatson.github.io/classnames
118
+ */function ha(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}var ua="undefined"!=typeof self?self:global;const fa="undefined"!=typeof navigator,ma=fa&&"undefined"==typeof HTMLImageElement,ya=!("undefined"==typeof global||"undefined"==typeof process||!process.versions||!process.versions.node),ba=ua.Buffer,ga=!!ba,wa=e=>void 0!==e;function va(e){return void 0===e||(e instanceof Map?0===e.size:0===Object.values(e).filter(wa).length)}function xa(e){let t=new Error(e);throw delete t.stack,t}function ka(e){let t=function(e){let t=0;return e.ifd0.enabled&&(t+=1024),e.exif.enabled&&(t+=2048),e.makerNote&&(t+=2048),e.userComment&&(t+=1024),e.gps.enabled&&(t+=512),e.interop.enabled&&(t+=100),e.ifd1.enabled&&(t+=1024),t+2048}(e);return e.jfif.enabled&&(t+=50),e.xmp.enabled&&(t+=2e4),e.iptc.enabled&&(t+=14e3),e.icc.enabled&&(t+=6e3),t}const Sa=e=>String.fromCharCode.apply(null,e),Da="undefined"!=typeof TextDecoder?new TextDecoder("utf-8"):void 0;class Ia{static from(e,t){return e instanceof this&&e.le===t?e:new Ia(e,void 0,void 0,t)}constructor(e,t=0,i,r){if("boolean"==typeof r&&(this.le=r),Array.isArray(e)&&(e=new Uint8Array(e)),0===e)this.byteOffset=0,this.byteLength=0;else if(e instanceof ArrayBuffer){void 0===i&&(i=e.byteLength-t);let r=new DataView(e,t,i);this._swapDataView(r)}else if(e instanceof Uint8Array||e instanceof DataView||e instanceof Ia){void 0===i&&(i=e.byteLength-t),(t+=e.byteOffset)+i>e.byteOffset+e.byteLength&&xa("Creating view outside of available memory in ArrayBuffer");let r=new DataView(e.buffer,t,i);this._swapDataView(r)}else if("number"==typeof e){let t=new DataView(new ArrayBuffer(e));this._swapDataView(t)}else xa("Invalid input argument for BufferView: "+e)}_swapArrayBuffer(e){this._swapDataView(new DataView(e))}_swapBuffer(e){this._swapDataView(new DataView(e.buffer,e.byteOffset,e.byteLength))}_swapDataView(e){this.dataView=e,this.buffer=e.buffer,this.byteOffset=e.byteOffset,this.byteLength=e.byteLength}_lengthToEnd(e){return this.byteLength-e}set(e,t,i=Ia){return e instanceof DataView||e instanceof Ia?e=new Uint8Array(e.buffer,e.byteOffset,e.byteLength):e instanceof ArrayBuffer&&(e=new Uint8Array(e)),e instanceof Uint8Array||xa("BufferView.set(): Invalid data argument."),this.toUint8().set(e,t),new i(this,t,e.byteLength)}subarray(e,t){return t=t||this._lengthToEnd(e),new Ia(this,e,t)}toUint8(){return new Uint8Array(this.buffer,this.byteOffset,this.byteLength)}getUint8Array(e,t){return new Uint8Array(this.buffer,this.byteOffset+e,t)}getString(e=0,t=this.byteLength){return i=this.getUint8Array(e,t),Da?Da.decode(i):ga?Buffer.from(i).toString("utf8"):decodeURIComponent(escape(Sa(i)));var i}getLatin1String(e=0,t=this.byteLength){let i=this.getUint8Array(e,t);return Sa(i)}getUnicodeString(e=0,t=this.byteLength){const i=[];for(let r=0;r<t&&e+r<this.byteLength;r+=2)i.push(this.getUint16(e+r));return Sa(i)}getInt8(e){return this.dataView.getInt8(e)}getUint8(e){return this.dataView.getUint8(e)}getInt16(e,t=this.le){return this.dataView.getInt16(e,t)}getInt32(e,t=this.le){return this.dataView.getInt32(e,t)}getUint16(e,t=this.le){return this.dataView.getUint16(e,t)}getUint32(e,t=this.le){return this.dataView.getUint32(e,t)}getFloat32(e,t=this.le){return this.dataView.getFloat32(e,t)}getFloat64(e,t=this.le){return this.dataView.getFloat64(e,t)}getFloat(e,t=this.le){return this.dataView.getFloat32(e,t)}getDouble(e,t=this.le){return this.dataView.getFloat64(e,t)}getUintBytes(e,t,i){switch(t){case 1:return this.getUint8(e,i);case 2:return this.getUint16(e,i);case 4:return this.getUint32(e,i);case 8:return this.getUint64&&this.getUint64(e,i)}}getUint(e,t,i){switch(t){case 8:return this.getUint8(e,i);case 16:return this.getUint16(e,i);case 32:return this.getUint32(e,i);case 64:return this.getUint64&&this.getUint64(e,i)}}toString(e){return this.dataView.toString(e,this.constructor.name)}ensureChunk(){}}function Ba(e,t){xa(`${e} '${t}' was not loaded, try using full build of exifr.`)}class Ca extends Map{constructor(e){super(),this.kind=e}get(e,t){return this.has(e)||Ba(this.kind,e),t&&(e in t||function(e,t){xa(`Unknown ${e} '${t}'.`)}(this.kind,e),t[e].enabled||Ba(this.kind,e)),super.get(e)}keyList(){return Array.from(this.keys())}}var Pa=new Ca("file parser"),Fa=new Ca("segment parser"),za=new Ca("file reader");let Ta=ua.fetch;function Aa(e,t){return(i=e).startsWith("data:")||i.length>1e4?Ma(e,t,"base64"):ya&&e.includes("://")?Ea(e,t,"url",Ra):ya?Ma(e,t,"fs"):fa?Ea(e,t,"url",Ra):void xa("Invalid input argument");var i}async function Ea(e,t,i,r){return za.has(i)?Ma(e,t,i):r?async function(e,t){let i=await t(e);return new Ia(i)}(e,r):void xa(`Parser ${i} is not loaded`)}async function Ma(e,t,i){let r=new(za.get(i))(e,t);return await r.read(),r}const Ra=e=>Ta(e).then((e=>e.arrayBuffer())),Na=e=>new Promise(((t,i)=>{let r=new FileReader;r.onloadend=()=>t(r.result||new ArrayBuffer),r.onerror=i,r.readAsArrayBuffer(e)})),_a=new Map,Ua=new Map,Oa=new Map,ja=["chunked","firstChunkSize","firstChunkSizeNode","firstChunkSizeBrowser","chunkSize","chunkLimit"],Wa=["jfif","xmp","icc","iptc","ihdr"],$a=["tiff",...Wa],La=["ifd0","ifd1","exif","gps","interop"],Ha=[...$a,...La],Va=["makerNote","userComment"],Ja=["translateKeys","translateValues","reviveValues","multiSegment"],Ka=[...Ja,"sanitize","mergeOutput","silentErrors"];class qa{get translate(){return this.translateKeys||this.translateValues||this.reviveValues}}class Ga extends qa{get needed(){return this.enabled||this.deps.size>0}constructor(e,t,i,r){if(super(),ha(this,"enabled",!1),ha(this,"skip",new Set),ha(this,"pick",new Set),ha(this,"deps",new Set),ha(this,"translateKeys",!1),ha(this,"translateValues",!1),ha(this,"reviveValues",!1),this.key=e,this.enabled=t,this.parse=this.enabled,this.applyInheritables(r),this.canBeFiltered=La.includes(e),this.canBeFiltered&&(this.dict=_a.get(e)),void 0!==i)if(Array.isArray(i))this.parse=this.enabled=!0,this.canBeFiltered&&i.length>0&&this.translateTagSet(i,this.pick);else if("object"==typeof i){if(this.enabled=!0,this.parse=!1!==i.parse,this.canBeFiltered){let{pick:e,skip:t}=i;e&&e.length>0&&this.translateTagSet(e,this.pick),t&&t.length>0&&this.translateTagSet(t,this.skip)}this.applyInheritables(i)}else!0===i||!1===i?this.parse=this.enabled=i:xa(`Invalid options argument: ${i}`)}applyInheritables(e){let t,i;for(t of Ja)i=e[t],void 0!==i&&(this[t]=i)}translateTagSet(e,t){if(this.dict){let i,r,{tagKeys:o,tagValues:a}=this.dict;for(i of e)"string"==typeof i?(r=a.indexOf(i),-1===r&&(r=o.indexOf(Number(i))),-1!==r&&t.add(Number(o[r]))):t.add(i)}else for(let i of e)t.add(i)}finalizeFilters(){!this.enabled&&this.deps.size>0?(this.enabled=!0,ts(this.pick,this.deps)):this.enabled&&this.pick.size>0&&ts(this.pick,this.deps)}}var Xa={jfif:!1,tiff:!0,xmp:!1,icc:!1,iptc:!1,ifd0:!0,ifd1:!1,exif:!0,gps:!0,interop:!1,ihdr:void 0,makerNote:!1,userComment:!1,multiSegment:!1,skip:[],pick:[],translateKeys:!0,translateValues:!0,reviveValues:!0,sanitize:!0,mergeOutput:!0,silentErrors:!0,chunked:!0,firstChunkSize:void 0,firstChunkSizeNode:512,firstChunkSizeBrowser:65536,chunkSize:65536,chunkLimit:5},Ya=new Map;class Za extends qa{static useCached(e){let t=Ya.get(e);return void 0!==t||(t=new this(e),Ya.set(e,t)),t}constructor(e){super(),!0===e?this.setupFromTrue():void 0===e?this.setupFromUndefined():Array.isArray(e)?this.setupFromArray(e):"object"==typeof e?this.setupFromObject(e):xa(`Invalid options argument ${e}`),void 0===this.firstChunkSize&&(this.firstChunkSize=fa?this.firstChunkSizeBrowser:this.firstChunkSizeNode),this.mergeOutput&&(this.ifd1.enabled=!1),this.filterNestedSegmentTags(),this.traverseTiffDependencyTree(),this.checkLoadedPlugins()}setupFromUndefined(){let e;for(e of ja)this[e]=Xa[e];for(e of Ka)this[e]=Xa[e];for(e of Va)this[e]=Xa[e];for(e of Ha)this[e]=new Ga(e,Xa[e],void 0,this)}setupFromTrue(){let e;for(e of ja)this[e]=Xa[e];for(e of Ka)this[e]=Xa[e];for(e of Va)this[e]=!0;for(e of Ha)this[e]=new Ga(e,!0,void 0,this)}setupFromArray(e){let t;for(t of ja)this[t]=Xa[t];for(t of Ka)this[t]=Xa[t];for(t of Va)this[t]=Xa[t];for(t of Ha)this[t]=new Ga(t,!1,void 0,this);this.setupGlobalFilters(e,void 0,La)}setupFromObject(e){let t;for(t of(La.ifd0=La.ifd0||La.image,La.ifd1=La.ifd1||La.thumbnail,Object.assign(this,e),ja))this[t]=es(e[t],Xa[t]);for(t of Ka)this[t]=es(e[t],Xa[t]);for(t of Va)this[t]=es(e[t],Xa[t]);for(t of $a)this[t]=new Ga(t,Xa[t],e[t],this);for(t of La)this[t]=new Ga(t,Xa[t],e[t],this.tiff);this.setupGlobalFilters(e.pick,e.skip,La,Ha),!0===e.tiff?this.batchEnableWithBool(La,!0):!1===e.tiff?this.batchEnableWithUserValue(La,e):Array.isArray(e.tiff)?this.setupGlobalFilters(e.tiff,void 0,La):"object"==typeof e.tiff&&this.setupGlobalFilters(e.tiff.pick,e.tiff.skip,La)}batchEnableWithBool(e,t){for(let i of e)this[i].enabled=t}batchEnableWithUserValue(e,t){for(let i of e){let e=t[i];this[i].enabled=!1!==e&&void 0!==e}}setupGlobalFilters(e,t,i,r=i){if(e&&e.length){for(let e of r)this[e].enabled=!1;let t=Qa(e,i);for(let[e,i]of t)ts(this[e].pick,i),this[e].enabled=!0}else if(t&&t.length){let e=Qa(t,i);for(let[t,i]of e)ts(this[t].skip,i)}}filterNestedSegmentTags(){let{ifd0:e,exif:t,xmp:i,iptc:r,icc:o}=this;this.makerNote?t.deps.add(37500):t.skip.add(37500),this.userComment?t.deps.add(37510):t.skip.add(37510),i.enabled||e.skip.add(700),r.enabled||e.skip.add(33723),o.enabled||e.skip.add(34675)}traverseTiffDependencyTree(){let{ifd0:e,exif:t,gps:i,interop:r}=this;r.needed&&(t.deps.add(40965),e.deps.add(40965)),t.needed&&e.deps.add(34665),i.needed&&e.deps.add(34853),this.tiff.enabled=La.some((e=>!0===this[e].enabled))||this.makerNote||this.userComment;for(let e of La)this[e].finalizeFilters()}get onlyTiff(){return!Wa.map((e=>this[e].enabled)).some((e=>!0===e))&&this.tiff.enabled}checkLoadedPlugins(){for(let e of $a)this[e].enabled&&!Fa.has(e)&&Ba("segment parser",e)}}function Qa(e,t){let i,r,o,a,s=[];for(o of t){for(a of(i=_a.get(o),r=[],i))(e.includes(a[0])||e.includes(a[1]))&&r.push(a[0]);r.length&&s.push([o,r])}return s}function es(e,t){return void 0!==e?e:void 0!==t?t:void 0}function ts(e,t){for(let i of t)e.add(i)}ha(Za,"default",Xa);class is{constructor(e){ha(this,"parsers",{}),ha(this,"output",{}),ha(this,"errors",[]),ha(this,"pushToErrors",(e=>this.errors.push(e))),this.options=Za.useCached(e)}async read(e){this.file=await function(e,t){return"string"==typeof e?Aa(e,t):fa&&!ma&&e instanceof HTMLImageElement?Aa(e.src,t):e instanceof Uint8Array||e instanceof ArrayBuffer||e instanceof DataView?new Ia(e):fa&&e instanceof Blob?Ea(e,t,"blob",Na):void xa("Invalid input argument")}(e,this.options)}setup(){if(this.fileParser)return;let{file:e}=this,t=e.getUint16(0);for(let[i,r]of Pa)if(r.canHandle(e,t))return this.fileParser=new r(this.options,this.file,this.parsers),e[i]=!0;this.file.close&&this.file.close(),xa("Unknown file format")}async parse(){let{output:e,errors:t}=this;return this.setup(),this.options.silentErrors?(await this.executeParsers().catch(this.pushToErrors),t.push(...this.fileParser.errors)):await this.executeParsers(),this.file.close&&this.file.close(),this.options.silentErrors&&t.length>0&&(e.errors=t),va(i=e)?void 0:i;var i}async executeParsers(){let{output:e}=this;await this.fileParser.parse();let t=Object.values(this.parsers).map((async t=>{let i=await t.parse();t.assignToOutput(e,i)}));this.options.silentErrors&&(t=t.map((e=>e.catch(this.pushToErrors)))),await Promise.all(t)}async extractThumbnail(){this.setup();let{options:e,file:t}=this,i=Fa.get("tiff",e);var r;if(t.tiff?r={start:0,type:"tiff"}:t.jpeg&&(r=await this.fileParser.getOrFindSegment("tiff")),void 0===r)return;let o=await this.fileParser.ensureSegmentChunk(r),a=this.parsers.tiff=new i(o,e,t),s=await a.extractThumbnail();return t.close&&t.close(),s}}class rs{static findPosition(e,t){let i=e.getUint16(t+2)+2,r="function"==typeof this.headerLength?this.headerLength(e,t,i):this.headerLength,o=t+r,a=i-r;return{offset:t,length:i,headerLength:r,start:o,size:a,end:o+a}}static parse(e,t={}){return new this(e,new Za({[this.type]:t}),e).parse()}normalizeInput(e){return e instanceof Ia?e:new Ia(e)}constructor(e,t={},i){ha(this,"errors",[]),ha(this,"raw",new Map),ha(this,"handleError",(e=>{if(!this.options.silentErrors)throw e;this.errors.push(e.message)})),this.chunk=this.normalizeInput(e),this.file=i,this.type=this.constructor.type,this.globalOptions=this.options=t,this.localOptions=t[this.type],this.canTranslate=this.localOptions&&this.localOptions.translate}translate(){this.canTranslate&&(this.translated=this.translateBlock(this.raw,this.type))}get output(){return this.translated?this.translated:this.raw?Object.fromEntries(this.raw):void 0}translateBlock(e,t){let i=Oa.get(t),r=Ua.get(t),o=_a.get(t),a=this.options[t],s=a.reviveValues&&!!i,n=a.translateValues&&!!r,l=a.translateKeys&&!!o,p={};for(let[t,a]of e)s&&i.has(t)?a=i.get(t)(a):n&&r.has(t)&&(a=this.translateValue(a,r.get(t))),l&&o.has(t)&&(t=o.get(t)||t),p[t]=a;return p}translateValue(e,t){return t[e]||t.DEFAULT||e}assignToOutput(e,t){this.assignObjectToOutput(e,this.constructor.type,t)}assignObjectToOutput(e,t,i){if(this.globalOptions.mergeOutput)return Object.assign(e,i);e[t]?Object.assign(e[t],i):e[t]=i}}function os(e){return 192===e||194===e||196===e||219===e||221===e||218===e||254===e}function as(e){return e>=224&&e<=239}function ss(e,t,i){for(let[r,o]of Fa)if(o.canHandle(e,t,i))return r}ha(rs,"headerLength",4),ha(rs,"type",void 0),ha(rs,"multiSegment",!1),ha(rs,"canHandle",(()=>!1));class ns extends class{constructor(e,t,i){ha(this,"errors",[]),ha(this,"ensureSegmentChunk",(async e=>{let t=e.start,i=e.size||65536;if(this.file.chunked)if(this.file.available(t,i))e.chunk=this.file.subarray(t,i);else try{e.chunk=await this.file.readChunk(t,i)}catch(t){xa(`Couldn't read segment: ${JSON.stringify(e)}. ${t.message}`)}else this.file.byteLength>t+i?e.chunk=this.file.subarray(t,i):void 0===e.size?e.chunk=this.file.subarray(t):xa("Segment unreachable: "+JSON.stringify(e));return e.chunk})),this.extendOptions&&this.extendOptions(e),this.options=e,this.file=t,this.parsers=i}injectSegment(e,t){this.options[e].enabled&&this.createParser(e,t)}createParser(e,t){let i=new(Fa.get(e))(t,this.options,this.file);return this.parsers[e]=i}createParsers(e){for(let t of e){let{type:e,chunk:i}=t,r=this.options[e];if(r&&r.enabled){let t=this.parsers[e];t&&t.append||t||this.createParser(e,i)}}}async readSegments(e){let t=e.map(this.ensureSegmentChunk);await Promise.all(t)}}{constructor(...e){super(...e),ha(this,"appSegments",[]),ha(this,"jpegSegments",[]),ha(this,"unknownSegments",[])}static canHandle(e,t){return 65496===t}async parse(){await this.findAppSegments(),await this.readSegments(this.appSegments),this.mergeMultiSegments(),this.createParsers(this.mergedAppSegments||this.appSegments)}setupSegmentFinderArgs(e){!0===e?(this.findAll=!0,this.wanted=new Set(Fa.keyList())):(e=void 0===e?Fa.keyList().filter((e=>this.options[e].enabled)):e.filter((e=>this.options[e].enabled&&Fa.has(e))),this.findAll=!1,this.remaining=new Set(e),this.wanted=new Set(e)),this.unfinishedMultiSegment=!1}async findAppSegments(e=0,t){this.setupSegmentFinderArgs(t);let{file:i,findAll:r,wanted:o,remaining:a}=this;if(!r&&this.file.chunked&&(r=Array.from(o).some((e=>Fa.get(e).multiSegment&&this.options[e].multiSegment)),r&&await this.file.readWhole()),e=this.findAppSegmentsInRange(e,i.byteLength),!this.options.onlyTiff&&i.chunked){let t=!1;for(;a.size>0&&!t&&(i.canReadNextChunk||this.unfinishedMultiSegment);){let{nextChunkOffset:r}=i,o=this.appSegments.some((e=>!this.file.available(e.offset||e.start,e.length||e.size)));if(t=e>r&&!o?!await i.readNextChunk(e):!await i.readNextChunk(r),void 0===(e=this.findAppSegmentsInRange(e,i.byteLength)))return}}}findAppSegmentsInRange(e,t){t-=2;let i,r,o,a,s,n,{file:l,findAll:p,wanted:d,remaining:c,options:h}=this;for(;e<t;e++)if(255===l.getUint8(e))if(i=l.getUint8(e+1),as(i)){if(r=l.getUint16(e+2),o=ss(l,e,r),o&&d.has(o)&&(a=Fa.get(o),s=a.findPosition(l,e),n=h[o],s.type=o,this.appSegments.push(s),!p&&(a.multiSegment&&n.multiSegment?(this.unfinishedMultiSegment=s.chunkNumber<s.chunkCount,this.unfinishedMultiSegment||c.delete(o)):c.delete(o),0===c.size)))break;h.recordUnknownSegments&&(s=rs.findPosition(l,e),s.marker=i,this.unknownSegments.push(s)),e+=r+1}else if(os(i)){if(r=l.getUint16(e+2),218===i&&!1!==h.stopAfterSos)return;h.recordJpegSegments&&this.jpegSegments.push({offset:e,length:r,marker:i}),e+=r+1}return e}mergeMultiSegments(){if(!this.appSegments.some((e=>e.multiSegment)))return;let e=function(e){let t,i,r,o=new Map;for(let a=0;a<e.length;a++)t=e[a],i=t.type,o.has(i)?r=o.get(i):o.set(i,r=[]),r.push(t);return Array.from(o)}(this.appSegments);this.mergedAppSegments=e.map((([e,t])=>{let i=Fa.get(e,this.options);return i.handleMultiSegments?{type:e,chunk:i.handleMultiSegments(t)}:t[0]}))}getSegment(e){return this.appSegments.find((t=>t.type===e))}async getOrFindSegment(e){let t=this.getSegment(e);return void 0===t&&(await this.findAppSegments(0,[e]),t=this.getSegment(e)),t}}ha(ns,"type","jpeg"),Pa.set("jpeg",ns);const ls=[void 0,1,1,2,4,8,1,1,2,4,8,4,8,4];class ps extends rs{parseHeader(){var e=this.chunk.getUint16();18761===e?this.le=!0:19789===e&&(this.le=!1),this.chunk.le=this.le,this.headerParsed=!0}parseTags(e,t,i=new Map){let{pick:r,skip:o}=this.options[t];r=new Set(r);let a=r.size>0,s=0===o.size,n=this.chunk.getUint16(e);e+=2;for(let l=0;l<n;l++){let n=this.chunk.getUint16(e);if(a){if(r.has(n)&&(i.set(n,this.parseTag(e,n,t)),r.delete(n),0===r.size))break}else!s&&o.has(n)||i.set(n,this.parseTag(e,n,t));e+=12}return i}parseTag(e,t,i){let{chunk:r}=this,o=r.getUint16(e+2),a=r.getUint32(e+4),s=ls[o];if(s*a<=4?e+=8:e=r.getUint32(e+8),(o<1||o>13)&&xa(`Invalid TIFF value type. block: ${i.toUpperCase()}, tag: ${t.toString(16)}, type: ${o}, offset ${e}`),e>r.byteLength&&xa(`Invalid TIFF value offset. block: ${i.toUpperCase()}, tag: ${t.toString(16)}, type: ${o}, offset ${e} is outside of chunk size ${r.byteLength}`),1===o)return r.getUint8Array(e,a);if(2===o)return""===(n=function(e){for(;e.endsWith("\0");)e=e.slice(0,-1);return e}(n=r.getString(e,a)).trim())?void 0:n;var n;if(7===o)return r.getUint8Array(e,a);if(1===a)return this.parseTagValue(o,e);{let t=new(function(e){switch(e){case 1:return Uint8Array;case 3:return Uint16Array;case 4:return Uint32Array;case 5:case 10:default:return Array;case 6:return Int8Array;case 8:return Int16Array;case 9:return Int32Array;case 11:return Float32Array;case 12:return Float64Array}}(o))(a),i=s;for(let r=0;r<a;r++)t[r]=this.parseTagValue(o,e),e+=i;return t}}parseTagValue(e,t){let{chunk:i}=this;switch(e){case 1:return i.getUint8(t);case 3:return i.getUint16(t);case 4:case 13:return i.getUint32(t);case 5:return i.getUint32(t)/i.getUint32(t+4);case 6:return i.getInt8(t);case 8:return i.getInt16(t);case 9:return i.getInt32(t);case 10:return i.getInt32(t)/i.getInt32(t+4);case 11:return i.getFloat(t);case 12:return i.getDouble(t);default:xa(`Invalid tiff type ${e}`)}}}class ds extends ps{static canHandle(e,t){return 225===e.getUint8(t+1)&&1165519206===e.getUint32(t+4)&&0===e.getUint16(t+8)}async parse(){this.parseHeader();let{options:e}=this;return e.ifd0.enabled&&await this.parseIfd0Block(),e.exif.enabled&&await this.safeParse("parseExifBlock"),e.gps.enabled&&await this.safeParse("parseGpsBlock"),e.interop.enabled&&await this.safeParse("parseInteropBlock"),e.ifd1.enabled&&await this.safeParse("parseThumbnailBlock"),this.createOutput()}safeParse(e){let t=this[e]();return void 0!==t.catch&&(t=t.catch(this.handleError)),t}findIfd0Offset(){void 0===this.ifd0Offset&&(this.ifd0Offset=this.chunk.getUint32(4))}findIfd1Offset(){if(void 0===this.ifd1Offset){this.findIfd0Offset();let e=this.chunk.getUint16(this.ifd0Offset);this.ifd1Offset=this.chunk.getUint32(this.ifd0Offset+2+12*e)}}parseBlock(e,t){let i=new Map;return this[t]=i,this.parseTags(e,t,i),i}async parseIfd0Block(){if(this.ifd0)return;let{file:e}=this;this.findIfd0Offset(),this.ifd0Offset<8&&xa("Malformed EXIF data"),!e.chunked&&this.ifd0Offset>e.byteLength&&xa(`IFD0 offset points to outside of file.\nthis.ifd0Offset: ${this.ifd0Offset}, file.byteLength: ${e.byteLength}`),e.tiff&&await e.ensureChunk(this.ifd0Offset,ka(this.options));let t=this.parseBlock(this.ifd0Offset,"ifd0");return 0!==t.size?(this.exifOffset=t.get(34665),this.interopOffset=t.get(40965),this.gpsOffset=t.get(34853),this.xmp=t.get(700),this.iptc=t.get(33723),this.icc=t.get(34675),this.options.sanitize&&(t.delete(34665),t.delete(40965),t.delete(34853),t.delete(700),t.delete(33723),t.delete(34675)),t):void 0}async parseExifBlock(){if(this.exif)return;if(this.ifd0||await this.parseIfd0Block(),void 0===this.exifOffset)return;this.file.tiff&&await this.file.ensureChunk(this.exifOffset,ka(this.options));let e=this.parseBlock(this.exifOffset,"exif");return this.interopOffset||(this.interopOffset=e.get(40965)),this.makerNote=e.get(37500),this.userComment=e.get(37510),this.options.sanitize&&(e.delete(40965),e.delete(37500),e.delete(37510)),this.unpack(e,41728),this.unpack(e,41729),e}unpack(e,t){let i=e.get(t);i&&1===i.length&&e.set(t,i[0])}async parseGpsBlock(){if(this.gps)return;if(this.ifd0||await this.parseIfd0Block(),void 0===this.gpsOffset)return;let e=this.parseBlock(this.gpsOffset,"gps");return e&&e.has(2)&&e.has(4)&&(e.set("latitude",cs(...e.get(2),e.get(1))),e.set("longitude",cs(...e.get(4),e.get(3)))),e}async parseInteropBlock(){if(!this.interop&&(this.ifd0||await this.parseIfd0Block(),void 0!==this.interopOffset||this.exif||await this.parseExifBlock(),void 0!==this.interopOffset))return this.parseBlock(this.interopOffset,"interop")}async parseThumbnailBlock(e=!1){if(!this.ifd1&&!this.ifd1Parsed&&(!this.options.mergeOutput||e))return this.findIfd1Offset(),this.ifd1Offset>0&&(this.parseBlock(this.ifd1Offset,"ifd1"),this.ifd1Parsed=!0),this.ifd1}async extractThumbnail(){if(this.headerParsed||this.parseHeader(),this.ifd1Parsed||await this.parseThumbnailBlock(!0),void 0===this.ifd1)return;let e=this.ifd1.get(513),t=this.ifd1.get(514);return this.chunk.getUint8Array(e,t)}get image(){return this.ifd0}get thumbnail(){return this.ifd1}createOutput(){let e,t,i,r={};for(t of La)if(e=this[t],!va(e))if(i=this.canTranslate?this.translateBlock(e,t):Object.fromEntries(e),this.options.mergeOutput){if("ifd1"===t)continue;Object.assign(r,i)}else r[t]=i;return this.makerNote&&(r.makerNote=this.makerNote),this.userComment&&(r.userComment=this.userComment),r}assignToOutput(e,t){if(this.globalOptions.mergeOutput)Object.assign(e,t);else for(let[i,r]of Object.entries(t))this.assignObjectToOutput(e,i,r)}}function cs(e,t,i,r){var o=e+t/60+i/3600;return"S"!==r&&"W"!==r||(o*=-1),o}ha(ds,"type","tiff"),ha(ds,"headerLength",10),Fa.set("tiff",ds);const hs={ifd0:!1,ifd1:!1,exif:!1,gps:!1,interop:!1,sanitize:!1,reviveValues:!0,translateKeys:!1,translateValues:!1,mergeOutput:!1};Object.assign({},hs,{firstChunkSize:4e4,gps:[1,2,3,4]}),Object.assign({},hs,{tiff:!1,ifd1:!0,mergeOutput:!1});const us=Object.assign({},hs,{firstChunkSize:4e4,ifd0:[274]}),fs=Object.freeze({1:{dimensionSwapped:!1,scaleX:1,scaleY:1,deg:0,rad:0},2:{dimensionSwapped:!1,scaleX:-1,scaleY:1,deg:0,rad:0},3:{dimensionSwapped:!1,scaleX:1,scaleY:1,deg:180,rad:180*Math.PI/180},4:{dimensionSwapped:!1,scaleX:-1,scaleY:1,deg:180,rad:180*Math.PI/180},5:{dimensionSwapped:!0,scaleX:1,scaleY:-1,deg:90,rad:90*Math.PI/180},6:{dimensionSwapped:!0,scaleX:1,scaleY:1,deg:90,rad:90*Math.PI/180},7:{dimensionSwapped:!0,scaleX:1,scaleY:-1,deg:270,rad:270*Math.PI/180},8:{dimensionSwapped:!0,scaleX:1,scaleY:1,deg:270,rad:270*Math.PI/180}});let ms=!0,ys=!0;if("object"==typeof navigator){let e=navigator.userAgent;if(e.includes("iPad")||e.includes("iPhone")){let t=e.match(/OS (\d+)_(\d+)/);if(t){let[,e,i]=t,r=Number(e)+.1*Number(i);ms=r<13.4,ys=!1}}else if(e.includes("OS X 10")){let[,t]=e.match(/OS X 10[_.](\d+)/);ms=ys=Number(t)<15}if(e.includes("Chrome/")){let[,t]=e.match(/Chrome\/(\d+)/);ms=ys=Number(t)<81}else if(e.includes("Firefox/")){let[,t]=e.match(/Firefox\/(\d+)/);ms=ys=Number(t)<77}}class bs extends Ia{constructor(...e){super(...e),ha(this,"ranges",new gs),0!==this.byteLength&&this.ranges.add(0,this.byteLength)}_tryExtend(e,t,i){if(0===e&&0===this.byteLength&&i){let e=new DataView(i.buffer||i,i.byteOffset,i.byteLength);this._swapDataView(e)}else{let i=e+t;if(i>this.byteLength){let{dataView:e}=this._extend(i);this._swapDataView(e)}}}_extend(e){let t;t=ga?ba.allocUnsafe(e):new Uint8Array(e);let i=new DataView(t.buffer,t.byteOffset,t.byteLength);return t.set(new Uint8Array(this.buffer,this.byteOffset,this.byteLength),0),{uintView:t,dataView:i}}subarray(e,t,i=!1){return t=t||this._lengthToEnd(e),i&&this._tryExtend(e,t),this.ranges.add(e,t),super.subarray(e,t)}set(e,t,i=!1){i&&this._tryExtend(t,e.byteLength,e);let r=super.set(e,t);return this.ranges.add(t,r.byteLength),r}async ensureChunk(e,t){this.chunked&&(this.ranges.available(e,t)||await this.readChunk(e,t))}available(e,t){return this.ranges.available(e,t)}}class gs{constructor(){ha(this,"list",[])}get length(){return this.list.length}add(e,t,i=0){let r=e+t,o=this.list.filter((t=>ws(e,t.offset,r)||ws(e,t.end,r)));if(o.length>0){e=Math.min(e,...o.map((e=>e.offset))),r=Math.max(r,...o.map((e=>e.end))),t=r-e;let i=o.shift();i.offset=e,i.length=t,i.end=r,this.list=this.list.filter((e=>!o.includes(e)))}else this.list.push({offset:e,length:t,end:r})}available(e,t){let i=e+t;return this.list.some((t=>t.offset<=e&&i<=t.end))}}function ws(e,t,i){return e<=t&&t<=i}class vs extends bs{constructor(e,t){super(0),ha(this,"chunksRead",0),this.input=e,this.options=t}async readWhole(){this.chunked=!1,await this.readChunk(this.nextChunkOffset)}async readChunked(){this.chunked=!0,await this.readChunk(0,this.options.firstChunkSize)}async readNextChunk(e=this.nextChunkOffset){if(this.fullyRead)return this.chunksRead++,!1;let t=this.options.chunkSize,i=await this.readChunk(e,t);return!!i&&i.byteLength===t}async readChunk(e,t){if(this.chunksRead++,0!==(t=this.safeWrapAddress(e,t)))return this._readChunk(e,t)}safeWrapAddress(e,t){return void 0!==this.size&&e+t>this.size?Math.max(0,this.size-e):t}get nextChunkOffset(){if(0!==this.ranges.list.length)return this.ranges.list[0].length}get canReadNextChunk(){return this.chunksRead<this.options.chunkLimit}get fullyRead(){return void 0!==this.size&&this.nextChunkOffset===this.size}read(){return this.options.chunked?this.readChunked():this.readWhole()}close(){}}za.set("blob",class extends vs{async readWhole(){this.chunked=!1;let e=await Na(this.input);this._swapArrayBuffer(e)}readChunked(){return this.chunked=!0,this.size=this.input.size,super.readChunked()}async _readChunk(e,t){let i=this.input.slice(e,t?e+t:void 0),r=await Na(i);return this.set(r,e,!0)}});var xs={strings:{generatingThumbnails:"Generating thumbnails..."}};const ks={thumbnailWidth:null,thumbnailHeight:null,thumbnailType:"image/jpeg",waitForThumbnailsBeforeUpload:!1,lazy:!1};class Ss extends ho{static VERSION="5.1.0";queue;queueProcessing;defaultThumbnailDimension;thumbnailType;constructor(e,t){if(super(e,{...ks,...t}),this.type="modifier",this.id=this.opts.id||"ThumbnailGenerator",this.title="Thumbnail Generator",this.queue=[],this.queueProcessing=!1,this.defaultThumbnailDimension=200,this.thumbnailType=this.opts.thumbnailType,this.defaultLocale=xs,this.i18nInit(),this.opts.lazy&&this.opts.waitForThumbnailsBeforeUpload)throw new Error("ThumbnailGenerator: The `lazy` and `waitForThumbnailsBeforeUpload` options are mutually exclusive. Please ensure at most one of them is set to `true`.")}createThumbnail(e,t,i){if(null==e.data)throw new Error("File data is empty");const r=URL.createObjectURL(e.data),o=new Promise(((e,t)=>{const i=new Image;i.src=r,i.addEventListener("load",(()=>{URL.revokeObjectURL(r),e(i)})),i.addEventListener("error",(e=>{URL.revokeObjectURL(r),t(e.error||new Error("Could not create thumbnail"))}))})),a=async function(e){let t=await async function(e){let t=new is(us);await t.read(e);let i=await t.parse();if(i&&i.ifd0)return i.ifd0[274]}(e);return Object.assign({canvas:ms,css:ys},fs[t])}(e.data).catch((()=>1));return Promise.all([o,a]).then((([e,r])=>{const o=this.getProportionalDimensions(e,t,i,r.deg),a=function(e,t){let i=e.width,r=e.height;90!==t.deg&&270!==t.deg||(i=e.height,r=e.width);const o=document.createElement("canvas");o.width=i,o.height=r;const a=o.getContext("2d");return a.translate(i/2,r/2),t.canvas&&(a.rotate(t.rad),a.scale(t.scaleX,t.scaleY)),a.drawImage(e,-e.width/2,-e.height/2,e.width,e.height),o}(e,r);return function(e,t,i){try{e.getContext("2d").getImageData(0,0,1,1)}catch(e){if(18===e.code)return Promise.reject(new Error("cannot read image, probably an svg with external resources"))}return e.toBlob?new Promise((r=>{e.toBlob(r,t,i)})).then((e=>{if(null===e)throw new Error("cannot read image, probably an svg with external resources");return e})):Promise.resolve().then((()=>function(e){const t=ai.exec(e),i={}.mimeType??t?.[1]??"plain/text";let r;if(null!=t?.[2]){const e=atob(decodeURIComponent(t[3])),i=new Uint8Array(e.length);for(let t=0;t<e.length;t++)i[t]=e.charCodeAt(t);r=[i]}else null!=t?.[3]&&(r=[decodeURIComponent(t[3])]);return new Blob(r,{type:i})}(e.toDataURL(t,i)))).then((e=>{if(null===e)throw new Error("could not extract blob, probably an old browser");return e}))}(this.resizeImage(a,o.width,o.height),this.thumbnailType,80)})).then((e=>URL.createObjectURL(e)))}getProportionalDimensions(e,t,i,r){let o=e.width/e.height;if(90!==r&&270!==r||(o=e.height/e.width),null!=t){let i=t;return e.width<t&&(i=e.width),{width:i,height:Math.round(i/o)}}if(null!=i){let t=i;return e.height<i&&(t=e.height),{width:Math.round(t*o),height:t}}return{width:this.defaultThumbnailDimension,height:Math.round(this.defaultThumbnailDimension/o)}}resizeImage(e,t,i){let r=function(e){const t=e.width/e.height,i=5e6,r=4096;let o=Math.floor(Math.sqrt(i*t)),a=Math.floor(i/Math.sqrt(i*t));if(o>r&&(o=r,a=Math.round(o/t)),a>r&&(a=r,o=Math.round(t*a)),e.width>o){const t=document.createElement("canvas");return t.width=o,t.height=a,t.getContext("2d").drawImage(e,0,0,o,a),t}return e}(e),o=Math.ceil(Math.log2(r.width/t));o<1&&(o=1);let a=t*2**(o-1),s=i*2**(o-1);for(;o--;){const e=document.createElement("canvas");e.width=a,e.height=s,e.getContext("2d").drawImage(r,0,0,a,s),r=e,a=Math.round(a/2),s=Math.round(s/2)}return r}setPreviewURL(e,t){this.uppy.setFileState(e,{preview:t})}addToQueue(e){this.queue.push(e),!1===this.queueProcessing&&this.processQueue()}processQueue(){if(this.queueProcessing=!0,this.queue.length>0){const e=this.uppy.getFile(this.queue.shift());return e?this.requestThumbnail(e).catch((()=>{})).then((()=>this.processQueue())):(this.uppy.log("[ThumbnailGenerator] file was removed before a thumbnail could be generated, but not removed from the queue. This is probably a bug","error"),Promise.resolve())}return this.queueProcessing=!1,this.uppy.log("[ThumbnailGenerator] Emptied thumbnail queue"),this.uppy.emit("thumbnail:all-generated"),Promise.resolve()}requestThumbnail(e){return Di(e.type)&&!e.isRemote?this.createThumbnail(e,this.opts.thumbnailWidth,this.opts.thumbnailHeight).then((t=>{this.setPreviewURL(e.id,t),this.uppy.log(`[ThumbnailGenerator] Generated thumbnail for ${e.id}`),this.uppy.emit("thumbnail:generated",this.uppy.getFile(e.id),t)})).catch((t=>{this.uppy.log(`[ThumbnailGenerator] Failed thumbnail for ${e.id}:`,"warning"),this.uppy.log(t,"warning"),this.uppy.emit("thumbnail:error",this.uppy.getFile(e.id),t)})):Promise.resolve()}onFileAdded=e=>{!e.preview&&e.data&&Di(e.type)&&!e.isRemote&&this.addToQueue(e.id)};onCancelRequest=e=>{const t=this.queue.indexOf(e.id);-1!==t&&this.queue.splice(t,1)};onFileRemoved=e=>{const t=this.queue.indexOf(e.id);-1!==t&&this.queue.splice(t,1),e.preview&&Si(e.preview)&&URL.revokeObjectURL(e.preview)};onRestored=()=>{this.uppy.getFiles().filter((e=>e.isRestored)).forEach((e=>{e.preview&&!Si(e.preview)||this.addToQueue(e.id)}))};onAllFilesRemoved=()=>{this.queue=[]};waitUntilAllProcessed=e=>{e.forEach((e=>{const t=this.uppy.getFile(e);this.uppy.emit("preprocess-progress",t,{mode:"indeterminate",message:this.i18n("generatingThumbnails")})}));const t=()=>{e.forEach((e=>{const t=this.uppy.getFile(e);this.uppy.emit("preprocess-complete",t)}))};return new Promise((e=>{this.queueProcessing?this.uppy.once("thumbnail:all-generated",(()=>{t(),e()})):(t(),e())}))};install(){this.uppy.on("file-removed",this.onFileRemoved),this.uppy.on("cancel-all",this.onAllFilesRemoved),this.opts.lazy?(this.uppy.on("thumbnail:request",this.onFileAdded),this.uppy.on("thumbnail:cancel",this.onCancelRequest)):(this.uppy.on("thumbnail:request",this.onFileAdded),this.uppy.on("file-added",this.onFileAdded),this.uppy.on("restored",this.onRestored)),this.opts.waitForThumbnailsBeforeUpload&&this.uppy.addPreProcessor(this.waitUntilAllProcessed)}uninstall(){this.uppy.off("file-removed",this.onFileRemoved),this.uppy.off("cancel-all",this.onAllFilesRemoved),this.opts.lazy?(this.uppy.off("thumbnail:request",this.onFileAdded),this.uppy.off("thumbnail:cancel",this.onCancelRequest)):(this.uppy.off("thumbnail:request",this.onFileAdded),this.uppy.off("file-added",this.onFileAdded),this.uppy.off("restored",this.onRestored)),this.opts.waitForThumbnailsBeforeUpload&&this.uppy.removePreProcessor(this.waitUntilAllProcessed)}}class Ds extends Yi{fileInput=null;folderInput=null;mobilePhotoFileInput=null;mobileVideoFileInput=null;triggerFileInputClick=()=>{this.fileInput?.click()};triggerFolderInputClick=()=>{this.folderInput?.click()};triggerVideoCameraInputClick=()=>{this.mobileVideoFileInput?.click()};triggerPhotoCameraInputClick=()=>{this.mobilePhotoFileInput?.click()};onFileInputChange=e=>{this.props.handleInputChange(e),e.currentTarget.value=""};renderHiddenInput=(e,t)=>wr("input",{className:"uppy-Dashboard-input",hidden:!0,"aria-hidden":"true",tabIndex:-1,webkitdirectory:e,type:"file",name:"files[]",multiple:1!==this.props.maxNumberOfFiles,onChange:this.onFileInputChange,accept:this.props.allowedFileTypes?.join(", "),ref:t});renderHiddenCameraInput=(e,t,i)=>wr("input",{className:"uppy-Dashboard-input",hidden:!0,"aria-hidden":"true",tabIndex:-1,type:"file",name:`camera-${e}`,onChange:this.onFileInputChange,capture:""===t?"environment":t,accept:{photo:"image/*",video:"video/*"}[e],ref:i});renderMyDeviceAcquirer=()=>wr("div",{className:"uppy-DashboardTab",role:"presentation","data-uppy-acquirer-id":"MyDevice",children:wr("button",{type:"button",className:"uppy-u-reset uppy-c-btn uppy-DashboardTab-btn",role:"tab",tabIndex:0,"data-uppy-super-focusable":!0,onClick:this.triggerFileInputClick,children:[wr("div",{className:"uppy-DashboardTab-inner",children:wr("svg",{className:"uppy-DashboardTab-iconMyDevice","aria-hidden":"true",focusable:"false",width:"32",height:"32",viewBox:"0 0 32 32",children:wr("path",{d:"M8.45 22.087l-1.305-6.674h17.678l-1.572 6.674H8.45zm4.975-12.412l1.083 1.765a.823.823 0 00.715.386h7.951V13.5H8.587V9.675h4.838zM26.043 13.5h-1.195v-2.598c0-.463-.336-.75-.798-.75h-8.356l-1.082-1.766A.823.823 0 0013.897 8H7.728c-.462 0-.815.256-.815.718V13.5h-.956a.97.97 0 00-.746.37.972.972 0 00-.19.81l1.724 8.565c.095.44.484.755.933.755H24c.44 0 .824-.3.929-.727l2.043-8.568a.972.972 0 00-.176-.825.967.967 0 00-.753-.38z",fill:"currentcolor","fill-rule":"evenodd"})})}),wr("div",{className:"uppy-DashboardTab-name",children:this.props.i18n("myDevice")})]})});renderPhotoCamera=()=>wr("div",{className:"uppy-DashboardTab",role:"presentation","data-uppy-acquirer-id":"MobilePhotoCamera",children:wr("button",{type:"button",className:"uppy-u-reset uppy-c-btn uppy-DashboardTab-btn",role:"tab",tabIndex:0,"data-uppy-super-focusable":!0,onClick:this.triggerPhotoCameraInputClick,children:[wr("div",{className:"uppy-DashboardTab-inner",children:wr("svg",{"aria-hidden":"true",focusable:"false",width:"32",height:"32",viewBox:"0 0 32 32",children:wr("path",{d:"M23.5 9.5c1.417 0 2.5 1.083 2.5 2.5v9.167c0 1.416-1.083 2.5-2.5 2.5h-15c-1.417 0-2.5-1.084-2.5-2.5V12c0-1.417 1.083-2.5 2.5-2.5h2.917l1.416-2.167C13 7.167 13.25 7 13.5 7h5c.25 0 .5.167.667.333L20.583 9.5H23.5zM16 11.417a4.706 4.706 0 00-4.75 4.75 4.704 4.704 0 004.75 4.75 4.703 4.703 0 004.75-4.75c0-2.663-2.09-4.75-4.75-4.75zm0 7.825c-1.744 0-3.076-1.332-3.076-3.074 0-1.745 1.333-3.077 3.076-3.077 1.744 0 3.074 1.333 3.074 3.076s-1.33 3.075-3.074 3.075z",fill:"#02B383","fill-rule":"nonzero"})})}),wr("div",{className:"uppy-DashboardTab-name",children:this.props.i18n("takePictureBtn")})]})});renderVideoCamera=()=>wr("div",{className:"uppy-DashboardTab",role:"presentation","data-uppy-acquirer-id":"MobileVideoCamera",children:wr("button",{type:"button",className:"uppy-u-reset uppy-c-btn uppy-DashboardTab-btn",role:"tab",tabIndex:0,"data-uppy-super-focusable":!0,onClick:this.triggerVideoCameraInputClick,children:[wr("div",{className:"uppy-DashboardTab-inner",children:wr("svg",{"aria-hidden":"true",width:"32",height:"32",viewBox:"0 0 32 32",children:wr("path",{fill:"#FF675E",fillRule:"nonzero",d:"m21.254 14.277 2.941-2.588c.797-.313 1.243.818 1.09 1.554-.01 2.094.02 4.189-.017 6.282-.126.915-1.145 1.08-1.58.34l-2.434-2.142c-.192.287-.504 1.305-.738.468-.104-1.293-.028-2.596-.05-3.894.047-.312.381.823.426 1.069.063-.384.206-.744.362-1.09zm-12.939-3.73c3.858.013 7.717-.025 11.574.02.912.129 1.492 1.237 1.351 2.217-.019 2.412.04 4.83-.03 7.239-.17 1.025-1.166 1.59-2.029 1.429-3.705-.012-7.41.025-11.114-.019-.913-.129-1.492-1.237-1.352-2.217.018-2.404-.036-4.813.029-7.214.136-.82.83-1.473 1.571-1.454z "})})}),wr("div",{className:"uppy-DashboardTab-name",children:this.props.i18n("recordVideoBtn")})]})});renderBrowseButton=(e,t)=>wr("button",{type:"button",className:"uppy-u-reset uppy-c-btn uppy-Dashboard-browse",onClick:t,"data-uppy-super-focusable":0===this.props.acquirers.length,children:e});renderDropPasteBrowseTagline=e=>{const t=this.renderBrowseButton(this.props.i18n("browseFiles"),this.triggerFileInputClick),i=this.renderBrowseButton(this.props.i18n("browseFolders"),this.triggerFolderInputClick),r=this.props.fileManagerSelectionType,o=r.charAt(0).toUpperCase()+r.slice(1);return wr("div",{class:"uppy-Dashboard-AddFiles-title",children:this.props.disableLocalFiles?this.props.i18n("importFiles"):this.props.i18nArray(e>0?`dropPasteImport${o}`:`dropPaste${o}`,{browseFiles:t,browseFolders:i,browse:t})})};[Symbol.for("uppy test: disable unused locale key warning")](){this.props.i18nArray("dropPasteBoth"),this.props.i18nArray("dropPasteFiles"),this.props.i18nArray("dropPasteFolders"),this.props.i18nArray("dropPasteImportBoth"),this.props.i18nArray("dropPasteImportFiles"),this.props.i18nArray("dropPasteImportFolders")}renderAcquirer=e=>wr("div",{className:"uppy-DashboardTab",role:"presentation","data-uppy-acquirer-id":e.id,children:wr("button",{type:"button",className:"uppy-u-reset uppy-c-btn uppy-DashboardTab-btn",role:"tab",tabIndex:0,"data-cy":e.id,"aria-controls":`uppy-DashboardContent-panel--${e.id}`,"aria-selected":this.props.activePickerPanel?.id===e.id,"data-uppy-super-focusable":!0,onClick:()=>this.props.showPanel(e.id),children:[wr("div",{className:"uppy-DashboardTab-inner",children:e.icon()}),wr("div",{className:"uppy-DashboardTab-name",children:e.name})]})});renderAcquirers=e=>{const t=[...e],i=t.splice(e.length-2,e.length);return wr(Xi,{children:[t.map((e=>this.renderAcquirer(e))),wr("span",{role:"presentation",style:{"white-space":"nowrap"},children:i.map((e=>this.renderAcquirer(e)))})]})};renderSourcesList=(e,t)=>{const{showNativePhotoCameraButton:i,showNativeVideoCameraButton:r}=this.props;let o=[];const a="myDevice";t||o.push({key:a,elements:this.renderMyDeviceAcquirer()}),i&&o.push({key:"nativePhotoCameraButton",elements:this.renderPhotoCamera()}),r&&o.push({key:"nativePhotoCameraButton",elements:this.renderVideoCamera()}),o.push(...e.map((e=>({key:e.id,elements:this.renderAcquirer(e)})))),1===o.length&&o[0].key===a&&(o=[]);const s=[...o],n=s.splice(o.length-2,o.length);return wr(Xi,{children:[this.renderDropPasteBrowseTagline(o.length),wr("div",{className:"uppy-Dashboard-AddFiles-list",role:"tablist",children:[s.map((({key:e,elements:t})=>wr(Xi,{children:t},e))),wr("span",{role:"presentation",style:{"white-space":"nowrap"},children:n.map((({key:e,elements:t})=>wr(Xi,{children:t},e)))})]})]})};renderPoweredByUppy(){const{i18nArray:e}=this.props,t=wr("span",{children:[wr("svg",{"aria-hidden":"true",focusable:"false",className:"uppy-c-icon uppy-Dashboard-poweredByIcon",width:"11",height:"11",viewBox:"0 0 11 11",children:wr("path",{d:"M7.365 10.5l-.01-4.045h2.612L5.5.806l-4.467 5.65h2.604l.01 4.044h3.718z",fillRule:"evenodd"})}),wr("span",{className:"uppy-Dashboard-poweredByUppy",children:"Uppy"})]});return wr("a",{tabIndex:-1,href:"https://uppy.io",rel:"noreferrer noopener",target:"_blank",className:"uppy-Dashboard-poweredBy",children:e("poweredBy",{uppy:t})})}render(){const{showNativePhotoCameraButton:e,showNativeVideoCameraButton:t,nativeCameraFacingMode:i}=this.props;return wr("div",{className:"uppy-Dashboard-AddFiles",children:[this.renderHiddenInput(!1,(e=>{this.fileInput=e})),this.renderHiddenInput(!0,(e=>{this.folderInput=e})),e&&this.renderHiddenCameraInput("photo",i,(e=>{this.mobilePhotoFileInput=e})),t&&this.renderHiddenCameraInput("video",i,(e=>{this.mobileVideoFileInput=e})),this.renderSourcesList(this.props.acquirers,this.props.disableLocalFiles),wr("div",{className:"uppy-Dashboard-AddFiles-info",children:[this.props.note&&wr("div",{className:"uppy-Dashboard-note",children:this.props.note}),this.props.proudlyDisplayPoweredByUppy&&this.renderPoweredByUppy()]})]})}}const Is=e=>wr("div",{className:da("uppy-Dashboard-AddFilesPanel",e.className),"data-uppy-panelType":"AddFiles","aria-hidden":!e.showAddFilesPanel,children:[wr("div",{className:"uppy-DashboardContent-bar",children:[wr("div",{className:"uppy-DashboardContent-title",role:"heading","aria-level":1,children:e.i18n("addingMoreFiles")}),wr("button",{className:"uppy-DashboardContent-back",type:"button",onClick:()=>e.toggleAddFilesPanel(!1),children:e.i18n("back")})]}),wr(Ds,{...e})]});function Bs(e){const t=e.files[e.fileCardFor];return wr("div",{className:da("uppy-DashboardContent-panel",e.className),role:"tabpanel","data-uppy-panelType":"FileEditor",id:"uppy-DashboardContent-panel--editor",children:[wr("div",{className:"uppy-DashboardContent-bar",children:[wr("div",{className:"uppy-DashboardContent-title",role:"heading","aria-level":1,children:e.i18nArray("editing",{file:wr("span",{className:"uppy-DashboardContent-titleFile",children:t.meta?t.meta.name:t.name})})}),wr("button",{className:"uppy-DashboardContent-back",type:"button",onClick:()=>{e.uppy.emit("file-editor:cancel",t),e.closeFileEditor()},children:e.i18n("cancel")}),wr("button",{className:"uppy-DashboardContent-save",type:"button",onClick:e.saveFileEditor,children:e.i18n("save")})]}),wr("div",{className:"uppy-DashboardContent-panelBody",children:e.editors.map((t=>e.uppy.getPlugin(t.id).render(e.state)))})]})}function Cs(e){const t={color:"#838999",icon:wr("svg",{"aria-hidden":"true",focusable:"false",className:"uppy-c-icon",width:"25",height:"25",viewBox:"0 0 25 25",children:wr("g",{fill:"#A7AFB7",fillRule:"nonzero",children:[wr("path",{d:"M5.5 22a.5.5 0 0 1-.5-.5v-18a.5.5 0 0 1 .5-.5h10.719a.5.5 0 0 1 .367.16l3.281 3.556a.5.5 0 0 1 .133.339V21.5a.5.5 0 0 1-.5.5h-14zm.5-1h13V7.25L16 4H6v17z"}),wr("path",{d:"M15 4v3a1 1 0 0 0 1 1h3V7h-3V4h-1z"})]})})};if(!e)return t;const i=e.split("/")[0],r=e.split("/")[1];return"text"===i?{color:"#5a5e69",icon:wr("svg",{"aria-hidden":"true",focusable:"false",className:"uppy-c-icon",width:"25",height:"25",viewBox:"0 0 25 25",children:wr("path",{d:"M4.5 7h13a.5.5 0 1 1 0 1h-13a.5.5 0 0 1 0-1zm0 3h15a.5.5 0 1 1 0 1h-15a.5.5 0 1 1 0-1zm0 3h15a.5.5 0 1 1 0 1h-15a.5.5 0 1 1 0-1zm0 3h10a.5.5 0 1 1 0 1h-10a.5.5 0 1 1 0-1z",fill:"#5A5E69",fillRule:"nonzero"})})}:"image"===i?{color:"#686de0",icon:wr("svg",{"aria-hidden":"true",focusable:"false",width:"25",height:"25",viewBox:"0 0 25 25",children:wr("g",{fill:"#686DE0",fillRule:"evenodd",children:[wr("path",{d:"M5 7v10h15V7H5zm0-1h15a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1z",fillRule:"nonzero"}),wr("path",{d:"M6.35 17.172l4.994-5.026a.5.5 0 0 1 .707 0l2.16 2.16 3.505-3.505a.5.5 0 0 1 .707 0l2.336 2.31-.707.72-1.983-1.97-3.505 3.505a.5.5 0 0 1-.707 0l-2.16-2.159-3.938 3.939-1.409.026z",fillRule:"nonzero"}),wr("circle",{cx:"7.5",cy:"9.5",r:"1.5"})]})})}:"audio"===i?{color:"#068dbb",icon:wr("svg",{"aria-hidden":"true",focusable:"false",className:"uppy-c-icon",width:"25",height:"25",viewBox:"0 0 25 25",children:wr("path",{d:"M9.5 18.64c0 1.14-1.145 2-2.5 2s-2.5-.86-2.5-2c0-1.14 1.145-2 2.5-2 .557 0 1.079.145 1.5.396V7.25a.5.5 0 0 1 .379-.485l9-2.25A.5.5 0 0 1 18.5 5v11.64c0 1.14-1.145 2-2.5 2s-2.5-.86-2.5-2c0-1.14 1.145-2 2.5-2 .557 0 1.079.145 1.5.396V8.67l-8 2v7.97zm8-11v-2l-8 2v2l8-2zM7 19.64c.855 0 1.5-.484 1.5-1s-.645-1-1.5-1-1.5.484-1.5 1 .645 1 1.5 1zm9-2c.855 0 1.5-.484 1.5-1s-.645-1-1.5-1-1.5.484-1.5 1 .645 1 1.5 1z",fill:"#049BCF",fillRule:"nonzero"})})}:"video"===i?{color:"#19af67",icon:wr("svg",{"aria-hidden":"true",focusable:"false",className:"uppy-c-icon",width:"25",height:"25",viewBox:"0 0 25 25",children:wr("path",{d:"M16 11.834l4.486-2.691A1 1 0 0 1 22 10v6a1 1 0 0 1-1.514.857L16 14.167V17a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v2.834zM15 9H5v8h10V9zm1 4l5 3v-6l-5 3z",fill:"#19AF67",fillRule:"nonzero"})})}:"application"===i&&"pdf"===r?{color:"#e25149",icon:wr("svg",{"aria-hidden":"true",focusable:"false",className:"uppy-c-icon",width:"25",height:"25",viewBox:"0 0 25 25",children:wr("path",{d:"M9.766 8.295c-.691-1.843-.539-3.401.747-3.726 1.643-.414 2.505.938 2.39 3.299-.039.79-.194 1.662-.537 3.148.324.49.66.967 1.055 1.51.17.231.382.488.629.757 1.866-.128 3.653.114 4.918.655 1.487.635 2.192 1.685 1.614 2.84-.566 1.133-1.839 1.084-3.416.249-1.141-.604-2.457-1.634-3.51-2.707a13.467 13.467 0 0 0-2.238.426c-1.392 4.051-4.534 6.453-5.707 4.572-.986-1.58 1.38-4.206 4.914-5.375.097-.322.185-.656.264-1.001.08-.353.306-1.31.407-1.737-.678-1.059-1.2-2.031-1.53-2.91zm2.098 4.87c-.033.144-.068.287-.104.427l.033-.01-.012.038a14.065 14.065 0 0 1 1.02-.197l-.032-.033.052-.004a7.902 7.902 0 0 1-.208-.271c-.197-.27-.38-.526-.555-.775l-.006.028-.002-.003c-.076.323-.148.632-.186.8zm5.77 2.978c1.143.605 1.832.632 2.054.187.26-.519-.087-1.034-1.113-1.473-.911-.39-2.175-.608-3.55-.608.845.766 1.787 1.459 2.609 1.894zM6.559 18.789c.14.223.693.16 1.425-.413.827-.648 1.61-1.747 2.208-3.206-2.563 1.064-4.102 2.867-3.633 3.62zm5.345-10.97c.088-1.793-.351-2.48-1.146-2.28-.473.119-.564 1.05-.056 2.405.213.566.52 1.188.908 1.859.18-.858.268-1.453.294-1.984z",fill:"#E2514A",fillRule:"nonzero"})})}:"application"===i&&-1!==["zip","x-7z-compressed","x-zip-compressed","x-rar-compressed","x-tar","x-gzip","x-apple-diskimage"].indexOf(r)?{color:"#00C469",icon:wr("svg",{"aria-hidden":"true",focusable:"false",width:"25",height:"25",viewBox:"0 0 25 25",children:wr("path",{d:"M10.45 2.05h1.05a.5.5 0 0 1 .5.5v.024a.5.5 0 0 1-.5.5h-1.05a.5.5 0 0 1-.5-.5V2.55a.5.5 0 0 1 .5-.5zm2.05 1.024h1.05a.5.5 0 0 1 .5.5V3.6a.5.5 0 0 1-.5.5H12.5a.5.5 0 0 1-.5-.5v-.025a.5.5 0 0 1 .5-.5v-.001zM10.45 0h1.05a.5.5 0 0 1 .5.5v.025a.5.5 0 0 1-.5.5h-1.05a.5.5 0 0 1-.5-.5V.5a.5.5 0 0 1 .5-.5zm2.05 1.025h1.05a.5.5 0 0 1 .5.5v.024a.5.5 0 0 1-.5.5H12.5a.5.5 0 0 1-.5-.5v-.024a.5.5 0 0 1 .5-.5zm-2.05 3.074h1.05a.5.5 0 0 1 .5.5v.025a.5.5 0 0 1-.5.5h-1.05a.5.5 0 0 1-.5-.5v-.025a.5.5 0 0 1 .5-.5zm2.05 1.025h1.05a.5.5 0 0 1 .5.5v.024a.5.5 0 0 1-.5.5H12.5a.5.5 0 0 1-.5-.5v-.024a.5.5 0 0 1 .5-.5zm-2.05 1.024h1.05a.5.5 0 0 1 .5.5v.025a.5.5 0 0 1-.5.5h-1.05a.5.5 0 0 1-.5-.5v-.025a.5.5 0 0 1 .5-.5zm2.05 1.025h1.05a.5.5 0 0 1 .5.5v.025a.5.5 0 0 1-.5.5H12.5a.5.5 0 0 1-.5-.5v-.025a.5.5 0 0 1 .5-.5zm-2.05 1.025h1.05a.5.5 0 0 1 .5.5v.025a.5.5 0 0 1-.5.5h-1.05a.5.5 0 0 1-.5-.5v-.025a.5.5 0 0 1 .5-.5zm2.05 1.025h1.05a.5.5 0 0 1 .5.5v.024a.5.5 0 0 1-.5.5H12.5a.5.5 0 0 1-.5-.5v-.024a.5.5 0 0 1 .5-.5zm-1.656 3.074l-.82 5.946c.52.302 1.174.458 1.976.458.803 0 1.455-.156 1.975-.458l-.82-5.946h-2.311zm0-1.025h2.312c.512 0 .946.378 1.015.885l.82 5.946c.056.412-.142.817-.501 1.026-.686.398-1.515.597-2.49.597-.974 0-1.804-.199-2.49-.597a1.025 1.025 0 0 1-.5-1.026l.819-5.946c.07-.507.503-.885 1.015-.885zm.545 6.6a.5.5 0 0 1-.397-.561l.143-.999a.5.5 0 0 1 .495-.429h.74a.5.5 0 0 1 .495.43l.143.998a.5.5 0 0 1-.397.561c-.404.08-.819.08-1.222 0z",fill:"#00C469",fillRule:"nonzero"})})}:t}function Ps(e){const{tagName:t}=e.target;"INPUT"!==t&&"TEXTAREA"!==t?(e.preventDefault(),e.stopPropagation()):e.stopPropagation()}function Fs(e){const{file:t}=e;if(t.preview)return wr("img",{draggable:!1,className:"uppy-Dashboard-Item-previewImg",alt:t.name,src:t.preview});const{color:i,icon:r}=Cs(t.type);return wr("div",{className:"uppy-Dashboard-Item-previewIconWrap",children:[wr("span",{className:"uppy-Dashboard-Item-previewIcon",style:{color:i},children:r}),wr("svg",{"aria-hidden":"true",focusable:"false",className:"uppy-Dashboard-Item-previewIconBg",width:"58",height:"76",viewBox:"0 0 58 76",children:wr("rect",{fill:"#FFF",width:"58",height:"76",rx:"3",fillRule:"evenodd"})})]})}function zs(e){const{computedMetaFields:t,requiredMetaFields:i,updateMeta:r,form:o,formState:a}=e,s={text:"uppy-u-reset uppy-c-textInput uppy-Dashboard-FileCard-input"};return t.map((e=>{const t=`uppy-Dashboard-FileCard-input-${e.id}`,n=i.includes(e.id);return wr("fieldset",{className:"uppy-Dashboard-FileCard-fieldset",children:[wr("label",{className:"uppy-Dashboard-FileCard-label",htmlFor:t,children:e.name}),void 0!==e.render?e.render({value:a[e.id],onChange:t=>r(t,e.id),fieldCSSClasses:s,required:n,form:o.id},qi):wr("input",{className:s.text,id:t,form:o.id,type:e.type||"text",required:n,value:a[e.id],placeholder:e.placeholder,onInput:t=>r(t.target.value,e.id),"data-uppy-super-focusable":!0})]},e.id)}))}function Ts(e){const{files:t,fileCardFor:i,toggleFileCard:r,saveFileCard:o,metaFields:a,requiredMetaFields:s,openFileEditor:n,i18n:l,i18nArray:p,className:d,canEditFile:c}=e,h=t[i],u=("function"==typeof a?a(t[i]):a)??[],f=c(h),m={};u.forEach((e=>{m[e.id]=h.meta[e.id]??""}));const[y,b]=Mr(m),g=Ur((e=>{e.preventDefault(),o(y,i)}),[o,y,i]),w=()=>{r(!1)},[v]=Mr((()=>{const e=document.createElement("form");return e.setAttribute("tabindex","-1"),e.id=ta(),e})),x=Nr(null);return Rr((()=>{const e=x.current?.getRootNode()??document;return e instanceof Document?e.body.appendChild(v):(ShadowRoot,e.appendChild(v)),v.addEventListener("submit",g),()=>{v.removeEventListener("submit",g),v.parentNode&&v.parentNode.removeChild(v)}}),[v,g]),wr("div",{className:da("uppy-Dashboard-FileCard",d),"data-uppy-panelType":"FileCard",onDragOver:Ps,onDragLeave:Ps,onDrop:Ps,onPaste:Ps,ref:x,children:[wr("div",{className:"uppy-DashboardContent-bar",children:[wr("div",{className:"uppy-DashboardContent-title",role:"heading","aria-level":1,children:p("editing",{file:wr("span",{className:"uppy-DashboardContent-titleFile",children:h.meta?h.meta.name:h.name})})}),wr("button",{className:"uppy-DashboardContent-back",type:"button",form:v.id,title:l("finishEditingFile"),onClick:w,children:l("cancel")})]}),wr("div",{className:"uppy-Dashboard-FileCard-inner",children:[wr("div",{className:"uppy-Dashboard-FileCard-preview",style:{backgroundColor:Cs(h.type).color},children:[wr(Fs,{file:h}),f&&wr("button",{type:"button",className:"uppy-u-reset uppy-c-btn uppy-Dashboard-FileCard-edit",onClick:e=>{g(e),n(h)},children:l("editImage")})]}),wr("div",{className:"uppy-Dashboard-FileCard-info",children:wr(zs,{computedMetaFields:u,requiredMetaFields:s,updateMeta:(e,t)=>{b({...y,[t]:e})},form:v,formState:y})}),wr("div",{className:"uppy-Dashboard-FileCard-actions",children:[wr("button",{className:"uppy-u-reset uppy-c-btn uppy-c-btn-primary uppy-Dashboard-FileCard-actionsBtn",type:"submit",form:v.id,children:l("saveChanges")}),wr("button",{className:"uppy-u-reset uppy-c-btn uppy-c-btn-link uppy-Dashboard-FileCard-actionsBtn",type:"button",onClick:w,form:v.id,children:l("cancel")})]})]})]})}function As({file:e,uploadInProgressOrComplete:t,metaFields:i,canEditFile:r,i18n:o,onClick:a}){return!t&&i&&i.length>0||!t&&r(e)?wr("button",{className:"uppy-u-reset uppy-c-btn uppy-Dashboard-Item-action uppy-Dashboard-Item-action--edit",type:"button","aria-label":o("editFileWithFilename",{file:e.meta.name}),title:o("editFileWithFilename",{file:e.meta.name}),onClick:()=>a(),children:wr("svg",{"aria-hidden":"true",focusable:"false",className:"uppy-c-icon",width:"14",height:"14",viewBox:"0 0 14 14",children:wr("g",{fillRule:"evenodd",children:[wr("path",{d:"M1.5 10.793h2.793A1 1 0 0 0 5 10.5L11.5 4a1 1 0 0 0 0-1.414L9.707.793a1 1 0 0 0-1.414 0l-6.5 6.5A1 1 0 0 0 1.5 8v2.793zm1-1V8L9 1.5l1.793 1.793-6.5 6.5H2.5z",fillRule:"nonzero"}),wr("rect",{x:"1",y:"12.293",width:"11",height:"1",rx:".5"}),wr("path",{fillRule:"nonzero",d:"M6.793 2.5L9.5 5.207l.707-.707L7.5 1.793z"})]})})}):null}function Es({i18n:e,onClick:t,file:i}){return wr("button",{className:"uppy-u-reset uppy-Dashboard-Item-action uppy-Dashboard-Item-action--remove",type:"button","aria-label":e("removeFile",{file:i.meta.name}),title:e("removeFile",{file:i.meta.name}),onClick:()=>t(),children:wr("svg",{"aria-hidden":"true",focusable:"false",className:"uppy-c-icon",width:"18",height:"18",viewBox:"0 0 18 18",children:[wr("path",{d:"M9 0C4.034 0 0 4.034 0 9s4.034 9 9 9 9-4.034 9-9-4.034-9-9-9z"}),wr("path",{fill:"#FFF",d:"M13 12.222l-.778.778L9 9.778 5.778 13 5 12.222 8.222 9 5 5.778 5.778 5 9 8.222 12.222 5l.778.778L9.778 9z"})]})})}function Ms({file:e,uppy:t,i18n:i}){return wr("button",{className:"uppy-u-reset uppy-Dashboard-Item-action uppy-Dashboard-Item-action--copyLink",type:"button","aria-label":i("copyLink"),title:i("copyLink"),onClick:r=>(r=>{(function(e,t="Copy the URL below"){return new Promise((i=>{const r=document.createElement("textarea");r.setAttribute("style",{position:"fixed",top:0,left:0,width:"2em",height:"2em",padding:0,border:"none",outline:"none",boxShadow:"none",background:"transparent"}),r.value=e,document.body.appendChild(r),r.select();const o=()=>{document.body.removeChild(r),window.prompt(t,e),i()};try{return document.execCommand("copy")?(document.body.removeChild(r),i()):o()}catch(e){return document.body.removeChild(r),o()}}))})(e.uploadURL,i("copyLinkToClipboardFallback")).then((()=>{t.log("Link copied to clipboard."),t.info(i("copyLinkToClipboardSuccess"),"info",3e3)})).catch(t.log).then((()=>r.target.focus({preventScroll:!0})))})(r),children:wr("svg",{"aria-hidden":"true",focusable:"false",className:"uppy-c-icon",width:"14",height:"14",viewBox:"0 0 14 12",children:wr("path",{d:"M7.94 7.703a2.613 2.613 0 0 1-.626 2.681l-.852.851a2.597 2.597 0 0 1-1.849.766A2.616 2.616 0 0 1 2.764 7.54l.852-.852a2.596 2.596 0 0 1 2.69-.625L5.267 7.099a1.44 1.44 0 0 0-.833.407l-.852.851a1.458 1.458 0 0 0 1.03 2.486c.39 0 .755-.152 1.03-.426l.852-.852c.231-.231.363-.522.406-.824l1.04-1.038zm4.295-5.937A2.596 2.596 0 0 0 10.387 1c-.698 0-1.355.272-1.849.766l-.852.851a2.614 2.614 0 0 0-.624 2.688l1.036-1.036c.041-.304.173-.6.407-.833l.852-.852c.275-.275.64-.426 1.03-.426a1.458 1.458 0 0 1 1.03 2.486l-.852.851a1.442 1.442 0 0 1-.824.406l-1.04 1.04a2.596 2.596 0 0 0 2.683-.628l.851-.85a2.616 2.616 0 0 0 0-3.697zm-6.88 6.883a.577.577 0 0 0 .82 0l3.474-3.474a.579.579 0 1 0-.819-.82L5.355 7.83a.579.579 0 0 0 0 .819z"})})})}function Rs(e){const{uppy:t,file:i,uploadInProgressOrComplete:r,canEditFile:o,metaFields:a,showLinkToFileUploadResult:s,showRemoveButton:n,i18n:l,toggleFileCard:p,openFileEditor:d}=e;return wr("div",{className:"uppy-Dashboard-Item-actionWrapper",children:[wr(As,{i18n:l,file:i,uploadInProgressOrComplete:r,canEditFile:o,metaFields:a,onClick:()=>{a&&a.length>0?p(!0,i.id):d(i)}}),s&&i.uploadURL?wr(Ms,{file:i,uppy:t,i18n:l}):null,n?wr(Es,{i18n:l,file:i,onClick:()=>t.removeFile(i.id)}):null]})}function Ns(e){const{file:t,toggleFileCard:i,i18n:r,metaFields:o}=e,{missingRequiredMetaFields:a}=t;if(!a?.length)return null;const s=a.map((e=>((e,t)=>{const i=("function"==typeof t?t():t).filter((t=>t.id===e));return i[0].name})(e,o))).join(", ");return wr("div",{className:"uppy-Dashboard-Item-errorMessage",children:[r("missingRequiredMetaFields",{smart_count:a.length,fields:s})," ",wr("button",{type:"button",class:"uppy-u-reset uppy-Dashboard-Item-errorMessageBtn",onClick:()=>i(!0,t.id),children:r("editFile")})]})}const _s=e=>{const{author:t,name:i}=e.file.meta;return wr("div",{className:"uppy-Dashboard-Item-name",title:i,children:zi(i,e.isSingleFile&&e.containerHeight>=350?90:e.containerWidth<=352?35:e.containerWidth<=576?60:t?20:30)})},Us=e=>{const{author:t}=e.file.meta,i="remote"in e.file?e.file.remote?.providerName:void 0;return t?wr("div",{className:"uppy-Dashboard-Item-author",children:[wr("a",{href:`${t.url}?utm_source=Companion&utm_medium=referral`,target:"_blank",rel:"noopener noreferrer",children:zi(t.name,13)}),i?wr(Xi,{children:[" · ",i," · "]}):null]}):null},Os=e=>e.file.size&&wr("div",{className:"uppy-Dashboard-Item-statusSize",children:oo(e.file.size)}),js=e=>e.file.isGhost&&wr("span",{children:[" • ",wr("button",{className:"uppy-u-reset uppy-c-btn uppy-Dashboard-Item-reSelect",type:"button",onClick:()=>e.toggleAddFilesPanel(!0),children:e.i18n("reSelect")})]}),Ws=({file:e,onClick:t})=>e.error?wr("button",{className:"uppy-u-reset uppy-c-btn uppy-Dashboard-Item-errorDetails","aria-label":e.error,"data-microtip-position":"bottom","data-microtip-size":"medium",onClick:t,type:"button",children:"?"}):null;function $s(e){const{file:t,i18n:i,toggleFileCard:r,metaFields:o,toggleAddFilesPanel:a,isSingleFile:s,containerHeight:n,containerWidth:l}=e;return wr("div",{className:"uppy-Dashboard-Item-fileInfo","data-uppy-file-source":t.source,children:[wr("div",{className:"uppy-Dashboard-Item-fileName",children:[_s({file:t,isSingleFile:s,containerHeight:n,containerWidth:l}),wr(Ws,{file:t,onClick:()=>alert(t.error)})]}),wr("div",{className:"uppy-Dashboard-Item-status",children:[Us({file:t}),Os({file:t}),js({file:t,toggleAddFilesPanel:a,i18n:i})]}),wr(Ns,{file:t,i18n:i,toggleFileCard:r,metaFields:o})]})}function Ls(e){const{file:t,i18n:i,toggleFileCard:r,metaFields:o,showLinkToFileUploadResult:a}=e;return wr("div",{className:"uppy-Dashboard-Item-previewInnerWrap",style:{backgroundColor:t.preview?"rgba(255, 255, 255, 0.5)":Cs(t.type).color},children:[a&&t.uploadURL&&wr("a",{className:"uppy-Dashboard-Item-previewLink",href:t.uploadURL,rel:"noreferrer noopener",target:"_blank","aria-label":t.meta.name,children:wr("span",{hidden:!0,children:t.meta.name})}),wr(Fs,{file:t}),wr(Ns,{file:t,i18n:i,toggleFileCard:r,metaFields:o})]})}function Hs(e){return e.isUploaded?e.i18n("uploadComplete"):e.error?e.i18n("retryUpload"):e.resumableUploads?e.i18n(e.file.isPaused?"resumeUpload":"pauseUpload"):e.individualCancellation?e.i18n("cancelUpload"):""}function Vs(e){return wr("div",{className:"uppy-Dashboard-Item-progress",children:wr("button",{className:"uppy-u-reset uppy-c-btn uppy-Dashboard-Item-progressIndicator",type:"button","aria-label":Hs(e),title:Hs(e),onClick:()=>function(e){e.isUploaded||(!e.error||e.hideRetryButton?e.resumableUploads&&!e.hidePauseResumeButton?e.uppy.pauseResume(e.file.id):e.individualCancellation&&!e.hideCancelButton&&e.uppy.removeFile(e.file.id):e.uppy.retryUpload(e.file.id))}(e),children:e.children})})}function Js({children:e}){return wr("svg",{"aria-hidden":"true",focusable:"false",width:"70",height:"70",viewBox:"0 0 36 36",className:"uppy-c-icon uppy-Dashboard-Item-progressIcon--circle",children:e})}function Ks({progress:e}){const t=2*Math.PI*15;return wr("g",{children:[wr("circle",{className:"uppy-Dashboard-Item-progressIcon--bg",r:"15",cx:"18",cy:"18","stroke-width":"2",fill:"none"}),wr("circle",{className:"uppy-Dashboard-Item-progressIcon--progress",r:"15",cx:"18",cy:"18",transform:"rotate(-90, 18, 18)",fill:"none","stroke-width":"2","stroke-dasharray":t,"stroke-dashoffset":t-t/100*e})]})}function qs(e){return e.file.progress.uploadStarted?void 0===e.file.progress.percentage?null:e.isUploaded?wr("div",{className:"uppy-Dashboard-Item-progress",children:wr("div",{className:"uppy-Dashboard-Item-progressIndicator",children:wr(Js,{children:[wr("circle",{r:"15",cx:"18",cy:"18",fill:"#1bb240"}),wr("polygon",{className:"uppy-Dashboard-Item-progressIcon--check",transform:"translate(2, 3)",points:"14 22.5 7 15.2457065 8.99985857 13.1732815 14 18.3547104 22.9729883 9 25 11.1005634"})]})})}):e.recoveredState?null:e.error&&!e.hideRetryButton?wr(Vs,{...e,children:wr("svg",{"aria-hidden":"true",focusable:"false",className:"uppy-c-icon uppy-Dashboard-Item-progressIcon--retry",width:"28",height:"31",viewBox:"0 0 16 19",children:[wr("path",{d:"M16 11a8 8 0 1 1-8-8v2a6 6 0 1 0 6 6h2z"}),wr("path",{d:"M7.9 3H10v2H7.9z"}),wr("path",{d:"M8.536.5l3.535 3.536-1.414 1.414L7.12 1.914z"}),wr("path",{d:"M10.657 2.621l1.414 1.415L8.536 7.57 7.12 6.157z"})]})}):e.resumableUploads&&!e.hidePauseResumeButton?wr(Vs,{...e,children:wr(Js,{children:[wr(Ks,{progress:e.file.progress.percentage}),e.file.isPaused?wr("polygon",{className:"uppy-Dashboard-Item-progressIcon--play",transform:"translate(3, 3)",points:"12 20 12 10 20 15"}):wr("g",{className:"uppy-Dashboard-Item-progressIcon--pause",transform:"translate(14.5, 13)",children:[wr("rect",{x:"0",y:"0",width:"2",height:"10",rx:"0"}),wr("rect",{x:"5",y:"0",width:"2",height:"10",rx:"0"})]})]})}):e.resumableUploads||!e.individualCancellation||e.hideCancelButton?wr("div",{className:"uppy-Dashboard-Item-progress",children:wr("div",{className:"uppy-Dashboard-Item-progressIndicator",children:wr(Js,{children:wr(Ks,{progress:e.file.progress.percentage})})})}):wr(Vs,{...e,children:wr(Js,{children:[wr(Ks,{progress:e.file.progress.percentage}),wr("polygon",{className:"cancel",transform:"translate(2, 2)",points:"19.8856516 11.0625 16 14.9481516 12.1019737 11.0625 11.0625 12.1143484 14.9481516 16 11.0625 19.8980263 12.1019737 20.9375 16 17.0518484 19.8856516 20.9375 20.9375 19.8980263 17.0518484 16 20.9375 12"})]})}):null}class Gs extends Yi{componentDidMount(){const{file:e}=this.props;e.preview||this.props.handleRequestThumbnail(e)}shouldComponentUpdate(e){return!function(e,t){if(e===t)return!0;if(!e||!t)return!1;const i=Object.keys(e),r=Object.keys(t),o=i.length;if(r.length!==o)return!1;for(let r=0;r<o;r++){const o=i[r];if(e[o]!==t[o]||!Object.prototype.hasOwnProperty.call(t,o))return!1}return!0}(this.props,e)}componentDidUpdate(){const{file:e}=this.props;e.preview||this.props.handleRequestThumbnail(e)}componentWillUnmount(){const{file:e}=this.props;e.preview||this.props.handleCancelThumbnail(e)}render(){const{file:e}=this.props,t=e.progress.preprocess||e.progress.postprocess,i=!!e.progress.uploadComplete&&!t&&!e.error,r=!!e.progress.uploadStarted||!!t,o=e.progress.uploadStarted&&!e.progress.uploadComplete||t,a=e.error||!1,{isGhost:s}=e;let n=(this.props.individualCancellation||!o)&&!i;return i&&this.props.showRemoveButtonAfterComplete&&(n=!0),wr("div",{className:da({"uppy-Dashboard-Item":!0,"is-inprogress":o&&!this.props.recoveredState,"is-processing":t,"is-complete":i,"is-error":!!a,"is-resumable":this.props.resumableUploads,"is-noIndividualCancellation":!this.props.individualCancellation,"is-ghost":s}),id:`uppy_${e.id}`,role:this.props.role,children:[wr("div",{className:"uppy-Dashboard-Item-preview",children:[wr(Ls,{file:e,showLinkToFileUploadResult:this.props.showLinkToFileUploadResult,i18n:this.props.i18n,toggleFileCard:this.props.toggleFileCard,metaFields:this.props.metaFields}),wr(qs,{uppy:this.props.uppy,file:e,error:a,isUploaded:i,hideRetryButton:this.props.hideRetryButton,hideCancelButton:this.props.hideCancelButton,hidePauseResumeButton:this.props.hidePauseResumeButton,recoveredState:this.props.recoveredState,resumableUploads:this.props.resumableUploads,individualCancellation:this.props.individualCancellation,i18n:this.props.i18n})]}),wr("div",{className:"uppy-Dashboard-Item-fileInfoAndButtons",children:[wr($s,{file:e,containerWidth:this.props.containerWidth,containerHeight:this.props.containerHeight,i18n:this.props.i18n,toggleAddFilesPanel:this.props.toggleAddFilesPanel,toggleFileCard:this.props.toggleFileCard,metaFields:this.props.metaFields,isSingleFile:this.props.isSingleFile}),wr(Rs,{file:e,metaFields:this.props.metaFields,showLinkToFileUploadResult:this.props.showLinkToFileUploadResult,showRemoveButton:n,canEditFile:this.props.canEditFile,uploadInProgressOrComplete:r,toggleFileCard:this.props.toggleFileCard,openFileEditor:this.props.openFileEditor,uppy:this.props.uppy,i18n:this.props.i18n})]})]})}}function Xs({id:e,i18n:t,uppy:i,files:r,resumableUploads:o,hideRetryButton:a,hidePauseResumeButton:s,hideCancelButton:n,showLinkToFileUploadResult:l,showRemoveButtonAfterComplete:p,metaFields:d,isSingleFile:c,toggleFileCard:h,handleRequestThumbnail:u,handleCancelThumbnail:f,recoveredState:m,individualCancellation:y,itemsPerRow:b,openFileEditor:g,canEditFile:w,toggleAddFilesPanel:v,containerWidth:x,containerHeight:k}){const S=1===b?71:200,D=_r((()=>{const e=Object.keys(r);return m&&e.sort(((e,t)=>Number(r[t].isGhost)-Number(r[e].isGhost))),function(e,t){const i=[];let r=[];return e.forEach((e=>{r.length<t?r.push(e):(i.push(r),r=[e])})),r.length&&i.push(r),i}(e,b)}),[r,b,m]),I=b=>wr("div",{class:"uppy-Dashboard-filesInner",role:"presentation",children:b.map((b=>wr(Gs,{uppy:i,id:e,i18n:t,resumableUploads:o,individualCancellation:y,hideRetryButton:a,hidePauseResumeButton:s,hideCancelButton:n,showLinkToFileUploadResult:l,showRemoveButtonAfterComplete:p,metaFields:d,recoveredState:m,isSingleFile:c,containerWidth:x,containerHeight:k,toggleFileCard:h,handleRequestThumbnail:u,handleCancelThumbnail:f,role:"listitem",openFileEditor:g,canEditFile:w,toggleAddFilesPanel:v,file:r[b]},b)))},b[0]);return c?wr("div",{class:"uppy-Dashboard-files",children:I(D[0])}):wr(qr,{class:"uppy-Dashboard-files",role:"list",data:D,renderRow:I,rowHeight:S})}class Ys extends Yi{ref={current:null};componentWillEnter(e){this.ref.current.style.opacity="1",this.ref.current.style.transform="none",setTimeout(e,300)}componentWillLeave(e){this.ref.current.style.opacity="0",this.ref.current.style.transform="translateY(350%)",setTimeout(e,300)}render(){const{children:e}=this.props;return wr("div",{className:"uppy-Informer-animated",ref:this.ref,children:e})}}function Zs(e){const t={};for(let o=0;o<e.length;o++)null!=e[o]&&(t[(i=e[o],r=o.toString(36),i?.key??r)]=e[o]);var i,r;return t}function Qs(e,t){e=e||{},t=t||{};const i=i=>Object.hasOwn(t,i)?t[i]:e[i],r={};let o=[];for(const i in e)Object.hasOwn(t,i)?o.length&&(r[i]=o,o=[]):o.push(i);const a={};for(const e in t){if(Object.hasOwn(r,e))for(let t=0;t<r[e].length;t++)a[r[e][t]]=i(r[e][t]);a[e]=i(e)}for(let e=0;e<o.length;e++)a[o[e]]=i(o[e]);return a}class en extends Yi{constructor(e,t){super(e,t),this.refs={},this.state={children:Zs(or(or(this.props.children))||[])},this.performAppear=this.performAppear.bind(this),this.performEnter=this.performEnter.bind(this),this.performLeave=this.performLeave.bind(this)}componentWillMount(){this.currentlyTransitioningKeys={},this.keysToAbortLeave=[],this.keysToEnter=[],this.keysToLeave=[]}componentDidMount(){const e=this.state.children;for(const t in e)e[t]&&this.performAppear(t)}componentWillReceiveProps(e){const t=Zs(or(e.children)||[]),i=this.state.children;let r;for(r in this.setState((e=>({children:Qs(e.children,t)}))),t)if(Object.hasOwn(t,r)){const e=i&&Object.hasOwn(i,r);t[r]&&e&&this.currentlyTransitioningKeys[r]?(this.keysToEnter.push(r),this.keysToAbortLeave.push(r)):!t[r]||e||this.currentlyTransitioningKeys[r]||this.keysToEnter.push(r)}for(r in i)if(Object.hasOwn(i,r)){const e=t&&Object.hasOwn(t,r);!i[r]||e||this.currentlyTransitioningKeys[r]||this.keysToLeave.push(r)}}componentDidUpdate(){const{keysToEnter:e}=this;this.keysToEnter=[],e.forEach(this.performEnter);const{keysToLeave:t}=this;this.keysToLeave=[],t.forEach(this.performLeave)}_finishAbort(e){const t=this.keysToAbortLeave.indexOf(e);-1!==t&&this.keysToAbortLeave.splice(t,1)}performAppear(e){this.currentlyTransitioningKeys[e]=!0;const t=this.refs[e];t?.componentWillAppear?t.componentWillAppear(this._handleDoneAppearing.bind(this,e)):this._handleDoneAppearing(e)}_handleDoneAppearing(e){const t=this.refs[e];t?.componentDidAppear&&t.componentDidAppear(),delete this.currentlyTransitioningKeys[e],this._finishAbort(e);const i=Zs(or(this.props.children)||[]);i&&Object.hasOwn(i,e)||this.performLeave(e)}performEnter(e){this.currentlyTransitioningKeys[e]=!0;const t=this.refs[e];t?.componentWillEnter?t.componentWillEnter(this._handleDoneEntering.bind(this,e)):this._handleDoneEntering(e)}_handleDoneEntering(e){const t=this.refs[e];t?.componentDidEnter&&t.componentDidEnter(),delete this.currentlyTransitioningKeys[e],this._finishAbort(e);const i=Zs(or(this.props.children)||[]);i&&Object.hasOwn(i,e)||this.performLeave(e)}performLeave(e){if(-1!==this.keysToAbortLeave.indexOf(e))return;this.currentlyTransitioningKeys[e]=!0;const t=this.refs[e];t?.componentWillLeave?t.componentWillLeave(this._handleDoneLeaving.bind(this,e)):this._handleDoneLeaving(e)}_handleDoneLeaving(e){if(-1!==this.keysToAbortLeave.indexOf(e))return;const t=this.refs[e];t?.componentDidLeave&&t.componentDidLeave(),delete this.currentlyTransitioningKeys[e];const i=Zs(or(this.props.children)||[]);if(i&&Object.hasOwn(i,e))this.performEnter(e);else{const t=Object.assign({},this.state.children);delete t[e],this.setState({children:t})}}render({childFactory:e,transitionLeave:t,transitionName:i,transitionAppear:r,transitionEnter:o,transitionLeaveTimeout:a,transitionEnterTimeout:s,transitionAppearTimeout:n,component:l,...p},{children:d}){const c=Object.entries(d).map((([t,i])=>{if(!i)return;const r=function(e,t){const i=e._ptgLinkedRefs||(e._ptgLinkedRefs={});return i[t]||(i[t]=i=>{e.refs[t]=i})}(this,t);return br(e(i),{ref:r,key:t})})).filter(Boolean);return qi(l,p,c)}}en.defaultProps={component:"span",childFactory:e=>e};class tn extends Yi{render(){const{info:e}=this.props.uppy.getState();return wr("div",{className:"uppy uppy-Informer",children:wr(en,{children:e.map((e=>wr(Ys,{children:wr("p",{role:"alert",children:[e.message," ",e.details&&wr("span",{"aria-label":e.details,"data-microtip-position":"top-left","data-microtip-size":"medium",role:"tooltip",onClick:()=>alert(`${e.message} \n\n ${e.details}`),children:"?"})]})},e.message)))})})}}function rn({activePickerPanel:e,className:t,hideAllPanels:i,i18n:r,state:o,uppy:a}){const s=Nr(null);return wr("div",{className:da("uppy-DashboardContent-panel",t),role:"tabpanel","data-uppy-panelType":"PickerPanel",id:`uppy-DashboardContent-panel--${e.id}`,onDragOver:Ps,onDragLeave:Ps,onDrop:Ps,onPaste:Ps,children:[wr("div",{className:"uppy-DashboardContent-bar",children:[wr("div",{className:"uppy-DashboardContent-title",role:"heading","aria-level":1,children:r("importFrom",{name:e.name})}),wr("button",{className:"uppy-DashboardContent-back",type:"button",onClick:i,children:r("cancel")})]}),wr("div",{ref:s,className:"uppy-DashboardContent-panelBody",children:a.getPlugin(e.id).render(o,s.current)})]})}const on="preprocessing",an="uploading";function sn({files:e,i18n:t,isAllComplete:i,isAllErrored:r,isAllPaused:o,inProgressNotPausedFiles:a,newFiles:s,processingFiles:n}){const l=function(e,t,i,r={}){if(e)return"error";if(t)return"complete";if(i)return"paused";let o="waiting";const a=Object.keys(r);for(let e=0;e<a.length;e++){const{progress:t}=r[a[e]];if(t.uploadStarted&&!t.uploadComplete)return an;t.preprocess&&o!==an&&(o=on),t.postprocess&&o!==an&&o!==on&&(o="postprocessing")}return o}(r,i,o,e);switch(l){case"uploading":return t("uploadingXFiles",{smart_count:a.length});case"preprocessing":case"postprocessing":return t("processingXFiles",{smart_count:n.length});case"paused":return t("uploadPaused");case"waiting":return t("xFilesSelected",{smart_count:s.length});case"complete":return t("uploadComplete");case"error":return t("error")}}function nn(e){const{i18n:t,isAllComplete:i,hideCancelButton:r,maxNumberOfFiles:o,toggleAddFilesPanel:a,uppy:s}=e;let{allowNewUpload:n}=e;return n&&o&&(n=e.totalFileCount<e.maxNumberOfFiles),wr("div",{className:"uppy-DashboardContent-bar",children:[i||r?wr("div",{}):wr("button",{className:"uppy-DashboardContent-back",type:"button",onClick:()=>s.cancelAll(),children:t("cancel")}),wr("div",{className:"uppy-DashboardContent-title",children:wr(sn,{...e})}),n?wr("button",{className:"uppy-DashboardContent-addMore",type:"button","aria-label":t("addMoreFiles"),title:t("addMoreFiles"),onClick:()=>a(!0),children:[wr("svg",{"aria-hidden":"true",focusable:"false",className:"uppy-c-icon",width:"15",height:"15",viewBox:"0 0 15 15",children:wr("path",{d:"M8 6.5h6a.5.5 0 0 1 .5.5v.5a.5.5 0 0 1-.5.5H8v6a.5.5 0 0 1-.5.5H7a.5.5 0 0 1-.5-.5V8h-6a.5.5 0 0 1-.5-.5V7a.5.5 0 0 1 .5-.5h6v-6A.5.5 0 0 1 7 0h.5a.5.5 0 0 1 .5.5v6z"})}),wr("span",{className:"uppy-DashboardContent-addMoreCaption",children:t("addMore")})]}):wr("div",{})]})}const ln="uppy-transition-slideDownUp";function pn({children:e}){const[t,i]=Mr(null),[r,o]=Mr(""),a=Nr(),s=Nr(),n=Nr(),l=Ur((()=>{o(`${ln}-enter`),cancelAnimationFrame(n.current),clearTimeout(s.current),s.current=void 0,n.current=requestAnimationFrame((()=>{o(`${ln}-enter ${ln}-enter-active`),a.current=setTimeout((()=>{o("")}),250)}))}),[]),p=Ur((()=>{o(`${ln}-leave`),cancelAnimationFrame(n.current),clearTimeout(a.current),a.current=void 0,n.current=requestAnimationFrame((()=>{o(`${ln}-leave ${ln}-leave-active`),s.current=setTimeout((()=>{i(null),o("")}),250)}))}),[]);return Rr((()=>{const r=or(e)[0];t!==r&&(r&&!t?l():!t||r||s.current||p(),i(r))}),[e,t,l,p]),Rr((()=>()=>{clearTimeout(a.current),clearTimeout(s.current),cancelAnimationFrame(n.current)}),[]),t?br(t,{className:da(r,t.props.className)}):null}var dn={STATE_ERROR:"error",STATE_WAITING:"waiting",STATE_PREPROCESSING:"preprocessing",STATE_UPLOADING:"uploading",STATE_POSTPROCESSING:"postprocessing",STATE_COMPLETE:"complete"};function cn(e){const{newFiles:t,isUploadStarted:i,recoveredState:r,i18n:o,uploadState:a,isSomeGhost:s,startUpload:n}=e,l=da("uppy-u-reset","uppy-c-btn","uppy-StatusBar-actionBtn","uppy-StatusBar-actionBtn--upload",{"uppy-c-btn-primary":a===dn.STATE_WAITING},{"uppy-StatusBar-actionBtn--disabled":s}),p=o(t&&i&&!r?"uploadXNewFiles":"uploadXFiles",{smart_count:t});return wr("button",{type:"button",className:l,"aria-label":o("uploadXFiles",{smart_count:t}),onClick:n,disabled:s,"data-uppy-super-focusable":!0,children:p})}function hn(e){const{i18n:t,uppy:i}=e;return wr("button",{type:"button",className:"uppy-u-reset uppy-c-btn uppy-StatusBar-actionBtn uppy-StatusBar-actionBtn--retry","aria-label":t("retryUpload"),onClick:()=>i.retryAll().catch((()=>{})),"data-uppy-super-focusable":!0,"data-cy":"retry",children:[wr("svg",{"aria-hidden":"true",focusable:"false",className:"uppy-c-icon",width:"8",height:"10",viewBox:"0 0 8 10",children:wr("path",{d:"M4 2.408a2.75 2.75 0 1 0 2.75 2.75.626.626 0 0 1 1.25.018v.023a4 4 0 1 1-4-4.041V.25a.25.25 0 0 1 .389-.208l2.299 1.533a.25.25 0 0 1 0 .416l-2.3 1.533A.25.25 0 0 1 4 3.316v-.908z"})}),t("retry")]})}function un(e){const{i18n:t,uppy:i}=e;return wr("button",{type:"button",className:"uppy-u-reset uppy-StatusBar-actionCircleBtn",title:t("cancel"),"aria-label":t("cancel"),onClick:()=>i.cancelAll(),"data-cy":"cancel","data-uppy-super-focusable":!0,children:wr("svg",{"aria-hidden":"true",focusable:"false",className:"uppy-c-icon",width:"16",height:"16",viewBox:"0 0 16 16",children:wr("g",{fill:"none",fillRule:"evenodd",children:[wr("circle",{fill:"#888",cx:"8",cy:"8",r:"8"}),wr("path",{fill:"#FFF",d:"M9.283 8l2.567 2.567-1.283 1.283L8 9.283 5.433 11.85 4.15 10.567 6.717 8 4.15 5.433 5.433 4.15 8 6.717l2.567-2.567 1.283 1.283z"})]})})})}function fn(e){const{isAllPaused:t,i18n:i,isAllComplete:r,resumableUploads:o,uppy:a}=e,s=i(t?"resume":"pause");return wr("button",{title:s,"aria-label":s,className:"uppy-u-reset uppy-StatusBar-actionCircleBtn",type:"button",onClick:function(){r||(o?t?a.resumeAll():a.pauseAll():a.cancelAll())},"data-cy":"togglePauseResume","data-uppy-super-focusable":!0,children:wr("svg",{"aria-hidden":"true",focusable:"false",className:"uppy-c-icon",width:"16",height:"16",viewBox:"0 0 16 16",children:wr("g",{fill:"none",fillRule:"evenodd",children:[wr("circle",{fill:"#888",cx:"8",cy:"8",r:"8"}),wr("path",{fill:"#FFF",d:t?"M6 4.25L11.5 8 6 11.75z":"M5 4.5h2v7H5v-7zm4 0h2v7H9v-7z"})]})})})}function mn(e){const{i18n:t,doneButtonHandler:i}=e;return wr("button",{type:"button",className:"uppy-u-reset uppy-c-btn uppy-StatusBar-actionBtn uppy-StatusBar-actionBtn--done",onClick:i,"data-uppy-super-focusable":!0,children:t("done")})}function yn(){return wr("svg",{className:"uppy-StatusBar-spinner","aria-hidden":"true",focusable:"false",width:"14",height:"14",children:wr("path",{d:"M13.983 6.547c-.12-2.509-1.64-4.893-3.939-5.936-2.48-1.127-5.488-.656-7.556 1.094C.524 3.367-.398 6.048.162 8.562c.556 2.495 2.46 4.52 4.94 5.183 2.932.784 5.61-.602 7.256-3.015-1.493 1.993-3.745 3.309-6.298 2.868-2.514-.434-4.578-2.349-5.153-4.84a6.226 6.226 0 0 1 2.98-6.778C6.34.586 9.74 1.1 11.373 3.493c.407.596.693 1.282.842 1.988.127.598.073 1.197.161 1.794.078.525.543 1.257 1.15.864.525-.341.49-1.05.456-1.592-.007-.15.02.3 0 0",fillRule:"evenodd"})})}function bn(e){const{progress:t}=e,{value:i,mode:r,message:o}=t;return wr("div",{className:"uppy-StatusBar-content",children:[wr(yn,{}),"determinate"===r?`${Math.round(100*i)}% · `:"",o]})}function gn(e){const{numUploads:t,complete:i,totalUploadedSize:r,totalSize:o,totalETA:a,i18n:s}=e,n=t>1,l=oo(r);return wr("div",{className:"uppy-StatusBar-statusSecondary",children:[n&&s("filesUploadedOfTotal",{complete:i,smart_count:t}),wr("span",{className:"uppy-StatusBar-additionalInfo",children:[n&&" · ",null!=o?s("dataUploadedOfTotal",{complete:l,total:oo(o)}):s("dataUploadedOfUnknown",{complete:l})," · ",null!=a&&s("xTimeLeft",{time:Ii(a)})]})]})}function wn(e){const{i18n:t,complete:i,numUploads:r}=e;return wr("div",{className:"uppy-StatusBar-statusSecondary",children:t("filesUploadedOfTotal",{complete:i,smart_count:r})})}function vn(e){const{i18n:t,newFiles:i,startUpload:r}=e,o=da("uppy-u-reset","uppy-c-btn","uppy-StatusBar-actionBtn","uppy-StatusBar-actionBtn--uploadNewlyAdded");return wr("div",{className:"uppy-StatusBar-statusSecondary",children:[wr("div",{className:"uppy-StatusBar-statusSecondaryHint",children:t("xMoreFilesAdded",{smart_count:i})}),wr("button",{type:"button",className:o,"aria-label":t("uploadXFiles",{smart_count:i}),onClick:r,children:t("upload")})]})}function xn(e){const{i18n:t,supportsUploadProgress:i,totalProgress:r,hideProgressDetails:o,isUploadStarted:a,isAllComplete:s,isAllPaused:n,newFiles:l,numUploads:p,complete:d,totalUploadedSize:c,totalSize:h,totalETA:u,startUpload:f}=e,m=l&&a;if(!a||s)return null;const y=t(n?"paused":"uploading");return wr("div",{className:"uppy-StatusBar-content",title:y,children:[n?null:wr(yn,{}),wr("div",{className:"uppy-StatusBar-status",children:[wr("div",{className:"uppy-StatusBar-statusPrimary",children:i&&0!==r?`${y}: ${r}%`:y}),n||m||o?null:i?wr(gn,{numUploads:p,complete:d,totalUploadedSize:c,totalSize:h,totalETA:u,i18n:t}):wr(wn,{i18n:t,complete:d,numUploads:p}),m?wr(vn,{i18n:t,newFiles:l,startUpload:f}):null]})]})}function kn(e){const{i18n:t}=e;return wr("div",{className:"uppy-StatusBar-content",role:"status",title:t("complete"),children:wr("div",{className:"uppy-StatusBar-status",children:wr("div",{className:"uppy-StatusBar-statusPrimary",children:[wr("svg",{"aria-hidden":"true",focusable:"false",className:"uppy-StatusBar-statusIndicator uppy-c-icon",width:"15",height:"11",viewBox:"0 0 15 11",children:wr("path",{d:"M.414 5.843L1.627 4.63l3.472 3.472L13.202 0l1.212 1.213L5.1 10.528z"})}),t("complete")]})})})}function Sn(e){const{error:t,i18n:i,complete:r,numUploads:o}=e;return wr("div",{className:"uppy-StatusBar-content",title:i("uploadFailed"),children:[wr("svg",{"aria-hidden":"true",focusable:"false",className:"uppy-StatusBar-statusIndicator uppy-c-icon",width:"11",height:"11",viewBox:"0 0 11 11",children:wr("path",{d:"M4.278 5.5L0 1.222 1.222 0 5.5 4.278 9.778 0 11 1.222 6.722 5.5 11 9.778 9.778 11 5.5 6.722 1.222 11 0 9.778z"})}),wr("div",{className:"uppy-StatusBar-status",children:[wr("div",{className:"uppy-StatusBar-statusPrimary",children:[i("uploadFailed"),wr("button",{className:"uppy-u-reset uppy-StatusBar-details","aria-label":i("showErrorDetails"),"data-microtip-position":"top-right","data-microtip-size":"medium",onClick:function(){const e=`${i("uploadFailed")} \n\n ${t}`;alert(e)},type:"button",children:"?"})]}),wr(wn,{i18n:i,complete:r,numUploads:o})]})]})}function Dn(e){const t=[];let i,r="indeterminate";for(const{progress:o}of Object.values(e)){const{preprocess:e,postprocess:a}=o;null==i&&(e||a)&&({mode:r,message:i}=e||a),"determinate"===e?.mode&&t.push(e.value),"determinate"===a?.mode&&t.push(a.value)}return{mode:r,message:i,value:t.reduce(((e,i)=>e+i/t.length),0)}}const{STATE_ERROR:In,STATE_WAITING:Bn,STATE_PREPROCESSING:Cn,STATE_UPLOADING:Pn,STATE_POSTPROCESSING:Fn,STATE_COMPLETE:zn}=dn;function Tn({newFiles:e,allowNewUpload:t,isUploadInProgress:i,isAllPaused:r,resumableUploads:o,error:a,hideUploadButton:s,hidePauseResumeButton:n=!1,hideCancelButton:l=!1,hideRetryButton:p=!1,recoveredState:d,uploadState:c,totalProgress:h,files:u,supportsUploadProgress:f,hideAfterFinish:m=!1,isSomeGhost:y,doneButtonHandler:b,isUploadStarted:g,i18n:w,startUpload:v,uppy:x,isAllComplete:k,hideProgressDetails:S,numUploads:D,complete:I,totalSize:B,totalETA:C,totalUploadedSize:P}){const F=function(){switch(c){case Fn:case Cn:{const e=Dn(u);return"determinate"===e.mode?100*e.value:h}case In:return null;case Pn:return f?h:null;default:return h}}(),z=F??100,T=!a&&e&&(!i&&!r||d)&&t&&!s,A=!l&&c!==Bn&&c!==zn,E=o&&!n&&c===Pn,M=a&&!k&&!p,R=b&&c===zn,N=da("uppy-StatusBar-progress",{"is-indeterminate":function(){switch(c){case Fn:case Cn:{const{mode:e}=Dn(u);return"indeterminate"===e}case Pn:return!f;default:return!1}}()}),_=da("uppy-StatusBar",`is-${c}`,{"has-ghosts":y}),U=(()=>{switch(c){case Cn:case Fn:return wr(bn,{progress:Dn(u)});case zn:return wr(kn,{i18n:w});case In:return wr(Sn,{error:a,i18n:w,numUploads:D,complete:I});case Pn:return wr(xn,{i18n:w,supportsUploadProgress:f,totalProgress:h,hideProgressDetails:S,isUploadStarted:g,isAllComplete:k,isAllPaused:r,newFiles:e,numUploads:D,complete:I,totalUploadedSize:P,totalSize:B,totalETA:C,startUpload:v});default:return null}})();return!(T||M||E||A||R)&&!U||c===zn&&m?null:wr("div",{className:_,children:[wr("div",{className:N,style:{width:`${z}%`},role:"progressbar","aria-label":`${z}%`,"aria-valuetext":`${z}%`,"aria-valuemin":0,"aria-valuemax":100,"aria-valuenow":F}),U,wr("div",{className:"uppy-StatusBar-actions",children:[T?wr(cn,{newFiles:e,isUploadStarted:g,recoveredState:d,i18n:w,isSomeGhost:y,startUpload:v,uploadState:c}):null,M?wr(hn,{i18n:w,uppy:x}):null,E?wr(fn,{isAllPaused:r,i18n:w,isAllComplete:k,resumableUploads:o,uppy:x}):null,A?wr(un,{i18n:w,uppy:x}):null,R?wr(mn,{i18n:w,doneButtonHandler:b}):null]})]})}function An(e,t,i,r){if(e)return dn.STATE_ERROR;if(t)return dn.STATE_COMPLETE;if(i)return dn.STATE_WAITING;let o=dn.STATE_WAITING;const a=Object.keys(r);for(let e=0;e<a.length;e++){const{progress:t}=r[a[e]];if(t.uploadStarted&&!t.uploadComplete)return dn.STATE_UPLOADING;t.preprocess&&(o=dn.STATE_PREPROCESSING),t.postprocess&&o!==dn.STATE_PREPROCESSING&&(o=dn.STATE_POSTPROCESSING)}return o}class En extends Yi{#A;#E;#M;#R;componentDidMount(){this.#A=performance.now(),this.#E=this.props.uppy.getFiles().reduce(((e,t)=>e+(t.progress.bytesUploaded||0)),0),this.props.uppy.on("upload",this.#N)}componentWillUnmount(){this.props.uppy.off("upload",this.#N)}#N=()=>{const{recoveredState:e}=this.props.uppy.getState();this.#M=null,this.#R=null,e?this.#E=Object.values(e.files).reduce(((e,{progress:t})=>e+(t.bytesUploaded||0)),0):(this.#A=performance.now(),this.#E=0)};#_(e){if(null==e.total||0===e.total)return null;const t=e.total-e.uploaded;if(t<=0)return null;this.#A??=performance.now();const i=performance.now()-this.#A;if(0===i)return Math.round((this.#R??0)/100)/10;if(null==this.#E)return this.#E=e.uploaded,null;const r=e.uploaded-this.#E;if(this.#E=e.uploaded,r<=0)return Math.round((this.#R??0)/100)/10;const o=r/i;if(!Number.isFinite(o)||o<=0)return null;const a=null==this.#M?o:si(o,this.#M,2e3,i);if(!Number.isFinite(a)||a<=0)return null;this.#M=a;const s=t/a;if(!Number.isFinite(s)||s<0)return null;const n=Math.max((this.#R??0)-i,0),l=null==this.#R?s:si(s,n,2e3,i);return!Number.isFinite(l)||l<0?null:(this.#R=l,this.#A=performance.now(),Math.round(l/100)/10)}startUpload=()=>{const{recoveredState:e}=this.props.uppy.getState();e?this.props.uppy.emit("restore-confirmed"):this.props.uppy.upload().catch((()=>{}))};render(){const{capabilities:e,files:t,allowNewUpload:i,totalProgress:r,error:o,recoveredState:a}=this.props.uppy.getState(),{newFiles:s,startedFiles:n,completeFiles:l,isUploadStarted:p,isAllComplete:d,isAllPaused:c,isUploadInProgress:h,isSomeGhost:u}=this.props.uppy.getObjectOfFilesPerState(),f=a?Object.values(t):s,m=!!e.resumableUploads,y=!1!==e.uploadProgress;let b=null,g=0;n.every((e=>null!=e.progress.bytesTotal&&0!==e.progress.bytesTotal))?(b=0,n.forEach((e=>{b+=e.progress.bytesTotal||0,g+=e.progress.bytesUploaded||0}))):n.forEach((e=>{g+=e.progress.bytesUploaded||0}));const w=this.#_({uploaded:g,total:b});return wr(Tn,{error:o,uploadState:An(o,d,a,t||{}),allowNewUpload:i,totalProgress:r,totalSize:b,totalUploadedSize:g,isAllComplete:d,isAllPaused:c,isUploadStarted:p,isUploadInProgress:h,isSomeGhost:u,recoveredState:a,complete:l.length,newFiles:f.length,numUploads:n.length,totalETA:w,files:t,i18n:this.props.i18n,uppy:this.props.uppy,startUpload:this.startUpload,doneButtonHandler:this.props.doneButtonHandler,resumableUploads:m,supportsUploadProgress:y,hideProgressDetails:this.props.hideProgressDetails,hideUploadButton:this.props.hideUploadButton,hideRetryButton:this.props.hideRetryButton,hidePauseResumeButton:this.props.hidePauseResumeButton,hideCancelButton:this.props.hideCancelButton,hideAfterFinish:this.props.hideAfterFinish})}}var Mn={strings:{closeModal:"Close Modal",addMoreFiles:"Add more files",addingMoreFiles:"Adding more files",importFrom:"Import from %{name}",dashboardWindowTitle:"Uppy Dashboard Window (Press escape to close)",dashboardTitle:"Uppy Dashboard",copyLinkToClipboardSuccess:"Link copied to clipboard.",copyLinkToClipboardFallback:"Copy the URL below",copyLink:"Copy link",back:"Back",removeFile:"Remove file",editFile:"Edit file",editImage:"Edit image",editing:"Editing %{file}",error:"Error",finishEditingFile:"Finish editing file",saveChanges:"Save changes",myDevice:"My Device",dropHint:"Drop your files here",uploadComplete:"Upload complete",uploadPaused:"Upload paused",resumeUpload:"Resume upload",pauseUpload:"Pause upload",retryUpload:"Retry upload",cancelUpload:"Cancel upload",xFilesSelected:{0:"%{smart_count} file selected",1:"%{smart_count} files selected"},uploadingXFiles:{0:"Uploading %{smart_count} file",1:"Uploading %{smart_count} files"},processingXFiles:{0:"Processing %{smart_count} file",1:"Processing %{smart_count} files"},poweredBy:"Powered by %{uppy}",addMore:"Add more",editFileWithFilename:"Edit file %{file}",save:"Save",cancel:"Cancel",dropPasteFiles:"Drop files here or %{browseFiles}",dropPasteFolders:"Drop files here or %{browseFolders}",dropPasteBoth:"Drop files here, %{browseFiles} or %{browseFolders}",dropPasteImportFiles:"Drop files here, %{browseFiles} or import from:",dropPasteImportFolders:"Drop files here, %{browseFolders} or import from:",dropPasteImportBoth:"Drop files here, %{browseFiles}, %{browseFolders} or import from:",importFiles:"Import files from:",browseFiles:"browse files",browseFolders:"browse folders",recoveredXFiles:{0:"We could not fully recover 1 file. Please re-select it and resume the upload.",1:"We could not fully recover %{smart_count} files. Please re-select them and resume the upload."},recoveredAllFiles:"We restored all files. You can now resume the upload.",sessionRestored:"Session restored",reSelect:"Re-select",missingRequiredMetaFields:{0:"Missing required meta field: %{fields}.",1:"Missing required meta fields: %{fields}."},takePictureBtn:"Take Picture",recordVideoBtn:"Record Video",uploading:"Uploading",complete:"Complete",uploadFailed:"Upload failed",paused:"Paused",retry:"Retry",pause:"Pause",resume:"Resume",done:"Done",filesUploadedOfTotal:{0:"%{complete} of %{smart_count} file uploaded",1:"%{complete} of %{smart_count} files uploaded"},dataUploadedOfTotal:"%{complete} of %{total}",dataUploadedOfUnknown:"%{complete} of unknown",xTimeLeft:"%{time} left",uploadXFiles:{0:"Upload %{smart_count} file",1:"Upload %{smart_count} files"},uploadXNewFiles:{0:"Upload +%{smart_count} file",1:"Upload +%{smart_count} files"},upload:"Upload",xMoreFilesAdded:{0:"%{smart_count} more file added",1:"%{smart_count} more files added"},showErrorDetails:"Show error details"}};function Rn(e,t){if(t){const i=e.querySelector(`[data-uppy-paneltype="${t}"]`);if(i)return i}return e}function Nn(e,t){const i=t[0];i&&(i.focus(),e.preventDefault())}function _n(e,t,i){const r=Rn(i,t),o=fi(r.querySelectorAll(ni)),a=o.indexOf(document.activeElement);!function(e){return e.contains(document.activeElement)}(r)?Nn(e,o):e.shiftKey&&0===a?function(e,t){const i=t[t.length-1];i&&(i.focus(),e.preventDefault())}(e,o):e.shiftKey||a!==o.length-1||Nn(e,o)}function Un(){const e={};return e.promise=new Promise(((t,i)=>{e.resolve=t,e.reject=i})),e}const On={target:"body",metaFields:[],thumbnailWidth:280,thumbnailType:"image/jpeg",waitForThumbnailsBeforeUpload:!1,defaultPickerIcon:function(){return wr("svg",{"aria-hidden":"true",focusable:"false",width:"30",height:"30",viewBox:"0 0 30 30",children:wr("path",{d:"M15 30c8.284 0 15-6.716 15-15 0-8.284-6.716-15-15-15C6.716 0 0 6.716 0 15c0 8.284 6.716 15 15 15zm4.258-12.676v6.846h-8.426v-6.846H5.204l9.82-12.364 9.82 12.364H19.26z"})})},showLinkToFileUploadResult:!1,hideProgressDetails:!1,hideUploadButton:!1,hideCancelButton:!1,hideRetryButton:!1,hidePauseResumeButton:!1,hideProgressAfterFinish:!1,note:null,singleFileFullScreen:!0,disableStatusBar:!1,disableInformer:!1,disableThumbnailGenerator:!1,fileManagerSelectionType:"files",proudlyDisplayPoweredByUppy:!0,showSelectedFiles:!0,showRemoveButtonAfterComplete:!1,showNativePhotoCameraButton:!1,showNativeVideoCameraButton:!1,theme:"light",autoOpen:null,disabled:!1,disableLocalFiles:!1,nativeCameraFacingMode:"",onDragLeave:()=>{},onDragOver:()=>{},onDrop:()=>{},plugins:[],doneButtonHandler:void 0,onRequestCloseModal:null,inline:!1,animateOpenClose:!0,browserBackButtonClose:!1,closeAfterFinish:!1,closeModalOnClickOutside:!1,disablePageScrollWhenModalOpen:!0,trigger:null,width:750,height:550};class jn extends ho{static VERSION="5.1.0";#U;modalName=`uppy-Dashboard-${ta()}`;superFocus=function(){let e=!1;return ca(((t,i)=>{const r=Rn(t,i),o=r.contains(document.activeElement);if(o&&e)return;const a=r.querySelector("[data-uppy-super-focusable]");if(!o||a)if(a)a.focus({preventScroll:!0}),e=!0;else{const t=r.querySelector(ni);t?.focus({preventScroll:!0}),e=!1}}),260)}();ifFocusedOnUppyRecently=!1;dashboardIsDisabled;savedScrollPosition;savedActiveElement;resizeObserver;darkModeMediaQuery;makeDashboardInsidesVisibleAnywayTimeout;constructor(e,t){const i=t?.autoOpen??null;super(e,{...On,...t,autoOpen:i}),this.id=this.opts.id||"Dashboard",this.title="Dashboard",this.type="orchestrator",this.defaultLocale=Mn,void 0===this.opts.doneButtonHandler&&(this.opts.doneButtonHandler=()=>{this.uppy.clear(),this.requestCloseModal()}),this.opts.onRequestCloseModal??=()=>this.closeModal(),this.i18nInit()}removeTarget=e=>{const t=this.getPluginState().targets.filter((t=>t.id!==e.id));this.setPluginState({targets:t})};addTarget=e=>{const t=e.id||e.constructor.name,i=e.title||t,r=e.type;if("acquirer"!==r&&"progressindicator"!==r&&"editor"!==r)return this.uppy.log("Dashboard: can only be targeted by plugins of types: acquirer, progressindicator, editor","error"),null;const o={id:t,name:i,type:r},a=this.getPluginState().targets.slice();return a.push(o),this.setPluginState({targets:a}),this.el};hideAllPanels=()=>{const e=this.getPluginState(),t={activePickerPanel:void 0,showAddFilesPanel:!1,activeOverlayType:null,fileCardFor:null,showFileEditor:!1};e.activePickerPanel===t.activePickerPanel&&e.showAddFilesPanel===t.showAddFilesPanel&&e.showFileEditor===t.showFileEditor&&e.activeOverlayType===t.activeOverlayType||(this.setPluginState(t),this.uppy.emit("dashboard:close-panel",e.activePickerPanel?.id))};showPanel=e=>{const{targets:t}=this.getPluginState(),i=t.find((t=>"acquirer"===t.type&&t.id===e));this.setPluginState({activePickerPanel:i,activeOverlayType:"PickerPanel"}),this.uppy.emit("dashboard:show-panel",e)};canEditFile=e=>{const{targets:t}=this.getPluginState();return this.#O(t).some((t=>this.uppy.getPlugin(t.id).canEditFile(e)))};openFileEditor=e=>{const{targets:t}=this.getPluginState(),i=this.#O(t);this.setPluginState({showFileEditor:!0,fileCardFor:e.id||null,activeOverlayType:"FileEditor"}),i.forEach((t=>{this.uppy.getPlugin(t.id).selectFile(e)}))};closeFileEditor=()=>{const{metaFields:e}=this.getPluginState();this.setPluginState(e&&e.length>0?{showFileEditor:!1,activeOverlayType:"FileCard"}:{showFileEditor:!1,fileCardFor:null,activeOverlayType:"AddFiles"})};saveFileEditor=()=>{const{targets:e}=this.getPluginState();this.#O(e).forEach((e=>{this.uppy.getPlugin(e.id).save()})),this.closeFileEditor()};openModal=()=>{const{promise:e,resolve:t}=Un();if(this.savedScrollPosition=window.pageYOffset,this.savedActiveElement=document.activeElement,this.opts.disablePageScrollWhenModalOpen&&document.body.classList.add("uppy-Dashboard-isFixed"),this.opts.animateOpenClose&&this.getPluginState().isClosing){const e=()=>{this.setPluginState({isHidden:!1}),this.el.removeEventListener("animationend",e,!1),t()};this.el.addEventListener("animationend",e,!1)}else this.setPluginState({isHidden:!1}),t();return this.opts.browserBackButtonClose&&this.updateBrowserHistory(),document.addEventListener("keydown",this.handleKeyDownInModal),this.uppy.emit("dashboard:modal-open"),e};closeModal=e=>{const t=e?.manualClose??!0,{isHidden:i,isClosing:r}=this.getPluginState();if(i||r)return;const{promise:o,resolve:a}=Un();if(this.opts.disablePageScrollWhenModalOpen&&document.body.classList.remove("uppy-Dashboard-isFixed"),this.opts.animateOpenClose){this.setPluginState({isClosing:!0});const e=()=>{this.setPluginState({isHidden:!0,isClosing:!1}),this.superFocus.cancel(),this.savedActiveElement.focus(),this.el.removeEventListener("animationend",e,!1),a()};this.el.addEventListener("animationend",e,!1)}else this.setPluginState({isHidden:!0}),this.superFocus.cancel(),this.savedActiveElement.focus(),a();return document.removeEventListener("keydown",this.handleKeyDownInModal),t&&this.opts.browserBackButtonClose&&history.state?.[this.modalName]&&history.back(),this.uppy.emit("dashboard:modal-closed"),o};isModalOpen=()=>!this.getPluginState().isHidden||!1;requestCloseModal=()=>this.opts.onRequestCloseModal?this.opts.onRequestCloseModal():this.closeModal();setDarkModeCapability=e=>{const{capabilities:t}=this.uppy.getState();this.uppy.setState({capabilities:{...t,darkMode:e}})};handleSystemDarkModeChange=e=>{const t=e.matches;this.uppy.log("[Dashboard] Dark mode is "+(t?"on":"off")),this.setDarkModeCapability(t)};toggleFileCard=(e,t)=>{const i=this.uppy.getFile(t);this.uppy.emit(e?"dashboard:file-edit-start":"dashboard:file-edit-complete",i),this.setPluginState({fileCardFor:e?t:null,activeOverlayType:e?"FileCard":null})};toggleAddFilesPanel=e=>{this.setPluginState({showAddFilesPanel:e,activeOverlayType:e?"AddFiles":null})};addFiles=e=>{const t=e.map((e=>({source:this.id,name:e.name,type:e.type,data:e,meta:{relativePath:e.relativePath||e.webkitRelativePath||null}})));try{this.uppy.addFiles(t)}catch(e){this.uppy.log(e)}};startListeningToResize=()=>{this.resizeObserver=new ResizeObserver((e=>{const t=e[0],{width:i,height:r}=t.contentRect;this.setPluginState({containerWidth:i,containerHeight:r,areInsidesReadyToBeVisible:!0})})),this.resizeObserver.observe(this.el.querySelector(".uppy-Dashboard-inner")),this.makeDashboardInsidesVisibleAnywayTimeout=setTimeout((()=>{const e=this.getPluginState();e.areInsidesReadyToBeVisible||!this.opts.inline&&e.isHidden||(this.uppy.log("[Dashboard] resize event didn’t fire on time: defaulted to mobile layout","warning"),this.setPluginState({areInsidesReadyToBeVisible:!0}))}),1e3)};stopListeningToResize=()=>{this.resizeObserver.disconnect(),clearTimeout(this.makeDashboardInsidesVisibleAnywayTimeout)};recordIfFocusedOnUppyRecently=e=>{this.el.contains(e.target)?this.ifFocusedOnUppyRecently=!0:(this.ifFocusedOnUppyRecently=!1,this.superFocus.cancel())};disableInteractiveElements=e=>{const t=this.#U??fi(this.el.querySelectorAll(["a[href]","input:not([disabled])","select:not([disabled])","textarea:not([disabled])","button:not([disabled])",'[role="button"]:not([disabled])'])).filter((e=>!e.classList.contains("uppy-Dashboard-close")));for(const i of t)"A"===i.tagName?i.setAttribute("aria-disabled",e):i.disabled=e;this.#U=e?t:null,this.dashboardIsDisabled=e};updateBrowserHistory=()=>{history.state?.[this.modalName]||history.pushState({...history.state,[this.modalName]:!0},""),window.addEventListener("popstate",this.handlePopState,!1)};handlePopState=e=>{!this.isModalOpen()||e.state&&e.state[this.modalName]||this.closeModal({manualClose:!1}),!this.isModalOpen()&&e.state?.[this.modalName]&&history.back()};handleKeyDownInModal=e=>{27===e.keyCode&&this.requestCloseModal(),9===e.keyCode&&_n(e,this.getPluginState().activeOverlayType,this.el)};handleClickOutside=()=>{this.opts.closeModalOnClickOutside&&this.requestCloseModal()};handlePaste=e=>{this.uppy.iteratePlugins((t=>{"acquirer"===t.type&&t.handleRootPaste?.(e)}));const t=fi(e.clipboardData.files);t.length>0&&(this.uppy.log("[Dashboard] Files pasted"),this.addFiles(t))};handleInputChange=e=>{e.preventDefault();const t=fi(e.currentTarget.files||[]);t.length>0&&(this.uppy.log("[Dashboard] Files selected through input"),this.addFiles(t))};handleDragOver=e=>{e.preventDefault(),e.stopPropagation();const t=(()=>{let t=!0;return this.uppy.iteratePlugins((i=>{i.canHandleRootDrop?.(e)&&(t=!0)})),t})(),i=(()=>{const{types:t}=e.dataTransfer;return t.some((e=>"Files"===e))})();!t&&!i||this.opts.disabled||this.opts.disableLocalFiles&&(i||!t)||!this.uppy.getState().allowNewUpload?e.dataTransfer.dropEffect="none":(e.dataTransfer.dropEffect="copy",this.setPluginState({isDraggingOver:!0}),this.opts.onDragOver(e))};handleDragLeave=e=>{e.preventDefault(),e.stopPropagation(),this.setPluginState({isDraggingOver:!1}),this.opts.onDragLeave(e)};handleDrop=async e=>{e.preventDefault(),e.stopPropagation(),this.setPluginState({isDraggingOver:!1}),this.uppy.iteratePlugins((t=>{"acquirer"===t.type&&t.handleRootDrop?.(e)}));let t=!1;this.uppy.log("[Dashboard] Processing dropped files");const i=await async function(e,t){const i=t?.logDropError??Function.prototype;try{const t=[];for await(const r of async function*(e,t){const i=await Promise.all(Array.from(e.items,(async e=>{let i;return i??=yi("function"==typeof e.getAsEntry?e.getAsEntry():e.webkitGetAsEntry(),t),{fileSystemHandle:i,lastResortFile:e.getAsFile()}})));for(const{lastResortFile:e,fileSystemHandle:r}of i)if(null!=r)try{yield*bi(r,"",e)}catch(i){null!=e?yield e:t(i)}else null!=e&&(yield e)}(e,i))t.push(r);return t}catch{return function(e){const t=fi(e.files);return Promise.resolve(t)}(e)}}(e.dataTransfer,{logDropError:e=>{this.uppy.log(e,"error"),t||(this.uppy.info(e.message,"error"),t=!0)}});i.length>0&&(this.uppy.log("[Dashboard] Files dropped"),this.addFiles(i)),this.opts.onDrop(e)};handleRequestThumbnail=e=>{this.opts.waitForThumbnailsBeforeUpload||this.uppy.emit("thumbnail:request",e)};handleCancelThumbnail=e=>{this.opts.waitForThumbnailsBeforeUpload||this.uppy.emit("thumbnail:cancel",e)};handleKeyDownInInline=e=>{9===e.keyCode&&function(e,t,i){null===t||_n(e,t,i)}(e,this.getPluginState().activeOverlayType,this.el)};handlePasteOnBody=e=>{this.el.contains(document.activeElement)&&this.handlePaste(e)};handleComplete=({failed:e})=>{this.opts.closeAfterFinish&&!e?.length&&this.requestCloseModal()};#j=()=>{if(this.opts.disableThumbnailGenerator)return;const e=this.uppy.getFiles();if(1===e.length){const t=this.uppy.getPlugin(`${this.id}:ThumbnailGenerator`);t?.setOptions({thumbnailWidth:600});const i={...e[0],preview:void 0};t?.requestThumbnail(i).then((()=>{t?.setOptions({thumbnailWidth:this.opts.thumbnailWidth})}))}};#W=e=>{const t=e[0],{metaFields:i}=this.getPluginState(),r=i&&i.length>0,o=this.canEditFile(t);r&&"metaEditor"===this.opts.autoOpen?this.toggleFileCard(!0,t.id):o&&"imageEditor"===this.opts.autoOpen&&this.openFileEditor(t)};initEvents=()=>{if(this.opts.trigger&&!this.opts.inline){const e=pi(this.opts.trigger);e?e.forEach((e=>e.addEventListener("click",this.openModal))):this.uppy.log("Dashboard modal trigger not found. Make sure `trigger` is set in Dashboard options, unless you are planning to call `dashboard.openModal()` method yourself","warning")}this.startListeningToResize(),document.addEventListener("paste",this.handlePasteOnBody),this.uppy.on("plugin-added",this.#$),this.uppy.on("plugin-remove",this.removeTarget),this.uppy.on("file-added",this.hideAllPanels),this.uppy.on("dashboard:modal-closed",this.hideAllPanels),this.uppy.on("complete",this.handleComplete),this.uppy.on("files-added",this.#j),this.uppy.on("file-removed",this.#j),document.addEventListener("focus",this.recordIfFocusedOnUppyRecently,!0),document.addEventListener("click",this.recordIfFocusedOnUppyRecently,!0),this.opts.inline&&this.el.addEventListener("keydown",this.handleKeyDownInInline),this.opts.autoOpen&&this.uppy.on("files-added",this.#W)};removeEvents=()=>{const e=pi(this.opts.trigger);!this.opts.inline&&e&&e.forEach((e=>e.removeEventListener("click",this.openModal))),this.stopListeningToResize(),document.removeEventListener("paste",this.handlePasteOnBody),window.removeEventListener("popstate",this.handlePopState,!1),this.uppy.off("plugin-added",this.#$),this.uppy.off("plugin-remove",this.removeTarget),this.uppy.off("file-added",this.hideAllPanels),this.uppy.off("dashboard:modal-closed",this.hideAllPanels),this.uppy.off("complete",this.handleComplete),this.uppy.off("files-added",this.#j),this.uppy.off("file-removed",this.#j),document.removeEventListener("focus",this.recordIfFocusedOnUppyRecently),document.removeEventListener("click",this.recordIfFocusedOnUppyRecently),this.opts.inline&&this.el.removeEventListener("keydown",this.handleKeyDownInInline),this.opts.autoOpen&&this.uppy.off("files-added",this.#W)};superFocusOnEachUpdate=()=>{const e=this.el.contains(document.activeElement),t=document.activeElement===document.body||null===document.activeElement;0===this.uppy.getState().info.length&&(!this.opts.inline||e||t&&this.ifFocusedOnUppyRecently)?this.superFocus(this.el,this.getPluginState().activeOverlayType):this.superFocus.cancel()};afterUpdate=()=>{!this.opts.disabled||this.dashboardIsDisabled?(!this.opts.disabled&&this.dashboardIsDisabled&&this.disableInteractiveElements(!1),this.superFocusOnEachUpdate()):this.disableInteractiveElements(!0)};saveFileCard=(e,t)=>{this.uppy.setFileMeta(t,e),this.toggleFileCard(!1,t)};#L=e=>{const t=this.uppy.getPlugin(e.id);return{...e,icon:t.icon||this.opts.defaultPickerIcon,render:t.render}};#H=e=>{const t=this.uppy.getPlugin(e.id);return"function"!=typeof t.isSupported||t.isSupported()};#V=e=>e.filter((e=>"acquirer"===e.type&&this.#H(e))).map(this.#L);#J=e=>e.filter((e=>"progressindicator"===e.type)).map(this.#L);#O=e=>e.filter((e=>"editor"===e.type)).map(this.#L);render=e=>{const t=this.getPluginState(),{files:i,capabilities:r,allowNewUpload:o}=e,{newFiles:a,uploadStartedFiles:s,completeFiles:n,erroredFiles:l,inProgressFiles:p,inProgressNotPausedFiles:d,processingFiles:c,isUploadStarted:h,isAllComplete:u,isAllPaused:f}=this.uppy.getObjectOfFilesPerState(),m=this.#V(t.targets),y=this.#J(t.targets),b=this.#O(t.targets);let g;return g="auto"===this.opts.theme?r.darkMode?"dark":"light":this.opts.theme,["files","folders","both"].indexOf(this.opts.fileManagerSelectionType)<0&&(this.opts.fileManagerSelectionType="files",console.warn(`Unsupported option for "fileManagerSelectionType". Using default of "${this.opts.fileManagerSelectionType}".`)),function(e){const t=0===e.totalFileCount,i=1===e.totalFileCount,r=e.containerWidth>576,o=da({"uppy-Dashboard":!0,"uppy-Dashboard--isDisabled":e.disabled,"uppy-Dashboard--animateOpenClose":e.animateOpenClose,"uppy-Dashboard--isClosing":e.isClosing,"uppy-Dashboard--isDraggingOver":e.isDraggingOver,"uppy-Dashboard--modal":!e.inline,"uppy-size--md":e.containerWidth>576,"uppy-size--lg":e.containerWidth>700,"uppy-size--xl":e.containerWidth>900,"uppy-size--height-md":e.containerHeight>330,"uppy-Dashboard--isAddFilesPanelVisible":e.showAddFilesPanel,"uppy-Dashboard--isInnerWrapVisible":e.areInsidesReadyToBeVisible,"uppy-Dashboard--singleFile":e.singleFileFullScreen&&i&&e.containerHeight>330});let a=1;e.containerWidth>900?a=5:e.containerWidth>700?a=4:e.containerWidth>576&&(a=3);const s=e.showSelectedFiles&&!t,n=e.recoveredState?Object.keys(e.recoveredState.files).length:null,l=e.files?Object.keys(e.files).filter((t=>e.files[t].isGhost)).length:0;return wr("div",{className:o,"data-uppy-theme":e.theme,"data-uppy-num-acquirers":e.acquirers.length,"data-uppy-drag-drop-supported":!e.disableLocalFiles&&ki(),"aria-hidden":e.inline?"false":e.isHidden,"aria-disabled":e.disabled,"aria-label":e.i18n(e.inline?"dashboardTitle":"dashboardWindowTitle"),onPaste:e.handlePaste,onDragOver:e.handleDragOver,onDragLeave:e.handleDragLeave,onDrop:e.handleDrop,children:[wr("div",{"aria-hidden":"true",className:"uppy-Dashboard-overlay",tabIndex:-1,onClick:e.handleClickOutside}),wr("div",{className:"uppy-Dashboard-inner",role:e.inline?void 0:"dialog",style:{width:e.inline&&e.width?e.width:"",height:e.inline&&e.height?e.height:""},children:[e.inline?null:wr("button",{className:"uppy-u-reset uppy-Dashboard-close",type:"button","aria-label":e.i18n("closeModal"),title:e.i18n("closeModal"),onClick:e.closeModal,children:wr("span",{"aria-hidden":"true",children:"×"})}),wr("div",{className:"uppy-Dashboard-innerWrap",children:[wr("div",{className:"uppy-Dashboard-dropFilesHereHint",children:e.i18n("dropHint")}),s&&wr(nn,{...e}),null!=n&&n>0&&wr("div",{className:"uppy-Dashboard-serviceMsg",children:[wr("svg",{className:"uppy-Dashboard-serviceMsg-icon","aria-hidden":"true",focusable:"false",width:"21",height:"16",viewBox:"0 0 24 19",children:wr("g",{transform:"translate(0 -1)",fill:"none",fillRule:"evenodd",children:[wr("path",{d:"M12.857 1.43l10.234 17.056A1 1 0 0122.234 20H1.766a1 1 0 01-.857-1.514L11.143 1.429a1 1 0 011.714 0z",fill:"#FFD300"}),wr("path",{fill:"#000",d:"M11 6h2l-.3 8h-1.4z"}),wr("circle",{fill:"#000",cx:"12",cy:"17",r:"1"})]})}),wr("strong",{className:"uppy-Dashboard-serviceMsg-title",children:e.i18n("sessionRestored")}),wr("div",{className:"uppy-Dashboard-serviceMsg-text",children:l>0?e.i18n("recoveredXFiles",{smart_count:l}):e.i18n("recoveredAllFiles")})]}),s?wr(Xs,{id:e.id,i18n:e.i18n,uppy:e.uppy,files:e.files,resumableUploads:e.resumableUploads,hideRetryButton:e.hideRetryButton,hidePauseResumeButton:e.hidePauseResumeButton,hideCancelButton:e.hideCancelButton,showLinkToFileUploadResult:e.showLinkToFileUploadResult,showRemoveButtonAfterComplete:e.showRemoveButtonAfterComplete,metaFields:e.metaFields,toggleFileCard:e.toggleFileCard,handleRequestThumbnail:e.handleRequestThumbnail,handleCancelThumbnail:e.handleCancelThumbnail,recoveredState:e.recoveredState,individualCancellation:e.individualCancellation,openFileEditor:e.openFileEditor,canEditFile:e.canEditFile,toggleAddFilesPanel:e.toggleAddFilesPanel,isSingleFile:i,itemsPerRow:a,containerWidth:e.containerWidth,containerHeight:e.containerHeight}):wr(Ds,{i18n:e.i18n,i18nArray:e.i18nArray,acquirers:e.acquirers,handleInputChange:e.handleInputChange,maxNumberOfFiles:e.maxNumberOfFiles,allowedFileTypes:e.allowedFileTypes,showNativePhotoCameraButton:e.showNativePhotoCameraButton,showNativeVideoCameraButton:e.showNativeVideoCameraButton,nativeCameraFacingMode:e.nativeCameraFacingMode,showPanel:e.showPanel,activePickerPanel:e.activePickerPanel,disableLocalFiles:e.disableLocalFiles,fileManagerSelectionType:e.fileManagerSelectionType,note:e.note,proudlyDisplayPoweredByUppy:e.proudlyDisplayPoweredByUppy}),wr(pn,{children:e.showAddFilesPanel?wr(Is,{...e,isSizeMD:r},"AddFiles"):null}),wr(pn,{children:e.fileCardFor?wr(Ts,{...e},"FileCard"):null}),wr(pn,{children:e.activePickerPanel?wr(rn,{...e},"Picker"):null}),wr(pn,{children:e.showFileEditor?wr(Bs,{...e},"Editor"):null}),wr("div",{className:"uppy-Dashboard-progressindicators",children:[!e.disableInformer&&wr(tn,{uppy:e.uppy}),!e.disableStatusBar&&wr(En,{uppy:e.uppy,i18n:e.i18n,hideProgressDetails:e.hideProgressDetails,hideUploadButton:e.hideUploadButton,hideRetryButton:e.hideRetryButton,hidePauseResumeButton:e.hidePauseResumeButton,hideCancelButton:e.hideCancelButton,hideAfterFinish:e.hideProgressAfterFinish,doneButtonHandler:e.doneButtonHandler}),!e.disableInformer&&wr(tn,{uppy:e.uppy}),e.progressindicators.map((t=>e.uppy.getPlugin(t.id).render(e.state)))]})]})]})]})}({state:e,isHidden:t.isHidden,files:i,newFiles:a,uploadStartedFiles:s,completeFiles:n,erroredFiles:l,inProgressFiles:p,inProgressNotPausedFiles:d,processingFiles:c,isUploadStarted:h,isAllComplete:u,isAllPaused:f,totalFileCount:Object.keys(i).length,totalProgress:e.totalProgress,allowNewUpload:o,acquirers:m,theme:g,disabled:this.opts.disabled,disableLocalFiles:this.opts.disableLocalFiles,direction:this.opts.direction,activePickerPanel:t.activePickerPanel,showFileEditor:t.showFileEditor,saveFileEditor:this.saveFileEditor,closeFileEditor:this.closeFileEditor,disableInteractiveElements:this.disableInteractiveElements,animateOpenClose:this.opts.animateOpenClose,isClosing:t.isClosing,progressindicators:y,editors:b,autoProceed:this.uppy.opts.autoProceed,id:this.id,closeModal:this.requestCloseModal,handleClickOutside:this.handleClickOutside,handleInputChange:this.handleInputChange,handlePaste:this.handlePaste,inline:this.opts.inline,showPanel:this.showPanel,hideAllPanels:this.hideAllPanels,i18n:this.i18n,i18nArray:this.i18nArray,uppy:this.uppy,note:this.opts.note,recoveredState:e.recoveredState,metaFields:t.metaFields,resumableUploads:r.resumableUploads||!1,individualCancellation:r.individualCancellation,isMobileDevice:r.isMobileDevice,fileCardFor:t.fileCardFor,toggleFileCard:this.toggleFileCard,toggleAddFilesPanel:this.toggleAddFilesPanel,showAddFilesPanel:t.showAddFilesPanel,saveFileCard:this.saveFileCard,openFileEditor:this.openFileEditor,canEditFile:this.canEditFile,width:this.opts.width,height:this.opts.height,showLinkToFileUploadResult:this.opts.showLinkToFileUploadResult,fileManagerSelectionType:this.opts.fileManagerSelectionType,proudlyDisplayPoweredByUppy:this.opts.proudlyDisplayPoweredByUppy,showRemoveButtonAfterComplete:this.opts.showRemoveButtonAfterComplete,containerWidth:t.containerWidth,containerHeight:t.containerHeight,areInsidesReadyToBeVisible:t.areInsidesReadyToBeVisible,parentElement:this.el,allowedFileTypes:this.uppy.opts.restrictions.allowedFileTypes,maxNumberOfFiles:this.uppy.opts.restrictions.maxNumberOfFiles,requiredMetaFields:this.uppy.opts.restrictions.requiredMetaFields,showSelectedFiles:this.opts.showSelectedFiles,showNativePhotoCameraButton:this.opts.showNativePhotoCameraButton,showNativeVideoCameraButton:this.opts.showNativeVideoCameraButton,nativeCameraFacingMode:this.opts.nativeCameraFacingMode,singleFileFullScreen:this.opts.singleFileFullScreen,handleRequestThumbnail:this.handleRequestThumbnail,handleCancelThumbnail:this.handleCancelThumbnail,isDraggingOver:t.isDraggingOver,handleDragOver:this.handleDragOver,handleDragLeave:this.handleDragLeave,handleDrop:this.handleDrop,disableInformer:this.opts.disableInformer,disableStatusBar:this.opts.disableStatusBar,hideProgressDetails:this.opts.hideProgressDetails,hideUploadButton:this.opts.hideUploadButton,hideRetryButton:this.opts.hideRetryButton,hidePauseResumeButton:this.opts.hidePauseResumeButton,hideCancelButton:this.opts.hideCancelButton,hideProgressAfterFinish:this.opts.hideProgressAfterFinish,doneButtonHandler:this.opts.doneButtonHandler})};#K=()=>{const{plugins:e}=this.opts;e.forEach((e=>{const t=this.uppy.getPlugin(e);t?t.mount(this,t):this.uppy.log(`[Uppy] Dashboard could not find plugin '${e}', make sure to uppy.use() the plugins you are specifying`,"warning")}))};#q=()=>{this.uppy.iteratePlugins(this.#$)};#$=e=>{e&&!e.opts?.target&&["acquirer","editor"].includes(e.type)&&(this.getPluginState().targets.some((t=>e.id===t.id))||e.mount(this,e))};#G(){const{thumbnailWidth:e,thumbnailHeight:t,thumbnailType:i,waitForThumbnailsBeforeUpload:r}=this.opts;return{thumbnailWidth:e,thumbnailHeight:t,thumbnailType:i,waitForThumbnailsBeforeUpload:r,lazy:!r}}setOptions(e){super.setOptions(e),this.uppy.getPlugin(this.#X())?.setOptions(this.#G())}#X(){return`${this.id}:ThumbnailGenerator`}install=()=>{this.setPluginState({isHidden:!0,fileCardFor:null,activeOverlayType:null,showAddFilesPanel:!1,activePickerPanel:void 0,showFileEditor:!1,metaFields:this.opts.metaFields,targets:[],areInsidesReadyToBeVisible:!1,isDraggingOver:!1});const{inline:e,closeAfterFinish:t}=this.opts;if(e&&t)throw new Error("[Dashboard] `closeAfterFinish: true` cannot be used on an inline Dashboard, because an inline Dashboard cannot be closed at all. Either set `inline: false`, or disable the `closeAfterFinish` option.");const{allowMultipleUploads:i,allowMultipleUploadBatches:r}=this.uppy.opts;(i||r)&&t&&this.uppy.log("[Dashboard] When using `closeAfterFinish`, we recommended setting the `allowMultipleUploadBatches` option to `false` in the Uppy constructor. See https://uppy.io/docs/uppy/#allowMultipleUploads-true","warning");const{target:o}=this.opts;o&&this.mount(o,this),this.opts.disableThumbnailGenerator||this.uppy.use(Ss,{id:this.#X(),...this.#G()}),this.darkModeMediaQuery="undefined"!=typeof window&&window.matchMedia?window.matchMedia("(prefers-color-scheme: dark)"):null;const a=!!this.darkModeMediaQuery&&this.darkModeMediaQuery.matches;this.uppy.log("[Dashboard] Dark mode is "+(a?"on":"off")),this.setDarkModeCapability(a),"auto"===this.opts.theme&&this.darkModeMediaQuery?.addListener(this.handleSystemDarkModeChange),this.#K(),this.#q(),this.initEvents()};uninstall=()=>{if(!this.opts.disableThumbnailGenerator){const e=this.uppy.getPlugin(`${this.id}:ThumbnailGenerator`);e&&this.uppy.removePlugin(e)}const{plugins:e}=this.opts;e.forEach((e=>{const t=this.uppy.getPlugin(e);t&&t.unmount()})),"auto"===this.opts.theme&&this.darkModeMediaQuery?.removeListener(this.handleSystemDarkModeChange),this.opts.disablePageScrollWhenModalOpen&&document.body.classList.remove("uppy-Dashboard-isFixed"),this.unmount(),this.removeEvents()}}var Wn,$n={exports:{}},Ln=(Wn||(Wn=1,$n.exports=function(){function e(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,r)}return i}function t(t){for(var r=1;r<arguments.length;r++){var o=null!=arguments[r]?arguments[r]:{};r%2?e(Object(o),!0).forEach((function(e){var r,a,s;r=t,s=o[e],(a=i(a=e))in r?Object.defineProperty(r,a,{value:s,enumerable:!0,configurable:!0,writable:!0}):r[a]=s})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(o)):e(Object(o)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(o,e))}))}return t}function i(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var i=e[Symbol.toPrimitive];if(void 0!==i){var r=i.call(e,t);if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:t+""}function r(e){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(e)}function o(e,t){for(var r=0;r<t.length;r++){var o=t[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,i(o.key),o)}}function a(e){return function(e){if(Array.isArray(e))return s(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(e){if("string"==typeof e)return s(e,t);var i=Object.prototype.toString.call(e).slice(8,-1);return"Object"===i&&e.constructor&&(i=e.constructor.name),"Map"===i||"Set"===i?Array.from(e):"Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i)?s(e,t):void 0}}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function s(e,t){(null==t||t>e.length)&&(t=e.length);for(var i=0,r=new Array(t);i<t;i++)r[i]=e[i];return r}var n="undefined"!=typeof window&&void 0!==window.document,l=n?window:{},p=!(!n||!l.document.documentElement)&&"ontouchstart"in l.document.documentElement,d=!!n&&"PointerEvent"in l,c="cropper",h="all",u="crop",f="move",m="zoom",y="e",b="w",g="s",w="n",v="ne",x="nw",k="se",S="sw",D="".concat(c,"-crop"),I="".concat(c,"-disabled"),B="".concat(c,"-hidden"),C="".concat(c,"-hide"),P="".concat(c,"-invisible"),F="".concat(c,"-modal"),z="".concat(c,"-move"),T="".concat(c,"Action"),A="".concat(c,"Preview"),E="crop",M="move",R="none",N="crop",_="cropend",U="cropmove",O="cropstart",j="dblclick",W=d?"pointerdown":p?"touchstart":"mousedown",$=d?"pointermove":p?"touchmove":"mousemove",L=d?"pointerup pointercancel":p?"touchend touchcancel":"mouseup",H="ready",V="resize",J="wheel",K="zoom",q="image/jpeg",G=/^e|w|s|n|se|sw|ne|nw|all|crop|move|zoom$/,X=/^data:/,Y=/^data:image\/jpeg;base64,/,Z=/^img|canvas$/i,Q={viewMode:0,dragMode:E,initialAspectRatio:NaN,aspectRatio:NaN,data:null,preview:"",responsive:!0,restore:!0,checkCrossOrigin:!0,checkOrientation:!0,modal:!0,guides:!0,center:!0,highlight:!0,background:!0,autoCrop:!0,autoCropArea:.8,movable:!0,rotatable:!0,scalable:!0,zoomable:!0,zoomOnTouch:!0,zoomOnWheel:!0,wheelZoomRatio:.1,cropBoxMovable:!0,cropBoxResizable:!0,toggleDragModeOnDblclick:!0,minCanvasWidth:0,minCanvasHeight:0,minCropBoxWidth:0,minCropBoxHeight:0,minContainerWidth:200,minContainerHeight:100,ready:null,cropstart:null,cropmove:null,cropend:null,crop:null,zoom:null},ee=Number.isNaN||l.isNaN;function te(e){return"number"==typeof e&&!ee(e)}var ie=function(e){return e>0&&e<1/0};function re(e){return void 0===e}function oe(e){return"object"===r(e)&&null!==e}var ae=Object.prototype.hasOwnProperty;function se(e){if(!oe(e))return!1;try{var t=e.constructor,i=t.prototype;return t&&i&&ae.call(i,"isPrototypeOf")}catch(e){return!1}}function ne(e){return"function"==typeof e}var le=Array.prototype.slice;function pe(e){return Array.from?Array.from(e):le.call(e)}function de(e,t){return e&&ne(t)&&(Array.isArray(e)||te(e.length)?pe(e).forEach((function(i,r){t.call(e,i,r,e)})):oe(e)&&Object.keys(e).forEach((function(i){t.call(e,e[i],i,e)}))),e}var ce=Object.assign||function(e){for(var t=arguments.length,i=new Array(t>1?t-1:0),r=1;r<t;r++)i[r-1]=arguments[r];return oe(e)&&i.length>0&&i.forEach((function(t){oe(t)&&Object.keys(t).forEach((function(i){e[i]=t[i]}))})),e},he=/\.\d*(?:0|9){12}\d*$/;function ue(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1e11;return he.test(e)?Math.round(e*t)/t:e}var fe=/^width|height|left|top|marginLeft|marginTop$/;function me(e,t){var i=e.style;de(t,(function(e,t){fe.test(t)&&te(e)&&(e="".concat(e,"px")),i[t]=e}))}function ye(e,t){if(t)if(te(e.length))de(e,(function(e){ye(e,t)}));else if(e.classList)e.classList.add(t);else{var i=e.className.trim();i?i.indexOf(t)<0&&(e.className="".concat(i," ").concat(t)):e.className=t}}function be(e,t){t&&(te(e.length)?de(e,(function(e){be(e,t)})):e.classList?e.classList.remove(t):e.className.indexOf(t)>=0&&(e.className=e.className.replace(t,"")))}function ge(e,t,i){t&&(te(e.length)?de(e,(function(e){ge(e,t,i)})):i?ye(e,t):be(e,t))}var we=/([a-z\d])([A-Z])/g;function ve(e){return e.replace(we,"$1-$2").toLowerCase()}function xe(e,t){return oe(e[t])?e[t]:e.dataset?e.dataset[t]:e.getAttribute("data-".concat(ve(t)))}function ke(e,t,i){oe(i)?e[t]=i:e.dataset?e.dataset[t]=i:e.setAttribute("data-".concat(ve(t)),i)}var Se=/\s\s*/,De=function(){var e=!1;if(n){var t=!1,i=function(){},r=Object.defineProperty({},"once",{get:function(){return e=!0,t},set:function(e){t=e}});l.addEventListener("test",i,r),l.removeEventListener("test",i,r)}return e}();function Ie(e,t,i){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},o=i;t.trim().split(Se).forEach((function(t){if(!De){var a=e.listeners;a&&a[t]&&a[t][i]&&(o=a[t][i],delete a[t][i],0===Object.keys(a[t]).length&&delete a[t],0===Object.keys(a).length&&delete e.listeners)}e.removeEventListener(t,o,r)}))}function Be(e,t,i){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},o=i;t.trim().split(Se).forEach((function(t){if(r.once&&!De){var a=e.listeners,s=void 0===a?{}:a;o=function(){delete s[t][i],e.removeEventListener(t,o,r);for(var a=arguments.length,n=new Array(a),l=0;l<a;l++)n[l]=arguments[l];i.apply(e,n)},s[t]||(s[t]={}),s[t][i]&&e.removeEventListener(t,s[t][i],r),s[t][i]=o,e.listeners=s}e.addEventListener(t,o,r)}))}function Ce(e,t,i){var r;return ne(Event)&&ne(CustomEvent)?r=new CustomEvent(t,{detail:i,bubbles:!0,cancelable:!0}):(r=document.createEvent("CustomEvent")).initCustomEvent(t,!0,!0,i),e.dispatchEvent(r)}function Pe(e){var t=e.getBoundingClientRect();return{left:t.left+(window.pageXOffset-document.documentElement.clientLeft),top:t.top+(window.pageYOffset-document.documentElement.clientTop)}}var Fe=l.location,ze=/^(\w+:)\/\/([^:/?#]*):?(\d*)/i;function Te(e){var t=e.match(ze);return null!==t&&(t[1]!==Fe.protocol||t[2]!==Fe.hostname||t[3]!==Fe.port)}function Ae(e){var t="timestamp=".concat((new Date).getTime());return e+(-1===e.indexOf("?")?"?":"&")+t}function Ee(e){var t=e.rotate,i=e.scaleX,r=e.scaleY,o=e.translateX,a=e.translateY,s=[];te(o)&&0!==o&&s.push("translateX(".concat(o,"px)")),te(a)&&0!==a&&s.push("translateY(".concat(a,"px)")),te(t)&&0!==t&&s.push("rotate(".concat(t,"deg)")),te(i)&&1!==i&&s.push("scaleX(".concat(i,")")),te(r)&&1!==r&&s.push("scaleY(".concat(r,")"));var n=s.length?s.join(" "):"none";return{WebkitTransform:n,msTransform:n,transform:n}}function Me(e,i){var r=e.pageX,o=e.pageY,a={endX:r,endY:o};return i?a:t({startX:r,startY:o},a)}function Re(e){var t=e.aspectRatio,i=e.height,r=e.width,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"contain",a=ie(r),s=ie(i);if(a&&s){var n=i*t;"contain"===o&&n>r||"cover"===o&&n<r?i=r/t:r=i*t}else a?i=r/t:s&&(r=i*t);return{width:r,height:i}}var Ne=String.fromCharCode;var _e=/^data:.*,/;function Ue(e){var t,i=new DataView(e);try{var r,o,a;if(255===i.getUint8(0)&&216===i.getUint8(1))for(var s=i.byteLength,n=2;n+1<s;){if(255===i.getUint8(n)&&225===i.getUint8(n+1)){o=n;break}n+=1}if(o){var l=o+10;if("Exif"===function(e,t,i){var r="";i+=t;for(var o=t;o<i;o+=1)r+=Ne(e.getUint8(o));return r}(i,o+4,4)){var p=i.getUint16(l);if(((r=18761===p)||19789===p)&&42===i.getUint16(l+2,r)){var d=i.getUint32(l+4,r);d>=8&&(a=l+d)}}}if(a){var c,h,u=i.getUint16(a,r);for(h=0;h<u;h+=1)if(274===i.getUint16(c=a+12*h+2,r)){t=i.getUint16(c+=8,r),i.setUint16(c,1,r);break}}}catch(e){t=1}return t}var Oe={render:function(){this.initContainer(),this.initCanvas(),this.initCropBox(),this.renderCanvas(),this.cropped&&this.renderCropBox()},initContainer:function(){var e=this.element,t=this.options,i=this.container,r=this.cropper,o=Number(t.minContainerWidth),a=Number(t.minContainerHeight);ye(r,B),be(e,B);var s={width:Math.max(i.offsetWidth,o>=0?o:200),height:Math.max(i.offsetHeight,a>=0?a:100)};this.containerData=s,me(r,{width:s.width,height:s.height}),ye(e,B),be(r,B)},initCanvas:function(){var e=this.containerData,t=this.imageData,i=this.options.viewMode,r=Math.abs(t.rotate)%180==90,o=r?t.naturalHeight:t.naturalWidth,a=r?t.naturalWidth:t.naturalHeight,s=o/a,n=e.width,l=e.height;e.height*s>e.width?3===i?n=e.height*s:l=e.width/s:3===i?l=e.width/s:n=e.height*s;var p={aspectRatio:s,naturalWidth:o,naturalHeight:a,width:n,height:l};this.canvasData=p,this.limited=1===i||2===i,this.limitCanvas(!0,!0),p.width=Math.min(Math.max(p.width,p.minWidth),p.maxWidth),p.height=Math.min(Math.max(p.height,p.minHeight),p.maxHeight),p.left=(e.width-p.width)/2,p.top=(e.height-p.height)/2,p.oldLeft=p.left,p.oldTop=p.top,this.initialCanvasData=ce({},p)},limitCanvas:function(e,t){var i=this.options,r=this.containerData,o=this.canvasData,a=this.cropBoxData,s=i.viewMode,n=o.aspectRatio,l=this.cropped&&a;if(e){var p=Number(i.minCanvasWidth)||0,d=Number(i.minCanvasHeight)||0;s>1?(p=Math.max(p,r.width),d=Math.max(d,r.height),3===s&&(d*n>p?p=d*n:d=p/n)):s>0&&(p?p=Math.max(p,l?a.width:0):d?d=Math.max(d,l?a.height:0):l&&((d=a.height)*n>(p=a.width)?p=d*n:d=p/n));var c=Re({aspectRatio:n,width:p,height:d});d=c.height,o.minWidth=p=c.width,o.minHeight=d,o.maxWidth=1/0,o.maxHeight=1/0}if(t)if(s>(l?0:1)){var h=r.width-o.width,u=r.height-o.height;o.minLeft=Math.min(0,h),o.minTop=Math.min(0,u),o.maxLeft=Math.max(0,h),o.maxTop=Math.max(0,u),l&&this.limited&&(o.minLeft=Math.min(a.left,a.left+(a.width-o.width)),o.minTop=Math.min(a.top,a.top+(a.height-o.height)),o.maxLeft=a.left,o.maxTop=a.top,2===s&&(o.width>=r.width&&(o.minLeft=Math.min(0,h),o.maxLeft=Math.max(0,h)),o.height>=r.height&&(o.minTop=Math.min(0,u),o.maxTop=Math.max(0,u))))}else o.minLeft=-o.width,o.minTop=-o.height,o.maxLeft=r.width,o.maxTop=r.height},renderCanvas:function(e,t){var i=this.canvasData,r=this.imageData;if(t){var o=function(e){var t=e.width,i=e.height,r=e.degree;if(90==(r=Math.abs(r)%180))return{width:i,height:t};var o=r%90*Math.PI/180,a=Math.sin(o),s=Math.cos(o),n=t*s+i*a,l=t*a+i*s;return r>90?{width:l,height:n}:{width:n,height:l}}({width:r.naturalWidth*Math.abs(r.scaleX||1),height:r.naturalHeight*Math.abs(r.scaleY||1),degree:r.rotate||0}),a=o.width,s=o.height,n=i.width*(a/i.naturalWidth),l=i.height*(s/i.naturalHeight);i.left-=(n-i.width)/2,i.top-=(l-i.height)/2,i.width=n,i.height=l,i.aspectRatio=a/s,i.naturalWidth=a,i.naturalHeight=s,this.limitCanvas(!0,!1)}(i.width>i.maxWidth||i.width<i.minWidth)&&(i.left=i.oldLeft),(i.height>i.maxHeight||i.height<i.minHeight)&&(i.top=i.oldTop),i.width=Math.min(Math.max(i.width,i.minWidth),i.maxWidth),i.height=Math.min(Math.max(i.height,i.minHeight),i.maxHeight),this.limitCanvas(!1,!0),i.left=Math.min(Math.max(i.left,i.minLeft),i.maxLeft),i.top=Math.min(Math.max(i.top,i.minTop),i.maxTop),i.oldLeft=i.left,i.oldTop=i.top,me(this.canvas,ce({width:i.width,height:i.height},Ee({translateX:i.left,translateY:i.top}))),this.renderImage(e),this.cropped&&this.limited&&this.limitCropBox(!0,!0)},renderImage:function(e){var t=this.canvasData,i=this.imageData,r=i.naturalWidth*(t.width/t.naturalWidth),o=i.naturalHeight*(t.height/t.naturalHeight);ce(i,{width:r,height:o,left:(t.width-r)/2,top:(t.height-o)/2}),me(this.image,ce({width:i.width,height:i.height},Ee(ce({translateX:i.left,translateY:i.top},i)))),e&&this.output()},initCropBox:function(){var e=this.options,t=this.canvasData,i=e.aspectRatio||e.initialAspectRatio,r=Number(e.autoCropArea)||.8,o={width:t.width,height:t.height};i&&(t.height*i>t.width?o.height=o.width/i:o.width=o.height*i),this.cropBoxData=o,this.limitCropBox(!0,!0),o.width=Math.min(Math.max(o.width,o.minWidth),o.maxWidth),o.height=Math.min(Math.max(o.height,o.minHeight),o.maxHeight),o.width=Math.max(o.minWidth,o.width*r),o.height=Math.max(o.minHeight,o.height*r),o.left=t.left+(t.width-o.width)/2,o.top=t.top+(t.height-o.height)/2,o.oldLeft=o.left,o.oldTop=o.top,this.initialCropBoxData=ce({},o)},limitCropBox:function(e,t){var i=this.options,r=this.containerData,o=this.canvasData,a=this.cropBoxData,s=this.limited,n=i.aspectRatio;if(e){var l=Number(i.minCropBoxWidth)||0,p=Number(i.minCropBoxHeight)||0,d=s?Math.min(r.width,o.width,o.width+o.left,r.width-o.left):r.width,c=s?Math.min(r.height,o.height,o.height+o.top,r.height-o.top):r.height;l=Math.min(l,r.width),p=Math.min(p,r.height),n&&(l&&p?p*n>l?p=l/n:l=p*n:l?p=l/n:p&&(l=p*n),c*n>d?c=d/n:d=c*n),a.minWidth=Math.min(l,d),a.minHeight=Math.min(p,c),a.maxWidth=d,a.maxHeight=c}t&&(s?(a.minLeft=Math.max(0,o.left),a.minTop=Math.max(0,o.top),a.maxLeft=Math.min(r.width,o.left+o.width)-a.width,a.maxTop=Math.min(r.height,o.top+o.height)-a.height):(a.minLeft=0,a.minTop=0,a.maxLeft=r.width-a.width,a.maxTop=r.height-a.height))},renderCropBox:function(){var e=this.options,t=this.containerData,i=this.cropBoxData;(i.width>i.maxWidth||i.width<i.minWidth)&&(i.left=i.oldLeft),(i.height>i.maxHeight||i.height<i.minHeight)&&(i.top=i.oldTop),i.width=Math.min(Math.max(i.width,i.minWidth),i.maxWidth),i.height=Math.min(Math.max(i.height,i.minHeight),i.maxHeight),this.limitCropBox(!1,!0),i.left=Math.min(Math.max(i.left,i.minLeft),i.maxLeft),i.top=Math.min(Math.max(i.top,i.minTop),i.maxTop),i.oldLeft=i.left,i.oldTop=i.top,e.movable&&e.cropBoxMovable&&ke(this.face,T,i.width>=t.width&&i.height>=t.height?f:h),me(this.cropBox,ce({width:i.width,height:i.height},Ee({translateX:i.left,translateY:i.top}))),this.cropped&&this.limited&&this.limitCanvas(!0,!0),this.disabled||this.output()},output:function(){this.preview(),Ce(this.element,N,this.getData())}},je={initPreview:function(){var e=this.element,t=this.crossOrigin,i=this.options.preview,r=t?this.crossOriginUrl:this.url,o=e.alt||"The image to preview",a=document.createElement("img");if(t&&(a.crossOrigin=t),a.src=r,a.alt=o,this.viewBox.appendChild(a),this.viewBoxImage=a,i){var s=i;"string"==typeof i?s=e.ownerDocument.querySelectorAll(i):i.querySelector&&(s=[i]),this.previews=s,de(s,(function(e){var i=document.createElement("img");ke(e,A,{width:e.offsetWidth,height:e.offsetHeight,html:e.innerHTML}),t&&(i.crossOrigin=t),i.src=r,i.alt=o,i.style.cssText='display:block;width:100%;height:auto;min-width:0!important;min-height:0!important;max-width:none!important;max-height:none!important;image-orientation:0deg!important;"',e.innerHTML="",e.appendChild(i)}))}},resetPreview:function(){de(this.previews,(function(e){var t=xe(e,A);me(e,{width:t.width,height:t.height}),e.innerHTML=t.html,function(e,t){if(oe(e[t]))try{delete e[t]}catch(i){e[t]=void 0}else if(e.dataset)try{delete e.dataset[t]}catch(i){e.dataset[t]=void 0}else e.removeAttribute("data-".concat(ve(t)))}(e,A)}))},preview:function(){var e=this.imageData,t=this.canvasData,i=this.cropBoxData,r=i.width,o=i.height,a=e.width,s=e.height,n=i.left-t.left-e.left,l=i.top-t.top-e.top;this.cropped&&!this.disabled&&(me(this.viewBoxImage,ce({width:a,height:s},Ee(ce({translateX:-n,translateY:-l},e)))),de(this.previews,(function(t){var i=xe(t,A),p=i.width,d=i.height,c=p,h=d,u=1;r&&(h=o*(u=p/r)),o&&h>d&&(c=r*(u=d/o),h=d),me(t,{width:c,height:h}),me(t.getElementsByTagName("img")[0],ce({width:a*u,height:s*u},Ee(ce({translateX:-n*u,translateY:-l*u},e))))})))}},We={bind:function(){var e=this.element,t=this.options,i=this.cropper;ne(t.cropstart)&&Be(e,O,t.cropstart),ne(t.cropmove)&&Be(e,U,t.cropmove),ne(t.cropend)&&Be(e,_,t.cropend),ne(t.crop)&&Be(e,N,t.crop),ne(t.zoom)&&Be(e,K,t.zoom),Be(i,W,this.onCropStart=this.cropStart.bind(this)),t.zoomable&&t.zoomOnWheel&&Be(i,J,this.onWheel=this.wheel.bind(this),{passive:!1,capture:!0}),t.toggleDragModeOnDblclick&&Be(i,j,this.onDblclick=this.dblclick.bind(this)),Be(e.ownerDocument,$,this.onCropMove=this.cropMove.bind(this)),Be(e.ownerDocument,L,this.onCropEnd=this.cropEnd.bind(this)),t.responsive&&Be(window,V,this.onResize=this.resize.bind(this))},unbind:function(){var e=this.element,t=this.options,i=this.cropper;ne(t.cropstart)&&Ie(e,O,t.cropstart),ne(t.cropmove)&&Ie(e,U,t.cropmove),ne(t.cropend)&&Ie(e,_,t.cropend),ne(t.crop)&&Ie(e,N,t.crop),ne(t.zoom)&&Ie(e,K,t.zoom),Ie(i,W,this.onCropStart),t.zoomable&&t.zoomOnWheel&&Ie(i,J,this.onWheel,{passive:!1,capture:!0}),t.toggleDragModeOnDblclick&&Ie(i,j,this.onDblclick),Ie(e.ownerDocument,$,this.onCropMove),Ie(e.ownerDocument,L,this.onCropEnd),t.responsive&&Ie(window,V,this.onResize)}},$e={resize:function(){if(!this.disabled){var e,t,i=this.options,r=this.container,o=this.containerData,a=r.offsetWidth/o.width,s=r.offsetHeight/o.height,n=Math.abs(a-1)>Math.abs(s-1)?a:s;1!==n&&(i.restore&&(e=this.getCanvasData(),t=this.getCropBoxData()),this.render(),i.restore&&(this.setCanvasData(de(e,(function(t,i){e[i]=t*n}))),this.setCropBoxData(de(t,(function(e,i){t[i]=e*n})))))}},dblclick:function(){var e,t;this.disabled||this.options.dragMode===R||this.setDragMode((t=D,((e=this.dragBox).classList?e.classList.contains(t):e.className.indexOf(t)>-1)?M:E))},wheel:function(e){var t=this,i=Number(this.options.wheelZoomRatio)||.1,r=1;this.disabled||(e.preventDefault(),this.wheeling||(this.wheeling=!0,setTimeout((function(){t.wheeling=!1}),50),e.deltaY?r=e.deltaY>0?1:-1:e.wheelDelta?r=-e.wheelDelta/120:e.detail&&(r=e.detail>0?1:-1),this.zoom(-r*i,e)))},cropStart:function(e){var t=e.buttons,i=e.button;if(!(this.disabled||("mousedown"===e.type||"pointerdown"===e.type&&"mouse"===e.pointerType)&&(te(t)&&1!==t||te(i)&&0!==i||e.ctrlKey))){var r,o=this.options,a=this.pointers;e.changedTouches?de(e.changedTouches,(function(e){a[e.identifier]=Me(e)})):a[e.pointerId||0]=Me(e),r=Object.keys(a).length>1&&o.zoomable&&o.zoomOnTouch?m:xe(e.target,T),G.test(r)&&!1!==Ce(this.element,O,{originalEvent:e,action:r})&&(e.preventDefault(),this.action=r,this.cropping=!1,r===u&&(this.cropping=!0,ye(this.dragBox,F)))}},cropMove:function(e){var t=this.action;if(!this.disabled&&t){var i=this.pointers;e.preventDefault(),!1!==Ce(this.element,U,{originalEvent:e,action:t})&&(e.changedTouches?de(e.changedTouches,(function(e){ce(i[e.identifier]||{},Me(e,!0))})):ce(i[e.pointerId||0]||{},Me(e,!0)),this.change(e))}},cropEnd:function(e){if(!this.disabled){var t=this.action,i=this.pointers;e.changedTouches?de(e.changedTouches,(function(e){delete i[e.identifier]})):delete i[e.pointerId||0],t&&(e.preventDefault(),Object.keys(i).length||(this.action=""),this.cropping&&(this.cropping=!1,ge(this.dragBox,F,this.cropped&&this.options.modal)),Ce(this.element,_,{originalEvent:e,action:t}))}}},Le={change:function(e){var i,r=this.canvasData,o=this.containerData,a=this.cropBoxData,s=this.pointers,n=this.action,l=this.options.aspectRatio,p=a.left,d=a.top,c=a.width,D=a.height,I=p+c,C=d+D,P=0,F=0,z=o.width,T=o.height,A=!0;!l&&e.shiftKey&&(l=c&&D?c/D:1),this.limited&&(F=a.minTop,z=(P=a.minLeft)+Math.min(o.width,r.width,r.left+r.width),T=F+Math.min(o.height,r.height,r.top+r.height));var E=s[Object.keys(s)[0]],M={x:E.endX-E.startX,y:E.endY-E.startY},R=function(e){switch(e){case y:I+M.x>z&&(M.x=z-I);break;case b:p+M.x<P&&(M.x=P-p);break;case w:d+M.y<F&&(M.y=F-d);break;case g:C+M.y>T&&(M.y=T-C)}};switch(n){case h:p+=M.x,d+=M.y;break;case y:if(M.x>=0&&(I>=z||l&&(d<=F||C>=T))){A=!1;break}R(y),(c+=M.x)<0&&(n=b,p-=c=-c),l&&(d+=(a.height-(D=c/l))/2);break;case w:if(M.y<=0&&(d<=F||l&&(p<=P||I>=z))){A=!1;break}R(w),d+=M.y,(D-=M.y)<0&&(n=g,d-=D=-D),l&&(p+=(a.width-(c=D*l))/2);break;case b:if(M.x<=0&&(p<=P||l&&(d<=F||C>=T))){A=!1;break}R(b),p+=M.x,(c-=M.x)<0&&(n=y,p-=c=-c),l&&(d+=(a.height-(D=c/l))/2);break;case g:if(M.y>=0&&(C>=T||l&&(p<=P||I>=z))){A=!1;break}R(g),(D+=M.y)<0&&(n=w,d-=D=-D),l&&(p+=(a.width-(c=D*l))/2);break;case v:if(l){if(M.y<=0&&(d<=F||I>=z)){A=!1;break}R(w),d+=M.y,c=(D-=M.y)*l}else R(w),R(y),M.x>=0?I<z?c+=M.x:M.y<=0&&d<=F&&(A=!1):c+=M.x,M.y<=0?d>F&&(D-=M.y,d+=M.y):(D-=M.y,d+=M.y);c<0&&D<0?(n=S,d-=D=-D,p-=c=-c):c<0?(n=x,p-=c=-c):D<0&&(n=k,d-=D=-D);break;case x:if(l){if(M.y<=0&&(d<=F||p<=P)){A=!1;break}R(w),d+=M.y,p+=a.width-(c=(D-=M.y)*l)}else R(w),R(b),M.x<=0?p>P?(c-=M.x,p+=M.x):M.y<=0&&d<=F&&(A=!1):(c-=M.x,p+=M.x),M.y<=0?d>F&&(D-=M.y,d+=M.y):(D-=M.y,d+=M.y);c<0&&D<0?(n=k,d-=D=-D,p-=c=-c):c<0?(n=v,p-=c=-c):D<0&&(n=S,d-=D=-D);break;case S:if(l){if(M.x<=0&&(p<=P||C>=T)){A=!1;break}R(b),p+=M.x,D=(c-=M.x)/l}else R(g),R(b),M.x<=0?p>P?(c-=M.x,p+=M.x):M.y>=0&&C>=T&&(A=!1):(c-=M.x,p+=M.x),M.y>=0?C<T&&(D+=M.y):D+=M.y;c<0&&D<0?(n=v,d-=D=-D,p-=c=-c):c<0?(n=k,p-=c=-c):D<0&&(n=x,d-=D=-D);break;case k:if(l){if(M.x>=0&&(I>=z||C>=T)){A=!1;break}R(y),D=(c+=M.x)/l}else R(g),R(y),M.x>=0?I<z?c+=M.x:M.y>=0&&C>=T&&(A=!1):c+=M.x,M.y>=0?C<T&&(D+=M.y):D+=M.y;c<0&&D<0?(n=x,d-=D=-D,p-=c=-c):c<0?(n=S,p-=c=-c):D<0&&(n=v,d-=D=-D);break;case f:this.move(M.x,M.y),A=!1;break;case m:this.zoom(function(e){var i=t({},e),r=0;return de(e,(function(e,t){delete i[t],de(i,(function(t){var i=Math.abs(e.startX-t.startX),o=Math.abs(e.startY-t.startY),a=Math.abs(e.endX-t.endX),s=Math.abs(e.endY-t.endY),n=Math.sqrt(i*i+o*o),l=(Math.sqrt(a*a+s*s)-n)/n;Math.abs(l)>Math.abs(r)&&(r=l)}))})),r}(s),e),A=!1;break;case u:if(!M.x||!M.y){A=!1;break}i=Pe(this.cropper),p=E.startX-i.left,d=E.startY-i.top,c=a.minWidth,D=a.minHeight,M.x>0?n=M.y>0?k:v:M.x<0&&(p-=c,n=M.y>0?S:x),M.y<0&&(d-=D),this.cropped||(be(this.cropBox,B),this.cropped=!0,this.limited&&this.limitCropBox(!0,!0))}A&&(a.width=c,a.height=D,a.left=p,a.top=d,this.action=n,this.renderCropBox()),de(s,(function(e){e.startX=e.endX,e.startY=e.endY}))}},He={crop:function(){return!this.ready||this.cropped||this.disabled||(this.cropped=!0,this.limitCropBox(!0,!0),this.options.modal&&ye(this.dragBox,F),be(this.cropBox,B),this.setCropBoxData(this.initialCropBoxData)),this},reset:function(){return this.ready&&!this.disabled&&(this.imageData=ce({},this.initialImageData),this.canvasData=ce({},this.initialCanvasData),this.cropBoxData=ce({},this.initialCropBoxData),this.renderCanvas(),this.cropped&&this.renderCropBox()),this},clear:function(){return this.cropped&&!this.disabled&&(ce(this.cropBoxData,{left:0,top:0,width:0,height:0}),this.cropped=!1,this.renderCropBox(),this.limitCanvas(!0,!0),this.renderCanvas(),be(this.dragBox,F),ye(this.cropBox,B)),this},replace:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return!this.disabled&&e&&(this.isImg&&(this.element.src=e),t?(this.url=e,this.image.src=e,this.ready&&(this.viewBoxImage.src=e,de(this.previews,(function(t){t.getElementsByTagName("img")[0].src=e})))):(this.isImg&&(this.replaced=!0),this.options.data=null,this.uncreate(),this.load(e))),this},enable:function(){return this.ready&&this.disabled&&(this.disabled=!1,be(this.cropper,I)),this},disable:function(){return this.ready&&!this.disabled&&(this.disabled=!0,ye(this.cropper,I)),this},destroy:function(){var e=this.element;return e[c]?(e[c]=void 0,this.isImg&&this.replaced&&(e.src=this.originalUrl),this.uncreate(),this):this},move:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e,i=this.canvasData,r=i.left,o=i.top;return this.moveTo(re(e)?e:r+Number(e),re(t)?t:o+Number(t))},moveTo:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e,i=this.canvasData,r=!1;return e=Number(e),t=Number(t),this.ready&&!this.disabled&&this.options.movable&&(te(e)&&(i.left=e,r=!0),te(t)&&(i.top=t,r=!0),r&&this.renderCanvas(!0)),this},zoom:function(e,t){var i=this.canvasData;return e=Number(e),this.zoomTo(i.width*(e=e<0?1/(1-e):1+e)/i.naturalWidth,null,t)},zoomTo:function(e,t,i){var r=this.options,o=this.canvasData,a=o.width,s=o.height,n=o.naturalWidth,l=o.naturalHeight;if((e=Number(e))>=0&&this.ready&&!this.disabled&&r.zoomable){var p=n*e,d=l*e;if(!1===Ce(this.element,K,{ratio:e,oldRatio:a/n,originalEvent:i}))return this;if(i){var c=this.pointers,h=Pe(this.cropper),u=c&&Object.keys(c).length?function(e){var t=0,i=0,r=0;return de(e,(function(e){t+=e.startX,i+=e.startY,r+=1})),{pageX:t/=r,pageY:i/=r}}(c):{pageX:i.pageX,pageY:i.pageY};o.left-=(u.pageX-h.left-o.left)/a*(p-a),o.top-=(u.pageY-h.top-o.top)/s*(d-s)}else se(t)&&te(t.x)&&te(t.y)?(o.left-=(t.x-o.left)/a*(p-a),o.top-=(t.y-o.top)/s*(d-s)):(o.left-=(p-a)/2,o.top-=(d-s)/2);o.width=p,o.height=d,this.renderCanvas(!0)}return this},rotate:function(e){return this.rotateTo((this.imageData.rotate||0)+Number(e))},rotateTo:function(e){return te(e=Number(e))&&this.ready&&!this.disabled&&this.options.rotatable&&(this.imageData.rotate=e%360,this.renderCanvas(!0,!0)),this},scaleX:function(e){var t=this.imageData.scaleY;return this.scale(e,te(t)?t:1)},scaleY:function(e){var t=this.imageData.scaleX;return this.scale(te(t)?t:1,e)},scale:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e,i=this.imageData,r=!1;return e=Number(e),t=Number(t),this.ready&&!this.disabled&&this.options.scalable&&(te(e)&&(i.scaleX=e,r=!0),te(t)&&(i.scaleY=t,r=!0),r&&this.renderCanvas(!0,!0)),this},getData:function(){var e,t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],i=this.options,r=this.imageData,o=this.canvasData,a=this.cropBoxData;if(this.ready&&this.cropped){var s=r.width/r.naturalWidth;if(de(e={x:a.left-o.left,y:a.top-o.top,width:a.width,height:a.height},(function(t,i){e[i]=t/s})),t){var n=Math.round(e.y+e.height),l=Math.round(e.x+e.width);e.x=Math.round(e.x),e.y=Math.round(e.y),e.width=l-e.x,e.height=n-e.y}}else e={x:0,y:0,width:0,height:0};return i.rotatable&&(e.rotate=r.rotate||0),i.scalable&&(e.scaleX=r.scaleX||1,e.scaleY=r.scaleY||1),e},setData:function(e){var t=this.options,i=this.imageData,r=this.canvasData,o={};if(this.ready&&!this.disabled&&se(e)){var a=!1;t.rotatable&&te(e.rotate)&&e.rotate!==i.rotate&&(i.rotate=e.rotate,a=!0),t.scalable&&(te(e.scaleX)&&e.scaleX!==i.scaleX&&(i.scaleX=e.scaleX,a=!0),te(e.scaleY)&&e.scaleY!==i.scaleY&&(i.scaleY=e.scaleY,a=!0)),a&&this.renderCanvas(!0,!0);var s=i.width/i.naturalWidth;te(e.x)&&(o.left=e.x*s+r.left),te(e.y)&&(o.top=e.y*s+r.top),te(e.width)&&(o.width=e.width*s),te(e.height)&&(o.height=e.height*s),this.setCropBoxData(o)}return this},getContainerData:function(){return this.ready?ce({},this.containerData):{}},getImageData:function(){return this.sized?ce({},this.imageData):{}},getCanvasData:function(){var e=this.canvasData,t={};return this.ready&&de(["left","top","width","height","naturalWidth","naturalHeight"],(function(i){t[i]=e[i]})),t},setCanvasData:function(e){var t=this.canvasData,i=t.aspectRatio;return this.ready&&!this.disabled&&se(e)&&(te(e.left)&&(t.left=e.left),te(e.top)&&(t.top=e.top),te(e.width)?(t.width=e.width,t.height=e.width/i):te(e.height)&&(t.height=e.height,t.width=e.height*i),this.renderCanvas(!0)),this},getCropBoxData:function(){var e,t=this.cropBoxData;return this.ready&&this.cropped&&(e={left:t.left,top:t.top,width:t.width,height:t.height}),e||{}},setCropBoxData:function(e){var t,i,r=this.cropBoxData,o=this.options.aspectRatio;return this.ready&&this.cropped&&!this.disabled&&se(e)&&(te(e.left)&&(r.left=e.left),te(e.top)&&(r.top=e.top),te(e.width)&&e.width!==r.width&&(t=!0,r.width=e.width),te(e.height)&&e.height!==r.height&&(i=!0,r.height=e.height),o&&(t?r.height=r.width/o:i&&(r.width=r.height*o)),this.renderCropBox()),this},getCroppedCanvas:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(!this.ready||!window.HTMLCanvasElement)return null;var t=this.canvasData,i=function(e,t,i,r){var o=t.aspectRatio,s=t.naturalWidth,n=t.naturalHeight,l=t.rotate,p=void 0===l?0:l,d=t.scaleX,c=void 0===d?1:d,h=t.scaleY,u=void 0===h?1:h,f=i.aspectRatio,m=i.naturalWidth,y=i.naturalHeight,b=r.fillColor,g=void 0===b?"transparent":b,w=r.imageSmoothingEnabled,v=void 0===w||w,x=r.imageSmoothingQuality,k=void 0===x?"low":x,S=r.maxWidth,D=void 0===S?1/0:S,I=r.maxHeight,B=void 0===I?1/0:I,C=r.minWidth,P=void 0===C?0:C,F=r.minHeight,z=void 0===F?0:F,T=document.createElement("canvas"),A=T.getContext("2d"),E=Re({aspectRatio:f,width:D,height:B}),M=Re({aspectRatio:f,width:P,height:z},"cover"),R=Math.min(E.width,Math.max(M.width,m)),N=Math.min(E.height,Math.max(M.height,y)),_=Re({aspectRatio:o,width:D,height:B}),U=Re({aspectRatio:o,width:P,height:z},"cover"),O=Math.min(_.width,Math.max(U.width,s)),j=Math.min(_.height,Math.max(U.height,n)),W=[-O/2,-j/2,O,j];return T.width=ue(R),T.height=ue(N),A.fillStyle=g,A.fillRect(0,0,R,N),A.save(),A.translate(R/2,N/2),A.rotate(p*Math.PI/180),A.scale(c,u),A.imageSmoothingEnabled=v,A.imageSmoothingQuality=k,A.drawImage.apply(A,[e].concat(a(W.map((function(e){return Math.floor(ue(e))}))))),A.restore(),T}(this.image,this.imageData,t,e);if(!this.cropped)return i;var r=this.getData(e.rounded),o=r.x,s=r.y,n=r.width,l=r.height,p=i.width/Math.floor(t.naturalWidth);1!==p&&(o*=p,s*=p,n*=p,l*=p);var d=n/l,c=Re({aspectRatio:d,width:e.maxWidth||1/0,height:e.maxHeight||1/0}),h=Re({aspectRatio:d,width:e.minWidth||0,height:e.minHeight||0},"cover"),u=Re({aspectRatio:d,width:e.width||(1!==p?i.width:n),height:e.height||(1!==p?i.height:l)}),f=u.width,m=u.height;f=Math.min(c.width,Math.max(h.width,f)),m=Math.min(c.height,Math.max(h.height,m));var y=document.createElement("canvas"),b=y.getContext("2d");y.width=ue(f),y.height=ue(m),b.fillStyle=e.fillColor||"transparent",b.fillRect(0,0,f,m);var g=e.imageSmoothingEnabled,w=e.imageSmoothingQuality;b.imageSmoothingEnabled=void 0===g||g,w&&(b.imageSmoothingQuality=w);var v,x,k,S,D,I,B=i.width,C=i.height,P=o,F=s;P<=-n||P>B?(P=0,v=0,k=0,D=0):P<=0?(k=-P,P=0,D=v=Math.min(B,n+P)):P<=B&&(k=0,D=v=Math.min(n,B-P)),v<=0||F<=-l||F>C?(F=0,x=0,S=0,I=0):F<=0?(S=-F,F=0,I=x=Math.min(C,l+F)):F<=C&&(S=0,I=x=Math.min(l,C-F));var z=[P,F,v,x];if(D>0&&I>0){var T=f/n;z.push(k*T,S*T,D*T,I*T)}return b.drawImage.apply(b,[i].concat(a(z.map((function(e){return Math.floor(ue(e))}))))),y},setAspectRatio:function(e){var t=this.options;return this.disabled||re(e)||(t.aspectRatio=Math.max(0,e)||NaN,this.ready&&(this.initCropBox(),this.cropped&&this.renderCropBox())),this},setDragMode:function(e){var t=this.options,i=this.dragBox,r=this.face;if(this.ready&&!this.disabled){var o=e===E,a=t.movable&&e===M;t.dragMode=e=o||a?e:R,ke(i,T,e),ge(i,D,o),ge(i,z,a),t.cropBoxMovable||(ke(r,T,e),ge(r,D,o),ge(r,z,a))}return this}},Ve=l.Cropper,Je=function(){function e(t){var i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),!t||!Z.test(t.tagName))throw new Error("The first argument is required and must be an <img> or <canvas> element.");this.element=t,this.options=ce({},Q,se(i)&&i),this.cropped=!1,this.disabled=!1,this.pointers={},this.ready=!1,this.reloading=!1,this.replaced=!1,this.sized=!1,this.sizing=!1,this.init()}return t=e,i=[{key:"init",value:function(){var e,t=this.element,i=t.tagName.toLowerCase();if(!t[c]){if(t[c]=this,"img"===i){if(this.isImg=!0,e=t.getAttribute("src")||"",this.originalUrl=e,!e)return;e=t.src}else"canvas"===i&&window.HTMLCanvasElement&&(e=t.toDataURL());this.load(e)}}},{key:"load",value:function(e){var t,i,r,o,a=this;if(e){this.url=e,this.imageData={};var s=this.element,n=this.options;if(n.rotatable||n.scalable||(n.checkOrientation=!1),n.checkOrientation&&window.ArrayBuffer)if(X.test(e))Y.test(e)?this.read((t=e.replace(_e,""),i=atob(t),r=new ArrayBuffer(i.length),de(o=new Uint8Array(r),(function(e,t){o[t]=i.charCodeAt(t)})),r)):this.clone();else{var l=new XMLHttpRequest,p=this.clone.bind(this);this.reloading=!0,this.xhr=l,l.onabort=p,l.onerror=p,l.ontimeout=p,l.onprogress=function(){l.getResponseHeader("content-type")!==q&&l.abort()},l.onload=function(){a.read(l.response)},l.onloadend=function(){a.reloading=!1,a.xhr=null},n.checkCrossOrigin&&Te(e)&&s.crossOrigin&&(e=Ae(e)),l.open("GET",e,!0),l.responseType="arraybuffer",l.withCredentials="use-credentials"===s.crossOrigin,l.send()}else this.clone()}}},{key:"read",value:function(e){var t=this.options,i=this.imageData,r=Ue(e),o=0,a=1,s=1;if(r>1){this.url=function(e,t){for(var i=[],r=new Uint8Array(e);r.length>0;)i.push(Ne.apply(null,pe(r.subarray(0,8192)))),r=r.subarray(8192);return"data:".concat(t,";base64,").concat(btoa(i.join("")))}(e,q);var n=function(e){var t=0,i=1,r=1;switch(e){case 2:i=-1;break;case 3:t=-180;break;case 4:r=-1;break;case 5:t=90,r=-1;break;case 6:t=90;break;case 7:t=90,i=-1;break;case 8:t=-90}return{rotate:t,scaleX:i,scaleY:r}}(r);o=n.rotate,a=n.scaleX,s=n.scaleY}t.rotatable&&(i.rotate=o),t.scalable&&(i.scaleX=a,i.scaleY=s),this.clone()}},{key:"clone",value:function(){var e=this.element,t=this.url,i=e.crossOrigin,r=t;this.options.checkCrossOrigin&&Te(t)&&(i||(i="anonymous"),r=Ae(t)),this.crossOrigin=i,this.crossOriginUrl=r;var o=document.createElement("img");i&&(o.crossOrigin=i),o.src=r||t,o.alt=e.alt||"The image to crop",this.image=o,o.onload=this.start.bind(this),o.onerror=this.stop.bind(this),ye(o,C),e.parentNode.insertBefore(o,e.nextSibling)}},{key:"start",value:function(){var e=this,t=this.image;t.onload=null,t.onerror=null,this.sizing=!0;var i=l.navigator&&/(?:iPad|iPhone|iPod).*?AppleWebKit/i.test(l.navigator.userAgent),r=function(t,i){ce(e.imageData,{naturalWidth:t,naturalHeight:i,aspectRatio:t/i}),e.initialImageData=ce({},e.imageData),e.sizing=!1,e.sized=!0,e.build()};if(!t.naturalWidth||i){var o=document.createElement("img"),a=document.body||document.documentElement;this.sizingImage=o,o.onload=function(){r(o.width,o.height),i||a.removeChild(o)},o.src=t.src,i||(o.style.cssText="left:0;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;opacity:0;position:absolute;top:0;z-index:-1;",a.appendChild(o))}else r(t.naturalWidth,t.naturalHeight)}},{key:"stop",value:function(){var e=this.image;e.onload=null,e.onerror=null,e.parentNode.removeChild(e),this.image=null}},{key:"build",value:function(){if(this.sized&&!this.ready){var e=this.element,t=this.options,i=this.image,r=e.parentNode,o=document.createElement("div");o.innerHTML='<div class="cropper-container" touch-action="none"><div class="cropper-wrap-box"><div class="cropper-canvas"></div></div><div class="cropper-drag-box"></div><div class="cropper-crop-box"><span class="cropper-view-box"></span><span class="cropper-dashed dashed-h"></span><span class="cropper-dashed dashed-v"></span><span class="cropper-center"></span><span class="cropper-face"></span><span class="cropper-line line-e" data-cropper-action="e"></span><span class="cropper-line line-n" data-cropper-action="n"></span><span class="cropper-line line-w" data-cropper-action="w"></span><span class="cropper-line line-s" data-cropper-action="s"></span><span class="cropper-point point-e" data-cropper-action="e"></span><span class="cropper-point point-n" data-cropper-action="n"></span><span class="cropper-point point-w" data-cropper-action="w"></span><span class="cropper-point point-s" data-cropper-action="s"></span><span class="cropper-point point-ne" data-cropper-action="ne"></span><span class="cropper-point point-nw" data-cropper-action="nw"></span><span class="cropper-point point-sw" data-cropper-action="sw"></span><span class="cropper-point point-se" data-cropper-action="se"></span></div></div>';var a=o.querySelector(".".concat(c,"-container")),s=a.querySelector(".".concat(c,"-canvas")),n=a.querySelector(".".concat(c,"-drag-box")),l=a.querySelector(".".concat(c,"-crop-box")),p=l.querySelector(".".concat(c,"-face"));this.container=r,this.cropper=a,this.canvas=s,this.dragBox=n,this.cropBox=l,this.viewBox=a.querySelector(".".concat(c,"-view-box")),this.face=p,s.appendChild(i),ye(e,B),r.insertBefore(a,e.nextSibling),be(i,C),this.initPreview(),this.bind(),t.initialAspectRatio=Math.max(0,t.initialAspectRatio)||NaN,t.aspectRatio=Math.max(0,t.aspectRatio)||NaN,t.viewMode=Math.max(0,Math.min(3,Math.round(t.viewMode)))||0,ye(l,B),t.guides||ye(l.getElementsByClassName("".concat(c,"-dashed")),B),t.center||ye(l.getElementsByClassName("".concat(c,"-center")),B),t.background&&ye(a,"".concat(c,"-bg")),t.highlight||ye(p,P),t.cropBoxMovable&&(ye(p,z),ke(p,T,h)),t.cropBoxResizable||(ye(l.getElementsByClassName("".concat(c,"-line")),B),ye(l.getElementsByClassName("".concat(c,"-point")),B)),this.render(),this.ready=!0,this.setDragMode(t.dragMode),t.autoCrop&&this.crop(),this.setData(t.data),ne(t.ready)&&Be(e,H,t.ready,{once:!0}),Ce(e,H)}}},{key:"unbuild",value:function(){if(this.ready){this.ready=!1,this.unbind(),this.resetPreview();var e=this.cropper.parentNode;e&&e.removeChild(this.cropper),be(this.element,B)}}},{key:"uncreate",value:function(){this.ready?(this.unbuild(),this.ready=!1,this.cropped=!1):this.sizing?(this.sizingImage.onload=null,this.sizing=!1,this.sized=!1):this.reloading?(this.xhr.onabort=null,this.xhr.abort()):this.image&&this.stop()}}],r=[{key:"noConflict",value:function(){return window.Cropper=Ve,e}},{key:"setDefaults",value:function(e){ce(Q,se(e)&&e)}}],i&&o(t.prototype,i),r&&o(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t;var t,i,r}();return ce(Je.prototype,Oe,je,We,$e,Le,He),Je}()),$n.exports),Hn=ie(Ln);class Vn extends Yi{imgElement;cropper;constructor(e){super(e),this.state={angle90Deg:0,angleGranular:0,prevCropboxData:null},this.storePrevCropboxData=this.storePrevCropboxData.bind(this),this.limitCropboxMovement=this.limitCropboxMovement.bind(this)}componentDidMount(){const{opts:e,storeCropperInstance:t}=this.props;this.cropper=new Hn(this.imgElement,e.cropperOptions),this.imgElement.addEventListener("cropstart",this.storePrevCropboxData),this.imgElement.addEventListener("cropend",this.limitCropboxMovement),t(this.cropper)}componentWillUnmount(){this.cropper.destroy(),this.imgElement.removeEventListener("cropstart",this.storePrevCropboxData),this.imgElement.removeEventListener("cropend",this.limitCropboxMovement)}storePrevCropboxData(){this.setState({prevCropboxData:this.cropper.getCropBoxData()})}limitCropboxMovement(e){const t=this.cropper.getCanvasData(),i=this.cropper.getCropBoxData(),{prevCropboxData:r}=this.state;if("all"===e.detail.action){const e=(s=r,(a=i).left<(o=t).left?{left:o.left,width:s.width}:a.top<o.top?{top:o.top,height:s.height}:a.left+a.width>o.left+o.width?{left:o.left+o.width-s.width,width:s.width}:a.top+a.height>o.top+o.height?{top:o.top+o.height-s.height,height:s.height}:null);e&&this.cropper.setCropBoxData(e)}else{const e=function(e,t,i){return t.left<e.left?{left:e.left,width:i.left+i.width-e.left}:t.top<e.top?{top:e.top,height:i.top+i.height-e.top}:t.left+t.width>e.left+e.width?{left:i.left,width:e.left+e.width-i.left}:t.top+t.height>e.top+e.height?{top:i.top,height:e.top+e.height-i.top}:null}(t,i,r);e&&this.cropper.setCropBoxData(e)}var o,a,s}onRotate90Deg=()=>{const{angle90Deg:e}=this.state,t=e-90;this.setState({angle90Deg:t,angleGranular:0}),this.cropper.scale(1),this.cropper.rotateTo(t);const i=this.cropper.getCanvasData(),r=function(e,t){const i=Math.min(e.width/t.width,e.height/t.height),r=t.width*i,o=t.height*i;return{width:r,height:o,left:(e.width-r)/2,top:(e.height-o)/2}}(this.cropper.getContainerData(),i);this.cropper.setCanvasData(r),this.cropper.setCropBoxData(r)};onRotateGranular=e=>{const t=Number(e.target.value);this.setState({angleGranular:t});const{angle90Deg:i}=this.state;this.cropper.rotateTo(i+t);const r=this.cropper.getImageData(),o=function(e,t,i){const r=Math.abs(i*(Math.PI/180));return Math.max((Math.sin(r)*e+Math.cos(r)*t)/t,(Math.sin(r)*t+Math.cos(r)*e)/e)}(r.naturalWidth,r.naturalHeight,t),a=this.cropper.getImageData().scaleX<0?-o:o;this.cropper.scale(a,o)};renderGranularRotate(){const{i18n:e}=this.props,{angleGranular:t}=this.state;return wr("label",{role:"tooltip","aria-label":`${t}º`,"data-microtip-position":"top",className:"uppy-ImageCropper-rangeWrapper",children:wr("input",{className:"uppy-ImageCropper-range uppy-u-reset",type:"range",onInput:this.onRotateGranular,onChange:this.onRotateGranular,value:t,min:"-45",max:"45","aria-label":e("rotate")})})}renderRevert(){const{i18n:e,opts:t}=this.props;return wr("button",{"data-microtip-position":"top",type:"button",className:"uppy-u-reset uppy-c-btn","aria-label":e("revert"),onClick:()=>{this.cropper.reset(),this.cropper.setAspectRatio(t.cropperOptions.initialAspectRatio),this.setState({angle90Deg:0,angleGranular:0})},children:wr("svg",{"aria-hidden":"true",className:"uppy-c-icon",width:"24",height:"24",viewBox:"0 0 24 24",children:[wr("path",{d:"M0 0h24v24H0z",fill:"none"}),wr("path",{d:"M13 3c-4.97 0-9 4.03-9 9H1l3.89 3.89.07.14L9 12H6c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7 7c-1.93 0-3.68-.79-4.94-2.06l-1.42 1.42C8.27 19.99 10.51 21 13 21c4.97 0 9-4.03 9-9s-4.03-9-9-9zm-1 5v5l4.28 2.54.72-1.21-3.5-2.08V8H12z"})]})})}renderRotate(){const{i18n:e}=this.props;return wr("button",{"data-microtip-position":"top",type:"button",className:"uppy-u-reset uppy-c-btn","aria-label":e("rotate"),onClick:this.onRotate90Deg,children:wr("svg",{"aria-hidden":"true",className:"uppy-c-icon",width:"24",height:"24",viewBox:"0 0 24 24",children:[wr("path",{d:"M0 0h24v24H0V0zm0 0h24v24H0V0z",fill:"none"}),wr("path",{d:"M14 10a2 2 0 012 2v7a2 2 0 01-2 2H6a2 2 0 01-2-2v-7a2 2 0 012-2h8zm0 1.75H6a.25.25 0 00-.243.193L5.75 12v7a.25.25 0 00.193.243L6 19.25h8a.25.25 0 00.243-.193L14.25 19v-7a.25.25 0 00-.193-.243L14 11.75zM12 .76V4c2.3 0 4.61.88 6.36 2.64a8.95 8.95 0 012.634 6.025L21 13a1 1 0 01-1.993.117L19 13h-.003a6.979 6.979 0 00-2.047-4.95 6.97 6.97 0 00-4.652-2.044L12 6v3.24L7.76 5 12 .76z"})]})})}renderFlip(){const{i18n:e}=this.props;return wr("button",{"data-microtip-position":"top",type:"button",className:"uppy-u-reset uppy-c-btn","aria-label":e("flipHorizontal"),onClick:()=>this.cropper.scaleX(-this.cropper.getData().scaleX||-1),children:wr("svg",{"aria-hidden":"true",className:"uppy-c-icon",width:"24",height:"24",viewBox:"0 0 24 24",children:[wr("path",{d:"M0 0h24v24H0z",fill:"none"}),wr("path",{d:"M15 21h2v-2h-2v2zm4-12h2V7h-2v2zM3 5v14c0 1.1.9 2 2 2h4v-2H5V5h4V3H5c-1.1 0-2 .9-2 2zm16-2v2h2c0-1.1-.9-2-2-2zm-8 20h2V1h-2v22zm8-6h2v-2h-2v2zM15 5h2V3h-2v2zm4 8h2v-2h-2v2zm0 8c1.1 0 2-.9 2-2h-2v2z"})]})})}renderZoomIn(){const{i18n:e}=this.props;return wr("button",{"data-microtip-position":"top",type:"button",className:"uppy-u-reset uppy-c-btn","aria-label":e("zoomIn"),onClick:()=>this.cropper.zoom(.1),children:wr("svg",{"aria-hidden":"true",className:"uppy-c-icon",height:"24",viewBox:"0 0 24 24",width:"24",children:[wr("path",{d:"M0 0h24v24H0V0z",fill:"none"}),wr("path",{d:"M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"}),wr("path",{d:"M12 10h-2v2H9v-2H7V9h2V7h1v2h2v1z"})]})})}renderZoomOut(){const{i18n:e}=this.props;return wr("button",{"data-microtip-position":"top",type:"button",className:"uppy-u-reset uppy-c-btn","aria-label":e("zoomOut"),onClick:()=>this.cropper.zoom(-.1),children:wr("svg",{"aria-hidden":"true",className:"uppy-c-icon",width:"24",height:"24",viewBox:"0 0 24 24",children:[wr("path",{d:"M0 0h24v24H0V0z",fill:"none"}),wr("path",{d:"M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14zM7 9h5v1H7z"})]})})}renderCropSquare(){const{i18n:e}=this.props;return wr("button",{"data-microtip-position":"top",type:"button",className:"uppy-u-reset uppy-c-btn","aria-label":e("aspectRatioSquare"),onClick:()=>this.cropper.setAspectRatio(1),children:wr("svg",{"aria-hidden":"true",className:"uppy-c-icon",width:"24",height:"24",viewBox:"0 0 24 24",children:[wr("path",{d:"M0 0h24v24H0z",fill:"none"}),wr("path",{d:"M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"})]})})}renderCropWidescreen(){const{i18n:e}=this.props;return wr("button",{"data-microtip-position":"top",type:"button",className:"uppy-u-reset uppy-c-btn","aria-label":e("aspectRatioLandscape"),onClick:()=>this.cropper.setAspectRatio(16/9),children:wr("svg",{"aria-hidden":"true",className:"uppy-c-icon",width:"24",height:"24",viewBox:"0 0 24 24",children:[wr("path",{d:"M 19,4.9999992 V 17.000001 H 4.9999998 V 6.9999992 H 19 m 0,-2 H 4.9999998 c -1.0999999,0 -1.9999999,0.9000001 -1.9999999,2 V 17.000001 c 0,1.1 0.9,2 1.9999999,2 H 19 c 1.1,0 2,-0.9 2,-2 V 6.9999992 c 0,-1.0999999 -0.9,-2 -2,-2 z"}),wr("path",{fill:"none",d:"M0 0h24v24H0z"})]})})}renderCropWidescreenVertical(){const{i18n:e}=this.props;return wr("button",{"data-microtip-position":"top",type:"button","aria-label":e("aspectRatioPortrait"),className:"uppy-u-reset uppy-c-btn",onClick:()=>this.cropper.setAspectRatio(9/16),children:wr("svg",{"aria-hidden":"true",className:"uppy-c-icon",width:"24",height:"24",viewBox:"0 0 24 24",children:[wr("path",{d:"M 19.000001,19 H 6.999999 V 5 h 10.000002 v 14 m 2,0 V 5 c 0,-1.0999999 -0.9,-1.9999999 -2,-1.9999999 H 6.999999 c -1.1,0 -2,0.9 -2,1.9999999 v 14 c 0,1.1 0.9,2 2,2 h 10.000002 c 1.1,0 2,-0.9 2,-2 z"}),wr("path",{d:"M0 0h24v24H0z",fill:"none"})]})})}render(){const{currentImage:e,opts:t}=this.props,{actions:i}=t;if(null==e.data)throw new Error("File data is empty");const r=URL.createObjectURL(e.data);return wr("div",{className:"uppy-ImageCropper",children:[wr("div",{className:"uppy-ImageCropper-container",children:wr("img",{className:"uppy-ImageCropper-image",alt:e.name,src:r,ref:e=>{this.imgElement=e}})}),wr("div",{className:"uppy-ImageCropper-controls",children:[i.revert&&this.renderRevert(),i.rotate&&this.renderRotate(),i.granularRotate&&this.renderGranularRotate(),i.flip&&this.renderFlip(),i.zoomIn&&this.renderZoomIn(),i.zoomOut&&this.renderZoomOut(),i.cropSquare&&this.renderCropSquare(),i.cropWidescreen&&this.renderCropWidescreen(),i.cropWidescreenVertical&&this.renderCropWidescreenVertical()]})]})}}var Jn={strings:{revert:"Reset",rotate:"Rotate 90°",zoomIn:"Zoom in",zoomOut:"Zoom out",flipHorizontal:"Flip horizontally",aspectRatioSquare:"Crop square",aspectRatioLandscape:"Crop landscape (16:9)",aspectRatioPortrait:"Crop portrait (9:16)"}};const Kn={viewMode:0,background:!1,autoCropArea:1,responsive:!0,minCropBoxWidth:70,minCropBoxHeight:70,croppedCanvasOptions:{},initialAspectRatio:0},qn={revert:!0,rotate:!0,granularRotate:!0,flip:!0,zoomIn:!0,zoomOut:!0,cropSquare:!0,cropWidescreen:!0,cropWidescreenVertical:!0},Gn={quality:.8,actions:qn,cropperOptions:Kn};class Xn extends ho{static VERSION="4.1.0";cropper;constructor(e,t){super(e,{...Gn,...t,actions:{...qn,...t?.actions},cropperOptions:{...Kn,...t?.cropperOptions}}),this.id=this.opts.id||"ImageEditor",this.title="Image Editor",this.type="editor",this.defaultLocale=Jn,this.i18nInit()}canEditFile(e){if(!e.type||e.isRemote)return!1;const t=e.type.split("/")[1];return!!/^(jpe?g|gif|png|bmp|webp)$/.test(t)}save=()=>{const{currentImage:e}=this.getPluginState(),t=this.cropper.getCroppedCanvas({});t.width%2!=0&&this.cropper.setData({width:t.width-1}),t.height%2!=0&&this.cropper.setData({height:t.height-1}),this.cropper.getCroppedCanvas(this.opts.cropperOptions.croppedCanvasOptions).toBlob((e=>{const{currentImage:t}=this.getPluginState();this.uppy.setFileState(t.id,{data:new File([e],t.name??this.i18n("unnamed"),{type:e.type}),size:e.size,preview:void 0});const i=this.uppy.getFile(t.id);this.uppy.emit("thumbnail:request",i),this.setPluginState({currentImage:i}),this.uppy.emit("file-editor:complete",i)}),e.type,this.opts.quality)};storeCropperInstance=e=>{this.cropper=e};selectFile=e=>{this.uppy.emit("file-editor:start",e),this.setPluginState({currentImage:e})};install(){this.setPluginState({currentImage:null});const{target:e}=this.opts;e&&this.mount(e,this)}uninstall(){const{currentImage:e}=this.getPluginState();if(e){const t=this.uppy.getFile(e.id);this.uppy.emit("file-editor:cancel",t)}this.unmount()}render(){const{currentImage:e}=this.getPluginState();return null===e||e.isRemote?null:wr(Vn,{currentImage:e,storeCropperInstance:this.storeCropperInstance,save:this.save,opts:this.opts,i18n:this.i18n})}}var Yn,Zn={exports:{}},Qn=function(){if(Yn)return Zn.exports;Yn=1,Zn.exports=r,Zn.exports.isMobile=r,Zn.exports.default=r;const e=/(android|bb\d+|meego).+mobile|armv7l|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series[46]0|samsungbrowser.*mobile|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i,t=/CrOS/,i=/android|ipad|playbook|silk/i;function r(r){r||(r={});let o=r.ua;if(o||"undefined"==typeof navigator||(o=navigator.userAgent),o&&o.headers&&"string"==typeof o.headers["user-agent"]&&(o=o.headers["user-agent"]),"string"!=typeof o)return!1;let a=e.test(o)&&!t.test(o)||!!r.tablet&&i.test(o);return!a&&r.tablet&&r.featureDetect&&navigator&&navigator.maxTouchPoints>1&&-1!==o.indexOf("Macintosh")&&-1!==o.indexOf("Safari")&&(a=!0),a}return Zn.exports}();function el(){return wr("svg",{"aria-hidden":"true",focusable:"false",fill:"#0097DC",width:"66",height:"55",viewBox:"0 0 66 55",children:wr("path",{d:"M57.3 8.433c4.59 0 8.1 3.51 8.1 8.1v29.7c0 4.59-3.51 8.1-8.1 8.1H8.7c-4.59 0-8.1-3.51-8.1-8.1v-29.7c0-4.59 3.51-8.1 8.1-8.1h9.45l4.59-7.02c.54-.54 1.35-1.08 2.16-1.08h16.2c.81 0 1.62.54 2.16 1.08l4.59 7.02h9.45zM33 14.64c-8.62 0-15.393 6.773-15.393 15.393 0 8.62 6.773 15.393 15.393 15.393 8.62 0 15.393-6.773 15.393-15.393 0-8.62-6.773-15.393-15.393-15.393zM33 40c-5.648 0-9.966-4.319-9.966-9.967 0-5.647 4.318-9.966 9.966-9.966s9.966 4.319 9.966 9.966C42.966 35.681 38.648 40 33 40z",fillRule:"evenodd"})})}function tl({onDiscard:e,i18n:t}){return wr("button",{className:"uppy-u-reset uppy-c-btn uppy-Webcam-button uppy-Webcam-button--discard",type:"button",title:t("discardRecordedFile"),"aria-label":t("discardRecordedFile"),onClick:e,"data-uppy-super-focusable":!0,children:wr("svg",{width:"13",height:"13",viewBox:"0 0 13 13",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false",className:"uppy-c-icon",children:wr("g",{fill:"#FFF",fillRule:"evenodd",children:[wr("path",{d:"M.496 11.367L11.103.76l1.414 1.414L1.911 12.781z"}),wr("path",{d:"M11.104 12.782L.497 2.175 1.911.76l10.607 10.606z"})]})})})}function il({recording:e,onStartRecording:t,onStopRecording:i,i18n:r}){return wr("button",e?{className:"uppy-u-reset uppy-c-btn uppy-Webcam-button",type:"button",title:r("stopRecording"),"aria-label":r("stopRecording"),onClick:i,"data-uppy-super-focusable":!0,children:wr("svg",{"aria-hidden":"true",focusable:"false",className:"uppy-c-icon",width:"100",height:"100",viewBox:"0 0 100 100",children:wr("rect",{x:"15",y:"15",width:"70",height:"70"})})}:{className:"uppy-u-reset uppy-c-btn uppy-Webcam-button",type:"button",title:r("startRecording"),"aria-label":r("startRecording"),onClick:t,"data-uppy-super-focusable":!0,children:wr("svg",{"aria-hidden":"true",focusable:"false",className:"uppy-c-icon",width:"100",height:"100",viewBox:"0 0 100 100",children:wr("circle",{cx:"50",cy:"50",r:"40"})})})}function rl({recordingLengthSeconds:e}){var t;return wr("span",{children:(t=e,`${Math.floor(t/60)}:${String(t%60).padStart(2,"0")}`)})}function ol({onSnapshot:e,i18n:t}){return wr("button",{className:"uppy-u-reset uppy-c-btn uppy-Webcam-button uppy-Webcam-button--picture",type:"button",title:t("takePicture"),"aria-label":t("takePicture"),onClick:e,"data-uppy-super-focusable":!0,children:el()})}function al({onSubmit:e,i18n:t}){return wr("button",{className:"uppy-u-reset uppy-c-btn uppy-Webcam-button uppy-Webcam-button--submit",type:"button",title:t("submitRecordedFile"),"aria-label":t("submitRecordedFile"),onClick:e,"data-uppy-super-focusable":!0,children:wr("svg",{width:"12",height:"9",viewBox:"0 0 12 9",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false",className:"uppy-c-icon",children:wr("path",{fill:"#fff",fillRule:"nonzero",d:"M10.66 0L12 1.31 4.136 9 0 4.956l1.34-1.31L4.136 6.38z"})})})}function sl({currentDeviceId:e,videoSources:t,onChangeVideoSource:i}){return wr("div",{className:"uppy-Webcam-videoSource",children:wr("select",{className:"uppy-u-reset uppy-Webcam-videoSource-select",onChange:e=>{i(e.target.value)},children:t.map((t=>wr("option",{value:t.deviceId,selected:t.deviceId===e,children:t.label},t.deviceId)))})})}function nl(e,t){return e.includes(t)}class ll extends Yi{videoElement;refs;componentDidMount(){const{onFocus:e}=this.props;e()}componentWillUnmount(){const{onStop:e}=this.props;e()}render(){const{src:e,recordedVideo:t,capturedSnapshot:i,recording:r,modes:o,supportsRecording:a,videoSources:s,showVideoSourceDropdown:n,showRecordingLength:l,onSubmit:p,i18n:d,mirror:c,onSnapshot:h,onStartRecording:u,onStopRecording:f,onDiscardRecordedMedia:m,recordingLengthSeconds:y}=this.props,b=!!t,g=!!i,w=b||g,v=!w&&a&&(nl(o,"video-only")||nl(o,"audio-only")||nl(o,"video-audio")),x=!w&&nl(o,"picture"),k=a&&l&&!b,S=n&&s&&s.length>1,D={playsInline:!0};return t?(D.muted=!1,D.controls=!0,D.src=t,this.videoElement&&(this.videoElement.srcObject=null)):(D.muted=!0,D.autoPlay=!0,D.srcObject=e),wr("div",{className:"uppy uppy-Webcam-container",children:[wr("div",{className:"uppy-Webcam-videoContainer",children:!i||r||t?wr("video",{ref:e=>{this.videoElement=e},className:"uppy-Webcam-video "+(c?"uppy-Webcam-video--mirrored":""),...D}):wr("div",{className:"uppy-Webcam-imageContainer",children:wr("img",{src:i,className:"uppy-Webcam-video",alt:"capturedSnapshot"})})}),wr("div",{className:"uppy-Webcam-footer",children:[wr("div",{className:"uppy-Webcam-videoSourceContainer",children:S?sl(this.props):null}),wr("div",{className:"uppy-Webcam-buttonContainer",children:[x&&wr(ol,{onSnapshot:h,i18n:d}),v&&wr(il,{recording:r,onStartRecording:u,onStopRecording:f,i18n:d}),(b||g)&&wr(al,{onSubmit:p,i18n:d}),(b||g)&&wr(tl,{onDiscard:m,i18n:d})]}),wr("div",{className:"uppy-Webcam-recordingLength",children:k&&wr(rl,{recordingLengthSeconds:y})})]})]})}}var pl={strings:{pluginNameCamera:"Camera",noCameraTitle:"Camera Not Available",noCameraDescription:"In order to take pictures or record video, please connect a camera device",recordingStoppedMaxSize:"Recording stopped because the file size is about to exceed the limit",submitRecordedFile:"Submit recorded file",discardRecordedFile:"Discard recorded file",smile:"Smile!",takePicture:"Take a picture",startRecording:"Begin video recording",stopRecording:"Stop video recording",recordingLength:"Recording length %{recording_length}",allowAccessTitle:"Please allow access to your camera",allowAccessDescription:"In order to take pictures or record video with your camera, please allow camera access for this site."}};function dl({icon:e,i18n:t,hasCamera:i}){return wr("div",{className:"uppy-Webcam-permissons",children:[wr("div",{className:"uppy-Webcam-permissonsIcon",children:e()}),wr("div",{className:"uppy-Webcam-title",children:t(i?"allowAccessTitle":"noCameraTitle")}),wr("p",{children:t(i?"allowAccessDescription":"noCameraDescription")})]})}function cl(e){return"."===e[0]?ci[e.slice(1)]:e}function hl(e){return/^video\/[^*]+$/.test(e)}function ul(e){return/^image\/[^*]+$/.test(e)}function fl(e,t){return e.includes(t)}const ml={onBeforeSnapshot:()=>Promise.resolve(),countdown:!1,modes:["video-audio","video-only","audio-only","picture"],mirror:!0,showVideoSourceDropdown:!1,preferredImageMimeType:null,preferredVideoMimeType:null,showRecordingLength:!1,mobileNativeCamera:Qn.isMobile({tablet:!0})};class yl extends ho{static VERSION="5.1.0";#Y;mediaDevices;supportsUserMedia;protocol;capturedMediaFile;icon;webcamActive;stream=null;recorder=null;recordingChunks=null;recordingLengthTimer;captureInProgress=!1;constructor(e,t){super(e,{...ml,...t}),this.mediaDevices=navigator.mediaDevices,this.supportsUserMedia=!!this.mediaDevices,this.protocol=location.protocol.match(/https/i)?"https":"http",this.id=this.opts.id||"Webcam",this.type="acquirer",this.capturedMediaFile=null,this.icon=()=>wr("svg",{"aria-hidden":"true",focusable:"false",width:"32",height:"32",viewBox:"0 0 32 32",children:wr("path",{d:"M23.5 9.5c1.417 0 2.5 1.083 2.5 2.5v9.167c0 1.416-1.083 2.5-2.5 2.5h-15c-1.417 0-2.5-1.084-2.5-2.5V12c0-1.417 1.083-2.5 2.5-2.5h2.917l1.416-2.167C13 7.167 13.25 7 13.5 7h5c.25 0 .5.167.667.333L20.583 9.5H23.5zM16 11.417a4.706 4.706 0 00-4.75 4.75 4.704 4.704 0 004.75 4.75 4.703 4.703 0 004.75-4.75c0-2.663-2.09-4.75-4.75-4.75zm0 7.825c-1.744 0-3.076-1.332-3.076-3.074 0-1.745 1.333-3.077 3.076-3.077 1.744 0 3.074 1.333 3.074 3.076s-1.33 3.075-3.074 3.075z",fill:"#02B383",fillRule:"nonzero"})}),this.defaultLocale=pl,this.i18nInit(),this.title=this.i18n("pluginNameCamera"),this.#Y=this.opts.mirror,this.install=this.install.bind(this),this.setPluginState=this.setPluginState.bind(this),this.render=this.render.bind(this),this.start=this.start.bind(this),this.stop=this.stop.bind(this),this.takeSnapshot=this.takeSnapshot.bind(this),this.startRecording=this.startRecording.bind(this),this.stopRecording=this.stopRecording.bind(this),this.discardRecordedMedia=this.discardRecordedMedia.bind(this),this.submit=this.submit.bind(this),this.oneTwoThreeSmile=this.oneTwoThreeSmile.bind(this),this.focus=this.focus.bind(this),this.changeVideoSource=this.changeVideoSource.bind(this),this.webcamActive=!1,this.opts.countdown&&(this.opts.onBeforeSnapshot=this.oneTwoThreeSmile),this.setPluginState({hasCamera:!1,cameraReady:!1,cameraError:null,recordingLengthSeconds:0,videoSources:[],currentDeviceId:null,capturedSnapshot:null})}getStatus(){const{recordedVideo:e,capturedSnapshot:t,isRecording:i,cameraReady:r,cameraError:o}=this.getPluginState();return i?"recording":null!=e||null!=t?"captured":r?"ready":o?"error":"init"}setOptions(e){super.setOptions({...e,videoConstraints:{...this.opts.videoConstraints,...e?.videoConstraints}})}hasCameraCheck(){return this.mediaDevices?this.mediaDevices.enumerateDevices().then((e=>e.some((e=>"videoinput"===e.kind)))):Promise.resolve(!1)}isAudioOnly(){return 1===this.opts.modes.length&&"audio-only"===this.opts.modes[0]}getConstraints(e=null){const t=-1!==this.opts.modes.indexOf("video-audio")||-1!==this.opts.modes.indexOf("audio-only"),i=!this.isAudioOnly()&&(-1!==this.opts.modes.indexOf("video-audio")||-1!==this.opts.modes.indexOf("video-only")||-1!==this.opts.modes.indexOf("picture")),r={...this.opts.videoConstraints||{},...null!=e&&{deviceId:e}};return{audio:t,video:!!i&&r}}start(e=null){if(!this.supportsUserMedia)return Promise.reject(new Error("Webcam access not supported"));this.webcamActive=!0,this.opts.mirror&&(this.#Y=!0);const t=this.getConstraints(e?.deviceId);this.hasCameraCheck().then((i=>(this.setPluginState({hasCamera:i}),this.mediaDevices.getUserMedia(t).then((t=>{this.stream=t;let i=null;const r=this.isAudioOnly()?t.getAudioTracks():t.getVideoTracks();e&&e.deviceId?r.forEach((t=>{t.getSettings().deviceId===e.deviceId&&(i=t.getSettings().deviceId)})):i=r[0].getSettings().deviceId,this.updateVideoSources(),this.setPluginState({currentDeviceId:i,cameraReady:!0})})).catch((e=>{this.setPluginState({cameraReady:!1,cameraError:e}),this.uppy.info(e.message,"error")})))))}getMediaRecorderOptions(){const e={};if(MediaRecorder.isTypeSupported){const{restrictions:t}=this.uppy.opts;let i=[];this.opts.preferredVideoMimeType?i=[this.opts.preferredVideoMimeType]:t.allowedFileTypes&&(i=t.allowedFileTypes.map(cl).filter(hl));const r=i.filter((e=>MediaRecorder.isTypeSupported(e)&&wi(e)));r.length>0&&(e.mimeType=r[0])}return e}startRecording(){this.recorder=new MediaRecorder(this.stream,this.getMediaRecorderOptions()),this.recordingChunks=[];let e=!1;this.recorder.addEventListener("dataavailable",(t=>{this.recordingChunks.push(t.data);const{restrictions:i}=this.uppy.opts;if(this.recordingChunks.length>1&&null!=i.maxFileSize&&!e){const t=this.recordingChunks.reduce(((e,t)=>e+t.size),0);t>Math.max(0,i.maxFileSize-(t-this.recordingChunks[0].size)/(this.recordingChunks.length-1)*3)&&(e=!0,this.uppy.info(this.i18n("recordingStoppedMaxSize"),"warning",4e3),this.stopRecording())}})),this.recorder.start(500),this.opts.showRecordingLength&&(this.recordingLengthTimer=setInterval((()=>{const e=this.getPluginState().recordingLengthSeconds;this.setPluginState({recordingLengthSeconds:e+1})}),1e3)),this.setPluginState({isRecording:!0})}stopRecording(){return new Promise((e=>{this.recorder.addEventListener("stop",(()=>{e()})),this.recorder.stop(),this.opts.showRecordingLength&&(clearInterval(this.recordingLengthTimer),this.setPluginState({recordingLengthSeconds:0}))})).then((()=>(this.setPluginState({isRecording:!1}),this.getVideo()))).then((e=>{try{this.capturedMediaFile=e,this.setPluginState({recordedVideo:URL.createObjectURL(e.data)}),this.#Y=!1}catch(e){e.isRestriction||this.uppy.log(e)}})).then((()=>{this.recordingChunks=null,this.recorder=null}),(e=>{throw this.recordingChunks=null,this.recorder=null,e}))}discardRecordedMedia(){const{recordedVideo:e,capturedSnapshot:t}=this.getPluginState();e&&URL.revokeObjectURL(e),t&&URL.revokeObjectURL(t),this.setPluginState({recordedVideo:null,capturedSnapshot:null}),this.opts.mirror&&(this.#Y=!0),this.capturedMediaFile=null}submit(){try{this.capturedMediaFile&&this.uppy.addFile(this.capturedMediaFile)}catch(e){e.isRestriction||this.uppy.log(e,"error")}}async stop(){if(this.stream){const e=this.stream.getAudioTracks(),t=this.stream.getVideoTracks();e.concat(t).forEach((e=>e.stop()))}this.recorder&&await new Promise((e=>{this.recorder.addEventListener("stop",e,{once:!0}),this.recorder.stop(),this.opts.showRecordingLength&&clearInterval(this.recordingLengthTimer)})),this.recordingChunks=null,this.recorder=null,this.webcamActive=!1,this.stream=null,this.setPluginState({recordedVideo:null,capturedSnapshot:null,isRecording:!1,recordingLengthSeconds:0})}getVideoElement(){return this.el.querySelector(".uppy-Webcam-video")}oneTwoThreeSmile(){return new Promise(((e,t)=>{let i=this.opts.countdown;const r=setInterval((()=>{if(!this.webcamActive)return clearInterval(r),this.captureInProgress=!1,t(new Error("Webcam is not active"));i?(this.uppy.info(`${i}...`,"warning",800),i--):(clearInterval(r),this.uppy.info(this.i18n("smile"),"success",1500),setTimeout((()=>e()),1500))}),1e3)}))}async takeSnapshot(){if(!this.captureInProgress){this.captureInProgress=!0;try{await this.opts.onBeforeSnapshot()}catch(e){const t="object"==typeof e?e.message:e;throw this.uppy.info(t,"error",5e3),new Error(`onBeforeSnapshot: ${t}`)}try{const e=await this.getImage();if(this.capturedMediaFile=e,null==e.data)throw new Error("File data is empty");const t=URL.createObjectURL(e.data);this.setPluginState({capturedSnapshot:t}),this.captureInProgress=!1}catch(e){this.captureInProgress=!1,e.isRestriction||this.uppy.log(e)}}}async getImage(){const e=this.getVideoElement();if(!e)return Promise.reject(new Error("No video element found, likely due to the Webcam tab being closed."));const t=e.videoWidth,i=e.videoHeight,r=document.createElement("canvas");r.width=t,r.height=i,r.getContext("2d").drawImage(e,0,0);const{restrictions:o}=this.uppy.opts;let a=[];this.opts.preferredImageMimeType?a=[this.opts.preferredImageMimeType]:o.allowedFileTypes&&(a=o.allowedFileTypes.map(cl).filter(ul));const s=a[0]||"image/jpeg",n=wi(s)||"jpg",l=`cam-${Date.now()}.${n}`;return function(e,t){return new Promise((i=>{e.toBlob(i,t,undefined)}))}(r,s).then((e=>({source:this.id,name:l,data:new Blob([e],{type:s}),type:s})))}getVideo(){const e=this.recordingChunks.find((e=>e.type?.length>0)).type,t=wi(e);if(!t)return Promise.reject(new Error(`Could not retrieve recording: Unsupported media type "${e}"`));const i=`webcam-${Date.now()}.${t}`,r=new Blob(this.recordingChunks,{type:e}),o={source:this.id,name:i,data:new Blob([r],{type:e}),type:e};return Promise.resolve(o)}focus(){this.opts.countdown&&setTimeout((()=>{this.uppy.info(this.i18n("smile"),"success",1500)}),1e3)}changeVideoSource(e){this.stop(),this.start({deviceId:e})}updateVideoSources(){this.mediaDevices.enumerateDevices().then((e=>{this.setPluginState({videoSources:e.filter((e=>"videoinput"===e.kind))})}))}render(){this.webcamActive||this.start();const e=this.getPluginState();return e.cameraReady&&e.hasCamera?wr(ll,{...e,onChangeVideoSource:this.changeVideoSource,onSnapshot:this.takeSnapshot,onStartRecording:this.startRecording,onStopRecording:this.stopRecording,onDiscardRecordedMedia:this.discardRecordedMedia,onSubmit:this.submit,onFocus:this.focus,onStop:this.stop,i18n:this.i18n,modes:this.opts.modes,showRecordingLength:this.opts.showRecordingLength,showVideoSourceDropdown:this.opts.showVideoSourceDropdown,supportsRecording:"function"==typeof MediaRecorder&&!!MediaRecorder.prototype&&"function"==typeof MediaRecorder.prototype.start,recording:e.isRecording,mirror:this.#Y,src:this.stream}):wr(dl,{icon:el,i18n:this.i18n,hasCamera:e.hasCamera})}install(){const{mobileNativeCamera:e,modes:t,videoConstraints:i}=this.opts,{target:r}=this.opts;e&&r?this.getTargetPlugin(r)?.setOptions({showNativeVideoCameraButton:fl(t,"video-only")||fl(t,"video-audio"),showNativePhotoCameraButton:fl(t,"picture"),nativeCameraFacingMode:i?.facingMode}):(this.setPluginState({cameraReady:!1,recordingLengthSeconds:0}),r&&this.mount(r,this),this.mediaDevices&&(this.updateVideoSources(),this.mediaDevices.ondevicechange=()=>{if(this.updateVideoSources(),this.stream){let e=!0;const{videoSources:t,currentDeviceId:i}=this.getPluginState();t.forEach((t=>{i===t.deviceId&&(e=!1)})),e&&(this.stop(),this.start())}}))}uninstall(){this.stop(),this.unmount()}onUnmount(){this.stop()}}const bl={withStackTrace:!1},gl=(e,t,i=bl)=>({data:t.isOk()?{type:"Ok",value:t.value}:{type:"Err",value:t.error},message:e,stack:i.withStackTrace?(new Error).stack:void 0});function wl(e,t,i,r){return new(i||(i=Promise))((function(t,o){function a(e){try{n(r.next(e))}catch(e){o(e)}}function s(e){try{n(r.throw(e))}catch(e){o(e)}}function n(e){var r;e.done?t(e.value):(r=e.value,r instanceof i?r:new i((function(e){e(r)}))).then(a,s)}n((r=r.apply(e,[])).next())}))}function vl(e){return this instanceof vl?(this.v=e,this):new vl(e)}function xl(e,t,i){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var r,o=i.apply(e,t||[]),a=[];return r=Object.create(("function"==typeof AsyncIterator?AsyncIterator:Object).prototype),s("next"),s("throw"),s("return",(function(e){return function(t){return Promise.resolve(t).then(e,p)}})),r[Symbol.asyncIterator]=function(){return this},r;function s(e,t){o[e]&&(r[e]=function(t){return new Promise((function(i,r){a.push([e,t,i,r])>1||n(e,t)}))},t&&(r[e]=t(r[e])))}function n(e,t){try{!function(e){e.value instanceof vl?Promise.resolve(e.value.v).then(l,p):d(a[0][2],e)}(o[e](t))}catch(e){d(a[0][3],e)}}function l(e){n("next",e)}function p(e){n("throw",e)}function d(e,t){e(t),a.shift(),a.length&&n(a[0][0],a[0][1])}}function kl(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t,i=e[Symbol.asyncIterator];return i?i.call(e):(e=function(e){var t="function"==typeof Symbol&&Symbol.iterator,i=t&&e[t],r=0;if(i)return i.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}(e),t={},r("next"),r("throw"),r("return"),t[Symbol.asyncIterator]=function(){return this},t);function r(i){t[i]=e[i]&&function(t){return new Promise((function(r,o){!function(e,t,i,r){Promise.resolve(r).then((function(t){e({value:t,done:i})}),t)}(r,o,(t=e[i](t)).done,t.value)}))}}}"function"==typeof SuppressedError&&SuppressedError;class Sl{constructor(e){this._promise=e}static fromSafePromise(e){const t=e.then((e=>new Al(e)));return new Sl(t)}static fromPromise(e,t){const i=e.then((e=>new Al(e))).catch((e=>new El(t(e))));return new Sl(i)}static fromThrowable(e,t){return(...i)=>new Sl((()=>wl(this,0,void 0,(function*(){try{return new Al(yield e(...i))}catch(e){return new El(t?t(e):e)}})))())}static combine(e){return Bl(e)}static combineWithAllErrors(e){return Pl(e)}map(e){return new Sl(this._promise.then((t=>wl(this,0,void 0,(function*(){return t.isErr()?new El(t.error):new Al(yield e(t.value))})))))}andThrough(e){return new Sl(this._promise.then((t=>wl(this,0,void 0,(function*(){if(t.isErr())return new El(t.error);const i=yield e(t.value);return i.isErr()?new El(i.error):new Al(t.value)})))))}andTee(e){return new Sl(this._promise.then((t=>wl(this,0,void 0,(function*(){if(t.isErr())return new El(t.error);try{yield e(t.value)}catch(e){}return new Al(t.value)})))))}orTee(e){return new Sl(this._promise.then((t=>wl(this,0,void 0,(function*(){if(t.isOk())return new Al(t.value);try{yield e(t.error)}catch(e){}return new El(t.error)})))))}mapErr(e){return new Sl(this._promise.then((t=>wl(this,0,void 0,(function*(){return t.isOk()?new Al(t.value):new El(yield e(t.error))})))))}andThen(e){return new Sl(this._promise.then((t=>{if(t.isErr())return new El(t.error);const i=e(t.value);return i instanceof Sl?i._promise:i})))}orElse(e){return new Sl(this._promise.then((t=>wl(this,0,void 0,(function*(){return t.isErr()?e(t.error):new Al(t.value)})))))}match(e,t){return this._promise.then((i=>i.match(e,t)))}unwrapOr(e){return this._promise.then((t=>t.unwrapOr(e)))}safeUnwrap(){return xl(this,arguments,(function*(){return yield vl(yield vl(yield*function(e){var t,i;return t={},r("next"),r("throw",(function(e){throw e})),r("return"),t[Symbol.iterator]=function(){return this},t;function r(r,o){t[r]=e[r]?function(t){return(i=!i)?{value:vl(e[r](t)),done:!1}:o?o(t):t}:o}}(kl(yield vl(this._promise.then((e=>e.safeUnwrap())))))))}))}then(e,t){return this._promise.then(e,t)}[Symbol.asyncIterator](){return xl(this,arguments,(function*(){const e=yield vl(this._promise);return e.isErr()&&(yield yield vl(Dl(e.error))),yield vl(e.value)}))}}function Dl(e){return new Sl(Promise.resolve(new El(e)))}const Il=e=>{let t=zl([]);for(const i of e){if(i.isErr()){t=Tl(i.error);break}t.map((e=>e.push(i.value)))}return t},Bl=e=>Sl.fromSafePromise(Promise.all(e)).andThen(Il),Cl=e=>{let t=zl([]);for(const i of e)i.isErr()&&t.isErr()?t.error.push(i.error):i.isErr()&&t.isOk()?t=Tl([i.error]):i.isOk()&&t.isOk()&&t.value.push(i.value);return t},Pl=e=>Sl.fromSafePromise(Promise.all(e)).andThen(Cl);var Fl;function zl(e){return new Al(e)}function Tl(e){return new El(e)}!function(e){e.fromThrowable=function(e,t){return(...i)=>{try{return zl(e(...i))}catch(e){return Tl(t?t(e):e)}}},e.combine=function(e){return Il(e)},e.combineWithAllErrors=function(e){return Cl(e)}}(Fl||(Fl={}));class Al{constructor(e){this.value=e}isOk(){return!0}isErr(){return!this.isOk()}map(e){return zl(e(this.value))}mapErr(e){return zl(this.value)}andThen(e){return e(this.value)}andThrough(e){return e(this.value).map((()=>this.value))}andTee(e){try{e(this.value)}catch(e){}return zl(this.value)}orTee(e){return zl(this.value)}orElse(e){return zl(this.value)}asyncAndThen(e){return e(this.value)}asyncAndThrough(e){return e(this.value).map((()=>this.value))}asyncMap(e){return Sl.fromSafePromise(e(this.value))}unwrapOr(e){return this.value}match(e,t){return e(this.value)}safeUnwrap(){const e=this.value;return function*(){return e}()}_unsafeUnwrap(e){return this.value}_unsafeUnwrapErr(e){throw gl("Called `_unsafeUnwrapErr` on an Ok",this,e)}*[Symbol.iterator](){return this.value}}class El{constructor(e){this.error=e}isOk(){return!1}isErr(){return!this.isOk()}map(e){return Tl(this.error)}mapErr(e){return Tl(e(this.error))}andThrough(e){return Tl(this.error)}andTee(e){return Tl(this.error)}orTee(e){try{e(this.error)}catch(e){}return Tl(this.error)}andThen(e){return Tl(this.error)}orElse(e){return e(this.error)}asyncAndThen(e){return Dl(this.error)}asyncAndThrough(e){return Dl(this.error)}asyncMap(e){return Dl(this.error)}unwrapOr(e){return e}match(e,t){return t(this.error)}safeUnwrap(){const e=this.error;return function*(){throw yield Tl(e),new Error("Do not use this generator out of `safeTry`")}()}_unsafeUnwrap(e){throw gl("Called `_unsafeUnwrap` on an Err",this,e)}_unsafeUnwrapErr(e){return this.error}*[Symbol.iterator](){return yield this,this}}const Ml=class{constructor(t){e(this,t),this.accept=["image/*"]}componentDidRender(){const e=(new aa).use(jn,{inline:!0,target:this.uppy,theme:"auto"}).use(Xn).use(yl,{modes:["picture"],showVideoSourceDropdown:!0});e.setOptions({restrictions:{allowedFileTypes:this.accept}}),e.addUploader((async t=>{const i=e.getFilesByIds(t);e.emit("upload-start",i);for(const t of i)await this.toFile(t).asyncAndThen((e=>this.uploader(e))).match((()=>e.emit("upload-success",t,{status:201})),(i=>{e.emit("upload-error",t,new Error(i.title+" - "+i.detail))}))}))}toFile(e){return e.data instanceof File?zl(e.data):e.data instanceof Blob?zl(new File([e.data],e.name,{type:e.type})):Tl({type:"file",title:"Unknow data type",detail:"Expected file to be a File or Blob object"})}render(){return i("div",{key:"0f77e2cac68f5aaf1d25a429b866015160c5787b",class:"container",ref:e=>this.uppy=e})}};Ml.style=".uppy-Root{box-sizing:border-box;color:#333;font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Segoe UI Symbol,Segoe UI Emoji,Apple Color Emoji,Roboto,Helvetica,Arial,sans-serif;line-height:1;position:relative;text-align:left;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.uppy-Root[dir=rtl],[dir=rtl] .uppy-Root{text-align:right}.uppy-Root *,.uppy-Root :after,.uppy-Root :before{box-sizing:inherit}.uppy-Root [hidden]{display:none}.uppy-u-reset{all:initial;appearance:none;box-sizing:border-box;font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Segoe UI Symbol,Segoe UI Emoji,Apple Color Emoji,Roboto,Helvetica,Arial,sans-serif;line-height:1}[dir=rtl] .uppy-u-reset{text-align:right}.uppy-truncate-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.uppy-c-textInput{background-color:#fff;border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:14px;line-height:1.5;padding:6px 8px}.uppy-size--md .uppy-c-textInput{padding:8px 10px}.uppy-c-textInput:focus{border-color:#1269cf99;box-shadow:0 0 0 3px #1269cf26;outline:none}[data-uppy-theme=dark] .uppy-c-textInput{background-color:#333;border-color:#333;color:#eaeaea}[data-uppy-theme=dark] .uppy-c-textInput:focus{border-color:#525252;box-shadow:none}.uppy-c-icon{display:inline-block;max-height:100%;max-width:100%;overflow:hidden;fill:currentColor}.uppy-c-btn{align-items:center;color:inherit;display:inline-flex;font-family:inherit;font-size:inherit;font-weight:500;justify-content:center;line-height:1;transition-duration:.3s;transition-property:background-color,color;user-select:none;white-space:nowrap}.uppy-c-btn,[dir=rtl] .uppy-c-btn{text-align:center}.uppy-c-btn:not(:disabled):not(.disabled){cursor:pointer}.uppy-c-btn::-moz-focus-inner{border:0}.uppy-c-btn-primary{background-color:#1269cf;border-radius:4px;color:#fff;font-size:14px;padding:10px 18px}.uppy-c-btn-primary:not(:disabled):hover{background-color:#0e51a0}.uppy-c-btn-primary:focus{box-shadow:0 0 0 3px #1269cf66;outline:none}.uppy-size--md .uppy-c-btn-primary{padding:13px 22px}[data-uppy-theme=dark] .uppy-c-btn-primary{color:#eaeaea}[data-uppy-theme=dark] .uppy-c-btn-primary:focus{outline:none}[data-uppy-theme=dark] .uppy-c-btn-primary::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-c-btn-primary:focus{box-shadow:0 0 0 2px #aae1ffd9}.uppy-c-btn-primary.uppy-c-btn--disabled{background-color:#8eb2db}.uppy-c-btn-link{background-color:initial;border-radius:4px;color:#525252;font-size:14px;line-height:1;padding:10px 15px}.uppy-c-btn-link:hover{color:#333}.uppy-c-btn-link:focus{box-shadow:0 0 0 3px #1269cf40;outline:none}.uppy-size--md .uppy-c-btn-link{padding:13px 18px}[data-uppy-theme=dark] .uppy-c-btn-link{color:#eaeaea}[data-uppy-theme=dark] .uppy-c-btn-link:focus{outline:none}[data-uppy-theme=dark] .uppy-c-btn-link::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-c-btn-link:focus{box-shadow:0 0 0 2px #aae1ffd9}[data-uppy-theme=dark] .uppy-c-btn-link:hover{color:#939393}@charset \"UTF-8\";.uppy-ProviderBrowser-viewType--grid ul.uppy-ProviderBrowser-list,.uppy-ProviderBrowser-viewType--unsplash ul.uppy-ProviderBrowser-list{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding:6px}.uppy-ProviderBrowser-viewType--grid ul.uppy-ProviderBrowser-list:after,.uppy-ProviderBrowser-viewType--unsplash ul.uppy-ProviderBrowser-list:after{content:\"\";flex:auto}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem{margin:0;position:relative;width:50%}.uppy-size--md .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem,.uppy-size--md .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem{width:33.3333%}.uppy-size--lg .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem,.uppy-size--lg .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem{width:25%}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem:before,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem:before{content:\"\";display:block;padding-top:100%}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--selected img,.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--selected svg,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--selected img,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--selected svg{opacity:.85}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--disabled,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--disabled{opacity:.5}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner{background-color:#93939333}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner,[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner{background-color:#eaeaea33}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview svg,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview svg{height:30%;width:30%;fill:#000000b3}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview svg,[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview svg{fill:#fffc}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner{border-radius:4px;bottom:7px;height:calc(100% - 14px);left:7px;overflow:hidden;position:absolute;right:7px;text-align:center;top:7px;width:calc(100% - 14px)}@media (hover:none){.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner .uppy-ProviderBrowserItem-author,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner .uppy-ProviderBrowserItem-author{display:block}}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner,[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner{box-shadow:0 0 0 3px #aae1ffb3}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner img,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner img{border-radius:4px;height:100%;object-fit:cover;width:100%}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-author,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-author{background:#0000004d;bottom:0;color:#fff;display:none;font-size:12px;font-weight:500;left:0;margin:0;padding:5px;position:absolute;text-decoration:none;width:100%}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-author:hover,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-author:hover{background:#0006;text-decoration:underline}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox{background-color:#1269cf;border-radius:50%;height:26px;opacity:0;position:absolute;right:16px;top:16px;width:26px;z-index:1002}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox:after,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox:after{height:7px;inset-inline-start:7px;top:8px;width:12px}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem--is-checked .uppy-ProviderBrowserItem-checkbox,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem--is-checked .uppy-ProviderBrowserItem-checkbox{opacity:1}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus+label .uppy-ProviderBrowserItem-author,.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:hover+label .uppy-ProviderBrowserItem-author,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus+label .uppy-ProviderBrowserItem-author,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:hover+label .uppy-ProviderBrowserItem-author{display:block}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus+label,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus+label{box-shadow:0 0 0 3px #1269cf80}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus+label:focus,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus+label:focus{outline:none}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus+label::-moz-focus-inner,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus+label::-moz-focus-inner{border:0}.uppy-ProviderBrowser-viewType--list{background-color:#fff}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--list{background-color:#1f1f1f}.uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem{align-items:center;display:flex;margin:0;padding:7px 15px}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem{color:#eaeaea}.uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem--disabled{opacity:.6}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox{background-color:#fff;border:1px solid #cfcfcf;border-radius:3px;height:17px;margin-inline-end:15px;width:17px}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:focus{border:1px solid #1269cf;box-shadow:0 0 0 3px #1269cf40;outline:none}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:after{height:5px;inset-inline-start:3px;opacity:0;top:4px;width:9px}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:focus{border-color:#02baf2b3;box-shadow:0 0 0 3px #02baf233}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem--is-checked .uppy-ProviderBrowserItem-checkbox,.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem--is-partial .uppy-ProviderBrowserItem-checkbox{background-color:#1269cf;border-color:#1269cf}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem--is-checked .uppy-ProviderBrowserItem-checkbox:after,.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem--is-partial .uppy-ProviderBrowserItem-checkbox:after{opacity:1}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner{align-items:center;color:inherit;display:flex;font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Segoe UI Symbol,Segoe UI Emoji,Apple Color Emoji,Roboto,Helvetica,Arial,sans-serif;overflow:hidden;padding:2px;text-overflow:ellipsis;white-space:nowrap}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner:focus{outline:none;text-decoration:underline}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner img,.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner svg{margin-inline-end:8px}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner span{line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem--disabled .uppy-ProviderBrowserItem-inner{cursor:default}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-iconWrap{margin-inline-end:7px;width:20px}.uppy-ProviderBrowserItem-checkbox{cursor:pointer;flex-shrink:0;position:relative}.uppy-ProviderBrowserItem-checkbox:disabled,.uppy-ProviderBrowserItem-checkbox:disabled:after{cursor:default}[data-uppy-theme=dark] .uppy-ProviderBrowserItem-checkbox{background-color:#1f1f1f;border-color:#939393}[data-uppy-theme=dark] .uppy-ProviderBrowserItem--is-checked .uppy-ProviderBrowserItem-checkbox{background-color:#333}.uppy-ProviderBrowserItem--is-checked .uppy-ProviderBrowserItem-checkbox:after{border-bottom:2px solid #eaeaea;border-left:2px solid #eaeaea;content:\"\";cursor:pointer;position:absolute;transform:rotate(-45deg)}.uppy-ProviderBrowserItem--is-partial .uppy-ProviderBrowserItem-checkbox:after{background-color:#eaeaea!important;content:\"\"!important;height:2px!important;left:20%!important;position:absolute!important;right:20%!important;top:50%!important;transform:translateY(-50%)!important}.uppy-SearchProvider{align-items:center;display:flex;flex:1;flex-direction:column;height:100%;justify-content:center;width:100%}[data-uppy-theme=dark] .uppy-SearchProvider{background-color:#1f1f1f}.uppy-SearchProvider-input{margin-bottom:15px;max-width:650px;width:90%}.uppy-size--md .uppy-SearchProvider-input{margin-bottom:20px}.uppy-SearchProvider-input::-webkit-search-cancel-button{display:none}.uppy-SearchProvider-searchButton{padding:13px 25px}.uppy-size--md .uppy-SearchProvider-searchButton{padding:13px 30px}.uppy-DashboardContent-panelBody{align-items:center;display:flex;flex:1;justify-content:center}[data-uppy-theme=dark] .uppy-DashboardContent-panelBody{background-color:#1f1f1f}.uppy-Provider-auth,.uppy-Provider-empty,.uppy-Provider-error,.uppy-Provider-loading{align-items:center;color:#939393;display:flex;flex:1;flex-flow:column wrap;justify-content:center}.uppy-Provider-empty{color:#939393}.uppy-Provider-authIcon svg{height:75px;width:100px}.uppy-Provider-authTitle{color:#757575;font-size:17px;font-weight:400;line-height:1.4;margin-bottom:30px;max-width:500px;padding:0 15px;text-align:center}.uppy-size--md .uppy-Provider-authTitle{font-size:20px}[data-uppy-theme=dark] .uppy-Provider-authTitle{color:#cfcfcf}.uppy-Provider-btn-google{align-items:center;background:#4285f4;display:flex;padding:8px 12px!important}.uppy-Provider-btn-google:hover{background-color:#1266f1}.uppy-Provider-btn-google:focus{box-shadow:0 0 0 3px #4285f466;outline:none}.uppy-Provider-btn-google svg{margin-right:8px}.uppy-Provider-breadcrumbs{color:#525252;flex:1;font-size:12px;margin-bottom:10px;text-align:start}.uppy-size--md .uppy-Provider-breadcrumbs{margin-bottom:0}[data-uppy-theme=dark] .uppy-Provider-breadcrumbs{color:#eaeaea}.uppy-Provider-breadcrumbsIcon{color:#525252;display:inline-block;line-height:1;margin-inline-end:4px;vertical-align:middle}.uppy-Provider-breadcrumbsIcon svg{height:13px;width:13px;fill:#525252}.uppy-Provider-breadcrumbs button{border-radius:3px;display:inline-block;line-height:inherit;padding:4px}.uppy-Provider-breadcrumbs button:focus{outline:none}.uppy-Provider-breadcrumbs button::-moz-focus-inner{border:0}.uppy-Provider-breadcrumbs button:hover{color:#0e51a0}.uppy-Provider-breadcrumbs button:focus{background-color:#dfe6f1}[data-uppy-theme=dark] .uppy-Provider-breadcrumbs button:focus{background-color:#333}.uppy-Provider-breadcrumbs button:not(:last-of-type){text-decoration:underline}.uppy-Provider-breadcrumbs button:last-of-type{color:#333;cursor:normal;font-weight:500;pointer-events:none}.uppy-Provider-breadcrumbs button:hover{cursor:pointer}[data-uppy-theme=dark] .uppy-Provider-breadcrumbs button{color:#eaeaea}.uppy-ProviderBrowser{display:flex;flex:1;flex-direction:column;font-size:14px;font-weight:400;height:100%}.uppy-ProviderBrowser-user{color:#333;font-weight:500;margin:0 8px 0 0}[data-uppy-theme=dark] .uppy-ProviderBrowser-user{color:#eaeaea}.uppy-ProviderBrowser-user:after{color:#939393;content:\"·\";font-weight:400;inset-inline-start:4px;position:relative}.uppy-ProviderBrowser-header{border-bottom:1px solid #eaeaea;position:relative;z-index:1001}[data-uppy-theme=dark] .uppy-ProviderBrowser-header{border-bottom:1px solid #333}.uppy-ProviderBrowser-headerBar{background-color:#fafafa;color:#757575;font-size:12px;line-height:1.4;padding:7px 15px;z-index:1001}.uppy-size--md .uppy-ProviderBrowser-headerBar{align-items:center;display:flex}[data-uppy-theme=dark] .uppy-ProviderBrowser-headerBar{background-color:#1f1f1f}.uppy-ProviderBrowser-headerBar--simple{display:block;justify-content:center;text-align:center}.uppy-ProviderBrowser-headerBar--simple .uppy-Provider-breadcrumbsWrap{display:inline-block;flex:none;vertical-align:middle}.uppy-ProviderBrowser-searchFilter{align-items:center;display:flex;height:30px;margin-bottom:15px;margin-top:15px;padding-left:8px;padding-right:8px;position:relative;width:100%}.uppy-ProviderBrowser-searchFilterInput{background-color:#eaeaea;border:0;border-radius:4px;color:#333;font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Segoe UI Symbol,Segoe UI Emoji,Apple Color Emoji,Roboto,Helvetica,Arial,sans-serif;font-size:13px;height:30px;line-height:1.4;outline:0;padding-inline-end:30px;padding-inline-start:30px;width:100%;z-index:1001}.uppy-ProviderBrowser-searchFilterInput::-webkit-search-cancel-button{display:none}[data-uppy-theme=dark] .uppy-ProviderBrowser-searchFilterInput{background-color:#1f1f1f;color:#eaeaea}.uppy-ProviderBrowser-searchFilterInput:focus{background-color:#cfcfcf;border:0}[data-uppy-theme=dark] .uppy-ProviderBrowser-searchFilterInput:focus{background-color:#333}.uppy-ProviderBrowser-searchFilterIcon{color:#757575;height:12px;inset-inline-start:16px;position:absolute;width:12px;z-index:1002}.uppy-ProviderBrowser-searchFilterInput::placeholder{color:#939393;opacity:1}.uppy-ProviderBrowser-searchFilterReset{border-radius:3px;color:#939393;cursor:pointer;height:22px;inset-inline-end:16px;padding:6px;position:absolute;width:22px;z-index:1002}.uppy-ProviderBrowser-searchFilterReset:focus{outline:none}.uppy-ProviderBrowser-searchFilterReset::-moz-focus-inner{border:0}.uppy-ProviderBrowser-searchFilterReset:focus{box-shadow:0 0 0 3px #1269cf80}.uppy-ProviderBrowser-searchFilterReset:hover{color:#757575}.uppy-ProviderBrowser-searchFilterReset svg{vertical-align:text-top}.uppy-ProviderBrowser-userLogout{border-radius:3px;color:#1269cf;cursor:pointer;line-height:inherit;padding:4px}.uppy-ProviderBrowser-userLogout:focus{outline:none}.uppy-ProviderBrowser-userLogout::-moz-focus-inner{border:0}.uppy-ProviderBrowser-userLogout:hover{color:#0e51a0}.uppy-ProviderBrowser-userLogout:focus{background-color:#dfe6f1}[data-uppy-theme=dark] .uppy-ProviderBrowser-userLogout:focus{background-color:#333}.uppy-ProviderBrowser-userLogout:hover{text-decoration:underline}[data-uppy-theme=dark] .uppy-ProviderBrowser-userLogout{color:#eaeaea}.uppy-ProviderBrowser-body{flex:1;position:relative}.uppy-ProviderBrowser-list{background-color:#fff;border-spacing:0;bottom:0;display:block;flex:1;height:100%;left:0;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;right:0;top:0;width:100%;-webkit-overflow-scrolling:touch}[data-uppy-theme=dark] .uppy-ProviderBrowser-list{background-color:#1f1f1f}.uppy-ProviderBrowser-list:focus{outline:none}.uppy-ProviderBrowserItem-inner{cursor:pointer;font-size:13px;font-weight:500}.uppy-ProviderBrowser-footer{align-items:center;background-color:#fff;border-top:1px solid #eaeaea;display:flex;justify-content:space-between;padding:15px}.uppy-ProviderBrowser-footer button{margin-inline-end:8px}[data-uppy-theme=dark] .uppy-ProviderBrowser-footer{background-color:#1f1f1f;border-top:1px solid #333}.uppy-ProviderBrowser-footer-buttons{flex-shrink:0}.uppy-ProviderBrowser-footer-error{color:#e32437;line-height:18px}@media (max-width:426px){.uppy-ProviderBrowser-footer{align-items:stretch;flex-direction:column-reverse}.uppy-ProviderBrowser-footer-error{padding-bottom:10px}}.picker-dialog-bg{z-index:20000!important}.picker-dialog{z-index:20001!important}.uppy-Dashboard-Item-previewInnerWrap{align-items:center;border-radius:3px;box-shadow:0 0 2px 0 #0006;display:flex;flex-direction:column;height:100%;justify-content:center;overflow:hidden;position:relative;width:100%}.uppy-size--md .uppy-Dashboard-Item-previewInnerWrap{box-shadow:0 1px 2px #00000026}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-previewInnerWrap{box-shadow:none}.uppy-Dashboard-Item-previewInnerWrap:after{background-color:#000000a6;bottom:0;content:\"\";display:none;left:0;position:absolute;right:0;top:0;z-index:1001}.uppy-Dashboard-Item-previewLink{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1002}.uppy-Dashboard-Item-previewLink:focus{box-shadow:inset 0 0 0 3px #579df0}[data-uppy-theme=dark] .uppy-Dashboard-Item-previewLink:focus{box-shadow:inset 0 0 0 3px #016c8d}.uppy-Dashboard-Item-preview img.uppy-Dashboard-Item-previewImg{border-radius:3px;height:100%;object-fit:cover;transform:translateZ(0);width:100%}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-preview img.uppy-Dashboard-Item-previewImg{height:auto;max-height:100%;max-width:100%;object-fit:contain;padding:10px;width:auto}.uppy-Dashboard-Item-progress{color:#fff;left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);transition:all .35 ease;width:120px;z-index:1002}.uppy-Dashboard-Item-progressIndicator{color:#fff;display:inline-block;height:38px;opacity:.9;width:38px}.uppy-size--md .uppy-Dashboard-Item-progressIndicator{height:55px;width:55px}button.uppy-Dashboard-Item-progressIndicator{cursor:pointer}button.uppy-Dashboard-Item-progressIndicator:focus{outline:none}button.uppy-Dashboard-Item-progressIndicator::-moz-focus-inner{border:0}button.uppy-Dashboard-Item-progressIndicator:focus .uppy-Dashboard-Item-progressIcon--bg,button.uppy-Dashboard-Item-progressIndicator:focus .uppy-Dashboard-Item-progressIcon--retry{fill:#579df0}.uppy-Dashboard-Item-progressIcon--circle{height:100%;width:100%}.uppy-Dashboard-Item-progressIcon--bg{stroke:#fff6}.uppy-Dashboard-Item-progressIcon--progress{transition:stroke-dashoffset .5s ease-out;stroke:#fff}.uppy-Dashboard-Item-progressIcon--play{transition:all .2s;fill:#fff;stroke:#fff}.uppy-Dashboard-Item-progressIcon--cancel{transition:all .2s;fill:#fff}.uppy-Dashboard-Item-progressIcon--pause{transition:all .2s;fill:#fff;stroke:#fff}.uppy-Dashboard-Item-progressIcon--check{transition:all .2s;fill:#fff}.uppy-Dashboard-Item-progressIcon--retry{fill:#fff}.uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress{inset-inline-end:-8px;inset-inline-start:auto;top:-9px;transform:none;width:auto}.uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-progressIndicator{height:18px;width:18px}.uppy-size--md .uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-progressIndicator{height:28px;width:28px}.uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progressIndicator{height:18px;opacity:1;width:18px}.uppy-size--md .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progressIndicator{height:22px;width:22px}.uppy-Dashboard-Item.is-processing .uppy-Dashboard-Item-progress{opacity:0}.uppy-Dashboard-Item-fileInfo{padding-inline-end:5px}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfo{padding-inline-end:10px}.uppy-size--md.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfo{padding-inline-end:15px}.uppy-Dashboard-Item-name{font-size:12px;font-weight:500;line-height:1.3;margin-bottom:5px;word-wrap:anywhere;word-break:break-all}[data-uppy-theme=dark] .uppy-Dashboard-Item-name{color:#eaeaea}.uppy-size--md.uppy-Dashboard--singleFile .uppy-Dashboard-Item-name{font-size:14px;line-height:1.4}.uppy-Dashboard-Item-fileName{align-items:baseline;display:flex}.uppy-Dashboard-Item-fileName button{margin-left:5px}.uppy-Dashboard-Item-author{color:#757575;display:inline-block;font-size:11px;font-weight:400;line-height:1;margin-bottom:5px;vertical-align:bottom}.uppy-Dashboard-Item-author a{color:#757575}.uppy-Dashboard-Item-status{color:#757575;font-size:11px;font-weight:400;line-height:1}[data-uppy-theme=dark] .uppy-Dashboard-Item-status{color:#bbb}.uppy-Dashboard-Item-statusSize{display:inline-block;margin-bottom:5px;text-transform:uppercase;vertical-align:bottom}.uppy-Dashboard-Item-reSelect{color:#1269cf;font-family:inherit;font-size:inherit;font-weight:600}.uppy-Dashboard-Item-errorMessage{background-color:#fdeff1;color:#a51523;font-size:11px;font-weight:500;line-height:1.3;padding:5px 6px}.uppy-Dashboard-Item-errorMessageBtn{color:#a51523;cursor:pointer;font-size:11px;font-weight:500;text-decoration:underline}.uppy-Dashboard-Item-preview .uppy-Dashboard-Item-errorMessage{display:none}.uppy-size--md .uppy-Dashboard-Item-preview .uppy-Dashboard-Item-errorMessage{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top:1px solid #f7c2c8;bottom:0;display:block;left:0;line-height:1.4;padding:6px 8px;position:absolute;right:0}.uppy-Dashboard-Item-fileInfo .uppy-Dashboard-Item-errorMessage{border:1px solid #f7c2c8;border-radius:3px;display:inline-block;position:static}.uppy-size--md .uppy-Dashboard-Item-fileInfo .uppy-Dashboard-Item-errorMessage{display:none}.uppy-Dashboard-Item-action{color:#939393;cursor:pointer}.uppy-Dashboard-Item-action:focus{outline:none}.uppy-Dashboard-Item-action::-moz-focus-inner{border:0}.uppy-Dashboard-Item-action:focus{box-shadow:0 0 0 3px #1269cf80}.uppy-Dashboard-Item-action:hover{color:#1f1f1f;opacity:1}[data-uppy-theme=dark] .uppy-Dashboard-Item-action{color:#cfcfcf}[data-uppy-theme=dark] .uppy-Dashboard-Item-action:focus{outline:none}[data-uppy-theme=dark] .uppy-Dashboard-Item-action::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-Dashboard-Item-action:focus{box-shadow:0 0 0 2px #aae1ffd9}[data-uppy-theme=dark] .uppy-Dashboard-Item-action:hover{color:#eaeaea}.uppy-Dashboard-Item-action--remove{color:#1f1f1f;opacity:.95}.uppy-Dashboard-Item-action--remove:hover{color:#000;opacity:1}.uppy-size--md .uppy-Dashboard-Item-action--remove{height:18px;inset-inline-end:-8px;padding:0;position:absolute;top:-8px;width:18px;z-index:1002}.uppy-size--md .uppy-Dashboard-Item-action--remove:focus{border-radius:50%}.uppy-Dashboard--singleFile.uppy-size--height-md .uppy-Dashboard-Item-action--remove{inset-inline-end:8px;position:absolute;top:8px}[data-uppy-theme=dark] .uppy-Dashboard-Item-action--remove{color:#525252}[data-uppy-theme=dark] .uppy-Dashboard-Item-action--remove:hover{color:#333}.uppy-Dashboard:not(.uppy-size--md):not(.uppy-Dashboard--singleFile.uppy-size--height-md) .uppy-Dashboard-Item-actionWrapper{align-items:center;display:flex}.uppy-Dashboard:not(.uppy-size--md):not(.uppy-Dashboard--singleFile.uppy-size--height-md) .uppy-Dashboard-Item-action{height:22px;margin-left:3px;padding:3px;width:22px}.uppy-Dashboard:not(.uppy-size--md):not(.uppy-Dashboard--singleFile.uppy-size--height-md) .uppy-Dashboard-Item-action:focus{border-radius:3px}.uppy-size--md .uppy-Dashboard-Item-action--copyLink,.uppy-size--md .uppy-Dashboard-Item-action--edit{height:16px;padding:0;width:16px}.uppy-size--md .uppy-Dashboard-Item-action--copyLink:focus,.uppy-size--md .uppy-Dashboard-Item-action--edit:focus{border-radius:3px}.uppy-Dashboard-Item{align-items:center;border-bottom:1px solid #eaeaea;display:flex;padding:10px}.uppy-Dashboard:not(.uppy-Dashboard--singleFile) .uppy-Dashboard-Item{padding-inline-end:0}[data-uppy-theme=dark] .uppy-Dashboard-Item{border-bottom:1px solid #333}.uppy-size--md .uppy-Dashboard-Item{border-bottom:0;display:block;float:inline-start;height:215px;margin:5px 15px;padding:0;position:relative;width:calc(33.333% - 30px)}.uppy-size--lg .uppy-Dashboard-Item{height:190px;margin:5px 15px;padding:0;width:calc(25% - 30px)}.uppy-size--xl .uppy-Dashboard-Item{height:210px;padding:0;width:calc(20% - 30px)}.uppy-Dashboard--singleFile .uppy-Dashboard-Item{border-bottom:0;display:flex;flex-direction:column;height:100%;max-width:400px;padding:15px;position:relative;width:100%}.uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-previewInnerWrap{opacity:.2}.uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-name{opacity:.7}.uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-preview:before{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='39' viewBox='0 0 35 39'%3E%3Cpath fill='%2523000' d='M1.708 38.66c1.709 0 3.417-3.417 6.834-3.417s5.125 3.417 8.61 3.417c3.348 0 5.056-3.417 8.473-3.417 4.305 0 5.125 3.417 6.833 3.417.889 0 1.709-.889 1.709-1.709v-19.68C34.167-5.757 0-5.757 0 17.271v19.68c0 .82.888 1.709 1.708 1.709m8.542-17.084a3.383 3.383 0 0 1-3.417-3.416 3.383 3.383 0 0 1 3.417-3.417 3.383 3.383 0 0 1 3.417 3.417 3.383 3.383 0 0 1-3.417 3.416m13.667 0A3.383 3.383 0 0 1 20.5 18.16a3.383 3.383 0 0 1 3.417-3.417 3.383 3.383 0 0 1 3.416 3.417 3.383 3.383 0 0 1-3.416 3.416'/%3E%3C/svg%3E\");background-position:50% 10px;background-repeat:no-repeat;background-size:25px;bottom:0;content:\"\";left:0;opacity:.5;position:absolute;right:0;top:0;z-index:1005}.uppy-size--md .uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-preview:before{background-position:50% 50%;background-size:40px}.uppy-Dashboard--singleFile .uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-preview:before{background-position:50% 50%;background-size:30%}.uppy-Dashboard-Item-preview{flex-grow:0;flex-shrink:0;height:50px;position:relative;width:50px}.uppy-size--md .uppy-Dashboard-Item-preview{height:140px;width:100%}.uppy-size--lg .uppy-Dashboard-Item-preview{height:120px}.uppy-size--xl .uppy-Dashboard-Item-preview{height:140px}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-preview{flex-grow:1;max-height:75%;width:100%}.uppy-Dashboard--singleFile.uppy-size--md .uppy-Dashboard-Item-preview{max-height:100%}.uppy-Dashboard-Item-fileInfoAndButtons{align-items:center;display:flex;flex-grow:1;justify-content:space-between;padding-inline-end:8px;padding-inline-start:12px}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfoAndButtons,.uppy-size--md .uppy-Dashboard-Item-fileInfoAndButtons{align-items:flex-start;padding:9px 0 0}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfoAndButtons{flex-grow:0;width:100%}.uppy-Dashboard-Item-fileInfo{flex-grow:1;flex-shrink:1}.uppy-Dashboard-Item-actionWrapper{flex-grow:0;flex-shrink:0}.uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-previewInnerWrap:after,.uppy-Dashboard-Item.is-inprogress .uppy-Dashboard-Item-previewInnerWrap:after{display:block}.uppy-Dashboard-Item-errorDetails{appearance:none;background-color:#939393;border:none;border-radius:50%;color:#fff;cursor:help;flex-shrink:0;font-size:10px;font-weight:600;height:13px;inset-inline-start:2px;line-height:12px;position:relative;text-align:center;top:0;width:13px}.uppy-Dashboard-Item-errorDetails:after{line-height:1.3;word-wrap:break-word}.uppy-Dashboard-FileCard{background-color:#fff;border-radius:5px;bottom:0;box-shadow:0 0 10px 4px #0000001a;display:flex;flex-direction:column;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:1005}.uppy-Dashboard-FileCard .uppy-DashboardContent-bar{border-top-left-radius:5px;border-top-right-radius:5px}.uppy-Dashboard-FileCard .uppy-Dashboard-FileCard-actions{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.uppy-Dashboard-FileCard-inner{display:flex;flex-direction:column;flex-grow:1;flex-shrink:1;height:100%;min-height:0}.uppy-Dashboard-FileCard-preview{align-items:center;border-bottom:1px solid #eaeaea;display:flex;flex-grow:0;flex-shrink:1;height:60%;justify-content:center;min-height:0;position:relative}[data-uppy-theme=dark] .uppy-Dashboard-FileCard-preview{background-color:#333;border-bottom:0}.uppy-Dashboard-FileCard-preview img.uppy-Dashboard-Item-previewImg{border-radius:3px;box-shadow:0 3px 20px #00000026;flex:0 0 auto;max-height:90%;max-width:90%;object-fit:cover}.uppy-Dashboard-FileCard-edit{background-color:#00000080;border-radius:50px;color:#fff;font-size:13px;inset-inline-end:10px;padding:7px 15px;position:absolute;top:10px}.uppy-Dashboard-FileCard-edit:focus{outline:none}.uppy-Dashboard-FileCard-edit::-moz-focus-inner{border:0}.uppy-Dashboard-FileCard-edit:focus{box-shadow:0 0 0 3px #1269cf80}.uppy-Dashboard-FileCard-edit:hover{background-color:#000c}.uppy-Dashboard-FileCard-info{flex-grow:0;flex-shrink:0;height:40%;overflow-y:auto;padding:30px 20px 20px;-webkit-overflow-scrolling:touch}[data-uppy-theme=dark] .uppy-Dashboard-FileCard-info{background-color:#1f1f1f}.uppy-Dashboard-FileCard-fieldset{border:0;font-size:0;margin:auto auto 12px;max-width:640px;padding:0}.uppy-Dashboard-FileCard-label{color:#525252;display:inline-block;font-size:12px;vertical-align:middle;width:22%}.uppy-size--md .uppy-Dashboard-FileCard-label{font-size:14px}[data-uppy-theme=dark] .uppy-Dashboard-FileCard-label{color:#eaeaea}.uppy-Dashboard-FileCard-input{display:inline-block;vertical-align:middle;width:78%}.uppy-Dashboard-FileCard-actions{align-items:center;background-color:#fafafa;border-top:1px solid #eaeaea;display:flex;flex-grow:0;flex-shrink:0;height:55px;padding:0 15px}.uppy-size--md .uppy-Dashboard-FileCard-actions{height:65px}[data-uppy-theme=dark] .uppy-Dashboard-FileCard-actions{background-color:#1f1f1f;border-top:1px solid #333}.uppy-Dashboard-FileCard-actionsBtn{margin-inline-end:10px}.uppy-Informer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1005}.uppy-Informer span>div{margin-bottom:6px}.uppy-Informer-animated{opacity:0;transform:translateY(350%);transition:all .3s ease-in;z-index:-1000}.uppy-Informer p{background-color:#757575;border-radius:18px;color:#fff;display:inline-block;font-size:12px;font-weight:400;line-height:1.4;margin:0;max-width:90%;padding:6px 15px}.uppy-size--md .uppy-Informer p{font-size:14px;line-height:1.3;max-width:500px;padding:10px 20px}[data-uppy-theme=dark] .uppy-Informer p{background-color:#333}.uppy-Informer p span{background-color:#fff;border-radius:50%;color:#525252;display:inline-block;font-size:10px;height:13px;inset-inline-start:3px;line-height:12px;margin-inline-start:-1px;position:relative;top:-1px;vertical-align:middle;width:13px}.uppy-Informer p span:hover{cursor:help}.uppy-Informer p span:after{line-height:1.3;word-wrap:break-word}.uppy-Root [aria-label][role~=tooltip]{position:relative}.uppy-Root [aria-label][role~=tooltip]:after,.uppy-Root [aria-label][role~=tooltip]:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;opacity:0;pointer-events:none;position:absolute;transform:translateZ(0);transform-origin:top;transition:all var(--microtip-transition-duration,.18s) var(--microtip-transition-easing,ease-in-out) var(--microtip-transition-delay,0s);will-change:transform;z-index:10}.uppy-Root [aria-label][role~=tooltip]:before{background-size:100% auto!important;content:\"\"}.uppy-Root [aria-label][role~=tooltip]:after{background:#111111e6;border-radius:4px;box-sizing:initial;color:#fff;content:attr(aria-label);font-size:var(--microtip-font-size,13px);font-weight:var(--microtip-font-weight,normal);padding:.5em 1em;text-transform:var(--microtip-text-transform,none);white-space:nowrap}.uppy-Root [aria-label][role~=tooltip]:focus:after,.uppy-Root [aria-label][role~=tooltip]:focus:before,.uppy-Root [aria-label][role~=tooltip]:hover:after,.uppy-Root [aria-label][role~=tooltip]:hover:before{opacity:1;pointer-events:auto}.uppy-Root [role~=tooltip][data-microtip-position|=top]:before{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M2.658 0h32.004c-6 0-11.627 12.002-16.002 12.002S8.594 0 2.658 0'/%3E%3C/svg%3E\") no-repeat;bottom:100%;height:6px;left:50%;margin-bottom:5px;transform:translate3d(-50%,0,0);width:18px}.uppy-Root [role~=tooltip][data-microtip-position|=top]:after{bottom:100%;left:50%;margin-bottom:11px;transform:translate3d(-50%,0,0)}.uppy-Root [role~=tooltip][data-microtip-position=top]:hover:after,.uppy-Root [role~=tooltip][data-microtip-position|=top]:hover:before{transform:translate3d(-50%,-5px,0)}.uppy-Root [role~=tooltip][data-microtip-position=top-left]:after{bottom:100%;transform:translate3d(calc(-100% + 16px),0,0)}.uppy-Root [role~=tooltip][data-microtip-position=top-left]:hover:after{transform:translate3d(calc(-100% + 16px),-5px,0)}.uppy-Root [role~=tooltip][data-microtip-position=top-right]:after{bottom:100%;transform:translate3d(-16px,0,0)}.uppy-Root [role~=tooltip][data-microtip-position=top-right]:hover:after{transform:translate3d(-16px,-5px,0)}.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:before{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M33.342 12H1.338c6 0 11.627-12.002 16.002-12.002S27.406 12 33.342 12'/%3E%3C/svg%3E\") no-repeat;bottom:auto;height:6px;left:50%;margin-bottom:0;margin-top:5px;top:100%;transform:translate3d(-50%,-10px,0);width:18px}.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:after{left:50%;margin-top:11px;top:100%;transform:translate3d(-50%,-10px,0)}.uppy-Root [role~=tooltip][data-microtip-position=bottom]:hover:after,.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:hover:before{transform:translate3d(-50%,0,0)}.uppy-Root [role~=tooltip][data-microtip-position=bottom-left]:after{top:100%;transform:translate3d(calc(-100% + 16px),-10px,0)}.uppy-Root [role~=tooltip][data-microtip-position=bottom-left]:hover:after{transform:translate3d(calc(-100% + 16px),0,0)}.uppy-Root [role~=tooltip][data-microtip-position=bottom-right]:after{top:100%;transform:translate3d(-16px,-10px,0)}.uppy-Root [role~=tooltip][data-microtip-position=bottom-right]:hover:after{transform:translate3d(-16px,0,0)}.uppy-Root [role~=tooltip][data-microtip-position=left]:after,.uppy-Root [role~=tooltip][data-microtip-position=left]:before{bottom:auto;left:auto;right:100%;top:50%;transform:translate3d(10px,-50%,0)}.uppy-Root [role~=tooltip][data-microtip-position=left]:before{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M0 33.342V1.338c0 6 12.002 11.627 12.002 16.002S0 27.406 0 33.342'/%3E%3C/svg%3E\") no-repeat;height:18px;margin-bottom:0;margin-right:5px;width:6px}.uppy-Root [role~=tooltip][data-microtip-position=left]:after{margin-right:11px}.uppy-Root [role~=tooltip][data-microtip-position=left]:hover:after,.uppy-Root [role~=tooltip][data-microtip-position=left]:hover:before{transform:translate3d(0,-50%,0)}.uppy-Root [role~=tooltip][data-microtip-position=right]:after,.uppy-Root [role~=tooltip][data-microtip-position=right]:before{bottom:auto;left:100%;top:50%;transform:translate3d(-10px,-50%,0)}.uppy-Root [role~=tooltip][data-microtip-position=right]:before{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M12 2.658v32.004c0-6-12.002-11.627-12.002-16.002S12 8.594 12 2.658'/%3E%3C/svg%3E\") no-repeat;height:18px;margin-bottom:0;margin-left:5px;width:6px}.uppy-Root [role~=tooltip][data-microtip-position=right]:after{margin-left:11px}.uppy-Root [role~=tooltip][data-microtip-position=right]:hover:after,.uppy-Root [role~=tooltip][data-microtip-position=right]:hover:before{transform:translate3d(0,-50%,0)}.uppy-Root [role~=tooltip][data-microtip-size=small]:after{white-space:normal;width:80px}.uppy-Root [role~=tooltip][data-microtip-size=medium]:after{white-space:normal;width:150px}.uppy-Root [role~=tooltip][data-microtip-size=large]:after{white-space:normal;width:260px}.uppy-StatusBar{background-color:#fff;color:#fff;display:flex;font-size:12px;font-weight:400;height:46px;line-height:40px;position:relative;transition:height .2s;z-index:1001}[data-uppy-theme=dark] .uppy-StatusBar{background-color:#1f1f1f}.uppy-StatusBar:before{background-color:#eaeaea;bottom:0;content:\"\";height:2px;left:0;position:absolute;right:0;top:0;width:100%}[data-uppy-theme=dark] .uppy-StatusBar:before{background-color:#757575}.uppy-StatusBar[aria-hidden=true]{height:0;overflow-y:hidden}.uppy-StatusBar.is-complete .uppy-StatusBar-progress{background-color:#1bb240}.uppy-StatusBar.is-error .uppy-StatusBar-progress{background-color:#e32437}.uppy-StatusBar.is-complete .uppy-StatusBar-statusIndicator{color:#1bb240}.uppy-StatusBar.is-error .uppy-StatusBar-statusIndicator{color:#e32437}.uppy-StatusBar:not([aria-hidden=true]).is-waiting{background-color:#fff;border-top:1px solid #eaeaea;height:65px}[data-uppy-theme=dark] .uppy-StatusBar:not([aria-hidden=true]).is-waiting{background-color:#1f1f1f;border-top:1px solid #333}.uppy-StatusBar-progress{background-color:#1269cf;height:2px;position:absolute;transition:background-color,width .3s ease-out;z-index:1001}.uppy-StatusBar-progress.is-indeterminate{animation:uppy-StatusBar-ProgressStripes 1s linear infinite;background-image:linear-gradient(45deg,#0000004d 25%,#0000 0,#0000 50%,#0000004d 0,#0000004d 75%,#0000 0,#0000);background-size:64px 64px}@keyframes uppy-StatusBar-ProgressStripes{0%{background-position:0 0}to{background-position:64px 0}}.uppy-StatusBar.is-postprocessing .uppy-StatusBar-progress,.uppy-StatusBar.is-preprocessing .uppy-StatusBar-progress{background-color:#f6a623}.uppy-StatusBar.is-waiting .uppy-StatusBar-progress{display:none}.uppy-StatusBar-content{align-items:center;color:#333;display:flex;height:100%;padding-inline-start:10px;position:relative;text-overflow:ellipsis;white-space:nowrap;z-index:1002}.uppy-size--md .uppy-StatusBar-content{padding-inline-start:15px}[data-uppy-theme=dark] .uppy-StatusBar-content{color:#eaeaea}.uppy-StatusBar-status{display:flex;flex-direction:column;font-weight:400;justify-content:center;line-height:1.4;padding-inline-end:.3em}.uppy-StatusBar-statusPrimary{display:flex;font-weight:500;line-height:1}.uppy-StatusBar-statusPrimary button.uppy-StatusBar-details{margin-left:5px}[data-uppy-theme=dark] .uppy-StatusBar-statusPrimary{color:#eaeaea}.uppy-StatusBar-statusSecondary{color:#757575;display:inline-block;font-size:11px;line-height:1.2;margin-top:1px;white-space:nowrap}[data-uppy-theme=dark] .uppy-StatusBar-statusSecondary{color:#bbb}.uppy-StatusBar-statusSecondaryHint{display:inline-block;line-height:1;margin-inline-end:5px;vertical-align:middle}.uppy-size--md .uppy-StatusBar-statusSecondaryHint{margin-inline-end:8px}.uppy-StatusBar-statusIndicator{color:#525252;margin-inline-end:7px;position:relative;top:1px}.uppy-StatusBar-statusIndicator svg{vertical-align:text-bottom}.uppy-StatusBar-actions{align-items:center;bottom:0;display:flex;inset-inline-end:10px;position:absolute;top:0;z-index:1004}.uppy-StatusBar.is-waiting .uppy-StatusBar-actions{background-color:#fafafa;height:100%;padding:0 15px;position:static;width:100%}[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actions{background-color:#1f1f1f}.uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts{flex-direction:column;height:90px}.uppy-size--md .uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts{flex-direction:row;height:65px}.uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts .uppy-StatusBar-actions{flex-direction:column;justify-content:center}.uppy-size--md .uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts .uppy-StatusBar-actions{flex-direction:row;justify-content:normal}.uppy-StatusBar-actionCircleBtn{cursor:pointer;line-height:1;margin:3px;opacity:.9}.uppy-StatusBar-actionCircleBtn:focus{outline:none}.uppy-StatusBar-actionCircleBtn::-moz-focus-inner{border:0}.uppy-StatusBar-actionCircleBtn:focus{box-shadow:0 0 0 3px #1269cf80}[data-uppy-theme=dark] .uppy-StatusBar-actionCircleBtn:focus{outline:none}[data-uppy-theme=dark] .uppy-StatusBar-actionCircleBtn::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-StatusBar-actionCircleBtn:focus{box-shadow:0 0 0 2px #aae1ffd9}.uppy-StatusBar-actionCircleBtn:hover{opacity:1}.uppy-StatusBar-actionCircleBtn:focus{border-radius:50%}.uppy-StatusBar-actionCircleBtn svg{vertical-align:bottom}.uppy-StatusBar-actionBtn{color:#1269cf;display:inline-block;font-size:10px;line-height:inherit;vertical-align:middle}.uppy-size--md .uppy-StatusBar-actionBtn{font-size:11px}.uppy-StatusBar-actionBtn--disabled{opacity:.4}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--disabled{opacity:.7}.uppy-StatusBar-actionBtn--retry{background-color:#ff4b23;border-radius:8px;color:#fff;height:16px;line-height:1;margin-inline-end:6px;padding:1px 6px 3px 18px;position:relative}.uppy-StatusBar-actionBtn--retry:focus{outline:none}.uppy-StatusBar-actionBtn--retry::-moz-focus-inner{border:0}.uppy-StatusBar-actionBtn--retry:focus{box-shadow:0 0 0 3px #1269cf80}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--retry:focus{outline:none}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--retry::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--retry:focus{box-shadow:0 0 0 2px #aae1ffd9}.uppy-StatusBar-actionBtn--retry:hover{background-color:#f92d00}.uppy-StatusBar-actionBtn--retry svg{inset-inline-start:6px;position:absolute;top:3px}.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload{background-color:#1bb240;color:#fff;font-size:14px;line-height:1;padding:15px 10px;width:100%}.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload:hover{background-color:#189c38}[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload{background-color:#1c8b37}[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload:hover{background-color:#18762f}.uppy-size--md .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload{padding:13px 22px;width:auto}.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload.uppy-StatusBar-actionBtn--disabled:hover{background-color:#1bb240;cursor:not-allowed}[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload.uppy-StatusBar-actionBtn--disabled:hover{background-color:#1c8b37}.uppy-StatusBar:not(.is-waiting) .uppy-StatusBar-actionBtn--upload{background-color:initial;color:#1269cf}.uppy-StatusBar-actionBtn--uploadNewlyAdded{border-radius:3px;padding-inline-end:3px;padding-bottom:1px;padding-inline-start:3px}.uppy-StatusBar-actionBtn--uploadNewlyAdded:focus{outline:none}.uppy-StatusBar-actionBtn--uploadNewlyAdded::-moz-focus-inner{border:0}.uppy-StatusBar-actionBtn--uploadNewlyAdded:focus{box-shadow:0 0 0 3px #1269cf80}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--uploadNewlyAdded:focus{outline:none}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--uploadNewlyAdded::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--uploadNewlyAdded:focus{box-shadow:0 0 0 2px #aae1ffd9}.uppy-StatusBar.is-postprocessing .uppy-StatusBar-actionBtn--uploadNewlyAdded,.uppy-StatusBar.is-preprocessing .uppy-StatusBar-actionBtn--uploadNewlyAdded{display:none}.uppy-StatusBar-actionBtn--done{border-radius:3px;line-height:1;padding:7px 8px}.uppy-StatusBar-actionBtn--done:focus{outline:none}.uppy-StatusBar-actionBtn--done::-moz-focus-inner{border:0}.uppy-StatusBar-actionBtn--done:hover{color:#0e51a0}.uppy-StatusBar-actionBtn--done:focus{background-color:#dfe6f1}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--done:focus{background-color:#333}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--done{color:#02baf2}.uppy-size--md .uppy-StatusBar-actionBtn--done{font-size:14px}.uppy-StatusBar-serviceMsg{color:#000;font-size:11px;line-height:1.1;padding-left:10px}.uppy-size--md .uppy-StatusBar-serviceMsg{font-size:14px;padding-left:15px}[data-uppy-theme=dark] .uppy-StatusBar-serviceMsg{color:#eaeaea}.uppy-StatusBar-serviceMsg-ghostsIcon{left:6px;opacity:.5;position:relative;top:2px;vertical-align:text-bottom;width:10px}.uppy-size--md .uppy-StatusBar-serviceMsg-ghostsIcon{left:10px;top:1px;width:15px}.uppy-StatusBar-details{appearance:none;background-color:#939393;border-radius:50%;color:#fff;cursor:help;display:inline-block;font-size:10px;font-weight:600;height:13px;inset-inline-start:2px;line-height:12px;position:relative;text-align:center;top:0;vertical-align:middle;width:13px}.uppy-StatusBar-details:after{line-height:1.3;word-wrap:break-word}.uppy-StatusBar-spinner{animation-duration:1s;animation-iteration-count:infinite;animation-name:uppy-StatusBar-spinnerAnimation;animation-timing-function:linear;fill:#1269cf;margin-inline-end:10px}.uppy-StatusBar.is-postprocessing .uppy-StatusBar-spinner,.uppy-StatusBar.is-preprocessing .uppy-StatusBar-spinner{fill:#f6a623}@keyframes uppy-StatusBar-spinnerAnimation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.uppy-transition-slideDownUp-enter{opacity:.01;transform:translate3d(0,-105%,0);transition:transform .25s ease-in-out,opacity .25s ease-in-out}.uppy-transition-slideDownUp-enter.uppy-transition-slideDownUp-enter-active{opacity:1;transform:translateZ(0)}.uppy-transition-slideDownUp-leave{opacity:1;transform:translateZ(0);transition:transform .25s ease-in-out,opacity .25s ease-in-out}.uppy-transition-slideDownUp-leave.uppy-transition-slideDownUp-leave-active{opacity:.01;transform:translate3d(0,-105%,0)}@keyframes uppy-Dashboard-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes uppy-Dashboard-fadeOut{0%{opacity:1}to{opacity:0}}@keyframes uppy-Dashboard-slideDownAndFadeIn{0%{opacity:0;transform:translate3d(-50%,-70%,0)}to{opacity:1;transform:translate3d(-50%,-50%,0)}}@keyframes uppy-Dashboard-slideDownAndFadeIn--small{0%{opacity:0;transform:translate3d(0,-20%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes uppy-Dashboard-slideUpFadeOut{0%{opacity:1;transform:translate3d(-50%,-50%,0)}to{opacity:0;transform:translate3d(-50%,-70%,0)}}@keyframes uppy-Dashboard-slideUpFadeOut--small{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,-20%,0)}}.uppy-Dashboard--modal{z-index:1001}.uppy-Dashboard--modal[aria-hidden=true]{display:none}.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose>.uppy-Dashboard-inner{animation:uppy-Dashboard-slideDownAndFadeIn--small .3s cubic-bezier(0,0,.2,1)}@media only screen and (min-width:820px){.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose>.uppy-Dashboard-inner{animation:uppy-Dashboard-slideDownAndFadeIn .3s cubic-bezier(0,0,.2,1)}}.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose>.uppy-Dashboard-overlay{animation:uppy-Dashboard-fadeIn .3s cubic-bezier(0,0,.2,1)}.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing>.uppy-Dashboard-inner{animation:uppy-Dashboard-slideUpFadeOut--small .3s cubic-bezier(0,0,.2,1)}@media only screen and (min-width:820px){.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing>.uppy-Dashboard-inner{animation:uppy-Dashboard-slideUpFadeOut .3s cubic-bezier(0,0,.2,1)}}.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing>.uppy-Dashboard-overlay{animation:uppy-Dashboard-fadeOut .3s cubic-bezier(0,0,.2,1)}.uppy-Dashboard-isFixed{height:100vh;overflow:hidden}.uppy-Dashboard--modal .uppy-Dashboard-overlay{background-color:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1001}.uppy-Dashboard-inner{background-color:#f4f4f4;border:1px solid #eaeaea;border-radius:5px;max-height:100%;max-width:100%;outline:none;position:relative}.uppy-size--md .uppy-Dashboard-inner{min-height:auto}@media only screen and (min-width:820px){.uppy-Dashboard-inner{height:500px;width:650px}}.uppy-Dashboard--modal .uppy-Dashboard-inner{z-index:1002}[data-uppy-theme=dark] .uppy-Dashboard-inner{background-color:#1f1f1f}.uppy-Dashboard--isDisabled .uppy-Dashboard-inner{cursor:not-allowed}.uppy-Dashboard-innerWrap{border-radius:5px;display:flex;flex-direction:column;height:100%;opacity:0;overflow:hidden;position:relative}.uppy-Dashboard--isInnerWrapVisible .uppy-Dashboard-innerWrap{opacity:1}.uppy-Dashboard--isDisabled .uppy-Dashboard-innerWrap{cursor:not-allowed;filter:grayscale(100%);opacity:.6;user-select:none}.uppy-Dashboard--isDisabled .uppy-ProviderIconBg{fill:#9f9f9f}.uppy-Dashboard--isDisabled [aria-disabled],.uppy-Dashboard--isDisabled [disabled]{cursor:not-allowed;pointer-events:none}.uppy-Dashboard--modal .uppy-Dashboard-inner{border:none;bottom:15px;left:15px;position:fixed;right:15px;top:35px}@media only screen and (min-width:820px){.uppy-Dashboard--modal .uppy-Dashboard-inner{box-shadow:0 5px 15px 4px #00000026;left:50%;right:auto;top:50%;transform:translate(-50%,-50%)}}.uppy-Dashboard-close{color:#ffffffe6;cursor:pointer;display:block;font-size:27px;inset-inline-end:-2px;position:absolute;top:-33px;z-index:1005}.uppy-Dashboard-close:focus{outline:none}.uppy-Dashboard-close::-moz-focus-inner{border:0}.uppy-Dashboard-close:focus{color:#6eabf2}@media only screen and (min-width:820px){.uppy-Dashboard-close{font-size:35px;inset-inline-end:-35px;top:-10px}}.uppy-Dashboard-serviceMsg{background-color:#fffbf7;border-bottom:1px solid #edd4b9;border-top:1px solid #edd4b9;font-size:12px;font-weight:500;line-height:1.3;padding:12px 0;position:relative;top:-1px;z-index:1004}.uppy-size--md .uppy-Dashboard-serviceMsg{font-size:14px;line-height:1.4}[data-uppy-theme=dark] .uppy-Dashboard-serviceMsg{background-color:#1f1f1f;border-bottom:1px solid #333;border-top:1px solid #333;color:#eaeaea}.uppy-Dashboard-serviceMsg-title{display:block;line-height:1;margin-bottom:4px;padding-left:42px}.uppy-Dashboard-serviceMsg-text{padding:0 15px}.uppy-Dashboard-serviceMsg-actionBtn{color:#1269cf;font-size:inherit;font-weight:inherit;vertical-align:initial}[data-uppy-theme=dark] .uppy-Dashboard-serviceMsg-actionBtn{color:#02baf2e6}.uppy-Dashboard-serviceMsg-icon{left:15px;position:absolute;top:10px}.uppy-Dashboard-AddFiles{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;position:relative;text-align:center}[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles{border:1px dashed #dfdfdf;border-radius:3px;height:calc(100% - 14px);margin:7px}.uppy-Dashboard-AddFilesPanel .uppy-Dashboard-AddFiles{border:none;height:calc(100% - 54px)}.uppy-Dashboard--modal .uppy-Dashboard-AddFiles{border-color:#cfcfcf}[data-uppy-theme=dark] .uppy-Dashboard-AddFiles{border-color:#757575}.uppy-Dashboard-AddFiles-info{display:none;margin-top:auto;padding-bottom:15px;padding-top:15px}.uppy-size--height-md .uppy-Dashboard-AddFiles-info{display:block}.uppy-size--md .uppy-Dashboard-AddFiles-info{bottom:25px;left:0;padding-bottom:0;padding-top:30px;position:absolute;right:0}[data-uppy-num-acquirers=\"0\"] .uppy-Dashboard-AddFiles-info{margin-top:0}.uppy-Dashboard-browse{color:#1269cf;cursor:pointer}.uppy-Dashboard-browse:focus{outline:none}.uppy-Dashboard-browse::-moz-focus-inner{border:0}.uppy-Dashboard-browse:focus,.uppy-Dashboard-browse:hover{border-bottom:1px solid #1269cf}[data-uppy-theme=dark] .uppy-Dashboard-browse{color:#02baf2e6}[data-uppy-theme=dark] .uppy-Dashboard-browse:focus,[data-uppy-theme=dark] .uppy-Dashboard-browse:hover{border-bottom:1px solid #02baf2}.uppy-Dashboard-browseBtn{display:block;font-size:14px;font-weight:500;margin-bottom:5px;margin-top:8px;width:100%}.uppy-size--md .uppy-Dashboard-browseBtn{font-size:15px;margin:15px auto;padding:13px 44px;width:auto}.uppy-Dashboard-AddFiles-list{display:flex;flex:1;flex-direction:column;margin-top:2px;overflow-y:auto;padding:2px 0;width:100%;-webkit-overflow-scrolling:touch}.uppy-size--md .uppy-Dashboard-AddFiles-list{flex:none;flex-direction:row;flex-wrap:wrap;justify-content:center;margin-top:15px;max-width:600px;overflow-y:visible;padding-top:0}.uppy-DashboardTab{border-bottom:1px solid #eaeaea;text-align:center;width:100%}[data-uppy-theme=dark] .uppy-DashboardTab{border-bottom:1px solid #333}.uppy-size--md .uppy-DashboardTab{border-bottom:none;display:inline-block;margin-bottom:10px;width:auto}.uppy-DashboardTab-btn{align-items:center;-webkit-appearance:none;appearance:none;background-color:initial;color:#525252;cursor:pointer;flex-direction:row;height:100%;justify-content:left;padding:12px 15px;width:100%}.uppy-DashboardTab-btn:focus{outline:none}.uppy-size--md .uppy-DashboardTab-btn{border-radius:5px;flex-direction:column;margin-inline-end:1px;padding:10px 3px;width:86px}[data-uppy-theme=dark] .uppy-DashboardTab-btn{color:#eaeaea}.uppy-DashboardTab-btn::-moz-focus-inner{border:0}.uppy-DashboardTab-btn:hover{background-color:#e9ecef}[data-uppy-theme=dark] .uppy-DashboardTab-btn:hover{background-color:#333}.uppy-DashboardTab-btn:active,.uppy-DashboardTab-btn:focus{background-color:#dfe6f1}[data-uppy-theme=dark] .uppy-DashboardTab-btn:active,[data-uppy-theme=dark] .uppy-DashboardTab-btn:focus{background-color:#525252}.uppy-DashboardTab-btn svg{display:inline-block;max-height:100%;max-width:100%;overflow:hidden;transition:transform .15s ease-in-out;vertical-align:text-top}.uppy-DashboardTab-inner{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 1px 1px 0 #0000001a,0 1px 2px 0 #0000001a,0 2px 3px 0 #00000005;display:flex;height:32px;justify-content:center;margin-inline-end:10px;width:32px}.uppy-size--md .uppy-DashboardTab-inner{margin-inline-end:0}[data-uppy-theme=dark] .uppy-DashboardTab-inner{background-color:#323232;box-shadow:0 1px 1px 0 #0003,0 1px 2px 0 #0003,0 2px 3px 0 #00000014}.uppy-DashboardTab-name{font-size:14px;font-weight:400}.uppy-size--md .uppy-DashboardTab-name{font-size:12px;line-height:15px;margin-bottom:0;margin-top:8px}.uppy-DashboardTab-iconMyDevice{color:#1269cf}[data-uppy-theme=dark] .uppy-DashboardTab-iconMyDevice{color:#02baf2}.uppy-DashboardTab-iconBox{color:#0061d5}[data-uppy-theme=dark] .uppy-DashboardTab-iconBox{color:#eaeaea}.uppy-DashboardTab-iconDropbox{color:#0061fe}[data-uppy-theme=dark] .uppy-DashboardTab-iconDropbox{color:#eaeaea}.uppy-DashboardTab-iconUnsplash{color:#111}[data-uppy-theme=dark] .uppy-DashboardTab-iconUnsplash{color:#eaeaea}.uppy-DashboardTab-iconWebdav{color:#111}[data-uppy-theme=dark] .uppy-DashboardTab-iconWebdav{color:#eaeaea}.uppy-DashboardTab-iconScreenRec{color:#2c3e50}[data-uppy-theme=dark] .uppy-DashboardTab-iconScreenRec{color:#eaeaea}.uppy-DashboardTab-iconAudio{color:#8030a3}[data-uppy-theme=dark] .uppy-DashboardTab-iconAudio{color:#bf6ee3}.uppy-Dashboard-input{height:.1px;opacity:0;overflow:hidden;position:absolute;width:.1px;z-index:-1}.uppy-DashboardContent-bar{align-items:center;background-color:#fafafa;border-bottom:1px solid #eaeaea;display:flex;flex-shrink:0;height:40px;justify-content:space-between;padding:0 10px;position:relative;width:100%;z-index:1004}.uppy-size--md .uppy-DashboardContent-bar{height:50px;padding:0 15px}[data-uppy-theme=dark] .uppy-DashboardContent-bar{background-color:#1f1f1f;border-bottom:1px solid #333}.uppy-DashboardContent-title{font-size:12px;font-weight:500;left:0;line-height:40px;margin:auto;max-width:170px;overflow-x:hidden;position:absolute;right:0;text-align:center;text-overflow:ellipsis;top:0;white-space:nowrap;width:100%}.uppy-size--md .uppy-DashboardContent-title{font-size:14px;line-height:50px;max-width:300px}[data-uppy-theme=dark] .uppy-DashboardContent-title{color:#eaeaea}.uppy-DashboardContent-back,.uppy-DashboardContent-save{-webkit-appearance:none;background:none;border:0;border-radius:3px;color:inherit;color:#1269cf;cursor:pointer;font-family:inherit;font-size:inherit;font-size:12px;font-weight:400;line-height:1;margin:0;margin-inline-start:-6px;padding:7px 6px}.uppy-DashboardContent-back:focus,.uppy-DashboardContent-save:focus{outline:none}.uppy-DashboardContent-back::-moz-focus-inner,.uppy-DashboardContent-save::-moz-focus-inner{border:0}.uppy-DashboardContent-back:hover,.uppy-DashboardContent-save:hover{color:#0e51a0}.uppy-DashboardContent-back:focus,.uppy-DashboardContent-save:focus{background-color:#dfe6f1}[data-uppy-theme=dark] .uppy-DashboardContent-back:focus,[data-uppy-theme=dark] .uppy-DashboardContent-save:focus{background-color:#333}.uppy-size--md .uppy-DashboardContent-back,.uppy-size--md .uppy-DashboardContent-save{font-size:14px}[data-uppy-theme=dark] .uppy-DashboardContent-back,[data-uppy-theme=dark] .uppy-DashboardContent-save{color:#02baf2}.uppy-DashboardContent-addMore{-webkit-appearance:none;background:none;border:0;border-radius:3px;color:inherit;color:#1269cf;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:500;height:29px;line-height:1;margin:0;margin-inline-end:-5px;padding:7px 8px;width:29px}.uppy-DashboardContent-addMore:focus{outline:none}.uppy-DashboardContent-addMore::-moz-focus-inner{border:0}.uppy-DashboardContent-addMore:hover{color:#0e51a0}.uppy-DashboardContent-addMore:focus{background-color:#dfe6f1}[data-uppy-theme=dark] .uppy-DashboardContent-addMore:focus{background-color:#333}.uppy-size--md .uppy-DashboardContent-addMore{font-size:14px;height:auto;margin-inline-end:-8px;width:auto}[data-uppy-theme=dark] .uppy-DashboardContent-addMore{color:#02baf2}.uppy-DashboardContent-addMore svg{margin-inline-end:4px;vertical-align:initial}.uppy-size--md .uppy-DashboardContent-addMore svg{height:11px;width:11px}.uppy-DashboardContent-addMoreCaption{display:none}.uppy-size--md .uppy-DashboardContent-addMoreCaption{display:inline}.uppy-DashboardContent-panel{background-color:#f5f5f5;flex:1}.uppy-Dashboard-AddFilesPanel,.uppy-DashboardContent-panel{border-radius:5px;bottom:0;display:flex;flex-direction:column;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:1005}.uppy-Dashboard-AddFilesPanel{background:#fafafa;background:linear-gradient(0deg,#fafafa 35%,#fafafad9);box-shadow:0 0 10px 5px #00000026}[data-uppy-theme=dark] .uppy-Dashboard-AddFilesPanel{background-color:#333;background-image:linear-gradient(0deg,#1f1f1f 35%,#1f1f1fd9)}.uppy-Dashboard--isAddFilesPanelVisible .uppy-Dashboard-files{filter:blur(2px)}.uppy-Dashboard-progress{bottom:0;height:12%;left:0;position:absolute;width:100%}.uppy-Dashboard-progressBarContainer.is-active{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1004}.uppy-Dashboard-filesContainer{flex:1;margin:0;overflow-y:hidden;position:relative}.uppy-Dashboard-filesContainer:after{clear:both;content:\"\";display:table}.uppy-Dashboard-files{flex:1;margin:0;overflow-y:auto;padding:0 0 10px;-webkit-overflow-scrolling:touch}.uppy-size--md .uppy-Dashboard-files{padding-top:10px}.uppy-Dashboard--singleFile .uppy-Dashboard-filesInner{align-items:center;display:flex;height:100%;justify-content:center}.uppy-Dashboard-dropFilesHereHint{align-items:center;background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48'%3E%3Cpath fill='%231269CF' d='M24 1v1C11.85 2 2 11.85 2 24s9.85 22 22 22 22-9.85 22-22S36.15 2 24 2zm0 0V0c13.254 0 24 10.746 24 24S37.254 48 24 48 0 37.254 0 24 10.746 0 24 0zm7.707 19.293a.999.999 0 1 1-1.414 1.414L25 16.414V34a1 1 0 1 1-2 0V16.414l-5.293 5.293a.999.999 0 1 1-1.414-1.414l7-7a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E\");background-position:50% 50%;background-repeat:no-repeat;border:1px dashed #1269cf;border-radius:3px;bottom:7px;color:#757575;display:flex;font-size:16px;justify-content:center;left:7px;padding-top:90px;position:absolute;right:7px;text-align:center;top:7px;visibility:hidden;z-index:2000}[data-uppy-theme=dark] .uppy-Dashboard-dropFilesHereHint{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48'%3E%3Cpath fill='%2302BAF2' d='M24 1v1C11.85 2 2 11.85 2 24s9.85 22 22 22 22-9.85 22-22S36.15 2 24 2zm0 0V0c13.254 0 24 10.746 24 24S37.254 48 24 48 0 37.254 0 24 10.746 0 24 0zm7.707 19.293a.999.999 0 1 1-1.414 1.414L25 16.414V34a1 1 0 1 1-2 0V16.414l-5.293 5.293a.999.999 0 1 1-1.414-1.414l7-7a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E\");border-color:#02baf2;color:#bbb}.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-dropFilesHereHint{pointer-events:none;visibility:visible}.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-files,.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-progressindicators,.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-serviceMsg,.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-DashboardContent-bar{opacity:.15}.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-AddFiles{opacity:.03}.uppy-Dashboard-AddFiles-title{color:#000;font-size:17px;font-weight:500;line-height:1.35;margin-bottom:5px;margin-top:15px;padding:0 15px;text-align:inline-start;width:100%}.uppy-size--md .uppy-Dashboard-AddFiles-title{font-size:21px;font-weight:400;margin-top:5px;max-width:480px;padding:0 35px;text-align:center}[data-uppy-num-acquirers=\"0\"] .uppy-Dashboard-AddFiles-title{text-align:center}[data-uppy-theme=dark] .uppy-Dashboard-AddFiles-title{color:#eaeaea}.uppy-Dashboard-AddFiles-title button{font-weight:500}.uppy-size--md .uppy-Dashboard-AddFiles-title button{font-weight:400}.uppy-Dashboard-note{color:#757575;font-size:14px;line-height:1.25;margin:auto;max-width:350px;padding:0 15px;text-align:center}.uppy-size--md .uppy-Dashboard-note{line-height:1.35;max-width:600px}[data-uppy-theme=dark] .uppy-Dashboard-note{color:#cfcfcf}a.uppy-Dashboard-poweredBy{color:#939393;display:inline-block;font-size:11px;margin-top:8px;text-align:center;text-decoration:none}.uppy-Dashboard-poweredByIcon{margin-left:1px;margin-right:1px;opacity:.9;position:relative;top:1px;vertical-align:text-top;fill:none;stroke:#939393}.uppy-Dashboard-Item-previewIcon{height:25px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:25px;z-index:100}.uppy-size--md .uppy-Dashboard-Item-previewIcon{height:38px;width:38px}.uppy-Dashboard-Item-previewIcon svg{height:100%;width:100%}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-previewIcon{height:100%;max-height:60%;max-width:60%;width:100%}.uppy-Dashboard-Item-previewIconWrap{height:76px;max-height:75%;position:relative}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-previewIconWrap{height:100%;width:100%}.uppy-Dashboard-Item-previewIconBg{filter:drop-shadow(rgba(0,0,0,.1) 0 1px 1px);height:100%;width:100%}.uppy-Dashboard-upload{height:50px;position:relative;width:50px}.uppy-size--md .uppy-Dashboard-upload{height:60px;width:60px}.uppy-Dashboard-upload .uppy-c-icon{position:relative;top:1px;width:50%}.uppy-Dashboard-uploadCount{background-color:#1bb240;border-radius:50%;color:#fff;font-size:8px;height:16px;inset-inline-end:-12px;line-height:16px;position:absolute;top:-12px;width:16px}.uppy-size--md .uppy-Dashboard-uploadCount{font-size:9px;height:18px;line-height:18px;width:18px}.uppy-ImageCropper-range{-webkit-appearance:none;background:#0000;margin:8px 0;width:100%}.uppy-ImageCropper-range::-moz-focus-outer{border:0}.uppy-ImageCropper-range:focus{outline:0}.uppy-ImageCropper-range:focus::-webkit-slider-runnable-track{background:#fff3}.uppy-ImageCropper-range:focus::-ms-fill-lower,.uppy-ImageCropper-range:focus::-ms-fill-upper{background:#fff3}.uppy-ImageCropper-range::-webkit-slider-runnable-track{background:#fff3;border:0 solid #0000;border-radius:5px;box-shadow:0 0 0 #0000,0 0 0 #0d0d0d00;cursor:default;height:4px;transition:all .2s ease;width:100%}.uppy-ImageCropper-range::-webkit-slider-thumb{-webkit-appearance:none;background:#fff;border:0 solid #0000;border-radius:9px;box-shadow:0 0 4px #0003,0 0 0 #0d0d0d33;box-sizing:border-box;cursor:default;height:16px;margin-top:-6px;width:16px}.uppy-ImageCropper-range::-moz-range-track{background:#fff3;border:0 solid #0000;border-radius:5px;box-shadow:0 0 0 #0000,0 0 0 #0d0d0d00;cursor:default;height:2px;transition:all .2s ease;width:100%}.uppy-ImageCropper-range::-moz-range-thumb{background:#fff;border:0 solid #0000;border-radius:9px;box-shadow:0 0 4px #0003,0 0 0 #0d0d0d33;box-sizing:border-box;cursor:default;height:16px;width:16px}.uppy-ImageCropper-range::-ms-track{background:#0000;border-color:#0000;border-width:8px 0;color:#0000;cursor:default;height:4px;transition:all .2s ease;width:100%}.uppy-ImageCropper-range::-ms-fill-lower{background:#f2f2f233;border:0 solid #0000;border-radius:10px;box-shadow:0 0 0 #0000,0 0 0 #0d0d0d00}.uppy-ImageCropper-range::-ms-fill-upper{background:#fff3;border:0 solid #0000;border-radius:10px;box-shadow:0 0 0 #0000,0 0 0 #0d0d0d00}.uppy-ImageCropper-range::-ms-thumb{background:#fff;border:0 solid #0000;border-radius:9px;box-shadow:0 0 4px #0003,0 0 0 #0d0d0d33;box-sizing:border-box;cursor:default;height:16px;margin-top:1px;width:16px}.uppy-ImageCropper-range:disabled::-moz-range-thumb,.uppy-ImageCropper-range:disabled::-ms-fill-lower,.uppy-ImageCropper-range:disabled::-ms-fill-upper,.uppy-ImageCropper-range:disabled::-ms-thumb,.uppy-ImageCropper-range:disabled::-webkit-slider-runnable-track,.uppy-ImageCropper-range:disabled::-webkit-slider-thumb{cursor:not-allowed}.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cropper-container img{display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-canvas,.cropper-wrap-box{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:#3399ffbf;overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:33.3333333333%;left:0;top:33.3333333333%;width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:33.3333333333%;top:0;width:33.3333333333%}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:after,.cropper-center:before{background-color:#eee;content:\" \";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width:768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width:992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:\" \";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC\")}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}.uppy-ImageCropper{display:flex;flex-direction:column;height:100%;width:100%}.uppy-ImageCropper-container{flex-grow:1}.uppy-ImageCropper-image{display:block;max-height:400px;max-width:100%}.uppy-ImageCropper-controls{align-items:center;background-color:#0009;border-radius:5px;bottom:15px;color:#fff;display:flex;justify-content:center;left:50%;padding-top:38px;position:absolute;transform:translateX(-50%)}.uppy-size--md .uppy-ImageCropper-controls{padding-top:0}.uppy-ImageCropper-controls button{border-radius:5px;height:35px;width:35px}.uppy-ImageCropper-controls button svg{padding:3px}.uppy-size--md .uppy-ImageCropper-controls button{height:40px;width:40px}.uppy-size--md .uppy-ImageCropper-controls button svg{padding:1px}.uppy-ImageCropper-controls button:hover{background-color:#ffffff80}.uppy-ImageCropper-controls button:focus{background-color:#ffffff80;outline:none}.uppy-Dashboard:not(.uppy-size--md) .uppy-ImageCropper-rangeWrapper{height:38px;left:10px;position:absolute!important;right:10px;top:0}.uppy-size--md .uppy-ImageCropper-range{margin-left:5px;margin-right:5px;width:180px}.uppy-ImageCropper .cropper-point{height:8px;width:8px}.uppy-ImageCropper .cropper-view-box{background:repeating-conic-gradient(#bdbdbd33 0 25%,#fff 0 50%) 50%/16px 16px;outline:2px solid #39f}[data-uppy-theme=dark] .uppy-ImageCropper .cropper-view-box{background:repeating-conic-gradient(#2b2a2a 0 25%,#000 0 50%) 50%/16px 16px}.uppy-ImageCropper .cropper-modal{background-color:#fff;opacity:.9}[data-uppy-theme=dark] .uppy-ImageCropper .cropper-modal{background-color:#000;opacity:.7}.uppy-ImageCropper .cropper-face{opacity:0}.uppy-ImageCropper-range::-moz-range-track{height:4px}.uppy-ImageCropper-range:focus::-webkit-slider-runnable-track,.uppy-ImageCropper-range:hover::-webkit-slider-runnable-track{background:#ffffff80}.uppy-ImageCropper-range:focus::-ms-fill-lower,.uppy-ImageCropper-range:focus::-ms-fill-upper,.uppy-ImageCropper-range:hover::-ms-fill-lower,.uppy-ImageCropper-range:hover::-ms-fill-upper{background:#ffffff80}.uppy-ImageCropper-range:focus::-moz-range-track,.uppy-ImageCropper-range:hover::-moz-range-track{background:#ffffff80}.uppy-Webcam-container{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.uppy-Webcam-videoContainer{background-color:#333;flex:1;flex-grow:1;overflow:hidden;position:relative;text-align:center;width:100%}.uppy-Webcam-video{bottom:0;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0}.uppy-Webcam-video--mirrored{transform:scaleX(-1)}.uppy-Webcam-imageContainer{height:100%;position:relative;width:100%}.uppy-Webcam-image{bottom:0;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0}.uppy-Webcam-image--mirrored{transform:scaleX(-1)}.uppy-Webcam-footer{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;min-height:75px;padding:20px;width:100%}.uppy-Webcam-videoSourceContainer{flex-grow:0;width:100%}.uppy-size--lg .uppy-Webcam-videoSourceContainer{margin:0;width:33%}.uppy-Webcam-videoSource-select{background-image:url(\"data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E\");background-position:right .4em top 50%,0 0;background-repeat:no-repeat;background-size:.65em auto,100%;border:1px solid #757575;display:block;font-size:16px;line-height:1.2;margin:auto auto 10px;max-width:90%;padding:.4em 1em .3em .4em;text-overflow:ellipsis;white-space:nowrap;width:100%}.uppy-size--lg .uppy-Webcam-videoSource-select{font-size:14px;margin-bottom:0}.uppy-Webcam-videoSource-select::-ms-expand{display:none}.uppy-Webcam-buttonContainer{margin-left:25%;text-align:center;width:50%}.uppy-size--lg .uppy-Webcam-buttonContainer{margin-left:0;width:34%}.uppy-Webcam-recordingLength{color:#757575;flex-grow:0;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;text-align:right;width:25%}.uppy-size--lg .uppy-Webcam-recordingLength{width:33%}.uppy-Webcam-button{background-color:#e32437;border-radius:50%;color:#fff;cursor:pointer;height:45px;transition:all .3s;width:45px}.uppy-Webcam-button:focus{outline:none}.uppy-Webcam-button::-moz-focus-inner{border:0}.uppy-Webcam-button:focus{box-shadow:0 0 0 3px #1269cf80}.uppy-Webcam-button:hover{background-color:#d31b2d}[data-uppy-theme=dark] .uppy-Webcam-button:focus{outline:none}[data-uppy-theme=dark] .uppy-Webcam-button::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-Webcam-button:focus{box-shadow:0 0 0 2px #aae1ffd9}.uppy-Webcam-button--submit{background-color:#1269cf;margin:0 12px}.uppy-Webcam-button--submit:hover{background-color:#105db8}.uppy-Webcam-button svg{display:inline-block;height:30px;max-height:100%;max-width:100%;overflow:hidden;vertical-align:text-top;width:30px;fill:currentColor}.uppy-size--md .uppy-Webcam-button{height:60px;width:60px}.uppy-Webcam-button--picture{margin-right:12px}.uppy-Webcam-permissons{align-items:center;display:flex;flex:1;flex-flow:column wrap;height:100%;justify-content:center;padding:15px}.uppy-Webcam-permissons p{color:#939393;line-height:1.3;line-height:1.45;margin:0;max-width:450px;text-align:center}.uppy-Webcam-permissonsIcon svg{color:#bbb;height:75px;margin-bottom:30px;width:100px}.uppy-Webcam-title{color:#333;font-size:22px;font-weight:400;line-height:1.35;margin:0 0 5px;max-width:500px;padding:0 15px;text-align:center}[data-uppy-theme=dark] .uppy-Webcam-title{color:#eaeaea}.container{aspect-ratio:4 / 3;max-width:var(--max-width);max-height:var(--max-height);height:var(--height);width:var(--width);box-sizing:border-box;padding:0;.uppy-Root,.uppy-Dashboard{height:100%}}";export{At as pos_app,Rt as pos_contacts_address_book_page,Nt as pos_contacts_app,_t as pos_contacts_contact_details,Ut as pos_contacts_contact_list,Ot as pos_contacts_create_new_contact,Wt as pos_contacts_create_new_contact_form,$t as pos_contacts_email_addresses,Lt as pos_contacts_group_details,Ht as pos_contacts_group_list,Vt as pos_contacts_list_address_books,Jt as pos_contacts_loading_spinner,Kt as pos_contacts_open_address_book,qt as pos_contacts_phone_numbers,Xt as pos_contacts_router,Yt as pos_contacts_welcome_page,Zt as pos_dialog,Qt as pos_image,ei as pos_label,ti as pos_login,ii as pos_login_form,ri as pos_picture,oi as pos_resource,Ml as pos_upload}