@luzmo/analytics-components-kit 1.0.1-alpha.4 → 1.0.1-alpha.5

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 (369) hide show
  1. package/components/async-directive-FGzMycjH-Bgeca09f.js +152 -0
  2. package/components/async-directive-FGzMycjH-CeG35vZ3.cjs +56 -0
  3. package/components/base-BjTwmyRF.cjs +24 -0
  4. package/components/base-D76d76ww-BiajPmzU.cjs +40 -0
  5. package/components/base-D76d76ww-gf0ESLsU.js +45 -0
  6. package/components/base-D76d76ww.js +28 -0
  7. package/components/button-base-CDLQV7Vk-BXgdcJZo.cjs +43 -0
  8. package/{lib/button-base-CtfPWS-P.js → components/button-base-CDLQV7Vk-C_3zTrbV.js} +55 -36
  9. package/components/checkbox-mixin-DXUIwtea-DNISZS47.cjs +45 -0
  10. package/components/checkbox-mixin-DXUIwtea-wiCZr_KI.js +88 -0
  11. package/components/directive-helpers-BLDZnGQv-DYFfxaqA.cjs +80 -0
  12. package/components/directive-helpers-BLDZnGQv-oKMCBvb2.js +115 -0
  13. package/components/display-settings/display-settings.d.ts +70 -0
  14. package/components/display-settings/index.cjs +105 -0
  15. package/components/display-settings/index.d.ts +7 -0
  16. package/components/display-settings/index.js +238 -0
  17. package/components/display-settings-binning/display-settings-binning.d.ts +32 -0
  18. package/components/display-settings-binning/index.cjs +51 -0
  19. package/components/display-settings-binning/index.d.ts +7 -0
  20. package/components/display-settings-binning/index.js +137 -0
  21. package/components/display-settings-datetime/display-settings-datetime.d.ts +85 -0
  22. package/{lib/draggable-data-item → components/display-settings-datetime}/index.cjs +1 -1
  23. package/components/display-settings-datetime/index.d.ts +7 -0
  24. package/{lib/draggable-data-item → components/display-settings-datetime}/index.js +2 -2
  25. package/components/display-settings-grand-totals/display-settings-grand-totals.d.ts +30 -0
  26. package/{lib/index-C4ePDYEC.cjs → components/display-settings-grand-totals/index.cjs} +4 -4
  27. package/components/display-settings-grand-totals/index.d.ts +7 -0
  28. package/components/display-settings-grand-totals/index.js +115 -0
  29. package/components/display-settings-numeric/display-settings-numeric.d.ts +73 -0
  30. package/components/display-settings-numeric/helpers/constants.d.ts +17 -0
  31. package/components/display-settings-numeric/index.cjs +146 -0
  32. package/components/display-settings-numeric/index.d.ts +7 -0
  33. package/{lib/index-CM80_HQw.js → components/display-settings-numeric/index.js} +106 -96
  34. package/components/display-settings-period-over-period/display-settings-period-over-period.d.ts +44 -0
  35. package/components/display-settings-period-over-period/helpers/constants.d.ts +33 -0
  36. package/components/display-settings-period-over-period/index.cjs +103 -0
  37. package/components/display-settings-period-over-period/index.d.ts +7 -0
  38. package/{lib/index-DJp_9h0l.js → components/display-settings-period-over-period/index.js} +104 -123
  39. package/components/divider.module-DwOuLGU3-B19eHVg2.js +40 -0
  40. package/components/divider.module-DwOuLGU3-Bg8RrFkc.cjs +36 -0
  41. package/components/draggable-data-item/draggable-data-item.d.ts +25 -0
  42. package/components/draggable-data-item/index.cjs +55 -0
  43. package/components/draggable-data-item/index.d.ts +7 -0
  44. package/components/draggable-data-item/index.js +140 -0
  45. package/components/draggable-data-item-level/draggable-data-item-level.d.ts +29 -0
  46. package/components/draggable-data-item-level/helpers/calculate-type-icon.d.ts +2 -0
  47. package/components/draggable-data-item-level/helpers/generate-preview.d.ts +1 -0
  48. package/components/draggable-data-item-level/index.cjs +36 -0
  49. package/components/draggable-data-item-level/index.d.ts +7 -0
  50. package/{lib/index-DrIA0eFE.js → components/draggable-data-item-level/index.js} +137 -236
  51. package/components/droppable-slot/droppable-slot.d.ts +49 -0
  52. package/components/droppable-slot/index.cjs +69 -0
  53. package/components/droppable-slot/index.d.ts +7 -0
  54. package/components/droppable-slot/index.js +255 -0
  55. package/components/droppable-slot/item-slots-configs/area-chart-slots.config.d.ts +44 -0
  56. package/components/droppable-slot/item-slots-configs/bar-chart-slots.config.d.ts +24 -0
  57. package/components/droppable-slot/item-slots-configs/donut-chart-slots.config.d.ts +20 -0
  58. package/components/edit-item/edit-item.d.ts +50 -0
  59. package/components/edit-item/index.cjs +85 -0
  60. package/components/edit-item/index.d.ts +7 -0
  61. package/components/edit-item/index.js +333 -0
  62. package/components/edit-option/edit-option.d.ts +22 -0
  63. package/components/edit-option/helpers/control-markup.d.ts +14 -0
  64. package/components/edit-option/helpers/control-templates/action-button-group-template.d.ts +2 -0
  65. package/components/edit-option/helpers/control-templates/color-picker-template.d.ts +2 -0
  66. package/components/edit-option/helpers/control-templates/multi-language-field-template.d.ts +8 -0
  67. package/components/edit-option/helpers/control-templates/number-field-template.d.ts +2 -0
  68. package/components/edit-option/helpers/control-templates/picker-template.d.ts +2 -0
  69. package/components/edit-option/helpers/control-templates/positions-number-field-template.d.ts +2 -0
  70. package/components/edit-option/helpers/control-templates/radio-button-group.d.ts +2 -0
  71. package/components/edit-option/helpers/control-templates/slider-template.d.ts +2 -0
  72. package/components/edit-option/helpers/control-templates/switch-template.d.ts +2 -0
  73. package/components/edit-option/helpers/control-templates/text-field-template.d.ts +7 -0
  74. package/components/edit-option/helpers/generate-callback.d.ts +1 -0
  75. package/components/edit-option/helpers/get-control-by-key.d.ts +1 -0
  76. package/components/edit-option/helpers/get-extra-label-values.d.ts +7 -0
  77. package/components/edit-option/helpers/get-value-by-key.d.ts +1 -0
  78. package/components/edit-option/index.cjs +176 -0
  79. package/components/edit-option/index.d.ts +7 -0
  80. package/components/edit-option/index.js +507 -0
  81. package/components/edit-option/item-configs/bar-chart.config.d.ts +108 -0
  82. package/components/edit-option/item-configs/column-chart.config.d.ts +108 -0
  83. package/components/edit-option/item-configs/donut-chart.config.d.ts +102 -0
  84. package/components/edit-option/item-configs/imageobject.config.d.ts +128 -0
  85. package/components/edit-option/item-configs/line-chart.config.d.ts +96 -0
  86. package/components/edit-option/item-configs/textobject.config.d.ts +13 -0
  87. package/components/edit-option/item-translations/bar-chart.en.d.ts +48 -0
  88. package/components/edit-option/item-translations/bar-chart.fr.d.ts +23 -0
  89. package/components/edit-option/item-translations/bar-chart.nl.d.ts +23 -0
  90. package/components/edit-option/item-translations/donut-chart.en.d.ts +64 -0
  91. package/components/edit-option/item-translations/donut-chart.fr.d.ts +18 -0
  92. package/components/edit-option/item-translations/donut-chart.nl.d.ts +18 -0
  93. package/components/edit-option-action-button-group/edit-option-action-button-group.d.ts +27 -0
  94. package/components/edit-option-action-button-group/index.cjs +44 -0
  95. package/components/edit-option-action-button-group/index.d.ts +7 -0
  96. package/components/edit-option-action-button-group/index.js +144 -0
  97. package/components/edit-option-base/edit-option-base.d.ts +22 -0
  98. package/components/edit-option-base-DnrerC_T.cjs +53 -0
  99. package/components/edit-option-base-oIvlolV9.js +120 -0
  100. package/components/edit-option-color-picker/edit-option-color-picker.d.ts +23 -0
  101. package/components/edit-option-color-picker/index.cjs +472 -0
  102. package/components/edit-option-color-picker/index.d.ts +7 -0
  103. package/components/edit-option-color-picker/index.js +2553 -0
  104. package/components/edit-option-multi-language-field/edit-option-multi-language-field.d.ts +15 -0
  105. package/components/edit-option-multi-language-field/index.cjs +31 -0
  106. package/components/edit-option-multi-language-field/index.d.ts +7 -0
  107. package/components/edit-option-multi-language-field/index.js +102 -0
  108. package/components/edit-option-number-field/edit-option-number-field.d.ts +19 -0
  109. package/components/edit-option-number-field/index.cjs +32 -0
  110. package/components/edit-option-number-field/index.d.ts +7 -0
  111. package/components/edit-option-number-field/index.js +115 -0
  112. package/components/edit-option-picker/edit-option-picker.d.ts +22 -0
  113. package/components/edit-option-picker/index.cjs +35 -0
  114. package/components/edit-option-picker/index.d.ts +7 -0
  115. package/components/edit-option-picker/index.js +106 -0
  116. package/components/edit-option-positions-number-field/edit-option-positions-number-field.d.ts +28 -0
  117. package/components/edit-option-positions-number-field/index.cjs +42 -0
  118. package/components/edit-option-positions-number-field/index.d.ts +7 -0
  119. package/components/edit-option-positions-number-field/index.js +170 -0
  120. package/components/edit-option-radio-button-group/edit-option-radio-button-group.d.ts +18 -0
  121. package/components/edit-option-radio-button-group/index.cjs +36 -0
  122. package/components/edit-option-radio-button-group/index.d.ts +7 -0
  123. package/components/edit-option-radio-button-group/index.js +113 -0
  124. package/components/edit-option-slider/edit-option-slider.d.ts +15 -0
  125. package/components/edit-option-slider/index.cjs +48 -0
  126. package/components/edit-option-slider/index.d.ts +7 -0
  127. package/components/edit-option-slider/index.js +1253 -0
  128. package/components/edit-option-switch/edit-option-switch.d.ts +11 -0
  129. package/components/edit-option-switch/index.cjs +50 -0
  130. package/components/edit-option-switch/index.d.ts +7 -0
  131. package/components/edit-option-switch/index.js +171 -0
  132. package/components/edit-option-text-field/edit-option-text-field.d.ts +15 -0
  133. package/components/edit-option-text-field/index.cjs +31 -0
  134. package/components/edit-option-text-field/index.d.ts +7 -0
  135. package/components/edit-option-text-field/index.js +100 -0
  136. package/components/element-resolution-FCUT-wql--7ctE626.js +163 -0
  137. package/components/element-resolution-FCUT-wql-DSTvdyds.cjs +68 -0
  138. package/{lib/en-CIeY2T5K.js → components/en-BsAhbMzm.js} +101 -102
  139. package/components/en-CdROUdjt.cjs +202 -0
  140. package/{lib/en-GB-BqYHIX1v.cjs → components/en-GB-g8rSQSba.cjs} +1 -1
  141. package/{lib/en-GB-CYx--4nh.js → components/en-GB-qub-Kemt.js} +1 -1
  142. package/components/focus-group-DHeTq18L-C9l9oHwM.cjs +36 -0
  143. package/components/focus-group-DHeTq18L-rNUu13eb.js +237 -0
  144. package/{lib/get-css-variable-BHHQ0SnL.js → components/get-css-variable-Bhbr-Kr1.js} +379 -410
  145. package/components/get-css-variable-DLiZYZEi.cjs +24 -0
  146. package/components/if-defined-CYpcjGCb-Bzbg7zmM.cjs +60 -0
  147. package/components/if-defined-CYpcjGCb-tXzyj9Dq.js +95 -0
  148. package/components/if-defined-Ch2dtEOS.js +29 -0
  149. package/components/if-defined-DMSuo5Qx.cjs +24 -0
  150. package/components/index-3ewegRbb.cjs +67 -0
  151. package/components/index-B0cBkCaq.cjs +39 -0
  152. package/components/index-B2N_PZf3.js +164 -0
  153. package/components/index-B2z7i1-X.js +77 -0
  154. package/components/index-B5VaT0lQ.js +145 -0
  155. package/components/index-BC-nmKjU.js +104 -0
  156. package/{lib/droppable-slot/index.js → components/index-BD3VxQBH.js} +18 -4
  157. package/components/index-BGaxFTL4.js +299 -0
  158. package/{lib/index-B9h2L_hV.js → components/index-BRk42NQn.js} +1235 -1112
  159. package/components/index-Bjs6Yqet.cjs +185 -0
  160. package/components/index-Bofs4Q2E.cjs +36 -0
  161. package/components/index-BqTdFs1o.js +77 -0
  162. package/components/index-C2qG2Sm8-BQUlk-w0.js +935 -0
  163. package/components/index-C2qG2Sm8-CbVWlbag.cjs +95 -0
  164. package/components/index-CTPox3yS.cjs +54 -0
  165. package/components/index-C_3Ak4MQ.cjs +59 -0
  166. package/components/index-CayjvyyX.cjs +95 -0
  167. package/components/index-CkDDDzuJ.js +744 -0
  168. package/{lib/progress-circle/index.js → components/index-Cp-lHUlX.js} +53 -20
  169. package/components/index-CtHO6VyI.cjs +42 -0
  170. package/components/index-D4x-O9Uc.cjs +192 -0
  171. package/components/index-D9vzXhtJ.cjs +95 -0
  172. package/components/index-DQiQXn8N.cjs +36 -0
  173. package/{lib/picker/index.js → components/index-DVaeDCbe.js} +22 -6
  174. package/components/index-DskAouD-.js +317 -0
  175. package/{lib/index-CBCm4_7S.js → components/index-DszPbTTD.js} +401 -460
  176. package/{lib/index-Bd4cKS9O.js → components/index-EQldC-LR.js} +67 -47
  177. package/components/index-ON4x-yZ7.cjs +36 -0
  178. package/components/index-gfU9TGd5.cjs +57 -0
  179. package/components/index-liTHhAef.cjs +36 -0
  180. package/components/index.cjs +20 -0
  181. package/components/index.js +74 -0
  182. package/components/language-resolution-8yZa5r_P-CTSmbE1U.js +161 -0
  183. package/components/language-resolution-8yZa5r_P-DQ3rZzW5.cjs +52 -0
  184. package/components/localize-B6AsX_Zv.js +52 -0
  185. package/components/localize-DbobqcKs.cjs +20 -0
  186. package/components/luzmo-icons-BrtBl3E5.cjs +31 -0
  187. package/{lib/index-DdtjeKYI.js → components/luzmo-icons-CZEpXpvy.js} +157 -472
  188. package/components/observe-slot-text-BG0H7bQK-C0wmc4DO.js +221 -0
  189. package/components/observe-slot-text-BG0H7bQK-CrkAqUMj.cjs +86 -0
  190. package/{lib/popover-Bwnkg-5-.js → components/popover-bg0EQQ8p-D4-hrhIx.js} +25 -6
  191. package/components/popover-bg0EQQ8p-Dha09dhV.cjs +48 -0
  192. package/components/property-CD3dwBJC.js +1447 -0
  193. package/components/property-Su1Q6aME.cjs +124 -0
  194. package/components/query-D5qWDopr.cjs +24 -0
  195. package/components/query-Ddbd72Um.js +39 -0
  196. package/components/query-assigned-nodes-C76XVPWY-BcyGjObB.cjs +40 -0
  197. package/components/query-assigned-nodes-C76XVPWY-DPC6kOmH.js +55 -0
  198. package/components/roving-tabindex-DOg4z6ZU-DmyYPRYY.cjs +36 -0
  199. package/components/roving-tabindex-DOg4z6ZU-dufnVmvL.js +85 -0
  200. package/components/sized-mixin-PyCYpyQq-B40Ek2UB.js +82 -0
  201. package/components/sized-mixin-PyCYpyQq-sKzDjc75.cjs +36 -0
  202. package/components/slot-menu/index.cjs +55 -0
  203. package/components/slot-menu/index.d.ts +7 -0
  204. package/components/slot-menu/index.js +188 -0
  205. package/components/slot-menu/slot-menu.d.ts +66 -0
  206. package/components/slot-menu-list/index.cjs +39 -0
  207. package/components/slot-menu-list/index.d.ts +7 -0
  208. package/components/slot-menu-list/index.js +351 -0
  209. package/components/slot-menu-list/slot-menu-list.d.ts +33 -0
  210. package/components/state-B1a8XIDm.js +31 -0
  211. package/components/state-ByiKNRhp.cjs +24 -0
  212. package/components/task-BPD0PyaQ.js +120 -0
  213. package/components/task-HFsHfTra.cjs +24 -0
  214. package/components/text-field-7ITo3Lac-CKXsSqJP.cjs +131 -0
  215. package/components/text-field-7ITo3Lac-DqVO04kR.js +412 -0
  216. package/{lib/index-D_KYpfBM.js → components/utils.cjs} +1 -5
  217. package/{lib/droppable-slot/index.cjs → components/utils.js} +1 -1
  218. package/components/when-CDK1Tt5Y-BN3qcTK0.cjs +40 -0
  219. package/components/when-CDK1Tt5Y-C6ViXC43.js +47 -0
  220. package/custom-elements.json +3562 -884
  221. package/index.d.ts +23 -0
  222. package/package.json +132 -17
  223. package/utils/formatter/calculate-duration.d.ts +2 -0
  224. package/utils/formatter/decompose-numeric-format.d.ts +11 -0
  225. package/utils/formatter/default-local-formats.d.ts +20 -0
  226. package/utils/formatter/formats/cs.d.ts +20 -0
  227. package/utils/formatter/formats/da.d.ts +20 -0
  228. package/utils/formatter/formats/de.d.ts +21 -0
  229. package/utils/formatter/formats/en-GB.d.ts +21 -0
  230. package/utils/formatter/formats/en-US.d.ts +1 -0
  231. package/utils/formatter/formats/en.d.ts +1 -0
  232. package/utils/formatter/formats/es.d.ts +54 -0
  233. package/utils/formatter/formats/fi.d.ts +20 -0
  234. package/utils/formatter/formats/fr.d.ts +54 -0
  235. package/utils/formatter/formats/he.d.ts +20 -0
  236. package/utils/formatter/formats/hu.d.ts +20 -0
  237. package/utils/formatter/formats/it.d.ts +54 -0
  238. package/utils/formatter/formats/ja.d.ts +20 -0
  239. package/utils/formatter/formats/ko.d.ts +20 -0
  240. package/utils/formatter/formats/mk.d.ts +20 -0
  241. package/utils/formatter/formats/nl.d.ts +21 -0
  242. package/utils/formatter/formats/no.d.ts +21 -0
  243. package/utils/formatter/formats/pl.d.ts +20 -0
  244. package/utils/formatter/formats/pt.d.ts +20 -0
  245. package/utils/formatter/formats/ru.d.ts +20 -0
  246. package/utils/formatter/formats/sv.d.ts +20 -0
  247. package/utils/formatter/formats/tr.d.ts +21 -0
  248. package/utils/formatter/formats/zh-CN.d.ts +20 -0
  249. package/utils/formatter/formats/zh-TW.d.ts +20 -0
  250. package/utils/formatter/formatter.d.ts +9 -0
  251. package/utils/formatter/localize.d.ts +3 -0
  252. package/utils/formatter/smart-datetime-formats.const.d.ts +36 -0
  253. package/utils/get-css-variable.d.ts +1 -0
  254. package/utils/index.d.ts +1 -0
  255. package/utils/time/formats.const.d.ts +8 -0
  256. package/utils/time/periods.const.d.ts +29 -0
  257. package/utils/types/column.types.d.ts +56 -0
  258. package/utils/types/type-check.d.ts +7 -0
  259. package/lib/async-directive-CPjMHOPu.cjs +0 -24
  260. package/lib/async-directive-SCUUQ3Mh.js +0 -114
  261. package/lib/button-base-B4PdJFVe.cjs +0 -27
  262. package/lib/directive-helpers-BSB0tfc9.cjs +0 -32
  263. package/lib/directive-helpers-eY1rHtyn.js +0 -154
  264. package/lib/divider.module-BW8qaMVq.js +0 -211
  265. package/lib/divider.module-DEy88Ieh.cjs +0 -20
  266. package/lib/en-BDBzmAXX.cjs +0 -202
  267. package/lib/get-css-variable-D439CdH9.cjs +0 -24
  268. package/lib/if-defined-BbzmSG-O.js +0 -757
  269. package/lib/if-defined-V7yEJWI3.cjs +0 -54
  270. package/lib/index-0314DjEl.cjs +0 -20
  271. package/lib/index-BDXFsKUM.cjs +0 -146
  272. package/lib/index-BmAD29P2.js +0 -106
  273. package/lib/index-Bo1DpZ-1.cjs +0 -58
  274. package/lib/index-C9xEN5Ji.js +0 -82
  275. package/lib/index-CcF-9wyF.cjs +0 -71
  276. package/lib/index-CfEm5P0J.cjs +0 -196
  277. package/lib/index-CrWoFMZ3.cjs +0 -22
  278. package/lib/index-CtEJZdT0.js +0 -1627
  279. package/lib/index-CvX-HLY1.cjs +0 -322
  280. package/lib/index-D37RwuEH.js +0 -1584
  281. package/lib/index-D5puKlcm.cjs +0 -96
  282. package/lib/index-DGz6jCKo.cjs +0 -26
  283. package/lib/index-DSbgZduE.js +0 -501
  284. package/lib/index-Dj7PF4Q9.cjs +0 -63
  285. package/lib/index-Dq3HAOaM.js +0 -127
  286. package/lib/index-jt6FL_uE.cjs +0 -20
  287. package/lib/index-kJR406YZ.cjs +0 -112
  288. package/lib/index-v8ZTprPO.cjs +0 -51
  289. package/lib/index.cjs +0 -875
  290. package/lib/index.js +0 -6411
  291. package/lib/observe-slot-text-DOYmGOZe.js +0 -181
  292. package/lib/observe-slot-text-oJ0a2KY9.cjs +0 -42
  293. package/lib/picker/index.cjs +0 -20
  294. package/lib/popover-CQGN8nbX.cjs +0 -32
  295. package/lib/progress-circle/index.cjs +0 -35
  296. /package/{lib → components}/area-chart-slots.config-BLxiYX05.cjs +0 -0
  297. /package/{lib → components}/area-chart-slots.config-C0c2ZzBh.js +0 -0
  298. /package/{lib → components}/bar-chart-slots.config-GSSL7XVA.js +0 -0
  299. /package/{lib → components}/bar-chart-slots.config-Jx1PveTM.cjs +0 -0
  300. /package/{lib → components}/bar-chart.config-B57geUzJ.cjs +0 -0
  301. /package/{lib → components}/bar-chart.config-CQ6HAvs2.js +0 -0
  302. /package/{lib → components}/bar-chart.en-BqYbiHO3.cjs +0 -0
  303. /package/{lib → components}/bar-chart.en-FwT00qdU.js +0 -0
  304. /package/{lib → components}/bar-chart.fr-DGx9smEh.cjs +0 -0
  305. /package/{lib → components}/bar-chart.fr-DbxKiM0j.js +0 -0
  306. /package/{lib → components}/bar-chart.nl-BYzVExsz.cjs +0 -0
  307. /package/{lib → components}/bar-chart.nl-ahX1ARpH.js +0 -0
  308. /package/{lib → components}/column-chart.config-B57geUzJ.cjs +0 -0
  309. /package/{lib → components}/column-chart.config-C9hP0kX7.js +0 -0
  310. /package/{lib → components}/cs-DVZ0Tapy.js +0 -0
  311. /package/{lib → components}/cs-I9E81keK.cjs +0 -0
  312. /package/{lib → components}/da-DHy05oSR.js +0 -0
  313. /package/{lib → components}/da-QkdvupDg.cjs +0 -0
  314. /package/{lib → components}/de-Dn5mUzha.cjs +0 -0
  315. /package/{lib → components}/de-iM39JlAt.js +0 -0
  316. /package/{lib → components}/decompose-numeric-format-B3rVVHpO.cjs +0 -0
  317. /package/{lib → components}/decompose-numeric-format-BuZcjH2k.js +0 -0
  318. /package/{lib → components}/donut-chart-slots.config-BEwhfq27.js +0 -0
  319. /package/{lib → components}/donut-chart-slots.config-DIp-24lO.cjs +0 -0
  320. /package/{lib → components}/donut-chart.config-3DhKiSSM.js +0 -0
  321. /package/{lib → components}/donut-chart.config-DLWJUlHx.cjs +0 -0
  322. /package/{lib → components}/donut-chart.en-Blb9oSdU.cjs +0 -0
  323. /package/{lib → components}/donut-chart.en-CzjT4-XN.js +0 -0
  324. /package/{lib → components}/donut-chart.fr-BeTVa2wh.cjs +0 -0
  325. /package/{lib → components}/donut-chart.fr-DftPrKbG.js +0 -0
  326. /package/{lib → components}/donut-chart.nl-D9YGbOce.cjs +0 -0
  327. /package/{lib → components}/donut-chart.nl-NMatXfhK.js +0 -0
  328. /package/{lib → components}/es-CwyPlN5d.cjs +0 -0
  329. /package/{lib → components}/es-KhTq4jX8.js +0 -0
  330. /package/{lib → components}/fi-Dh_ebgpe.js +0 -0
  331. /package/{lib → components}/fi-rijeZE5V.cjs +0 -0
  332. /package/{lib → components}/fr-BcgE-6S_.cjs +0 -0
  333. /package/{lib → components}/fr-CU727YF1.js +0 -0
  334. /package/{lib → components}/he-Au3xg6lR.js +0 -0
  335. /package/{lib → components}/he-O6Ih8Bqh.cjs +0 -0
  336. /package/{lib → components}/hu-BnZ8y3xQ.cjs +0 -0
  337. /package/{lib → components}/hu-DNJ-P_MW.js +0 -0
  338. /package/{lib → components}/imageobject.config-B7ld9bj3.cjs +0 -0
  339. /package/{lib → components}/imageobject.config-DZLp9Elq.js +0 -0
  340. /package/{lib → components}/it-Bh5U73z6.js +0 -0
  341. /package/{lib → components}/it-PshtLMkq.cjs +0 -0
  342. /package/{lib → components}/ja-CCcHUL61.js +0 -0
  343. /package/{lib → components}/ja-KIS2HdaG.cjs +0 -0
  344. /package/{lib → components}/ko--l4qmjLV.cjs +0 -0
  345. /package/{lib → components}/ko-DhapsZMM.js +0 -0
  346. /package/{lib → components}/line-chart.config-BZcvfO2c.cjs +0 -0
  347. /package/{lib → components}/line-chart.config-CIVN6uLI.js +0 -0
  348. /package/{lib → components}/mk-B9HPSuKa.js +0 -0
  349. /package/{lib → components}/mk-DZlj-edb.cjs +0 -0
  350. /package/{lib → components}/nl-BKlDqOXb.cjs +0 -0
  351. /package/{lib → components}/nl-BwSt5Bf4.js +0 -0
  352. /package/{lib → components}/no-D-DofYnx.js +0 -0
  353. /package/{lib → components}/no-D_SzxhTu.cjs +0 -0
  354. /package/{lib → components}/pl-D_L_0Boq.js +0 -0
  355. /package/{lib → components}/pl-PIK23rK_.cjs +0 -0
  356. /package/{lib → components}/pt-B0BBS5VB.js +0 -0
  357. /package/{lib → components}/pt-Dqlu4MS5.cjs +0 -0
  358. /package/{lib → components}/ru-Vo-m3O_2.js +0 -0
  359. /package/{lib → components}/ru-zyNDTB04.cjs +0 -0
  360. /package/{lib → components}/sv-1DPTltNQ.cjs +0 -0
  361. /package/{lib → components}/sv-CiozMaev.js +0 -0
  362. /package/{lib → components}/textobject.config-C8opcGG4.js +0 -0
  363. /package/{lib → components}/textobject.config-DbAajFz8.cjs +0 -0
  364. /package/{lib → components}/tr-BkmWvOG2.cjs +0 -0
  365. /package/{lib → components}/tr-D_D4i5iv.js +0 -0
  366. /package/{lib → components}/zh-CN-DTZ4OmdP.cjs +0 -0
  367. /package/{lib → components}/zh-CN-wsl7eFSd.js +0 -0
  368. /package/{lib → components}/zh-TW-DTZ4OmdP.cjs +0 -0
  369. /package/{lib → components}/zh-TW-wsl7eFSd.js +0 -0
