@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.umd.cjs DELETED
@@ -1,1441 +0,0 @@
1
- (function(ot){typeof define=="function"&&define.amd?define(ot):ot()})(function(){"use strict";/**
2
- * @license
3
- * Copyright 2019 Google LLC
4
- * SPDX-License-Identifier: BSD-3-Clause
5
- */var zo;const ot=globalThis,te=ot.ShadowRoot&&(ot.ShadyCSS===void 0||ot.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,ee=Symbol(),Pe=new WeakMap;let ze=class{constructor(t,o,i){if(this._$cssResult$=!0,i!==ee)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=o}get styleSheet(){let t=this.o;const o=this.t;if(te&&t===void 0){const i=o!==void 0&&o.length===1;i&&(t=Pe.get(o)),t===void 0&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),i&&Pe.set(o,t))}return t}toString(){return this.cssText}};const Oe=e=>new ze(typeof e=="string"?e:e+"",void 0,ee),Y=(e,...t)=>{const o=e.length===1?e[0]:t.reduce((i,r,n)=>i+(s=>{if(s._$cssResult$===!0)return s.cssText;if(typeof s=="number")return s;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.")})(r)+e[n+1],e[0]);return new ze(o,e,ee)},Oo=(e,t)=>{if(te)e.adoptedStyleSheets=t.map(o=>o instanceof CSSStyleSheet?o:o.styleSheet);else for(const o of t){const i=document.createElement("style"),r=ot.litNonce;r!==void 0&&i.setAttribute("nonce",r),i.textContent=o.cssText,e.appendChild(i)}},Le=te?e=>e:e=>e instanceof CSSStyleSheet?(t=>{let o="";for(const i of t.cssRules)o+=i.cssText;return Oe(o)})(e):e;/**
6
- * @license
7
- * Copyright 2017 Google LLC
8
- * SPDX-License-Identifier: BSD-3-Clause
9
- */const{is:Lo,defineProperty:Ro,getOwnPropertyDescriptor:To,getOwnPropertyNames:Mo,getOwnPropertySymbols:Bo,getPrototypeOf:Uo}=Object,X=globalThis,Re=X.trustedTypes,Do=Re?Re.emptyScript:"",oe=X.reactiveElementPolyfillSupport,_t=(e,t)=>e,Ft={toAttribute(e,t){switch(t){case Boolean:e=e?Do:null;break;case Object:case Array:e=e==null?e:JSON.stringify(e)}return e},fromAttribute(e,t){let o=e;switch(t){case Boolean:o=e!==null;break;case Number:o=e===null?null:Number(e);break;case Object:case Array:try{o=JSON.parse(e)}catch{o=null}}return o}},ie=(e,t)=>!Lo(e,t),Te={attribute:!0,type:String,converter:Ft,reflect:!1,hasChanged:ie};Symbol.metadata??(Symbol.metadata=Symbol("metadata")),X.litPropertyMetadata??(X.litPropertyMetadata=new WeakMap);class dt extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??(this.l=[])).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,o=Te){if(o.state&&(o.attribute=!1),this._$Ei(),this.elementProperties.set(t,o),!o.noAccessor){const i=Symbol(),r=this.getPropertyDescriptor(t,i,o);r!==void 0&&Ro(this.prototype,t,r)}}static getPropertyDescriptor(t,o,i){const{get:r,set:n}=To(this.prototype,t)??{get(){return this[o]},set(s){this[o]=s}};return{get(){return r==null?void 0:r.call(this)},set(s){const l=r==null?void 0:r.call(this);n.call(this,s),this.requestUpdate(t,l,i)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??Te}static _$Ei(){if(this.hasOwnProperty(_t("elementProperties")))return;const t=Uo(this);t.finalize(),t.l!==void 0&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(_t("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(_t("properties"))){const o=this.properties,i=[...Mo(o),...Bo(o)];for(const r of i)this.createProperty(r,o[r])}const t=this[Symbol.metadata];if(t!==null){const o=litPropertyMetadata.get(t);if(o!==void 0)for(const[i,r]of o)this.elementProperties.set(i,r)}this._$Eh=new Map;for(const[o,i]of this.elementProperties){const r=this._$Eu(o,i);r!==void 0&&this._$Eh.set(r,o)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const o=[];if(Array.isArray(t)){const i=new Set(t.flat(1/0).reverse());for(const r of i)o.unshift(Le(r))}else t!==void 0&&o.push(Le(t));return o}static _$Eu(t,o){const i=o.attribute;return i===!1?void 0:typeof i=="string"?i:typeof t=="string"?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){var t;this._$ES=new Promise(o=>this.enableUpdating=o),this._$AL=new Map,this._$E_(),this.requestUpdate(),(t=this.constructor.l)==null||t.forEach(o=>o(this))}addController(t){var o;(this._$EO??(this._$EO=new Set)).add(t),this.renderRoot!==void 0&&this.isConnected&&((o=t.hostConnected)==null||o.call(t))}removeController(t){var o;(o=this._$EO)==null||o.delete(t)}_$E_(){const t=new Map,o=this.constructor.elementProperties;for(const i of o.keys())this.hasOwnProperty(i)&&(t.set(i,this[i]),delete this[i]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return Oo(t,this.constructor.elementStyles),t}connectedCallback(){var t;this.renderRoot??(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),(t=this._$EO)==null||t.forEach(o=>{var i;return(i=o.hostConnected)==null?void 0:i.call(o)})}enableUpdating(t){}disconnectedCallback(){var t;(t=this._$EO)==null||t.forEach(o=>{var i;return(i=o.hostDisconnected)==null?void 0:i.call(o)})}attributeChangedCallback(t,o,i){this._$AK(t,i)}_$EC(t,o){var n;const i=this.constructor.elementProperties.get(t),r=this.constructor._$Eu(t,i);if(r!==void 0&&i.reflect===!0){const s=(((n=i.converter)==null?void 0:n.toAttribute)!==void 0?i.converter:Ft).toAttribute(o,i.type);this._$Em=t,s==null?this.removeAttribute(r):this.setAttribute(r,s),this._$Em=null}}_$AK(t,o){var n;const i=this.constructor,r=i._$Eh.get(t);if(r!==void 0&&this._$Em!==r){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:Ft;this._$Em=r,this[r]=l.fromAttribute(o,s.type),this._$Em=null}}requestUpdate(t,o,i){if(t!==void 0){if(i??(i=this.constructor.getPropertyOptions(t)),!(i.hasChanged??ie)(this[t],o))return;this.P(t,o,i)}this.isUpdatePending===!1&&(this._$ES=this._$ET())}P(t,o,i){this._$AL.has(t)||this._$AL.set(t,o),i.reflect===!0&&this._$Em!==t&&(this._$Ej??(this._$Ej=new Set)).add(t)}async _$ET(){this.isUpdatePending=!0;try{await this._$ES}catch(o){Promise.reject(o)}const t=this.scheduleUpdate();return t!=null&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){var i;if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??(this.renderRoot=this.createRenderRoot()),this._$Ep){for(const[n,s]of this._$Ep)this[n]=s;this._$Ep=void 0}const r=this.constructor.elementProperties;if(r.size>0)for(const[n,s]of r)s.wrapped!==!0||this._$AL.has(n)||this[n]===void 0||this.P(n,this[n],s)}let t=!1;const o=this._$AL;try{t=this.shouldUpdate(o),t?(this.willUpdate(o),(i=this._$EO)==null||i.forEach(r=>{var n;return(n=r.hostUpdate)==null?void 0:n.call(r)}),this.update(o)):this._$EU()}catch(r){throw t=!1,this._$EU(),r}t&&this._$AE(o)}willUpdate(t){}_$AE(t){var o;(o=this._$EO)==null||o.forEach(i=>{var r;return(r=i.hostUpdated)==null?void 0:r.call(i)}),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$EU(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(t){return!0}update(t){this._$Ej&&(this._$Ej=this._$Ej.forEach(o=>this._$EC(o,this[o]))),this._$EU()}updated(t){}firstUpdated(t){}}dt.elementStyles=[],dt.shadowRootOptions={mode:"open"},dt[_t("elementProperties")]=new Map,dt[_t("finalized")]=new Map,oe==null||oe({ReactiveElement:dt}),(X.reactiveElementVersions??(X.reactiveElementVersions=[])).push("2.0.4");/**
10
- * @license
11
- * Copyright 2017 Google LLC
12
- * SPDX-License-Identifier: BSD-3-Clause
13
- */const $t=globalThis,Vt=$t.trustedTypes,Me=Vt?Vt.createPolicy("lit-html",{createHTML:e=>e}):void 0,Be="$lit$",K=`lit$${Math.random().toFixed(9).slice(2)}$`,Ue="?"+K,No=`<${Ue}>`,it=document,At=()=>it.createComment(""),Ct=e=>e===null||typeof e!="object"&&typeof e!="function",De=Array.isArray,Fo=e=>De(e)||typeof(e==null?void 0:e[Symbol.iterator])=="function",re=`[
14
- \f\r]`,kt=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Ne=/-->/g,Fe=/>/g,rt=RegExp(`>|${re}(?:([^\\s"'>=/]+)(${re}*=${re}*(?:[^
15
- \f\r"'\`<>=]|("|')|))|$)`,"g"),Ve=/'/g,He=/"/g,Ie=/^(?:script|style|textarea|title)$/i,Vo=e=>(t,...o)=>({_$litType$:e,strings:t,values:o}),M=Vo(1),nt=Symbol.for("lit-noChange"),k=Symbol.for("lit-nothing"),je=new WeakMap,st=it.createTreeWalker(it,129);function We(e,t){if(!Array.isArray(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return Me!==void 0?Me.createHTML(t):t}const Ho=(e,t)=>{const o=e.length-1,i=[];let r,n=t===2?"<svg>":"",s=kt;for(let l=0;l<o;l++){const a=e[l];let c,d,u=-1,b=0;for(;b<a.length&&(s.lastIndex=b,d=s.exec(a),d!==null);)b=s.lastIndex,s===kt?d[1]==="!--"?s=Ne:d[1]!==void 0?s=Fe:d[2]!==void 0?(Ie.test(d[2])&&(r=RegExp("</"+d[2],"g")),s=rt):d[3]!==void 0&&(s=rt):s===rt?d[0]===">"?(s=r??kt,u=-1):d[1]===void 0?u=-2:(u=s.lastIndex-d[2].length,c=d[1],s=d[3]===void 0?rt:d[3]==='"'?He:Ve):s===He||s===Ve?s=rt:s===Ne||s===Fe?s=kt:(s=rt,r=void 0);const p=s===rt&&e[l+1].startsWith("/>")?" ":"";n+=s===kt?a+No:u>=0?(i.push(c),a.slice(0,u)+Be+a.slice(u)+K+p):a+K+(u===-2?l:p)}return[We(e,n+(e[o]||"<?>")+(t===2?"</svg>":"")),i]};class Et{constructor({strings:t,_$litType$:o},i){let r;this.parts=[];let n=0,s=0;const l=t.length-1,a=this.parts,[c,d]=Ho(t,o);if(this.el=Et.createElement(c,i),st.currentNode=this.el.content,o===2){const u=this.el.content.firstChild;u.replaceWith(...u.childNodes)}for(;(r=st.nextNode())!==null&&a.length<l;){if(r.nodeType===1){if(r.hasAttributes())for(const u of r.getAttributeNames())if(u.endsWith(Be)){const b=d[s++],p=r.getAttribute(u).split(K),g=/([.?@])?(.*)/.exec(b);a.push({type:1,index:n,name:g[2],strings:p,ctor:g[1]==="."?jo:g[1]==="?"?Wo:g[1]==="@"?qo:Ht}),r.removeAttribute(u)}else u.startsWith(K)&&(a.push({type:6,index:n}),r.removeAttribute(u));if(Ie.test(r.tagName)){const u=r.textContent.split(K),b=u.length-1;if(b>0){r.textContent=Vt?Vt.emptyScript:"";for(let p=0;p<b;p++)r.append(u[p],At()),st.nextNode(),a.push({type:2,index:++n});r.append(u[b],At())}}}else if(r.nodeType===8)if(r.data===Ue)a.push({type:2,index:n});else{let u=-1;for(;(u=r.data.indexOf(K,u+1))!==-1;)a.push({type:7,index:n}),u+=K.length-1}n++}}static createElement(t,o){const i=it.createElement("template");return i.innerHTML=t,i}}function ht(e,t,o=e,i){var s,l;if(t===nt)return t;let r=i!==void 0?(s=o._$Co)==null?void 0:s[i]:o._$Cl;const n=Ct(t)?void 0:t._$litDirective$;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=ht(e,r._$AS(e,t.values),r,i)),t}class Io{constructor(t,o){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=o}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:o},parts:i}=this._$AD,r=((t==null?void 0:t.creationScope)??it).importNode(o,!0);st.currentNode=r;let n=st.nextNode(),s=0,l=0,a=i[0];for(;a!==void 0;){if(s===a.index){let c;a.type===2?c=new St(n,n.nextSibling,this,t):a.type===1?c=new a.ctor(n,a.name,a.strings,this,t):a.type===6&&(c=new Yo(n,this,t)),this._$AV.push(c),a=i[++l]}s!==(a==null?void 0:a.index)&&(n=st.nextNode(),s++)}return st.currentNode=it,r}p(t){let o=0;for(const i of this._$AV)i!==void 0&&(i.strings!==void 0?(i._$AI(t,i,o),o+=i.strings.length-2):i._$AI(t[o])),o++}}class St{get _$AU(){var t;return((t=this._$AM)==null?void 0:t._$AU)??this._$Cv}constructor(t,o,i,r){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}get parentNode(){let t=this._$AA.parentNode;const o=this._$AM;return o!==void 0&&(t==null?void 0:t.nodeType)===11&&(t=o.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,o=this){t=ht(this,t,o),Ct(t)?t===k||t==null||t===""?(this._$AH!==k&&this._$AR(),this._$AH=k):t!==this._$AH&&t!==nt&&this._(t):t._$litType$!==void 0?this.$(t):t.nodeType!==void 0?this.T(t):Fo(t)?this.k(t):this._(t)}S(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}T(t){this._$AH!==t&&(this._$AR(),this._$AH=this.S(t))}_(t){this._$AH!==k&&Ct(this._$AH)?this._$AA.nextSibling.data=t:this.T(it.createTextNode(t)),this._$AH=t}$(t){var n;const{values:o,_$litType$:i}=t,r=typeof i=="number"?this._$AC(t):(i.el===void 0&&(i.el=Et.createElement(We(i.h,i.h[0]),this.options)),i);if(((n=this._$AH)==null?void 0:n._$AD)===r)this._$AH.p(o);else{const s=new Io(r,this),l=s.u(this.options);s.p(o),this.T(l),this._$AH=s}}_$AC(t){let o=je.get(t.strings);return o===void 0&&je.set(t.strings,o=new Et(t)),o}k(t){De(this._$AH)||(this._$AH=[],this._$AR());const o=this._$AH;let i,r=0;for(const n of t)r===o.length?o.push(i=new St(this.S(At()),this.S(At()),this,this.options)):i=o[r],i._$AI(n),r++;r<o.length&&(this._$AR(i&&i._$AB.nextSibling,r),o.length=r)}_$AR(t=this._$AA.nextSibling,o){var i;for((i=this._$AP)==null?void 0:i.call(this,!1,!0,o);t&&t!==this._$AB;){const r=t.nextSibling;t.remove(),t=r}}setConnected(t){var o;this._$AM===void 0&&(this._$Cv=t,(o=this._$AP)==null||o.call(this,t))}}class Ht{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,i,r,n){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}_$AI(t,o=this,i,r){const n=this.strings;let s=!1;if(n===void 0)t=ht(this,t,o,0),s=!Ct(t)||t!==this._$AH&&t!==nt,s&&(this._$AH=t);else{const l=t;let a,c;for(t=n[0],a=0;a<n.length-1;a++)c=ht(this,l[i+a],o,a),c===nt&&(c=this._$AH[a]),s||(s=!Ct(c)||c!==this._$AH[a]),c===k?t=k:t!==k&&(t+=(c??"")+n[a+1]),this._$AH[a]=c}s&&!r&&this.j(t)}j(t){t===k?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}}class jo extends Ht{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===k?void 0:t}}class Wo extends Ht{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==k)}}class qo extends Ht{constructor(t,o,i,r,n){super(t,o,i,r,n),this.type=5}_$AI(t,o=this){if((t=ht(this,t,o,0)??k)===nt)return;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);r&&this.element.removeEventListener(this.name,this,i),n&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){var o;typeof this._$AH=="function"?this._$AH.call(((o=this.options)==null?void 0:o.host)??this.element,t):this._$AH.handleEvent(t)}}class Yo{constructor(t,o,i){this.element=t,this.type=6,this._$AN=void 0,this._$AM=o,this.options=i}get _$AU(){return this._$AM._$AU}_$AI(t){ht(this,t)}}const ne=$t.litHtmlPolyfillSupport;ne==null||ne(Et,St),($t.litHtmlVersions??($t.litHtmlVersions=[])).push("3.1.3");const Xo=(e,t,o)=>{const i=(o==null?void 0:o.renderBefore)??t;let r=i._$litPart$;if(r===void 0){const n=(o==null?void 0:o.renderBefore)??null;i._$litPart$=r=new St(t.insertBefore(At(),n),n,void 0,o??{})}return r._$AI(e),r};/**
16
- * @license
17
- * Copyright 2017 Google LLC
18
- * SPDX-License-Identifier: BSD-3-Clause
19
- */let pt=class extends dt{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){var o;const t=super.createRenderRoot();return(o=this.renderOptions).renderBefore??(o.renderBefore=t.firstChild),t}update(t){const o=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=Xo(o,this.renderRoot,this.renderOptions)}connectedCallback(){var t;super.connectedCallback(),(t=this._$Do)==null||t.setConnected(!0)}disconnectedCallback(){var t;super.disconnectedCallback(),(t=this._$Do)==null||t.setConnected(!1)}render(){return nt}};pt._$litElement$=!0,pt.finalized=!0,(zo=globalThis.litElementHydrateSupport)==null||zo.call(globalThis,{LitElement:pt});const se=globalThis.litElementPolyfillSupport;se==null||se({LitElement:pt}),(globalThis.litElementVersions??(globalThis.litElementVersions=[])).push("4.0.5");var Ko=Y`
20
- :host {
21
- --track-width: 2px;
22
- --track-color: rgb(128 128 128 / 25%);
23
- --indicator-color: var(--sl-color-primary-600);
24
- --speed: 2s;
25
-
26
- display: inline-flex;
27
- width: 1em;
28
- height: 1em;
29
- flex: none;
30
- }
31
-
32
- .spinner {
33
- flex: 1 1 auto;
34
- height: 100%;
35
- width: 100%;
36
- }
37
-
38
- .spinner__track,
39
- .spinner__indicator {
40
- fill: none;
41
- stroke-width: var(--track-width);
42
- r: calc(0.5em - var(--track-width) / 2);
43
- cx: 0.5em;
44
- cy: 0.5em;
45
- transform-origin: 50% 50%;
46
- }
47
-
48
- .spinner__track {
49
- stroke: var(--track-color);
50
- transform-origin: 0% 0%;
51
- }
52
-
53
- .spinner__indicator {
54
- stroke: var(--indicator-color);
55
- stroke-linecap: round;
56
- stroke-dasharray: 150% 75%;
57
- animation: spin var(--speed) linear infinite;
58
- }
59
-
60
- @keyframes spin {
61
- 0% {
62
- transform: rotate(0deg);
63
- stroke-dasharray: 0.05em, 3em;
64
- }
65
-
66
- 50% {
67
- transform: rotate(450deg);
68
- stroke-dasharray: 1.375em, 1.375em;
69
- }
70
-
71
- 100% {
72
- transform: rotate(1080deg);
73
- stroke-dasharray: 0.05em, 3em;
74
- }
75
- }
76
- `;const ae=new Set,Go=new MutationObserver(Ke),ft=new Map;let qe=document.documentElement.dir||"ltr",Ye=document.documentElement.lang||navigator.language,at;Go.observe(document.documentElement,{attributes:!0,attributeFilter:["dir","lang"]});function Xe(...e){e.map(t=>{const o=t.$code.toLowerCase();ft.has(o)?ft.set(o,Object.assign(Object.assign({},ft.get(o)),t)):ft.set(o,t),at||(at=t)}),Ke()}function Ke(){qe=document.documentElement.dir||"ltr",Ye=document.documentElement.lang||navigator.language,[...ae.keys()].map(e=>{typeof e.requestUpdate=="function"&&e.requestUpdate()})}let Zo=class{constructor(t){this.host=t,this.host.addController(this)}hostConnected(){ae.add(this.host)}hostDisconnected(){ae.delete(this.host)}dir(){return`${this.host.dir||qe}`.toLowerCase()}lang(){return`${this.host.lang||Ye}`.toLowerCase()}getTranslationData(t){var o,i;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=ft.get(`${n}-${s}`),a=ft.get(n);return{locale:r,language:n,region:s,primary:l,secondary:a}}exists(t,o){var i;const{primary:r,secondary:n}=this.getTranslationData((i=o.lang)!==null&&i!==void 0?i:this.lang());return o=Object.assign({includeFallback:!1},o),!!(r&&r[t]||n&&n[t]||o.includeFallback&&at&&at[t])}term(t,...o){const{primary:i,secondary:r}=this.getTranslationData(this.lang());let n;if(i&&i[t])n=i[t];else if(r&&r[t])n=r[t];else if(at&&at[t])n=at[t];else return console.error(`No translation found for: ${String(t)}`),String(t);return typeof n=="function"?n(...o):n}date(t,o){return t=new Date(t),new Intl.DateTimeFormat(this.lang(),o).format(t)}number(t,o){return t=Number(t),isNaN(t)?"":new Intl.NumberFormat(this.lang(),o).format(t)}relativeTime(t,o,i){return new Intl.RelativeTimeFormat(this.lang(),i).format(t,o)}};var Ge={$code:"en",$name:"English",$dir:"ltr",carousel:"Carousel",clearEntry:"Clear entry",close:"Close",copied:"Copied",copy:"Copy",currentValue:"Current value",error:"Error",goToSlide:(e,t)=>`Go to slide ${e} of ${t}`,hidePassword:"Hide password",loading:"Loading",nextSlide:"Next slide",numOptionsSelected:e=>e===0?"No options selected":e===1?"1 option selected":`${e} options selected`,previousSlide:"Previous slide",progress:"Progress",remove:"Remove",resize:"Resize",scrollToEnd:"Scroll to end",scrollToStart:"Scroll to start",selectAColorFromTheScreen:"Select a color from the screen",showPassword:"Show password",slideNum:e=>`Slide ${e}`,toggleColorFormat:"Toggle color format"};Xe(Ge);var Jo=Ge,le=class extends Zo{};Xe(Jo);var gt=Y`
77
- :host {
78
- box-sizing: border-box;
79
- }
80
-
81
- :host *,
82
- :host *::before,
83
- :host *::after {
84
- box-sizing: inherit;
85
- }
86
-
87
- [hidden] {
88
- display: none !important;
89
- }
90
- `,Ze=Object.defineProperty,Qo=Object.defineProperties,ti=Object.getOwnPropertyDescriptor,ei=Object.getOwnPropertyDescriptors,Je=Object.getOwnPropertySymbols,oi=Object.prototype.hasOwnProperty,ii=Object.prototype.propertyIsEnumerable,Qe=(e,t,o)=>t in e?Ze(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,lt=(e,t)=>{for(var o in t||(t={}))oi.call(t,o)&&Qe(e,o,t[o]);if(Je)for(var o of Je(t))ii.call(t,o)&&Qe(e,o,t[o]);return e},It=(e,t)=>Qo(e,ei(t)),h=(e,t,o,i)=>{for(var r=i>1?void 0:i?ti(t,o):t,n=e.length-1,s;n>=0;n--)(s=e[n])&&(r=(i?s(t,o,r):s(r))||r);return i&&r&&Ze(t,o,r),r};/**
91
- * @license
92
- * Copyright 2017 Google LLC
93
- * SPDX-License-Identifier: BSD-3-Clause
94
- */const ri={attribute:!0,type:String,converter:Ft,reflect:!1,hasChanged:ie},ni=(e=ri,t,o)=>{const{kind:i,metadata:r}=o;let n=globalThis.litPropertyMetadata.get(r);if(n===void 0&&globalThis.litPropertyMetadata.set(r,n=new Map),n.set(o.name,e),i==="accessor"){const{name:s}=o;return{set(l){const a=t.get.call(this);t.set.call(this,l),this.requestUpdate(s,a,e)},init(l){return l!==void 0&&this.P(s,void 0,e),l}}}if(i==="setter"){const{name:s}=o;return function(l){const a=this[s];t.call(this,l),this.requestUpdate(s,a,e)}}throw Error("Unsupported decorator location: "+i)};function f(e){return(t,o)=>typeof o=="object"?ni(e,t,o):((i,r,n)=>{const s=r.hasOwnProperty(n);return r.constructor.createProperty(n,s?{...i,wrapped:!0}:i),s?Object.getOwnPropertyDescriptor(r,n):void 0})(e,t,o)}/**
95
- * @license
96
- * Copyright 2017 Google LLC
97
- * SPDX-License-Identifier: BSD-3-Clause
98
- */function jt(e){return f({...e,state:!0,attribute:!1})}/**
99
- * @license
100
- * Copyright 2017 Google LLC
101
- * SPDX-License-Identifier: BSD-3-Clause
102
- */const si=(e,t,o)=>(o.configurable=!0,o.enumerable=!0,Reflect.decorate&&typeof t!="object"&&Object.defineProperty(e,t,o),o);/**
103
- * @license
104
- * Copyright 2017 Google LLC
105
- * SPDX-License-Identifier: BSD-3-Clause
106
- */function ct(e,t){return(o,i,r)=>{const n=s=>{var l;return((l=s.renderRoot)==null?void 0:l.querySelector(e))??null};return si(o,i,{get(){return n(this)}})}}var B=class extends pt{constructor(){super(),Object.entries(this.constructor.dependencies).forEach(([e,t])=>{this.constructor.define(e,t)})}emit(e,t){const o=new CustomEvent(e,lt({bubbles:!0,cancelable:!1,composed:!0,detail:{}},t));return this.dispatchEvent(o),o}static define(e,t=this,o={}){const i=customElements.get(e);if(!i){customElements.define(e,class extends t{},o);return}let r=" (unknown version)",n=r;"version"in t&&t.version&&(r=" v"+t.version),"version"in i&&i.version&&(n=" v"+i.version),!(r&&n&&r===n)&&console.warn(`Attempted to register <${e}>${r}, but <${e}>${n} has already been registered.`)}};B.version="2.15.1",B.dependencies={},h([f()],B.prototype,"dir",2),h([f()],B.prototype,"lang",2);var to=class extends B{constructor(){super(...arguments),this.localize=new le(this)}render(){return M`
107
- <svg part="base" class="spinner" role="progressbar" aria-label=${this.localize.term("loading")}>
108
- <circle class="spinner__track"></circle>
109
- <circle class="spinner__indicator"></circle>
110
- </svg>
111
- `}};to.styles=[gt,Ko];var Pt=new WeakMap,zt=new WeakMap,Ot=new WeakMap,ce=new WeakSet,Wt=new WeakMap,ai=class{constructor(e,t){this.handleFormData=o=>{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";this.host.isConnected&&!i&&!s&&typeof r=="string"&&r.length>0&&typeof n<"u"&&(Array.isArray(n)?n.forEach(l=>{o.formData.append(r,l.toString())}):o.formData.append(r,n.toString()))},this.handleFormSubmit=o=>{var i;const r=this.options.disabled(this.host),n=this.options.reportValidity;this.form&&!this.form.noValidate&&((i=Pt.get(this.form))==null||i.forEach(s=>{this.setUserInteracted(s,!0)})),this.form&&!this.form.noValidate&&!r&&!n(this.host)&&(o.preventDefault(),o.stopImmediatePropagation())},this.handleFormReset=()=>{this.options.setValue(this.host,this.options.defaultValue(this.host)),this.setUserInteracted(this.host,!1),Wt.set(this.host,[])},this.handleInteraction=o=>{const i=Wt.get(this.host);i.includes(o.type)||i.push(o.type),i.length===this.options.assumeInteractionOn.length&&this.setUserInteracted(this.host,!0)},this.checkFormValidity=()=>{if(this.form&&!this.form.noValidate){const o=this.form.querySelectorAll("*");for(const i of o)if(typeof i.checkValidity=="function"&&!i.checkValidity())return!1}return!0},this.reportFormValidity=()=>{if(this.form&&!this.form.noValidate){const o=this.form.querySelectorAll("*");for(const i of o)if(typeof i.reportValidity=="function"&&!i.reportValidity())return!1}return!0},(this.host=e).addController(this),this.options=lt({form:o=>{const i=o.form;if(i){const n=o.getRootNode().querySelector(`#${i}`);if(n)return n}return o.closest("form")},name:o=>o.name,value:o=>o.value,defaultValue:o=>o.defaultValue,disabled:o=>{var i;return(i=o.disabled)!=null?i:!1},reportValidity:o=>typeof o.reportValidity=="function"?o.reportValidity():!0,checkValidity:o=>typeof o.checkValidity=="function"?o.checkValidity():!0,setValue:(o,i)=>o.value=i,assumeInteractionOn:["sl-input"]},t)}hostConnected(){const e=this.options.form(this.host);e&&this.attachForm(e),Wt.set(this.host,[]),this.options.assumeInteractionOn.forEach(t=>{this.host.addEventListener(t,this.handleInteraction)})}hostDisconnected(){this.detachForm(),Wt.delete(this.host),this.options.assumeInteractionOn.forEach(e=>{this.host.removeEventListener(e,this.handleInteraction)})}hostUpdated(){const e=this.options.form(this.host);e||this.detachForm(),e&&this.form!==e&&(this.detachForm(),this.attachForm(e)),this.host.hasUpdated&&this.setValidity(this.host.validity.valid)}attachForm(e){e?(this.form=e,Pt.has(this.form)?Pt.get(this.form).add(this.host):Pt.set(this.form,new Set([this.host])),this.form.addEventListener("formdata",this.handleFormData),this.form.addEventListener("submit",this.handleFormSubmit),this.form.addEventListener("reset",this.handleFormReset),zt.has(this.form)||(zt.set(this.form,this.form.reportValidity),this.form.reportValidity=()=>this.reportFormValidity()),Ot.has(this.form)||(Ot.set(this.form,this.form.checkValidity),this.form.checkValidity=()=>this.checkFormValidity())):this.form=void 0}detachForm(){if(!this.form)return;const e=Pt.get(this.form);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),zt.has(this.form)&&(this.form.reportValidity=zt.get(this.form),zt.delete(this.form)),Ot.has(this.form)&&(this.form.checkValidity=Ot.get(this.form),Ot.delete(this.form)),this.form=void 0))}setUserInteracted(e,t){t?ce.add(e):ce.delete(e),e.requestUpdate()}doAction(e,t){if(this.form){const o=document.createElement("button");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=>{t.hasAttribute(i)&&o.setAttribute(i,t.getAttribute(i))})),this.form.append(o),o.click(),o.remove()}}getForm(){var e;return(e=this.form)!=null?e:null}reset(e){this.doAction("reset",e)}submit(e){this.doAction("submit",e)}setValidity(e){const t=this.host,o=!!ce.has(t),i=!!t.required;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)}updateValidity(){const e=this.host;this.setValidity(e.validity.valid)}emitInvalidEvent(e){const t=new CustomEvent("sl-invalid",{bubbles:!1,composed:!1,cancelable:!0,detail:{}});e||t.preventDefault(),this.host.dispatchEvent(t)||e==null||e.preventDefault()}},ue=Object.freeze({badInput:!1,customError:!1,patternMismatch:!1,rangeOverflow:!1,rangeUnderflow:!1,stepMismatch:!1,tooLong:!1,tooShort:!1,typeMismatch:!1,valid:!0,valueMissing:!1});Object.freeze(It(lt({},ue),{valid:!1,valueMissing:!0})),Object.freeze(It(lt({},ue),{valid:!1,customError:!0}));var li=Y`
112
- :host {
113
- display: inline-block;
114
- position: relative;
115
- width: auto;
116
- cursor: pointer;
117
- }
118
-
119
- .button {
120
- display: inline-flex;
121
- align-items: stretch;
122
- justify-content: center;
123
- width: 100%;
124
- border-style: solid;
125
- border-width: var(--sl-input-border-width);
126
- font-family: var(--sl-input-font-family);
127
- font-weight: var(--sl-font-weight-semibold);
128
- text-decoration: none;
129
- user-select: none;
130
- -webkit-user-select: none;
131
- white-space: nowrap;
132
- vertical-align: middle;
133
- padding: 0;
134
- transition:
135
- var(--sl-transition-x-fast) background-color,
136
- var(--sl-transition-x-fast) color,
137
- var(--sl-transition-x-fast) border,
138
- var(--sl-transition-x-fast) box-shadow;
139
- cursor: inherit;
140
- }
141
-
142
- .button::-moz-focus-inner {
143
- border: 0;
144
- }
145
-
146
- .button:focus {
147
- outline: none;
148
- }
149
-
150
- .button:focus-visible {
151
- outline: var(--sl-focus-ring);
152
- outline-offset: var(--sl-focus-ring-offset);
153
- }
154
-
155
- .button--disabled {
156
- opacity: 0.5;
157
- cursor: not-allowed;
158
- }
159
-
160
- /* When disabled, prevent mouse events from bubbling up from children */
161
- .button--disabled * {
162
- pointer-events: none;
163
- }
164
-
165
- .button__prefix,
166
- .button__suffix {
167
- flex: 0 0 auto;
168
- display: flex;
169
- align-items: center;
170
- pointer-events: none;
171
- }
172
-
173
- .button__label {
174
- display: inline-block;
175
- }
176
-
177
- .button__label::slotted(sl-icon) {
178
- vertical-align: -2px;
179
- }
180
-
181
- /*
182
- * Standard buttons
183
- */
184
-
185
- /* Default */
186
- .button--standard.button--default {
187
- background-color: var(--sl-color-neutral-0);
188
- border-color: var(--sl-color-neutral-300);
189
- color: var(--sl-color-neutral-700);
190
- }
191
-
192
- .button--standard.button--default:hover:not(.button--disabled) {
193
- background-color: var(--sl-color-primary-50);
194
- border-color: var(--sl-color-primary-300);
195
- color: var(--sl-color-primary-700);
196
- }
197
-
198
- .button--standard.button--default:active:not(.button--disabled) {
199
- background-color: var(--sl-color-primary-100);
200
- border-color: var(--sl-color-primary-400);
201
- color: var(--sl-color-primary-700);
202
- }
203
-
204
- /* Primary */
205
- .button--standard.button--primary {
206
- background-color: var(--sl-color-primary-600);
207
- border-color: var(--sl-color-primary-600);
208
- color: var(--sl-color-neutral-0);
209
- }
210
-
211
- .button--standard.button--primary:hover:not(.button--disabled) {
212
- background-color: var(--sl-color-primary-500);
213
- border-color: var(--sl-color-primary-500);
214
- color: var(--sl-color-neutral-0);
215
- }
216
-
217
- .button--standard.button--primary:active:not(.button--disabled) {
218
- background-color: var(--sl-color-primary-600);
219
- border-color: var(--sl-color-primary-600);
220
- color: var(--sl-color-neutral-0);
221
- }
222
-
223
- /* Success */
224
- .button--standard.button--success {
225
- background-color: var(--sl-color-success-600);
226
- border-color: var(--sl-color-success-600);
227
- color: var(--sl-color-neutral-0);
228
- }
229
-
230
- .button--standard.button--success:hover:not(.button--disabled) {
231
- background-color: var(--sl-color-success-500);
232
- border-color: var(--sl-color-success-500);
233
- color: var(--sl-color-neutral-0);
234
- }
235
-
236
- .button--standard.button--success:active:not(.button--disabled) {
237
- background-color: var(--sl-color-success-600);
238
- border-color: var(--sl-color-success-600);
239
- color: var(--sl-color-neutral-0);
240
- }
241
-
242
- /* Neutral */
243
- .button--standard.button--neutral {
244
- background-color: var(--sl-color-neutral-600);
245
- border-color: var(--sl-color-neutral-600);
246
- color: var(--sl-color-neutral-0);
247
- }
248
-
249
- .button--standard.button--neutral:hover:not(.button--disabled) {
250
- background-color: var(--sl-color-neutral-500);
251
- border-color: var(--sl-color-neutral-500);
252
- color: var(--sl-color-neutral-0);
253
- }
254
-
255
- .button--standard.button--neutral:active:not(.button--disabled) {
256
- background-color: var(--sl-color-neutral-600);
257
- border-color: var(--sl-color-neutral-600);
258
- color: var(--sl-color-neutral-0);
259
- }
260
-
261
- /* Warning */
262
- .button--standard.button--warning {
263
- background-color: var(--sl-color-warning-600);
264
- border-color: var(--sl-color-warning-600);
265
- color: var(--sl-color-neutral-0);
266
- }
267
- .button--standard.button--warning:hover:not(.button--disabled) {
268
- background-color: var(--sl-color-warning-500);
269
- border-color: var(--sl-color-warning-500);
270
- color: var(--sl-color-neutral-0);
271
- }
272
-
273
- .button--standard.button--warning:active:not(.button--disabled) {
274
- background-color: var(--sl-color-warning-600);
275
- border-color: var(--sl-color-warning-600);
276
- color: var(--sl-color-neutral-0);
277
- }
278
-
279
- /* Danger */
280
- .button--standard.button--danger {
281
- background-color: var(--sl-color-danger-600);
282
- border-color: var(--sl-color-danger-600);
283
- color: var(--sl-color-neutral-0);
284
- }
285
-
286
- .button--standard.button--danger:hover:not(.button--disabled) {
287
- background-color: var(--sl-color-danger-500);
288
- border-color: var(--sl-color-danger-500);
289
- color: var(--sl-color-neutral-0);
290
- }
291
-
292
- .button--standard.button--danger:active:not(.button--disabled) {
293
- background-color: var(--sl-color-danger-600);
294
- border-color: var(--sl-color-danger-600);
295
- color: var(--sl-color-neutral-0);
296
- }
297
-
298
- /*
299
- * Outline buttons
300
- */
301
-
302
- .button--outline {
303
- background: none;
304
- border: solid 1px;
305
- }
306
-
307
- /* Default */
308
- .button--outline.button--default {
309
- border-color: var(--sl-color-neutral-300);
310
- color: var(--sl-color-neutral-700);
311
- }
312
-
313
- .button--outline.button--default:hover:not(.button--disabled),
314
- .button--outline.button--default.button--checked:not(.button--disabled) {
315
- border-color: var(--sl-color-primary-600);
316
- background-color: var(--sl-color-primary-600);
317
- color: var(--sl-color-neutral-0);
318
- }
319
-
320
- .button--outline.button--default:active:not(.button--disabled) {
321
- border-color: var(--sl-color-primary-700);
322
- background-color: var(--sl-color-primary-700);
323
- color: var(--sl-color-neutral-0);
324
- }
325
-
326
- /* Primary */
327
- .button--outline.button--primary {
328
- border-color: var(--sl-color-primary-600);
329
- color: var(--sl-color-primary-600);
330
- }
331
-
332
- .button--outline.button--primary:hover:not(.button--disabled),
333
- .button--outline.button--primary.button--checked:not(.button--disabled) {
334
- background-color: var(--sl-color-primary-600);
335
- color: var(--sl-color-neutral-0);
336
- }
337
-
338
- .button--outline.button--primary:active:not(.button--disabled) {
339
- border-color: var(--sl-color-primary-700);
340
- background-color: var(--sl-color-primary-700);
341
- color: var(--sl-color-neutral-0);
342
- }
343
-
344
- /* Success */
345
- .button--outline.button--success {
346
- border-color: var(--sl-color-success-600);
347
- color: var(--sl-color-success-600);
348
- }
349
-
350
- .button--outline.button--success:hover:not(.button--disabled),
351
- .button--outline.button--success.button--checked:not(.button--disabled) {
352
- background-color: var(--sl-color-success-600);
353
- color: var(--sl-color-neutral-0);
354
- }
355
-
356
- .button--outline.button--success:active:not(.button--disabled) {
357
- border-color: var(--sl-color-success-700);
358
- background-color: var(--sl-color-success-700);
359
- color: var(--sl-color-neutral-0);
360
- }
361
-
362
- /* Neutral */
363
- .button--outline.button--neutral {
364
- border-color: var(--sl-color-neutral-600);
365
- color: var(--sl-color-neutral-600);
366
- }
367
-
368
- .button--outline.button--neutral:hover:not(.button--disabled),
369
- .button--outline.button--neutral.button--checked:not(.button--disabled) {
370
- background-color: var(--sl-color-neutral-600);
371
- color: var(--sl-color-neutral-0);
372
- }
373
-
374
- .button--outline.button--neutral:active:not(.button--disabled) {
375
- border-color: var(--sl-color-neutral-700);
376
- background-color: var(--sl-color-neutral-700);
377
- color: var(--sl-color-neutral-0);
378
- }
379
-
380
- /* Warning */
381
- .button--outline.button--warning {
382
- border-color: var(--sl-color-warning-600);
383
- color: var(--sl-color-warning-600);
384
- }
385
-
386
- .button--outline.button--warning:hover:not(.button--disabled),
387
- .button--outline.button--warning.button--checked:not(.button--disabled) {
388
- background-color: var(--sl-color-warning-600);
389
- color: var(--sl-color-neutral-0);
390
- }
391
-
392
- .button--outline.button--warning:active:not(.button--disabled) {
393
- border-color: var(--sl-color-warning-700);
394
- background-color: var(--sl-color-warning-700);
395
- color: var(--sl-color-neutral-0);
396
- }
397
-
398
- /* Danger */
399
- .button--outline.button--danger {
400
- border-color: var(--sl-color-danger-600);
401
- color: var(--sl-color-danger-600);
402
- }
403
-
404
- .button--outline.button--danger:hover:not(.button--disabled),
405
- .button--outline.button--danger.button--checked:not(.button--disabled) {
406
- background-color: var(--sl-color-danger-600);
407
- color: var(--sl-color-neutral-0);
408
- }
409
-
410
- .button--outline.button--danger:active:not(.button--disabled) {
411
- border-color: var(--sl-color-danger-700);
412
- background-color: var(--sl-color-danger-700);
413
- color: var(--sl-color-neutral-0);
414
- }
415
-
416
- @media (forced-colors: active) {
417
- .button.button--outline.button--checked:not(.button--disabled) {
418
- outline: solid 2px transparent;
419
- }
420
- }
421
-
422
- /*
423
- * Text buttons
424
- */
425
-
426
- .button--text {
427
- background-color: transparent;
428
- border-color: transparent;
429
- color: var(--sl-color-primary-600);
430
- }
431
-
432
- .button--text:hover:not(.button--disabled) {
433
- background-color: transparent;
434
- border-color: transparent;
435
- color: var(--sl-color-primary-500);
436
- }
437
-
438
- .button--text:focus-visible:not(.button--disabled) {
439
- background-color: transparent;
440
- border-color: transparent;
441
- color: var(--sl-color-primary-500);
442
- }
443
-
444
- .button--text:active:not(.button--disabled) {
445
- background-color: transparent;
446
- border-color: transparent;
447
- color: var(--sl-color-primary-700);
448
- }
449
-
450
- /*
451
- * Size modifiers
452
- */
453
-
454
- .button--small {
455
- height: auto;
456
- min-height: var(--sl-input-height-small);
457
- font-size: var(--sl-button-font-size-small);
458
- line-height: calc(var(--sl-input-height-small) - var(--sl-input-border-width) * 2);
459
- border-radius: var(--sl-input-border-radius-small);
460
- }
461
-
462
- .button--medium {
463
- height: auto;
464
- min-height: var(--sl-input-height-medium);
465
- font-size: var(--sl-button-font-size-medium);
466
- line-height: calc(var(--sl-input-height-medium) - var(--sl-input-border-width) * 2);
467
- border-radius: var(--sl-input-border-radius-medium);
468
- }
469
-
470
- .button--large {
471
- height: auto;
472
- min-height: var(--sl-input-height-large);
473
- font-size: var(--sl-button-font-size-large);
474
- line-height: calc(var(--sl-input-height-large) - var(--sl-input-border-width) * 2);
475
- border-radius: var(--sl-input-border-radius-large);
476
- }
477
-
478
- /*
479
- * Pill modifier
480
- */
481
-
482
- .button--pill.button--small {
483
- border-radius: var(--sl-input-height-small);
484
- }
485
-
486
- .button--pill.button--medium {
487
- border-radius: var(--sl-input-height-medium);
488
- }
489
-
490
- .button--pill.button--large {
491
- border-radius: var(--sl-input-height-large);
492
- }
493
-
494
- /*
495
- * Circle modifier
496
- */
497
-
498
- .button--circle {
499
- padding-left: 0;
500
- padding-right: 0;
501
- }
502
-
503
- .button--circle.button--small {
504
- width: var(--sl-input-height-small);
505
- border-radius: 50%;
506
- }
507
-
508
- .button--circle.button--medium {
509
- width: var(--sl-input-height-medium);
510
- border-radius: 50%;
511
- }
512
-
513
- .button--circle.button--large {
514
- width: var(--sl-input-height-large);
515
- border-radius: 50%;
516
- }
517
-
518
- .button--circle .button__prefix,
519
- .button--circle .button__suffix,
520
- .button--circle .button__caret {
521
- display: none;
522
- }
523
-
524
- /*
525
- * Caret modifier
526
- */
527
-
528
- .button--caret .button__suffix {
529
- display: none;
530
- }
531
-
532
- .button--caret .button__caret {
533
- height: auto;
534
- }
535
-
536
- /*
537
- * Loading modifier
538
- */
539
-
540
- .button--loading {
541
- position: relative;
542
- cursor: wait;
543
- }
544
-
545
- .button--loading .button__prefix,
546
- .button--loading .button__label,
547
- .button--loading .button__suffix,
548
- .button--loading .button__caret {
549
- visibility: hidden;
550
- }
551
-
552
- .button--loading sl-spinner {
553
- --indicator-color: currentColor;
554
- position: absolute;
555
- font-size: 1em;
556
- height: 1em;
557
- width: 1em;
558
- top: calc(50% - 0.5em);
559
- left: calc(50% - 0.5em);
560
- }
561
-
562
- /*
563
- * Badges
564
- */
565
-
566
- .button ::slotted(sl-badge) {
567
- position: absolute;
568
- top: 0;
569
- right: 0;
570
- translate: 50% -50%;
571
- pointer-events: none;
572
- }
573
-
574
- .button--rtl ::slotted(sl-badge) {
575
- right: auto;
576
- left: 0;
577
- translate: -50% -50%;
578
- }
579
-
580
- /*
581
- * Button spacing
582
- */
583
-
584
- .button--has-label.button--small .button__label {
585
- padding: 0 var(--sl-spacing-small);
586
- }
587
-
588
- .button--has-label.button--medium .button__label {
589
- padding: 0 var(--sl-spacing-medium);
590
- }
591
-
592
- .button--has-label.button--large .button__label {
593
- padding: 0 var(--sl-spacing-large);
594
- }
595
-
596
- .button--has-prefix.button--small {
597
- padding-inline-start: var(--sl-spacing-x-small);
598
- }
599
-
600
- .button--has-prefix.button--small .button__label {
601
- padding-inline-start: var(--sl-spacing-x-small);
602
- }
603
-
604
- .button--has-prefix.button--medium {
605
- padding-inline-start: var(--sl-spacing-small);
606
- }
607
-
608
- .button--has-prefix.button--medium .button__label {
609
- padding-inline-start: var(--sl-spacing-small);
610
- }
611
-
612
- .button--has-prefix.button--large {
613
- padding-inline-start: var(--sl-spacing-small);
614
- }
615
-
616
- .button--has-prefix.button--large .button__label {
617
- padding-inline-start: var(--sl-spacing-small);
618
- }
619
-
620
- .button--has-suffix.button--small,
621
- .button--caret.button--small {
622
- padding-inline-end: var(--sl-spacing-x-small);
623
- }
624
-
625
- .button--has-suffix.button--small .button__label,
626
- .button--caret.button--small .button__label {
627
- padding-inline-end: var(--sl-spacing-x-small);
628
- }
629
-
630
- .button--has-suffix.button--medium,
631
- .button--caret.button--medium {
632
- padding-inline-end: var(--sl-spacing-small);
633
- }
634
-
635
- .button--has-suffix.button--medium .button__label,
636
- .button--caret.button--medium .button__label {
637
- padding-inline-end: var(--sl-spacing-small);
638
- }
639
-
640
- .button--has-suffix.button--large,
641
- .button--caret.button--large {
642
- padding-inline-end: var(--sl-spacing-small);
643
- }
644
-
645
- .button--has-suffix.button--large .button__label,
646
- .button--caret.button--large .button__label {
647
- padding-inline-end: var(--sl-spacing-small);
648
- }
649
-
650
- /*
651
- * Button groups support a variety of button types (e.g. buttons with tooltips, buttons as dropdown triggers, etc.).
652
- * This means buttons aren't always direct descendants of the button group, thus we can't target them with the
653
- * ::slotted selector. To work around this, the button group component does some magic to add these special classes to
654
- * buttons and we style them here instead.
655
- */
656
-
657
- :host([data-sl-button-group__button--first]:not([data-sl-button-group__button--last])) .button {
658
- border-start-end-radius: 0;
659
- border-end-end-radius: 0;
660
- }
661
-
662
- :host([data-sl-button-group__button--inner]) .button {
663
- border-radius: 0;
664
- }
665
-
666
- :host([data-sl-button-group__button--last]:not([data-sl-button-group__button--first])) .button {
667
- border-start-start-radius: 0;
668
- border-end-start-radius: 0;
669
- }
670
-
671
- /* All except the first */
672
- :host([data-sl-button-group__button]:not([data-sl-button-group__button--first])) {
673
- margin-inline-start: calc(-1 * var(--sl-input-border-width));
674
- }
675
-
676
- /* Add a visual separator between solid buttons */
677
- :host(
678
- [data-sl-button-group__button]:not(
679
- [data-sl-button-group__button--first],
680
- [data-sl-button-group__button--radio],
681
- [variant='default']
682
- ):not(:hover)
683
- )
684
- .button:after {
685
- content: '';
686
- position: absolute;
687
- top: 0;
688
- inset-inline-start: 0;
689
- bottom: 0;
690
- border-left: solid 1px rgb(128 128 128 / 33%);
691
- mix-blend-mode: multiply;
692
- }
693
-
694
- /* Bump hovered, focused, and checked buttons up so their focus ring isn't clipped */
695
- :host([data-sl-button-group__button--hover]) {
696
- z-index: 1;
697
- }
698
-
699
- /* Focus and checked are always on top */
700
- :host([data-sl-button-group__button--focus]),
701
- :host([data-sl-button-group__button][checked]) {
702
- z-index: 2;
703
- }
704
- `,ci=Y`
705
- :host {
706
- display: inline-block;
707
- width: 1em;
708
- height: 1em;
709
- box-sizing: content-box !important;
710
- }
711
-
712
- svg {
713
- display: block;
714
- height: 100%;
715
- width: 100%;
716
- }
717
- `,de="";function he(e){de=e}function ui(e=""){if(!de){const t=[...document.getElementsByTagName("script")],o=t.find(i=>i.hasAttribute("data-shoelace"));if(o)he(o.getAttribute("data-shoelace"));else{const i=t.find(n=>/shoelace(\.min)?\.js($|\?)/.test(n.src)||/shoelace-autoloader(\.min)?\.js($|\?)/.test(n.src));let r="";i&&(r=i.getAttribute("src")),he(r.split("/").slice(0,-1).join("/"))}}return de.replace(/\/$/,"")+(e?`/${e.replace(/^\//,"")}`:"")}var di={name:"default",resolver:e=>ui(`assets/icons/${e}.svg`)},hi=di,eo={caret:`
718
- <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
719
- <polyline points="6 9 12 15 18 9"></polyline>
720
- </svg>
721
- `,check:`
722
- <svg part="checked-icon" class="checkbox__icon" viewBox="0 0 16 16">
723
- <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round">
724
- <g stroke="currentColor">
725
- <g transform="translate(3.428571, 3.428571)">
726
- <path d="M0,5.71428571 L3.42857143,9.14285714"></path>
727
- <path d="M9.14285714,0 L3.42857143,9.14285714"></path>
728
- </g>
729
- </g>
730
- </g>
731
- </svg>
732
- `,"chevron-down":`
733
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16">
734
- <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"/>
735
- </svg>
736
- `,"chevron-left":`
737
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-left" viewBox="0 0 16 16">
738
- <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"/>
739
- </svg>
740
- `,"chevron-right":`
741
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-right" viewBox="0 0 16 16">
742
- <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"/>
743
- </svg>
744
- `,copy:`
745
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-copy" viewBox="0 0 16 16">
746
- <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"/>
747
- </svg>
748
- `,eye:`
749
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-eye" viewBox="0 0 16 16">
750
- <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"/>
751
- <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"/>
752
- </svg>
753
- `,"eye-slash":`
754
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-eye-slash" viewBox="0 0 16 16">
755
- <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"/>
756
- <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"/>
757
- <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"/>
758
- </svg>
759
- `,eyedropper:`
760
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-eyedropper" viewBox="0 0 16 16">
761
- <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>
762
- </svg>
763
- `,"grip-vertical":`
764
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-grip-vertical" viewBox="0 0 16 16">
765
- <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>
766
- </svg>
767
- `,indeterminate:`
768
- <svg part="indeterminate-icon" class="checkbox__icon" viewBox="0 0 16 16">
769
- <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round">
770
- <g stroke="currentColor" stroke-width="2">
771
- <g transform="translate(2.285714, 6.857143)">
772
- <path d="M10.2857143,1.14285714 L1.14285714,1.14285714"></path>
773
- </g>
774
- </g>
775
- </g>
776
- </svg>
777
- `,"person-fill":`
778
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-person-fill" viewBox="0 0 16 16">
779
- <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"/>
780
- </svg>
781
- `,"play-fill":`
782
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-play-fill" viewBox="0 0 16 16">
783
- <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>
784
- </svg>
785
- `,"pause-fill":`
786
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-pause-fill" viewBox="0 0 16 16">
787
- <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>
788
- </svg>
789
- `,radio:`
790
- <svg part="checked-icon" class="radio__icon" viewBox="0 0 16 16">
791
- <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
792
- <g fill="currentColor">
793
- <circle cx="8" cy="8" r="3.42857143"></circle>
794
- </g>
795
- </g>
796
- </svg>
797
- `,"star-fill":`
798
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-star-fill" viewBox="0 0 16 16">
799
- <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"/>
800
- </svg>
801
- `,"x-lg":`
802
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-x-lg" viewBox="0 0 16 16">
803
- <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"/>
804
- </svg>
805
- `,"x-circle-fill":`
806
- <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">
807
- <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>
808
- </svg>
809
- `},pi={name:"system",resolver:e=>e in eo?`data:image/svg+xml,${encodeURIComponent(eo[e])}`:""},fi=pi,gi=[hi,fi],pe=[];function bi(e){pe.push(e)}function mi(e){pe=pe.filter(t=>t!==e)}function oo(e){return gi.find(t=>t.name===e)}function bt(e,t){const o=lt({waitUntilFirstUpdate:!1},t);return(i,r)=>{const{update:n}=i,s=Array.isArray(e)?e:[e];i.update=function(l){s.forEach(a=>{const c=a;if(l.has(c)){const d=l.get(c),u=this[c];d!==u&&(!o.waitUntilFirstUpdate||this.hasUpdated)&&this[r](d,u)}}),n.call(this,l)}}}/**
810
- * @license
811
- * Copyright 2020 Google LLC
812
- * SPDX-License-Identifier: BSD-3-Clause
813
- */const vi=(e,t)=>(e==null?void 0:e._$litType$)!==void 0;var Lt=Symbol(),qt=Symbol(),fe,ge=new Map,U=class extends B{constructor(){super(...arguments),this.initialRender=!1,this.svg=null,this.label="",this.library="default"}async resolveIcon(e,t){var o;let i;if(t!=null&&t.spriteSheet){this.svg=M`<svg part="svg">
814
- <use part="use" href="${e}"></use>
815
- </svg>`,await this.updateComplete;const r=this.shadowRoot.querySelector("[part='svg']");return typeof t.mutator=="function"&&t.mutator(r),this.svg}try{if(i=await fetch(e,{mode:"cors"}),!i.ok)return i.status===410?Lt:qt}catch{return qt}try{const r=document.createElement("div");r.innerHTML=await i.text();const n=r.firstElementChild;if(((o=n==null?void 0:n.tagName)==null?void 0:o.toLowerCase())!=="svg")return Lt;fe||(fe=new DOMParser);const l=fe.parseFromString(n.outerHTML,"text/html").body.querySelector("svg");return l?(l.part.add("svg"),document.adoptNode(l)):Lt}catch{return Lt}}connectedCallback(){super.connectedCallback(),bi(this)}firstUpdated(){this.initialRender=!0,this.setIcon()}disconnectedCallback(){super.disconnectedCallback(),mi(this)}getIconSource(){const e=oo(this.library);return this.name&&e?{url:e.resolver(this.name),fromLibrary:!0}:{url:this.src,fromLibrary:!1}}handleLabelChange(){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"))}async setIcon(){var e;const{url:t,fromLibrary:o}=this.getIconSource(),i=o?oo(this.library):void 0;if(!t){this.svg=null;return}let r=ge.get(t);if(r||(r=this.resolveIcon(t,i),ge.set(t,r)),!this.initialRender)return;const n=await r;if(n===qt&&ge.delete(t),t===this.getIconSource().url){if(vi(n)){this.svg=n;return}switch(n){case qt:case Lt:this.svg=null,this.emit("sl-error");break;default:this.svg=n.cloneNode(!0),(e=i==null?void 0:i.mutator)==null||e.call(i,this.svg),this.emit("sl-load")}}}render(){return this.svg}};U.styles=[gt,ci],h([jt()],U.prototype,"svg",2),h([f({reflect:!0})],U.prototype,"name",2),h([f()],U.prototype,"src",2),h([f()],U.prototype,"label",2),h([f({reflect:!0})],U.prototype,"library",2),h([bt("label")],U.prototype,"handleLabelChange",1),h([bt(["name","src","library"])],U.prototype,"setIcon",1);var yi=class{constructor(e,...t){this.slotNames=[],this.handleSlotChange=o=>{const i=o.target;(this.slotNames.includes("[default]")&&!i.name||i.name&&this.slotNames.includes(i.name))&&this.host.requestUpdate()},(this.host=e).addController(this),this.slotNames=t}hasDefaultSlot(){return[...this.host.childNodes].some(e=>{if(e.nodeType===e.TEXT_NODE&&e.textContent.trim()!=="")return!0;if(e.nodeType===e.ELEMENT_NODE){const t=e;if(t.tagName.toLowerCase()==="sl-visually-hidden")return!1;if(!t.hasAttribute("slot"))return!0}return!1})}hasNamedSlot(e){return this.host.querySelector(`:scope > [slot="${e}"]`)!==null}test(e){return e==="[default]"?this.hasDefaultSlot():this.hasNamedSlot(e)}hostConnected(){this.host.shadowRoot.addEventListener("slotchange",this.handleSlotChange)}hostDisconnected(){this.host.shadowRoot.removeEventListener("slotchange",this.handleSlotChange)}};/**
816
- * @license
817
- * Copyright 2017 Google LLC
818
- * SPDX-License-Identifier: BSD-3-Clause
819
- */const wi={ATTRIBUTE:1,CHILD:2,PROPERTY:3,BOOLEAN_ATTRIBUTE:4,EVENT:5,ELEMENT:6},xi=e=>(...t)=>({_$litDirective$:e,values:t});class _i{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,o,i){this._$Ct=t,this._$AM=o,this._$Ci=i}_$AS(t,o){return this.update(t,o)}update(t,o){return this.render(...o)}}/**
820
- * @license
821
- * Copyright 2018 Google LLC
822
- * SPDX-License-Identifier: BSD-3-Clause
823
- */const Yt=xi(class extends _i{constructor(e){var t;if(super(e),e.type!==wi.ATTRIBUTE||e.name!=="class"||((t=e.strings)==null?void 0:t.length)>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(e){return" "+Object.keys(e).filter(t=>e[t]).join(" ")+" "}update(e,[t]){var i,r;if(this.st===void 0){this.st=new Set,e.strings!==void 0&&(this.nt=new Set(e.strings.join(" ").split(/\s/).filter(n=>n!=="")));for(const n in t)t[n]&&!((i=this.nt)!=null&&i.has(n))&&this.st.add(n);return this.render(t)}const o=e.element.classList;for(const n of this.st)n in t||(o.remove(n),this.st.delete(n));for(const n in t){const s=!!t[n];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)))}return nt}});/**
824
- * @license
825
- * Copyright 2020 Google LLC
826
- * SPDX-License-Identifier: BSD-3-Clause
827
- */const io=Symbol.for(""),$i=e=>{if((e==null?void 0:e.r)===io)return e==null?void 0:e._$litStatic$},ro=(e,...t)=>({_$litStatic$:t.reduce((o,i,r)=>o+(n=>{if(n._$litStatic$!==void 0)return n._$litStatic$;throw Error(`Value passed to 'literal' function must be a 'literal' result: ${n}. Use 'unsafeStatic' to pass non-literal values, but
828
- take care to ensure page security.`)})(i)+e[r+1],e[0]),r:io}),no=new Map,Ai=e=>(t,...o)=>{const i=o.length;let r,n;const s=[],l=[];let a,c=0,d=!1;for(;c<i;){for(a=t[c];c<i&&(n=o[c],(r=$i(n))!==void 0);)a+=r+t[++c],d=!0;c!==i&&l.push(n),s.push(a),c++}if(c===i&&s.push(t[i]),d){const u=s.join("$$lit$$");(t=no.get(u))===void 0&&(s.raw=s,no.set(u,t=s)),o=l}return e(t,...o)},be=Ai(M);/**
829
- * @license
830
- * Copyright 2018 Google LLC
831
- * SPDX-License-Identifier: BSD-3-Clause
832
- */const j=e=>e??k;var x=class extends B{constructor(){super(...arguments),this.formControlController=new ai(this,{assumeInteractionOn:["click"]}),this.hasSlotController=new yi(this,"[default]","prefix","suffix"),this.localize=new le(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"}get validity(){return this.isButton()?this.button.validity:ue}get validationMessage(){return this.isButton()?this.button.validationMessage:""}firstUpdated(){this.isButton()&&this.formControlController.updateValidity()}handleBlur(){this.hasFocus=!1,this.emit("sl-blur")}handleFocus(){this.hasFocus=!0,this.emit("sl-focus")}handleClick(){this.type==="submit"&&this.formControlController.submit(this),this.type==="reset"&&this.formControlController.reset(this)}handleInvalid(e){this.formControlController.setValidity(!1),this.formControlController.emitInvalidEvent(e)}isButton(){return!this.href}isLink(){return!!this.href}handleDisabledChange(){this.isButton()&&this.formControlController.setValidity(this.disabled)}click(){this.button.click()}focus(e){this.button.focus(e)}blur(){this.button.blur()}checkValidity(){return this.isButton()?this.button.checkValidity():!0}getForm(){return this.formControlController.getForm()}reportValidity(){return this.isButton()?this.button.reportValidity():!0}setCustomValidity(e){this.isButton()&&(this.button.setCustomValidity(e),this.formControlController.updateValidity())}render(){const e=this.isLink(),t=e?ro`a`:ro`button`;return be`
833
- <${t}
834
- part="base"
835
- class=${Yt({button:!0,"button--default":this.variant==="default","button--primary":this.variant==="primary","button--success":this.variant==="success","button--neutral":this.variant==="neutral","button--warning":this.variant==="warning","button--danger":this.variant==="danger","button--text":this.variant==="text","button--small":this.size==="small","button--medium":this.size==="medium","button--large":this.size==="large","button--caret":this.caret,"button--circle":this.circle,"button--disabled":this.disabled,"button--focused":this.hasFocus,"button--loading":this.loading,"button--standard":!this.outline,"button--outline":this.outline,"button--pill":this.pill,"button--rtl":this.localize.dir()==="rtl","button--has-label":this.hasSlotController.test("[default]"),"button--has-prefix":this.hasSlotController.test("prefix"),"button--has-suffix":this.hasSlotController.test("suffix")})}
836
- ?disabled=${j(e?void 0:this.disabled)}
837
- type=${j(e?void 0:this.type)}
838
- title=${this.title}
839
- name=${j(e?void 0:this.name)}
840
- value=${j(e?void 0:this.value)}
841
- href=${j(e?this.href:void 0)}
842
- target=${j(e?this.target:void 0)}
843
- download=${j(e?this.download:void 0)}
844
- rel=${j(e?this.rel:void 0)}
845
- role=${j(e?void 0:"button")}
846
- aria-disabled=${this.disabled?"true":"false"}
847
- tabindex=${this.disabled?"-1":"0"}
848
- @blur=${this.handleBlur}
849
- @focus=${this.handleFocus}
850
- @invalid=${this.isButton()?this.handleInvalid:null}
851
- @click=${this.handleClick}
852
- >
853
- <slot name="prefix" part="prefix" class="button__prefix"></slot>
854
- <slot part="label" class="button__label"></slot>
855
- <slot name="suffix" part="suffix" class="button__suffix"></slot>
856
- ${this.caret?be` <sl-icon part="caret" class="button__caret" library="system" name="caret"></sl-icon> `:""}
857
- ${this.loading?be`<sl-spinner part="spinner"></sl-spinner>`:""}
858
- </${t}>
859
- `}};x.styles=[gt,li],x.dependencies={"sl-icon":U,"sl-spinner":to},h([ct(".button")],x.prototype,"button",2),h([jt()],x.prototype,"hasFocus",2),h([jt()],x.prototype,"invalid",2),h([f()],x.prototype,"title",2),h([f({reflect:!0})],x.prototype,"variant",2),h([f({reflect:!0})],x.prototype,"size",2),h([f({type:Boolean,reflect:!0})],x.prototype,"caret",2),h([f({type:Boolean,reflect:!0})],x.prototype,"disabled",2),h([f({type:Boolean,reflect:!0})],x.prototype,"loading",2),h([f({type:Boolean,reflect:!0})],x.prototype,"outline",2),h([f({type:Boolean,reflect:!0})],x.prototype,"pill",2),h([f({type:Boolean,reflect:!0})],x.prototype,"circle",2),h([f()],x.prototype,"type",2),h([f()],x.prototype,"name",2),h([f()],x.prototype,"value",2),h([f()],x.prototype,"href",2),h([f()],x.prototype,"target",2),h([f()],x.prototype,"rel",2),h([f()],x.prototype,"download",2),h([f()],x.prototype,"form",2),h([f({attribute:"formaction"})],x.prototype,"formAction",2),h([f({attribute:"formenctype"})],x.prototype,"formEnctype",2),h([f({attribute:"formmethod"})],x.prototype,"formMethod",2),h([f({attribute:"formnovalidate",type:Boolean})],x.prototype,"formNoValidate",2),h([f({attribute:"formtarget"})],x.prototype,"formTarget",2),h([bt("disabled",{waitUntilFirstUpdate:!0})],x.prototype,"handleDisabledChange",1),x.define("sl-button");var Ci=Y`
860
- :host {
861
- display: inline-block;
862
- }
863
-
864
- .button-group {
865
- display: flex;
866
- flex-wrap: nowrap;
867
- }
868
- `,Rt=class extends B{constructor(){super(...arguments),this.disableRole=!1,this.label=""}handleFocus(e){const t=Tt(e.target);t==null||t.toggleAttribute("data-sl-button-group__button--focus",!0)}handleBlur(e){const t=Tt(e.target);t==null||t.toggleAttribute("data-sl-button-group__button--focus",!1)}handleMouseOver(e){const t=Tt(e.target);t==null||t.toggleAttribute("data-sl-button-group__button--hover",!0)}handleMouseOut(e){const t=Tt(e.target);t==null||t.toggleAttribute("data-sl-button-group__button--hover",!1)}handleSlotChange(){const e=[...this.defaultSlot.assignedElements({flatten:!0})];e.forEach(t=>{const o=e.indexOf(t),i=Tt(t);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("data-sl-button-group__button--radio",i.tagName.toLowerCase()==="sl-radio-button"))})}render(){return M`
869
- <div
870
- part="base"
871
- class="button-group"
872
- role="${this.disableRole?"presentation":"group"}"
873
- aria-label=${this.label}
874
- @focusout=${this.handleBlur}
875
- @focusin=${this.handleFocus}
876
- @mouseover=${this.handleMouseOver}
877
- @mouseout=${this.handleMouseOut}
878
- >
879
- <slot @slotchange=${this.handleSlotChange}></slot>
880
- </div>
881
- `}};Rt.styles=[gt,Ci],h([ct("slot")],Rt.prototype,"defaultSlot",2),h([jt()],Rt.prototype,"disableRole",2),h([f()],Rt.prototype,"label",2);function Tt(e){var t;const o="sl-button, sl-radio-button";return(t=e.closest(o))!=null?t:e.querySelector(o)}Rt.define("sl-button-group"),U.define("sl-icon");var ki=Y`
882
- :host {
883
- --max-width: 20rem;
884
- --hide-delay: 0ms;
885
- --show-delay: 150ms;
886
-
887
- display: contents;
888
- }
889
-
890
- .tooltip {
891
- --arrow-size: var(--sl-tooltip-arrow-size);
892
- --arrow-color: var(--sl-tooltip-background-color);
893
- }
894
-
895
- .tooltip::part(popup) {
896
- z-index: var(--sl-z-index-tooltip);
897
- }
898
-
899
- .tooltip[placement^='top']::part(popup) {
900
- transform-origin: bottom;
901
- }
902
-
903
- .tooltip[placement^='bottom']::part(popup) {
904
- transform-origin: top;
905
- }
906
-
907
- .tooltip[placement^='left']::part(popup) {
908
- transform-origin: right;
909
- }
910
-
911
- .tooltip[placement^='right']::part(popup) {
912
- transform-origin: left;
913
- }
914
-
915
- .tooltip__body {
916
- display: block;
917
- width: max-content;
918
- max-width: var(--max-width);
919
- border-radius: var(--sl-tooltip-border-radius);
920
- background-color: var(--sl-tooltip-background-color);
921
- font-family: var(--sl-tooltip-font-family);
922
- font-size: var(--sl-tooltip-font-size);
923
- font-weight: var(--sl-tooltip-font-weight);
924
- line-height: var(--sl-tooltip-line-height);
925
- text-align: start;
926
- white-space: normal;
927
- color: var(--sl-tooltip-color);
928
- padding: var(--sl-tooltip-padding);
929
- pointer-events: none;
930
- user-select: none;
931
- -webkit-user-select: none;
932
- }
933
- `,Ei=Y`
934
- :host {
935
- --arrow-color: var(--sl-color-neutral-1000);
936
- --arrow-size: 6px;
937
-
938
- /*
939
- * These properties are computed to account for the arrow's dimensions after being rotated 45º. The constant
940
- * 0.7071 is derived from sin(45), which is the diagonal size of the arrow's container after rotating.
941
- */
942
- --arrow-size-diagonal: calc(var(--arrow-size) * 0.7071);
943
- --arrow-padding-offset: calc(var(--arrow-size-diagonal) - var(--arrow-size));
944
-
945
- display: contents;
946
- }
947
-
948
- .popup {
949
- position: absolute;
950
- isolation: isolate;
951
- max-width: var(--auto-size-available-width, none);
952
- max-height: var(--auto-size-available-height, none);
953
- }
954
-
955
- .popup--fixed {
956
- position: fixed;
957
- }
958
-
959
- .popup:not(.popup--active) {
960
- display: none;
961
- }
962
-
963
- .popup__arrow {
964
- position: absolute;
965
- width: calc(var(--arrow-size-diagonal) * 2);
966
- height: calc(var(--arrow-size-diagonal) * 2);
967
- rotate: 45deg;
968
- background: var(--arrow-color);
969
- z-index: -1;
970
- }
971
-
972
- /* Hover bridge */
973
- .popup-hover-bridge:not(.popup-hover-bridge--visible) {
974
- display: none;
975
- }
976
-
977
- .popup-hover-bridge {
978
- position: fixed;
979
- z-index: calc(var(--sl-z-index-dropdown) - 1);
980
- top: 0;
981
- right: 0;
982
- bottom: 0;
983
- left: 0;
984
- clip-path: polygon(
985
- var(--hover-bridge-top-left-x, 0) var(--hover-bridge-top-left-y, 0),
986
- var(--hover-bridge-top-right-x, 0) var(--hover-bridge-top-right-y, 0),
987
- var(--hover-bridge-bottom-right-x, 0) var(--hover-bridge-bottom-right-y, 0),
988
- var(--hover-bridge-bottom-left-x, 0) var(--hover-bridge-bottom-left-y, 0)
989
- );
990
- }
991
- `;const D=Math.min,P=Math.max,Xt=Math.round,Kt=Math.floor,G=e=>({x:e,y:e}),Si={left:"right",right:"left",bottom:"top",top:"bottom"},Pi={start:"end",end:"start"};function me(e,t,o){return P(e,D(t,o))}function mt(e,t){return typeof e=="function"?e(t):e}function Z(e){return e.split("-")[0]}function vt(e){return e.split("-")[1]}function so(e){return e==="x"?"y":"x"}function ve(e){return e==="y"?"height":"width"}function Mt(e){return["top","bottom"].includes(Z(e))?"y":"x"}function ye(e){return so(Mt(e))}function zi(e,t,o){o===void 0&&(o=!1);const i=vt(e),r=ye(e),n=ve(r);let s=r==="x"?i===(o?"end":"start")?"right":"left":i==="start"?"bottom":"top";return t.reference[n]>t.floating[n]&&(s=Gt(s)),[s,Gt(s)]}function Oi(e){const t=Gt(e);return[we(e),t,we(t)]}function we(e){return e.replace(/start|end/g,t=>Pi[t])}function Li(e,t,o){const i=["left","right"],r=["right","left"],n=["top","bottom"],s=["bottom","top"];switch(e){case"top":case"bottom":return o?t?r:i:t?i:r;case"left":case"right":return t?n:s;default:return[]}}function Ri(e,t,o,i){const r=vt(e);let n=Li(Z(e),o==="start",i);return r&&(n=n.map(s=>s+"-"+r),t&&(n=n.concat(n.map(we)))),n}function Gt(e){return e.replace(/left|right|bottom|top/g,t=>Si[t])}function Ti(e){return{top:0,right:0,bottom:0,left:0,...e}}function ao(e){return typeof e!="number"?Ti(e):{top:e,right:e,bottom:e,left:e}}function Zt(e){const{x:t,y:o,width:i,height:r}=e;return{width:i,height:r,top:o,left:t,right:t+i,bottom:o+r,x:t,y:o}}function lo(e,t,o){let{reference:i,floating:r}=e;const n=Mt(t),s=ye(t),l=ve(s),a=Z(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;let p;switch(a){case"top":p={x:d,y:i.y-r.height};break;case"bottom":p={x:d,y:i.y+i.height};break;case"right":p={x:i.x+i.width,y:u};break;case"left":p={x:i.x-r.width,y:u};break;default:p={x:i.x,y:i.y}}switch(vt(t)){case"start":p[s]-=b*(o&&c?-1:1);break;case"end":p[s]+=b*(o&&c?-1:1);break}return p}const Mi=async(e,t,o)=>{const{placement:i="bottom",strategy:r="absolute",middleware:n=[],platform:s}=o,l=n.filter(Boolean),a=await(s.isRTL==null?void 0:s.isRTL(t));let c=await s.getElementRects({reference:e,floating:t,strategy:r}),{x:d,y:u}=lo(c,i,a),b=i,p={},g=0;for(let m=0;m<l.length;m++){const{name:y,fn:v}=l[m],{x:w,y:_,data:C,reset:A}=await v({x:d,y:u,initialPlacement:i,placement:b,strategy:r,middlewareData:p,rects:c,platform:s,elements:{reference:e,floating:t}});d=w??d,u=_??u,p={...p,[y]:{...p[y],...C}},A&&g<=50&&(g++,typeof A=="object"&&(A.placement&&(b=A.placement),A.rects&&(c=A.rects===!0?await s.getElementRects({reference:e,floating:t,strategy:r}):A.rects),{x:d,y:u}=lo(c,b,a)),m=-1)}return{x:d,y:u,placement:b,strategy:r,middlewareData:p}};async function xe(e,t){var o;t===void 0&&(t={});const{x:i,y:r,platform:n,rects:s,elements:l,strategy:a}=e,{boundary:c="clippingAncestors",rootBoundary:d="viewport",elementContext:u="floating",altBoundary:b=!1,padding:p=0}=mt(t,e),g=ao(p),y=l[b?u==="floating"?"reference":"floating":u],v=Zt(await n.getClippingRect({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)),boundary:c,rootBoundary:d,strategy:a})),w=u==="floating"?{x:i,y:r,width:s.floating.width,height:s.floating.height}: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(_))||{x:1,y:1}:{x:1,y:1},A=Zt(n.convertOffsetParentRelativeRectToViewportRelativeRect?await n.convertOffsetParentRelativeRectToViewportRelativeRect({elements:l,rect:w,offsetParent:_,strategy:a}):w);return{top:(v.top-A.top+g.top)/C.y,bottom:(A.bottom-v.bottom+g.bottom)/C.y,left:(v.left-A.left+g.left)/C.x,right:(A.right-v.right+g.right)/C.x}}const Bi=e=>({name:"arrow",options:e,async fn(t){const{x:o,y:i,placement:r,rects:n,platform:s,elements:l,middlewareData:a}=t,{element:c,padding:d=0}=mt(e,t)||{};if(c==null)return{};const u=ao(d),b={x:o,y:i},p=ye(r),g=ve(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));let O=S?S[_]:0;(!O||!await(s.isElement==null?void 0:s.isElement(S)))&&(O=l.floating[_]||n.floating[g]);const V=C/2-A/2,Q=O/2-m[g]/2-1,tt=D(u[v],Q),et=D(u[w],Q),R=tt,Nt=O-m[g]-et,L=O/2-m[g]/2+V,H=me(R,L,Nt),I=!a.arrow&&vt(r)!=null&&L!==H&&n.reference[g]/2-(L<R?tt:et)-m[g]/2<0,q=I?L<R?L-R:L-Nt:0;return{[p]:b[p]+q,data:{[p]:H,centerOffset:L-H-q,...I&&{alignmentOffset:q}},reset:I}}}),Ui=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var o,i;const{placement:r,middlewareData:n,rects:s,initialPlacement:l,platform:a,elements:c}=t,{mainAxis:d=!0,crossAxis:u=!0,fallbackPlacements:b,fallbackStrategy:p="bestFit",fallbackAxisSideDirection:g="none",flipAlignment:m=!0,...y}=mt(e,t);if((o=n.arrow)!=null&&o.alignmentOffset)return{};const v=Z(r),w=Z(l)===l,_=await(a.isRTL==null?void 0:a.isRTL(c.floating)),C=b||(w||!m?[Gt(l)]:Oi(l));!b&&g!=="none"&&C.push(...Ri(l,m,g,_));const A=[l,...C],S=await xe(t,y),O=[];let V=((i=n.flip)==null?void 0:i.overflows)||[];if(d&&O.push(S[v]),u){const R=zi(r,s,_);O.push(S[R[0]],S[R[1]])}if(V=[...V,{placement:r,overflows:O}],!O.every(R=>R<=0)){var Q,tt;const R=(((Q=n.flip)==null?void 0:Q.index)||0)+1,Nt=A[R];if(Nt)return{data:{index:R,overflows:V},reset:{placement:Nt}};let L=(tt=V.filter(H=>H.overflows[0]<=0).sort((H,I)=>H.overflows[1]-I.overflows[1])[0])==null?void 0:tt.placement;if(!L)switch(p){case"bestFit":{var et;const H=(et=V.map(I=>[I.placement,I.overflows.filter(q=>q>0).reduce((q,yr)=>q+yr,0)]).sort((I,q)=>I[1]-q[1])[0])==null?void 0:et[0];H&&(L=H);break}case"initialPlacement":L=l;break}if(r!==L)return{reset:{placement:L}}}return{}}}};async function Di(e,t){const{placement:o,platform:i,elements:r}=e,n=await(i.isRTL==null?void 0:i.isRTL(r.floating)),s=Z(o),l=vt(o),a=Mt(o)==="y",c=["left","top"].includes(s)?-1:1,d=n&&a?-1:1,u=mt(t,e);let{mainAxis:b,crossAxis:p,alignmentAxis:g}=typeof u=="number"?{mainAxis:u,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...u};return l&&typeof g=="number"&&(p=l==="end"?g*-1:g),a?{x:p*d,y:b*c}:{x:b*c,y:p*d}}const Ni=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var o,i;const{x:r,y:n,placement:s,middlewareData:l}=t,a=await Di(t,e);return s===((o=l.offset)==null?void 0:o.placement)&&(i=l.arrow)!=null&&i.alignmentOffset?{}:{x:r+a.x,y:n+a.y,data:{...a,placement:s}}}}},Fi=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:o,y:i,placement:r}=t,{mainAxis:n=!0,crossAxis:s=!1,limiter:l={fn:y=>{let{x:v,y:w}=y;return{x:v,y:w}}},...a}=mt(e,t),c={x:o,y:i},d=await xe(t,a),u=Mt(Z(r)),b=so(u);let p=c[b],g=c[u];if(n){const y=b==="y"?"top":"left",v=b==="y"?"bottom":"right",w=p+d[y],_=p-d[v];p=me(w,p,_)}if(s){const y=u==="y"?"top":"left",v=u==="y"?"bottom":"right",w=g+d[y],_=g-d[v];g=me(w,g,_)}const m=l.fn({...t,[b]:p,[u]:g});return{...m,data:{x:m.x-o,y:m.y-i}}}}},Vi=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){const{placement:o,rects:i,platform:r,elements:n}=t,{apply:s=()=>{},...l}=mt(e,t),a=await xe(t,l),c=Z(o),d=vt(o),u=Mt(o)==="y",{width:b,height:p}=i.floating;let g,m;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");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;let A=w,S=_;if(u?S=d||C?D(_,v):v:A=d||C?D(w,y):y,C&&!d){const V=P(a.left,0),Q=P(a.right,0),tt=P(a.top,0),et=P(a.bottom,0);u?S=b-2*(V!==0||Q!==0?V+Q:P(a.left,a.right)):A=p-2*(tt!==0||et!==0?tt+et:P(a.top,a.bottom))}await s({...t,availableWidth:S,availableHeight:A});const O=await r.getDimensions(n.floating);return b!==O.width||p!==O.height?{reset:{rects:!0}}:{}}}};function yt(e){return co(e)?(e.nodeName||"").toLowerCase():"#document"}function z(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function W(e){var t;return(t=(co(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function co(e){return e instanceof Node||e instanceof z(e).Node}function N(e){return e instanceof Element||e instanceof z(e).Element}function F(e){return e instanceof HTMLElement||e instanceof z(e).HTMLElement}function uo(e){return typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof z(e).ShadowRoot}function Bt(e){const{overflow:t,overflowX:o,overflowY:i,display:r}=T(e);return/auto|scroll|overlay|hidden|clip/.test(t+i+o)&&!["inline","contents"].includes(r)}function Hi(e){return["table","td","th"].includes(yt(e))}function _e(e){const t=$e(),o=T(e);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))}function Ii(e){let t=J(e);for(;F(t)&&!wt(t);){if(_e(t))return t;t=J(t)}return null}function $e(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function wt(e){return["html","body","#document"].includes(yt(e))}function T(e){return z(e).getComputedStyle(e)}function Jt(e){return N(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function J(e){if(yt(e)==="html")return e;const t=e.assignedSlot||e.parentNode||uo(e)&&e.host||W(e);return uo(t)?t.host:t}function ho(e){const t=J(e);return wt(t)?e.ownerDocument?e.ownerDocument.body:e.body:F(t)&&Bt(t)?t:ho(t)}function Ut(e,t,o){var i;t===void 0&&(t=[]),o===void 0&&(o=!0);const r=ho(e),n=r===((i=e.ownerDocument)==null?void 0:i.body),s=z(r);return n?t.concat(s,s.visualViewport||[],Bt(r)?r:[],s.frameElement&&o?Ut(s.frameElement):[]):t.concat(r,Ut(r,[],o))}function po(e){const t=T(e);let o=parseFloat(t.width)||0,i=parseFloat(t.height)||0;const r=F(e),n=r?e.offsetWidth:o,s=r?e.offsetHeight:i,l=Xt(o)!==n||Xt(i)!==s;return l&&(o=n,i=s),{width:o,height:i,$:l}}function Ae(e){return N(e)?e:e.contextElement}function xt(e){const t=Ae(e);if(!F(t))return G(1);const o=t.getBoundingClientRect(),{width:i,height:r,$:n}=po(t);let s=(n?Xt(o.width):o.width)/i,l=(n?Xt(o.height):o.height)/r;return(!s||!Number.isFinite(s))&&(s=1),(!l||!Number.isFinite(l))&&(l=1),{x:s,y:l}}const ji=G(0);function fo(e){const t=z(e);return!$e()||!t.visualViewport?ji:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function Wi(e,t,o){return t===void 0&&(t=!1),!o||t&&o!==z(e)?!1:t}function ut(e,t,o,i){t===void 0&&(t=!1),o===void 0&&(o=!1);const r=e.getBoundingClientRect(),n=Ae(e);let s=G(1);t&&(i?N(i)&&(s=xt(i)):s=xt(e));const l=Wi(n,o,i)?fo(n):G(0);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;if(n){const b=z(n),p=i&&N(i)?z(i):i;let g=b,m=g.frameElement;for(;m&&i&&p!==g;){const y=xt(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;a*=y.x,c*=y.y,d*=y.x,u*=y.y,a+=_,c+=C,g=z(m),m=g.frameElement}}return Zt({width:d,height:u,x:a,y:c})}const qi=[":popover-open",":modal"];function Ce(e){return qi.some(t=>{try{return e.matches(t)}catch{return!1}})}function Yi(e){let{elements:t,rect:o,offsetParent:i,strategy:r}=e;const n=r==="fixed",s=W(i),l=t?Ce(t.floating):!1;if(i===s||l&&n)return o;let a={scrollLeft:0,scrollTop:0},c=G(1);const d=G(0),u=F(i);if((u||!u&&!n)&&((yt(i)!=="body"||Bt(s))&&(a=Jt(i)),F(i))){const b=ut(i);c=xt(i),d.x=b.x+i.clientLeft,d.y=b.y+i.clientTop}return{width:o.width*c.x,height:o.height*c.y,x:o.x*c.x-a.scrollLeft*c.x+d.x,y:o.y*c.y-a.scrollTop*c.y+d.y}}function Xi(e){return Array.from(e.getClientRects())}function go(e){return ut(W(e)).left+Jt(e).scrollLeft}function Ki(e){const t=W(e),o=Jt(e),i=e.ownerDocument.body,r=P(t.scrollWidth,t.clientWidth,i.scrollWidth,i.clientWidth),n=P(t.scrollHeight,t.clientHeight,i.scrollHeight,i.clientHeight);let s=-o.scrollLeft+go(e);const l=-o.scrollTop;return T(i).direction==="rtl"&&(s+=P(t.clientWidth,i.clientWidth)-r),{width:r,height:n,x:s,y:l}}function Gi(e,t){const o=z(e),i=W(e),r=o.visualViewport;let n=i.clientWidth,s=i.clientHeight,l=0,a=0;if(r){n=r.width,s=r.height;const c=$e();(!c||c&&t==="fixed")&&(l=r.offsetLeft,a=r.offsetTop)}return{width:n,height:s,x:l,y:a}}function Zi(e,t){const o=ut(e,!0,t==="fixed"),i=o.top+e.clientTop,r=o.left+e.clientLeft,n=F(e)?xt(e):G(1),s=e.clientWidth*n.x,l=e.clientHeight*n.y,a=r*n.x,c=i*n.y;return{width:s,height:l,x:a,y:c}}function bo(e,t,o){let i;if(t==="viewport")i=Gi(e,o);else if(t==="document")i=Ki(W(e));else if(N(t))i=Zi(t,o);else{const r=fo(e);i={...t,x:t.x-r.x,y:t.y-r.y}}return Zt(i)}function mo(e,t){const o=J(e);return o===t||!N(o)||wt(o)?!1:T(o).position==="fixed"||mo(o,t)}function Ji(e,t){const o=t.get(e);if(o)return o;let i=Ut(e,[],!1).filter(l=>N(l)&&yt(l)!=="body"),r=null;const n=T(e).position==="fixed";let s=n?J(e):e;for(;N(s)&&!wt(s);){const l=T(s),a=_e(s);!a&&l.position==="fixed"&&(r=null),(n?!a&&!r:!a&&l.position==="static"&&!!r&&["absolute","fixed"].includes(r.position)||Bt(s)&&!a&&mo(e,s))?i=i.filter(d=>d!==s):r=l,s=J(s)}return t.set(e,i),i}function Qi(e){let{element:t,boundary:o,rootBoundary:i,strategy:r}=e;const s=[...o==="clippingAncestors"?Ce(t)?[]:Ji(t,this._c):[].concat(o),i],l=s[0],a=s.reduce((c,d)=>{const u=bo(t,d,r);return c.top=P(u.top,c.top),c.right=D(u.right,c.right),c.bottom=D(u.bottom,c.bottom),c.left=P(u.left,c.left),c},bo(t,l,r));return{width:a.right-a.left,height:a.bottom-a.top,x:a.left,y:a.top}}function tr(e){const{width:t,height:o}=po(e);return{width:t,height:o}}function er(e,t,o){const i=F(t),r=W(t),n=o==="fixed",s=ut(e,!0,n,t);let l={scrollLeft:0,scrollTop:0};const a=G(0);if(i||!i&&!n)if((yt(t)!=="body"||Bt(r))&&(l=Jt(t)),i){const u=ut(t,!0,n,t);a.x=u.x+t.clientLeft,a.y=u.y+t.clientTop}else r&&(a.x=go(r));const c=s.left+l.scrollLeft-a.x,d=s.top+l.scrollTop-a.y;return{x:c,y:d,width:s.width,height:s.height}}function ke(e){return T(e).position==="static"}function vo(e,t){return!F(e)||T(e).position==="fixed"?null:t?t(e):e.offsetParent}function yo(e,t){const o=z(e);if(Ce(e))return o;if(!F(e)){let r=J(e);for(;r&&!wt(r);){if(N(r)&&!ke(r))return r;r=J(r)}return o}let i=vo(e,t);for(;i&&Hi(i)&&ke(i);)i=vo(i,t);return i&&wt(i)&&ke(i)&&!_e(i)?o:i||Ii(e)||o}const or=async function(e){const t=this.getOffsetParent||yo,o=this.getDimensions,i=await o(e.floating);return{reference:er(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:i.width,height:i.height}}};function ir(e){return T(e).direction==="rtl"}const Qt={convertOffsetParentRelativeRectToViewportRelativeRect:Yi,getDocumentElement:W,getClippingRect:Qi,getOffsetParent:yo,getElementRects:or,getClientRects:Xi,getDimensions:tr,getScale:xt,isElement:N,isRTL:ir};function rr(e,t){let o=null,i;const r=W(e);function n(){var l;clearTimeout(i),(l=o)==null||l.disconnect(),o=null}function s(l,a){l===void 0&&(l=!1),a===void 0&&(a=1),n();const{left:c,top:d,width:u,height:b}=e.getBoundingClientRect();if(l||t(),!u||!b)return;const p=Kt(d),g=Kt(r.clientWidth-(c+u)),m=Kt(r.clientHeight-(d+b)),y=Kt(c),w={rootMargin:-p+"px "+-g+"px "+-m+"px "+-y+"px",threshold:P(0,D(1,a))||1};let _=!0;function C(A){const S=A[0].intersectionRatio;if(S!==a){if(!_)return s();S?s(!1,S):i=setTimeout(()=>{s(!1,1e-7)},1e3)}_=!1}try{o=new IntersectionObserver(C,{...w,root:r.ownerDocument})}catch{o=new IntersectionObserver(C,w)}o.observe(e)}return s(!0),n}function nr(e,t,o,i){i===void 0&&(i={});const{ancestorScroll:r=!0,ancestorResize:n=!0,elementResize:s=typeof ResizeObserver=="function",layoutShift:l=typeof IntersectionObserver=="function",animationFrame:a=!1}=i,c=Ae(e),d=r||n?[...c?Ut(c):[],...Ut(t)]:[];d.forEach(v=>{r&&v.addEventListener("scroll",o,{passive:!0}),n&&v.addEventListener("resize",o)});const u=c&&l?rr(c,o):null;let b=-1,p=null;s&&(p=new ResizeObserver(v=>{let[w]=v;w&&w.target===c&&p&&(p.unobserve(t),cancelAnimationFrame(b),b=requestAnimationFrame(()=>{var _;(_=p)==null||_.observe(t)})),o()}),c&&!a&&p.observe(c),p.observe(t));let g,m=a?ut(e):null;a&&y();function y(){const v=ut(e);m&&(v.x!==m.x||v.y!==m.y||v.width!==m.width||v.height!==m.height)&&o(),m=v,g=requestAnimationFrame(y)}return o(),()=>{var v;d.forEach(w=>{r&&w.removeEventListener("scroll",o),n&&w.removeEventListener("resize",o)}),u==null||u(),(v=p)==null||v.disconnect(),p=null,a&&cancelAnimationFrame(g)}}const sr=Ni,ar=Fi,lr=Ui,wo=Vi,cr=Bi,ur=(e,t,o)=>{const i=new Map,r={platform:Qt,...o},n={...r.platform,_c:i};return Mi(e,t,{...r,platform:n})};function dr(e){return hr(e)}function Ee(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function hr(e){for(let t=e;t;t=Ee(t))if(t instanceof Element&&getComputedStyle(t).display==="none")return null;for(let t=Ee(e);t;t=Ee(t)){if(!(t instanceof Element))continue;const o=getComputedStyle(t);if(o.display!=="contents"&&(o.position!=="static"||o.filter!=="none"||t.tagName==="BODY"))return t}return null}function pr(e){return e!==null&&typeof e=="object"&&"getBoundingClientRect"in e&&("contextElement"in e?e instanceof Element:!0)}var $=class extends B{constructor(){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=()=>{if(this.hoverBridge&&this.anchorEl){const e=this.anchorEl.getBoundingClientRect(),t=this.popup.getBoundingClientRect(),o=this.placement.includes("top")||this.placement.includes("bottom");let i=0,r=0,n=0,s=0,l=0,a=0,c=0,d=0;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`)}}}async connectedCallback(){super.connectedCallback(),await this.updateComplete,this.start()}disconnectedCallback(){super.disconnectedCallback(),this.stop()}async updated(e){super.updated(e),e.has("active")&&(this.active?this.start():this.stop()),e.has("anchor")&&this.handleAnchorChange(),this.active&&(await this.updateComplete,this.reposition())}async handleAnchorChange(){if(await this.stop(),this.anchor&&typeof this.anchor=="string"){const e=this.getRootNode();this.anchorEl=e.getElementById(this.anchor)}else this.anchor instanceof Element||pr(this.anchor)?this.anchorEl=this.anchor:this.anchorEl=this.querySelector('[slot="anchor"]');this.anchorEl instanceof HTMLSlotElement&&(this.anchorEl=this.anchorEl.assignedElements({flatten:!0})[0]),this.anchorEl&&this.start()}start(){this.anchorEl&&(this.cleanup=nr(this.anchorEl,this.popup,()=>{this.reposition()}))}async stop(){return new Promise(e=>{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()})}reposition(){if(!this.active||!this.anchorEl)return;const e=[sr({mainAxis:this.distance,crossAxis:this.skidding})];this.sync?e.push(wo({apply:({rects:o})=>{const i=this.sync==="width"||this.sync==="both",r=this.sync==="height"||this.sync==="both";this.popup.style.width=i?`${o.reference.width}px`:"",this.popup.style.height=r?`${o.reference.height}px`:""}})):(this.popup.style.width="",this.popup.style.height=""),this.flip&&e.push(lr({boundary:this.flipBoundary,fallbackPlacements:this.flipFallbackPlacements,fallbackStrategy:this.flipFallbackStrategy==="best-fit"?"bestFit":"initialPlacement",padding:this.flipPadding})),this.shift&&e.push(ar({boundary:this.shiftBoundary,padding:this.shiftPadding})),this.autoSize?e.push(wo({boundary:this.autoSizeBoundary,padding:this.autoSizePadding,apply:({availableWidth:o,availableHeight:i})=>{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")}})):(this.style.removeProperty("--auto-size-available-width"),this.style.removeProperty("--auto-size-available-height")),this.arrow&&e.push(cr({element:this.arrowEl,padding:this.arrowPadding}));const t=this.strategy==="absolute"?o=>Qt.getOffsetParent(o,dr):Qt.getOffsetParent;ur(this.anchorEl,this.popup,{placement:this.placement,middleware:e,strategy:this.strategy,platform:It(lt({},Qt),{getOffsetParent:t})}).then(({x:o,y:i,middlewareData:r,placement:n})=>{const s=getComputedStyle(this).direction==="rtl",l={top:"bottom",right:"left",bottom:"top",left:"right"}[n.split("-")[0]];if(this.setAttribute("data-current-placement",n),Object.assign(this.popup.style,{left:`${o}px`,top:`${i}px`}),this.arrow){const a=r.arrow.x,c=r.arrow.y;let d="",u="",b="",p="";if(this.arrowPlacement==="start"){const g=typeof a=="number"?`calc(${this.arrowPadding}px - var(--arrow-padding-offset))`:"";d=typeof c=="number"?`calc(${this.arrowPadding}px - var(--arrow-padding-offset))`:"",u=s?g:"",p=s?"":g}else if(this.arrowPlacement==="end"){const g=typeof a=="number"?`calc(${this.arrowPadding}px - var(--arrow-padding-offset))`:"";u=s?"":g,p=s?g:"",b=typeof c=="number"?`calc(${this.arrowPadding}px - var(--arrow-padding-offset))`:""}else 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`:"");Object.assign(this.arrowEl.style,{top:d,right:u,bottom:b,left:p,[l]:"calc(var(--arrow-size-diagonal) * -1)"})}}),requestAnimationFrame(()=>this.updateHoverBridge()),this.emit("sl-reposition")}render(){return M`
992
- <slot name="anchor" @slotchange=${this.handleAnchorChange}></slot>
993
-
994
- <span
995
- part="hover-bridge"
996
- class=${Yt({"popup-hover-bridge":!0,"popup-hover-bridge--visible":this.hoverBridge&&this.active})}
997
- ></span>
998
-
999
- <div
1000
- part="popup"
1001
- class=${Yt({popup:!0,"popup--active":this.active,"popup--fixed":this.strategy==="fixed","popup--has-arrow":this.arrow})}
1002
- >
1003
- <slot></slot>
1004
- ${this.arrow?M`<div part="arrow" class="popup__arrow" role="presentation"></div>`:""}
1005
- </div>
1006
- `}};$.styles=[gt,Ei],h([ct(".popup")],$.prototype,"popup",2),h([ct(".popup__arrow")],$.prototype,"arrowEl",2),h([f()],$.prototype,"anchor",2),h([f({type:Boolean,reflect:!0})],$.prototype,"active",2),h([f({reflect:!0})],$.prototype,"placement",2),h([f({reflect:!0})],$.prototype,"strategy",2),h([f({type:Number})],$.prototype,"distance",2),h([f({type:Number})],$.prototype,"skidding",2),h([f({type:Boolean})],$.prototype,"arrow",2),h([f({attribute:"arrow-placement"})],$.prototype,"arrowPlacement",2),h([f({attribute:"arrow-padding",type:Number})],$.prototype,"arrowPadding",2),h([f({type:Boolean})],$.prototype,"flip",2),h([f({attribute:"flip-fallback-placements",converter:{fromAttribute:e=>e.split(" ").map(t=>t.trim()).filter(t=>t!==""),toAttribute:e=>e.join(" ")}})],$.prototype,"flipFallbackPlacements",2),h([f({attribute:"flip-fallback-strategy"})],$.prototype,"flipFallbackStrategy",2),h([f({type:Object})],$.prototype,"flipBoundary",2),h([f({attribute:"flip-padding",type:Number})],$.prototype,"flipPadding",2),h([f({type:Boolean})],$.prototype,"shift",2),h([f({type:Object})],$.prototype,"shiftBoundary",2),h([f({attribute:"shift-padding",type:Number})],$.prototype,"shiftPadding",2),h([f({attribute:"auto-size"})],$.prototype,"autoSize",2),h([f()],$.prototype,"sync",2),h([f({type:Object})],$.prototype,"autoSizeBoundary",2),h([f({attribute:"auto-size-padding",type:Number})],$.prototype,"autoSizePadding",2),h([f({attribute:"hover-bridge",type:Boolean})],$.prototype,"hoverBridge",2);var xo=new Map,fr=new WeakMap;function gr(e){return e??{keyframes:[],options:{duration:0}}}function _o(e,t){return t.toLowerCase()==="rtl"?{keyframes:e.rtlKeyframes||e.keyframes,options:e.options}:e}function $o(e,t){xo.set(e,gr(t))}function Ao(e,t,o){const i=fr.get(e);if(i!=null&&i[t])return _o(i[t],o.dir);const r=xo.get(t);return r?_o(r,o.dir):{keyframes:[],options:{duration:0}}}function Co(e,t){return new Promise(o=>{function i(r){r.target===e&&(e.removeEventListener(t,i),o())}e.addEventListener(t,i)})}function ko(e,t,o){return new Promise(i=>{if((o==null?void 0:o.duration)===1/0)throw new Error("Promise-based animations must be finite.");const r=e.animate(t,It(lt({},o),{duration:br()?0:o.duration}));r.addEventListener("cancel",i,{once:!0}),r.addEventListener("finish",i,{once:!0})})}function Eo(e){return e=e.toString().toLowerCase(),e.indexOf("ms")>-1?parseFloat(e):e.indexOf("s")>-1?parseFloat(e)*1e3:parseFloat(e)}function br(){return window.matchMedia("(prefers-reduced-motion: reduce)").matches}function So(e){return Promise.all(e.getAnimations().map(t=>new Promise(o=>{t.cancel(),requestAnimationFrame(o)})))}var E=class extends B{constructor(){super(),this.localize=new le(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=()=>{this.hasTrigger("focus")&&this.hide()},this.handleClick=()=>{this.hasTrigger("click")&&(this.open?this.hide():this.show())},this.handleFocus=()=>{this.hasTrigger("focus")&&this.show()},this.handleDocumentKeyDown=e=>{e.key==="Escape"&&(e.stopPropagation(),this.hide())},this.handleMouseOver=()=>{if(this.hasTrigger("hover")){const e=Eo(getComputedStyle(this).getPropertyValue("--show-delay"));clearTimeout(this.hoverTimeout),this.hoverTimeout=window.setTimeout(()=>this.show(),e)}},this.handleMouseOut=()=>{if(this.hasTrigger("hover")){const e=Eo(getComputedStyle(this).getPropertyValue("--hide-delay"));clearTimeout(this.hoverTimeout),this.hoverTimeout=window.setTimeout(()=>this.hide(),e)}},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)}disconnectedCallback(){var e;(e=this.closeWatcher)==null||e.destroy(),document.removeEventListener("keydown",this.handleDocumentKeyDown)}firstUpdated(){this.body.hidden=!this.open,this.open&&(this.popup.active=!0,this.popup.reposition())}hasTrigger(e){return this.trigger.split(" ").includes(e)}async handleOpenChange(){var e,t;if(this.open){if(this.disabled)return;this.emit("sl-show"),"CloseWatcher"in window?((e=this.closeWatcher)==null||e.destroy(),this.closeWatcher=new CloseWatcher,this.closeWatcher.onclose=()=>{this.hide()}):document.addEventListener("keydown",this.handleDocumentKeyDown),await So(this.body),this.body.hidden=!1,this.popup.active=!0;const{keyframes:o,options:i}=Ao(this,"tooltip.show",{dir:this.localize.dir()});await ko(this.popup.popup,o,i),this.popup.reposition(),this.emit("sl-after-show")}else{this.emit("sl-hide"),(t=this.closeWatcher)==null||t.destroy(),document.removeEventListener("keydown",this.handleDocumentKeyDown),await So(this.body);const{keyframes:o,options:i}=Ao(this,"tooltip.hide",{dir:this.localize.dir()});await ko(this.popup.popup,o,i),this.popup.active=!1,this.body.hidden=!0,this.emit("sl-after-hide")}}async handleOptionsChange(){this.hasUpdated&&(await this.updateComplete,this.popup.reposition())}handleDisabledChange(){this.disabled&&this.open&&this.hide()}async show(){if(!this.open)return this.open=!0,Co(this,"sl-after-show")}async hide(){if(this.open)return this.open=!1,Co(this,"sl-after-hide")}render(){return M`
1007
- <sl-popup
1008
- part="base"
1009
- exportparts="
1010
- popup:base__popup,
1011
- arrow:base__arrow
1012
- "
1013
- class=${Yt({tooltip:!0,"tooltip--open":this.open})}
1014
- placement=${this.placement}
1015
- distance=${this.distance}
1016
- skidding=${this.skidding}
1017
- strategy=${this.hoist?"fixed":"absolute"}
1018
- flip
1019
- shift
1020
- arrow
1021
- hover-bridge
1022
- >
1023
- ${""}
1024
- <slot slot="anchor" aria-describedby="tooltip"></slot>
1025
-
1026
- ${""}
1027
- <div part="body" id="tooltip" class="tooltip__body" role="tooltip" aria-live=${this.open?"polite":"off"}>
1028
- <slot name="content">${this.content}</slot>
1029
- </div>
1030
- </sl-popup>
1031
- `}};E.styles=[gt,ki],E.dependencies={"sl-popup":$},h([ct("slot:not([name])")],E.prototype,"defaultSlot",2),h([ct(".tooltip__body")],E.prototype,"body",2),h([ct("sl-popup")],E.prototype,"popup",2),h([f()],E.prototype,"content",2),h([f()],E.prototype,"placement",2),h([f({type:Boolean,reflect:!0})],E.prototype,"disabled",2),h([f({type:Number})],E.prototype,"distance",2),h([f({type:Boolean,reflect:!0})],E.prototype,"open",2),h([f({type:Number})],E.prototype,"skidding",2),h([f()],E.prototype,"trigger",2),h([f({type:Boolean})],E.prototype,"hoist",2),h([bt("open",{waitUntilFirstUpdate:!0})],E.prototype,"handleOpenChange",1),h([bt(["content","distance","hoist","placement","skidding"])],E.prototype,"handleOptionsChange",1),h([bt("disabled")],E.prototype,"handleDisabledChange",1),$o("tooltip.show",{keyframes:[{opacity:0,scale:.8},{opacity:1,scale:1}],options:{duration:150,easing:"ease"}}),$o("tooltip.hide",{keyframes:[{opacity:1,scale:1},{opacity:0,scale:.8}],options:{duration:150,easing:"ease"}}),E.define("sl-tooltip");const mr=`/*
1032
- 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
1033
- 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
1034
- 2. [UnoCSS]: allow to override the default border color with css var \`--un-default-border-color\`
1035
- */
1036
-
1037
- *,
1038
- ::before,
1039
- ::after {
1040
- box-sizing: border-box; /* 1 */
1041
- border-width: 0; /* 2 */
1042
- border-style: solid; /* 2 */
1043
- border-color: var(--un-default-border-color, #e5e7eb); /* 2 */
1044
- }
1045
-
1046
- ::before,
1047
- ::after {
1048
- --un-content: '';
1049
- }
1050
-
1051
- /*
1052
- 1. Use a consistent sensible line-height in all browsers.
1053
- 2. Prevent adjustments of font size after orientation changes in iOS.
1054
- 3. Use a more readable tab size.
1055
- 4. Use the user's configured \`sans\` font-family by default.
1056
- 5. Use the user's configured \`sans\` font-feature-settings by default.
1057
- 6. Use the user's configured \`sans\` font-variation-settings by default.
1058
- 7. Disable tap highlights on iOS.
1059
- */
1060
-
1061
- html,
1062
- :host {
1063
- line-height: 1.5; /* 1 */
1064
- -webkit-text-size-adjust: 100%; /* 2 */
1065
- -moz-tab-size: 4; /* 3 */
1066
- tab-size: 4; /* 3 */
1067
- font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
1068
- font-feature-settings: normal; /* 5 */
1069
- font-variation-settings: normal; /* 6 */
1070
- -webkit-tap-highlight-color: transparent; /* 7 */
1071
- }
1072
-
1073
- /*
1074
- 1. Remove the margin in all browsers.
1075
- 2. Inherit line-height from \`html\` so users can set them as a class directly on the \`html\` element.
1076
- */
1077
-
1078
- body {
1079
- margin: 0; /* 1 */
1080
- line-height: inherit; /* 2 */
1081
- }
1082
-
1083
- /*
1084
- 1. Add the correct height in Firefox.
1085
- 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
1086
- 3. Ensure horizontal rules are visible by default.
1087
- */
1088
-
1089
- hr {
1090
- height: 0; /* 1 */
1091
- color: inherit; /* 2 */
1092
- border-top-width: 1px; /* 3 */
1093
- }
1094
-
1095
- /*
1096
- Add the correct text decoration in Chrome, Edge, and Safari.
1097
- */
1098
-
1099
- abbr:where([title]) {
1100
- text-decoration: underline dotted;
1101
- }
1102
-
1103
- /*
1104
- Remove the default font size and weight for headings.
1105
- */
1106
-
1107
- h1,
1108
- h2,
1109
- h3,
1110
- h4,
1111
- h5,
1112
- h6 {
1113
- font-size: inherit;
1114
- font-weight: inherit;
1115
- }
1116
-
1117
- /*
1118
- Reset links to optimize for opt-in styling instead of opt-out.
1119
- */
1120
-
1121
- a {
1122
- color: inherit;
1123
- text-decoration: inherit;
1124
- }
1125
-
1126
- /*
1127
- Add the correct font weight in Edge and Safari.
1128
- */
1129
-
1130
- b,
1131
- strong {
1132
- font-weight: bolder;
1133
- }
1134
-
1135
- /*
1136
- 1. Use the user's configured \`mono\` font-family by default.
1137
- 2. Use the user's configured \`mono\` font-feature-settings by default.
1138
- 3. Use the user's configured \`mono\` font-variation-settings by default.
1139
- 4. Correct the odd \`em\` font sizing in all browsers.
1140
- */
1141
-
1142
- code,
1143
- kbd,
1144
- samp,
1145
- pre {
1146
- font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
1147
- font-feature-settings: normal; /* 2 */
1148
- font-variation-settings: normal; /* 3 */
1149
- font-size: 1em; /* 4 */
1150
- }
1151
-
1152
- /*
1153
- Add the correct font size in all browsers.
1154
- */
1155
-
1156
- small {
1157
- font-size: 80%;
1158
- }
1159
-
1160
- /*
1161
- Prevent \`sub\` and \`sup\` elements from affecting the line height in all browsers.
1162
- */
1163
-
1164
- sub,
1165
- sup {
1166
- font-size: 75%;
1167
- line-height: 0;
1168
- position: relative;
1169
- vertical-align: baseline;
1170
- }
1171
-
1172
- sub {
1173
- bottom: -0.25em;
1174
- }
1175
-
1176
- sup {
1177
- top: -0.5em;
1178
- }
1179
-
1180
- /*
1181
- 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)
1182
- 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)
1183
- 3. Remove gaps between table borders by default.
1184
- */
1185
-
1186
- table {
1187
- text-indent: 0; /* 1 */
1188
- border-color: inherit; /* 2 */
1189
- border-collapse: collapse; /* 3 */
1190
- }
1191
-
1192
- /*
1193
- 1. Change the font styles in all browsers.
1194
- 2. Remove the margin in Firefox and Safari.
1195
- 3. Remove default padding in all browsers.
1196
- */
1197
-
1198
- button,
1199
- input,
1200
- optgroup,
1201
- select,
1202
- textarea {
1203
- font-family: inherit; /* 1 */
1204
- font-feature-settings: inherit; /* 1 */
1205
- font-variation-settings: inherit; /* 1 */
1206
- font-size: 100%; /* 1 */
1207
- font-weight: inherit; /* 1 */
1208
- line-height: inherit; /* 1 */
1209
- color: inherit; /* 1 */
1210
- margin: 0; /* 2 */
1211
- padding: 0; /* 3 */
1212
- }
1213
-
1214
- /*
1215
- Remove the inheritance of text transform in Edge and Firefox.
1216
- */
1217
-
1218
- button,
1219
- select {
1220
- text-transform: none;
1221
- }
1222
-
1223
- /*
1224
- 1. Correct the inability to style clickable types in iOS and Safari.
1225
- 2. Remove default button styles.
1226
- */
1227
-
1228
- button,
1229
- [type='button'],
1230
- [type='reset'],
1231
- [type='submit'] {
1232
- -webkit-appearance: button; /* 1 */
1233
- background-color: transparent; /* 2 */
1234
- background-image: none; /* 2 */
1235
- }
1236
-
1237
- /*
1238
- Use the modern Firefox focus style for all focusable elements.
1239
- */
1240
-
1241
- :-moz-focusring {
1242
- outline: auto;
1243
- }
1244
-
1245
- /*
1246
- Remove the additional \`:invalid\` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
1247
- */
1248
-
1249
- :-moz-ui-invalid {
1250
- box-shadow: none;
1251
- }
1252
-
1253
- /*
1254
- Add the correct vertical alignment in Chrome and Firefox.
1255
- */
1256
-
1257
- progress {
1258
- vertical-align: baseline;
1259
- }
1260
-
1261
- /*
1262
- Correct the cursor style of increment and decrement buttons in Safari.
1263
- */
1264
-
1265
- ::-webkit-inner-spin-button,
1266
- ::-webkit-outer-spin-button {
1267
- height: auto;
1268
- }
1269
-
1270
- /*
1271
- 1. Correct the odd appearance in Chrome and Safari.
1272
- 2. Correct the outline style in Safari.
1273
- */
1274
-
1275
- [type='search'] {
1276
- -webkit-appearance: textfield; /* 1 */
1277
- outline-offset: -2px; /* 2 */
1278
- }
1279
-
1280
- /*
1281
- Remove the inner padding in Chrome and Safari on macOS.
1282
- */
1283
-
1284
- ::-webkit-search-decoration {
1285
- -webkit-appearance: none;
1286
- }
1287
-
1288
- /*
1289
- 1. Correct the inability to style clickable types in iOS and Safari.
1290
- 2. Change font properties to \`inherit\` in Safari.
1291
- */
1292
-
1293
- ::-webkit-file-upload-button {
1294
- -webkit-appearance: button; /* 1 */
1295
- font: inherit; /* 2 */
1296
- }
1297
-
1298
- /*
1299
- Add the correct display in Chrome and Safari.
1300
- */
1301
-
1302
- summary {
1303
- display: list-item;
1304
- }
1305
-
1306
- /*
1307
- Removes the default spacing for appropriate elements.
1308
- */
1309
-
1310
- blockquote,
1311
- dl,
1312
- dd,
1313
- h1,
1314
- h2,
1315
- h3,
1316
- h4,
1317
- h5,
1318
- h6,
1319
- hr,
1320
- figure,
1321
- p,
1322
- pre {
1323
- margin: 0;
1324
- }
1325
-
1326
- fieldset {
1327
- margin: 0;
1328
- padding: 0;
1329
- }
1330
-
1331
- legend {
1332
- padding: 0;
1333
- }
1334
-
1335
- ol,
1336
- ul,
1337
- menu {
1338
- list-style: none;
1339
- margin: 0;
1340
- padding: 0;
1341
- }
1342
-
1343
- dialog {
1344
- padding: 0;
1345
- }
1346
-
1347
- /*
1348
- Prevent resizing textareas horizontally by default.
1349
- */
1350
-
1351
- textarea {
1352
- resize: vertical;
1353
- }
1354
-
1355
- /*
1356
- 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
1357
- 2. Set the default placeholder color to the user's configured gray 400 color.
1358
- */
1359
-
1360
- input::placeholder,
1361
- textarea::placeholder {
1362
- opacity: 1; /* 1 */
1363
- color: #9ca3af; /* 2 */
1364
- }
1365
-
1366
- /*
1367
- Set the default cursor for buttons.
1368
- */
1369
-
1370
- button,
1371
- [role="button"] {
1372
- cursor: pointer;
1373
- }
1374
-
1375
- /*
1376
- Make sure disabled buttons don't get the pointer cursor.
1377
- */
1378
-
1379
- :disabled {
1380
- cursor: default;
1381
- }
1382
-
1383
- /*
1384
- 1. Make replaced elements \`display: block\` by default. (https://github.com/mozdevs/cssremedy/issues/14)
1385
- 2. Add \`vertical-align: middle\` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
1386
- This can trigger a poorly considered lint error in some tools but is included by design.
1387
- */
1388
-
1389
- img,
1390
- svg,
1391
- video,
1392
- canvas,
1393
- audio,
1394
- iframe,
1395
- embed,
1396
- object {
1397
- display: block; /* 1 */
1398
- vertical-align: middle; /* 2 */
1399
- }
1400
-
1401
- /*
1402
- Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
1403
- */
1404
-
1405
- img,
1406
- video {
1407
- max-width: 100%;
1408
- height: auto;
1409
- }
1410
-
1411
- /*
1412
- Make elements with the HTML hidden attribute stay hidden by default.
1413
- */
1414
-
1415
- [hidden] {
1416
- display: none;
1417
- }`;var vr=Object.defineProperty,Po=(e,t,o,i)=>{for(var r=void 0,n=e.length-1,s;n>=0;n--)(s=e[n])&&(r=s(t,o,r)||r);return r&&vr(t,o,r),r};const Se=class Se extends pt{constructor(){super(...arguments),this.name="hot-toolbar",this.tooltipPosition="top",this.undo=t=>{t.stopPropagation(),this.dispatchEvent(new Event("hot-undo-click"))},this.redo=t=>{t.stopPropagation(),this.dispatchEvent(new Event("hot-redo-click"))},this.bold=t=>{t.stopPropagation(),this.dispatchEvent(new Event("hot-bold-click"))},this.italic=t=>{t.stopPropagation(),this.dispatchEvent(new Event("hot-italic-click"))},this.underline=t=>{t.stopPropagation(),this.dispatchEvent(new Event("hot-underline-click"))},this.alignLeft=t=>{t.stopPropagation(),this.dispatchEvent(new Event("hot-leftalign-click"))},this.alignCenter=t=>{t.stopPropagation(),this.dispatchEvent(new Event("hot-centeralign-click"))},this.alignRight=t=>{t.stopPropagation(),this.dispatchEvent(new Event("hot-rightalign-click"))}}render(){return M`
1418
- <div class="button-group-toolbar">
1419
- ${this.renderButtonGroup("History",[{content:"Undo",icon:"arrow-counterclockwise",label:"Undo",action:this.undo},{content:"Redo",icon:"arrow-clockwise",label:"Redo",action:this.redo}])}
1420
- ${this.renderButtonGroup("Formatting",[{content:"Bold",icon:"type-bold",label:"Bold",action:this.bold},{content:"Italic",icon:"type-italic",label:"Italic",action:this.italic},{content:"Underline",icon:"type-underline",label:"Underline",action:this.underline}])}
1421
- ${this.renderButtonGroup("Alignment",[{content:"Align Left",icon:"justify-left",label:"Align Left",action:this.alignLeft},{content:"Align Center",icon:"justify",label:"Align Center",action:this.alignCenter},{content:"Align Right",icon:"justify-right",label:"Align Right",action:this.alignRight}])}
1422
- </div>
1423
- `}renderButtonGroup(t,o){return M`
1424
- <sl-button-group label=${t}>
1425
- ${o.map(i=>this.renderButton(i))}
1426
- </sl-button-group>
1427
- `}renderButton({content:t,icon:o,label:i,action:r}){return M`
1428
- <sl-tooltip content=${t} placement="${this.tooltipPosition}">
1429
- <sl-button @click=${r??(()=>{})}><sl-icon name=${o} label=${i}></sl-icon></sl-button>
1430
- </sl-tooltip>
1431
- `}};Se.styles=[Y`
1432
- /* layer: preflights */
1433
- *,::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: ;}
1434
- /* layer: default */
1435
- .relative{position:relative;}
1436
- .static{position:static;}
1437
- .justify-left{justify-content:left;}
1438
- .justify-right{justify-content:right;}
1439
- .italic{font-style:italic;}
1440
- .underline{text-decoration-line:underline;};
1441
- `,Oe(mr)];let Dt=Se;Po([f()],Dt.prototype,"name"),Po([f({type:String,attribute:"tooltip-position"})],Dt.prototype,"tooltipPosition"),he("/shoelace"),customElements.define("hot-toolbar",Dt)});