@hotosm/ui 0.2.0-a0 → 0.2.0-a10

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 (2082) hide show
  1. package/README.md +18 -53
  2. package/components/Button.d.ts +16 -0
  3. package/components/Button.js +75 -0
  4. package/components/Header.d.ts +16 -0
  5. package/components/Header.js +150 -0
  6. package/components/Toolbar.d.ts +26 -0
  7. package/components/Toolbar.js +121 -0
  8. package/components/Tracking.d.ts +25 -0
  9. package/components/Tracking.js +162 -0
  10. package/components/index.d.ts +4 -0
  11. package/components/index.js +6 -0
  12. package/dist/assets/icons/LICENSE +21 -0
  13. package/dist/assets/icons/icons.json +24698 -0
  14. package/dist/assets/logo-CqlPtOQW.png +0 -0
  15. package/dist/components.js +121 -0
  16. package/dist/styles.css +1092 -0
  17. package/i18n/en.xliff +24 -0
  18. package/package.json +25 -22
  19. package/react/Button.d.ts +2 -0
  20. package/react/Button.js +14 -0
  21. package/react/Header.d.ts +2 -0
  22. package/react/Header.js +11 -0
  23. package/react/Toolbar.d.ts +2 -0
  24. package/react/Toolbar.js +21 -0
  25. package/react/Tracking.d.ts +2 -0
  26. package/react/Tracking.js +15 -0
  27. package/react/index.d.ts +4 -0
  28. package/react/index.js +10 -0
  29. package/theme/hot.css +122 -0
  30. package/dist/style.css +0 -1
  31. package/dist/ui.js +0 -4324
  32. package/dist/ui.umd.cjs +0 -1441
  33. /package/dist/{shoelace/assets → assets}/icons/0-circle-fill.svg +0 -0
  34. /package/dist/{shoelace/assets → assets}/icons/0-circle.svg +0 -0
  35. /package/dist/{shoelace/assets → assets}/icons/0-square-fill.svg +0 -0
  36. /package/dist/{shoelace/assets → assets}/icons/0-square.svg +0 -0
  37. /package/dist/{shoelace/assets → assets}/icons/1-circle-fill.svg +0 -0
  38. /package/dist/{shoelace/assets → assets}/icons/1-circle.svg +0 -0
  39. /package/dist/{shoelace/assets → assets}/icons/1-square-fill.svg +0 -0
  40. /package/dist/{shoelace/assets → assets}/icons/1-square.svg +0 -0
  41. /package/dist/{shoelace/assets → assets}/icons/123.svg +0 -0
  42. /package/dist/{shoelace/assets → assets}/icons/2-circle-fill.svg +0 -0
  43. /package/dist/{shoelace/assets → assets}/icons/2-circle.svg +0 -0
  44. /package/dist/{shoelace/assets → assets}/icons/2-square-fill.svg +0 -0
  45. /package/dist/{shoelace/assets → assets}/icons/2-square.svg +0 -0
  46. /package/dist/{shoelace/assets → assets}/icons/3-circle-fill.svg +0 -0
  47. /package/dist/{shoelace/assets → assets}/icons/3-circle.svg +0 -0
  48. /package/dist/{shoelace/assets → assets}/icons/3-square-fill.svg +0 -0
  49. /package/dist/{shoelace/assets → assets}/icons/3-square.svg +0 -0
  50. /package/dist/{shoelace/assets → assets}/icons/4-circle-fill.svg +0 -0
  51. /package/dist/{shoelace/assets → assets}/icons/4-circle.svg +0 -0
  52. /package/dist/{shoelace/assets → assets}/icons/4-square-fill.svg +0 -0
  53. /package/dist/{shoelace/assets → assets}/icons/4-square.svg +0 -0
  54. /package/dist/{shoelace/assets → assets}/icons/5-circle-fill.svg +0 -0
  55. /package/dist/{shoelace/assets → assets}/icons/5-circle.svg +0 -0
  56. /package/dist/{shoelace/assets → assets}/icons/5-square-fill.svg +0 -0
  57. /package/dist/{shoelace/assets → assets}/icons/5-square.svg +0 -0
  58. /package/dist/{shoelace/assets → assets}/icons/6-circle-fill.svg +0 -0
  59. /package/dist/{shoelace/assets → assets}/icons/6-circle.svg +0 -0
  60. /package/dist/{shoelace/assets → assets}/icons/6-square-fill.svg +0 -0
  61. /package/dist/{shoelace/assets → assets}/icons/6-square.svg +0 -0
  62. /package/dist/{shoelace/assets → assets}/icons/7-circle-fill.svg +0 -0
  63. /package/dist/{shoelace/assets → assets}/icons/7-circle.svg +0 -0
  64. /package/dist/{shoelace/assets → assets}/icons/7-square-fill.svg +0 -0
  65. /package/dist/{shoelace/assets → assets}/icons/7-square.svg +0 -0
  66. /package/dist/{shoelace/assets → assets}/icons/8-circle-fill.svg +0 -0
  67. /package/dist/{shoelace/assets → assets}/icons/8-circle.svg +0 -0
  68. /package/dist/{shoelace/assets → assets}/icons/8-square-fill.svg +0 -0
  69. /package/dist/{shoelace/assets → assets}/icons/8-square.svg +0 -0
  70. /package/dist/{shoelace/assets → assets}/icons/9-circle-fill.svg +0 -0
  71. /package/dist/{shoelace/assets → assets}/icons/9-circle.svg +0 -0
  72. /package/dist/{shoelace/assets → assets}/icons/9-square-fill.svg +0 -0
  73. /package/dist/{shoelace/assets → assets}/icons/9-square.svg +0 -0
  74. /package/dist/{shoelace/assets → assets}/icons/activity.svg +0 -0
  75. /package/dist/{shoelace/assets → assets}/icons/airplane-engines-fill.svg +0 -0
  76. /package/dist/{shoelace/assets → assets}/icons/airplane-engines.svg +0 -0
  77. /package/dist/{shoelace/assets → assets}/icons/airplane-fill.svg +0 -0
  78. /package/dist/{shoelace/assets → assets}/icons/airplane.svg +0 -0
  79. /package/dist/{shoelace/assets → assets}/icons/alarm-fill.svg +0 -0
  80. /package/dist/{shoelace/assets → assets}/icons/alarm.svg +0 -0
  81. /package/dist/{shoelace/assets → assets}/icons/alexa.svg +0 -0
  82. /package/dist/{shoelace/assets → assets}/icons/align-bottom.svg +0 -0
  83. /package/dist/{shoelace/assets → assets}/icons/align-center.svg +0 -0
  84. /package/dist/{shoelace/assets → assets}/icons/align-end.svg +0 -0
  85. /package/dist/{shoelace/assets → assets}/icons/align-middle.svg +0 -0
  86. /package/dist/{shoelace/assets → assets}/icons/align-start.svg +0 -0
  87. /package/dist/{shoelace/assets → assets}/icons/align-top.svg +0 -0
  88. /package/dist/{shoelace/assets → assets}/icons/alipay.svg +0 -0
  89. /package/dist/{shoelace/assets → assets}/icons/alphabet-uppercase.svg +0 -0
  90. /package/dist/{shoelace/assets → assets}/icons/alphabet.svg +0 -0
  91. /package/dist/{shoelace/assets → assets}/icons/alt.svg +0 -0
  92. /package/dist/{shoelace/assets → assets}/icons/amazon.svg +0 -0
  93. /package/dist/{shoelace/assets → assets}/icons/amd.svg +0 -0
  94. /package/dist/{shoelace/assets → assets}/icons/android.svg +0 -0
  95. /package/dist/{shoelace/assets → assets}/icons/android2.svg +0 -0
  96. /package/dist/{shoelace/assets → assets}/icons/app-indicator.svg +0 -0
  97. /package/dist/{shoelace/assets → assets}/icons/app.svg +0 -0
  98. /package/dist/{shoelace/assets → assets}/icons/apple.svg +0 -0
  99. /package/dist/{shoelace/assets → assets}/icons/archive-fill.svg +0 -0
  100. /package/dist/{shoelace/assets → assets}/icons/archive.svg +0 -0
  101. /package/dist/{shoelace/assets → assets}/icons/arrow-90deg-down.svg +0 -0
  102. /package/dist/{shoelace/assets → assets}/icons/arrow-90deg-left.svg +0 -0
  103. /package/dist/{shoelace/assets → assets}/icons/arrow-90deg-right.svg +0 -0
  104. /package/dist/{shoelace/assets → assets}/icons/arrow-90deg-up.svg +0 -0
  105. /package/dist/{shoelace/assets → assets}/icons/arrow-bar-down.svg +0 -0
  106. /package/dist/{shoelace/assets → assets}/icons/arrow-bar-left.svg +0 -0
  107. /package/dist/{shoelace/assets → assets}/icons/arrow-bar-right.svg +0 -0
  108. /package/dist/{shoelace/assets → assets}/icons/arrow-bar-up.svg +0 -0
  109. /package/dist/{shoelace/assets → assets}/icons/arrow-clockwise.svg +0 -0
  110. /package/dist/{shoelace/assets → assets}/icons/arrow-counterclockwise.svg +0 -0
  111. /package/dist/{shoelace/assets → assets}/icons/arrow-down-circle-fill.svg +0 -0
  112. /package/dist/{shoelace/assets → assets}/icons/arrow-down-circle.svg +0 -0
  113. /package/dist/{shoelace/assets → assets}/icons/arrow-down-left-circle-fill.svg +0 -0
  114. /package/dist/{shoelace/assets → assets}/icons/arrow-down-left-circle.svg +0 -0
  115. /package/dist/{shoelace/assets → assets}/icons/arrow-down-left-square-fill.svg +0 -0
  116. /package/dist/{shoelace/assets → assets}/icons/arrow-down-left-square.svg +0 -0
  117. /package/dist/{shoelace/assets → assets}/icons/arrow-down-left.svg +0 -0
  118. /package/dist/{shoelace/assets → assets}/icons/arrow-down-right-circle-fill.svg +0 -0
  119. /package/dist/{shoelace/assets → assets}/icons/arrow-down-right-circle.svg +0 -0
  120. /package/dist/{shoelace/assets → assets}/icons/arrow-down-right-square-fill.svg +0 -0
  121. /package/dist/{shoelace/assets → assets}/icons/arrow-down-right-square.svg +0 -0
  122. /package/dist/{shoelace/assets → assets}/icons/arrow-down-right.svg +0 -0
  123. /package/dist/{shoelace/assets → assets}/icons/arrow-down-short.svg +0 -0
  124. /package/dist/{shoelace/assets → assets}/icons/arrow-down-square-fill.svg +0 -0
  125. /package/dist/{shoelace/assets → assets}/icons/arrow-down-square.svg +0 -0
  126. /package/dist/{shoelace/assets → assets}/icons/arrow-down-up.svg +0 -0
  127. /package/dist/{shoelace/assets → assets}/icons/arrow-down.svg +0 -0
  128. /package/dist/{shoelace/assets → assets}/icons/arrow-left-circle-fill.svg +0 -0
  129. /package/dist/{shoelace/assets → assets}/icons/arrow-left-circle.svg +0 -0
  130. /package/dist/{shoelace/assets → assets}/icons/arrow-left-right.svg +0 -0
  131. /package/dist/{shoelace/assets → assets}/icons/arrow-left-short.svg +0 -0
  132. /package/dist/{shoelace/assets → assets}/icons/arrow-left-square-fill.svg +0 -0
  133. /package/dist/{shoelace/assets → assets}/icons/arrow-left-square.svg +0 -0
  134. /package/dist/{shoelace/assets → assets}/icons/arrow-left.svg +0 -0
  135. /package/dist/{shoelace/assets → assets}/icons/arrow-repeat.svg +0 -0
  136. /package/dist/{shoelace/assets → assets}/icons/arrow-return-left.svg +0 -0
  137. /package/dist/{shoelace/assets → assets}/icons/arrow-return-right.svg +0 -0
  138. /package/dist/{shoelace/assets → assets}/icons/arrow-right-circle-fill.svg +0 -0
  139. /package/dist/{shoelace/assets → assets}/icons/arrow-right-circle.svg +0 -0
  140. /package/dist/{shoelace/assets → assets}/icons/arrow-right-short.svg +0 -0
  141. /package/dist/{shoelace/assets → assets}/icons/arrow-right-square-fill.svg +0 -0
  142. /package/dist/{shoelace/assets → assets}/icons/arrow-right-square.svg +0 -0
  143. /package/dist/{shoelace/assets → assets}/icons/arrow-right.svg +0 -0
  144. /package/dist/{shoelace/assets → assets}/icons/arrow-through-heart-fill.svg +0 -0
  145. /package/dist/{shoelace/assets → assets}/icons/arrow-through-heart.svg +0 -0
  146. /package/dist/{shoelace/assets → assets}/icons/arrow-up-circle-fill.svg +0 -0
  147. /package/dist/{shoelace/assets → assets}/icons/arrow-up-circle.svg +0 -0
  148. /package/dist/{shoelace/assets → assets}/icons/arrow-up-left-circle-fill.svg +0 -0
  149. /package/dist/{shoelace/assets → assets}/icons/arrow-up-left-circle.svg +0 -0
  150. /package/dist/{shoelace/assets → assets}/icons/arrow-up-left-square-fill.svg +0 -0
  151. /package/dist/{shoelace/assets → assets}/icons/arrow-up-left-square.svg +0 -0
  152. /package/dist/{shoelace/assets → assets}/icons/arrow-up-left.svg +0 -0
  153. /package/dist/{shoelace/assets → assets}/icons/arrow-up-right-circle-fill.svg +0 -0
  154. /package/dist/{shoelace/assets → assets}/icons/arrow-up-right-circle.svg +0 -0
  155. /package/dist/{shoelace/assets → assets}/icons/arrow-up-right-square-fill.svg +0 -0
  156. /package/dist/{shoelace/assets → assets}/icons/arrow-up-right-square.svg +0 -0
  157. /package/dist/{shoelace/assets → assets}/icons/arrow-up-right.svg +0 -0
  158. /package/dist/{shoelace/assets → assets}/icons/arrow-up-short.svg +0 -0
  159. /package/dist/{shoelace/assets → assets}/icons/arrow-up-square-fill.svg +0 -0
  160. /package/dist/{shoelace/assets → assets}/icons/arrow-up-square.svg +0 -0
  161. /package/dist/{shoelace/assets → assets}/icons/arrow-up.svg +0 -0
  162. /package/dist/{shoelace/assets → assets}/icons/arrows-angle-contract.svg +0 -0
  163. /package/dist/{shoelace/assets → assets}/icons/arrows-angle-expand.svg +0 -0
  164. /package/dist/{shoelace/assets → assets}/icons/arrows-collapse-vertical.svg +0 -0
  165. /package/dist/{shoelace/assets → assets}/icons/arrows-collapse.svg +0 -0
  166. /package/dist/{shoelace/assets → assets}/icons/arrows-expand-vertical.svg +0 -0
  167. /package/dist/{shoelace/assets → assets}/icons/arrows-expand.svg +0 -0
  168. /package/dist/{shoelace/assets → assets}/icons/arrows-fullscreen.svg +0 -0
  169. /package/dist/{shoelace/assets → assets}/icons/arrows-move.svg +0 -0
  170. /package/dist/{shoelace/assets → assets}/icons/arrows-vertical.svg +0 -0
  171. /package/dist/{shoelace/assets → assets}/icons/arrows.svg +0 -0
  172. /package/dist/{shoelace/assets → assets}/icons/aspect-ratio-fill.svg +0 -0
  173. /package/dist/{shoelace/assets → assets}/icons/aspect-ratio.svg +0 -0
  174. /package/dist/{shoelace/assets → assets}/icons/asterisk.svg +0 -0
  175. /package/dist/{shoelace/assets → assets}/icons/at.svg +0 -0
  176. /package/dist/{shoelace/assets → assets}/icons/award-fill.svg +0 -0
  177. /package/dist/{shoelace/assets → assets}/icons/award.svg +0 -0
  178. /package/dist/{shoelace/assets → assets}/icons/back.svg +0 -0
  179. /package/dist/{shoelace/assets → assets}/icons/backpack-fill.svg +0 -0
  180. /package/dist/{shoelace/assets → assets}/icons/backpack.svg +0 -0
  181. /package/dist/{shoelace/assets → assets}/icons/backpack2-fill.svg +0 -0
  182. /package/dist/{shoelace/assets → assets}/icons/backpack2.svg +0 -0
  183. /package/dist/{shoelace/assets → assets}/icons/backpack3-fill.svg +0 -0
  184. /package/dist/{shoelace/assets → assets}/icons/backpack3.svg +0 -0
  185. /package/dist/{shoelace/assets → assets}/icons/backpack4-fill.svg +0 -0
  186. /package/dist/{shoelace/assets → assets}/icons/backpack4.svg +0 -0
  187. /package/dist/{shoelace/assets → assets}/icons/backspace-fill.svg +0 -0
  188. /package/dist/{shoelace/assets → assets}/icons/backspace-reverse-fill.svg +0 -0
  189. /package/dist/{shoelace/assets → assets}/icons/backspace-reverse.svg +0 -0
  190. /package/dist/{shoelace/assets → assets}/icons/backspace.svg +0 -0
  191. /package/dist/{shoelace/assets → assets}/icons/badge-3d-fill.svg +0 -0
  192. /package/dist/{shoelace/assets → assets}/icons/badge-3d.svg +0 -0
  193. /package/dist/{shoelace/assets → assets}/icons/badge-4k-fill.svg +0 -0
  194. /package/dist/{shoelace/assets → assets}/icons/badge-4k.svg +0 -0
  195. /package/dist/{shoelace/assets → assets}/icons/badge-8k-fill.svg +0 -0
  196. /package/dist/{shoelace/assets → assets}/icons/badge-8k.svg +0 -0
  197. /package/dist/{shoelace/assets → assets}/icons/badge-ad-fill.svg +0 -0
  198. /package/dist/{shoelace/assets → assets}/icons/badge-ad.svg +0 -0
  199. /package/dist/{shoelace/assets → assets}/icons/badge-ar-fill.svg +0 -0
  200. /package/dist/{shoelace/assets → assets}/icons/badge-ar.svg +0 -0
  201. /package/dist/{shoelace/assets → assets}/icons/badge-cc-fill.svg +0 -0
  202. /package/dist/{shoelace/assets → assets}/icons/badge-cc.svg +0 -0
  203. /package/dist/{shoelace/assets → assets}/icons/badge-hd-fill.svg +0 -0
  204. /package/dist/{shoelace/assets → assets}/icons/badge-hd.svg +0 -0
  205. /package/dist/{shoelace/assets → assets}/icons/badge-sd-fill.svg +0 -0
  206. /package/dist/{shoelace/assets → assets}/icons/badge-sd.svg +0 -0
  207. /package/dist/{shoelace/assets → assets}/icons/badge-tm-fill.svg +0 -0
  208. /package/dist/{shoelace/assets → assets}/icons/badge-tm.svg +0 -0
  209. /package/dist/{shoelace/assets → assets}/icons/badge-vo-fill.svg +0 -0
  210. /package/dist/{shoelace/assets → assets}/icons/badge-vo.svg +0 -0
  211. /package/dist/{shoelace/assets → assets}/icons/badge-vr-fill.svg +0 -0
  212. /package/dist/{shoelace/assets → assets}/icons/badge-vr.svg +0 -0
  213. /package/dist/{shoelace/assets → assets}/icons/badge-wc-fill.svg +0 -0
  214. /package/dist/{shoelace/assets → assets}/icons/badge-wc.svg +0 -0
  215. /package/dist/{shoelace/assets → assets}/icons/bag-check-fill.svg +0 -0
  216. /package/dist/{shoelace/assets → assets}/icons/bag-check.svg +0 -0
  217. /package/dist/{shoelace/assets → assets}/icons/bag-dash-fill.svg +0 -0
  218. /package/dist/{shoelace/assets → assets}/icons/bag-dash.svg +0 -0
  219. /package/dist/{shoelace/assets → assets}/icons/bag-fill.svg +0 -0
  220. /package/dist/{shoelace/assets → assets}/icons/bag-heart-fill.svg +0 -0
  221. /package/dist/{shoelace/assets → assets}/icons/bag-heart.svg +0 -0
  222. /package/dist/{shoelace/assets → assets}/icons/bag-plus-fill.svg +0 -0
  223. /package/dist/{shoelace/assets → assets}/icons/bag-plus.svg +0 -0
  224. /package/dist/{shoelace/assets → assets}/icons/bag-x-fill.svg +0 -0
  225. /package/dist/{shoelace/assets → assets}/icons/bag-x.svg +0 -0
  226. /package/dist/{shoelace/assets → assets}/icons/bag.svg +0 -0
  227. /package/dist/{shoelace/assets → assets}/icons/balloon-fill.svg +0 -0
  228. /package/dist/{shoelace/assets → assets}/icons/balloon-heart-fill.svg +0 -0
  229. /package/dist/{shoelace/assets → assets}/icons/balloon-heart.svg +0 -0
  230. /package/dist/{shoelace/assets → assets}/icons/balloon.svg +0 -0
  231. /package/dist/{shoelace/assets → assets}/icons/ban-fill.svg +0 -0
  232. /package/dist/{shoelace/assets → assets}/icons/ban.svg +0 -0
  233. /package/dist/{shoelace/assets → assets}/icons/bandaid-fill.svg +0 -0
  234. /package/dist/{shoelace/assets → assets}/icons/bandaid.svg +0 -0
  235. /package/dist/{shoelace/assets → assets}/icons/bank.svg +0 -0
  236. /package/dist/{shoelace/assets → assets}/icons/bank2.svg +0 -0
  237. /package/dist/{shoelace/assets → assets}/icons/bar-chart-fill.svg +0 -0
  238. /package/dist/{shoelace/assets → assets}/icons/bar-chart-line-fill.svg +0 -0
  239. /package/dist/{shoelace/assets → assets}/icons/bar-chart-line.svg +0 -0
  240. /package/dist/{shoelace/assets → assets}/icons/bar-chart-steps.svg +0 -0
  241. /package/dist/{shoelace/assets → assets}/icons/bar-chart.svg +0 -0
  242. /package/dist/{shoelace/assets → assets}/icons/basket-fill.svg +0 -0
  243. /package/dist/{shoelace/assets → assets}/icons/basket.svg +0 -0
  244. /package/dist/{shoelace/assets → assets}/icons/basket2-fill.svg +0 -0
  245. /package/dist/{shoelace/assets → assets}/icons/basket2.svg +0 -0
  246. /package/dist/{shoelace/assets → assets}/icons/basket3-fill.svg +0 -0
  247. /package/dist/{shoelace/assets → assets}/icons/basket3.svg +0 -0
  248. /package/dist/{shoelace/assets → assets}/icons/battery-charging.svg +0 -0
  249. /package/dist/{shoelace/assets → assets}/icons/battery-full.svg +0 -0
  250. /package/dist/{shoelace/assets → assets}/icons/battery-half.svg +0 -0
  251. /package/dist/{shoelace/assets → assets}/icons/battery.svg +0 -0
  252. /package/dist/{shoelace/assets → assets}/icons/behance.svg +0 -0
  253. /package/dist/{shoelace/assets → assets}/icons/bell-fill.svg +0 -0
  254. /package/dist/{shoelace/assets → assets}/icons/bell-slash-fill.svg +0 -0
  255. /package/dist/{shoelace/assets → assets}/icons/bell-slash.svg +0 -0
  256. /package/dist/{shoelace/assets → assets}/icons/bell.svg +0 -0
  257. /package/dist/{shoelace/assets → assets}/icons/bezier.svg +0 -0
  258. /package/dist/{shoelace/assets → assets}/icons/bezier2.svg +0 -0
  259. /package/dist/{shoelace/assets → assets}/icons/bicycle.svg +0 -0
  260. /package/dist/{shoelace/assets → assets}/icons/bing.svg +0 -0
  261. /package/dist/{shoelace/assets → assets}/icons/binoculars-fill.svg +0 -0
  262. /package/dist/{shoelace/assets → assets}/icons/binoculars.svg +0 -0
  263. /package/dist/{shoelace/assets → assets}/icons/blockquote-left.svg +0 -0
  264. /package/dist/{shoelace/assets → assets}/icons/blockquote-right.svg +0 -0
  265. /package/dist/{shoelace/assets → assets}/icons/bluetooth.svg +0 -0
  266. /package/dist/{shoelace/assets → assets}/icons/body-text.svg +0 -0
  267. /package/dist/{shoelace/assets → assets}/icons/book-fill.svg +0 -0
  268. /package/dist/{shoelace/assets → assets}/icons/book-half.svg +0 -0
  269. /package/dist/{shoelace/assets → assets}/icons/book.svg +0 -0
  270. /package/dist/{shoelace/assets → assets}/icons/bookmark-check-fill.svg +0 -0
  271. /package/dist/{shoelace/assets → assets}/icons/bookmark-check.svg +0 -0
  272. /package/dist/{shoelace/assets → assets}/icons/bookmark-dash-fill.svg +0 -0
  273. /package/dist/{shoelace/assets → assets}/icons/bookmark-dash.svg +0 -0
  274. /package/dist/{shoelace/assets → assets}/icons/bookmark-fill.svg +0 -0
  275. /package/dist/{shoelace/assets → assets}/icons/bookmark-heart-fill.svg +0 -0
  276. /package/dist/{shoelace/assets → assets}/icons/bookmark-heart.svg +0 -0
  277. /package/dist/{shoelace/assets → assets}/icons/bookmark-plus-fill.svg +0 -0
  278. /package/dist/{shoelace/assets → assets}/icons/bookmark-plus.svg +0 -0
  279. /package/dist/{shoelace/assets → assets}/icons/bookmark-star-fill.svg +0 -0
  280. /package/dist/{shoelace/assets → assets}/icons/bookmark-star.svg +0 -0
  281. /package/dist/{shoelace/assets → assets}/icons/bookmark-x-fill.svg +0 -0
  282. /package/dist/{shoelace/assets → assets}/icons/bookmark-x.svg +0 -0
  283. /package/dist/{shoelace/assets → assets}/icons/bookmark.svg +0 -0
  284. /package/dist/{shoelace/assets → assets}/icons/bookmarks-fill.svg +0 -0
  285. /package/dist/{shoelace/assets → assets}/icons/bookmarks.svg +0 -0
  286. /package/dist/{shoelace/assets → assets}/icons/bookshelf.svg +0 -0
  287. /package/dist/{shoelace/assets → assets}/icons/boombox-fill.svg +0 -0
  288. /package/dist/{shoelace/assets → assets}/icons/boombox.svg +0 -0
  289. /package/dist/{shoelace/assets → assets}/icons/bootstrap-fill.svg +0 -0
  290. /package/dist/{shoelace/assets → assets}/icons/bootstrap-reboot.svg +0 -0
  291. /package/dist/{shoelace/assets → assets}/icons/bootstrap.svg +0 -0
  292. /package/dist/{shoelace/assets → assets}/icons/border-all.svg +0 -0
  293. /package/dist/{shoelace/assets → assets}/icons/border-bottom.svg +0 -0
  294. /package/dist/{shoelace/assets → assets}/icons/border-center.svg +0 -0
  295. /package/dist/{shoelace/assets → assets}/icons/border-inner.svg +0 -0
  296. /package/dist/{shoelace/assets → assets}/icons/border-left.svg +0 -0
  297. /package/dist/{shoelace/assets → assets}/icons/border-middle.svg +0 -0
  298. /package/dist/{shoelace/assets → assets}/icons/border-outer.svg +0 -0
  299. /package/dist/{shoelace/assets → assets}/icons/border-right.svg +0 -0
  300. /package/dist/{shoelace/assets → assets}/icons/border-style.svg +0 -0
  301. /package/dist/{shoelace/assets → assets}/icons/border-top.svg +0 -0
  302. /package/dist/{shoelace/assets → assets}/icons/border-width.svg +0 -0
  303. /package/dist/{shoelace/assets → assets}/icons/border.svg +0 -0
  304. /package/dist/{shoelace/assets → assets}/icons/bounding-box-circles.svg +0 -0
  305. /package/dist/{shoelace/assets → assets}/icons/bounding-box.svg +0 -0
  306. /package/dist/{shoelace/assets → assets}/icons/box-arrow-down-left.svg +0 -0
  307. /package/dist/{shoelace/assets → assets}/icons/box-arrow-down-right.svg +0 -0
  308. /package/dist/{shoelace/assets → assets}/icons/box-arrow-down.svg +0 -0
  309. /package/dist/{shoelace/assets → assets}/icons/box-arrow-in-down-left.svg +0 -0
  310. /package/dist/{shoelace/assets → assets}/icons/box-arrow-in-down-right.svg +0 -0
  311. /package/dist/{shoelace/assets → assets}/icons/box-arrow-in-down.svg +0 -0
  312. /package/dist/{shoelace/assets → assets}/icons/box-arrow-in-left.svg +0 -0
  313. /package/dist/{shoelace/assets → assets}/icons/box-arrow-in-right.svg +0 -0
  314. /package/dist/{shoelace/assets → assets}/icons/box-arrow-in-up-left.svg +0 -0
  315. /package/dist/{shoelace/assets → assets}/icons/box-arrow-in-up-right.svg +0 -0
  316. /package/dist/{shoelace/assets → assets}/icons/box-arrow-in-up.svg +0 -0
  317. /package/dist/{shoelace/assets → assets}/icons/box-arrow-left.svg +0 -0
  318. /package/dist/{shoelace/assets → assets}/icons/box-arrow-right.svg +0 -0
  319. /package/dist/{shoelace/assets → assets}/icons/box-arrow-up-left.svg +0 -0
  320. /package/dist/{shoelace/assets → assets}/icons/box-arrow-up-right.svg +0 -0
  321. /package/dist/{shoelace/assets → assets}/icons/box-arrow-up.svg +0 -0
  322. /package/dist/{shoelace/assets → assets}/icons/box-fill.svg +0 -0
  323. /package/dist/{shoelace/assets → assets}/icons/box-seam-fill.svg +0 -0
  324. /package/dist/{shoelace/assets → assets}/icons/box-seam.svg +0 -0
  325. /package/dist/{shoelace/assets → assets}/icons/box.svg +0 -0
  326. /package/dist/{shoelace/assets → assets}/icons/box2-fill.svg +0 -0
  327. /package/dist/{shoelace/assets → assets}/icons/box2-heart-fill.svg +0 -0
  328. /package/dist/{shoelace/assets → assets}/icons/box2-heart.svg +0 -0
  329. /package/dist/{shoelace/assets → assets}/icons/box2.svg +0 -0
  330. /package/dist/{shoelace/assets → assets}/icons/boxes.svg +0 -0
  331. /package/dist/{shoelace/assets → assets}/icons/braces-asterisk.svg +0 -0
  332. /package/dist/{shoelace/assets → assets}/icons/braces.svg +0 -0
  333. /package/dist/{shoelace/assets → assets}/icons/bricks.svg +0 -0
  334. /package/dist/{shoelace/assets → assets}/icons/briefcase-fill.svg +0 -0
  335. /package/dist/{shoelace/assets → assets}/icons/briefcase.svg +0 -0
  336. /package/dist/{shoelace/assets → assets}/icons/brightness-alt-high-fill.svg +0 -0
  337. /package/dist/{shoelace/assets → assets}/icons/brightness-alt-high.svg +0 -0
  338. /package/dist/{shoelace/assets → assets}/icons/brightness-alt-low-fill.svg +0 -0
  339. /package/dist/{shoelace/assets → assets}/icons/brightness-alt-low.svg +0 -0
  340. /package/dist/{shoelace/assets → assets}/icons/brightness-high-fill.svg +0 -0
  341. /package/dist/{shoelace/assets → assets}/icons/brightness-high.svg +0 -0
  342. /package/dist/{shoelace/assets → assets}/icons/brightness-low-fill.svg +0 -0
  343. /package/dist/{shoelace/assets → assets}/icons/brightness-low.svg +0 -0
  344. /package/dist/{shoelace/assets → assets}/icons/brilliance.svg +0 -0
  345. /package/dist/{shoelace/assets → assets}/icons/broadcast-pin.svg +0 -0
  346. /package/dist/{shoelace/assets → assets}/icons/broadcast.svg +0 -0
  347. /package/dist/{shoelace/assets → assets}/icons/browser-chrome.svg +0 -0
  348. /package/dist/{shoelace/assets → assets}/icons/browser-edge.svg +0 -0
  349. /package/dist/{shoelace/assets → assets}/icons/browser-firefox.svg +0 -0
  350. /package/dist/{shoelace/assets → assets}/icons/browser-safari.svg +0 -0
  351. /package/dist/{shoelace/assets → assets}/icons/brush-fill.svg +0 -0
  352. /package/dist/{shoelace/assets → assets}/icons/brush.svg +0 -0
  353. /package/dist/{shoelace/assets → assets}/icons/bucket-fill.svg +0 -0
  354. /package/dist/{shoelace/assets → assets}/icons/bucket.svg +0 -0
  355. /package/dist/{shoelace/assets → assets}/icons/bug-fill.svg +0 -0
  356. /package/dist/{shoelace/assets → assets}/icons/bug.svg +0 -0
  357. /package/dist/{shoelace/assets → assets}/icons/building-add.svg +0 -0
  358. /package/dist/{shoelace/assets → assets}/icons/building-check.svg +0 -0
  359. /package/dist/{shoelace/assets → assets}/icons/building-dash.svg +0 -0
  360. /package/dist/{shoelace/assets → assets}/icons/building-down.svg +0 -0
  361. /package/dist/{shoelace/assets → assets}/icons/building-exclamation.svg +0 -0
  362. /package/dist/{shoelace/assets → assets}/icons/building-fill-add.svg +0 -0
  363. /package/dist/{shoelace/assets → assets}/icons/building-fill-check.svg +0 -0
  364. /package/dist/{shoelace/assets → assets}/icons/building-fill-dash.svg +0 -0
  365. /package/dist/{shoelace/assets → assets}/icons/building-fill-down.svg +0 -0
  366. /package/dist/{shoelace/assets → assets}/icons/building-fill-exclamation.svg +0 -0
  367. /package/dist/{shoelace/assets → assets}/icons/building-fill-gear.svg +0 -0
  368. /package/dist/{shoelace/assets → assets}/icons/building-fill-lock.svg +0 -0
  369. /package/dist/{shoelace/assets → assets}/icons/building-fill-slash.svg +0 -0
  370. /package/dist/{shoelace/assets → assets}/icons/building-fill-up.svg +0 -0
  371. /package/dist/{shoelace/assets → assets}/icons/building-fill-x.svg +0 -0
  372. /package/dist/{shoelace/assets → assets}/icons/building-fill.svg +0 -0
  373. /package/dist/{shoelace/assets → assets}/icons/building-gear.svg +0 -0
  374. /package/dist/{shoelace/assets → assets}/icons/building-lock.svg +0 -0
  375. /package/dist/{shoelace/assets → assets}/icons/building-slash.svg +0 -0
  376. /package/dist/{shoelace/assets → assets}/icons/building-up.svg +0 -0
  377. /package/dist/{shoelace/assets → assets}/icons/building-x.svg +0 -0
  378. /package/dist/{shoelace/assets → assets}/icons/building.svg +0 -0
  379. /package/dist/{shoelace/assets → assets}/icons/buildings-fill.svg +0 -0
  380. /package/dist/{shoelace/assets → assets}/icons/buildings.svg +0 -0
  381. /package/dist/{shoelace/assets → assets}/icons/bullseye.svg +0 -0
  382. /package/dist/{shoelace/assets → assets}/icons/bus-front-fill.svg +0 -0
  383. /package/dist/{shoelace/assets → assets}/icons/bus-front.svg +0 -0
  384. /package/dist/{shoelace/assets → assets}/icons/c-circle-fill.svg +0 -0
  385. /package/dist/{shoelace/assets → assets}/icons/c-circle.svg +0 -0
  386. /package/dist/{shoelace/assets → assets}/icons/c-square-fill.svg +0 -0
  387. /package/dist/{shoelace/assets → assets}/icons/c-square.svg +0 -0
  388. /package/dist/{shoelace/assets → assets}/icons/cake-fill.svg +0 -0
  389. /package/dist/{shoelace/assets → assets}/icons/cake.svg +0 -0
  390. /package/dist/{shoelace/assets → assets}/icons/cake2-fill.svg +0 -0
  391. /package/dist/{shoelace/assets → assets}/icons/cake2.svg +0 -0
  392. /package/dist/{shoelace/assets → assets}/icons/calculator-fill.svg +0 -0
  393. /package/dist/{shoelace/assets → assets}/icons/calculator.svg +0 -0
  394. /package/dist/{shoelace/assets → assets}/icons/calendar-check-fill.svg +0 -0
  395. /package/dist/{shoelace/assets → assets}/icons/calendar-check.svg +0 -0
  396. /package/dist/{shoelace/assets → assets}/icons/calendar-date-fill.svg +0 -0
  397. /package/dist/{shoelace/assets → assets}/icons/calendar-date.svg +0 -0
  398. /package/dist/{shoelace/assets → assets}/icons/calendar-day-fill.svg +0 -0
  399. /package/dist/{shoelace/assets → assets}/icons/calendar-day.svg +0 -0
  400. /package/dist/{shoelace/assets → assets}/icons/calendar-event-fill.svg +0 -0
  401. /package/dist/{shoelace/assets → assets}/icons/calendar-event.svg +0 -0
  402. /package/dist/{shoelace/assets → assets}/icons/calendar-fill.svg +0 -0
  403. /package/dist/{shoelace/assets → assets}/icons/calendar-heart-fill.svg +0 -0
  404. /package/dist/{shoelace/assets → assets}/icons/calendar-heart.svg +0 -0
  405. /package/dist/{shoelace/assets → assets}/icons/calendar-minus-fill.svg +0 -0
  406. /package/dist/{shoelace/assets → assets}/icons/calendar-minus.svg +0 -0
  407. /package/dist/{shoelace/assets → assets}/icons/calendar-month-fill.svg +0 -0
  408. /package/dist/{shoelace/assets → assets}/icons/calendar-month.svg +0 -0
  409. /package/dist/{shoelace/assets → assets}/icons/calendar-plus-fill.svg +0 -0
  410. /package/dist/{shoelace/assets → assets}/icons/calendar-plus.svg +0 -0
  411. /package/dist/{shoelace/assets → assets}/icons/calendar-range-fill.svg +0 -0
  412. /package/dist/{shoelace/assets → assets}/icons/calendar-range.svg +0 -0
  413. /package/dist/{shoelace/assets → assets}/icons/calendar-week-fill.svg +0 -0
  414. /package/dist/{shoelace/assets → assets}/icons/calendar-week.svg +0 -0
  415. /package/dist/{shoelace/assets → assets}/icons/calendar-x-fill.svg +0 -0
  416. /package/dist/{shoelace/assets → assets}/icons/calendar-x.svg +0 -0
  417. /package/dist/{shoelace/assets → assets}/icons/calendar.svg +0 -0
  418. /package/dist/{shoelace/assets → assets}/icons/calendar2-check-fill.svg +0 -0
  419. /package/dist/{shoelace/assets → assets}/icons/calendar2-check.svg +0 -0
  420. /package/dist/{shoelace/assets → assets}/icons/calendar2-date-fill.svg +0 -0
  421. /package/dist/{shoelace/assets → assets}/icons/calendar2-date.svg +0 -0
  422. /package/dist/{shoelace/assets → assets}/icons/calendar2-day-fill.svg +0 -0
  423. /package/dist/{shoelace/assets → assets}/icons/calendar2-day.svg +0 -0
  424. /package/dist/{shoelace/assets → assets}/icons/calendar2-event-fill.svg +0 -0
  425. /package/dist/{shoelace/assets → assets}/icons/calendar2-event.svg +0 -0
  426. /package/dist/{shoelace/assets → assets}/icons/calendar2-fill.svg +0 -0
  427. /package/dist/{shoelace/assets → assets}/icons/calendar2-heart-fill.svg +0 -0
  428. /package/dist/{shoelace/assets → assets}/icons/calendar2-heart.svg +0 -0
  429. /package/dist/{shoelace/assets → assets}/icons/calendar2-minus-fill.svg +0 -0
  430. /package/dist/{shoelace/assets → assets}/icons/calendar2-minus.svg +0 -0
  431. /package/dist/{shoelace/assets → assets}/icons/calendar2-month-fill.svg +0 -0
  432. /package/dist/{shoelace/assets → assets}/icons/calendar2-month.svg +0 -0
  433. /package/dist/{shoelace/assets → assets}/icons/calendar2-plus-fill.svg +0 -0
  434. /package/dist/{shoelace/assets → assets}/icons/calendar2-plus.svg +0 -0
  435. /package/dist/{shoelace/assets → assets}/icons/calendar2-range-fill.svg +0 -0
  436. /package/dist/{shoelace/assets → assets}/icons/calendar2-range.svg +0 -0
  437. /package/dist/{shoelace/assets → assets}/icons/calendar2-week-fill.svg +0 -0
  438. /package/dist/{shoelace/assets → assets}/icons/calendar2-week.svg +0 -0
  439. /package/dist/{shoelace/assets → assets}/icons/calendar2-x-fill.svg +0 -0
  440. /package/dist/{shoelace/assets → assets}/icons/calendar2-x.svg +0 -0
  441. /package/dist/{shoelace/assets → assets}/icons/calendar2.svg +0 -0
  442. /package/dist/{shoelace/assets → assets}/icons/calendar3-event-fill.svg +0 -0
  443. /package/dist/{shoelace/assets → assets}/icons/calendar3-event.svg +0 -0
  444. /package/dist/{shoelace/assets → assets}/icons/calendar3-fill.svg +0 -0
  445. /package/dist/{shoelace/assets → assets}/icons/calendar3-range-fill.svg +0 -0
  446. /package/dist/{shoelace/assets → assets}/icons/calendar3-range.svg +0 -0
  447. /package/dist/{shoelace/assets → assets}/icons/calendar3-week-fill.svg +0 -0
  448. /package/dist/{shoelace/assets → assets}/icons/calendar3-week.svg +0 -0
  449. /package/dist/{shoelace/assets → assets}/icons/calendar3.svg +0 -0
  450. /package/dist/{shoelace/assets → assets}/icons/calendar4-event.svg +0 -0
  451. /package/dist/{shoelace/assets → assets}/icons/calendar4-range.svg +0 -0
  452. /package/dist/{shoelace/assets → assets}/icons/calendar4-week.svg +0 -0
  453. /package/dist/{shoelace/assets → assets}/icons/calendar4.svg +0 -0
  454. /package/dist/{shoelace/assets → assets}/icons/camera-fill.svg +0 -0
  455. /package/dist/{shoelace/assets → assets}/icons/camera-reels-fill.svg +0 -0
  456. /package/dist/{shoelace/assets → assets}/icons/camera-reels.svg +0 -0
  457. /package/dist/{shoelace/assets → assets}/icons/camera-video-fill.svg +0 -0
  458. /package/dist/{shoelace/assets → assets}/icons/camera-video-off-fill.svg +0 -0
  459. /package/dist/{shoelace/assets → assets}/icons/camera-video-off.svg +0 -0
  460. /package/dist/{shoelace/assets → assets}/icons/camera-video.svg +0 -0
  461. /package/dist/{shoelace/assets → assets}/icons/camera.svg +0 -0
  462. /package/dist/{shoelace/assets → assets}/icons/camera2.svg +0 -0
  463. /package/dist/{shoelace/assets → assets}/icons/capslock-fill.svg +0 -0
  464. /package/dist/{shoelace/assets → assets}/icons/capslock.svg +0 -0
  465. /package/dist/{shoelace/assets → assets}/icons/capsule-pill.svg +0 -0
  466. /package/dist/{shoelace/assets → assets}/icons/capsule.svg +0 -0
  467. /package/dist/{shoelace/assets → assets}/icons/car-front-fill.svg +0 -0
  468. /package/dist/{shoelace/assets → assets}/icons/car-front.svg +0 -0
  469. /package/dist/{shoelace/assets → assets}/icons/card-checklist.svg +0 -0
  470. /package/dist/{shoelace/assets → assets}/icons/card-heading.svg +0 -0
  471. /package/dist/{shoelace/assets → assets}/icons/card-image.svg +0 -0
  472. /package/dist/{shoelace/assets → assets}/icons/card-list.svg +0 -0
  473. /package/dist/{shoelace/assets → assets}/icons/card-text.svg +0 -0
  474. /package/dist/{shoelace/assets → assets}/icons/caret-down-fill.svg +0 -0
  475. /package/dist/{shoelace/assets → assets}/icons/caret-down-square-fill.svg +0 -0
  476. /package/dist/{shoelace/assets → assets}/icons/caret-down-square.svg +0 -0
  477. /package/dist/{shoelace/assets → assets}/icons/caret-down.svg +0 -0
  478. /package/dist/{shoelace/assets → assets}/icons/caret-left-fill.svg +0 -0
  479. /package/dist/{shoelace/assets → assets}/icons/caret-left-square-fill.svg +0 -0
  480. /package/dist/{shoelace/assets → assets}/icons/caret-left-square.svg +0 -0
  481. /package/dist/{shoelace/assets → assets}/icons/caret-left.svg +0 -0
  482. /package/dist/{shoelace/assets → assets}/icons/caret-right-fill.svg +0 -0
  483. /package/dist/{shoelace/assets → assets}/icons/caret-right-square-fill.svg +0 -0
  484. /package/dist/{shoelace/assets → assets}/icons/caret-right-square.svg +0 -0
  485. /package/dist/{shoelace/assets → assets}/icons/caret-right.svg +0 -0
  486. /package/dist/{shoelace/assets → assets}/icons/caret-up-fill.svg +0 -0
  487. /package/dist/{shoelace/assets → assets}/icons/caret-up-square-fill.svg +0 -0
  488. /package/dist/{shoelace/assets → assets}/icons/caret-up-square.svg +0 -0
  489. /package/dist/{shoelace/assets → assets}/icons/caret-up.svg +0 -0
  490. /package/dist/{shoelace/assets → assets}/icons/cart-check-fill.svg +0 -0
  491. /package/dist/{shoelace/assets → assets}/icons/cart-check.svg +0 -0
  492. /package/dist/{shoelace/assets → assets}/icons/cart-dash-fill.svg +0 -0
  493. /package/dist/{shoelace/assets → assets}/icons/cart-dash.svg +0 -0
  494. /package/dist/{shoelace/assets → assets}/icons/cart-fill.svg +0 -0
  495. /package/dist/{shoelace/assets → assets}/icons/cart-plus-fill.svg +0 -0
  496. /package/dist/{shoelace/assets → assets}/icons/cart-plus.svg +0 -0
  497. /package/dist/{shoelace/assets → assets}/icons/cart-x-fill.svg +0 -0
  498. /package/dist/{shoelace/assets → assets}/icons/cart-x.svg +0 -0
  499. /package/dist/{shoelace/assets → assets}/icons/cart.svg +0 -0
  500. /package/dist/{shoelace/assets → assets}/icons/cart2.svg +0 -0
  501. /package/dist/{shoelace/assets → assets}/icons/cart3.svg +0 -0
  502. /package/dist/{shoelace/assets → assets}/icons/cart4.svg +0 -0
  503. /package/dist/{shoelace/assets → assets}/icons/cash-coin.svg +0 -0
  504. /package/dist/{shoelace/assets → assets}/icons/cash-stack.svg +0 -0
  505. /package/dist/{shoelace/assets → assets}/icons/cash.svg +0 -0
  506. /package/dist/{shoelace/assets → assets}/icons/cassette-fill.svg +0 -0
  507. /package/dist/{shoelace/assets → assets}/icons/cassette.svg +0 -0
  508. /package/dist/{shoelace/assets → assets}/icons/cast.svg +0 -0
  509. /package/dist/{shoelace/assets → assets}/icons/cc-circle-fill.svg +0 -0
  510. /package/dist/{shoelace/assets → assets}/icons/cc-circle.svg +0 -0
  511. /package/dist/{shoelace/assets → assets}/icons/cc-square-fill.svg +0 -0
  512. /package/dist/{shoelace/assets → assets}/icons/cc-square.svg +0 -0
  513. /package/dist/{shoelace/assets → assets}/icons/chat-dots-fill.svg +0 -0
  514. /package/dist/{shoelace/assets → assets}/icons/chat-dots.svg +0 -0
  515. /package/dist/{shoelace/assets → assets}/icons/chat-fill.svg +0 -0
  516. /package/dist/{shoelace/assets → assets}/icons/chat-heart-fill.svg +0 -0
  517. /package/dist/{shoelace/assets → assets}/icons/chat-heart.svg +0 -0
  518. /package/dist/{shoelace/assets → assets}/icons/chat-left-dots-fill.svg +0 -0
  519. /package/dist/{shoelace/assets → assets}/icons/chat-left-dots.svg +0 -0
  520. /package/dist/{shoelace/assets → assets}/icons/chat-left-fill.svg +0 -0
  521. /package/dist/{shoelace/assets → assets}/icons/chat-left-heart-fill.svg +0 -0
  522. /package/dist/{shoelace/assets → assets}/icons/chat-left-heart.svg +0 -0
  523. /package/dist/{shoelace/assets → assets}/icons/chat-left-quote-fill.svg +0 -0
  524. /package/dist/{shoelace/assets → assets}/icons/chat-left-quote.svg +0 -0
  525. /package/dist/{shoelace/assets → assets}/icons/chat-left-text-fill.svg +0 -0
  526. /package/dist/{shoelace/assets → assets}/icons/chat-left-text.svg +0 -0
  527. /package/dist/{shoelace/assets → assets}/icons/chat-left.svg +0 -0
  528. /package/dist/{shoelace/assets → assets}/icons/chat-quote-fill.svg +0 -0
  529. /package/dist/{shoelace/assets → assets}/icons/chat-quote.svg +0 -0
  530. /package/dist/{shoelace/assets → assets}/icons/chat-right-dots-fill.svg +0 -0
  531. /package/dist/{shoelace/assets → assets}/icons/chat-right-dots.svg +0 -0
  532. /package/dist/{shoelace/assets → assets}/icons/chat-right-fill.svg +0 -0
  533. /package/dist/{shoelace/assets → assets}/icons/chat-right-heart-fill.svg +0 -0
  534. /package/dist/{shoelace/assets → assets}/icons/chat-right-heart.svg +0 -0
  535. /package/dist/{shoelace/assets → assets}/icons/chat-right-quote-fill.svg +0 -0
  536. /package/dist/{shoelace/assets → assets}/icons/chat-right-quote.svg +0 -0
  537. /package/dist/{shoelace/assets → assets}/icons/chat-right-text-fill.svg +0 -0
  538. /package/dist/{shoelace/assets → assets}/icons/chat-right-text.svg +0 -0
  539. /package/dist/{shoelace/assets → assets}/icons/chat-right.svg +0 -0
  540. /package/dist/{shoelace/assets → assets}/icons/chat-square-dots-fill.svg +0 -0
  541. /package/dist/{shoelace/assets → assets}/icons/chat-square-dots.svg +0 -0
  542. /package/dist/{shoelace/assets → assets}/icons/chat-square-fill.svg +0 -0
  543. /package/dist/{shoelace/assets → assets}/icons/chat-square-heart-fill.svg +0 -0
  544. /package/dist/{shoelace/assets → assets}/icons/chat-square-heart.svg +0 -0
  545. /package/dist/{shoelace/assets → assets}/icons/chat-square-quote-fill.svg +0 -0
  546. /package/dist/{shoelace/assets → assets}/icons/chat-square-quote.svg +0 -0
  547. /package/dist/{shoelace/assets → assets}/icons/chat-square-text-fill.svg +0 -0
  548. /package/dist/{shoelace/assets → assets}/icons/chat-square-text.svg +0 -0
  549. /package/dist/{shoelace/assets → assets}/icons/chat-square.svg +0 -0
  550. /package/dist/{shoelace/assets → assets}/icons/chat-text-fill.svg +0 -0
  551. /package/dist/{shoelace/assets → assets}/icons/chat-text.svg +0 -0
  552. /package/dist/{shoelace/assets → assets}/icons/chat.svg +0 -0
  553. /package/dist/{shoelace/assets → assets}/icons/check-all.svg +0 -0
  554. /package/dist/{shoelace/assets → assets}/icons/check-circle-fill.svg +0 -0
  555. /package/dist/{shoelace/assets → assets}/icons/check-circle.svg +0 -0
  556. /package/dist/{shoelace/assets → assets}/icons/check-lg.svg +0 -0
  557. /package/dist/{shoelace/assets → assets}/icons/check-square-fill.svg +0 -0
  558. /package/dist/{shoelace/assets → assets}/icons/check-square.svg +0 -0
  559. /package/dist/{shoelace/assets → assets}/icons/check.svg +0 -0
  560. /package/dist/{shoelace/assets → assets}/icons/check2-all.svg +0 -0
  561. /package/dist/{shoelace/assets → assets}/icons/check2-circle.svg +0 -0
  562. /package/dist/{shoelace/assets → assets}/icons/check2-square.svg +0 -0
  563. /package/dist/{shoelace/assets → assets}/icons/check2.svg +0 -0
  564. /package/dist/{shoelace/assets → assets}/icons/chevron-bar-contract.svg +0 -0
  565. /package/dist/{shoelace/assets → assets}/icons/chevron-bar-down.svg +0 -0
  566. /package/dist/{shoelace/assets → assets}/icons/chevron-bar-expand.svg +0 -0
  567. /package/dist/{shoelace/assets → assets}/icons/chevron-bar-left.svg +0 -0
  568. /package/dist/{shoelace/assets → assets}/icons/chevron-bar-right.svg +0 -0
  569. /package/dist/{shoelace/assets → assets}/icons/chevron-bar-up.svg +0 -0
  570. /package/dist/{shoelace/assets → assets}/icons/chevron-compact-down.svg +0 -0
  571. /package/dist/{shoelace/assets → assets}/icons/chevron-compact-left.svg +0 -0
  572. /package/dist/{shoelace/assets → assets}/icons/chevron-compact-right.svg +0 -0
  573. /package/dist/{shoelace/assets → assets}/icons/chevron-compact-up.svg +0 -0
  574. /package/dist/{shoelace/assets → assets}/icons/chevron-contract.svg +0 -0
  575. /package/dist/{shoelace/assets → assets}/icons/chevron-double-down.svg +0 -0
  576. /package/dist/{shoelace/assets → assets}/icons/chevron-double-left.svg +0 -0
  577. /package/dist/{shoelace/assets → assets}/icons/chevron-double-right.svg +0 -0
  578. /package/dist/{shoelace/assets → assets}/icons/chevron-double-up.svg +0 -0
  579. /package/dist/{shoelace/assets → assets}/icons/chevron-down.svg +0 -0
  580. /package/dist/{shoelace/assets → assets}/icons/chevron-expand.svg +0 -0
  581. /package/dist/{shoelace/assets → assets}/icons/chevron-left.svg +0 -0
  582. /package/dist/{shoelace/assets → assets}/icons/chevron-right.svg +0 -0
  583. /package/dist/{shoelace/assets → assets}/icons/chevron-up.svg +0 -0
  584. /package/dist/{shoelace/assets → assets}/icons/circle-fill.svg +0 -0
  585. /package/dist/{shoelace/assets → assets}/icons/circle-half.svg +0 -0
  586. /package/dist/{shoelace/assets → assets}/icons/circle-square.svg +0 -0
  587. /package/dist/{shoelace/assets → assets}/icons/circle.svg +0 -0
  588. /package/dist/{shoelace/assets → assets}/icons/clipboard-check-fill.svg +0 -0
  589. /package/dist/{shoelace/assets → assets}/icons/clipboard-check.svg +0 -0
  590. /package/dist/{shoelace/assets → assets}/icons/clipboard-data-fill.svg +0 -0
  591. /package/dist/{shoelace/assets → assets}/icons/clipboard-data.svg +0 -0
  592. /package/dist/{shoelace/assets → assets}/icons/clipboard-fill.svg +0 -0
  593. /package/dist/{shoelace/assets → assets}/icons/clipboard-heart-fill.svg +0 -0
  594. /package/dist/{shoelace/assets → assets}/icons/clipboard-heart.svg +0 -0
  595. /package/dist/{shoelace/assets → assets}/icons/clipboard-minus-fill.svg +0 -0
  596. /package/dist/{shoelace/assets → assets}/icons/clipboard-minus.svg +0 -0
  597. /package/dist/{shoelace/assets → assets}/icons/clipboard-plus-fill.svg +0 -0
  598. /package/dist/{shoelace/assets → assets}/icons/clipboard-plus.svg +0 -0
  599. /package/dist/{shoelace/assets → assets}/icons/clipboard-pulse.svg +0 -0
  600. /package/dist/{shoelace/assets → assets}/icons/clipboard-x-fill.svg +0 -0
  601. /package/dist/{shoelace/assets → assets}/icons/clipboard-x.svg +0 -0
  602. /package/dist/{shoelace/assets → assets}/icons/clipboard.svg +0 -0
  603. /package/dist/{shoelace/assets → assets}/icons/clipboard2-check-fill.svg +0 -0
  604. /package/dist/{shoelace/assets → assets}/icons/clipboard2-check.svg +0 -0
  605. /package/dist/{shoelace/assets → assets}/icons/clipboard2-data-fill.svg +0 -0
  606. /package/dist/{shoelace/assets → assets}/icons/clipboard2-data.svg +0 -0
  607. /package/dist/{shoelace/assets → assets}/icons/clipboard2-fill.svg +0 -0
  608. /package/dist/{shoelace/assets → assets}/icons/clipboard2-heart-fill.svg +0 -0
  609. /package/dist/{shoelace/assets → assets}/icons/clipboard2-heart.svg +0 -0
  610. /package/dist/{shoelace/assets → assets}/icons/clipboard2-minus-fill.svg +0 -0
  611. /package/dist/{shoelace/assets → assets}/icons/clipboard2-minus.svg +0 -0
  612. /package/dist/{shoelace/assets → assets}/icons/clipboard2-plus-fill.svg +0 -0
  613. /package/dist/{shoelace/assets → assets}/icons/clipboard2-plus.svg +0 -0
  614. /package/dist/{shoelace/assets → assets}/icons/clipboard2-pulse-fill.svg +0 -0
  615. /package/dist/{shoelace/assets → assets}/icons/clipboard2-pulse.svg +0 -0
  616. /package/dist/{shoelace/assets → assets}/icons/clipboard2-x-fill.svg +0 -0
  617. /package/dist/{shoelace/assets → assets}/icons/clipboard2-x.svg +0 -0
  618. /package/dist/{shoelace/assets → assets}/icons/clipboard2.svg +0 -0
  619. /package/dist/{shoelace/assets → assets}/icons/clock-fill.svg +0 -0
  620. /package/dist/{shoelace/assets → assets}/icons/clock-history.svg +0 -0
  621. /package/dist/{shoelace/assets → assets}/icons/clock.svg +0 -0
  622. /package/dist/{shoelace/assets → assets}/icons/cloud-arrow-down-fill.svg +0 -0
  623. /package/dist/{shoelace/assets → assets}/icons/cloud-arrow-down.svg +0 -0
  624. /package/dist/{shoelace/assets → assets}/icons/cloud-arrow-up-fill.svg +0 -0
  625. /package/dist/{shoelace/assets → assets}/icons/cloud-arrow-up.svg +0 -0
  626. /package/dist/{shoelace/assets → assets}/icons/cloud-check-fill.svg +0 -0
  627. /package/dist/{shoelace/assets → assets}/icons/cloud-check.svg +0 -0
  628. /package/dist/{shoelace/assets → assets}/icons/cloud-download-fill.svg +0 -0
  629. /package/dist/{shoelace/assets → assets}/icons/cloud-download.svg +0 -0
  630. /package/dist/{shoelace/assets → assets}/icons/cloud-drizzle-fill.svg +0 -0
  631. /package/dist/{shoelace/assets → assets}/icons/cloud-drizzle.svg +0 -0
  632. /package/dist/{shoelace/assets → assets}/icons/cloud-fill.svg +0 -0
  633. /package/dist/{shoelace/assets → assets}/icons/cloud-fog-fill.svg +0 -0
  634. /package/dist/{shoelace/assets → assets}/icons/cloud-fog.svg +0 -0
  635. /package/dist/{shoelace/assets → assets}/icons/cloud-fog2-fill.svg +0 -0
  636. /package/dist/{shoelace/assets → assets}/icons/cloud-fog2.svg +0 -0
  637. /package/dist/{shoelace/assets → assets}/icons/cloud-hail-fill.svg +0 -0
  638. /package/dist/{shoelace/assets → assets}/icons/cloud-hail.svg +0 -0
  639. /package/dist/{shoelace/assets → assets}/icons/cloud-haze-fill.svg +0 -0
  640. /package/dist/{shoelace/assets → assets}/icons/cloud-haze.svg +0 -0
  641. /package/dist/{shoelace/assets → assets}/icons/cloud-haze2-fill.svg +0 -0
  642. /package/dist/{shoelace/assets → assets}/icons/cloud-haze2.svg +0 -0
  643. /package/dist/{shoelace/assets → assets}/icons/cloud-lightning-fill.svg +0 -0
  644. /package/dist/{shoelace/assets → assets}/icons/cloud-lightning-rain-fill.svg +0 -0
  645. /package/dist/{shoelace/assets → assets}/icons/cloud-lightning-rain.svg +0 -0
  646. /package/dist/{shoelace/assets → assets}/icons/cloud-lightning.svg +0 -0
  647. /package/dist/{shoelace/assets → assets}/icons/cloud-minus-fill.svg +0 -0
  648. /package/dist/{shoelace/assets → assets}/icons/cloud-minus.svg +0 -0
  649. /package/dist/{shoelace/assets → assets}/icons/cloud-moon-fill.svg +0 -0
  650. /package/dist/{shoelace/assets → assets}/icons/cloud-moon.svg +0 -0
  651. /package/dist/{shoelace/assets → assets}/icons/cloud-plus-fill.svg +0 -0
  652. /package/dist/{shoelace/assets → assets}/icons/cloud-plus.svg +0 -0
  653. /package/dist/{shoelace/assets → assets}/icons/cloud-rain-fill.svg +0 -0
  654. /package/dist/{shoelace/assets → assets}/icons/cloud-rain-heavy-fill.svg +0 -0
  655. /package/dist/{shoelace/assets → assets}/icons/cloud-rain-heavy.svg +0 -0
  656. /package/dist/{shoelace/assets → assets}/icons/cloud-rain.svg +0 -0
  657. /package/dist/{shoelace/assets → assets}/icons/cloud-slash-fill.svg +0 -0
  658. /package/dist/{shoelace/assets → assets}/icons/cloud-slash.svg +0 -0
  659. /package/dist/{shoelace/assets → assets}/icons/cloud-sleet-fill.svg +0 -0
  660. /package/dist/{shoelace/assets → assets}/icons/cloud-sleet.svg +0 -0
  661. /package/dist/{shoelace/assets → assets}/icons/cloud-snow-fill.svg +0 -0
  662. /package/dist/{shoelace/assets → assets}/icons/cloud-snow.svg +0 -0
  663. /package/dist/{shoelace/assets → assets}/icons/cloud-sun-fill.svg +0 -0
  664. /package/dist/{shoelace/assets → assets}/icons/cloud-sun.svg +0 -0
  665. /package/dist/{shoelace/assets → assets}/icons/cloud-upload-fill.svg +0 -0
  666. /package/dist/{shoelace/assets → assets}/icons/cloud-upload.svg +0 -0
  667. /package/dist/{shoelace/assets → assets}/icons/cloud.svg +0 -0
  668. /package/dist/{shoelace/assets → assets}/icons/clouds-fill.svg +0 -0
  669. /package/dist/{shoelace/assets → assets}/icons/clouds.svg +0 -0
  670. /package/dist/{shoelace/assets → assets}/icons/cloudy-fill.svg +0 -0
  671. /package/dist/{shoelace/assets → assets}/icons/cloudy.svg +0 -0
  672. /package/dist/{shoelace/assets → assets}/icons/code-slash.svg +0 -0
  673. /package/dist/{shoelace/assets → assets}/icons/code-square.svg +0 -0
  674. /package/dist/{shoelace/assets → assets}/icons/code.svg +0 -0
  675. /package/dist/{shoelace/assets → assets}/icons/coin.svg +0 -0
  676. /package/dist/{shoelace/assets → assets}/icons/collection-fill.svg +0 -0
  677. /package/dist/{shoelace/assets → assets}/icons/collection-play-fill.svg +0 -0
  678. /package/dist/{shoelace/assets → assets}/icons/collection-play.svg +0 -0
  679. /package/dist/{shoelace/assets → assets}/icons/collection.svg +0 -0
  680. /package/dist/{shoelace/assets → assets}/icons/columns-gap.svg +0 -0
  681. /package/dist/{shoelace/assets → assets}/icons/columns.svg +0 -0
  682. /package/dist/{shoelace/assets → assets}/icons/command.svg +0 -0
  683. /package/dist/{shoelace/assets → assets}/icons/compass-fill.svg +0 -0
  684. /package/dist/{shoelace/assets → assets}/icons/compass.svg +0 -0
  685. /package/dist/{shoelace/assets → assets}/icons/cone-striped.svg +0 -0
  686. /package/dist/{shoelace/assets → assets}/icons/cone.svg +0 -0
  687. /package/dist/{shoelace/assets → assets}/icons/controller.svg +0 -0
  688. /package/dist/{shoelace/assets → assets}/icons/cookie.svg +0 -0
  689. /package/dist/{shoelace/assets → assets}/icons/copy.svg +0 -0
  690. /package/dist/{shoelace/assets → assets}/icons/cpu-fill.svg +0 -0
  691. /package/dist/{shoelace/assets → assets}/icons/cpu.svg +0 -0
  692. /package/dist/{shoelace/assets → assets}/icons/credit-card-2-back-fill.svg +0 -0
  693. /package/dist/{shoelace/assets → assets}/icons/credit-card-2-back.svg +0 -0
  694. /package/dist/{shoelace/assets → assets}/icons/credit-card-2-front-fill.svg +0 -0
  695. /package/dist/{shoelace/assets → assets}/icons/credit-card-2-front.svg +0 -0
  696. /package/dist/{shoelace/assets → assets}/icons/credit-card-fill.svg +0 -0
  697. /package/dist/{shoelace/assets → assets}/icons/credit-card.svg +0 -0
  698. /package/dist/{shoelace/assets → assets}/icons/crop.svg +0 -0
  699. /package/dist/{shoelace/assets → assets}/icons/crosshair.svg +0 -0
  700. /package/dist/{shoelace/assets → assets}/icons/crosshair2.svg +0 -0
  701. /package/dist/{shoelace/assets → assets}/icons/cup-fill.svg +0 -0
  702. /package/dist/{shoelace/assets → assets}/icons/cup-hot-fill.svg +0 -0
  703. /package/dist/{shoelace/assets → assets}/icons/cup-hot.svg +0 -0
  704. /package/dist/{shoelace/assets → assets}/icons/cup-straw.svg +0 -0
  705. /package/dist/{shoelace/assets → assets}/icons/cup.svg +0 -0
  706. /package/dist/{shoelace/assets → assets}/icons/currency-bitcoin.svg +0 -0
  707. /package/dist/{shoelace/assets → assets}/icons/currency-dollar.svg +0 -0
  708. /package/dist/{shoelace/assets → assets}/icons/currency-euro.svg +0 -0
  709. /package/dist/{shoelace/assets → assets}/icons/currency-exchange.svg +0 -0
  710. /package/dist/{shoelace/assets → assets}/icons/currency-pound.svg +0 -0
  711. /package/dist/{shoelace/assets → assets}/icons/currency-rupee.svg +0 -0
  712. /package/dist/{shoelace/assets → assets}/icons/currency-yen.svg +0 -0
  713. /package/dist/{shoelace/assets → assets}/icons/cursor-fill.svg +0 -0
  714. /package/dist/{shoelace/assets → assets}/icons/cursor-text.svg +0 -0
  715. /package/dist/{shoelace/assets → assets}/icons/cursor.svg +0 -0
  716. /package/dist/{shoelace/assets → assets}/icons/dash-circle-dotted.svg +0 -0
  717. /package/dist/{shoelace/assets → assets}/icons/dash-circle-fill.svg +0 -0
  718. /package/dist/{shoelace/assets → assets}/icons/dash-circle.svg +0 -0
  719. /package/dist/{shoelace/assets → assets}/icons/dash-lg.svg +0 -0
  720. /package/dist/{shoelace/assets → assets}/icons/dash-square-dotted.svg +0 -0
  721. /package/dist/{shoelace/assets → assets}/icons/dash-square-fill.svg +0 -0
  722. /package/dist/{shoelace/assets → assets}/icons/dash-square.svg +0 -0
  723. /package/dist/{shoelace/assets → assets}/icons/dash.svg +0 -0
  724. /package/dist/{shoelace/assets → assets}/icons/database-add.svg +0 -0
  725. /package/dist/{shoelace/assets → assets}/icons/database-check.svg +0 -0
  726. /package/dist/{shoelace/assets → assets}/icons/database-dash.svg +0 -0
  727. /package/dist/{shoelace/assets → assets}/icons/database-down.svg +0 -0
  728. /package/dist/{shoelace/assets → assets}/icons/database-exclamation.svg +0 -0
  729. /package/dist/{shoelace/assets → assets}/icons/database-fill-add.svg +0 -0
  730. /package/dist/{shoelace/assets → assets}/icons/database-fill-check.svg +0 -0
  731. /package/dist/{shoelace/assets → assets}/icons/database-fill-dash.svg +0 -0
  732. /package/dist/{shoelace/assets → assets}/icons/database-fill-down.svg +0 -0
  733. /package/dist/{shoelace/assets → assets}/icons/database-fill-exclamation.svg +0 -0
  734. /package/dist/{shoelace/assets → assets}/icons/database-fill-gear.svg +0 -0
  735. /package/dist/{shoelace/assets → assets}/icons/database-fill-lock.svg +0 -0
  736. /package/dist/{shoelace/assets → assets}/icons/database-fill-slash.svg +0 -0
  737. /package/dist/{shoelace/assets → assets}/icons/database-fill-up.svg +0 -0
  738. /package/dist/{shoelace/assets → assets}/icons/database-fill-x.svg +0 -0
  739. /package/dist/{shoelace/assets → assets}/icons/database-fill.svg +0 -0
  740. /package/dist/{shoelace/assets → assets}/icons/database-gear.svg +0 -0
  741. /package/dist/{shoelace/assets → assets}/icons/database-lock.svg +0 -0
  742. /package/dist/{shoelace/assets → assets}/icons/database-slash.svg +0 -0
  743. /package/dist/{shoelace/assets → assets}/icons/database-up.svg +0 -0
  744. /package/dist/{shoelace/assets → assets}/icons/database-x.svg +0 -0
  745. /package/dist/{shoelace/assets → assets}/icons/database.svg +0 -0
  746. /package/dist/{shoelace/assets → assets}/icons/device-hdd-fill.svg +0 -0
  747. /package/dist/{shoelace/assets → assets}/icons/device-hdd.svg +0 -0
  748. /package/dist/{shoelace/assets → assets}/icons/device-ssd-fill.svg +0 -0
  749. /package/dist/{shoelace/assets → assets}/icons/device-ssd.svg +0 -0
  750. /package/dist/{shoelace/assets → assets}/icons/diagram-2-fill.svg +0 -0
  751. /package/dist/{shoelace/assets → assets}/icons/diagram-2.svg +0 -0
  752. /package/dist/{shoelace/assets → assets}/icons/diagram-3-fill.svg +0 -0
  753. /package/dist/{shoelace/assets → assets}/icons/diagram-3.svg +0 -0
  754. /package/dist/{shoelace/assets → assets}/icons/diamond-fill.svg +0 -0
  755. /package/dist/{shoelace/assets → assets}/icons/diamond-half.svg +0 -0
  756. /package/dist/{shoelace/assets → assets}/icons/diamond.svg +0 -0
  757. /package/dist/{shoelace/assets → assets}/icons/dice-1-fill.svg +0 -0
  758. /package/dist/{shoelace/assets → assets}/icons/dice-1.svg +0 -0
  759. /package/dist/{shoelace/assets → assets}/icons/dice-2-fill.svg +0 -0
  760. /package/dist/{shoelace/assets → assets}/icons/dice-2.svg +0 -0
  761. /package/dist/{shoelace/assets → assets}/icons/dice-3-fill.svg +0 -0
  762. /package/dist/{shoelace/assets → assets}/icons/dice-3.svg +0 -0
  763. /package/dist/{shoelace/assets → assets}/icons/dice-4-fill.svg +0 -0
  764. /package/dist/{shoelace/assets → assets}/icons/dice-4.svg +0 -0
  765. /package/dist/{shoelace/assets → assets}/icons/dice-5-fill.svg +0 -0
  766. /package/dist/{shoelace/assets → assets}/icons/dice-5.svg +0 -0
  767. /package/dist/{shoelace/assets → assets}/icons/dice-6-fill.svg +0 -0
  768. /package/dist/{shoelace/assets → assets}/icons/dice-6.svg +0 -0
  769. /package/dist/{shoelace/assets → assets}/icons/disc-fill.svg +0 -0
  770. /package/dist/{shoelace/assets → assets}/icons/disc.svg +0 -0
  771. /package/dist/{shoelace/assets → assets}/icons/discord.svg +0 -0
  772. /package/dist/{shoelace/assets → assets}/icons/display-fill.svg +0 -0
  773. /package/dist/{shoelace/assets → assets}/icons/display.svg +0 -0
  774. /package/dist/{shoelace/assets → assets}/icons/displayport-fill.svg +0 -0
  775. /package/dist/{shoelace/assets → assets}/icons/displayport.svg +0 -0
  776. /package/dist/{shoelace/assets → assets}/icons/distribute-horizontal.svg +0 -0
  777. /package/dist/{shoelace/assets → assets}/icons/distribute-vertical.svg +0 -0
  778. /package/dist/{shoelace/assets → assets}/icons/door-closed-fill.svg +0 -0
  779. /package/dist/{shoelace/assets → assets}/icons/door-closed.svg +0 -0
  780. /package/dist/{shoelace/assets → assets}/icons/door-open-fill.svg +0 -0
  781. /package/dist/{shoelace/assets → assets}/icons/door-open.svg +0 -0
  782. /package/dist/{shoelace/assets → assets}/icons/dot.svg +0 -0
  783. /package/dist/{shoelace/assets → assets}/icons/download.svg +0 -0
  784. /package/dist/{shoelace/assets → assets}/icons/dpad-fill.svg +0 -0
  785. /package/dist/{shoelace/assets → assets}/icons/dpad.svg +0 -0
  786. /package/dist/{shoelace/assets → assets}/icons/dribbble.svg +0 -0
  787. /package/dist/{shoelace/assets → assets}/icons/dropbox.svg +0 -0
  788. /package/dist/{shoelace/assets → assets}/icons/droplet-fill.svg +0 -0
  789. /package/dist/{shoelace/assets → assets}/icons/droplet-half.svg +0 -0
  790. /package/dist/{shoelace/assets → assets}/icons/droplet.svg +0 -0
  791. /package/dist/{shoelace/assets → assets}/icons/duffle-fill.svg +0 -0
  792. /package/dist/{shoelace/assets → assets}/icons/duffle.svg +0 -0
  793. /package/dist/{shoelace/assets → assets}/icons/ear-fill.svg +0 -0
  794. /package/dist/{shoelace/assets → assets}/icons/ear.svg +0 -0
  795. /package/dist/{shoelace/assets → assets}/icons/earbuds.svg +0 -0
  796. /package/dist/{shoelace/assets → assets}/icons/easel-fill.svg +0 -0
  797. /package/dist/{shoelace/assets → assets}/icons/easel.svg +0 -0
  798. /package/dist/{shoelace/assets → assets}/icons/easel2-fill.svg +0 -0
  799. /package/dist/{shoelace/assets → assets}/icons/easel2.svg +0 -0
  800. /package/dist/{shoelace/assets → assets}/icons/easel3-fill.svg +0 -0
  801. /package/dist/{shoelace/assets → assets}/icons/easel3.svg +0 -0
  802. /package/dist/{shoelace/assets → assets}/icons/egg-fill.svg +0 -0
  803. /package/dist/{shoelace/assets → assets}/icons/egg-fried.svg +0 -0
  804. /package/dist/{shoelace/assets → assets}/icons/egg.svg +0 -0
  805. /package/dist/{shoelace/assets → assets}/icons/eject-fill.svg +0 -0
  806. /package/dist/{shoelace/assets → assets}/icons/eject.svg +0 -0
  807. /package/dist/{shoelace/assets → assets}/icons/emoji-angry-fill.svg +0 -0
  808. /package/dist/{shoelace/assets → assets}/icons/emoji-angry.svg +0 -0
  809. /package/dist/{shoelace/assets → assets}/icons/emoji-astonished-fill.svg +0 -0
  810. /package/dist/{shoelace/assets → assets}/icons/emoji-astonished.svg +0 -0
  811. /package/dist/{shoelace/assets → assets}/icons/emoji-dizzy-fill.svg +0 -0
  812. /package/dist/{shoelace/assets → assets}/icons/emoji-dizzy.svg +0 -0
  813. /package/dist/{shoelace/assets → assets}/icons/emoji-expressionless-fill.svg +0 -0
  814. /package/dist/{shoelace/assets → assets}/icons/emoji-expressionless.svg +0 -0
  815. /package/dist/{shoelace/assets → assets}/icons/emoji-frown-fill.svg +0 -0
  816. /package/dist/{shoelace/assets → assets}/icons/emoji-frown.svg +0 -0
  817. /package/dist/{shoelace/assets → assets}/icons/emoji-grimace-fill.svg +0 -0
  818. /package/dist/{shoelace/assets → assets}/icons/emoji-grimace.svg +0 -0
  819. /package/dist/{shoelace/assets → assets}/icons/emoji-grin-fill.svg +0 -0
  820. /package/dist/{shoelace/assets → assets}/icons/emoji-grin.svg +0 -0
  821. /package/dist/{shoelace/assets → assets}/icons/emoji-heart-eyes-fill.svg +0 -0
  822. /package/dist/{shoelace/assets → assets}/icons/emoji-heart-eyes.svg +0 -0
  823. /package/dist/{shoelace/assets → assets}/icons/emoji-kiss-fill.svg +0 -0
  824. /package/dist/{shoelace/assets → assets}/icons/emoji-kiss.svg +0 -0
  825. /package/dist/{shoelace/assets → assets}/icons/emoji-laughing-fill.svg +0 -0
  826. /package/dist/{shoelace/assets → assets}/icons/emoji-laughing.svg +0 -0
  827. /package/dist/{shoelace/assets → assets}/icons/emoji-neutral-fill.svg +0 -0
  828. /package/dist/{shoelace/assets → assets}/icons/emoji-neutral.svg +0 -0
  829. /package/dist/{shoelace/assets → assets}/icons/emoji-smile-fill.svg +0 -0
  830. /package/dist/{shoelace/assets → assets}/icons/emoji-smile-upside-down-fill.svg +0 -0
  831. /package/dist/{shoelace/assets → assets}/icons/emoji-smile-upside-down.svg +0 -0
  832. /package/dist/{shoelace/assets → assets}/icons/emoji-smile.svg +0 -0
  833. /package/dist/{shoelace/assets → assets}/icons/emoji-sunglasses-fill.svg +0 -0
  834. /package/dist/{shoelace/assets → assets}/icons/emoji-sunglasses.svg +0 -0
  835. /package/dist/{shoelace/assets → assets}/icons/emoji-surprise-fill.svg +0 -0
  836. /package/dist/{shoelace/assets → assets}/icons/emoji-surprise.svg +0 -0
  837. /package/dist/{shoelace/assets → assets}/icons/emoji-tear-fill.svg +0 -0
  838. /package/dist/{shoelace/assets → assets}/icons/emoji-tear.svg +0 -0
  839. /package/dist/{shoelace/assets → assets}/icons/emoji-wink-fill.svg +0 -0
  840. /package/dist/{shoelace/assets → assets}/icons/emoji-wink.svg +0 -0
  841. /package/dist/{shoelace/assets → assets}/icons/envelope-arrow-down-fill.svg +0 -0
  842. /package/dist/{shoelace/assets → assets}/icons/envelope-arrow-down.svg +0 -0
  843. /package/dist/{shoelace/assets → assets}/icons/envelope-arrow-up-fill.svg +0 -0
  844. /package/dist/{shoelace/assets → assets}/icons/envelope-arrow-up.svg +0 -0
  845. /package/dist/{shoelace/assets → assets}/icons/envelope-at-fill.svg +0 -0
  846. /package/dist/{shoelace/assets → assets}/icons/envelope-at.svg +0 -0
  847. /package/dist/{shoelace/assets → assets}/icons/envelope-check-fill.svg +0 -0
  848. /package/dist/{shoelace/assets → assets}/icons/envelope-check.svg +0 -0
  849. /package/dist/{shoelace/assets → assets}/icons/envelope-dash-fill.svg +0 -0
  850. /package/dist/{shoelace/assets → assets}/icons/envelope-dash.svg +0 -0
  851. /package/dist/{shoelace/assets → assets}/icons/envelope-exclamation-fill.svg +0 -0
  852. /package/dist/{shoelace/assets → assets}/icons/envelope-exclamation.svg +0 -0
  853. /package/dist/{shoelace/assets → assets}/icons/envelope-fill.svg +0 -0
  854. /package/dist/{shoelace/assets → assets}/icons/envelope-heart-fill.svg +0 -0
  855. /package/dist/{shoelace/assets → assets}/icons/envelope-heart.svg +0 -0
  856. /package/dist/{shoelace/assets → assets}/icons/envelope-open-fill.svg +0 -0
  857. /package/dist/{shoelace/assets → assets}/icons/envelope-open-heart-fill.svg +0 -0
  858. /package/dist/{shoelace/assets → assets}/icons/envelope-open-heart.svg +0 -0
  859. /package/dist/{shoelace/assets → assets}/icons/envelope-open.svg +0 -0
  860. /package/dist/{shoelace/assets → assets}/icons/envelope-paper-fill.svg +0 -0
  861. /package/dist/{shoelace/assets → assets}/icons/envelope-paper-heart-fill.svg +0 -0
  862. /package/dist/{shoelace/assets → assets}/icons/envelope-paper-heart.svg +0 -0
  863. /package/dist/{shoelace/assets → assets}/icons/envelope-paper.svg +0 -0
  864. /package/dist/{shoelace/assets → assets}/icons/envelope-plus-fill.svg +0 -0
  865. /package/dist/{shoelace/assets → assets}/icons/envelope-plus.svg +0 -0
  866. /package/dist/{shoelace/assets → assets}/icons/envelope-slash-fill.svg +0 -0
  867. /package/dist/{shoelace/assets → assets}/icons/envelope-slash.svg +0 -0
  868. /package/dist/{shoelace/assets → assets}/icons/envelope-x-fill.svg +0 -0
  869. /package/dist/{shoelace/assets → assets}/icons/envelope-x.svg +0 -0
  870. /package/dist/{shoelace/assets → assets}/icons/envelope.svg +0 -0
  871. /package/dist/{shoelace/assets → assets}/icons/eraser-fill.svg +0 -0
  872. /package/dist/{shoelace/assets → assets}/icons/eraser.svg +0 -0
  873. /package/dist/{shoelace/assets → assets}/icons/escape.svg +0 -0
  874. /package/dist/{shoelace/assets → assets}/icons/ethernet.svg +0 -0
  875. /package/dist/{shoelace/assets → assets}/icons/ev-front-fill.svg +0 -0
  876. /package/dist/{shoelace/assets → assets}/icons/ev-front.svg +0 -0
  877. /package/dist/{shoelace/assets → assets}/icons/ev-station-fill.svg +0 -0
  878. /package/dist/{shoelace/assets → assets}/icons/ev-station.svg +0 -0
  879. /package/dist/{shoelace/assets → assets}/icons/exclamation-circle-fill.svg +0 -0
  880. /package/dist/{shoelace/assets → assets}/icons/exclamation-circle.svg +0 -0
  881. /package/dist/{shoelace/assets → assets}/icons/exclamation-diamond-fill.svg +0 -0
  882. /package/dist/{shoelace/assets → assets}/icons/exclamation-diamond.svg +0 -0
  883. /package/dist/{shoelace/assets → assets}/icons/exclamation-lg.svg +0 -0
  884. /package/dist/{shoelace/assets → assets}/icons/exclamation-octagon-fill.svg +0 -0
  885. /package/dist/{shoelace/assets → assets}/icons/exclamation-octagon.svg +0 -0
  886. /package/dist/{shoelace/assets → assets}/icons/exclamation-square-fill.svg +0 -0
  887. /package/dist/{shoelace/assets → assets}/icons/exclamation-square.svg +0 -0
  888. /package/dist/{shoelace/assets → assets}/icons/exclamation-triangle-fill.svg +0 -0
  889. /package/dist/{shoelace/assets → assets}/icons/exclamation-triangle.svg +0 -0
  890. /package/dist/{shoelace/assets → assets}/icons/exclamation.svg +0 -0
  891. /package/dist/{shoelace/assets → assets}/icons/exclude.svg +0 -0
  892. /package/dist/{shoelace/assets → assets}/icons/explicit-fill.svg +0 -0
  893. /package/dist/{shoelace/assets → assets}/icons/explicit.svg +0 -0
  894. /package/dist/{shoelace/assets → assets}/icons/exposure.svg +0 -0
  895. /package/dist/{shoelace/assets → assets}/icons/eye-fill.svg +0 -0
  896. /package/dist/{shoelace/assets → assets}/icons/eye-slash-fill.svg +0 -0
  897. /package/dist/{shoelace/assets → assets}/icons/eye-slash.svg +0 -0
  898. /package/dist/{shoelace/assets → assets}/icons/eye.svg +0 -0
  899. /package/dist/{shoelace/assets → assets}/icons/eyedropper.svg +0 -0
  900. /package/dist/{shoelace/assets → assets}/icons/eyeglasses.svg +0 -0
  901. /package/dist/{shoelace/assets → assets}/icons/facebook.svg +0 -0
  902. /package/dist/{shoelace/assets → assets}/icons/fan.svg +0 -0
  903. /package/dist/{shoelace/assets → assets}/icons/fast-forward-btn-fill.svg +0 -0
  904. /package/dist/{shoelace/assets → assets}/icons/fast-forward-btn.svg +0 -0
  905. /package/dist/{shoelace/assets → assets}/icons/fast-forward-circle-fill.svg +0 -0
  906. /package/dist/{shoelace/assets → assets}/icons/fast-forward-circle.svg +0 -0
  907. /package/dist/{shoelace/assets → assets}/icons/fast-forward-fill.svg +0 -0
  908. /package/dist/{shoelace/assets → assets}/icons/fast-forward.svg +0 -0
  909. /package/dist/{shoelace/assets → assets}/icons/feather.svg +0 -0
  910. /package/dist/{shoelace/assets → assets}/icons/feather2.svg +0 -0
  911. /package/dist/{shoelace/assets → assets}/icons/file-arrow-down-fill.svg +0 -0
  912. /package/dist/{shoelace/assets → assets}/icons/file-arrow-down.svg +0 -0
  913. /package/dist/{shoelace/assets → assets}/icons/file-arrow-up-fill.svg +0 -0
  914. /package/dist/{shoelace/assets → assets}/icons/file-arrow-up.svg +0 -0
  915. /package/dist/{shoelace/assets → assets}/icons/file-bar-graph-fill.svg +0 -0
  916. /package/dist/{shoelace/assets → assets}/icons/file-bar-graph.svg +0 -0
  917. /package/dist/{shoelace/assets → assets}/icons/file-binary-fill.svg +0 -0
  918. /package/dist/{shoelace/assets → assets}/icons/file-binary.svg +0 -0
  919. /package/dist/{shoelace/assets → assets}/icons/file-break-fill.svg +0 -0
  920. /package/dist/{shoelace/assets → assets}/icons/file-break.svg +0 -0
  921. /package/dist/{shoelace/assets → assets}/icons/file-check-fill.svg +0 -0
  922. /package/dist/{shoelace/assets → assets}/icons/file-check.svg +0 -0
  923. /package/dist/{shoelace/assets → assets}/icons/file-code-fill.svg +0 -0
  924. /package/dist/{shoelace/assets → assets}/icons/file-code.svg +0 -0
  925. /package/dist/{shoelace/assets → assets}/icons/file-diff-fill.svg +0 -0
  926. /package/dist/{shoelace/assets → assets}/icons/file-diff.svg +0 -0
  927. /package/dist/{shoelace/assets → assets}/icons/file-earmark-arrow-down-fill.svg +0 -0
  928. /package/dist/{shoelace/assets → assets}/icons/file-earmark-arrow-down.svg +0 -0
  929. /package/dist/{shoelace/assets → assets}/icons/file-earmark-arrow-up-fill.svg +0 -0
  930. /package/dist/{shoelace/assets → assets}/icons/file-earmark-arrow-up.svg +0 -0
  931. /package/dist/{shoelace/assets → assets}/icons/file-earmark-bar-graph-fill.svg +0 -0
  932. /package/dist/{shoelace/assets → assets}/icons/file-earmark-bar-graph.svg +0 -0
  933. /package/dist/{shoelace/assets → assets}/icons/file-earmark-binary-fill.svg +0 -0
  934. /package/dist/{shoelace/assets → assets}/icons/file-earmark-binary.svg +0 -0
  935. /package/dist/{shoelace/assets → assets}/icons/file-earmark-break-fill.svg +0 -0
  936. /package/dist/{shoelace/assets → assets}/icons/file-earmark-break.svg +0 -0
  937. /package/dist/{shoelace/assets → assets}/icons/file-earmark-check-fill.svg +0 -0
  938. /package/dist/{shoelace/assets → assets}/icons/file-earmark-check.svg +0 -0
  939. /package/dist/{shoelace/assets → assets}/icons/file-earmark-code-fill.svg +0 -0
  940. /package/dist/{shoelace/assets → assets}/icons/file-earmark-code.svg +0 -0
  941. /package/dist/{shoelace/assets → assets}/icons/file-earmark-diff-fill.svg +0 -0
  942. /package/dist/{shoelace/assets → assets}/icons/file-earmark-diff.svg +0 -0
  943. /package/dist/{shoelace/assets → assets}/icons/file-earmark-easel-fill.svg +0 -0
  944. /package/dist/{shoelace/assets → assets}/icons/file-earmark-easel.svg +0 -0
  945. /package/dist/{shoelace/assets → assets}/icons/file-earmark-excel-fill.svg +0 -0
  946. /package/dist/{shoelace/assets → assets}/icons/file-earmark-excel.svg +0 -0
  947. /package/dist/{shoelace/assets → assets}/icons/file-earmark-fill.svg +0 -0
  948. /package/dist/{shoelace/assets → assets}/icons/file-earmark-font-fill.svg +0 -0
  949. /package/dist/{shoelace/assets → assets}/icons/file-earmark-font.svg +0 -0
  950. /package/dist/{shoelace/assets → assets}/icons/file-earmark-image-fill.svg +0 -0
  951. /package/dist/{shoelace/assets → assets}/icons/file-earmark-image.svg +0 -0
  952. /package/dist/{shoelace/assets → assets}/icons/file-earmark-lock-fill.svg +0 -0
  953. /package/dist/{shoelace/assets → assets}/icons/file-earmark-lock.svg +0 -0
  954. /package/dist/{shoelace/assets → assets}/icons/file-earmark-lock2-fill.svg +0 -0
  955. /package/dist/{shoelace/assets → assets}/icons/file-earmark-lock2.svg +0 -0
  956. /package/dist/{shoelace/assets → assets}/icons/file-earmark-medical-fill.svg +0 -0
  957. /package/dist/{shoelace/assets → assets}/icons/file-earmark-medical.svg +0 -0
  958. /package/dist/{shoelace/assets → assets}/icons/file-earmark-minus-fill.svg +0 -0
  959. /package/dist/{shoelace/assets → assets}/icons/file-earmark-minus.svg +0 -0
  960. /package/dist/{shoelace/assets → assets}/icons/file-earmark-music-fill.svg +0 -0
  961. /package/dist/{shoelace/assets → assets}/icons/file-earmark-music.svg +0 -0
  962. /package/dist/{shoelace/assets → assets}/icons/file-earmark-pdf-fill.svg +0 -0
  963. /package/dist/{shoelace/assets → assets}/icons/file-earmark-pdf.svg +0 -0
  964. /package/dist/{shoelace/assets → assets}/icons/file-earmark-person-fill.svg +0 -0
  965. /package/dist/{shoelace/assets → assets}/icons/file-earmark-person.svg +0 -0
  966. /package/dist/{shoelace/assets → assets}/icons/file-earmark-play-fill.svg +0 -0
  967. /package/dist/{shoelace/assets → assets}/icons/file-earmark-play.svg +0 -0
  968. /package/dist/{shoelace/assets → assets}/icons/file-earmark-plus-fill.svg +0 -0
  969. /package/dist/{shoelace/assets → assets}/icons/file-earmark-plus.svg +0 -0
  970. /package/dist/{shoelace/assets → assets}/icons/file-earmark-post-fill.svg +0 -0
  971. /package/dist/{shoelace/assets → assets}/icons/file-earmark-post.svg +0 -0
  972. /package/dist/{shoelace/assets → assets}/icons/file-earmark-ppt-fill.svg +0 -0
  973. /package/dist/{shoelace/assets → assets}/icons/file-earmark-ppt.svg +0 -0
  974. /package/dist/{shoelace/assets → assets}/icons/file-earmark-richtext-fill.svg +0 -0
  975. /package/dist/{shoelace/assets → assets}/icons/file-earmark-richtext.svg +0 -0
  976. /package/dist/{shoelace/assets → assets}/icons/file-earmark-ruled-fill.svg +0 -0
  977. /package/dist/{shoelace/assets → assets}/icons/file-earmark-ruled.svg +0 -0
  978. /package/dist/{shoelace/assets → assets}/icons/file-earmark-slides-fill.svg +0 -0
  979. /package/dist/{shoelace/assets → assets}/icons/file-earmark-slides.svg +0 -0
  980. /package/dist/{shoelace/assets → assets}/icons/file-earmark-spreadsheet-fill.svg +0 -0
  981. /package/dist/{shoelace/assets → assets}/icons/file-earmark-spreadsheet.svg +0 -0
  982. /package/dist/{shoelace/assets → assets}/icons/file-earmark-text-fill.svg +0 -0
  983. /package/dist/{shoelace/assets → assets}/icons/file-earmark-text.svg +0 -0
  984. /package/dist/{shoelace/assets → assets}/icons/file-earmark-word-fill.svg +0 -0
  985. /package/dist/{shoelace/assets → assets}/icons/file-earmark-word.svg +0 -0
  986. /package/dist/{shoelace/assets → assets}/icons/file-earmark-x-fill.svg +0 -0
  987. /package/dist/{shoelace/assets → assets}/icons/file-earmark-x.svg +0 -0
  988. /package/dist/{shoelace/assets → assets}/icons/file-earmark-zip-fill.svg +0 -0
  989. /package/dist/{shoelace/assets → assets}/icons/file-earmark-zip.svg +0 -0
  990. /package/dist/{shoelace/assets → assets}/icons/file-earmark.svg +0 -0
  991. /package/dist/{shoelace/assets → assets}/icons/file-easel-fill.svg +0 -0
  992. /package/dist/{shoelace/assets → assets}/icons/file-easel.svg +0 -0
  993. /package/dist/{shoelace/assets → assets}/icons/file-excel-fill.svg +0 -0
  994. /package/dist/{shoelace/assets → assets}/icons/file-excel.svg +0 -0
  995. /package/dist/{shoelace/assets → assets}/icons/file-fill.svg +0 -0
  996. /package/dist/{shoelace/assets → assets}/icons/file-font-fill.svg +0 -0
  997. /package/dist/{shoelace/assets → assets}/icons/file-font.svg +0 -0
  998. /package/dist/{shoelace/assets → assets}/icons/file-image-fill.svg +0 -0
  999. /package/dist/{shoelace/assets → assets}/icons/file-image.svg +0 -0
  1000. /package/dist/{shoelace/assets → assets}/icons/file-lock-fill.svg +0 -0
  1001. /package/dist/{shoelace/assets → assets}/icons/file-lock.svg +0 -0
  1002. /package/dist/{shoelace/assets → assets}/icons/file-lock2-fill.svg +0 -0
  1003. /package/dist/{shoelace/assets → assets}/icons/file-lock2.svg +0 -0
  1004. /package/dist/{shoelace/assets → assets}/icons/file-medical-fill.svg +0 -0
  1005. /package/dist/{shoelace/assets → assets}/icons/file-medical.svg +0 -0
  1006. /package/dist/{shoelace/assets → assets}/icons/file-minus-fill.svg +0 -0
  1007. /package/dist/{shoelace/assets → assets}/icons/file-minus.svg +0 -0
  1008. /package/dist/{shoelace/assets → assets}/icons/file-music-fill.svg +0 -0
  1009. /package/dist/{shoelace/assets → assets}/icons/file-music.svg +0 -0
  1010. /package/dist/{shoelace/assets → assets}/icons/file-pdf-fill.svg +0 -0
  1011. /package/dist/{shoelace/assets → assets}/icons/file-pdf.svg +0 -0
  1012. /package/dist/{shoelace/assets → assets}/icons/file-person-fill.svg +0 -0
  1013. /package/dist/{shoelace/assets → assets}/icons/file-person.svg +0 -0
  1014. /package/dist/{shoelace/assets → assets}/icons/file-play-fill.svg +0 -0
  1015. /package/dist/{shoelace/assets → assets}/icons/file-play.svg +0 -0
  1016. /package/dist/{shoelace/assets → assets}/icons/file-plus-fill.svg +0 -0
  1017. /package/dist/{shoelace/assets → assets}/icons/file-plus.svg +0 -0
  1018. /package/dist/{shoelace/assets → assets}/icons/file-post-fill.svg +0 -0
  1019. /package/dist/{shoelace/assets → assets}/icons/file-post.svg +0 -0
  1020. /package/dist/{shoelace/assets → assets}/icons/file-ppt-fill.svg +0 -0
  1021. /package/dist/{shoelace/assets → assets}/icons/file-ppt.svg +0 -0
  1022. /package/dist/{shoelace/assets → assets}/icons/file-richtext-fill.svg +0 -0
  1023. /package/dist/{shoelace/assets → assets}/icons/file-richtext.svg +0 -0
  1024. /package/dist/{shoelace/assets → assets}/icons/file-ruled-fill.svg +0 -0
  1025. /package/dist/{shoelace/assets → assets}/icons/file-ruled.svg +0 -0
  1026. /package/dist/{shoelace/assets → assets}/icons/file-slides-fill.svg +0 -0
  1027. /package/dist/{shoelace/assets → assets}/icons/file-slides.svg +0 -0
  1028. /package/dist/{shoelace/assets → assets}/icons/file-spreadsheet-fill.svg +0 -0
  1029. /package/dist/{shoelace/assets → assets}/icons/file-spreadsheet.svg +0 -0
  1030. /package/dist/{shoelace/assets → assets}/icons/file-text-fill.svg +0 -0
  1031. /package/dist/{shoelace/assets → assets}/icons/file-text.svg +0 -0
  1032. /package/dist/{shoelace/assets → assets}/icons/file-word-fill.svg +0 -0
  1033. /package/dist/{shoelace/assets → assets}/icons/file-word.svg +0 -0
  1034. /package/dist/{shoelace/assets → assets}/icons/file-x-fill.svg +0 -0
  1035. /package/dist/{shoelace/assets → assets}/icons/file-x.svg +0 -0
  1036. /package/dist/{shoelace/assets → assets}/icons/file-zip-fill.svg +0 -0
  1037. /package/dist/{shoelace/assets → assets}/icons/file-zip.svg +0 -0
  1038. /package/dist/{shoelace/assets → assets}/icons/file.svg +0 -0
  1039. /package/dist/{shoelace/assets → assets}/icons/files-alt.svg +0 -0
  1040. /package/dist/{shoelace/assets → assets}/icons/files.svg +0 -0
  1041. /package/dist/{shoelace/assets → assets}/icons/filetype-aac.svg +0 -0
  1042. /package/dist/{shoelace/assets → assets}/icons/filetype-ai.svg +0 -0
  1043. /package/dist/{shoelace/assets → assets}/icons/filetype-bmp.svg +0 -0
  1044. /package/dist/{shoelace/assets → assets}/icons/filetype-cs.svg +0 -0
  1045. /package/dist/{shoelace/assets → assets}/icons/filetype-css.svg +0 -0
  1046. /package/dist/{shoelace/assets → assets}/icons/filetype-csv.svg +0 -0
  1047. /package/dist/{shoelace/assets → assets}/icons/filetype-doc.svg +0 -0
  1048. /package/dist/{shoelace/assets → assets}/icons/filetype-docx.svg +0 -0
  1049. /package/dist/{shoelace/assets → assets}/icons/filetype-exe.svg +0 -0
  1050. /package/dist/{shoelace/assets → assets}/icons/filetype-gif.svg +0 -0
  1051. /package/dist/{shoelace/assets → assets}/icons/filetype-heic.svg +0 -0
  1052. /package/dist/{shoelace/assets → assets}/icons/filetype-html.svg +0 -0
  1053. /package/dist/{shoelace/assets → assets}/icons/filetype-java.svg +0 -0
  1054. /package/dist/{shoelace/assets → assets}/icons/filetype-jpg.svg +0 -0
  1055. /package/dist/{shoelace/assets → assets}/icons/filetype-js.svg +0 -0
  1056. /package/dist/{shoelace/assets → assets}/icons/filetype-json.svg +0 -0
  1057. /package/dist/{shoelace/assets → assets}/icons/filetype-jsx.svg +0 -0
  1058. /package/dist/{shoelace/assets → assets}/icons/filetype-key.svg +0 -0
  1059. /package/dist/{shoelace/assets → assets}/icons/filetype-m4p.svg +0 -0
  1060. /package/dist/{shoelace/assets → assets}/icons/filetype-md.svg +0 -0
  1061. /package/dist/{shoelace/assets → assets}/icons/filetype-mdx.svg +0 -0
  1062. /package/dist/{shoelace/assets → assets}/icons/filetype-mov.svg +0 -0
  1063. /package/dist/{shoelace/assets → assets}/icons/filetype-mp3.svg +0 -0
  1064. /package/dist/{shoelace/assets → assets}/icons/filetype-mp4.svg +0 -0
  1065. /package/dist/{shoelace/assets → assets}/icons/filetype-otf.svg +0 -0
  1066. /package/dist/{shoelace/assets → assets}/icons/filetype-pdf.svg +0 -0
  1067. /package/dist/{shoelace/assets → assets}/icons/filetype-php.svg +0 -0
  1068. /package/dist/{shoelace/assets → assets}/icons/filetype-png.svg +0 -0
  1069. /package/dist/{shoelace/assets → assets}/icons/filetype-ppt.svg +0 -0
  1070. /package/dist/{shoelace/assets → assets}/icons/filetype-pptx.svg +0 -0
  1071. /package/dist/{shoelace/assets → assets}/icons/filetype-psd.svg +0 -0
  1072. /package/dist/{shoelace/assets → assets}/icons/filetype-py.svg +0 -0
  1073. /package/dist/{shoelace/assets → assets}/icons/filetype-raw.svg +0 -0
  1074. /package/dist/{shoelace/assets → assets}/icons/filetype-rb.svg +0 -0
  1075. /package/dist/{shoelace/assets → assets}/icons/filetype-sass.svg +0 -0
  1076. /package/dist/{shoelace/assets → assets}/icons/filetype-scss.svg +0 -0
  1077. /package/dist/{shoelace/assets → assets}/icons/filetype-sh.svg +0 -0
  1078. /package/dist/{shoelace/assets → assets}/icons/filetype-sql.svg +0 -0
  1079. /package/dist/{shoelace/assets → assets}/icons/filetype-svg.svg +0 -0
  1080. /package/dist/{shoelace/assets → assets}/icons/filetype-tiff.svg +0 -0
  1081. /package/dist/{shoelace/assets → assets}/icons/filetype-tsx.svg +0 -0
  1082. /package/dist/{shoelace/assets → assets}/icons/filetype-ttf.svg +0 -0
  1083. /package/dist/{shoelace/assets → assets}/icons/filetype-txt.svg +0 -0
  1084. /package/dist/{shoelace/assets → assets}/icons/filetype-wav.svg +0 -0
  1085. /package/dist/{shoelace/assets → assets}/icons/filetype-woff.svg +0 -0
  1086. /package/dist/{shoelace/assets → assets}/icons/filetype-xls.svg +0 -0
  1087. /package/dist/{shoelace/assets → assets}/icons/filetype-xlsx.svg +0 -0
  1088. /package/dist/{shoelace/assets → assets}/icons/filetype-xml.svg +0 -0
  1089. /package/dist/{shoelace/assets → assets}/icons/filetype-yml.svg +0 -0
  1090. /package/dist/{shoelace/assets → assets}/icons/film.svg +0 -0
  1091. /package/dist/{shoelace/assets → assets}/icons/filter-circle-fill.svg +0 -0
  1092. /package/dist/{shoelace/assets → assets}/icons/filter-circle.svg +0 -0
  1093. /package/dist/{shoelace/assets → assets}/icons/filter-left.svg +0 -0
  1094. /package/dist/{shoelace/assets → assets}/icons/filter-right.svg +0 -0
  1095. /package/dist/{shoelace/assets → assets}/icons/filter-square-fill.svg +0 -0
  1096. /package/dist/{shoelace/assets → assets}/icons/filter-square.svg +0 -0
  1097. /package/dist/{shoelace/assets → assets}/icons/filter.svg +0 -0
  1098. /package/dist/{shoelace/assets → assets}/icons/fingerprint.svg +0 -0
  1099. /package/dist/{shoelace/assets → assets}/icons/fire.svg +0 -0
  1100. /package/dist/{shoelace/assets → assets}/icons/flag-fill.svg +0 -0
  1101. /package/dist/{shoelace/assets → assets}/icons/flag.svg +0 -0
  1102. /package/dist/{shoelace/assets → assets}/icons/floppy-fill.svg +0 -0
  1103. /package/dist/{shoelace/assets → assets}/icons/floppy.svg +0 -0
  1104. /package/dist/{shoelace/assets → assets}/icons/floppy2-fill.svg +0 -0
  1105. /package/dist/{shoelace/assets → assets}/icons/floppy2.svg +0 -0
  1106. /package/dist/{shoelace/assets → assets}/icons/flower1.svg +0 -0
  1107. /package/dist/{shoelace/assets → assets}/icons/flower2.svg +0 -0
  1108. /package/dist/{shoelace/assets → assets}/icons/flower3.svg +0 -0
  1109. /package/dist/{shoelace/assets → assets}/icons/folder-check.svg +0 -0
  1110. /package/dist/{shoelace/assets → assets}/icons/folder-fill.svg +0 -0
  1111. /package/dist/{shoelace/assets → assets}/icons/folder-minus.svg +0 -0
  1112. /package/dist/{shoelace/assets → assets}/icons/folder-plus.svg +0 -0
  1113. /package/dist/{shoelace/assets → assets}/icons/folder-symlink-fill.svg +0 -0
  1114. /package/dist/{shoelace/assets → assets}/icons/folder-symlink.svg +0 -0
  1115. /package/dist/{shoelace/assets → assets}/icons/folder-x.svg +0 -0
  1116. /package/dist/{shoelace/assets → assets}/icons/folder.svg +0 -0
  1117. /package/dist/{shoelace/assets → assets}/icons/folder2-open.svg +0 -0
  1118. /package/dist/{shoelace/assets → assets}/icons/folder2.svg +0 -0
  1119. /package/dist/{shoelace/assets → assets}/icons/fonts.svg +0 -0
  1120. /package/dist/{shoelace/assets → assets}/icons/forward-fill.svg +0 -0
  1121. /package/dist/{shoelace/assets → assets}/icons/forward.svg +0 -0
  1122. /package/dist/{shoelace/assets → assets}/icons/front.svg +0 -0
  1123. /package/dist/{shoelace/assets → assets}/icons/fuel-pump-diesel-fill.svg +0 -0
  1124. /package/dist/{shoelace/assets → assets}/icons/fuel-pump-diesel.svg +0 -0
  1125. /package/dist/{shoelace/assets → assets}/icons/fuel-pump-fill.svg +0 -0
  1126. /package/dist/{shoelace/assets → assets}/icons/fuel-pump.svg +0 -0
  1127. /package/dist/{shoelace/assets → assets}/icons/fullscreen-exit.svg +0 -0
  1128. /package/dist/{shoelace/assets → assets}/icons/fullscreen.svg +0 -0
  1129. /package/dist/{shoelace/assets → assets}/icons/funnel-fill.svg +0 -0
  1130. /package/dist/{shoelace/assets → assets}/icons/funnel.svg +0 -0
  1131. /package/dist/{shoelace/assets → assets}/icons/gear-fill.svg +0 -0
  1132. /package/dist/{shoelace/assets → assets}/icons/gear-wide-connected.svg +0 -0
  1133. /package/dist/{shoelace/assets → assets}/icons/gear-wide.svg +0 -0
  1134. /package/dist/{shoelace/assets → assets}/icons/gear.svg +0 -0
  1135. /package/dist/{shoelace/assets → assets}/icons/gem.svg +0 -0
  1136. /package/dist/{shoelace/assets → assets}/icons/gender-ambiguous.svg +0 -0
  1137. /package/dist/{shoelace/assets → assets}/icons/gender-female.svg +0 -0
  1138. /package/dist/{shoelace/assets → assets}/icons/gender-male.svg +0 -0
  1139. /package/dist/{shoelace/assets → assets}/icons/gender-neuter.svg +0 -0
  1140. /package/dist/{shoelace/assets → assets}/icons/gender-trans.svg +0 -0
  1141. /package/dist/{shoelace/assets → assets}/icons/geo-alt-fill.svg +0 -0
  1142. /package/dist/{shoelace/assets → assets}/icons/geo-alt.svg +0 -0
  1143. /package/dist/{shoelace/assets → assets}/icons/geo-fill.svg +0 -0
  1144. /package/dist/{shoelace/assets → assets}/icons/geo.svg +0 -0
  1145. /package/dist/{shoelace/assets → assets}/icons/gift-fill.svg +0 -0
  1146. /package/dist/{shoelace/assets → assets}/icons/gift.svg +0 -0
  1147. /package/dist/{shoelace/assets → assets}/icons/git.svg +0 -0
  1148. /package/dist/{shoelace/assets → assets}/icons/github.svg +0 -0
  1149. /package/dist/{shoelace/assets → assets}/icons/gitlab.svg +0 -0
  1150. /package/dist/{shoelace/assets → assets}/icons/globe-americas.svg +0 -0
  1151. /package/dist/{shoelace/assets → assets}/icons/globe-asia-australia.svg +0 -0
  1152. /package/dist/{shoelace/assets → assets}/icons/globe-central-south-asia.svg +0 -0
  1153. /package/dist/{shoelace/assets → assets}/icons/globe-europe-africa.svg +0 -0
  1154. /package/dist/{shoelace/assets → assets}/icons/globe.svg +0 -0
  1155. /package/dist/{shoelace/assets → assets}/icons/globe2.svg +0 -0
  1156. /package/dist/{shoelace/assets → assets}/icons/google-play.svg +0 -0
  1157. /package/dist/{shoelace/assets → assets}/icons/google.svg +0 -0
  1158. /package/dist/{shoelace/assets → assets}/icons/gpu-card.svg +0 -0
  1159. /package/dist/{shoelace/assets → assets}/icons/graph-down-arrow.svg +0 -0
  1160. /package/dist/{shoelace/assets → assets}/icons/graph-down.svg +0 -0
  1161. /package/dist/{shoelace/assets → assets}/icons/graph-up-arrow.svg +0 -0
  1162. /package/dist/{shoelace/assets → assets}/icons/graph-up.svg +0 -0
  1163. /package/dist/{shoelace/assets → assets}/icons/grid-1x2-fill.svg +0 -0
  1164. /package/dist/{shoelace/assets → assets}/icons/grid-1x2.svg +0 -0
  1165. /package/dist/{shoelace/assets → assets}/icons/grid-3x2-gap-fill.svg +0 -0
  1166. /package/dist/{shoelace/assets → assets}/icons/grid-3x2-gap.svg +0 -0
  1167. /package/dist/{shoelace/assets → assets}/icons/grid-3x2.svg +0 -0
  1168. /package/dist/{shoelace/assets → assets}/icons/grid-3x3-gap-fill.svg +0 -0
  1169. /package/dist/{shoelace/assets → assets}/icons/grid-3x3-gap.svg +0 -0
  1170. /package/dist/{shoelace/assets → assets}/icons/grid-3x3.svg +0 -0
  1171. /package/dist/{shoelace/assets → assets}/icons/grid-fill.svg +0 -0
  1172. /package/dist/{shoelace/assets → assets}/icons/grid.svg +0 -0
  1173. /package/dist/{shoelace/assets → assets}/icons/grip-horizontal.svg +0 -0
  1174. /package/dist/{shoelace/assets → assets}/icons/grip-vertical.svg +0 -0
  1175. /package/dist/{shoelace/assets → assets}/icons/h-circle-fill.svg +0 -0
  1176. /package/dist/{shoelace/assets → assets}/icons/h-circle.svg +0 -0
  1177. /package/dist/{shoelace/assets → assets}/icons/h-square-fill.svg +0 -0
  1178. /package/dist/{shoelace/assets → assets}/icons/h-square.svg +0 -0
  1179. /package/dist/{shoelace/assets → assets}/icons/hammer.svg +0 -0
  1180. /package/dist/{shoelace/assets → assets}/icons/hand-index-fill.svg +0 -0
  1181. /package/dist/{shoelace/assets → assets}/icons/hand-index-thumb-fill.svg +0 -0
  1182. /package/dist/{shoelace/assets → assets}/icons/hand-index-thumb.svg +0 -0
  1183. /package/dist/{shoelace/assets → assets}/icons/hand-index.svg +0 -0
  1184. /package/dist/{shoelace/assets → assets}/icons/hand-thumbs-down-fill.svg +0 -0
  1185. /package/dist/{shoelace/assets → assets}/icons/hand-thumbs-down.svg +0 -0
  1186. /package/dist/{shoelace/assets → assets}/icons/hand-thumbs-up-fill.svg +0 -0
  1187. /package/dist/{shoelace/assets → assets}/icons/hand-thumbs-up.svg +0 -0
  1188. /package/dist/{shoelace/assets → assets}/icons/handbag-fill.svg +0 -0
  1189. /package/dist/{shoelace/assets → assets}/icons/handbag.svg +0 -0
  1190. /package/dist/{shoelace/assets → assets}/icons/hash.svg +0 -0
  1191. /package/dist/{shoelace/assets → assets}/icons/hdd-fill.svg +0 -0
  1192. /package/dist/{shoelace/assets → assets}/icons/hdd-network-fill.svg +0 -0
  1193. /package/dist/{shoelace/assets → assets}/icons/hdd-network.svg +0 -0
  1194. /package/dist/{shoelace/assets → assets}/icons/hdd-rack-fill.svg +0 -0
  1195. /package/dist/{shoelace/assets → assets}/icons/hdd-rack.svg +0 -0
  1196. /package/dist/{shoelace/assets → assets}/icons/hdd-stack-fill.svg +0 -0
  1197. /package/dist/{shoelace/assets → assets}/icons/hdd-stack.svg +0 -0
  1198. /package/dist/{shoelace/assets → assets}/icons/hdd.svg +0 -0
  1199. /package/dist/{shoelace/assets → assets}/icons/hdmi-fill.svg +0 -0
  1200. /package/dist/{shoelace/assets → assets}/icons/hdmi.svg +0 -0
  1201. /package/dist/{shoelace/assets → assets}/icons/headphones.svg +0 -0
  1202. /package/dist/{shoelace/assets → assets}/icons/headset-vr.svg +0 -0
  1203. /package/dist/{shoelace/assets → assets}/icons/headset.svg +0 -0
  1204. /package/dist/{shoelace/assets → assets}/icons/heart-arrow.svg +0 -0
  1205. /package/dist/{shoelace/assets → assets}/icons/heart-fill.svg +0 -0
  1206. /package/dist/{shoelace/assets → assets}/icons/heart-half.svg +0 -0
  1207. /package/dist/{shoelace/assets → assets}/icons/heart-pulse-fill.svg +0 -0
  1208. /package/dist/{shoelace/assets → assets}/icons/heart-pulse.svg +0 -0
  1209. /package/dist/{shoelace/assets → assets}/icons/heart.svg +0 -0
  1210. /package/dist/{shoelace/assets → assets}/icons/heartbreak-fill.svg +0 -0
  1211. /package/dist/{shoelace/assets → assets}/icons/heartbreak.svg +0 -0
  1212. /package/dist/{shoelace/assets → assets}/icons/hearts.svg +0 -0
  1213. /package/dist/{shoelace/assets → assets}/icons/heptagon-fill.svg +0 -0
  1214. /package/dist/{shoelace/assets → assets}/icons/heptagon-half.svg +0 -0
  1215. /package/dist/{shoelace/assets → assets}/icons/heptagon.svg +0 -0
  1216. /package/dist/{shoelace/assets → assets}/icons/hexagon-fill.svg +0 -0
  1217. /package/dist/{shoelace/assets → assets}/icons/hexagon-half.svg +0 -0
  1218. /package/dist/{shoelace/assets → assets}/icons/hexagon.svg +0 -0
  1219. /package/dist/{shoelace/assets → assets}/icons/highlighter.svg +0 -0
  1220. /package/dist/{shoelace/assets → assets}/icons/highlights.svg +0 -0
  1221. /package/dist/{shoelace/assets → assets}/icons/hospital-fill.svg +0 -0
  1222. /package/dist/{shoelace/assets → assets}/icons/hospital.svg +0 -0
  1223. /package/dist/{shoelace/assets → assets}/icons/hourglass-bottom.svg +0 -0
  1224. /package/dist/{shoelace/assets → assets}/icons/hourglass-split.svg +0 -0
  1225. /package/dist/{shoelace/assets → assets}/icons/hourglass-top.svg +0 -0
  1226. /package/dist/{shoelace/assets → assets}/icons/hourglass.svg +0 -0
  1227. /package/dist/{shoelace/assets → assets}/icons/house-add-fill.svg +0 -0
  1228. /package/dist/{shoelace/assets → assets}/icons/house-add.svg +0 -0
  1229. /package/dist/{shoelace/assets → assets}/icons/house-check-fill.svg +0 -0
  1230. /package/dist/{shoelace/assets → assets}/icons/house-check.svg +0 -0
  1231. /package/dist/{shoelace/assets → assets}/icons/house-dash-fill.svg +0 -0
  1232. /package/dist/{shoelace/assets → assets}/icons/house-dash.svg +0 -0
  1233. /package/dist/{shoelace/assets → assets}/icons/house-door-fill.svg +0 -0
  1234. /package/dist/{shoelace/assets → assets}/icons/house-door.svg +0 -0
  1235. /package/dist/{shoelace/assets → assets}/icons/house-down-fill.svg +0 -0
  1236. /package/dist/{shoelace/assets → assets}/icons/house-down.svg +0 -0
  1237. /package/dist/{shoelace/assets → assets}/icons/house-exclamation-fill.svg +0 -0
  1238. /package/dist/{shoelace/assets → assets}/icons/house-exclamation.svg +0 -0
  1239. /package/dist/{shoelace/assets → assets}/icons/house-fill.svg +0 -0
  1240. /package/dist/{shoelace/assets → assets}/icons/house-gear-fill.svg +0 -0
  1241. /package/dist/{shoelace/assets → assets}/icons/house-gear.svg +0 -0
  1242. /package/dist/{shoelace/assets → assets}/icons/house-heart-fill.svg +0 -0
  1243. /package/dist/{shoelace/assets → assets}/icons/house-heart.svg +0 -0
  1244. /package/dist/{shoelace/assets → assets}/icons/house-lock-fill.svg +0 -0
  1245. /package/dist/{shoelace/assets → assets}/icons/house-lock.svg +0 -0
  1246. /package/dist/{shoelace/assets → assets}/icons/house-slash-fill.svg +0 -0
  1247. /package/dist/{shoelace/assets → assets}/icons/house-slash.svg +0 -0
  1248. /package/dist/{shoelace/assets → assets}/icons/house-up-fill.svg +0 -0
  1249. /package/dist/{shoelace/assets → assets}/icons/house-up.svg +0 -0
  1250. /package/dist/{shoelace/assets → assets}/icons/house-x-fill.svg +0 -0
  1251. /package/dist/{shoelace/assets → assets}/icons/house-x.svg +0 -0
  1252. /package/dist/{shoelace/assets → assets}/icons/house.svg +0 -0
  1253. /package/dist/{shoelace/assets → assets}/icons/houses-fill.svg +0 -0
  1254. /package/dist/{shoelace/assets → assets}/icons/houses.svg +0 -0
  1255. /package/dist/{shoelace/assets → assets}/icons/hr.svg +0 -0
  1256. /package/dist/{shoelace/assets → assets}/icons/hurricane.svg +0 -0
  1257. /package/dist/{shoelace/assets → assets}/icons/hypnotize.svg +0 -0
  1258. /package/dist/{shoelace/assets → assets}/icons/image-alt.svg +0 -0
  1259. /package/dist/{shoelace/assets → assets}/icons/image-fill.svg +0 -0
  1260. /package/dist/{shoelace/assets → assets}/icons/image.svg +0 -0
  1261. /package/dist/{shoelace/assets → assets}/icons/images.svg +0 -0
  1262. /package/dist/{shoelace/assets → assets}/icons/inbox-fill.svg +0 -0
  1263. /package/dist/{shoelace/assets → assets}/icons/inbox.svg +0 -0
  1264. /package/dist/{shoelace/assets → assets}/icons/inboxes-fill.svg +0 -0
  1265. /package/dist/{shoelace/assets → assets}/icons/inboxes.svg +0 -0
  1266. /package/dist/{shoelace/assets → assets}/icons/incognito.svg +0 -0
  1267. /package/dist/{shoelace/assets → assets}/icons/indent.svg +0 -0
  1268. /package/dist/{shoelace/assets → assets}/icons/infinity.svg +0 -0
  1269. /package/dist/{shoelace/assets → assets}/icons/info-circle-fill.svg +0 -0
  1270. /package/dist/{shoelace/assets → assets}/icons/info-circle.svg +0 -0
  1271. /package/dist/{shoelace/assets → assets}/icons/info-lg.svg +0 -0
  1272. /package/dist/{shoelace/assets → assets}/icons/info-square-fill.svg +0 -0
  1273. /package/dist/{shoelace/assets → assets}/icons/info-square.svg +0 -0
  1274. /package/dist/{shoelace/assets → assets}/icons/info.svg +0 -0
  1275. /package/dist/{shoelace/assets → assets}/icons/input-cursor-text.svg +0 -0
  1276. /package/dist/{shoelace/assets → assets}/icons/input-cursor.svg +0 -0
  1277. /package/dist/{shoelace/assets → assets}/icons/instagram.svg +0 -0
  1278. /package/dist/{shoelace/assets → assets}/icons/intersect.svg +0 -0
  1279. /package/dist/{shoelace/assets → assets}/icons/journal-album.svg +0 -0
  1280. /package/dist/{shoelace/assets → assets}/icons/journal-arrow-down.svg +0 -0
  1281. /package/dist/{shoelace/assets → assets}/icons/journal-arrow-up.svg +0 -0
  1282. /package/dist/{shoelace/assets → assets}/icons/journal-bookmark-fill.svg +0 -0
  1283. /package/dist/{shoelace/assets → assets}/icons/journal-bookmark.svg +0 -0
  1284. /package/dist/{shoelace/assets → assets}/icons/journal-check.svg +0 -0
  1285. /package/dist/{shoelace/assets → assets}/icons/journal-code.svg +0 -0
  1286. /package/dist/{shoelace/assets → assets}/icons/journal-medical.svg +0 -0
  1287. /package/dist/{shoelace/assets → assets}/icons/journal-minus.svg +0 -0
  1288. /package/dist/{shoelace/assets → assets}/icons/journal-plus.svg +0 -0
  1289. /package/dist/{shoelace/assets → assets}/icons/journal-richtext.svg +0 -0
  1290. /package/dist/{shoelace/assets → assets}/icons/journal-text.svg +0 -0
  1291. /package/dist/{shoelace/assets → assets}/icons/journal-x.svg +0 -0
  1292. /package/dist/{shoelace/assets → assets}/icons/journal.svg +0 -0
  1293. /package/dist/{shoelace/assets → assets}/icons/journals.svg +0 -0
  1294. /package/dist/{shoelace/assets → assets}/icons/joystick.svg +0 -0
  1295. /package/dist/{shoelace/assets → assets}/icons/justify-left.svg +0 -0
  1296. /package/dist/{shoelace/assets → assets}/icons/justify-right.svg +0 -0
  1297. /package/dist/{shoelace/assets → assets}/icons/justify.svg +0 -0
  1298. /package/dist/{shoelace/assets → assets}/icons/kanban-fill.svg +0 -0
  1299. /package/dist/{shoelace/assets → assets}/icons/kanban.svg +0 -0
  1300. /package/dist/{shoelace/assets → assets}/icons/key-fill.svg +0 -0
  1301. /package/dist/{shoelace/assets → assets}/icons/key.svg +0 -0
  1302. /package/dist/{shoelace/assets → assets}/icons/keyboard-fill.svg +0 -0
  1303. /package/dist/{shoelace/assets → assets}/icons/keyboard.svg +0 -0
  1304. /package/dist/{shoelace/assets → assets}/icons/ladder.svg +0 -0
  1305. /package/dist/{shoelace/assets → assets}/icons/lamp-fill.svg +0 -0
  1306. /package/dist/{shoelace/assets → assets}/icons/lamp.svg +0 -0
  1307. /package/dist/{shoelace/assets → assets}/icons/laptop-fill.svg +0 -0
  1308. /package/dist/{shoelace/assets → assets}/icons/laptop.svg +0 -0
  1309. /package/dist/{shoelace/assets → assets}/icons/layer-backward.svg +0 -0
  1310. /package/dist/{shoelace/assets → assets}/icons/layer-forward.svg +0 -0
  1311. /package/dist/{shoelace/assets → assets}/icons/layers-fill.svg +0 -0
  1312. /package/dist/{shoelace/assets → assets}/icons/layers-half.svg +0 -0
  1313. /package/dist/{shoelace/assets → assets}/icons/layers.svg +0 -0
  1314. /package/dist/{shoelace/assets → assets}/icons/layout-sidebar-inset-reverse.svg +0 -0
  1315. /package/dist/{shoelace/assets → assets}/icons/layout-sidebar-inset.svg +0 -0
  1316. /package/dist/{shoelace/assets → assets}/icons/layout-sidebar-reverse.svg +0 -0
  1317. /package/dist/{shoelace/assets → assets}/icons/layout-sidebar.svg +0 -0
  1318. /package/dist/{shoelace/assets → assets}/icons/layout-split.svg +0 -0
  1319. /package/dist/{shoelace/assets → assets}/icons/layout-text-sidebar-reverse.svg +0 -0
  1320. /package/dist/{shoelace/assets → assets}/icons/layout-text-sidebar.svg +0 -0
  1321. /package/dist/{shoelace/assets → assets}/icons/layout-text-window-reverse.svg +0 -0
  1322. /package/dist/{shoelace/assets → assets}/icons/layout-text-window.svg +0 -0
  1323. /package/dist/{shoelace/assets → assets}/icons/layout-three-columns.svg +0 -0
  1324. /package/dist/{shoelace/assets → assets}/icons/layout-wtf.svg +0 -0
  1325. /package/dist/{shoelace/assets → assets}/icons/life-preserver.svg +0 -0
  1326. /package/dist/{shoelace/assets → assets}/icons/lightbulb-fill.svg +0 -0
  1327. /package/dist/{shoelace/assets → assets}/icons/lightbulb-off-fill.svg +0 -0
  1328. /package/dist/{shoelace/assets → assets}/icons/lightbulb-off.svg +0 -0
  1329. /package/dist/{shoelace/assets → assets}/icons/lightbulb.svg +0 -0
  1330. /package/dist/{shoelace/assets → assets}/icons/lightning-charge-fill.svg +0 -0
  1331. /package/dist/{shoelace/assets → assets}/icons/lightning-charge.svg +0 -0
  1332. /package/dist/{shoelace/assets → assets}/icons/lightning-fill.svg +0 -0
  1333. /package/dist/{shoelace/assets → assets}/icons/lightning.svg +0 -0
  1334. /package/dist/{shoelace/assets → assets}/icons/line.svg +0 -0
  1335. /package/dist/{shoelace/assets → assets}/icons/link-45deg.svg +0 -0
  1336. /package/dist/{shoelace/assets → assets}/icons/link.svg +0 -0
  1337. /package/dist/{shoelace/assets → assets}/icons/linkedin.svg +0 -0
  1338. /package/dist/{shoelace/assets → assets}/icons/list-check.svg +0 -0
  1339. /package/dist/{shoelace/assets → assets}/icons/list-columns-reverse.svg +0 -0
  1340. /package/dist/{shoelace/assets → assets}/icons/list-columns.svg +0 -0
  1341. /package/dist/{shoelace/assets → assets}/icons/list-nested.svg +0 -0
  1342. /package/dist/{shoelace/assets → assets}/icons/list-ol.svg +0 -0
  1343. /package/dist/{shoelace/assets → assets}/icons/list-stars.svg +0 -0
  1344. /package/dist/{shoelace/assets → assets}/icons/list-task.svg +0 -0
  1345. /package/dist/{shoelace/assets → assets}/icons/list-ul.svg +0 -0
  1346. /package/dist/{shoelace/assets → assets}/icons/list.svg +0 -0
  1347. /package/dist/{shoelace/assets → assets}/icons/lock-fill.svg +0 -0
  1348. /package/dist/{shoelace/assets → assets}/icons/lock.svg +0 -0
  1349. /package/dist/{shoelace/assets → assets}/icons/luggage-fill.svg +0 -0
  1350. /package/dist/{shoelace/assets → assets}/icons/luggage.svg +0 -0
  1351. /package/dist/{shoelace/assets → assets}/icons/lungs-fill.svg +0 -0
  1352. /package/dist/{shoelace/assets → assets}/icons/lungs.svg +0 -0
  1353. /package/dist/{shoelace/assets → assets}/icons/magic.svg +0 -0
  1354. /package/dist/{shoelace/assets → assets}/icons/magnet-fill.svg +0 -0
  1355. /package/dist/{shoelace/assets → assets}/icons/magnet.svg +0 -0
  1356. /package/dist/{shoelace/assets → assets}/icons/mailbox-flag.svg +0 -0
  1357. /package/dist/{shoelace/assets → assets}/icons/mailbox.svg +0 -0
  1358. /package/dist/{shoelace/assets → assets}/icons/mailbox2-flag.svg +0 -0
  1359. /package/dist/{shoelace/assets → assets}/icons/mailbox2.svg +0 -0
  1360. /package/dist/{shoelace/assets → assets}/icons/map-fill.svg +0 -0
  1361. /package/dist/{shoelace/assets → assets}/icons/map.svg +0 -0
  1362. /package/dist/{shoelace/assets → assets}/icons/markdown-fill.svg +0 -0
  1363. /package/dist/{shoelace/assets → assets}/icons/markdown.svg +0 -0
  1364. /package/dist/{shoelace/assets → assets}/icons/marker-tip.svg +0 -0
  1365. /package/dist/{shoelace/assets → assets}/icons/mask.svg +0 -0
  1366. /package/dist/{shoelace/assets → assets}/icons/mastodon.svg +0 -0
  1367. /package/dist/{shoelace/assets → assets}/icons/medium.svg +0 -0
  1368. /package/dist/{shoelace/assets → assets}/icons/megaphone-fill.svg +0 -0
  1369. /package/dist/{shoelace/assets → assets}/icons/megaphone.svg +0 -0
  1370. /package/dist/{shoelace/assets → assets}/icons/memory.svg +0 -0
  1371. /package/dist/{shoelace/assets → assets}/icons/menu-app-fill.svg +0 -0
  1372. /package/dist/{shoelace/assets → assets}/icons/menu-app.svg +0 -0
  1373. /package/dist/{shoelace/assets → assets}/icons/menu-button-fill.svg +0 -0
  1374. /package/dist/{shoelace/assets → assets}/icons/menu-button-wide-fill.svg +0 -0
  1375. /package/dist/{shoelace/assets → assets}/icons/menu-button-wide.svg +0 -0
  1376. /package/dist/{shoelace/assets → assets}/icons/menu-button.svg +0 -0
  1377. /package/dist/{shoelace/assets → assets}/icons/menu-down.svg +0 -0
  1378. /package/dist/{shoelace/assets → assets}/icons/menu-up.svg +0 -0
  1379. /package/dist/{shoelace/assets → assets}/icons/messenger.svg +0 -0
  1380. /package/dist/{shoelace/assets → assets}/icons/meta.svg +0 -0
  1381. /package/dist/{shoelace/assets → assets}/icons/mic-fill.svg +0 -0
  1382. /package/dist/{shoelace/assets → assets}/icons/mic-mute-fill.svg +0 -0
  1383. /package/dist/{shoelace/assets → assets}/icons/mic-mute.svg +0 -0
  1384. /package/dist/{shoelace/assets → assets}/icons/mic.svg +0 -0
  1385. /package/dist/{shoelace/assets → assets}/icons/microsoft-teams.svg +0 -0
  1386. /package/dist/{shoelace/assets → assets}/icons/microsoft.svg +0 -0
  1387. /package/dist/{shoelace/assets → assets}/icons/minecart-loaded.svg +0 -0
  1388. /package/dist/{shoelace/assets → assets}/icons/minecart.svg +0 -0
  1389. /package/dist/{shoelace/assets → assets}/icons/modem-fill.svg +0 -0
  1390. /package/dist/{shoelace/assets → assets}/icons/modem.svg +0 -0
  1391. /package/dist/{shoelace/assets → assets}/icons/moisture.svg +0 -0
  1392. /package/dist/{shoelace/assets → assets}/icons/moon-fill.svg +0 -0
  1393. /package/dist/{shoelace/assets → assets}/icons/moon-stars-fill.svg +0 -0
  1394. /package/dist/{shoelace/assets → assets}/icons/moon-stars.svg +0 -0
  1395. /package/dist/{shoelace/assets → assets}/icons/moon.svg +0 -0
  1396. /package/dist/{shoelace/assets → assets}/icons/mortarboard-fill.svg +0 -0
  1397. /package/dist/{shoelace/assets → assets}/icons/mortarboard.svg +0 -0
  1398. /package/dist/{shoelace/assets → assets}/icons/motherboard-fill.svg +0 -0
  1399. /package/dist/{shoelace/assets → assets}/icons/motherboard.svg +0 -0
  1400. /package/dist/{shoelace/assets → assets}/icons/mouse-fill.svg +0 -0
  1401. /package/dist/{shoelace/assets → assets}/icons/mouse.svg +0 -0
  1402. /package/dist/{shoelace/assets → assets}/icons/mouse2-fill.svg +0 -0
  1403. /package/dist/{shoelace/assets → assets}/icons/mouse2.svg +0 -0
  1404. /package/dist/{shoelace/assets → assets}/icons/mouse3-fill.svg +0 -0
  1405. /package/dist/{shoelace/assets → assets}/icons/mouse3.svg +0 -0
  1406. /package/dist/{shoelace/assets → assets}/icons/music-note-beamed.svg +0 -0
  1407. /package/dist/{shoelace/assets → assets}/icons/music-note-list.svg +0 -0
  1408. /package/dist/{shoelace/assets → assets}/icons/music-note.svg +0 -0
  1409. /package/dist/{shoelace/assets → assets}/icons/music-player-fill.svg +0 -0
  1410. /package/dist/{shoelace/assets → assets}/icons/music-player.svg +0 -0
  1411. /package/dist/{shoelace/assets → assets}/icons/newspaper.svg +0 -0
  1412. /package/dist/{shoelace/assets → assets}/icons/nintendo-switch.svg +0 -0
  1413. /package/dist/{shoelace/assets → assets}/icons/node-minus-fill.svg +0 -0
  1414. /package/dist/{shoelace/assets → assets}/icons/node-minus.svg +0 -0
  1415. /package/dist/{shoelace/assets → assets}/icons/node-plus-fill.svg +0 -0
  1416. /package/dist/{shoelace/assets → assets}/icons/node-plus.svg +0 -0
  1417. /package/dist/{shoelace/assets → assets}/icons/noise-reduction.svg +0 -0
  1418. /package/dist/{shoelace/assets → assets}/icons/nut-fill.svg +0 -0
  1419. /package/dist/{shoelace/assets → assets}/icons/nut.svg +0 -0
  1420. /package/dist/{shoelace/assets → assets}/icons/nvidia.svg +0 -0
  1421. /package/dist/{shoelace/assets → assets}/icons/nvme-fill.svg +0 -0
  1422. /package/dist/{shoelace/assets → assets}/icons/nvme.svg +0 -0
  1423. /package/dist/{shoelace/assets → assets}/icons/octagon-fill.svg +0 -0
  1424. /package/dist/{shoelace/assets → assets}/icons/octagon-half.svg +0 -0
  1425. /package/dist/{shoelace/assets → assets}/icons/octagon.svg +0 -0
  1426. /package/dist/{shoelace/assets → assets}/icons/opencollective.svg +0 -0
  1427. /package/dist/{shoelace/assets → assets}/icons/optical-audio-fill.svg +0 -0
  1428. /package/dist/{shoelace/assets → assets}/icons/optical-audio.svg +0 -0
  1429. /package/dist/{shoelace/assets → assets}/icons/option.svg +0 -0
  1430. /package/dist/{shoelace/assets → assets}/icons/outlet.svg +0 -0
  1431. /package/dist/{shoelace/assets → assets}/icons/p-circle-fill.svg +0 -0
  1432. /package/dist/{shoelace/assets → assets}/icons/p-circle.svg +0 -0
  1433. /package/dist/{shoelace/assets → assets}/icons/p-square-fill.svg +0 -0
  1434. /package/dist/{shoelace/assets → assets}/icons/p-square.svg +0 -0
  1435. /package/dist/{shoelace/assets → assets}/icons/paint-bucket.svg +0 -0
  1436. /package/dist/{shoelace/assets → assets}/icons/palette-fill.svg +0 -0
  1437. /package/dist/{shoelace/assets → assets}/icons/palette.svg +0 -0
  1438. /package/dist/{shoelace/assets → assets}/icons/palette2.svg +0 -0
  1439. /package/dist/{shoelace/assets → assets}/icons/paperclip.svg +0 -0
  1440. /package/dist/{shoelace/assets → assets}/icons/paragraph.svg +0 -0
  1441. /package/dist/{shoelace/assets → assets}/icons/pass-fill.svg +0 -0
  1442. /package/dist/{shoelace/assets → assets}/icons/pass.svg +0 -0
  1443. /package/dist/{shoelace/assets → assets}/icons/passport-fill.svg +0 -0
  1444. /package/dist/{shoelace/assets → assets}/icons/passport.svg +0 -0
  1445. /package/dist/{shoelace/assets → assets}/icons/patch-check-fill.svg +0 -0
  1446. /package/dist/{shoelace/assets → assets}/icons/patch-check.svg +0 -0
  1447. /package/dist/{shoelace/assets → assets}/icons/patch-exclamation-fill.svg +0 -0
  1448. /package/dist/{shoelace/assets → assets}/icons/patch-exclamation.svg +0 -0
  1449. /package/dist/{shoelace/assets → assets}/icons/patch-minus-fill.svg +0 -0
  1450. /package/dist/{shoelace/assets → assets}/icons/patch-minus.svg +0 -0
  1451. /package/dist/{shoelace/assets → assets}/icons/patch-plus-fill.svg +0 -0
  1452. /package/dist/{shoelace/assets → assets}/icons/patch-plus.svg +0 -0
  1453. /package/dist/{shoelace/assets → assets}/icons/patch-question-fill.svg +0 -0
  1454. /package/dist/{shoelace/assets → assets}/icons/patch-question.svg +0 -0
  1455. /package/dist/{shoelace/assets → assets}/icons/pause-btn-fill.svg +0 -0
  1456. /package/dist/{shoelace/assets → assets}/icons/pause-btn.svg +0 -0
  1457. /package/dist/{shoelace/assets → assets}/icons/pause-circle-fill.svg +0 -0
  1458. /package/dist/{shoelace/assets → assets}/icons/pause-circle.svg +0 -0
  1459. /package/dist/{shoelace/assets → assets}/icons/pause-fill.svg +0 -0
  1460. /package/dist/{shoelace/assets → assets}/icons/pause.svg +0 -0
  1461. /package/dist/{shoelace/assets → assets}/icons/paypal.svg +0 -0
  1462. /package/dist/{shoelace/assets → assets}/icons/pc-display-horizontal.svg +0 -0
  1463. /package/dist/{shoelace/assets → assets}/icons/pc-display.svg +0 -0
  1464. /package/dist/{shoelace/assets → assets}/icons/pc-horizontal.svg +0 -0
  1465. /package/dist/{shoelace/assets → assets}/icons/pc.svg +0 -0
  1466. /package/dist/{shoelace/assets → assets}/icons/pci-card-network.svg +0 -0
  1467. /package/dist/{shoelace/assets → assets}/icons/pci-card-sound.svg +0 -0
  1468. /package/dist/{shoelace/assets → assets}/icons/pci-card.svg +0 -0
  1469. /package/dist/{shoelace/assets → assets}/icons/peace-fill.svg +0 -0
  1470. /package/dist/{shoelace/assets → assets}/icons/peace.svg +0 -0
  1471. /package/dist/{shoelace/assets → assets}/icons/pen-fill.svg +0 -0
  1472. /package/dist/{shoelace/assets → assets}/icons/pen.svg +0 -0
  1473. /package/dist/{shoelace/assets → assets}/icons/pencil-fill.svg +0 -0
  1474. /package/dist/{shoelace/assets → assets}/icons/pencil-square.svg +0 -0
  1475. /package/dist/{shoelace/assets → assets}/icons/pencil.svg +0 -0
  1476. /package/dist/{shoelace/assets → assets}/icons/pentagon-fill.svg +0 -0
  1477. /package/dist/{shoelace/assets → assets}/icons/pentagon-half.svg +0 -0
  1478. /package/dist/{shoelace/assets → assets}/icons/pentagon.svg +0 -0
  1479. /package/dist/{shoelace/assets → assets}/icons/people-fill.svg +0 -0
  1480. /package/dist/{shoelace/assets → assets}/icons/people.svg +0 -0
  1481. /package/dist/{shoelace/assets → assets}/icons/percent.svg +0 -0
  1482. /package/dist/{shoelace/assets → assets}/icons/person-add.svg +0 -0
  1483. /package/dist/{shoelace/assets → assets}/icons/person-arms-up.svg +0 -0
  1484. /package/dist/{shoelace/assets → assets}/icons/person-badge-fill.svg +0 -0
  1485. /package/dist/{shoelace/assets → assets}/icons/person-badge.svg +0 -0
  1486. /package/dist/{shoelace/assets → assets}/icons/person-bounding-box.svg +0 -0
  1487. /package/dist/{shoelace/assets → assets}/icons/person-check-fill.svg +0 -0
  1488. /package/dist/{shoelace/assets → assets}/icons/person-check.svg +0 -0
  1489. /package/dist/{shoelace/assets → assets}/icons/person-circle.svg +0 -0
  1490. /package/dist/{shoelace/assets → assets}/icons/person-dash-fill.svg +0 -0
  1491. /package/dist/{shoelace/assets → assets}/icons/person-dash.svg +0 -0
  1492. /package/dist/{shoelace/assets → assets}/icons/person-down.svg +0 -0
  1493. /package/dist/{shoelace/assets → assets}/icons/person-exclamation.svg +0 -0
  1494. /package/dist/{shoelace/assets → assets}/icons/person-fill-add.svg +0 -0
  1495. /package/dist/{shoelace/assets → assets}/icons/person-fill-check.svg +0 -0
  1496. /package/dist/{shoelace/assets → assets}/icons/person-fill-dash.svg +0 -0
  1497. /package/dist/{shoelace/assets → assets}/icons/person-fill-down.svg +0 -0
  1498. /package/dist/{shoelace/assets → assets}/icons/person-fill-exclamation.svg +0 -0
  1499. /package/dist/{shoelace/assets → assets}/icons/person-fill-gear.svg +0 -0
  1500. /package/dist/{shoelace/assets → assets}/icons/person-fill-lock.svg +0 -0
  1501. /package/dist/{shoelace/assets → assets}/icons/person-fill-slash.svg +0 -0
  1502. /package/dist/{shoelace/assets → assets}/icons/person-fill-up.svg +0 -0
  1503. /package/dist/{shoelace/assets → assets}/icons/person-fill-x.svg +0 -0
  1504. /package/dist/{shoelace/assets → assets}/icons/person-fill.svg +0 -0
  1505. /package/dist/{shoelace/assets → assets}/icons/person-gear.svg +0 -0
  1506. /package/dist/{shoelace/assets → assets}/icons/person-heart.svg +0 -0
  1507. /package/dist/{shoelace/assets → assets}/icons/person-hearts.svg +0 -0
  1508. /package/dist/{shoelace/assets → assets}/icons/person-lines-fill.svg +0 -0
  1509. /package/dist/{shoelace/assets → assets}/icons/person-lock.svg +0 -0
  1510. /package/dist/{shoelace/assets → assets}/icons/person-plus-fill.svg +0 -0
  1511. /package/dist/{shoelace/assets → assets}/icons/person-plus.svg +0 -0
  1512. /package/dist/{shoelace/assets → assets}/icons/person-raised-hand.svg +0 -0
  1513. /package/dist/{shoelace/assets → assets}/icons/person-rolodex.svg +0 -0
  1514. /package/dist/{shoelace/assets → assets}/icons/person-slash.svg +0 -0
  1515. /package/dist/{shoelace/assets → assets}/icons/person-square.svg +0 -0
  1516. /package/dist/{shoelace/assets → assets}/icons/person-standing-dress.svg +0 -0
  1517. /package/dist/{shoelace/assets → assets}/icons/person-standing.svg +0 -0
  1518. /package/dist/{shoelace/assets → assets}/icons/person-up.svg +0 -0
  1519. /package/dist/{shoelace/assets → assets}/icons/person-vcard-fill.svg +0 -0
  1520. /package/dist/{shoelace/assets → assets}/icons/person-vcard.svg +0 -0
  1521. /package/dist/{shoelace/assets → assets}/icons/person-video.svg +0 -0
  1522. /package/dist/{shoelace/assets → assets}/icons/person-video2.svg +0 -0
  1523. /package/dist/{shoelace/assets → assets}/icons/person-video3.svg +0 -0
  1524. /package/dist/{shoelace/assets → assets}/icons/person-walking.svg +0 -0
  1525. /package/dist/{shoelace/assets → assets}/icons/person-wheelchair.svg +0 -0
  1526. /package/dist/{shoelace/assets → assets}/icons/person-workspace.svg +0 -0
  1527. /package/dist/{shoelace/assets → assets}/icons/person-x-fill.svg +0 -0
  1528. /package/dist/{shoelace/assets → assets}/icons/person-x.svg +0 -0
  1529. /package/dist/{shoelace/assets → assets}/icons/person.svg +0 -0
  1530. /package/dist/{shoelace/assets → assets}/icons/phone-fill.svg +0 -0
  1531. /package/dist/{shoelace/assets → assets}/icons/phone-flip.svg +0 -0
  1532. /package/dist/{shoelace/assets → assets}/icons/phone-landscape-fill.svg +0 -0
  1533. /package/dist/{shoelace/assets → assets}/icons/phone-landscape.svg +0 -0
  1534. /package/dist/{shoelace/assets → assets}/icons/phone-vibrate-fill.svg +0 -0
  1535. /package/dist/{shoelace/assets → assets}/icons/phone-vibrate.svg +0 -0
  1536. /package/dist/{shoelace/assets → assets}/icons/phone.svg +0 -0
  1537. /package/dist/{shoelace/assets → assets}/icons/pie-chart-fill.svg +0 -0
  1538. /package/dist/{shoelace/assets → assets}/icons/pie-chart.svg +0 -0
  1539. /package/dist/{shoelace/assets → assets}/icons/piggy-bank-fill.svg +0 -0
  1540. /package/dist/{shoelace/assets → assets}/icons/piggy-bank.svg +0 -0
  1541. /package/dist/{shoelace/assets → assets}/icons/pin-angle-fill.svg +0 -0
  1542. /package/dist/{shoelace/assets → assets}/icons/pin-angle.svg +0 -0
  1543. /package/dist/{shoelace/assets → assets}/icons/pin-fill.svg +0 -0
  1544. /package/dist/{shoelace/assets → assets}/icons/pin-map-fill.svg +0 -0
  1545. /package/dist/{shoelace/assets → assets}/icons/pin-map.svg +0 -0
  1546. /package/dist/{shoelace/assets → assets}/icons/pin.svg +0 -0
  1547. /package/dist/{shoelace/assets → assets}/icons/pinterest.svg +0 -0
  1548. /package/dist/{shoelace/assets → assets}/icons/pip-fill.svg +0 -0
  1549. /package/dist/{shoelace/assets → assets}/icons/pip.svg +0 -0
  1550. /package/dist/{shoelace/assets → assets}/icons/play-btn-fill.svg +0 -0
  1551. /package/dist/{shoelace/assets → assets}/icons/play-btn.svg +0 -0
  1552. /package/dist/{shoelace/assets → assets}/icons/play-circle-fill.svg +0 -0
  1553. /package/dist/{shoelace/assets → assets}/icons/play-circle.svg +0 -0
  1554. /package/dist/{shoelace/assets → assets}/icons/play-fill.svg +0 -0
  1555. /package/dist/{shoelace/assets → assets}/icons/play.svg +0 -0
  1556. /package/dist/{shoelace/assets → assets}/icons/playstation.svg +0 -0
  1557. /package/dist/{shoelace/assets → assets}/icons/plug-fill.svg +0 -0
  1558. /package/dist/{shoelace/assets → assets}/icons/plug.svg +0 -0
  1559. /package/dist/{shoelace/assets → assets}/icons/plugin.svg +0 -0
  1560. /package/dist/{shoelace/assets → assets}/icons/plus-circle-dotted.svg +0 -0
  1561. /package/dist/{shoelace/assets → assets}/icons/plus-circle-fill.svg +0 -0
  1562. /package/dist/{shoelace/assets → assets}/icons/plus-circle.svg +0 -0
  1563. /package/dist/{shoelace/assets → assets}/icons/plus-lg.svg +0 -0
  1564. /package/dist/{shoelace/assets → assets}/icons/plus-slash-minus.svg +0 -0
  1565. /package/dist/{shoelace/assets → assets}/icons/plus-square-dotted.svg +0 -0
  1566. /package/dist/{shoelace/assets → assets}/icons/plus-square-fill.svg +0 -0
  1567. /package/dist/{shoelace/assets → assets}/icons/plus-square.svg +0 -0
  1568. /package/dist/{shoelace/assets → assets}/icons/plus.svg +0 -0
  1569. /package/dist/{shoelace/assets → assets}/icons/postage-fill.svg +0 -0
  1570. /package/dist/{shoelace/assets → assets}/icons/postage-heart-fill.svg +0 -0
  1571. /package/dist/{shoelace/assets → assets}/icons/postage-heart.svg +0 -0
  1572. /package/dist/{shoelace/assets → assets}/icons/postage.svg +0 -0
  1573. /package/dist/{shoelace/assets → assets}/icons/postcard-fill.svg +0 -0
  1574. /package/dist/{shoelace/assets → assets}/icons/postcard-heart-fill.svg +0 -0
  1575. /package/dist/{shoelace/assets → assets}/icons/postcard-heart.svg +0 -0
  1576. /package/dist/{shoelace/assets → assets}/icons/postcard.svg +0 -0
  1577. /package/dist/{shoelace/assets → assets}/icons/power.svg +0 -0
  1578. /package/dist/{shoelace/assets → assets}/icons/prescription.svg +0 -0
  1579. /package/dist/{shoelace/assets → assets}/icons/prescription2.svg +0 -0
  1580. /package/dist/{shoelace/assets → assets}/icons/printer-fill.svg +0 -0
  1581. /package/dist/{shoelace/assets → assets}/icons/printer.svg +0 -0
  1582. /package/dist/{shoelace/assets → assets}/icons/projector-fill.svg +0 -0
  1583. /package/dist/{shoelace/assets → assets}/icons/projector.svg +0 -0
  1584. /package/dist/{shoelace/assets → assets}/icons/puzzle-fill.svg +0 -0
  1585. /package/dist/{shoelace/assets → assets}/icons/puzzle.svg +0 -0
  1586. /package/dist/{shoelace/assets → assets}/icons/qr-code-scan.svg +0 -0
  1587. /package/dist/{shoelace/assets → assets}/icons/qr-code.svg +0 -0
  1588. /package/dist/{shoelace/assets → assets}/icons/question-circle-fill.svg +0 -0
  1589. /package/dist/{shoelace/assets → assets}/icons/question-circle.svg +0 -0
  1590. /package/dist/{shoelace/assets → assets}/icons/question-diamond-fill.svg +0 -0
  1591. /package/dist/{shoelace/assets → assets}/icons/question-diamond.svg +0 -0
  1592. /package/dist/{shoelace/assets → assets}/icons/question-lg.svg +0 -0
  1593. /package/dist/{shoelace/assets → assets}/icons/question-octagon-fill.svg +0 -0
  1594. /package/dist/{shoelace/assets → assets}/icons/question-octagon.svg +0 -0
  1595. /package/dist/{shoelace/assets → assets}/icons/question-square-fill.svg +0 -0
  1596. /package/dist/{shoelace/assets → assets}/icons/question-square.svg +0 -0
  1597. /package/dist/{shoelace/assets → assets}/icons/question.svg +0 -0
  1598. /package/dist/{shoelace/assets → assets}/icons/quora.svg +0 -0
  1599. /package/dist/{shoelace/assets → assets}/icons/quote.svg +0 -0
  1600. /package/dist/{shoelace/assets → assets}/icons/r-circle-fill.svg +0 -0
  1601. /package/dist/{shoelace/assets → assets}/icons/r-circle.svg +0 -0
  1602. /package/dist/{shoelace/assets → assets}/icons/r-square-fill.svg +0 -0
  1603. /package/dist/{shoelace/assets → assets}/icons/r-square.svg +0 -0
  1604. /package/dist/{shoelace/assets → assets}/icons/radar.svg +0 -0
  1605. /package/dist/{shoelace/assets → assets}/icons/radioactive.svg +0 -0
  1606. /package/dist/{shoelace/assets → assets}/icons/rainbow.svg +0 -0
  1607. /package/dist/{shoelace/assets → assets}/icons/receipt-cutoff.svg +0 -0
  1608. /package/dist/{shoelace/assets → assets}/icons/receipt.svg +0 -0
  1609. /package/dist/{shoelace/assets → assets}/icons/reception-0.svg +0 -0
  1610. /package/dist/{shoelace/assets → assets}/icons/reception-1.svg +0 -0
  1611. /package/dist/{shoelace/assets → assets}/icons/reception-2.svg +0 -0
  1612. /package/dist/{shoelace/assets → assets}/icons/reception-3.svg +0 -0
  1613. /package/dist/{shoelace/assets → assets}/icons/reception-4.svg +0 -0
  1614. /package/dist/{shoelace/assets → assets}/icons/record-btn-fill.svg +0 -0
  1615. /package/dist/{shoelace/assets → assets}/icons/record-btn.svg +0 -0
  1616. /package/dist/{shoelace/assets → assets}/icons/record-circle-fill.svg +0 -0
  1617. /package/dist/{shoelace/assets → assets}/icons/record-circle.svg +0 -0
  1618. /package/dist/{shoelace/assets → assets}/icons/record-fill.svg +0 -0
  1619. /package/dist/{shoelace/assets → assets}/icons/record.svg +0 -0
  1620. /package/dist/{shoelace/assets → assets}/icons/record2-fill.svg +0 -0
  1621. /package/dist/{shoelace/assets → assets}/icons/record2.svg +0 -0
  1622. /package/dist/{shoelace/assets → assets}/icons/recycle.svg +0 -0
  1623. /package/dist/{shoelace/assets → assets}/icons/reddit.svg +0 -0
  1624. /package/dist/{shoelace/assets → assets}/icons/regex.svg +0 -0
  1625. /package/dist/{shoelace/assets → assets}/icons/repeat-1.svg +0 -0
  1626. /package/dist/{shoelace/assets → assets}/icons/repeat.svg +0 -0
  1627. /package/dist/{shoelace/assets → assets}/icons/reply-all-fill.svg +0 -0
  1628. /package/dist/{shoelace/assets → assets}/icons/reply-all.svg +0 -0
  1629. /package/dist/{shoelace/assets → assets}/icons/reply-fill.svg +0 -0
  1630. /package/dist/{shoelace/assets → assets}/icons/reply.svg +0 -0
  1631. /package/dist/{shoelace/assets → assets}/icons/rewind-btn-fill.svg +0 -0
  1632. /package/dist/{shoelace/assets → assets}/icons/rewind-btn.svg +0 -0
  1633. /package/dist/{shoelace/assets → assets}/icons/rewind-circle-fill.svg +0 -0
  1634. /package/dist/{shoelace/assets → assets}/icons/rewind-circle.svg +0 -0
  1635. /package/dist/{shoelace/assets → assets}/icons/rewind-fill.svg +0 -0
  1636. /package/dist/{shoelace/assets → assets}/icons/rewind.svg +0 -0
  1637. /package/dist/{shoelace/assets → assets}/icons/robot.svg +0 -0
  1638. /package/dist/{shoelace/assets → assets}/icons/rocket-fill.svg +0 -0
  1639. /package/dist/{shoelace/assets → assets}/icons/rocket-takeoff-fill.svg +0 -0
  1640. /package/dist/{shoelace/assets → assets}/icons/rocket-takeoff.svg +0 -0
  1641. /package/dist/{shoelace/assets → assets}/icons/rocket.svg +0 -0
  1642. /package/dist/{shoelace/assets → assets}/icons/router-fill.svg +0 -0
  1643. /package/dist/{shoelace/assets → assets}/icons/router.svg +0 -0
  1644. /package/dist/{shoelace/assets → assets}/icons/rss-fill.svg +0 -0
  1645. /package/dist/{shoelace/assets → assets}/icons/rss.svg +0 -0
  1646. /package/dist/{shoelace/assets → assets}/icons/rulers.svg +0 -0
  1647. /package/dist/{shoelace/assets → assets}/icons/safe-fill.svg +0 -0
  1648. /package/dist/{shoelace/assets → assets}/icons/safe.svg +0 -0
  1649. /package/dist/{shoelace/assets → assets}/icons/safe2-fill.svg +0 -0
  1650. /package/dist/{shoelace/assets → assets}/icons/safe2.svg +0 -0
  1651. /package/dist/{shoelace/assets → assets}/icons/save-fill.svg +0 -0
  1652. /package/dist/{shoelace/assets → assets}/icons/save.svg +0 -0
  1653. /package/dist/{shoelace/assets → assets}/icons/save2-fill.svg +0 -0
  1654. /package/dist/{shoelace/assets → assets}/icons/save2.svg +0 -0
  1655. /package/dist/{shoelace/assets → assets}/icons/scissors.svg +0 -0
  1656. /package/dist/{shoelace/assets → assets}/icons/scooter.svg +0 -0
  1657. /package/dist/{shoelace/assets → assets}/icons/screwdriver.svg +0 -0
  1658. /package/dist/{shoelace/assets → assets}/icons/sd-card-fill.svg +0 -0
  1659. /package/dist/{shoelace/assets → assets}/icons/sd-card.svg +0 -0
  1660. /package/dist/{shoelace/assets → assets}/icons/search-heart-fill.svg +0 -0
  1661. /package/dist/{shoelace/assets → assets}/icons/search-heart.svg +0 -0
  1662. /package/dist/{shoelace/assets → assets}/icons/search.svg +0 -0
  1663. /package/dist/{shoelace/assets → assets}/icons/segmented-nav.svg +0 -0
  1664. /package/dist/{shoelace/assets → assets}/icons/send-arrow-down-fill.svg +0 -0
  1665. /package/dist/{shoelace/assets → assets}/icons/send-arrow-down.svg +0 -0
  1666. /package/dist/{shoelace/assets → assets}/icons/send-arrow-up-fill.svg +0 -0
  1667. /package/dist/{shoelace/assets → assets}/icons/send-arrow-up.svg +0 -0
  1668. /package/dist/{shoelace/assets → assets}/icons/send-check-fill.svg +0 -0
  1669. /package/dist/{shoelace/assets → assets}/icons/send-check.svg +0 -0
  1670. /package/dist/{shoelace/assets → assets}/icons/send-dash-fill.svg +0 -0
  1671. /package/dist/{shoelace/assets → assets}/icons/send-dash.svg +0 -0
  1672. /package/dist/{shoelace/assets → assets}/icons/send-exclamation-fill.svg +0 -0
  1673. /package/dist/{shoelace/assets → assets}/icons/send-exclamation.svg +0 -0
  1674. /package/dist/{shoelace/assets → assets}/icons/send-fill.svg +0 -0
  1675. /package/dist/{shoelace/assets → assets}/icons/send-plus-fill.svg +0 -0
  1676. /package/dist/{shoelace/assets → assets}/icons/send-plus.svg +0 -0
  1677. /package/dist/{shoelace/assets → assets}/icons/send-slash-fill.svg +0 -0
  1678. /package/dist/{shoelace/assets → assets}/icons/send-slash.svg +0 -0
  1679. /package/dist/{shoelace/assets → assets}/icons/send-x-fill.svg +0 -0
  1680. /package/dist/{shoelace/assets → assets}/icons/send-x.svg +0 -0
  1681. /package/dist/{shoelace/assets → assets}/icons/send.svg +0 -0
  1682. /package/dist/{shoelace/assets → assets}/icons/server.svg +0 -0
  1683. /package/dist/{shoelace/assets → assets}/icons/shadows.svg +0 -0
  1684. /package/dist/{shoelace/assets → assets}/icons/share-fill.svg +0 -0
  1685. /package/dist/{shoelace/assets → assets}/icons/share.svg +0 -0
  1686. /package/dist/{shoelace/assets → assets}/icons/shield-check.svg +0 -0
  1687. /package/dist/{shoelace/assets → assets}/icons/shield-exclamation.svg +0 -0
  1688. /package/dist/{shoelace/assets → assets}/icons/shield-fill-check.svg +0 -0
  1689. /package/dist/{shoelace/assets → assets}/icons/shield-fill-exclamation.svg +0 -0
  1690. /package/dist/{shoelace/assets → assets}/icons/shield-fill-minus.svg +0 -0
  1691. /package/dist/{shoelace/assets → assets}/icons/shield-fill-plus.svg +0 -0
  1692. /package/dist/{shoelace/assets → assets}/icons/shield-fill-x.svg +0 -0
  1693. /package/dist/{shoelace/assets → assets}/icons/shield-fill.svg +0 -0
  1694. /package/dist/{shoelace/assets → assets}/icons/shield-lock-fill.svg +0 -0
  1695. /package/dist/{shoelace/assets → assets}/icons/shield-lock.svg +0 -0
  1696. /package/dist/{shoelace/assets → assets}/icons/shield-minus.svg +0 -0
  1697. /package/dist/{shoelace/assets → assets}/icons/shield-plus.svg +0 -0
  1698. /package/dist/{shoelace/assets → assets}/icons/shield-shaded.svg +0 -0
  1699. /package/dist/{shoelace/assets → assets}/icons/shield-slash-fill.svg +0 -0
  1700. /package/dist/{shoelace/assets → assets}/icons/shield-slash.svg +0 -0
  1701. /package/dist/{shoelace/assets → assets}/icons/shield-x.svg +0 -0
  1702. /package/dist/{shoelace/assets → assets}/icons/shield.svg +0 -0
  1703. /package/dist/{shoelace/assets → assets}/icons/shift-fill.svg +0 -0
  1704. /package/dist/{shoelace/assets → assets}/icons/shift.svg +0 -0
  1705. /package/dist/{shoelace/assets → assets}/icons/shop-window.svg +0 -0
  1706. /package/dist/{shoelace/assets → assets}/icons/shop.svg +0 -0
  1707. /package/dist/{shoelace/assets → assets}/icons/shuffle.svg +0 -0
  1708. /package/dist/{shoelace/assets → assets}/icons/sign-dead-end-fill.svg +0 -0
  1709. /package/dist/{shoelace/assets → assets}/icons/sign-dead-end.svg +0 -0
  1710. /package/dist/{shoelace/assets → assets}/icons/sign-do-not-enter-fill.svg +0 -0
  1711. /package/dist/{shoelace/assets → assets}/icons/sign-do-not-enter.svg +0 -0
  1712. /package/dist/{shoelace/assets → assets}/icons/sign-intersection-fill.svg +0 -0
  1713. /package/dist/{shoelace/assets → assets}/icons/sign-intersection-side-fill.svg +0 -0
  1714. /package/dist/{shoelace/assets → assets}/icons/sign-intersection-side.svg +0 -0
  1715. /package/dist/{shoelace/assets → assets}/icons/sign-intersection-t-fill.svg +0 -0
  1716. /package/dist/{shoelace/assets → assets}/icons/sign-intersection-t.svg +0 -0
  1717. /package/dist/{shoelace/assets → assets}/icons/sign-intersection-y-fill.svg +0 -0
  1718. /package/dist/{shoelace/assets → assets}/icons/sign-intersection-y.svg +0 -0
  1719. /package/dist/{shoelace/assets → assets}/icons/sign-intersection.svg +0 -0
  1720. /package/dist/{shoelace/assets → assets}/icons/sign-merge-left-fill.svg +0 -0
  1721. /package/dist/{shoelace/assets → assets}/icons/sign-merge-left.svg +0 -0
  1722. /package/dist/{shoelace/assets → assets}/icons/sign-merge-right-fill.svg +0 -0
  1723. /package/dist/{shoelace/assets → assets}/icons/sign-merge-right.svg +0 -0
  1724. /package/dist/{shoelace/assets → assets}/icons/sign-no-left-turn-fill.svg +0 -0
  1725. /package/dist/{shoelace/assets → assets}/icons/sign-no-left-turn.svg +0 -0
  1726. /package/dist/{shoelace/assets → assets}/icons/sign-no-parking-fill.svg +0 -0
  1727. /package/dist/{shoelace/assets → assets}/icons/sign-no-parking.svg +0 -0
  1728. /package/dist/{shoelace/assets → assets}/icons/sign-no-right-turn-fill.svg +0 -0
  1729. /package/dist/{shoelace/assets → assets}/icons/sign-no-right-turn.svg +0 -0
  1730. /package/dist/{shoelace/assets → assets}/icons/sign-railroad-fill.svg +0 -0
  1731. /package/dist/{shoelace/assets → assets}/icons/sign-railroad.svg +0 -0
  1732. /package/dist/{shoelace/assets → assets}/icons/sign-stop-fill.svg +0 -0
  1733. /package/dist/{shoelace/assets → assets}/icons/sign-stop-lights-fill.svg +0 -0
  1734. /package/dist/{shoelace/assets → assets}/icons/sign-stop-lights.svg +0 -0
  1735. /package/dist/{shoelace/assets → assets}/icons/sign-stop.svg +0 -0
  1736. /package/dist/{shoelace/assets → assets}/icons/sign-turn-left-fill.svg +0 -0
  1737. /package/dist/{shoelace/assets → assets}/icons/sign-turn-left.svg +0 -0
  1738. /package/dist/{shoelace/assets → assets}/icons/sign-turn-right-fill.svg +0 -0
  1739. /package/dist/{shoelace/assets → assets}/icons/sign-turn-right.svg +0 -0
  1740. /package/dist/{shoelace/assets → assets}/icons/sign-turn-slight-left-fill.svg +0 -0
  1741. /package/dist/{shoelace/assets → assets}/icons/sign-turn-slight-left.svg +0 -0
  1742. /package/dist/{shoelace/assets → assets}/icons/sign-turn-slight-right-fill.svg +0 -0
  1743. /package/dist/{shoelace/assets → assets}/icons/sign-turn-slight-right.svg +0 -0
  1744. /package/dist/{shoelace/assets → assets}/icons/sign-yield-fill.svg +0 -0
  1745. /package/dist/{shoelace/assets → assets}/icons/sign-yield.svg +0 -0
  1746. /package/dist/{shoelace/assets → assets}/icons/signal.svg +0 -0
  1747. /package/dist/{shoelace/assets → assets}/icons/signpost-2-fill.svg +0 -0
  1748. /package/dist/{shoelace/assets → assets}/icons/signpost-2.svg +0 -0
  1749. /package/dist/{shoelace/assets → assets}/icons/signpost-fill.svg +0 -0
  1750. /package/dist/{shoelace/assets → assets}/icons/signpost-split-fill.svg +0 -0
  1751. /package/dist/{shoelace/assets → assets}/icons/signpost-split.svg +0 -0
  1752. /package/dist/{shoelace/assets → assets}/icons/signpost.svg +0 -0
  1753. /package/dist/{shoelace/assets → assets}/icons/sim-fill.svg +0 -0
  1754. /package/dist/{shoelace/assets → assets}/icons/sim-slash-fill.svg +0 -0
  1755. /package/dist/{shoelace/assets → assets}/icons/sim-slash.svg +0 -0
  1756. /package/dist/{shoelace/assets → assets}/icons/sim.svg +0 -0
  1757. /package/dist/{shoelace/assets → assets}/icons/sina-weibo.svg +0 -0
  1758. /package/dist/{shoelace/assets → assets}/icons/skip-backward-btn-fill.svg +0 -0
  1759. /package/dist/{shoelace/assets → assets}/icons/skip-backward-btn.svg +0 -0
  1760. /package/dist/{shoelace/assets → assets}/icons/skip-backward-circle-fill.svg +0 -0
  1761. /package/dist/{shoelace/assets → assets}/icons/skip-backward-circle.svg +0 -0
  1762. /package/dist/{shoelace/assets → assets}/icons/skip-backward-fill.svg +0 -0
  1763. /package/dist/{shoelace/assets → assets}/icons/skip-backward.svg +0 -0
  1764. /package/dist/{shoelace/assets → assets}/icons/skip-end-btn-fill.svg +0 -0
  1765. /package/dist/{shoelace/assets → assets}/icons/skip-end-btn.svg +0 -0
  1766. /package/dist/{shoelace/assets → assets}/icons/skip-end-circle-fill.svg +0 -0
  1767. /package/dist/{shoelace/assets → assets}/icons/skip-end-circle.svg +0 -0
  1768. /package/dist/{shoelace/assets → assets}/icons/skip-end-fill.svg +0 -0
  1769. /package/dist/{shoelace/assets → assets}/icons/skip-end.svg +0 -0
  1770. /package/dist/{shoelace/assets → assets}/icons/skip-forward-btn-fill.svg +0 -0
  1771. /package/dist/{shoelace/assets → assets}/icons/skip-forward-btn.svg +0 -0
  1772. /package/dist/{shoelace/assets → assets}/icons/skip-forward-circle-fill.svg +0 -0
  1773. /package/dist/{shoelace/assets → assets}/icons/skip-forward-circle.svg +0 -0
  1774. /package/dist/{shoelace/assets → assets}/icons/skip-forward-fill.svg +0 -0
  1775. /package/dist/{shoelace/assets → assets}/icons/skip-forward.svg +0 -0
  1776. /package/dist/{shoelace/assets → assets}/icons/skip-start-btn-fill.svg +0 -0
  1777. /package/dist/{shoelace/assets → assets}/icons/skip-start-btn.svg +0 -0
  1778. /package/dist/{shoelace/assets → assets}/icons/skip-start-circle-fill.svg +0 -0
  1779. /package/dist/{shoelace/assets → assets}/icons/skip-start-circle.svg +0 -0
  1780. /package/dist/{shoelace/assets → assets}/icons/skip-start-fill.svg +0 -0
  1781. /package/dist/{shoelace/assets → assets}/icons/skip-start.svg +0 -0
  1782. /package/dist/{shoelace/assets → assets}/icons/skype.svg +0 -0
  1783. /package/dist/{shoelace/assets → assets}/icons/slack.svg +0 -0
  1784. /package/dist/{shoelace/assets → assets}/icons/slash-circle-fill.svg +0 -0
  1785. /package/dist/{shoelace/assets → assets}/icons/slash-circle.svg +0 -0
  1786. /package/dist/{shoelace/assets → assets}/icons/slash-lg.svg +0 -0
  1787. /package/dist/{shoelace/assets → assets}/icons/slash-square-fill.svg +0 -0
  1788. /package/dist/{shoelace/assets → assets}/icons/slash-square.svg +0 -0
  1789. /package/dist/{shoelace/assets → assets}/icons/slash.svg +0 -0
  1790. /package/dist/{shoelace/assets → assets}/icons/sliders.svg +0 -0
  1791. /package/dist/{shoelace/assets → assets}/icons/sliders2-vertical.svg +0 -0
  1792. /package/dist/{shoelace/assets → assets}/icons/sliders2.svg +0 -0
  1793. /package/dist/{shoelace/assets → assets}/icons/smartwatch.svg +0 -0
  1794. /package/dist/{shoelace/assets → assets}/icons/snapchat.svg +0 -0
  1795. /package/dist/{shoelace/assets → assets}/icons/snow.svg +0 -0
  1796. /package/dist/{shoelace/assets → assets}/icons/snow2.svg +0 -0
  1797. /package/dist/{shoelace/assets → assets}/icons/snow3.svg +0 -0
  1798. /package/dist/{shoelace/assets → assets}/icons/sort-alpha-down-alt.svg +0 -0
  1799. /package/dist/{shoelace/assets → assets}/icons/sort-alpha-down.svg +0 -0
  1800. /package/dist/{shoelace/assets → assets}/icons/sort-alpha-up-alt.svg +0 -0
  1801. /package/dist/{shoelace/assets → assets}/icons/sort-alpha-up.svg +0 -0
  1802. /package/dist/{shoelace/assets → assets}/icons/sort-down-alt.svg +0 -0
  1803. /package/dist/{shoelace/assets → assets}/icons/sort-down.svg +0 -0
  1804. /package/dist/{shoelace/assets → assets}/icons/sort-numeric-down-alt.svg +0 -0
  1805. /package/dist/{shoelace/assets → assets}/icons/sort-numeric-down.svg +0 -0
  1806. /package/dist/{shoelace/assets → assets}/icons/sort-numeric-up-alt.svg +0 -0
  1807. /package/dist/{shoelace/assets → assets}/icons/sort-numeric-up.svg +0 -0
  1808. /package/dist/{shoelace/assets → assets}/icons/sort-up-alt.svg +0 -0
  1809. /package/dist/{shoelace/assets → assets}/icons/sort-up.svg +0 -0
  1810. /package/dist/{shoelace/assets → assets}/icons/soundwave.svg +0 -0
  1811. /package/dist/{shoelace/assets → assets}/icons/sourceforge.svg +0 -0
  1812. /package/dist/{shoelace/assets → assets}/icons/speaker-fill.svg +0 -0
  1813. /package/dist/{shoelace/assets → assets}/icons/speaker.svg +0 -0
  1814. /package/dist/{shoelace/assets → assets}/icons/speedometer.svg +0 -0
  1815. /package/dist/{shoelace/assets → assets}/icons/speedometer2.svg +0 -0
  1816. /package/dist/{shoelace/assets → assets}/icons/spellcheck.svg +0 -0
  1817. /package/dist/{shoelace/assets → assets}/icons/spotify.svg +0 -0
  1818. /package/dist/{shoelace/assets → assets}/icons/square-fill.svg +0 -0
  1819. /package/dist/{shoelace/assets → assets}/icons/square-half.svg +0 -0
  1820. /package/dist/{shoelace/assets → assets}/icons/square.svg +0 -0
  1821. /package/dist/{shoelace/assets → assets}/icons/stack-overflow.svg +0 -0
  1822. /package/dist/{shoelace/assets → assets}/icons/stack.svg +0 -0
  1823. /package/dist/{shoelace/assets → assets}/icons/star-fill.svg +0 -0
  1824. /package/dist/{shoelace/assets → assets}/icons/star-half.svg +0 -0
  1825. /package/dist/{shoelace/assets → assets}/icons/star.svg +0 -0
  1826. /package/dist/{shoelace/assets → assets}/icons/stars.svg +0 -0
  1827. /package/dist/{shoelace/assets → assets}/icons/steam.svg +0 -0
  1828. /package/dist/{shoelace/assets → assets}/icons/stickies-fill.svg +0 -0
  1829. /package/dist/{shoelace/assets → assets}/icons/stickies.svg +0 -0
  1830. /package/dist/{shoelace/assets → assets}/icons/sticky-fill.svg +0 -0
  1831. /package/dist/{shoelace/assets → assets}/icons/sticky.svg +0 -0
  1832. /package/dist/{shoelace/assets → assets}/icons/stop-btn-fill.svg +0 -0
  1833. /package/dist/{shoelace/assets → assets}/icons/stop-btn.svg +0 -0
  1834. /package/dist/{shoelace/assets → assets}/icons/stop-circle-fill.svg +0 -0
  1835. /package/dist/{shoelace/assets → assets}/icons/stop-circle.svg +0 -0
  1836. /package/dist/{shoelace/assets → assets}/icons/stop-fill.svg +0 -0
  1837. /package/dist/{shoelace/assets → assets}/icons/stop.svg +0 -0
  1838. /package/dist/{shoelace/assets → assets}/icons/stoplights-fill.svg +0 -0
  1839. /package/dist/{shoelace/assets → assets}/icons/stoplights.svg +0 -0
  1840. /package/dist/{shoelace/assets → assets}/icons/stopwatch-fill.svg +0 -0
  1841. /package/dist/{shoelace/assets → assets}/icons/stopwatch.svg +0 -0
  1842. /package/dist/{shoelace/assets → assets}/icons/strava.svg +0 -0
  1843. /package/dist/{shoelace/assets → assets}/icons/stripe.svg +0 -0
  1844. /package/dist/{shoelace/assets → assets}/icons/subscript.svg +0 -0
  1845. /package/dist/{shoelace/assets → assets}/icons/substack.svg +0 -0
  1846. /package/dist/{shoelace/assets → assets}/icons/subtract.svg +0 -0
  1847. /package/dist/{shoelace/assets → assets}/icons/suit-club-fill.svg +0 -0
  1848. /package/dist/{shoelace/assets → assets}/icons/suit-club.svg +0 -0
  1849. /package/dist/{shoelace/assets → assets}/icons/suit-diamond-fill.svg +0 -0
  1850. /package/dist/{shoelace/assets → assets}/icons/suit-diamond.svg +0 -0
  1851. /package/dist/{shoelace/assets → assets}/icons/suit-heart-fill.svg +0 -0
  1852. /package/dist/{shoelace/assets → assets}/icons/suit-heart.svg +0 -0
  1853. /package/dist/{shoelace/assets → assets}/icons/suit-spade-fill.svg +0 -0
  1854. /package/dist/{shoelace/assets → assets}/icons/suit-spade.svg +0 -0
  1855. /package/dist/{shoelace/assets → assets}/icons/suitcase-fill.svg +0 -0
  1856. /package/dist/{shoelace/assets → assets}/icons/suitcase-lg-fill.svg +0 -0
  1857. /package/dist/{shoelace/assets → assets}/icons/suitcase-lg.svg +0 -0
  1858. /package/dist/{shoelace/assets → assets}/icons/suitcase.svg +0 -0
  1859. /package/dist/{shoelace/assets → assets}/icons/suitcase2-fill.svg +0 -0
  1860. /package/dist/{shoelace/assets → assets}/icons/suitcase2.svg +0 -0
  1861. /package/dist/{shoelace/assets → assets}/icons/sun-fill.svg +0 -0
  1862. /package/dist/{shoelace/assets → assets}/icons/sun.svg +0 -0
  1863. /package/dist/{shoelace/assets → assets}/icons/sunglasses.svg +0 -0
  1864. /package/dist/{shoelace/assets → assets}/icons/sunrise-fill.svg +0 -0
  1865. /package/dist/{shoelace/assets → assets}/icons/sunrise.svg +0 -0
  1866. /package/dist/{shoelace/assets → assets}/icons/sunset-fill.svg +0 -0
  1867. /package/dist/{shoelace/assets → assets}/icons/sunset.svg +0 -0
  1868. /package/dist/{shoelace/assets → assets}/icons/superscript.svg +0 -0
  1869. /package/dist/{shoelace/assets → assets}/icons/symmetry-horizontal.svg +0 -0
  1870. /package/dist/{shoelace/assets → assets}/icons/symmetry-vertical.svg +0 -0
  1871. /package/dist/{shoelace/assets → assets}/icons/table.svg +0 -0
  1872. /package/dist/{shoelace/assets → assets}/icons/tablet-fill.svg +0 -0
  1873. /package/dist/{shoelace/assets → assets}/icons/tablet-landscape-fill.svg +0 -0
  1874. /package/dist/{shoelace/assets → assets}/icons/tablet-landscape.svg +0 -0
  1875. /package/dist/{shoelace/assets → assets}/icons/tablet.svg +0 -0
  1876. /package/dist/{shoelace/assets → assets}/icons/tag-fill.svg +0 -0
  1877. /package/dist/{shoelace/assets → assets}/icons/tag.svg +0 -0
  1878. /package/dist/{shoelace/assets → assets}/icons/tags-fill.svg +0 -0
  1879. /package/dist/{shoelace/assets → assets}/icons/tags.svg +0 -0
  1880. /package/dist/{shoelace/assets → assets}/icons/taxi-front-fill.svg +0 -0
  1881. /package/dist/{shoelace/assets → assets}/icons/taxi-front.svg +0 -0
  1882. /package/dist/{shoelace/assets → assets}/icons/telegram.svg +0 -0
  1883. /package/dist/{shoelace/assets → assets}/icons/telephone-fill.svg +0 -0
  1884. /package/dist/{shoelace/assets → assets}/icons/telephone-forward-fill.svg +0 -0
  1885. /package/dist/{shoelace/assets → assets}/icons/telephone-forward.svg +0 -0
  1886. /package/dist/{shoelace/assets → assets}/icons/telephone-inbound-fill.svg +0 -0
  1887. /package/dist/{shoelace/assets → assets}/icons/telephone-inbound.svg +0 -0
  1888. /package/dist/{shoelace/assets → assets}/icons/telephone-minus-fill.svg +0 -0
  1889. /package/dist/{shoelace/assets → assets}/icons/telephone-minus.svg +0 -0
  1890. /package/dist/{shoelace/assets → assets}/icons/telephone-outbound-fill.svg +0 -0
  1891. /package/dist/{shoelace/assets → assets}/icons/telephone-outbound.svg +0 -0
  1892. /package/dist/{shoelace/assets → assets}/icons/telephone-plus-fill.svg +0 -0
  1893. /package/dist/{shoelace/assets → assets}/icons/telephone-plus.svg +0 -0
  1894. /package/dist/{shoelace/assets → assets}/icons/telephone-x-fill.svg +0 -0
  1895. /package/dist/{shoelace/assets → assets}/icons/telephone-x.svg +0 -0
  1896. /package/dist/{shoelace/assets → assets}/icons/telephone.svg +0 -0
  1897. /package/dist/{shoelace/assets → assets}/icons/tencent-qq.svg +0 -0
  1898. /package/dist/{shoelace/assets → assets}/icons/terminal-dash.svg +0 -0
  1899. /package/dist/{shoelace/assets → assets}/icons/terminal-fill.svg +0 -0
  1900. /package/dist/{shoelace/assets → assets}/icons/terminal-plus.svg +0 -0
  1901. /package/dist/{shoelace/assets → assets}/icons/terminal-split.svg +0 -0
  1902. /package/dist/{shoelace/assets → assets}/icons/terminal-x.svg +0 -0
  1903. /package/dist/{shoelace/assets → assets}/icons/terminal.svg +0 -0
  1904. /package/dist/{shoelace/assets → assets}/icons/text-center.svg +0 -0
  1905. /package/dist/{shoelace/assets → assets}/icons/text-indent-left.svg +0 -0
  1906. /package/dist/{shoelace/assets → assets}/icons/text-indent-right.svg +0 -0
  1907. /package/dist/{shoelace/assets → assets}/icons/text-left.svg +0 -0
  1908. /package/dist/{shoelace/assets → assets}/icons/text-paragraph.svg +0 -0
  1909. /package/dist/{shoelace/assets → assets}/icons/text-right.svg +0 -0
  1910. /package/dist/{shoelace/assets → assets}/icons/text-wrap.svg +0 -0
  1911. /package/dist/{shoelace/assets → assets}/icons/textarea-resize.svg +0 -0
  1912. /package/dist/{shoelace/assets → assets}/icons/textarea-t.svg +0 -0
  1913. /package/dist/{shoelace/assets → assets}/icons/textarea.svg +0 -0
  1914. /package/dist/{shoelace/assets → assets}/icons/thermometer-half.svg +0 -0
  1915. /package/dist/{shoelace/assets → assets}/icons/thermometer-high.svg +0 -0
  1916. /package/dist/{shoelace/assets → assets}/icons/thermometer-low.svg +0 -0
  1917. /package/dist/{shoelace/assets → assets}/icons/thermometer-snow.svg +0 -0
  1918. /package/dist/{shoelace/assets → assets}/icons/thermometer-sun.svg +0 -0
  1919. /package/dist/{shoelace/assets → assets}/icons/thermometer.svg +0 -0
  1920. /package/dist/{shoelace/assets → assets}/icons/threads-fill.svg +0 -0
  1921. /package/dist/{shoelace/assets → assets}/icons/threads.svg +0 -0
  1922. /package/dist/{shoelace/assets → assets}/icons/three-dots-vertical.svg +0 -0
  1923. /package/dist/{shoelace/assets → assets}/icons/three-dots.svg +0 -0
  1924. /package/dist/{shoelace/assets → assets}/icons/thunderbolt-fill.svg +0 -0
  1925. /package/dist/{shoelace/assets → assets}/icons/thunderbolt.svg +0 -0
  1926. /package/dist/{shoelace/assets → assets}/icons/ticket-detailed-fill.svg +0 -0
  1927. /package/dist/{shoelace/assets → assets}/icons/ticket-detailed.svg +0 -0
  1928. /package/dist/{shoelace/assets → assets}/icons/ticket-fill.svg +0 -0
  1929. /package/dist/{shoelace/assets → assets}/icons/ticket-perforated-fill.svg +0 -0
  1930. /package/dist/{shoelace/assets → assets}/icons/ticket-perforated.svg +0 -0
  1931. /package/dist/{shoelace/assets → assets}/icons/ticket.svg +0 -0
  1932. /package/dist/{shoelace/assets → assets}/icons/tiktok.svg +0 -0
  1933. /package/dist/{shoelace/assets → assets}/icons/toggle-off.svg +0 -0
  1934. /package/dist/{shoelace/assets → assets}/icons/toggle-on.svg +0 -0
  1935. /package/dist/{shoelace/assets → assets}/icons/toggle2-off.svg +0 -0
  1936. /package/dist/{shoelace/assets → assets}/icons/toggle2-on.svg +0 -0
  1937. /package/dist/{shoelace/assets → assets}/icons/toggles.svg +0 -0
  1938. /package/dist/{shoelace/assets → assets}/icons/toggles2.svg +0 -0
  1939. /package/dist/{shoelace/assets → assets}/icons/tools.svg +0 -0
  1940. /package/dist/{shoelace/assets → assets}/icons/tornado.svg +0 -0
  1941. /package/dist/{shoelace/assets → assets}/icons/train-freight-front-fill.svg +0 -0
  1942. /package/dist/{shoelace/assets → assets}/icons/train-freight-front.svg +0 -0
  1943. /package/dist/{shoelace/assets → assets}/icons/train-front-fill.svg +0 -0
  1944. /package/dist/{shoelace/assets → assets}/icons/train-front.svg +0 -0
  1945. /package/dist/{shoelace/assets → assets}/icons/train-lightrail-front-fill.svg +0 -0
  1946. /package/dist/{shoelace/assets → assets}/icons/train-lightrail-front.svg +0 -0
  1947. /package/dist/{shoelace/assets → assets}/icons/translate.svg +0 -0
  1948. /package/dist/{shoelace/assets → assets}/icons/transparency.svg +0 -0
  1949. /package/dist/{shoelace/assets → assets}/icons/trash-fill.svg +0 -0
  1950. /package/dist/{shoelace/assets → assets}/icons/trash.svg +0 -0
  1951. /package/dist/{shoelace/assets → assets}/icons/trash2-fill.svg +0 -0
  1952. /package/dist/{shoelace/assets → assets}/icons/trash2.svg +0 -0
  1953. /package/dist/{shoelace/assets → assets}/icons/trash3-fill.svg +0 -0
  1954. /package/dist/{shoelace/assets → assets}/icons/trash3.svg +0 -0
  1955. /package/dist/{shoelace/assets → assets}/icons/tree-fill.svg +0 -0
  1956. /package/dist/{shoelace/assets → assets}/icons/tree.svg +0 -0
  1957. /package/dist/{shoelace/assets → assets}/icons/trello.svg +0 -0
  1958. /package/dist/{shoelace/assets → assets}/icons/triangle-fill.svg +0 -0
  1959. /package/dist/{shoelace/assets → assets}/icons/triangle-half.svg +0 -0
  1960. /package/dist/{shoelace/assets → assets}/icons/triangle.svg +0 -0
  1961. /package/dist/{shoelace/assets → assets}/icons/trophy-fill.svg +0 -0
  1962. /package/dist/{shoelace/assets → assets}/icons/trophy.svg +0 -0
  1963. /package/dist/{shoelace/assets → assets}/icons/tropical-storm.svg +0 -0
  1964. /package/dist/{shoelace/assets → assets}/icons/truck-flatbed.svg +0 -0
  1965. /package/dist/{shoelace/assets → assets}/icons/truck-front-fill.svg +0 -0
  1966. /package/dist/{shoelace/assets → assets}/icons/truck-front.svg +0 -0
  1967. /package/dist/{shoelace/assets → assets}/icons/truck.svg +0 -0
  1968. /package/dist/{shoelace/assets → assets}/icons/tsunami.svg +0 -0
  1969. /package/dist/{shoelace/assets → assets}/icons/tv-fill.svg +0 -0
  1970. /package/dist/{shoelace/assets → assets}/icons/tv.svg +0 -0
  1971. /package/dist/{shoelace/assets → assets}/icons/twitch.svg +0 -0
  1972. /package/dist/{shoelace/assets → assets}/icons/twitter-x.svg +0 -0
  1973. /package/dist/{shoelace/assets → assets}/icons/twitter.svg +0 -0
  1974. /package/dist/{shoelace/assets → assets}/icons/type-bold.svg +0 -0
  1975. /package/dist/{shoelace/assets → assets}/icons/type-h1.svg +0 -0
  1976. /package/dist/{shoelace/assets → assets}/icons/type-h2.svg +0 -0
  1977. /package/dist/{shoelace/assets → assets}/icons/type-h3.svg +0 -0
  1978. /package/dist/{shoelace/assets → assets}/icons/type-h4.svg +0 -0
  1979. /package/dist/{shoelace/assets → assets}/icons/type-h5.svg +0 -0
  1980. /package/dist/{shoelace/assets → assets}/icons/type-h6.svg +0 -0
  1981. /package/dist/{shoelace/assets → assets}/icons/type-italic.svg +0 -0
  1982. /package/dist/{shoelace/assets → assets}/icons/type-strikethrough.svg +0 -0
  1983. /package/dist/{shoelace/assets → assets}/icons/type-underline.svg +0 -0
  1984. /package/dist/{shoelace/assets → assets}/icons/type.svg +0 -0
  1985. /package/dist/{shoelace/assets → assets}/icons/ubuntu.svg +0 -0
  1986. /package/dist/{shoelace/assets → assets}/icons/ui-checks-grid.svg +0 -0
  1987. /package/dist/{shoelace/assets → assets}/icons/ui-checks.svg +0 -0
  1988. /package/dist/{shoelace/assets → assets}/icons/ui-radios-grid.svg +0 -0
  1989. /package/dist/{shoelace/assets → assets}/icons/ui-radios.svg +0 -0
  1990. /package/dist/{shoelace/assets → assets}/icons/umbrella-fill.svg +0 -0
  1991. /package/dist/{shoelace/assets → assets}/icons/umbrella.svg +0 -0
  1992. /package/dist/{shoelace/assets → assets}/icons/unindent.svg +0 -0
  1993. /package/dist/{shoelace/assets → assets}/icons/union.svg +0 -0
  1994. /package/dist/{shoelace/assets → assets}/icons/unity.svg +0 -0
  1995. /package/dist/{shoelace/assets → assets}/icons/universal-access-circle.svg +0 -0
  1996. /package/dist/{shoelace/assets → assets}/icons/universal-access.svg +0 -0
  1997. /package/dist/{shoelace/assets → assets}/icons/unlock-fill.svg +0 -0
  1998. /package/dist/{shoelace/assets → assets}/icons/unlock.svg +0 -0
  1999. /package/dist/{shoelace/assets → assets}/icons/upc-scan.svg +0 -0
  2000. /package/dist/{shoelace/assets → assets}/icons/upc.svg +0 -0
  2001. /package/dist/{shoelace/assets → assets}/icons/upload.svg +0 -0
  2002. /package/dist/{shoelace/assets → assets}/icons/usb-c-fill.svg +0 -0
  2003. /package/dist/{shoelace/assets → assets}/icons/usb-c.svg +0 -0
  2004. /package/dist/{shoelace/assets → assets}/icons/usb-drive-fill.svg +0 -0
  2005. /package/dist/{shoelace/assets → assets}/icons/usb-drive.svg +0 -0
  2006. /package/dist/{shoelace/assets → assets}/icons/usb-fill.svg +0 -0
  2007. /package/dist/{shoelace/assets → assets}/icons/usb-micro-fill.svg +0 -0
  2008. /package/dist/{shoelace/assets → assets}/icons/usb-micro.svg +0 -0
  2009. /package/dist/{shoelace/assets → assets}/icons/usb-mini-fill.svg +0 -0
  2010. /package/dist/{shoelace/assets → assets}/icons/usb-mini.svg +0 -0
  2011. /package/dist/{shoelace/assets → assets}/icons/usb-plug-fill.svg +0 -0
  2012. /package/dist/{shoelace/assets → assets}/icons/usb-plug.svg +0 -0
  2013. /package/dist/{shoelace/assets → assets}/icons/usb-symbol.svg +0 -0
  2014. /package/dist/{shoelace/assets → assets}/icons/usb.svg +0 -0
  2015. /package/dist/{shoelace/assets → assets}/icons/valentine.svg +0 -0
  2016. /package/dist/{shoelace/assets → assets}/icons/valentine2.svg +0 -0
  2017. /package/dist/{shoelace/assets → assets}/icons/vector-pen.svg +0 -0
  2018. /package/dist/{shoelace/assets → assets}/icons/view-list.svg +0 -0
  2019. /package/dist/{shoelace/assets → assets}/icons/view-stacked.svg +0 -0
  2020. /package/dist/{shoelace/assets → assets}/icons/vignette.svg +0 -0
  2021. /package/dist/{shoelace/assets → assets}/icons/vimeo.svg +0 -0
  2022. /package/dist/{shoelace/assets → assets}/icons/vinyl-fill.svg +0 -0
  2023. /package/dist/{shoelace/assets → assets}/icons/vinyl.svg +0 -0
  2024. /package/dist/{shoelace/assets → assets}/icons/virus.svg +0 -0
  2025. /package/dist/{shoelace/assets → assets}/icons/virus2.svg +0 -0
  2026. /package/dist/{shoelace/assets → assets}/icons/voicemail.svg +0 -0
  2027. /package/dist/{shoelace/assets → assets}/icons/volume-down-fill.svg +0 -0
  2028. /package/dist/{shoelace/assets → assets}/icons/volume-down.svg +0 -0
  2029. /package/dist/{shoelace/assets → assets}/icons/volume-mute-fill.svg +0 -0
  2030. /package/dist/{shoelace/assets → assets}/icons/volume-mute.svg +0 -0
  2031. /package/dist/{shoelace/assets → assets}/icons/volume-off-fill.svg +0 -0
  2032. /package/dist/{shoelace/assets → assets}/icons/volume-off.svg +0 -0
  2033. /package/dist/{shoelace/assets → assets}/icons/volume-up-fill.svg +0 -0
  2034. /package/dist/{shoelace/assets → assets}/icons/volume-up.svg +0 -0
  2035. /package/dist/{shoelace/assets → assets}/icons/vr.svg +0 -0
  2036. /package/dist/{shoelace/assets → assets}/icons/wallet-fill.svg +0 -0
  2037. /package/dist/{shoelace/assets → assets}/icons/wallet.svg +0 -0
  2038. /package/dist/{shoelace/assets → assets}/icons/wallet2.svg +0 -0
  2039. /package/dist/{shoelace/assets → assets}/icons/watch.svg +0 -0
  2040. /package/dist/{shoelace/assets → assets}/icons/water.svg +0 -0
  2041. /package/dist/{shoelace/assets → assets}/icons/webcam-fill.svg +0 -0
  2042. /package/dist/{shoelace/assets → assets}/icons/webcam.svg +0 -0
  2043. /package/dist/{shoelace/assets → assets}/icons/wechat.svg +0 -0
  2044. /package/dist/{shoelace/assets → assets}/icons/whatsapp.svg +0 -0
  2045. /package/dist/{shoelace/assets → assets}/icons/wifi-1.svg +0 -0
  2046. /package/dist/{shoelace/assets → assets}/icons/wifi-2.svg +0 -0
  2047. /package/dist/{shoelace/assets → assets}/icons/wifi-off.svg +0 -0
  2048. /package/dist/{shoelace/assets → assets}/icons/wifi.svg +0 -0
  2049. /package/dist/{shoelace/assets → assets}/icons/wikipedia.svg +0 -0
  2050. /package/dist/{shoelace/assets → assets}/icons/wind.svg +0 -0
  2051. /package/dist/{shoelace/assets → assets}/icons/window-dash.svg +0 -0
  2052. /package/dist/{shoelace/assets → assets}/icons/window-desktop.svg +0 -0
  2053. /package/dist/{shoelace/assets → assets}/icons/window-dock.svg +0 -0
  2054. /package/dist/{shoelace/assets → assets}/icons/window-fullscreen.svg +0 -0
  2055. /package/dist/{shoelace/assets → assets}/icons/window-plus.svg +0 -0
  2056. /package/dist/{shoelace/assets → assets}/icons/window-sidebar.svg +0 -0
  2057. /package/dist/{shoelace/assets → assets}/icons/window-split.svg +0 -0
  2058. /package/dist/{shoelace/assets → assets}/icons/window-stack.svg +0 -0
  2059. /package/dist/{shoelace/assets → assets}/icons/window-x.svg +0 -0
  2060. /package/dist/{shoelace/assets → assets}/icons/window.svg +0 -0
  2061. /package/dist/{shoelace/assets → assets}/icons/windows.svg +0 -0
  2062. /package/dist/{shoelace/assets → assets}/icons/wordpress.svg +0 -0
  2063. /package/dist/{shoelace/assets → assets}/icons/wrench-adjustable-circle-fill.svg +0 -0
  2064. /package/dist/{shoelace/assets → assets}/icons/wrench-adjustable-circle.svg +0 -0
  2065. /package/dist/{shoelace/assets → assets}/icons/wrench-adjustable.svg +0 -0
  2066. /package/dist/{shoelace/assets → assets}/icons/wrench.svg +0 -0
  2067. /package/dist/{shoelace/assets → assets}/icons/x-circle-fill.svg +0 -0
  2068. /package/dist/{shoelace/assets → assets}/icons/x-circle.svg +0 -0
  2069. /package/dist/{shoelace/assets → assets}/icons/x-diamond-fill.svg +0 -0
  2070. /package/dist/{shoelace/assets → assets}/icons/x-diamond.svg +0 -0
  2071. /package/dist/{shoelace/assets → assets}/icons/x-lg.svg +0 -0
  2072. /package/dist/{shoelace/assets → assets}/icons/x-octagon-fill.svg +0 -0
  2073. /package/dist/{shoelace/assets → assets}/icons/x-octagon.svg +0 -0
  2074. /package/dist/{shoelace/assets → assets}/icons/x-square-fill.svg +0 -0
  2075. /package/dist/{shoelace/assets → assets}/icons/x-square.svg +0 -0
  2076. /package/dist/{shoelace/assets → assets}/icons/x.svg +0 -0
  2077. /package/dist/{shoelace/assets → assets}/icons/xbox.svg +0 -0
  2078. /package/dist/{shoelace/assets → assets}/icons/yelp.svg +0 -0
  2079. /package/dist/{shoelace/assets → assets}/icons/yin-yang.svg +0 -0
  2080. /package/dist/{shoelace/assets → assets}/icons/youtube.svg +0 -0
  2081. /package/dist/{shoelace/assets → assets}/icons/zoom-in.svg +0 -0
  2082. /package/dist/{shoelace/assets → assets}/icons/zoom-out.svg +0 -0
package/dist/ui.js DELETED
@@ -1,4324 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright 2019 Google LLC
4
- * SPDX-License-Identifier: BSD-3-Clause
5
- */
6
- const Ht = globalThis, be = Ht.ShadowRoot && (Ht.ShadyCSS === void 0 || Ht.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, me = Symbol(), Pe = /* @__PURE__ */ new WeakMap();
7
- let io = class {
8
- constructor(t, o, i) {
9
- if (this._$cssResult$ = !0, i !== me)
10
- throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
11
- this.cssText = t, this.t = o;
12
- }
13
- get styleSheet() {
14
- let t = this.o;
15
- const o = this.t;
16
- if (be && t === void 0) {
17
- const i = o !== void 0 && o.length === 1;
18
- i && (t = Pe.get(o)), t === void 0 && ((this.o = t = new CSSStyleSheet()).replaceSync(this.cssText), i && Pe.set(o, t));
19
- }
20
- return t;
21
- }
22
- toString() {
23
- return this.cssText;
24
- }
25
- };
26
- const ro = (e) => new io(typeof e == "string" ? e : e + "", void 0, me), et = (e, ...t) => {
27
- const o = e.length === 1 ? e[0] : t.reduce((i, r, n) => i + ((s) => {
28
- if (s._$cssResult$ === !0)
29
- return s.cssText;
30
- if (typeof s == "number")
31
- return s;
32
- throw Error("Value passed to 'css' function must be a 'css' function result: " + s + ". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.");
33
- })(r) + e[n + 1], e[0]);
34
- return new io(o, e, me);
35
- }, Lo = (e, t) => {
36
- if (be)
37
- e.adoptedStyleSheets = t.map((o) => o instanceof CSSStyleSheet ? o : o.styleSheet);
38
- else
39
- for (const o of t) {
40
- const i = document.createElement("style"), r = Ht.litNonce;
41
- r !== void 0 && i.setAttribute("nonce", r), i.textContent = o.cssText, e.appendChild(i);
42
- }
43
- }, ze = be ? (e) => e : (e) => e instanceof CSSStyleSheet ? ((t) => {
44
- let o = "";
45
- for (const i of t.cssRules)
46
- o += i.cssText;
47
- return ro(o);
48
- })(e) : e;
49
- /**
50
- * @license
51
- * Copyright 2017 Google LLC
52
- * SPDX-License-Identifier: BSD-3-Clause
53
- */
54
- const { is: Ro, defineProperty: To, getOwnPropertyDescriptor: Mo, getOwnPropertyNames: Bo, getOwnPropertySymbols: Uo, getPrototypeOf: Do } = Object, Z = globalThis, Oe = Z.trustedTypes, No = Oe ? Oe.emptyScript : "", te = Z.reactiveElementPolyfillSupport, St = (e, t) => e, jt = { toAttribute(e, t) {
55
- switch (t) {
56
- case Boolean:
57
- e = e ? No : null;
58
- break;
59
- case Object:
60
- case Array:
61
- e = e == null ? e : JSON.stringify(e);
62
- }
63
- return e;
64
- }, fromAttribute(e, t) {
65
- let o = e;
66
- switch (t) {
67
- case Boolean:
68
- o = e !== null;
69
- break;
70
- case Number:
71
- o = e === null ? null : Number(e);
72
- break;
73
- case Object:
74
- case Array:
75
- try {
76
- o = JSON.parse(e);
77
- } catch {
78
- o = null;
79
- }
80
- }
81
- return o;
82
- } }, ve = (e, t) => !Ro(e, t), Le = { attribute: !0, type: String, converter: jt, reflect: !1, hasChanged: ve };
83
- Symbol.metadata ?? (Symbol.metadata = Symbol("metadata")), Z.litPropertyMetadata ?? (Z.litPropertyMetadata = /* @__PURE__ */ new WeakMap());
84
- class ut extends HTMLElement {
85
- static addInitializer(t) {
86
- this._$Ei(), (this.l ?? (this.l = [])).push(t);
87
- }
88
- static get observedAttributes() {
89
- return this.finalize(), this._$Eh && [...this._$Eh.keys()];
90
- }
91
- static createProperty(t, o = Le) {
92
- if (o.state && (o.attribute = !1), this._$Ei(), this.elementProperties.set(t, o), !o.noAccessor) {
93
- const i = Symbol(), r = this.getPropertyDescriptor(t, i, o);
94
- r !== void 0 && To(this.prototype, t, r);
95
- }
96
- }
97
- static getPropertyDescriptor(t, o, i) {
98
- const { get: r, set: n } = Mo(this.prototype, t) ?? { get() {
99
- return this[o];
100
- }, set(s) {
101
- this[o] = s;
102
- } };
103
- return { get() {
104
- return r == null ? void 0 : r.call(this);
105
- }, set(s) {
106
- const l = r == null ? void 0 : r.call(this);
107
- n.call(this, s), this.requestUpdate(t, l, i);
108
- }, configurable: !0, enumerable: !0 };
109
- }
110
- static getPropertyOptions(t) {
111
- return this.elementProperties.get(t) ?? Le;
112
- }
113
- static _$Ei() {
114
- if (this.hasOwnProperty(St("elementProperties")))
115
- return;
116
- const t = Do(this);
117
- t.finalize(), t.l !== void 0 && (this.l = [...t.l]), this.elementProperties = new Map(t.elementProperties);
118
- }
119
- static finalize() {
120
- if (this.hasOwnProperty(St("finalized")))
121
- return;
122
- if (this.finalized = !0, this._$Ei(), this.hasOwnProperty(St("properties"))) {
123
- const o = this.properties, i = [...Bo(o), ...Uo(o)];
124
- for (const r of i)
125
- this.createProperty(r, o[r]);
126
- }
127
- const t = this[Symbol.metadata];
128
- if (t !== null) {
129
- const o = litPropertyMetadata.get(t);
130
- if (o !== void 0)
131
- for (const [i, r] of o)
132
- this.elementProperties.set(i, r);
133
- }
134
- this._$Eh = /* @__PURE__ */ new Map();
135
- for (const [o, i] of this.elementProperties) {
136
- const r = this._$Eu(o, i);
137
- r !== void 0 && this._$Eh.set(r, o);
138
- }
139
- this.elementStyles = this.finalizeStyles(this.styles);
140
- }
141
- static finalizeStyles(t) {
142
- const o = [];
143
- if (Array.isArray(t)) {
144
- const i = new Set(t.flat(1 / 0).reverse());
145
- for (const r of i)
146
- o.unshift(ze(r));
147
- } else
148
- t !== void 0 && o.push(ze(t));
149
- return o;
150
- }
151
- static _$Eu(t, o) {
152
- const i = o.attribute;
153
- return i === !1 ? void 0 : typeof i == "string" ? i : typeof t == "string" ? t.toLowerCase() : void 0;
154
- }
155
- constructor() {
156
- super(), this._$Ep = void 0, this.isUpdatePending = !1, this.hasUpdated = !1, this._$Em = null, this._$Ev();
157
- }
158
- _$Ev() {
159
- var t;
160
- this._$ES = new Promise((o) => this.enableUpdating = o), this._$AL = /* @__PURE__ */ new Map(), this._$E_(), this.requestUpdate(), (t = this.constructor.l) == null || t.forEach((o) => o(this));
161
- }
162
- addController(t) {
163
- var o;
164
- (this._$EO ?? (this._$EO = /* @__PURE__ */ new Set())).add(t), this.renderRoot !== void 0 && this.isConnected && ((o = t.hostConnected) == null || o.call(t));
165
- }
166
- removeController(t) {
167
- var o;
168
- (o = this._$EO) == null || o.delete(t);
169
- }
170
- _$E_() {
171
- const t = /* @__PURE__ */ new Map(), o = this.constructor.elementProperties;
172
- for (const i of o.keys())
173
- this.hasOwnProperty(i) && (t.set(i, this[i]), delete this[i]);
174
- t.size > 0 && (this._$Ep = t);
175
- }
176
- createRenderRoot() {
177
- const t = this.shadowRoot ?? this.attachShadow(this.constructor.shadowRootOptions);
178
- return Lo(t, this.constructor.elementStyles), t;
179
- }
180
- connectedCallback() {
181
- var t;
182
- this.renderRoot ?? (this.renderRoot = this.createRenderRoot()), this.enableUpdating(!0), (t = this._$EO) == null || t.forEach((o) => {
183
- var i;
184
- return (i = o.hostConnected) == null ? void 0 : i.call(o);
185
- });
186
- }
187
- enableUpdating(t) {
188
- }
189
- disconnectedCallback() {
190
- var t;
191
- (t = this._$EO) == null || t.forEach((o) => {
192
- var i;
193
- return (i = o.hostDisconnected) == null ? void 0 : i.call(o);
194
- });
195
- }
196
- attributeChangedCallback(t, o, i) {
197
- this._$AK(t, i);
198
- }
199
- _$EC(t, o) {
200
- var n;
201
- const i = this.constructor.elementProperties.get(t), r = this.constructor._$Eu(t, i);
202
- if (r !== void 0 && i.reflect === !0) {
203
- const s = (((n = i.converter) == null ? void 0 : n.toAttribute) !== void 0 ? i.converter : jt).toAttribute(o, i.type);
204
- this._$Em = t, s == null ? this.removeAttribute(r) : this.setAttribute(r, s), this._$Em = null;
205
- }
206
- }
207
- _$AK(t, o) {
208
- var n;
209
- const i = this.constructor, r = i._$Eh.get(t);
210
- if (r !== void 0 && this._$Em !== r) {
211
- const s = i.getPropertyOptions(r), l = typeof s.converter == "function" ? { fromAttribute: s.converter } : ((n = s.converter) == null ? void 0 : n.fromAttribute) !== void 0 ? s.converter : jt;
212
- this._$Em = r, this[r] = l.fromAttribute(o, s.type), this._$Em = null;
213
- }
214
- }
215
- requestUpdate(t, o, i) {
216
- if (t !== void 0) {
217
- if (i ?? (i = this.constructor.getPropertyOptions(t)), !(i.hasChanged ?? ve)(this[t], o))
218
- return;
219
- this.P(t, o, i);
220
- }
221
- this.isUpdatePending === !1 && (this._$ES = this._$ET());
222
- }
223
- P(t, o, i) {
224
- this._$AL.has(t) || this._$AL.set(t, o), i.reflect === !0 && this._$Em !== t && (this._$Ej ?? (this._$Ej = /* @__PURE__ */ new Set())).add(t);
225
- }
226
- async _$ET() {
227
- this.isUpdatePending = !0;
228
- try {
229
- await this._$ES;
230
- } catch (o) {
231
- Promise.reject(o);
232
- }
233
- const t = this.scheduleUpdate();
234
- return t != null && await t, !this.isUpdatePending;
235
- }
236
- scheduleUpdate() {
237
- return this.performUpdate();
238
- }
239
- performUpdate() {
240
- var i;
241
- if (!this.isUpdatePending)
242
- return;
243
- if (!this.hasUpdated) {
244
- if (this.renderRoot ?? (this.renderRoot = this.createRenderRoot()), this._$Ep) {
245
- for (const [n, s] of this._$Ep)
246
- this[n] = s;
247
- this._$Ep = void 0;
248
- }
249
- const r = this.constructor.elementProperties;
250
- if (r.size > 0)
251
- for (const [n, s] of r)
252
- s.wrapped !== !0 || this._$AL.has(n) || this[n] === void 0 || this.P(n, this[n], s);
253
- }
254
- let t = !1;
255
- const o = this._$AL;
256
- try {
257
- t = this.shouldUpdate(o), t ? (this.willUpdate(o), (i = this._$EO) == null || i.forEach((r) => {
258
- var n;
259
- return (n = r.hostUpdate) == null ? void 0 : n.call(r);
260
- }), this.update(o)) : this._$EU();
261
- } catch (r) {
262
- throw t = !1, this._$EU(), r;
263
- }
264
- t && this._$AE(o);
265
- }
266
- willUpdate(t) {
267
- }
268
- _$AE(t) {
269
- var o;
270
- (o = this._$EO) == null || o.forEach((i) => {
271
- var r;
272
- return (r = i.hostUpdated) == null ? void 0 : r.call(i);
273
- }), this.hasUpdated || (this.hasUpdated = !0, this.firstUpdated(t)), this.updated(t);
274
- }
275
- _$EU() {
276
- this._$AL = /* @__PURE__ */ new Map(), this.isUpdatePending = !1;
277
- }
278
- get updateComplete() {
279
- return this.getUpdateComplete();
280
- }
281
- getUpdateComplete() {
282
- return this._$ES;
283
- }
284
- shouldUpdate(t) {
285
- return !0;
286
- }
287
- update(t) {
288
- this._$Ej && (this._$Ej = this._$Ej.forEach((o) => this._$EC(o, this[o]))), this._$EU();
289
- }
290
- updated(t) {
291
- }
292
- firstUpdated(t) {
293
- }
294
- }
295
- ut.elementStyles = [], ut.shadowRootOptions = { mode: "open" }, ut[St("elementProperties")] = /* @__PURE__ */ new Map(), ut[St("finalized")] = /* @__PURE__ */ new Map(), te == null || te({ ReactiveElement: ut }), (Z.reactiveElementVersions ?? (Z.reactiveElementVersions = [])).push("2.0.4");
296
- /**
297
- * @license
298
- * Copyright 2017 Google LLC
299
- * SPDX-License-Identifier: BSD-3-Clause
300
- */
301
- const Pt = globalThis, Wt = Pt.trustedTypes, Re = Wt ? Wt.createPolicy("lit-html", { createHTML: (e) => e }) : void 0, no = "$lit$", G = `lit$${Math.random().toFixed(9).slice(2)}$`, so = "?" + G, Fo = `<${so}>`, nt = document, zt = () => nt.createComment(""), Ot = (e) => e === null || typeof e != "object" && typeof e != "function", ao = Array.isArray, Vo = (e) => ao(e) || typeof (e == null ? void 0 : e[Symbol.iterator]) == "function", ee = `[
302
- \f\r]`, _t = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, Te = /-->/g, Me = />/g, ot = RegExp(`>|${ee}(?:([^\\s"'>=/]+)(${ee}*=${ee}*(?:[^
303
- \f\r"'\`<>=]|("|')|))|$)`, "g"), Be = /'/g, Ue = /"/g, lo = /^(?:script|style|textarea|title)$/i, Ho = (e) => (t, ...o) => ({ _$litType$: e, strings: t, values: o }), N = Ho(1), st = Symbol.for("lit-noChange"), k = Symbol.for("lit-nothing"), De = /* @__PURE__ */ new WeakMap(), rt = nt.createTreeWalker(nt, 129);
304
- function co(e, t) {
305
- if (!Array.isArray(e) || !e.hasOwnProperty("raw"))
306
- throw Error("invalid template strings array");
307
- return Re !== void 0 ? Re.createHTML(t) : t;
308
- }
309
- const Io = (e, t) => {
310
- const o = e.length - 1, i = [];
311
- let r, n = t === 2 ? "<svg>" : "", s = _t;
312
- for (let l = 0; l < o; l++) {
313
- const a = e[l];
314
- let c, d, u = -1, b = 0;
315
- for (; b < a.length && (s.lastIndex = b, d = s.exec(a), d !== null); )
316
- b = s.lastIndex, s === _t ? d[1] === "!--" ? s = Te : d[1] !== void 0 ? s = Me : d[2] !== void 0 ? (lo.test(d[2]) && (r = RegExp("</" + d[2], "g")), s = ot) : d[3] !== void 0 && (s = ot) : s === ot ? d[0] === ">" ? (s = r ?? _t, u = -1) : d[1] === void 0 ? u = -2 : (u = s.lastIndex - d[2].length, c = d[1], s = d[3] === void 0 ? ot : d[3] === '"' ? Ue : Be) : s === Ue || s === Be ? s = ot : s === Te || s === Me ? s = _t : (s = ot, r = void 0);
317
- const p = s === ot && e[l + 1].startsWith("/>") ? " " : "";
318
- n += s === _t ? a + Fo : u >= 0 ? (i.push(c), a.slice(0, u) + no + a.slice(u) + G + p) : a + G + (u === -2 ? l : p);
319
- }
320
- return [co(e, n + (e[o] || "<?>") + (t === 2 ? "</svg>" : "")), i];
321
- };
322
- class Lt {
323
- constructor({ strings: t, _$litType$: o }, i) {
324
- let r;
325
- this.parts = [];
326
- let n = 0, s = 0;
327
- const l = t.length - 1, a = this.parts, [c, d] = Io(t, o);
328
- if (this.el = Lt.createElement(c, i), rt.currentNode = this.el.content, o === 2) {
329
- const u = this.el.content.firstChild;
330
- u.replaceWith(...u.childNodes);
331
- }
332
- for (; (r = rt.nextNode()) !== null && a.length < l; ) {
333
- if (r.nodeType === 1) {
334
- if (r.hasAttributes())
335
- for (const u of r.getAttributeNames())
336
- if (u.endsWith(no)) {
337
- const b = d[s++], p = r.getAttribute(u).split(G), g = /([.?@])?(.*)/.exec(b);
338
- a.push({ type: 1, index: n, name: g[2], strings: p, ctor: g[1] === "." ? Wo : g[1] === "?" ? qo : g[1] === "@" ? Yo : Gt }), r.removeAttribute(u);
339
- } else
340
- u.startsWith(G) && (a.push({ type: 6, index: n }), r.removeAttribute(u));
341
- if (lo.test(r.tagName)) {
342
- const u = r.textContent.split(G), b = u.length - 1;
343
- if (b > 0) {
344
- r.textContent = Wt ? Wt.emptyScript : "";
345
- for (let p = 0; p < b; p++)
346
- r.append(u[p], zt()), rt.nextNode(), a.push({ type: 2, index: ++n });
347
- r.append(u[b], zt());
348
- }
349
- }
350
- } else if (r.nodeType === 8)
351
- if (r.data === so)
352
- a.push({ type: 2, index: n });
353
- else {
354
- let u = -1;
355
- for (; (u = r.data.indexOf(G, u + 1)) !== -1; )
356
- a.push({ type: 7, index: n }), u += G.length - 1;
357
- }
358
- n++;
359
- }
360
- }
361
- static createElement(t, o) {
362
- const i = nt.createElement("template");
363
- return i.innerHTML = t, i;
364
- }
365
- }
366
- function ft(e, t, o = e, i) {
367
- var s, l;
368
- if (t === st)
369
- return t;
370
- let r = i !== void 0 ? (s = o._$Co) == null ? void 0 : s[i] : o._$Cl;
371
- const n = Ot(t) ? void 0 : t._$litDirective$;
372
- return (r == null ? void 0 : r.constructor) !== n && ((l = r == null ? void 0 : r._$AO) == null || l.call(r, !1), n === void 0 ? r = void 0 : (r = new n(e), r._$AT(e, o, i)), i !== void 0 ? (o._$Co ?? (o._$Co = []))[i] = r : o._$Cl = r), r !== void 0 && (t = ft(e, r._$AS(e, t.values), r, i)), t;
373
- }
374
- class jo {
375
- constructor(t, o) {
376
- this._$AV = [], this._$AN = void 0, this._$AD = t, this._$AM = o;
377
- }
378
- get parentNode() {
379
- return this._$AM.parentNode;
380
- }
381
- get _$AU() {
382
- return this._$AM._$AU;
383
- }
384
- u(t) {
385
- const { el: { content: o }, parts: i } = this._$AD, r = ((t == null ? void 0 : t.creationScope) ?? nt).importNode(o, !0);
386
- rt.currentNode = r;
387
- let n = rt.nextNode(), s = 0, l = 0, a = i[0];
388
- for (; a !== void 0; ) {
389
- if (s === a.index) {
390
- let c;
391
- a.type === 2 ? c = new Mt(n, n.nextSibling, this, t) : a.type === 1 ? c = new a.ctor(n, a.name, a.strings, this, t) : a.type === 6 && (c = new Xo(n, this, t)), this._$AV.push(c), a = i[++l];
392
- }
393
- s !== (a == null ? void 0 : a.index) && (n = rt.nextNode(), s++);
394
- }
395
- return rt.currentNode = nt, r;
396
- }
397
- p(t) {
398
- let o = 0;
399
- for (const i of this._$AV)
400
- i !== void 0 && (i.strings !== void 0 ? (i._$AI(t, i, o), o += i.strings.length - 2) : i._$AI(t[o])), o++;
401
- }
402
- }
403
- class Mt {
404
- get _$AU() {
405
- var t;
406
- return ((t = this._$AM) == null ? void 0 : t._$AU) ?? this._$Cv;
407
- }
408
- constructor(t, o, i, r) {
409
- this.type = 2, this._$AH = k, this._$AN = void 0, this._$AA = t, this._$AB = o, this._$AM = i, this.options = r, this._$Cv = (r == null ? void 0 : r.isConnected) ?? !0;
410
- }
411
- get parentNode() {
412
- let t = this._$AA.parentNode;
413
- const o = this._$AM;
414
- return o !== void 0 && (t == null ? void 0 : t.nodeType) === 11 && (t = o.parentNode), t;
415
- }
416
- get startNode() {
417
- return this._$AA;
418
- }
419
- get endNode() {
420
- return this._$AB;
421
- }
422
- _$AI(t, o = this) {
423
- t = ft(this, t, o), Ot(t) ? t === k || t == null || t === "" ? (this._$AH !== k && this._$AR(), this._$AH = k) : t !== this._$AH && t !== st && this._(t) : t._$litType$ !== void 0 ? this.$(t) : t.nodeType !== void 0 ? this.T(t) : Vo(t) ? this.k(t) : this._(t);
424
- }
425
- S(t) {
426
- return this._$AA.parentNode.insertBefore(t, this._$AB);
427
- }
428
- T(t) {
429
- this._$AH !== t && (this._$AR(), this._$AH = this.S(t));
430
- }
431
- _(t) {
432
- this._$AH !== k && Ot(this._$AH) ? this._$AA.nextSibling.data = t : this.T(nt.createTextNode(t)), this._$AH = t;
433
- }
434
- $(t) {
435
- var n;
436
- const { values: o, _$litType$: i } = t, r = typeof i == "number" ? this._$AC(t) : (i.el === void 0 && (i.el = Lt.createElement(co(i.h, i.h[0]), this.options)), i);
437
- if (((n = this._$AH) == null ? void 0 : n._$AD) === r)
438
- this._$AH.p(o);
439
- else {
440
- const s = new jo(r, this), l = s.u(this.options);
441
- s.p(o), this.T(l), this._$AH = s;
442
- }
443
- }
444
- _$AC(t) {
445
- let o = De.get(t.strings);
446
- return o === void 0 && De.set(t.strings, o = new Lt(t)), o;
447
- }
448
- k(t) {
449
- ao(this._$AH) || (this._$AH = [], this._$AR());
450
- const o = this._$AH;
451
- let i, r = 0;
452
- for (const n of t)
453
- r === o.length ? o.push(i = new Mt(this.S(zt()), this.S(zt()), this, this.options)) : i = o[r], i._$AI(n), r++;
454
- r < o.length && (this._$AR(i && i._$AB.nextSibling, r), o.length = r);
455
- }
456
- _$AR(t = this._$AA.nextSibling, o) {
457
- var i;
458
- for ((i = this._$AP) == null ? void 0 : i.call(this, !1, !0, o); t && t !== this._$AB; ) {
459
- const r = t.nextSibling;
460
- t.remove(), t = r;
461
- }
462
- }
463
- setConnected(t) {
464
- var o;
465
- this._$AM === void 0 && (this._$Cv = t, (o = this._$AP) == null || o.call(this, t));
466
- }
467
- }
468
- class Gt {
469
- get tagName() {
470
- return this.element.tagName;
471
- }
472
- get _$AU() {
473
- return this._$AM._$AU;
474
- }
475
- constructor(t, o, i, r, n) {
476
- this.type = 1, this._$AH = k, this._$AN = void 0, this.element = t, this.name = o, this._$AM = r, this.options = n, i.length > 2 || i[0] !== "" || i[1] !== "" ? (this._$AH = Array(i.length - 1).fill(new String()), this.strings = i) : this._$AH = k;
477
- }
478
- _$AI(t, o = this, i, r) {
479
- const n = this.strings;
480
- let s = !1;
481
- if (n === void 0)
482
- t = ft(this, t, o, 0), s = !Ot(t) || t !== this._$AH && t !== st, s && (this._$AH = t);
483
- else {
484
- const l = t;
485
- let a, c;
486
- for (t = n[0], a = 0; a < n.length - 1; a++)
487
- c = ft(this, l[i + a], o, a), c === st && (c = this._$AH[a]), s || (s = !Ot(c) || c !== this._$AH[a]), c === k ? t = k : t !== k && (t += (c ?? "") + n[a + 1]), this._$AH[a] = c;
488
- }
489
- s && !r && this.j(t);
490
- }
491
- j(t) {
492
- t === k ? this.element.removeAttribute(this.name) : this.element.setAttribute(this.name, t ?? "");
493
- }
494
- }
495
- class Wo extends Gt {
496
- constructor() {
497
- super(...arguments), this.type = 3;
498
- }
499
- j(t) {
500
- this.element[this.name] = t === k ? void 0 : t;
501
- }
502
- }
503
- class qo extends Gt {
504
- constructor() {
505
- super(...arguments), this.type = 4;
506
- }
507
- j(t) {
508
- this.element.toggleAttribute(this.name, !!t && t !== k);
509
- }
510
- }
511
- class Yo extends Gt {
512
- constructor(t, o, i, r, n) {
513
- super(t, o, i, r, n), this.type = 5;
514
- }
515
- _$AI(t, o = this) {
516
- if ((t = ft(this, t, o, 0) ?? k) === st)
517
- return;
518
- const i = this._$AH, r = t === k && i !== k || t.capture !== i.capture || t.once !== i.once || t.passive !== i.passive, n = t !== k && (i === k || r);
519
- r && this.element.removeEventListener(this.name, this, i), n && this.element.addEventListener(this.name, this, t), this._$AH = t;
520
- }
521
- handleEvent(t) {
522
- var o;
523
- typeof this._$AH == "function" ? this._$AH.call(((o = this.options) == null ? void 0 : o.host) ?? this.element, t) : this._$AH.handleEvent(t);
524
- }
525
- }
526
- class Xo {
527
- constructor(t, o, i) {
528
- this.element = t, this.type = 6, this._$AN = void 0, this._$AM = o, this.options = i;
529
- }
530
- get _$AU() {
531
- return this._$AM._$AU;
532
- }
533
- _$AI(t) {
534
- ft(this, t);
535
- }
536
- }
537
- const oe = Pt.litHtmlPolyfillSupport;
538
- oe == null || oe(Lt, Mt), (Pt.litHtmlVersions ?? (Pt.litHtmlVersions = [])).push("3.1.3");
539
- const Ko = (e, t, o) => {
540
- const i = (o == null ? void 0 : o.renderBefore) ?? t;
541
- let r = i._$litPart$;
542
- if (r === void 0) {
543
- const n = (o == null ? void 0 : o.renderBefore) ?? null;
544
- i._$litPart$ = r = new Mt(t.insertBefore(zt(), n), n, void 0, o ?? {});
545
- }
546
- return r._$AI(e), r;
547
- };
548
- /**
549
- * @license
550
- * Copyright 2017 Google LLC
551
- * SPDX-License-Identifier: BSD-3-Clause
552
- */
553
- let ht = class extends ut {
554
- constructor() {
555
- super(...arguments), this.renderOptions = { host: this }, this._$Do = void 0;
556
- }
557
- createRenderRoot() {
558
- var o;
559
- const t = super.createRenderRoot();
560
- return (o = this.renderOptions).renderBefore ?? (o.renderBefore = t.firstChild), t;
561
- }
562
- update(t) {
563
- const o = this.render();
564
- this.hasUpdated || (this.renderOptions.isConnected = this.isConnected), super.update(t), this._$Do = Ko(o, this.renderRoot, this.renderOptions);
565
- }
566
- connectedCallback() {
567
- var t;
568
- super.connectedCallback(), (t = this._$Do) == null || t.setConnected(!0);
569
- }
570
- disconnectedCallback() {
571
- var t;
572
- super.disconnectedCallback(), (t = this._$Do) == null || t.setConnected(!1);
573
- }
574
- render() {
575
- return st;
576
- }
577
- };
578
- var oo;
579
- ht._$litElement$ = !0, ht.finalized = !0, (oo = globalThis.litElementHydrateSupport) == null || oo.call(globalThis, { LitElement: ht });
580
- const ie = globalThis.litElementPolyfillSupport;
581
- ie == null || ie({ LitElement: ht });
582
- (globalThis.litElementVersions ?? (globalThis.litElementVersions = [])).push("4.0.5");
583
- var Go = et`
584
- :host {
585
- --track-width: 2px;
586
- --track-color: rgb(128 128 128 / 25%);
587
- --indicator-color: var(--sl-color-primary-600);
588
- --speed: 2s;
589
-
590
- display: inline-flex;
591
- width: 1em;
592
- height: 1em;
593
- flex: none;
594
- }
595
-
596
- .spinner {
597
- flex: 1 1 auto;
598
- height: 100%;
599
- width: 100%;
600
- }
601
-
602
- .spinner__track,
603
- .spinner__indicator {
604
- fill: none;
605
- stroke-width: var(--track-width);
606
- r: calc(0.5em - var(--track-width) / 2);
607
- cx: 0.5em;
608
- cy: 0.5em;
609
- transform-origin: 50% 50%;
610
- }
611
-
612
- .spinner__track {
613
- stroke: var(--track-color);
614
- transform-origin: 0% 0%;
615
- }
616
-
617
- .spinner__indicator {
618
- stroke: var(--indicator-color);
619
- stroke-linecap: round;
620
- stroke-dasharray: 150% 75%;
621
- animation: spin var(--speed) linear infinite;
622
- }
623
-
624
- @keyframes spin {
625
- 0% {
626
- transform: rotate(0deg);
627
- stroke-dasharray: 0.05em, 3em;
628
- }
629
-
630
- 50% {
631
- transform: rotate(450deg);
632
- stroke-dasharray: 1.375em, 1.375em;
633
- }
634
-
635
- 100% {
636
- transform: rotate(1080deg);
637
- stroke-dasharray: 0.05em, 3em;
638
- }
639
- }
640
- `;
641
- const ue = /* @__PURE__ */ new Set(), Zo = new MutationObserver(fo), dt = /* @__PURE__ */ new Map();
642
- let uo = document.documentElement.dir || "ltr", ho = document.documentElement.lang || navigator.language, it;
643
- Zo.observe(document.documentElement, {
644
- attributes: !0,
645
- attributeFilter: ["dir", "lang"]
646
- });
647
- function po(...e) {
648
- e.map((t) => {
649
- const o = t.$code.toLowerCase();
650
- dt.has(o) ? dt.set(o, Object.assign(Object.assign({}, dt.get(o)), t)) : dt.set(o, t), it || (it = t);
651
- }), fo();
652
- }
653
- function fo() {
654
- uo = document.documentElement.dir || "ltr", ho = document.documentElement.lang || navigator.language, [...ue.keys()].map((e) => {
655
- typeof e.requestUpdate == "function" && e.requestUpdate();
656
- });
657
- }
658
- let Jo = class {
659
- constructor(t) {
660
- this.host = t, this.host.addController(this);
661
- }
662
- hostConnected() {
663
- ue.add(this.host);
664
- }
665
- hostDisconnected() {
666
- ue.delete(this.host);
667
- }
668
- dir() {
669
- return `${this.host.dir || uo}`.toLowerCase();
670
- }
671
- lang() {
672
- return `${this.host.lang || ho}`.toLowerCase();
673
- }
674
- getTranslationData(t) {
675
- var o, i;
676
- const r = new Intl.Locale(t.replace(/_/g, "-")), n = r == null ? void 0 : r.language.toLowerCase(), s = (i = (o = r == null ? void 0 : r.region) === null || o === void 0 ? void 0 : o.toLowerCase()) !== null && i !== void 0 ? i : "", l = dt.get(`${n}-${s}`), a = dt.get(n);
677
- return { locale: r, language: n, region: s, primary: l, secondary: a };
678
- }
679
- exists(t, o) {
680
- var i;
681
- const { primary: r, secondary: n } = this.getTranslationData((i = o.lang) !== null && i !== void 0 ? i : this.lang());
682
- return o = Object.assign({ includeFallback: !1 }, o), !!(r && r[t] || n && n[t] || o.includeFallback && it && it[t]);
683
- }
684
- term(t, ...o) {
685
- const { primary: i, secondary: r } = this.getTranslationData(this.lang());
686
- let n;
687
- if (i && i[t])
688
- n = i[t];
689
- else if (r && r[t])
690
- n = r[t];
691
- else if (it && it[t])
692
- n = it[t];
693
- else
694
- return console.error(`No translation found for: ${String(t)}`), String(t);
695
- return typeof n == "function" ? n(...o) : n;
696
- }
697
- date(t, o) {
698
- return t = new Date(t), new Intl.DateTimeFormat(this.lang(), o).format(t);
699
- }
700
- number(t, o) {
701
- return t = Number(t), isNaN(t) ? "" : new Intl.NumberFormat(this.lang(), o).format(t);
702
- }
703
- relativeTime(t, o, i) {
704
- return new Intl.RelativeTimeFormat(this.lang(), i).format(t, o);
705
- }
706
- };
707
- var go = {
708
- $code: "en",
709
- $name: "English",
710
- $dir: "ltr",
711
- carousel: "Carousel",
712
- clearEntry: "Clear entry",
713
- close: "Close",
714
- copied: "Copied",
715
- copy: "Copy",
716
- currentValue: "Current value",
717
- error: "Error",
718
- goToSlide: (e, t) => `Go to slide ${e} of ${t}`,
719
- hidePassword: "Hide password",
720
- loading: "Loading",
721
- nextSlide: "Next slide",
722
- numOptionsSelected: (e) => e === 0 ? "No options selected" : e === 1 ? "1 option selected" : `${e} options selected`,
723
- previousSlide: "Previous slide",
724
- progress: "Progress",
725
- remove: "Remove",
726
- resize: "Resize",
727
- scrollToEnd: "Scroll to end",
728
- scrollToStart: "Scroll to start",
729
- selectAColorFromTheScreen: "Select a color from the screen",
730
- showPassword: "Show password",
731
- slideNum: (e) => `Slide ${e}`,
732
- toggleColorFormat: "Toggle color format"
733
- };
734
- po(go);
735
- var Qo = go, ye = class extends Jo {
736
- };
737
- po(Qo);
738
- var bt = et`
739
- :host {
740
- box-sizing: border-box;
741
- }
742
-
743
- :host *,
744
- :host *::before,
745
- :host *::after {
746
- box-sizing: inherit;
747
- }
748
-
749
- [hidden] {
750
- display: none !important;
751
- }
752
- `, bo = Object.defineProperty, ti = Object.defineProperties, ei = Object.getOwnPropertyDescriptor, oi = Object.getOwnPropertyDescriptors, Ne = Object.getOwnPropertySymbols, ii = Object.prototype.hasOwnProperty, ri = Object.prototype.propertyIsEnumerable, Fe = (e, t, o) => t in e ? bo(e, t, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[t] = o, lt = (e, t) => {
753
- for (var o in t || (t = {}))
754
- ii.call(t, o) && Fe(e, o, t[o]);
755
- if (Ne)
756
- for (var o of Ne(t))
757
- ri.call(t, o) && Fe(e, o, t[o]);
758
- return e;
759
- }, Zt = (e, t) => ti(e, oi(t)), h = (e, t, o, i) => {
760
- for (var r = i > 1 ? void 0 : i ? ei(t, o) : t, n = e.length - 1, s; n >= 0; n--)
761
- (s = e[n]) && (r = (i ? s(t, o, r) : s(r)) || r);
762
- return i && r && bo(t, o, r), r;
763
- };
764
- /**
765
- * @license
766
- * Copyright 2017 Google LLC
767
- * SPDX-License-Identifier: BSD-3-Clause
768
- */
769
- const ni = { attribute: !0, type: String, converter: jt, reflect: !1, hasChanged: ve }, si = (e = ni, t, o) => {
770
- const { kind: i, metadata: r } = o;
771
- let n = globalThis.litPropertyMetadata.get(r);
772
- if (n === void 0 && globalThis.litPropertyMetadata.set(r, n = /* @__PURE__ */ new Map()), n.set(o.name, e), i === "accessor") {
773
- const { name: s } = o;
774
- return { set(l) {
775
- const a = t.get.call(this);
776
- t.set.call(this, l), this.requestUpdate(s, a, e);
777
- }, init(l) {
778
- return l !== void 0 && this.P(s, void 0, e), l;
779
- } };
780
- }
781
- if (i === "setter") {
782
- const { name: s } = o;
783
- return function(l) {
784
- const a = this[s];
785
- t.call(this, l), this.requestUpdate(s, a, e);
786
- };
787
- }
788
- throw Error("Unsupported decorator location: " + i);
789
- };
790
- function f(e) {
791
- return (t, o) => typeof o == "object" ? si(e, t, o) : ((i, r, n) => {
792
- const s = r.hasOwnProperty(n);
793
- return r.constructor.createProperty(n, s ? { ...i, wrapped: !0 } : i), s ? Object.getOwnPropertyDescriptor(r, n) : void 0;
794
- })(e, t, o);
795
- }
796
- /**
797
- * @license
798
- * Copyright 2017 Google LLC
799
- * SPDX-License-Identifier: BSD-3-Clause
800
- */
801
- function Jt(e) {
802
- return f({ ...e, state: !0, attribute: !1 });
803
- }
804
- /**
805
- * @license
806
- * Copyright 2017 Google LLC
807
- * SPDX-License-Identifier: BSD-3-Clause
808
- */
809
- const ai = (e, t, o) => (o.configurable = !0, o.enumerable = !0, Reflect.decorate && typeof t != "object" && Object.defineProperty(e, t, o), o);
810
- /**
811
- * @license
812
- * Copyright 2017 Google LLC
813
- * SPDX-License-Identifier: BSD-3-Clause
814
- */
815
- function ct(e, t) {
816
- return (o, i, r) => {
817
- const n = (s) => {
818
- var l;
819
- return ((l = s.renderRoot) == null ? void 0 : l.querySelector(e)) ?? null;
820
- };
821
- return ai(o, i, { get() {
822
- return n(this);
823
- } });
824
- };
825
- }
826
- var H = class extends ht {
827
- constructor() {
828
- super(), Object.entries(this.constructor.dependencies).forEach(([e, t]) => {
829
- this.constructor.define(e, t);
830
- });
831
- }
832
- emit(e, t) {
833
- const o = new CustomEvent(e, lt({
834
- bubbles: !0,
835
- cancelable: !1,
836
- composed: !0,
837
- detail: {}
838
- }, t));
839
- return this.dispatchEvent(o), o;
840
- }
841
- /* eslint-enable */
842
- static define(e, t = this, o = {}) {
843
- const i = customElements.get(e);
844
- if (!i) {
845
- customElements.define(e, class extends t {
846
- }, o);
847
- return;
848
- }
849
- let r = " (unknown version)", n = r;
850
- "version" in t && t.version && (r = " v" + t.version), "version" in i && i.version && (n = " v" + i.version), !(r && n && r === n) && console.warn(
851
- `Attempted to register <${e}>${r}, but <${e}>${n} has already been registered.`
852
- );
853
- }
854
- };
855
- H.version = "2.15.1";
856
- H.dependencies = {};
857
- h([
858
- f()
859
- ], H.prototype, "dir", 2);
860
- h([
861
- f()
862
- ], H.prototype, "lang", 2);
863
- var mo = class extends H {
864
- constructor() {
865
- super(...arguments), this.localize = new ye(this);
866
- }
867
- render() {
868
- return N`
869
- <svg part="base" class="spinner" role="progressbar" aria-label=${this.localize.term("loading")}>
870
- <circle class="spinner__track"></circle>
871
- <circle class="spinner__indicator"></circle>
872
- </svg>
873
- `;
874
- }
875
- };
876
- mo.styles = [bt, Go];
877
- var $t = /* @__PURE__ */ new WeakMap(), At = /* @__PURE__ */ new WeakMap(), Ct = /* @__PURE__ */ new WeakMap(), re = /* @__PURE__ */ new WeakSet(), Nt = /* @__PURE__ */ new WeakMap(), li = class {
878
- constructor(e, t) {
879
- this.handleFormData = (o) => {
880
- const i = this.options.disabled(this.host), r = this.options.name(this.host), n = this.options.value(this.host), s = this.host.tagName.toLowerCase() === "sl-button";
881
- this.host.isConnected && !i && !s && typeof r == "string" && r.length > 0 && typeof n < "u" && (Array.isArray(n) ? n.forEach((l) => {
882
- o.formData.append(r, l.toString());
883
- }) : o.formData.append(r, n.toString()));
884
- }, this.handleFormSubmit = (o) => {
885
- var i;
886
- const r = this.options.disabled(this.host), n = this.options.reportValidity;
887
- this.form && !this.form.noValidate && ((i = $t.get(this.form)) == null || i.forEach((s) => {
888
- this.setUserInteracted(s, !0);
889
- })), this.form && !this.form.noValidate && !r && !n(this.host) && (o.preventDefault(), o.stopImmediatePropagation());
890
- }, this.handleFormReset = () => {
891
- this.options.setValue(this.host, this.options.defaultValue(this.host)), this.setUserInteracted(this.host, !1), Nt.set(this.host, []);
892
- }, this.handleInteraction = (o) => {
893
- const i = Nt.get(this.host);
894
- i.includes(o.type) || i.push(o.type), i.length === this.options.assumeInteractionOn.length && this.setUserInteracted(this.host, !0);
895
- }, this.checkFormValidity = () => {
896
- if (this.form && !this.form.noValidate) {
897
- const o = this.form.querySelectorAll("*");
898
- for (const i of o)
899
- if (typeof i.checkValidity == "function" && !i.checkValidity())
900
- return !1;
901
- }
902
- return !0;
903
- }, this.reportFormValidity = () => {
904
- if (this.form && !this.form.noValidate) {
905
- const o = this.form.querySelectorAll("*");
906
- for (const i of o)
907
- if (typeof i.reportValidity == "function" && !i.reportValidity())
908
- return !1;
909
- }
910
- return !0;
911
- }, (this.host = e).addController(this), this.options = lt({
912
- form: (o) => {
913
- const i = o.form;
914
- if (i) {
915
- const n = o.getRootNode().querySelector(`#${i}`);
916
- if (n)
917
- return n;
918
- }
919
- return o.closest("form");
920
- },
921
- name: (o) => o.name,
922
- value: (o) => o.value,
923
- defaultValue: (o) => o.defaultValue,
924
- disabled: (o) => {
925
- var i;
926
- return (i = o.disabled) != null ? i : !1;
927
- },
928
- reportValidity: (o) => typeof o.reportValidity == "function" ? o.reportValidity() : !0,
929
- checkValidity: (o) => typeof o.checkValidity == "function" ? o.checkValidity() : !0,
930
- setValue: (o, i) => o.value = i,
931
- assumeInteractionOn: ["sl-input"]
932
- }, t);
933
- }
934
- hostConnected() {
935
- const e = this.options.form(this.host);
936
- e && this.attachForm(e), Nt.set(this.host, []), this.options.assumeInteractionOn.forEach((t) => {
937
- this.host.addEventListener(t, this.handleInteraction);
938
- });
939
- }
940
- hostDisconnected() {
941
- this.detachForm(), Nt.delete(this.host), this.options.assumeInteractionOn.forEach((e) => {
942
- this.host.removeEventListener(e, this.handleInteraction);
943
- });
944
- }
945
- hostUpdated() {
946
- const e = this.options.form(this.host);
947
- e || this.detachForm(), e && this.form !== e && (this.detachForm(), this.attachForm(e)), this.host.hasUpdated && this.setValidity(this.host.validity.valid);
948
- }
949
- attachForm(e) {
950
- e ? (this.form = e, $t.has(this.form) ? $t.get(this.form).add(this.host) : $t.set(this.form, /* @__PURE__ */ new Set([this.host])), this.form.addEventListener("formdata", this.handleFormData), this.form.addEventListener("submit", this.handleFormSubmit), this.form.addEventListener("reset", this.handleFormReset), At.has(this.form) || (At.set(this.form, this.form.reportValidity), this.form.reportValidity = () => this.reportFormValidity()), Ct.has(this.form) || (Ct.set(this.form, this.form.checkValidity), this.form.checkValidity = () => this.checkFormValidity())) : this.form = void 0;
951
- }
952
- detachForm() {
953
- if (!this.form)
954
- return;
955
- const e = $t.get(this.form);
956
- e && (e.delete(this.host), e.size <= 0 && (this.form.removeEventListener("formdata", this.handleFormData), this.form.removeEventListener("submit", this.handleFormSubmit), this.form.removeEventListener("reset", this.handleFormReset), At.has(this.form) && (this.form.reportValidity = At.get(this.form), At.delete(this.form)), Ct.has(this.form) && (this.form.checkValidity = Ct.get(this.form), Ct.delete(this.form)), this.form = void 0));
957
- }
958
- setUserInteracted(e, t) {
959
- t ? re.add(e) : re.delete(e), e.requestUpdate();
960
- }
961
- doAction(e, t) {
962
- if (this.form) {
963
- const o = document.createElement("button");
964
- o.type = e, o.style.position = "absolute", o.style.width = "0", o.style.height = "0", o.style.clipPath = "inset(50%)", o.style.overflow = "hidden", o.style.whiteSpace = "nowrap", t && (o.name = t.name, o.value = t.value, ["formaction", "formenctype", "formmethod", "formnovalidate", "formtarget"].forEach((i) => {
965
- t.hasAttribute(i) && o.setAttribute(i, t.getAttribute(i));
966
- })), this.form.append(o), o.click(), o.remove();
967
- }
968
- }
969
- /** Returns the associated `<form>` element, if one exists. */
970
- getForm() {
971
- var e;
972
- return (e = this.form) != null ? e : null;
973
- }
974
- /** Resets the form, restoring all the control to their default value */
975
- reset(e) {
976
- this.doAction("reset", e);
977
- }
978
- /** Submits the form, triggering validation and form data injection. */
979
- submit(e) {
980
- this.doAction("submit", e);
981
- }
982
- /**
983
- * Synchronously sets the form control's validity. Call this when you know the future validity but need to update
984
- * the host element immediately, i.e. before Lit updates the component in the next update.
985
- */
986
- setValidity(e) {
987
- const t = this.host, o = !!re.has(t), i = !!t.required;
988
- t.toggleAttribute("data-required", i), t.toggleAttribute("data-optional", !i), t.toggleAttribute("data-invalid", !e), t.toggleAttribute("data-valid", e), t.toggleAttribute("data-user-invalid", !e && o), t.toggleAttribute("data-user-valid", e && o);
989
- }
990
- /**
991
- * Updates the form control's validity based on the current value of `host.validity.valid`. Call this when anything
992
- * that affects constraint validation changes so the component receives the correct validity states.
993
- */
994
- updateValidity() {
995
- const e = this.host;
996
- this.setValidity(e.validity.valid);
997
- }
998
- /**
999
- * Dispatches a non-bubbling, cancelable custom event of type `sl-invalid`.
1000
- * If the `sl-invalid` event will be cancelled then the original `invalid`
1001
- * event (which may have been passed as argument) will also be cancelled.
1002
- * If no original `invalid` event has been passed then the `sl-invalid`
1003
- * event will be cancelled before being dispatched.
1004
- */
1005
- emitInvalidEvent(e) {
1006
- const t = new CustomEvent("sl-invalid", {
1007
- bubbles: !1,
1008
- composed: !1,
1009
- cancelable: !0,
1010
- detail: {}
1011
- });
1012
- e || t.preventDefault(), this.host.dispatchEvent(t) || e == null || e.preventDefault();
1013
- }
1014
- }, we = Object.freeze({
1015
- badInput: !1,
1016
- customError: !1,
1017
- patternMismatch: !1,
1018
- rangeOverflow: !1,
1019
- rangeUnderflow: !1,
1020
- stepMismatch: !1,
1021
- tooLong: !1,
1022
- tooShort: !1,
1023
- typeMismatch: !1,
1024
- valid: !0,
1025
- valueMissing: !1
1026
- });
1027
- Object.freeze(Zt(lt({}, we), {
1028
- valid: !1,
1029
- valueMissing: !0
1030
- }));
1031
- Object.freeze(Zt(lt({}, we), {
1032
- valid: !1,
1033
- customError: !0
1034
- }));
1035
- var ci = et`
1036
- :host {
1037
- display: inline-block;
1038
- position: relative;
1039
- width: auto;
1040
- cursor: pointer;
1041
- }
1042
-
1043
- .button {
1044
- display: inline-flex;
1045
- align-items: stretch;
1046
- justify-content: center;
1047
- width: 100%;
1048
- border-style: solid;
1049
- border-width: var(--sl-input-border-width);
1050
- font-family: var(--sl-input-font-family);
1051
- font-weight: var(--sl-font-weight-semibold);
1052
- text-decoration: none;
1053
- user-select: none;
1054
- -webkit-user-select: none;
1055
- white-space: nowrap;
1056
- vertical-align: middle;
1057
- padding: 0;
1058
- transition:
1059
- var(--sl-transition-x-fast) background-color,
1060
- var(--sl-transition-x-fast) color,
1061
- var(--sl-transition-x-fast) border,
1062
- var(--sl-transition-x-fast) box-shadow;
1063
- cursor: inherit;
1064
- }
1065
-
1066
- .button::-moz-focus-inner {
1067
- border: 0;
1068
- }
1069
-
1070
- .button:focus {
1071
- outline: none;
1072
- }
1073
-
1074
- .button:focus-visible {
1075
- outline: var(--sl-focus-ring);
1076
- outline-offset: var(--sl-focus-ring-offset);
1077
- }
1078
-
1079
- .button--disabled {
1080
- opacity: 0.5;
1081
- cursor: not-allowed;
1082
- }
1083
-
1084
- /* When disabled, prevent mouse events from bubbling up from children */
1085
- .button--disabled * {
1086
- pointer-events: none;
1087
- }
1088
-
1089
- .button__prefix,
1090
- .button__suffix {
1091
- flex: 0 0 auto;
1092
- display: flex;
1093
- align-items: center;
1094
- pointer-events: none;
1095
- }
1096
-
1097
- .button__label {
1098
- display: inline-block;
1099
- }
1100
-
1101
- .button__label::slotted(sl-icon) {
1102
- vertical-align: -2px;
1103
- }
1104
-
1105
- /*
1106
- * Standard buttons
1107
- */
1108
-
1109
- /* Default */
1110
- .button--standard.button--default {
1111
- background-color: var(--sl-color-neutral-0);
1112
- border-color: var(--sl-color-neutral-300);
1113
- color: var(--sl-color-neutral-700);
1114
- }
1115
-
1116
- .button--standard.button--default:hover:not(.button--disabled) {
1117
- background-color: var(--sl-color-primary-50);
1118
- border-color: var(--sl-color-primary-300);
1119
- color: var(--sl-color-primary-700);
1120
- }
1121
-
1122
- .button--standard.button--default:active:not(.button--disabled) {
1123
- background-color: var(--sl-color-primary-100);
1124
- border-color: var(--sl-color-primary-400);
1125
- color: var(--sl-color-primary-700);
1126
- }
1127
-
1128
- /* Primary */
1129
- .button--standard.button--primary {
1130
- background-color: var(--sl-color-primary-600);
1131
- border-color: var(--sl-color-primary-600);
1132
- color: var(--sl-color-neutral-0);
1133
- }
1134
-
1135
- .button--standard.button--primary:hover:not(.button--disabled) {
1136
- background-color: var(--sl-color-primary-500);
1137
- border-color: var(--sl-color-primary-500);
1138
- color: var(--sl-color-neutral-0);
1139
- }
1140
-
1141
- .button--standard.button--primary:active:not(.button--disabled) {
1142
- background-color: var(--sl-color-primary-600);
1143
- border-color: var(--sl-color-primary-600);
1144
- color: var(--sl-color-neutral-0);
1145
- }
1146
-
1147
- /* Success */
1148
- .button--standard.button--success {
1149
- background-color: var(--sl-color-success-600);
1150
- border-color: var(--sl-color-success-600);
1151
- color: var(--sl-color-neutral-0);
1152
- }
1153
-
1154
- .button--standard.button--success:hover:not(.button--disabled) {
1155
- background-color: var(--sl-color-success-500);
1156
- border-color: var(--sl-color-success-500);
1157
- color: var(--sl-color-neutral-0);
1158
- }
1159
-
1160
- .button--standard.button--success:active:not(.button--disabled) {
1161
- background-color: var(--sl-color-success-600);
1162
- border-color: var(--sl-color-success-600);
1163
- color: var(--sl-color-neutral-0);
1164
- }
1165
-
1166
- /* Neutral */
1167
- .button--standard.button--neutral {
1168
- background-color: var(--sl-color-neutral-600);
1169
- border-color: var(--sl-color-neutral-600);
1170
- color: var(--sl-color-neutral-0);
1171
- }
1172
-
1173
- .button--standard.button--neutral:hover:not(.button--disabled) {
1174
- background-color: var(--sl-color-neutral-500);
1175
- border-color: var(--sl-color-neutral-500);
1176
- color: var(--sl-color-neutral-0);
1177
- }
1178
-
1179
- .button--standard.button--neutral:active:not(.button--disabled) {
1180
- background-color: var(--sl-color-neutral-600);
1181
- border-color: var(--sl-color-neutral-600);
1182
- color: var(--sl-color-neutral-0);
1183
- }
1184
-
1185
- /* Warning */
1186
- .button--standard.button--warning {
1187
- background-color: var(--sl-color-warning-600);
1188
- border-color: var(--sl-color-warning-600);
1189
- color: var(--sl-color-neutral-0);
1190
- }
1191
- .button--standard.button--warning:hover:not(.button--disabled) {
1192
- background-color: var(--sl-color-warning-500);
1193
- border-color: var(--sl-color-warning-500);
1194
- color: var(--sl-color-neutral-0);
1195
- }
1196
-
1197
- .button--standard.button--warning:active:not(.button--disabled) {
1198
- background-color: var(--sl-color-warning-600);
1199
- border-color: var(--sl-color-warning-600);
1200
- color: var(--sl-color-neutral-0);
1201
- }
1202
-
1203
- /* Danger */
1204
- .button--standard.button--danger {
1205
- background-color: var(--sl-color-danger-600);
1206
- border-color: var(--sl-color-danger-600);
1207
- color: var(--sl-color-neutral-0);
1208
- }
1209
-
1210
- .button--standard.button--danger:hover:not(.button--disabled) {
1211
- background-color: var(--sl-color-danger-500);
1212
- border-color: var(--sl-color-danger-500);
1213
- color: var(--sl-color-neutral-0);
1214
- }
1215
-
1216
- .button--standard.button--danger:active:not(.button--disabled) {
1217
- background-color: var(--sl-color-danger-600);
1218
- border-color: var(--sl-color-danger-600);
1219
- color: var(--sl-color-neutral-0);
1220
- }
1221
-
1222
- /*
1223
- * Outline buttons
1224
- */
1225
-
1226
- .button--outline {
1227
- background: none;
1228
- border: solid 1px;
1229
- }
1230
-
1231
- /* Default */
1232
- .button--outline.button--default {
1233
- border-color: var(--sl-color-neutral-300);
1234
- color: var(--sl-color-neutral-700);
1235
- }
1236
-
1237
- .button--outline.button--default:hover:not(.button--disabled),
1238
- .button--outline.button--default.button--checked:not(.button--disabled) {
1239
- border-color: var(--sl-color-primary-600);
1240
- background-color: var(--sl-color-primary-600);
1241
- color: var(--sl-color-neutral-0);
1242
- }
1243
-
1244
- .button--outline.button--default:active:not(.button--disabled) {
1245
- border-color: var(--sl-color-primary-700);
1246
- background-color: var(--sl-color-primary-700);
1247
- color: var(--sl-color-neutral-0);
1248
- }
1249
-
1250
- /* Primary */
1251
- .button--outline.button--primary {
1252
- border-color: var(--sl-color-primary-600);
1253
- color: var(--sl-color-primary-600);
1254
- }
1255
-
1256
- .button--outline.button--primary:hover:not(.button--disabled),
1257
- .button--outline.button--primary.button--checked:not(.button--disabled) {
1258
- background-color: var(--sl-color-primary-600);
1259
- color: var(--sl-color-neutral-0);
1260
- }
1261
-
1262
- .button--outline.button--primary:active:not(.button--disabled) {
1263
- border-color: var(--sl-color-primary-700);
1264
- background-color: var(--sl-color-primary-700);
1265
- color: var(--sl-color-neutral-0);
1266
- }
1267
-
1268
- /* Success */
1269
- .button--outline.button--success {
1270
- border-color: var(--sl-color-success-600);
1271
- color: var(--sl-color-success-600);
1272
- }
1273
-
1274
- .button--outline.button--success:hover:not(.button--disabled),
1275
- .button--outline.button--success.button--checked:not(.button--disabled) {
1276
- background-color: var(--sl-color-success-600);
1277
- color: var(--sl-color-neutral-0);
1278
- }
1279
-
1280
- .button--outline.button--success:active:not(.button--disabled) {
1281
- border-color: var(--sl-color-success-700);
1282
- background-color: var(--sl-color-success-700);
1283
- color: var(--sl-color-neutral-0);
1284
- }
1285
-
1286
- /* Neutral */
1287
- .button--outline.button--neutral {
1288
- border-color: var(--sl-color-neutral-600);
1289
- color: var(--sl-color-neutral-600);
1290
- }
1291
-
1292
- .button--outline.button--neutral:hover:not(.button--disabled),
1293
- .button--outline.button--neutral.button--checked:not(.button--disabled) {
1294
- background-color: var(--sl-color-neutral-600);
1295
- color: var(--sl-color-neutral-0);
1296
- }
1297
-
1298
- .button--outline.button--neutral:active:not(.button--disabled) {
1299
- border-color: var(--sl-color-neutral-700);
1300
- background-color: var(--sl-color-neutral-700);
1301
- color: var(--sl-color-neutral-0);
1302
- }
1303
-
1304
- /* Warning */
1305
- .button--outline.button--warning {
1306
- border-color: var(--sl-color-warning-600);
1307
- color: var(--sl-color-warning-600);
1308
- }
1309
-
1310
- .button--outline.button--warning:hover:not(.button--disabled),
1311
- .button--outline.button--warning.button--checked:not(.button--disabled) {
1312
- background-color: var(--sl-color-warning-600);
1313
- color: var(--sl-color-neutral-0);
1314
- }
1315
-
1316
- .button--outline.button--warning:active:not(.button--disabled) {
1317
- border-color: var(--sl-color-warning-700);
1318
- background-color: var(--sl-color-warning-700);
1319
- color: var(--sl-color-neutral-0);
1320
- }
1321
-
1322
- /* Danger */
1323
- .button--outline.button--danger {
1324
- border-color: var(--sl-color-danger-600);
1325
- color: var(--sl-color-danger-600);
1326
- }
1327
-
1328
- .button--outline.button--danger:hover:not(.button--disabled),
1329
- .button--outline.button--danger.button--checked:not(.button--disabled) {
1330
- background-color: var(--sl-color-danger-600);
1331
- color: var(--sl-color-neutral-0);
1332
- }
1333
-
1334
- .button--outline.button--danger:active:not(.button--disabled) {
1335
- border-color: var(--sl-color-danger-700);
1336
- background-color: var(--sl-color-danger-700);
1337
- color: var(--sl-color-neutral-0);
1338
- }
1339
-
1340
- @media (forced-colors: active) {
1341
- .button.button--outline.button--checked:not(.button--disabled) {
1342
- outline: solid 2px transparent;
1343
- }
1344
- }
1345
-
1346
- /*
1347
- * Text buttons
1348
- */
1349
-
1350
- .button--text {
1351
- background-color: transparent;
1352
- border-color: transparent;
1353
- color: var(--sl-color-primary-600);
1354
- }
1355
-
1356
- .button--text:hover:not(.button--disabled) {
1357
- background-color: transparent;
1358
- border-color: transparent;
1359
- color: var(--sl-color-primary-500);
1360
- }
1361
-
1362
- .button--text:focus-visible:not(.button--disabled) {
1363
- background-color: transparent;
1364
- border-color: transparent;
1365
- color: var(--sl-color-primary-500);
1366
- }
1367
-
1368
- .button--text:active:not(.button--disabled) {
1369
- background-color: transparent;
1370
- border-color: transparent;
1371
- color: var(--sl-color-primary-700);
1372
- }
1373
-
1374
- /*
1375
- * Size modifiers
1376
- */
1377
-
1378
- .button--small {
1379
- height: auto;
1380
- min-height: var(--sl-input-height-small);
1381
- font-size: var(--sl-button-font-size-small);
1382
- line-height: calc(var(--sl-input-height-small) - var(--sl-input-border-width) * 2);
1383
- border-radius: var(--sl-input-border-radius-small);
1384
- }
1385
-
1386
- .button--medium {
1387
- height: auto;
1388
- min-height: var(--sl-input-height-medium);
1389
- font-size: var(--sl-button-font-size-medium);
1390
- line-height: calc(var(--sl-input-height-medium) - var(--sl-input-border-width) * 2);
1391
- border-radius: var(--sl-input-border-radius-medium);
1392
- }
1393
-
1394
- .button--large {
1395
- height: auto;
1396
- min-height: var(--sl-input-height-large);
1397
- font-size: var(--sl-button-font-size-large);
1398
- line-height: calc(var(--sl-input-height-large) - var(--sl-input-border-width) * 2);
1399
- border-radius: var(--sl-input-border-radius-large);
1400
- }
1401
-
1402
- /*
1403
- * Pill modifier
1404
- */
1405
-
1406
- .button--pill.button--small {
1407
- border-radius: var(--sl-input-height-small);
1408
- }
1409
-
1410
- .button--pill.button--medium {
1411
- border-radius: var(--sl-input-height-medium);
1412
- }
1413
-
1414
- .button--pill.button--large {
1415
- border-radius: var(--sl-input-height-large);
1416
- }
1417
-
1418
- /*
1419
- * Circle modifier
1420
- */
1421
-
1422
- .button--circle {
1423
- padding-left: 0;
1424
- padding-right: 0;
1425
- }
1426
-
1427
- .button--circle.button--small {
1428
- width: var(--sl-input-height-small);
1429
- border-radius: 50%;
1430
- }
1431
-
1432
- .button--circle.button--medium {
1433
- width: var(--sl-input-height-medium);
1434
- border-radius: 50%;
1435
- }
1436
-
1437
- .button--circle.button--large {
1438
- width: var(--sl-input-height-large);
1439
- border-radius: 50%;
1440
- }
1441
-
1442
- .button--circle .button__prefix,
1443
- .button--circle .button__suffix,
1444
- .button--circle .button__caret {
1445
- display: none;
1446
- }
1447
-
1448
- /*
1449
- * Caret modifier
1450
- */
1451
-
1452
- .button--caret .button__suffix {
1453
- display: none;
1454
- }
1455
-
1456
- .button--caret .button__caret {
1457
- height: auto;
1458
- }
1459
-
1460
- /*
1461
- * Loading modifier
1462
- */
1463
-
1464
- .button--loading {
1465
- position: relative;
1466
- cursor: wait;
1467
- }
1468
-
1469
- .button--loading .button__prefix,
1470
- .button--loading .button__label,
1471
- .button--loading .button__suffix,
1472
- .button--loading .button__caret {
1473
- visibility: hidden;
1474
- }
1475
-
1476
- .button--loading sl-spinner {
1477
- --indicator-color: currentColor;
1478
- position: absolute;
1479
- font-size: 1em;
1480
- height: 1em;
1481
- width: 1em;
1482
- top: calc(50% - 0.5em);
1483
- left: calc(50% - 0.5em);
1484
- }
1485
-
1486
- /*
1487
- * Badges
1488
- */
1489
-
1490
- .button ::slotted(sl-badge) {
1491
- position: absolute;
1492
- top: 0;
1493
- right: 0;
1494
- translate: 50% -50%;
1495
- pointer-events: none;
1496
- }
1497
-
1498
- .button--rtl ::slotted(sl-badge) {
1499
- right: auto;
1500
- left: 0;
1501
- translate: -50% -50%;
1502
- }
1503
-
1504
- /*
1505
- * Button spacing
1506
- */
1507
-
1508
- .button--has-label.button--small .button__label {
1509
- padding: 0 var(--sl-spacing-small);
1510
- }
1511
-
1512
- .button--has-label.button--medium .button__label {
1513
- padding: 0 var(--sl-spacing-medium);
1514
- }
1515
-
1516
- .button--has-label.button--large .button__label {
1517
- padding: 0 var(--sl-spacing-large);
1518
- }
1519
-
1520
- .button--has-prefix.button--small {
1521
- padding-inline-start: var(--sl-spacing-x-small);
1522
- }
1523
-
1524
- .button--has-prefix.button--small .button__label {
1525
- padding-inline-start: var(--sl-spacing-x-small);
1526
- }
1527
-
1528
- .button--has-prefix.button--medium {
1529
- padding-inline-start: var(--sl-spacing-small);
1530
- }
1531
-
1532
- .button--has-prefix.button--medium .button__label {
1533
- padding-inline-start: var(--sl-spacing-small);
1534
- }
1535
-
1536
- .button--has-prefix.button--large {
1537
- padding-inline-start: var(--sl-spacing-small);
1538
- }
1539
-
1540
- .button--has-prefix.button--large .button__label {
1541
- padding-inline-start: var(--sl-spacing-small);
1542
- }
1543
-
1544
- .button--has-suffix.button--small,
1545
- .button--caret.button--small {
1546
- padding-inline-end: var(--sl-spacing-x-small);
1547
- }
1548
-
1549
- .button--has-suffix.button--small .button__label,
1550
- .button--caret.button--small .button__label {
1551
- padding-inline-end: var(--sl-spacing-x-small);
1552
- }
1553
-
1554
- .button--has-suffix.button--medium,
1555
- .button--caret.button--medium {
1556
- padding-inline-end: var(--sl-spacing-small);
1557
- }
1558
-
1559
- .button--has-suffix.button--medium .button__label,
1560
- .button--caret.button--medium .button__label {
1561
- padding-inline-end: var(--sl-spacing-small);
1562
- }
1563
-
1564
- .button--has-suffix.button--large,
1565
- .button--caret.button--large {
1566
- padding-inline-end: var(--sl-spacing-small);
1567
- }
1568
-
1569
- .button--has-suffix.button--large .button__label,
1570
- .button--caret.button--large .button__label {
1571
- padding-inline-end: var(--sl-spacing-small);
1572
- }
1573
-
1574
- /*
1575
- * Button groups support a variety of button types (e.g. buttons with tooltips, buttons as dropdown triggers, etc.).
1576
- * This means buttons aren't always direct descendants of the button group, thus we can't target them with the
1577
- * ::slotted selector. To work around this, the button group component does some magic to add these special classes to
1578
- * buttons and we style them here instead.
1579
- */
1580
-
1581
- :host([data-sl-button-group__button--first]:not([data-sl-button-group__button--last])) .button {
1582
- border-start-end-radius: 0;
1583
- border-end-end-radius: 0;
1584
- }
1585
-
1586
- :host([data-sl-button-group__button--inner]) .button {
1587
- border-radius: 0;
1588
- }
1589
-
1590
- :host([data-sl-button-group__button--last]:not([data-sl-button-group__button--first])) .button {
1591
- border-start-start-radius: 0;
1592
- border-end-start-radius: 0;
1593
- }
1594
-
1595
- /* All except the first */
1596
- :host([data-sl-button-group__button]:not([data-sl-button-group__button--first])) {
1597
- margin-inline-start: calc(-1 * var(--sl-input-border-width));
1598
- }
1599
-
1600
- /* Add a visual separator between solid buttons */
1601
- :host(
1602
- [data-sl-button-group__button]:not(
1603
- [data-sl-button-group__button--first],
1604
- [data-sl-button-group__button--radio],
1605
- [variant='default']
1606
- ):not(:hover)
1607
- )
1608
- .button:after {
1609
- content: '';
1610
- position: absolute;
1611
- top: 0;
1612
- inset-inline-start: 0;
1613
- bottom: 0;
1614
- border-left: solid 1px rgb(128 128 128 / 33%);
1615
- mix-blend-mode: multiply;
1616
- }
1617
-
1618
- /* Bump hovered, focused, and checked buttons up so their focus ring isn't clipped */
1619
- :host([data-sl-button-group__button--hover]) {
1620
- z-index: 1;
1621
- }
1622
-
1623
- /* Focus and checked are always on top */
1624
- :host([data-sl-button-group__button--focus]),
1625
- :host([data-sl-button-group__button][checked]) {
1626
- z-index: 2;
1627
- }
1628
- `, ui = et`
1629
- :host {
1630
- display: inline-block;
1631
- width: 1em;
1632
- height: 1em;
1633
- box-sizing: content-box !important;
1634
- }
1635
-
1636
- svg {
1637
- display: block;
1638
- height: 100%;
1639
- width: 100%;
1640
- }
1641
- `, de = "";
1642
- function he(e) {
1643
- de = e;
1644
- }
1645
- function di(e = "") {
1646
- if (!de) {
1647
- const t = [...document.getElementsByTagName("script")], o = t.find((i) => i.hasAttribute("data-shoelace"));
1648
- if (o)
1649
- he(o.getAttribute("data-shoelace"));
1650
- else {
1651
- const i = t.find((n) => /shoelace(\.min)?\.js($|\?)/.test(n.src) || /shoelace-autoloader(\.min)?\.js($|\?)/.test(n.src));
1652
- let r = "";
1653
- i && (r = i.getAttribute("src")), he(r.split("/").slice(0, -1).join("/"));
1654
- }
1655
- }
1656
- return de.replace(/\/$/, "") + (e ? `/${e.replace(/^\//, "")}` : "");
1657
- }
1658
- var hi = {
1659
- name: "default",
1660
- resolver: (e) => di(`assets/icons/${e}.svg`)
1661
- }, pi = hi, Ve = {
1662
- caret: `
1663
- <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
1664
- <polyline points="6 9 12 15 18 9"></polyline>
1665
- </svg>
1666
- `,
1667
- check: `
1668
- <svg part="checked-icon" class="checkbox__icon" viewBox="0 0 16 16">
1669
- <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round">
1670
- <g stroke="currentColor">
1671
- <g transform="translate(3.428571, 3.428571)">
1672
- <path d="M0,5.71428571 L3.42857143,9.14285714"></path>
1673
- <path d="M9.14285714,0 L3.42857143,9.14285714"></path>
1674
- </g>
1675
- </g>
1676
- </g>
1677
- </svg>
1678
- `,
1679
- "chevron-down": `
1680
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16">
1681
- <path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/>
1682
- </svg>
1683
- `,
1684
- "chevron-left": `
1685
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-left" viewBox="0 0 16 16">
1686
- <path fill-rule="evenodd" d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"/>
1687
- </svg>
1688
- `,
1689
- "chevron-right": `
1690
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-right" viewBox="0 0 16 16">
1691
- <path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/>
1692
- </svg>
1693
- `,
1694
- copy: `
1695
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-copy" viewBox="0 0 16 16">
1696
- <path fill-rule="evenodd" d="M4 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V2Zm2-1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H6ZM2 5a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-1h1v1a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h1v1H2Z"/>
1697
- </svg>
1698
- `,
1699
- eye: `
1700
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-eye" viewBox="0 0 16 16">
1701
- <path d="M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z"/>
1702
- <path d="M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z"/>
1703
- </svg>
1704
- `,
1705
- "eye-slash": `
1706
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-eye-slash" viewBox="0 0 16 16">
1707
- <path d="M13.359 11.238C15.06 9.72 16 8 16 8s-3-5.5-8-5.5a7.028 7.028 0 0 0-2.79.588l.77.771A5.944 5.944 0 0 1 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.134 13.134 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755-.165.165-.337.328-.517.486l.708.709z"/>
1708
- <path d="M11.297 9.176a3.5 3.5 0 0 0-4.474-4.474l.823.823a2.5 2.5 0 0 1 2.829 2.829l.822.822zm-2.943 1.299.822.822a3.5 3.5 0 0 1-4.474-4.474l.823.823a2.5 2.5 0 0 0 2.829 2.829z"/>
1709
- <path d="M3.35 5.47c-.18.16-.353.322-.518.487A13.134 13.134 0 0 0 1.172 8l.195.288c.335.48.83 1.12 1.465 1.755C4.121 11.332 5.881 12.5 8 12.5c.716 0 1.39-.133 2.02-.36l.77.772A7.029 7.029 0 0 1 8 13.5C3 13.5 0 8 0 8s.939-1.721 2.641-3.238l.708.709zm10.296 8.884-12-12 .708-.708 12 12-.708.708z"/>
1710
- </svg>
1711
- `,
1712
- eyedropper: `
1713
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-eyedropper" viewBox="0 0 16 16">
1714
- <path d="M13.354.646a1.207 1.207 0 0 0-1.708 0L8.5 3.793l-.646-.647a.5.5 0 1 0-.708.708L8.293 5l-7.147 7.146A.5.5 0 0 0 1 12.5v1.793l-.854.853a.5.5 0 1 0 .708.707L1.707 15H3.5a.5.5 0 0 0 .354-.146L11 7.707l1.146 1.147a.5.5 0 0 0 .708-.708l-.647-.646 3.147-3.146a1.207 1.207 0 0 0 0-1.708l-2-2zM2 12.707l7-7L10.293 7l-7 7H2v-1.293z"></path>
1715
- </svg>
1716
- `,
1717
- "grip-vertical": `
1718
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-grip-vertical" viewBox="0 0 16 16">
1719
- <path d="M7 2a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zM7 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zM7 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm-3 3a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm-3 3a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"></path>
1720
- </svg>
1721
- `,
1722
- indeterminate: `
1723
- <svg part="indeterminate-icon" class="checkbox__icon" viewBox="0 0 16 16">
1724
- <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round">
1725
- <g stroke="currentColor" stroke-width="2">
1726
- <g transform="translate(2.285714, 6.857143)">
1727
- <path d="M10.2857143,1.14285714 L1.14285714,1.14285714"></path>
1728
- </g>
1729
- </g>
1730
- </g>
1731
- </svg>
1732
- `,
1733
- "person-fill": `
1734
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-person-fill" viewBox="0 0 16 16">
1735
- <path d="M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"/>
1736
- </svg>
1737
- `,
1738
- "play-fill": `
1739
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-play-fill" viewBox="0 0 16 16">
1740
- <path d="m11.596 8.697-6.363 3.692c-.54.313-1.233-.066-1.233-.697V4.308c0-.63.692-1.01 1.233-.696l6.363 3.692a.802.802 0 0 1 0 1.393z"></path>
1741
- </svg>
1742
- `,
1743
- "pause-fill": `
1744
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-pause-fill" viewBox="0 0 16 16">
1745
- <path d="M5.5 3.5A1.5 1.5 0 0 1 7 5v6a1.5 1.5 0 0 1-3 0V5a1.5 1.5 0 0 1 1.5-1.5zm5 0A1.5 1.5 0 0 1 12 5v6a1.5 1.5 0 0 1-3 0V5a1.5 1.5 0 0 1 1.5-1.5z"></path>
1746
- </svg>
1747
- `,
1748
- radio: `
1749
- <svg part="checked-icon" class="radio__icon" viewBox="0 0 16 16">
1750
- <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
1751
- <g fill="currentColor">
1752
- <circle cx="8" cy="8" r="3.42857143"></circle>
1753
- </g>
1754
- </g>
1755
- </svg>
1756
- `,
1757
- "star-fill": `
1758
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-star-fill" viewBox="0 0 16 16">
1759
- <path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"/>
1760
- </svg>
1761
- `,
1762
- "x-lg": `
1763
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-x-lg" viewBox="0 0 16 16">
1764
- <path d="M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854Z"/>
1765
- </svg>
1766
- `,
1767
- "x-circle-fill": `
1768
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-x-circle-fill" viewBox="0 0 16 16">
1769
- <path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.354 4.646a.5.5 0 1 0-.708.708L7.293 8l-2.647 2.646a.5.5 0 0 0 .708.708L8 8.707l2.646 2.647a.5.5 0 0 0 .708-.708L8.707 8l2.647-2.646a.5.5 0 0 0-.708-.708L8 7.293 5.354 4.646z"></path>
1770
- </svg>
1771
- `
1772
- }, fi = {
1773
- name: "system",
1774
- resolver: (e) => e in Ve ? `data:image/svg+xml,${encodeURIComponent(Ve[e])}` : ""
1775
- }, gi = fi, bi = [pi, gi], pe = [];
1776
- function mi(e) {
1777
- pe.push(e);
1778
- }
1779
- function vi(e) {
1780
- pe = pe.filter((t) => t !== e);
1781
- }
1782
- function He(e) {
1783
- return bi.find((t) => t.name === e);
1784
- }
1785
- function mt(e, t) {
1786
- const o = lt({
1787
- waitUntilFirstUpdate: !1
1788
- }, t);
1789
- return (i, r) => {
1790
- const { update: n } = i, s = Array.isArray(e) ? e : [e];
1791
- i.update = function(l) {
1792
- s.forEach((a) => {
1793
- const c = a;
1794
- if (l.has(c)) {
1795
- const d = l.get(c), u = this[c];
1796
- d !== u && (!o.waitUntilFirstUpdate || this.hasUpdated) && this[r](d, u);
1797
- }
1798
- }), n.call(this, l);
1799
- };
1800
- };
1801
- }
1802
- /**
1803
- * @license
1804
- * Copyright 2020 Google LLC
1805
- * SPDX-License-Identifier: BSD-3-Clause
1806
- */
1807
- const yi = (e, t) => (e == null ? void 0 : e._$litType$) !== void 0;
1808
- var kt = Symbol(), Ft = Symbol(), ne, se = /* @__PURE__ */ new Map(), I = class extends H {
1809
- constructor() {
1810
- super(...arguments), this.initialRender = !1, this.svg = null, this.label = "", this.library = "default";
1811
- }
1812
- /** Given a URL, this function returns the resulting SVG element or an appropriate error symbol. */
1813
- async resolveIcon(e, t) {
1814
- var o;
1815
- let i;
1816
- if (t != null && t.spriteSheet) {
1817
- this.svg = N`<svg part="svg">
1818
- <use part="use" href="${e}"></use>
1819
- </svg>`, await this.updateComplete;
1820
- const r = this.shadowRoot.querySelector("[part='svg']");
1821
- return typeof t.mutator == "function" && t.mutator(r), this.svg;
1822
- }
1823
- try {
1824
- if (i = await fetch(e, { mode: "cors" }), !i.ok)
1825
- return i.status === 410 ? kt : Ft;
1826
- } catch {
1827
- return Ft;
1828
- }
1829
- try {
1830
- const r = document.createElement("div");
1831
- r.innerHTML = await i.text();
1832
- const n = r.firstElementChild;
1833
- if (((o = n == null ? void 0 : n.tagName) == null ? void 0 : o.toLowerCase()) !== "svg")
1834
- return kt;
1835
- ne || (ne = new DOMParser());
1836
- const l = ne.parseFromString(n.outerHTML, "text/html").body.querySelector("svg");
1837
- return l ? (l.part.add("svg"), document.adoptNode(l)) : kt;
1838
- } catch {
1839
- return kt;
1840
- }
1841
- }
1842
- connectedCallback() {
1843
- super.connectedCallback(), mi(this);
1844
- }
1845
- firstUpdated() {
1846
- this.initialRender = !0, this.setIcon();
1847
- }
1848
- disconnectedCallback() {
1849
- super.disconnectedCallback(), vi(this);
1850
- }
1851
- getIconSource() {
1852
- const e = He(this.library);
1853
- return this.name && e ? {
1854
- url: e.resolver(this.name),
1855
- fromLibrary: !0
1856
- } : {
1857
- url: this.src,
1858
- fromLibrary: !1
1859
- };
1860
- }
1861
- handleLabelChange() {
1862
- typeof this.label == "string" && this.label.length > 0 ? (this.setAttribute("role", "img"), this.setAttribute("aria-label", this.label), this.removeAttribute("aria-hidden")) : (this.removeAttribute("role"), this.removeAttribute("aria-label"), this.setAttribute("aria-hidden", "true"));
1863
- }
1864
- async setIcon() {
1865
- var e;
1866
- const { url: t, fromLibrary: o } = this.getIconSource(), i = o ? He(this.library) : void 0;
1867
- if (!t) {
1868
- this.svg = null;
1869
- return;
1870
- }
1871
- let r = se.get(t);
1872
- if (r || (r = this.resolveIcon(t, i), se.set(t, r)), !this.initialRender)
1873
- return;
1874
- const n = await r;
1875
- if (n === Ft && se.delete(t), t === this.getIconSource().url) {
1876
- if (yi(n)) {
1877
- this.svg = n;
1878
- return;
1879
- }
1880
- switch (n) {
1881
- case Ft:
1882
- case kt:
1883
- this.svg = null, this.emit("sl-error");
1884
- break;
1885
- default:
1886
- this.svg = n.cloneNode(!0), (e = i == null ? void 0 : i.mutator) == null || e.call(i, this.svg), this.emit("sl-load");
1887
- }
1888
- }
1889
- }
1890
- render() {
1891
- return this.svg;
1892
- }
1893
- };
1894
- I.styles = [bt, ui];
1895
- h([
1896
- Jt()
1897
- ], I.prototype, "svg", 2);
1898
- h([
1899
- f({ reflect: !0 })
1900
- ], I.prototype, "name", 2);
1901
- h([
1902
- f()
1903
- ], I.prototype, "src", 2);
1904
- h([
1905
- f()
1906
- ], I.prototype, "label", 2);
1907
- h([
1908
- f({ reflect: !0 })
1909
- ], I.prototype, "library", 2);
1910
- h([
1911
- mt("label")
1912
- ], I.prototype, "handleLabelChange", 1);
1913
- h([
1914
- mt(["name", "src", "library"])
1915
- ], I.prototype, "setIcon", 1);
1916
- var wi = class {
1917
- constructor(e, ...t) {
1918
- this.slotNames = [], this.handleSlotChange = (o) => {
1919
- const i = o.target;
1920
- (this.slotNames.includes("[default]") && !i.name || i.name && this.slotNames.includes(i.name)) && this.host.requestUpdate();
1921
- }, (this.host = e).addController(this), this.slotNames = t;
1922
- }
1923
- hasDefaultSlot() {
1924
- return [...this.host.childNodes].some((e) => {
1925
- if (e.nodeType === e.TEXT_NODE && e.textContent.trim() !== "")
1926
- return !0;
1927
- if (e.nodeType === e.ELEMENT_NODE) {
1928
- const t = e;
1929
- if (t.tagName.toLowerCase() === "sl-visually-hidden")
1930
- return !1;
1931
- if (!t.hasAttribute("slot"))
1932
- return !0;
1933
- }
1934
- return !1;
1935
- });
1936
- }
1937
- hasNamedSlot(e) {
1938
- return this.host.querySelector(`:scope > [slot="${e}"]`) !== null;
1939
- }
1940
- test(e) {
1941
- return e === "[default]" ? this.hasDefaultSlot() : this.hasNamedSlot(e);
1942
- }
1943
- hostConnected() {
1944
- this.host.shadowRoot.addEventListener("slotchange", this.handleSlotChange);
1945
- }
1946
- hostDisconnected() {
1947
- this.host.shadowRoot.removeEventListener("slotchange", this.handleSlotChange);
1948
- }
1949
- };
1950
- /**
1951
- * @license
1952
- * Copyright 2017 Google LLC
1953
- * SPDX-License-Identifier: BSD-3-Clause
1954
- */
1955
- const xi = { ATTRIBUTE: 1, CHILD: 2, PROPERTY: 3, BOOLEAN_ATTRIBUTE: 4, EVENT: 5, ELEMENT: 6 }, _i = (e) => (...t) => ({ _$litDirective$: e, values: t });
1956
- class $i {
1957
- constructor(t) {
1958
- }
1959
- get _$AU() {
1960
- return this._$AM._$AU;
1961
- }
1962
- _$AT(t, o, i) {
1963
- this._$Ct = t, this._$AM = o, this._$Ci = i;
1964
- }
1965
- _$AS(t, o) {
1966
- return this.update(t, o);
1967
- }
1968
- update(t, o) {
1969
- return this.render(...o);
1970
- }
1971
- }
1972
- /**
1973
- * @license
1974
- * Copyright 2018 Google LLC
1975
- * SPDX-License-Identifier: BSD-3-Clause
1976
- */
1977
- const qt = _i(class extends $i {
1978
- constructor(e) {
1979
- var t;
1980
- if (super(e), e.type !== xi.ATTRIBUTE || e.name !== "class" || ((t = e.strings) == null ? void 0 : t.length) > 2)
1981
- throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.");
1982
- }
1983
- render(e) {
1984
- return " " + Object.keys(e).filter((t) => e[t]).join(" ") + " ";
1985
- }
1986
- update(e, [t]) {
1987
- var i, r;
1988
- if (this.st === void 0) {
1989
- this.st = /* @__PURE__ */ new Set(), e.strings !== void 0 && (this.nt = new Set(e.strings.join(" ").split(/\s/).filter((n) => n !== "")));
1990
- for (const n in t)
1991
- t[n] && !((i = this.nt) != null && i.has(n)) && this.st.add(n);
1992
- return this.render(t);
1993
- }
1994
- const o = e.element.classList;
1995
- for (const n of this.st)
1996
- n in t || (o.remove(n), this.st.delete(n));
1997
- for (const n in t) {
1998
- const s = !!t[n];
1999
- s === this.st.has(n) || (r = this.nt) != null && r.has(n) || (s ? (o.add(n), this.st.add(n)) : (o.remove(n), this.st.delete(n)));
2000
- }
2001
- return st;
2002
- }
2003
- });
2004
- /**
2005
- * @license
2006
- * Copyright 2020 Google LLC
2007
- * SPDX-License-Identifier: BSD-3-Clause
2008
- */
2009
- const vo = Symbol.for(""), Ai = (e) => {
2010
- if ((e == null ? void 0 : e.r) === vo)
2011
- return e == null ? void 0 : e._$litStatic$;
2012
- }, Ie = (e, ...t) => ({ _$litStatic$: t.reduce((o, i, r) => o + ((n) => {
2013
- if (n._$litStatic$ !== void 0)
2014
- return n._$litStatic$;
2015
- throw Error(`Value passed to 'literal' function must be a 'literal' result: ${n}. Use 'unsafeStatic' to pass non-literal values, but
2016
- take care to ensure page security.`);
2017
- })(i) + e[r + 1], e[0]), r: vo }), je = /* @__PURE__ */ new Map(), Ci = (e) => (t, ...o) => {
2018
- const i = o.length;
2019
- let r, n;
2020
- const s = [], l = [];
2021
- let a, c = 0, d = !1;
2022
- for (; c < i; ) {
2023
- for (a = t[c]; c < i && (n = o[c], (r = Ai(n)) !== void 0); )
2024
- a += r + t[++c], d = !0;
2025
- c !== i && l.push(n), s.push(a), c++;
2026
- }
2027
- if (c === i && s.push(t[i]), d) {
2028
- const u = s.join("$$lit$$");
2029
- (t = je.get(u)) === void 0 && (s.raw = s, je.set(u, t = s)), o = l;
2030
- }
2031
- return e(t, ...o);
2032
- }, ae = Ci(N);
2033
- /**
2034
- * @license
2035
- * Copyright 2018 Google LLC
2036
- * SPDX-License-Identifier: BSD-3-Clause
2037
- */
2038
- const W = (e) => e ?? k;
2039
- var x = class extends H {
2040
- constructor() {
2041
- super(...arguments), this.formControlController = new li(this, {
2042
- assumeInteractionOn: ["click"]
2043
- }), this.hasSlotController = new wi(this, "[default]", "prefix", "suffix"), this.localize = new ye(this), this.hasFocus = !1, this.invalid = !1, this.title = "", this.variant = "default", this.size = "medium", this.caret = !1, this.disabled = !1, this.loading = !1, this.outline = !1, this.pill = !1, this.circle = !1, this.type = "button", this.name = "", this.value = "", this.href = "", this.rel = "noreferrer noopener";
2044
- }
2045
- /** Gets the validity state object */
2046
- get validity() {
2047
- return this.isButton() ? this.button.validity : we;
2048
- }
2049
- /** Gets the validation message */
2050
- get validationMessage() {
2051
- return this.isButton() ? this.button.validationMessage : "";
2052
- }
2053
- firstUpdated() {
2054
- this.isButton() && this.formControlController.updateValidity();
2055
- }
2056
- handleBlur() {
2057
- this.hasFocus = !1, this.emit("sl-blur");
2058
- }
2059
- handleFocus() {
2060
- this.hasFocus = !0, this.emit("sl-focus");
2061
- }
2062
- handleClick() {
2063
- this.type === "submit" && this.formControlController.submit(this), this.type === "reset" && this.formControlController.reset(this);
2064
- }
2065
- handleInvalid(e) {
2066
- this.formControlController.setValidity(!1), this.formControlController.emitInvalidEvent(e);
2067
- }
2068
- isButton() {
2069
- return !this.href;
2070
- }
2071
- isLink() {
2072
- return !!this.href;
2073
- }
2074
- handleDisabledChange() {
2075
- this.isButton() && this.formControlController.setValidity(this.disabled);
2076
- }
2077
- /** Simulates a click on the button. */
2078
- click() {
2079
- this.button.click();
2080
- }
2081
- /** Sets focus on the button. */
2082
- focus(e) {
2083
- this.button.focus(e);
2084
- }
2085
- /** Removes focus from the button. */
2086
- blur() {
2087
- this.button.blur();
2088
- }
2089
- /** Checks for validity but does not show a validation message. Returns `true` when valid and `false` when invalid. */
2090
- checkValidity() {
2091
- return this.isButton() ? this.button.checkValidity() : !0;
2092
- }
2093
- /** Gets the associated form, if one exists. */
2094
- getForm() {
2095
- return this.formControlController.getForm();
2096
- }
2097
- /** Checks for validity and shows the browser's validation message if the control is invalid. */
2098
- reportValidity() {
2099
- return this.isButton() ? this.button.reportValidity() : !0;
2100
- }
2101
- /** Sets a custom validation message. Pass an empty string to restore validity. */
2102
- setCustomValidity(e) {
2103
- this.isButton() && (this.button.setCustomValidity(e), this.formControlController.updateValidity());
2104
- }
2105
- render() {
2106
- const e = this.isLink(), t = e ? Ie`a` : Ie`button`;
2107
- return ae`
2108
- <${t}
2109
- part="base"
2110
- class=${qt({
2111
- button: !0,
2112
- "button--default": this.variant === "default",
2113
- "button--primary": this.variant === "primary",
2114
- "button--success": this.variant === "success",
2115
- "button--neutral": this.variant === "neutral",
2116
- "button--warning": this.variant === "warning",
2117
- "button--danger": this.variant === "danger",
2118
- "button--text": this.variant === "text",
2119
- "button--small": this.size === "small",
2120
- "button--medium": this.size === "medium",
2121
- "button--large": this.size === "large",
2122
- "button--caret": this.caret,
2123
- "button--circle": this.circle,
2124
- "button--disabled": this.disabled,
2125
- "button--focused": this.hasFocus,
2126
- "button--loading": this.loading,
2127
- "button--standard": !this.outline,
2128
- "button--outline": this.outline,
2129
- "button--pill": this.pill,
2130
- "button--rtl": this.localize.dir() === "rtl",
2131
- "button--has-label": this.hasSlotController.test("[default]"),
2132
- "button--has-prefix": this.hasSlotController.test("prefix"),
2133
- "button--has-suffix": this.hasSlotController.test("suffix")
2134
- })}
2135
- ?disabled=${W(e ? void 0 : this.disabled)}
2136
- type=${W(e ? void 0 : this.type)}
2137
- title=${this.title}
2138
- name=${W(e ? void 0 : this.name)}
2139
- value=${W(e ? void 0 : this.value)}
2140
- href=${W(e ? this.href : void 0)}
2141
- target=${W(e ? this.target : void 0)}
2142
- download=${W(e ? this.download : void 0)}
2143
- rel=${W(e ? this.rel : void 0)}
2144
- role=${W(e ? void 0 : "button")}
2145
- aria-disabled=${this.disabled ? "true" : "false"}
2146
- tabindex=${this.disabled ? "-1" : "0"}
2147
- @blur=${this.handleBlur}
2148
- @focus=${this.handleFocus}
2149
- @invalid=${this.isButton() ? this.handleInvalid : null}
2150
- @click=${this.handleClick}
2151
- >
2152
- <slot name="prefix" part="prefix" class="button__prefix"></slot>
2153
- <slot part="label" class="button__label"></slot>
2154
- <slot name="suffix" part="suffix" class="button__suffix"></slot>
2155
- ${this.caret ? ae` <sl-icon part="caret" class="button__caret" library="system" name="caret"></sl-icon> ` : ""}
2156
- ${this.loading ? ae`<sl-spinner part="spinner"></sl-spinner>` : ""}
2157
- </${t}>
2158
- `;
2159
- }
2160
- };
2161
- x.styles = [bt, ci];
2162
- x.dependencies = {
2163
- "sl-icon": I,
2164
- "sl-spinner": mo
2165
- };
2166
- h([
2167
- ct(".button")
2168
- ], x.prototype, "button", 2);
2169
- h([
2170
- Jt()
2171
- ], x.prototype, "hasFocus", 2);
2172
- h([
2173
- Jt()
2174
- ], x.prototype, "invalid", 2);
2175
- h([
2176
- f()
2177
- ], x.prototype, "title", 2);
2178
- h([
2179
- f({ reflect: !0 })
2180
- ], x.prototype, "variant", 2);
2181
- h([
2182
- f({ reflect: !0 })
2183
- ], x.prototype, "size", 2);
2184
- h([
2185
- f({ type: Boolean, reflect: !0 })
2186
- ], x.prototype, "caret", 2);
2187
- h([
2188
- f({ type: Boolean, reflect: !0 })
2189
- ], x.prototype, "disabled", 2);
2190
- h([
2191
- f({ type: Boolean, reflect: !0 })
2192
- ], x.prototype, "loading", 2);
2193
- h([
2194
- f({ type: Boolean, reflect: !0 })
2195
- ], x.prototype, "outline", 2);
2196
- h([
2197
- f({ type: Boolean, reflect: !0 })
2198
- ], x.prototype, "pill", 2);
2199
- h([
2200
- f({ type: Boolean, reflect: !0 })
2201
- ], x.prototype, "circle", 2);
2202
- h([
2203
- f()
2204
- ], x.prototype, "type", 2);
2205
- h([
2206
- f()
2207
- ], x.prototype, "name", 2);
2208
- h([
2209
- f()
2210
- ], x.prototype, "value", 2);
2211
- h([
2212
- f()
2213
- ], x.prototype, "href", 2);
2214
- h([
2215
- f()
2216
- ], x.prototype, "target", 2);
2217
- h([
2218
- f()
2219
- ], x.prototype, "rel", 2);
2220
- h([
2221
- f()
2222
- ], x.prototype, "download", 2);
2223
- h([
2224
- f()
2225
- ], x.prototype, "form", 2);
2226
- h([
2227
- f({ attribute: "formaction" })
2228
- ], x.prototype, "formAction", 2);
2229
- h([
2230
- f({ attribute: "formenctype" })
2231
- ], x.prototype, "formEnctype", 2);
2232
- h([
2233
- f({ attribute: "formmethod" })
2234
- ], x.prototype, "formMethod", 2);
2235
- h([
2236
- f({ attribute: "formnovalidate", type: Boolean })
2237
- ], x.prototype, "formNoValidate", 2);
2238
- h([
2239
- f({ attribute: "formtarget" })
2240
- ], x.prototype, "formTarget", 2);
2241
- h([
2242
- mt("disabled", { waitUntilFirstUpdate: !0 })
2243
- ], x.prototype, "handleDisabledChange", 1);
2244
- x.define("sl-button");
2245
- var ki = et`
2246
- :host {
2247
- display: inline-block;
2248
- }
2249
-
2250
- .button-group {
2251
- display: flex;
2252
- flex-wrap: nowrap;
2253
- }
2254
- `, Bt = class extends H {
2255
- constructor() {
2256
- super(...arguments), this.disableRole = !1, this.label = "";
2257
- }
2258
- handleFocus(e) {
2259
- const t = Et(e.target);
2260
- t == null || t.toggleAttribute("data-sl-button-group__button--focus", !0);
2261
- }
2262
- handleBlur(e) {
2263
- const t = Et(e.target);
2264
- t == null || t.toggleAttribute("data-sl-button-group__button--focus", !1);
2265
- }
2266
- handleMouseOver(e) {
2267
- const t = Et(e.target);
2268
- t == null || t.toggleAttribute("data-sl-button-group__button--hover", !0);
2269
- }
2270
- handleMouseOut(e) {
2271
- const t = Et(e.target);
2272
- t == null || t.toggleAttribute("data-sl-button-group__button--hover", !1);
2273
- }
2274
- handleSlotChange() {
2275
- const e = [...this.defaultSlot.assignedElements({ flatten: !0 })];
2276
- e.forEach((t) => {
2277
- const o = e.indexOf(t), i = Et(t);
2278
- i && (i.toggleAttribute("data-sl-button-group__button", !0), i.toggleAttribute("data-sl-button-group__button--first", o === 0), i.toggleAttribute("data-sl-button-group__button--inner", o > 0 && o < e.length - 1), i.toggleAttribute("data-sl-button-group__button--last", o === e.length - 1), i.toggleAttribute(
2279
- "data-sl-button-group__button--radio",
2280
- i.tagName.toLowerCase() === "sl-radio-button"
2281
- ));
2282
- });
2283
- }
2284
- render() {
2285
- return N`
2286
- <div
2287
- part="base"
2288
- class="button-group"
2289
- role="${this.disableRole ? "presentation" : "group"}"
2290
- aria-label=${this.label}
2291
- @focusout=${this.handleBlur}
2292
- @focusin=${this.handleFocus}
2293
- @mouseover=${this.handleMouseOver}
2294
- @mouseout=${this.handleMouseOut}
2295
- >
2296
- <slot @slotchange=${this.handleSlotChange}></slot>
2297
- </div>
2298
- `;
2299
- }
2300
- };
2301
- Bt.styles = [bt, ki];
2302
- h([
2303
- ct("slot")
2304
- ], Bt.prototype, "defaultSlot", 2);
2305
- h([
2306
- Jt()
2307
- ], Bt.prototype, "disableRole", 2);
2308
- h([
2309
- f()
2310
- ], Bt.prototype, "label", 2);
2311
- function Et(e) {
2312
- var t;
2313
- const o = "sl-button, sl-radio-button";
2314
- return (t = e.closest(o)) != null ? t : e.querySelector(o);
2315
- }
2316
- Bt.define("sl-button-group");
2317
- I.define("sl-icon");
2318
- var Ei = et`
2319
- :host {
2320
- --max-width: 20rem;
2321
- --hide-delay: 0ms;
2322
- --show-delay: 150ms;
2323
-
2324
- display: contents;
2325
- }
2326
-
2327
- .tooltip {
2328
- --arrow-size: var(--sl-tooltip-arrow-size);
2329
- --arrow-color: var(--sl-tooltip-background-color);
2330
- }
2331
-
2332
- .tooltip::part(popup) {
2333
- z-index: var(--sl-z-index-tooltip);
2334
- }
2335
-
2336
- .tooltip[placement^='top']::part(popup) {
2337
- transform-origin: bottom;
2338
- }
2339
-
2340
- .tooltip[placement^='bottom']::part(popup) {
2341
- transform-origin: top;
2342
- }
2343
-
2344
- .tooltip[placement^='left']::part(popup) {
2345
- transform-origin: right;
2346
- }
2347
-
2348
- .tooltip[placement^='right']::part(popup) {
2349
- transform-origin: left;
2350
- }
2351
-
2352
- .tooltip__body {
2353
- display: block;
2354
- width: max-content;
2355
- max-width: var(--max-width);
2356
- border-radius: var(--sl-tooltip-border-radius);
2357
- background-color: var(--sl-tooltip-background-color);
2358
- font-family: var(--sl-tooltip-font-family);
2359
- font-size: var(--sl-tooltip-font-size);
2360
- font-weight: var(--sl-tooltip-font-weight);
2361
- line-height: var(--sl-tooltip-line-height);
2362
- text-align: start;
2363
- white-space: normal;
2364
- color: var(--sl-tooltip-color);
2365
- padding: var(--sl-tooltip-padding);
2366
- pointer-events: none;
2367
- user-select: none;
2368
- -webkit-user-select: none;
2369
- }
2370
- `, Si = et`
2371
- :host {
2372
- --arrow-color: var(--sl-color-neutral-1000);
2373
- --arrow-size: 6px;
2374
-
2375
- /*
2376
- * These properties are computed to account for the arrow's dimensions after being rotated 45º. The constant
2377
- * 0.7071 is derived from sin(45), which is the diagonal size of the arrow's container after rotating.
2378
- */
2379
- --arrow-size-diagonal: calc(var(--arrow-size) * 0.7071);
2380
- --arrow-padding-offset: calc(var(--arrow-size-diagonal) - var(--arrow-size));
2381
-
2382
- display: contents;
2383
- }
2384
-
2385
- .popup {
2386
- position: absolute;
2387
- isolation: isolate;
2388
- max-width: var(--auto-size-available-width, none);
2389
- max-height: var(--auto-size-available-height, none);
2390
- }
2391
-
2392
- .popup--fixed {
2393
- position: fixed;
2394
- }
2395
-
2396
- .popup:not(.popup--active) {
2397
- display: none;
2398
- }
2399
-
2400
- .popup__arrow {
2401
- position: absolute;
2402
- width: calc(var(--arrow-size-diagonal) * 2);
2403
- height: calc(var(--arrow-size-diagonal) * 2);
2404
- rotate: 45deg;
2405
- background: var(--arrow-color);
2406
- z-index: -1;
2407
- }
2408
-
2409
- /* Hover bridge */
2410
- .popup-hover-bridge:not(.popup-hover-bridge--visible) {
2411
- display: none;
2412
- }
2413
-
2414
- .popup-hover-bridge {
2415
- position: fixed;
2416
- z-index: calc(var(--sl-z-index-dropdown) - 1);
2417
- top: 0;
2418
- right: 0;
2419
- bottom: 0;
2420
- left: 0;
2421
- clip-path: polygon(
2422
- var(--hover-bridge-top-left-x, 0) var(--hover-bridge-top-left-y, 0),
2423
- var(--hover-bridge-top-right-x, 0) var(--hover-bridge-top-right-y, 0),
2424
- var(--hover-bridge-bottom-right-x, 0) var(--hover-bridge-bottom-right-y, 0),
2425
- var(--hover-bridge-bottom-left-x, 0) var(--hover-bridge-bottom-left-y, 0)
2426
- );
2427
- }
2428
- `;
2429
- const D = Math.min, O = Math.max, Yt = Math.round, Vt = Math.floor, J = (e) => ({
2430
- x: e,
2431
- y: e
2432
- }), Pi = {
2433
- left: "right",
2434
- right: "left",
2435
- bottom: "top",
2436
- top: "bottom"
2437
- }, zi = {
2438
- start: "end",
2439
- end: "start"
2440
- };
2441
- function fe(e, t, o) {
2442
- return O(e, D(t, o));
2443
- }
2444
- function vt(e, t) {
2445
- return typeof e == "function" ? e(t) : e;
2446
- }
2447
- function Q(e) {
2448
- return e.split("-")[0];
2449
- }
2450
- function yt(e) {
2451
- return e.split("-")[1];
2452
- }
2453
- function yo(e) {
2454
- return e === "x" ? "y" : "x";
2455
- }
2456
- function xe(e) {
2457
- return e === "y" ? "height" : "width";
2458
- }
2459
- function Ut(e) {
2460
- return ["top", "bottom"].includes(Q(e)) ? "y" : "x";
2461
- }
2462
- function _e(e) {
2463
- return yo(Ut(e));
2464
- }
2465
- function Oi(e, t, o) {
2466
- o === void 0 && (o = !1);
2467
- const i = yt(e), r = _e(e), n = xe(r);
2468
- let s = r === "x" ? i === (o ? "end" : "start") ? "right" : "left" : i === "start" ? "bottom" : "top";
2469
- return t.reference[n] > t.floating[n] && (s = Xt(s)), [s, Xt(s)];
2470
- }
2471
- function Li(e) {
2472
- const t = Xt(e);
2473
- return [ge(e), t, ge(t)];
2474
- }
2475
- function ge(e) {
2476
- return e.replace(/start|end/g, (t) => zi[t]);
2477
- }
2478
- function Ri(e, t, o) {
2479
- const i = ["left", "right"], r = ["right", "left"], n = ["top", "bottom"], s = ["bottom", "top"];
2480
- switch (e) {
2481
- case "top":
2482
- case "bottom":
2483
- return o ? t ? r : i : t ? i : r;
2484
- case "left":
2485
- case "right":
2486
- return t ? n : s;
2487
- default:
2488
- return [];
2489
- }
2490
- }
2491
- function Ti(e, t, o, i) {
2492
- const r = yt(e);
2493
- let n = Ri(Q(e), o === "start", i);
2494
- return r && (n = n.map((s) => s + "-" + r), t && (n = n.concat(n.map(ge)))), n;
2495
- }
2496
- function Xt(e) {
2497
- return e.replace(/left|right|bottom|top/g, (t) => Pi[t]);
2498
- }
2499
- function Mi(e) {
2500
- return {
2501
- top: 0,
2502
- right: 0,
2503
- bottom: 0,
2504
- left: 0,
2505
- ...e
2506
- };
2507
- }
2508
- function wo(e) {
2509
- return typeof e != "number" ? Mi(e) : {
2510
- top: e,
2511
- right: e,
2512
- bottom: e,
2513
- left: e
2514
- };
2515
- }
2516
- function Kt(e) {
2517
- const {
2518
- x: t,
2519
- y: o,
2520
- width: i,
2521
- height: r
2522
- } = e;
2523
- return {
2524
- width: i,
2525
- height: r,
2526
- top: o,
2527
- left: t,
2528
- right: t + i,
2529
- bottom: o + r,
2530
- x: t,
2531
- y: o
2532
- };
2533
- }
2534
- function We(e, t, o) {
2535
- let {
2536
- reference: i,
2537
- floating: r
2538
- } = e;
2539
- const n = Ut(t), s = _e(t), l = xe(s), a = Q(t), c = n === "y", d = i.x + i.width / 2 - r.width / 2, u = i.y + i.height / 2 - r.height / 2, b = i[l] / 2 - r[l] / 2;
2540
- let p;
2541
- switch (a) {
2542
- case "top":
2543
- p = {
2544
- x: d,
2545
- y: i.y - r.height
2546
- };
2547
- break;
2548
- case "bottom":
2549
- p = {
2550
- x: d,
2551
- y: i.y + i.height
2552
- };
2553
- break;
2554
- case "right":
2555
- p = {
2556
- x: i.x + i.width,
2557
- y: u
2558
- };
2559
- break;
2560
- case "left":
2561
- p = {
2562
- x: i.x - r.width,
2563
- y: u
2564
- };
2565
- break;
2566
- default:
2567
- p = {
2568
- x: i.x,
2569
- y: i.y
2570
- };
2571
- }
2572
- switch (yt(t)) {
2573
- case "start":
2574
- p[s] -= b * (o && c ? -1 : 1);
2575
- break;
2576
- case "end":
2577
- p[s] += b * (o && c ? -1 : 1);
2578
- break;
2579
- }
2580
- return p;
2581
- }
2582
- const Bi = async (e, t, o) => {
2583
- const {
2584
- placement: i = "bottom",
2585
- strategy: r = "absolute",
2586
- middleware: n = [],
2587
- platform: s
2588
- } = o, l = n.filter(Boolean), a = await (s.isRTL == null ? void 0 : s.isRTL(t));
2589
- let c = await s.getElementRects({
2590
- reference: e,
2591
- floating: t,
2592
- strategy: r
2593
- }), {
2594
- x: d,
2595
- y: u
2596
- } = We(c, i, a), b = i, p = {}, g = 0;
2597
- for (let m = 0; m < l.length; m++) {
2598
- const {
2599
- name: y,
2600
- fn: v
2601
- } = l[m], {
2602
- x: w,
2603
- y: _,
2604
- data: C,
2605
- reset: A
2606
- } = await v({
2607
- x: d,
2608
- y: u,
2609
- initialPlacement: i,
2610
- placement: b,
2611
- strategy: r,
2612
- middlewareData: p,
2613
- rects: c,
2614
- platform: s,
2615
- elements: {
2616
- reference: e,
2617
- floating: t
2618
- }
2619
- });
2620
- d = w ?? d, u = _ ?? u, p = {
2621
- ...p,
2622
- [y]: {
2623
- ...p[y],
2624
- ...C
2625
- }
2626
- }, A && g <= 50 && (g++, typeof A == "object" && (A.placement && (b = A.placement), A.rects && (c = A.rects === !0 ? await s.getElementRects({
2627
- reference: e,
2628
- floating: t,
2629
- strategy: r
2630
- }) : A.rects), {
2631
- x: d,
2632
- y: u
2633
- } = We(c, b, a)), m = -1);
2634
- }
2635
- return {
2636
- x: d,
2637
- y: u,
2638
- placement: b,
2639
- strategy: r,
2640
- middlewareData: p
2641
- };
2642
- };
2643
- async function $e(e, t) {
2644
- var o;
2645
- t === void 0 && (t = {});
2646
- const {
2647
- x: i,
2648
- y: r,
2649
- platform: n,
2650
- rects: s,
2651
- elements: l,
2652
- strategy: a
2653
- } = e, {
2654
- boundary: c = "clippingAncestors",
2655
- rootBoundary: d = "viewport",
2656
- elementContext: u = "floating",
2657
- altBoundary: b = !1,
2658
- padding: p = 0
2659
- } = vt(t, e), g = wo(p), y = l[b ? u === "floating" ? "reference" : "floating" : u], v = Kt(await n.getClippingRect({
2660
- element: (o = await (n.isElement == null ? void 0 : n.isElement(y))) == null || o ? y : y.contextElement || await (n.getDocumentElement == null ? void 0 : n.getDocumentElement(l.floating)),
2661
- boundary: c,
2662
- rootBoundary: d,
2663
- strategy: a
2664
- })), w = u === "floating" ? {
2665
- x: i,
2666
- y: r,
2667
- width: s.floating.width,
2668
- height: s.floating.height
2669
- } : s.reference, _ = await (n.getOffsetParent == null ? void 0 : n.getOffsetParent(l.floating)), C = await (n.isElement == null ? void 0 : n.isElement(_)) ? await (n.getScale == null ? void 0 : n.getScale(_)) || {
2670
- x: 1,
2671
- y: 1
2672
- } : {
2673
- x: 1,
2674
- y: 1
2675
- }, A = Kt(n.convertOffsetParentRelativeRectToViewportRelativeRect ? await n.convertOffsetParentRelativeRectToViewportRelativeRect({
2676
- elements: l,
2677
- rect: w,
2678
- offsetParent: _,
2679
- strategy: a
2680
- }) : w);
2681
- return {
2682
- top: (v.top - A.top + g.top) / C.y,
2683
- bottom: (A.bottom - v.bottom + g.bottom) / C.y,
2684
- left: (v.left - A.left + g.left) / C.x,
2685
- right: (A.right - v.right + g.right) / C.x
2686
- };
2687
- }
2688
- const Ui = (e) => ({
2689
- name: "arrow",
2690
- options: e,
2691
- async fn(t) {
2692
- const {
2693
- x: o,
2694
- y: i,
2695
- placement: r,
2696
- rects: n,
2697
- platform: s,
2698
- elements: l,
2699
- middlewareData: a
2700
- } = t, {
2701
- element: c,
2702
- padding: d = 0
2703
- } = vt(e, t) || {};
2704
- if (c == null)
2705
- return {};
2706
- const u = wo(d), b = {
2707
- x: o,
2708
- y: i
2709
- }, p = _e(r), g = xe(p), m = await s.getDimensions(c), y = p === "y", v = y ? "top" : "left", w = y ? "bottom" : "right", _ = y ? "clientHeight" : "clientWidth", C = n.reference[g] + n.reference[p] - b[p] - n.floating[g], A = b[p] - n.reference[p], S = await (s.getOffsetParent == null ? void 0 : s.getOffsetParent(c));
2710
- let P = S ? S[_] : 0;
2711
- (!P || !await (s.isElement == null ? void 0 : s.isElement(S))) && (P = l.floating[_] || n.floating[g]);
2712
- const M = C / 2 - A / 2, Y = P / 2 - m[g] / 2 - 1, X = D(u[v], Y), K = D(u[w], Y), R = X, xt = P - m[g] - K, z = P / 2 - m[g] / 2 + M, B = fe(R, z, xt), U = !a.arrow && yt(r) != null && z !== B && n.reference[g] / 2 - (z < R ? X : K) - m[g] / 2 < 0, j = U ? z < R ? z - R : z - xt : 0;
2713
- return {
2714
- [p]: b[p] + j,
2715
- data: {
2716
- [p]: B,
2717
- centerOffset: z - B - j,
2718
- ...U && {
2719
- alignmentOffset: j
2720
- }
2721
- },
2722
- reset: U
2723
- };
2724
- }
2725
- }), Di = function(e) {
2726
- return e === void 0 && (e = {}), {
2727
- name: "flip",
2728
- options: e,
2729
- async fn(t) {
2730
- var o, i;
2731
- const {
2732
- placement: r,
2733
- middlewareData: n,
2734
- rects: s,
2735
- initialPlacement: l,
2736
- platform: a,
2737
- elements: c
2738
- } = t, {
2739
- mainAxis: d = !0,
2740
- crossAxis: u = !0,
2741
- fallbackPlacements: b,
2742
- fallbackStrategy: p = "bestFit",
2743
- fallbackAxisSideDirection: g = "none",
2744
- flipAlignment: m = !0,
2745
- ...y
2746
- } = vt(e, t);
2747
- if ((o = n.arrow) != null && o.alignmentOffset)
2748
- return {};
2749
- const v = Q(r), w = Q(l) === l, _ = await (a.isRTL == null ? void 0 : a.isRTL(c.floating)), C = b || (w || !m ? [Xt(l)] : Li(l));
2750
- !b && g !== "none" && C.push(...Ti(l, m, g, _));
2751
- const A = [l, ...C], S = await $e(t, y), P = [];
2752
- let M = ((i = n.flip) == null ? void 0 : i.overflows) || [];
2753
- if (d && P.push(S[v]), u) {
2754
- const R = Oi(r, s, _);
2755
- P.push(S[R[0]], S[R[1]]);
2756
- }
2757
- if (M = [...M, {
2758
- placement: r,
2759
- overflows: P
2760
- }], !P.every((R) => R <= 0)) {
2761
- var Y, X;
2762
- const R = (((Y = n.flip) == null ? void 0 : Y.index) || 0) + 1, xt = A[R];
2763
- if (xt)
2764
- return {
2765
- data: {
2766
- index: R,
2767
- overflows: M
2768
- },
2769
- reset: {
2770
- placement: xt
2771
- }
2772
- };
2773
- let z = (X = M.filter((B) => B.overflows[0] <= 0).sort((B, U) => B.overflows[1] - U.overflows[1])[0]) == null ? void 0 : X.placement;
2774
- if (!z)
2775
- switch (p) {
2776
- case "bestFit": {
2777
- var K;
2778
- const B = (K = M.map((U) => [U.placement, U.overflows.filter((j) => j > 0).reduce((j, Oo) => j + Oo, 0)]).sort((U, j) => U[1] - j[1])[0]) == null ? void 0 : K[0];
2779
- B && (z = B);
2780
- break;
2781
- }
2782
- case "initialPlacement":
2783
- z = l;
2784
- break;
2785
- }
2786
- if (r !== z)
2787
- return {
2788
- reset: {
2789
- placement: z
2790
- }
2791
- };
2792
- }
2793
- return {};
2794
- }
2795
- };
2796
- };
2797
- async function Ni(e, t) {
2798
- const {
2799
- placement: o,
2800
- platform: i,
2801
- elements: r
2802
- } = e, n = await (i.isRTL == null ? void 0 : i.isRTL(r.floating)), s = Q(o), l = yt(o), a = Ut(o) === "y", c = ["left", "top"].includes(s) ? -1 : 1, d = n && a ? -1 : 1, u = vt(t, e);
2803
- let {
2804
- mainAxis: b,
2805
- crossAxis: p,
2806
- alignmentAxis: g
2807
- } = typeof u == "number" ? {
2808
- mainAxis: u,
2809
- crossAxis: 0,
2810
- alignmentAxis: null
2811
- } : {
2812
- mainAxis: 0,
2813
- crossAxis: 0,
2814
- alignmentAxis: null,
2815
- ...u
2816
- };
2817
- return l && typeof g == "number" && (p = l === "end" ? g * -1 : g), a ? {
2818
- x: p * d,
2819
- y: b * c
2820
- } : {
2821
- x: b * c,
2822
- y: p * d
2823
- };
2824
- }
2825
- const Fi = function(e) {
2826
- return e === void 0 && (e = 0), {
2827
- name: "offset",
2828
- options: e,
2829
- async fn(t) {
2830
- var o, i;
2831
- const {
2832
- x: r,
2833
- y: n,
2834
- placement: s,
2835
- middlewareData: l
2836
- } = t, a = await Ni(t, e);
2837
- return s === ((o = l.offset) == null ? void 0 : o.placement) && (i = l.arrow) != null && i.alignmentOffset ? {} : {
2838
- x: r + a.x,
2839
- y: n + a.y,
2840
- data: {
2841
- ...a,
2842
- placement: s
2843
- }
2844
- };
2845
- }
2846
- };
2847
- }, Vi = function(e) {
2848
- return e === void 0 && (e = {}), {
2849
- name: "shift",
2850
- options: e,
2851
- async fn(t) {
2852
- const {
2853
- x: o,
2854
- y: i,
2855
- placement: r
2856
- } = t, {
2857
- mainAxis: n = !0,
2858
- crossAxis: s = !1,
2859
- limiter: l = {
2860
- fn: (y) => {
2861
- let {
2862
- x: v,
2863
- y: w
2864
- } = y;
2865
- return {
2866
- x: v,
2867
- y: w
2868
- };
2869
- }
2870
- },
2871
- ...a
2872
- } = vt(e, t), c = {
2873
- x: o,
2874
- y: i
2875
- }, d = await $e(t, a), u = Ut(Q(r)), b = yo(u);
2876
- let p = c[b], g = c[u];
2877
- if (n) {
2878
- const y = b === "y" ? "top" : "left", v = b === "y" ? "bottom" : "right", w = p + d[y], _ = p - d[v];
2879
- p = fe(w, p, _);
2880
- }
2881
- if (s) {
2882
- const y = u === "y" ? "top" : "left", v = u === "y" ? "bottom" : "right", w = g + d[y], _ = g - d[v];
2883
- g = fe(w, g, _);
2884
- }
2885
- const m = l.fn({
2886
- ...t,
2887
- [b]: p,
2888
- [u]: g
2889
- });
2890
- return {
2891
- ...m,
2892
- data: {
2893
- x: m.x - o,
2894
- y: m.y - i
2895
- }
2896
- };
2897
- }
2898
- };
2899
- }, Hi = function(e) {
2900
- return e === void 0 && (e = {}), {
2901
- name: "size",
2902
- options: e,
2903
- async fn(t) {
2904
- const {
2905
- placement: o,
2906
- rects: i,
2907
- platform: r,
2908
- elements: n
2909
- } = t, {
2910
- apply: s = () => {
2911
- },
2912
- ...l
2913
- } = vt(e, t), a = await $e(t, l), c = Q(o), d = yt(o), u = Ut(o) === "y", {
2914
- width: b,
2915
- height: p
2916
- } = i.floating;
2917
- let g, m;
2918
- c === "top" || c === "bottom" ? (g = c, m = d === (await (r.isRTL == null ? void 0 : r.isRTL(n.floating)) ? "start" : "end") ? "left" : "right") : (m = c, g = d === "end" ? "top" : "bottom");
2919
- const y = p - a.top - a.bottom, v = b - a.left - a.right, w = D(p - a[g], y), _ = D(b - a[m], v), C = !t.middlewareData.shift;
2920
- let A = w, S = _;
2921
- if (u ? S = d || C ? D(_, v) : v : A = d || C ? D(w, y) : y, C && !d) {
2922
- const M = O(a.left, 0), Y = O(a.right, 0), X = O(a.top, 0), K = O(a.bottom, 0);
2923
- u ? S = b - 2 * (M !== 0 || Y !== 0 ? M + Y : O(a.left, a.right)) : A = p - 2 * (X !== 0 || K !== 0 ? X + K : O(a.top, a.bottom));
2924
- }
2925
- await s({
2926
- ...t,
2927
- availableWidth: S,
2928
- availableHeight: A
2929
- });
2930
- const P = await r.getDimensions(n.floating);
2931
- return b !== P.width || p !== P.height ? {
2932
- reset: {
2933
- rects: !0
2934
- }
2935
- } : {};
2936
- }
2937
- };
2938
- };
2939
- function wt(e) {
2940
- return xo(e) ? (e.nodeName || "").toLowerCase() : "#document";
2941
- }
2942
- function L(e) {
2943
- var t;
2944
- return (e == null || (t = e.ownerDocument) == null ? void 0 : t.defaultView) || window;
2945
- }
2946
- function q(e) {
2947
- var t;
2948
- return (t = (xo(e) ? e.ownerDocument : e.document) || window.document) == null ? void 0 : t.documentElement;
2949
- }
2950
- function xo(e) {
2951
- return e instanceof Node || e instanceof L(e).Node;
2952
- }
2953
- function F(e) {
2954
- return e instanceof Element || e instanceof L(e).Element;
2955
- }
2956
- function V(e) {
2957
- return e instanceof HTMLElement || e instanceof L(e).HTMLElement;
2958
- }
2959
- function qe(e) {
2960
- return typeof ShadowRoot > "u" ? !1 : e instanceof ShadowRoot || e instanceof L(e).ShadowRoot;
2961
- }
2962
- function Dt(e) {
2963
- const {
2964
- overflow: t,
2965
- overflowX: o,
2966
- overflowY: i,
2967
- display: r
2968
- } = T(e);
2969
- return /auto|scroll|overlay|hidden|clip/.test(t + i + o) && !["inline", "contents"].includes(r);
2970
- }
2971
- function Ii(e) {
2972
- return ["table", "td", "th"].includes(wt(e));
2973
- }
2974
- function Ae(e) {
2975
- const t = Ce(), o = T(e);
2976
- return o.transform !== "none" || o.perspective !== "none" || (o.containerType ? o.containerType !== "normal" : !1) || !t && (o.backdropFilter ? o.backdropFilter !== "none" : !1) || !t && (o.filter ? o.filter !== "none" : !1) || ["transform", "perspective", "filter"].some((i) => (o.willChange || "").includes(i)) || ["paint", "layout", "strict", "content"].some((i) => (o.contain || "").includes(i));
2977
- }
2978
- function ji(e) {
2979
- let t = tt(e);
2980
- for (; V(t) && !gt(t); ) {
2981
- if (Ae(t))
2982
- return t;
2983
- t = tt(t);
2984
- }
2985
- return null;
2986
- }
2987
- function Ce() {
2988
- return typeof CSS > "u" || !CSS.supports ? !1 : CSS.supports("-webkit-backdrop-filter", "none");
2989
- }
2990
- function gt(e) {
2991
- return ["html", "body", "#document"].includes(wt(e));
2992
- }
2993
- function T(e) {
2994
- return L(e).getComputedStyle(e);
2995
- }
2996
- function Qt(e) {
2997
- return F(e) ? {
2998
- scrollLeft: e.scrollLeft,
2999
- scrollTop: e.scrollTop
3000
- } : {
3001
- scrollLeft: e.pageXOffset,
3002
- scrollTop: e.pageYOffset
3003
- };
3004
- }
3005
- function tt(e) {
3006
- if (wt(e) === "html")
3007
- return e;
3008
- const t = (
3009
- // Step into the shadow DOM of the parent of a slotted node.
3010
- e.assignedSlot || // DOM Element detected.
3011
- e.parentNode || // ShadowRoot detected.
3012
- qe(e) && e.host || // Fallback.
3013
- q(e)
3014
- );
3015
- return qe(t) ? t.host : t;
3016
- }
3017
- function _o(e) {
3018
- const t = tt(e);
3019
- return gt(t) ? e.ownerDocument ? e.ownerDocument.body : e.body : V(t) && Dt(t) ? t : _o(t);
3020
- }
3021
- function Rt(e, t, o) {
3022
- var i;
3023
- t === void 0 && (t = []), o === void 0 && (o = !0);
3024
- const r = _o(e), n = r === ((i = e.ownerDocument) == null ? void 0 : i.body), s = L(r);
3025
- return n ? t.concat(s, s.visualViewport || [], Dt(r) ? r : [], s.frameElement && o ? Rt(s.frameElement) : []) : t.concat(r, Rt(r, [], o));
3026
- }
3027
- function $o(e) {
3028
- const t = T(e);
3029
- let o = parseFloat(t.width) || 0, i = parseFloat(t.height) || 0;
3030
- const r = V(e), n = r ? e.offsetWidth : o, s = r ? e.offsetHeight : i, l = Yt(o) !== n || Yt(i) !== s;
3031
- return l && (o = n, i = s), {
3032
- width: o,
3033
- height: i,
3034
- $: l
3035
- };
3036
- }
3037
- function ke(e) {
3038
- return F(e) ? e : e.contextElement;
3039
- }
3040
- function pt(e) {
3041
- const t = ke(e);
3042
- if (!V(t))
3043
- return J(1);
3044
- const o = t.getBoundingClientRect(), {
3045
- width: i,
3046
- height: r,
3047
- $: n
3048
- } = $o(t);
3049
- let s = (n ? Yt(o.width) : o.width) / i, l = (n ? Yt(o.height) : o.height) / r;
3050
- return (!s || !Number.isFinite(s)) && (s = 1), (!l || !Number.isFinite(l)) && (l = 1), {
3051
- x: s,
3052
- y: l
3053
- };
3054
- }
3055
- const Wi = /* @__PURE__ */ J(0);
3056
- function Ao(e) {
3057
- const t = L(e);
3058
- return !Ce() || !t.visualViewport ? Wi : {
3059
- x: t.visualViewport.offsetLeft,
3060
- y: t.visualViewport.offsetTop
3061
- };
3062
- }
3063
- function qi(e, t, o) {
3064
- return t === void 0 && (t = !1), !o || t && o !== L(e) ? !1 : t;
3065
- }
3066
- function at(e, t, o, i) {
3067
- t === void 0 && (t = !1), o === void 0 && (o = !1);
3068
- const r = e.getBoundingClientRect(), n = ke(e);
3069
- let s = J(1);
3070
- t && (i ? F(i) && (s = pt(i)) : s = pt(e));
3071
- const l = qi(n, o, i) ? Ao(n) : J(0);
3072
- let a = (r.left + l.x) / s.x, c = (r.top + l.y) / s.y, d = r.width / s.x, u = r.height / s.y;
3073
- if (n) {
3074
- const b = L(n), p = i && F(i) ? L(i) : i;
3075
- let g = b, m = g.frameElement;
3076
- for (; m && i && p !== g; ) {
3077
- const y = pt(m), v = m.getBoundingClientRect(), w = T(m), _ = v.left + (m.clientLeft + parseFloat(w.paddingLeft)) * y.x, C = v.top + (m.clientTop + parseFloat(w.paddingTop)) * y.y;
3078
- a *= y.x, c *= y.y, d *= y.x, u *= y.y, a += _, c += C, g = L(m), m = g.frameElement;
3079
- }
3080
- }
3081
- return Kt({
3082
- width: d,
3083
- height: u,
3084
- x: a,
3085
- y: c
3086
- });
3087
- }
3088
- const Yi = [":popover-open", ":modal"];
3089
- function Ee(e) {
3090
- return Yi.some((t) => {
3091
- try {
3092
- return e.matches(t);
3093
- } catch {
3094
- return !1;
3095
- }
3096
- });
3097
- }
3098
- function Xi(e) {
3099
- let {
3100
- elements: t,
3101
- rect: o,
3102
- offsetParent: i,
3103
- strategy: r
3104
- } = e;
3105
- const n = r === "fixed", s = q(i), l = t ? Ee(t.floating) : !1;
3106
- if (i === s || l && n)
3107
- return o;
3108
- let a = {
3109
- scrollLeft: 0,
3110
- scrollTop: 0
3111
- }, c = J(1);
3112
- const d = J(0), u = V(i);
3113
- if ((u || !u && !n) && ((wt(i) !== "body" || Dt(s)) && (a = Qt(i)), V(i))) {
3114
- const b = at(i);
3115
- c = pt(i), d.x = b.x + i.clientLeft, d.y = b.y + i.clientTop;
3116
- }
3117
- return {
3118
- width: o.width * c.x,
3119
- height: o.height * c.y,
3120
- x: o.x * c.x - a.scrollLeft * c.x + d.x,
3121
- y: o.y * c.y - a.scrollTop * c.y + d.y
3122
- };
3123
- }
3124
- function Ki(e) {
3125
- return Array.from(e.getClientRects());
3126
- }
3127
- function Co(e) {
3128
- return at(q(e)).left + Qt(e).scrollLeft;
3129
- }
3130
- function Gi(e) {
3131
- const t = q(e), o = Qt(e), i = e.ownerDocument.body, r = O(t.scrollWidth, t.clientWidth, i.scrollWidth, i.clientWidth), n = O(t.scrollHeight, t.clientHeight, i.scrollHeight, i.clientHeight);
3132
- let s = -o.scrollLeft + Co(e);
3133
- const l = -o.scrollTop;
3134
- return T(i).direction === "rtl" && (s += O(t.clientWidth, i.clientWidth) - r), {
3135
- width: r,
3136
- height: n,
3137
- x: s,
3138
- y: l
3139
- };
3140
- }
3141
- function Zi(e, t) {
3142
- const o = L(e), i = q(e), r = o.visualViewport;
3143
- let n = i.clientWidth, s = i.clientHeight, l = 0, a = 0;
3144
- if (r) {
3145
- n = r.width, s = r.height;
3146
- const c = Ce();
3147
- (!c || c && t === "fixed") && (l = r.offsetLeft, a = r.offsetTop);
3148
- }
3149
- return {
3150
- width: n,
3151
- height: s,
3152
- x: l,
3153
- y: a
3154
- };
3155
- }
3156
- function Ji(e, t) {
3157
- const o = at(e, !0, t === "fixed"), i = o.top + e.clientTop, r = o.left + e.clientLeft, n = V(e) ? pt(e) : J(1), s = e.clientWidth * n.x, l = e.clientHeight * n.y, a = r * n.x, c = i * n.y;
3158
- return {
3159
- width: s,
3160
- height: l,
3161
- x: a,
3162
- y: c
3163
- };
3164
- }
3165
- function Ye(e, t, o) {
3166
- let i;
3167
- if (t === "viewport")
3168
- i = Zi(e, o);
3169
- else if (t === "document")
3170
- i = Gi(q(e));
3171
- else if (F(t))
3172
- i = Ji(t, o);
3173
- else {
3174
- const r = Ao(e);
3175
- i = {
3176
- ...t,
3177
- x: t.x - r.x,
3178
- y: t.y - r.y
3179
- };
3180
- }
3181
- return Kt(i);
3182
- }
3183
- function ko(e, t) {
3184
- const o = tt(e);
3185
- return o === t || !F(o) || gt(o) ? !1 : T(o).position === "fixed" || ko(o, t);
3186
- }
3187
- function Qi(e, t) {
3188
- const o = t.get(e);
3189
- if (o)
3190
- return o;
3191
- let i = Rt(e, [], !1).filter((l) => F(l) && wt(l) !== "body"), r = null;
3192
- const n = T(e).position === "fixed";
3193
- let s = n ? tt(e) : e;
3194
- for (; F(s) && !gt(s); ) {
3195
- const l = T(s), a = Ae(s);
3196
- !a && l.position === "fixed" && (r = null), (n ? !a && !r : !a && l.position === "static" && !!r && ["absolute", "fixed"].includes(r.position) || Dt(s) && !a && ko(e, s)) ? i = i.filter((d) => d !== s) : r = l, s = tt(s);
3197
- }
3198
- return t.set(e, i), i;
3199
- }
3200
- function tr(e) {
3201
- let {
3202
- element: t,
3203
- boundary: o,
3204
- rootBoundary: i,
3205
- strategy: r
3206
- } = e;
3207
- const s = [...o === "clippingAncestors" ? Ee(t) ? [] : Qi(t, this._c) : [].concat(o), i], l = s[0], a = s.reduce((c, d) => {
3208
- const u = Ye(t, d, r);
3209
- return c.top = O(u.top, c.top), c.right = D(u.right, c.right), c.bottom = D(u.bottom, c.bottom), c.left = O(u.left, c.left), c;
3210
- }, Ye(t, l, r));
3211
- return {
3212
- width: a.right - a.left,
3213
- height: a.bottom - a.top,
3214
- x: a.left,
3215
- y: a.top
3216
- };
3217
- }
3218
- function er(e) {
3219
- const {
3220
- width: t,
3221
- height: o
3222
- } = $o(e);
3223
- return {
3224
- width: t,
3225
- height: o
3226
- };
3227
- }
3228
- function or(e, t, o) {
3229
- const i = V(t), r = q(t), n = o === "fixed", s = at(e, !0, n, t);
3230
- let l = {
3231
- scrollLeft: 0,
3232
- scrollTop: 0
3233
- };
3234
- const a = J(0);
3235
- if (i || !i && !n)
3236
- if ((wt(t) !== "body" || Dt(r)) && (l = Qt(t)), i) {
3237
- const u = at(t, !0, n, t);
3238
- a.x = u.x + t.clientLeft, a.y = u.y + t.clientTop;
3239
- } else
3240
- r && (a.x = Co(r));
3241
- const c = s.left + l.scrollLeft - a.x, d = s.top + l.scrollTop - a.y;
3242
- return {
3243
- x: c,
3244
- y: d,
3245
- width: s.width,
3246
- height: s.height
3247
- };
3248
- }
3249
- function le(e) {
3250
- return T(e).position === "static";
3251
- }
3252
- function Xe(e, t) {
3253
- return !V(e) || T(e).position === "fixed" ? null : t ? t(e) : e.offsetParent;
3254
- }
3255
- function Eo(e, t) {
3256
- const o = L(e);
3257
- if (Ee(e))
3258
- return o;
3259
- if (!V(e)) {
3260
- let r = tt(e);
3261
- for (; r && !gt(r); ) {
3262
- if (F(r) && !le(r))
3263
- return r;
3264
- r = tt(r);
3265
- }
3266
- return o;
3267
- }
3268
- let i = Xe(e, t);
3269
- for (; i && Ii(i) && le(i); )
3270
- i = Xe(i, t);
3271
- return i && gt(i) && le(i) && !Ae(i) ? o : i || ji(e) || o;
3272
- }
3273
- const ir = async function(e) {
3274
- const t = this.getOffsetParent || Eo, o = this.getDimensions, i = await o(e.floating);
3275
- return {
3276
- reference: or(e.reference, await t(e.floating), e.strategy),
3277
- floating: {
3278
- x: 0,
3279
- y: 0,
3280
- width: i.width,
3281
- height: i.height
3282
- }
3283
- };
3284
- };
3285
- function rr(e) {
3286
- return T(e).direction === "rtl";
3287
- }
3288
- const It = {
3289
- convertOffsetParentRelativeRectToViewportRelativeRect: Xi,
3290
- getDocumentElement: q,
3291
- getClippingRect: tr,
3292
- getOffsetParent: Eo,
3293
- getElementRects: ir,
3294
- getClientRects: Ki,
3295
- getDimensions: er,
3296
- getScale: pt,
3297
- isElement: F,
3298
- isRTL: rr
3299
- };
3300
- function nr(e, t) {
3301
- let o = null, i;
3302
- const r = q(e);
3303
- function n() {
3304
- var l;
3305
- clearTimeout(i), (l = o) == null || l.disconnect(), o = null;
3306
- }
3307
- function s(l, a) {
3308
- l === void 0 && (l = !1), a === void 0 && (a = 1), n();
3309
- const {
3310
- left: c,
3311
- top: d,
3312
- width: u,
3313
- height: b
3314
- } = e.getBoundingClientRect();
3315
- if (l || t(), !u || !b)
3316
- return;
3317
- const p = Vt(d), g = Vt(r.clientWidth - (c + u)), m = Vt(r.clientHeight - (d + b)), y = Vt(c), w = {
3318
- rootMargin: -p + "px " + -g + "px " + -m + "px " + -y + "px",
3319
- threshold: O(0, D(1, a)) || 1
3320
- };
3321
- let _ = !0;
3322
- function C(A) {
3323
- const S = A[0].intersectionRatio;
3324
- if (S !== a) {
3325
- if (!_)
3326
- return s();
3327
- S ? s(!1, S) : i = setTimeout(() => {
3328
- s(!1, 1e-7);
3329
- }, 1e3);
3330
- }
3331
- _ = !1;
3332
- }
3333
- try {
3334
- o = new IntersectionObserver(C, {
3335
- ...w,
3336
- // Handle <iframe>s
3337
- root: r.ownerDocument
3338
- });
3339
- } catch {
3340
- o = new IntersectionObserver(C, w);
3341
- }
3342
- o.observe(e);
3343
- }
3344
- return s(!0), n;
3345
- }
3346
- function sr(e, t, o, i) {
3347
- i === void 0 && (i = {});
3348
- const {
3349
- ancestorScroll: r = !0,
3350
- ancestorResize: n = !0,
3351
- elementResize: s = typeof ResizeObserver == "function",
3352
- layoutShift: l = typeof IntersectionObserver == "function",
3353
- animationFrame: a = !1
3354
- } = i, c = ke(e), d = r || n ? [...c ? Rt(c) : [], ...Rt(t)] : [];
3355
- d.forEach((v) => {
3356
- r && v.addEventListener("scroll", o, {
3357
- passive: !0
3358
- }), n && v.addEventListener("resize", o);
3359
- });
3360
- const u = c && l ? nr(c, o) : null;
3361
- let b = -1, p = null;
3362
- s && (p = new ResizeObserver((v) => {
3363
- let [w] = v;
3364
- w && w.target === c && p && (p.unobserve(t), cancelAnimationFrame(b), b = requestAnimationFrame(() => {
3365
- var _;
3366
- (_ = p) == null || _.observe(t);
3367
- })), o();
3368
- }), c && !a && p.observe(c), p.observe(t));
3369
- let g, m = a ? at(e) : null;
3370
- a && y();
3371
- function y() {
3372
- const v = at(e);
3373
- m && (v.x !== m.x || v.y !== m.y || v.width !== m.width || v.height !== m.height) && o(), m = v, g = requestAnimationFrame(y);
3374
- }
3375
- return o(), () => {
3376
- var v;
3377
- d.forEach((w) => {
3378
- r && w.removeEventListener("scroll", o), n && w.removeEventListener("resize", o);
3379
- }), u == null || u(), (v = p) == null || v.disconnect(), p = null, a && cancelAnimationFrame(g);
3380
- };
3381
- }
3382
- const ar = Fi, lr = Vi, cr = Di, Ke = Hi, ur = Ui, dr = (e, t, o) => {
3383
- const i = /* @__PURE__ */ new Map(), r = {
3384
- platform: It,
3385
- ...o
3386
- }, n = {
3387
- ...r.platform,
3388
- _c: i
3389
- };
3390
- return Bi(e, t, {
3391
- ...r,
3392
- platform: n
3393
- });
3394
- };
3395
- function hr(e) {
3396
- return pr(e);
3397
- }
3398
- function ce(e) {
3399
- return e.assignedSlot ? e.assignedSlot : e.parentNode instanceof ShadowRoot ? e.parentNode.host : e.parentNode;
3400
- }
3401
- function pr(e) {
3402
- for (let t = e; t; t = ce(t))
3403
- if (t instanceof Element && getComputedStyle(t).display === "none")
3404
- return null;
3405
- for (let t = ce(e); t; t = ce(t)) {
3406
- if (!(t instanceof Element))
3407
- continue;
3408
- const o = getComputedStyle(t);
3409
- if (o.display !== "contents" && (o.position !== "static" || o.filter !== "none" || t.tagName === "BODY"))
3410
- return t;
3411
- }
3412
- return null;
3413
- }
3414
- function fr(e) {
3415
- return e !== null && typeof e == "object" && "getBoundingClientRect" in e && ("contextElement" in e ? e instanceof Element : !0);
3416
- }
3417
- var $ = class extends H {
3418
- constructor() {
3419
- super(...arguments), this.active = !1, this.placement = "top", this.strategy = "absolute", this.distance = 0, this.skidding = 0, this.arrow = !1, this.arrowPlacement = "anchor", this.arrowPadding = 10, this.flip = !1, this.flipFallbackPlacements = "", this.flipFallbackStrategy = "best-fit", this.flipPadding = 0, this.shift = !1, this.shiftPadding = 0, this.autoSizePadding = 0, this.hoverBridge = !1, this.updateHoverBridge = () => {
3420
- if (this.hoverBridge && this.anchorEl) {
3421
- const e = this.anchorEl.getBoundingClientRect(), t = this.popup.getBoundingClientRect(), o = this.placement.includes("top") || this.placement.includes("bottom");
3422
- let i = 0, r = 0, n = 0, s = 0, l = 0, a = 0, c = 0, d = 0;
3423
- o ? e.top < t.top ? (i = e.left, r = e.bottom, n = e.right, s = e.bottom, l = t.left, a = t.top, c = t.right, d = t.top) : (i = t.left, r = t.bottom, n = t.right, s = t.bottom, l = e.left, a = e.top, c = e.right, d = e.top) : e.left < t.left ? (i = e.right, r = e.top, n = t.left, s = t.top, l = e.right, a = e.bottom, c = t.left, d = t.bottom) : (i = t.right, r = t.top, n = e.left, s = e.top, l = t.right, a = t.bottom, c = e.left, d = e.bottom), this.style.setProperty("--hover-bridge-top-left-x", `${i}px`), this.style.setProperty("--hover-bridge-top-left-y", `${r}px`), this.style.setProperty("--hover-bridge-top-right-x", `${n}px`), this.style.setProperty("--hover-bridge-top-right-y", `${s}px`), this.style.setProperty("--hover-bridge-bottom-left-x", `${l}px`), this.style.setProperty("--hover-bridge-bottom-left-y", `${a}px`), this.style.setProperty("--hover-bridge-bottom-right-x", `${c}px`), this.style.setProperty("--hover-bridge-bottom-right-y", `${d}px`);
3424
- }
3425
- };
3426
- }
3427
- async connectedCallback() {
3428
- super.connectedCallback(), await this.updateComplete, this.start();
3429
- }
3430
- disconnectedCallback() {
3431
- super.disconnectedCallback(), this.stop();
3432
- }
3433
- async updated(e) {
3434
- super.updated(e), e.has("active") && (this.active ? this.start() : this.stop()), e.has("anchor") && this.handleAnchorChange(), this.active && (await this.updateComplete, this.reposition());
3435
- }
3436
- async handleAnchorChange() {
3437
- if (await this.stop(), this.anchor && typeof this.anchor == "string") {
3438
- const e = this.getRootNode();
3439
- this.anchorEl = e.getElementById(this.anchor);
3440
- } else
3441
- this.anchor instanceof Element || fr(this.anchor) ? this.anchorEl = this.anchor : this.anchorEl = this.querySelector('[slot="anchor"]');
3442
- this.anchorEl instanceof HTMLSlotElement && (this.anchorEl = this.anchorEl.assignedElements({ flatten: !0 })[0]), this.anchorEl && this.start();
3443
- }
3444
- start() {
3445
- this.anchorEl && (this.cleanup = sr(this.anchorEl, this.popup, () => {
3446
- this.reposition();
3447
- }));
3448
- }
3449
- async stop() {
3450
- return new Promise((e) => {
3451
- this.cleanup ? (this.cleanup(), this.cleanup = void 0, this.removeAttribute("data-current-placement"), this.style.removeProperty("--auto-size-available-width"), this.style.removeProperty("--auto-size-available-height"), requestAnimationFrame(() => e())) : e();
3452
- });
3453
- }
3454
- /** Forces the popup to recalculate and reposition itself. */
3455
- reposition() {
3456
- if (!this.active || !this.anchorEl)
3457
- return;
3458
- const e = [
3459
- // The offset middleware goes first
3460
- ar({ mainAxis: this.distance, crossAxis: this.skidding })
3461
- ];
3462
- this.sync ? e.push(
3463
- Ke({
3464
- apply: ({ rects: o }) => {
3465
- const i = this.sync === "width" || this.sync === "both", r = this.sync === "height" || this.sync === "both";
3466
- this.popup.style.width = i ? `${o.reference.width}px` : "", this.popup.style.height = r ? `${o.reference.height}px` : "";
3467
- }
3468
- })
3469
- ) : (this.popup.style.width = "", this.popup.style.height = ""), this.flip && e.push(
3470
- cr({
3471
- boundary: this.flipBoundary,
3472
- // @ts-expect-error - We're converting a string attribute to an array here
3473
- fallbackPlacements: this.flipFallbackPlacements,
3474
- fallbackStrategy: this.flipFallbackStrategy === "best-fit" ? "bestFit" : "initialPlacement",
3475
- padding: this.flipPadding
3476
- })
3477
- ), this.shift && e.push(
3478
- lr({
3479
- boundary: this.shiftBoundary,
3480
- padding: this.shiftPadding
3481
- })
3482
- ), this.autoSize ? e.push(
3483
- Ke({
3484
- boundary: this.autoSizeBoundary,
3485
- padding: this.autoSizePadding,
3486
- apply: ({ availableWidth: o, availableHeight: i }) => {
3487
- this.autoSize === "vertical" || this.autoSize === "both" ? this.style.setProperty("--auto-size-available-height", `${i}px`) : this.style.removeProperty("--auto-size-available-height"), this.autoSize === "horizontal" || this.autoSize === "both" ? this.style.setProperty("--auto-size-available-width", `${o}px`) : this.style.removeProperty("--auto-size-available-width");
3488
- }
3489
- })
3490
- ) : (this.style.removeProperty("--auto-size-available-width"), this.style.removeProperty("--auto-size-available-height")), this.arrow && e.push(
3491
- ur({
3492
- element: this.arrowEl,
3493
- padding: this.arrowPadding
3494
- })
3495
- );
3496
- const t = this.strategy === "absolute" ? (o) => It.getOffsetParent(o, hr) : It.getOffsetParent;
3497
- dr(this.anchorEl, this.popup, {
3498
- placement: this.placement,
3499
- middleware: e,
3500
- strategy: this.strategy,
3501
- platform: Zt(lt({}, It), {
3502
- getOffsetParent: t
3503
- })
3504
- }).then(({ x: o, y: i, middlewareData: r, placement: n }) => {
3505
- const s = getComputedStyle(this).direction === "rtl", l = { top: "bottom", right: "left", bottom: "top", left: "right" }[n.split("-")[0]];
3506
- if (this.setAttribute("data-current-placement", n), Object.assign(this.popup.style, {
3507
- left: `${o}px`,
3508
- top: `${i}px`
3509
- }), this.arrow) {
3510
- const a = r.arrow.x, c = r.arrow.y;
3511
- let d = "", u = "", b = "", p = "";
3512
- if (this.arrowPlacement === "start") {
3513
- const g = typeof a == "number" ? `calc(${this.arrowPadding}px - var(--arrow-padding-offset))` : "";
3514
- d = typeof c == "number" ? `calc(${this.arrowPadding}px - var(--arrow-padding-offset))` : "", u = s ? g : "", p = s ? "" : g;
3515
- } else if (this.arrowPlacement === "end") {
3516
- const g = typeof a == "number" ? `calc(${this.arrowPadding}px - var(--arrow-padding-offset))` : "";
3517
- u = s ? "" : g, p = s ? g : "", b = typeof c == "number" ? `calc(${this.arrowPadding}px - var(--arrow-padding-offset))` : "";
3518
- } else
3519
- this.arrowPlacement === "center" ? (p = typeof a == "number" ? "calc(50% - var(--arrow-size-diagonal))" : "", d = typeof c == "number" ? "calc(50% - var(--arrow-size-diagonal))" : "") : (p = typeof a == "number" ? `${a}px` : "", d = typeof c == "number" ? `${c}px` : "");
3520
- Object.assign(this.arrowEl.style, {
3521
- top: d,
3522
- right: u,
3523
- bottom: b,
3524
- left: p,
3525
- [l]: "calc(var(--arrow-size-diagonal) * -1)"
3526
- });
3527
- }
3528
- }), requestAnimationFrame(() => this.updateHoverBridge()), this.emit("sl-reposition");
3529
- }
3530
- render() {
3531
- return N`
3532
- <slot name="anchor" @slotchange=${this.handleAnchorChange}></slot>
3533
-
3534
- <span
3535
- part="hover-bridge"
3536
- class=${qt({
3537
- "popup-hover-bridge": !0,
3538
- "popup-hover-bridge--visible": this.hoverBridge && this.active
3539
- })}
3540
- ></span>
3541
-
3542
- <div
3543
- part="popup"
3544
- class=${qt({
3545
- popup: !0,
3546
- "popup--active": this.active,
3547
- "popup--fixed": this.strategy === "fixed",
3548
- "popup--has-arrow": this.arrow
3549
- })}
3550
- >
3551
- <slot></slot>
3552
- ${this.arrow ? N`<div part="arrow" class="popup__arrow" role="presentation"></div>` : ""}
3553
- </div>
3554
- `;
3555
- }
3556
- };
3557
- $.styles = [bt, Si];
3558
- h([
3559
- ct(".popup")
3560
- ], $.prototype, "popup", 2);
3561
- h([
3562
- ct(".popup__arrow")
3563
- ], $.prototype, "arrowEl", 2);
3564
- h([
3565
- f()
3566
- ], $.prototype, "anchor", 2);
3567
- h([
3568
- f({ type: Boolean, reflect: !0 })
3569
- ], $.prototype, "active", 2);
3570
- h([
3571
- f({ reflect: !0 })
3572
- ], $.prototype, "placement", 2);
3573
- h([
3574
- f({ reflect: !0 })
3575
- ], $.prototype, "strategy", 2);
3576
- h([
3577
- f({ type: Number })
3578
- ], $.prototype, "distance", 2);
3579
- h([
3580
- f({ type: Number })
3581
- ], $.prototype, "skidding", 2);
3582
- h([
3583
- f({ type: Boolean })
3584
- ], $.prototype, "arrow", 2);
3585
- h([
3586
- f({ attribute: "arrow-placement" })
3587
- ], $.prototype, "arrowPlacement", 2);
3588
- h([
3589
- f({ attribute: "arrow-padding", type: Number })
3590
- ], $.prototype, "arrowPadding", 2);
3591
- h([
3592
- f({ type: Boolean })
3593
- ], $.prototype, "flip", 2);
3594
- h([
3595
- f({
3596
- attribute: "flip-fallback-placements",
3597
- converter: {
3598
- fromAttribute: (e) => e.split(" ").map((t) => t.trim()).filter((t) => t !== ""),
3599
- toAttribute: (e) => e.join(" ")
3600
- }
3601
- })
3602
- ], $.prototype, "flipFallbackPlacements", 2);
3603
- h([
3604
- f({ attribute: "flip-fallback-strategy" })
3605
- ], $.prototype, "flipFallbackStrategy", 2);
3606
- h([
3607
- f({ type: Object })
3608
- ], $.prototype, "flipBoundary", 2);
3609
- h([
3610
- f({ attribute: "flip-padding", type: Number })
3611
- ], $.prototype, "flipPadding", 2);
3612
- h([
3613
- f({ type: Boolean })
3614
- ], $.prototype, "shift", 2);
3615
- h([
3616
- f({ type: Object })
3617
- ], $.prototype, "shiftBoundary", 2);
3618
- h([
3619
- f({ attribute: "shift-padding", type: Number })
3620
- ], $.prototype, "shiftPadding", 2);
3621
- h([
3622
- f({ attribute: "auto-size" })
3623
- ], $.prototype, "autoSize", 2);
3624
- h([
3625
- f()
3626
- ], $.prototype, "sync", 2);
3627
- h([
3628
- f({ type: Object })
3629
- ], $.prototype, "autoSizeBoundary", 2);
3630
- h([
3631
- f({ attribute: "auto-size-padding", type: Number })
3632
- ], $.prototype, "autoSizePadding", 2);
3633
- h([
3634
- f({ attribute: "hover-bridge", type: Boolean })
3635
- ], $.prototype, "hoverBridge", 2);
3636
- var So = /* @__PURE__ */ new Map(), gr = /* @__PURE__ */ new WeakMap();
3637
- function br(e) {
3638
- return e ?? { keyframes: [], options: { duration: 0 } };
3639
- }
3640
- function Ge(e, t) {
3641
- return t.toLowerCase() === "rtl" ? {
3642
- keyframes: e.rtlKeyframes || e.keyframes,
3643
- options: e.options
3644
- } : e;
3645
- }
3646
- function Po(e, t) {
3647
- So.set(e, br(t));
3648
- }
3649
- function Ze(e, t, o) {
3650
- const i = gr.get(e);
3651
- if (i != null && i[t])
3652
- return Ge(i[t], o.dir);
3653
- const r = So.get(t);
3654
- return r ? Ge(r, o.dir) : {
3655
- keyframes: [],
3656
- options: { duration: 0 }
3657
- };
3658
- }
3659
- function Je(e, t) {
3660
- return new Promise((o) => {
3661
- function i(r) {
3662
- r.target === e && (e.removeEventListener(t, i), o());
3663
- }
3664
- e.addEventListener(t, i);
3665
- });
3666
- }
3667
- function Qe(e, t, o) {
3668
- return new Promise((i) => {
3669
- if ((o == null ? void 0 : o.duration) === 1 / 0)
3670
- throw new Error("Promise-based animations must be finite.");
3671
- const r = e.animate(t, Zt(lt({}, o), {
3672
- duration: mr() ? 0 : o.duration
3673
- }));
3674
- r.addEventListener("cancel", i, { once: !0 }), r.addEventListener("finish", i, { once: !0 });
3675
- });
3676
- }
3677
- function to(e) {
3678
- return e = e.toString().toLowerCase(), e.indexOf("ms") > -1 ? parseFloat(e) : e.indexOf("s") > -1 ? parseFloat(e) * 1e3 : parseFloat(e);
3679
- }
3680
- function mr() {
3681
- return window.matchMedia("(prefers-reduced-motion: reduce)").matches;
3682
- }
3683
- function eo(e) {
3684
- return Promise.all(
3685
- e.getAnimations().map((t) => new Promise((o) => {
3686
- t.cancel(), requestAnimationFrame(o);
3687
- }))
3688
- );
3689
- }
3690
- var E = class extends H {
3691
- constructor() {
3692
- super(), this.localize = new ye(this), this.content = "", this.placement = "top", this.disabled = !1, this.distance = 8, this.open = !1, this.skidding = 0, this.trigger = "hover focus", this.hoist = !1, this.handleBlur = () => {
3693
- this.hasTrigger("focus") && this.hide();
3694
- }, this.handleClick = () => {
3695
- this.hasTrigger("click") && (this.open ? this.hide() : this.show());
3696
- }, this.handleFocus = () => {
3697
- this.hasTrigger("focus") && this.show();
3698
- }, this.handleDocumentKeyDown = (e) => {
3699
- e.key === "Escape" && (e.stopPropagation(), this.hide());
3700
- }, this.handleMouseOver = () => {
3701
- if (this.hasTrigger("hover")) {
3702
- const e = to(getComputedStyle(this).getPropertyValue("--show-delay"));
3703
- clearTimeout(this.hoverTimeout), this.hoverTimeout = window.setTimeout(() => this.show(), e);
3704
- }
3705
- }, this.handleMouseOut = () => {
3706
- if (this.hasTrigger("hover")) {
3707
- const e = to(getComputedStyle(this).getPropertyValue("--hide-delay"));
3708
- clearTimeout(this.hoverTimeout), this.hoverTimeout = window.setTimeout(() => this.hide(), e);
3709
- }
3710
- }, this.addEventListener("blur", this.handleBlur, !0), this.addEventListener("focus", this.handleFocus, !0), this.addEventListener("click", this.handleClick), this.addEventListener("mouseover", this.handleMouseOver), this.addEventListener("mouseout", this.handleMouseOut);
3711
- }
3712
- disconnectedCallback() {
3713
- var e;
3714
- (e = this.closeWatcher) == null || e.destroy(), document.removeEventListener("keydown", this.handleDocumentKeyDown);
3715
- }
3716
- firstUpdated() {
3717
- this.body.hidden = !this.open, this.open && (this.popup.active = !0, this.popup.reposition());
3718
- }
3719
- hasTrigger(e) {
3720
- return this.trigger.split(" ").includes(e);
3721
- }
3722
- async handleOpenChange() {
3723
- var e, t;
3724
- if (this.open) {
3725
- if (this.disabled)
3726
- return;
3727
- this.emit("sl-show"), "CloseWatcher" in window ? ((e = this.closeWatcher) == null || e.destroy(), this.closeWatcher = new CloseWatcher(), this.closeWatcher.onclose = () => {
3728
- this.hide();
3729
- }) : document.addEventListener("keydown", this.handleDocumentKeyDown), await eo(this.body), this.body.hidden = !1, this.popup.active = !0;
3730
- const { keyframes: o, options: i } = Ze(this, "tooltip.show", { dir: this.localize.dir() });
3731
- await Qe(this.popup.popup, o, i), this.popup.reposition(), this.emit("sl-after-show");
3732
- } else {
3733
- this.emit("sl-hide"), (t = this.closeWatcher) == null || t.destroy(), document.removeEventListener("keydown", this.handleDocumentKeyDown), await eo(this.body);
3734
- const { keyframes: o, options: i } = Ze(this, "tooltip.hide", { dir: this.localize.dir() });
3735
- await Qe(this.popup.popup, o, i), this.popup.active = !1, this.body.hidden = !0, this.emit("sl-after-hide");
3736
- }
3737
- }
3738
- async handleOptionsChange() {
3739
- this.hasUpdated && (await this.updateComplete, this.popup.reposition());
3740
- }
3741
- handleDisabledChange() {
3742
- this.disabled && this.open && this.hide();
3743
- }
3744
- /** Shows the tooltip. */
3745
- async show() {
3746
- if (!this.open)
3747
- return this.open = !0, Je(this, "sl-after-show");
3748
- }
3749
- /** Hides the tooltip */
3750
- async hide() {
3751
- if (this.open)
3752
- return this.open = !1, Je(this, "sl-after-hide");
3753
- }
3754
- //
3755
- // NOTE: Tooltip is a bit unique in that we're using aria-live instead of aria-labelledby to trick screen readers into
3756
- // announcing the content. It works really well, but it violates an accessibility rule. We're also adding the
3757
- // aria-describedby attribute to a slot, which is required by <sl-popup> to correctly locate the first assigned
3758
- // element, otherwise positioning is incorrect.
3759
- //
3760
- render() {
3761
- return N`
3762
- <sl-popup
3763
- part="base"
3764
- exportparts="
3765
- popup:base__popup,
3766
- arrow:base__arrow
3767
- "
3768
- class=${qt({
3769
- tooltip: !0,
3770
- "tooltip--open": this.open
3771
- })}
3772
- placement=${this.placement}
3773
- distance=${this.distance}
3774
- skidding=${this.skidding}
3775
- strategy=${this.hoist ? "fixed" : "absolute"}
3776
- flip
3777
- shift
3778
- arrow
3779
- hover-bridge
3780
- >
3781
- ${""}
3782
- <slot slot="anchor" aria-describedby="tooltip"></slot>
3783
-
3784
- ${""}
3785
- <div part="body" id="tooltip" class="tooltip__body" role="tooltip" aria-live=${this.open ? "polite" : "off"}>
3786
- <slot name="content">${this.content}</slot>
3787
- </div>
3788
- </sl-popup>
3789
- `;
3790
- }
3791
- };
3792
- E.styles = [bt, Ei];
3793
- E.dependencies = { "sl-popup": $ };
3794
- h([
3795
- ct("slot:not([name])")
3796
- ], E.prototype, "defaultSlot", 2);
3797
- h([
3798
- ct(".tooltip__body")
3799
- ], E.prototype, "body", 2);
3800
- h([
3801
- ct("sl-popup")
3802
- ], E.prototype, "popup", 2);
3803
- h([
3804
- f()
3805
- ], E.prototype, "content", 2);
3806
- h([
3807
- f()
3808
- ], E.prototype, "placement", 2);
3809
- h([
3810
- f({ type: Boolean, reflect: !0 })
3811
- ], E.prototype, "disabled", 2);
3812
- h([
3813
- f({ type: Number })
3814
- ], E.prototype, "distance", 2);
3815
- h([
3816
- f({ type: Boolean, reflect: !0 })
3817
- ], E.prototype, "open", 2);
3818
- h([
3819
- f({ type: Number })
3820
- ], E.prototype, "skidding", 2);
3821
- h([
3822
- f()
3823
- ], E.prototype, "trigger", 2);
3824
- h([
3825
- f({ type: Boolean })
3826
- ], E.prototype, "hoist", 2);
3827
- h([
3828
- mt("open", { waitUntilFirstUpdate: !0 })
3829
- ], E.prototype, "handleOpenChange", 1);
3830
- h([
3831
- mt(["content", "distance", "hoist", "placement", "skidding"])
3832
- ], E.prototype, "handleOptionsChange", 1);
3833
- h([
3834
- mt("disabled")
3835
- ], E.prototype, "handleDisabledChange", 1);
3836
- Po("tooltip.show", {
3837
- keyframes: [
3838
- { opacity: 0, scale: 0.8 },
3839
- { opacity: 1, scale: 1 }
3840
- ],
3841
- options: { duration: 150, easing: "ease" }
3842
- });
3843
- Po("tooltip.hide", {
3844
- keyframes: [
3845
- { opacity: 1, scale: 1 },
3846
- { opacity: 0, scale: 0.8 }
3847
- ],
3848
- options: { duration: 150, easing: "ease" }
3849
- });
3850
- E.define("sl-tooltip");
3851
- const vr = `/*
3852
- 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
3853
- 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
3854
- 2. [UnoCSS]: allow to override the default border color with css var \`--un-default-border-color\`
3855
- */
3856
-
3857
- *,
3858
- ::before,
3859
- ::after {
3860
- box-sizing: border-box; /* 1 */
3861
- border-width: 0; /* 2 */
3862
- border-style: solid; /* 2 */
3863
- border-color: var(--un-default-border-color, #e5e7eb); /* 2 */
3864
- }
3865
-
3866
- ::before,
3867
- ::after {
3868
- --un-content: '';
3869
- }
3870
-
3871
- /*
3872
- 1. Use a consistent sensible line-height in all browsers.
3873
- 2. Prevent adjustments of font size after orientation changes in iOS.
3874
- 3. Use a more readable tab size.
3875
- 4. Use the user's configured \`sans\` font-family by default.
3876
- 5. Use the user's configured \`sans\` font-feature-settings by default.
3877
- 6. Use the user's configured \`sans\` font-variation-settings by default.
3878
- 7. Disable tap highlights on iOS.
3879
- */
3880
-
3881
- html,
3882
- :host {
3883
- line-height: 1.5; /* 1 */
3884
- -webkit-text-size-adjust: 100%; /* 2 */
3885
- -moz-tab-size: 4; /* 3 */
3886
- tab-size: 4; /* 3 */
3887
- font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
3888
- font-feature-settings: normal; /* 5 */
3889
- font-variation-settings: normal; /* 6 */
3890
- -webkit-tap-highlight-color: transparent; /* 7 */
3891
- }
3892
-
3893
- /*
3894
- 1. Remove the margin in all browsers.
3895
- 2. Inherit line-height from \`html\` so users can set them as a class directly on the \`html\` element.
3896
- */
3897
-
3898
- body {
3899
- margin: 0; /* 1 */
3900
- line-height: inherit; /* 2 */
3901
- }
3902
-
3903
- /*
3904
- 1. Add the correct height in Firefox.
3905
- 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3906
- 3. Ensure horizontal rules are visible by default.
3907
- */
3908
-
3909
- hr {
3910
- height: 0; /* 1 */
3911
- color: inherit; /* 2 */
3912
- border-top-width: 1px; /* 3 */
3913
- }
3914
-
3915
- /*
3916
- Add the correct text decoration in Chrome, Edge, and Safari.
3917
- */
3918
-
3919
- abbr:where([title]) {
3920
- text-decoration: underline dotted;
3921
- }
3922
-
3923
- /*
3924
- Remove the default font size and weight for headings.
3925
- */
3926
-
3927
- h1,
3928
- h2,
3929
- h3,
3930
- h4,
3931
- h5,
3932
- h6 {
3933
- font-size: inherit;
3934
- font-weight: inherit;
3935
- }
3936
-
3937
- /*
3938
- Reset links to optimize for opt-in styling instead of opt-out.
3939
- */
3940
-
3941
- a {
3942
- color: inherit;
3943
- text-decoration: inherit;
3944
- }
3945
-
3946
- /*
3947
- Add the correct font weight in Edge and Safari.
3948
- */
3949
-
3950
- b,
3951
- strong {
3952
- font-weight: bolder;
3953
- }
3954
-
3955
- /*
3956
- 1. Use the user's configured \`mono\` font-family by default.
3957
- 2. Use the user's configured \`mono\` font-feature-settings by default.
3958
- 3. Use the user's configured \`mono\` font-variation-settings by default.
3959
- 4. Correct the odd \`em\` font sizing in all browsers.
3960
- */
3961
-
3962
- code,
3963
- kbd,
3964
- samp,
3965
- pre {
3966
- font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
3967
- font-feature-settings: normal; /* 2 */
3968
- font-variation-settings: normal; /* 3 */
3969
- font-size: 1em; /* 4 */
3970
- }
3971
-
3972
- /*
3973
- Add the correct font size in all browsers.
3974
- */
3975
-
3976
- small {
3977
- font-size: 80%;
3978
- }
3979
-
3980
- /*
3981
- Prevent \`sub\` and \`sup\` elements from affecting the line height in all browsers.
3982
- */
3983
-
3984
- sub,
3985
- sup {
3986
- font-size: 75%;
3987
- line-height: 0;
3988
- position: relative;
3989
- vertical-align: baseline;
3990
- }
3991
-
3992
- sub {
3993
- bottom: -0.25em;
3994
- }
3995
-
3996
- sup {
3997
- top: -0.5em;
3998
- }
3999
-
4000
- /*
4001
- 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
4002
- 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
4003
- 3. Remove gaps between table borders by default.
4004
- */
4005
-
4006
- table {
4007
- text-indent: 0; /* 1 */
4008
- border-color: inherit; /* 2 */
4009
- border-collapse: collapse; /* 3 */
4010
- }
4011
-
4012
- /*
4013
- 1. Change the font styles in all browsers.
4014
- 2. Remove the margin in Firefox and Safari.
4015
- 3. Remove default padding in all browsers.
4016
- */
4017
-
4018
- button,
4019
- input,
4020
- optgroup,
4021
- select,
4022
- textarea {
4023
- font-family: inherit; /* 1 */
4024
- font-feature-settings: inherit; /* 1 */
4025
- font-variation-settings: inherit; /* 1 */
4026
- font-size: 100%; /* 1 */
4027
- font-weight: inherit; /* 1 */
4028
- line-height: inherit; /* 1 */
4029
- color: inherit; /* 1 */
4030
- margin: 0; /* 2 */
4031
- padding: 0; /* 3 */
4032
- }
4033
-
4034
- /*
4035
- Remove the inheritance of text transform in Edge and Firefox.
4036
- */
4037
-
4038
- button,
4039
- select {
4040
- text-transform: none;
4041
- }
4042
-
4043
- /*
4044
- 1. Correct the inability to style clickable types in iOS and Safari.
4045
- 2. Remove default button styles.
4046
- */
4047
-
4048
- button,
4049
- [type='button'],
4050
- [type='reset'],
4051
- [type='submit'] {
4052
- -webkit-appearance: button; /* 1 */
4053
- background-color: transparent; /* 2 */
4054
- background-image: none; /* 2 */
4055
- }
4056
-
4057
- /*
4058
- Use the modern Firefox focus style for all focusable elements.
4059
- */
4060
-
4061
- :-moz-focusring {
4062
- outline: auto;
4063
- }
4064
-
4065
- /*
4066
- Remove the additional \`:invalid\` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
4067
- */
4068
-
4069
- :-moz-ui-invalid {
4070
- box-shadow: none;
4071
- }
4072
-
4073
- /*
4074
- Add the correct vertical alignment in Chrome and Firefox.
4075
- */
4076
-
4077
- progress {
4078
- vertical-align: baseline;
4079
- }
4080
-
4081
- /*
4082
- Correct the cursor style of increment and decrement buttons in Safari.
4083
- */
4084
-
4085
- ::-webkit-inner-spin-button,
4086
- ::-webkit-outer-spin-button {
4087
- height: auto;
4088
- }
4089
-
4090
- /*
4091
- 1. Correct the odd appearance in Chrome and Safari.
4092
- 2. Correct the outline style in Safari.
4093
- */
4094
-
4095
- [type='search'] {
4096
- -webkit-appearance: textfield; /* 1 */
4097
- outline-offset: -2px; /* 2 */
4098
- }
4099
-
4100
- /*
4101
- Remove the inner padding in Chrome and Safari on macOS.
4102
- */
4103
-
4104
- ::-webkit-search-decoration {
4105
- -webkit-appearance: none;
4106
- }
4107
-
4108
- /*
4109
- 1. Correct the inability to style clickable types in iOS and Safari.
4110
- 2. Change font properties to \`inherit\` in Safari.
4111
- */
4112
-
4113
- ::-webkit-file-upload-button {
4114
- -webkit-appearance: button; /* 1 */
4115
- font: inherit; /* 2 */
4116
- }
4117
-
4118
- /*
4119
- Add the correct display in Chrome and Safari.
4120
- */
4121
-
4122
- summary {
4123
- display: list-item;
4124
- }
4125
-
4126
- /*
4127
- Removes the default spacing for appropriate elements.
4128
- */
4129
-
4130
- blockquote,
4131
- dl,
4132
- dd,
4133
- h1,
4134
- h2,
4135
- h3,
4136
- h4,
4137
- h5,
4138
- h6,
4139
- hr,
4140
- figure,
4141
- p,
4142
- pre {
4143
- margin: 0;
4144
- }
4145
-
4146
- fieldset {
4147
- margin: 0;
4148
- padding: 0;
4149
- }
4150
-
4151
- legend {
4152
- padding: 0;
4153
- }
4154
-
4155
- ol,
4156
- ul,
4157
- menu {
4158
- list-style: none;
4159
- margin: 0;
4160
- padding: 0;
4161
- }
4162
-
4163
- dialog {
4164
- padding: 0;
4165
- }
4166
-
4167
- /*
4168
- Prevent resizing textareas horizontally by default.
4169
- */
4170
-
4171
- textarea {
4172
- resize: vertical;
4173
- }
4174
-
4175
- /*
4176
- 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
4177
- 2. Set the default placeholder color to the user's configured gray 400 color.
4178
- */
4179
-
4180
- input::placeholder,
4181
- textarea::placeholder {
4182
- opacity: 1; /* 1 */
4183
- color: #9ca3af; /* 2 */
4184
- }
4185
-
4186
- /*
4187
- Set the default cursor for buttons.
4188
- */
4189
-
4190
- button,
4191
- [role="button"] {
4192
- cursor: pointer;
4193
- }
4194
-
4195
- /*
4196
- Make sure disabled buttons don't get the pointer cursor.
4197
- */
4198
-
4199
- :disabled {
4200
- cursor: default;
4201
- }
4202
-
4203
- /*
4204
- 1. Make replaced elements \`display: block\` by default. (https://github.com/mozdevs/cssremedy/issues/14)
4205
- 2. Add \`vertical-align: middle\` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
4206
- This can trigger a poorly considered lint error in some tools but is included by design.
4207
- */
4208
-
4209
- img,
4210
- svg,
4211
- video,
4212
- canvas,
4213
- audio,
4214
- iframe,
4215
- embed,
4216
- object {
4217
- display: block; /* 1 */
4218
- vertical-align: middle; /* 2 */
4219
- }
4220
-
4221
- /*
4222
- Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
4223
- */
4224
-
4225
- img,
4226
- video {
4227
- max-width: 100%;
4228
- height: auto;
4229
- }
4230
-
4231
- /*
4232
- Make elements with the HTML hidden attribute stay hidden by default.
4233
- */
4234
-
4235
- [hidden] {
4236
- display: none;
4237
- }`;
4238
- var yr = Object.defineProperty, zo = (e, t, o, i) => {
4239
- for (var r = void 0, n = e.length - 1, s; n >= 0; n--)
4240
- (s = e[n]) && (r = s(t, o, r) || r);
4241
- return r && yr(t, o, r), r;
4242
- };
4243
- const Se = class Se extends ht {
4244
- constructor() {
4245
- super(...arguments), this.name = "hot-toolbar", this.tooltipPosition = "top", this.undo = (t) => {
4246
- t.stopPropagation(), this.dispatchEvent(new Event("hot-undo-click"));
4247
- }, this.redo = (t) => {
4248
- t.stopPropagation(), this.dispatchEvent(new Event("hot-redo-click"));
4249
- }, this.bold = (t) => {
4250
- t.stopPropagation(), this.dispatchEvent(new Event("hot-bold-click"));
4251
- }, this.italic = (t) => {
4252
- t.stopPropagation(), this.dispatchEvent(new Event("hot-italic-click"));
4253
- }, this.underline = (t) => {
4254
- t.stopPropagation(), this.dispatchEvent(new Event("hot-underline-click"));
4255
- }, this.alignLeft = (t) => {
4256
- t.stopPropagation(), this.dispatchEvent(new Event("hot-leftalign-click"));
4257
- }, this.alignCenter = (t) => {
4258
- t.stopPropagation(), this.dispatchEvent(new Event("hot-centeralign-click"));
4259
- }, this.alignRight = (t) => {
4260
- t.stopPropagation(), this.dispatchEvent(new Event("hot-rightalign-click"));
4261
- };
4262
- }
4263
- // class=${toolbarStyle({
4264
- // someProperty: this.someProperty,
4265
- // })}
4266
- render() {
4267
- return N`
4268
- <div class="button-group-toolbar">
4269
- ${this.renderButtonGroup("History", [
4270
- { content: "Undo", icon: "arrow-counterclockwise", label: "Undo", action: this.undo },
4271
- { content: "Redo", icon: "arrow-clockwise", label: "Redo", action: this.redo }
4272
- ])}
4273
- ${this.renderButtonGroup("Formatting", [
4274
- { content: "Bold", icon: "type-bold", label: "Bold", action: this.bold },
4275
- { content: "Italic", icon: "type-italic", label: "Italic", action: this.italic },
4276
- { content: "Underline", icon: "type-underline", label: "Underline", action: this.underline }
4277
- ])}
4278
- ${this.renderButtonGroup("Alignment", [
4279
- { content: "Align Left", icon: "justify-left", label: "Align Left", action: this.alignLeft },
4280
- { content: "Align Center", icon: "justify", label: "Align Center", action: this.alignCenter },
4281
- { content: "Align Right", icon: "justify-right", label: "Align Right", action: this.alignRight }
4282
- ])}
4283
- </div>
4284
- `;
4285
- }
4286
- renderButtonGroup(t, o) {
4287
- return N`
4288
- <sl-button-group label=${t}>
4289
- ${o.map((i) => this.renderButton(i))}
4290
- </sl-button-group>
4291
- `;
4292
- }
4293
- renderButton({ content: t, icon: o, label: i, action: r }) {
4294
- return N`
4295
- <sl-tooltip content=${t} placement="${this.tooltipPosition}">
4296
- <sl-button @click=${r ?? (() => {
4297
- })}><sl-icon name=${o} label=${i}></sl-icon></sl-button>
4298
- </sl-tooltip>
4299
- `;
4300
- }
4301
- };
4302
- Se.styles = [
4303
- et`
4304
- /* layer: preflights */
4305
- *,::before,::after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / 0.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: ;}::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / 0.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: ;}
4306
- /* layer: default */
4307
- .relative{position:relative;}
4308
- .static{position:static;}
4309
- .justify-left{justify-content:left;}
4310
- .justify-right{justify-content:right;}
4311
- .italic{font-style:italic;}
4312
- .underline{text-decoration-line:underline;};
4313
- `,
4314
- ro(vr)
4315
- ];
4316
- let Tt = Se;
4317
- zo([
4318
- f()
4319
- ], Tt.prototype, "name");
4320
- zo([
4321
- f({ type: String, attribute: "tooltip-position" })
4322
- ], Tt.prototype, "tooltipPosition");
4323
- he("/shoelace");
4324
- customElements.define("hot-toolbar", Tt);