@@ -17,272 +17,251 @@
17
17
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18
18
  * SOFTWARE.
19
19
  * */
20
- import { c as m, S as u, L as d, r as g, o as b, x as s, n as c, e as z } from "./if-defined-BbzmSG-O.js";
21
- const k = {
20
+ import { b as n } from "./property-CD3dwBJC.js";
21
+ const l = {
22
22
  icon: [
23
23
  256,
24
24
  512,
25
25
  "M120 327L4 209c-5-5-5-12 0-17l7-7c4-5 12-5 17 0l100 102 100-102c5-5 13-5 17 0l8 7c4 5 4 13 0 17L137 327c-5 5-13 5-17 0z"
26
26
  ],
27
27
  name: "angle-down"
28
- }, x = {
28
+ }, A = {
29
29
  icon: [
30
30
  256,
31
31
  512,
32
32
  "M137 185l116 118c4 5 4 12 0 17l-8 7c-4 5-12 5-17 0L128 225 28 327c-5 5-13 5-17 0l-8-7c-4-5-4-13 0-17l117-118c4-5 12-5 17 0z"
33
33
  ],
34
34
  name: "angle-up"
35
- }, w = {
35
+ }, M = {
36
36
  icon: [
37
37
  196,
38
38
  512,
39
39
  "M167 265L49 381c-5 4-12 4-17 0l-7-8c-5-4-5-12 0-17l102-100L25 156c-5-5-5-13 0-17l7-8c5-4 12-4 17 1l118 116c5 4 5 12 0 17z"
40
40
  ],
41
41
  name: "angle-right"
42
- }, E = {
43
- icon: [
44
- 24,
45
- 24,
46
- "m6 6 16 16M3.3 4.7l7.3 7.3-7.3 7.3c-1 1 .5 2.3 1.4 1.4l7.3-7.3 7.3 7.3c1 1 2.3-.5 1.4-1.4L13.4 12l7.3-7.3c1-1-.5-2.3-1.4-1.4L12 10.6 4.7 3.3c-.9-1-2.3.5-1.4 1.4Z"
47
- ],
48
- name: "close-12"
49
- }, $ = {
42
+ }, C = {
50
43
  icon: [
51
44
  28,
52
45
  28,
53
46
  "m6 6 16 16M5.3 6.7l7.3 7.3-7.3 7.3c-1 1 .5 2.3 1.4 1.4l7.3-7.3 7.3 7.3c1 1 2.3-.5 1.4-1.4L15.4 14l7.3-7.3c1-1-.5-2.3-1.4-1.4L14 12.6 6.7 5.3c-.9-1-2.3.5-1.4 1.4Z"
54
47
  ],
55
48
  name: "close-14"
56
- }, _ = {
49
+ }, V = {
57
50
  icon: [
58
51
  32,
59
52
  32,
60
53
  "m6 6 16 16M5.3 6.7l9.3 9.3-9.3 9.3c-1 1 .5 2.3 1.4 1.4l9.3-9.3 9.3 9.3c1 1 2.3-.5 1.4-1.4L17.4 16l9.3-9.3c1-1-.5-2.3-1.4-1.4L16 14.6 6.7 5.3c-.9-1-2.3.5-1.4 1.4Z"
61
54
  ],
62
55
  name: "close-16"
63
- }, S = {
56
+ }, Z = {
64
57
  icon: [
65
58
  32,
66
59
  32,
67
60
  "M30 4a3 3 0 0 0-4 0L12 21l-6-6a3 3 0 0 0-4 0 3 3 0 0 0 0 4l8 9a3 3 0 0 0 4 0L30 8a3 3 0 0 0 0-4z"
68
61
  ],
69
62
  name: "check"
70
- }, O = {
63
+ }, s = {
71
64
  icon: [32, 32, "M7 13a3 3 0 1 0 0 6h18a3 3 0 1 0 0-6H7z"],
72
65
  name: "dash"
73
- }, P = {
66
+ }, H = {
74
67
  icon: [
75
68
  32,
76
69
  32,
77
70
  "M16 2a1 1 0 0 0-.9.5l-14 26A1 1 0 0 0 2 30h28a1 1 0 0 0 1-1.5l-14.1-26A1 1 0 0 0 16 2zm-1 7h2c.6 0 1 .4 1 1v10.5c0 .6-.4 1-1 1h-2a1 1 0 0 1-1-1V10c0-.6.4-1 1-1zm0 14h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1z"
78
71
  ],
79
72
  name: "alert"
80
- }, j = {
81
- icon: [
82
- 32,
83
- 32,
84
- "M16 .51c-1.1 0-2.21.68-2.9 2.04l-12 24C-.2 29.15 1.2 32 5 32h22c3.8 0 5.2-2.85 3.9-5.45l-12-24C18.2 1.2 17.1.51 16 .51zm0 1.99c.4 0 .79.31 1.1.95l12 24c.72 1.43.04 2.55-2.1 2.55H5c-2.14 0-2.82-1.12-2.1-2.55l12-24c.31-.64.7-.95 1.1-.95zm0 7.52c-.5 0-1 .33-1 .98v10c0 1.3 2 1.3 2 0V11c0-.65-.5-.98-1-.98zM16 24a1.5 1.5 0 0 0-1.5 1.5A1.5 1.5 0 0 0 16 27a1.5 1.5 0 0 0 1.5-1.5A1.5 1.5 0 0 0 16 24z"
85
- ],
86
- name: "alert-outline"
87
- }, N = {
73
+ }, r = {
88
74
  icon: [
89
75
  16,
90
76
  16,
91
77
  "M0.8 1C0.5 1 0.3 1.2 0.3 1.5 0.3 1.8 0.5 2 0.8 2h14.4c0.8 0 0.8-1 0-1zM8 3.1c-0.2 0-0.3 0-0.4 0.2L5.4 5.4C4.9 6 5.9 6.9 6.2 6.2L7.5 4.9V8.9c0 0.7 1 0.7 1 0v-4C8.9 5.3 9.4 5.8 9.8 6.2 10.3 6.8 11.1 6 10.6 5.4L8.4 3.3C8.3 3.2 8.2 3.1 8 3.1Z"
92
78
  ],
93
79
  name: "align-top"
94
- }, B = {
80
+ }, t = {
95
81
  icon: [
96
82
  16,
97
83
  16,
98
84
  "M0.3 8.5C0.3 8.2 0.5 8 0.8 8h14.4c0.8 0 0.8 1 0 1H0.8C0.5 9 0.3 8.8 0.3 8.5ZM9.8 3.1c0.5-0.5 1.3 0.3 0.8 0.8L8.4 6.1c-0.2 0.2-0.6 0.2-0.8 0L5.4 3.9C4.8 3.4 5.6 2.6 6.2 3.1c0.6 0.6 1.8 1.8 1.8 1.8 0 0 1.2-1.2 1.8-1.8zm-3.6 10.8C5.7 14.4 4.9 13.6 5.4 13.1L7.6 10.9c0.2-0.2 0.6-0.2 0.8 0l2.2 2.2c0.5 0.5-0.2 1.3-0.8 0.8-0.6-0.6-1.8-1.8-1.8-1.8 0 0-1.2 1.2-1.8 1.8z"
99
85
  ],
100
86
  name: "align-middle"
101
- }, D = {
87
+ }, d = {
102
88
  icon: [
103
89
  16,
104
90
  16,
105
91
  "m0.8 15c-0.3 0-0.6-0.2-0.6-0.5 0-0.3 0.3-0.5 0.6-0.5h14.4c0.8 0 0.8 1 0 1zm7.2-2.1C7.8 12.9 7.7 12.8 7.6 12.7L5.4 10.6C4.9 10 5.7 9.2 6.2 9.8L7.5 11.1V7.1c0-0.7 1-0.7 1 0V11.1C8.9 10.7 9.4 10.2 9.8 9.8 10.3 9.2 11.1 10 10.6 10.6l-2.2 2.2c-0.1 0.1-0.2 0.2-0.4 0.2z"
106
92
  ],
107
93
  name: "align-bottom"
108
- }, Y = {
94
+ }, g = {
109
95
  icon: [
110
96
  16,
111
97
  16,
112
98
  "m0.8 0.9c-0.3 0-0.6 0.3-0.6 0.6 0 0.3 0.3 0.5 0.6 0.5h14.4c0.8 0 0.8-1.1 0-1.1zm0 6c-0.3 0-0.6 0.3-0.6 0.6 0 0.3 0.3 0.5 0.6 0.5h9.2c0.8 0 0.8-1.1 0-1.1zm0 6c-0.3 0-0.6 0.3-0.6 0.6 0 0.3 0.3 0.5 0.6 0.5h4c0.8 0 0.8-1.1 0-1.1z"
113
99
  ],
114
100
  name: "align-left"
115
- }, q = {
101
+ }, u = {
116
102
  icon: [
117
103
  16,
118
104
  16,
119
105
  "m0.8 0.9c-0.3 0-0.6 0.3-0.6 0.6 0 0.3 0.3 0.5 0.6 0.5h14.4c0.8 0 0.8-1.1 0-1.1zm2.6 6c-0.3 0-0.6 0.3-0.6 0.6 0 0.3 0.3 0.5 0.6 0.5h9.2c0.8 0 0.8-1.1 0-1.1zM6 12.9c-0.3 0-0.6 0.3-0.6 0.6 0 0.3 0.3 0.5 0.6 0.5h4c0.8 0 0.8-1.1 0-1.1z"
120
106
  ],
121
107
  name: "align-center"
122
- }, F = {
108
+ }, b = {
123
109
  icon: [
124
110
  16,
125
111
  16,
126
112
  "m15.2 0.9c0.3 0 0.6 0.3 0.6 0.6 0 0.3-0.2 0.5-0.6 0.5h-14.4c-0.7 0-0.7-1.1 0-1.1zm0 6c0.3 0 0.6 0.3 0.6 0.6 0 0.3-0.2 0.5-0.6 0.5H6c-0.7 0-0.7-1.1 0-1.1zm0 6c0.3 0 0.6 0.3 0.6 0.6 0 0.3-0.2 0.5-0.6 0.5h-4c-0.7 0-0.7-1.1 0-1.1z"
127
113
  ],
128
114
  name: "align-right"
129
- }, R = {
115
+ }, p = {
130
116
  icon: [
131
117
  32,
132
118
  32,
133
119
  "m2 15c0 0.3 0.1 0.5 0.3 0.7l4 4c0.4 0.4 1 0.4 1.4 0 0.4-0.4 0.4-1 0-1.4l-3.3-3.3 3.3-3.3c0.4-0.4 0.4-1 0-1.4-0.4-0.4-1-0.4-1.4 0l-4 4c-0.2 0.2-0.3 0.4-0.3 0.7zm24 4c0 0.3 0.1 0.5 0.3 0.7 0.4 0.4 1 0.4 1.4 0l4-4c0.4-0.4 0.4-1 0-1.4l-4-4c-0.4-0.4-1-0.4-1.4 0-0.4 0.4-0.4 1 0 1.4l3.3 3.3-3.3 3.3C26.1 18.5 26 18.7 26 19ZM2 15c0 0.6 0.4 1 1 1H31c0.6 0 1-0.4 1-1 0-0.6-0.4-1-1-1H3c-0.6 0-1 0.4-1 1zM17 0c-0.3 0-0.5 0.1-0.7 0.3l-4 4c-0.4 0.4-0.4 1 0 1.4 0.4 0.4 1 0.4 1.4 0l3.3-3.3 3.3 3.3c0.4 0.4 1 0.4 1.4 0 0.4-0.4 0.4-1 0-1.4l-4-4C17.5 0.1 17.3 0 17 0ZM13 24c-0.3 0-0.5 0.1-0.7 0.3-0.4 0.4-0.4 1 0 1.4l4 4c0.4 0.4 1 0.4 1.4 0l4-4c0.4-0.4 0.4-1 0-1.4-0.4-0.4-1-0.4-1.4 0L17 27.6 13.7 24.3C13.5 24.1 13.3 24 13 24ZM17 0c-0.6 0-1 0.4-1 1V29c0 0.6 0.4 1 1 1 0.6 0 1-0.4 1-1V1c0-0.6-0.4-1-1-1z"
134
120
  ],
135
121
  name: "arrows"
136
- }, U = {
122
+ }, w = {
137
123
  icon: [
138
124
  32,
139
125
  32,
140
126
  "m15 2a1 1 0 0 0-0.7 0.3l-4 4a1 1 0 0 0 0 1.4 1 1 0 0 0 1.4 0L15 4.4 18.3 7.7a1 1 0 0 0 1.4 0 1 1 0 0 0 0-1.4l-4-4A1 1 0 0 0 15 2Zm-4 22a1 1 0 0 0-0.7 0.3 1 1 0 0 0 0 1.4l4 4a1 1 0 0 0 1.4 0l4-4a1 1 0 0 0 0-1.4 1 1 0 0 0-1.4 0L15 27.6 11.7 24.3A1 1 0 0 0 11 24ZM15 2a1 1 0 0 0-1 1v26a1 1 0 0 0 1 1 1 1 0 0 0 1-1V3A1 1 0 0 0 15 2Z"
141
127
  ],
142
128
  name: "arrows-vertical"
143
- }, W = {
129
+ }, y = {
144
130
  icon: [
145
131
  32,
146
132
  32,
147
133
  "m2 17a1 1 0 0 0 0.3 0.7l4 4a1 1 0 0 0 1.4 0 1 1 0 0 0 0-1.4L4.4 17 7.7 13.7a1 1 0 0 0 0-1.4 1 1 0 0 0-1.4 0l-4 4a1 1 0 0 0-0.3 0.7zm22 4a1 1 0 0 0 0.3 0.7 1 1 0 0 0 1.4 0l4-4a1 1 0 0 0 0-1.4l-4-4a1 1 0 0 0-1.4 0 1 1 0 0 0 0 1.4l3.3 3.3-3.3 3.3a1 1 0 0 0-0.3 0.7zM2 17a1 1 0 0 0 1 1H29a1 1 0 0 0 1-1 1 1 0 0 0-1-1H3a1 1 0 0 0-1 1z"
148
134
  ],
149
135
  name: "arrows-horizontal"
150
- }, G = {
151
- icon: [
152
- 32,
153
- 32,
154
- "M 6 14 A 2 2 0 0 0 4 16 A 2 2 0 0 0 6 18 A 2 2 0 0 0 8 16 A 2 2 0 0 0 6 14 z M 16 14 A 2 2 0 0 0 14 16 A 2 2 0 0 0 16 18 A 2 2 0 0 0 18 16 A 2 2 0 0 0 16 14 z M 26 14 A 2 2 0 0 0 24 16 A 2 2 0 0 0 26 18 A 2 2 0 0 0 28 16 A 2 2 0 0 0 26 14 z"
155
- ],
156
- name: "ellipsis-horizontal"
157
- }, I = {
136
+ }, $ = {
158
137
  icon: [
159
138
  16,
160
139
  16,
161
140
  "m14.5 1c-0.1 0-0.3 0.1-0.3 0.2L10 5.3V3.5C10 3.2 9.8 3 9.5 3 9.2 3 9 3.2 9 3.5V6.5C8.9 6.9 9.2 7.1 9.6 7h2.9c0.7 0 0.7-1 0-1h-1.8l4.2-4.2c0.3-0.3 0.1-0.9-0.4-0.9zM6.5 9A0.5 0.5 0 0 0 6.4 9H3.5a0.5 0.5 0 1 0 0 1h1.8l-4.1 4.1a0.5 0.5 0 1 0 0.7 0.7L6 10.7V12.5a0.5 0.5 0 1 0 1 0V9.6a0.5 0.5 0 0 0-0.5-0.6z"
162
141
  ],
163
142
  name: "compress"
164
- }, J = {
143
+ }, x = {
165
144
  icon: [
166
145
  16,
167
146
  16,
168
147
  "M14.5 1A0.5 0.5 0 0 0 14.4 1h-2.9a0.5 0.5 0 1 0 0 1h1.8L9.1 6.1A0.5 0.5 0 1 0 9.9 6.9L14 2.7V4.5a0.5 0.5 0 1 0 1 0V1.6A0.5 0.5 0 0 0 14.5 1ZM6.5 9a0.5 0.5 0 0 0-0.3 0.2L2 13.3V11.5A0.5 0.5 0 0 0 1.5 11 0.5 0.5 0 0 0 1 11.5v2.9A0.5 0.5 0 0 0 1.6 15l2.9 0a0.5 0.5 0 0 0 0-1l-1.8 0 4.1-4.1A0.5 0.5 0 0 0 6.5 9Z"
169
148
  ],
170
149
  name: "expand"
171
- }, K = {
150
+ }, f = {
172
151
  icon: [
173
152
  16,
174
153
  16,
175
154
  "m1.5 1a0.5 0.5 0 0 0-0.5 0.6V4.5a0.5 0.5 0 1 0 1 0V2.7l4.1 4.1a0.5 0.5 0 0 0 0.1 0.1l1.1 1.1-1.1 1.1a0.5 0.5 0 0 0 0 0L2 13.3V11.5A0.5 0.5 0 0 0 1.5 11 0.5 0.5 0 0 0 1 11.5v2.9A0.5 0.5 0 0 0 1.6 15l2.9 0a0.5 0.5 0 0 0 0-1l-1.8 0 4.1-4.1 1.1-1.1 1.1 1.1 4.1 4.1-1.8 0a0.5 0.5 0 1 0 0 1L14.4 15a0.5 0.5 0 0 0 0.6-0.6V11.5A0.5 0.5 0 0 0 14.5 11 0.5 0.5 0 0 0 14 11.5v1.8L9.9 9.1a0.5 0.5 0 0 0 0 0l-1.1-1.1 1.1-1.1a0.5 0.5 0 0 0 0 0l0 0a0.5 0.5 0 0 0 0 0L14 2.7V4.5a0.5 0.5 0 1 0 1 0V1.6A0.5 0.5 0 0 0 14.5 1 0.5 0.5 0 0 0 14.4 1h-2.9a0.5 0.5 0 1 0 0 1h1.8L9.1 6.1a0.5 0.5 0 0 0 0 0L8 7.3 6.9 6.2A0.5 0.5 0 0 0 6.9 6.1L2.7 2h1.8a0.5 0.5 0 1 0 0-1H1.6a0.5 0.5 0 0 0-0.1 0 0.5 0.5 0 0 0 0 0z"
176
155
  ],
177
156
  name: "arrows-expand"
178
- }, Q = {
157
+ }, k = {
179
158
  icon: [
180
159
  16,
181
160
  16,
182
161
  "M3.9 3.1 3.1 3.9 12.1 12.9 12.9 12.1ZM8 1C4.1 1 1 4.1 1 8c0 3.9 3.1 7 7 7 3.9 0 7-3.1 7-7C15 4.1 11.9 1 8 1Zm0 1c3.3 0 6 2.7 6 6 0 3.3-2.7 6-6 6C4.7 14 2 11.3 2 8 2 4.7 4.7 2 8 2Z"
183
162
  ],
184
163
  name: "ban"
185
- }, X = {
164
+ }, S = {
186
165
  icon: [
187
166
  32,
188
167
  32,
189
168
  "m15 0c-0.6 0-1 0.4-1 1 0 0.6 0.4 1 1 1h3C18.6 2 19 1.6 19 1 19 0.4 18.6 0 18 0ZM1 4C0.4 4 0 4.4 0 5 0 5.6 0.4 6 1 6H31C31.6 6 32 5.6 32 5 32 4.4 31.6 4 31 4Zm3 4c0 0-0.1 0-0.1 0C3.3 8.1 2.9 8.6 3 9.2L6.7 29.2C7 30.8 8.4 32 10 32H22c1.6 0 3-1.2 3.3-2.8L29 9.2C29.1 8.6 28.7 8.1 28.2 8 27.6 7.9 27.1 8.3 27 8.8L23.4 28.9C23.2 29.5 22.7 30 22 30H10C9.3 30 8.8 29.5 8.6 28.9L5 8.8C4.9 8.3 4.5 8 4 8Z"
190
169
  ],
191
170
  name: "trash"
192
- }, t0 = {
171
+ }, E = {
193
172
  icon: [
194
173
  32,
195
174
  32,
196
175
  "m16 8c-4.41 0-8 3.59-8 8 0 4.41 3.59 8 8 8 4.41 0 8-3.59 8-8 0-4.41-3.59-8-8-8zm0 2c3.33 0 6 2.67 6 6 0 3.33-2.67 6-6 6-3.33 0-6-2.67-6-6 0-3.33 2.67-6 6-6zm4.72-9.96c-0.39-0.11-0.82 0.02-1.07 0.35 0 0 0 0 0 0-0.15 0.21-0.28 0.36-0.41 0.48 0 0 0 0 0 0-0.86 0.87-2 1.34-3.23 1.34-1.22 0-2.36-0.47-3.23-1.34 0 0 0 0 0 0C12.64 0.75 12.51 0.6 12.36 0.4c0 0 0 0 0 0-0.25-0.33-0.67-0.47-1.07-0.35 0 0 0 0 0 0C10.16 0.38 9.07 0.83 8.06 1.38 7.69 1.58 7.49 1.98 7.54 2.39c0 0 0 0 0 0.01 0.04 0.25 0.05 0.45 0.05 0.64 0 2.52-2.04 4.57-4.57 4.57-0.18 0-0.39-0.01-0.63-0.05 0 0-0.01 0-0.01 0C1.98 7.49 1.57 7.69 1.38 8.06 0.83 9.07 0.38 10.16 0.04 11.28c0 0 0 0 0 0-0.11 0.39 0.03 0.82 0.35 1.07 0 0 0 0 0 0 0.21 0.15 0.35 0.28 0.48 0.41 0 0 0 0 0 0 1.79 1.78 1.79 4.68 0 6.46 0 0 0 0 0 0-0.13 0.13-0.28 0.26-0.48 0.42-0.33 0.25-0.47 0.67-0.35 1.07 0 0 0 0 0 0 0.34 1.12 0.78 2.21 1.34 3.22 0.19 0.37 0.6 0.57 1.01 0.51 0 0 0 0 0 0 0.25-0.04 0.45-0.05 0.63-0.05 2.52 0 4.57 2.04 4.57 4.57 0 0.18-0.01 0.38-0.05 0.63 0 0 0 0 0 0.01-0.05 0.41 0.15 0.81 0.51 1.01 1.01 0.55 2.1 1 3.23 1.33 0.4 0.12 0.82-0.02 1.07-0.35 0.15-0.2 0.28-0.36 0.42-0.49 0 0 0 0 0 0 0.87-0.86 2-1.34 3.23-1.34 1.23 0 2.37 0.47 3.23 1.34 0 0 0 0 0 0 0.13 0.13 0.26 0.28 0.42 0.49 0.19 0.25 0.49 0.39 0.79 0.39 0.09 0 0.18-0.01 0.28-0.04l0.01 0c1.13-0.33 2.21-0.78 3.22-1.33 0.36-0.2 0.57-0.6 0.51-1.01 0 0 0 0 0-0.01-0.04-0.25-0.05-0.45-0.05-0.63 0-2.53 2.04-4.57 4.57-4.57 0.18 0 0.39 0.01 0.64 0.05 0 0 0 0 0 0 0.41 0.05 0.81-0.15 1-0.51 0.55-1.01 1-2.1 1.34-3.23 0 0 0 0 0 0 0.11-0.39-0.02-0.82-0.35-1.07l0 0c-0.21-0.15-0.36-0.28-0.48-0.41 0 0 0 0 0-0.01-0.86-0.86-1.34-2.01-1.34-3.23 0-1.22 0.48-2.36 1.34-3.23 0 0 0 0 0 0 0.13-0.13 0.28-0.26 0.49-0.42 0 0 0 0 0 0 0.33-0.25 0.46-0.68 0.35-1.07 0 0 0 0 0 0C31.63 10.15 31.18 9.07 30.62 8.06 30.43 7.69 30.03 7.49 29.62 7.54c0 0 0 0-0.01 0-0.25 0.04-0.45 0.05-0.64 0.05-2.52 0-4.57-2.04-4.57-4.56 0-0.19 0.01-0.39 0.05-0.64 0 0 0 0 0 0 0.05-0.41-0.15-0.81-0.51-1.01-1.02-0.55-2.1-1.01-3.23-1.34 0 0 0 0 0 0zM11.24 2.15c0.04 0.05 0.09 0.1 0.13 0.14 1.24 1.24 2.89 1.92 4.63 1.92 1.75 0 3.4-0.68 4.63-1.92 0 0 0 0 0 0 0.04-0.04 0.08-0.09 0.13-0.14 0.57 0.2 1.13 0.43 1.66 0.69 0 0.06 0 0.13 0 0.19 0 3.61 2.94 6.55 6.55 6.55 0.06 0 0.13 0 0.19 0 0.26 0.53 0.49 1.09 0.69 1.66-0.05 0.05-0.1 0.09-0.14 0.13-1.24 1.24-1.92 2.88-1.92 4.63 0 1.75 0.68 3.4 1.92 4.64 0 0 0 0 0 0 0.04 0.04 0.09 0.09 0.14 0.13-0.2 0.57-0.43 1.13-0.69 1.66-0.06 0-0.13 0-0.19 0-3.61 0-6.55 2.94-6.55 6.55 0 0.06 0 0.12 0 0.18-0.54 0.26-1.09 0.5-1.66 0.69-0.04-0.05-0.08-0.1-0.13-0.14-1.24-1.24-2.89-1.92-4.63-1.92-1.75 0-3.39 0.68-4.63 1.92-0.05 0.05-0.09 0.1-0.13 0.14-0.57-0.19-1.13-0.43-1.66-0.69 0-0.06 0-0.12 0-0.18 0-3.61-2.94-6.55-6.55-6.55-0.06 0-0.13 0-0.19 0C2.58 21.9 2.35 21.34 2.15 20.77c0.05-0.04 0.1-0.09 0.14-0.13 0 0 0 0 0 0 2.55-2.55 2.55-6.71 0-9.27-0.04-0.04-0.09-0.09-0.14-0.13 0.2-0.57 0.43-1.13 0.69-1.66 0.06 0 0.13 0 0.19 0 3.61 0 6.55-2.94 6.55-6.55 0-0.06 0-0.13 0-0.19 0.53-0.26 1.09-0.49 1.66-0.69z"
197
176
  ],
198
177
  name: "cog"
199
- }, f = {
178
+ }, o = {
200
179
  icon: [
201
180
  32,
202
181
  32,
203
182
  "M16 0C7.2 0 0 7.2 0 16 0 24.8 7.2 32 16 32 24.8 32 32 24.8 32 16 32 7.2 24.8 0 16 0zM16 2C20.9 2 25.2 4.5 27.7 8.4 27.1 8.9 26.5 9.7 26 10 25.1 10.6 25.3 12 25 13 24.7 14 25.7 15 26 16 26.5 17.4 28.5 17.3 29.9 17.9 29 24.1 24.2 28.9 18 29.8 18.7 27.9 18.5 25.5 20 24 20.7 23.3 22 22.9 22 22 22 21.3 22.4 20.4 21.9 19.9L20 18 15 18C14.3 17.3 13.7 16.4 12.9 15.9 12.2 15.6 10.5 15.5 11 15 11.7 14.3 12.1 13.2 13 13 13.4 12.9 14 13.3 14 12.6 14 12.1 13.6 11.3 14.1 10.9 14.4 10.7 14.6 10 15.1 10 15.5 10 16 10.1 16.3 9.7 16.6 9.3 17 9.1 17 8.6 17 7.4 17.7 6 17 5L14.8 2.1C15.2 2 15.6 2 16 2zM2.6 12C3.5 13.9 4.2 16.1 6 17 8 18 12 17.8 12 20 12 21.4 11.4 22.9 12 24.1 12.4 24.7 12.7 25.5 13.2 26.2 13.4 26.5 14 26.7 14 27.1 14 27.8 13.7 28.9 13.5 29.8 7 28.6 2 22.9 2 16 2 14.6 2.2 13.3 2.6 12z"
204
183
  ]
205
- }, o0 = {
184
+ }, O = {
206
185
  icon: [
207
186
  32,
208
187
  32,
209
188
  "M 2,2 V 4 H 30 V 2 Z m -1,9 v 2 h 30 v -2 z m 0,10 v 2 H 31 V 21 Z M 20,1 v 30 h 2 V 1 Z M 10,1 v 30 h 2 V 1 Z M 5,0 C 2.2,0 0,2.2 0,5 v 22 c 0,2.8 2.2,5 5,5 h 22 c 2.8,0 5,-2.2 5,-5 V 5 C 32,2.2 29.8,0 27,0 Z m 0,2 h 22 c 1.7,0 3,1.3 3,3 v 22 c 0,1.7 -1.3,3 -3,3 H 5 C 3.3,30 2,28.7 2,27 V 5 C 2,3.3 3.3,2 5,2 Z"
210
189
  ],
211
190
  name: "table"
212
- }, a0 = {
191
+ }, P = {
213
192
  icon: [
214
193
  32,
215
194
  32,
216
195
  "M16 0a16 16 0 1 0 0 32 16 16 0 0 0 0-32Zm0 2a14 14 0 0 1 14 14 14 14 0 0 1-14 14A14 14 0 0 1 2 16 14 14 0 0 1 16 2Zm0 5.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM15 15v9c0 1.3 2 1.3 2 0v-9c0-1.3-2-1.3-2 0z"
217
196
  ],
218
197
  name: "info-circle-outline"
219
- }, i0 = {
198
+ }, B = {
220
199
  icon: [
221
200
  32,
222
201
  32,
223
202
  "M31.4 2a1 1 0 0 0-1.1.3l-28 28A1 1 0 0 0 3 32h28c.6 0 1-.4 1-1V3a1 1 0 0 0-.6-1Z"
224
203
  ],
225
204
  name: "corner-triangle"
226
- }, l0 = {
205
+ }, D = {
227
206
  icon: [
228
207
  28,
229
208
  32,
230
209
  "m7 13a2 2 0 0 0-2 2 2 2 0 0 0 2 2h9.5c4.1 0 5.5 2.3 5.5 4.5 0 2.2-1.4 4.5-5.5 4.5H4a2 2 0 0 0-2 2 2 2 0 0 0 2 2H16.5C22.4 30 26 25.8 26 21.5 26 17.2 22.4 13 16.5 13ZM4 2A2 2 0 0 0 2 4 2 2 0 0 0 4 6h11c3.1 0 4 1.7 4 3.5 0 1.8-0.9 3.5-4 3.5H7a2 2 0 0 0-2 2 2 2 0 0 0 2 2h8c4.9 0 8-3.8 8-7.5C23 5.8 19.9 2 15 2ZM7 3A2 2 0 0 0 5 5v22.5a2 2 0 0 0 2 2 2 2 0 0 0 2-2V5A2 2 0 0 0 7 3Z"
231
210
  ],
232
211
  name: "bold"
233
- }, e0 = {
212
+ }, N = {
234
213
  icon: [
235
214
  24,
236
215
  32,
237
216
  "m11 2a1 1 0 0 0-1 1 1 1 0 0 0 1 1H21A1 1 0 0 0 22 3 1 1 0 0 0 21 2Zm5 0A1 1 0 0 0 15 2.7L7.3 28H3a1 1 0 0 0 0 2h5 5a1 1 0 0 0 1-1 1 1 0 0 0-1-1H9.4L17 3.3a1 1 0 0 0-0.7-1.2A1 1 0 0 0 16 2Z"
238
217
  ],
239
218
  name: "italic"
240
- }, n0 = {
219
+ }, F = {
241
220
  icon: [
242
221
  32,
243
222
  32,
244
223
  "M7 0C6.4 0 6 0.4 6 1v13c0 3.3 1.3 5.8 3.1 7.5 1.9 1.7 4.4 2.5 6.9 2.5 2.5 0 5-0.8 6.9-2.5C24.7 19.8 26 17.3 26 14V1C26 0.4 25.6 0 25 0 24.4 0 24 0.4 24 1v13c0 2.8-1 4.7-2.5 6-1.5 1.3-3.5 2-5.5 2-2 0-4-0.7-5.5-2C9 18.7 8 16.8 8 14V1C8 0.4 7.6 0 7 0Zm16 0c-0.6 0-1 0.4-1 1 0 0.6 0.4 1 1 1h4C27.6 2 28 1.6 28 1 28 0.4 27.6 0 27 0ZM5 0C4.4 0 4 0.4 4 1 4 1.6 4.4 2 5 2H9C9.6 2 10 1.6 10 1 10 0.4 9.6 0 9 0ZM3 30c-0.6 0-1 0.4-1 1 0 0.6 0.4 1 1 1h26c0.6 0 1-0.4 1-1 0-0.6-0.4-1-1-1z"
245
224
  ],
246
225
  name: "underline"
247
- }, c0 = {
226
+ }, Q = {
248
227
  icon: [
249
228
  28,
250
229
  32,
251
230
  "M14 0c-2 0-4 .7-5.5 2A7.5 7.5 0 0 0 6 7.8V12H4s-1 0-2 .5-2 1.7-2 3.5v12c0 1.8 1 3 2 3.5s2 .5 2 .5h20s1 0 2-.5 2-1.7 2-3.5V16c0-1.8-1-3-2-3.5s-2-.5-2-.5h-2V7.8c0-2.5-1-4.5-2.5-5.8A8.4 8.4 0 0 0 14 0zm0 2c1.5 0 3 .5 4.2 1.5 1 1 1.8 2.3 1.8 4.3V12H8V7.8c0-2 .7-3.4 1.8-4.3C11 2.5 12.5 2 14 2zM4 14h20s.5 0 1 .3c.6.2 1 .5 1 1.7v12c0 1.2-.4 1.5-1 1.7-.5.3-1 .3-1 .3H4s-.5 0-1-.3c-.6-.2-1-.5-1-1.7V16c0-1.2.4-1.5 1-1.7.5-.3 1-.3 1-.3z"
252
231
  ],
253
232
  name: "lock-outline"
254
- }, r0 = {
233
+ }, U = {
255
234
  icon: [
256
235
  32,
257
236
  32,
258
237
  "M 2,2 V 4 H 30 V 2 Z m -1,9 v 2 h 30 v -2 z m 0,9 v 2 H 31 V 20 Z M 5,0 C 2.2,0 0,2.2 0,5 v 22 c 0,2.8 2.2,5 5,5 h 22 c 2.8,0 5,-2.2 5,-5 V 5 C 32,2.2 29.8,0 27,0 Z m 0,2 h 22 c 1.7,0 3,1.3 3,3 v 22 c 0,1.7 -1.3,3 -3,3 H 5 C 3.3,30 2,28.7 2,27 V 5 C 2,3.3 3.3,2 5,2 Z"
259
238
  ],
260
239
  name: "rows"
261
- }, p0 = {
240
+ }, W = {
262
241
  icon: [
263
242
  32,
264
243
  32,
265
244
  "M 2,2 V 4 H 28 V 2 Z M 14,1 v 30 h 2 V 1 Z M 5,0 C 2.2,0 0,2.2 0,5 v 22 c 0,2.8 2.2,5 5,5 h 20 c 2.8,0 5,-2.2 5,-5 V 5 C 30,2.2 27.8,0 25,0 Z m 0,2 h 20 c 1.7,0 3,1.3 3,3 v 22 c 0,1.7 -1.3,3 -3,3 H 5 C 3.3,30 2,28.7 2,27 V 5 C 2,3.3 3.3,2 5,2 Z"
266
245
  ],
267
246
  name: "columns"
268
- }, m0 = {
269
- icon: f.icon,
247
+ }, X = {
248
+ icon: o.icon,
270
249
  name: "topography"
271
- }, s0 = {
250
+ }, Y = {
272
251
  icon: [
273
252
  21,
274
253
  24,
275
254
  "M5 0a1 1 0 0 0-1 1v1a4 4 0 0 0-4 4v14c0 2.2 1.8 4 4 4h13c2.2 0 4-1.8 4-4V6c0-2.2-1.8-4-4-4V1a1 1 0 0 0-1-1 1 1 0 0 0-1 1v1H6V1a1 1 0 0 0-1-1ZM4 4v1a1 1 0 0 0 1 1 1 1 0 0 0 1-1V4h9v1a1 1 0 0 0 1 1 1 1 0 0 0 1-1V4c1.13 0 2 .87 2 2v1H2V6c0-1.13.88-2 2-2zM2 9h4v3H2Zm6 0h5v3H8Zm7 0h4v3h-4ZM2 14h4v3H2Zm6 0h5v3H8Zm7 0h4v3h-4ZM2 19h4v3H4c-1.12 0-2-.87-2-2zm6 0h5v3H8Zm7 0h4v1c0 1.13-.87 2-2 2h-2z"
276
255
  ],
277
256
  name: "date-12"
278
- }, h0 = {
257
+ }, _ = {
279
258
  icon: [
280
259
  26,
281
260
  28,
282
261
  "M8 0a1 1 0 0 0-1 1v1H5C2.25 2 0 4.24 0 7v16c0 2.75 2.25 5 5 5h16a5 5 0 0 0 5-5V7a5 5 0 0 0-5-5h-2V1a1 1 0 1 0-2 0v1H9V1a1 1 0 0 0-1-1ZM5 4h2v1a1 1 0 1 0 2 0V4h8v1a1 1 0 1 0 2 0V4h2c2 0 3 1.32 3 3v1H2V7c0-1.68 1-3 3-3zm-3 6h6v4H2Zm8 0h6v4h-6zm8 0h6v4h-6ZM2 16h6v4H2Zm8 0h6v4h-6zm8 0h6v4h-6ZM2 22h6v4H5c-1.67 0-3-1.32-3-3zm8 0h6v4h-6zm8 0h6v1c0 1.68-1 3-3 3h-3z"
283
262
  ],
284
263
  name: "date-14"
285
- }, A = {
264
+ }, i = {
286
265
  icon: [
287
266
  30,
288
267
  32,
@@ -290,298 +269,249 @@ const k = {
290
269
  ],
291
270
  name: "date"
292
271
  };
293
- A.icon;
294
- const z0 = {
272
+ i.icon;
273
+ const j = {
295
274
  icon: [
296
275
  30,
297
276
  32,
298
277
  "M8 1a1 1 0 0 0-1 1v2H5C2.26 4 0 6.26 0 9v17c0 2.75 2.25 5 5 5h9.91a10 10 0 0 1-1.57-2H11v-4h1.09a10 10 0 0 1-.09-1 10 10 0 0 1 .09-1H11v-4h2.34a10 10 0 0 1 1.57-2H11v-4h8v1.49a10 10 0 0 1 2-.4V13h7v3a10 10 0 0 1 2 2V9a5 5 0 0 0-5-5h-2V2a1 1 0 0 0-2 0v2H9V2a1 1 0 0 0-1-1zM5 6h2v1a1 1 0 0 0 1 1 1 1 0 0 0 1-1V6h12v1a1 1 0 0 0 1 1 1 1 0 0 0 1-1V6h2c1.68 0 3 1.32 3 3v2H2V9c0-1.68 1.33-3 3-3zm-3 7h7v4H2v-4zm20 3c-4.4 0-8 3.6-8 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm0 2c3.33 0 6 2.67 6 6s-2.67 6-6 6-6-2.67-6-6 2.67-6 6-6zM2 19h7v4H2v-4zm19 1a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1 1 1 0 0 0-1-1h-3v-3a1 1 0 0 0-1-1zM2 25h7v4H5c-1.67 0-3-1.32-3-3v-1z"
299
278
  ],
300
279
  name: "datetime"
301
- }, v0 = {
280
+ }, q = {
302
281
  icon: [
303
282
  21,
304
283
  24,
305
284
  "M 5 0 C 4.4477153 0 4 0.44771525 4 1 L 4 2 C 1.790861 2 0 3.790861 0 6 L 0 20 C 0 22.2 1.8 24 4 24 L 10.757812 24 C 9.4618931 23.15264 8.3188977 22.04833 8 21.242188 C 7.3447412 20.103874 6.999907 18.81344 7 17.5 C 7.0084015 15.407448 7.8906416 13.413557 9.4335938 12 L 8 12 L 8 9 L 13 9 L 13 10.166016 C 13.493146 10.060385 13.99569 10.004765 14.5 10 C 14.667099 10.0087 14.833859 10.023069 15 10.042969 L 15 9 L 19 9 L 19 11.529297 C 19.809686 12.130147 20.489907 12.888089 21 13.757812 L 21 6 C 21 3.8 19.2 2 17 2 L 17 1 C 17 0.44771525 16.552285 0 16 0 C 15.447715 0 15 0.44771525 15 1 L 15 2 L 6 2 L 6 1 C 6 0.44771525 5.5522847 0 5 0 z M 4 4 L 4 5 C 4 5.5522847 4.4477153 6 5 6 C 5.5522847 6 6 5.5522847 6 5 L 6 4 L 15 4 L 15 5 C 15 5.5522847 15.447715 6 16 6 C 16.552285 6 17 5.5522847 17 5 L 17 4 C 18.13 4 19 4.87 19 6 L 19 7 L 2 7 L 2 6 C 2 4.87 2.88 4 4 4 z M 2 9 L 6 9 L 6 12 L 2 12 L 2 9 z M 14.560547 10.988281 C 10.982544 10.988281 8.0605469 13.910279 8.0605469 17.488281 C 8.0605469 21.066284 10.982544 23.988281 14.560547 23.988281 C 18.138549 23.988281 21.060547 21.066284 21.060547 17.488281 C 21.060547 13.910279 18.138549 10.988281 14.560547 10.988281 z M 14.560547 12.988281 C 17.05767 12.988281 19.060547 14.991158 19.060547 17.488281 C 19.060547 19.985405 17.05767 21.988281 14.560547 21.988281 C 12.063424 21.988281 10.060547 19.985405 10.060547 17.488281 C 10.060547 14.991158 12.063424 12.988281 14.560547 12.988281 z M 2 14 L 6 14 L 6 17 L 2 17 L 2 14 z M 13.857422 14.857422 A 1 1 0 0 0 12.857422 15.857422 L 12.857422 19 A 1.0001 1.0001 0 0 0 13.857422 20 L 16 20 A 1 1 0 0 0 17 19 A 1 1 0 0 0 16 18 L 14.857422 18 L 14.857422 15.857422 A 1 1 0 0 0 13.857422 14.857422 z M 2 19 L 6 19 L 6 22 L 4 22 C 2.88 22 2 21.13 2 20 L 2 19 z"
306
285
  ],
307
286
  name: "datetime-12"
308
- }, u0 = {
287
+ }, G = {
309
288
  icon: [
310
289
  26,
311
290
  28,
312
291
  "M 8 0 A 1 1 0 0 0 7 1 L 7 2 L 5 2 C 2.25 2 0 4.24 0 7 L 0 23 C 0 25.75 2.25 28 5 28 L 14.025391 28 A 8.499999 8.499999 0 0 1 12.314453 26 L 10 26 L 10 22 L 11.042969 22 A 8.499999 8.499999 0 0 1 11 21.5 A 8.499999 8.499999 0 0 1 11.134766 20 L 10 20 L 10 16 L 13.025391 16 A 8.499999 8.499999 0 0 1 15.546875 14 L 10 14 L 10 10 L 16 10 L 16 13.789062 A 8.499999 8.499999 0 0 1 18 13.134766 L 18 10 L 24 10 L 24 14 L 23.496094 14 A 8.499999 8.499999 0 0 1 26 16.027344 L 26 7 A 5 5 0 0 0 21 2 L 19 2 L 19 1 A 1 1 0 0 0 17 1 L 17 2 L 9 2 L 9 1 A 1 1 0 0 0 8 0 z M 5 4 L 7 4 L 7 5 A 1 1 0 0 0 9 5 L 9 4 L 17 4 L 17 5 A 1 1 0 0 0 19 5 L 19 4 L 21 4 C 23 4 24 5.32 24 7 L 24 8 L 2 8 L 2 7 C 2 5.32 3 4 5 4 z M 2 10 L 8 10 L 8 14 L 2 14 L 2 10 z M 19.560547 14.988281 C 15.982544 14.988281 13.060547 17.910279 13.060547 21.488281 C 13.060547 25.066284 15.982544 27.988281 19.560547 27.988281 C 23.138549 27.988281 26.060547 25.066284 26.060547 21.488281 C 26.060547 17.910279 23.138549 14.988281 19.560547 14.988281 z M 2 16 L 8 16 L 8 20 L 2 20 L 2 16 z M 19.560547 16.988281 C 22.05767 16.988281 24.060547 18.991158 24.060547 21.488281 C 24.060547 23.985405 22.05767 25.988281 19.560547 25.988281 C 17.063424 25.988281 15.060547 23.985405 15.060547 21.488281 C 15.060547 18.991158 17.063424 16.988281 19.560547 16.988281 z M 18.857422 18.857422 A 1 1 0 0 0 17.857422 19.857422 L 17.857422 23 A 1.0001 1.0001 0 0 0 18.857422 24 L 21 24 A 1 1 0 0 0 22 23 A 1 1 0 0 0 21 22 L 19.857422 22 L 19.857422 19.857422 A 1 1 0 0 0 18.857422 18.857422 z M 2 22 L 8 22 L 8 26 L 5 26 C 3.33 26 2 24.68 2 23 L 2 22 z"
313
292
  ],
314
293
  name: "datetime-14"
315
- }, d0 = {
294
+ }, I = {
316
295
  icon: [
317
296
  32,
318
297
  32,
319
298
  "M7 0C3.14 0 0 3.14 0 7v18c0 3.86 3.14 7 7 7h18a7 7 0 0 0 7-7V7c0-3.86-3.14-7-7-7zm18 8a2 2 0 0 1 1.41.59 2 2 0 0 1 0 2.82l-12 12a2 2 0 0 1-2.83 0l-5.99-6a2 2 0 0 1 0-2.82 2 2 0 0 1 2.83 0L13 19.17 23.6 8.6A2 2 0 0 1 25 8Z"
320
299
  ],
321
300
  name: "checkbox-checked"
322
- }, g0 = {
301
+ }, J = {
323
302
  icon: [
324
303
  32,
325
304
  32,
326
305
  "M7 0a7 7 0 0 0-7 7v18a7 7 0 0 0 7 7h18a7 7 0 0 0 7-7V7a7 7 0 0 0-7-7zm0 2h18c2.79 0 5 2.22 5 5v18c0 2.79-2.21 5-5 5H7c-2.78 0-5-2.21-5-5V7c0-2.78 2.22-5 5-5z"
327
306
  ],
328
307
  name: "checkbox"
329
- }, b0 = {
330
- icon: [
331
- 32,
332
- 32,
333
- "M16 0a16 16 0 1 0 0 32 16 16 0 0 0 0-32Zm0 2a14 14 0 0 1 14 14 14 14 0 0 1-14 14A14 14 0 0 1 2 16 14 14 0 0 1 16 2Zm5.2 8.4-6.3 9-4.2-4.1c-1-1-2.3.5-1.4 1.4l5 5a1 1 0 0 0 1.5-.1l7-10c.8-1.1-.9-2.2-1.6-1.2z"
334
- ],
335
- name: "check-circle-outline"
336
- }, f0 = {
308
+ }, K = {
337
309
  icon: [
338
310
  19,
339
311
  24,
340
312
  "M9.73 0H9.5C7.04 0 4.56.8 2.72 2.44.9 4.08-.23 6.64.04 9.8c.23 2.6 2.24 5.84 4.25 8.7 1 1.43 2.02 2.71 2.85 3.67.4.47.78.87 1.1 1.16.16.15.3.28.47.39.16.11.27.28.79.28s.63-.17.8-.28a16.3 16.3 0 0 0 1.56-1.55 44.3 44.3 0 0 0 2.85-3.67c2-2.86 4.02-6.1 4.25-8.7.28-3.17-.85-5.72-2.69-7.36A10.13 10.13 0 0 0 9.73 0Zm-.42 2h.19c2.03 0 4.04.66 5.44 1.92 1.4 1.26 2.26 3.07 2.02 5.7-.14 1.6-1.96 4.98-3.9 7.73a44.52 44.52 0 0 1-2.7 3.5c-.35.4-.63.68-.86.9a14 14 0 0 1-.86-.9 44.43 44.43 0 0 1-2.72-3.5C3.99 14.6 2.18 11.2 2.04 9.63c-.23-2.64.62-4.45 2.02-5.7A8.22 8.22 0 0 1 9.31 2Zm.19 3A2.5 2.5 0 0 0 7 7.5 2.5 2.5 0 0 0 9.5 10 2.5 2.5 0 0 0 12 7.5 2.5 2.5 0 0 0 9.5 5Z"
341
313
  ],
342
314
  name: "coordinates-12"
343
- }, A0 = {
315
+ }, R = {
344
316
  icon: [
345
317
  22,
346
318
  28,
347
319
  "M11.01 0c-2.83 0-5.68.91-7.8 2.81S-.23 7.62.03 11.31c.1 1.51.8 3.19 1.76 4.96a55.08 55.08 0 0 0 6.96 9.64c.52.56.96 1.02 1.35 1.37.2.17.36.3.54.43.2.12.3.29.83.29s.66-.18.84-.31c.18-.13.35-.27.53-.44.36-.35.77-.81 1.24-1.38a52.72 52.72 0 0 0 3.2-4.34c2.24-3.37 4.47-7.24 4.69-10.22.26-3.68-1.06-6.6-3.17-8.5a11.63 11.63 0 0 0-7.79-2.8Zm0 2c2.4 0 4.77.8 6.45 2.3 1.7 1.51 2.74 3.72 2.51 6.86-.14 2-2.18 6-4.36 9.27a51.02 51.02 0 0 1-3.07 4.17c-.43.52-.8.93-1.08 1.2 0-.02-.02-.01-.03-.02-.3-.27-.72-.7-1.2-1.22a53.4 53.4 0 0 1-6.68-9.24 12.02 12.02 0 0 1-1.52-4.15c-.22-3.15.83-5.35 2.52-6.87A9.75 9.75 0 0 1 11 2Zm-.13 3a4.51 4.51 0 0 0 .12 9c2.47 0 4.5-2.03 4.5-4.5S13.47 5 11 5zM11 7c1.4 0 2.5 1.1 2.5 2.5A2.5 2.5 0 0 1 11 12c-1.4 0-2.5-1.1-2.5-2.5S9.6 7 11 7z"
348
320
  ],
349
321
  name: "coordinates-14"
350
- }, M0 = {
322
+ }, T = {
351
323
  icon: [
352
324
  26,
353
325
  32,
354
326
  "M13 6a5 5 0 0 0-5 5 5 5 0 0 0 5 4.98A5 5 0 0 0 17.98 11 5 5 0 0 0 13 6.01zm0 2a3 3 0 0 1 3.02 3.03A3 3 0 0 1 13 13.98a2.98 2.98 0 0 1-3.03-2.99A3.03 3.03 0 0 1 13 7.97zm0-8A12.96 12.96 0 0 0 0 13c0 5.4 7.4 14.2 11.1 18.1 1.1 1.2 2.8 1.2 3.9 0 3.59-3.9 10.96-12.7 10.96-18.1A12.9 12.9 0 0 0 13.03 0Zm0 2a10.96 10.96 0 0 1 11 11c0 4.5-6.1 11.97-9.3 15.79-1.02 1.2-2.27 1.2-3.29 0-3.1-3.78-9.45-11.3-9.45-15.8A10.96 10.96 0 0 1 13.03 2Z"
355
327
  ],
356
328
  name: "coordinates"
357
- }, L0 = {
329
+ }, a0 = {
358
330
  icon: [
359
331
  13,
360
332
  24,
361
333
  "M6.92 0a1 1 0 0 0-1 1v2.09c-1.07.1-2.1.41-3 .94A4.03 4.03 0 0 0 .85 7.45c0 1.8.87 3.15 2.01 3.95 1.15.8 2.5 1.18 3.78 1.56 1.27.37 2.44.75 3.2 1.28.76.53 1.16 1.07 1.16 2.31 0 .98-.4 1.47-1.19 1.89-.8.42-2 .62-3.24.53a8.22 8.22 0 0 1-3.35-.94C2.36 17.54 2 17.02 2 16.55a1 1 0 0 0-1-1 1 1 0 0 0-1 1c0 1.43 1.02 2.53 2.22 3.22 1.07.61 2.37 1 3.7 1.15V23a1 1 0 0 0 1 1 1 1 0 0 0 1-1v-2.04c1-.07 1.98-.3 2.83-.75A4.13 4.13 0 0 0 13 16.55a4.7 4.7 0 0 0-2.02-3.95c-1.14-.8-2.5-1.18-3.77-1.56a12.07 12.07 0 0 1-3.2-1.28c-.76-.53-1.16-1.07-1.16-2.31 0-.77.36-1.26 1.1-1.7a5.98 5.98 0 0 1 2.97-.71c1.12 0 2.24.26 2.98.7.74.45 1.1.94 1.1 1.7a1 1 0 0 0 1 1 1 1 0 0 0 1-1 4 4 0 0 0-2.07-3.4 7.35 7.35 0 0 0-3.01-.95V.99a1 1 0 0 0-1-.99Z"
362
334
  ],
363
335
  name: "currency-12"
364
- }, C0 = {
336
+ }, c0 = {
365
337
  icon: [
366
338
  15,
367
339
  28,
368
340
  "M7.96 0a1.5 1.5 0 0 0-1.5 1.5v2.05a7.9 7.9 0 0 0-3.1 1.1A5 5 0 0 0 .92 8.82c0 2.12 1.02 3.8 2.35 4.77 1.33.97 2.86 1.4 4.25 1.85 1.38.43 2.62.85 3.37 1.39.74.54 1.11 1.02 1.11 2.34 0 1-.34 1.42-1.1 1.84-.76.42-2 .64-3.29.54a8.32 8.32 0 0 1-3.46-1c-.86-.52-1.15-1-1.15-1.38a1.5 1.5 0 0 0-1.5-1.5 1.5 1.5 0 0 0-1.5 1.5c0 1.77 1.22 3.13 2.6 3.96 1.14.68 2.47 1.1 3.86 1.3v2.07a1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5v-2c1.02-.1 2-.37 2.9-.86A5.12 5.12 0 0 0 15 19.18c0-2.13-1.03-3.8-2.36-4.77-1.33-.97-2.86-1.4-4.24-1.84a12.7 12.7 0 0 1-3.37-1.4c-.75-.54-1.12-1.02-1.12-2.34 0-.76.3-1.2 1.03-1.64a6.05 6.05 0 0 1 3.01-.74c1.16 0 2.3.3 3.02.74.72.45 1.02.88 1.02 1.64a1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 5 5 0 0 0-2.44-4.19c-.93-.58-2-.93-3.1-1.09V1.5A1.5 1.5 0 0 0 7.96 0Z"
369
341
  ],
370
342
  name: "currency-14"
371
- }, T0 = {
343
+ }, h0 = {
372
344
  icon: [
373
345
  16,
374
346
  32,
375
347
  "M8.5 0A1.51 1.51 0 0 0 7 1.51v3.02A1.51 1.51 0 0 0 8.5 6.01a1.51 1.51 0 0 0 1.51-1.51V1.5A1.51 1.51 0 0 0 8.51.04Zm0 26A1.51 1.51 0 0 0 7 27.5v2.99A1.51 1.51 0 0 0 8.5 32a1.51 1.51 0 0 0 1.51-1.51v-3.02a1.51 1.51 0 0 0-1.5-1.51Zm0-22C4.72 4 .98 6 .98 10.01a6.69 6.69 0 0 0 2.46 5.3c1.43 1.12 3.1 1.62 4.57 2.1 1.51.5 2.87.99 3.7 1.63.83.64 1.29 1.32 1.29 2.95 0 1.28-.46 1.89-1.29 2.38-.87.49-2.19.75-3.59.64a8.58 8.58 0 0 1-3.78-1.2c-.94-.61-1.36-1.22-1.36-1.82a1.51 1.51 0 0 0-1.5-1.51A1.51 1.51 0 0 0 0 21.98c0 1.9 1.25 3.4 2.72 4.35 1.51.95 3.32 1.51 5.18 1.67a9.23 9.23 0 0 0 5.32-1.06 5.69 5.69 0 0 0 2.76-4.95c0-2.38-1.02-4.2-2.45-5.3-1.4-1.12-3.03-1.62-4.54-2.1-1.5-.5-2.87-.99-3.7-1.67-.83-.64-1.29-1.28-1.29-2.9 0-4.01 9-4.01 9 0a1.51 1.51 0 0 0 1.5 1.5 1.51 1.51 0 0 0 1.52-1.5c0-4.01-3.78-6.05-7.56-6.05z"
376
348
  ],
377
349
  name: "currency"
378
- }, Z0 = {
350
+ }, m0 = {
379
351
  icon: [
380
352
  32,
381
353
  32,
382
354
  "M5 15a1 1 0 1 0 0 2h22a1 1 0 1 0 0-2zm0 8a1 1 0 1 0 0 2h22a1 1 0 1 0 0-2zM5 7a1 1 0 1 0 0 2h22a1 1 0 1 0 0-2Z"
383
355
  ],
384
356
  name: "drag-lines"
385
- }, V0 = {
357
+ }, v0 = {
386
358
  icon: [
387
359
  21,
388
360
  24,
389
361
  "M7 0a1 1 0 0 0 0 2h2v2a1 1 0 0 0 0 .05A10.01 10.01 0 0 0 10 24a10 10 0 0 0 7.74-16.32l2.97-2.97a1 1 0 0 0 0-1.42A1 1 0 0 0 20 3a1 1 0 0 0-.7.3l-2.98 2.97A9.95 9.95 0 0 0 11 4.06 1 1 0 0 0 11 4V2h2a1 1 0 0 0 1-1 1 1 0 0 0-1-1h-3zm3 6c4.43 0 8 3.57 8 8 0 4.44-3.57 8-8 8s-8-3.56-8-8c0-4.43 3.57-8 8-8zm0 2a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1 1 1 0 0 0 1-1V9a1 1 0 0 0-1-1Z"
390
362
  ],
391
363
  name: "duration-12"
392
- }, H0 = {
364
+ }, n0 = {
393
365
  icon: [
394
366
  25,
395
367
  28,
396
368
  "M9 0a1 1 0 0 0 0 2h2v2.04C4.85 4.56 0 9.72 0 16c0 6.61 5.39 12 12 12a12.01 12.01 0 0 0 9.16-19.74l3.55-3.55a1 1 0 0 0 0-1.42A1 1 0 0 0 24 3a1 1 0 0 0-.71.3l-3.54 3.55A11.95 11.95 0 0 0 13 4.04V2h2a1 1 0 0 0 1-1 1 1 0 0 0-1-1h-3zm3 6c5.54 0 10 4.46 10 10 0 5.53-4.46 10-10 10a9.99 9.99 0 1 1 0-20Zm0 3a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1 1 1 0 0 0 1-1v-7a1 1 0 0 0-1-1Z"
397
369
  ],
398
370
  name: "duration-14"
399
- }, y0 = {
371
+ }, z0 = {
400
372
  icon: [
401
373
  28,
402
374
  32,
403
375
  "M11 0a1 1 0 0 0 0 2h2v2.04C5.75 4.55 0 10.6 0 18c0 7.72 6.28 14 14 14A14.02 14.02 0 0 0 24.58 8.83l3.13-3.12a1 1 0 0 0 0-1.41 1 1 0 0 0-1.42 0l-3.12 3.12A13.94 13.94 0 0 0 15 4.04V2h2a1 1 0 0 0 1-1 1 1 0 0 0-1-1h-3zm3 6c6.64 0 12 5.36 12 12s-5.36 12-12 12a12 12 0 1 1 0-24Zm0 4a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1 1 1 0 0 0 1-1v-8a1 1 0 0 0-1-1z"
404
376
  ],
405
377
  name: "duration"
406
- }, k0 = {
378
+ }, e0 = {
407
379
  icon: [
408
380
  24,
409
381
  24,
410
382
  "M6 0C4.27 0 2.74.6 1.66 1.68A6.04 6.04 0 0 0 0 6v18h9v-2H2V6c0-1.27.4-2.24 1.08-2.91A3.96 3.96 0 0 1 6 2h3V0Zm9 0v2h7v16c0 1.27-.41 2.25-1.08 2.93A3.95 3.95 0 0 1 18 22h-3v2h3c1.73 0 3.26-.58 4.34-1.66A6.08 6.08 0 0 0 24 18V0Z"
411
383
  ],
412
384
  name: "array-12"
413
- }, x0 = {
385
+ }, o0 = {
414
386
  icon: [
415
387
  28,
416
388
  28,
417
389
  "M6 0C4.27 0 2.74.6 1.66 1.68A6.04 6.04 0 0 0 0 6v22h10v-2H2V6c0-1.27.4-2.24 1.08-2.91A3.96 3.96 0 0 1 6 2h4V0H6zm12 0v2h8v20c0 1.27-.41 2.25-1.08 2.93A3.95 3.95 0 0 1 22 26h-4v2h4c1.73 0 3.26-.58 4.34-1.66A6.08 6.08 0 0 0 28 22V0H18z"
418
390
  ],
419
391
  name: "array-12"
420
- }, w0 = {
392
+ }, i0 = {
421
393
  icon: [
422
394
  32,
423
395
  32,
424
396
  "M6 0C4.27 0 2.74.6 1.66 1.68A6.04 6.04 0 0 0 0 6v26h11v-2H2V6c0-1.27.4-2.24 1.08-2.91A3.96 3.96 0 0 1 6 2h5V0ZM26 32c1.73 0 3.26-.58 4.34-1.66A6.08 6.08 0 0 0 32 26V0H21v2h9v24c0 1.27-.4 2.26-1.08 2.93A3.97 3.97 0 0 1 26 30h-5v2z"
425
397
  ],
426
398
  name: "array-12"
427
- }, E0 = {
399
+ }, L0 = {
428
400
  icon: [
429
401
  32,
430
402
  24,
431
403
  "M14.03 1a2.57 2.57 0 0 0-2.55 2.55v2.56c0 1.4 1.15 2.54 2.55 2.54h.32v1.92H4.78c-.27 0-.49 0-.74.05s-.58.18-.82.45c-.24.28-.3.6-.33.8-.03.23-.02.42-.02.6v.96a.96.96 0 1 0 1.91 0v-.95h9.57v.95c.03 1.25 1.88 1.25 1.91 0v-.95h9.57v.95a.96.96 0 1 0 1.9 0v-.95c0-.2 0-.38-.02-.6a1.41 1.41 0 0 0-.32-.8c-.23-.28-.57-.41-.82-.46a3.86 3.86 0 0 0-.74-.05h-9.57V8.65h.32c1.4 0 2.55-1.15 2.55-2.54V3.55c0-1.4-1.15-2.55-2.55-2.55Zm0 1.91h2.55c.37 0 .64.27.64.64v2.56c0 .36-.27.63-.64.63h-2.55a.61.61 0 0 1-.64-.63V3.55c0-.37.27-.64.64-.64zM2.53 15.35A2.62 2.62 0 0 0 0 17.95v2.46A2.61 2.61 0 0 0 2.6 23h2.46a2.61 2.61 0 0 0 2.6-2.58v-2.46a2.61 2.61 0 0 0-2.59-2.61Zm11.48 0a2.61 2.61 0 0 0-2.53 2.6v2.46A2.61 2.61 0 0 0 14.07 23h2.47a2.6 2.6 0 0 0 2.58-2.6v-2.45a2.61 2.61 0 0 0-2.57-2.6zm11.48 0a2.62 2.62 0 0 0-2.53 2.6v2.46A2.61 2.61 0 0 0 25.54 23H28a2.61 2.61 0 0 0 2.6-2.58v-2.46a2.61 2.61 0 0 0-2.6-2.61ZM2.6 17.26h2.46c.38 0 .68.29.68.69v2.46a.67.67 0 0 1-.68.68H2.6a.67.67 0 0 1-.69-.67v-2.46c0-.4.29-.69.7-.69zm11.48 0h2.46c.39 0 .67.29.67.69v2.46c0 .38-.28.68-.67.68h-2.48a.65.65 0 0 1-.67-.68v-2.46c0-.4.28-.69.67-.69zm11.48 0H28c.4 0 .69.29.69.69v2.46a.67.67 0 0 1-.7.68h-2.45a.67.67 0 0 1-.68-.68v-2.46c0-.4.29-.69.68-.69z"
432
404
  ],
433
405
  name: "hierarchy-12"
434
- }, $0 = {
406
+ }, l0 = {
435
407
  icon: [
436
408
  34,
437
409
  28,
438
410
  "M15 1a3.02 3.02 0 0 0-3.02 3.02v3.03A3.02 3.02 0 0 0 15 10.03H16V12H6.05l-.68.03a1.47 1.47 0 0 0-.91.38 1.44 1.44 0 0 0-.38.91l-.04.68v2a.98.98 0 0 0 .99 1.02A.98.98 0 0 0 6.05 16v-2h9.97v2a1 1 0 0 0 2 0v-2h10.02v2a.98.98 0 0 0 .98 1.02.98.98 0 0 0 1.02-1.02v-2.68a1.44 1.44 0 0 0-.41-.87 1.44 1.44 0 0 0-.9-.38c-.24-.07-.46-.07-.69-.07H18v-1.97H19a3.02 3.02 0 0 0 2.98-3.02V3.99A3.02 3.02 0 0 0 18.97 1Zm0 2h4c.58 0 1 .46 1 1.02v3.03c0 .53-.42.98-1 .98h-4A.98.98 0 0 1 13.98 7V3.99A1 1 0 0 1 15 3zM3 18A3.02 3.02 0 0 0 0 21.04v3.02A3 3 0 0 0 3.02 27H7a3.02 3.02 0 0 0 3.02-2.99V21A3.02 3.02 0 0 0 7 18.01ZM15 18a3.02 3.02 0 0 0-3.02 3.03v3.02A3 3 0 0 0 15 27h4a3.02 3.02 0 0 0 3-2.99V21a3.02 3.02 0 0 0-3.03-2.98Zm11.98 0a3.02 3.02 0 0 0-3.02 3.03v3.02c0 1.63 1.4 2.95 3.02 2.95h4a3.02 3.02 0 0 0 3.03-2.99V21A3.02 3.02 0 0 0 31 18.01ZM2.95 20.06h4.04a1 1 0 0 1 1.02 1.02v3.02c0 .53-.45.94-1.02.94H3.02a.98.98 0 0 1-.98-.98v-3.02c0-.53.38-.95.95-.98zm11.98 0H19c.57 0 .98.41.98 1.02v3.02c0 .53-.41.94-.98.94h-4a.98.98 0 0 1-1.03-.98v-3.02a1 1 0 0 1 .95-.98zm12.01 0H31A1 1 0 0 1 32 21.07v3.02c0 .53-.45.94-1.02.94h-4a.98.98 0 0 1-.99-.98v-3.02c0-.53.38-.95.94-.98Z"
439
411
  ],
440
412
  name: "hierarchy-14"
441
- }, _0 = {
413
+ }, A0 = {
442
414
  icon: [
443
415
  40,
444
416
  32,
445
417
  "M17 1c-1.64 0-3 1.36-3 3v4a3 3 0 0 0 3 3h2v3H8c-.83 0-1.55.39-2.08.92A2.95 2.95 0 0 0 5 17v2a1 1 0 0 0 1 1 1 1 0 0 0 1-1v-2c0-.17.11-.45.33-.67.22-.22.5-.33.67-.33h11v3a1 1 0 0 0 1 1 1 1 0 0 0 1-1v-3h11c.17 0 .45.11.66.33.22.22.34.5.34.67v2a1 1 0 0 0 1 1 1 1 0 0 0 1-1v-2c0-.83-.39-1.55-.92-2.08A2.95 2.95 0 0 0 32 14H21v-3h2a3 3 0 0 0 3-3V4c0-1.64-1.35-3-3-3Zm0 2h6c.57 0 1 .43 1 1v4c0 .57-.43 1-1 1h-6c-.57 0-1-.43-1-1V4c0-.57.43-1 1-1ZM3 21a3 3 0 0 0-3 3v4a3 3 0 0 0 3 3h6c1.64 0 3-1.36 3-3v-4c0-1.65-1.36-3-3-3zm14 0a3 3 0 0 0-3 3v4a3 3 0 0 0 3 3h6a3 3 0 0 0 3-3v-4a3 3 0 0 0-3-3zm14 0a3 3 0 0 0-3 3v4a3 3 0 0 0 3 3h6c1.64 0 3-1.36 3-3v-4c0-1.65-1.36-3-3-3zM3 23h6c.57 0 1 .43 1 1v4c0 .57-.43 1-1 1H3c-.58 0-1-.43-1-1v-4c0-.57.42-1 1-1zm14 0h6c.57 0 1 .43 1 1v4c0 .57-.43 1-1 1h-6c-.57 0-1-.43-1-1v-4c0-.57.43-1 1-1zm14 0h6c.57 0 1 .43 1 1v4c0 .57-.43 1-1 1h-6c-.58 0-1-.43-1-1v-4c0-.57.42-1 1-1z"
446
418
  ],
447
419
  name: "hierarchy"
448
- }, S0 = {
420
+ }, M0 = {
449
421
  icon: [
450
422
  28,
451
423
  24,
452
424
  "M3.9 1A3.9 3.9 0 0 0 0 4.86v14.28A3.9 3.9 0 0 0 3.9 23h20.2a3.9 3.9 0 0 0 3.9-3.86V4.86A3.9 3.9 0 0 0 24.1 1Zm0 2h20.2c1.08 0 1.9.82 1.9 1.86v10.43h-3.78l-3.37-2.01a1 1 0 0 0-.51-.14h-2.37L13.38 9.3a1 1 0 0 0-1.42-.24l-1.93 1.43-2.36-4.66a1 1 0 0 0-1.72-.1L2 11.58V4.86C2 3.82 2.82 3 3.9 3ZM22 5a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2ZM6.65 8.26l2.13 4.2a1 1 0 0 0 1.48.34l2.05-1.52 2.3 3.43a1 1 0 0 0 .83.43h2.62l3.38 2a1 1 0 0 0 .5.15H26v1.85c0 1.04-.82 1.86-1.9 1.86H3.9C2.81 21 2 20.18 2 19.14v-3.98z"
453
425
  ],
454
426
  name: "image-12"
455
- }, O0 = {
427
+ }, C0 = {
456
428
  icon: [
457
429
  33,
458
430
  28,
459
431
  "M4.44 1A4.45 4.45 0 0 0 0 5.43v17.14C0 25.01 2 27 4.44 27h24.12A4.45 4.45 0 0 0 33 22.57V5.43C33 2.99 31 1 28.56 1Zm0 2h24.12A2.41 2.41 0 0 1 31 5.43v12.72h-4.75l-4.07-2.43a1 1 0 0 0-.51-.14h-2.91l-3.15-4.7a1 1 0 0 0-1.43-.25L11.7 12.5l-2.9-5.8a1 1 0 0 0-1.73-.1L2 14.14V5.43A2.41 2.41 0 0 1 4.44 3zm20.68 2.29a3.6 3.6 0 0 0-3.6 3.57 3.6 3.6 0 0 0 7.18 0 3.6 3.6 0 0 0-3.58-3.57zm0 2c.88 0 1.58.69 1.58 1.57 0 .88-.7 1.58-1.58 1.58-.9 0-1.6-.7-1.6-1.58 0-.88.7-1.58 1.6-1.58zM7.77 9.11l2.67 5.33a1 1 0 0 0 1.49.35l2.6-1.94 2.86 4.26a1 1 0 0 0 .84.45h3.16L25.46 20a1 1 0 0 0 .51.14H31v2.43A2.41 2.41 0 0 1 28.56 25H4.44A2.41 2.41 0 0 1 2 22.57v-4.84z"
460
432
  ],
461
433
  name: "image-14"
462
- }, P0 = {
434
+ }, V0 = {
463
435
  icon: [
464
436
  38,
465
437
  32,
466
438
  "M5 1C2.25 1 0 3.25 0 6v20a5 5 0 0 0 5 5h28c2.75 0 5-2.25 5-5V6c0-2.75-2.25-5-5-5Zm0 2h28c1.68 0 3 1.33 3 3v15h-5.72l-4.77-2.85a1 1 0 0 0-.5-.15h-3.48l-3.7-5.55a1 1 0 0 0-1.43-.24l-3.05 2.28L9.9 7.55a1 1 0 0 0-1.73-.1L2 16.7V6c0-1.67 1.32-3 3-3Zm23.9 3a4.02 4.02 0 0 0-3.9 4c0 2.2 1.8 4 4 4a4.01 4.01 0 0 0 0-8h-.1zm.1 2c1.12 0 2 .89 2 2 0 1.12-.88 2-2 2-1.11 0-2-.88-2-2 0-1.11.89-2 2-2zM8.88 10l3.23 6.45a1 1 0 0 0 1.49.35l3.15-2.36 3.42 5.12A1 1 0 0 0 21 20h3.72l4.76 2.86A1 1 0 0 0 30 23h6v3c0 1.67-1.32 3-3 3H5c-1.68 0-3-1.33-3-3v-5.7z"
467
439
  ],
468
440
  name: "image"
469
- }, j0 = {
441
+ }, Z0 = {
470
442
  icon: [
471
443
  24,
472
444
  24,
473
445
  "M12 0C5.4 0 0 5.39 0 12A12 12 0 1 0 12 0Zm0 2c5.54 0 10 4.47 10 10 0 5.54-4.46 10-10 10a10 10 0 1 1 0-20zm0 7a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3z"
474
446
  ],
475
447
  name: "numeric-12"
476
- }, N0 = {
448
+ }, s0 = {
477
449
  icon: [
478
450
  28,
479
451
  28,
480
452
  "M14 0C6.28 0 0 6.28 0 14s6.28 14 14 14a14 14 0 0 0 0-28Zm0 2c6.64 0 12 5.36 12 12s-5.36 12-12 12S2 20.64 2 14A12 12 0 0 1 14 2Zm0 9a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3z"
481
453
  ],
482
454
  name: "numeric-14"
483
- }, B0 = {
455
+ }, H0 = {
484
456
  icon: [
485
457
  32,
486
458
  32,
487
459
  "M19 16a3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3 3 3 0 0 1 3 3zM16 0a16 16 0 0 0 0 32c8.82 0 16-7.18 16-16 0-8.83-7.18-16-16-16Zm0 2A14 14 0 1 1 2 16C2 8.25 8.25 2 16 2z"
488
460
  ],
489
461
  name: "numeric"
490
- }, D0 = {
491
- icon: [
492
- 24,
493
- 24,
494
- "M9.8 0C4.4 0 0 4.4 0 9.8a9.81 9.81 0 0 0 15.98 7.59l6.3 6.32a1 1 0 0 0 1.43 0 1 1 0 0 0 0-1.42l-6.32-6.3A9.81 9.81 0 0 0 9.8 0Zm0 2c4.32 0 7.8 3.48 7.8 7.8s-3.48 7.8-7.8 7.8A7.79 7.79 0 1 1 9.8 2z"
495
- ],
496
- name: "search-12"
497
- }, Y0 = {
498
- icon: [
499
- 28,
500
- 28,
501
- "M11.4 0C5.12 0 0 5.12 0 11.4c0 6.3 5.12 11.4 11.4 11.4a11.2 11.2 0 0 0 7.22-2.77l7.68 7.69a1 1 0 0 0 1.66-.46 1 1 0 0 0-.24-.96l-7.69-7.68a11.2 11.2 0 0 0 2.78-7.22C22.8 5.12 17.69 0 11.4 0Zm0 2c5.21 0 9.4 4.2 9.4 9.4 0 5.21-4.19 9.4-9.4 9.4-5.2 0-9.4-4.19-9.4-9.4C2 6.2 6.2 2 11.4 2Z"
502
- ],
503
- name: "search-14"
504
- }, q0 = {
505
- icon: [
506
- 32,
507
- 32,
508
- "M21.3 21.3a1 1 0 0 0 0 1.41l9 9a1 1 0 0 0 1.4 0 1 1 0 0 0 0-1.41l-8.99-9a1 1 0 0 0-1.42 0zM13 0C5.83 0 0 5.83 0 13s5.83 13 13 13 13-5.83 13-13S20.17 0 13 0Zm0 2c6.09 0 11 4.91 11 11S19.1 24 13 24 2 19.1 2 13 6.91 2 13 2z"
509
- ],
510
- name: "search"
511
- }, F0 = {
462
+ }, r0 = {
512
463
  icon: [
513
464
  24,
514
465
  24,
515
466
  "M12 0C5.4 0 0 5.39 0 12A12 12 0 1 0 12 0Zm0 2c5.54 0 10 4.47 10 10 0 5.54-4.46 10-10 10a10 10 0 1 1 0-20zm0 2a1 1 0 0 0-1 1v7.84a1 1 0 0 0 .38.8l4 3.15a1 1 0 0 0 1.4-.17 1 1 0 0 0-.16-1.4L13 12.37V5a1 1 0 0 0-1-1Z"
516
467
  ],
517
468
  name: "time-12"
518
- }, R0 = {
469
+ }, t0 = {
519
470
  icon: [
520
471
  28,
521
472
  28,
522
473
  "M14 0C6.28 0 0 6.28 0 14s6.28 14 14 14a14 14 0 0 0 0-28Zm0 2c6.64 0 12 5.36 12 12s-5.36 12-12 12S2 20.64 2 14A12 12 0 0 1 14 2Zm0 3a1 1 0 0 0-1 1v9a1 1 0 0 0 .38.78l5 4a1 1 0 0 0 1.4-.16 1 1 0 0 0-.16-1.4L15 14.52V6a1 1 0 0 0-1-1Z"
523
474
  ],
524
475
  name: "time-14"
525
- }, U0 = {
476
+ }, d0 = {
526
477
  icon: [
527
478
  32,
528
479
  32,
529
480
  "M16 0a16 16 0 0 0 0 32c8.82 0 16-7.18 16-16 0-8.83-7.18-16-16-16Zm0 2A14 14 0 1 1 2 16C2 8.25 8.25 2 16 2Zm0 4a1 1 0 0 0-1 1v10.16a1 1 0 0 0 .37.77l6 4.85a1 1 0 0 0 1.41-.16 1 1 0 0 0-.16-1.4L17 16.68V7a1 1 0 0 0-1-1Z"
530
481
  ],
531
482
  name: "time"
532
- }, W0 = {
483
+ }, g0 = {
533
484
  icon: [16, 16, "M 1,7 C 0.5,7 0.5,8 1,8 h 14 c 0.8,0 0.8,-1 0,-1 z"],
534
485
  name: "border-solid"
535
- }, G0 = {
486
+ }, u0 = {
536
487
  icon: [
537
488
  16,
538
489
  16,
539
490
  "M1 7C.3 7 .3 8 1 8h3c.8 0 .8-1 0-1Zm5.5 0c-.7 0-.7 1 0 1h3c.8 0 .8-1 0-1zM12 7c-.7 0-.7 1 0 1h3c.8 0 .8-1 0-1z"
540
491
  ],
541
492
  name: "border-dashed"
542
- }, I0 = {
493
+ }, b0 = {
543
494
  icon: [
544
495
  16,
545
496
  16,
546
497
  "M10.5 7c-.7 0-.7 1 0 1h1c.8 0 .8-1 0-1zm3 0c-.7 0-.7 1 0 1h1c.8 0 .8-1 0-1zm-9 0c-.7 0-.7 1 0 1h1c.8 0 .8-1 0-1zm3 0c-.7 0-.7 1 0 1h1c.8 0 .8-1 0-1zm-6 0c-.7 0-.7 1 0 1h1c.8 0 .8-1 0-1z"
547
498
  ],
548
499
  name: "border-dotted"
549
- }, J0 = {
550
- icon: [
551
- 24,
552
- 24,
553
- "m7 7 14 14M5 7l4.9 5-5 5c-1.3 1.3.8 3.4 2.2 2l4.9-4.9 5 5c1.3 1.3 3.4-.8 2-2.2L14.2 12l5-5c1.3-1.3-.8-3.4-2.2-2L12 9.8l-5-5c-1.3-1.3-3.5.8-2 2.2Z"
554
- ],
555
- name: "clear-12"
556
- }, K0 = {
557
- icon: [
558
- 28,
559
- 28,
560
- "m6 8 5.9 6-6 6c-1.3 1.3.8 3.4 2.2 2l5.9-5.9 6 6c1.3 1.3 3.4-.8 2-2.2L16.2 14l6-6c1.3-1.3-.8-3.4-2.2-2L14 11.8l-6-6c-1.3-1.3-3.5.8-2 2.2Z"
561
- ],
562
- name: "clear-14"
563
- }, Q0 = {
564
- icon: [
565
- 32,
566
- 32,
567
- "m6.6 9.4 6.6 6.6-6.6 6.6c-1.9 1.8 1 4.7 2.8 2.8l6.6-6.6 6.6 6.6c1.8 1.9 4.7-1 2.8-2.8L18.8 16l6.6-6.6c1.9-1.9-1-4.6-2.8-2.8L16 13.2 9.4 6.6c-1.8-1.8-4.7 1-2.8 2.8Z"
568
- ],
569
- name: "clear-16"
570
- }, X0 = {
500
+ }, p0 = {
571
501
  icon: [
572
502
  26,
573
503
  24,
574
504
  "M18 .85c-2.7 0-5.4.82-7.6 2.47a1 1 0 0 0-.2 1.4 1 1 0 0 0 1.4.2 11.04 11.04 0 0 1 12.8 0 1 1 0 0 0 1.4-.2 1 1 0 0 0-.2-1.4A12.78 12.78 0 0 0 18 .85zm0 3.79c-1.71 0-3.46.56-4.7 1.76a1 1 0 0 0-.02 1.42 1 1 0 0 0 1.42.02A4.9 4.9 0 0 1 18 6.64c1.28 0 2.52.43 3.28 1.19a1 1 0 0 0 1.42 0 1 1 0 0 0 0-1.42A6.56 6.56 0 0 0 18 4.64zm0 3.48a1 1 0 0 0-1 1v5a1 1 0 0 0 0 .03H3.19A3.2 3.2 0 0 0 0 17.33v3.61a3.2 3.2 0 0 0 3.18 3.18h19.64A3.2 3.2 0 0 0 26 20.94v-3.61a3.2 3.2 0 0 0-3.18-3.18h-3.83a1 1 0 0 0 .01-.03v-5a1 1 0 0 0-1-1zM3.18 16.15h19.64c.67 0 1.18.5 1.18 1.18v3.61c0 .67-.5 1.18-1.18 1.18H3.18c-.67 0-1.18-.5-1.18-1.18v-3.61c0-.67.5-1.18 1.18-1.18zM5 18.12a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1zm4 0a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1zM18 14.12v-5"
575
505
  ],
576
506
  name: "router-12"
577
- }, t1 = {
507
+ }, w0 = {
578
508
  icon: [
579
509
  30,
580
510
  28,
581
511
  "M21-.2c-3 0-6 1-8.6 3.2a1 1 0 0 0-.2 1.4 1 1 0 0 0 1.4.2c4.7-3.8 10-3.8 14.8 0a1 1 0 0 0 1.4-.2 1 1 0 0 0-.2-1.4A13.9 13.9 0 0 0 21-.2zm0 4.8c-2 0-4 .8-5.7 2.5a1 1 0 0 0 0 1.4 1 1 0 0 0 1.4 0c1.4-1.3 2.8-2 4.3-2a6 6 0 0 1 4.3 2 1 1 0 0 0 1.4 0 1 1 0 0 0 0-1.4A8 8 0 0 0 21 4.6zm0 5.2a1 1 0 0 0-1 1v6H3.8c-2 0-3.8 1.7-3.8 3.8V24c0 2 1.7 3.8 3.8 3.8h22.4c2 0 3.8-1.7 3.8-3.8v-3.4c0-2.1-1.7-3.8-3.8-3.8H22v-6a1 1 0 0 0-1-1zM3.8 18.7h22.4c1 0 1.9.8 1.9 1.9V24c0 1-.8 1.9-1.9 1.9H3.8c-1 0-1.9-.9-1.9-2v-3.3c0-1 .8-2 1.9-2zm1.7 2A1.5 1.5 0 0 0 4 22.4a1.5 1.5 0 0 0 1.5 1.5A1.5 1.5 0 0 0 7 22.3a1.5 1.5 0 0 0-1.5-1.5zm6 0a1.5 1.5 0 0 0-1.5 1.6 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5z"
582
512
  ],
583
513
  name: "router-14"
584
- }, o1 = {
514
+ }, y0 = {
585
515
  icon: [
586
516
  35,
587
517
  32,
@@ -589,340 +519,95 @@ const z0 = {
589
519
  ],
590
520
  name: "router-16"
591
521
  };
592
- function a1(i, { prefix: t, className: o, color: a } = {}) {
593
- return m`<svg
522
+ function $0(a, { prefix: c, className: h, color: z } = {}) {
523
+ return n`<svg
594
524
  aria-hidden="true"
595
525
  focusable="false"
596
- data-icon="${i.name}"
526
+ data-icon="${a.name}"
597
527
  role="img"
598
528
  xmlns="http://www.w3.org/2000/svg"
599
- viewBox="0 0 ${i.icon[0]} ${i.icon[1]}"
600
- class="${o ? o + " " : ""}${t || "luzmo-icon"} ${t || "luzmo-icon"}-${i.name}"
529
+ viewBox="0 0 ${a.icon[0]} ${a.icon[1]}"
530
+ class="${h ? h + " " : ""}${c || "luzmo-icon"} ${c || "luzmo-icon"}-${a.name}"
601
531
  style="overflow: visible; box-sizing: content-box;height: 1em; vertical-align: var(--luzmo-icon-vertical-align, var(--icon-vertical-align, -.125em));"
602
- fill="${a || "currentColor"}">
603
- ${(Array.isArray(i.icon[2]) ? i.icon[2] : [i.icon[2]]).map((l, r) => {
604
- var p;
605
- return m`<path d="${l}" style="fill:${i.icon[3] && (p = i.icon[3]) != null && p[r] ? i.icon[3][r] : "currentColor"}"></path>`;
532
+ fill="${z || "currentColor"}">
533
+ ${(Array.isArray(a.icon[2]) ? a.icon[2] : [a.icon[2]]).map((e, m) => {
534
+ var v;
535
+ return n`<path d="${e}" style="fill:${a.icon[3] && (v = a.icon[3]) != null && v[m] ? a.icon[3][m] : "currentColor"}"></path>`;
606
536
  })}
607
537
  </svg>`;
608
538
  }
609
- const M = Symbol(
610
- "dependency manager loaded"
611
- );
612
- class L {
613
- constructor(t) {
614
- this.dependencies = {}, this._loaded = !1, this.host = t;
615
- }
616
- /**
617
- * Whether all of the provided dependencies have been registered.
618
- * This will be `false` when no dependencies have been listed for management.
619
- * Changes to this value will trigger `requestUpdate()` on the host.
620
- */
621
- get loaded() {
622
- return this._loaded;
623
- }
624
- set loaded(t) {
625
- t !== this.loaded && (this._loaded = t, this.host.requestUpdate(M, !this.loaded));
626
- }
627
- /**
628
- * Submit a custom element tag name to be managed as a dependency.
629
- *
630
- * @param dependency {string} - the custom element tag to manage
631
- * @param alreadyLoaded {boolean} - force the managemented custom element to be listed as loaded
632
- */
633
- add(t, o) {
634
- const a = !!o || !!customElements.get(t) || this.dependencies[t];
635
- a || customElements.whenDefined(t).then(() => {
636
- this.add(t, !0);
637
- }), this.dependencies = {
638
- ...this.dependencies,
639
- [t]: a
640
- }, this.loaded = Object.values(this.dependencies).every(
641
- Boolean
642
- );
643
- }
644
- }
645
- const v = [
646
- "button",
647
- "[focusable]",
648
- "[href]",
649
- "input",
650
- "label",
651
- "select",
652
- "textarea",
653
- "[tabindex]"
654
- ], h = ':not([tabindex="-1"])', i1 = v.join(`${h}, `) + h, C = v.join(", "), T = "#tooltip{pointer-events:none;visibility:hidden;opacity:0;transition:transform .13s ease-in-out,opacity .13s ease-in-out,visibility 0s linear .13s;transition:transform var(--luzmo-overlay-animation-duration, .13s) ease-in-out,opacity var(--luzmo-overlay-animation-duration, .13s) ease-in-out,visibility 0s linear var(--luzmo-overlay-animation-duration, .13s)}:host([open]) #tooltip{pointer-events:auto;visibility:visible;opacity:1;transition-delay:0s;transition-delay:var(--luzmo-overlay-animation-duration-opened, 0s)}@media (forced-colors: active){#tooltip{border:1px solid rgba(0,0,0,0)}#tip{--highcontrast-tooltip-background-color-default: CanvasText;--highcontrast-tooltip-background-color-informative: CanvasText;--highcontrast-tooltip-background-color-positive: CanvasText;--highcontrast-tooltip-background-color-negative: CanvasText;forced-color-adjust:none}}#tooltip{box-sizing:border-box;vertical-align:top;inline-size:auto;padding-inline:var(--luzmo-tooltip-spacing-inline, .688rem);border-radius:var(--luzmo-tooltip-border-radius, .313rem);block-size:auto;min-block-size:var(--luzmo-tooltip-height, 1.875rem);max-inline-size:var(--luzmo-tooltip-max-inline-size, 12.5rem);background-color:var(--highcontrast-tooltip-background-color-default, var(--luzmo-tooltip-background-color-default, rgb(109, 109, 109)));color:var(--luzmo-tooltip-content-color, white);font-size:var(--luzmo-tooltip-font-size, var(--tooltip-font-size, .938rem));font-weight:var(--luzmo-tooltip-font-weight, 400);line-height:var(--luzmo-tooltip-line-height, 1.3);word-break:break-word;-webkit-font-smoothing:antialiased;cursor:default;-webkit-user-select:none;user-select:none;flex-direction:row;align-items:center;display:inline-flex;position:relative}:host(:lang(ja)) #tooltip,:host(:lang(ko)) #tooltip,:host(:lang(zh)) #tooltip{line-height:var(--luzmo-tooltip-cjk-line-height, 1.5)}#tooltip p{margin:0}:host([variant=info]) #tooltip{background-color:var(--highcontrast-tooltip-background-color-informative, var(--luzmo-tooltip-background-color-informative, rgb(2, 101, 220)))}:host([variant=positive]) #tooltip{background-color:var(--highcontrast-tooltip-background-color-positive, var(--luzmo-tooltip-background-color-positive, rgb(0, 122, 77)))}:host([variant=negative]) #tooltip{background-color:var(--highcontrast-tooltip-background-color-negative, var(--luzmo-tooltip-background-color-negative, rgb(211, 21, 16)))}#tip{block-size:var(--luzmo-tooltip-tip-square-size, .625rem);inline-size:var(--luzmo-tooltip-tip-square-size, .625rem);inset-block-start:100%;background-color:var(--highcontrast-tooltip-background-color-default, var(--luzmo-tooltip-background-color-default, rgb(109, 109, 109)));clip-path:polygon(0 calc(0% - var(--luzmo-tooltip-tip-antialiasing-inset, .5px)),50% var(--luzmo-tooltip-tip-height-percentage, 50%),100% calc(0% - var(--luzmo-tooltip-tip-antialiasing-inset, .5px)));position:absolute;left:50%;transform:translate(-50%)}:host([variant=info]) #tooltip #tip{background-color:var(--highcontrast-tooltip-background-color-informative, var(--luzmo-tooltip-background-color-informative, rgb(2, 101, 220)))}:host([variant=positive]) #tooltip #tip{background-color:var(--highcontrast-tooltip-background-color-positive, var(--luzmo-tooltip-background-color-positive, rgb(0, 122, 77)))}:host([variant=negative]) #tooltip #tip{background-color:var(--highcontrast-tooltip-background-color-negative, var(--luzmo-tooltip-background-color-negative, rgb(211, 21, 16)))}:host([placement*=top]) #tooltip #tip,.luzmo-Tooltip--top-end #tip,.luzmo-Tooltip--top-left #tip,.luzmo-Tooltip--top-right #tip,.luzmo-Tooltip--top-start #tip{inset-block-start:100%}:host([placement*=bottom]) #tooltip #tip,.luzmo-Tooltip--bottom-end #tip,.luzmo-Tooltip--bottom-left #tip,.luzmo-Tooltip--bottom-right #tip,.luzmo-Tooltip--bottom-start #tip{clip-path:polygon(50% calc(100% - var(--luzmo-tooltip-tip-height-percentage, 50%)),0 calc(100% + var(--luzmo-tooltip-tip-antialiasing-inset, .5px)),100% calc(100% + var(--luzmo-tooltip-tip-antialiasing-inset, .5px)));inset-block:auto 100%}.luzmo-Tooltip--bottom-end #tip,.luzmo-Tooltip--bottom-left #tip,.luzmo-Tooltip--bottom-right #tip,.luzmo-Tooltip--bottom-start #tip,.luzmo-Tooltip--top-end #tip,.luzmo-Tooltip--top-left #tip,.luzmo-Tooltip--top-right #tip,.luzmo-Tooltip--top-start #tip{transform:none}.luzmo-Tooltip--bottom-left #tip,.luzmo-Tooltip--top-left #tip{inset-inline-start:var(--luzmo-tooltip-pointer-corner-spacing, .313rem)}.luzmo-Tooltip--bottom-right #tip,.luzmo-Tooltip--top-right #tip{inset-inline:auto var(--luzmo-tooltip-pointer-corner-spacing, .313rem)}.luzmo-Tooltip--bottom-start #tip,.luzmo-Tooltip--top-start #tip{inset-inline:var(--luzmo-tooltip-pointer-corner-spacing, .313rem) auto}.luzmo-Tooltip--bottom-start #tip:dir(rtl),.luzmo-Tooltip--top-start #tip:dir(rtl),:host([dir=rtl]) .luzmo-Tooltip--bottom-start #tip,:host([dir=rtl]) .luzmo-Tooltip--top-start #tip{right:var(--luzmo-tooltip-pointer-corner-spacing, .313rem);left:auto}.luzmo-Tooltip--bottom-end #tip,.luzmo-Tooltip--top-end #tip{inset-inline:auto var(--luzmo-tooltip-pointer-corner-spacing, .313rem)}.luzmo-Tooltip--bottom-end #tip:dir(rtl),.luzmo-Tooltip--top-end #tip:dir(rtl),:host([dir=rtl]) .luzmo-Tooltip--bottom-end #tip,:host([dir=rtl]) .luzmo-Tooltip--top-end #tip{left:var(--luzmo-tooltip-pointer-corner-spacing, .313rem);right:auto}.luzmo-Tooltip--end #tip,.luzmo-Tooltip--end-bottom #tip,.luzmo-Tooltip--end-top #tip,:host([placement*=left]) #tooltip #tip,.luzmo-Tooltip--left-bottom #tip,.luzmo-Tooltip--left-top #tip,:host([placement*=right]) #tooltip #tip,.luzmo-Tooltip--right-bottom #tip,.luzmo-Tooltip--right-top #tip,.luzmo-Tooltip--start #tip,.luzmo-Tooltip--start-bottom #tip,.luzmo-Tooltip--start-top #tip{inset-block-start:50%;transform:translateY(-50%)}.luzmo-Tooltip--end-bottom #tip,.luzmo-Tooltip--end-top #tip,.luzmo-Tooltip--left-bottom #tip,.luzmo-Tooltip--left-top #tip,.luzmo-Tooltip--right-bottom #tip,.luzmo-Tooltip--right-top #tip,.luzmo-Tooltip--start-bottom #tip,.luzmo-Tooltip--start-top #tip{inset-block-start:auto;transform:none}.luzmo-Tooltip--end #tip,.luzmo-Tooltip--end-bottom #tip,.luzmo-Tooltip--end-top #tip,:host([placement*=right]) #tooltip #tip,.luzmo-Tooltip--right-bottom #tip,.luzmo-Tooltip--right-top #tip{clip-path:polygon(calc(100% - var(--luzmo-tooltip-tip-height-percentage, 50%)) 50%,calc(100% + var(--luzmo-tooltip-tip-antialiasing-inset, .5px)) 100%,calc(100% + var(--luzmo-tooltip-tip-antialiasing-inset, .5px)) 0);inset-inline:auto 100%}:host([placement*=left]) #tooltip #tip,.luzmo-Tooltip--left-bottom #tip,.luzmo-Tooltip--left-top #tip,.luzmo-Tooltip--start #tip,.luzmo-Tooltip--start-bottom #tip,.luzmo-Tooltip--start-top #tip{clip-path:polygon(calc(0% - var(--luzmo-tooltip-tip-antialiasing-inset, .5px)) 0,calc(0% - var(--luzmo-tooltip-tip-antialiasing-inset, .5px)) 100%,var(--luzmo-tooltip-tip-height-percentage, 50%) 50%);inset-inline-start:100%}.luzmo-Tooltip--end-top #tip,.luzmo-Tooltip--left-top #tip,.luzmo-Tooltip--right-top #tip,.luzmo-Tooltip--start-top #tip{inset-block-start:var(--luzmo-tooltip-pointer-corner-spacing, .313rem)}.luzmo-Tooltip--end-bottom #tip,.luzmo-Tooltip--left-bottom #tip,.luzmo-Tooltip--right-bottom #tip,.luzmo-Tooltip--start-bottom #tip{inset-block-end:var(--luzmo-tooltip-pointer-corner-spacing, .313rem)}.luzmo-Tooltip--end #tip:dir(rtl),.luzmo-Tooltip--end-bottom #tip:dir(rtl),.luzmo-Tooltip--end-top #tip:dir(rtl),:host([placement*=left]) #tooltip #tip:dir(rtl),.luzmo-Tooltip--left-bottom #tip:dir(rtl),.luzmo-Tooltip--left-top #tip:dir(rtl),:host([dir=rtl]) .luzmo-Tooltip--end #tip,:host([dir=rtl]) .luzmo-Tooltip--end-bottom #tip,:host([dir=rtl]) .luzmo-Tooltip--end-top #tip,:host([dir=rtl][placement*=left]) #tooltip #tip,:host([dir=rtl]) .luzmo-Tooltip--left-bottom #tip,:host([dir=rtl]) .luzmo-Tooltip--left-top #tip{clip-path:polygon(calc(0% - var(--luzmo-tooltip-tip-antialiasing-inset, .5px)) 0,calc(0% - var(--luzmo-tooltip-tip-antialiasing-inset, .5px)) 100%,var(--luzmo-tooltip-tip-height-percentage, 50%) 50%);left:100%;right:auto}:host([placement*=right]) #tooltip #tip:dir(rtl),.luzmo-Tooltip--right-bottom #tip:dir(rtl),.luzmo-Tooltip--right-top #tip:dir(rtl),.luzmo-Tooltip--start #tip:dir(rtl),.luzmo-Tooltip--start-bottom #tip:dir(rtl),.luzmo-Tooltip--start-top #tip:dir(rtl),:host([dir=rtl][placement*=right]) #tooltip #tip,:host([dir=rtl]) .luzmo-Tooltip--right-bottom #tip,:host([dir=rtl]) .luzmo-Tooltip--right-top #tip,:host([dir=rtl]) .luzmo-Tooltip--start #tip,:host([dir=rtl]) .luzmo-Tooltip--start-bottom #tip,:host([dir=rtl]) .luzmo-Tooltip--start-top #tip{clip-path:polygon(var(--luzmo-tooltip-tip-height-percentage, 50%) 50%,calc(100% + var(--luzmo-tooltip-tip-antialiasing-inset, .5px)) 100%,calc(100% + var(--luzmo-tooltip-tip-antialiasing-inset, .5px)) 0);left:auto;right:100%}::slotted([slot=icon]){inline-size:var(--luzmo-tooltip-icon-width, 1.125rem);block-size:var(--luzmo-tooltip-icon-height, 1.125rem);flex-shrink:0;align-self:flex-start;margin-block-start:var(--luzmo-tooltip-icon-spacing-block-start, .313rem);margin-inline-start:calc(var(--luzmo-tooltip-icon-spacing-inline-start, .563rem) - var(--luzmo-tooltip-spacing-inline, .688rem));margin-inline-end:var(--luzmo-tooltip-icon-spacing-inline-end, .563rem)}#label{line-height:var(--luzmo-tooltip-line-height, 1.3);margin-block-start:var(--luzmo-tooltip-spacing-block-start, .313rem);margin-block-end:var(--luzmo-tooltip-spacing-block-end, .375rem)}#tooltip,:host([placement*=top]) #tooltip,.luzmo-Tooltip--top-end,.luzmo-Tooltip--top-left,.luzmo-Tooltip--top-right,.luzmo-Tooltip--top-start{margin-block-end:calc(var(--luzmo-tooltip-tip-block-size, .313rem) + var(--luzmo-tooltip-margin, 0rem))}:host([open]) .luzmo-Tooltip--top-end,:host([open]) .luzmo-Tooltip--top-left,:host([open]) .luzmo-Tooltip--top-right,:host([open]) .luzmo-Tooltip--top-start,:host([placement*=top][open]) #tooltip,:host([open]) #tooltip{transform:translateY(calc(var(--luzmo-tooltip-animation-distance, .313rem) * -1))}:host([placement*=bottom]) #tooltip,.luzmo-Tooltip--bottom-end,.luzmo-Tooltip--bottom-left,.luzmo-Tooltip--bottom-right,.luzmo-Tooltip--bottom-start{margin-block-start:calc(var(--luzmo-tooltip-tip-block-size, .313rem) + var(--luzmo-tooltip-margin, 0rem))}:host([open]) .luzmo-Tooltip--bottom-end,:host([open]) .luzmo-Tooltip--bottom-left,:host([open]) .luzmo-Tooltip--bottom-right,:host([open]) .luzmo-Tooltip--bottom-start,:host([placement*=bottom][open]) #tooltip{transform:translateY(var(--luzmo-tooltip-animation-distance, .313rem))}:host([placement*=right]) #tooltip,.luzmo-Tooltip--right-bottom,.luzmo-Tooltip--right-top{margin-left:calc(var(--luzmo-tooltip-tip-block-size, .313rem) + var(--luzmo-tooltip-margin, 0rem))}:host([open]) .luzmo-Tooltip--right-bottom,:host([open]) .luzmo-Tooltip--right-top,:host([placement*=right][open]) #tooltip{transform:translate(var(--luzmo-tooltip-animation-distance, .313rem))}:host([placement*=left]) #tooltip,.luzmo-Tooltip--left-bottom,.luzmo-Tooltip--left-top{margin-right:calc(var(--luzmo-tooltip-tip-block-size, .313rem) + var(--luzmo-tooltip-margin, 0rem))}:host([open]) .luzmo-Tooltip--left-bottom,:host([open]) .luzmo-Tooltip--left-top,:host([placement*=left][open]) #tooltip{transform:translate(calc(var(--luzmo-tooltip-animation-distance, .313rem) * -1))}.luzmo-Tooltip--start,.luzmo-Tooltip--start-bottom,.luzmo-Tooltip--start-top{margin-inline-end:calc(var(--luzmo-tooltip-tip-block-size, .313rem) + var(--luzmo-tooltip-margin, 0rem))}:host([open]) .luzmo-Tooltip--start-bottom,:host([open]) .luzmo-Tooltip--start-top,:host([open]) .luzmo-Tooltip--start{transform:translate(calc(var(--luzmo-tooltip-animation-distance, .313rem) * -1))}:host([open]) .luzmo-Tooltip--start-bottom:dir(rtl),:host([open]) .luzmo-Tooltip--start-top:dir(rtl),:host([open]) .luzmo-Tooltip--start:dir(rtl),:host([dir=rtl][open]) .luzmo-Tooltip--start-bottom,:host([dir=rtl][open]) .luzmo-Tooltip--start-top,:host([dir=rtl][open]) .luzmo-Tooltip--start{transform:translate(var(--luzmo-tooltip-animation-distance, .313rem))}.luzmo-Tooltip--end,.luzmo-Tooltip--end-bottom,.luzmo-Tooltip--end-top{margin-inline-start:calc(var(--luzmo-tooltip-tip-block-size, .313rem) + var(--luzmo-tooltip-margin, 0rem))}:host([open]) .luzmo-Tooltip--end-bottom,:host([open]) .luzmo-Tooltip--end-top,:host([open]) .luzmo-Tooltip--end{transform:translate(var(--luzmo-tooltip-animation-distance, .313rem))}:host([open]) .luzmo-Tooltip--end-bottom:dir(rtl),:host([open]) .luzmo-Tooltip--end-top:dir(rtl),:host([open]) .luzmo-Tooltip--end:dir(rtl),:host([dir=rtl][open]) .luzmo-Tooltip--end-bottom,:host([dir=rtl][open]) .luzmo-Tooltip--end-top,:host([dir=rtl][open]) .luzmo-Tooltip--end{transform:translate(calc(var(--luzmo-tooltip-animation-distance, .313rem) * -1))}:host{--luzmo-tooltip-background-color-default: rgb(0, 0, 0);--tooltip-font-size: var(--luzmo-font-size)}:host([size=s]){--tooltip-font-size: var(--luzmo-font-size-s)}:host([size=m]){--tooltip-font-size: var(--luzmo-font-size-m)}:host([size=l]){--tooltip-font-size: var(--luzmo-font-size-l)}:host([size=xl]){--tooltip-font-size: var(--luzmo-font-size-xl)}:host{display:contents;white-space:initial}#tooltip{inline-size:max-content}#tip{clip-path:polygon(0 -5%,50% 50%,100% -5%);width:.625rem!important;height:.625rem!important}#tip[style]{transform:none!important}:host(:not([placement*=top])) #tooltip{margin-bottom:0}:host([placement*=top]) #tooltip #tip{inset-block-start:100%}:host([placement*=bottom]) #tooltip #tip{inset-block-end:100%;clip-path:polygon(50% 50%,0 105%,100% 105%);top:auto}:host([placement*=left]) #tooltip #tip,:host([placement*=right]) #tooltip #tip{inset-block-start:50%;transform:translateY(-50%)}:host([placement*=right]) #tooltip #tip{clip-path:polygon(50% 50%,105% 100%,105% 0);inset-inline:calc(var(--luzmo-tooltip-tip-block-size, .313rem) * -2) 100%}:host([placement*=left]) #tooltip #tip{clip-path:polygon(-5% 0,-5% 100%,50% 50%);inset-inline-start:100%}luzmo-overlay:not(:defined){display:none}";
655
- var Z = Object.defineProperty, V = Object.getOwnPropertyDescriptor, n = (i, t, o, a) => {
656
- for (var l = a > 1 ? void 0 : a ? V(t, o) : t, r = i.length - 1, p; r >= 0; r--)
657
- (p = i[r]) && (l = (a ? p(t, o, l) : p(l)) || l);
658
- return a && l && Z(t, o, l), l;
659
- };
660
- class H extends HTMLElement {
661
- constructor() {
662
- super(), this._open = !1, this._placement = "top", this.addEventListener("luzmo-opened", this.redispatchEvent), this.addEventListener("luzmo-closed", this.redispatchEvent);
663
- }
664
- redispatchEvent(t) {
665
- t.stopPropagation(), this.tooltip.dispatchEvent(
666
- new CustomEvent(t.type, {
667
- bubbles: t.bubbles,
668
- composed: t.composed,
669
- detail: t.detail
670
- })
671
- );
672
- }
673
- get tooltip() {
674
- return this.getRootNode().host;
675
- }
676
- static get observedAttributes() {
677
- return ["open", "placement"];
678
- }
679
- attributeChangedCallback(t, o, a) {
680
- switch (t) {
681
- // API generally sets `open` as a property
682
- /* c8 ignore next 3 */
683
- case "open": {
684
- this.open = a !== null;
685
- break;
686
- }
687
- case "placement": {
688
- this.placement = a;
689
- break;
690
- }
691
- }
692
- }
693
- set open(t) {
694
- this._open = t;
695
- const { tooltip: o } = this;
696
- o && (o.open = t);
697
- }
698
- /* c8 ignore next 3 */
699
- get open() {
700
- return this._open;
701
- }
702
- /**
703
- * @type {"top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end"}
704
- * @attr
705
- */
706
- set placement(t) {
707
- this._placement = t;
708
- const { tooltip: o } = this;
709
- o && (o.placement = t);
710
- }
711
- /* c8 ignore next 3 */
712
- get placement() {
713
- return this._placement;
714
- }
715
- get tipElement() {
716
- return this.tooltip.tipElement;
717
- }
718
- }
719
- customElements.get("luzmo-tooltip-openable") || customElements.define("luzmo-tooltip-openable", H);
720
- class e extends u(d, { defaultSize: "s" }) {
721
- constructor() {
722
- super(...arguments), this.delayed = !1, this.dependencyManager = new L(this), this.disabled = !1, this.selfManaged = !1, this.offset = 0, this.open = !1, this._variant = "", this.handleOpenOverlay = () => {
723
- this.open = !0;
724
- }, this.handleCloseOverlay = () => {
725
- this.open = !1;
726
- };
727
- }
728
- static get styles() {
729
- return [g(T)];
730
- }
731
- get variant() {
732
- return this._variant;
733
- }
734
- set variant(t) {
735
- if (t !== this.variant) {
736
- if (["info", "positive", "negative"].includes(t)) {
737
- this.setAttribute("variant", t), this._variant = t;
738
- return;
739
- }
740
- this.removeAttribute("variant"), this._variant = "";
741
- }
742
- }
743
- forwardTransitionEvent(t) {
744
- this.dispatchEvent(
745
- new TransitionEvent(t.type, {
746
- bubbles: !0,
747
- composed: !0,
748
- propertyName: t.propertyName
749
- })
750
- );
751
- }
752
- get triggerElement() {
753
- var l;
754
- let t = this.assignedSlot || this, o = t.getRootNode();
755
- if (o === document)
756
- return null;
757
- let a = t.parentElement || o.host || /* c8 ignore next 1 */
758
- o;
759
- for (; !((l = a == null ? void 0 : a.matches) != null && l.call(a, C)); ) {
760
- if (t = a.assignedSlot || a, o = t.getRootNode(), o === document)
761
- return null;
762
- a = t.parentElement || o.host || /* c8 ignore next 1 */
763
- o;
764
- }
765
- return a;
766
- }
767
- render() {
768
- const t = s`
769
- <luzmo-tooltip-openable
770
- id="tooltip"
771
- placement=${b(this.placement)}
772
- @transitionrun=${this.forwardTransitionEvent}
773
- @transitionend=${this.forwardTransitionEvent}
774
- @transitioncancel=${this.forwardTransitionEvent}
775
- >
776
- <slot name="icon"></slot>
777
- <span id="label"><slot></slot></span>
778
- <span id="tip" aria-hidden="true"></span>
779
- </luzmo-tooltip-openable>
780
- `;
781
- return this.selfManaged ? (this.dependencyManager.add("luzmo-overlay"), import("./index-B9h2L_hV.js").then((o) => o.i), s`
782
- <luzmo-overlay
783
- ?open=${this.open && !this.disabled && this.dependencyManager.loaded}
784
- ?delayed=${this.delayed}
785
- ?disabled=${this.disabled}
786
- offset=${this.offset}
787
- .placement=${this.placement}
788
- type="hint"
789
- .tipPadding=${this.tipPadding}
790
- .triggerInteraction=${"hover"}
791
- @luzmo-opened=${this.handleOpenOverlay}
792
- @luzmo-closed=${this.handleCloseOverlay}
793
- >
794
- ${t}
795
- </luzmo-overlay>
796
- `) : t;
797
- }
798
- connectedCallback() {
799
- super.connectedCallback(), this.updateComplete.then(() => {
800
- if (!this.selfManaged)
801
- return;
802
- const t = this.overlayElement;
803
- if (t) {
804
- const o = this.triggerElement;
805
- t.triggerElement = o;
806
- }
807
- });
808
- }
809
- }
810
- n([
811
- c({ type: Boolean })
812
- ], e.prototype, "delayed", 2);
813
- n([
814
- c({ type: Boolean })
815
- ], e.prototype, "disabled", 2);
816
- n([
817
- c({ type: Boolean, attribute: "self-managed" })
818
- ], e.prototype, "selfManaged", 2);
819
- n([
820
- c({ type: Number })
821
- ], e.prototype, "offset", 2);
822
- n([
823
- c({ type: Boolean, reflect: !0 })
824
- ], e.prototype, "open", 2);
825
- n([
826
- z("luzmo-overlay")
827
- ], e.prototype, "overlayElement", 2);
828
- n([
829
- c({ reflect: !0 })
830
- ], e.prototype, "placement", 2);
831
- n([
832
- z("#tip")
833
- ], e.prototype, "tipElement", 2);
834
- n([
835
- c({ type: Number })
836
- ], e.prototype, "tipPadding", 2);
837
- n([
838
- c({ type: String })
839
- ], e.prototype, "variant", 1);
840
- customElements.get("luzmo-tooltip") || customElements.define("luzmo-tooltip", e);
841
539
  export {
842
- O as $,
843
- f0 as A,
844
- t1 as B,
845
- d0 as C,
846
- k0 as D,
847
- E0 as E,
848
- o1 as F,
849
- X as G,
850
- C0 as H,
851
- P as I,
852
- _ as J,
853
- t0 as K,
854
- R0 as L,
855
- F0 as M,
856
- P0 as N,
857
- a1 as O,
858
- $0 as P,
859
- O0 as Q,
860
- E as R,
861
- H0 as S,
862
- k as T,
863
- _0 as U,
864
- L0 as V,
865
- m0 as W,
866
- j0 as X,
867
- N0 as Y,
868
- A0 as Z,
869
- B0 as _,
870
- S0 as a,
871
- G as a0,
872
- J0 as a1,
873
- Q0 as a2,
874
- K0 as a3,
875
- o0 as a4,
876
- p0 as a5,
877
- r0 as a6,
878
- n0 as a7,
879
- l0 as a8,
880
- e0 as a9,
881
- U as aa,
882
- W as ab,
883
- K as ac,
884
- J as ad,
885
- I as ae,
886
- I0 as af,
887
- G0 as ag,
888
- W0 as ah,
889
- Q as ai,
890
- F as aj,
891
- q as ak,
892
- Y as al,
893
- N as am,
894
- B as an,
895
- D as ao,
896
- c0 as ap,
897
- D0 as aq,
898
- q0 as ar,
899
- Y0 as as,
900
- b0 as at,
901
- j as au,
902
- e as av,
903
- s0 as b,
904
- X0 as c,
905
- i0 as d,
906
- Z0 as e,
907
- y0 as f,
908
- R as g,
909
- g0 as h,
910
- a0 as i,
911
- S as j,
912
- V0 as k,
913
- z0 as l,
914
- x as m,
915
- v0 as n,
916
- h0 as o,
917
- T0 as p,
918
- L as q,
919
- U0 as r,
920
- w as s,
921
- A as t,
540
+ Q as $,
541
+ K as A,
542
+ V as B,
543
+ I as C,
544
+ D,
545
+ U as E,
546
+ Z as F,
547
+ g as G,
548
+ h0 as H,
549
+ H as I,
550
+ y as J,
551
+ c0 as K,
552
+ z0 as L,
553
+ E as M,
554
+ V0 as N,
555
+ $0 as O,
556
+ W as P,
557
+ C0 as Q,
558
+ n0 as R,
559
+ b0 as S,
560
+ l as T,
561
+ d as U,
562
+ a0 as V,
563
+ p as W,
564
+ v0 as X,
565
+ $ as Y,
566
+ R as Z,
567
+ x as _,
568
+ F as a,
569
+ H0 as a0,
570
+ s0 as a1,
571
+ Z0 as a2,
572
+ d0 as a3,
573
+ t0 as a4,
574
+ r0 as a5,
575
+ i as a6,
576
+ _ as a7,
577
+ Y as a8,
578
+ j as a9,
579
+ G as aa,
580
+ q as ab,
581
+ y0 as ac,
582
+ w0 as ad,
583
+ p0 as ae,
584
+ A0 as af,
585
+ l0 as ag,
586
+ L0 as ah,
587
+ m0 as ai,
588
+ A as b,
589
+ f as c,
590
+ B as d,
591
+ u0 as e,
592
+ g0 as f,
593
+ k as g,
594
+ J as h,
595
+ b as i,
596
+ w as j,
597
+ M as k,
598
+ r as l,
599
+ t as m,
600
+ s as n,
601
+ i0 as o,
602
+ P as p,
603
+ u as q,
604
+ O as r,
605
+ o0 as s,
606
+ e0 as t,
922
607
  M0 as u,
923
- i1 as v,
924
- x0 as w,
925
- w0 as x,
926
- $ as y,
927
- u0 as z
608
+ S as v,
609
+ N as w,
610
+ C as x,
611
+ X as y,
612
+ T as z
928
613
  };