@epa-wg/custom-element-dist 0.0.25 → 0.0.26

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 (304) hide show
  1. package/.storybook/main.ts +1 -3
  2. package/.storybook/preview-head.html +8 -0
  3. package/.storybook/preview.ts +13 -5
  4. package/README.md +4 -4
  5. package/bin/postinstall.sh +3 -2
  6. package/bin/vitest/vitest-browser-importmaps.mjs +20 -0
  7. package/coverage/coverage-final.json +12 -9
  8. package/coverage/index.html +51 -36
  9. package/coverage/src/custom-element/coverage.svg +1 -1
  10. package/coverage/src/custom-element/custom-element.js/coverage.svg +1 -1
  11. package/coverage/src/custom-element/custom-element.js.html +422 -371
  12. package/coverage/src/custom-element/demo/coverage.svg +10 -0
  13. package/coverage/src/custom-element/demo/index.html +116 -0
  14. package/coverage/src/custom-element/demo/z.js/coverage.svg +10 -0
  15. package/coverage/src/custom-element/demo/z.js.html +112 -0
  16. package/coverage/src/custom-element/http-request.js.html +10 -10
  17. package/coverage/src/custom-element/index.html +31 -16
  18. package/coverage/src/custom-element/local-storage.js.html +1 -1
  19. package/coverage/src/custom-element/location-element.js.html +3 -3
  20. package/coverage/src/custom-element/module-url.js/coverage.svg +10 -0
  21. package/coverage/src/custom-element/module-url.js.html +181 -0
  22. package/coverage/src/index.html +1 -1
  23. package/coverage/src/mocks/coverage.svg +1 -1
  24. package/coverage/src/mocks/handlers.ts/coverage.svg +1 -1
  25. package/coverage/src/mocks/handlers.ts.html +36 -12
  26. package/coverage/src/mocks/index.html +19 -19
  27. package/coverage/src/stories/attributes.test.stories.ts.html +6 -9
  28. package/coverage/src/stories/coverage.svg +1 -1
  29. package/coverage/src/stories/css.test.stories.ts.html +1 -1
  30. package/coverage/src/stories/dom-merge.test.stories.ts.html +1 -1
  31. package/coverage/src/stories/external-template.test.stories.ts.html +22 -10
  32. package/coverage/src/stories/form.test.stories.ts.html +1 -1
  33. package/coverage/src/stories/http-request.stories.ts.html +1 -1
  34. package/coverage/src/stories/index.html +34 -19
  35. package/coverage/src/stories/local-storage.test.stories.ts.html +1 -1
  36. package/coverage/src/stories/location-element.test.stories.ts.html +1 -1
  37. package/coverage/src/stories/module-url.test.stories.ts/coverage.svg +10 -0
  38. package/coverage/src/stories/module-url.test.stories.ts.html +634 -0
  39. package/coverage/src/stories/set-url.test.stories.ts.html +1 -1
  40. package/coverage/src/stories/slice-events.test.stories.ts.html +1 -1
  41. package/coverage/src/stories/slots.test.stories.ts.html +1 -1
  42. package/coverage/src/stories/testStoryBook.ts.html +12 -12
  43. package/coverage/src/stories/version-select.test.stories.ts.html +98 -20
  44. package/coverage/src/sum.ts.html +1 -1
  45. package/dist/confused.svg +1 -0
  46. package/dist/custom-element-CckoVsvO.cjs +53 -0
  47. package/dist/{custom-element-DAe7uvIt.js → custom-element-b7c_7Kz4.js} +175 -167
  48. package/dist/custom-element-bundle.cjs +1 -1
  49. package/dist/custom-element-bundle.js +2 -2
  50. package/dist/demo/a.html +60 -0
  51. package/dist/demo/b.html +13 -0
  52. package/dist/demo/confused.svg +38 -0
  53. package/dist/demo/data-slices.html +216 -0
  54. package/dist/demo/dce-social-preview.png +0 -0
  55. package/dist/demo/demo.css +26 -0
  56. package/dist/demo/dom-merge.html +123 -0
  57. package/dist/demo/embed-1.html +2 -0
  58. package/dist/demo/external-template.html +239 -0
  59. package/dist/demo/form.html +239 -0
  60. package/dist/demo/hex-grid-dce.html +183 -0
  61. package/dist/demo/hex-grid-transform.png +0 -0
  62. package/dist/demo/hex-grid.html +66 -0
  63. package/dist/demo/html-template.html +126 -0
  64. package/dist/demo/html-template.xhtml +45 -0
  65. package/dist/demo/html-template.xml +45 -0
  66. package/dist/demo/http-request.html +143 -0
  67. package/dist/demo/lib-dir/Smiley.svg +24 -0
  68. package/dist/demo/lib-dir/embed-lib.html +34 -0
  69. package/dist/demo/local-storage.html +218 -0
  70. package/dist/demo/location-element.html +168 -0
  71. package/dist/demo/logo.png +0 -0
  72. package/dist/demo/module-url.html +215 -0
  73. package/dist/demo/npm-versions-demo.html +105 -0
  74. package/dist/demo/npm-versions.html +65 -0
  75. package/dist/demo/parameters.html +70 -0
  76. package/dist/demo/s.xml +28 -0
  77. package/dist/demo/s.xslt +97 -0
  78. package/dist/demo/s1.xslt +60 -0
  79. package/dist/demo/scoped-css.html +169 -0
  80. package/dist/demo/set-url.html +141 -0
  81. package/dist/demo/ss.html +57 -0
  82. package/dist/demo/table.xml +25 -0
  83. package/dist/demo/table.xsl +293 -0
  84. package/dist/demo/template.xsl +46 -0
  85. package/dist/demo/tree.xml +25 -0
  86. package/dist/demo/tree.xsl +33 -0
  87. package/dist/demo/wc-square.svg +1 -0
  88. package/dist/demo/xhtml-template.xhtml +45 -0
  89. package/dist/demo/z.html +62 -0
  90. package/dist/demo/z.js +9 -0
  91. package/dist/demo/z.xml +60 -0
  92. package/dist/embed-1.html +1 -2
  93. package/dist/mockServiceWorker.js +1 -1
  94. package/package.json +93 -93
  95. package/public/confused.svg +1 -0
  96. package/public/demo/a.html +60 -0
  97. package/public/demo/b.html +13 -0
  98. package/public/demo/confused.svg +38 -0
  99. package/public/demo/data-slices.html +216 -0
  100. package/public/demo/dce-social-preview.png +0 -0
  101. package/public/demo/demo.css +26 -0
  102. package/public/demo/dom-merge.html +123 -0
  103. package/public/demo/embed-1.html +2 -0
  104. package/public/demo/external-template.html +239 -0
  105. package/public/demo/form.html +239 -0
  106. package/public/demo/hex-grid-dce.html +183 -0
  107. package/public/demo/hex-grid-transform.png +0 -0
  108. package/public/demo/hex-grid.html +66 -0
  109. package/public/demo/html-template.html +126 -0
  110. package/public/demo/html-template.xhtml +45 -0
  111. package/public/demo/html-template.xml +45 -0
  112. package/public/demo/http-request.html +143 -0
  113. package/public/demo/lib-dir/Smiley.svg +24 -0
  114. package/public/demo/lib-dir/embed-lib.html +34 -0
  115. package/public/demo/local-storage.html +218 -0
  116. package/public/demo/location-element.html +168 -0
  117. package/public/demo/logo.png +0 -0
  118. package/public/demo/module-url.html +215 -0
  119. package/public/demo/npm-versions-demo.html +105 -0
  120. package/public/demo/npm-versions.html +65 -0
  121. package/public/demo/parameters.html +70 -0
  122. package/public/demo/s.xml +28 -0
  123. package/public/demo/s.xslt +97 -0
  124. package/public/demo/s1.xslt +60 -0
  125. package/public/demo/scoped-css.html +169 -0
  126. package/public/demo/set-url.html +141 -0
  127. package/public/demo/ss.html +57 -0
  128. package/public/demo/table.xml +25 -0
  129. package/public/demo/table.xsl +293 -0
  130. package/public/demo/template.xsl +46 -0
  131. package/public/demo/tree.xml +25 -0
  132. package/public/demo/tree.xsl +33 -0
  133. package/public/demo/wc-square.svg +1 -0
  134. package/public/demo/xhtml-template.xhtml +45 -0
  135. package/public/demo/z.html +62 -0
  136. package/public/demo/z.js +9 -0
  137. package/public/demo/z.xml +60 -0
  138. package/public/embed-1.html +1 -2
  139. package/public/mockServiceWorker.js +1 -1
  140. package/src/custom-element/custom-element.js +36 -19
  141. package/src/custom-element/demo/confused.svg +1 -0
  142. package/src/custom-element/demo/demo.css +5 -1
  143. package/src/custom-element/demo/embed-1.html +1 -2
  144. package/src/custom-element/demo/external-template.html +122 -62
  145. package/src/custom-element/demo/lib-dir/Smiley.svg +24 -0
  146. package/src/custom-element/demo/lib-dir/embed-lib.html +34 -0
  147. package/src/custom-element/demo/module-url.html +215 -0
  148. package/src/custom-element/demo/npm-versions-demo.html +105 -0
  149. package/src/custom-element/demo/npm-versions.html +65 -0
  150. package/src/custom-element/demo/s.xml +27 -35
  151. package/src/custom-element/demo/s.xslt +96 -96
  152. package/src/custom-element/demo/set-url.html +1 -1
  153. package/src/custom-element/demo/z.js +9 -0
  154. package/src/custom-element/ide/customData-dce.json +215 -181
  155. package/src/custom-element/ide/web-types-dce.json +184 -159
  156. package/src/custom-element/ide/web-types-xsl.json +1 -1
  157. package/src/custom-element/index.html +2 -1
  158. package/src/custom-element/module-url.js +33 -0
  159. package/src/mocks/handlers.ts +10 -1
  160. package/src/mocks/versions.mock.ts +786 -0
  161. package/src/stories/attributes.test.stories.ts +0 -1
  162. package/src/stories/external-template.test.stories.ts +11 -7
  163. package/src/stories/module-url.test.stories.ts +183 -0
  164. package/src/stories/version-select.test.stories.ts +38 -12
  165. package/storybook-static/assets/Color-KGDBMAHA-CH-YyWYq.js +1 -0
  166. package/storybook-static/assets/{Configure-D0qG3gR9.js → Configure-DFL_bm2M.js} +2 -2
  167. package/storybook-static/assets/DocsRenderer-PKQXORMH-Bz-_1hmS.js +2 -0
  168. package/storybook-static/assets/{attributes.test.stories-W34tZdUt.js → attributes.test.stories-DIQXccHc.js} +2 -3
  169. package/storybook-static/assets/{css.test.stories-BZFYx1TQ.js → css.test.stories-BV2hi4CY.js} +1 -1
  170. package/storybook-static/assets/custom-element-wn23PUwN.js +231 -0
  171. package/storybook-static/assets/{dom-merge.test.stories-S-7U5N3h.js → dom-merge.test.stories-Dws0C2-g.js} +1 -1
  172. package/storybook-static/assets/{entry-preview-DrgzXgwT.js → entry-preview-BKQ8UCxI.js} +1 -1
  173. package/storybook-static/assets/{entry-preview-docs-Bxv0qQWs.js → entry-preview-docs-BMKNVQXA.js} +2 -2
  174. package/storybook-static/assets/{external-template.test.stories-QIO3lAFz.js → external-template.test.stories-BHO48b0j.js} +19 -16
  175. package/storybook-static/assets/{form.test.stories-ClYhj9F1.js → form.test.stories-dv9mwp24.js} +1 -1
  176. package/storybook-static/assets/handlers-CaCq2ZPF.js +467 -0
  177. package/storybook-static/assets/http-request.stories-B2ke7LtS.js +281 -0
  178. package/storybook-static/assets/iframe-D4Sos1HO.js +2 -0
  179. package/storybook-static/assets/index-BnXBQqj9.js +605 -0
  180. package/storybook-static/assets/index-C8k3Z-3Y.js +28 -0
  181. package/storybook-static/assets/index-Cpxqn5iQ.js +1 -0
  182. package/storybook-static/assets/{index-DXimoRZY.js → index-D-8MO0q_.js} +1 -1
  183. package/storybook-static/assets/index-DGdNYaqV.js +8 -0
  184. package/storybook-static/assets/index-Dz4OaB2k.js +1 -0
  185. package/storybook-static/assets/index-sm7QlJZE.js +1 -0
  186. package/storybook-static/assets/lit-element-DzhCn-8W.js +19 -0
  187. package/storybook-static/assets/{local-storage.test.stories-BqgYwqr-.js → local-storage.test.stories-BpogLNq-.js} +1 -1
  188. package/storybook-static/assets/{location-element.test.stories-DvH1TWK4.js → location-element.test.stories-BiFvBop7.js} +1 -1
  189. package/storybook-static/assets/module-url.test.stories-BXoM34tX.js +208 -0
  190. package/storybook-static/assets/{preview-BKCN0mOr.js → preview-0Jj89qip.js} +1 -1
  191. package/storybook-static/assets/{preview-TCN6m6T-.js → preview-BJPLiuSt.js} +1 -1
  192. package/storybook-static/assets/{preview-BDY5ThwJ.js → preview-BMWqy4Bi.js} +1 -1
  193. package/storybook-static/assets/preview-BnWGZYux.js +1 -0
  194. package/storybook-static/assets/preview-Cg7hXPRq.js +2 -0
  195. package/storybook-static/assets/{preview-BAz7FMXc.js → preview-DB9FwMii.js} +1 -1
  196. package/storybook-static/assets/preview-Djh1_Tal.js +20 -0
  197. package/storybook-static/assets/{preview-DRnyIGXK.js → preview-oHxXRSIu.js} +15 -15
  198. package/storybook-static/assets/{set-url.test.stories-GlJOh31I.js → set-url.test.stories-Cg5Z0r7x.js} +1 -1
  199. package/storybook-static/assets/{slice-events.test.stories-VoNjuPCX.js → slice-events.test.stories-D_ttGp3g.js} +1 -1
  200. package/storybook-static/assets/{slots.test.stories-Da2j9YuO.js → slots.test.stories-DBNXOm0T.js} +1 -1
  201. package/storybook-static/assets/version-select.test.stories-CgV3UCim.js +109 -0
  202. package/storybook-static/confused.svg +1 -0
  203. package/storybook-static/demo/a.html +60 -0
  204. package/storybook-static/demo/b.html +13 -0
  205. package/storybook-static/demo/confused.svg +38 -0
  206. package/storybook-static/demo/data-slices.html +216 -0
  207. package/storybook-static/demo/dce-social-preview.png +0 -0
  208. package/storybook-static/demo/demo.css +26 -0
  209. package/storybook-static/demo/dom-merge.html +123 -0
  210. package/storybook-static/demo/embed-1.html +2 -0
  211. package/storybook-static/demo/external-template.html +239 -0
  212. package/storybook-static/demo/form.html +239 -0
  213. package/storybook-static/demo/hex-grid-dce.html +183 -0
  214. package/storybook-static/demo/hex-grid-transform.png +0 -0
  215. package/storybook-static/demo/hex-grid.html +66 -0
  216. package/storybook-static/demo/html-template.html +126 -0
  217. package/storybook-static/demo/html-template.xhtml +45 -0
  218. package/storybook-static/demo/html-template.xml +45 -0
  219. package/storybook-static/demo/http-request.html +143 -0
  220. package/storybook-static/demo/lib-dir/Smiley.svg +24 -0
  221. package/storybook-static/demo/lib-dir/embed-lib.html +34 -0
  222. package/storybook-static/demo/local-storage.html +218 -0
  223. package/storybook-static/demo/location-element.html +168 -0
  224. package/storybook-static/demo/logo.png +0 -0
  225. package/storybook-static/demo/module-url.html +215 -0
  226. package/storybook-static/demo/npm-versions-demo.html +105 -0
  227. package/storybook-static/demo/npm-versions.html +65 -0
  228. package/storybook-static/demo/parameters.html +70 -0
  229. package/storybook-static/demo/s.xml +28 -0
  230. package/storybook-static/demo/s.xslt +97 -0
  231. package/storybook-static/demo/s1.xslt +60 -0
  232. package/storybook-static/demo/scoped-css.html +169 -0
  233. package/storybook-static/demo/set-url.html +141 -0
  234. package/storybook-static/demo/ss.html +57 -0
  235. package/storybook-static/demo/table.xml +25 -0
  236. package/storybook-static/demo/table.xsl +293 -0
  237. package/storybook-static/demo/template.xsl +46 -0
  238. package/storybook-static/demo/tree.xml +25 -0
  239. package/storybook-static/demo/tree.xsl +33 -0
  240. package/storybook-static/demo/wc-square.svg +1 -0
  241. package/storybook-static/demo/xhtml-template.xhtml +45 -0
  242. package/storybook-static/demo/z.html +62 -0
  243. package/storybook-static/demo/z.js +9 -0
  244. package/storybook-static/demo/z.xml +60 -0
  245. package/storybook-static/embed-1.html +1 -2
  246. package/storybook-static/favicon.svg +1 -7
  247. package/storybook-static/iframe.html +42 -30
  248. package/storybook-static/index.html +36 -18
  249. package/storybook-static/index.json +1 -1
  250. package/storybook-static/mockServiceWorker.js +1 -1
  251. package/storybook-static/nunito-sans-bold-italic.woff2 +0 -0
  252. package/storybook-static/nunito-sans-bold.woff2 +0 -0
  253. package/storybook-static/nunito-sans-italic.woff2 +0 -0
  254. package/storybook-static/nunito-sans-regular.woff2 +0 -0
  255. package/storybook-static/project.json +1 -1
  256. package/storybook-static/sb-addons/chromatic-com-storybook-9/manager-bundle.js +32 -32
  257. package/storybook-static/sb-addons/chromatic-com-storybook-9/manager-bundle.js.LEGAL.txt +1 -1
  258. package/storybook-static/sb-addons/essentials-actions-3/manager-bundle.js +1 -1
  259. package/storybook-static/sb-addons/essentials-controls-2/manager-bundle.js +395 -43
  260. package/storybook-static/sb-addons/essentials-controls-2/manager-bundle.js.LEGAL.txt +0 -18
  261. package/storybook-static/sb-addons/essentials-viewport-5/manager-bundle.js +1 -1
  262. package/storybook-static/sb-addons/interactions-10/manager-bundle.js +221 -22
  263. package/storybook-static/sb-addons/storybook-core-core-server-presets-0/common-manager-bundle.js +3 -0
  264. package/storybook-static/sb-common-assets/favicon.svg +1 -0
  265. package/storybook-static/sb-manager/globals-module-info.js +995 -1
  266. package/storybook-static/sb-manager/globals-runtime.js +53525 -1
  267. package/storybook-static/sb-manager/globals.js +48 -1
  268. package/storybook-static/sb-manager/runtime.js +11884 -1
  269. package/storybook-static/sb-preview/globals.js +33 -1
  270. package/storybook-static/sb-preview/runtime.js +9437 -108
  271. package/vite.config.js +2 -1
  272. package/dist/custom-element-DZvvhscI.cjs +0 -53
  273. package/storybook-static/assets/Color-PRSJMWNM-CRSv4C7i.js +0 -1
  274. package/storybook-static/assets/DocsRenderer-K4EAMTCU-CG_P5zRZ.js +0 -2
  275. package/storybook-static/assets/WithTooltip-KJL26V4Q-CUqUi5E8.js +0 -1
  276. package/storybook-static/assets/custom-element-DpIq8E2p.js +0 -219
  277. package/storybook-static/assets/formatter-2WMMO6ZP-C-UiBIma.js +0 -58
  278. package/storybook-static/assets/http-request.stories-DCqY5s2i.js +0 -300
  279. package/storybook-static/assets/iframe-CURpvmVV.js +0 -2
  280. package/storybook-static/assets/index-CKw1EbdP.js +0 -1
  281. package/storybook-static/assets/index-CVRyq5ci.js +0 -27
  282. package/storybook-static/assets/index-Cc7K62zD.js +0 -3
  283. package/storybook-static/assets/index-DYpTqTNu.js +0 -1
  284. package/storybook-static/assets/index-DsWii_Ep.js +0 -548
  285. package/storybook-static/assets/index-DuIEV_9C.js +0 -13
  286. package/storybook-static/assets/lit-element-CenEXOuS.js +0 -19
  287. package/storybook-static/assets/preview-B4GcaC1c.js +0 -1
  288. package/storybook-static/assets/preview-B63p-W8V.js +0 -20
  289. package/storybook-static/assets/preview-DjDbQHPa.js +0 -2
  290. package/storybook-static/assets/syntaxhighlighter-BP7B2CQK-CDpEe51g.js +0 -1
  291. package/storybook-static/assets/version-select.test.stories-DLwf-TPB.js +0 -60
  292. package/storybook-static/sb-addons/storybook-core-server-presets-0/common-manager-bundle.js +0 -3
  293. package/storybook-static/sb-common-assets/fonts.css +0 -31
  294. package/storybook-static/sb-manager/WithTooltip-KJL26V4Q-5LS5AN27.js +0 -1
  295. package/storybook-static/sb-manager/chunk-B3YDJJJH.js +0 -347
  296. package/storybook-static/sb-manager/chunk-BLWCBWKL.js +0 -9
  297. package/storybook-static/sb-manager/chunk-GUVK2GTO.js +0 -6
  298. package/storybook-static/sb-manager/chunk-LFRML3ZV.js +0 -186
  299. package/storybook-static/sb-manager/chunk-MC7RAF2B.js +0 -274
  300. package/storybook-static/sb-manager/chunk-ZR5JZWHI.js +0 -1
  301. package/storybook-static/sb-manager/formatter-2WMMO6ZP-JI7RHVTW.js +0 -58
  302. package/storybook-static/sb-manager/index.js +0 -1
  303. package/storybook-static/sb-manager/syntaxhighlighter-BP7B2CQK-WOJYHKQR.js +0 -1
  304. /package/storybook-static/sb-addons/{storybook-core-server-presets-0 → storybook-core-core-server-presets-0}/common-manager-bundle.js.LEGAL.txt +0 -0
@@ -0,0 +1,605 @@
1
+ const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["./index-sm7QlJZE.js","./iframe-D4Sos1HO.js","./index-D-8MO0q_.js","./index-DGdNYaqV.js","./index-DrFu-skq.js","./Color-KGDBMAHA-CH-YyWYq.js"])))=>i.map(i=>d[i]);
2
+ import{_ as lC}from"./iframe-D4Sos1HO.js";import{O as sC,P as _z}from"./index-D-8MO0q_.js";import{e as M4,s as pp}from"./index-DGdNYaqV.js";import{d as Az}from"./index-DrFu-skq.js";var Yu=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Xi(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var uC={exports:{}},re={};/**
3
+ * @license React
4
+ * react.production.min.js
5
+ *
6
+ * Copyright (c) Facebook, Inc. and its affiliates.
7
+ *
8
+ * This source code is licensed under the MIT license found in the
9
+ * LICENSE file in the root directory of this source tree.
10
+ */var pu=Symbol.for("react.element"),Fz=Symbol.for("react.portal"),$z=Symbol.for("react.fragment"),Tz=Symbol.for("react.strict_mode"),Iz=Symbol.for("react.profiler"),Rz=Symbol.for("react.provider"),zz=Symbol.for("react.context"),Bz=Symbol.for("react.forward_ref"),Lz=Symbol.for("react.suspense"),Oz=Symbol.for("react.memo"),Mz=Symbol.for("react.lazy"),P4=Symbol.iterator;function Pz(e){return e===null||typeof e!="object"?null:(e=P4&&e[P4]||e["@@iterator"],typeof e=="function"?e:null)}var cC={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},dC=Object.assign,pC={};function Zi(e,t,r){this.props=e,this.context=t,this.refs=pC,this.updater=r||cC}Zi.prototype.isReactComponent={};Zi.prototype.setState=function(e,t){if(typeof e!="object"&&typeof e!="function"&&e!=null)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,t,"setState")};Zi.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")};function fC(){}fC.prototype=Zi.prototype;function r5(e,t,r){this.props=e,this.context=t,this.refs=pC,this.updater=r||cC}var n5=r5.prototype=new fC;n5.constructor=r5;dC(n5,Zi.prototype);n5.isPureReactComponent=!0;var N4=Array.isArray,hC=Object.prototype.hasOwnProperty,a5={current:null},mC={key:!0,ref:!0,__self:!0,__source:!0};function gC(e,t,r){var n,a={},o=null,i=null;if(t!=null)for(n in t.ref!==void 0&&(i=t.ref),t.key!==void 0&&(o=""+t.key),t)hC.call(t,n)&&!mC.hasOwnProperty(n)&&(a[n]=t[n]);var l=arguments.length-2;if(l===1)a.children=r;else if(1<l){for(var s=Array(l),d=0;d<l;d++)s[d]=arguments[d+2];a.children=s}if(e&&e.defaultProps)for(n in l=e.defaultProps,l)a[n]===void 0&&(a[n]=l[n]);return{$$typeof:pu,type:e,key:o,ref:i,props:a,_owner:a5.current}}function Nz(e,t){return{$$typeof:pu,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}function o5(e){return typeof e=="object"&&e!==null&&e.$$typeof===pu}function jz(e){var t={"=":"=0",":":"=2"};return"$"+e.replace(/[=:]/g,function(r){return t[r]})}var j4=/\/+/g;function fp(e,t){return typeof e=="object"&&e!==null&&e.key!=null?jz(""+e.key):t.toString(36)}function Vc(e,t,r,n,a){var o=typeof e;(o==="undefined"||o==="boolean")&&(e=null);var i=!1;if(e===null)i=!0;else switch(o){case"string":case"number":i=!0;break;case"object":switch(e.$$typeof){case pu:case Fz:i=!0}}if(i)return i=e,a=a(i),e=n===""?"."+fp(i,0):n,N4(a)?(r="",e!=null&&(r=e.replace(j4,"$&/")+"/"),Vc(a,t,r,"",function(d){return d})):a!=null&&(o5(a)&&(a=Nz(a,r+(!a.key||i&&i.key===a.key?"":(""+a.key).replace(j4,"$&/")+"/")+e)),t.push(a)),1;if(i=0,n=n===""?".":n+":",N4(e))for(var l=0;l<e.length;l++){o=e[l];var s=n+fp(o,l);i+=Vc(o,t,r,s,a)}else if(s=Pz(e),typeof s=="function")for(e=s.call(e),l=0;!(o=e.next()).done;)o=o.value,s=n+fp(o,l++),i+=Vc(o,t,r,s,a);else if(o==="object")throw t=String(e),Error("Objects are not valid as a React child (found: "+(t==="[object Object]"?"object with keys {"+Object.keys(e).join(", ")+"}":t)+"). If you meant to render a collection of children, use an array instead.");return i}function Xu(e,t,r){if(e==null)return e;var n=[],a=0;return Vc(e,n,"","",function(o){return t.call(r,o,a++)}),n}function Hz(e){if(e._status===-1){var t=e._result;t=t(),t.then(function(r){(e._status===0||e._status===-1)&&(e._status=1,e._result=r)},function(r){(e._status===0||e._status===-1)&&(e._status=2,e._result=r)}),e._status===-1&&(e._status=0,e._result=t)}if(e._status===1)return e._result.default;throw e._result}var ft={current:null},Uc={transition:null},Vz={ReactCurrentDispatcher:ft,ReactCurrentBatchConfig:Uc,ReactCurrentOwner:a5};function vC(){throw Error("act(...) is not supported in production builds of React.")}re.Children={map:Xu,forEach:function(e,t,r){Xu(e,function(){t.apply(this,arguments)},r)},count:function(e){var t=0;return Xu(e,function(){t++}),t},toArray:function(e){return Xu(e,function(t){return t})||[]},only:function(e){if(!o5(e))throw Error("React.Children.only expected to receive a single React element child.");return e}};re.Component=Zi;re.Fragment=$z;re.Profiler=Iz;re.PureComponent=r5;re.StrictMode=Tz;re.Suspense=Lz;re.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=Vz;re.act=vC;re.cloneElement=function(e,t,r){if(e==null)throw Error("React.cloneElement(...): The argument must be a React element, but you passed "+e+".");var n=dC({},e.props),a=e.key,o=e.ref,i=e._owner;if(t!=null){if(t.ref!==void 0&&(o=t.ref,i=a5.current),t.key!==void 0&&(a=""+t.key),e.type&&e.type.defaultProps)var l=e.type.defaultProps;for(s in t)hC.call(t,s)&&!mC.hasOwnProperty(s)&&(n[s]=t[s]===void 0&&l!==void 0?l[s]:t[s])}var s=arguments.length-2;if(s===1)n.children=r;else if(1<s){l=Array(s);for(var d=0;d<s;d++)l[d]=arguments[d+2];n.children=l}return{$$typeof:pu,type:e.type,key:a,ref:o,props:n,_owner:i}};re.createContext=function(e){return e={$$typeof:zz,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null},e.Provider={$$typeof:Rz,_context:e},e.Consumer=e};re.createElement=gC;re.createFactory=function(e){var t=gC.bind(null,e);return t.type=e,t};re.createRef=function(){return{current:null}};re.forwardRef=function(e){return{$$typeof:Bz,render:e}};re.isValidElement=o5;re.lazy=function(e){return{$$typeof:Mz,_payload:{_status:-1,_result:e},_init:Hz}};re.memo=function(e,t){return{$$typeof:Oz,type:e,compare:t===void 0?null:t}};re.startTransition=function(e){var t=Uc.transition;Uc.transition={};try{e()}finally{Uc.transition=t}};re.unstable_act=vC;re.useCallback=function(e,t){return ft.current.useCallback(e,t)};re.useContext=function(e){return ft.current.useContext(e)};re.useDebugValue=function(){};re.useDeferredValue=function(e){return ft.current.useDeferredValue(e)};re.useEffect=function(e,t){return ft.current.useEffect(e,t)};re.useId=function(){return ft.current.useId()};re.useImperativeHandle=function(e,t,r){return ft.current.useImperativeHandle(e,t,r)};re.useInsertionEffect=function(e,t){return ft.current.useInsertionEffect(e,t)};re.useLayoutEffect=function(e,t){return ft.current.useLayoutEffect(e,t)};re.useMemo=function(e,t){return ft.current.useMemo(e,t)};re.useReducer=function(e,t,r){return ft.current.useReducer(e,t,r)};re.useRef=function(e){return ft.current.useRef(e)};re.useState=function(e){return ft.current.useState(e)};re.useSyncExternalStore=function(e,t,r){return ft.current.useSyncExternalStore(e,t,r)};re.useTransition=function(){return ft.current.useTransition()};re.version="18.3.1";uC.exports=re;var u=uC.exports;const w=Xi(u);var Uz=Object.create,yC=Object.defineProperty,Wz=Object.getOwnPropertyDescriptor,wC=Object.getOwnPropertyNames,qz=Object.getPrototypeOf,Gz=Object.prototype.hasOwnProperty,Ji=(e,t)=>function(){return t||(0,e[wC(e)[0]])((t={exports:{}}).exports,t),t.exports},Kz=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of wC(t))!Gz.call(e,a)&&a!==r&&yC(e,a,{get:()=>t[a],enumerable:!(n=Wz(t,a))||n.enumerable});return e},Yz=(e,t,r)=>(r=e!=null?Uz(qz(e)):{},Kz(!e||!e.__esModule?yC(r,"default",{value:e,enumerable:!0}):r,e)),Sr=e=>`control-${e.replace(/\s+/g,"-")}`,jd=e=>`set-${e.replace(/\s+/g,"-")}`,Xz=Object.create,i5=Object.defineProperty,Zz=Object.getOwnPropertyDescriptor,Jz=Object.getOwnPropertyNames,Qz=Object.getPrototypeOf,eB=Object.prototype.hasOwnProperty,T=(e,t)=>i5(e,"name",{value:t,configurable:!0}),Zu=(e=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(e,{get:(t,r)=>(typeof require<"u"?require:t)[r]}):e)(function(e){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')}),Hd=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),tB=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of Jz(t))!eB.call(e,a)&&a!==r&&i5(e,a,{get:()=>t[a],enumerable:!(n=Zz(t,a))||n.enumerable});return e},l5=(e,t,r)=>(r=e!=null?Xz(Qz(e)):{},tB(t||!e||!e.__esModule?i5(r,"default",{value:e,enumerable:!0}):r,e)),rB=Hd(e=>{(function(){var t=typeof Symbol=="function"&&Symbol.for,r=t?Symbol.for("react.element"):60103,n=t?Symbol.for("react.portal"):60106,a=t?Symbol.for("react.fragment"):60107,o=t?Symbol.for("react.strict_mode"):60108,i=t?Symbol.for("react.profiler"):60114,l=t?Symbol.for("react.provider"):60109,s=t?Symbol.for("react.context"):60110,d=t?Symbol.for("react.async_mode"):60111,f=t?Symbol.for("react.concurrent_mode"):60111,h=t?Symbol.for("react.forward_ref"):60112,p=t?Symbol.for("react.suspense"):60113,m=t?Symbol.for("react.suspense_list"):60120,g=t?Symbol.for("react.memo"):60115,v=t?Symbol.for("react.lazy"):60116,C=t?Symbol.for("react.block"):60121,E=t?Symbol.for("react.fundamental"):60117,y=t?Symbol.for("react.responder"):60118,b=t?Symbol.for("react.scope"):60119;function x(W){return typeof W=="string"||typeof W=="function"||W===a||W===f||W===i||W===o||W===p||W===m||typeof W=="object"&&W!==null&&(W.$$typeof===v||W.$$typeof===g||W.$$typeof===l||W.$$typeof===s||W.$$typeof===h||W.$$typeof===E||W.$$typeof===y||W.$$typeof===b||W.$$typeof===C)}T(x,"isValidElementType");function D(W){if(typeof W=="object"&&W!==null){var ar=W.$$typeof;switch(ar){case r:var $r=W.type;switch($r){case d:case f:case a:case i:case o:case p:return $r;default:var ka=$r&&$r.$$typeof;switch(ka){case s:case h:case v:case g:case l:return ka;default:return ar}}case n:return ar}}}T(D,"typeOf");var S=d,k=f,_=s,A=l,$=r,I=h,L=a,B=v,j=g,P=n,H=i,q=o,z=p,O=!1;function N(W){return O||(O=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),Y(W)||D(W)===d}T(N,"isAsyncMode");function Y(W){return D(W)===f}T(Y,"isConcurrentMode");function Q(W){return D(W)===s}T(Q,"isContextConsumer");function ne(W){return D(W)===l}T(ne,"isContextProvider");function ae(W){return typeof W=="object"&&W!==null&&W.$$typeof===r}T(ae,"isElement");function U(W){return D(W)===h}T(U,"isForwardRef");function J(W){return D(W)===a}T(J,"isFragment");function te(W){return D(W)===v}T(te,"isLazy");function Ae(W){return D(W)===g}T(Ae,"isMemo");function Ke(W){return D(W)===n}T(Ke,"isPortal");function Fr(W){return D(W)===i}T(Fr,"isProfiler");function _t(W){return D(W)===o}T(_t,"isStrictMode");function nr(W){return D(W)===p}T(nr,"isSuspense"),e.AsyncMode=S,e.ConcurrentMode=k,e.ContextConsumer=_,e.ContextProvider=A,e.Element=$,e.ForwardRef=I,e.Fragment=L,e.Lazy=B,e.Memo=j,e.Portal=P,e.Profiler=H,e.StrictMode=q,e.Suspense=z,e.isAsyncMode=N,e.isConcurrentMode=Y,e.isContextConsumer=Q,e.isContextProvider=ne,e.isElement=ae,e.isForwardRef=U,e.isFragment=J,e.isLazy=te,e.isMemo=Ae,e.isPortal=Ke,e.isProfiler=Fr,e.isStrictMode=_t,e.isSuspense=nr,e.isValidElementType=x,e.typeOf=D})()}),nB=Hd((e,t)=>{t.exports=rB()}),bC=Hd((e,t)=>{var r=nB(),n={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},a={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},o={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},i={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},l={};l[r.ForwardRef]=o,l[r.Memo]=i;function s(C){return r.isMemo(C)?i:l[C.$$typeof]||n}T(s,"getStatics");var d=Object.defineProperty,f=Object.getOwnPropertyNames,h=Object.getOwnPropertySymbols,p=Object.getOwnPropertyDescriptor,m=Object.getPrototypeOf,g=Object.prototype;function v(C,E,y){if(typeof E!="string"){if(g){var b=m(E);b&&b!==g&&v(C,b,y)}var x=f(E);h&&(x=x.concat(h(E)));for(var D=s(C),S=s(E),k=0;k<x.length;++k){var _=x[k];if(!a[_]&&!(y&&y[_])&&!(S&&S[_])&&!(D&&D[_])){var A=p(E,_);try{d(C,_,A)}catch{}}}}return C}T(v,"hoistNonReactStatics"),t.exports=v}),aB=Hd((e,t)=>{(function(r){if(typeof e=="object"&&typeof t<"u")t.exports=r();else if(typeof define=="function"&&define.amd)define([],r);else{var n;typeof window<"u"?n=window:typeof global<"u"?n=global:typeof self<"u"?n=self:n=this,n.memoizerific=r()}})(function(){return T(function r(n,a,o){function i(d,f){if(!a[d]){if(!n[d]){var h=typeof Zu=="function"&&Zu;if(!f&&h)return h(d,!0);if(l)return l(d,!0);var p=new Error("Cannot find module '"+d+"'");throw p.code="MODULE_NOT_FOUND",p}var m=a[d]={exports:{}};n[d][0].call(m.exports,function(g){var v=n[d][1][g];return i(v||g)},m,m.exports,r,n,a,o)}return a[d].exports}T(i,"s");for(var l=typeof Zu=="function"&&Zu,s=0;s<o.length;s++)i(o[s]);return i},"e")({1:[function(r,n,a){n.exports=function(o){if(typeof Map!="function"||o){var i=r("./similar");return new i}else return new Map}},{"./similar":2}],2:[function(r,n,a){function o(){return this.list=[],this.lastItem=void 0,this.size=0,this}T(o,"Similar"),o.prototype.get=function(i){var l;if(this.lastItem&&this.isEqual(this.lastItem.key,i))return this.lastItem.val;if(l=this.indexOf(i),l>=0)return this.lastItem=this.list[l],this.list[l].val},o.prototype.set=function(i,l){var s;return this.lastItem&&this.isEqual(this.lastItem.key,i)?(this.lastItem.val=l,this):(s=this.indexOf(i),s>=0?(this.lastItem=this.list[s],this.list[s].val=l,this):(this.lastItem={key:i,val:l},this.list.push(this.lastItem),this.size++,this))},o.prototype.delete=function(i){var l;if(this.lastItem&&this.isEqual(this.lastItem.key,i)&&(this.lastItem=void 0),l=this.indexOf(i),l>=0)return this.size--,this.list.splice(l,1)[0]},o.prototype.has=function(i){var l;return this.lastItem&&this.isEqual(this.lastItem.key,i)?!0:(l=this.indexOf(i),l>=0?(this.lastItem=this.list[l],!0):!1)},o.prototype.forEach=function(i,l){var s;for(s=0;s<this.size;s++)i.call(l||this,this.list[s].val,this.list[s].key,this)},o.prototype.indexOf=function(i){var l;for(l=0;l<this.size;l++)if(this.isEqual(this.list[l].key,i))return l;return-1},o.prototype.isEqual=function(i,l){return i===l||i!==i&&l!==l},n.exports=o},{}],3:[function(r,n,a){var o=r("map-or-similar");n.exports=function(d){var f=new o(!1),h=[];return function(p){var m=T(function(){var g=f,v,C,E=arguments.length-1,y=Array(E+1),b=!0,x;if((m.numArgs||m.numArgs===0)&&m.numArgs!==E+1)throw new Error("Memoizerific functions should always be called with the same number of arguments");for(x=0;x<E;x++){if(y[x]={cacheItem:g,arg:arguments[x]},g.has(arguments[x])){g=g.get(arguments[x]);continue}b=!1,v=new o(!1),g.set(arguments[x],v),g=v}return b&&(g.has(arguments[E])?C=g.get(arguments[E]):b=!1),b||(C=p.apply(null,arguments),g.set(arguments[E],C)),d>0&&(y[E]={cacheItem:g,arg:arguments[E]},b?i(h,y):h.push(y),h.length>d&&l(h.shift())),m.wasMemoized=b,m.numArgs=E+1,C},"memoizerific");return m.limit=d,m.wasMemoized=!1,m.cache=f,m.lru=h,m}};function i(d,f){var h=d.length,p=f.length,m,g,v;for(g=0;g<h;g++){for(m=!0,v=0;v<p;v++)if(!s(d[g][v].arg,f[v].arg)){m=!1;break}if(m)break}d.push(d.splice(g,1)[0])}T(i,"moveToMostRecentLru");function l(d){var f=d.length,h=d[f-1],p,m;for(h.cacheItem.delete(h.arg),m=f-2;m>=0&&(h=d[m],p=h.cacheItem.get(h.arg),!p||!p.size);m--)h.cacheItem.delete(h.arg)}T(l,"removeCachedResult");function s(d,f){return d===f||d!==d&&f!==f}T(s,"isEqual")},{"map-or-similar":1}]},{},[3])(3)})});function en(){return en=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},en.apply(null,arguments)}T(en,"_extends");function s5(e){var t=Object.create(null);return function(r){return t[r]===void 0&&(t[r]=e(r)),t[r]}}T(s5,"memoize");var oB=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,u5=s5(function(e){return oB.test(e)||e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)<91});function EC(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}T(EC,"sheetForTag");function xC(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),e.nonce!==void 0&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t.setAttribute("data-s",""),t}T(xC,"createStyleElement");var iB=function(){function e(r){var n=this;this._insertTag=function(a){var o;n.tags.length===0?n.insertionPoint?o=n.insertionPoint.nextSibling:n.prepend?o=n.container.firstChild:o=n.before:o=n.tags[n.tags.length-1].nextSibling,n.container.insertBefore(a,o),n.tags.push(a)},this.isSpeedy=r.speedy===void 0?!1:r.speedy,this.tags=[],this.ctr=0,this.nonce=r.nonce,this.key=r.key,this.container=r.container,this.prepend=r.prepend,this.insertionPoint=r.insertionPoint,this.before=null}T(e,"StyleSheet");var t=e.prototype;return t.hydrate=T(function(r){r.forEach(this._insertTag)},"hydrate"),t.insert=T(function(r){this.ctr%(this.isSpeedy?65e3:1)===0&&this._insertTag(xC(this));var n=this.tags[this.tags.length-1],a=r.charCodeAt(0)===64&&r.charCodeAt(1)===105;if(a&&this._alreadyInsertedOrderInsensitiveRule&&console.error(`You're attempting to insert the following rule:
11
+ `+r+"\n\n`@import` rules must be before all other types of rules in a stylesheet but other rules have already been inserted. Please ensure that `@import` rules are before all other rules."),this._alreadyInsertedOrderInsensitiveRule=this._alreadyInsertedOrderInsensitiveRule||!a,this.isSpeedy){var o=EC(n);try{o.insertRule(r,o.cssRules.length)}catch(i){/:(-moz-placeholder|-moz-focus-inner|-moz-focusring|-ms-input-placeholder|-moz-read-write|-moz-read-only|-ms-clear|-ms-expand|-ms-reveal){/.test(r)||console.error('There was a problem inserting the following rule: "'+r+'"',i)}}else n.appendChild(document.createTextNode(r));this.ctr++},"insert"),t.flush=T(function(){this.tags.forEach(function(r){return r.parentNode&&r.parentNode.removeChild(r)}),this.tags=[],this.ctr=0,this._alreadyInsertedOrderInsensitiveRule=!1},"flush"),e}(),et="-ms-",D0="-moz-",se="-webkit-",c5="comm",d5="rule",p5="decl",lB="@import",CC="@keyframes",sB="@layer",uB=Math.abs,Vd=String.fromCharCode,cB=Object.assign;function DC(e,t){return Me(e,0)^45?(((t<<2^Me(e,0))<<2^Me(e,1))<<2^Me(e,2))<<2^Me(e,3):0}T(DC,"hash");function f5(e){return e.trim()}T(f5,"trim");function SC(e,t){return(e=t.exec(e))?e[0]:e}T(SC,"match");function le(e,t,r){return e.replace(t,r)}T(le,"replace");function S0(e,t){return e.indexOf(t)}T(S0,"indexof");function Me(e,t){return e.charCodeAt(t)|0}T(Me,"charat");function Ci(e,t,r){return e.slice(t,r)}T(Ci,"substr");function dr(e){return e.length}T(dr,"strlen");function Ud(e){return e.length}T(Ud,"sizeof");function Zl(e,t){return t.push(e),e}T(Zl,"append");function kC(e,t){return e.map(t).join("")}T(kC,"combine");var Wd=1,Di=1,_C=0,Dt=0,ke=0,Qi="";function fu(e,t,r,n,a,o,i){return{value:e,root:t,parent:r,type:n,props:a,children:o,line:Wd,column:Di,length:i,return:""}}T(fu,"node");function jo(e,t){return cB(fu("",null,null,"",null,null,0),e,{length:-e.length},t)}T(jo,"copy");function AC(){return ke}T(AC,"char");function FC(){return ke=Dt>0?Me(Qi,--Dt):0,Di--,ke===10&&(Di=1,Wd--),ke}T(FC,"prev");function yt(){return ke=Dt<_C?Me(Qi,Dt++):0,Di++,ke===10&&(Di=1,Wd++),ke}T(yt,"next");function gr(){return Me(Qi,Dt)}T(gr,"peek");function ds(){return Dt}T(ds,"caret");function el(e,t){return Ci(Qi,e,t)}T(el,"slice");function Si(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}T(Si,"token");function h5(e){return Wd=Di=1,_C=dr(Qi=e),Dt=0,[]}T(h5,"alloc");function m5(e){return Qi="",e}T(m5,"dealloc");function ps(e){return f5(el(Dt-1,k0(e===91?e+2:e===40?e+1:e)))}T(ps,"delimit");function $C(e){for(;(ke=gr())&&ke<33;)yt();return Si(e)>2||Si(ke)>3?"":" "}T($C,"whitespace");function TC(e,t){for(;--t&&yt()&&!(ke<48||ke>102||ke>57&&ke<65||ke>70&&ke<97););return el(e,ds()+(t<6&&gr()==32&&yt()==32))}T(TC,"escaping");function k0(e){for(;yt();)switch(ke){case e:return Dt;case 34:case 39:e!==34&&e!==39&&k0(ke);break;case 40:e===41&&k0(e);break;case 92:yt();break}return Dt}T(k0,"delimiter");function IC(e,t){for(;yt()&&e+ke!==57&&!(e+ke===84&&gr()===47););return"/*"+el(t,Dt-1)+"*"+Vd(e===47?e:yt())}T(IC,"commenter");function RC(e){for(;!Si(gr());)yt();return el(e,Dt)}T(RC,"identifier");function zC(e){return m5(fs("",null,null,null,[""],e=h5(e),0,[0],e))}T(zC,"compile");function fs(e,t,r,n,a,o,i,l,s){for(var d=0,f=0,h=i,p=0,m=0,g=0,v=1,C=1,E=1,y=0,b="",x=a,D=o,S=n,k=b;C;)switch(g=y,y=yt()){case 40:if(g!=108&&Me(k,h-1)==58){S0(k+=le(ps(y),"&","&\f"),"&\f")!=-1&&(E=-1);break}case 34:case 39:case 91:k+=ps(y);break;case 9:case 10:case 13:case 32:k+=$C(g);break;case 92:k+=TC(ds()-1,7);continue;case 47:switch(gr()){case 42:case 47:Zl(BC(IC(yt(),ds()),t,r),s);break;default:k+="/"}break;case 123*v:l[d++]=dr(k)*E;case 125*v:case 59:case 0:switch(y){case 0:case 125:C=0;case 59+f:E==-1&&(k=le(k,/\f/g,"")),m>0&&dr(k)-h&&Zl(m>32?pm(k+";",n,r,h-1):pm(le(k," ","")+";",n,r,h-2),s);break;case 59:k+=";";default:if(Zl(S=dm(k,t,r,d,f,a,l,b,x=[],D=[],h),o),y===123)if(f===0)fs(k,t,S,S,x,o,h,l,D);else switch(p===99&&Me(k,3)===110?100:p){case 100:case 108:case 109:case 115:fs(e,S,S,n&&Zl(dm(e,S,S,0,0,a,l,b,a,x=[],h),D),a,D,h,l,n?x:D);break;default:fs(k,S,S,S,[""],D,0,l,D)}}d=f=m=0,v=E=1,b=k="",h=i;break;case 58:h=1+dr(k),m=g;default:if(v<1){if(y==123)--v;else if(y==125&&v++==0&&FC()==125)continue}switch(k+=Vd(y),y*v){case 38:E=f>0?1:(k+="\f",-1);break;case 44:l[d++]=(dr(k)-1)*E,E=1;break;case 64:gr()===45&&(k+=ps(yt())),p=gr(),f=h=dr(b=k+=RC(ds())),y++;break;case 45:g===45&&dr(k)==2&&(v=0)}}return o}T(fs,"parse");function dm(e,t,r,n,a,o,i,l,s,d,f){for(var h=a-1,p=a===0?o:[""],m=Ud(p),g=0,v=0,C=0;g<n;++g)for(var E=0,y=Ci(e,h+1,h=uB(v=i[g])),b=e;E<m;++E)(b=f5(v>0?p[E]+" "+y:le(y,/&\f/g,p[E])))&&(s[C++]=b);return fu(e,t,r,a===0?d5:l,s,d,f)}T(dm,"ruleset");function BC(e,t,r){return fu(e,t,r,c5,Vd(AC()),Ci(e,2,-2),0)}T(BC,"comment");function pm(e,t,r,n){return fu(e,t,r,p5,Ci(e,0,n),Ci(e,n+1,-1),n)}T(pm,"declaration");function Xa(e,t){for(var r="",n=Ud(e),a=0;a<n;a++)r+=t(e[a],a,e,t)||"";return r}T(Xa,"serialize");function LC(e,t,r,n){switch(e.type){case sB:if(e.children.length)break;case lB:case p5:return e.return=e.return||e.value;case c5:return"";case CC:return e.return=e.value+"{"+Xa(e.children,n)+"}";case d5:e.value=e.props.join(",")}return dr(r=Xa(e.children,n))?e.return=e.value+"{"+r+"}":""}T(LC,"stringify");function OC(e){var t=Ud(e);return function(r,n,a,o){for(var i="",l=0;l<t;l++)i+=e[l](r,n,a,o)||"";return i}}T(OC,"middleware");var H4=T(function(e){var t=new WeakMap;return function(r){if(t.has(r))return t.get(r);var n=e(r);return t.set(r,n),n}},"weakMemoize"),dB=T(function(e,t,r){for(var n=0,a=0;n=a,a=gr(),n===38&&a===12&&(t[r]=1),!Si(a);)yt();return el(e,Dt)},"identifierWithPointTracking"),pB=T(function(e,t){var r=-1,n=44;do switch(Si(n)){case 0:n===38&&gr()===12&&(t[r]=1),e[r]+=dB(Dt-1,t,r);break;case 2:e[r]+=ps(n);break;case 4:if(n===44){e[++r]=gr()===58?"&\f":"",t[r]=e[r].length;break}default:e[r]+=Vd(n)}while(n=yt());return e},"toRules"),fB=T(function(e,t){return m5(pB(h5(e),t))},"getRules"),V4=new WeakMap,hB=T(function(e){if(!(e.type!=="rule"||!e.parent||e.length<1)){for(var t=e.value,r=e.parent,n=e.column===r.column&&e.line===r.line;r.type!=="rule";)if(r=r.parent,!r)return;if(!(e.props.length===1&&t.charCodeAt(0)!==58&&!V4.get(r))&&!n){V4.set(e,!0);for(var a=[],o=fB(t,a),i=r.props,l=0,s=0;l<o.length;l++)for(var d=0;d<i.length;d++,s++)e.props[s]=a[l]?o[l].replace(/&\f/g,i[d]):i[d]+" "+o[l]}}},"compat"),mB=T(function(e){if(e.type==="decl"){var t=e.value;t.charCodeAt(0)===108&&t.charCodeAt(2)===98&&(e.return="",e.value="")}},"removeLabel"),gB="emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason",vB=T(function(e){return e.type==="comm"&&e.children.indexOf(gB)>-1},"isIgnoringComment"),yB=T(function(e){return function(t,r,n){if(!(t.type!=="rule"||e.compat)){var a=t.value.match(/(:first|:nth|:nth-last)-child/g);if(a){for(var o=!!t.parent,i=o?t.parent.children:n,l=i.length-1;l>=0;l--){var s=i[l];if(s.line<t.line)break;if(s.column<t.column){if(vB(s))return;break}}a.forEach(function(d){console.error('The pseudo class "'+d+'" is potentially unsafe when doing server-side rendering. Try changing it to "'+d.split("-child")[0]+'-of-type".')})}}}},"createUnsafeSelectorsAlarm"),MC=T(function(e){return e.type.charCodeAt(1)===105&&e.type.charCodeAt(0)===64},"isImportRule"),wB=T(function(e,t){for(var r=e-1;r>=0;r--)if(!MC(t[r]))return!0;return!1},"isPrependedWithRegularRules"),U4=T(function(e){e.type="",e.value="",e.return="",e.children="",e.props=""},"nullifyElement"),bB=T(function(e,t,r){MC(e)&&(e.parent?(console.error("`@import` rules can't be nested inside other rules. Please move it to the top level and put it before regular rules. Keep in mind that they can only be used within global styles."),U4(e)):wB(t,r)&&(console.error("`@import` rules can't be after other rules. Please put your `@import` rules before your other rules."),U4(e)))},"incorrectImportAlarm");function g5(e,t){switch(DC(e,t)){case 5103:return se+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return se+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return se+e+D0+e+et+e+e;case 6828:case 4268:return se+e+et+e+e;case 6165:return se+e+et+"flex-"+e+e;case 5187:return se+e+le(e,/(\w+).+(:[^]+)/,se+"box-$1$2"+et+"flex-$1$2")+e;case 5443:return se+e+et+"flex-item-"+le(e,/flex-|-self/,"")+e;case 4675:return se+e+et+"flex-line-pack"+le(e,/align-content|flex-|-self/,"")+e;case 5548:return se+e+et+le(e,"shrink","negative")+e;case 5292:return se+e+et+le(e,"basis","preferred-size")+e;case 6060:return se+"box-"+le(e,"-grow","")+se+e+et+le(e,"grow","positive")+e;case 4554:return se+le(e,/([^-])(transform)/g,"$1"+se+"$2")+e;case 6187:return le(le(le(e,/(zoom-|grab)/,se+"$1"),/(image-set)/,se+"$1"),e,"")+e;case 5495:case 3959:return le(e,/(image-set\([^]*)/,se+"$1$`$1");case 4968:return le(le(e,/(.+:)(flex-)?(.*)/,se+"box-pack:$3"+et+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+se+e+e;case 4095:case 3583:case 4068:case 2532:return le(e,/(.+)-inline(.+)/,se+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(dr(e)-1-t>6)switch(Me(e,t+1)){case 109:if(Me(e,t+4)!==45)break;case 102:return le(e,/(.+:)(.+)-([^]+)/,"$1"+se+"$2-$3$1"+D0+(Me(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~S0(e,"stretch")?g5(le(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(Me(e,t+1)!==115)break;case 6444:switch(Me(e,dr(e)-3-(~S0(e,"!important")&&10))){case 107:return le(e,":",":"+se)+e;case 101:return le(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+se+(Me(e,14)===45?"inline-":"")+"box$3$1"+se+"$2$3$1"+et+"$2box$3")+e}break;case 5936:switch(Me(e,t+11)){case 114:return se+e+et+le(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return se+e+et+le(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return se+e+et+le(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return se+e+et+e+e}return e}T(g5,"prefix");var EB=T(function(e,t,r,n){if(e.length>-1&&!e.return)switch(e.type){case p5:e.return=g5(e.value,e.length);break;case CC:return Xa([jo(e,{value:le(e.value,"@","@"+se)})],n);case d5:if(e.length)return kC(e.props,function(a){switch(SC(a,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return Xa([jo(e,{props:[le(a,/:(read-\w+)/,":"+D0+"$1")]})],n);case"::placeholder":return Xa([jo(e,{props:[le(a,/:(plac\w+)/,":"+se+"input-$1")]}),jo(e,{props:[le(a,/:(plac\w+)/,":"+D0+"$1")]}),jo(e,{props:[le(a,/:(plac\w+)/,et+"input-$1")]})],n)}return""})}},"prefixer"),xB=[EB],CB=T(function(e){var t=e.key;if(!t)throw new Error(`You have to configure \`key\` for your cache. Please make sure it's unique (and not equal to 'css') as it's used for linking styles to your cache.
12
+ If multiple caches share the same key they might "fight" for each other's style elements.`);if(t==="css"){var r=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(r,function(g){var v=g.getAttribute("data-emotion");v.indexOf(" ")!==-1&&(document.head.appendChild(g),g.setAttribute("data-s",""))})}var n=e.stylisPlugins||xB;if(/[^a-z-]/.test(t))throw new Error('Emotion key must only contain lower case alphabetical characters and - but "'+t+'" was passed');var a={},o,i=[];o=e.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+t+' "]'),function(g){for(var v=g.getAttribute("data-emotion").split(" "),C=1;C<v.length;C++)a[v[C]]=!0;i.push(g)});var l,s=[hB,mB];s.push(yB({get compat(){return m.compat}}),bB);{var d,f=[LC,function(g){g.root||(g.return?d.insert(g.return):g.value&&g.type!==c5&&d.insert(g.value+"{}"))}],h=OC(s.concat(n,f)),p=T(function(g){return Xa(zC(g),h)},"stylis");l=T(function(g,v,C,E){d=C,v.map!==void 0&&(d={insert:T(function(y){C.insert(y+v.map)},"insert")}),p(g?g+"{"+v.styles+"}":v.styles),E&&(m.inserted[v.name]=!0)},"insert")}var m={key:t,sheet:new iB({key:t,container:o,nonce:e.nonce,speedy:e.speedy,prepend:e.prepend,insertionPoint:e.insertionPoint}),nonce:e.nonce,inserted:a,registered:{},insert:l};return m.sheet.hydrate(i),m},"createCache"),DB=l5(bC()),SB=T(function(e,t){return(0,DB.default)(e,t)},"hoistNonReactStatics"),kB=!0;function qd(e,t,r){var n="";return r.split(" ").forEach(function(a){e[a]!==void 0?t.push(e[a]+";"):n+=a+" "}),n}T(qd,"getRegisteredStyles");var Gd=T(function(e,t,r){var n=e.key+"-"+t.name;(r===!1||kB===!1)&&e.registered[n]===void 0&&(e.registered[n]=t.styles)},"registerStyles"),Kd=T(function(e,t,r){Gd(e,t,r);var n=e.key+"-"+t.name;if(e.inserted[t.name]===void 0){var a=t;do e.insert(t===a?"."+n:"",a,e.sheet,!0),a=a.next;while(a!==void 0)}},"insertStyles");function PC(e){for(var t=0,r,n=0,a=e.length;a>=4;++n,a-=4)r=e.charCodeAt(n)&255|(e.charCodeAt(++n)&255)<<8|(e.charCodeAt(++n)&255)<<16|(e.charCodeAt(++n)&255)<<24,r=(r&65535)*1540483477+((r>>>16)*59797<<16),r^=r>>>24,t=(r&65535)*1540483477+((r>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(a){case 3:t^=(e.charCodeAt(n+2)&255)<<16;case 2:t^=(e.charCodeAt(n+1)&255)<<8;case 1:t^=e.charCodeAt(n)&255,t=(t&65535)*1540483477+((t>>>16)*59797<<16)}return t^=t>>>13,t=(t&65535)*1540483477+((t>>>16)*59797<<16),((t^t>>>15)>>>0).toString(36)}T(PC,"murmur2");var _B={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},W4=`You have illegal escape sequence in your template literal, most likely inside content's property value.
13
+ Because you write your CSS inside a JavaScript string you actually have to do double escaping, so for example "content: '\\00d7';" should become "content: '\\\\00d7';".
14
+ You can read more about this here:
15
+ https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#ES2018_revision_of_illegal_escape_sequences`,AB="You have passed in falsy value as style object's key (can happen when in example you pass unexported component as computed key).",FB=/[A-Z]|^ms/g,NC=/_EMO_([^_]+?)_([^]*?)_EMO_/g,v5=T(function(e){return e.charCodeAt(1)===45},"isCustomProperty"),q4=T(function(e){return e!=null&&typeof e!="boolean"},"isProcessableValue"),hp=s5(function(e){return v5(e)?e:e.replace(FB,"-$&").toLowerCase()}),_0=T(function(e,t){switch(e){case"animation":case"animationName":if(typeof t=="string")return t.replace(NC,function(r,n,a){return Hr={name:n,styles:a,next:Hr},n})}return _B[e]!==1&&!v5(e)&&typeof t=="number"&&t!==0?t+"px":t},"processStyleValue");G4=/(var|attr|counters?|url|element|(((repeating-)?(linear|radial))|conic)-gradient)\(|(no-)?(open|close)-quote/,K4=["normal","none","initial","inherit","unset"],Y4=_0,X4=/^-ms-/,Z4=/-(.)/g,mp={},_0=T(function(e,t){if(e==="content"&&(typeof t!="string"||K4.indexOf(t)===-1&&!G4.test(t)&&(t.charAt(0)!==t.charAt(t.length-1)||t.charAt(0)!=='"'&&t.charAt(0)!=="'")))throw new Error("You seem to be using a value for 'content' without quotes, try replacing it with `content: '\""+t+"\"'`");var r=Y4(e,t);return r!==""&&!v5(e)&&e.indexOf("-")!==-1&&mp[e]===void 0&&(mp[e]=!0,console.error("Using kebab-case for css properties in objects is not supported. Did you mean "+e.replace(X4,"ms-").replace(Z4,function(n,a){return a.toUpperCase()})+"?")),r},"processStyleValue");var G4,K4,Y4,X4,Z4,mp,jC="Component selectors can only be used in conjunction with @emotion/babel-plugin, the swc Emotion plugin, or another Emotion-aware compiler transform.";function ki(e,t,r){if(r==null)return"";if(r.__emotion_styles!==void 0){if(r.toString()==="NO_COMPONENT_SELECTOR")throw new Error(jC);return r}switch(typeof r){case"boolean":return"";case"object":{if(r.anim===1)return Hr={name:r.name,styles:r.styles,next:Hr},r.name;if(r.styles!==void 0){var n=r.next;if(n!==void 0)for(;n!==void 0;)Hr={name:n.name,styles:n.styles,next:Hr},n=n.next;var a=r.styles+";";return r.map!==void 0&&(a+=r.map),a}return HC(e,t,r)}case"function":{if(e!==void 0){var o=Hr,i=r(e);return Hr=o,ki(e,t,i)}else console.error("Functions that are interpolated in css calls will be stringified.\nIf you want to have a css call based on props, create a function that returns a css call like this\nlet dynamicStyle = (props) => css`color: ${props.color}`\nIt can be called directly with props or interpolated in a styled call like this\nlet SomeComponent = styled('div')`${dynamicStyle}`");break}case"string":var l=[],s=r.replace(NC,function(f,h,p){var m="animation"+l.length;return l.push("const "+m+" = keyframes`"+p.replace(/^@keyframes animation-\w+/,"")+"`"),"${"+m+"}"});l.length&&console.error("`keyframes` output got interpolated into plain string, please wrap it with `css`.\n\nInstead of doing this:\n\n"+[].concat(l,["`"+s+"`"]).join(`
16
+ `)+`
17
+
18
+ You should wrap it with \`css\` like this:
19
+
20
+ `+("css`"+s+"`"));break}if(t==null)return r;var d=t[r];return d!==void 0?d:r}T(ki,"handleInterpolation");function HC(e,t,r){var n="";if(Array.isArray(r))for(var a=0;a<r.length;a++)n+=ki(e,t,r[a])+";";else for(var o in r){var i=r[o];if(typeof i!="object")t!=null&&t[i]!==void 0?n+=o+"{"+t[i]+"}":q4(i)&&(n+=hp(o)+":"+_0(o,i)+";");else{if(o==="NO_COMPONENT_SELECTOR")throw new Error(jC);if(Array.isArray(i)&&typeof i[0]=="string"&&(t==null||t[i[0]]===void 0))for(var l=0;l<i.length;l++)q4(i[l])&&(n+=hp(o)+":"+_0(o,i[l])+";");else{var s=ki(e,t,i);switch(o){case"animation":case"animationName":{n+=hp(o)+":"+s+";";break}default:o==="undefined"&&console.error(AB),n+=o+"{"+s+"}"}}}}return n}T(HC,"createStringFromObject");var J4=/label:\s*([^\s;\n{]+)\s*(;|$)/g,VC;VC=/\/\*#\ssourceMappingURL=data:application\/json;\S+\s+\*\//g;var Hr,_i=T(function(e,t,r){if(e.length===1&&typeof e[0]=="object"&&e[0]!==null&&e[0].styles!==void 0)return e[0];var n=!0,a="";Hr=void 0;var o=e[0];o==null||o.raw===void 0?(n=!1,a+=ki(r,t,o)):(o[0]===void 0&&console.error(W4),a+=o[0]);for(var i=1;i<e.length;i++)a+=ki(r,t,e[i]),n&&(o[i]===void 0&&console.error(W4),a+=o[i]);var l;a=a.replace(VC,function(h){return l=h,""}),J4.lastIndex=0;for(var s="",d;(d=J4.exec(a))!==null;)s+="-"+d[1];var f=PC(a)+s;return{name:f,styles:a,map:l,next:Hr,toString:T(function(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."},"toString")}},"serializeStyles"),$B=T(function(e){return e()},"syncFallback"),UC=u.useInsertionEffect?u.useInsertionEffect:!1,y5=UC||$B,Q4=UC||u.useLayoutEffect,TB={}.hasOwnProperty,w5=u.createContext(typeof HTMLElement<"u"?CB({key:"css"}):null);w5.displayName="EmotionCacheContext";w5.Provider;var Yd=T(function(e){return u.forwardRef(function(t,r){var n=u.useContext(w5);return e(t,n,r)})},"withEmotionCache"),Sn=u.createContext({});Sn.displayName="EmotionThemeContext";var WC=T(function(){return u.useContext(Sn)},"useTheme"),IB=T(function(e,t){if(typeof t=="function"){var r=t(e);if(r==null||typeof r!="object"||Array.isArray(r))throw new Error("[ThemeProvider] Please return an object from your theme function, i.e. theme={() => ({})}!");return r}if(t==null||typeof t!="object"||Array.isArray(t))throw new Error("[ThemeProvider] Please make your theme prop a plain object");return en({},e,t)},"getTheme"),RB=H4(function(e){return H4(function(t){return IB(e,t)})}),qC=T(function(e){var t=u.useContext(Sn);return e.theme!==t&&(t=RB(t)(e.theme)),u.createElement(Sn.Provider,{value:t},e.children)},"ThemeProvider");function zB(e){var t=e.displayName||e.name||"Component",r=T(function(a,o){var i=u.useContext(Sn);return u.createElement(e,en({theme:i,ref:o},a))},"render"),n=u.forwardRef(r);return n.displayName="WithTheme("+t+")",SB(n,e)}T(zB,"withTheme");var e3="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",t3="__EMOTION_LABEL_PLEASE_DO_NOT_USE__",BB=T(function(e){var t=e.cache,r=e.serialized,n=e.isStringTag;return Gd(t,r,n),y5(function(){return Kd(t,r,n)}),null},"Insertion"),LB=Yd(function(e,t,r){var n=e.css;typeof n=="string"&&t.registered[n]!==void 0&&(n=t.registered[n]);var a=e[e3],o=[n],i="";typeof e.className=="string"?i=qd(t.registered,o,e.className):e.className!=null&&(i=e.className+" ");var l=_i(o,void 0,u.useContext(Sn));if(l.name.indexOf("-")===-1){var s=e[t3];s&&(l=_i([l,"label:"+s+";"]))}i+=t.key+"-"+l.name;var d={};for(var f in e)TB.call(e,f)&&f!=="css"&&f!==e3&&f!==t3&&(d[f]=e[f]);return d.ref=r,d.className=i,u.createElement(u.Fragment,null,u.createElement(BB,{cache:t,serialized:l,isStringTag:typeof a=="string"}),u.createElement(a,d))});LB.displayName="EmotionCssPropInternal";l5(bC());var OB={name:"@emotion/react",version:"11.11.4",main:"dist/emotion-react.cjs.js",module:"dist/emotion-react.esm.js",browser:{"./dist/emotion-react.esm.js":"./dist/emotion-react.browser.esm.js"},exports:{".":{module:{worker:"./dist/emotion-react.worker.esm.js",browser:"./dist/emotion-react.browser.esm.js",default:"./dist/emotion-react.esm.js"},import:"./dist/emotion-react.cjs.mjs",default:"./dist/emotion-react.cjs.js"},"./jsx-runtime":{module:{worker:"./jsx-runtime/dist/emotion-react-jsx-runtime.worker.esm.js",browser:"./jsx-runtime/dist/emotion-react-jsx-runtime.browser.esm.js",default:"./jsx-runtime/dist/emotion-react-jsx-runtime.esm.js"},import:"./jsx-runtime/dist/emotion-react-jsx-runtime.cjs.mjs",default:"./jsx-runtime/dist/emotion-react-jsx-runtime.cjs.js"},"./_isolated-hnrs":{module:{worker:"./_isolated-hnrs/dist/emotion-react-_isolated-hnrs.worker.esm.js",browser:"./_isolated-hnrs/dist/emotion-react-_isolated-hnrs.browser.esm.js",default:"./_isolated-hnrs/dist/emotion-react-_isolated-hnrs.esm.js"},import:"./_isolated-hnrs/dist/emotion-react-_isolated-hnrs.cjs.mjs",default:"./_isolated-hnrs/dist/emotion-react-_isolated-hnrs.cjs.js"},"./jsx-dev-runtime":{module:{worker:"./jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.worker.esm.js",browser:"./jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.browser.esm.js",default:"./jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.esm.js"},import:"./jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.cjs.mjs",default:"./jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.cjs.js"},"./package.json":"./package.json","./types/css-prop":"./types/css-prop.d.ts","./macro":{types:{import:"./macro.d.mts",default:"./macro.d.ts"},default:"./macro.js"}},types:"types/index.d.ts",files:["src","dist","jsx-runtime","jsx-dev-runtime","_isolated-hnrs","types/*.d.ts","macro.*"],sideEffects:!1,author:"Emotion Contributors",license:"MIT",scripts:{"test:typescript":"dtslint types"},dependencies:{"@babel/runtime":"^7.18.3","@emotion/babel-plugin":"^11.11.0","@emotion/cache":"^11.11.0","@emotion/serialize":"^1.1.3","@emotion/use-insertion-effect-with-fallbacks":"^1.0.1","@emotion/utils":"^1.2.1","@emotion/weak-memoize":"^0.3.1","hoist-non-react-statics":"^3.3.1"},peerDependencies:{react:">=16.8.0"},peerDependenciesMeta:{"@types/react":{optional:!0}},devDependencies:{"@definitelytyped/dtslint":"0.0.112","@emotion/css":"11.11.2","@emotion/css-prettifier":"1.1.3","@emotion/server":"11.11.0","@emotion/styled":"11.11.0","html-tag-names":"^1.1.2",react:"16.14.0","svg-tag-names":"^1.1.1",typescript:"^4.5.5"},repository:"https://github.com/emotion-js/emotion/tree/main/packages/react",publishConfig:{access:"public"},"umd:main":"dist/emotion-react.umd.min.js",preconstruct:{entrypoints:["./index.js","./jsx-runtime.js","./jsx-dev-runtime.js","./_isolated-hnrs.js"],umdName:"emotionReact",exports:{envConditions:["browser","worker"],extra:{"./types/css-prop":"./types/css-prop.d.ts","./macro":{types:{import:"./macro.d.mts",default:"./macro.d.ts"},default:"./macro.js"}}}}},r3=!1,MB=Yd(function(e,t){!r3&&(e.className||e.css)&&(console.error("It looks like you're using the css prop on Global, did you mean to use the styles prop instead?"),r3=!0);var r=e.styles,n=_i([r],void 0,u.useContext(Sn)),a=u.useRef();return Q4(function(){var o=t.key+"-global",i=new t.sheet.constructor({key:o,nonce:t.sheet.nonce,container:t.sheet.container,speedy:t.sheet.isSpeedy}),l=!1,s=document.querySelector('style[data-emotion="'+o+" "+n.name+'"]');return t.sheet.tags.length&&(i.before=t.sheet.tags[0]),s!==null&&(l=!0,s.setAttribute("data-emotion",o),i.hydrate([s])),a.current=[i,l],function(){i.flush()}},[t]),Q4(function(){var o=a.current,i=o[0],l=o[1];if(l){o[1]=!1;return}if(n.next!==void 0&&Kd(t,n.next,!0),i.tags.length){var s=i.tags[i.tags.length-1].nextElementSibling;i.before=s,i.flush()}t.insert("",n,i,!1)},[t,n.name]),null});MB.displayName="EmotionGlobal";function Xd(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return _i(t)}T(Xd,"css");var In=T(function(){var e=Xd.apply(void 0,arguments),t="animation-"+e.name;return{name:t,styles:"@keyframes "+t+"{"+e.styles+"}",anim:1,toString:T(function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"},"toString")}},"keyframes"),PB=T(function e(t){for(var r=t.length,n=0,a="";n<r;n++){var o=t[n];if(o!=null){var i=void 0;switch(typeof o){case"boolean":break;case"object":{if(Array.isArray(o))i=e(o);else{o.styles!==void 0&&o.name!==void 0&&console.error("You have passed styles created with `css` from `@emotion/react` package to the `cx`.\n`cx` is meant to compose class names (strings) so you should convert those styles to a class name by passing them to the `css` received from <ClassNames/> component."),i="";for(var l in o)o[l]&&l&&(i&&(i+=" "),i+=l)}break}default:i=o}i&&(a&&(a+=" "),a+=i)}}return a},"classnames");function GC(e,t,r){var n=[],a=qd(e,n,r);return n.length<2?r:a+t(n)}T(GC,"merge");var NB=T(function(e){var t=e.cache,r=e.serializedArr;return y5(function(){for(var n=0;n<r.length;n++)Kd(t,r[n],!1)}),null},"Insertion"),jB=Yd(function(e,t){var r=!1,n=[],a=T(function(){if(r)throw new Error("css can only be used during render");for(var s=arguments.length,d=new Array(s),f=0;f<s;f++)d[f]=arguments[f];var h=_i(d,t.registered);return n.push(h),Gd(t,h,!1),t.key+"-"+h.name},"css"),o=T(function(){if(r)throw new Error("cx can only be used during render");for(var s=arguments.length,d=new Array(s),f=0;f<s;f++)d[f]=arguments[f];return GC(t.registered,a,PB(d))},"cx"),i={css:a,cx:o,theme:u.useContext(Sn)},l=e.children(i);return r=!0,u.createElement(u.Fragment,null,u.createElement(NB,{cache:t,serializedArr:n}),l)});jB.displayName="EmotionClassNames";gp=!0,n3=typeof jest<"u"||typeof vi<"u",gp&&!n3&&(vp=typeof globalThis<"u"?globalThis:gp?window:global,yp="__EMOTION_REACT_"+OB.version.split(".")[0]+"__",vp[yp]&&console.warn("You are loading @emotion/react when it is already loaded. Running multiple instances may cause problems. This can happen if multiple versions are used, or if multiple builds of the same version are used."),vp[yp]=!0);var gp,n3,vp,yp,HB=u5,VB=T(function(e){return e!=="theme"},"testOmitPropsOnComponent"),a3=T(function(e){return typeof e=="string"&&e.charCodeAt(0)>96?HB:VB},"getDefaultShouldForwardProp"),o3=T(function(e,t,r){var n;if(t){var a=t.shouldForwardProp;n=e.__emotion_forwardProp&&a?function(o){return e.__emotion_forwardProp(o)&&a(o)}:a}return typeof n!="function"&&r&&(n=e.__emotion_forwardProp),n},"composeShouldForwardProps"),i3=`You have illegal escape sequence in your template literal, most likely inside content's property value.
21
+ Because you write your CSS inside a JavaScript string you actually have to do double escaping, so for example "content: '\\00d7';" should become "content: '\\\\00d7';".
22
+ You can read more about this here:
23
+ https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#ES2018_revision_of_illegal_escape_sequences`,UB=T(function(e){var t=e.cache,r=e.serialized,n=e.isStringTag;return Gd(t,r,n),y5(function(){return Kd(t,r,n)}),null},"Insertion"),WB=T(function e(t,r){if(t===void 0)throw new Error(`You are trying to create a styled element with an undefined component.
24
+ You may have forgotten to import it.`);var n=t.__emotion_real===t,a=n&&t.__emotion_base||t,o,i;r!==void 0&&(o=r.label,i=r.target);var l=o3(t,r,n),s=l||a3(a),d=!s("as");return function(){var f=arguments,h=n&&t.__emotion_styles!==void 0?t.__emotion_styles.slice(0):[];if(o!==void 0&&h.push("label:"+o+";"),f[0]==null||f[0].raw===void 0)h.push.apply(h,f);else{f[0][0]===void 0&&console.error(i3),h.push(f[0][0]);for(var p=f.length,m=1;m<p;m++)f[0][m]===void 0&&console.error(i3),h.push(f[m],f[0][m])}var g=Yd(function(v,C,E){var y=d&&v.as||a,b="",x=[],D=v;if(v.theme==null){D={};for(var S in v)D[S]=v[S];D.theme=u.useContext(Sn)}typeof v.className=="string"?b=qd(C.registered,x,v.className):v.className!=null&&(b=v.className+" ");var k=_i(h.concat(x),C.registered,D);b+=C.key+"-"+k.name,i!==void 0&&(b+=" "+i);var _=d&&l===void 0?a3(y):s,A={};for(var $ in v)d&&$==="as"||_($)&&(A[$]=v[$]);return A.className=b,A.ref=E,u.createElement(u.Fragment,null,u.createElement(UB,{cache:C,serialized:k,isStringTag:typeof y=="string"}),u.createElement(y,A))});return g.displayName=o!==void 0?o:"Styled("+(typeof a=="string"?a:a.displayName||a.name||"Component")+")",g.defaultProps=t.defaultProps,g.__emotion_real=g,g.__emotion_base=a,g.__emotion_styles=h,g.__emotion_forwardProp=l,Object.defineProperty(g,"toString",{value:T(function(){return i===void 0?"NO_COMPONENT_SELECTOR":"."+i},"value")}),g.withComponent=function(v,C){return e(v,en({},r,C,{shouldForwardProp:o3(g,C,!0)})).apply(void 0,h)},g}},"createStyled"),qB=["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"],F=WB.bind();qB.forEach(function(e){F[e]=F(e)});function KC(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}T(KC,"_assertThisInitialized");function Ai(e,t){return Ai=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,n){return r.__proto__=n,r},Ai(e,t)}T(Ai,"_setPrototypeOf");function YC(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,Ai(e,t)}T(YC,"_inheritsLoose");function A0(e){return A0=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},A0(e)}T(A0,"_getPrototypeOf");function XC(e){try{return Function.toString.call(e).indexOf("[native code]")!==-1}catch{return typeof e=="function"}}T(XC,"_isNativeFunction");function b5(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(b5=T(function(){return!!e},"_isNativeReflectConstruct"))()}T(b5,"_isNativeReflectConstruct");function ZC(e,t,r){if(b5())return Reflect.construct.apply(null,arguments);var n=[null];n.push.apply(n,t);var a=new(e.bind.apply(e,n));return r&&Ai(a,r.prototype),a}T(ZC,"_construct");function F0(e){var t=typeof Map=="function"?new Map:void 0;return F0=T(function(r){if(r===null||!XC(r))return r;if(typeof r!="function")throw new TypeError("Super expression must either be null or a function");if(t!==void 0){if(t.has(r))return t.get(r);t.set(r,n)}function n(){return ZC(r,arguments,A0(this).constructor)}return T(n,"Wrapper"),n.prototype=Object.create(r.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),Ai(n,r)},"_wrapNativeSuper"),F0(e)}T(F0,"_wrapNativeSuper");var GB={1:`Passed invalid arguments to hsl, please pass multiple numbers e.g. hsl(360, 0.75, 0.4) or an object e.g. rgb({ hue: 255, saturation: 0.4, lightness: 0.75 }).
25
+
26
+ `,2:`Passed invalid arguments to hsla, please pass multiple numbers e.g. hsla(360, 0.75, 0.4, 0.7) or an object e.g. rgb({ hue: 255, saturation: 0.4, lightness: 0.75, alpha: 0.7 }).
27
+
28
+ `,3:`Passed an incorrect argument to a color function, please pass a string representation of a color.
29
+
30
+ `,4:`Couldn't generate valid rgb string from %s, it returned %s.
31
+
32
+ `,5:`Couldn't parse the color string. Please provide the color as a string in hex, rgb, rgba, hsl or hsla notation.
33
+
34
+ `,6:`Passed invalid arguments to rgb, please pass multiple numbers e.g. rgb(255, 205, 100) or an object e.g. rgb({ red: 255, green: 205, blue: 100 }).
35
+
36
+ `,7:`Passed invalid arguments to rgba, please pass multiple numbers e.g. rgb(255, 205, 100, 0.75) or an object e.g. rgb({ red: 255, green: 205, blue: 100, alpha: 0.75 }).
37
+
38
+ `,8:`Passed invalid argument to toColorString, please pass a RgbColor, RgbaColor, HslColor or HslaColor object.
39
+
40
+ `,9:`Please provide a number of steps to the modularScale helper.
41
+
42
+ `,10:`Please pass a number or one of the predefined scales to the modularScale helper as the ratio.
43
+
44
+ `,11:`Invalid value passed as base to modularScale, expected number or em string but got "%s"
45
+
46
+ `,12:`Expected a string ending in "px" or a number passed as the first argument to %s(), got "%s" instead.
47
+
48
+ `,13:`Expected a string ending in "px" or a number passed as the second argument to %s(), got "%s" instead.
49
+
50
+ `,14:`Passed invalid pixel value ("%s") to %s(), please pass a value like "12px" or 12.
51
+
52
+ `,15:`Passed invalid base value ("%s") to %s(), please pass a value like "12px" or 12.
53
+
54
+ `,16:`You must provide a template to this method.
55
+
56
+ `,17:`You passed an unsupported selector state to this method.
57
+
58
+ `,18:`minScreen and maxScreen must be provided as stringified numbers with the same units.
59
+
60
+ `,19:`fromSize and toSize must be provided as stringified numbers with the same units.
61
+
62
+ `,20:`expects either an array of objects or a single object with the properties prop, fromSize, and toSize.
63
+
64
+ `,21:"expects the objects in the first argument array to have the properties `prop`, `fromSize`, and `toSize`.\n\n",22:"expects the first argument object to have the properties `prop`, `fromSize`, and `toSize`.\n\n",23:`fontFace expects a name of a font-family.
65
+
66
+ `,24:`fontFace expects either the path to the font file(s) or a name of a local copy.
67
+
68
+ `,25:`fontFace expects localFonts to be an array.
69
+
70
+ `,26:`fontFace expects fileFormats to be an array.
71
+
72
+ `,27:`radialGradient requries at least 2 color-stops to properly render.
73
+
74
+ `,28:`Please supply a filename to retinaImage() as the first argument.
75
+
76
+ `,29:`Passed invalid argument to triangle, please pass correct pointingDirection e.g. 'right'.
77
+
78
+ `,30:"Passed an invalid value to `height` or `width`. Please provide a pixel based unit.\n\n",31:`The animation shorthand only takes 8 arguments. See the specification for more information: http://mdn.io/animation
79
+
80
+ `,32:`To pass multiple animations please supply them in arrays, e.g. animation(['rotate', '2s'], ['move', '1s'])
81
+ To pass a single animation please supply them in simple values, e.g. animation('rotate', '2s')
82
+
83
+ `,33:`The animation shorthand arrays can only have 8 elements. See the specification for more information: http://mdn.io/animation
84
+
85
+ `,34:`borderRadius expects a radius value as a string or number as the second argument.
86
+
87
+ `,35:`borderRadius expects one of "top", "bottom", "left" or "right" as the first argument.
88
+
89
+ `,36:`Property must be a string value.
90
+
91
+ `,37:`Syntax Error at %s.
92
+
93
+ `,38:`Formula contains a function that needs parentheses at %s.
94
+
95
+ `,39:`Formula is missing closing parenthesis at %s.
96
+
97
+ `,40:`Formula has too many closing parentheses at %s.
98
+
99
+ `,41:`All values in a formula must have the same unit or be unitless.
100
+
101
+ `,42:`Please provide a number of steps to the modularScale helper.
102
+
103
+ `,43:`Please pass a number or one of the predefined scales to the modularScale helper as the ratio.
104
+
105
+ `,44:`Invalid value passed as base to modularScale, expected number or em/rem string but got %s.
106
+
107
+ `,45:`Passed invalid argument to hslToColorString, please pass a HslColor or HslaColor object.
108
+
109
+ `,46:`Passed invalid argument to rgbToColorString, please pass a RgbColor or RgbaColor object.
110
+
111
+ `,47:`minScreen and maxScreen must be provided as stringified numbers with the same units.
112
+
113
+ `,48:`fromSize and toSize must be provided as stringified numbers with the same units.
114
+
115
+ `,49:`Expects either an array of objects or a single object with the properties prop, fromSize, and toSize.
116
+
117
+ `,50:`Expects the objects in the first argument array to have the properties prop, fromSize, and toSize.
118
+
119
+ `,51:`Expects the first argument object to have the properties prop, fromSize, and toSize.
120
+
121
+ `,52:`fontFace expects either the path to the font file(s) or a name of a local copy.
122
+
123
+ `,53:`fontFace expects localFonts to be an array.
124
+
125
+ `,54:`fontFace expects fileFormats to be an array.
126
+
127
+ `,55:`fontFace expects a name of a font-family.
128
+
129
+ `,56:`linearGradient requries at least 2 color-stops to properly render.
130
+
131
+ `,57:`radialGradient requries at least 2 color-stops to properly render.
132
+
133
+ `,58:`Please supply a filename to retinaImage() as the first argument.
134
+
135
+ `,59:`Passed invalid argument to triangle, please pass correct pointingDirection e.g. 'right'.
136
+
137
+ `,60:"Passed an invalid value to `height` or `width`. Please provide a pixel based unit.\n\n",61:`Property must be a string value.
138
+
139
+ `,62:`borderRadius expects a radius value as a string or number as the second argument.
140
+
141
+ `,63:`borderRadius expects one of "top", "bottom", "left" or "right" as the first argument.
142
+
143
+ `,64:`The animation shorthand only takes 8 arguments. See the specification for more information: http://mdn.io/animation.
144
+
145
+ `,65:`To pass multiple animations please supply them in arrays, e.g. animation(['rotate', '2s'], ['move', '1s'])\\nTo pass a single animation please supply them in simple values, e.g. animation('rotate', '2s').
146
+
147
+ `,66:`The animation shorthand arrays can only have 8 elements. See the specification for more information: http://mdn.io/animation.
148
+
149
+ `,67:`You must provide a template to this method.
150
+
151
+ `,68:`You passed an unsupported selector state to this method.
152
+
153
+ `,69:`Expected a string ending in "px" or a number passed as the first argument to %s(), got %s instead.
154
+
155
+ `,70:`Expected a string ending in "px" or a number passed as the second argument to %s(), got %s instead.
156
+
157
+ `,71:`Passed invalid pixel value %s to %s(), please pass a value like "12px" or 12.
158
+
159
+ `,72:`Passed invalid base value %s to %s(), please pass a value like "12px" or 12.
160
+
161
+ `,73:`Please provide a valid CSS variable.
162
+
163
+ `,74:`CSS variable not found and no default was provided.
164
+
165
+ `,75:`important requires a valid style object, got a %s instead.
166
+
167
+ `,76:`fromSize and toSize must be provided as stringified numbers with the same units as minScreen and maxScreen.
168
+
169
+ `,77:`remToPx expects a value in "rem" but you provided it in "%s".
170
+
171
+ `,78:`base must be set in "px" or "%" but you set it in "%s".
172
+ `};function JC(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];var n=t[0],a=[],o;for(o=1;o<t.length;o+=1)a.push(t[o]);return a.forEach(function(i){n=n.replace(/%[a-z]/,i)}),n}T(JC,"format");var qr=function(e){YC(t,e);function t(r){for(var n,a=arguments.length,o=new Array(a>1?a-1:0),i=1;i<a;i++)o[i-1]=arguments[i];return n=e.call(this,JC.apply(void 0,[GB[r]].concat(o)))||this,KC(n)}return T(t,"PolishedError"),t}(F0(Error));function Wc(e){return Math.round(e*255)}T(Wc,"colorToInt");function QC(e,t,r){return Wc(e)+","+Wc(t)+","+Wc(r)}T(QC,"convertToInt");function Fi(e,t,r,n){if(n===void 0&&(n=QC),t===0)return n(r,r,r);var a=(e%360+360)%360/60,o=(1-Math.abs(2*r-1))*t,i=o*(1-Math.abs(a%2-1)),l=0,s=0,d=0;a>=0&&a<1?(l=o,s=i):a>=1&&a<2?(l=i,s=o):a>=2&&a<3?(s=o,d=i):a>=3&&a<4?(s=i,d=o):a>=4&&a<5?(l=i,d=o):a>=5&&a<6&&(l=o,d=i);var f=r-o/2,h=l+f,p=s+f,m=d+f;return n(h,p,m)}T(Fi,"hslToRgb");var l3={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"00ffff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"0000ff",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"00ffff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"ff00ff",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"639",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"};function e9(e){if(typeof e!="string")return e;var t=e.toLowerCase();return l3[t]?"#"+l3[t]:e}T(e9,"nameToHex");var KB=/^#[a-fA-F0-9]{6}$/,YB=/^#[a-fA-F0-9]{8}$/,XB=/^#[a-fA-F0-9]{3}$/,ZB=/^#[a-fA-F0-9]{4}$/,wp=/^rgb\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*\)$/i,JB=/^rgb(?:a)?\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i,QB=/^hsl\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*\)$/i,eL=/^hsl(?:a)?\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i;function hu(e){if(typeof e!="string")throw new qr(3);var t=e9(e);if(t.match(KB))return{red:parseInt(""+t[1]+t[2],16),green:parseInt(""+t[3]+t[4],16),blue:parseInt(""+t[5]+t[6],16)};if(t.match(YB)){var r=parseFloat((parseInt(""+t[7]+t[8],16)/255).toFixed(2));return{red:parseInt(""+t[1]+t[2],16),green:parseInt(""+t[3]+t[4],16),blue:parseInt(""+t[5]+t[6],16),alpha:r}}if(t.match(XB))return{red:parseInt(""+t[1]+t[1],16),green:parseInt(""+t[2]+t[2],16),blue:parseInt(""+t[3]+t[3],16)};if(t.match(ZB)){var n=parseFloat((parseInt(""+t[4]+t[4],16)/255).toFixed(2));return{red:parseInt(""+t[1]+t[1],16),green:parseInt(""+t[2]+t[2],16),blue:parseInt(""+t[3]+t[3],16),alpha:n}}var a=wp.exec(t);if(a)return{red:parseInt(""+a[1],10),green:parseInt(""+a[2],10),blue:parseInt(""+a[3],10)};var o=JB.exec(t.substring(0,50));if(o)return{red:parseInt(""+o[1],10),green:parseInt(""+o[2],10),blue:parseInt(""+o[3],10),alpha:parseFloat(""+o[4])>1?parseFloat(""+o[4])/100:parseFloat(""+o[4])};var i=QB.exec(t);if(i){var l=parseInt(""+i[1],10),s=parseInt(""+i[2],10)/100,d=parseInt(""+i[3],10)/100,f="rgb("+Fi(l,s,d)+")",h=wp.exec(f);if(!h)throw new qr(4,t,f);return{red:parseInt(""+h[1],10),green:parseInt(""+h[2],10),blue:parseInt(""+h[3],10)}}var p=eL.exec(t.substring(0,50));if(p){var m=parseInt(""+p[1],10),g=parseInt(""+p[2],10)/100,v=parseInt(""+p[3],10)/100,C="rgb("+Fi(m,g,v)+")",E=wp.exec(C);if(!E)throw new qr(4,t,C);return{red:parseInt(""+E[1],10),green:parseInt(""+E[2],10),blue:parseInt(""+E[3],10),alpha:parseFloat(""+p[4])>1?parseFloat(""+p[4])/100:parseFloat(""+p[4])}}throw new qr(5)}T(hu,"parseToRgb");function t9(e){var t=e.red/255,r=e.green/255,n=e.blue/255,a=Math.max(t,r,n),o=Math.min(t,r,n),i=(a+o)/2;if(a===o)return e.alpha!==void 0?{hue:0,saturation:0,lightness:i,alpha:e.alpha}:{hue:0,saturation:0,lightness:i};var l,s=a-o,d=i>.5?s/(2-a-o):s/(a+o);switch(a){case t:l=(r-n)/s+(r<n?6:0);break;case r:l=(n-t)/s+2;break;default:l=(t-r)/s+4;break}return l*=60,e.alpha!==void 0?{hue:l,saturation:d,lightness:i,alpha:e.alpha}:{hue:l,saturation:d,lightness:i}}T(t9,"rgbToHsl");function E5(e){return t9(hu(e))}T(E5,"parseToHsl");var tL=T(function(e){return e.length===7&&e[1]===e[2]&&e[3]===e[4]&&e[5]===e[6]?"#"+e[1]+e[3]+e[5]:e},"reduceHexValue"),fm=tL;function Hn(e){var t=e.toString(16);return t.length===1?"0"+t:t}T(Hn,"numberToHex");function qc(e){return Hn(Math.round(e*255))}T(qc,"colorToHex");function r9(e,t,r){return fm("#"+qc(e)+qc(t)+qc(r))}T(r9,"convertToHex");function $s(e,t,r){return Fi(e,t,r,r9)}T($s,"hslToHex");function n9(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return $s(e,t,r);if(typeof e=="object"&&t===void 0&&r===void 0)return $s(e.hue,e.saturation,e.lightness);throw new qr(1)}T(n9,"hsl");function a9(e,t,r,n){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number"&&typeof n=="number")return n>=1?$s(e,t,r):"rgba("+Fi(e,t,r)+","+n+")";if(typeof e=="object"&&t===void 0&&r===void 0&&n===void 0)return e.alpha>=1?$s(e.hue,e.saturation,e.lightness):"rgba("+Fi(e.hue,e.saturation,e.lightness)+","+e.alpha+")";throw new qr(2)}T(a9,"hsla");function $0(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return fm("#"+Hn(e)+Hn(t)+Hn(r));if(typeof e=="object"&&t===void 0&&r===void 0)return fm("#"+Hn(e.red)+Hn(e.green)+Hn(e.blue));throw new qr(6)}T($0,"rgb");function $i(e,t,r,n){if(typeof e=="string"&&typeof t=="number"){var a=hu(e);return"rgba("+a.red+","+a.green+","+a.blue+","+t+")"}else{if(typeof e=="number"&&typeof t=="number"&&typeof r=="number"&&typeof n=="number")return n>=1?$0(e,t,r):"rgba("+e+","+t+","+r+","+n+")";if(typeof e=="object"&&t===void 0&&r===void 0&&n===void 0)return e.alpha>=1?$0(e.red,e.green,e.blue):"rgba("+e.red+","+e.green+","+e.blue+","+e.alpha+")"}throw new qr(7)}T($i,"rgba");var rL=T(function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&(typeof e.alpha!="number"||typeof e.alpha>"u")},"isRgb"),nL=T(function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&typeof e.alpha=="number"},"isRgba"),aL=T(function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&(typeof e.alpha!="number"||typeof e.alpha>"u")},"isHsl"),oL=T(function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&typeof e.alpha=="number"},"isHsla");function x5(e){if(typeof e!="object")throw new qr(8);if(nL(e))return $i(e);if(rL(e))return $0(e);if(oL(e))return a9(e);if(aL(e))return n9(e);throw new qr(8)}T(x5,"toColorString");function C5(e,t,r){return T(function(){var n=r.concat(Array.prototype.slice.call(arguments));return n.length>=t?e.apply(this,n):C5(e,t,n)},"fn")}T(C5,"curried");function mu(e){return C5(e,e.length,[])}T(mu,"curry");function gu(e,t,r){return Math.max(e,Math.min(t,r))}T(gu,"guard");function o9(e,t){if(t==="transparent")return t;var r=E5(t);return x5(en({},r,{lightness:gu(0,1,r.lightness-parseFloat(e))}))}T(o9,"darken");var iL=mu(o9),lL=iL;function i9(e,t){if(t==="transparent")return t;var r=E5(t);return x5(en({},r,{lightness:gu(0,1,r.lightness+parseFloat(e))}))}T(i9,"lighten");var sL=mu(i9),uL=sL;function l9(e,t){if(t==="transparent")return t;var r=hu(t),n=typeof r.alpha=="number"?r.alpha:1,a=en({},r,{alpha:gu(0,1,(n*100+parseFloat(e)*100)/100)});return $i(a)}T(l9,"opacify");var cL=mu(l9),dL=cL;function s9(e,t){if(t==="transparent")return t;var r=hu(t),n=typeof r.alpha=="number"?r.alpha:1,a=en({},r,{alpha:gu(0,1,+(n*100-parseFloat(e)*100).toFixed(2)/100)});return $i(a)}T(s9,"transparentize");var pL=mu(s9),fL=pL,G={primary:"#FF4785",secondary:"#029CFD",tertiary:"#FAFBFC",ancillary:"#22a699",orange:"#FC521F",gold:"#FFAE00",green:"#66BF3C",seafoam:"#37D5D3",purple:"#6F2CAC",ultraviolet:"#2A0481",lightest:"#FFFFFF",lighter:"#F7FAFC",light:"#EEF3F6",mediumlight:"#ECF4F9",medium:"#D9E8F2",mediumdark:"#73828C",dark:"#5C6870",darker:"#454E54",darkest:"#2E3438",border:"hsla(203, 50%, 30%, 0.15)",positive:"#66BF3C",negative:"#FF4400",warning:"#E69D00",critical:"#FFFFFF",defaultText:"#2E3438",inverseText:"#FFFFFF",positiveText:"#448028",negativeText:"#D43900",warningText:"#A15C20"},Vn={app:"#F6F9FC",bar:G.lightest,content:G.lightest,preview:G.lightest,gridCellSize:10,hoverable:fL(.9,G.secondary),positive:"#E1FFD4",negative:"#FEDED2",warning:"#FFF5CF",critical:"#FF4400"},Gr={fonts:{base:['"Nunito Sans"',"-apple-system",'".SFNSText-Regular"','"San Francisco"',"BlinkMacSystemFont",'"Segoe UI"','"Helvetica Neue"',"Helvetica","Arial","sans-serif"].join(", "),mono:["ui-monospace","Menlo","Monaco",'"Roboto Mono"','"Oxygen Mono"','"Ubuntu Monospace"','"Source Code Pro"','"Droid Sans Mono"','"Courier New"',"monospace"].join(", ")},weight:{regular:400,bold:700},size:{s1:12,s2:14,s3:16,m1:20,m2:24,m3:28,l1:32,l2:40,l3:48,code:90}},u9=l5(aB(),1),hL=(0,u9.default)(1)(({typography:e})=>({body:{fontFamily:e.fonts.base,fontSize:e.size.s3,margin:0,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)",WebkitOverflowScrolling:"touch"},"*":{boxSizing:"border-box"},"h1, h2, h3, h4, h5, h6":{fontWeight:e.weight.regular,margin:0,padding:0},"button, input, textarea, select":{fontFamily:"inherit",fontSize:"inherit",boxSizing:"border-box"},sub:{fontSize:"0.8em",bottom:"-0.2em"},sup:{fontSize:"0.8em",top:"-0.2em"},"b, strong":{fontWeight:e.weight.bold},hr:{border:"none",borderTop:"1px solid silver",clear:"both",marginBottom:"1.25rem"},code:{fontFamily:e.fonts.mono,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",display:"inline-block",paddingLeft:2,paddingRight:2,verticalAlign:"baseline",color:"inherit"},pre:{fontFamily:e.fonts.mono,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",lineHeight:"18px",padding:"11px 1rem",whiteSpace:"pre-wrap",color:"inherit",borderRadius:3,margin:"1rem 0"}}));(0,u9.default)(1)(({color:e,background:t,typography:r})=>{let n=hL({typography:r});return{...n,body:{...n.body,color:e.defaultText,background:t.app,overflow:"hidden"},hr:{...n.hr,borderTop:`1px solid ${e.border}`}}});var mL={base:"light",colorPrimary:"#FF4785",colorSecondary:"#029CFD",appBg:Vn.app,appContentBg:G.lightest,appPreviewBg:G.lightest,appBorderColor:G.border,appBorderRadius:4,fontBase:Gr.fonts.base,fontCode:Gr.fonts.mono,textColor:G.darkest,textInverseColor:G.lightest,textMutedColor:G.dark,barTextColor:G.mediumdark,barHoverColor:G.secondary,barSelectedColor:G.secondary,barBg:G.lightest,buttonBg:Vn.app,buttonBorder:G.medium,booleanBg:G.mediumlight,booleanSelectedBg:G.lightest,inputBg:G.lightest,inputBorder:G.border,inputTextColor:G.darkest,inputBorderRadius:4},T0=mL,gL={base:"dark",colorPrimary:"#FF4785",colorSecondary:"#029CFD",appBg:"#222425",appContentBg:"#1B1C1D",appPreviewBg:G.lightest,appBorderColor:"rgba(255,255,255,.1)",appBorderRadius:4,fontBase:Gr.fonts.base,fontCode:Gr.fonts.mono,textColor:"#C9CDCF",textInverseColor:"#222425",textMutedColor:"#798186",barTextColor:G.mediumdark,barHoverColor:G.secondary,barSelectedColor:G.secondary,barBg:"#292C2E",buttonBg:"#222425",buttonBorder:"rgba(255,255,255,.1)",booleanBg:"#222425",booleanSelectedBg:"#2E3438",inputBg:"#1B1C1D",inputBorder:"rgba(255,255,255,.1)",inputTextColor:G.lightest,inputBorderRadius:4},vL=gL,yL=(()=>{let e;return typeof window<"u"?e=window:typeof globalThis<"u"?e=globalThis:typeof global<"u"?e=global:typeof self<"u"?e=self:e={},e})();const{logger:wL}=__STORYBOOK_MODULE_CLIENT_LOGGER__;var{window:bp}=yL,bL=T(e=>({color:e}),"mkColor"),EL=T(e=>typeof e!="string"?(wL.warn(`Color passed to theme object should be a string. Instead ${e}(${typeof e}) was passed.`),!1):!0,"isColorString"),xL=T(e=>!/(gradient|var|calc)/.test(e),"isValidColorForPolished"),CL=T((e,t)=>e==="darken"?$i(`${lL(1,t)}`,.95):e==="lighten"?$i(`${uL(1,t)}`,.95):t,"applyPolished"),c9=T(e=>t=>{if(!EL(t)||!xL(t))return t;try{return CL(e,t)}catch{return t}},"colorFactory"),Cl=c9("lighten");c9("darken");var d9=T(()=>!bp||!bp.matchMedia?"light":bp.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light","getPreferredColorScheme"),hm={light:T0,dark:vL,normal:T0};d9();var DL={rubber:"cubic-bezier(0.175, 0.885, 0.335, 1.05)"},SL=In`
173
+ from {
174
+ transform: rotate(0deg);
175
+ }
176
+ to {
177
+ transform: rotate(360deg);
178
+ }
179
+ `,p9=In`
180
+ 0%, 100% { opacity: 1; }
181
+ 50% { opacity: .4; }
182
+ `,kL=In`
183
+ 0% { transform: translateY(1px); }
184
+ 25% { transform: translateY(0px); }
185
+ 50% { transform: translateY(-3px); }
186
+ 100% { transform: translateY(1px); }
187
+ `,_L=In`
188
+ 0%, 100% { transform:translate3d(0,0,0); }
189
+ 12.5%, 62.5% { transform:translate3d(-4px,0,0); }
190
+ 37.5%, 87.5% { transform: translate3d(4px,0,0); }
191
+ `,AL=Xd`
192
+ animation: ${p9} 1.5s ease-in-out infinite;
193
+ color: transparent;
194
+ cursor: progress;
195
+ `,FL=Xd`
196
+ transition: all 150ms ease-out;
197
+ transform: translate3d(0, 0, 0);
198
+
199
+ &:hover {
200
+ transform: translate3d(0, -2px, 0);
201
+ }
202
+
203
+ &:active {
204
+ transform: translate3d(0, 0, 0);
205
+ }
206
+ `,$L={rotate360:SL,glow:p9,float:kL,jiggle:_L,inlineGlow:AL,hoverable:FL},TL={BASE_FONT_FAMILY:"Menlo, monospace",BASE_FONT_SIZE:"11px",BASE_LINE_HEIGHT:1.2,BASE_BACKGROUND_COLOR:"rgb(36, 36, 36)",BASE_COLOR:"rgb(213, 213, 213)",OBJECT_PREVIEW_ARRAY_MAX_PROPERTIES:10,OBJECT_PREVIEW_OBJECT_MAX_PROPERTIES:5,OBJECT_NAME_COLOR:"rgb(227, 110, 236)",OBJECT_VALUE_NULL_COLOR:"rgb(127, 127, 127)",OBJECT_VALUE_UNDEFINED_COLOR:"rgb(127, 127, 127)",OBJECT_VALUE_REGEXP_COLOR:"rgb(233, 63, 59)",OBJECT_VALUE_STRING_COLOR:"rgb(233, 63, 59)",OBJECT_VALUE_SYMBOL_COLOR:"rgb(233, 63, 59)",OBJECT_VALUE_NUMBER_COLOR:"hsl(252, 100%, 75%)",OBJECT_VALUE_BOOLEAN_COLOR:"hsl(252, 100%, 75%)",OBJECT_VALUE_FUNCTION_PREFIX_COLOR:"rgb(85, 106, 242)",HTML_TAG_COLOR:"rgb(93, 176, 215)",HTML_TAGNAME_COLOR:"rgb(93, 176, 215)",HTML_TAGNAME_TEXT_TRANSFORM:"lowercase",HTML_ATTRIBUTE_NAME_COLOR:"rgb(155, 187, 220)",HTML_ATTRIBUTE_VALUE_COLOR:"rgb(242, 151, 102)",HTML_COMMENT_COLOR:"rgb(137, 137, 137)",HTML_DOCTYPE_COLOR:"rgb(192, 192, 192)",ARROW_COLOR:"rgb(145, 145, 145)",ARROW_MARGIN_RIGHT:3,ARROW_FONT_SIZE:12,ARROW_ANIMATION_DURATION:"0",TREENODE_FONT_FAMILY:"Menlo, monospace",TREENODE_FONT_SIZE:"11px",TREENODE_LINE_HEIGHT:1.2,TREENODE_PADDING_LEFT:12,TABLE_BORDER_COLOR:"rgb(85, 85, 85)",TABLE_TH_BACKGROUND_COLOR:"rgb(44, 44, 44)",TABLE_TH_HOVER_COLOR:"rgb(48, 48, 48)",TABLE_SORT_ICON_COLOR:"black",TABLE_DATA_BACKGROUND_IMAGE:"linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 50%, rgba(51, 139, 255, 0.0980392) 50%, rgba(51, 139, 255, 0.0980392))",TABLE_DATA_BACKGROUND_SIZE:"128px 32px"},IL={BASE_FONT_FAMILY:"Menlo, monospace",BASE_FONT_SIZE:"11px",BASE_LINE_HEIGHT:1.2,BASE_BACKGROUND_COLOR:"white",BASE_COLOR:"black",OBJECT_PREVIEW_ARRAY_MAX_PROPERTIES:10,OBJECT_PREVIEW_OBJECT_MAX_PROPERTIES:5,OBJECT_NAME_COLOR:"rgb(136, 19, 145)",OBJECT_VALUE_NULL_COLOR:"rgb(128, 128, 128)",OBJECT_VALUE_UNDEFINED_COLOR:"rgb(128, 128, 128)",OBJECT_VALUE_REGEXP_COLOR:"rgb(196, 26, 22)",OBJECT_VALUE_STRING_COLOR:"rgb(196, 26, 22)",OBJECT_VALUE_SYMBOL_COLOR:"rgb(196, 26, 22)",OBJECT_VALUE_NUMBER_COLOR:"rgb(28, 0, 207)",OBJECT_VALUE_BOOLEAN_COLOR:"rgb(28, 0, 207)",OBJECT_VALUE_FUNCTION_PREFIX_COLOR:"rgb(13, 34, 170)",HTML_TAG_COLOR:"rgb(168, 148, 166)",HTML_TAGNAME_COLOR:"rgb(136, 18, 128)",HTML_TAGNAME_TEXT_TRANSFORM:"lowercase",HTML_ATTRIBUTE_NAME_COLOR:"rgb(153, 69, 0)",HTML_ATTRIBUTE_VALUE_COLOR:"rgb(26, 26, 166)",HTML_COMMENT_COLOR:"rgb(35, 110, 37)",HTML_DOCTYPE_COLOR:"rgb(192, 192, 192)",ARROW_COLOR:"#6e6e6e",ARROW_MARGIN_RIGHT:3,ARROW_FONT_SIZE:12,ARROW_ANIMATION_DURATION:"0",TREENODE_FONT_FAMILY:"Menlo, monospace",TREENODE_FONT_SIZE:"11px",TREENODE_LINE_HEIGHT:1.2,TREENODE_PADDING_LEFT:12,TABLE_BORDER_COLOR:"#aaa",TABLE_TH_BACKGROUND_COLOR:"#eee",TABLE_TH_HOVER_COLOR:"hsla(0, 0%, 90%, 1)",TABLE_SORT_ICON_COLOR:"#6e6e6e",TABLE_DATA_BACKGROUND_IMAGE:"linear-gradient(to bottom, white, white 50%, rgb(234, 243, 255) 50%, rgb(234, 243, 255))",TABLE_DATA_BACKGROUND_SIZE:"128px 32px"},RL=T(e=>Object.entries(e).reduce((t,[r,n])=>({...t,[r]:bL(n)}),{}),"convertColors"),zL=T(({colors:e,mono:t})=>{let r=RL(e);return{token:{fontFamily:t,WebkitFontSmoothing:"antialiased","&.tag":r.red3,"&.comment":{...r.green1,fontStyle:"italic"},"&.prolog":{...r.green1,fontStyle:"italic"},"&.doctype":{...r.green1,fontStyle:"italic"},"&.cdata":{...r.green1,fontStyle:"italic"},"&.string":r.red1,"&.url":r.cyan1,"&.symbol":r.cyan1,"&.number":r.cyan1,"&.boolean":r.cyan1,"&.variable":r.cyan1,"&.constant":r.cyan1,"&.inserted":r.cyan1,"&.atrule":r.blue1,"&.keyword":r.blue1,"&.attr-value":r.blue1,"&.punctuation":r.gray1,"&.operator":r.gray1,"&.function":r.gray1,"&.deleted":r.red2,"&.important":{fontWeight:"bold"},"&.bold":{fontWeight:"bold"},"&.italic":{fontStyle:"italic"},"&.class-name":r.cyan2,"&.selector":r.red3,"&.attr-name":r.red4,"&.property":r.red4,"&.regex":r.red4,"&.entity":r.red4,"&.directive.tag .tag":{background:"#ffff00",...r.gray1}},"language-json .token.boolean":r.blue1,"language-json .token.number":r.blue1,"language-json .token.property":r.cyan2,namespace:{opacity:.7}}},"create"),BL={green1:"#008000",red1:"#A31515",red2:"#9a050f",red3:"#800000",red4:"#ff0000",gray1:"#393A34",cyan1:"#36acaa",cyan2:"#2B91AF",blue1:"#0000ff",blue2:"#00009f"},LL={green1:"#7C7C7C",red1:"#92C379",red2:"#9a050f",red3:"#A8FF60",red4:"#96CBFE",gray1:"#EDEDED",cyan1:"#C6C5FE",cyan2:"#FFFFB6",blue1:"#B474DD",blue2:"#00009f"},OL=T(e=>({primary:e.colorPrimary,secondary:e.colorSecondary,tertiary:G.tertiary,ancillary:G.ancillary,orange:G.orange,gold:G.gold,green:G.green,seafoam:G.seafoam,purple:G.purple,ultraviolet:G.ultraviolet,lightest:G.lightest,lighter:G.lighter,light:G.light,mediumlight:G.mediumlight,medium:G.medium,mediumdark:G.mediumdark,dark:G.dark,darker:G.darker,darkest:G.darkest,border:G.border,positive:G.positive,negative:G.negative,warning:G.warning,critical:G.critical,defaultText:e.textColor||G.darkest,inverseText:e.textInverseColor||G.lightest,positiveText:G.positiveText,negativeText:G.negativeText,warningText:G.warningText}),"createColors"),mm=T((e=hm[d9()])=>{let{base:t,colorPrimary:r,colorSecondary:n,appBg:a,appContentBg:o,appPreviewBg:i,appBorderColor:l,appBorderRadius:s,fontBase:d,fontCode:f,textColor:h,textInverseColor:p,barTextColor:m,barHoverColor:g,barSelectedColor:v,barBg:C,buttonBg:E,buttonBorder:y,booleanBg:b,booleanSelectedBg:x,inputBg:D,inputBorder:S,inputTextColor:k,inputBorderRadius:_,brandTitle:A,brandUrl:$,brandImage:I,brandTarget:L,gridCellSize:B,...j}=e;return{...j,base:t,color:OL(e),background:{app:a,bar:C,content:o,preview:i,gridCellSize:B||Vn.gridCellSize,hoverable:Vn.hoverable,positive:Vn.positive,negative:Vn.negative,warning:Vn.warning,critical:Vn.critical},typography:{fonts:{base:d,mono:f},weight:Gr.weight,size:Gr.size},animation:$L,easing:DL,input:{background:D,border:S,borderRadius:_,color:k},button:{background:E||D,border:y||S},boolean:{background:b||S,selectedBackground:x||D},layoutMargin:10,appBorderColor:l,appBorderRadius:s,barTextColor:m,barHoverColor:g||n,barSelectedColor:v||n,barBg:C,brand:{title:A,url:$,image:I||(A?null:void 0),target:L},code:zL({colors:t==="light"?BL:LL,mono:f}),addonActionsTheme:{...t==="light"?IL:TL,BASE_FONT_FAMILY:f,BASE_FONT_SIZE:Gr.size.s2-1,BASE_LINE_HEIGHT:"18px",BASE_BACKGROUND_COLOR:"transparent",BASE_COLOR:h,ARROW_COLOR:dL(.2,l),ARROW_MARGIN_RIGHT:4,ARROW_FONT_SIZE:8,TREENODE_FONT_FAMILY:f,TREENODE_FONT_SIZE:Gr.size.s2-1,TREENODE_LINE_HEIGHT:"18px",TREENODE_PADDING_LEFT:12}}},"convert");const{logger:ML}=__STORYBOOK_MODULE_CLIENT_LOGGER__;var PL=T(e=>Object.keys(e).length===0,"isEmpty"),Ep=T(e=>e!=null&&typeof e=="object","isObject"),NL=T((e,...t)=>Object.prototype.hasOwnProperty.call(e,...t),"hasOwnProperty"),jL=T(()=>Object.create(null),"makeObjectWithoutPrototype"),f9=T((e,t)=>e===t||!Ep(e)||!Ep(t)?{}:Object.keys(e).reduce((r,n)=>{if(NL(t,n)){let a=f9(e[n],t[n]);return Ep(a)&&PL(a)||(r[n]=a),r}return r[n]=void 0,r},jL()),"deletedDiff"),HL=f9;function h9(e){for(var t=[],r=1;r<arguments.length;r++)t[r-1]=arguments[r];var n=Array.from(typeof e=="string"?[e]:e);n[n.length-1]=n[n.length-1].replace(/\r?\n([\t ]*)$/,"");var a=n.reduce(function(l,s){var d=s.match(/\n([\t ]+|(?!\s).)/g);return d?l.concat(d.map(function(f){var h,p;return(p=(h=f.match(/[\t ]/g))===null||h===void 0?void 0:h.length)!==null&&p!==void 0?p:0})):l},[]);if(a.length){var o=new RegExp(`
207
+ [ ]{`+Math.min.apply(Math,a)+"}","g");n=n.map(function(l){return l.replace(o,`
208
+ `)})}n[0]=n[0].replace(/^\r?\n/,"");var i=n[0];return t.forEach(function(l,s){var d=i.match(/(?:^|\n)( *)$/),f=d?d[1]:"",h=l;typeof l=="string"&&l.includes(`
209
+ `)&&(h=String(l).split(`
210
+ `).map(function(p,m){return m===0?p:""+f+p}).join(`
211
+ `)),i+=h+n[s+1]}),i}T(h9,"dedent");var VL=T(e=>{if(!e)return mm(T0);let t=HL(T0,e);return Object.keys(t).length&&ML.warn(h9`
212
+ Your theme is missing properties, you should update your theme!
213
+
214
+ theme-data missing:
215
+ `,t),mm(e)},"ensure"),gm="/* emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason */",m9={exports:{}},Ht={},g9={exports:{}},v9={};/**
216
+ * @license React
217
+ * scheduler.production.min.js
218
+ *
219
+ * Copyright (c) Facebook, Inc. and its affiliates.
220
+ *
221
+ * This source code is licensed under the MIT license found in the
222
+ * LICENSE file in the root directory of this source tree.
223
+ */(function(e){function t(z,O){var N=z.length;z.push(O);e:for(;0<N;){var Y=N-1>>>1,Q=z[Y];if(0<a(Q,O))z[Y]=O,z[N]=Q,N=Y;else break e}}function r(z){return z.length===0?null:z[0]}function n(z){if(z.length===0)return null;var O=z[0],N=z.pop();if(N!==O){z[0]=N;e:for(var Y=0,Q=z.length,ne=Q>>>1;Y<ne;){var ae=2*(Y+1)-1,U=z[ae],J=ae+1,te=z[J];if(0>a(U,N))J<Q&&0>a(te,U)?(z[Y]=te,z[J]=N,Y=J):(z[Y]=U,z[ae]=N,Y=ae);else if(J<Q&&0>a(te,N))z[Y]=te,z[J]=N,Y=J;else break e}}return O}function a(z,O){var N=z.sortIndex-O.sortIndex;return N!==0?N:z.id-O.id}if(typeof performance=="object"&&typeof performance.now=="function"){var o=performance;e.unstable_now=function(){return o.now()}}else{var i=Date,l=i.now();e.unstable_now=function(){return i.now()-l}}var s=[],d=[],f=1,h=null,p=3,m=!1,g=!1,v=!1,C=typeof setTimeout=="function"?setTimeout:null,E=typeof clearTimeout=="function"?clearTimeout:null,y=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function b(z){for(var O=r(d);O!==null;){if(O.callback===null)n(d);else if(O.startTime<=z)n(d),O.sortIndex=O.expirationTime,t(s,O);else break;O=r(d)}}function x(z){if(v=!1,b(z),!g)if(r(s)!==null)g=!0,H(D);else{var O=r(d);O!==null&&q(x,O.startTime-z)}}function D(z,O){g=!1,v&&(v=!1,E(_),_=-1),m=!0;var N=p;try{for(b(O),h=r(s);h!==null&&(!(h.expirationTime>O)||z&&!I());){var Y=h.callback;if(typeof Y=="function"){h.callback=null,p=h.priorityLevel;var Q=Y(h.expirationTime<=O);O=e.unstable_now(),typeof Q=="function"?h.callback=Q:h===r(s)&&n(s),b(O)}else n(s);h=r(s)}if(h!==null)var ne=!0;else{var ae=r(d);ae!==null&&q(x,ae.startTime-O),ne=!1}return ne}finally{h=null,p=N,m=!1}}var S=!1,k=null,_=-1,A=5,$=-1;function I(){return!(e.unstable_now()-$<A)}function L(){if(k!==null){var z=e.unstable_now();$=z;var O=!0;try{O=k(!0,z)}finally{O?B():(S=!1,k=null)}}else S=!1}var B;if(typeof y=="function")B=function(){y(L)};else if(typeof MessageChannel<"u"){var j=new MessageChannel,P=j.port2;j.port1.onmessage=L,B=function(){P.postMessage(null)}}else B=function(){C(L,0)};function H(z){k=z,S||(S=!0,B())}function q(z,O){_=C(function(){z(e.unstable_now())},O)}e.unstable_IdlePriority=5,e.unstable_ImmediatePriority=1,e.unstable_LowPriority=4,e.unstable_NormalPriority=3,e.unstable_Profiling=null,e.unstable_UserBlockingPriority=2,e.unstable_cancelCallback=function(z){z.callback=null},e.unstable_continueExecution=function(){g||m||(g=!0,H(D))},e.unstable_forceFrameRate=function(z){0>z||125<z?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):A=0<z?Math.floor(1e3/z):5},e.unstable_getCurrentPriorityLevel=function(){return p},e.unstable_getFirstCallbackNode=function(){return r(s)},e.unstable_next=function(z){switch(p){case 1:case 2:case 3:var O=3;break;default:O=p}var N=p;p=O;try{return z()}finally{p=N}},e.unstable_pauseExecution=function(){},e.unstable_requestPaint=function(){},e.unstable_runWithPriority=function(z,O){switch(z){case 1:case 2:case 3:case 4:case 5:break;default:z=3}var N=p;p=z;try{return O()}finally{p=N}},e.unstable_scheduleCallback=function(z,O,N){var Y=e.unstable_now();switch(typeof N=="object"&&N!==null?(N=N.delay,N=typeof N=="number"&&0<N?Y+N:Y):N=Y,z){case 1:var Q=-1;break;case 2:Q=250;break;case 5:Q=1073741823;break;case 4:Q=1e4;break;default:Q=5e3}return Q=N+Q,z={id:f++,callback:O,priorityLevel:z,startTime:N,expirationTime:Q,sortIndex:-1},N>Y?(z.sortIndex=N,t(d,z),r(s)===null&&z===r(d)&&(v?(E(_),_=-1):v=!0,q(x,N-Y))):(z.sortIndex=Q,t(s,z),g||m||(g=!0,H(D))),z},e.unstable_shouldYield=I,e.unstable_wrapCallback=function(z){var O=p;return function(){var N=p;p=O;try{return z.apply(this,arguments)}finally{p=N}}}})(v9);g9.exports=v9;var UL=g9.exports;/**
224
+ * @license React
225
+ * react-dom.production.min.js
226
+ *
227
+ * Copyright (c) Facebook, Inc. and its affiliates.
228
+ *
229
+ * This source code is licensed under the MIT license found in the
230
+ * LICENSE file in the root directory of this source tree.
231
+ */var WL=u,Pt=UL;function M(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,r=1;r<arguments.length;r++)t+="&args[]="+encodeURIComponent(arguments[r]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var y9=new Set,Ts={};function ho(e,t){Ti(e,t),Ti(e+"Capture",t)}function Ti(e,t){for(Ts[e]=t,e=0;e<t.length;e++)y9.add(t[e])}var kn=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),vm=Object.prototype.hasOwnProperty,qL=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,s3={},u3={};function GL(e){return vm.call(u3,e)?!0:vm.call(s3,e)?!1:qL.test(e)?u3[e]=!0:(s3[e]=!0,!1)}function KL(e,t,r,n){if(r!==null&&r.type===0)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":return n?!1:r!==null?!r.acceptsBooleans:(e=e.toLowerCase().slice(0,5),e!=="data-"&&e!=="aria-");default:return!1}}function YL(e,t,r,n){if(t===null||typeof t>"u"||KL(e,t,r,n))return!0;if(n)return!1;if(r!==null)switch(r.type){case 3:return!t;case 4:return t===!1;case 5:return isNaN(t);case 6:return isNaN(t)||1>t}return!1}function ht(e,t,r,n,a,o,i){this.acceptsBooleans=t===2||t===3||t===4,this.attributeName=n,this.attributeNamespace=a,this.mustUseProperty=r,this.propertyName=e,this.type=t,this.sanitizeURL=o,this.removeEmptyString=i}var qe={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){qe[e]=new ht(e,0,!1,e,null,!1,!1)});[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var t=e[0];qe[t]=new ht(t,1,!1,e[1],null,!1,!1)});["contentEditable","draggable","spellCheck","value"].forEach(function(e){qe[e]=new ht(e,2,!1,e.toLowerCase(),null,!1,!1)});["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){qe[e]=new ht(e,2,!1,e,null,!1,!1)});"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(e){qe[e]=new ht(e,3,!1,e.toLowerCase(),null,!1,!1)});["checked","multiple","muted","selected"].forEach(function(e){qe[e]=new ht(e,3,!0,e,null,!1,!1)});["capture","download"].forEach(function(e){qe[e]=new ht(e,4,!1,e,null,!1,!1)});["cols","rows","size","span"].forEach(function(e){qe[e]=new ht(e,6,!1,e,null,!1,!1)});["rowSpan","start"].forEach(function(e){qe[e]=new ht(e,5,!1,e.toLowerCase(),null,!1,!1)});var D5=/[\-:]([a-z])/g;function S5(e){return e[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(e){var t=e.replace(D5,S5);qe[t]=new ht(t,1,!1,e,null,!1,!1)});"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(e){var t=e.replace(D5,S5);qe[t]=new ht(t,1,!1,e,"http://www.w3.org/1999/xlink",!1,!1)});["xml:base","xml:lang","xml:space"].forEach(function(e){var t=e.replace(D5,S5);qe[t]=new ht(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)});["tabIndex","crossOrigin"].forEach(function(e){qe[e]=new ht(e,1,!1,e.toLowerCase(),null,!1,!1)});qe.xlinkHref=new ht("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1);["src","href","action","formAction"].forEach(function(e){qe[e]=new ht(e,1,!1,e.toLowerCase(),null,!0,!0)});function k5(e,t,r,n){var a=qe.hasOwnProperty(t)?qe[t]:null;(a!==null?a.type!==0:n||!(2<t.length)||t[0]!=="o"&&t[0]!=="O"||t[1]!=="n"&&t[1]!=="N")&&(YL(t,r,a,n)&&(r=null),n||a===null?GL(t)&&(r===null?e.removeAttribute(t):e.setAttribute(t,""+r)):a.mustUseProperty?e[a.propertyName]=r===null?a.type===3?!1:"":r:(t=a.attributeName,n=a.attributeNamespace,r===null?e.removeAttribute(t):(a=a.type,r=a===3||a===4&&r===!0?"":""+r,n?e.setAttributeNS(n,t,r):e.setAttribute(t,r))))}var Rn=WL.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,Ju=Symbol.for("react.element"),qo=Symbol.for("react.portal"),Go=Symbol.for("react.fragment"),_5=Symbol.for("react.strict_mode"),ym=Symbol.for("react.profiler"),w9=Symbol.for("react.provider"),b9=Symbol.for("react.context"),A5=Symbol.for("react.forward_ref"),wm=Symbol.for("react.suspense"),bm=Symbol.for("react.suspense_list"),F5=Symbol.for("react.memo"),Un=Symbol.for("react.lazy"),E9=Symbol.for("react.offscreen"),c3=Symbol.iterator;function Dl(e){return e===null||typeof e!="object"?null:(e=c3&&e[c3]||e["@@iterator"],typeof e=="function"?e:null)}var Ee=Object.assign,xp;function Jl(e){if(xp===void 0)try{throw Error()}catch(r){var t=r.stack.trim().match(/\n( *(at )?)/);xp=t&&t[1]||""}return`
232
+ `+xp+e}var Cp=!1;function Dp(e,t){if(!e||Cp)return"";Cp=!0;var r=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{if(t)if(t=function(){throw Error()},Object.defineProperty(t.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(t,[])}catch(d){var n=d}Reflect.construct(e,[],t)}else{try{t.call()}catch(d){n=d}e.call(t.prototype)}else{try{throw Error()}catch(d){n=d}e()}}catch(d){if(d&&n&&typeof d.stack=="string"){for(var a=d.stack.split(`
233
+ `),o=n.stack.split(`
234
+ `),i=a.length-1,l=o.length-1;1<=i&&0<=l&&a[i]!==o[l];)l--;for(;1<=i&&0<=l;i--,l--)if(a[i]!==o[l]){if(i!==1||l!==1)do if(i--,l--,0>l||a[i]!==o[l]){var s=`
235
+ `+a[i].replace(" at new "," at ");return e.displayName&&s.includes("<anonymous>")&&(s=s.replace("<anonymous>",e.displayName)),s}while(1<=i&&0<=l);break}}}finally{Cp=!1,Error.prepareStackTrace=r}return(e=e?e.displayName||e.name:"")?Jl(e):""}function XL(e){switch(e.tag){case 5:return Jl(e.type);case 16:return Jl("Lazy");case 13:return Jl("Suspense");case 19:return Jl("SuspenseList");case 0:case 2:case 15:return e=Dp(e.type,!1),e;case 11:return e=Dp(e.type.render,!1),e;case 1:return e=Dp(e.type,!0),e;default:return""}}function Em(e){if(e==null)return null;if(typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case Go:return"Fragment";case qo:return"Portal";case ym:return"Profiler";case _5:return"StrictMode";case wm:return"Suspense";case bm:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case b9:return(e.displayName||"Context")+".Consumer";case w9:return(e._context.displayName||"Context")+".Provider";case A5:var t=e.render;return e=e.displayName,e||(e=t.displayName||t.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case F5:return t=e.displayName||null,t!==null?t:Em(e.type)||"Memo";case Un:t=e._payload,e=e._init;try{return Em(e(t))}catch{}}return null}function ZL(e){var t=e.type;switch(e.tag){case 24:return"Cache";case 9:return(t.displayName||"Context")+".Consumer";case 10:return(t._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return e=t.render,e=e.displayName||e.name||"",t.displayName||(e!==""?"ForwardRef("+e+")":"ForwardRef");case 7:return"Fragment";case 5:return t;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return Em(t);case 8:return t===_5?"StrictMode":"Mode";case 22:return"Offscreen";case 12:return"Profiler";case 21:return"Scope";case 13:return"Suspense";case 19:return"SuspenseList";case 25:return"TracingMarker";case 1:case 0:case 17:case 2:case 14:case 15:if(typeof t=="function")return t.displayName||t.name||null;if(typeof t=="string")return t}return null}function ua(e){switch(typeof e){case"boolean":case"number":case"string":case"undefined":return e;case"object":return e;default:return""}}function x9(e){var t=e.type;return(e=e.nodeName)&&e.toLowerCase()==="input"&&(t==="checkbox"||t==="radio")}function JL(e){var t=x9(e)?"checked":"value",r=Object.getOwnPropertyDescriptor(e.constructor.prototype,t),n=""+e[t];if(!e.hasOwnProperty(t)&&typeof r<"u"&&typeof r.get=="function"&&typeof r.set=="function"){var a=r.get,o=r.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return a.call(this)},set:function(i){n=""+i,o.call(this,i)}}),Object.defineProperty(e,t,{enumerable:r.enumerable}),{getValue:function(){return n},setValue:function(i){n=""+i},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}function Qu(e){e._valueTracker||(e._valueTracker=JL(e))}function C9(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var r=t.getValue(),n="";return e&&(n=x9(e)?e.checked?"true":"false":e.value),e=n,e!==r?(t.setValue(e),!0):!1}function I0(e){if(e=e||(typeof document<"u"?document:void 0),typeof e>"u")return null;try{return e.activeElement||e.body}catch{return e.body}}function xm(e,t){var r=t.checked;return Ee({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:r??e._wrapperState.initialChecked})}function d3(e,t){var r=t.defaultValue==null?"":t.defaultValue,n=t.checked!=null?t.checked:t.defaultChecked;r=ua(t.value!=null?t.value:r),e._wrapperState={initialChecked:n,initialValue:r,controlled:t.type==="checkbox"||t.type==="radio"?t.checked!=null:t.value!=null}}function D9(e,t){t=t.checked,t!=null&&k5(e,"checked",t,!1)}function Cm(e,t){D9(e,t);var r=ua(t.value),n=t.type;if(r!=null)n==="number"?(r===0&&e.value===""||e.value!=r)&&(e.value=""+r):e.value!==""+r&&(e.value=""+r);else if(n==="submit"||n==="reset"){e.removeAttribute("value");return}t.hasOwnProperty("value")?Dm(e,t.type,r):t.hasOwnProperty("defaultValue")&&Dm(e,t.type,ua(t.defaultValue)),t.checked==null&&t.defaultChecked!=null&&(e.defaultChecked=!!t.defaultChecked)}function p3(e,t,r){if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var n=t.type;if(!(n!=="submit"&&n!=="reset"||t.value!==void 0&&t.value!==null))return;t=""+e._wrapperState.initialValue,r||t===e.value||(e.value=t),e.defaultValue=t}r=e.name,r!==""&&(e.name=""),e.defaultChecked=!!e._wrapperState.initialChecked,r!==""&&(e.name=r)}function Dm(e,t,r){(t!=="number"||I0(e.ownerDocument)!==e)&&(r==null?e.defaultValue=""+e._wrapperState.initialValue:e.defaultValue!==""+r&&(e.defaultValue=""+r))}var Ql=Array.isArray;function oi(e,t,r,n){if(e=e.options,t){t={};for(var a=0;a<r.length;a++)t["$"+r[a]]=!0;for(r=0;r<e.length;r++)a=t.hasOwnProperty("$"+e[r].value),e[r].selected!==a&&(e[r].selected=a),a&&n&&(e[r].defaultSelected=!0)}else{for(r=""+ua(r),t=null,a=0;a<e.length;a++){if(e[a].value===r){e[a].selected=!0,n&&(e[a].defaultSelected=!0);return}t!==null||e[a].disabled||(t=e[a])}t!==null&&(t.selected=!0)}}function Sm(e,t){if(t.dangerouslySetInnerHTML!=null)throw Error(M(91));return Ee({},t,{value:void 0,defaultValue:void 0,children:""+e._wrapperState.initialValue})}function f3(e,t){var r=t.value;if(r==null){if(r=t.children,t=t.defaultValue,r!=null){if(t!=null)throw Error(M(92));if(Ql(r)){if(1<r.length)throw Error(M(93));r=r[0]}t=r}t==null&&(t=""),r=t}e._wrapperState={initialValue:ua(r)}}function S9(e,t){var r=ua(t.value),n=ua(t.defaultValue);r!=null&&(r=""+r,r!==e.value&&(e.value=r),t.defaultValue==null&&e.defaultValue!==r&&(e.defaultValue=r)),n!=null&&(e.defaultValue=""+n)}function h3(e){var t=e.textContent;t===e._wrapperState.initialValue&&t!==""&&t!==null&&(e.value=t)}function k9(e){switch(e){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function km(e,t){return e==null||e==="http://www.w3.org/1999/xhtml"?k9(t):e==="http://www.w3.org/2000/svg"&&t==="foreignObject"?"http://www.w3.org/1999/xhtml":e}var ec,_9=function(e){return typeof MSApp<"u"&&MSApp.execUnsafeLocalFunction?function(t,r,n,a){MSApp.execUnsafeLocalFunction(function(){return e(t,r,n,a)})}:e}(function(e,t){if(e.namespaceURI!=="http://www.w3.org/2000/svg"||"innerHTML"in e)e.innerHTML=t;else{for(ec=ec||document.createElement("div"),ec.innerHTML="<svg>"+t.valueOf().toString()+"</svg>",t=ec.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;t.firstChild;)e.appendChild(t.firstChild)}});function Is(e,t){if(t){var r=e.firstChild;if(r&&r===e.lastChild&&r.nodeType===3){r.nodeValue=t;return}}e.textContent=t}var hs={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},QL=["Webkit","ms","Moz","O"];Object.keys(hs).forEach(function(e){QL.forEach(function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),hs[t]=hs[e]})});function A9(e,t,r){return t==null||typeof t=="boolean"||t===""?"":r||typeof t!="number"||t===0||hs.hasOwnProperty(e)&&hs[e]?(""+t).trim():t+"px"}function F9(e,t){e=e.style;for(var r in t)if(t.hasOwnProperty(r)){var n=r.indexOf("--")===0,a=A9(r,t[r],n);r==="float"&&(r="cssFloat"),n?e.setProperty(r,a):e[r]=a}}var eO=Ee({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function _m(e,t){if(t){if(eO[e]&&(t.children!=null||t.dangerouslySetInnerHTML!=null))throw Error(M(137,e));if(t.dangerouslySetInnerHTML!=null){if(t.children!=null)throw Error(M(60));if(typeof t.dangerouslySetInnerHTML!="object"||!("__html"in t.dangerouslySetInnerHTML))throw Error(M(61))}if(t.style!=null&&typeof t.style!="object")throw Error(M(62))}}function Am(e,t){if(e.indexOf("-")===-1)return typeof t.is=="string";switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var Fm=null;function $5(e){return e=e.target||e.srcElement||window,e.correspondingUseElement&&(e=e.correspondingUseElement),e.nodeType===3?e.parentNode:e}var $m=null,ii=null,li=null;function m3(e){if(e=wu(e)){if(typeof $m!="function")throw Error(M(280));var t=e.stateNode;t&&(t=t1(t),$m(e.stateNode,e.type,t))}}function $9(e){ii?li?li.push(e):li=[e]:ii=e}function T9(){if(ii){var e=ii,t=li;if(li=ii=null,m3(e),t)for(e=0;e<t.length;e++)m3(t[e])}}function I9(e,t){return e(t)}function R9(){}var Sp=!1;function z9(e,t,r){if(Sp)return e(t,r);Sp=!0;try{return I9(e,t,r)}finally{Sp=!1,(ii!==null||li!==null)&&(R9(),T9())}}function Rs(e,t){var r=e.stateNode;if(r===null)return null;var n=t1(r);if(n===null)return null;r=n[t];e:switch(t){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(n=!n.disabled)||(e=e.type,n=!(e==="button"||e==="input"||e==="select"||e==="textarea")),e=!n;break e;default:e=!1}if(e)return null;if(r&&typeof r!="function")throw Error(M(231,t,typeof r));return r}var Tm=!1;if(kn)try{var Sl={};Object.defineProperty(Sl,"passive",{get:function(){Tm=!0}}),window.addEventListener("test",Sl,Sl),window.removeEventListener("test",Sl,Sl)}catch{Tm=!1}function tO(e,t,r,n,a,o,i,l,s){var d=Array.prototype.slice.call(arguments,3);try{t.apply(r,d)}catch(f){this.onError(f)}}var ms=!1,R0=null,z0=!1,Im=null,rO={onError:function(e){ms=!0,R0=e}};function nO(e,t,r,n,a,o,i,l,s){ms=!1,R0=null,tO.apply(rO,arguments)}function aO(e,t,r,n,a,o,i,l,s){if(nO.apply(this,arguments),ms){if(ms){var d=R0;ms=!1,R0=null}else throw Error(M(198));z0||(z0=!0,Im=d)}}function mo(e){var t=e,r=e;if(e.alternate)for(;t.return;)t=t.return;else{e=t;do t=e,t.flags&4098&&(r=t.return),e=t.return;while(e)}return t.tag===3?r:null}function B9(e){if(e.tag===13){var t=e.memoizedState;if(t===null&&(e=e.alternate,e!==null&&(t=e.memoizedState)),t!==null)return t.dehydrated}return null}function g3(e){if(mo(e)!==e)throw Error(M(188))}function oO(e){var t=e.alternate;if(!t){if(t=mo(e),t===null)throw Error(M(188));return t!==e?null:e}for(var r=e,n=t;;){var a=r.return;if(a===null)break;var o=a.alternate;if(o===null){if(n=a.return,n!==null){r=n;continue}break}if(a.child===o.child){for(o=a.child;o;){if(o===r)return g3(a),e;if(o===n)return g3(a),t;o=o.sibling}throw Error(M(188))}if(r.return!==n.return)r=a,n=o;else{for(var i=!1,l=a.child;l;){if(l===r){i=!0,r=a,n=o;break}if(l===n){i=!0,n=a,r=o;break}l=l.sibling}if(!i){for(l=o.child;l;){if(l===r){i=!0,r=o,n=a;break}if(l===n){i=!0,n=o,r=a;break}l=l.sibling}if(!i)throw Error(M(189))}}if(r.alternate!==n)throw Error(M(190))}if(r.tag!==3)throw Error(M(188));return r.stateNode.current===r?e:t}function L9(e){return e=oO(e),e!==null?O9(e):null}function O9(e){if(e.tag===5||e.tag===6)return e;for(e=e.child;e!==null;){var t=O9(e);if(t!==null)return t;e=e.sibling}return null}var M9=Pt.unstable_scheduleCallback,v3=Pt.unstable_cancelCallback,iO=Pt.unstable_shouldYield,lO=Pt.unstable_requestPaint,De=Pt.unstable_now,sO=Pt.unstable_getCurrentPriorityLevel,T5=Pt.unstable_ImmediatePriority,P9=Pt.unstable_UserBlockingPriority,B0=Pt.unstable_NormalPriority,uO=Pt.unstable_LowPriority,N9=Pt.unstable_IdlePriority,Zd=null,Xr=null;function cO(e){if(Xr&&typeof Xr.onCommitFiberRoot=="function")try{Xr.onCommitFiberRoot(Zd,e,void 0,(e.current.flags&128)===128)}catch{}}var vr=Math.clz32?Math.clz32:fO,dO=Math.log,pO=Math.LN2;function fO(e){return e>>>=0,e===0?32:31-(dO(e)/pO|0)|0}var tc=64,rc=4194304;function es(e){switch(e&-e){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return e&4194240;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return e&130023424;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return e}}function L0(e,t){var r=e.pendingLanes;if(r===0)return 0;var n=0,a=e.suspendedLanes,o=e.pingedLanes,i=r&268435455;if(i!==0){var l=i&~a;l!==0?n=es(l):(o&=i,o!==0&&(n=es(o)))}else i=r&~a,i!==0?n=es(i):o!==0&&(n=es(o));if(n===0)return 0;if(t!==0&&t!==n&&!(t&a)&&(a=n&-n,o=t&-t,a>=o||a===16&&(o&4194240)!==0))return t;if(n&4&&(n|=r&16),t=e.entangledLanes,t!==0)for(e=e.entanglements,t&=n;0<t;)r=31-vr(t),a=1<<r,n|=e[r],t&=~a;return n}function hO(e,t){switch(e){case 1:case 2:case 4:return t+250;case 8:case 16:case 32:case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return t+5e3;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return-1;case 134217728:case 268435456:case 536870912:case 1073741824:return-1;default:return-1}}function mO(e,t){for(var r=e.suspendedLanes,n=e.pingedLanes,a=e.expirationTimes,o=e.pendingLanes;0<o;){var i=31-vr(o),l=1<<i,s=a[i];s===-1?(!(l&r)||l&n)&&(a[i]=hO(l,t)):s<=t&&(e.expiredLanes|=l),o&=~l}}function Rm(e){return e=e.pendingLanes&-1073741825,e!==0?e:e&1073741824?1073741824:0}function j9(){var e=tc;return tc<<=1,!(tc&4194240)&&(tc=64),e}function kp(e){for(var t=[],r=0;31>r;r++)t.push(e);return t}function vu(e,t,r){e.pendingLanes|=t,t!==536870912&&(e.suspendedLanes=0,e.pingedLanes=0),e=e.eventTimes,t=31-vr(t),e[t]=r}function gO(e,t){var r=e.pendingLanes&~t;e.pendingLanes=t,e.suspendedLanes=0,e.pingedLanes=0,e.expiredLanes&=t,e.mutableReadLanes&=t,e.entangledLanes&=t,t=e.entanglements;var n=e.eventTimes;for(e=e.expirationTimes;0<r;){var a=31-vr(r),o=1<<a;t[a]=0,n[a]=-1,e[a]=-1,r&=~o}}function I5(e,t){var r=e.entangledLanes|=t;for(e=e.entanglements;r;){var n=31-vr(r),a=1<<n;a&t|e[n]&t&&(e[n]|=t),r&=~a}}var ue=0;function H9(e){return e&=-e,1<e?4<e?e&268435455?16:536870912:4:1}var V9,R5,U9,W9,q9,zm=!1,nc=[],Jn=null,Qn=null,ea=null,zs=new Map,Bs=new Map,Kn=[],vO="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset submit".split(" ");function y3(e,t){switch(e){case"focusin":case"focusout":Jn=null;break;case"dragenter":case"dragleave":Qn=null;break;case"mouseover":case"mouseout":ea=null;break;case"pointerover":case"pointerout":zs.delete(t.pointerId);break;case"gotpointercapture":case"lostpointercapture":Bs.delete(t.pointerId)}}function kl(e,t,r,n,a,o){return e===null||e.nativeEvent!==o?(e={blockedOn:t,domEventName:r,eventSystemFlags:n,nativeEvent:o,targetContainers:[a]},t!==null&&(t=wu(t),t!==null&&R5(t)),e):(e.eventSystemFlags|=n,t=e.targetContainers,a!==null&&t.indexOf(a)===-1&&t.push(a),e)}function yO(e,t,r,n,a){switch(t){case"focusin":return Jn=kl(Jn,e,t,r,n,a),!0;case"dragenter":return Qn=kl(Qn,e,t,r,n,a),!0;case"mouseover":return ea=kl(ea,e,t,r,n,a),!0;case"pointerover":var o=a.pointerId;return zs.set(o,kl(zs.get(o)||null,e,t,r,n,a)),!0;case"gotpointercapture":return o=a.pointerId,Bs.set(o,kl(Bs.get(o)||null,e,t,r,n,a)),!0}return!1}function G9(e){var t=ja(e.target);if(t!==null){var r=mo(t);if(r!==null){if(t=r.tag,t===13){if(t=B9(r),t!==null){e.blockedOn=t,q9(e.priority,function(){U9(r)});return}}else if(t===3&&r.stateNode.current.memoizedState.isDehydrated){e.blockedOn=r.tag===3?r.stateNode.containerInfo:null;return}}}e.blockedOn=null}function Gc(e){if(e.blockedOn!==null)return!1;for(var t=e.targetContainers;0<t.length;){var r=Bm(e.domEventName,e.eventSystemFlags,t[0],e.nativeEvent);if(r===null){r=e.nativeEvent;var n=new r.constructor(r.type,r);Fm=n,r.target.dispatchEvent(n),Fm=null}else return t=wu(r),t!==null&&R5(t),e.blockedOn=r,!1;t.shift()}return!0}function w3(e,t,r){Gc(e)&&r.delete(t)}function wO(){zm=!1,Jn!==null&&Gc(Jn)&&(Jn=null),Qn!==null&&Gc(Qn)&&(Qn=null),ea!==null&&Gc(ea)&&(ea=null),zs.forEach(w3),Bs.forEach(w3)}function _l(e,t){e.blockedOn===t&&(e.blockedOn=null,zm||(zm=!0,Pt.unstable_scheduleCallback(Pt.unstable_NormalPriority,wO)))}function Ls(e){function t(a){return _l(a,e)}if(0<nc.length){_l(nc[0],e);for(var r=1;r<nc.length;r++){var n=nc[r];n.blockedOn===e&&(n.blockedOn=null)}}for(Jn!==null&&_l(Jn,e),Qn!==null&&_l(Qn,e),ea!==null&&_l(ea,e),zs.forEach(t),Bs.forEach(t),r=0;r<Kn.length;r++)n=Kn[r],n.blockedOn===e&&(n.blockedOn=null);for(;0<Kn.length&&(r=Kn[0],r.blockedOn===null);)G9(r),r.blockedOn===null&&Kn.shift()}var si=Rn.ReactCurrentBatchConfig,O0=!0;function bO(e,t,r,n){var a=ue,o=si.transition;si.transition=null;try{ue=1,z5(e,t,r,n)}finally{ue=a,si.transition=o}}function EO(e,t,r,n){var a=ue,o=si.transition;si.transition=null;try{ue=4,z5(e,t,r,n)}finally{ue=a,si.transition=o}}function z5(e,t,r,n){if(O0){var a=Bm(e,t,r,n);if(a===null)Lp(e,t,n,M0,r),y3(e,n);else if(yO(a,e,t,r,n))n.stopPropagation();else if(y3(e,n),t&4&&-1<vO.indexOf(e)){for(;a!==null;){var o=wu(a);if(o!==null&&V9(o),o=Bm(e,t,r,n),o===null&&Lp(e,t,n,M0,r),o===a)break;a=o}a!==null&&n.stopPropagation()}else Lp(e,t,n,null,r)}}var M0=null;function Bm(e,t,r,n){if(M0=null,e=$5(n),e=ja(e),e!==null)if(t=mo(e),t===null)e=null;else if(r=t.tag,r===13){if(e=B9(t),e!==null)return e;e=null}else if(r===3){if(t.stateNode.current.memoizedState.isDehydrated)return t.tag===3?t.stateNode.containerInfo:null;e=null}else t!==e&&(e=null);return M0=e,null}function K9(e){switch(e){case"cancel":case"click":case"close":case"contextmenu":case"copy":case"cut":case"auxclick":case"dblclick":case"dragend":case"dragstart":case"drop":case"focusin":case"focusout":case"input":case"invalid":case"keydown":case"keypress":case"keyup":case"mousedown":case"mouseup":case"paste":case"pause":case"play":case"pointercancel":case"pointerdown":case"pointerup":case"ratechange":case"reset":case"resize":case"seeked":case"submit":case"touchcancel":case"touchend":case"touchstart":case"volumechange":case"change":case"selectionchange":case"textInput":case"compositionstart":case"compositionend":case"compositionupdate":case"beforeblur":case"afterblur":case"beforeinput":case"blur":case"fullscreenchange":case"focus":case"hashchange":case"popstate":case"select":case"selectstart":return 1;case"drag":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"mousemove":case"mouseout":case"mouseover":case"pointermove":case"pointerout":case"pointerover":case"scroll":case"toggle":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return 4;case"message":switch(sO()){case T5:return 1;case P9:return 4;case B0:case uO:return 16;case N9:return 536870912;default:return 16}default:return 16}}var Xn=null,B5=null,Kc=null;function Y9(){if(Kc)return Kc;var e,t=B5,r=t.length,n,a="value"in Xn?Xn.value:Xn.textContent,o=a.length;for(e=0;e<r&&t[e]===a[e];e++);var i=r-e;for(n=1;n<=i&&t[r-n]===a[o-n];n++);return Kc=a.slice(e,1<n?1-n:void 0)}function Yc(e){var t=e.keyCode;return"charCode"in e?(e=e.charCode,e===0&&t===13&&(e=13)):e=t,e===10&&(e=13),32<=e||e===13?e:0}function ac(){return!0}function b3(){return!1}function Vt(e){function t(r,n,a,o,i){this._reactName=r,this._targetInst=a,this.type=n,this.nativeEvent=o,this.target=i,this.currentTarget=null;for(var l in e)e.hasOwnProperty(l)&&(r=e[l],this[l]=r?r(o):o[l]);return this.isDefaultPrevented=(o.defaultPrevented!=null?o.defaultPrevented:o.returnValue===!1)?ac:b3,this.isPropagationStopped=b3,this}return Ee(t.prototype,{preventDefault:function(){this.defaultPrevented=!0;var r=this.nativeEvent;r&&(r.preventDefault?r.preventDefault():typeof r.returnValue!="unknown"&&(r.returnValue=!1),this.isDefaultPrevented=ac)},stopPropagation:function(){var r=this.nativeEvent;r&&(r.stopPropagation?r.stopPropagation():typeof r.cancelBubble!="unknown"&&(r.cancelBubble=!0),this.isPropagationStopped=ac)},persist:function(){},isPersistent:ac}),t}var tl={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},L5=Vt(tl),yu=Ee({},tl,{view:0,detail:0}),xO=Vt(yu),_p,Ap,Al,Jd=Ee({},yu,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:O5,button:0,buttons:0,relatedTarget:function(e){return e.relatedTarget===void 0?e.fromElement===e.srcElement?e.toElement:e.fromElement:e.relatedTarget},movementX:function(e){return"movementX"in e?e.movementX:(e!==Al&&(Al&&e.type==="mousemove"?(_p=e.screenX-Al.screenX,Ap=e.screenY-Al.screenY):Ap=_p=0,Al=e),_p)},movementY:function(e){return"movementY"in e?e.movementY:Ap}}),E3=Vt(Jd),CO=Ee({},Jd,{dataTransfer:0}),DO=Vt(CO),SO=Ee({},yu,{relatedTarget:0}),Fp=Vt(SO),kO=Ee({},tl,{animationName:0,elapsedTime:0,pseudoElement:0}),_O=Vt(kO),AO=Ee({},tl,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),FO=Vt(AO),$O=Ee({},tl,{data:0}),x3=Vt($O),TO={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},IO={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},RO={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function zO(e){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(e):(e=RO[e])?!!t[e]:!1}function O5(){return zO}var BO=Ee({},yu,{key:function(e){if(e.key){var t=TO[e.key]||e.key;if(t!=="Unidentified")return t}return e.type==="keypress"?(e=Yc(e),e===13?"Enter":String.fromCharCode(e)):e.type==="keydown"||e.type==="keyup"?IO[e.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:O5,charCode:function(e){return e.type==="keypress"?Yc(e):0},keyCode:function(e){return e.type==="keydown"||e.type==="keyup"?e.keyCode:0},which:function(e){return e.type==="keypress"?Yc(e):e.type==="keydown"||e.type==="keyup"?e.keyCode:0}}),LO=Vt(BO),OO=Ee({},Jd,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),C3=Vt(OO),MO=Ee({},yu,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:O5}),PO=Vt(MO),NO=Ee({},tl,{propertyName:0,elapsedTime:0,pseudoElement:0}),jO=Vt(NO),HO=Ee({},Jd,{deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:0,deltaMode:0}),VO=Vt(HO),UO=[9,13,27,32],M5=kn&&"CompositionEvent"in window,gs=null;kn&&"documentMode"in document&&(gs=document.documentMode);var WO=kn&&"TextEvent"in window&&!gs,X9=kn&&(!M5||gs&&8<gs&&11>=gs),D3=" ",S3=!1;function Z9(e,t){switch(e){case"keyup":return UO.indexOf(t.keyCode)!==-1;case"keydown":return t.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function J9(e){return e=e.detail,typeof e=="object"&&"data"in e?e.data:null}var Ko=!1;function qO(e,t){switch(e){case"compositionend":return J9(t);case"keypress":return t.which!==32?null:(S3=!0,D3);case"textInput":return e=t.data,e===D3&&S3?null:e;default:return null}}function GO(e,t){if(Ko)return e==="compositionend"||!M5&&Z9(e,t)?(e=Y9(),Kc=B5=Xn=null,Ko=!1,e):null;switch(e){case"paste":return null;case"keypress":if(!(t.ctrlKey||t.altKey||t.metaKey)||t.ctrlKey&&t.altKey){if(t.char&&1<t.char.length)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case"compositionend":return X9&&t.locale!=="ko"?null:t.data;default:return null}}var KO={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function k3(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t==="input"?!!KO[e.type]:t==="textarea"}function Q9(e,t,r,n){$9(n),t=P0(t,"onChange"),0<t.length&&(r=new L5("onChange","change",null,r,n),e.push({event:r,listeners:t}))}var vs=null,Os=null;function YO(e){cD(e,0)}function Qd(e){var t=Zo(e);if(C9(t))return e}function XO(e,t){if(e==="change")return t}var eD=!1;if(kn){var $p;if(kn){var Tp="oninput"in document;if(!Tp){var _3=document.createElement("div");_3.setAttribute("oninput","return;"),Tp=typeof _3.oninput=="function"}$p=Tp}else $p=!1;eD=$p&&(!document.documentMode||9<document.documentMode)}function A3(){vs&&(vs.detachEvent("onpropertychange",tD),Os=vs=null)}function tD(e){if(e.propertyName==="value"&&Qd(Os)){var t=[];Q9(t,Os,e,$5(e)),z9(YO,t)}}function ZO(e,t,r){e==="focusin"?(A3(),vs=t,Os=r,vs.attachEvent("onpropertychange",tD)):e==="focusout"&&A3()}function JO(e){if(e==="selectionchange"||e==="keyup"||e==="keydown")return Qd(Os)}function QO(e,t){if(e==="click")return Qd(t)}function eM(e,t){if(e==="input"||e==="change")return Qd(t)}function tM(e,t){return e===t&&(e!==0||1/e===1/t)||e!==e&&t!==t}var br=typeof Object.is=="function"?Object.is:tM;function Ms(e,t){if(br(e,t))return!0;if(typeof e!="object"||e===null||typeof t!="object"||t===null)return!1;var r=Object.keys(e),n=Object.keys(t);if(r.length!==n.length)return!1;for(n=0;n<r.length;n++){var a=r[n];if(!vm.call(t,a)||!br(e[a],t[a]))return!1}return!0}function F3(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function $3(e,t){var r=F3(e);e=0;for(var n;r;){if(r.nodeType===3){if(n=e+r.textContent.length,e<=t&&n>=t)return{node:r,offset:t-e};e=n}e:{for(;r;){if(r.nextSibling){r=r.nextSibling;break e}r=r.parentNode}r=void 0}r=F3(r)}}function rD(e,t){return e&&t?e===t?!0:e&&e.nodeType===3?!1:t&&t.nodeType===3?rD(e,t.parentNode):"contains"in e?e.contains(t):e.compareDocumentPosition?!!(e.compareDocumentPosition(t)&16):!1:!1}function nD(){for(var e=window,t=I0();t instanceof e.HTMLIFrameElement;){try{var r=typeof t.contentWindow.location.href=="string"}catch{r=!1}if(r)e=t.contentWindow;else break;t=I0(e.document)}return t}function P5(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&(t==="input"&&(e.type==="text"||e.type==="search"||e.type==="tel"||e.type==="url"||e.type==="password")||t==="textarea"||e.contentEditable==="true")}function rM(e){var t=nD(),r=e.focusedElem,n=e.selectionRange;if(t!==r&&r&&r.ownerDocument&&rD(r.ownerDocument.documentElement,r)){if(n!==null&&P5(r)){if(t=n.start,e=n.end,e===void 0&&(e=t),"selectionStart"in r)r.selectionStart=t,r.selectionEnd=Math.min(e,r.value.length);else if(e=(t=r.ownerDocument||document)&&t.defaultView||window,e.getSelection){e=e.getSelection();var a=r.textContent.length,o=Math.min(n.start,a);n=n.end===void 0?o:Math.min(n.end,a),!e.extend&&o>n&&(a=n,n=o,o=a),a=$3(r,o);var i=$3(r,n);a&&i&&(e.rangeCount!==1||e.anchorNode!==a.node||e.anchorOffset!==a.offset||e.focusNode!==i.node||e.focusOffset!==i.offset)&&(t=t.createRange(),t.setStart(a.node,a.offset),e.removeAllRanges(),o>n?(e.addRange(t),e.extend(i.node,i.offset)):(t.setEnd(i.node,i.offset),e.addRange(t)))}}for(t=[],e=r;e=e.parentNode;)e.nodeType===1&&t.push({element:e,left:e.scrollLeft,top:e.scrollTop});for(typeof r.focus=="function"&&r.focus(),r=0;r<t.length;r++)e=t[r],e.element.scrollLeft=e.left,e.element.scrollTop=e.top}}var nM=kn&&"documentMode"in document&&11>=document.documentMode,Yo=null,Lm=null,ys=null,Om=!1;function T3(e,t,r){var n=r.window===r?r.document:r.nodeType===9?r:r.ownerDocument;Om||Yo==null||Yo!==I0(n)||(n=Yo,"selectionStart"in n&&P5(n)?n={start:n.selectionStart,end:n.selectionEnd}:(n=(n.ownerDocument&&n.ownerDocument.defaultView||window).getSelection(),n={anchorNode:n.anchorNode,anchorOffset:n.anchorOffset,focusNode:n.focusNode,focusOffset:n.focusOffset}),ys&&Ms(ys,n)||(ys=n,n=P0(Lm,"onSelect"),0<n.length&&(t=new L5("onSelect","select",null,t,r),e.push({event:t,listeners:n}),t.target=Yo)))}function oc(e,t){var r={};return r[e.toLowerCase()]=t.toLowerCase(),r["Webkit"+e]="webkit"+t,r["Moz"+e]="moz"+t,r}var Xo={animationend:oc("Animation","AnimationEnd"),animationiteration:oc("Animation","AnimationIteration"),animationstart:oc("Animation","AnimationStart"),transitionend:oc("Transition","TransitionEnd")},Ip={},aD={};kn&&(aD=document.createElement("div").style,"AnimationEvent"in window||(delete Xo.animationend.animation,delete Xo.animationiteration.animation,delete Xo.animationstart.animation),"TransitionEvent"in window||delete Xo.transitionend.transition);function e1(e){if(Ip[e])return Ip[e];if(!Xo[e])return e;var t=Xo[e],r;for(r in t)if(t.hasOwnProperty(r)&&r in aD)return Ip[e]=t[r];return e}var oD=e1("animationend"),iD=e1("animationiteration"),lD=e1("animationstart"),sD=e1("transitionend"),uD=new Map,I3="abort auxClick cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll toggle touchMove waiting wheel".split(" ");function va(e,t){uD.set(e,t),ho(t,[e])}for(var Rp=0;Rp<I3.length;Rp++){var zp=I3[Rp],aM=zp.toLowerCase(),oM=zp[0].toUpperCase()+zp.slice(1);va(aM,"on"+oM)}va(oD,"onAnimationEnd");va(iD,"onAnimationIteration");va(lD,"onAnimationStart");va("dblclick","onDoubleClick");va("focusin","onFocus");va("focusout","onBlur");va(sD,"onTransitionEnd");Ti("onMouseEnter",["mouseout","mouseover"]);Ti("onMouseLeave",["mouseout","mouseover"]);Ti("onPointerEnter",["pointerout","pointerover"]);Ti("onPointerLeave",["pointerout","pointerover"]);ho("onChange","change click focusin focusout input keydown keyup selectionchange".split(" "));ho("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" "));ho("onBeforeInput",["compositionend","keypress","textInput","paste"]);ho("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" "));ho("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" "));ho("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var ts="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange resize seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),iM=new Set("cancel close invalid load scroll toggle".split(" ").concat(ts));function R3(e,t,r){var n=e.type||"unknown-event";e.currentTarget=r,aO(n,t,void 0,e),e.currentTarget=null}function cD(e,t){t=(t&4)!==0;for(var r=0;r<e.length;r++){var n=e[r],a=n.event;n=n.listeners;e:{var o=void 0;if(t)for(var i=n.length-1;0<=i;i--){var l=n[i],s=l.instance,d=l.currentTarget;if(l=l.listener,s!==o&&a.isPropagationStopped())break e;R3(a,l,d),o=s}else for(i=0;i<n.length;i++){if(l=n[i],s=l.instance,d=l.currentTarget,l=l.listener,s!==o&&a.isPropagationStopped())break e;R3(a,l,d),o=s}}}if(z0)throw e=Im,z0=!1,Im=null,e}function pe(e,t){var r=t[Hm];r===void 0&&(r=t[Hm]=new Set);var n=e+"__bubble";r.has(n)||(dD(t,e,2,!1),r.add(n))}function Bp(e,t,r){var n=0;t&&(n|=4),dD(r,e,n,t)}var ic="_reactListening"+Math.random().toString(36).slice(2);function Ps(e){if(!e[ic]){e[ic]=!0,y9.forEach(function(r){r!=="selectionchange"&&(iM.has(r)||Bp(r,!1,e),Bp(r,!0,e))});var t=e.nodeType===9?e:e.ownerDocument;t===null||t[ic]||(t[ic]=!0,Bp("selectionchange",!1,t))}}function dD(e,t,r,n){switch(K9(t)){case 1:var a=bO;break;case 4:a=EO;break;default:a=z5}r=a.bind(null,t,r,e),a=void 0,!Tm||t!=="touchstart"&&t!=="touchmove"&&t!=="wheel"||(a=!0),n?a!==void 0?e.addEventListener(t,r,{capture:!0,passive:a}):e.addEventListener(t,r,!0):a!==void 0?e.addEventListener(t,r,{passive:a}):e.addEventListener(t,r,!1)}function Lp(e,t,r,n,a){var o=n;if(!(t&1)&&!(t&2)&&n!==null)e:for(;;){if(n===null)return;var i=n.tag;if(i===3||i===4){var l=n.stateNode.containerInfo;if(l===a||l.nodeType===8&&l.parentNode===a)break;if(i===4)for(i=n.return;i!==null;){var s=i.tag;if((s===3||s===4)&&(s=i.stateNode.containerInfo,s===a||s.nodeType===8&&s.parentNode===a))return;i=i.return}for(;l!==null;){if(i=ja(l),i===null)return;if(s=i.tag,s===5||s===6){n=o=i;continue e}l=l.parentNode}}n=n.return}z9(function(){var d=o,f=$5(r),h=[];e:{var p=uD.get(e);if(p!==void 0){var m=L5,g=e;switch(e){case"keypress":if(Yc(r)===0)break e;case"keydown":case"keyup":m=LO;break;case"focusin":g="focus",m=Fp;break;case"focusout":g="blur",m=Fp;break;case"beforeblur":case"afterblur":m=Fp;break;case"click":if(r.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":m=E3;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":m=DO;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":m=PO;break;case oD:case iD:case lD:m=_O;break;case sD:m=jO;break;case"scroll":m=xO;break;case"wheel":m=VO;break;case"copy":case"cut":case"paste":m=FO;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":m=C3}var v=(t&4)!==0,C=!v&&e==="scroll",E=v?p!==null?p+"Capture":null:p;v=[];for(var y=d,b;y!==null;){b=y;var x=b.stateNode;if(b.tag===5&&x!==null&&(b=x,E!==null&&(x=Rs(y,E),x!=null&&v.push(Ns(y,x,b)))),C)break;y=y.return}0<v.length&&(p=new m(p,g,null,r,f),h.push({event:p,listeners:v}))}}if(!(t&7)){e:{if(p=e==="mouseover"||e==="pointerover",m=e==="mouseout"||e==="pointerout",p&&r!==Fm&&(g=r.relatedTarget||r.fromElement)&&(ja(g)||g[_n]))break e;if((m||p)&&(p=f.window===f?f:(p=f.ownerDocument)?p.defaultView||p.parentWindow:window,m?(g=r.relatedTarget||r.toElement,m=d,g=g?ja(g):null,g!==null&&(C=mo(g),g!==C||g.tag!==5&&g.tag!==6)&&(g=null)):(m=null,g=d),m!==g)){if(v=E3,x="onMouseLeave",E="onMouseEnter",y="mouse",(e==="pointerout"||e==="pointerover")&&(v=C3,x="onPointerLeave",E="onPointerEnter",y="pointer"),C=m==null?p:Zo(m),b=g==null?p:Zo(g),p=new v(x,y+"leave",m,r,f),p.target=C,p.relatedTarget=b,x=null,ja(f)===d&&(v=new v(E,y+"enter",g,r,f),v.target=b,v.relatedTarget=C,x=v),C=x,m&&g)t:{for(v=m,E=g,y=0,b=v;b;b=Io(b))y++;for(b=0,x=E;x;x=Io(x))b++;for(;0<y-b;)v=Io(v),y--;for(;0<b-y;)E=Io(E),b--;for(;y--;){if(v===E||E!==null&&v===E.alternate)break t;v=Io(v),E=Io(E)}v=null}else v=null;m!==null&&z3(h,p,m,v,!1),g!==null&&C!==null&&z3(h,C,g,v,!0)}}e:{if(p=d?Zo(d):window,m=p.nodeName&&p.nodeName.toLowerCase(),m==="select"||m==="input"&&p.type==="file")var D=XO;else if(k3(p))if(eD)D=eM;else{D=JO;var S=ZO}else(m=p.nodeName)&&m.toLowerCase()==="input"&&(p.type==="checkbox"||p.type==="radio")&&(D=QO);if(D&&(D=D(e,d))){Q9(h,D,r,f);break e}S&&S(e,p,d),e==="focusout"&&(S=p._wrapperState)&&S.controlled&&p.type==="number"&&Dm(p,"number",p.value)}switch(S=d?Zo(d):window,e){case"focusin":(k3(S)||S.contentEditable==="true")&&(Yo=S,Lm=d,ys=null);break;case"focusout":ys=Lm=Yo=null;break;case"mousedown":Om=!0;break;case"contextmenu":case"mouseup":case"dragend":Om=!1,T3(h,r,f);break;case"selectionchange":if(nM)break;case"keydown":case"keyup":T3(h,r,f)}var k;if(M5)e:{switch(e){case"compositionstart":var _="onCompositionStart";break e;case"compositionend":_="onCompositionEnd";break e;case"compositionupdate":_="onCompositionUpdate";break e}_=void 0}else Ko?Z9(e,r)&&(_="onCompositionEnd"):e==="keydown"&&r.keyCode===229&&(_="onCompositionStart");_&&(X9&&r.locale!=="ko"&&(Ko||_!=="onCompositionStart"?_==="onCompositionEnd"&&Ko&&(k=Y9()):(Xn=f,B5="value"in Xn?Xn.value:Xn.textContent,Ko=!0)),S=P0(d,_),0<S.length&&(_=new x3(_,e,null,r,f),h.push({event:_,listeners:S}),k?_.data=k:(k=J9(r),k!==null&&(_.data=k)))),(k=WO?qO(e,r):GO(e,r))&&(d=P0(d,"onBeforeInput"),0<d.length&&(f=new x3("onBeforeInput","beforeinput",null,r,f),h.push({event:f,listeners:d}),f.data=k))}cD(h,t)})}function Ns(e,t,r){return{instance:e,listener:t,currentTarget:r}}function P0(e,t){for(var r=t+"Capture",n=[];e!==null;){var a=e,o=a.stateNode;a.tag===5&&o!==null&&(a=o,o=Rs(e,r),o!=null&&n.unshift(Ns(e,o,a)),o=Rs(e,t),o!=null&&n.push(Ns(e,o,a))),e=e.return}return n}function Io(e){if(e===null)return null;do e=e.return;while(e&&e.tag!==5);return e||null}function z3(e,t,r,n,a){for(var o=t._reactName,i=[];r!==null&&r!==n;){var l=r,s=l.alternate,d=l.stateNode;if(s!==null&&s===n)break;l.tag===5&&d!==null&&(l=d,a?(s=Rs(r,o),s!=null&&i.unshift(Ns(r,s,l))):a||(s=Rs(r,o),s!=null&&i.push(Ns(r,s,l)))),r=r.return}i.length!==0&&e.push({event:t,listeners:i})}var lM=/\r\n?/g,sM=/\u0000|\uFFFD/g;function B3(e){return(typeof e=="string"?e:""+e).replace(lM,`
236
+ `).replace(sM,"")}function lc(e,t,r){if(t=B3(t),B3(e)!==t&&r)throw Error(M(425))}function N0(){}var Mm=null,Pm=null;function Nm(e,t){return e==="textarea"||e==="noscript"||typeof t.children=="string"||typeof t.children=="number"||typeof t.dangerouslySetInnerHTML=="object"&&t.dangerouslySetInnerHTML!==null&&t.dangerouslySetInnerHTML.__html!=null}var jm=typeof setTimeout=="function"?setTimeout:void 0,uM=typeof clearTimeout=="function"?clearTimeout:void 0,L3=typeof Promise=="function"?Promise:void 0,cM=typeof queueMicrotask=="function"?queueMicrotask:typeof L3<"u"?function(e){return L3.resolve(null).then(e).catch(dM)}:jm;function dM(e){setTimeout(function(){throw e})}function Op(e,t){var r=t,n=0;do{var a=r.nextSibling;if(e.removeChild(r),a&&a.nodeType===8)if(r=a.data,r==="/$"){if(n===0){e.removeChild(a),Ls(t);return}n--}else r!=="$"&&r!=="$?"&&r!=="$!"||n++;r=a}while(r);Ls(t)}function ta(e){for(;e!=null;e=e.nextSibling){var t=e.nodeType;if(t===1||t===3)break;if(t===8){if(t=e.data,t==="$"||t==="$!"||t==="$?")break;if(t==="/$")return null}}return e}function O3(e){e=e.previousSibling;for(var t=0;e;){if(e.nodeType===8){var r=e.data;if(r==="$"||r==="$!"||r==="$?"){if(t===0)return e;t--}else r==="/$"&&t++}e=e.previousSibling}return null}var rl=Math.random().toString(36).slice(2),Ur="__reactFiber$"+rl,js="__reactProps$"+rl,_n="__reactContainer$"+rl,Hm="__reactEvents$"+rl,pM="__reactListeners$"+rl,fM="__reactHandles$"+rl;function ja(e){var t=e[Ur];if(t)return t;for(var r=e.parentNode;r;){if(t=r[_n]||r[Ur]){if(r=t.alternate,t.child!==null||r!==null&&r.child!==null)for(e=O3(e);e!==null;){if(r=e[Ur])return r;e=O3(e)}return t}e=r,r=e.parentNode}return null}function wu(e){return e=e[Ur]||e[_n],!e||e.tag!==5&&e.tag!==6&&e.tag!==13&&e.tag!==3?null:e}function Zo(e){if(e.tag===5||e.tag===6)return e.stateNode;throw Error(M(33))}function t1(e){return e[js]||null}var Vm=[],Jo=-1;function ya(e){return{current:e}}function me(e){0>Jo||(e.current=Vm[Jo],Vm[Jo]=null,Jo--)}function de(e,t){Jo++,Vm[Jo]=e.current,e.current=t}var ca={},nt=ya(ca),wt=ya(!1),ro=ca;function Ii(e,t){var r=e.type.contextTypes;if(!r)return ca;var n=e.stateNode;if(n&&n.__reactInternalMemoizedUnmaskedChildContext===t)return n.__reactInternalMemoizedMaskedChildContext;var a={},o;for(o in r)a[o]=t[o];return n&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=a),a}function bt(e){return e=e.childContextTypes,e!=null}function j0(){me(wt),me(nt)}function M3(e,t,r){if(nt.current!==ca)throw Error(M(168));de(nt,t),de(wt,r)}function pD(e,t,r){var n=e.stateNode;if(t=t.childContextTypes,typeof n.getChildContext!="function")return r;n=n.getChildContext();for(var a in n)if(!(a in t))throw Error(M(108,ZL(e)||"Unknown",a));return Ee({},r,n)}function H0(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||ca,ro=nt.current,de(nt,e),de(wt,wt.current),!0}function P3(e,t,r){var n=e.stateNode;if(!n)throw Error(M(169));r?(e=pD(e,t,ro),n.__reactInternalMemoizedMergedChildContext=e,me(wt),me(nt),de(nt,e)):me(wt),de(wt,r)}var wn=null,r1=!1,Mp=!1;function fD(e){wn===null?wn=[e]:wn.push(e)}function hM(e){r1=!0,fD(e)}function wa(){if(!Mp&&wn!==null){Mp=!0;var e=0,t=ue;try{var r=wn;for(ue=1;e<r.length;e++){var n=r[e];do n=n(!0);while(n!==null)}wn=null,r1=!1}catch(a){throw wn!==null&&(wn=wn.slice(e+1)),M9(T5,wa),a}finally{ue=t,Mp=!1}}return null}var Qo=[],ei=0,V0=null,U0=0,Wt=[],qt=0,no=null,bn=1,En="";function za(e,t){Qo[ei++]=U0,Qo[ei++]=V0,V0=e,U0=t}function hD(e,t,r){Wt[qt++]=bn,Wt[qt++]=En,Wt[qt++]=no,no=e;var n=bn;e=En;var a=32-vr(n)-1;n&=~(1<<a),r+=1;var o=32-vr(t)+a;if(30<o){var i=a-a%5;o=(n&(1<<i)-1).toString(32),n>>=i,a-=i,bn=1<<32-vr(t)+a|r<<a|n,En=o+e}else bn=1<<o|r<<a|n,En=e}function N5(e){e.return!==null&&(za(e,1),hD(e,1,0))}function j5(e){for(;e===V0;)V0=Qo[--ei],Qo[ei]=null,U0=Qo[--ei],Qo[ei]=null;for(;e===no;)no=Wt[--qt],Wt[qt]=null,En=Wt[--qt],Wt[qt]=null,bn=Wt[--qt],Wt[qt]=null}var Lt=null,zt=null,ve=!1,pr=null;function mD(e,t){var r=Gt(5,null,null,0);r.elementType="DELETED",r.stateNode=t,r.return=e,t=e.deletions,t===null?(e.deletions=[r],e.flags|=16):t.push(r)}function N3(e,t){switch(e.tag){case 5:var r=e.type;return t=t.nodeType!==1||r.toLowerCase()!==t.nodeName.toLowerCase()?null:t,t!==null?(e.stateNode=t,Lt=e,zt=ta(t.firstChild),!0):!1;case 6:return t=e.pendingProps===""||t.nodeType!==3?null:t,t!==null?(e.stateNode=t,Lt=e,zt=null,!0):!1;case 13:return t=t.nodeType!==8?null:t,t!==null?(r=no!==null?{id:bn,overflow:En}:null,e.memoizedState={dehydrated:t,treeContext:r,retryLane:1073741824},r=Gt(18,null,null,0),r.stateNode=t,r.return=e,e.child=r,Lt=e,zt=null,!0):!1;default:return!1}}function Um(e){return(e.mode&1)!==0&&(e.flags&128)===0}function Wm(e){if(ve){var t=zt;if(t){var r=t;if(!N3(e,t)){if(Um(e))throw Error(M(418));t=ta(r.nextSibling);var n=Lt;t&&N3(e,t)?mD(n,r):(e.flags=e.flags&-4097|2,ve=!1,Lt=e)}}else{if(Um(e))throw Error(M(418));e.flags=e.flags&-4097|2,ve=!1,Lt=e}}}function j3(e){for(e=e.return;e!==null&&e.tag!==5&&e.tag!==3&&e.tag!==13;)e=e.return;Lt=e}function sc(e){if(e!==Lt)return!1;if(!ve)return j3(e),ve=!0,!1;var t;if((t=e.tag!==3)&&!(t=e.tag!==5)&&(t=e.type,t=t!=="head"&&t!=="body"&&!Nm(e.type,e.memoizedProps)),t&&(t=zt)){if(Um(e))throw gD(),Error(M(418));for(;t;)mD(e,t),t=ta(t.nextSibling)}if(j3(e),e.tag===13){if(e=e.memoizedState,e=e!==null?e.dehydrated:null,!e)throw Error(M(317));e:{for(e=e.nextSibling,t=0;e;){if(e.nodeType===8){var r=e.data;if(r==="/$"){if(t===0){zt=ta(e.nextSibling);break e}t--}else r!=="$"&&r!=="$!"&&r!=="$?"||t++}e=e.nextSibling}zt=null}}else zt=Lt?ta(e.stateNode.nextSibling):null;return!0}function gD(){for(var e=zt;e;)e=ta(e.nextSibling)}function Ri(){zt=Lt=null,ve=!1}function H5(e){pr===null?pr=[e]:pr.push(e)}var mM=Rn.ReactCurrentBatchConfig;function Fl(e,t,r){if(e=r.ref,e!==null&&typeof e!="function"&&typeof e!="object"){if(r._owner){if(r=r._owner,r){if(r.tag!==1)throw Error(M(309));var n=r.stateNode}if(!n)throw Error(M(147,e));var a=n,o=""+e;return t!==null&&t.ref!==null&&typeof t.ref=="function"&&t.ref._stringRef===o?t.ref:(t=function(i){var l=a.refs;i===null?delete l[o]:l[o]=i},t._stringRef=o,t)}if(typeof e!="string")throw Error(M(284));if(!r._owner)throw Error(M(290,e))}return e}function uc(e,t){throw e=Object.prototype.toString.call(t),Error(M(31,e==="[object Object]"?"object with keys {"+Object.keys(t).join(", ")+"}":e))}function H3(e){var t=e._init;return t(e._payload)}function vD(e){function t(E,y){if(e){var b=E.deletions;b===null?(E.deletions=[y],E.flags|=16):b.push(y)}}function r(E,y){if(!e)return null;for(;y!==null;)t(E,y),y=y.sibling;return null}function n(E,y){for(E=new Map;y!==null;)y.key!==null?E.set(y.key,y):E.set(y.index,y),y=y.sibling;return E}function a(E,y){return E=oa(E,y),E.index=0,E.sibling=null,E}function o(E,y,b){return E.index=b,e?(b=E.alternate,b!==null?(b=b.index,b<y?(E.flags|=2,y):b):(E.flags|=2,y)):(E.flags|=1048576,y)}function i(E){return e&&E.alternate===null&&(E.flags|=2),E}function l(E,y,b,x){return y===null||y.tag!==6?(y=Wp(b,E.mode,x),y.return=E,y):(y=a(y,b),y.return=E,y)}function s(E,y,b,x){var D=b.type;return D===Go?f(E,y,b.props.children,x,b.key):y!==null&&(y.elementType===D||typeof D=="object"&&D!==null&&D.$$typeof===Un&&H3(D)===y.type)?(x=a(y,b.props),x.ref=Fl(E,y,b),x.return=E,x):(x=r0(b.type,b.key,b.props,null,E.mode,x),x.ref=Fl(E,y,b),x.return=E,x)}function d(E,y,b,x){return y===null||y.tag!==4||y.stateNode.containerInfo!==b.containerInfo||y.stateNode.implementation!==b.implementation?(y=qp(b,E.mode,x),y.return=E,y):(y=a(y,b.children||[]),y.return=E,y)}function f(E,y,b,x,D){return y===null||y.tag!==7?(y=Ja(b,E.mode,x,D),y.return=E,y):(y=a(y,b),y.return=E,y)}function h(E,y,b){if(typeof y=="string"&&y!==""||typeof y=="number")return y=Wp(""+y,E.mode,b),y.return=E,y;if(typeof y=="object"&&y!==null){switch(y.$$typeof){case Ju:return b=r0(y.type,y.key,y.props,null,E.mode,b),b.ref=Fl(E,null,y),b.return=E,b;case qo:return y=qp(y,E.mode,b),y.return=E,y;case Un:var x=y._init;return h(E,x(y._payload),b)}if(Ql(y)||Dl(y))return y=Ja(y,E.mode,b,null),y.return=E,y;uc(E,y)}return null}function p(E,y,b,x){var D=y!==null?y.key:null;if(typeof b=="string"&&b!==""||typeof b=="number")return D!==null?null:l(E,y,""+b,x);if(typeof b=="object"&&b!==null){switch(b.$$typeof){case Ju:return b.key===D?s(E,y,b,x):null;case qo:return b.key===D?d(E,y,b,x):null;case Un:return D=b._init,p(E,y,D(b._payload),x)}if(Ql(b)||Dl(b))return D!==null?null:f(E,y,b,x,null);uc(E,b)}return null}function m(E,y,b,x,D){if(typeof x=="string"&&x!==""||typeof x=="number")return E=E.get(b)||null,l(y,E,""+x,D);if(typeof x=="object"&&x!==null){switch(x.$$typeof){case Ju:return E=E.get(x.key===null?b:x.key)||null,s(y,E,x,D);case qo:return E=E.get(x.key===null?b:x.key)||null,d(y,E,x,D);case Un:var S=x._init;return m(E,y,b,S(x._payload),D)}if(Ql(x)||Dl(x))return E=E.get(b)||null,f(y,E,x,D,null);uc(y,x)}return null}function g(E,y,b,x){for(var D=null,S=null,k=y,_=y=0,A=null;k!==null&&_<b.length;_++){k.index>_?(A=k,k=null):A=k.sibling;var $=p(E,k,b[_],x);if($===null){k===null&&(k=A);break}e&&k&&$.alternate===null&&t(E,k),y=o($,y,_),S===null?D=$:S.sibling=$,S=$,k=A}if(_===b.length)return r(E,k),ve&&za(E,_),D;if(k===null){for(;_<b.length;_++)k=h(E,b[_],x),k!==null&&(y=o(k,y,_),S===null?D=k:S.sibling=k,S=k);return ve&&za(E,_),D}for(k=n(E,k);_<b.length;_++)A=m(k,E,_,b[_],x),A!==null&&(e&&A.alternate!==null&&k.delete(A.key===null?_:A.key),y=o(A,y,_),S===null?D=A:S.sibling=A,S=A);return e&&k.forEach(function(I){return t(E,I)}),ve&&za(E,_),D}function v(E,y,b,x){var D=Dl(b);if(typeof D!="function")throw Error(M(150));if(b=D.call(b),b==null)throw Error(M(151));for(var S=D=null,k=y,_=y=0,A=null,$=b.next();k!==null&&!$.done;_++,$=b.next()){k.index>_?(A=k,k=null):A=k.sibling;var I=p(E,k,$.value,x);if(I===null){k===null&&(k=A);break}e&&k&&I.alternate===null&&t(E,k),y=o(I,y,_),S===null?D=I:S.sibling=I,S=I,k=A}if($.done)return r(E,k),ve&&za(E,_),D;if(k===null){for(;!$.done;_++,$=b.next())$=h(E,$.value,x),$!==null&&(y=o($,y,_),S===null?D=$:S.sibling=$,S=$);return ve&&za(E,_),D}for(k=n(E,k);!$.done;_++,$=b.next())$=m(k,E,_,$.value,x),$!==null&&(e&&$.alternate!==null&&k.delete($.key===null?_:$.key),y=o($,y,_),S===null?D=$:S.sibling=$,S=$);return e&&k.forEach(function(L){return t(E,L)}),ve&&za(E,_),D}function C(E,y,b,x){if(typeof b=="object"&&b!==null&&b.type===Go&&b.key===null&&(b=b.props.children),typeof b=="object"&&b!==null){switch(b.$$typeof){case Ju:e:{for(var D=b.key,S=y;S!==null;){if(S.key===D){if(D=b.type,D===Go){if(S.tag===7){r(E,S.sibling),y=a(S,b.props.children),y.return=E,E=y;break e}}else if(S.elementType===D||typeof D=="object"&&D!==null&&D.$$typeof===Un&&H3(D)===S.type){r(E,S.sibling),y=a(S,b.props),y.ref=Fl(E,S,b),y.return=E,E=y;break e}r(E,S);break}else t(E,S);S=S.sibling}b.type===Go?(y=Ja(b.props.children,E.mode,x,b.key),y.return=E,E=y):(x=r0(b.type,b.key,b.props,null,E.mode,x),x.ref=Fl(E,y,b),x.return=E,E=x)}return i(E);case qo:e:{for(S=b.key;y!==null;){if(y.key===S)if(y.tag===4&&y.stateNode.containerInfo===b.containerInfo&&y.stateNode.implementation===b.implementation){r(E,y.sibling),y=a(y,b.children||[]),y.return=E,E=y;break e}else{r(E,y);break}else t(E,y);y=y.sibling}y=qp(b,E.mode,x),y.return=E,E=y}return i(E);case Un:return S=b._init,C(E,y,S(b._payload),x)}if(Ql(b))return g(E,y,b,x);if(Dl(b))return v(E,y,b,x);uc(E,b)}return typeof b=="string"&&b!==""||typeof b=="number"?(b=""+b,y!==null&&y.tag===6?(r(E,y.sibling),y=a(y,b),y.return=E,E=y):(r(E,y),y=Wp(b,E.mode,x),y.return=E,E=y),i(E)):r(E,y)}return C}var zi=vD(!0),yD=vD(!1),W0=ya(null),q0=null,ti=null,V5=null;function U5(){V5=ti=q0=null}function W5(e){var t=W0.current;me(W0),e._currentValue=t}function qm(e,t,r){for(;e!==null;){var n=e.alternate;if((e.childLanes&t)!==t?(e.childLanes|=t,n!==null&&(n.childLanes|=t)):n!==null&&(n.childLanes&t)!==t&&(n.childLanes|=t),e===r)break;e=e.return}}function ui(e,t){q0=e,V5=ti=null,e=e.dependencies,e!==null&&e.firstContext!==null&&(e.lanes&t&&(vt=!0),e.firstContext=null)}function Jt(e){var t=e._currentValue;if(V5!==e)if(e={context:e,memoizedValue:t,next:null},ti===null){if(q0===null)throw Error(M(308));ti=e,q0.dependencies={lanes:0,firstContext:e}}else ti=ti.next=e;return t}var Ha=null;function q5(e){Ha===null?Ha=[e]:Ha.push(e)}function wD(e,t,r,n){var a=t.interleaved;return a===null?(r.next=r,q5(t)):(r.next=a.next,a.next=r),t.interleaved=r,An(e,n)}function An(e,t){e.lanes|=t;var r=e.alternate;for(r!==null&&(r.lanes|=t),r=e,e=e.return;e!==null;)e.childLanes|=t,r=e.alternate,r!==null&&(r.childLanes|=t),r=e,e=e.return;return r.tag===3?r.stateNode:null}var Wn=!1;function G5(e){e.updateQueue={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function bD(e,t){e=e.updateQueue,t.updateQueue===e&&(t.updateQueue={baseState:e.baseState,firstBaseUpdate:e.firstBaseUpdate,lastBaseUpdate:e.lastBaseUpdate,shared:e.shared,effects:e.effects})}function Cn(e,t){return{eventTime:e,lane:t,tag:0,payload:null,callback:null,next:null}}function ra(e,t,r){var n=e.updateQueue;if(n===null)return null;if(n=n.shared,ie&2){var a=n.pending;return a===null?t.next=t:(t.next=a.next,a.next=t),n.pending=t,An(e,r)}return a=n.interleaved,a===null?(t.next=t,q5(n)):(t.next=a.next,a.next=t),n.interleaved=t,An(e,r)}function Xc(e,t,r){if(t=t.updateQueue,t!==null&&(t=t.shared,(r&4194240)!==0)){var n=t.lanes;n&=e.pendingLanes,r|=n,t.lanes=r,I5(e,r)}}function V3(e,t){var r=e.updateQueue,n=e.alternate;if(n!==null&&(n=n.updateQueue,r===n)){var a=null,o=null;if(r=r.firstBaseUpdate,r!==null){do{var i={eventTime:r.eventTime,lane:r.lane,tag:r.tag,payload:r.payload,callback:r.callback,next:null};o===null?a=o=i:o=o.next=i,r=r.next}while(r!==null);o===null?a=o=t:o=o.next=t}else a=o=t;r={baseState:n.baseState,firstBaseUpdate:a,lastBaseUpdate:o,shared:n.shared,effects:n.effects},e.updateQueue=r;return}e=r.lastBaseUpdate,e===null?r.firstBaseUpdate=t:e.next=t,r.lastBaseUpdate=t}function G0(e,t,r,n){var a=e.updateQueue;Wn=!1;var o=a.firstBaseUpdate,i=a.lastBaseUpdate,l=a.shared.pending;if(l!==null){a.shared.pending=null;var s=l,d=s.next;s.next=null,i===null?o=d:i.next=d,i=s;var f=e.alternate;f!==null&&(f=f.updateQueue,l=f.lastBaseUpdate,l!==i&&(l===null?f.firstBaseUpdate=d:l.next=d,f.lastBaseUpdate=s))}if(o!==null){var h=a.baseState;i=0,f=d=s=null,l=o;do{var p=l.lane,m=l.eventTime;if((n&p)===p){f!==null&&(f=f.next={eventTime:m,lane:0,tag:l.tag,payload:l.payload,callback:l.callback,next:null});e:{var g=e,v=l;switch(p=t,m=r,v.tag){case 1:if(g=v.payload,typeof g=="function"){h=g.call(m,h,p);break e}h=g;break e;case 3:g.flags=g.flags&-65537|128;case 0:if(g=v.payload,p=typeof g=="function"?g.call(m,h,p):g,p==null)break e;h=Ee({},h,p);break e;case 2:Wn=!0}}l.callback!==null&&l.lane!==0&&(e.flags|=64,p=a.effects,p===null?a.effects=[l]:p.push(l))}else m={eventTime:m,lane:p,tag:l.tag,payload:l.payload,callback:l.callback,next:null},f===null?(d=f=m,s=h):f=f.next=m,i|=p;if(l=l.next,l===null){if(l=a.shared.pending,l===null)break;p=l,l=p.next,p.next=null,a.lastBaseUpdate=p,a.shared.pending=null}}while(!0);if(f===null&&(s=h),a.baseState=s,a.firstBaseUpdate=d,a.lastBaseUpdate=f,t=a.shared.interleaved,t!==null){a=t;do i|=a.lane,a=a.next;while(a!==t)}else o===null&&(a.shared.lanes=0);oo|=i,e.lanes=i,e.memoizedState=h}}function U3(e,t,r){if(e=t.effects,t.effects=null,e!==null)for(t=0;t<e.length;t++){var n=e[t],a=n.callback;if(a!==null){if(n.callback=null,n=r,typeof a!="function")throw Error(M(191,a));a.call(n)}}}var bu={},Zr=ya(bu),Hs=ya(bu),Vs=ya(bu);function Va(e){if(e===bu)throw Error(M(174));return e}function K5(e,t){switch(de(Vs,t),de(Hs,e),de(Zr,bu),e=t.nodeType,e){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:km(null,"");break;default:e=e===8?t.parentNode:t,t=e.namespaceURI||null,e=e.tagName,t=km(t,e)}me(Zr),de(Zr,t)}function Bi(){me(Zr),me(Hs),me(Vs)}function ED(e){Va(Vs.current);var t=Va(Zr.current),r=km(t,e.type);t!==r&&(de(Hs,e),de(Zr,r))}function Y5(e){Hs.current===e&&(me(Zr),me(Hs))}var we=ya(0);function K0(e){for(var t=e;t!==null;){if(t.tag===13){var r=t.memoizedState;if(r!==null&&(r=r.dehydrated,r===null||r.data==="$?"||r.data==="$!"))return t}else if(t.tag===19&&t.memoizedProps.revealOrder!==void 0){if(t.flags&128)return t}else if(t.child!==null){t.child.return=t,t=t.child;continue}if(t===e)break;for(;t.sibling===null;){if(t.return===null||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}var Pp=[];function X5(){for(var e=0;e<Pp.length;e++)Pp[e]._workInProgressVersionPrimary=null;Pp.length=0}var Zc=Rn.ReactCurrentDispatcher,Np=Rn.ReactCurrentBatchConfig,ao=0,be=null,Ie=null,Oe=null,Y0=!1,ws=!1,Us=0,gM=0;function Xe(){throw Error(M(321))}function Z5(e,t){if(t===null)return!1;for(var r=0;r<t.length&&r<e.length;r++)if(!br(e[r],t[r]))return!1;return!0}function J5(e,t,r,n,a,o){if(ao=o,be=t,t.memoizedState=null,t.updateQueue=null,t.lanes=0,Zc.current=e===null||e.memoizedState===null?bM:EM,e=r(n,a),ws){o=0;do{if(ws=!1,Us=0,25<=o)throw Error(M(301));o+=1,Oe=Ie=null,t.updateQueue=null,Zc.current=xM,e=r(n,a)}while(ws)}if(Zc.current=X0,t=Ie!==null&&Ie.next!==null,ao=0,Oe=Ie=be=null,Y0=!1,t)throw Error(M(300));return e}function Q5(){var e=Us!==0;return Us=0,e}function Pr(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return Oe===null?be.memoizedState=Oe=e:Oe=Oe.next=e,Oe}function Qt(){if(Ie===null){var e=be.alternate;e=e!==null?e.memoizedState:null}else e=Ie.next;var t=Oe===null?be.memoizedState:Oe.next;if(t!==null)Oe=t,Ie=e;else{if(e===null)throw Error(M(310));Ie=e,e={memoizedState:Ie.memoizedState,baseState:Ie.baseState,baseQueue:Ie.baseQueue,queue:Ie.queue,next:null},Oe===null?be.memoizedState=Oe=e:Oe=Oe.next=e}return Oe}function Ws(e,t){return typeof t=="function"?t(e):t}function jp(e){var t=Qt(),r=t.queue;if(r===null)throw Error(M(311));r.lastRenderedReducer=e;var n=Ie,a=n.baseQueue,o=r.pending;if(o!==null){if(a!==null){var i=a.next;a.next=o.next,o.next=i}n.baseQueue=a=o,r.pending=null}if(a!==null){o=a.next,n=n.baseState;var l=i=null,s=null,d=o;do{var f=d.lane;if((ao&f)===f)s!==null&&(s=s.next={lane:0,action:d.action,hasEagerState:d.hasEagerState,eagerState:d.eagerState,next:null}),n=d.hasEagerState?d.eagerState:e(n,d.action);else{var h={lane:f,action:d.action,hasEagerState:d.hasEagerState,eagerState:d.eagerState,next:null};s===null?(l=s=h,i=n):s=s.next=h,be.lanes|=f,oo|=f}d=d.next}while(d!==null&&d!==o);s===null?i=n:s.next=l,br(n,t.memoizedState)||(vt=!0),t.memoizedState=n,t.baseState=i,t.baseQueue=s,r.lastRenderedState=n}if(e=r.interleaved,e!==null){a=e;do o=a.lane,be.lanes|=o,oo|=o,a=a.next;while(a!==e)}else a===null&&(r.lanes=0);return[t.memoizedState,r.dispatch]}function Hp(e){var t=Qt(),r=t.queue;if(r===null)throw Error(M(311));r.lastRenderedReducer=e;var n=r.dispatch,a=r.pending,o=t.memoizedState;if(a!==null){r.pending=null;var i=a=a.next;do o=e(o,i.action),i=i.next;while(i!==a);br(o,t.memoizedState)||(vt=!0),t.memoizedState=o,t.baseQueue===null&&(t.baseState=o),r.lastRenderedState=o}return[o,n]}function xD(){}function CD(e,t){var r=be,n=Qt(),a=t(),o=!br(n.memoizedState,a);if(o&&(n.memoizedState=a,vt=!0),n=n.queue,ev(kD.bind(null,r,n,e),[e]),n.getSnapshot!==t||o||Oe!==null&&Oe.memoizedState.tag&1){if(r.flags|=2048,qs(9,SD.bind(null,r,n,a,t),void 0,null),Ne===null)throw Error(M(349));ao&30||DD(r,t,a)}return a}function DD(e,t,r){e.flags|=16384,e={getSnapshot:t,value:r},t=be.updateQueue,t===null?(t={lastEffect:null,stores:null},be.updateQueue=t,t.stores=[e]):(r=t.stores,r===null?t.stores=[e]:r.push(e))}function SD(e,t,r,n){t.value=r,t.getSnapshot=n,_D(t)&&AD(e)}function kD(e,t,r){return r(function(){_D(t)&&AD(e)})}function _D(e){var t=e.getSnapshot;e=e.value;try{var r=t();return!br(e,r)}catch{return!0}}function AD(e){var t=An(e,1);t!==null&&yr(t,e,1,-1)}function W3(e){var t=Pr();return typeof e=="function"&&(e=e()),t.memoizedState=t.baseState=e,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:Ws,lastRenderedState:e},t.queue=e,e=e.dispatch=wM.bind(null,be,e),[t.memoizedState,e]}function qs(e,t,r,n){return e={tag:e,create:t,destroy:r,deps:n,next:null},t=be.updateQueue,t===null?(t={lastEffect:null,stores:null},be.updateQueue=t,t.lastEffect=e.next=e):(r=t.lastEffect,r===null?t.lastEffect=e.next=e:(n=r.next,r.next=e,e.next=n,t.lastEffect=e)),e}function FD(){return Qt().memoizedState}function Jc(e,t,r,n){var a=Pr();be.flags|=e,a.memoizedState=qs(1|t,r,void 0,n===void 0?null:n)}function n1(e,t,r,n){var a=Qt();n=n===void 0?null:n;var o=void 0;if(Ie!==null){var i=Ie.memoizedState;if(o=i.destroy,n!==null&&Z5(n,i.deps)){a.memoizedState=qs(t,r,o,n);return}}be.flags|=e,a.memoizedState=qs(1|t,r,o,n)}function q3(e,t){return Jc(8390656,8,e,t)}function ev(e,t){return n1(2048,8,e,t)}function $D(e,t){return n1(4,2,e,t)}function TD(e,t){return n1(4,4,e,t)}function ID(e,t){if(typeof t=="function")return e=e(),t(e),function(){t(null)};if(t!=null)return e=e(),t.current=e,function(){t.current=null}}function RD(e,t,r){return r=r!=null?r.concat([e]):null,n1(4,4,ID.bind(null,t,e),r)}function tv(){}function zD(e,t){var r=Qt();t=t===void 0?null:t;var n=r.memoizedState;return n!==null&&t!==null&&Z5(t,n[1])?n[0]:(r.memoizedState=[e,t],e)}function BD(e,t){var r=Qt();t=t===void 0?null:t;var n=r.memoizedState;return n!==null&&t!==null&&Z5(t,n[1])?n[0]:(e=e(),r.memoizedState=[e,t],e)}function LD(e,t,r){return ao&21?(br(r,t)||(r=j9(),be.lanes|=r,oo|=r,e.baseState=!0),t):(e.baseState&&(e.baseState=!1,vt=!0),e.memoizedState=r)}function vM(e,t){var r=ue;ue=r!==0&&4>r?r:4,e(!0);var n=Np.transition;Np.transition={};try{e(!1),t()}finally{ue=r,Np.transition=n}}function OD(){return Qt().memoizedState}function yM(e,t,r){var n=aa(e);if(r={lane:n,action:r,hasEagerState:!1,eagerState:null,next:null},MD(e))PD(t,r);else if(r=wD(e,t,r,n),r!==null){var a=ut();yr(r,e,n,a),ND(r,t,n)}}function wM(e,t,r){var n=aa(e),a={lane:n,action:r,hasEagerState:!1,eagerState:null,next:null};if(MD(e))PD(t,a);else{var o=e.alternate;if(e.lanes===0&&(o===null||o.lanes===0)&&(o=t.lastRenderedReducer,o!==null))try{var i=t.lastRenderedState,l=o(i,r);if(a.hasEagerState=!0,a.eagerState=l,br(l,i)){var s=t.interleaved;s===null?(a.next=a,q5(t)):(a.next=s.next,s.next=a),t.interleaved=a;return}}catch{}finally{}r=wD(e,t,a,n),r!==null&&(a=ut(),yr(r,e,n,a),ND(r,t,n))}}function MD(e){var t=e.alternate;return e===be||t!==null&&t===be}function PD(e,t){ws=Y0=!0;var r=e.pending;r===null?t.next=t:(t.next=r.next,r.next=t),e.pending=t}function ND(e,t,r){if(r&4194240){var n=t.lanes;n&=e.pendingLanes,r|=n,t.lanes=r,I5(e,r)}}var X0={readContext:Jt,useCallback:Xe,useContext:Xe,useEffect:Xe,useImperativeHandle:Xe,useInsertionEffect:Xe,useLayoutEffect:Xe,useMemo:Xe,useReducer:Xe,useRef:Xe,useState:Xe,useDebugValue:Xe,useDeferredValue:Xe,useTransition:Xe,useMutableSource:Xe,useSyncExternalStore:Xe,useId:Xe,unstable_isNewReconciler:!1},bM={readContext:Jt,useCallback:function(e,t){return Pr().memoizedState=[e,t===void 0?null:t],e},useContext:Jt,useEffect:q3,useImperativeHandle:function(e,t,r){return r=r!=null?r.concat([e]):null,Jc(4194308,4,ID.bind(null,t,e),r)},useLayoutEffect:function(e,t){return Jc(4194308,4,e,t)},useInsertionEffect:function(e,t){return Jc(4,2,e,t)},useMemo:function(e,t){var r=Pr();return t=t===void 0?null:t,e=e(),r.memoizedState=[e,t],e},useReducer:function(e,t,r){var n=Pr();return t=r!==void 0?r(t):t,n.memoizedState=n.baseState=t,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:e,lastRenderedState:t},n.queue=e,e=e.dispatch=yM.bind(null,be,e),[n.memoizedState,e]},useRef:function(e){var t=Pr();return e={current:e},t.memoizedState=e},useState:W3,useDebugValue:tv,useDeferredValue:function(e){return Pr().memoizedState=e},useTransition:function(){var e=W3(!1),t=e[0];return e=vM.bind(null,e[1]),Pr().memoizedState=e,[t,e]},useMutableSource:function(){},useSyncExternalStore:function(e,t,r){var n=be,a=Pr();if(ve){if(r===void 0)throw Error(M(407));r=r()}else{if(r=t(),Ne===null)throw Error(M(349));ao&30||DD(n,t,r)}a.memoizedState=r;var o={value:r,getSnapshot:t};return a.queue=o,q3(kD.bind(null,n,o,e),[e]),n.flags|=2048,qs(9,SD.bind(null,n,o,r,t),void 0,null),r},useId:function(){var e=Pr(),t=Ne.identifierPrefix;if(ve){var r=En,n=bn;r=(n&~(1<<32-vr(n)-1)).toString(32)+r,t=":"+t+"R"+r,r=Us++,0<r&&(t+="H"+r.toString(32)),t+=":"}else r=gM++,t=":"+t+"r"+r.toString(32)+":";return e.memoizedState=t},unstable_isNewReconciler:!1},EM={readContext:Jt,useCallback:zD,useContext:Jt,useEffect:ev,useImperativeHandle:RD,useInsertionEffect:$D,useLayoutEffect:TD,useMemo:BD,useReducer:jp,useRef:FD,useState:function(){return jp(Ws)},useDebugValue:tv,useDeferredValue:function(e){var t=Qt();return LD(t,Ie.memoizedState,e)},useTransition:function(){var e=jp(Ws)[0],t=Qt().memoizedState;return[e,t]},useMutableSource:xD,useSyncExternalStore:CD,useId:OD,unstable_isNewReconciler:!1},xM={readContext:Jt,useCallback:zD,useContext:Jt,useEffect:ev,useImperativeHandle:RD,useInsertionEffect:$D,useLayoutEffect:TD,useMemo:BD,useReducer:Hp,useRef:FD,useState:function(){return Hp(Ws)},useDebugValue:tv,useDeferredValue:function(e){var t=Qt();return Ie===null?t.memoizedState=e:LD(t,Ie.memoizedState,e)},useTransition:function(){var e=Hp(Ws)[0],t=Qt().memoizedState;return[e,t]},useMutableSource:xD,useSyncExternalStore:CD,useId:OD,unstable_isNewReconciler:!1};function ur(e,t){if(e&&e.defaultProps){t=Ee({},t),e=e.defaultProps;for(var r in e)t[r]===void 0&&(t[r]=e[r]);return t}return t}function Gm(e,t,r,n){t=e.memoizedState,r=r(n,t),r=r==null?t:Ee({},t,r),e.memoizedState=r,e.lanes===0&&(e.updateQueue.baseState=r)}var a1={isMounted:function(e){return(e=e._reactInternals)?mo(e)===e:!1},enqueueSetState:function(e,t,r){e=e._reactInternals;var n=ut(),a=aa(e),o=Cn(n,a);o.payload=t,r!=null&&(o.callback=r),t=ra(e,o,a),t!==null&&(yr(t,e,a,n),Xc(t,e,a))},enqueueReplaceState:function(e,t,r){e=e._reactInternals;var n=ut(),a=aa(e),o=Cn(n,a);o.tag=1,o.payload=t,r!=null&&(o.callback=r),t=ra(e,o,a),t!==null&&(yr(t,e,a,n),Xc(t,e,a))},enqueueForceUpdate:function(e,t){e=e._reactInternals;var r=ut(),n=aa(e),a=Cn(r,n);a.tag=2,t!=null&&(a.callback=t),t=ra(e,a,n),t!==null&&(yr(t,e,n,r),Xc(t,e,n))}};function G3(e,t,r,n,a,o,i){return e=e.stateNode,typeof e.shouldComponentUpdate=="function"?e.shouldComponentUpdate(n,o,i):t.prototype&&t.prototype.isPureReactComponent?!Ms(r,n)||!Ms(a,o):!0}function jD(e,t,r){var n=!1,a=ca,o=t.contextType;return typeof o=="object"&&o!==null?o=Jt(o):(a=bt(t)?ro:nt.current,n=t.contextTypes,o=(n=n!=null)?Ii(e,a):ca),t=new t(r,o),e.memoizedState=t.state!==null&&t.state!==void 0?t.state:null,t.updater=a1,e.stateNode=t,t._reactInternals=e,n&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=a,e.__reactInternalMemoizedMaskedChildContext=o),t}function K3(e,t,r,n){e=t.state,typeof t.componentWillReceiveProps=="function"&&t.componentWillReceiveProps(r,n),typeof t.UNSAFE_componentWillReceiveProps=="function"&&t.UNSAFE_componentWillReceiveProps(r,n),t.state!==e&&a1.enqueueReplaceState(t,t.state,null)}function Km(e,t,r,n){var a=e.stateNode;a.props=r,a.state=e.memoizedState,a.refs={},G5(e);var o=t.contextType;typeof o=="object"&&o!==null?a.context=Jt(o):(o=bt(t)?ro:nt.current,a.context=Ii(e,o)),a.state=e.memoizedState,o=t.getDerivedStateFromProps,typeof o=="function"&&(Gm(e,t,o,r),a.state=e.memoizedState),typeof t.getDerivedStateFromProps=="function"||typeof a.getSnapshotBeforeUpdate=="function"||typeof a.UNSAFE_componentWillMount!="function"&&typeof a.componentWillMount!="function"||(t=a.state,typeof a.componentWillMount=="function"&&a.componentWillMount(),typeof a.UNSAFE_componentWillMount=="function"&&a.UNSAFE_componentWillMount(),t!==a.state&&a1.enqueueReplaceState(a,a.state,null),G0(e,r,a,n),a.state=e.memoizedState),typeof a.componentDidMount=="function"&&(e.flags|=4194308)}function Li(e,t){try{var r="",n=t;do r+=XL(n),n=n.return;while(n);var a=r}catch(o){a=`
237
+ Error generating stack: `+o.message+`
238
+ `+o.stack}return{value:e,source:t,stack:a,digest:null}}function Vp(e,t,r){return{value:e,source:null,stack:r??null,digest:t??null}}function Ym(e,t){try{console.error(t.value)}catch(r){setTimeout(function(){throw r})}}var CM=typeof WeakMap=="function"?WeakMap:Map;function HD(e,t,r){r=Cn(-1,r),r.tag=3,r.payload={element:null};var n=t.value;return r.callback=function(){J0||(J0=!0,og=n),Ym(e,t)},r}function VD(e,t,r){r=Cn(-1,r),r.tag=3;var n=e.type.getDerivedStateFromError;if(typeof n=="function"){var a=t.value;r.payload=function(){return n(a)},r.callback=function(){Ym(e,t)}}var o=e.stateNode;return o!==null&&typeof o.componentDidCatch=="function"&&(r.callback=function(){Ym(e,t),typeof n!="function"&&(na===null?na=new Set([this]):na.add(this));var i=t.stack;this.componentDidCatch(t.value,{componentStack:i!==null?i:""})}),r}function Y3(e,t,r){var n=e.pingCache;if(n===null){n=e.pingCache=new CM;var a=new Set;n.set(t,a)}else a=n.get(t),a===void 0&&(a=new Set,n.set(t,a));a.has(r)||(a.add(r),e=OM.bind(null,e,t,r),t.then(e,e))}function X3(e){do{var t;if((t=e.tag===13)&&(t=e.memoizedState,t=t!==null?t.dehydrated!==null:!0),t)return e;e=e.return}while(e!==null);return null}function Z3(e,t,r,n,a){return e.mode&1?(e.flags|=65536,e.lanes=a,e):(e===t?e.flags|=65536:(e.flags|=128,r.flags|=131072,r.flags&=-52805,r.tag===1&&(r.alternate===null?r.tag=17:(t=Cn(-1,1),t.tag=2,ra(r,t,1))),r.lanes|=1),e)}var DM=Rn.ReactCurrentOwner,vt=!1;function lt(e,t,r,n){t.child=e===null?yD(t,null,r,n):zi(t,e.child,r,n)}function J3(e,t,r,n,a){r=r.render;var o=t.ref;return ui(t,a),n=J5(e,t,r,n,o,a),r=Q5(),e!==null&&!vt?(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~a,Fn(e,t,a)):(ve&&r&&N5(t),t.flags|=1,lt(e,t,n,a),t.child)}function Q3(e,t,r,n,a){if(e===null){var o=r.type;return typeof o=="function"&&!uv(o)&&o.defaultProps===void 0&&r.compare===null&&r.defaultProps===void 0?(t.tag=15,t.type=o,UD(e,t,o,n,a)):(e=r0(r.type,null,n,t,t.mode,a),e.ref=t.ref,e.return=t,t.child=e)}if(o=e.child,!(e.lanes&a)){var i=o.memoizedProps;if(r=r.compare,r=r!==null?r:Ms,r(i,n)&&e.ref===t.ref)return Fn(e,t,a)}return t.flags|=1,e=oa(o,n),e.ref=t.ref,e.return=t,t.child=e}function UD(e,t,r,n,a){if(e!==null){var o=e.memoizedProps;if(Ms(o,n)&&e.ref===t.ref)if(vt=!1,t.pendingProps=n=o,(e.lanes&a)!==0)e.flags&131072&&(vt=!0);else return t.lanes=e.lanes,Fn(e,t,a)}return Xm(e,t,r,n,a)}function WD(e,t,r){var n=t.pendingProps,a=n.children,o=e!==null?e.memoizedState:null;if(n.mode==="hidden")if(!(t.mode&1))t.memoizedState={baseLanes:0,cachePool:null,transitions:null},de(ni,Tt),Tt|=r;else{if(!(r&1073741824))return e=o!==null?o.baseLanes|r:r,t.lanes=t.childLanes=1073741824,t.memoizedState={baseLanes:e,cachePool:null,transitions:null},t.updateQueue=null,de(ni,Tt),Tt|=e,null;t.memoizedState={baseLanes:0,cachePool:null,transitions:null},n=o!==null?o.baseLanes:r,de(ni,Tt),Tt|=n}else o!==null?(n=o.baseLanes|r,t.memoizedState=null):n=r,de(ni,Tt),Tt|=n;return lt(e,t,a,r),t.child}function qD(e,t){var r=t.ref;(e===null&&r!==null||e!==null&&e.ref!==r)&&(t.flags|=512,t.flags|=2097152)}function Xm(e,t,r,n,a){var o=bt(r)?ro:nt.current;return o=Ii(t,o),ui(t,a),r=J5(e,t,r,n,o,a),n=Q5(),e!==null&&!vt?(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~a,Fn(e,t,a)):(ve&&n&&N5(t),t.flags|=1,lt(e,t,r,a),t.child)}function ew(e,t,r,n,a){if(bt(r)){var o=!0;H0(t)}else o=!1;if(ui(t,a),t.stateNode===null)Qc(e,t),jD(t,r,n),Km(t,r,n,a),n=!0;else if(e===null){var i=t.stateNode,l=t.memoizedProps;i.props=l;var s=i.context,d=r.contextType;typeof d=="object"&&d!==null?d=Jt(d):(d=bt(r)?ro:nt.current,d=Ii(t,d));var f=r.getDerivedStateFromProps,h=typeof f=="function"||typeof i.getSnapshotBeforeUpdate=="function";h||typeof i.UNSAFE_componentWillReceiveProps!="function"&&typeof i.componentWillReceiveProps!="function"||(l!==n||s!==d)&&K3(t,i,n,d),Wn=!1;var p=t.memoizedState;i.state=p,G0(t,n,i,a),s=t.memoizedState,l!==n||p!==s||wt.current||Wn?(typeof f=="function"&&(Gm(t,r,f,n),s=t.memoizedState),(l=Wn||G3(t,r,l,n,p,s,d))?(h||typeof i.UNSAFE_componentWillMount!="function"&&typeof i.componentWillMount!="function"||(typeof i.componentWillMount=="function"&&i.componentWillMount(),typeof i.UNSAFE_componentWillMount=="function"&&i.UNSAFE_componentWillMount()),typeof i.componentDidMount=="function"&&(t.flags|=4194308)):(typeof i.componentDidMount=="function"&&(t.flags|=4194308),t.memoizedProps=n,t.memoizedState=s),i.props=n,i.state=s,i.context=d,n=l):(typeof i.componentDidMount=="function"&&(t.flags|=4194308),n=!1)}else{i=t.stateNode,bD(e,t),l=t.memoizedProps,d=t.type===t.elementType?l:ur(t.type,l),i.props=d,h=t.pendingProps,p=i.context,s=r.contextType,typeof s=="object"&&s!==null?s=Jt(s):(s=bt(r)?ro:nt.current,s=Ii(t,s));var m=r.getDerivedStateFromProps;(f=typeof m=="function"||typeof i.getSnapshotBeforeUpdate=="function")||typeof i.UNSAFE_componentWillReceiveProps!="function"&&typeof i.componentWillReceiveProps!="function"||(l!==h||p!==s)&&K3(t,i,n,s),Wn=!1,p=t.memoizedState,i.state=p,G0(t,n,i,a);var g=t.memoizedState;l!==h||p!==g||wt.current||Wn?(typeof m=="function"&&(Gm(t,r,m,n),g=t.memoizedState),(d=Wn||G3(t,r,d,n,p,g,s)||!1)?(f||typeof i.UNSAFE_componentWillUpdate!="function"&&typeof i.componentWillUpdate!="function"||(typeof i.componentWillUpdate=="function"&&i.componentWillUpdate(n,g,s),typeof i.UNSAFE_componentWillUpdate=="function"&&i.UNSAFE_componentWillUpdate(n,g,s)),typeof i.componentDidUpdate=="function"&&(t.flags|=4),typeof i.getSnapshotBeforeUpdate=="function"&&(t.flags|=1024)):(typeof i.componentDidUpdate!="function"||l===e.memoizedProps&&p===e.memoizedState||(t.flags|=4),typeof i.getSnapshotBeforeUpdate!="function"||l===e.memoizedProps&&p===e.memoizedState||(t.flags|=1024),t.memoizedProps=n,t.memoizedState=g),i.props=n,i.state=g,i.context=s,n=d):(typeof i.componentDidUpdate!="function"||l===e.memoizedProps&&p===e.memoizedState||(t.flags|=4),typeof i.getSnapshotBeforeUpdate!="function"||l===e.memoizedProps&&p===e.memoizedState||(t.flags|=1024),n=!1)}return Zm(e,t,r,n,o,a)}function Zm(e,t,r,n,a,o){qD(e,t);var i=(t.flags&128)!==0;if(!n&&!i)return a&&P3(t,r,!1),Fn(e,t,o);n=t.stateNode,DM.current=t;var l=i&&typeof r.getDerivedStateFromError!="function"?null:n.render();return t.flags|=1,e!==null&&i?(t.child=zi(t,e.child,null,o),t.child=zi(t,null,l,o)):lt(e,t,l,o),t.memoizedState=n.state,a&&P3(t,r,!0),t.child}function GD(e){var t=e.stateNode;t.pendingContext?M3(e,t.pendingContext,t.pendingContext!==t.context):t.context&&M3(e,t.context,!1),K5(e,t.containerInfo)}function tw(e,t,r,n,a){return Ri(),H5(a),t.flags|=256,lt(e,t,r,n),t.child}var Jm={dehydrated:null,treeContext:null,retryLane:0};function Qm(e){return{baseLanes:e,cachePool:null,transitions:null}}function KD(e,t,r){var n=t.pendingProps,a=we.current,o=!1,i=(t.flags&128)!==0,l;if((l=i)||(l=e!==null&&e.memoizedState===null?!1:(a&2)!==0),l?(o=!0,t.flags&=-129):(e===null||e.memoizedState!==null)&&(a|=1),de(we,a&1),e===null)return Wm(t),e=t.memoizedState,e!==null&&(e=e.dehydrated,e!==null)?(t.mode&1?e.data==="$!"?t.lanes=8:t.lanes=1073741824:t.lanes=1,null):(i=n.children,e=n.fallback,o?(n=t.mode,o=t.child,i={mode:"hidden",children:i},!(n&1)&&o!==null?(o.childLanes=0,o.pendingProps=i):o=l1(i,n,0,null),e=Ja(e,n,r,null),o.return=t,e.return=t,o.sibling=e,t.child=o,t.child.memoizedState=Qm(r),t.memoizedState=Jm,e):rv(t,i));if(a=e.memoizedState,a!==null&&(l=a.dehydrated,l!==null))return SM(e,t,i,n,l,a,r);if(o){o=n.fallback,i=t.mode,a=e.child,l=a.sibling;var s={mode:"hidden",children:n.children};return!(i&1)&&t.child!==a?(n=t.child,n.childLanes=0,n.pendingProps=s,t.deletions=null):(n=oa(a,s),n.subtreeFlags=a.subtreeFlags&14680064),l!==null?o=oa(l,o):(o=Ja(o,i,r,null),o.flags|=2),o.return=t,n.return=t,n.sibling=o,t.child=n,n=o,o=t.child,i=e.child.memoizedState,i=i===null?Qm(r):{baseLanes:i.baseLanes|r,cachePool:null,transitions:i.transitions},o.memoizedState=i,o.childLanes=e.childLanes&~r,t.memoizedState=Jm,n}return o=e.child,e=o.sibling,n=oa(o,{mode:"visible",children:n.children}),!(t.mode&1)&&(n.lanes=r),n.return=t,n.sibling=null,e!==null&&(r=t.deletions,r===null?(t.deletions=[e],t.flags|=16):r.push(e)),t.child=n,t.memoizedState=null,n}function rv(e,t){return t=l1({mode:"visible",children:t},e.mode,0,null),t.return=e,e.child=t}function cc(e,t,r,n){return n!==null&&H5(n),zi(t,e.child,null,r),e=rv(t,t.pendingProps.children),e.flags|=2,t.memoizedState=null,e}function SM(e,t,r,n,a,o,i){if(r)return t.flags&256?(t.flags&=-257,n=Vp(Error(M(422))),cc(e,t,i,n)):t.memoizedState!==null?(t.child=e.child,t.flags|=128,null):(o=n.fallback,a=t.mode,n=l1({mode:"visible",children:n.children},a,0,null),o=Ja(o,a,i,null),o.flags|=2,n.return=t,o.return=t,n.sibling=o,t.child=n,t.mode&1&&zi(t,e.child,null,i),t.child.memoizedState=Qm(i),t.memoizedState=Jm,o);if(!(t.mode&1))return cc(e,t,i,null);if(a.data==="$!"){if(n=a.nextSibling&&a.nextSibling.dataset,n)var l=n.dgst;return n=l,o=Error(M(419)),n=Vp(o,n,void 0),cc(e,t,i,n)}if(l=(i&e.childLanes)!==0,vt||l){if(n=Ne,n!==null){switch(i&-i){case 4:a=2;break;case 16:a=8;break;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:a=32;break;case 536870912:a=268435456;break;default:a=0}a=a&(n.suspendedLanes|i)?0:a,a!==0&&a!==o.retryLane&&(o.retryLane=a,An(e,a),yr(n,e,a,-1))}return sv(),n=Vp(Error(M(421))),cc(e,t,i,n)}return a.data==="$?"?(t.flags|=128,t.child=e.child,t=MM.bind(null,e),a._reactRetry=t,null):(e=o.treeContext,zt=ta(a.nextSibling),Lt=t,ve=!0,pr=null,e!==null&&(Wt[qt++]=bn,Wt[qt++]=En,Wt[qt++]=no,bn=e.id,En=e.overflow,no=t),t=rv(t,n.children),t.flags|=4096,t)}function rw(e,t,r){e.lanes|=t;var n=e.alternate;n!==null&&(n.lanes|=t),qm(e.return,t,r)}function Up(e,t,r,n,a){var o=e.memoizedState;o===null?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:n,tail:r,tailMode:a}:(o.isBackwards=t,o.rendering=null,o.renderingStartTime=0,o.last=n,o.tail=r,o.tailMode=a)}function YD(e,t,r){var n=t.pendingProps,a=n.revealOrder,o=n.tail;if(lt(e,t,n.children,r),n=we.current,n&2)n=n&1|2,t.flags|=128;else{if(e!==null&&e.flags&128)e:for(e=t.child;e!==null;){if(e.tag===13)e.memoizedState!==null&&rw(e,r,t);else if(e.tag===19)rw(e,r,t);else if(e.child!==null){e.child.return=e,e=e.child;continue}if(e===t)break e;for(;e.sibling===null;){if(e.return===null||e.return===t)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}n&=1}if(de(we,n),!(t.mode&1))t.memoizedState=null;else switch(a){case"forwards":for(r=t.child,a=null;r!==null;)e=r.alternate,e!==null&&K0(e)===null&&(a=r),r=r.sibling;r=a,r===null?(a=t.child,t.child=null):(a=r.sibling,r.sibling=null),Up(t,!1,a,r,o);break;case"backwards":for(r=null,a=t.child,t.child=null;a!==null;){if(e=a.alternate,e!==null&&K0(e)===null){t.child=a;break}e=a.sibling,a.sibling=r,r=a,a=e}Up(t,!0,r,null,o);break;case"together":Up(t,!1,null,null,void 0);break;default:t.memoizedState=null}return t.child}function Qc(e,t){!(t.mode&1)&&e!==null&&(e.alternate=null,t.alternate=null,t.flags|=2)}function Fn(e,t,r){if(e!==null&&(t.dependencies=e.dependencies),oo|=t.lanes,!(r&t.childLanes))return null;if(e!==null&&t.child!==e.child)throw Error(M(153));if(t.child!==null){for(e=t.child,r=oa(e,e.pendingProps),t.child=r,r.return=t;e.sibling!==null;)e=e.sibling,r=r.sibling=oa(e,e.pendingProps),r.return=t;r.sibling=null}return t.child}function kM(e,t,r){switch(t.tag){case 3:GD(t),Ri();break;case 5:ED(t);break;case 1:bt(t.type)&&H0(t);break;case 4:K5(t,t.stateNode.containerInfo);break;case 10:var n=t.type._context,a=t.memoizedProps.value;de(W0,n._currentValue),n._currentValue=a;break;case 13:if(n=t.memoizedState,n!==null)return n.dehydrated!==null?(de(we,we.current&1),t.flags|=128,null):r&t.child.childLanes?KD(e,t,r):(de(we,we.current&1),e=Fn(e,t,r),e!==null?e.sibling:null);de(we,we.current&1);break;case 19:if(n=(r&t.childLanes)!==0,e.flags&128){if(n)return YD(e,t,r);t.flags|=128}if(a=t.memoizedState,a!==null&&(a.rendering=null,a.tail=null,a.lastEffect=null),de(we,we.current),n)break;return null;case 22:case 23:return t.lanes=0,WD(e,t,r)}return Fn(e,t,r)}var XD,eg,ZD,JD;XD=function(e,t){for(var r=t.child;r!==null;){if(r.tag===5||r.tag===6)e.appendChild(r.stateNode);else if(r.tag!==4&&r.child!==null){r.child.return=r,r=r.child;continue}if(r===t)break;for(;r.sibling===null;){if(r.return===null||r.return===t)return;r=r.return}r.sibling.return=r.return,r=r.sibling}};eg=function(){};ZD=function(e,t,r,n){var a=e.memoizedProps;if(a!==n){e=t.stateNode,Va(Zr.current);var o=null;switch(r){case"input":a=xm(e,a),n=xm(e,n),o=[];break;case"select":a=Ee({},a,{value:void 0}),n=Ee({},n,{value:void 0}),o=[];break;case"textarea":a=Sm(e,a),n=Sm(e,n),o=[];break;default:typeof a.onClick!="function"&&typeof n.onClick=="function"&&(e.onclick=N0)}_m(r,n);var i;r=null;for(d in a)if(!n.hasOwnProperty(d)&&a.hasOwnProperty(d)&&a[d]!=null)if(d==="style"){var l=a[d];for(i in l)l.hasOwnProperty(i)&&(r||(r={}),r[i]="")}else d!=="dangerouslySetInnerHTML"&&d!=="children"&&d!=="suppressContentEditableWarning"&&d!=="suppressHydrationWarning"&&d!=="autoFocus"&&(Ts.hasOwnProperty(d)?o||(o=[]):(o=o||[]).push(d,null));for(d in n){var s=n[d];if(l=a?.[d],n.hasOwnProperty(d)&&s!==l&&(s!=null||l!=null))if(d==="style")if(l){for(i in l)!l.hasOwnProperty(i)||s&&s.hasOwnProperty(i)||(r||(r={}),r[i]="");for(i in s)s.hasOwnProperty(i)&&l[i]!==s[i]&&(r||(r={}),r[i]=s[i])}else r||(o||(o=[]),o.push(d,r)),r=s;else d==="dangerouslySetInnerHTML"?(s=s?s.__html:void 0,l=l?l.__html:void 0,s!=null&&l!==s&&(o=o||[]).push(d,s)):d==="children"?typeof s!="string"&&typeof s!="number"||(o=o||[]).push(d,""+s):d!=="suppressContentEditableWarning"&&d!=="suppressHydrationWarning"&&(Ts.hasOwnProperty(d)?(s!=null&&d==="onScroll"&&pe("scroll",e),o||l===s||(o=[])):(o=o||[]).push(d,s))}r&&(o=o||[]).push("style",r);var d=o;(t.updateQueue=d)&&(t.flags|=4)}};JD=function(e,t,r,n){r!==n&&(t.flags|=4)};function $l(e,t){if(!ve)switch(e.tailMode){case"hidden":t=e.tail;for(var r=null;t!==null;)t.alternate!==null&&(r=t),t=t.sibling;r===null?e.tail=null:r.sibling=null;break;case"collapsed":r=e.tail;for(var n=null;r!==null;)r.alternate!==null&&(n=r),r=r.sibling;n===null?t||e.tail===null?e.tail=null:e.tail.sibling=null:n.sibling=null}}function Ze(e){var t=e.alternate!==null&&e.alternate.child===e.child,r=0,n=0;if(t)for(var a=e.child;a!==null;)r|=a.lanes|a.childLanes,n|=a.subtreeFlags&14680064,n|=a.flags&14680064,a.return=e,a=a.sibling;else for(a=e.child;a!==null;)r|=a.lanes|a.childLanes,n|=a.subtreeFlags,n|=a.flags,a.return=e,a=a.sibling;return e.subtreeFlags|=n,e.childLanes=r,t}function _M(e,t,r){var n=t.pendingProps;switch(j5(t),t.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return Ze(t),null;case 1:return bt(t.type)&&j0(),Ze(t),null;case 3:return n=t.stateNode,Bi(),me(wt),me(nt),X5(),n.pendingContext&&(n.context=n.pendingContext,n.pendingContext=null),(e===null||e.child===null)&&(sc(t)?t.flags|=4:e===null||e.memoizedState.isDehydrated&&!(t.flags&256)||(t.flags|=1024,pr!==null&&(sg(pr),pr=null))),eg(e,t),Ze(t),null;case 5:Y5(t);var a=Va(Vs.current);if(r=t.type,e!==null&&t.stateNode!=null)ZD(e,t,r,n,a),e.ref!==t.ref&&(t.flags|=512,t.flags|=2097152);else{if(!n){if(t.stateNode===null)throw Error(M(166));return Ze(t),null}if(e=Va(Zr.current),sc(t)){n=t.stateNode,r=t.type;var o=t.memoizedProps;switch(n[Ur]=t,n[js]=o,e=(t.mode&1)!==0,r){case"dialog":pe("cancel",n),pe("close",n);break;case"iframe":case"object":case"embed":pe("load",n);break;case"video":case"audio":for(a=0;a<ts.length;a++)pe(ts[a],n);break;case"source":pe("error",n);break;case"img":case"image":case"link":pe("error",n),pe("load",n);break;case"details":pe("toggle",n);break;case"input":d3(n,o),pe("invalid",n);break;case"select":n._wrapperState={wasMultiple:!!o.multiple},pe("invalid",n);break;case"textarea":f3(n,o),pe("invalid",n)}_m(r,o),a=null;for(var i in o)if(o.hasOwnProperty(i)){var l=o[i];i==="children"?typeof l=="string"?n.textContent!==l&&(o.suppressHydrationWarning!==!0&&lc(n.textContent,l,e),a=["children",l]):typeof l=="number"&&n.textContent!==""+l&&(o.suppressHydrationWarning!==!0&&lc(n.textContent,l,e),a=["children",""+l]):Ts.hasOwnProperty(i)&&l!=null&&i==="onScroll"&&pe("scroll",n)}switch(r){case"input":Qu(n),p3(n,o,!0);break;case"textarea":Qu(n),h3(n);break;case"select":case"option":break;default:typeof o.onClick=="function"&&(n.onclick=N0)}n=a,t.updateQueue=n,n!==null&&(t.flags|=4)}else{i=a.nodeType===9?a:a.ownerDocument,e==="http://www.w3.org/1999/xhtml"&&(e=k9(r)),e==="http://www.w3.org/1999/xhtml"?r==="script"?(e=i.createElement("div"),e.innerHTML="<script><\/script>",e=e.removeChild(e.firstChild)):typeof n.is=="string"?e=i.createElement(r,{is:n.is}):(e=i.createElement(r),r==="select"&&(i=e,n.multiple?i.multiple=!0:n.size&&(i.size=n.size))):e=i.createElementNS(e,r),e[Ur]=t,e[js]=n,XD(e,t,!1,!1),t.stateNode=e;e:{switch(i=Am(r,n),r){case"dialog":pe("cancel",e),pe("close",e),a=n;break;case"iframe":case"object":case"embed":pe("load",e),a=n;break;case"video":case"audio":for(a=0;a<ts.length;a++)pe(ts[a],e);a=n;break;case"source":pe("error",e),a=n;break;case"img":case"image":case"link":pe("error",e),pe("load",e),a=n;break;case"details":pe("toggle",e),a=n;break;case"input":d3(e,n),a=xm(e,n),pe("invalid",e);break;case"option":a=n;break;case"select":e._wrapperState={wasMultiple:!!n.multiple},a=Ee({},n,{value:void 0}),pe("invalid",e);break;case"textarea":f3(e,n),a=Sm(e,n),pe("invalid",e);break;default:a=n}_m(r,a),l=a;for(o in l)if(l.hasOwnProperty(o)){var s=l[o];o==="style"?F9(e,s):o==="dangerouslySetInnerHTML"?(s=s?s.__html:void 0,s!=null&&_9(e,s)):o==="children"?typeof s=="string"?(r!=="textarea"||s!=="")&&Is(e,s):typeof s=="number"&&Is(e,""+s):o!=="suppressContentEditableWarning"&&o!=="suppressHydrationWarning"&&o!=="autoFocus"&&(Ts.hasOwnProperty(o)?s!=null&&o==="onScroll"&&pe("scroll",e):s!=null&&k5(e,o,s,i))}switch(r){case"input":Qu(e),p3(e,n,!1);break;case"textarea":Qu(e),h3(e);break;case"option":n.value!=null&&e.setAttribute("value",""+ua(n.value));break;case"select":e.multiple=!!n.multiple,o=n.value,o!=null?oi(e,!!n.multiple,o,!1):n.defaultValue!=null&&oi(e,!!n.multiple,n.defaultValue,!0);break;default:typeof a.onClick=="function"&&(e.onclick=N0)}switch(r){case"button":case"input":case"select":case"textarea":n=!!n.autoFocus;break e;case"img":n=!0;break e;default:n=!1}}n&&(t.flags|=4)}t.ref!==null&&(t.flags|=512,t.flags|=2097152)}return Ze(t),null;case 6:if(e&&t.stateNode!=null)JD(e,t,e.memoizedProps,n);else{if(typeof n!="string"&&t.stateNode===null)throw Error(M(166));if(r=Va(Vs.current),Va(Zr.current),sc(t)){if(n=t.stateNode,r=t.memoizedProps,n[Ur]=t,(o=n.nodeValue!==r)&&(e=Lt,e!==null))switch(e.tag){case 3:lc(n.nodeValue,r,(e.mode&1)!==0);break;case 5:e.memoizedProps.suppressHydrationWarning!==!0&&lc(n.nodeValue,r,(e.mode&1)!==0)}o&&(t.flags|=4)}else n=(r.nodeType===9?r:r.ownerDocument).createTextNode(n),n[Ur]=t,t.stateNode=n}return Ze(t),null;case 13:if(me(we),n=t.memoizedState,e===null||e.memoizedState!==null&&e.memoizedState.dehydrated!==null){if(ve&&zt!==null&&t.mode&1&&!(t.flags&128))gD(),Ri(),t.flags|=98560,o=!1;else if(o=sc(t),n!==null&&n.dehydrated!==null){if(e===null){if(!o)throw Error(M(318));if(o=t.memoizedState,o=o!==null?o.dehydrated:null,!o)throw Error(M(317));o[Ur]=t}else Ri(),!(t.flags&128)&&(t.memoizedState=null),t.flags|=4;Ze(t),o=!1}else pr!==null&&(sg(pr),pr=null),o=!0;if(!o)return t.flags&65536?t:null}return t.flags&128?(t.lanes=r,t):(n=n!==null,n!==(e!==null&&e.memoizedState!==null)&&n&&(t.child.flags|=8192,t.mode&1&&(e===null||we.current&1?Re===0&&(Re=3):sv())),t.updateQueue!==null&&(t.flags|=4),Ze(t),null);case 4:return Bi(),eg(e,t),e===null&&Ps(t.stateNode.containerInfo),Ze(t),null;case 10:return W5(t.type._context),Ze(t),null;case 17:return bt(t.type)&&j0(),Ze(t),null;case 19:if(me(we),o=t.memoizedState,o===null)return Ze(t),null;if(n=(t.flags&128)!==0,i=o.rendering,i===null)if(n)$l(o,!1);else{if(Re!==0||e!==null&&e.flags&128)for(e=t.child;e!==null;){if(i=K0(e),i!==null){for(t.flags|=128,$l(o,!1),n=i.updateQueue,n!==null&&(t.updateQueue=n,t.flags|=4),t.subtreeFlags=0,n=r,r=t.child;r!==null;)o=r,e=n,o.flags&=14680066,i=o.alternate,i===null?(o.childLanes=0,o.lanes=e,o.child=null,o.subtreeFlags=0,o.memoizedProps=null,o.memoizedState=null,o.updateQueue=null,o.dependencies=null,o.stateNode=null):(o.childLanes=i.childLanes,o.lanes=i.lanes,o.child=i.child,o.subtreeFlags=0,o.deletions=null,o.memoizedProps=i.memoizedProps,o.memoizedState=i.memoizedState,o.updateQueue=i.updateQueue,o.type=i.type,e=i.dependencies,o.dependencies=e===null?null:{lanes:e.lanes,firstContext:e.firstContext}),r=r.sibling;return de(we,we.current&1|2),t.child}e=e.sibling}o.tail!==null&&De()>Oi&&(t.flags|=128,n=!0,$l(o,!1),t.lanes=4194304)}else{if(!n)if(e=K0(i),e!==null){if(t.flags|=128,n=!0,r=e.updateQueue,r!==null&&(t.updateQueue=r,t.flags|=4),$l(o,!0),o.tail===null&&o.tailMode==="hidden"&&!i.alternate&&!ve)return Ze(t),null}else 2*De()-o.renderingStartTime>Oi&&r!==1073741824&&(t.flags|=128,n=!0,$l(o,!1),t.lanes=4194304);o.isBackwards?(i.sibling=t.child,t.child=i):(r=o.last,r!==null?r.sibling=i:t.child=i,o.last=i)}return o.tail!==null?(t=o.tail,o.rendering=t,o.tail=t.sibling,o.renderingStartTime=De(),t.sibling=null,r=we.current,de(we,n?r&1|2:r&1),t):(Ze(t),null);case 22:case 23:return lv(),n=t.memoizedState!==null,e!==null&&e.memoizedState!==null!==n&&(t.flags|=8192),n&&t.mode&1?Tt&1073741824&&(Ze(t),t.subtreeFlags&6&&(t.flags|=8192)):Ze(t),null;case 24:return null;case 25:return null}throw Error(M(156,t.tag))}function AM(e,t){switch(j5(t),t.tag){case 1:return bt(t.type)&&j0(),e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 3:return Bi(),me(wt),me(nt),X5(),e=t.flags,e&65536&&!(e&128)?(t.flags=e&-65537|128,t):null;case 5:return Y5(t),null;case 13:if(me(we),e=t.memoizedState,e!==null&&e.dehydrated!==null){if(t.alternate===null)throw Error(M(340));Ri()}return e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 19:return me(we),null;case 4:return Bi(),null;case 10:return W5(t.type._context),null;case 22:case 23:return lv(),null;case 24:return null;default:return null}}var dc=!1,rt=!1,FM=typeof WeakSet=="function"?WeakSet:Set,V=null;function ri(e,t){var r=e.ref;if(r!==null)if(typeof r=="function")try{r(null)}catch(n){xe(e,t,n)}else r.current=null}function tg(e,t,r){try{r()}catch(n){xe(e,t,n)}}var nw=!1;function $M(e,t){if(Mm=O0,e=nD(),P5(e)){if("selectionStart"in e)var r={start:e.selectionStart,end:e.selectionEnd};else e:{r=(r=e.ownerDocument)&&r.defaultView||window;var n=r.getSelection&&r.getSelection();if(n&&n.rangeCount!==0){r=n.anchorNode;var a=n.anchorOffset,o=n.focusNode;n=n.focusOffset;try{r.nodeType,o.nodeType}catch{r=null;break e}var i=0,l=-1,s=-1,d=0,f=0,h=e,p=null;t:for(;;){for(var m;h!==r||a!==0&&h.nodeType!==3||(l=i+a),h!==o||n!==0&&h.nodeType!==3||(s=i+n),h.nodeType===3&&(i+=h.nodeValue.length),(m=h.firstChild)!==null;)p=h,h=m;for(;;){if(h===e)break t;if(p===r&&++d===a&&(l=i),p===o&&++f===n&&(s=i),(m=h.nextSibling)!==null)break;h=p,p=h.parentNode}h=m}r=l===-1||s===-1?null:{start:l,end:s}}else r=null}r=r||{start:0,end:0}}else r=null;for(Pm={focusedElem:e,selectionRange:r},O0=!1,V=t;V!==null;)if(t=V,e=t.child,(t.subtreeFlags&1028)!==0&&e!==null)e.return=t,V=e;else for(;V!==null;){t=V;try{var g=t.alternate;if(t.flags&1024)switch(t.tag){case 0:case 11:case 15:break;case 1:if(g!==null){var v=g.memoizedProps,C=g.memoizedState,E=t.stateNode,y=E.getSnapshotBeforeUpdate(t.elementType===t.type?v:ur(t.type,v),C);E.__reactInternalSnapshotBeforeUpdate=y}break;case 3:var b=t.stateNode.containerInfo;b.nodeType===1?b.textContent="":b.nodeType===9&&b.documentElement&&b.removeChild(b.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(M(163))}}catch(x){xe(t,t.return,x)}if(e=t.sibling,e!==null){e.return=t.return,V=e;break}V=t.return}return g=nw,nw=!1,g}function bs(e,t,r){var n=t.updateQueue;if(n=n!==null?n.lastEffect:null,n!==null){var a=n=n.next;do{if((a.tag&e)===e){var o=a.destroy;a.destroy=void 0,o!==void 0&&tg(t,r,o)}a=a.next}while(a!==n)}}function o1(e,t){if(t=t.updateQueue,t=t!==null?t.lastEffect:null,t!==null){var r=t=t.next;do{if((r.tag&e)===e){var n=r.create;r.destroy=n()}r=r.next}while(r!==t)}}function rg(e){var t=e.ref;if(t!==null){var r=e.stateNode;switch(e.tag){case 5:e=r;break;default:e=r}typeof t=="function"?t(e):t.current=e}}function QD(e){var t=e.alternate;t!==null&&(e.alternate=null,QD(t)),e.child=null,e.deletions=null,e.sibling=null,e.tag===5&&(t=e.stateNode,t!==null&&(delete t[Ur],delete t[js],delete t[Hm],delete t[pM],delete t[fM])),e.stateNode=null,e.return=null,e.dependencies=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.stateNode=null,e.updateQueue=null}function eS(e){return e.tag===5||e.tag===3||e.tag===4}function aw(e){e:for(;;){for(;e.sibling===null;){if(e.return===null||eS(e.return))return null;e=e.return}for(e.sibling.return=e.return,e=e.sibling;e.tag!==5&&e.tag!==6&&e.tag!==18;){if(e.flags&2||e.child===null||e.tag===4)continue e;e.child.return=e,e=e.child}if(!(e.flags&2))return e.stateNode}}function ng(e,t,r){var n=e.tag;if(n===5||n===6)e=e.stateNode,t?r.nodeType===8?r.parentNode.insertBefore(e,t):r.insertBefore(e,t):(r.nodeType===8?(t=r.parentNode,t.insertBefore(e,r)):(t=r,t.appendChild(e)),r=r._reactRootContainer,r!=null||t.onclick!==null||(t.onclick=N0));else if(n!==4&&(e=e.child,e!==null))for(ng(e,t,r),e=e.sibling;e!==null;)ng(e,t,r),e=e.sibling}function ag(e,t,r){var n=e.tag;if(n===5||n===6)e=e.stateNode,t?r.insertBefore(e,t):r.appendChild(e);else if(n!==4&&(e=e.child,e!==null))for(ag(e,t,r),e=e.sibling;e!==null;)ag(e,t,r),e=e.sibling}var He=null,cr=!1;function On(e,t,r){for(r=r.child;r!==null;)tS(e,t,r),r=r.sibling}function tS(e,t,r){if(Xr&&typeof Xr.onCommitFiberUnmount=="function")try{Xr.onCommitFiberUnmount(Zd,r)}catch{}switch(r.tag){case 5:rt||ri(r,t);case 6:var n=He,a=cr;He=null,On(e,t,r),He=n,cr=a,He!==null&&(cr?(e=He,r=r.stateNode,e.nodeType===8?e.parentNode.removeChild(r):e.removeChild(r)):He.removeChild(r.stateNode));break;case 18:He!==null&&(cr?(e=He,r=r.stateNode,e.nodeType===8?Op(e.parentNode,r):e.nodeType===1&&Op(e,r),Ls(e)):Op(He,r.stateNode));break;case 4:n=He,a=cr,He=r.stateNode.containerInfo,cr=!0,On(e,t,r),He=n,cr=a;break;case 0:case 11:case 14:case 15:if(!rt&&(n=r.updateQueue,n!==null&&(n=n.lastEffect,n!==null))){a=n=n.next;do{var o=a,i=o.destroy;o=o.tag,i!==void 0&&(o&2||o&4)&&tg(r,t,i),a=a.next}while(a!==n)}On(e,t,r);break;case 1:if(!rt&&(ri(r,t),n=r.stateNode,typeof n.componentWillUnmount=="function"))try{n.props=r.memoizedProps,n.state=r.memoizedState,n.componentWillUnmount()}catch(l){xe(r,t,l)}On(e,t,r);break;case 21:On(e,t,r);break;case 22:r.mode&1?(rt=(n=rt)||r.memoizedState!==null,On(e,t,r),rt=n):On(e,t,r);break;default:On(e,t,r)}}function ow(e){var t=e.updateQueue;if(t!==null){e.updateQueue=null;var r=e.stateNode;r===null&&(r=e.stateNode=new FM),t.forEach(function(n){var a=PM.bind(null,e,n);r.has(n)||(r.add(n),n.then(a,a))})}}function ir(e,t){var r=t.deletions;if(r!==null)for(var n=0;n<r.length;n++){var a=r[n];try{var o=e,i=t,l=i;e:for(;l!==null;){switch(l.tag){case 5:He=l.stateNode,cr=!1;break e;case 3:He=l.stateNode.containerInfo,cr=!0;break e;case 4:He=l.stateNode.containerInfo,cr=!0;break e}l=l.return}if(He===null)throw Error(M(160));tS(o,i,a),He=null,cr=!1;var s=a.alternate;s!==null&&(s.return=null),a.return=null}catch(d){xe(a,t,d)}}if(t.subtreeFlags&12854)for(t=t.child;t!==null;)rS(t,e),t=t.sibling}function rS(e,t){var r=e.alternate,n=e.flags;switch(e.tag){case 0:case 11:case 14:case 15:if(ir(t,e),Or(e),n&4){try{bs(3,e,e.return),o1(3,e)}catch(v){xe(e,e.return,v)}try{bs(5,e,e.return)}catch(v){xe(e,e.return,v)}}break;case 1:ir(t,e),Or(e),n&512&&r!==null&&ri(r,r.return);break;case 5:if(ir(t,e),Or(e),n&512&&r!==null&&ri(r,r.return),e.flags&32){var a=e.stateNode;try{Is(a,"")}catch(v){xe(e,e.return,v)}}if(n&4&&(a=e.stateNode,a!=null)){var o=e.memoizedProps,i=r!==null?r.memoizedProps:o,l=e.type,s=e.updateQueue;if(e.updateQueue=null,s!==null)try{l==="input"&&o.type==="radio"&&o.name!=null&&D9(a,o),Am(l,i);var d=Am(l,o);for(i=0;i<s.length;i+=2){var f=s[i],h=s[i+1];f==="style"?F9(a,h):f==="dangerouslySetInnerHTML"?_9(a,h):f==="children"?Is(a,h):k5(a,f,h,d)}switch(l){case"input":Cm(a,o);break;case"textarea":S9(a,o);break;case"select":var p=a._wrapperState.wasMultiple;a._wrapperState.wasMultiple=!!o.multiple;var m=o.value;m!=null?oi(a,!!o.multiple,m,!1):p!==!!o.multiple&&(o.defaultValue!=null?oi(a,!!o.multiple,o.defaultValue,!0):oi(a,!!o.multiple,o.multiple?[]:"",!1))}a[js]=o}catch(v){xe(e,e.return,v)}}break;case 6:if(ir(t,e),Or(e),n&4){if(e.stateNode===null)throw Error(M(162));a=e.stateNode,o=e.memoizedProps;try{a.nodeValue=o}catch(v){xe(e,e.return,v)}}break;case 3:if(ir(t,e),Or(e),n&4&&r!==null&&r.memoizedState.isDehydrated)try{Ls(t.containerInfo)}catch(v){xe(e,e.return,v)}break;case 4:ir(t,e),Or(e);break;case 13:ir(t,e),Or(e),a=e.child,a.flags&8192&&(o=a.memoizedState!==null,a.stateNode.isHidden=o,!o||a.alternate!==null&&a.alternate.memoizedState!==null||(ov=De())),n&4&&ow(e);break;case 22:if(f=r!==null&&r.memoizedState!==null,e.mode&1?(rt=(d=rt)||f,ir(t,e),rt=d):ir(t,e),Or(e),n&8192){if(d=e.memoizedState!==null,(e.stateNode.isHidden=d)&&!f&&e.mode&1)for(V=e,f=e.child;f!==null;){for(h=V=f;V!==null;){switch(p=V,m=p.child,p.tag){case 0:case 11:case 14:case 15:bs(4,p,p.return);break;case 1:ri(p,p.return);var g=p.stateNode;if(typeof g.componentWillUnmount=="function"){n=p,r=p.return;try{t=n,g.props=t.memoizedProps,g.state=t.memoizedState,g.componentWillUnmount()}catch(v){xe(n,r,v)}}break;case 5:ri(p,p.return);break;case 22:if(p.memoizedState!==null){lw(h);continue}}m!==null?(m.return=p,V=m):lw(h)}f=f.sibling}e:for(f=null,h=e;;){if(h.tag===5){if(f===null){f=h;try{a=h.stateNode,d?(o=a.style,typeof o.setProperty=="function"?o.setProperty("display","none","important"):o.display="none"):(l=h.stateNode,s=h.memoizedProps.style,i=s!=null&&s.hasOwnProperty("display")?s.display:null,l.style.display=A9("display",i))}catch(v){xe(e,e.return,v)}}}else if(h.tag===6){if(f===null)try{h.stateNode.nodeValue=d?"":h.memoizedProps}catch(v){xe(e,e.return,v)}}else if((h.tag!==22&&h.tag!==23||h.memoizedState===null||h===e)&&h.child!==null){h.child.return=h,h=h.child;continue}if(h===e)break e;for(;h.sibling===null;){if(h.return===null||h.return===e)break e;f===h&&(f=null),h=h.return}f===h&&(f=null),h.sibling.return=h.return,h=h.sibling}}break;case 19:ir(t,e),Or(e),n&4&&ow(e);break;case 21:break;default:ir(t,e),Or(e)}}function Or(e){var t=e.flags;if(t&2){try{e:{for(var r=e.return;r!==null;){if(eS(r)){var n=r;break e}r=r.return}throw Error(M(160))}switch(n.tag){case 5:var a=n.stateNode;n.flags&32&&(Is(a,""),n.flags&=-33);var o=aw(e);ag(e,o,a);break;case 3:case 4:var i=n.stateNode.containerInfo,l=aw(e);ng(e,l,i);break;default:throw Error(M(161))}}catch(s){xe(e,e.return,s)}e.flags&=-3}t&4096&&(e.flags&=-4097)}function TM(e,t,r){V=e,nS(e)}function nS(e,t,r){for(var n=(e.mode&1)!==0;V!==null;){var a=V,o=a.child;if(a.tag===22&&n){var i=a.memoizedState!==null||dc;if(!i){var l=a.alternate,s=l!==null&&l.memoizedState!==null||rt;l=dc;var d=rt;if(dc=i,(rt=s)&&!d)for(V=a;V!==null;)i=V,s=i.child,i.tag===22&&i.memoizedState!==null?sw(a):s!==null?(s.return=i,V=s):sw(a);for(;o!==null;)V=o,nS(o),o=o.sibling;V=a,dc=l,rt=d}iw(e)}else a.subtreeFlags&8772&&o!==null?(o.return=a,V=o):iw(e)}}function iw(e){for(;V!==null;){var t=V;if(t.flags&8772){var r=t.alternate;try{if(t.flags&8772)switch(t.tag){case 0:case 11:case 15:rt||o1(5,t);break;case 1:var n=t.stateNode;if(t.flags&4&&!rt)if(r===null)n.componentDidMount();else{var a=t.elementType===t.type?r.memoizedProps:ur(t.type,r.memoizedProps);n.componentDidUpdate(a,r.memoizedState,n.__reactInternalSnapshotBeforeUpdate)}var o=t.updateQueue;o!==null&&U3(t,o,n);break;case 3:var i=t.updateQueue;if(i!==null){if(r=null,t.child!==null)switch(t.child.tag){case 5:r=t.child.stateNode;break;case 1:r=t.child.stateNode}U3(t,i,r)}break;case 5:var l=t.stateNode;if(r===null&&t.flags&4){r=l;var s=t.memoizedProps;switch(t.type){case"button":case"input":case"select":case"textarea":s.autoFocus&&r.focus();break;case"img":s.src&&(r.src=s.src)}}break;case 6:break;case 4:break;case 12:break;case 13:if(t.memoizedState===null){var d=t.alternate;if(d!==null){var f=d.memoizedState;if(f!==null){var h=f.dehydrated;h!==null&&Ls(h)}}}break;case 19:case 17:case 21:case 22:case 23:case 25:break;default:throw Error(M(163))}rt||t.flags&512&&rg(t)}catch(p){xe(t,t.return,p)}}if(t===e){V=null;break}if(r=t.sibling,r!==null){r.return=t.return,V=r;break}V=t.return}}function lw(e){for(;V!==null;){var t=V;if(t===e){V=null;break}var r=t.sibling;if(r!==null){r.return=t.return,V=r;break}V=t.return}}function sw(e){for(;V!==null;){var t=V;try{switch(t.tag){case 0:case 11:case 15:var r=t.return;try{o1(4,t)}catch(s){xe(t,r,s)}break;case 1:var n=t.stateNode;if(typeof n.componentDidMount=="function"){var a=t.return;try{n.componentDidMount()}catch(s){xe(t,a,s)}}var o=t.return;try{rg(t)}catch(s){xe(t,o,s)}break;case 5:var i=t.return;try{rg(t)}catch(s){xe(t,i,s)}}}catch(s){xe(t,t.return,s)}if(t===e){V=null;break}var l=t.sibling;if(l!==null){l.return=t.return,V=l;break}V=t.return}}var IM=Math.ceil,Z0=Rn.ReactCurrentDispatcher,nv=Rn.ReactCurrentOwner,Zt=Rn.ReactCurrentBatchConfig,ie=0,Ne=null,_e=null,Ue=0,Tt=0,ni=ya(0),Re=0,Gs=null,oo=0,i1=0,av=0,Es=null,mt=null,ov=0,Oi=1/0,vn=null,J0=!1,og=null,na=null,pc=!1,Zn=null,Q0=0,xs=0,ig=null,e0=-1,t0=0;function ut(){return ie&6?De():e0!==-1?e0:e0=De()}function aa(e){return e.mode&1?ie&2&&Ue!==0?Ue&-Ue:mM.transition!==null?(t0===0&&(t0=j9()),t0):(e=ue,e!==0||(e=window.event,e=e===void 0?16:K9(e.type)),e):1}function yr(e,t,r,n){if(50<xs)throw xs=0,ig=null,Error(M(185));vu(e,r,n),(!(ie&2)||e!==Ne)&&(e===Ne&&(!(ie&2)&&(i1|=r),Re===4&&Yn(e,Ue)),Et(e,n),r===1&&ie===0&&!(t.mode&1)&&(Oi=De()+500,r1&&wa()))}function Et(e,t){var r=e.callbackNode;mO(e,t);var n=L0(e,e===Ne?Ue:0);if(n===0)r!==null&&v3(r),e.callbackNode=null,e.callbackPriority=0;else if(t=n&-n,e.callbackPriority!==t){if(r!=null&&v3(r),t===1)e.tag===0?hM(uw.bind(null,e)):fD(uw.bind(null,e)),cM(function(){!(ie&6)&&wa()}),r=null;else{switch(H9(n)){case 1:r=T5;break;case 4:r=P9;break;case 16:r=B0;break;case 536870912:r=N9;break;default:r=B0}r=dS(r,aS.bind(null,e))}e.callbackPriority=t,e.callbackNode=r}}function aS(e,t){if(e0=-1,t0=0,ie&6)throw Error(M(327));var r=e.callbackNode;if(ci()&&e.callbackNode!==r)return null;var n=L0(e,e===Ne?Ue:0);if(n===0)return null;if(n&30||n&e.expiredLanes||t)t=ed(e,n);else{t=n;var a=ie;ie|=2;var o=iS();(Ne!==e||Ue!==t)&&(vn=null,Oi=De()+500,Za(e,t));do try{BM();break}catch(l){oS(e,l)}while(!0);U5(),Z0.current=o,ie=a,_e!==null?t=0:(Ne=null,Ue=0,t=Re)}if(t!==0){if(t===2&&(a=Rm(e),a!==0&&(n=a,t=lg(e,a))),t===1)throw r=Gs,Za(e,0),Yn(e,n),Et(e,De()),r;if(t===6)Yn(e,n);else{if(a=e.current.alternate,!(n&30)&&!RM(a)&&(t=ed(e,n),t===2&&(o=Rm(e),o!==0&&(n=o,t=lg(e,o))),t===1))throw r=Gs,Za(e,0),Yn(e,n),Et(e,De()),r;switch(e.finishedWork=a,e.finishedLanes=n,t){case 0:case 1:throw Error(M(345));case 2:Ba(e,mt,vn);break;case 3:if(Yn(e,n),(n&130023424)===n&&(t=ov+500-De(),10<t)){if(L0(e,0)!==0)break;if(a=e.suspendedLanes,(a&n)!==n){ut(),e.pingedLanes|=e.suspendedLanes&a;break}e.timeoutHandle=jm(Ba.bind(null,e,mt,vn),t);break}Ba(e,mt,vn);break;case 4:if(Yn(e,n),(n&4194240)===n)break;for(t=e.eventTimes,a=-1;0<n;){var i=31-vr(n);o=1<<i,i=t[i],i>a&&(a=i),n&=~o}if(n=a,n=De()-n,n=(120>n?120:480>n?480:1080>n?1080:1920>n?1920:3e3>n?3e3:4320>n?4320:1960*IM(n/1960))-n,10<n){e.timeoutHandle=jm(Ba.bind(null,e,mt,vn),n);break}Ba(e,mt,vn);break;case 5:Ba(e,mt,vn);break;default:throw Error(M(329))}}}return Et(e,De()),e.callbackNode===r?aS.bind(null,e):null}function lg(e,t){var r=Es;return e.current.memoizedState.isDehydrated&&(Za(e,t).flags|=256),e=ed(e,t),e!==2&&(t=mt,mt=r,t!==null&&sg(t)),e}function sg(e){mt===null?mt=e:mt.push.apply(mt,e)}function RM(e){for(var t=e;;){if(t.flags&16384){var r=t.updateQueue;if(r!==null&&(r=r.stores,r!==null))for(var n=0;n<r.length;n++){var a=r[n],o=a.getSnapshot;a=a.value;try{if(!br(o(),a))return!1}catch{return!1}}}if(r=t.child,t.subtreeFlags&16384&&r!==null)r.return=t,t=r;else{if(t===e)break;for(;t.sibling===null;){if(t.return===null||t.return===e)return!0;t=t.return}t.sibling.return=t.return,t=t.sibling}}return!0}function Yn(e,t){for(t&=~av,t&=~i1,e.suspendedLanes|=t,e.pingedLanes&=~t,e=e.expirationTimes;0<t;){var r=31-vr(t),n=1<<r;e[r]=-1,t&=~n}}function uw(e){if(ie&6)throw Error(M(327));ci();var t=L0(e,0);if(!(t&1))return Et(e,De()),null;var r=ed(e,t);if(e.tag!==0&&r===2){var n=Rm(e);n!==0&&(t=n,r=lg(e,n))}if(r===1)throw r=Gs,Za(e,0),Yn(e,t),Et(e,De()),r;if(r===6)throw Error(M(345));return e.finishedWork=e.current.alternate,e.finishedLanes=t,Ba(e,mt,vn),Et(e,De()),null}function iv(e,t){var r=ie;ie|=1;try{return e(t)}finally{ie=r,ie===0&&(Oi=De()+500,r1&&wa())}}function io(e){Zn!==null&&Zn.tag===0&&!(ie&6)&&ci();var t=ie;ie|=1;var r=Zt.transition,n=ue;try{if(Zt.transition=null,ue=1,e)return e()}finally{ue=n,Zt.transition=r,ie=t,!(ie&6)&&wa()}}function lv(){Tt=ni.current,me(ni)}function Za(e,t){e.finishedWork=null,e.finishedLanes=0;var r=e.timeoutHandle;if(r!==-1&&(e.timeoutHandle=-1,uM(r)),_e!==null)for(r=_e.return;r!==null;){var n=r;switch(j5(n),n.tag){case 1:n=n.type.childContextTypes,n!=null&&j0();break;case 3:Bi(),me(wt),me(nt),X5();break;case 5:Y5(n);break;case 4:Bi();break;case 13:me(we);break;case 19:me(we);break;case 10:W5(n.type._context);break;case 22:case 23:lv()}r=r.return}if(Ne=e,_e=e=oa(e.current,null),Ue=Tt=t,Re=0,Gs=null,av=i1=oo=0,mt=Es=null,Ha!==null){for(t=0;t<Ha.length;t++)if(r=Ha[t],n=r.interleaved,n!==null){r.interleaved=null;var a=n.next,o=r.pending;if(o!==null){var i=o.next;o.next=a,n.next=i}r.pending=n}Ha=null}return e}function oS(e,t){do{var r=_e;try{if(U5(),Zc.current=X0,Y0){for(var n=be.memoizedState;n!==null;){var a=n.queue;a!==null&&(a.pending=null),n=n.next}Y0=!1}if(ao=0,Oe=Ie=be=null,ws=!1,Us=0,nv.current=null,r===null||r.return===null){Re=1,Gs=t,_e=null;break}e:{var o=e,i=r.return,l=r,s=t;if(t=Ue,l.flags|=32768,s!==null&&typeof s=="object"&&typeof s.then=="function"){var d=s,f=l,h=f.tag;if(!(f.mode&1)&&(h===0||h===11||h===15)){var p=f.alternate;p?(f.updateQueue=p.updateQueue,f.memoizedState=p.memoizedState,f.lanes=p.lanes):(f.updateQueue=null,f.memoizedState=null)}var m=X3(i);if(m!==null){m.flags&=-257,Z3(m,i,l,o,t),m.mode&1&&Y3(o,d,t),t=m,s=d;var g=t.updateQueue;if(g===null){var v=new Set;v.add(s),t.updateQueue=v}else g.add(s);break e}else{if(!(t&1)){Y3(o,d,t),sv();break e}s=Error(M(426))}}else if(ve&&l.mode&1){var C=X3(i);if(C!==null){!(C.flags&65536)&&(C.flags|=256),Z3(C,i,l,o,t),H5(Li(s,l));break e}}o=s=Li(s,l),Re!==4&&(Re=2),Es===null?Es=[o]:Es.push(o),o=i;do{switch(o.tag){case 3:o.flags|=65536,t&=-t,o.lanes|=t;var E=HD(o,s,t);V3(o,E);break e;case 1:l=s;var y=o.type,b=o.stateNode;if(!(o.flags&128)&&(typeof y.getDerivedStateFromError=="function"||b!==null&&typeof b.componentDidCatch=="function"&&(na===null||!na.has(b)))){o.flags|=65536,t&=-t,o.lanes|=t;var x=VD(o,l,t);V3(o,x);break e}}o=o.return}while(o!==null)}sS(r)}catch(D){t=D,_e===r&&r!==null&&(_e=r=r.return);continue}break}while(!0)}function iS(){var e=Z0.current;return Z0.current=X0,e===null?X0:e}function sv(){(Re===0||Re===3||Re===2)&&(Re=4),Ne===null||!(oo&268435455)&&!(i1&268435455)||Yn(Ne,Ue)}function ed(e,t){var r=ie;ie|=2;var n=iS();(Ne!==e||Ue!==t)&&(vn=null,Za(e,t));do try{zM();break}catch(a){oS(e,a)}while(!0);if(U5(),ie=r,Z0.current=n,_e!==null)throw Error(M(261));return Ne=null,Ue=0,Re}function zM(){for(;_e!==null;)lS(_e)}function BM(){for(;_e!==null&&!iO();)lS(_e)}function lS(e){var t=cS(e.alternate,e,Tt);e.memoizedProps=e.pendingProps,t===null?sS(e):_e=t,nv.current=null}function sS(e){var t=e;do{var r=t.alternate;if(e=t.return,t.flags&32768){if(r=AM(r,t),r!==null){r.flags&=32767,_e=r;return}if(e!==null)e.flags|=32768,e.subtreeFlags=0,e.deletions=null;else{Re=6,_e=null;return}}else if(r=_M(r,t,Tt),r!==null){_e=r;return}if(t=t.sibling,t!==null){_e=t;return}_e=t=e}while(t!==null);Re===0&&(Re=5)}function Ba(e,t,r){var n=ue,a=Zt.transition;try{Zt.transition=null,ue=1,LM(e,t,r,n)}finally{Zt.transition=a,ue=n}return null}function LM(e,t,r,n){do ci();while(Zn!==null);if(ie&6)throw Error(M(327));r=e.finishedWork;var a=e.finishedLanes;if(r===null)return null;if(e.finishedWork=null,e.finishedLanes=0,r===e.current)throw Error(M(177));e.callbackNode=null,e.callbackPriority=0;var o=r.lanes|r.childLanes;if(gO(e,o),e===Ne&&(_e=Ne=null,Ue=0),!(r.subtreeFlags&2064)&&!(r.flags&2064)||pc||(pc=!0,dS(B0,function(){return ci(),null})),o=(r.flags&15990)!==0,r.subtreeFlags&15990||o){o=Zt.transition,Zt.transition=null;var i=ue;ue=1;var l=ie;ie|=4,nv.current=null,$M(e,r),rS(r,e),rM(Pm),O0=!!Mm,Pm=Mm=null,e.current=r,TM(r),lO(),ie=l,ue=i,Zt.transition=o}else e.current=r;if(pc&&(pc=!1,Zn=e,Q0=a),o=e.pendingLanes,o===0&&(na=null),cO(r.stateNode),Et(e,De()),t!==null)for(n=e.onRecoverableError,r=0;r<t.length;r++)a=t[r],n(a.value,{componentStack:a.stack,digest:a.digest});if(J0)throw J0=!1,e=og,og=null,e;return Q0&1&&e.tag!==0&&ci(),o=e.pendingLanes,o&1?e===ig?xs++:(xs=0,ig=e):xs=0,wa(),null}function ci(){if(Zn!==null){var e=H9(Q0),t=Zt.transition,r=ue;try{if(Zt.transition=null,ue=16>e?16:e,Zn===null)var n=!1;else{if(e=Zn,Zn=null,Q0=0,ie&6)throw Error(M(331));var a=ie;for(ie|=4,V=e.current;V!==null;){var o=V,i=o.child;if(V.flags&16){var l=o.deletions;if(l!==null){for(var s=0;s<l.length;s++){var d=l[s];for(V=d;V!==null;){var f=V;switch(f.tag){case 0:case 11:case 15:bs(8,f,o)}var h=f.child;if(h!==null)h.return=f,V=h;else for(;V!==null;){f=V;var p=f.sibling,m=f.return;if(QD(f),f===d){V=null;break}if(p!==null){p.return=m,V=p;break}V=m}}}var g=o.alternate;if(g!==null){var v=g.child;if(v!==null){g.child=null;do{var C=v.sibling;v.sibling=null,v=C}while(v!==null)}}V=o}}if(o.subtreeFlags&2064&&i!==null)i.return=o,V=i;else e:for(;V!==null;){if(o=V,o.flags&2048)switch(o.tag){case 0:case 11:case 15:bs(9,o,o.return)}var E=o.sibling;if(E!==null){E.return=o.return,V=E;break e}V=o.return}}var y=e.current;for(V=y;V!==null;){i=V;var b=i.child;if(i.subtreeFlags&2064&&b!==null)b.return=i,V=b;else e:for(i=y;V!==null;){if(l=V,l.flags&2048)try{switch(l.tag){case 0:case 11:case 15:o1(9,l)}}catch(D){xe(l,l.return,D)}if(l===i){V=null;break e}var x=l.sibling;if(x!==null){x.return=l.return,V=x;break e}V=l.return}}if(ie=a,wa(),Xr&&typeof Xr.onPostCommitFiberRoot=="function")try{Xr.onPostCommitFiberRoot(Zd,e)}catch{}n=!0}return n}finally{ue=r,Zt.transition=t}}return!1}function cw(e,t,r){t=Li(r,t),t=HD(e,t,1),e=ra(e,t,1),t=ut(),e!==null&&(vu(e,1,t),Et(e,t))}function xe(e,t,r){if(e.tag===3)cw(e,e,r);else for(;t!==null;){if(t.tag===3){cw(t,e,r);break}else if(t.tag===1){var n=t.stateNode;if(typeof t.type.getDerivedStateFromError=="function"||typeof n.componentDidCatch=="function"&&(na===null||!na.has(n))){e=Li(r,e),e=VD(t,e,1),t=ra(t,e,1),e=ut(),t!==null&&(vu(t,1,e),Et(t,e));break}}t=t.return}}function OM(e,t,r){var n=e.pingCache;n!==null&&n.delete(t),t=ut(),e.pingedLanes|=e.suspendedLanes&r,Ne===e&&(Ue&r)===r&&(Re===4||Re===3&&(Ue&130023424)===Ue&&500>De()-ov?Za(e,0):av|=r),Et(e,t)}function uS(e,t){t===0&&(e.mode&1?(t=rc,rc<<=1,!(rc&130023424)&&(rc=4194304)):t=1);var r=ut();e=An(e,t),e!==null&&(vu(e,t,r),Et(e,r))}function MM(e){var t=e.memoizedState,r=0;t!==null&&(r=t.retryLane),uS(e,r)}function PM(e,t){var r=0;switch(e.tag){case 13:var n=e.stateNode,a=e.memoizedState;a!==null&&(r=a.retryLane);break;case 19:n=e.stateNode;break;default:throw Error(M(314))}n!==null&&n.delete(t),uS(e,r)}var cS;cS=function(e,t,r){if(e!==null)if(e.memoizedProps!==t.pendingProps||wt.current)vt=!0;else{if(!(e.lanes&r)&&!(t.flags&128))return vt=!1,kM(e,t,r);vt=!!(e.flags&131072)}else vt=!1,ve&&t.flags&1048576&&hD(t,U0,t.index);switch(t.lanes=0,t.tag){case 2:var n=t.type;Qc(e,t),e=t.pendingProps;var a=Ii(t,nt.current);ui(t,r),a=J5(null,t,n,e,a,r);var o=Q5();return t.flags|=1,typeof a=="object"&&a!==null&&typeof a.render=="function"&&a.$$typeof===void 0?(t.tag=1,t.memoizedState=null,t.updateQueue=null,bt(n)?(o=!0,H0(t)):o=!1,t.memoizedState=a.state!==null&&a.state!==void 0?a.state:null,G5(t),a.updater=a1,t.stateNode=a,a._reactInternals=t,Km(t,n,e,r),t=Zm(null,t,n,!0,o,r)):(t.tag=0,ve&&o&&N5(t),lt(null,t,a,r),t=t.child),t;case 16:n=t.elementType;e:{switch(Qc(e,t),e=t.pendingProps,a=n._init,n=a(n._payload),t.type=n,a=t.tag=jM(n),e=ur(n,e),a){case 0:t=Xm(null,t,n,e,r);break e;case 1:t=ew(null,t,n,e,r);break e;case 11:t=J3(null,t,n,e,r);break e;case 14:t=Q3(null,t,n,ur(n.type,e),r);break e}throw Error(M(306,n,""))}return t;case 0:return n=t.type,a=t.pendingProps,a=t.elementType===n?a:ur(n,a),Xm(e,t,n,a,r);case 1:return n=t.type,a=t.pendingProps,a=t.elementType===n?a:ur(n,a),ew(e,t,n,a,r);case 3:e:{if(GD(t),e===null)throw Error(M(387));n=t.pendingProps,o=t.memoizedState,a=o.element,bD(e,t),G0(t,n,null,r);var i=t.memoizedState;if(n=i.element,o.isDehydrated)if(o={element:n,isDehydrated:!1,cache:i.cache,pendingSuspenseBoundaries:i.pendingSuspenseBoundaries,transitions:i.transitions},t.updateQueue.baseState=o,t.memoizedState=o,t.flags&256){a=Li(Error(M(423)),t),t=tw(e,t,n,r,a);break e}else if(n!==a){a=Li(Error(M(424)),t),t=tw(e,t,n,r,a);break e}else for(zt=ta(t.stateNode.containerInfo.firstChild),Lt=t,ve=!0,pr=null,r=yD(t,null,n,r),t.child=r;r;)r.flags=r.flags&-3|4096,r=r.sibling;else{if(Ri(),n===a){t=Fn(e,t,r);break e}lt(e,t,n,r)}t=t.child}return t;case 5:return ED(t),e===null&&Wm(t),n=t.type,a=t.pendingProps,o=e!==null?e.memoizedProps:null,i=a.children,Nm(n,a)?i=null:o!==null&&Nm(n,o)&&(t.flags|=32),qD(e,t),lt(e,t,i,r),t.child;case 6:return e===null&&Wm(t),null;case 13:return KD(e,t,r);case 4:return K5(t,t.stateNode.containerInfo),n=t.pendingProps,e===null?t.child=zi(t,null,n,r):lt(e,t,n,r),t.child;case 11:return n=t.type,a=t.pendingProps,a=t.elementType===n?a:ur(n,a),J3(e,t,n,a,r);case 7:return lt(e,t,t.pendingProps,r),t.child;case 8:return lt(e,t,t.pendingProps.children,r),t.child;case 12:return lt(e,t,t.pendingProps.children,r),t.child;case 10:e:{if(n=t.type._context,a=t.pendingProps,o=t.memoizedProps,i=a.value,de(W0,n._currentValue),n._currentValue=i,o!==null)if(br(o.value,i)){if(o.children===a.children&&!wt.current){t=Fn(e,t,r);break e}}else for(o=t.child,o!==null&&(o.return=t);o!==null;){var l=o.dependencies;if(l!==null){i=o.child;for(var s=l.firstContext;s!==null;){if(s.context===n){if(o.tag===1){s=Cn(-1,r&-r),s.tag=2;var d=o.updateQueue;if(d!==null){d=d.shared;var f=d.pending;f===null?s.next=s:(s.next=f.next,f.next=s),d.pending=s}}o.lanes|=r,s=o.alternate,s!==null&&(s.lanes|=r),qm(o.return,r,t),l.lanes|=r;break}s=s.next}}else if(o.tag===10)i=o.type===t.type?null:o.child;else if(o.tag===18){if(i=o.return,i===null)throw Error(M(341));i.lanes|=r,l=i.alternate,l!==null&&(l.lanes|=r),qm(i,r,t),i=o.sibling}else i=o.child;if(i!==null)i.return=o;else for(i=o;i!==null;){if(i===t){i=null;break}if(o=i.sibling,o!==null){o.return=i.return,i=o;break}i=i.return}o=i}lt(e,t,a.children,r),t=t.child}return t;case 9:return a=t.type,n=t.pendingProps.children,ui(t,r),a=Jt(a),n=n(a),t.flags|=1,lt(e,t,n,r),t.child;case 14:return n=t.type,a=ur(n,t.pendingProps),a=ur(n.type,a),Q3(e,t,n,a,r);case 15:return UD(e,t,t.type,t.pendingProps,r);case 17:return n=t.type,a=t.pendingProps,a=t.elementType===n?a:ur(n,a),Qc(e,t),t.tag=1,bt(n)?(e=!0,H0(t)):e=!1,ui(t,r),jD(t,n,a),Km(t,n,a,r),Zm(null,t,n,!0,e,r);case 19:return YD(e,t,r);case 22:return WD(e,t,r)}throw Error(M(156,t.tag))};function dS(e,t){return M9(e,t)}function NM(e,t,r,n){this.tag=e,this.key=r,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=t,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=n,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function Gt(e,t,r,n){return new NM(e,t,r,n)}function uv(e){return e=e.prototype,!(!e||!e.isReactComponent)}function jM(e){if(typeof e=="function")return uv(e)?1:0;if(e!=null){if(e=e.$$typeof,e===A5)return 11;if(e===F5)return 14}return 2}function oa(e,t){var r=e.alternate;return r===null?(r=Gt(e.tag,t,e.key,e.mode),r.elementType=e.elementType,r.type=e.type,r.stateNode=e.stateNode,r.alternate=e,e.alternate=r):(r.pendingProps=t,r.type=e.type,r.flags=0,r.subtreeFlags=0,r.deletions=null),r.flags=e.flags&14680064,r.childLanes=e.childLanes,r.lanes=e.lanes,r.child=e.child,r.memoizedProps=e.memoizedProps,r.memoizedState=e.memoizedState,r.updateQueue=e.updateQueue,t=e.dependencies,r.dependencies=t===null?null:{lanes:t.lanes,firstContext:t.firstContext},r.sibling=e.sibling,r.index=e.index,r.ref=e.ref,r}function r0(e,t,r,n,a,o){var i=2;if(n=e,typeof e=="function")uv(e)&&(i=1);else if(typeof e=="string")i=5;else e:switch(e){case Go:return Ja(r.children,a,o,t);case _5:i=8,a|=8;break;case ym:return e=Gt(12,r,t,a|2),e.elementType=ym,e.lanes=o,e;case wm:return e=Gt(13,r,t,a),e.elementType=wm,e.lanes=o,e;case bm:return e=Gt(19,r,t,a),e.elementType=bm,e.lanes=o,e;case E9:return l1(r,a,o,t);default:if(typeof e=="object"&&e!==null)switch(e.$$typeof){case w9:i=10;break e;case b9:i=9;break e;case A5:i=11;break e;case F5:i=14;break e;case Un:i=16,n=null;break e}throw Error(M(130,e==null?e:typeof e,""))}return t=Gt(i,r,t,a),t.elementType=e,t.type=n,t.lanes=o,t}function Ja(e,t,r,n){return e=Gt(7,e,n,t),e.lanes=r,e}function l1(e,t,r,n){return e=Gt(22,e,n,t),e.elementType=E9,e.lanes=r,e.stateNode={isHidden:!1},e}function Wp(e,t,r){return e=Gt(6,e,null,t),e.lanes=r,e}function qp(e,t,r){return t=Gt(4,e.children!==null?e.children:[],e.key,t),t.lanes=r,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function HM(e,t,r,n,a){this.tag=t,this.containerInfo=e,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=kp(0),this.expirationTimes=kp(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=kp(0),this.identifierPrefix=n,this.onRecoverableError=a,this.mutableSourceEagerHydrationData=null}function cv(e,t,r,n,a,o,i,l,s){return e=new HM(e,t,r,l,s),t===1?(t=1,o===!0&&(t|=8)):t=0,o=Gt(3,null,null,t),e.current=o,o.stateNode=e,o.memoizedState={element:n,isDehydrated:r,cache:null,transitions:null,pendingSuspenseBoundaries:null},G5(o),e}function VM(e,t,r){var n=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:qo,key:n==null?null:""+n,children:e,containerInfo:t,implementation:r}}function pS(e){if(!e)return ca;e=e._reactInternals;e:{if(mo(e)!==e||e.tag!==1)throw Error(M(170));var t=e;do{switch(t.tag){case 3:t=t.stateNode.context;break e;case 1:if(bt(t.type)){t=t.stateNode.__reactInternalMemoizedMergedChildContext;break e}}t=t.return}while(t!==null);throw Error(M(171))}if(e.tag===1){var r=e.type;if(bt(r))return pD(e,r,t)}return t}function fS(e,t,r,n,a,o,i,l,s){return e=cv(r,n,!0,e,a,o,i,l,s),e.context=pS(null),r=e.current,n=ut(),a=aa(r),o=Cn(n,a),o.callback=t??null,ra(r,o,a),e.current.lanes=a,vu(e,a,n),Et(e,n),e}function s1(e,t,r,n){var a=t.current,o=ut(),i=aa(a);return r=pS(r),t.context===null?t.context=r:t.pendingContext=r,t=Cn(o,i),t.payload={element:e},n=n===void 0?null:n,n!==null&&(t.callback=n),e=ra(a,t,i),e!==null&&(yr(e,a,i,o),Xc(e,a,i)),i}function td(e){if(e=e.current,!e.child)return null;switch(e.child.tag){case 5:return e.child.stateNode;default:return e.child.stateNode}}function dw(e,t){if(e=e.memoizedState,e!==null&&e.dehydrated!==null){var r=e.retryLane;e.retryLane=r!==0&&r<t?r:t}}function dv(e,t){dw(e,t),(e=e.alternate)&&dw(e,t)}function UM(){return null}var hS=typeof reportError=="function"?reportError:function(e){console.error(e)};function pv(e){this._internalRoot=e}u1.prototype.render=pv.prototype.render=function(e){var t=this._internalRoot;if(t===null)throw Error(M(409));s1(e,t,null,null)};u1.prototype.unmount=pv.prototype.unmount=function(){var e=this._internalRoot;if(e!==null){this._internalRoot=null;var t=e.containerInfo;io(function(){s1(null,e,null,null)}),t[_n]=null}};function u1(e){this._internalRoot=e}u1.prototype.unstable_scheduleHydration=function(e){if(e){var t=W9();e={blockedOn:null,target:e,priority:t};for(var r=0;r<Kn.length&&t!==0&&t<Kn[r].priority;r++);Kn.splice(r,0,e),r===0&&G9(e)}};function fv(e){return!(!e||e.nodeType!==1&&e.nodeType!==9&&e.nodeType!==11)}function c1(e){return!(!e||e.nodeType!==1&&e.nodeType!==9&&e.nodeType!==11&&(e.nodeType!==8||e.nodeValue!==" react-mount-point-unstable "))}function pw(){}function WM(e,t,r,n,a){if(a){if(typeof n=="function"){var o=n;n=function(){var d=td(i);o.call(d)}}var i=fS(t,n,e,0,null,!1,!1,"",pw);return e._reactRootContainer=i,e[_n]=i.current,Ps(e.nodeType===8?e.parentNode:e),io(),i}for(;a=e.lastChild;)e.removeChild(a);if(typeof n=="function"){var l=n;n=function(){var d=td(s);l.call(d)}}var s=cv(e,0,!1,null,null,!1,!1,"",pw);return e._reactRootContainer=s,e[_n]=s.current,Ps(e.nodeType===8?e.parentNode:e),io(function(){s1(t,s,r,n)}),s}function d1(e,t,r,n,a){var o=r._reactRootContainer;if(o){var i=o;if(typeof a=="function"){var l=a;a=function(){var s=td(i);l.call(s)}}s1(t,i,e,a)}else i=WM(r,t,e,a,n);return td(i)}V9=function(e){switch(e.tag){case 3:var t=e.stateNode;if(t.current.memoizedState.isDehydrated){var r=es(t.pendingLanes);r!==0&&(I5(t,r|1),Et(t,De()),!(ie&6)&&(Oi=De()+500,wa()))}break;case 13:io(function(){var n=An(e,1);if(n!==null){var a=ut();yr(n,e,1,a)}}),dv(e,1)}};R5=function(e){if(e.tag===13){var t=An(e,134217728);if(t!==null){var r=ut();yr(t,e,134217728,r)}dv(e,134217728)}};U9=function(e){if(e.tag===13){var t=aa(e),r=An(e,t);if(r!==null){var n=ut();yr(r,e,t,n)}dv(e,t)}};W9=function(){return ue};q9=function(e,t){var r=ue;try{return ue=e,t()}finally{ue=r}};$m=function(e,t,r){switch(t){case"input":if(Cm(e,r),t=r.name,r.type==="radio"&&t!=null){for(r=e;r.parentNode;)r=r.parentNode;for(r=r.querySelectorAll("input[name="+JSON.stringify(""+t)+'][type="radio"]'),t=0;t<r.length;t++){var n=r[t];if(n!==e&&n.form===e.form){var a=t1(n);if(!a)throw Error(M(90));C9(n),Cm(n,a)}}}break;case"textarea":S9(e,r);break;case"select":t=r.value,t!=null&&oi(e,!!r.multiple,t,!1)}};I9=iv;R9=io;var qM={usingClientEntryPoint:!1,Events:[wu,Zo,t1,$9,T9,iv]},Tl={findFiberByHostInstance:ja,bundleType:0,version:"18.3.1",rendererPackageName:"react-dom"},GM={bundleType:Tl.bundleType,version:Tl.version,rendererPackageName:Tl.rendererPackageName,rendererConfig:Tl.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setErrorHandler:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:Rn.ReactCurrentDispatcher,findHostInstanceByFiber:function(e){return e=L9(e),e===null?null:e.stateNode},findFiberByHostInstance:Tl.findFiberByHostInstance||UM,findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null,reconcilerVersion:"18.3.1-next-f1338f8080-20240426"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"){var fc=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!fc.isDisabled&&fc.supportsFiber)try{Zd=fc.inject(GM),Xr=fc}catch{}}Ht.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=qM;Ht.createPortal=function(e,t){var r=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!fv(t))throw Error(M(200));return VM(e,t,null,r)};Ht.createRoot=function(e,t){if(!fv(e))throw Error(M(299));var r=!1,n="",a=hS;return t!=null&&(t.unstable_strictMode===!0&&(r=!0),t.identifierPrefix!==void 0&&(n=t.identifierPrefix),t.onRecoverableError!==void 0&&(a=t.onRecoverableError)),t=cv(e,1,!1,null,null,r,!1,n,a),e[_n]=t.current,Ps(e.nodeType===8?e.parentNode:e),new pv(t)};Ht.findDOMNode=function(e){if(e==null)return null;if(e.nodeType===1)return e;var t=e._reactInternals;if(t===void 0)throw typeof e.render=="function"?Error(M(188)):(e=Object.keys(e).join(","),Error(M(268,e)));return e=L9(t),e=e===null?null:e.stateNode,e};Ht.flushSync=function(e){return io(e)};Ht.hydrate=function(e,t,r){if(!c1(t))throw Error(M(200));return d1(null,e,t,!0,r)};Ht.hydrateRoot=function(e,t,r){if(!fv(e))throw Error(M(405));var n=r!=null&&r.hydratedSources||null,a=!1,o="",i=hS;if(r!=null&&(r.unstable_strictMode===!0&&(a=!0),r.identifierPrefix!==void 0&&(o=r.identifierPrefix),r.onRecoverableError!==void 0&&(i=r.onRecoverableError)),t=fS(t,null,e,1,r??null,a,!1,o,i),e[_n]=t.current,Ps(e),n)for(e=0;e<n.length;e++)r=n[e],a=r._getVersion,a=a(r._source),t.mutableSourceEagerHydrationData==null?t.mutableSourceEagerHydrationData=[r,a]:t.mutableSourceEagerHydrationData.push(r,a);return new u1(t)};Ht.render=function(e,t,r){if(!c1(t))throw Error(M(200));return d1(null,e,t,!1,r)};Ht.unmountComponentAtNode=function(e){if(!c1(e))throw Error(M(40));return e._reactRootContainer?(io(function(){d1(null,null,e,!1,function(){e._reactRootContainer=null,e[_n]=null})}),!0):!1};Ht.unstable_batchedUpdates=iv;Ht.unstable_renderSubtreeIntoContainer=function(e,t,r,n){if(!c1(r))throw Error(M(200));if(e==null||e._reactInternals===void 0)throw Error(M(38));return d1(e,t,r,!1,n)};Ht.version="18.3.1-next-f1338f8080-20240426";function mS(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(mS)}catch(e){console.error(e)}}mS(),m9.exports=Ht;var p1=m9.exports;const gS=Xi(p1);var KM=Object.create,Eu=Object.defineProperty,YM=Object.getOwnPropertyDescriptor,XM=Object.getOwnPropertyNames,ZM=Object.getPrototypeOf,JM=Object.prototype.hasOwnProperty,QM=(e,t,r)=>t in e?Eu(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,c=(e,t)=>Eu(e,"name",{value:t,configurable:!0}),hc=(e=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(e,{get:(t,r)=>(typeof require<"u"?require:t)[r]}):e)(function(e){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')}),R=(e,t)=>()=>(e&&(t=e(e=0)),t),Z=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),nl=(e,t)=>{for(var r in t)Eu(e,r,{get:t[r],enumerable:!0})},eP=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of XM(t))!JM.call(e,a)&&a!==r&&Eu(e,a,{get:()=>t[a],enumerable:!(n=YM(t,a))||n.enumerable});return e},Ge=(e,t,r)=>(r=e!=null?KM(ZM(e)):{},eP(t||!e||!e.__esModule?Eu(r,"default",{value:e,enumerable:!0}):r,e)),tP=(e,t,r)=>QM(e,t+"",r);function X(){return X=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},X.apply(null,arguments)}var kr=R(()=>{c(X,"_extends")});function vS(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var rP=R(()=>{c(vS,"_assertThisInitialized")});function Mi(e,t){return Mi=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,n){return r.__proto__=n,r},Mi(e,t)}var hv=R(()=>{c(Mi,"_setPrototypeOf")});function rd(e){return rd=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},rd(e)}var nP=R(()=>{c(rd,"_getPrototypeOf")}),f1,mv=R(()=>{f1=(()=>{let e;return typeof window<"u"?e=window:typeof globalThis<"u"?e=globalThis:typeof global<"u"?e=global:typeof self<"u"?e=self:e={},e})()}),h1=Z((e,t)=>{(function(r){if(typeof e=="object"&&typeof t<"u")t.exports=r();else if(typeof define=="function"&&define.amd)define([],r);else{var n;typeof window<"u"?n=window:typeof global<"u"?n=global:typeof self<"u"?n=self:n=this,n.memoizerific=r()}})(function(){return c(function r(n,a,o){function i(d,f){if(!a[d]){if(!n[d]){var h=typeof hc=="function"&&hc;if(!f&&h)return h(d,!0);if(l)return l(d,!0);var p=new Error("Cannot find module '"+d+"'");throw p.code="MODULE_NOT_FOUND",p}var m=a[d]={exports:{}};n[d][0].call(m.exports,function(g){var v=n[d][1][g];return i(v||g)},m,m.exports,r,n,a,o)}return a[d].exports}c(i,"s");for(var l=typeof hc=="function"&&hc,s=0;s<o.length;s++)i(o[s]);return i},"e")({1:[function(r,n,a){n.exports=function(o){if(typeof Map!="function"||o){var i=r("./similar");return new i}else return new Map}},{"./similar":2}],2:[function(r,n,a){function o(){return this.list=[],this.lastItem=void 0,this.size=0,this}c(o,"Similar"),o.prototype.get=function(i){var l;if(this.lastItem&&this.isEqual(this.lastItem.key,i))return this.lastItem.val;if(l=this.indexOf(i),l>=0)return this.lastItem=this.list[l],this.list[l].val},o.prototype.set=function(i,l){var s;return this.lastItem&&this.isEqual(this.lastItem.key,i)?(this.lastItem.val=l,this):(s=this.indexOf(i),s>=0?(this.lastItem=this.list[s],this.list[s].val=l,this):(this.lastItem={key:i,val:l},this.list.push(this.lastItem),this.size++,this))},o.prototype.delete=function(i){var l;if(this.lastItem&&this.isEqual(this.lastItem.key,i)&&(this.lastItem=void 0),l=this.indexOf(i),l>=0)return this.size--,this.list.splice(l,1)[0]},o.prototype.has=function(i){var l;return this.lastItem&&this.isEqual(this.lastItem.key,i)?!0:(l=this.indexOf(i),l>=0?(this.lastItem=this.list[l],!0):!1)},o.prototype.forEach=function(i,l){var s;for(s=0;s<this.size;s++)i.call(l||this,this.list[s].val,this.list[s].key,this)},o.prototype.indexOf=function(i){var l;for(l=0;l<this.size;l++)if(this.isEqual(this.list[l].key,i))return l;return-1},o.prototype.isEqual=function(i,l){return i===l||i!==i&&l!==l},n.exports=o},{}],3:[function(r,n,a){var o=r("map-or-similar");n.exports=function(d){var f=new o(!1),h=[];return function(p){var m=c(function(){var g=f,v,C,E=arguments.length-1,y=Array(E+1),b=!0,x;if((m.numArgs||m.numArgs===0)&&m.numArgs!==E+1)throw new Error("Memoizerific functions should always be called with the same number of arguments");for(x=0;x<E;x++){if(y[x]={cacheItem:g,arg:arguments[x]},g.has(arguments[x])){g=g.get(arguments[x]);continue}b=!1,v=new o(!1),g.set(arguments[x],v),g=v}return b&&(g.has(arguments[E])?C=g.get(arguments[E]):b=!1),b||(C=p.apply(null,arguments),g.set(arguments[E],C)),d>0&&(y[E]={cacheItem:g,arg:arguments[E]},b?i(h,y):h.push(y),h.length>d&&l(h.shift())),m.wasMemoized=b,m.numArgs=E+1,C},"memoizerific");return m.limit=d,m.wasMemoized=!1,m.cache=f,m.lru=h,m}};function i(d,f){var h=d.length,p=f.length,m,g,v;for(g=0;g<h;g++){for(m=!0,v=0;v<p;v++)if(!s(d[g][v].arg,f[v].arg)){m=!1;break}if(m)break}d.push(d.splice(g,1)[0])}c(i,"moveToMostRecentLru");function l(d){var f=d.length,h=d[f-1],p,m;for(h.cacheItem.delete(h.arg),m=f-2;m>=0&&(h=d[m],p=h.cacheItem.get(h.arg),!p||!p.size);m--)h.cacheItem.delete(h.arg)}c(l,"removeCachedResult");function s(d,f){return d===f||d!==d&&f!==f}c(s,"isEqual")},{"map-or-similar":1}]},{},[3])(3)})}),yS=Z((e,t)=>{t.exports=r,r.displayName="jsx",r.aliases=[];function r(n){(function(a){var o=a.util.clone(a.languages.javascript),i=/(?:\s|\/\/.*(?!.)|\/\*(?:[^*]|\*(?!\/))\*\/)/.source,l=/(?:\{(?:\{(?:\{[^{}]*\}|[^{}])*\}|[^{}])*\})/.source,s=/(?:\{<S>*\.{3}(?:[^{}]|<BRACES>)*\})/.source;function d(p,m){return p=p.replace(/<S>/g,function(){return i}).replace(/<BRACES>/g,function(){return l}).replace(/<SPREAD>/g,function(){return s}),RegExp(p,m)}c(d,"re"),s=d(s).source,a.languages.jsx=a.languages.extend("markup",o),a.languages.jsx.tag.pattern=d(/<\/?(?:[\w.:-]+(?:<S>+(?:[\w.:$-]+(?:=(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s{'"/>=]+|<BRACES>))?|<SPREAD>))*<S>*\/?)?>/.source),a.languages.jsx.tag.inside.tag.pattern=/^<\/?[^\s>\/]*/,a.languages.jsx.tag.inside["attr-value"].pattern=/=(?!\{)(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s'">]+)/,a.languages.jsx.tag.inside.tag.inside["class-name"]=/^[A-Z]\w*(?:\.[A-Z]\w*)*$/,a.languages.jsx.tag.inside.comment=o.comment,a.languages.insertBefore("inside","attr-name",{spread:{pattern:d(/<SPREAD>/.source),inside:a.languages.jsx}},a.languages.jsx.tag),a.languages.insertBefore("inside","special-attr",{script:{pattern:d(/=<BRACES>/.source),alias:"language-javascript",inside:{"script-punctuation":{pattern:/^=(?=\{)/,alias:"punctuation"},rest:a.languages.jsx}}},a.languages.jsx.tag);var f=c(function(p){return p?typeof p=="string"?p:typeof p.content=="string"?p.content:p.content.map(f).join(""):""},"stringifyToken"),h=c(function(p){for(var m=[],g=0;g<p.length;g++){var v=p[g],C=!1;if(typeof v!="string"&&(v.type==="tag"&&v.content[0]&&v.content[0].type==="tag"?v.content[0].content[0].content==="</"?m.length>0&&m[m.length-1].tagName===f(v.content[0].content[1])&&m.pop():v.content[v.content.length-1].content==="/>"||m.push({tagName:f(v.content[0].content[1]),openedBraces:0}):m.length>0&&v.type==="punctuation"&&v.content==="{"?m[m.length-1].openedBraces++:m.length>0&&m[m.length-1].openedBraces>0&&v.type==="punctuation"&&v.content==="}"?m[m.length-1].openedBraces--:C=!0),(C||typeof v=="string")&&m.length>0&&m[m.length-1].openedBraces===0){var E=f(v);g<p.length-1&&(typeof p[g+1]=="string"||p[g+1].type==="plain-text")&&(E+=f(p[g+1]),p.splice(g+1,1)),g>0&&(typeof p[g-1]=="string"||p[g-1].type==="plain-text")&&(E=f(p[g-1])+E,p.splice(g-1,1),g--),p[g]=new a.Token("plain-text",E,null,E)}v.content&&typeof v.content!="string"&&h(v.content)}},"walkTokens");a.hooks.add("after-tokenize",function(p){p.language!=="jsx"&&p.language!=="tsx"||h(p.tokens)})})(n)}c(r,"jsx")}),fw,wS,aP=R(()=>{fw=Ge(yS()),wS=fw.default}),oP=Z((e,t)=>{t.exports=r,r.displayName="bash",r.aliases=["shell"];function r(n){(function(a){var o="\\b(?:BASH|BASHOPTS|BASH_ALIASES|BASH_ARGC|BASH_ARGV|BASH_CMDS|BASH_COMPLETION_COMPAT_DIR|BASH_LINENO|BASH_REMATCH|BASH_SOURCE|BASH_VERSINFO|BASH_VERSION|COLORTERM|COLUMNS|COMP_WORDBREAKS|DBUS_SESSION_BUS_ADDRESS|DEFAULTS_PATH|DESKTOP_SESSION|DIRSTACK|DISPLAY|EUID|GDMSESSION|GDM_LANG|GNOME_KEYRING_CONTROL|GNOME_KEYRING_PID|GPG_AGENT_INFO|GROUPS|HISTCONTROL|HISTFILE|HISTFILESIZE|HISTSIZE|HOME|HOSTNAME|HOSTTYPE|IFS|INSTANCE|JOB|LANG|LANGUAGE|LC_ADDRESS|LC_ALL|LC_IDENTIFICATION|LC_MEASUREMENT|LC_MONETARY|LC_NAME|LC_NUMERIC|LC_PAPER|LC_TELEPHONE|LC_TIME|LESSCLOSE|LESSOPEN|LINES|LOGNAME|LS_COLORS|MACHTYPE|MAILCHECK|MANDATORY_PATH|NO_AT_BRIDGE|OLDPWD|OPTERR|OPTIND|ORBIT_SOCKETDIR|OSTYPE|PAPERSIZE|PATH|PIPESTATUS|PPID|PS1|PS2|PS3|PS4|PWD|RANDOM|REPLY|SECONDS|SELINUX_INIT|SESSION|SESSIONTYPE|SESSION_MANAGER|SHELL|SHELLOPTS|SHLVL|SSH_AUTH_SOCK|TERM|UID|UPSTART_EVENTS|UPSTART_INSTANCE|UPSTART_JOB|UPSTART_SESSION|USER|WINDOWID|XAUTHORITY|XDG_CONFIG_DIRS|XDG_CURRENT_DESKTOP|XDG_DATA_DIRS|XDG_GREETER_DATA_DIR|XDG_MENU_PREFIX|XDG_RUNTIME_DIR|XDG_SEAT|XDG_SEAT_PATH|XDG_SESSION_DESKTOP|XDG_SESSION_ID|XDG_SESSION_PATH|XDG_SESSION_TYPE|XDG_VTNR|XMODIFIERS)\\b",i={pattern:/(^(["']?)\w+\2)[ \t]+\S.*/,lookbehind:!0,alias:"punctuation",inside:null},l={bash:i,environment:{pattern:RegExp("\\$"+o),alias:"constant"},variable:[{pattern:/\$?\(\([\s\S]+?\)\)/,greedy:!0,inside:{variable:[{pattern:/(^\$\(\([\s\S]+)\)\)/,lookbehind:!0},/^\$\(\(/],number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee]-?\d+)?/,operator:/--|\+\+|\*\*=?|<<=?|>>=?|&&|\|\||[=!+\-*/%<>^&|]=?|[?~:]/,punctuation:/\(\(?|\)\)?|,|;/}},{pattern:/\$\((?:\([^)]+\)|[^()])+\)|`[^`]+`/,greedy:!0,inside:{variable:/^\$\(|^`|\)$|`$/}},{pattern:/\$\{[^}]+\}/,greedy:!0,inside:{operator:/:[-=?+]?|[!\/]|##?|%%?|\^\^?|,,?/,punctuation:/[\[\]]/,environment:{pattern:RegExp("(\\{)"+o),lookbehind:!0,alias:"constant"}}},/\$(?:\w+|[#?*!@$])/],entity:/\\(?:[abceEfnrtv\\"]|O?[0-7]{1,3}|U[0-9a-fA-F]{8}|u[0-9a-fA-F]{4}|x[0-9a-fA-F]{1,2})/};a.languages.bash={shebang:{pattern:/^#!\s*\/.*/,alias:"important"},comment:{pattern:/(^|[^"{\\$])#.*/,lookbehind:!0},"function-name":[{pattern:/(\bfunction\s+)[\w-]+(?=(?:\s*\(?:\s*\))?\s*\{)/,lookbehind:!0,alias:"function"},{pattern:/\b[\w-]+(?=\s*\(\s*\)\s*\{)/,alias:"function"}],"for-or-select":{pattern:/(\b(?:for|select)\s+)\w+(?=\s+in\s)/,alias:"variable",lookbehind:!0},"assign-left":{pattern:/(^|[\s;|&]|[<>]\()\w+(?=\+?=)/,inside:{environment:{pattern:RegExp("(^|[\\s;|&]|[<>]\\()"+o),lookbehind:!0,alias:"constant"}},alias:"variable",lookbehind:!0},string:[{pattern:/((?:^|[^<])<<-?\s*)(\w+)\s[\s\S]*?(?:\r?\n|\r)\2/,lookbehind:!0,greedy:!0,inside:l},{pattern:/((?:^|[^<])<<-?\s*)(["'])(\w+)\2\s[\s\S]*?(?:\r?\n|\r)\3/,lookbehind:!0,greedy:!0,inside:{bash:i}},{pattern:/(^|[^\\](?:\\\\)*)"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/,lookbehind:!0,greedy:!0,inside:l},{pattern:/(^|[^$\\])'[^']*'/,lookbehind:!0,greedy:!0},{pattern:/\$'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,inside:{entity:l.entity}}],environment:{pattern:RegExp("\\$?"+o),alias:"constant"},variable:l.variable,function:{pattern:/(^|[\s;|&]|[<>]\()(?:add|apropos|apt|apt-cache|apt-get|aptitude|aspell|automysqlbackup|awk|basename|bash|bc|bconsole|bg|bzip2|cal|cat|cfdisk|chgrp|chkconfig|chmod|chown|chroot|cksum|clear|cmp|column|comm|composer|cp|cron|crontab|csplit|curl|cut|date|dc|dd|ddrescue|debootstrap|df|diff|diff3|dig|dir|dircolors|dirname|dirs|dmesg|docker|docker-compose|du|egrep|eject|env|ethtool|expand|expect|expr|fdformat|fdisk|fg|fgrep|file|find|fmt|fold|format|free|fsck|ftp|fuser|gawk|git|gparted|grep|groupadd|groupdel|groupmod|groups|grub-mkconfig|gzip|halt|head|hg|history|host|hostname|htop|iconv|id|ifconfig|ifdown|ifup|import|install|ip|jobs|join|kill|killall|less|link|ln|locate|logname|logrotate|look|lpc|lpr|lprint|lprintd|lprintq|lprm|ls|lsof|lynx|make|man|mc|mdadm|mkconfig|mkdir|mke2fs|mkfifo|mkfs|mkisofs|mknod|mkswap|mmv|more|most|mount|mtools|mtr|mutt|mv|nano|nc|netstat|nice|nl|node|nohup|notify-send|npm|nslookup|op|open|parted|passwd|paste|pathchk|ping|pkill|pnpm|podman|podman-compose|popd|pr|printcap|printenv|ps|pushd|pv|quota|quotacheck|quotactl|ram|rar|rcp|reboot|remsync|rename|renice|rev|rm|rmdir|rpm|rsync|scp|screen|sdiff|sed|sendmail|seq|service|sftp|sh|shellcheck|shuf|shutdown|sleep|slocate|sort|split|ssh|stat|strace|su|sudo|sum|suspend|swapon|sync|tac|tail|tar|tee|time|timeout|top|touch|tr|traceroute|tsort|tty|umount|uname|unexpand|uniq|units|unrar|unshar|unzip|update-grub|uptime|useradd|userdel|usermod|users|uudecode|uuencode|v|vcpkg|vdir|vi|vim|virsh|vmstat|wait|watch|wc|wget|whereis|which|who|whoami|write|xargs|xdg-open|yarn|yes|zenity|zip|zsh|zypper)(?=$|[)\s;|&])/,lookbehind:!0},keyword:{pattern:/(^|[\s;|&]|[<>]\()(?:case|do|done|elif|else|esac|fi|for|function|if|in|select|then|until|while)(?=$|[)\s;|&])/,lookbehind:!0},builtin:{pattern:/(^|[\s;|&]|[<>]\()(?:\.|:|alias|bind|break|builtin|caller|cd|command|continue|declare|echo|enable|eval|exec|exit|export|getopts|hash|help|let|local|logout|mapfile|printf|pwd|read|readarray|readonly|return|set|shift|shopt|source|test|times|trap|type|typeset|ulimit|umask|unalias|unset)(?=$|[)\s;|&])/,lookbehind:!0,alias:"class-name"},boolean:{pattern:/(^|[\s;|&]|[<>]\()(?:false|true)(?=$|[)\s;|&])/,lookbehind:!0},"file-descriptor":{pattern:/\B&\d\b/,alias:"important"},operator:{pattern:/\d?<>|>\||\+=|=[=~]?|!=?|<<[<-]?|[&\d]?>>|\d[<>]&?|[<>][&=]?|&[>&]?|\|[&|]?/,inside:{"file-descriptor":{pattern:/^\d/,alias:"important"}}},punctuation:/\$?\(\(?|\)\)?|\.\.|[{}[\];\\]/,number:{pattern:/(^|\s)(?:[1-9]\d*|0)(?:[.,]\d+)?\b/,lookbehind:!0}},i.inside=a.languages.bash;for(var s=["comment","function-name","for-or-select","assign-left","string","environment","function","keyword","builtin","boolean","file-descriptor","operator","punctuation","number"],d=l.variable[1].inside,f=0;f<s.length;f++)d[s[f]]=a.languages.bash[s[f]];a.languages.shell=a.languages.bash})(n)}c(r,"bash")}),hw,bS,iP=R(()=>{hw=Ge(oP()),bS=hw.default}),ES=Z((e,t)=>{t.exports=r,r.displayName="css",r.aliases=[];function r(n){(function(a){var o=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;a.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:/@[\w-](?:[^;{\s]|\s+(?![\s{]))*(?:;|(?=\s*\{))/,inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+o.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+o.source+"$"),alias:"url"}}},selector:{pattern:RegExp(`(^|[{}\\s])[^{}\\s](?:[^{};"'\\s]|\\s+(?![\\s{])|`+o.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:o,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},a.languages.css.atrule.inside.rest=a.languages.css;var i=a.languages.markup;i&&(i.tag.addInlined("style","css"),i.tag.addAttribute("style","css"))})(n)}c(r,"css")}),mw,xS,lP=R(()=>{mw=Ge(ES()),xS=mw.default}),sP=Z((e,t)=>{t.exports=r,r.displayName="jsExtras",r.aliases=[];function r(n){(function(a){a.languages.insertBefore("javascript","function-variable",{"method-variable":{pattern:RegExp("(\\.\\s*)"+a.languages.javascript["function-variable"].pattern.source),lookbehind:!0,alias:["function-variable","method","function","property-access"]}}),a.languages.insertBefore("javascript","function",{method:{pattern:RegExp("(\\.\\s*)"+a.languages.javascript.function.source),lookbehind:!0,alias:["function","property-access"]}}),a.languages.insertBefore("javascript","constant",{"known-class-name":[{pattern:/\b(?:(?:Float(?:32|64)|(?:Int|Uint)(?:8|16|32)|Uint8Clamped)?Array|ArrayBuffer|BigInt|Boolean|DataView|Date|Error|Function|Intl|JSON|(?:Weak)?(?:Map|Set)|Math|Number|Object|Promise|Proxy|Reflect|RegExp|String|Symbol|WebAssembly)\b/,alias:"class-name"},{pattern:/\b(?:[A-Z]\w*)Error\b/,alias:"class-name"}]});function o(h,p){return RegExp(h.replace(/<ID>/g,function(){return/(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/.source}),p)}c(o,"withId"),a.languages.insertBefore("javascript","keyword",{imports:{pattern:o(/(\bimport\b\s*)(?:<ID>(?:\s*,\s*(?:\*\s*as\s+<ID>|\{[^{}]*\}))?|\*\s*as\s+<ID>|\{[^{}]*\})(?=\s*\bfrom\b)/.source),lookbehind:!0,inside:a.languages.javascript},exports:{pattern:o(/(\bexport\b\s*)(?:\*(?:\s*as\s+<ID>)?(?=\s*\bfrom\b)|\{[^{}]*\})/.source),lookbehind:!0,inside:a.languages.javascript}}),a.languages.javascript.keyword.unshift({pattern:/\b(?:as|default|export|from|import)\b/,alias:"module"},{pattern:/\b(?:await|break|catch|continue|do|else|finally|for|if|return|switch|throw|try|while|yield)\b/,alias:"control-flow"},{pattern:/\bnull\b/,alias:["null","nil"]},{pattern:/\bundefined\b/,alias:"nil"}),a.languages.insertBefore("javascript","operator",{spread:{pattern:/\.{3}/,alias:"operator"},arrow:{pattern:/=>/,alias:"operator"}}),a.languages.insertBefore("javascript","punctuation",{"property-access":{pattern:o(/(\.\s*)#?<ID>/.source),lookbehind:!0},"maybe-class-name":{pattern:/(^|[^$\w\xA0-\uFFFF])[A-Z][$\w\xA0-\uFFFF]+/,lookbehind:!0},dom:{pattern:/\b(?:document|(?:local|session)Storage|location|navigator|performance|window)\b/,alias:"variable"},console:{pattern:/\bconsole(?=\s*\.)/,alias:"class-name"}});for(var i=["function","function-variable","method","method-variable","property-access"],l=0;l<i.length;l++){var s=i[l],d=a.languages.javascript[s];a.util.type(d)==="RegExp"&&(d=a.languages.javascript[s]={pattern:d});var f=d.inside||{};d.inside=f,f["maybe-class-name"]=/^[A-Z][\s\S]*/}})(n)}c(r,"jsExtras")}),gw,CS,uP=R(()=>{gw=Ge(sP()),CS=gw.default}),cP=Z((e,t)=>{t.exports=r,r.displayName="json",r.aliases=["webmanifest"];function r(n){n.languages.json={property:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?=\s*:)/,lookbehind:!0,greedy:!0},string:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?!\s*:)/,lookbehind:!0,greedy:!0},comment:{pattern:/\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},number:/-?\b\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,punctuation:/[{}[\],]/,operator:/:/,boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"}},n.languages.webmanifest=n.languages.json}c(r,"json")}),vw,DS,dP=R(()=>{vw=Ge(cP()),DS=vw.default}),pP=Z((e,t)=>{t.exports=r,r.displayName="graphql",r.aliases=[];function r(n){n.languages.graphql={comment:/#.*/,description:{pattern:/(?:"""(?:[^"]|(?!""")")*"""|"(?:\\.|[^\\"\r\n])*")(?=\s*[a-z_])/i,greedy:!0,alias:"string",inside:{"language-markdown":{pattern:/(^"(?:"")?)(?!\1)[\s\S]+(?=\1$)/,lookbehind:!0,inside:n.languages.markdown}}},string:{pattern:/"""(?:[^"]|(?!""")")*"""|"(?:\\.|[^\\"\r\n])*"/,greedy:!0},number:/(?:\B-|\b)\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,boolean:/\b(?:false|true)\b/,variable:/\$[a-z_]\w*/i,directive:{pattern:/@[a-z_]\w*/i,alias:"function"},"attr-name":{pattern:/\b[a-z_]\w*(?=\s*(?:\((?:[^()"]|"(?:\\.|[^\\"\r\n])*")*\))?:)/i,greedy:!0},"atom-input":{pattern:/\b[A-Z]\w*Input\b/,alias:"class-name"},scalar:/\b(?:Boolean|Float|ID|Int|String)\b/,constant:/\b[A-Z][A-Z_\d]*\b/,"class-name":{pattern:/(\b(?:enum|implements|interface|on|scalar|type|union)\s+|&\s*|:\s*|\[)[A-Z_]\w*/,lookbehind:!0},fragment:{pattern:/(\bfragment\s+|\.{3}\s*(?!on\b))[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},"definition-mutation":{pattern:/(\bmutation\s+)[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},"definition-query":{pattern:/(\bquery\s+)[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},keyword:/\b(?:directive|enum|extend|fragment|implements|input|interface|mutation|on|query|repeatable|scalar|schema|subscription|type|union)\b/,operator:/[!=|&]|\.{3}/,"property-query":/\w+(?=\s*\()/,object:/\w+(?=\s*\{)/,punctuation:/[!(){}\[\]:=,]/,property:/\w+/},n.hooks.add("after-tokenize",c(function(a){if(a.language!=="graphql")return;var o=a.tokens.filter(function(y){return typeof y!="string"&&y.type!=="comment"&&y.type!=="scalar"}),i=0;function l(y){return o[i+y]}c(l,"getToken");function s(y,b){b=b||0;for(var x=0;x<y.length;x++){var D=l(x+b);if(!D||D.type!==y[x])return!1}return!0}c(s,"isTokenType");function d(y,b){for(var x=1,D=i;D<o.length;D++){var S=o[D],k=S.content;if(S.type==="punctuation"&&typeof k=="string"){if(y.test(k))x++;else if(b.test(k)&&(x--,x===0))return D}}return-1}c(d,"findClosingBracket");function f(y,b){var x=y.alias;x?Array.isArray(x)||(y.alias=x=[x]):y.alias=x=[],x.push(b)}for(c(f,"addAlias");i<o.length;){var h=o[i++];if(h.type==="keyword"&&h.content==="mutation"){var p=[];if(s(["definition-mutation","punctuation"])&&l(1).content==="("){i+=2;var m=d(/^\($/,/^\)$/);if(m===-1)continue;for(;i<m;i++){var g=l(0);g.type==="variable"&&(f(g,"variable-input"),p.push(g.content))}i=m+1}if(s(["punctuation","property-query"])&&l(0).content==="{"&&(i++,f(l(0),"property-mutation"),p.length>0)){var v=d(/^\{$/,/^\}$/);if(v===-1)continue;for(var C=i;C<v;C++){var E=o[C];E.type==="variable"&&p.indexOf(E.content)>=0&&f(E,"variable-input")}}}}},"afterTokenizeGraphql"))}c(r,"graphql")}),yw,SS,fP=R(()=>{yw=Ge(pP()),SS=yw.default}),kS=Z((e,t)=>{t.exports=r,r.displayName="markup",r.aliases=["html","mathml","svg","xml","ssml","atom","rss"];function r(n){n.languages.markup={comment:{pattern:/<!--(?:(?!<!--)[\s\S])*?-->/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^<!|>$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},n.languages.markup.tag.inside["attr-value"].inside.entity=n.languages.markup.entity,n.languages.markup.doctype.inside["internal-subset"].inside=n.languages.markup,n.hooks.add("wrap",function(a){a.type==="entity"&&(a.attributes.title=a.content.value.replace(/&amp;/,"&"))}),Object.defineProperty(n.languages.markup.tag,"addInlined",{value:c(function(a,o){var i={};i["language-"+o]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:n.languages[o]},i.cdata=/^<!\[CDATA\[|\]\]>$/i;var l={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:i}};l["language-"+o]={pattern:/[\s\S]+/,inside:n.languages[o]};var s={};s[a]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,function(){return a}),"i"),lookbehind:!0,greedy:!0,inside:l},n.languages.insertBefore("markup","cdata",s)},"addInlined")}),Object.defineProperty(n.languages.markup.tag,"addAttribute",{value:c(function(a,o){n.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+a+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[o,"language-"+o],inside:n.languages[o]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})},"value")}),n.languages.html=n.languages.markup,n.languages.mathml=n.languages.markup,n.languages.svg=n.languages.markup,n.languages.xml=n.languages.extend("markup",{}),n.languages.ssml=n.languages.xml,n.languages.atom=n.languages.xml,n.languages.rss=n.languages.xml}c(r,"markup")}),ww,_S,hP=R(()=>{ww=Ge(kS()),_S=ww.default}),mP=Z((e,t)=>{t.exports=r,r.displayName="markdown",r.aliases=["md"];function r(n){(function(a){var o=/(?:\\.|[^\\\n\r]|(?:\n|\r\n?)(?![\r\n]))/.source;function i(g){return g=g.replace(/<inner>/g,function(){return o}),RegExp(/((?:^|[^\\])(?:\\{2})*)/.source+"(?:"+g+")")}c(i,"createInline");var l=/(?:\\.|``(?:[^`\r\n]|`(?!`))+``|`[^`\r\n]+`|[^\\|\r\n`])+/.source,s=/\|?__(?:\|__)+\|?(?:(?:\n|\r\n?)|(?![\s\S]))/.source.replace(/__/g,function(){return l}),d=/\|?[ \t]*:?-{3,}:?[ \t]*(?:\|[ \t]*:?-{3,}:?[ \t]*)+\|?(?:\n|\r\n?)/.source;a.languages.markdown=a.languages.extend("markup",{}),a.languages.insertBefore("markdown","prolog",{"front-matter-block":{pattern:/(^(?:\s*[\r\n])?)---(?!.)[\s\S]*?[\r\n]---(?!.)/,lookbehind:!0,greedy:!0,inside:{punctuation:/^---|---$/,"front-matter":{pattern:/\S+(?:\s+\S+)*/,alias:["yaml","language-yaml"],inside:a.languages.yaml}}},blockquote:{pattern:/^>(?:[\t ]*>)*/m,alias:"punctuation"},table:{pattern:RegExp("^"+s+d+"(?:"+s+")*","m"),inside:{"table-data-rows":{pattern:RegExp("^("+s+d+")(?:"+s+")*$"),lookbehind:!0,inside:{"table-data":{pattern:RegExp(l),inside:a.languages.markdown},punctuation:/\|/}},"table-line":{pattern:RegExp("^("+s+")"+d+"$"),lookbehind:!0,inside:{punctuation:/\||:?-{3,}:?/}},"table-header-row":{pattern:RegExp("^"+s+"$"),inside:{"table-header":{pattern:RegExp(l),alias:"important",inside:a.languages.markdown},punctuation:/\|/}}}},code:[{pattern:/((?:^|\n)[ \t]*\n|(?:^|\r\n?)[ \t]*\r\n?)(?: {4}|\t).+(?:(?:\n|\r\n?)(?: {4}|\t).+)*/,lookbehind:!0,alias:"keyword"},{pattern:/^```[\s\S]*?^```$/m,greedy:!0,inside:{"code-block":{pattern:/^(```.*(?:\n|\r\n?))[\s\S]+?(?=(?:\n|\r\n?)^```$)/m,lookbehind:!0},"code-language":{pattern:/^(```).+/,lookbehind:!0},punctuation:/```/}}],title:[{pattern:/\S.*(?:\n|\r\n?)(?:==+|--+)(?=[ \t]*$)/m,alias:"important",inside:{punctuation:/==+$|--+$/}},{pattern:/(^\s*)#.+/m,lookbehind:!0,alias:"important",inside:{punctuation:/^#+|#+$/}}],hr:{pattern:/(^\s*)([*-])(?:[\t ]*\2){2,}(?=\s*$)/m,lookbehind:!0,alias:"punctuation"},list:{pattern:/(^\s*)(?:[*+-]|\d+\.)(?=[\t ].)/m,lookbehind:!0,alias:"punctuation"},"url-reference":{pattern:/!?\[[^\]]+\]:[\t ]+(?:\S+|<(?:\\.|[^>\\])+>)(?:[\t ]+(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\)))?/,inside:{variable:{pattern:/^(!?\[)[^\]]+/,lookbehind:!0},string:/(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\))$/,punctuation:/^[\[\]!:]|[<>]/},alias:"url"},bold:{pattern:i(/\b__(?:(?!_)<inner>|_(?:(?!_)<inner>)+_)+__\b|\*\*(?:(?!\*)<inner>|\*(?:(?!\*)<inner>)+\*)+\*\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^..)[\s\S]+(?=..$)/,lookbehind:!0,inside:{}},punctuation:/\*\*|__/}},italic:{pattern:i(/\b_(?:(?!_)<inner>|__(?:(?!_)<inner>)+__)+_\b|\*(?:(?!\*)<inner>|\*\*(?:(?!\*)<inner>)+\*\*)+\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^.)[\s\S]+(?=.$)/,lookbehind:!0,inside:{}},punctuation:/[*_]/}},strike:{pattern:i(/(~~?)(?:(?!~)<inner>)+\2/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^~~?)[\s\S]+(?=\1$)/,lookbehind:!0,inside:{}},punctuation:/~~?/}},"code-snippet":{pattern:/(^|[^\\`])(?:``[^`\r\n]+(?:`[^`\r\n]+)*``(?!`)|`[^`\r\n]+`(?!`))/,lookbehind:!0,greedy:!0,alias:["code","keyword"]},url:{pattern:i(/!?\[(?:(?!\])<inner>)+\](?:\([^\s)]+(?:[\t ]+"(?:\\.|[^"\\])*")?\)|[ \t]?\[(?:(?!\])<inner>)+\])/.source),lookbehind:!0,greedy:!0,inside:{operator:/^!/,content:{pattern:/(^\[)[^\]]+(?=\])/,lookbehind:!0,inside:{}},variable:{pattern:/(^\][ \t]?\[)[^\]]+(?=\]$)/,lookbehind:!0},url:{pattern:/(^\]\()[^\s)]+/,lookbehind:!0},string:{pattern:/(^[ \t]+)"(?:\\.|[^"\\])*"(?=\)$)/,lookbehind:!0}}}}),["url","bold","italic","strike"].forEach(function(g){["url","bold","italic","strike","code-snippet"].forEach(function(v){g!==v&&(a.languages.markdown[g].inside.content.inside[v]=a.languages.markdown[v])})}),a.hooks.add("after-tokenize",function(g){if(g.language!=="markdown"&&g.language!=="md")return;function v(C){if(!(!C||typeof C=="string"))for(var E=0,y=C.length;E<y;E++){var b=C[E];if(b.type!=="code"){v(b.content);continue}var x=b.content[1],D=b.content[3];if(x&&D&&x.type==="code-language"&&D.type==="code-block"&&typeof x.content=="string"){var S=x.content.replace(/\b#/g,"sharp").replace(/\b\+\+/g,"pp");S=(/[a-z][\w-]*/i.exec(S)||[""])[0].toLowerCase();var k="language-"+S;D.alias?typeof D.alias=="string"?D.alias=[D.alias,k]:D.alias.push(k):D.alias=[k]}}}c(v,"walkTokens"),v(g.tokens)}),a.hooks.add("wrap",function(g){if(g.type==="code-block"){for(var v="",C=0,E=g.classes.length;C<E;C++){var y=g.classes[C],b=/language-(.+)/.exec(y);if(b){v=b[1];break}}var x=a.languages[v];if(x)g.content=a.highlight(m(g.content.value),x,v);else if(v&&v!=="none"&&a.plugins.autoloader){var D="md-"+new Date().valueOf()+"-"+Math.floor(Math.random()*1e16);g.attributes.id=D,a.plugins.autoloader.loadLanguages(v,function(){var S=document.getElementById(D);S&&(S.innerHTML=a.highlight(S.textContent,a.languages[v],v))})}}});var f=RegExp(a.languages.markup.tag.pattern.source,"gi"),h={amp:"&",lt:"<",gt:">",quot:'"'},p=String.fromCodePoint||String.fromCharCode;function m(g){var v=g.replace(f,"");return v=v.replace(/&(\w{1,8}|#x?[\da-f]{1,8});/gi,function(C,E){if(E=E.toLowerCase(),E[0]==="#"){var y;return E[1]==="x"?y=parseInt(E.slice(2),16):y=Number(E.slice(1)),p(y)}else{var b=h[E];return b||C}}),v}c(m,"textContent"),a.languages.md=a.languages.markdown})(n)}c(r,"markdown")}),bw,AS,gP=R(()=>{bw=Ge(mP()),AS=bw.default}),vP=Z((e,t)=>{t.exports=r,r.displayName="yaml",r.aliases=["yml"];function r(n){(function(a){var o=/[*&][^\s[\]{},]+/,i=/!(?:<[\w\-%#;/?:@&=+$,.!~*'()[\]]+>|(?:[a-zA-Z\d-]*!)?[\w\-%#;/?:@&=+$.~*'()]+)?/,l="(?:"+i.source+"(?:[ ]+"+o.source+")?|"+o.source+"(?:[ ]+"+i.source+")?)",s=/(?:[^\s\x00-\x08\x0e-\x1f!"#%&'*,\-:>?@[\]`{|}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]|[?:-]<PLAIN>)(?:[ \t]*(?:(?![#:])<PLAIN>|:<PLAIN>))*/.source.replace(/<PLAIN>/g,function(){return/[^\s\x00-\x08\x0e-\x1f,[\]{}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]/.source}),d=/"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\\\r\n]|\\.)*'/.source;function f(h,p){p=(p||"").replace(/m/g,"")+"m";var m=/([:\-,[{]\s*(?:\s<<prop>>[ \t]+)?)(?:<<value>>)(?=[ \t]*(?:$|,|\]|\}|(?:[\r\n]\s*)?#))/.source.replace(/<<prop>>/g,function(){return l}).replace(/<<value>>/g,function(){return h});return RegExp(m,p)}c(f,"createValuePattern"),a.languages.yaml={scalar:{pattern:RegExp(/([\-:]\s*(?:\s<<prop>>[ \t]+)?[|>])[ \t]*(?:((?:\r?\n|\r)[ \t]+)\S[^\r\n]*(?:\2[^\r\n]+)*)/.source.replace(/<<prop>>/g,function(){return l})),lookbehind:!0,alias:"string"},comment:/#.*/,key:{pattern:RegExp(/((?:^|[:\-,[{\r\n?])[ \t]*(?:<<prop>>[ \t]+)?)<<key>>(?=\s*:\s)/.source.replace(/<<prop>>/g,function(){return l}).replace(/<<key>>/g,function(){return"(?:"+s+"|"+d+")"})),lookbehind:!0,greedy:!0,alias:"atrule"},directive:{pattern:/(^[ \t]*)%.+/m,lookbehind:!0,alias:"important"},datetime:{pattern:f(/\d{4}-\d\d?-\d\d?(?:[tT]|[ \t]+)\d\d?:\d{2}:\d{2}(?:\.\d*)?(?:[ \t]*(?:Z|[-+]\d\d?(?::\d{2})?))?|\d{4}-\d{2}-\d{2}|\d\d?:\d{2}(?::\d{2}(?:\.\d*)?)?/.source),lookbehind:!0,alias:"number"},boolean:{pattern:f(/false|true/.source,"i"),lookbehind:!0,alias:"important"},null:{pattern:f(/null|~/.source,"i"),lookbehind:!0,alias:"important"},string:{pattern:f(d),lookbehind:!0,greedy:!0},number:{pattern:f(/[+-]?(?:0x[\da-f]+|0o[0-7]+|(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?|\.inf|\.nan)/.source,"i"),lookbehind:!0},tag:i,important:o,punctuation:/---|[:[\]{}\-,|>?]|\.\.\./},a.languages.yml=a.languages.yaml})(n)}c(r,"yaml")}),Ew,FS,yP=R(()=>{Ew=Ge(vP()),FS=Ew.default}),$S=Z((e,t)=>{t.exports=r,r.displayName="typescript",r.aliases=["ts"];function r(n){(function(a){a.languages.typescript=a.languages.extend("javascript",{"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|type)\s+)(?!keyof\b)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?:\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>)?/,lookbehind:!0,greedy:!0,inside:null},builtin:/\b(?:Array|Function|Promise|any|boolean|console|never|number|string|symbol|unknown)\b/}),a.languages.typescript.keyword.push(/\b(?:abstract|declare|is|keyof|readonly|require)\b/,/\b(?:asserts|infer|interface|module|namespace|type)\b(?=\s*(?:[{_$a-zA-Z\xA0-\uFFFF]|$))/,/\btype\b(?=\s*(?:[\{*]|$))/),delete a.languages.typescript.parameter,delete a.languages.typescript["literal-property"];var o=a.languages.extend("typescript",{});delete o["class-name"],a.languages.typescript["class-name"].inside=o,a.languages.insertBefore("typescript","function",{decorator:{pattern:/@[$\w\xA0-\uFFFF]+/,inside:{at:{pattern:/^@/,alias:"operator"},function:/^[\s\S]+/}},"generic-function":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>(?=\s*\()/,greedy:!0,inside:{function:/^#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:o}}}}),a.languages.ts=a.languages.typescript})(n)}c(r,"typescript")}),wP=Z((e,t)=>{var r=yS(),n=$S();t.exports=a,a.displayName="tsx",a.aliases=[];function a(o){o.register(r),o.register(n),function(i){var l=i.util.clone(i.languages.typescript);i.languages.tsx=i.languages.extend("jsx",l),delete i.languages.tsx.parameter,delete i.languages.tsx["literal-property"];var s=i.languages.tsx.tag;s.pattern=RegExp(/(^|[^\w$]|(?=<\/))/.source+"(?:"+s.pattern.source+")",s.pattern.flags),s.lookbehind=!0}(o)}c(a,"tsx")}),xw,TS,bP=R(()=>{xw=Ge(wP()),TS=xw.default}),Cw,IS,EP=R(()=>{Cw=Ge($S()),IS=Cw.default});function m1(e,t){if(e==null)return{};var r={};for(var n in e)if({}.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}var gv=R(()=>{c(m1,"_objectWithoutPropertiesLoose")});function RS(e,t){if(e==null)return{};var r,n,a=m1(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(n=0;n<o.length;n++)r=o[n],t.indexOf(r)>=0||{}.propertyIsEnumerable.call(e,r)&&(a[r]=e[r])}return a}var xP=R(()=>{gv(),c(RS,"_objectWithoutProperties")});function nd(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r<t;r++)n[r]=e[r];return n}var zS=R(()=>{c(nd,"_arrayLikeToArray")});function BS(e){if(Array.isArray(e))return nd(e)}var CP=R(()=>{zS(),c(BS,"_arrayWithoutHoles")});function LS(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}var DP=R(()=>{c(LS,"_iterableToArray")});function OS(e,t){if(e){if(typeof e=="string")return nd(e,t);var r={}.toString.call(e).slice(8,-1);return r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set"?Array.from(e):r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?nd(e,t):void 0}}var SP=R(()=>{zS(),c(OS,"_unsupportedIterableToArray")});function MS(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
239
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var kP=R(()=>{c(MS,"_nonIterableSpread")});function PS(e){return BS(e)||LS(e)||OS(e)||MS()}var _P=R(()=>{CP(),DP(),SP(),kP(),c(PS,"_toConsumableArray")});function Pi(e){"@babel/helpers - typeof";return Pi=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Pi(e)}var NS=R(()=>{c(Pi,"_typeof")});function jS(e,t){if(Pi(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t||"default");if(Pi(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var AP=R(()=>{NS(),c(jS,"toPrimitive")});function HS(e){var t=jS(e,"string");return Pi(t)=="symbol"?t:t+""}var FP=R(()=>{NS(),AP(),c(HS,"toPropertyKey")});function vv(e,t,r){return(t=HS(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var VS=R(()=>{FP(),c(vv,"_defineProperty")});function ug(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function Ua(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?ug(Object(r),!0).forEach(function(n){vv(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ug(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function US(e){var t=e.length;if(t===0||t===1)return e;if(t===2)return[e[0],e[1],"".concat(e[0],".").concat(e[1]),"".concat(e[1],".").concat(e[0])];if(t===3)return[e[0],e[1],e[2],"".concat(e[0],".").concat(e[1]),"".concat(e[0],".").concat(e[2]),"".concat(e[1],".").concat(e[0]),"".concat(e[1],".").concat(e[2]),"".concat(e[2],".").concat(e[0]),"".concat(e[2],".").concat(e[1]),"".concat(e[0],".").concat(e[1],".").concat(e[2]),"".concat(e[0],".").concat(e[2],".").concat(e[1]),"".concat(e[1],".").concat(e[0],".").concat(e[2]),"".concat(e[1],".").concat(e[2],".").concat(e[0]),"".concat(e[2],".").concat(e[0],".").concat(e[1]),"".concat(e[2],".").concat(e[1],".").concat(e[0])];if(t>=4)return[e[0],e[1],e[2],e[3],"".concat(e[0],".").concat(e[1]),"".concat(e[0],".").concat(e[2]),"".concat(e[0],".").concat(e[3]),"".concat(e[1],".").concat(e[0]),"".concat(e[1],".").concat(e[2]),"".concat(e[1],".").concat(e[3]),"".concat(e[2],".").concat(e[0]),"".concat(e[2],".").concat(e[1]),"".concat(e[2],".").concat(e[3]),"".concat(e[3],".").concat(e[0]),"".concat(e[3],".").concat(e[1]),"".concat(e[3],".").concat(e[2]),"".concat(e[0],".").concat(e[1],".").concat(e[2]),"".concat(e[0],".").concat(e[1],".").concat(e[3]),"".concat(e[0],".").concat(e[2],".").concat(e[1]),"".concat(e[0],".").concat(e[2],".").concat(e[3]),"".concat(e[0],".").concat(e[3],".").concat(e[1]),"".concat(e[0],".").concat(e[3],".").concat(e[2]),"".concat(e[1],".").concat(e[0],".").concat(e[2]),"".concat(e[1],".").concat(e[0],".").concat(e[3]),"".concat(e[1],".").concat(e[2],".").concat(e[0]),"".concat(e[1],".").concat(e[2],".").concat(e[3]),"".concat(e[1],".").concat(e[3],".").concat(e[0]),"".concat(e[1],".").concat(e[3],".").concat(e[2]),"".concat(e[2],".").concat(e[0],".").concat(e[1]),"".concat(e[2],".").concat(e[0],".").concat(e[3]),"".concat(e[2],".").concat(e[1],".").concat(e[0]),"".concat(e[2],".").concat(e[1],".").concat(e[3]),"".concat(e[2],".").concat(e[3],".").concat(e[0]),"".concat(e[2],".").concat(e[3],".").concat(e[1]),"".concat(e[3],".").concat(e[0],".").concat(e[1]),"".concat(e[3],".").concat(e[0],".").concat(e[2]),"".concat(e[3],".").concat(e[1],".").concat(e[0]),"".concat(e[3],".").concat(e[1],".").concat(e[2]),"".concat(e[3],".").concat(e[2],".").concat(e[0]),"".concat(e[3],".").concat(e[2],".").concat(e[1]),"".concat(e[0],".").concat(e[1],".").concat(e[2],".").concat(e[3]),"".concat(e[0],".").concat(e[1],".").concat(e[3],".").concat(e[2]),"".concat(e[0],".").concat(e[2],".").concat(e[1],".").concat(e[3]),"".concat(e[0],".").concat(e[2],".").concat(e[3],".").concat(e[1]),"".concat(e[0],".").concat(e[3],".").concat(e[1],".").concat(e[2]),"".concat(e[0],".").concat(e[3],".").concat(e[2],".").concat(e[1]),"".concat(e[1],".").concat(e[0],".").concat(e[2],".").concat(e[3]),"".concat(e[1],".").concat(e[0],".").concat(e[3],".").concat(e[2]),"".concat(e[1],".").concat(e[2],".").concat(e[0],".").concat(e[3]),"".concat(e[1],".").concat(e[2],".").concat(e[3],".").concat(e[0]),"".concat(e[1],".").concat(e[3],".").concat(e[0],".").concat(e[2]),"".concat(e[1],".").concat(e[3],".").concat(e[2],".").concat(e[0]),"".concat(e[2],".").concat(e[0],".").concat(e[1],".").concat(e[3]),"".concat(e[2],".").concat(e[0],".").concat(e[3],".").concat(e[1]),"".concat(e[2],".").concat(e[1],".").concat(e[0],".").concat(e[3]),"".concat(e[2],".").concat(e[1],".").concat(e[3],".").concat(e[0]),"".concat(e[2],".").concat(e[3],".").concat(e[0],".").concat(e[1]),"".concat(e[2],".").concat(e[3],".").concat(e[1],".").concat(e[0]),"".concat(e[3],".").concat(e[0],".").concat(e[1],".").concat(e[2]),"".concat(e[3],".").concat(e[0],".").concat(e[2],".").concat(e[1]),"".concat(e[3],".").concat(e[1],".").concat(e[0],".").concat(e[2]),"".concat(e[3],".").concat(e[1],".").concat(e[2],".").concat(e[0]),"".concat(e[3],".").concat(e[2],".").concat(e[0],".").concat(e[1]),"".concat(e[3],".").concat(e[2],".").concat(e[1],".").concat(e[0])]}function WS(e){if(e.length===0||e.length===1)return e;var t=e.join(".");return n0[t]||(n0[t]=US(e)),n0[t]}function qS(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=arguments.length>2?arguments[2]:void 0,n=e.filter(function(o){return o!=="token"}),a=WS(n);return a.reduce(function(o,i){return Ua(Ua({},o),r[i])},t)}function cg(e){return e.join(" ")}function GS(e,t){var r=0;return function(n){return r+=1,n.map(function(a,o){return g1({node:a,stylesheet:e,useInlineStyles:t,key:"code-segment-".concat(r,"-").concat(o)})})}}function g1(e){var t=e.node,r=e.stylesheet,n=e.style,a=n===void 0?{}:n,o=e.useInlineStyles,i=e.key,l=t.properties,s=t.type,d=t.tagName,f=t.value;if(s==="text")return f;if(d){var h=GS(r,o),p;if(!o)p=Ua(Ua({},l),{},{className:cg(l.className)});else{var m=Object.keys(r).reduce(function(E,y){return y.split(".").forEach(function(b){E.includes(b)||E.push(b)}),E},[]),g=l.className&&l.className.includes("token")?["token"]:[],v=l.className&&g.concat(l.className.filter(function(E){return!m.includes(E)}));p=Ua(Ua({},l),{},{className:cg(v)||void 0,style:qS(l.className,Object.assign({},l.style,a),r)})}var C=h(t.children);return w.createElement(d,X({key:i},p),C)}}var n0,KS=R(()=>{kr(),VS(),c(ug,"ownKeys"),c(Ua,"_objectSpread"),c(US,"powerSetPermutations"),n0={},c(WS,"getClassNameCombinations"),c(qS,"createStyleObject"),c(cg,"createClassNameString"),c(GS,"createChildren"),c(g1,"createElement")}),YS,$P=R(()=>{YS=c(function(e,t){var r=e.listLanguages();return r.indexOf(t)!==-1},"default")});function dg(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function fr(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?dg(Object(r),!0).forEach(function(n){vv(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):dg(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function XS(e){return e.match(ok)}function ZS(e){var t=e.lines,r=e.startingLineNumber,n=e.style;return t.map(function(a,o){var i=o+r;return w.createElement("span",{key:"line-".concat(o),className:"react-syntax-highlighter-line-number",style:typeof n=="function"?n(i):n},"".concat(i,`
240
+ `))})}function JS(e){var t=e.codeString,r=e.codeStyle,n=e.containerStyle,a=n===void 0?{float:"left",paddingRight:"10px"}:n,o=e.numberStyle,i=o===void 0?{}:o,l=e.startingLineNumber;return w.createElement("code",{style:Object.assign({},r,a)},ZS({lines:t.replace(/\n$/,"").split(`
241
+ `),style:i,startingLineNumber:l}))}function QS(e){return"".concat(e.toString().length,".25em")}function yv(e,t){return{type:"element",tagName:"span",properties:{key:"line-number--".concat(e),className:["comment","linenumber","react-syntax-highlighter-line-number"],style:t},children:[{type:"text",value:e}]}}function wv(e,t,r){var n={display:"inline-block",minWidth:QS(r),paddingRight:"1em",textAlign:"right",userSelect:"none"},a=typeof e=="function"?e(t):e,o=fr(fr({},n),a);return o}function Cs(e){var t=e.children,r=e.lineNumber,n=e.lineNumberStyle,a=e.largestLineNumber,o=e.showInlineLineNumbers,i=e.lineProps,l=i===void 0?{}:i,s=e.className,d=s===void 0?[]:s,f=e.showLineNumbers,h=e.wrapLongLines,p=typeof l=="function"?l(r):l;if(p.className=d,r&&o){var m=wv(n,r,a);t.unshift(yv(r,m))}return h&f&&(p.style=fr(fr({},p.style),{},{display:"flex"})),{type:"element",tagName:"span",properties:p,children:t}}function bv(e){for(var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[],n=0;n<e.length;n++){var a=e[n];if(a.type==="text")r.push(Cs({children:[a],className:PS(new Set(t))}));else if(a.children){var o=t.concat(a.properties.className);bv(a.children,o).forEach(function(i){return r.push(i)})}}return r}function ek(e,t,r,n,a,o,i,l,s){var d,f=bv(e.value),h=[],p=-1,m=0;function g(D,S){var k=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[];return Cs({children:D,lineNumber:S,lineNumberStyle:l,largestLineNumber:i,showInlineLineNumbers:a,lineProps:r,className:k,showLineNumbers:n,wrapLongLines:s})}c(g,"createWrappedLine");function v(D,S){if(n&&S&&a){var k=wv(l,S,i);D.unshift(yv(S,k))}return D}c(v,"createUnwrappedLine");function C(D,S){var k=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[];return t||k.length>0?g(D,S,k):v(D,S)}c(C,"createLine");for(var E=c(function(){var D=f[m],S=D.children[0].value,k=XS(S);if(k){var _=S.split(`
242
+ `);_.forEach(function(A,$){var I=n&&h.length+o,L={type:"text",value:"".concat(A,`
243
+ `)};if($===0){var B=f.slice(p+1,m).concat(Cs({children:[L],className:D.properties.className})),j=C(B,I);h.push(j)}else if($===_.length-1){var P=f[m+1]&&f[m+1].children&&f[m+1].children[0],H={type:"text",value:"".concat(A)};if(P){var q=Cs({children:[H],className:D.properties.className});f.splice(m+1,0,q)}else{var z=[H],O=C(z,I,D.properties.className);h.push(O)}}else{var N=[L],Y=C(N,I,D.properties.className);h.push(Y)}}),p=m}m++},"_loop");m<f.length;)E();if(p!==f.length-1){var y=f.slice(p+1,f.length);if(y&&y.length){var b=n&&h.length+o,x=C(y,b);h.push(x)}}return t?h:(d=[]).concat.apply(d,h)}function tk(e){var t=e.rows,r=e.stylesheet,n=e.useInlineStyles;return t.map(function(a,o){return g1({node:a,stylesheet:r,useInlineStyles:n,key:"code-segement".concat(o)})})}function Ev(e){return e&&typeof e.highlightAuto<"u"}function rk(e){var t=e.astGenerator,r=e.language,n=e.code,a=e.defaultCodeValue;if(Ev(t)){var o=YS(t,r);return r==="text"?{value:a,language:"text"}:o?t.highlight(r,n):t.highlightAuto(n)}try{return r&&r!=="text"?{value:t.highlight(n,r)}:{value:a}}catch{return{value:a}}}function nk(e,t){return c(function(r){var n=r.language,a=r.children,o=r.style,i=o===void 0?t:o,l=r.customStyle,s=l===void 0?{}:l,d=r.codeTagProps,f=d===void 0?{className:n?"language-".concat(n):void 0,style:fr(fr({},i['code[class*="language-"]']),i['code[class*="language-'.concat(n,'"]')])}:d,h=r.useInlineStyles,p=h===void 0?!0:h,m=r.showLineNumbers,g=m===void 0?!1:m,v=r.showInlineLineNumbers,C=v===void 0?!0:v,E=r.startingLineNumber,y=E===void 0?1:E,b=r.lineNumberContainerStyle,x=r.lineNumberStyle,D=x===void 0?{}:x,S=r.wrapLines,k=r.wrapLongLines,_=k===void 0?!1:k,A=r.lineProps,$=A===void 0?{}:A,I=r.renderer,L=r.PreTag,B=L===void 0?"pre":L,j=r.CodeTag,P=j===void 0?"code":j,H=r.code,q=H===void 0?(Array.isArray(a)?a[0]:a)||"":H,z=r.astGenerator,O=RS(r,ak);z=z||e;var N=g?w.createElement(JS,{containerStyle:b,codeStyle:f.style||{},numberStyle:D,startingLineNumber:y,codeString:q}):null,Y=i.hljs||i['pre[class*="language-"]']||{backgroundColor:"#fff"},Q=Ev(z)?"hljs":"prismjs",ne=p?Object.assign({},O,{style:Object.assign({},Y,s)}):Object.assign({},O,{className:O.className?"".concat(Q," ").concat(O.className):Q,style:Object.assign({},s)});if(_?f.style=fr(fr({},f.style),{},{whiteSpace:"pre-wrap"}):f.style=fr(fr({},f.style),{},{whiteSpace:"pre"}),!z)return w.createElement(B,ne,N,w.createElement(P,f,q));(S===void 0&&I||_)&&(S=!0),I=I||tk;var ae=[{type:"text",value:q}],U=rk({astGenerator:z,language:n,code:q,defaultCodeValue:ae});U.language===null&&(U.value=ae);var J=U.value.length+y,te=ek(U,S,$,g,C,y,J,D,_);return w.createElement(B,ne,w.createElement(P,f,!C&&N,I({rows:te,stylesheet:i,useInlineStyles:p})))},"SyntaxHighlighter")}var ak,ok,TP=R(()=>{xP(),_P(),VS(),KS(),$P(),ak=["language","children","style","customStyle","codeTagProps","useInlineStyles","showLineNumbers","showInlineLineNumbers","startingLineNumber","lineNumberContainerStyle","lineNumberStyle","wrapLines","wrapLongLines","lineProps","renderer","PreTag","CodeTag","code","astGenerator"],c(dg,"ownKeys"),c(fr,"_objectSpread"),ok=/\n/g,c(XS,"getNewLines"),c(ZS,"getAllLineNumbers"),c(JS,"AllLineNumbers"),c(QS,"getEmWidthOfNumber"),c(yv,"getInlineLineNumber"),c(wv,"assembleLineNumberStyles"),c(Cs,"createLineElement"),c(bv,"flattenCodeTree"),c(ek,"processLines"),c(tk,"defaultRenderer"),c(Ev,"isHighlightJs"),c(rk,"getCodeTree"),c(nk,"default")}),IP=Z((e,t)=>{t.exports=n;var r=Object.prototype.hasOwnProperty;function n(){for(var a={},o=0;o<arguments.length;o++){var i=arguments[o];for(var l in i)r.call(i,l)&&(a[l]=i[l])}return a}c(n,"extend")}),ik=Z((e,t)=>{t.exports=n;var r=n.prototype;r.space=null,r.normal={},r.property={};function n(a,o,i){this.property=a,this.normal=o,i&&(this.space=i)}c(n,"Schema")}),RP=Z((e,t)=>{var r=IP(),n=ik();t.exports=a;function a(o){for(var i=o.length,l=[],s=[],d=-1,f,h;++d<i;)f=o[d],l.push(f.property),s.push(f.normal),h=f.space;return new n(r.apply(null,l),r.apply(null,s),h)}c(a,"merge")}),xv=Z((e,t)=>{t.exports=r;function r(n){return n.toLowerCase()}c(r,"normalize")}),lk=Z((e,t)=>{t.exports=n;var r=n.prototype;r.space=null,r.attribute=null,r.property=null,r.boolean=!1,r.booleanish=!1,r.overloadedBoolean=!1,r.number=!1,r.commaSeparated=!1,r.spaceSeparated=!1,r.commaOrSpaceSeparated=!1,r.mustUseProperty=!1,r.defined=!1;function n(a,o){this.property=a,this.attribute=o}c(n,"Info")}),Cv=Z(e=>{var t=0;e.boolean=r(),e.booleanish=r(),e.overloadedBoolean=r(),e.number=r(),e.spaceSeparated=r(),e.commaSeparated=r(),e.commaOrSpaceSeparated=r();function r(){return Math.pow(2,++t)}c(r,"increment")}),sk=Z((e,t)=>{var r=lk(),n=Cv();t.exports=i,i.prototype=new r,i.prototype.defined=!0;var a=["boolean","booleanish","overloadedBoolean","number","commaSeparated","spaceSeparated","commaOrSpaceSeparated"],o=a.length;function i(s,d,f,h){var p=-1,m;for(l(this,"space",h),r.call(this,s,d);++p<o;)m=a[p],l(this,m,(f&n[m])===n[m])}c(i,"DefinedInfo");function l(s,d,f){f&&(s[d]=f)}c(l,"mark")}),xu=Z((e,t)=>{var r=xv(),n=ik(),a=sk();t.exports=o;function o(i){var l=i.space,s=i.mustUseProperty||[],d=i.attributes||{},f=i.properties,h=i.transform,p={},m={},g,v;for(g in f)v=new a(g,h(d,g),f[g],l),s.indexOf(g)!==-1&&(v.mustUseProperty=!0),p[g]=v,m[r(g)]=g,m[r(v.attribute)]=g;return new n(p,m,l)}c(o,"create")}),zP=Z((e,t)=>{var r=xu();t.exports=r({space:"xlink",transform:n,properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null}});function n(a,o){return"xlink:"+o.slice(5).toLowerCase()}c(n,"xlinkTransform")}),BP=Z((e,t)=>{var r=xu();t.exports=r({space:"xml",transform:n,properties:{xmlLang:null,xmlBase:null,xmlSpace:null}});function n(a,o){return"xml:"+o.slice(3).toLowerCase()}c(n,"xmlTransform")}),LP=Z((e,t)=>{t.exports=r;function r(n,a){return a in n?n[a]:a}c(r,"caseSensitiveTransform")}),uk=Z((e,t)=>{var r=LP();t.exports=n;function n(a,o){return r(a,o.toLowerCase())}c(n,"caseInsensitiveTransform")}),OP=Z((e,t)=>{var r=xu(),n=uk();t.exports=r({space:"xmlns",attributes:{xmlnsxlink:"xmlns:xlink"},transform:n,properties:{xmlns:null,xmlnsXLink:null}})}),MP=Z((e,t)=>{var r=Cv(),n=xu(),a=r.booleanish,o=r.number,i=r.spaceSeparated;t.exports=n({transform:l,properties:{ariaActiveDescendant:null,ariaAtomic:a,ariaAutoComplete:null,ariaBusy:a,ariaChecked:a,ariaColCount:o,ariaColIndex:o,ariaColSpan:o,ariaControls:i,ariaCurrent:null,ariaDescribedBy:i,ariaDetails:null,ariaDisabled:a,ariaDropEffect:i,ariaErrorMessage:null,ariaExpanded:a,ariaFlowTo:i,ariaGrabbed:a,ariaHasPopup:null,ariaHidden:a,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:i,ariaLevel:o,ariaLive:null,ariaModal:a,ariaMultiLine:a,ariaMultiSelectable:a,ariaOrientation:null,ariaOwns:i,ariaPlaceholder:null,ariaPosInSet:o,ariaPressed:a,ariaReadOnly:a,ariaRelevant:null,ariaRequired:a,ariaRoleDescription:i,ariaRowCount:o,ariaRowIndex:o,ariaRowSpan:o,ariaSelected:a,ariaSetSize:o,ariaSort:null,ariaValueMax:o,ariaValueMin:o,ariaValueNow:o,ariaValueText:null,role:null}});function l(s,d){return d==="role"?d:"aria-"+d.slice(4).toLowerCase()}c(l,"ariaTransform")}),PP=Z((e,t)=>{var r=Cv(),n=xu(),a=uk(),o=r.boolean,i=r.overloadedBoolean,l=r.booleanish,s=r.number,d=r.spaceSeparated,f=r.commaSeparated;t.exports=n({space:"html",attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},transform:a,mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:f,acceptCharset:d,accessKey:d,action:null,allow:null,allowFullScreen:o,allowPaymentRequest:o,allowUserMedia:o,alt:null,as:null,async:o,autoCapitalize:null,autoComplete:d,autoFocus:o,autoPlay:o,capture:o,charSet:null,checked:o,cite:null,className:d,cols:s,colSpan:null,content:null,contentEditable:l,controls:o,controlsList:d,coords:s|f,crossOrigin:null,data:null,dateTime:null,decoding:null,default:o,defer:o,dir:null,dirName:null,disabled:o,download:i,draggable:l,encType:null,enterKeyHint:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:o,formTarget:null,headers:d,height:s,hidden:o,high:s,href:null,hrefLang:null,htmlFor:d,httpEquiv:d,id:null,imageSizes:null,imageSrcSet:f,inputMode:null,integrity:null,is:null,isMap:o,itemId:null,itemProp:d,itemRef:d,itemScope:o,itemType:d,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:o,low:s,manifest:null,max:null,maxLength:s,media:null,method:null,min:null,minLength:s,multiple:o,muted:o,name:null,nonce:null,noModule:o,noValidate:o,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforePrint:null,onBeforeUnload:null,onBlur:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onContextMenu:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnded:null,onError:null,onFocus:null,onFormData:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLanguageChange:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadEnd:null,onLoadStart:null,onMessage:null,onMessageError:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRejectionHandled:null,onReset:null,onResize:null,onScroll:null,onSecurityPolicyViolation:null,onSeeked:null,onSeeking:null,onSelect:null,onSlotChange:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnhandledRejection:null,onUnload:null,onVolumeChange:null,onWaiting:null,onWheel:null,open:o,optimum:s,pattern:null,ping:d,placeholder:null,playsInline:o,poster:null,preload:null,readOnly:o,referrerPolicy:null,rel:d,required:o,reversed:o,rows:s,rowSpan:s,sandbox:d,scope:null,scoped:o,seamless:o,selected:o,shape:null,size:s,sizes:null,slot:null,span:s,spellCheck:l,src:null,srcDoc:null,srcLang:null,srcSet:f,start:s,step:null,style:null,tabIndex:s,target:null,title:null,translate:null,type:null,typeMustMatch:o,useMap:null,value:l,width:s,wrap:null,align:null,aLink:null,archive:d,axis:null,background:null,bgColor:null,border:s,borderColor:null,bottomMargin:s,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:o,declare:o,event:null,face:null,frame:null,frameBorder:null,hSpace:s,leftMargin:s,link:null,longDesc:null,lowSrc:null,marginHeight:s,marginWidth:s,noResize:o,noHref:o,noShade:o,noWrap:o,object:null,profile:null,prompt:null,rev:null,rightMargin:s,rules:null,scheme:null,scrolling:l,standby:null,summary:null,text:null,topMargin:s,valueType:null,version:null,vAlign:null,vLink:null,vSpace:s,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:o,disableRemotePlayback:o,prefix:null,property:null,results:s,security:null,unselectable:null}})}),NP=Z((e,t)=>{var r=RP(),n=zP(),a=BP(),o=OP(),i=MP(),l=PP();t.exports=r([a,n,o,i,l])}),jP=Z((e,t)=>{var r=xv(),n=sk(),a=lk(),o="data";t.exports=d;var i=/^data[-\w.:]+$/i,l=/-[a-z]/g,s=/[A-Z]/g;function d(g,v){var C=r(v),E=v,y=a;return C in g.normal?g.property[g.normal[C]]:(C.length>4&&C.slice(0,4)===o&&i.test(v)&&(v.charAt(4)==="-"?E=f(v):v=h(v),y=n),new y(E,v))}c(d,"find");function f(g){var v=g.slice(5).replace(l,m);return o+v.charAt(0).toUpperCase()+v.slice(1)}c(f,"datasetToProperty");function h(g){var v=g.slice(4);return l.test(v)?g:(v=v.replace(s,p),v.charAt(0)!=="-"&&(v="-"+v),o+v)}c(h,"datasetToAttribute");function p(g){return"-"+g.toLowerCase()}c(p,"kebab");function m(g){return g.charAt(1).toUpperCase()}c(m,"camelcase")}),HP=Z((e,t)=>{t.exports=n;var r=/[#.]/g;function n(a,o){for(var i=a||"",l=o||"div",s={},d=0,f,h,p;d<i.length;)r.lastIndex=d,p=r.exec(i),f=i.slice(d,p?p.index:i.length),f&&(h?h==="#"?s.id=f:s.className?s.className.push(f):s.className=[f]:l=f,d+=f.length),p&&(h=p[0],d++);return{type:"element",tagName:l,properties:s,children:[]}}c(n,"parse")}),VP=Z(e=>{e.parse=a,e.stringify=o;var t="",r=" ",n=/[ \t\n\r\f]+/g;function a(i){var l=String(i||t).trim();return l===t?[]:l.split(n)}c(a,"parse");function o(i){return i.join(r).trim()}c(o,"stringify")}),UP=Z(e=>{e.parse=a,e.stringify=o;var t=",",r=" ",n="";function a(i){for(var l=[],s=String(i||n),d=s.indexOf(t),f=0,h=!1,p;!h;)d===-1&&(d=s.length,h=!0),p=s.slice(f,d).trim(),(p||!h)&&l.push(p),f=d+1,d=s.indexOf(t,f);return l}c(a,"parse");function o(i,l){var s=l||{},d=s.padLeft===!1?n:r,f=s.padRight?r:n;return i[i.length-1]===n&&(i=i.concat(n)),i.join(f+t+d).trim()}c(o,"stringify")}),WP=Z((e,t)=>{var r=jP(),n=xv(),a=HP(),o=VP().parse,i=UP().parse;t.exports=s;var l={}.hasOwnProperty;function s(C,E,y){var b=y?v(y):null;return x;function x(S,k){var _=a(S,E),A=Array.prototype.slice.call(arguments,2),$=_.tagName.toLowerCase(),I;if(_.tagName=b&&l.call(b,$)?b[$]:$,k&&d(k,_)&&(A.unshift(k),k=null),k)for(I in k)D(_.properties,I,k[I]);return h(_.children,A),_.tagName==="template"&&(_.content={type:"root",children:_.children},_.children=[]),_}function D(S,k,_){var A,$,I;_==null||_!==_||(A=r(C,k),$=A.property,I=_,typeof I=="string"&&(A.spaceSeparated?I=o(I):A.commaSeparated?I=i(I):A.commaOrSpaceSeparated&&(I=o(i(I).join(" ")))),$==="style"&&typeof _!="string"&&(I=g(I)),$==="className"&&S.className&&(I=S.className.concat(I)),S[$]=p(A,$,I))}}c(s,"factory");function d(C,E){return typeof C=="string"||"length"in C||f(E.tagName,C)}c(d,"isChildren");function f(C,E){var y=E.type;return C==="input"||!y||typeof y!="string"?!1:typeof E.children=="object"&&"length"in E.children?!0:(y=y.toLowerCase(),C==="button"?y!=="menu"&&y!=="submit"&&y!=="reset"&&y!=="button":"value"in E)}c(f,"isNode");function h(C,E){var y,b;if(typeof E=="string"||typeof E=="number"){C.push({type:"text",value:String(E)});return}if(typeof E=="object"&&"length"in E){for(y=-1,b=E.length;++y<b;)h(C,E[y]);return}if(typeof E!="object"||!("type"in E))throw new Error("Expected node, nodes, or string, got `"+E+"`");C.push(E)}c(h,"addChild");function p(C,E,y){var b,x,D;if(typeof y!="object"||!("length"in y))return m(C,E,y);for(x=y.length,b=-1,D=[];++b<x;)D[b]=m(C,E,y[b]);return D}c(p,"parsePrimitives");function m(C,E,y){var b=y;return C.number||C.positiveNumber?!isNaN(b)&&b!==""&&(b=Number(b)):(C.boolean||C.overloadedBoolean)&&typeof b=="string"&&(b===""||n(y)===n(E))&&(b=!0),b}c(m,"parsePrimitive");function g(C){var E=[],y;for(y in C)E.push([y,C[y]].join(": "));return E.join("; ")}c(g,"style");function v(C){for(var E=C.length,y=-1,b={},x;++y<E;)x=C[y],b[x.toLowerCase()]=x;return b}c(v,"createAdjustMap")}),qP=Z((e,t)=>{var r=NP(),n=WP(),a=n(r,"div");a.displayName="html",t.exports=a}),GP=Z((e,t)=>{t.exports=qP()}),KP=Z((e,t)=>{t.exports={AElig:"Æ",AMP:"&",Aacute:"Á",Acirc:"Â",Agrave:"À",Aring:"Å",Atilde:"Ã",Auml:"Ä",COPY:"©",Ccedil:"Ç",ETH:"Ð",Eacute:"É",Ecirc:"Ê",Egrave:"È",Euml:"Ë",GT:">",Iacute:"Í",Icirc:"Î",Igrave:"Ì",Iuml:"Ï",LT:"<",Ntilde:"Ñ",Oacute:"Ó",Ocirc:"Ô",Ograve:"Ò",Oslash:"Ø",Otilde:"Õ",Ouml:"Ö",QUOT:'"',REG:"®",THORN:"Þ",Uacute:"Ú",Ucirc:"Û",Ugrave:"Ù",Uuml:"Ü",Yacute:"Ý",aacute:"á",acirc:"â",acute:"´",aelig:"æ",agrave:"à",amp:"&",aring:"å",atilde:"ã",auml:"ä",brvbar:"¦",ccedil:"ç",cedil:"¸",cent:"¢",copy:"©",curren:"¤",deg:"°",divide:"÷",eacute:"é",ecirc:"ê",egrave:"è",eth:"ð",euml:"ë",frac12:"½",frac14:"¼",frac34:"¾",gt:">",iacute:"í",icirc:"î",iexcl:"¡",igrave:"ì",iquest:"¿",iuml:"ï",laquo:"«",lt:"<",macr:"¯",micro:"µ",middot:"·",nbsp:" ",not:"¬",ntilde:"ñ",oacute:"ó",ocirc:"ô",ograve:"ò",ordf:"ª",ordm:"º",oslash:"ø",otilde:"õ",ouml:"ö",para:"¶",plusmn:"±",pound:"£",quot:'"',raquo:"»",reg:"®",sect:"§",shy:"­",sup1:"¹",sup2:"²",sup3:"³",szlig:"ß",thorn:"þ",times:"×",uacute:"ú",ucirc:"û",ugrave:"ù",uml:"¨",uuml:"ü",yacute:"ý",yen:"¥",yuml:"ÿ"}}),YP=Z((e,t)=>{t.exports={0:"�",128:"€",130:"‚",131:"ƒ",132:"„",133:"…",134:"†",135:"‡",136:"ˆ",137:"‰",138:"Š",139:"‹",140:"Œ",142:"Ž",145:"‘",146:"’",147:"“",148:"”",149:"•",150:"–",151:"—",152:"˜",153:"™",154:"š",155:"›",156:"œ",158:"ž",159:"Ÿ"}}),ck=Z((e,t)=>{t.exports=r;function r(n){var a=typeof n=="string"?n.charCodeAt(0):n;return a>=48&&a<=57}c(r,"decimal")}),XP=Z((e,t)=>{t.exports=r;function r(n){var a=typeof n=="string"?n.charCodeAt(0):n;return a>=97&&a<=102||a>=65&&a<=70||a>=48&&a<=57}c(r,"hexadecimal")}),ZP=Z((e,t)=>{t.exports=r;function r(n){var a=typeof n=="string"?n.charCodeAt(0):n;return a>=97&&a<=122||a>=65&&a<=90}c(r,"alphabetical")}),JP=Z((e,t)=>{var r=ZP(),n=ck();t.exports=a;function a(o){return r(o)||n(o)}c(a,"alphanumerical")}),QP=Z((e,t)=>{var r,n=59;t.exports=a;function a(o){var i="&"+o+";",l;return r=r||document.createElement("i"),r.innerHTML=i,l=r.textContent,l.charCodeAt(l.length-1)===n&&o!=="semi"||l===i?!1:l}c(a,"decodeEntity")}),eN=Z((e,t)=>{var r=KP(),n=YP(),a=ck(),o=XP(),i=JP(),l=QP();t.exports=Y;var s={}.hasOwnProperty,d=String.fromCharCode,f=Function.prototype,h={warning:null,reference:null,text:null,warningContext:null,referenceContext:null,textContext:null,position:{},additional:null,attribute:!1,nonTerminated:!0},p=9,m=10,g=12,v=32,C=38,E=59,y=60,b=61,x=35,D=88,S=120,k=65533,_="named",A="hexadecimal",$="decimal",I={};I[A]=16,I[$]=10;var L={};L[_]=i,L[$]=a,L[A]=o;var B=1,j=2,P=3,H=4,q=5,z=6,O=7,N={};N[B]="Named character references must be terminated by a semicolon",N[j]="Numeric character references must be terminated by a semicolon",N[P]="Named character references cannot be empty",N[H]="Numeric character references cannot be empty",N[q]="Named character references must be known",N[z]="Numeric character references cannot be disallowed",N[O]="Numeric character references cannot be outside the permissible Unicode range";function Y(U,J){var te={},Ae,Ke;J||(J={});for(Ke in h)Ae=J[Ke],te[Ke]=Ae??h[Ke];return(te.position.indent||te.position.start)&&(te.indent=te.position.indent||[],te.position=te.position.start),Q(U,te)}c(Y,"parseEntities");function Q(U,J){var te=J.additional,Ae=J.nonTerminated,Ke=J.text,Fr=J.reference,_t=J.warning,nr=J.textContext,W=J.referenceContext,ar=J.warningContext,$r=J.position,ka=J.indent||[],Fo=U.length,Tr=0,qu=-1,at=$r.column||1,_a=$r.line||1,Ir="",$o=[],Rr,To,zr,Ye,or,ze,Se,Br,Gu,cp,Aa,bl,Fa,dn,z4,El,Ku,Lr,Be;for(typeof te=="string"&&(te=te.charCodeAt(0)),El=xl(),Br=_t?kz:f,Tr--,Fo++;++Tr<Fo;)if(or===m&&(at=ka[qu]||1),or=U.charCodeAt(Tr),or===C){if(Se=U.charCodeAt(Tr+1),Se===p||Se===m||Se===g||Se===v||Se===C||Se===y||Se!==Se||te&&Se===te){Ir+=d(or),at++;continue}for(Fa=Tr+1,bl=Fa,Be=Fa,Se===x?(Be=++bl,Se=U.charCodeAt(Be),Se===D||Se===S?(dn=A,Be=++bl):dn=$):dn=_,Rr="",Aa="",Ye="",z4=L[dn],Be--;++Be<Fo&&(Se=U.charCodeAt(Be),!!z4(Se));)Ye+=d(Se),dn===_&&s.call(r,Ye)&&(Rr=Ye,Aa=r[Ye]);zr=U.charCodeAt(Be)===E,zr&&(Be++,To=dn===_?l(Ye):!1,To&&(Rr=Ye,Aa=To)),Lr=1+Be-Fa,!zr&&!Ae||(Ye?dn===_?(zr&&!Aa?Br(q,1):(Rr!==Ye&&(Be=bl+Rr.length,Lr=1+Be-bl,zr=!1),zr||(Gu=Rr?B:P,J.attribute?(Se=U.charCodeAt(Be),Se===b?(Br(Gu,Lr),Aa=null):i(Se)?Aa=null:Br(Gu,Lr)):Br(Gu,Lr))),ze=Aa):(zr||Br(j,Lr),ze=parseInt(Ye,I[dn]),ne(ze)?(Br(O,Lr),ze=d(k)):ze in n?(Br(z,Lr),ze=n[ze]):(cp="",ae(ze)&&Br(z,Lr),ze>65535&&(ze-=65536,cp+=d(ze>>>10|55296),ze=56320|ze&1023),ze=cp+d(ze))):dn!==_&&Br(H,Lr)),ze?(B4(),El=xl(),Tr=Be-1,at+=Be-Fa+1,$o.push(ze),Ku=xl(),Ku.offset++,Fr&&Fr.call(W,ze,{start:El,end:Ku},U.slice(Fa-1,Be)),El=Ku):(Ye=U.slice(Fa-1,Be),Ir+=Ye,at+=Ye.length,Tr=Be-1)}else or===10&&(_a++,qu++,at=0),or===or?(Ir+=d(or),at++):B4();return $o.join("");function xl(){return{line:_a,column:at,offset:Tr+($r.offset||0)}}function kz(L4,O4){var dp=xl();dp.column+=O4,dp.offset+=O4,_t.call(ar,N[L4],dp,L4)}function B4(){Ir&&($o.push(Ir),Ke&&Ke.call(nr,Ir,{start:El,end:xl()}),Ir="")}}c(Q,"parse");function ne(U){return U>=55296&&U<=57343||U>1114111}c(ne,"prohibited");function ae(U){return U>=1&&U<=8||U===11||U>=13&&U<=31||U>=127&&U<=159||U>=64976&&U<=65007||(U&65535)===65535||(U&65535)===65534}c(ae,"disallowed")}),tN=Z((e,t)=>{var r=typeof window<"u"?window:typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope?self:{},n=function(a){var o=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,i=0,l={},s={manual:a.Prism&&a.Prism.manual,disableWorkerMessageHandler:a.Prism&&a.Prism.disableWorkerMessageHandler,util:{encode:c(function b(x){return x instanceof d?new d(x.type,b(x.content),x.alias):Array.isArray(x)?x.map(b):x.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/\u00a0/g," ")},"encode"),type:c(function(b){return Object.prototype.toString.call(b).slice(8,-1)},"type"),objId:c(function(b){return b.__id||Object.defineProperty(b,"__id",{value:++i}),b.__id},"objId"),clone:c(function b(x,D){D=D||{};var S,k;switch(s.util.type(x)){case"Object":if(k=s.util.objId(x),D[k])return D[k];S={},D[k]=S;for(var _ in x)x.hasOwnProperty(_)&&(S[_]=b(x[_],D));return S;case"Array":return k=s.util.objId(x),D[k]?D[k]:(S=[],D[k]=S,x.forEach(function(A,$){S[$]=b(A,D)}),S);default:return x}},"deepClone"),getLanguage:c(function(b){for(;b;){var x=o.exec(b.className);if(x)return x[1].toLowerCase();b=b.parentElement}return"none"},"getLanguage"),setLanguage:c(function(b,x){b.className=b.className.replace(RegExp(o,"gi"),""),b.classList.add("language-"+x)},"setLanguage"),currentScript:c(function(){if(typeof document>"u")return null;if("currentScript"in document)return document.currentScript;try{throw new Error}catch(S){var b=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(S.stack)||[])[1];if(b){var x=document.getElementsByTagName("script");for(var D in x)if(x[D].src==b)return x[D]}return null}},"currentScript"),isActive:c(function(b,x,D){for(var S="no-"+x;b;){var k=b.classList;if(k.contains(x))return!0;if(k.contains(S))return!1;b=b.parentElement}return!!D},"isActive")},languages:{plain:l,plaintext:l,text:l,txt:l,extend:c(function(b,x){var D=s.util.clone(s.languages[b]);for(var S in x)D[S]=x[S];return D},"extend"),insertBefore:c(function(b,x,D,S){S=S||s.languages;var k=S[b],_={};for(var A in k)if(k.hasOwnProperty(A)){if(A==x)for(var $ in D)D.hasOwnProperty($)&&(_[$]=D[$]);D.hasOwnProperty(A)||(_[A]=k[A])}var I=S[b];return S[b]=_,s.languages.DFS(s.languages,function(L,B){B===I&&L!=b&&(this[L]=_)}),_},"insertBefore"),DFS:c(function b(x,D,S,k){k=k||{};var _=s.util.objId;for(var A in x)if(x.hasOwnProperty(A)){D.call(x,A,x[A],S||A);var $=x[A],I=s.util.type($);I==="Object"&&!k[_($)]?(k[_($)]=!0,b($,D,null,k)):I==="Array"&&!k[_($)]&&(k[_($)]=!0,b($,D,A,k))}},"DFS")},plugins:{},highlightAll:c(function(b,x){s.highlightAllUnder(document,b,x)},"highlightAll"),highlightAllUnder:c(function(b,x,D){var S={callback:D,container:b,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};s.hooks.run("before-highlightall",S),S.elements=Array.prototype.slice.apply(S.container.querySelectorAll(S.selector)),s.hooks.run("before-all-elements-highlight",S);for(var k=0,_;_=S.elements[k++];)s.highlightElement(_,x===!0,S.callback)},"highlightAllUnder"),highlightElement:c(function(b,x,D){var S=s.util.getLanguage(b),k=s.languages[S];s.util.setLanguage(b,S);var _=b.parentElement;_&&_.nodeName.toLowerCase()==="pre"&&s.util.setLanguage(_,S);var A=b.textContent,$={element:b,language:S,grammar:k,code:A};function I(B){$.highlightedCode=B,s.hooks.run("before-insert",$),$.element.innerHTML=$.highlightedCode,s.hooks.run("after-highlight",$),s.hooks.run("complete",$),D&&D.call($.element)}if(c(I,"insertHighlightedCode"),s.hooks.run("before-sanity-check",$),_=$.element.parentElement,_&&_.nodeName.toLowerCase()==="pre"&&!_.hasAttribute("tabindex")&&_.setAttribute("tabindex","0"),!$.code){s.hooks.run("complete",$),D&&D.call($.element);return}if(s.hooks.run("before-highlight",$),!$.grammar){I(s.util.encode($.code));return}if(x&&a.Worker){var L=new Worker(s.filename);L.onmessage=function(B){I(B.data)},L.postMessage(JSON.stringify({language:$.language,code:$.code,immediateClose:!0}))}else I(s.highlight($.code,$.grammar,$.language))},"highlightElement"),highlight:c(function(b,x,D){var S={code:b,grammar:x,language:D};if(s.hooks.run("before-tokenize",S),!S.grammar)throw new Error('The language "'+S.language+'" has no grammar.');return S.tokens=s.tokenize(S.code,S.grammar),s.hooks.run("after-tokenize",S),d.stringify(s.util.encode(S.tokens),S.language)},"highlight"),tokenize:c(function(b,x){var D=x.rest;if(D){for(var S in D)x[S]=D[S];delete x.rest}var k=new p;return m(k,k.head,b),h(b,k,x,k.head,0),v(k)},"tokenize"),hooks:{all:{},add:c(function(b,x){var D=s.hooks.all;D[b]=D[b]||[],D[b].push(x)},"add"),run:c(function(b,x){var D=s.hooks.all[b];if(!(!D||!D.length))for(var S=0,k;k=D[S++];)k(x)},"run")},Token:d};a.Prism=s;function d(b,x,D,S){this.type=b,this.content=x,this.alias=D,this.length=(S||"").length|0}c(d,"Token"),d.stringify=c(function b(x,D){if(typeof x=="string")return x;if(Array.isArray(x)){var S="";return x.forEach(function(I){S+=b(I,D)}),S}var k={type:x.type,content:b(x.content,D),tag:"span",classes:["token",x.type],attributes:{},language:D},_=x.alias;_&&(Array.isArray(_)?Array.prototype.push.apply(k.classes,_):k.classes.push(_)),s.hooks.run("wrap",k);var A="";for(var $ in k.attributes)A+=" "+$+'="'+(k.attributes[$]||"").replace(/"/g,"&quot;")+'"';return"<"+k.tag+' class="'+k.classes.join(" ")+'"'+A+">"+k.content+"</"+k.tag+">"},"stringify");function f(b,x,D,S){b.lastIndex=x;var k=b.exec(D);if(k&&S&&k[1]){var _=k[1].length;k.index+=_,k[0]=k[0].slice(_)}return k}c(f,"matchPattern");function h(b,x,D,S,k,_){for(var A in D)if(!(!D.hasOwnProperty(A)||!D[A])){var $=D[A];$=Array.isArray($)?$:[$];for(var I=0;I<$.length;++I){if(_&&_.cause==A+","+I)return;var L=$[I],B=L.inside,j=!!L.lookbehind,P=!!L.greedy,H=L.alias;if(P&&!L.pattern.global){var q=L.pattern.toString().match(/[imsuy]*$/)[0];L.pattern=RegExp(L.pattern.source,q+"g")}for(var z=L.pattern||L,O=S.next,N=k;O!==x.tail&&!(_&&N>=_.reach);N+=O.value.length,O=O.next){var Y=O.value;if(x.length>b.length)return;if(!(Y instanceof d)){var Q=1,ne;if(P){if(ne=f(z,N,b,j),!ne||ne.index>=b.length)break;var te=ne.index,ae=ne.index+ne[0].length,U=N;for(U+=O.value.length;te>=U;)O=O.next,U+=O.value.length;if(U-=O.value.length,N=U,O.value instanceof d)continue;for(var J=O;J!==x.tail&&(U<ae||typeof J.value=="string");J=J.next)Q++,U+=J.value.length;Q--,Y=b.slice(N,U),ne.index-=N}else if(ne=f(z,0,Y,j),!ne)continue;var te=ne.index,Ae=ne[0],Ke=Y.slice(0,te),Fr=Y.slice(te+Ae.length),_t=N+Y.length;_&&_t>_.reach&&(_.reach=_t);var nr=O.prev;Ke&&(nr=m(x,nr,Ke),N+=Ke.length),g(x,nr,Q);var W=new d(A,B?s.tokenize(Ae,B):Ae,H,Ae);if(O=m(x,nr,W),Fr&&m(x,O,Fr),Q>1){var ar={cause:A+","+I,reach:_t};h(b,x,D,O.prev,N,ar),_&&ar.reach>_.reach&&(_.reach=ar.reach)}}}}}}c(h,"matchGrammar");function p(){var b={value:null,prev:null,next:null},x={value:null,prev:b,next:null};b.next=x,this.head=b,this.tail=x,this.length=0}c(p,"LinkedList");function m(b,x,D){var S=x.next,k={value:D,prev:x,next:S};return x.next=k,S.prev=k,b.length++,k}c(m,"addAfter");function g(b,x,D){for(var S=x.next,k=0;k<D&&S!==b.tail;k++)S=S.next;x.next=S,S.prev=x,b.length-=k}c(g,"removeRange");function v(b){for(var x=[],D=b.head.next;D!==b.tail;)x.push(D.value),D=D.next;return x}if(c(v,"toArray"),!a.document)return a.addEventListener&&(s.disableWorkerMessageHandler||a.addEventListener("message",function(b){var x=JSON.parse(b.data),D=x.language,S=x.code,k=x.immediateClose;a.postMessage(s.highlight(S,s.languages[D],D)),k&&a.close()},!1)),s;var C=s.util.currentScript();C&&(s.filename=C.src,C.hasAttribute("data-manual")&&(s.manual=!0));function E(){s.manual||s.highlightAll()}if(c(E,"highlightAutomaticallyCallback"),!s.manual){var y=document.readyState;y==="loading"||y==="interactive"&&C&&C.defer?document.addEventListener("DOMContentLoaded",E):window.requestAnimationFrame?window.requestAnimationFrame(E):window.setTimeout(E,16)}return s}(r);typeof t<"u"&&t.exports&&(t.exports=n),typeof global<"u"&&(global.Prism=n)}),rN=Z((e,t)=>{t.exports=r,r.displayName="clike",r.aliases=[];function r(n){n.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/}}c(r,"clike")}),nN=Z((e,t)=>{t.exports=r,r.displayName="javascript",r.aliases=["js"];function r(n){n.languages.javascript=n.languages.extend("clike",{"class-name":[n.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+(/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source)+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/}),n.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,n.languages.insertBefore("javascript","keyword",{regex:{pattern:/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)\/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/,lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:n.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:n.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:n.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:n.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:n.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),n.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:n.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}}),n.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),n.languages.markup&&(n.languages.markup.tag.addInlined("script","javascript"),n.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript")),n.languages.js=n.languages.javascript}c(r,"javascript")}),aN=Z((e,t)=>{var r=typeof globalThis=="object"?globalThis:typeof self=="object"?self:typeof window=="object"?window:typeof global=="object"?global:{},n=k();r.Prism={manual:!0,disableWorkerMessageHandler:!0};var a=GP(),o=eN(),i=tN(),l=kS(),s=ES(),d=rN(),f=nN();n();var h={}.hasOwnProperty;function p(){}c(p,"Refractor"),p.prototype=i;var m=new p;t.exports=m,m.highlight=C,m.register=g,m.alias=v,m.registered=E,m.listLanguages=y,g(l),g(s),g(d),g(f),m.util.encode=D,m.Token.stringify=b;function g(_){if(typeof _!="function"||!_.displayName)throw new Error("Expected `function` for `grammar`, got `"+_+"`");m.languages[_.displayName]===void 0&&_(m)}c(g,"register");function v(_,A){var $=m.languages,I=_,L,B,j,P;A&&(I={},I[_]=A);for(L in I)for(B=I[L],B=typeof B=="string"?[B]:B,j=B.length,P=-1;++P<j;)$[B[P]]=$[L]}c(v,"alias");function C(_,A){var $=i.highlight,I;if(typeof _!="string")throw new Error("Expected `string` for `value`, got `"+_+"`");if(m.util.type(A)==="Object")I=A,A=null;else{if(typeof A!="string")throw new Error("Expected `string` for `name`, got `"+A+"`");if(h.call(m.languages,A))I=m.languages[A];else throw new Error("Unknown language: `"+A+"` is not registered")}return $.call(this,_,I,A)}c(C,"highlight");function E(_){if(typeof _!="string")throw new Error("Expected `string` for `language`, got `"+_+"`");return h.call(m.languages,_)}c(E,"registered");function y(){var _=m.languages,A=[],$;for($ in _)h.call(_,$)&&typeof _[$]=="object"&&A.push($);return A}c(y,"listLanguages");function b(_,A,$){var I;return typeof _=="string"?{type:"text",value:_}:m.util.type(_)==="Array"?x(_,A):(I={type:_.type,content:m.Token.stringify(_.content,A,$),tag:"span",classes:["token",_.type],attributes:{},language:A,parent:$},_.alias&&(I.classes=I.classes.concat(_.alias)),m.hooks.run("wrap",I),a(I.tag+"."+I.classes.join("."),S(I.attributes),I.content))}c(b,"stringify");function x(_,A){for(var $=[],I=_.length,L=-1,B;++L<I;)B=_[L],B!==""&&B!==null&&B!==void 0&&$.push(B);for(L=-1,I=$.length;++L<I;)B=$[L],$[L]=m.Token.stringify(B,A,$);return $}c(x,"stringifyAll");function D(_){return _}c(D,"encode");function S(_){var A;for(A in _)_[A]=o(_[A]);return _}c(S,"attributes");function k(){var _="Prism"in r,A=_?r.Prism:void 0;return $;function $(){_?r.Prism=A:delete r.Prism,_=void 0,A=void 0}}c(k,"capture")}),mc,gc,a0,oN=R(()=>{TP(),mc=Ge(aN()),gc=nk(mc.default,{}),gc.registerLanguage=function(e,t){return mc.default.register(t)},gc.alias=function(e,t){return mc.default.alias(e,t)},a0=gc}),iN=R(()=>{KS()}),Dw,Gp,Dv,dk=R(()=>{Dw=F.div(({theme:e})=>({position:"absolute",bottom:0,right:0,maxWidth:"100%",display:"flex",background:e.background.content,zIndex:1})),Gp=F.button(({theme:e})=>({margin:0,border:"0 none",padding:"4px 10px",cursor:"pointer",display:"flex",alignItems:"center",color:e.color.defaultText,background:e.background.content,fontSize:12,lineHeight:"16px",fontFamily:e.typography.fonts.base,fontWeight:e.typography.weight.bold,borderTop:`1px solid ${e.appBorderColor}`,borderLeft:`1px solid ${e.appBorderColor}`,marginLeft:-1,borderRadius:"4px 0 0 0","&:not(:last-child)":{borderRight:`1px solid ${e.appBorderColor}`},"& + *":{borderLeft:`1px solid ${e.appBorderColor}`,borderRadius:0},"&:focus":{boxShadow:`${e.color.secondary} 0 -3px 0 0 inset`,outline:"0 none"}}),({disabled:e})=>e&&{cursor:"not-allowed",opacity:.5}),Gp.displayName="ActionButton",Dv=c(({actionItems:e,...t})=>w.createElement(Dw,{...t},e.map(({title:r,className:n,onClick:a,disabled:o},i)=>w.createElement(Gp,{key:i,className:n,onClick:a,disabled:!!o},r))),"ActionBar")});function pk(e,t){typeof e=="function"?e(t):e!=null&&(e.current=t)}function Sv(...e){return t=>e.forEach(r=>pk(r,t))}function It(...e){return u.useCallback(Sv(...e),e)}var al=R(()=>{c(pk,"$6ed0406888f73fc4$var$setRef"),c(Sv,"$6ed0406888f73fc4$export$43e446d32b3d21af"),c(It,"$6ed0406888f73fc4$export$c7b2cbe3552a0d05")});function Sw(e){return u.isValidElement(e)&&e.type===fk}function kw(e,t){let r={...t};for(let n in t){let a=e[n],o=t[n];/^on[A-Z]/.test(n)?a&&o?r[n]=(...i)=>{o(...i),a(...i)}:a&&(r[n]=a):n==="style"?r[n]={...a,...o}:n==="className"&&(r[n]=[a,o].filter(Boolean).join(" "))}return{...e,...r}}var Ks,vc,fk,kv=R(()=>{kr(),al(),Ks=u.forwardRef((e,t)=>{let{children:r,...n}=e,a=u.Children.toArray(r),o=a.find(Sw);if(o){let i=o.props.children,l=a.map(s=>s===o?u.Children.count(i)>1?u.Children.only(null):u.isValidElement(i)?i.props.children:null:s);return u.createElement(vc,X({},n,{ref:t}),u.isValidElement(i)?u.cloneElement(i,void 0,l):null)}return u.createElement(vc,X({},n,{ref:t}),r)}),Ks.displayName="Slot",vc=u.forwardRef((e,t)=>{let{children:r,...n}=e;return u.isValidElement(r)?u.cloneElement(r,{...kw(n,r.props),ref:t?Sv(t,r.ref):r.ref}):u.Children.count(r)>1?u.Children.only(null):null}),vc.displayName="SlotClone",fk=c(({children:e})=>u.createElement(u.Fragment,null,e),"$5e63c961fc1ce211$export$d9f1ccf0bdb05d45"),c(Sw,"$5e63c961fc1ce211$var$isSlottable"),c(kw,"$5e63c961fc1ce211$var$mergeProps")});function hk(e,t){e&&p1.flushSync(()=>e.dispatchEvent(t))}var _w,gt,Cu=R(()=>{kr(),kv(),_w=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"],gt=_w.reduce((e,t)=>{let r=u.forwardRef((n,a)=>{let{asChild:o,...i}=n,l=o?Ks:t;return u.useEffect(()=>{window[Symbol.for("radix-ui")]=!0},[]),u.createElement(l,X({},i,{ref:a}))});return r.displayName=`Primitive.${t}`,{...e,[t]:r}},{}),c(hk,"$8927f6f2acc4f386$export$6d1a0317bde7de7f")}),Ys,_v=R(()=>{Ys=globalThis?.document?u.useLayoutEffect:()=>{}});function mk(e,t){return u.useReducer((r,n)=>t[r][n]??r,e)}function Aw(e){let[t,r]=u.useState(),n=u.useRef({}),a=u.useRef(e),o=u.useRef("none"),i=e?"mounted":"unmounted",[l,s]=mk(i,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return u.useEffect(()=>{let d=rs(n.current);o.current=l==="mounted"?d:"none"},[l]),Ys(()=>{let d=n.current,f=a.current;if(f!==e){let h=o.current,p=rs(d);e?s("MOUNT"):p==="none"||d?.display==="none"?s("UNMOUNT"):s(f&&h!==p?"ANIMATION_OUT":"UNMOUNT"),a.current=e}},[e,s]),Ys(()=>{if(t){let d=c(h=>{let p=rs(n.current).includes(h.animationName);h.target===t&&p&&p1.flushSync(()=>s("ANIMATION_END"))},"handleAnimationEnd"),f=c(h=>{h.target===t&&(o.current=rs(n.current))},"handleAnimationStart");return t.addEventListener("animationstart",f),t.addEventListener("animationcancel",d),t.addEventListener("animationend",d),()=>{t.removeEventListener("animationstart",f),t.removeEventListener("animationcancel",d),t.removeEventListener("animationend",d)}}else s("ANIMATION_END")},[t,s]),{isPresent:["mounted","unmountSuspended"].includes(l),ref:u.useCallback(d=>{d&&(n.current=getComputedStyle(d)),r(d)},[])}}function rs(e){return e?.animationName||"none"}var xn,gk=R(()=>{al(),_v(),c(mk,"$fe963b355347cc68$export$3e6543de14f8614f"),xn=c(e=>{let{present:t,children:r}=e,n=Aw(t),a=typeof r=="function"?r({present:n.isPresent}):u.Children.only(r),o=It(n.ref,a.ref);return typeof r=="function"||n.isPresent?u.cloneElement(a,{ref:o}):null},"$921a889cee6df7e8$export$99c2b779aa4e8b8b"),xn.displayName="Presence",c(Aw,"$921a889cee6df7e8$var$usePresence"),c(rs,"$921a889cee6df7e8$var$getAnimationName")});function vk(e,t){let r=u.createContext(t);function n(o){let{children:i,...l}=o,s=u.useMemo(()=>l,Object.values(l));return u.createElement(r.Provider,{value:s},i)}c(n,"Provider");function a(o){let i=u.useContext(r);if(i)return i;if(t!==void 0)return t;throw new Error(`\`${o}\` must be used within \`${e}\``)}return c(a,"useContext"),n.displayName=e+"Provider",[n,a]}function Av(e,t=[]){let r=[];function n(o,i){let l=u.createContext(i),s=r.length;r=[...r,i];function d(h){let{scope:p,children:m,...g}=h,v=p?.[e][s]||l,C=u.useMemo(()=>g,Object.values(g));return u.createElement(v.Provider,{value:C},m)}c(d,"Provider");function f(h,p){let m=p?.[e][s]||l,g=u.useContext(m);if(g)return g;if(i!==void 0)return i;throw new Error(`\`${h}\` must be used within \`${o}\``)}return c(f,"useContext"),d.displayName=o+"Provider",[d,f]}c(n,"$c512c27ab02ef895$export$fd42f52fd3ae1109");let a=c(()=>{let o=r.map(i=>u.createContext(i));return c(function(i){let l=i?.[e]||o;return u.useMemo(()=>({[`__scope${e}`]:{...i,[e]:l}}),[i,l])},"useScope")},"createScope");return a.scopeName=e,[n,yk(a,...t)]}function yk(...e){let t=e[0];if(e.length===1)return t;let r=c(()=>{let n=e.map(a=>({useScope:a(),scopeName:a.scopeName}));return c(function(a){let o=n.reduce((i,{useScope:l,scopeName:s})=>{let d=l(a)[`__scope${s}`];return{...i,...d}},{});return u.useMemo(()=>({[`__scope${t.scopeName}`]:o}),[o])},"useComposedScopes")},"createScope1");return r.scopeName=t.scopeName,r}var wk=R(()=>{c(vk,"$c512c27ab02ef895$export$fd42f52fd3ae1109"),c(Av,"$c512c27ab02ef895$export$50c7b4e9d9f19c1"),c(yk,"$c512c27ab02ef895$var$composeContextScopes")});function st(e){let t=u.useRef(e);return u.useEffect(()=>{t.current=e}),u.useMemo(()=>(...r)=>{var n;return(n=t.current)===null||n===void 0?void 0:n.call(t,...r)},[])}var Du=R(()=>{c(st,"$b1b2314f5f9a1d84$export$25bec8c6f54ee79a")});function bk(e){let t=u.useContext(Ek);return e||t||"ltr"}var Ek,lN=R(()=>{Ek=u.createContext(void 0),c(bk,"$f631663db3294ace$export$b39126d51d94e6f3")});function xk(e,[t,r]){return Math.min(r,Math.max(t,e))}var sN=R(()=>{c(xk,"$ae6933e535247d3d$export$7d15b64cf5a3a4c4")});function tt(e,t,{checkForDefaultPrevented:r=!0}={}){return c(function(n){if(e?.(n),r===!1||!n.defaultPrevented)return t?.(n)},"handleEvent")}var Fv=R(()=>{c(tt,"$e42e1063c40fb3ef$export$b9ecd428b558ff10")});function Fw(e,t){return u.useReducer((r,n)=>t[r][n]??r,e)}function Il(e){return e?parseInt(e,10):0}function pg(e,t){let r=e/t;return isNaN(r)?0:r}function Ds(e){let t=pg(e.viewport,e.content),r=e.scrollbar.paddingStart+e.scrollbar.paddingEnd,n=(e.scrollbar.size-r)*t;return Math.max(n,18)}function $w(e,t,r,n="ltr"){let a=Ds(r),o=a/2,i=t||o,l=a-i,s=r.scrollbar.paddingStart+i,d=r.scrollbar.size-r.scrollbar.paddingEnd-l,f=r.content-r.viewport,h=n==="ltr"?[0,f]:[f*-1,0];return $v([s,d],h)(e)}function Kp(e,t,r="ltr"){let n=Ds(t),a=t.scrollbar.paddingStart+t.scrollbar.paddingEnd,o=t.scrollbar.size-a,i=t.content-t.viewport,l=o-n,s=r==="ltr"?[0,i]:[i*-1,0],d=xk(e,s);return $v([0,i],[0,l])(d)}function $v(e,t){return r=>{if(e[0]===e[1]||t[0]===t[1])return t[0];let n=(t[1]-t[0])/(e[1]-e[0]);return t[0]+n*(r-e[0])}}function Yp(e,t){return e>0&&e<t}function Rl(e,t){let r=st(e),n=u.useRef(0);return u.useEffect(()=>()=>window.clearTimeout(n.current),[]),u.useCallback(()=>{window.clearTimeout(n.current),n.current=window.setTimeout(r,t)},[r,t])}function $a(e,t){let r=st(t);Ys(()=>{let n=0;if(e){let a=new ResizeObserver(()=>{cancelAnimationFrame(n),n=window.requestAnimationFrame(r)});return a.observe(e),()=>{window.cancelAnimationFrame(n),a.unobserve(e)}}},[e,r])}var Xp,Zp,uN,Tw,At,Iw,Rw,zw,Mr,Bw,Lw,Ow,Jp,yc,Mw,Pw,Nw,Qp,ef,wc,jw,Hw,tf,Vw,Uw,Ww,Ck,Dk,Sk,kk,_k,cN=R(()=>{kr(),Cu(),gk(),wk(),al(),Du(),lN(),_v(),sN(),Fv(),c(Fw,"$6c2e24571c90391f$export$3e6543de14f8614f"),Xp="ScrollArea",[Zp,uN]=Av(Xp),[Tw,At]=Zp(Xp),Iw=u.forwardRef((e,t)=>{let{__scopeScrollArea:r,type:n="hover",dir:a,scrollHideDelay:o=600,...i}=e,[l,s]=u.useState(null),[d,f]=u.useState(null),[h,p]=u.useState(null),[m,g]=u.useState(null),[v,C]=u.useState(null),[E,y]=u.useState(0),[b,x]=u.useState(0),[D,S]=u.useState(!1),[k,_]=u.useState(!1),A=It(t,I=>s(I)),$=bk(a);return u.createElement(Tw,{scope:r,type:n,dir:$,scrollHideDelay:o,scrollArea:l,viewport:d,onViewportChange:f,content:h,onContentChange:p,scrollbarX:m,onScrollbarXChange:g,scrollbarXEnabled:D,onScrollbarXEnabledChange:S,scrollbarY:v,onScrollbarYChange:C,scrollbarYEnabled:k,onScrollbarYEnabledChange:_,onCornerWidthChange:y,onCornerHeightChange:x},u.createElement(gt.div,X({dir:$},i,{ref:A,style:{position:"relative","--radix-scroll-area-corner-width":E+"px","--radix-scroll-area-corner-height":b+"px",...e.style}})))}),Rw="ScrollAreaViewport",zw=u.forwardRef((e,t)=>{let{__scopeScrollArea:r,children:n,...a}=e,o=At(Rw,r),i=u.useRef(null),l=It(t,i,o.onViewportChange);return u.createElement(u.Fragment,null,u.createElement("style",{dangerouslySetInnerHTML:{__html:"[data-radix-scroll-area-viewport]{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;}[data-radix-scroll-area-viewport]::-webkit-scrollbar{display:none}"}}),u.createElement(gt.div,X({"data-radix-scroll-area-viewport":""},a,{ref:l,style:{overflowX:o.scrollbarXEnabled?"scroll":"hidden",overflowY:o.scrollbarYEnabled?"scroll":"hidden",...e.style}}),u.createElement("div",{ref:o.onContentChange,style:{minWidth:"100%",display:"table"}},n)))}),Mr="ScrollAreaScrollbar",Bw=u.forwardRef((e,t)=>{let{forceMount:r,...n}=e,a=At(Mr,e.__scopeScrollArea),{onScrollbarXEnabledChange:o,onScrollbarYEnabledChange:i}=a,l=e.orientation==="horizontal";return u.useEffect(()=>(l?o(!0):i(!0),()=>{l?o(!1):i(!1)}),[l,o,i]),a.type==="hover"?u.createElement(Lw,X({},n,{ref:t,forceMount:r})):a.type==="scroll"?u.createElement(Ow,X({},n,{ref:t,forceMount:r})):a.type==="auto"?u.createElement(Jp,X({},n,{ref:t,forceMount:r})):a.type==="always"?u.createElement(yc,X({},n,{ref:t})):null}),Lw=u.forwardRef((e,t)=>{let{forceMount:r,...n}=e,a=At(Mr,e.__scopeScrollArea),[o,i]=u.useState(!1);return u.useEffect(()=>{let l=a.scrollArea,s=0;if(l){let d=c(()=>{window.clearTimeout(s),i(!0)},"handlePointerEnter"),f=c(()=>{s=window.setTimeout(()=>i(!1),a.scrollHideDelay)},"handlePointerLeave");return l.addEventListener("pointerenter",d),l.addEventListener("pointerleave",f),()=>{window.clearTimeout(s),l.removeEventListener("pointerenter",d),l.removeEventListener("pointerleave",f)}}},[a.scrollArea,a.scrollHideDelay]),u.createElement(xn,{present:r||o},u.createElement(Jp,X({"data-state":o?"visible":"hidden"},n,{ref:t})))}),Ow=u.forwardRef((e,t)=>{let{forceMount:r,...n}=e,a=At(Mr,e.__scopeScrollArea),o=e.orientation==="horizontal",i=Rl(()=>s("SCROLL_END"),100),[l,s]=Fw("hidden",{hidden:{SCROLL:"scrolling"},scrolling:{SCROLL_END:"idle",POINTER_ENTER:"interacting"},interacting:{SCROLL:"interacting",POINTER_LEAVE:"idle"},idle:{HIDE:"hidden",SCROLL:"scrolling",POINTER_ENTER:"interacting"}});return u.useEffect(()=>{if(l==="idle"){let d=window.setTimeout(()=>s("HIDE"),a.scrollHideDelay);return()=>window.clearTimeout(d)}},[l,a.scrollHideDelay,s]),u.useEffect(()=>{let d=a.viewport,f=o?"scrollLeft":"scrollTop";if(d){let h=d[f],p=c(()=>{let m=d[f];h!==m&&(s("SCROLL"),i()),h=m},"handleScroll");return d.addEventListener("scroll",p),()=>d.removeEventListener("scroll",p)}},[a.viewport,o,s,i]),u.createElement(xn,{present:r||l!=="hidden"},u.createElement(yc,X({"data-state":l==="hidden"?"hidden":"visible"},n,{ref:t,onPointerEnter:tt(e.onPointerEnter,()=>s("POINTER_ENTER")),onPointerLeave:tt(e.onPointerLeave,()=>s("POINTER_LEAVE"))})))}),Jp=u.forwardRef((e,t)=>{let r=At(Mr,e.__scopeScrollArea),{forceMount:n,...a}=e,[o,i]=u.useState(!1),l=e.orientation==="horizontal",s=Rl(()=>{if(r.viewport){let d=r.viewport.offsetWidth<r.viewport.scrollWidth,f=r.viewport.offsetHeight<r.viewport.scrollHeight;i(l?d:f)}},10);return $a(r.viewport,s),$a(r.content,s),u.createElement(xn,{present:n||o},u.createElement(yc,X({"data-state":o?"visible":"hidden"},a,{ref:t})))}),yc=u.forwardRef((e,t)=>{let{orientation:r="vertical",...n}=e,a=At(Mr,e.__scopeScrollArea),o=u.useRef(null),i=u.useRef(0),[l,s]=u.useState({content:0,viewport:0,scrollbar:{size:0,paddingStart:0,paddingEnd:0}}),d=pg(l.viewport,l.content),f={...n,sizes:l,onSizesChange:s,hasThumb:d>0&&d<1,onThumbChange:c(p=>o.current=p,"onThumbChange"),onThumbPointerUp:c(()=>i.current=0,"onThumbPointerUp"),onThumbPointerDown:c(p=>i.current=p,"onThumbPointerDown")};function h(p,m){return $w(p,i.current,l,m)}return c(h,"getScrollPosition"),r==="horizontal"?u.createElement(Mw,X({},f,{ref:t,onThumbPositionChange:c(()=>{if(a.viewport&&o.current){let p=a.viewport.scrollLeft,m=Kp(p,l,a.dir);o.current.style.transform=`translate3d(${m}px, 0, 0)`}},"onThumbPositionChange"),onWheelScroll:c(p=>{a.viewport&&(a.viewport.scrollLeft=p)},"onWheelScroll"),onDragScroll:c(p=>{a.viewport&&(a.viewport.scrollLeft=h(p,a.dir))},"onDragScroll")})):r==="vertical"?u.createElement(Pw,X({},f,{ref:t,onThumbPositionChange:c(()=>{if(a.viewport&&o.current){let p=a.viewport.scrollTop,m=Kp(p,l);o.current.style.transform=`translate3d(0, ${m}px, 0)`}},"onThumbPositionChange"),onWheelScroll:c(p=>{a.viewport&&(a.viewport.scrollTop=p)},"onWheelScroll"),onDragScroll:c(p=>{a.viewport&&(a.viewport.scrollTop=h(p))},"onDragScroll")})):null}),Mw=u.forwardRef((e,t)=>{let{sizes:r,onSizesChange:n,...a}=e,o=At(Mr,e.__scopeScrollArea),[i,l]=u.useState(),s=u.useRef(null),d=It(t,s,o.onScrollbarXChange);return u.useEffect(()=>{s.current&&l(getComputedStyle(s.current))},[s]),u.createElement(ef,X({"data-orientation":"horizontal"},a,{ref:d,sizes:r,style:{bottom:0,left:o.dir==="rtl"?"var(--radix-scroll-area-corner-width)":0,right:o.dir==="ltr"?"var(--radix-scroll-area-corner-width)":0,"--radix-scroll-area-thumb-width":Ds(r)+"px",...e.style},onThumbPointerDown:c(f=>e.onThumbPointerDown(f.x),"onThumbPointerDown"),onDragScroll:c(f=>e.onDragScroll(f.x),"onDragScroll"),onWheelScroll:c((f,h)=>{if(o.viewport){let p=o.viewport.scrollLeft+f.deltaX;e.onWheelScroll(p),Yp(p,h)&&f.preventDefault()}},"onWheelScroll"),onResize:c(()=>{s.current&&o.viewport&&i&&n({content:o.viewport.scrollWidth,viewport:o.viewport.offsetWidth,scrollbar:{size:s.current.clientWidth,paddingStart:Il(i.paddingLeft),paddingEnd:Il(i.paddingRight)}})},"onResize")}))}),Pw=u.forwardRef((e,t)=>{let{sizes:r,onSizesChange:n,...a}=e,o=At(Mr,e.__scopeScrollArea),[i,l]=u.useState(),s=u.useRef(null),d=It(t,s,o.onScrollbarYChange);return u.useEffect(()=>{s.current&&l(getComputedStyle(s.current))},[s]),u.createElement(ef,X({"data-orientation":"vertical"},a,{ref:d,sizes:r,style:{top:0,right:o.dir==="ltr"?0:void 0,left:o.dir==="rtl"?0:void 0,bottom:"var(--radix-scroll-area-corner-height)","--radix-scroll-area-thumb-height":Ds(r)+"px",...e.style},onThumbPointerDown:c(f=>e.onThumbPointerDown(f.y),"onThumbPointerDown"),onDragScroll:c(f=>e.onDragScroll(f.y),"onDragScroll"),onWheelScroll:c((f,h)=>{if(o.viewport){let p=o.viewport.scrollTop+f.deltaY;e.onWheelScroll(p),Yp(p,h)&&f.preventDefault()}},"onWheelScroll"),onResize:c(()=>{s.current&&o.viewport&&i&&n({content:o.viewport.scrollHeight,viewport:o.viewport.offsetHeight,scrollbar:{size:s.current.clientHeight,paddingStart:Il(i.paddingTop),paddingEnd:Il(i.paddingBottom)}})},"onResize")}))}),[Nw,Qp]=Zp(Mr),ef=u.forwardRef((e,t)=>{let{__scopeScrollArea:r,sizes:n,hasThumb:a,onThumbChange:o,onThumbPointerUp:i,onThumbPointerDown:l,onThumbPositionChange:s,onDragScroll:d,onWheelScroll:f,onResize:h,...p}=e,m=At(Mr,r),[g,v]=u.useState(null),C=It(t,A=>v(A)),E=u.useRef(null),y=u.useRef(""),b=m.viewport,x=n.content-n.viewport,D=st(f),S=st(s),k=Rl(h,10);function _(A){if(E.current){let $=A.clientX-E.current.left,I=A.clientY-E.current.top;d({x:$,y:I})}}return c(_,"handleDragScroll"),u.useEffect(()=>{let A=c($=>{let I=$.target;g?.contains(I)&&D($,x)},"handleWheel");return document.addEventListener("wheel",A,{passive:!1}),()=>document.removeEventListener("wheel",A,{passive:!1})},[b,g,x,D]),u.useEffect(S,[n,S]),$a(g,k),$a(m.content,k),u.createElement(Nw,{scope:r,scrollbar:g,hasThumb:a,onThumbChange:st(o),onThumbPointerUp:st(i),onThumbPositionChange:S,onThumbPointerDown:st(l)},u.createElement(gt.div,X({},p,{ref:C,style:{position:"absolute",...p.style},onPointerDown:tt(e.onPointerDown,A=>{A.button===0&&(A.target.setPointerCapture(A.pointerId),E.current=g.getBoundingClientRect(),y.current=document.body.style.webkitUserSelect,document.body.style.webkitUserSelect="none",m.viewport&&(m.viewport.style.scrollBehavior="auto"),_(A))}),onPointerMove:tt(e.onPointerMove,_),onPointerUp:tt(e.onPointerUp,A=>{let $=A.target;$.hasPointerCapture(A.pointerId)&&$.releasePointerCapture(A.pointerId),document.body.style.webkitUserSelect=y.current,m.viewport&&(m.viewport.style.scrollBehavior=""),E.current=null})})))}),wc="ScrollAreaThumb",jw=u.forwardRef((e,t)=>{let{forceMount:r,...n}=e,a=Qp(wc,e.__scopeScrollArea);return u.createElement(xn,{present:r||a.hasThumb},u.createElement(Hw,X({ref:t},n)))}),Hw=u.forwardRef((e,t)=>{let{__scopeScrollArea:r,style:n,...a}=e,o=At(wc,r),i=Qp(wc,r),{onThumbPositionChange:l}=i,s=It(t,h=>i.onThumbChange(h)),d=u.useRef(),f=Rl(()=>{d.current&&(d.current(),d.current=void 0)},100);return u.useEffect(()=>{let h=o.viewport;if(h){let p=c(()=>{if(f(),!d.current){let m=Ww(h,l);d.current=m,l()}},"handleScroll");return l(),h.addEventListener("scroll",p),()=>h.removeEventListener("scroll",p)}},[o.viewport,f,l]),u.createElement(gt.div,X({"data-state":i.hasThumb?"visible":"hidden"},a,{ref:s,style:{width:"var(--radix-scroll-area-thumb-width)",height:"var(--radix-scroll-area-thumb-height)",...n},onPointerDownCapture:tt(e.onPointerDownCapture,h=>{let p=h.target.getBoundingClientRect(),m=h.clientX-p.left,g=h.clientY-p.top;i.onThumbPointerDown({x:m,y:g})}),onPointerUp:tt(e.onPointerUp,i.onThumbPointerUp)}))}),tf="ScrollAreaCorner",Vw=u.forwardRef((e,t)=>{let r=At(tf,e.__scopeScrollArea),n=!!(r.scrollbarX&&r.scrollbarY);return r.type!=="scroll"&&n?u.createElement(Uw,X({},e,{ref:t})):null}),Uw=u.forwardRef((e,t)=>{let{__scopeScrollArea:r,...n}=e,a=At(tf,r),[o,i]=u.useState(0),[l,s]=u.useState(0),d=!!(o&&l);return $a(a.scrollbarX,()=>{var f;let h=((f=a.scrollbarX)===null||f===void 0?void 0:f.offsetHeight)||0;a.onCornerHeightChange(h),s(h)}),$a(a.scrollbarY,()=>{var f;let h=((f=a.scrollbarY)===null||f===void 0?void 0:f.offsetWidth)||0;a.onCornerWidthChange(h),i(h)}),d?u.createElement(gt.div,X({},n,{ref:t,style:{width:o,height:l,position:"absolute",right:a.dir==="ltr"?0:void 0,left:a.dir==="rtl"?0:void 0,bottom:0,...e.style}})):null}),c(Il,"$57acba87d6e25586$var$toInt"),c(pg,"$57acba87d6e25586$var$getThumbRatio"),c(Ds,"$57acba87d6e25586$var$getThumbSize"),c($w,"$57acba87d6e25586$var$getScrollPositionFromPointer"),c(Kp,"$57acba87d6e25586$var$getThumbOffsetFromScroll"),c($v,"$57acba87d6e25586$var$linearScale"),c(Yp,"$57acba87d6e25586$var$isScrollingWithinScrollbarBounds"),Ww=c((e,t=()=>{})=>{let r={left:e.scrollLeft,top:e.scrollTop},n=0;return c(function a(){let o={left:e.scrollLeft,top:e.scrollTop},i=r.left!==o.left,l=r.top!==o.top;(i||l)&&t(),r=o,n=window.requestAnimationFrame(a)},"loop")(),()=>window.cancelAnimationFrame(n)},"$57acba87d6e25586$var$addUnlinkedScrollListener"),c(Rl,"$57acba87d6e25586$var$useDebounceCallback"),c($a,"$57acba87d6e25586$var$useResizeObserver"),Ck=Iw,Dk=zw,Sk=Bw,kk=jw,_k=Vw}),qw,Gw,rf,nf,ad,Tv=R(()=>{cN(),qw=F(Ck)(({scrollbarsize:e,offset:t})=>({width:"100%",height:"100%",overflow:"hidden","--scrollbar-size":`${e+t}px`,"--radix-scroll-area-thumb-width":`${e}px`})),Gw=F(Dk)({width:"100%",height:"100%"}),rf=F(Sk)(({offset:e,horizontal:t,vertical:r})=>({display:"flex",userSelect:"none",touchAction:"none",background:"transparent",transition:"all 0.2s ease-out",borderRadius:"var(--scrollbar-size)",'&[data-orientation="vertical"]':{width:"var(--scrollbar-size)",paddingRight:e,marginTop:e,marginBottom:t==="true"&&r==="true"?0:e},'&[data-orientation="horizontal"]':{flexDirection:"column",height:"var(--scrollbar-size)",paddingBottom:e,marginLeft:e,marginRight:t==="true"&&r==="true"?0:e}})),nf=F(kk)(({theme:e})=>({flex:1,background:e.textMutedColor,opacity:.5,borderRadius:"var(--scrollbar-size)",position:"relative",transition:"opacity 0.2s ease-out","&:hover":{opacity:.8},"::before":{content:'""',position:"absolute",top:"50%",left:"50%",transform:"translate(-50%,-50%)",width:"100%",height:"100%"}})),ad=u.forwardRef(({children:e,horizontal:t=!1,vertical:r=!1,offset:n=2,scrollbarSize:a=6,className:o},i)=>w.createElement(qw,{scrollbarsize:a,offset:n,className:o},w.createElement(Gw,{ref:i},e),t&&w.createElement(rf,{orientation:"horizontal",offset:n,horizontal:t.toString(),vertical:r.toString()},w.createElement(nf,null)),r&&w.createElement(rf,{orientation:"vertical",offset:n,horizontal:t.toString(),vertical:r.toString()},w.createElement(nf,null)),t&&r&&w.createElement(_k,null))),ad.displayName="ScrollArea"}),Iv={};nl(Iv,{SyntaxHighlighter:()=>Ss,createCopyToClipboardFunction:()=>fg,default:()=>Ak,supportedLanguages:()=>mg});const{logger:dN}=__STORYBOOK_MODULE_CLIENT_LOGGER__;function fg(){return hg?.clipboard?e=>hg.clipboard.writeText(e):async e=>{let t=Ho.createElement("TEXTAREA"),r=Ho.activeElement;t.value=e,Ho.body.appendChild(t),t.select(),Ho.execCommand("copy"),Ho.body.removeChild(t),r.focus()}}var Kw,hg,Ho,Yw,mg,Xw,Zw,Jw,Qw,e7,t7,r7,af,n7,a7,Ss,Ak,v1=R(()=>{mv(),Kw=Ge(h1(),1),aP(),iP(),lP(),uP(),dP(),fP(),hP(),gP(),yP(),bP(),EP(),oN(),iN(),dk(),Tv(),{navigator:hg,document:Ho,window:Yw}=f1,mg={jsextra:CS,jsx:wS,json:DS,yml:FS,md:AS,bash:bS,css:xS,html:_S,tsx:TS,typescript:IS,graphql:SS},Object.entries(mg).forEach(([e,t])=>{a0.registerLanguage(e,t)}),Xw=(0,Kw.default)(2)(e=>Object.entries(e.code||{}).reduce((t,[r,n])=>({...t,[`* .${r}`]:n}),{})),Zw=fg(),c(fg,"createCopyToClipboardFunction"),Jw=F.div(({theme:e})=>({position:"relative",overflow:"hidden",color:e.color.defaultText}),({theme:e,bordered:t})=>t?{border:`1px solid ${e.appBorderColor}`,borderRadius:e.borderRadius,background:e.background.content}:{},({showLineNumbers:e})=>e?{".react-syntax-highlighter-line-number::before":{content:"attr(data-line-number)"}}:{}),Qw=c(({children:e,className:t})=>w.createElement(ad,{horizontal:!0,vertical:!0,className:t},e),"UnstyledScroller"),e7=F(Qw)({position:"relative"},({theme:e})=>Xw(e)),t7=F.pre(({theme:e,padded:t})=>({display:"flex",justifyContent:"flex-start",margin:0,padding:t?e.layoutMargin:0})),r7=F.div(({theme:e})=>({flex:1,paddingLeft:2,paddingRight:e.layoutMargin,opacity:1,fontFamily:e.typography.fonts.mono})),af=c(e=>{let t=[...e.children],r=t[0],n=r.children[0].value,a={...r,children:[],properties:{...r.properties,"data-line-number":n,style:{...r.properties.style,userSelect:"auto"}}};return t[0]=a,{...e,children:t}},"processLineNumber"),n7=c(({rows:e,stylesheet:t,useInlineStyles:r})=>e.map((n,a)=>g1({node:af(n),stylesheet:t,useInlineStyles:r,key:`code-segement${a}`})),"defaultRenderer"),a7=c((e,t)=>t?e?({rows:r,...n})=>e({rows:r.map(a=>af(a)),...n}):n7:e,"wrapRenderer"),Ss=c(({children:e,language:t="jsx",copyable:r=!1,bordered:n=!1,padded:a=!1,format:o=!0,formatter:i=void 0,className:l=void 0,showLineNumbers:s=!1,...d})=>{if(typeof e!="string"||!e.trim())return null;let[f,h]=u.useState("");u.useEffect(()=>{i?i(o,e).then(h):h(e.trim())},[e,o,i]);let[p,m]=u.useState(!1),g=u.useCallback(C=>{C.preventDefault(),Zw(f).then(()=>{m(!0),Yw.setTimeout(()=>m(!1),1500)}).catch(dN.error)},[f]),v=a7(d.renderer,s);return w.createElement(Jw,{bordered:n,padded:a,showLineNumbers:s,className:l},w.createElement(e7,null,w.createElement(a0,{padded:a||n,language:t,showLineNumbers:s,showInlineLineNumbers:s,useInlineStyles:!1,PreTag:t7,CodeTag:r7,lineNumberContainerStyle:{},...d,renderer:v},f)),r?w.createElement(Dv,{actionItems:[{title:p?"Copied":"Copy",onClick:g}]}):null)},"SyntaxHighlighter"),Ss.registerLanguage=(...e)=>a0.registerLanguage(...e),Ak=Ss});function o7(e){if(typeof e=="string")return S1;if(Array.isArray(e))return k1;if(!e)return;let{type:t}=e;if(ty.has(t))return t}function i7(e){let t=e===null?"null":typeof e;if(t!=="string"&&t!=="object")return`Unexpected doc '${t}',
244
+ Expected it to be 'string' or 'object'.`;if(_1(e))throw new Error("doc is valid.");let r=Object.prototype.toString.call(e);if(r!=="[object Object]")return`Unexpected doc '${r}'.`;let n=z_([...ty].map(a=>`'${a}'`));return`Unexpected doc.type '${e.type}'.
245
+ Expected it to be ${n}.`}function sn(e){return ha(e),{type:Js,contents:e}}function Rv(e,t){return ha(t),{type:Qs,contents:t,n:e}}function We(e,t={}){return ha(e),A1(t.expandedStates,!0),{type:ji,id:t.id,contents:e,break:!!t.shouldBreak,expandedStates:t.expandedStates}}function Fk(e){return Rv(Number.NEGATIVE_INFINITY,e)}function $k(e){return Rv({type:"root"},e)}function zv(e){return A1(e),{type:eu,parts:e}}function Xs(e,t="",r={}){return ha(e),t!==""&&ha(t),{type:tu,breakContents:e,flatContents:t,groupId:r.groupId}}function Tk(e,t){return ha(e),{type:ru,contents:e,groupId:t.groupId,negate:t.negate}}function go(e,t){ha(e),A1(t);let r=[];for(let n=0;n<t.length;n++)n!==0&&r.push(e),r.push(t[n]);return r}function y1(e,t){if(typeof e=="string")return t(e);let r=new Map;return n(e);function n(o){if(r.has(o))return r.get(o);let i=a(o);return r.set(o,i),i}function a(o){switch(_1(o)){case k1:return t(o.map(n));case eu:return t({...o,parts:o.parts.map(n)});case tu:return t({...o,breakContents:n(o.breakContents),flatContents:n(o.flatContents)});case ji:{let{expandedStates:i,contents:l}=o;return i?(i=i.map(n),l=i[0]):l=n(l),t({...o,contents:l,expandedStates:i})}case Qs:case Js:case ru:case hd:case pd:return t({...o,contents:n(o.contents)});case S1:case cd:case dd:case fd:case qn:case ks:return t(o);default:throw new ry(o)}}}function Ik(e){switch(_1(e)){case eu:if(e.parts.every(t=>t===""))return"";break;case ji:if(!e.contents&&!e.id&&!e.break&&!e.expandedStates)return"";if(e.contents.type===ji&&e.contents.id===e.id&&e.contents.break===e.break&&e.contents.expandedStates===e.expandedStates)return e.contents;break;case Qs:case Js:case ru:case pd:if(!e.contents)return"";break;case tu:if(!e.flatContents&&!e.breakContents)return"";break;case k1:{let t=[];for(let r of e){if(!r)continue;let[n,...a]=Array.isArray(r)?r:[r];typeof n=="string"&&typeof Hi(!1,t,-1)=="string"?t[t.length-1]+=n:t.push(n),t.push(...a)}return t.length===0?"":t.length===1?t[0]:t}case S1:case cd:case dd:case fd:case qn:case hd:case ks:break;default:throw new ry(e)}return e}function Rk(e){return y1(e,t=>Ik(t))}function Kt(e,t=B_){return y1(e,r=>typeof r=="string"?go(t,r.split(`
246
+ `)):r)}function l7(e,t){let r=t===!0||t===ls?ls:Cg,n=r===ls?Cg:ls,a=0,o=0;for(let i of e)i===r?a++:i===n&&o++;return a>o?n:r}function s7(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}function u7(e){return e?.type==="front-matter"}function of(e,t){var r;if(e.type==="text"||e.type==="comment"||Iu(e)||e.type==="yaml"||e.type==="toml")return null;if(e.type==="attribute"&&delete t.value,e.type==="docType"&&delete t.value,e.type==="angularControlFlowBlock"&&(r=t.parameters)!=null&&r.children)for(let n of t.parameters.children)M_.has(e.name)?delete n.expression:n.expression=n.expression.trim();e.type==="angularIcuExpression"&&(t.switchValue=e.switchValue.trim())}async function c7(e,t){if(e.lang==="yaml"){let r=e.value.trim(),n=r?await t(r,{parser:"yaml"}):"";return $k([e.startDelimiter,he,n,n?he:"",e.endDelimiter])}}function Su(e,t=!0){return[sn([Ve,e]),t?Ve:""]}function vo(e,t){let r=e.type==="NGRoot"?e.node.type==="NGMicrosyntax"&&e.node.body.length===1&&e.node.body[0].type==="NGMicrosyntaxExpression"?e.node.body[0].expression:e.node:e.type==="JsExpressionRoot"?e.node:e;return r&&(r.type==="ObjectExpression"||r.type==="ArrayExpression"||(t.parser==="__vue_expression"||t.parser==="__vue_ts_expression")&&(r.type==="TemplateLiteral"||r.type==="StringLiteral"))}async function Er(e,t,r,n){r={__isInHtmlAttribute:!0,__embeddedInHtml:!0,...r};let a=!0;n&&(r.__onHtmlBindingRoot=(i,l)=>{a=n(i,l)});let o=await t(e,r,t);return a?We(o):Su(o)}function d7(e,t,r,n){let{node:a}=r,o=n.originalText.slice(a.sourceSpan.start.offset,a.sourceSpan.end.offset);return/^\s*$/.test(o)?"":Er(o,e,{parser:"__ng_directive",__isInHtmlAttribute:!1,trailingComma:"none"},vo)}function gg(e,t){if(!t)return;let r=j_(t).toLowerCase();return e.find(({filenames:n})=>n?.some(a=>a.toLowerCase()===r))??e.find(({extensions:n})=>n?.some(a=>r.endsWith(a)))}function zk(e,t){if(t)return e.find(({name:r})=>r.toLowerCase()===t)??e.find(({aliases:r})=>r?.includes(t))??e.find(({extensions:r})=>r?.includes(`.${t}`))}function p7(e,t){let r=e.plugins.flatMap(a=>a.languages??[]);return(zk(r,t.language)??gg(r,t.physicalFile)??gg(r,t.file)??(t.physicalFile,void 0))?.parsers[0]}function f7(e){return e.type==="element"&&!e.hasExplicitNamespace&&!["html","svg"].includes(e.namespace)}function Bv(e,t){return!!(e.type==="ieConditionalComment"&&e.lastChild&&!e.lastChild.isSelfClosing&&!e.lastChild.endSourceSpan||e.type==="ieConditionalComment"&&!e.complete||lo(e)&&e.children.some(r=>r.type!=="text"&&r.type!=="interpolation")||b1(e,t)&&!tn(e)&&e.type!=="interpolation")}function ku(e){return e.type==="attribute"||!e.parent||!e.prev?!1:Bk(e.prev)}function Bk(e){return e.type==="comment"&&e.value.trim()==="prettier-ignore"}function Rt(e){return e.type==="text"||e.type==="comment"}function tn(e){return e.type==="element"&&(e.fullName==="script"||e.fullName==="style"||e.fullName==="svg:style"||e.fullName==="svg:script"||Vi(e)&&(e.name==="script"||e.name==="style"))}function Lk(e){return e.children&&!tn(e)}function Ok(e){return tn(e)||e.type==="interpolation"||Lv(e)}function Lv(e){return Vv(e).startsWith("pre")}function Mk(e,t){var r,n;let a=o();if(a&&!e.prev&&(n=(r=e.parent)==null?void 0:r.tagDefinition)!=null&&n.ignoreFirstLf)return e.type==="interpolation";return a;function o(){return Iu(e)||e.type==="angularControlFlowBlock"?!1:(e.type==="text"||e.type==="interpolation")&&e.prev&&(e.prev.type==="text"||e.prev.type==="interpolation")?!0:!e.parent||e.parent.cssDisplay==="none"?!1:lo(e.parent)?!0:!(!e.prev&&(e.parent.type==="root"||lo(e)&&e.parent||tn(e.parent)||_u(e.parent,t)||!Gk(e.parent.cssDisplay))||e.prev&&!Xk(e.prev.cssDisplay))}}function Pk(e,t){return Iu(e)||e.type==="angularControlFlowBlock"?!1:(e.type==="text"||e.type==="interpolation")&&e.next&&(e.next.type==="text"||e.next.type==="interpolation")?!0:!e.parent||e.parent.cssDisplay==="none"?!1:lo(e.parent)?!0:!(!e.next&&(e.parent.type==="root"||lo(e)&&e.parent||tn(e.parent)||_u(e.parent,t)||!Kk(e.parent.cssDisplay))||e.next&&!Yk(e.next.cssDisplay))}function Nk(e){return Zk(e.cssDisplay)&&!tn(e)}function ns(e){return Iu(e)||e.next&&e.sourceSpan.end&&e.sourceSpan.end.line+1<e.next.sourceSpan.start.line}function jk(e){return Ov(e)||e.type==="element"&&e.children.length>0&&(["body","script","style"].includes(e.name)||e.children.some(t=>Vk(t)))||e.firstChild&&e.firstChild===e.lastChild&&e.firstChild.type!=="text"&&Pv(e.firstChild)&&(!e.lastChild.isTrailingSpaceSensitive||Nv(e.lastChild))}function Ov(e){return e.type==="element"&&e.children.length>0&&(["html","head","ul","ol","select"].includes(e.name)||e.cssDisplay.startsWith("table")&&e.cssDisplay!=="table-cell")}function o0(e){return jv(e)||e.prev&&Hk(e.prev)||Mv(e)}function Hk(e){return jv(e)||e.type==="element"&&e.fullName==="br"||Mv(e)}function Mv(e){return Pv(e)&&Nv(e)}function Pv(e){return e.hasLeadingSpaces&&(e.prev?e.prev.sourceSpan.end.line<e.sourceSpan.start.line:e.parent.type==="root"||e.parent.startSourceSpan.end.line<e.sourceSpan.start.line)}function Nv(e){return e.hasTrailingSpaces&&(e.next?e.next.sourceSpan.start.line>e.sourceSpan.end.line:e.parent.type==="root"||e.parent.endSourceSpan&&e.parent.endSourceSpan.start.line>e.sourceSpan.end.line)}function jv(e){switch(e.type){case"ieConditionalComment":case"comment":case"directive":return!0;case"element":return["script","select"].includes(e.name)}return!1}function w1(e){return e.lastChild?w1(e.lastChild):e}function Vk(e){var t;return(t=e.children)==null?void 0:t.some(r=>r.type!=="text")}function Hv(e){if(e)switch(e){case"module":case"text/javascript":case"text/babel":case"application/javascript":return"babel";case"application/x-typescript":return"typescript";case"text/markdown":return"markdown";case"text/html":return"html";case"text/x-handlebars-template":return"glimmer";default:if(e.endsWith("json")||e.endsWith("importmap")||e==="speculationrules")return"json"}}function Uk(e,t){let{name:r,attrMap:n}=e;if(r!=="script"||Object.prototype.hasOwnProperty.call(n,"src"))return;let{type:a,lang:o}=e.attrMap;return!o&&!a?"babel":Ru(t,{language:o})??Hv(a)}function Wk(e,t){if(!b1(e,t))return;let{attrMap:r}=e;if(Object.prototype.hasOwnProperty.call(r,"src"))return;let{type:n,lang:a}=r;return Ru(t,{language:a})??Hv(n)}function qk(e,t){if(e.name!=="style")return;let{lang:r}=e.attrMap;return r?Ru(t,{language:r}):"css"}function vg(e,t){return Uk(e,t)??qk(e,t)??Wk(e,t)}function ol(e){return e==="block"||e==="list-item"||e.startsWith("table")}function Gk(e){return!ol(e)&&e!=="inline-block"}function Kk(e){return!ol(e)&&e!=="inline-block"}function Yk(e){return!ol(e)}function Xk(e){return!ol(e)}function Zk(e){return!ol(e)&&e!=="inline-block"}function lo(e){return Vv(e).startsWith("pre")}function Jk(e,t){let r=e;for(;r;){if(t(r))return!0;r=r.parent}return!1}function Qk(e,t){var r;if(yo(e,t))return"block";if(((r=e.prev)==null?void 0:r.type)==="comment"){let a=e.prev.value.match(/^\s*display:\s*([a-z]+)\s*$/);if(a)return a[1]}let n=!1;if(e.type==="element"&&e.namespace==="svg")if(Jk(e,a=>a.fullName==="svg:foreignObject"))n=!0;else return e.name==="svg"?"inline-block":"block";switch(t.htmlWhitespaceSensitivity){case"strict":return"inline";case"ignore":return"block";default:return e.type==="element"&&(!e.namespace||n||Vi(e))&&V_[e.name]||H_}}function Vv(e){return e.type==="element"&&(!e.namespace||Vi(e))&&W_[e.name]||U_}function e_(e){let t=Number.POSITIVE_INFINITY;for(let r of e.split(`
247
+ `)){if(r.length===0)continue;let n=mr.getLeadingWhitespaceCount(r);if(n===0)return 0;r.length!==n&&n<t&&(t=n)}return t===Number.POSITIVE_INFINITY?0:t}function Uv(e,t=e_(e)){return t===0?e:e.split(`
248
+ `).map(r=>r.slice(t)).join(`
249
+ `)}function Wv(e){return xt(!1,xt(!1,e,"&apos;","'"),"&quot;",'"')}function zn(e){return Wv(e.value)}function _u(e,t){return yo(e,t)&&!G_.has(e.fullName)}function yo(e,t){return t.parser==="vue"&&e.type==="element"&&e.parent.type==="root"&&e.fullName.toLowerCase()!=="html"}function b1(e,t){return yo(e,t)&&(_u(e,t)||e.attrMap.lang&&e.attrMap.lang!=="html")}function t_(e){let t=e.fullName;return t.charAt(0)==="#"||t==="slot-scope"||t==="v-slot"||t.startsWith("v-slot:")}function r_(e,t){let r=e.parent;if(!yo(r,t))return!1;let n=r.fullName,a=e.fullName;return n==="script"&&a==="setup"||n==="style"&&a==="vars"}function qv(e,t=e.value){return e.parent.isWhitespaceSensitive?e.parent.isIndentationSensitive?Kt(t):Kt(Uv(ny(t)),he):go(je,mr.split(t))}function Gv(e,t){return yo(e,t)&&e.name==="script"}async function n_(e,t){let r=[];for(let[n,a]of e.split(ay).entries())if(n%2===0)r.push(Kt(a));else try{r.push(We(["{{",sn([je,await Er(a,t,{parser:"__ng_interpolation",__isInHtmlInterpolation:!0,trailingComma:"none"})]),je,"}}"]))}catch{r.push("{{",Kt(a),"}}")}return r}function bc({parser:e}){return(t,r,n)=>Er(zn(n.node),t,{parser:e,trailingComma:"none"},vo)}function h7(e,t){if(t.parser!=="angular")return;let{node:r}=e,n=r.fullName;if(n.startsWith("(")&&n.endsWith(")")||n.startsWith("on-"))return K_;if(n.startsWith("[")&&n.endsWith("]")||/^bind(?:on)?-/.test(n)||/^ng-(?:if|show|hide|class|style)$/.test(n))return Y_;if(n.startsWith("*"))return X_;let a=zn(r);if(/^i18n(?:-.+)?$/.test(n))return()=>Su(zv(qv(r,a.trim())),!a.includes("@@"));if(ay.test(a))return o=>n_(a,o)}function m7(e,t){let{node:r}=e,n=zn(r);if(r.fullName==="class"&&!t.parentParser&&!n.includes("{{"))return()=>n.trim().split(/\s+/).join(" ")}function yg(e){return e===" "||e===`
250
+ `||e==="\f"||e==="\r"||e===" "}function g7(e){let t=e.length,r,n,a,o,i,l=0,s;function d(m){let g,v=m.exec(e.substring(l));if(v)return[g]=v,l+=g.length,g}c(d,"p");let f=[];for(;;){if(d(eA),l>=t){if(f.length===0)throw new Error("Must contain one or more image candidate strings.");return f}s=l,r=d(tA),n=[],r.slice(-1)===","?(r=r.replace(rA,""),p()):h()}function h(){for(d(Q_),a="",o="in descriptor";;){if(i=e.charAt(l),o==="in descriptor")if(yg(i))a&&(n.push(a),a="",o="after descriptor");else if(i===","){l+=1,a&&n.push(a),p();return}else if(i==="(")a+=i,o="in parens";else if(i===""){a&&n.push(a),p();return}else a+=i;else if(o==="in parens")if(i===")")a+=i,o="in descriptor";else if(i===""){n.push(a),p();return}else a+=i;else if(o==="after descriptor"&&!yg(i))if(i===""){p();return}else o="in descriptor",l-=1;l+=1}}c(h,"m");function p(){let m=!1,g,v,C,E,y={},b,x,D,S,k;for(E=0;E<n.length;E++)b=n[E],x=b[b.length-1],D=b.substring(0,b.length-1),S=parseInt(D,10),k=parseFloat(D),Dg.test(D)&&x==="w"?((g||v)&&(m=!0),S===0?m=!0:g=S):nA.test(D)&&x==="x"?((g||v||C)&&(m=!0),k<0?m=!0:v=k):Dg.test(D)&&x==="h"?((C||v)&&(m=!0),S===0?m=!0:C=S):m=!0;if(!m)y.source={value:r,startOffset:s},g&&(y.width={value:g}),v&&(y.density={value:v}),C&&(y.height={value:C}),f.push(y);else throw new Error(`Invalid srcset descriptor found in "${e}" at "${b}".`)}c(p,"g")}function v7(e){if(e.node.fullName==="srcset"&&(e.parent.fullName==="img"||e.parent.fullName==="source"))return()=>a_(zn(e.node))}function a_(e){let t=aA(e),r=oA.filter(f=>t.some(h=>Object.prototype.hasOwnProperty.call(h,f)));if(r.length>1)throw new Error("Mixed descriptor in srcset is not supported");let[n]=r,a=Sg[n],o=t.map(f=>f.source.value),i=Math.max(...o.map(f=>f.length)),l=t.map(f=>f[n]?String(f[n].value):""),s=l.map(f=>{let h=f.indexOf(".");return h===-1?f.length:h}),d=Math.max(...s);return Su(go([",",je],o.map((f,h)=>{let p=[f],m=l[h];if(m){let g=i-f.length+1,v=d-s[h],C=" ".repeat(g+v);p.push(Xs(C," "),m+a)}return p})))}function o_(e,t){let{node:r}=e,n=zn(e.node).trim();if(r.fullName==="style"&&!t.parentParser&&!n.includes("{{"))return async a=>Su(await a(n,{parser:"css",__isHTMLStyleAttribute:!0}))}function y7(e,t){let{root:r}=e;return i0.has(r)||i0.set(r,r.children.some(n=>Gv(n,t)&&["ts","typescript"].includes(n.attrMap.lang))),i0.get(r)}function i_(e,t,r){let{node:n}=r,a=zn(n);return Er(`type T<${a}> = any`,e,{parser:"babel-ts",__isEmbeddedTypescriptGenericParameters:!0},vo)}function l_(e,t,{parseWithTs:r}){return Er(`function _(${e}) {}`,t,{parser:r?"babel-ts":"babel",__isVueBindings:!0})}function s_(e){let t=/^(?:[\w$]+|\([^)]*\))\s*=>|^function\s*\(/,r=/^[$_a-z][\w$]*(?:\.[$_a-z][\w$]*|\['[^']*']|\["[^"]*"]|\[\d+]|\[[$_a-z][\w$]*])*$/i,n=e.trim();return t.test(n)||r.test(n)}async function u_(e,t,r,n){let a=zn(r.node),{left:o,operator:i,right:l}=c_(a),s=F1(r,n);return[We(await Er(`function _(${o}) {}`,e,{parser:s?"babel-ts":"babel",__isVueForBindingLeft:!0}))," ",i," ",await Er(l,e,{parser:s?"__ts_expression":"__js_expression"})]}function c_(e){let t=/(.*?)\s+(in|of)\s+(.*)/s,r=/,([^,\]}]*)(?:,([^,\]}]*))?$/,n=/^\(|\)$/g,a=e.match(t);if(!a)return;let o={};if(o.for=a[3].trim(),!o.for)return;let i=xt(!1,a[1].trim(),n,""),l=i.match(r);l?(o.alias=i.replace(r,""),o.iterator1=l[1].trim(),l[2]&&(o.iterator2=l[2].trim())):o.alias=i;let s=[o.alias,o.iterator1,o.iterator2];if(!s.some((d,f)=>!d&&(f===0||s.slice(f+1).some(Boolean))))return{left:s.filter(Boolean).join(","),operator:a[2],right:o.for}}function w7(e,t){if(t.parser!=="vue")return;let{node:r}=e,n=r.fullName;if(n==="v-for")return u_;if(n==="generic"&&Gv(r.parent,t))return i_;let a=zn(r),o=F1(e,t);if(t_(r)||r_(r,t))return i=>l_(a,i,{parseWithTs:o});if(n.startsWith("@")||n.startsWith("v-on:"))return i=>d_(a,i,{parseWithTs:o});if(n.startsWith(":")||n.startsWith("v-bind:"))return i=>p_(a,i,{parseWithTs:o});if(n.startsWith("v-"))return i=>Kv(a,i,{parseWithTs:o})}function d_(e,t,{parseWithTs:r}){return s_(e)?Kv(e,t,{parseWithTs:r}):Er(e,t,{parser:r?"__vue_ts_event_binding":"__vue_event_binding"},vo)}function p_(e,t,{parseWithTs:r}){return Er(e,t,{parser:r?"__vue_ts_expression":"__vue_expression"},vo)}function Kv(e,t,{parseWithTs:r}){return Er(e,t,{parser:r?"__ts_expression":"__js_expression"},vo)}function b7(e,t){let{node:r}=e;if(r.value){if(/^PRETTIER_HTML_PLACEHOLDER_\d+_\d+_IN_JS$/.test(t.originalText.slice(r.valueSpan.start.offset,r.valueSpan.end.offset))||t.parser==="lwc"&&r.value.startsWith("{")&&r.value.endsWith("}"))return[r.rawName,"=",r.value];for(let n of[iA,o_,J_,lA,Z_]){let a=n(e,t);if(a)return f_(a)}}}function f_(e){return async(t,r,n,a)=>{let o=await e(t,r,n,a);if(o)return o=y1(o,i=>typeof i=="string"?xt(!1,i,'"',"&quot;"):i),[n.node.rawName,'="',We(o),'"']}}function E7(e){return Array.isArray(e)&&e.length>0}function Au(e){return e.sourceSpan.start.offset}function Fu(e){return e.sourceSpan.end.offset}function od(e,t){return[e.isSelfClosing?"":h_(e,t),di(e,t)]}function h_(e,t){return e.lastChild&&Ni(e.lastChild)?"":[m_(e,t),E1(e,t)]}function di(e,t){return(e.next?pa(e.next):ll(e.parent))?"":[il(e,t),da(e,t)]}function m_(e,t){return ll(e)?il(e.lastChild,t):""}function da(e,t){return Ni(e)?E1(e.parent,t):$u(e)?x1(e.next):""}function E1(e,t){if(oy(!e.isSelfClosing),Yv(e,t))return"";switch(e.type){case"ieConditionalComment":return"<!";case"element":if(e.hasHtmComponentClosingTag)return"<//";default:return`</${e.rawName}`}}function il(e,t){if(Yv(e,t))return"";switch(e.type){case"ieConditionalComment":case"ieConditionalEndComment":return"[endif]-->";case"ieConditionalStartComment":return"]><!-->";case"interpolation":return"}}";case"angularIcuExpression":return"}";case"element":if(e.isSelfClosing)return"/>";default:return">"}}function Yv(e,t){return!e.isSelfClosing&&!e.endSourceSpan&&(ku(e)||Bv(e.parent,t))}function pa(e){return e.prev&&e.prev.type!=="docType"&&e.type!=="angularControlFlowBlock"&&!Rt(e.prev)&&e.isLeadingSpaceSensitive&&!e.hasLeadingSpaces}function ll(e){var t;return((t=e.lastChild)==null?void 0:t.isTrailingSpaceSensitive)&&!e.lastChild.hasTrailingSpaces&&!Rt(w1(e.lastChild))&&!lo(e)}function Ni(e){return!e.next&&!e.hasTrailingSpaces&&e.isTrailingSpaceSensitive&&Rt(w1(e))}function $u(e){return e.next&&!Rt(e.next)&&Rt(e)&&e.isTrailingSpaceSensitive&&!e.hasTrailingSpaces}function g_(e){let t=e.trim().match(/^prettier-ignore-attribute(?:\s+(.+))?$/s);return t?t[1]?t[1].split(/\s+/):!0:!1}function Tu(e){return!e.prev&&e.isLeadingSpaceSensitive&&!e.hasLeadingSpaces}function v_(e,t,r){var n;let{node:a}=e;if(!$1(a.attrs))return a.isSelfClosing?" ":"";let o=((n=a.prev)==null?void 0:n.type)==="comment"&&g_(a.prev.value),i=typeof o=="boolean"?()=>o:Array.isArray(o)?h=>o.includes(h.rawName):()=>!1,l=e.map(({node:h})=>i(h)?Kt(t.originalText.slice(Au(h),Fu(h))):r(),"attrs"),s=a.type==="element"&&a.fullName==="script"&&a.attrs.length===1&&a.attrs[0].fullName==="src"&&a.children.length===0,d=t.singleAttributePerLine&&a.attrs.length>1&&!yo(a,t)?he:je,f=[sn([s?" ":je,go(d,l)])];return a.firstChild&&Tu(a.firstChild)||a.isSelfClosing&&ll(a.parent)||s?f.push(a.isSelfClosing?" ":""):f.push(t.bracketSameLine?a.isSelfClosing?" ":"":a.isSelfClosing?je:Ve),f}function y_(e){return e.firstChild&&Tu(e.firstChild)?"":C1(e)}function id(e,t,r){let{node:n}=e;return[pi(n,t),v_(e,t,r),n.isSelfClosing?"":y_(n)]}function pi(e,t){return e.prev&&$u(e.prev)?"":[fa(e,t),x1(e)]}function fa(e,t){return Tu(e)?C1(e.parent):pa(e)?il(e.prev,t):""}function x1(e){switch(e.type){case"ieConditionalComment":case"ieConditionalStartComment":return`<!--[if ${e.condition}`;case"ieConditionalEndComment":return"<!--<!";case"interpolation":return"{{";case"docType":return e.value==="html"?"<!doctype":"<!DOCTYPE";case"angularIcuExpression":return"{";case"element":if(e.condition)return`<!--[if ${e.condition}]><!--><${e.rawName}`;default:return`<${e.rawName}`}}function C1(e){switch(oy(!e.isSelfClosing),e.type){case"ieConditionalComment":return"]>";case"element":if(e.condition)return"><!--<![endif]-->";default:return">"}}function x7(e,t){if(!e.endSourceSpan)return"";let r=e.startSourceSpan.end.offset;e.firstChild&&Tu(e.firstChild)&&(r-=C1(e).length);let n=e.endSourceSpan.start.offset;return e.lastChild&&Ni(e.lastChild)?n+=E1(e,t).length:ll(e)&&(n-=il(e.lastChild,t).length),t.originalText.slice(r,n)}function C7(e,t){let{node:r}=e;switch(r.type){case"element":if(tn(r)||r.type==="interpolation")return;if(!r.isSelfClosing&&b1(r,t)){let n=vg(r,t);return n?async(a,o)=>{let i=iy(r,t),l=/^\s*$/.test(i),s="";return l||(s=await a(ny(i),{parser:n,__embeddedInHtml:!0}),l=s===""),[fa(r,t),We(id(e,t,o)),l?"":he,s,l?"":he,od(r,t),da(r,t)]}:void 0}break;case"text":if(tn(r.parent)){let n=vg(r.parent,t);if(n)return async a=>{let o=n==="markdown"?Uv(r.value.replace(/^[^\S\n]*\n/,"")):r.value,i={parser:n,__embeddedInHtml:!0};if(t.parser==="html"&&n==="babel"){let l="script",{attrMap:s}=r.parent;s&&(s.type==="module"||s.type==="text/babel"&&s["data-type"]==="module")&&(l="module"),i.__babelSourceType=l}return[hi,fa(r,t),await a(o,i),da(r,t)]}}else if(r.parent.type==="interpolation")return async n=>{let a={__isInHtmlInterpolation:!0,__embeddedInHtml:!0};return t.parser==="angular"?(a.parser="__ng_interpolation",a.trailingComma="none"):t.parser==="vue"?a.parser=F1(e,t)?"__vue_ts_expression":"__vue_expression":a.parser="__js_expression",[sn([je,await n(r.value,a)]),r.parent.next&&pa(r.parent.next)?" ":je]};break;case"attribute":return sA(e,t);case"front-matter":return n=>P_(r,n);case"angularControlFlowBlockParameters":return uA.has(e.parent.name)?N_:void 0}}function fi(e){if(Uo!==null&&typeof Uo.property){let t=Uo;return Uo=fi.prototype=null,t}return Uo=fi.prototype=e??Object.create(null),new fi}function w_(e){return fi(e)}function D7(e,t="type"){w_(e);function r(n){let a=n[t],o=e[a];if(!Array.isArray(o))throw Object.assign(new Error(`Missing visitor keys for '${a}'.`),{node:n});return o}return c(r,"r"),r}function b_(e){return/^\s*<!--\s*@(?:format|prettier)\s*-->/.test(e)}function S7(e){return`<!-- @format -->
251
+
252
+ `+e}function Xv(e){let t=Fu(e);return e.type==="element"&&!e.endSourceSpan&&$1(e.children)?Math.max(t,Xv(Hi(!1,e.children,-1))):t}function Vo(e,t,r){let n=e.node;if(ku(n)){let a=Xv(n);return[fa(n,t),Kt(mr.trimEnd(t.originalText.slice(Au(n)+(n.prev&&$u(n.prev)?x1(n).length:0),a-(n.next&&pa(n.next)?il(n,t).length:0)))),da(n,t)]}return r()}function as(e,t){return Rt(e)&&Rt(t)?e.isTrailingSpaceSensitive?e.hasTrailingSpaces?o0(t)?he:je:"":o0(t)?he:Ve:$u(e)&&(ku(t)||t.firstChild||t.isSelfClosing||t.type==="element"&&t.attrs.length>0)||e.type==="element"&&e.isSelfClosing&&pa(t)?"":!t.isLeadingSpaceSensitive||o0(t)||pa(t)&&e.lastChild&&Ni(e.lastChild)&&e.lastChild.lastChild&&Ni(e.lastChild.lastChild)?he:t.hasLeadingSpaces?je:Ve}function D1(e,t,r){let{node:n}=e;if(Ov(n))return[hi,...e.map(o=>{let i=o.node,l=i.prev?as(i.prev,i):"";return[l?[l,ns(i.prev)?he:""]:"",Vo(o,t,r)]},"children")];let a=n.children.map(()=>Symbol(""));return e.map((o,i)=>{let l=o.node;if(Rt(l)){if(l.prev&&Rt(l.prev)){let g=as(l.prev,l);if(g)return ns(l.prev)?[he,he,Vo(o,t,r)]:[g,Vo(o,t,r)]}return Vo(o,t,r)}let s=[],d=[],f=[],h=[],p=l.prev?as(l.prev,l):"",m=l.next?as(l,l.next):"";return p&&(ns(l.prev)?s.push(he,he):p===he?s.push(he):Rt(l.prev)?d.push(p):d.push(Xs("",Ve,{groupId:a[i-1]}))),m&&(ns(l)?Rt(l.next)&&h.push(he,he):m===he?Rt(l.next)&&h.push(he):f.push(m)),[...s,We([...d,We([Vo(o,t,r),...f],{id:a[i]})]),...h]},"children")}function E_(e,t,r){let{node:n}=e,a=[];x_(e)&&a.push("} "),a.push("@",n.name),n.parameters&&a.push(" (",We(r("parameters")),")"),a.push(" {");let o=Zv(n);return n.children.length>0?(n.firstChild.hasLeadingSpaces=!0,n.lastChild.hasTrailingSpaces=!0,a.push(sn([he,D1(e,t,r)])),o&&a.push(he,"}")):o&&a.push("}"),We(a,{shouldBreak:!0})}function Zv(e){var t,r;return!(((t=e.next)==null?void 0:t.type)==="angularControlFlowBlock"&&(r=cA.get(e.name))!=null&&r.has(e.next.name))}function x_(e){let{previous:t}=e;return t?.type==="angularControlFlowBlock"&&!ku(t)&&!Zv(t)}function C_(e,t,r){return[sn([Ve,go([";",je],e.map(r,"children"))]),Ve]}function D_(e,t,r){let{node:n}=e;return[pi(n,t),We([n.switchValue.trim(),", ",n.clause,n.cases.length>0?[",",sn([je,go(je,e.map(r,"cases"))])]:"",Ve]),di(n,t)]}function S_(e,t,r){let{node:n}=e;return[n.value," {",We([sn([Ve,e.map(({node:a})=>a.type==="text"&&!mr.trim(a.value)?"":r(),"expression")]),Ve]),"}"]}function k_(e,t,r){let{node:n}=e;if(Bv(n,t))return[fa(n,t),We(id(e,t,r)),Kt(iy(n,t)),...od(n,t),da(n,t)];let a=n.children.length===1&&(n.firstChild.type==="interpolation"||n.firstChild.type==="angularIcuExpression")&&n.firstChild.isLeadingSpaceSensitive&&!n.firstChild.hasLeadingSpaces&&n.lastChild.isTrailingSpaceSensitive&&!n.lastChild.hasTrailingSpaces,o=Symbol("element-attr-group-id"),i=c(f=>We([We(id(e,t,r),{id:o}),f,od(n,t)]),"a"),l=c(f=>a?Tk(f,{groupId:o}):(tn(n)||_u(n,t))&&n.parent.type==="root"&&t.parser==="vue"&&!t.vueIndentScriptAndStyle?f:sn(f),"o"),s=c(()=>a?Xs(Ve,"",{groupId:o}):n.firstChild.hasLeadingSpaces&&n.firstChild.isLeadingSpaceSensitive?je:n.firstChild.type==="text"&&n.isWhitespaceSensitive&&n.isIndentationSensitive?Fk(Ve):Ve,"u"),d=c(()=>(n.next?pa(n.next):ll(n.parent))?n.lastChild.hasTrailingSpaces&&n.lastChild.isTrailingSpaceSensitive?" ":"":a?Xs(Ve,"",{groupId:o}):n.lastChild.hasTrailingSpaces&&n.lastChild.isTrailingSpaceSensitive?je:(n.lastChild.type==="comment"||n.lastChild.type==="text"&&n.isWhitespaceSensitive&&n.isIndentationSensitive)&&new RegExp(`\\n[\\t ]{${t.tabWidth*(e.ancestors.length-1)}}$`).test(n.lastChild.value)?"":Ve,"p");return n.children.length===0?i(n.hasDanglingSpaces&&n.isDanglingSpaceSensitive?je:""):i([jk(n)?hi:"",l([s(),D1(e,t,r)]),d()])}function ld(e){return e>=9&&e<=32||e==160}function Jv(e){return 48<=e&&e<=57}function sd(e){return e>=97&&e<=122||e>=65&&e<=90}function __(e){return e>=97&&e<=102||e>=65&&e<=70||Jv(e)}function lf(e){return e===10||e===13}function sf(e){return 48<=e&&e<=55}function uf(e){return e===39||e===34||e===96}function k7(e){return e.replace(dA,(...t)=>t[1].toUpperCase())}function _7(e,t){for(let r of pA)r(e,t);return e}function A7(e){e.walk(t=>{if(t.type==="element"&&t.tagDefinition.ignoreFirstLf&&t.children.length>0&&t.children[0].type==="text"&&t.children[0].value[0]===`
253
+ `){let r=t.children[0];r.value.length===1?t.removeChild(r):r.value=r.value.slice(1)}})}function F7(e){let t=c(r=>{var n,a;return r.type==="element"&&((n=r.prev)==null?void 0:n.type)==="ieConditionalStartComment"&&r.prev.sourceSpan.end.offset===r.startSourceSpan.start.offset&&((a=r.firstChild)==null?void 0:a.type)==="ieConditionalEndComment"&&r.firstChild.sourceSpan.start.offset===r.startSourceSpan.end.offset},"e");e.walk(r=>{if(r.children)for(let n=0;n<r.children.length;n++){let a=r.children[n];if(!t(a))continue;let o=a.prev,i=a.firstChild;r.removeChild(o),n--;let l=new oe(o.sourceSpan.start,i.sourceSpan.end),s=new oe(l.start,a.sourceSpan.end);a.condition=o.condition,a.sourceSpan=s,a.startSourceSpan=l,a.removeChild(i)}})}function A_(e,t,r){e.walk(n=>{if(n.children)for(let a=0;a<n.children.length;a++){let o=n.children[a];if(o.type!=="text"&&!t(o))continue;o.type!=="text"&&(o.type="text",o.value=r(o));let i=o.prev;!i||i.type!=="text"||(i.value+=o.value,i.sourceSpan=new oe(i.sourceSpan.start,o.sourceSpan.end),n.removeChild(o),a--)}})}function $7(e){return A_(e,t=>t.type==="cdata",t=>`<![CDATA[${t.value}]]>`)}function T7(e){let t=c(r=>{var n,a;return r.type==="element"&&r.attrs.length===0&&r.children.length===1&&r.firstChild.type==="text"&&!mr.hasWhitespaceCharacter(r.children[0].value)&&!r.firstChild.hasLeadingSpaces&&!r.firstChild.hasTrailingSpaces&&r.isLeadingSpaceSensitive&&!r.hasLeadingSpaces&&r.isTrailingSpaceSensitive&&!r.hasTrailingSpaces&&((n=r.prev)==null?void 0:n.type)==="text"&&((a=r.next)==null?void 0:a.type)==="text"},"e");e.walk(r=>{if(r.children)for(let n=0;n<r.children.length;n++){let a=r.children[n];if(!t(a))continue;let o=a.prev,i=a.next;o.value+=`<${a.rawName}>`+a.firstChild.value+`</${a.rawName}>`+i.value,o.sourceSpan=new oe(o.sourceSpan.start,i.sourceSpan.end),o.isTrailingSpaceSensitive=i.isTrailingSpaceSensitive,o.hasTrailingSpaces=i.hasTrailingSpaces,r.removeChild(a),n--,r.removeChild(i)}})}function I7(e,t){if(t.parser==="html")return;let r=/{{(.+?)}}/s;e.walk(n=>{if(Lk(n))for(let a of n.children){if(a.type!=="text")continue;let o=a.sourceSpan.start,i=null,l=a.value.split(r);for(let s=0;s<l.length;s++,o=i){let d=l[s];if(s%2===0){i=o.moveBy(d.length),d.length>0&&n.insertChildBefore(a,{type:"text",value:d,sourceSpan:new oe(o,i)});continue}i=o.moveBy(d.length+4),n.insertChildBefore(a,{type:"interpolation",sourceSpan:new oe(o,i),children:d.length===0?[]:[{type:"text",value:d,sourceSpan:new oe(o.moveBy(2),i.moveBy(-2))}]})}n.removeChild(a)}})}function R7(e){e.walk(t=>{if(!t.children)return;if(t.children.length===0||t.children.length===1&&t.children[0].type==="text"&&mr.trim(t.children[0].value).length===0){t.hasDanglingSpaces=t.children.length>0,t.children=[];return}let r=Ok(t),n=Lv(t);if(!r)for(let a=0;a<t.children.length;a++){let o=t.children[a];if(o.type!=="text")continue;let{leadingWhitespace:i,text:l,trailingWhitespace:s}=q_(o.value),d=o.prev,f=o.next;l?(o.value=l,o.sourceSpan=new oe(o.sourceSpan.start.moveBy(i.length),o.sourceSpan.end.moveBy(-s.length)),i&&(d&&(d.hasTrailingSpaces=!0),o.hasLeadingSpaces=!0),s&&(o.hasTrailingSpaces=!0,f&&(f.hasLeadingSpaces=!0))):(t.removeChild(o),a--,(i||s)&&(d&&(d.hasTrailingSpaces=!0),f&&(f.hasLeadingSpaces=!0)))}t.isWhitespaceSensitive=r,t.isIndentationSensitive=n})}function z7(e){e.walk(t=>{t.isSelfClosing=!t.children||t.type==="element"&&(t.tagDefinition.isVoid||t.endSourceSpan&&t.startSourceSpan.start===t.endSourceSpan.start&&t.startSourceSpan.end===t.endSourceSpan.end)})}function B7(e,t){e.walk(r=>{r.type==="element"&&(r.hasHtmComponentClosingTag=r.endSourceSpan&&/^<\s*\/\s*\/\s*>$/.test(t.originalText.slice(r.endSourceSpan.start.offset,r.endSourceSpan.end.offset)))})}function L7(e,t){e.walk(r=>{r.cssDisplay=Qk(r,t)})}function O7(e,t){e.walk(r=>{let{children:n}=r;if(n){if(n.length===0){r.isDanglingSpaceSensitive=Nk(r);return}for(let a of n)a.isLeadingSpaceSensitive=Mk(a,t),a.isTrailingSpaceSensitive=Pk(a,t);for(let a=0;a<n.length;a++){let o=n[a];o.isLeadingSpaceSensitive=(a===0||o.prev.isTrailingSpaceSensitive)&&o.isLeadingSpaceSensitive,o.isTrailingSpaceSensitive=(a===n.length-1||o.next.isLeadingSpaceSensitive)&&o.isTrailingSpaceSensitive}}})}function M7(e,t,r){let{node:n}=e;switch(n.type){case"front-matter":return Kt(n.raw);case"root":return t.__onHtmlRoot&&t.__onHtmlRoot(n),[We(D1(e,t,r)),he];case"element":case"ieConditionalComment":return k_(e,t,r);case"angularControlFlowBlock":return E_(e,t,r);case"angularControlFlowBlockParameters":return C_(e,t,r);case"angularControlFlowBlockParameter":return mr.trim(n.expression);case"angularIcuExpression":return D_(e,t,r);case"angularIcuCase":return S_(e,t,r);case"ieConditionalStartComment":case"ieConditionalEndComment":return[pi(n),di(n)];case"interpolation":return[pi(n,t),...e.map(r,"children"),di(n,t)];case"text":{if(n.parent.type==="interpolation"){let o=/\n[^\S\n]*$/,i=o.test(n.value),l=i?n.value.replace(o,""):n.value;return[Kt(l),i?he:""]}let a=Rk([fa(n,t),...qv(n),da(n,t)]);return Array.isArray(a)?zv(a):a}case"docType":return[We([pi(n,t)," ",xt(!1,n.value.replace(/^html\b/i,"html"),/\s+/g," ")]),di(n,t)];case"comment":return[fa(n,t),Kt(t.originalText.slice(Au(n),Fu(n))),da(n,t)];case"attribute":{if(n.value===null)return n.rawName;let a=Wv(n.value),o=L_(a,'"');return[n.rawName,"=",o,Kt(o==='"'?xt(!1,a,'"',"&quot;"):xt(!1,a,"'","&apos;")),o]}case"cdata":default:throw new O_(n,"HTML")}}function Zs(e){if(e[0]!=":")return[null,e];let t=e.indexOf(":",1);if(t===-1)throw new Error(`Unsupported format "${e}" expecting ":namespace:name"`);return[e.slice(1,t),e.slice(t+1)]}function cf(e){return Zs(e)[1]==="ng-container"}function df(e){return Zs(e)[1]==="ng-content"}function os(e){return e===null?null:Zs(e)[0]}function zl(e,t){return e?`:${e}:${t}`:t}function pf(){return l0||(l0={},is(Wa.HTML,["iframe|srcdoc","*|innerHTML","*|outerHTML"]),is(Wa.STYLE,["*|style"]),is(Wa.URL,["*|formAction","area|href","area|ping","audio|src","a|href","a|ping","blockquote|cite","body|background","del|cite","form|action","img|src","input|src","ins|cite","q|cite","source|src","track|src","video|poster","video|src"]),is(Wa.RESOURCE_URL,["applet|code","applet|codebase","base|href","embed|src","frame|src","head|profile","html|manifest","iframe|src","link|href","media|src","object|codebase","object|data","script|src"])),l0}function is(e,t){for(let r of t)l0[r.toLowerCase()]=e}function P7(e){switch(e){case"width":case"height":case"minWidth":case"minHeight":case"maxWidth":case"maxHeight":case"left":case"top":case"bottom":case"right":case"fontSize":case"outlineWidth":case"outlineOffset":case"paddingTop":case"paddingLeft":case"paddingBottom":case"paddingRight":case"marginTop":case"marginLeft":case"marginBottom":case"marginRight":case"borderRadius":case"borderWidth":case"borderTopWidth":case"borderLeftWidth":case"borderRightWidth":case"borderBottomWidth":case"textIndent":return!0;default:return!1}}function ud(e){return Ll||(Pb=new ee({canSelfClose:!0}),Ll=Object.assign(Object.create(null),{base:new ee({isVoid:!0}),meta:new ee({isVoid:!0}),area:new ee({isVoid:!0}),embed:new ee({isVoid:!0}),link:new ee({isVoid:!0}),img:new ee({isVoid:!0}),input:new ee({isVoid:!0}),param:new ee({isVoid:!0}),hr:new ee({isVoid:!0}),br:new ee({isVoid:!0}),source:new ee({isVoid:!0}),track:new ee({isVoid:!0}),wbr:new ee({isVoid:!0}),p:new ee({closedByChildren:["address","article","aside","blockquote","div","dl","fieldset","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","hr","main","nav","ol","p","pre","section","table","ul"],closedByParent:!0}),thead:new ee({closedByChildren:["tbody","tfoot"]}),tbody:new ee({closedByChildren:["tbody","tfoot"],closedByParent:!0}),tfoot:new ee({closedByChildren:["tbody"],closedByParent:!0}),tr:new ee({closedByChildren:["tr"],closedByParent:!0}),td:new ee({closedByChildren:["td","th"],closedByParent:!0}),th:new ee({closedByChildren:["td","th"],closedByParent:!0}),col:new ee({isVoid:!0}),svg:new ee({implicitNamespacePrefix:"svg"}),foreignObject:new ee({implicitNamespacePrefix:"svg",preventNamespaceInheritance:!0}),math:new ee({implicitNamespacePrefix:"math"}),li:new ee({closedByChildren:["li"],closedByParent:!0}),dt:new ee({closedByChildren:["dt","dd"]}),dd:new ee({closedByChildren:["dt","dd"],closedByParent:!0}),rb:new ee({closedByChildren:["rb","rt","rtc","rp"],closedByParent:!0}),rt:new ee({closedByChildren:["rb","rt","rtc","rp"],closedByParent:!0}),rtc:new ee({closedByChildren:["rb","rtc","rp"],closedByParent:!0}),rp:new ee({closedByChildren:["rb","rt","rtc","rp"],closedByParent:!0}),optgroup:new ee({closedByChildren:["optgroup"],closedByParent:!0}),option:new ee({closedByChildren:["option","optgroup"],closedByParent:!0}),pre:new ee({ignoreFirstLf:!0}),listing:new ee({ignoreFirstLf:!0}),style:new ee({contentType:hr.RAW_TEXT}),script:new ee({contentType:hr.RAW_TEXT}),title:new ee({contentType:{default:hr.ESCAPABLE_RAW_TEXT,svg:hr.PARSABLE_DATA}}),textarea:new ee({contentType:hr.ESCAPABLE_RAW_TEXT,ignoreFirstLf:!0})}),new fA().allKnownElementNames().forEach(t=>{!Ll[t]&&os(t)===null&&(Ll[t]=new ee({canSelfClose:!1}))})),Ll[e]??Pb}function wg(e,t,r=null){let n=[],a=e.visit?o=>e.visit(o,r)||o.visit(e,r):o=>o.visit(e,r);return t.forEach(o=>{let i=a(o);i&&n.push(i)}),n}function N7(e,t){if(t!=null&&!(Array.isArray(t)&&t.length==2))throw new Error(`Expected '${e}' to be an array, [start, end].`);if(t!=null){let r=t[0],n=t[1];mA.forEach(a=>{if(a.test(r)||a.test(n))throw new Error(`['${r}', '${n}'] contains unusable interpolation symbol.`)})}}function j7(e,t,r,n={}){let a=new vA(new ly(e,t),r,n);return a.tokenize(),new gA(F_(a.tokens),a.errors,a.nonNormalizedIcuExpressions)}function Ta(e){return`Unexpected character "${e===0?"EOF":String.fromCharCode(e)}"`}function ff(e){return`Unknown entity "${e}" - use the "&#<decimal>;" or "&#x<hex>;" syntax`}function H7(e,t){return`Unable to parse entity "${t}" - ${e} character reference entities must end with ";"`}function Le(e){return!ld(e)||e===0}function hf(e){return ld(e)||e===62||e===60||e===47||e===39||e===34||e===61||e===0}function V7(e){return(e<97||122<e)&&(e<65||90<e)&&(e<48||e>57)}function U7(e){return e===59||e===0||!__(e)}function W7(e){return e===59||e===0||!sd(e)}function q7(e){return e!==125}function G7(e,t){return bg(e)===bg(t)}function bg(e){return e>=97&&e<=122?e-97+65:e}function mf(e){return sd(e)||Jv(e)||e===95}function gf(e){return e!==59&&Le(e)}function F_(e){let t=[],r;for(let n=0;n<e.length;n++){let a=e[n];r&&r.type===5&&a.type===5||r&&r.type===16&&a.type===16?(r.parts[0]+=a.parts[0],r.sourceSpan.end=a.sourceSpan.end):(r=a,t.push(r))}return t}function vf(e,t){return e.length>0&&e[e.length-1]===t}function yf(e,t){return _s[t]!==void 0?_s[t]||e:/^#x[a-f0-9]+$/i.test(t)?String.fromCodePoint(parseInt(t.slice(2),16)):/^#\d+$/.test(t)?String.fromCodePoint(parseInt(t.slice(1),10)):e}function Eg(e,t={}){let{canSelfClose:r=!1,allowHtmComponentClosingTags:n=!1,isTagNameCaseSensitive:a=!1,getTagContentType:o,tokenizeAngularBlocks:i=!1}=t;return yA().parse(e,"angular-html-parser",{tokenizeExpansionForms:i,interpolationConfig:void 0,canSelfClose:r,allowHtmComponentClosingTags:n,tokenizeBlocks:i},a,o)}function K7(e,t){let r=new SyntaxError(e+" ("+t.loc.start.line+":"+t.loc.start.column+")");return Object.assign(r,t)}function Y7(e){let t=e.match(bA);if(!t)return{content:e};let{startDelimiter:r,language:n,value:a="",endDelimiter:o}=t.groups,i=n.trim()||"yaml";if(r==="+++"&&(i="toml"),i!=="yaml"&&r!==o)return{content:e};let[l]=t;return{frontMatter:{type:"front-matter",lang:i,value:a,startDelimiter:r,endDelimiter:o,raw:l.replace(/\n$/,"")},content:xt(!1,l,/[^\n]/g," ")+e.slice(l.length)}}function X7(e,t){let r=e.map(t);return r.some((n,a)=>n!==e[a])?r:e}function $_(e,t){if(e.value)for(let{regex:r,parse:n}of CA){let a=e.value.match(r);if(a)return n(e,t,a)}return null}function Z7(e,t,r){let[,n,a,o]=r,i=4+n.length,l=e.sourceSpan.start.moveBy(i),s=l.moveBy(o.length),[d,f]=(()=>{try{return[!0,t(o,l).children]}catch{return[!1,[{type:"text",value:o,sourceSpan:new oe(l,s)}]]}})();return{type:"ieConditionalComment",complete:d,children:f,condition:xt(!1,a.trim(),/\s+/g," "),sourceSpan:e.sourceSpan,startSourceSpan:new oe(e.sourceSpan.start,l),endSourceSpan:new oe(s,e.sourceSpan.end)}}function J7(e,t,r){let[,n]=r;return{type:"ieConditionalStartComment",condition:xt(!1,n.trim(),/\s+/g," "),sourceSpan:e.sourceSpan}}function Q7(e){return{type:"ieConditionalEndComment",sourceSpan:e.sourceSpan}}function T_(e){if(e.type==="block"){if(e.name=xt(!1,e.name.toLowerCase(),/\s+/g," ").trim(),e.type="angularControlFlowBlock",!$1(e.parameters)){delete e.parameters;return}for(let t of e.parameters)t.type="angularControlFlowBlockParameter";e.parameters={type:"angularControlFlowBlockParameters",children:e.parameters,sourceSpan:new oe(e.parameters[0].sourceSpan.start,Hi(!1,e.parameters,-1).sourceSpan.end)}}}function I_(e){(e.type==="plural"||e.type==="select")&&(e.clause=e.type,e.type="angularIcuExpression"),e.type==="expansionCase"&&(e.type="angularIcuCase")}function Qv(e,t,r){let{name:n,canSelfClose:a=!0,normalizeTagName:o=!1,normalizeAttributeName:i=!1,allowHtmComponentClosingTags:l=!1,isTagNameCaseSensitive:s=!1,shouldParseAsRawText:d}=t,{rootNodes:f,errors:h}=Eg(e,{canSelfClose:a,allowHtmComponentClosingTags:l,isTagNameCaseSensitive:s,getTagContentType:d?(...y)=>d(...y)?hr.RAW_TEXT:void 0:void 0,tokenizeAngularBlocks:n==="angular"?!0:void 0});if(n==="vue"){if(f.some(D=>D.type==="docType"&&D.value==="html"||D.type==="element"&&D.name.toLowerCase()==="html"))return Qv(e,kg,r);let y,b=c(()=>y??(y=Eg(e,{canSelfClose:a,allowHtmComponentClosingTags:l,isTagNameCaseSensitive:s})),"y"),x=c(D=>b().rootNodes.find(({startSourceSpan:S})=>S&&S.start.offset===D.startSourceSpan.start.offset)??D,"O");for(let[D,S]of f.entries()){let{endSourceSpan:k,startSourceSpan:_}=S;if(k===null)h=b().errors,f[D]=x(S);else if(R_(S,r)){let A=b().errors.find($=>$.span.start.offset>_.start.offset&&$.span.start.offset<k.end.offset);A&&xg(A),f[D]=x(S)}}}h.length>0&&xg(h[0]);let p=c(y=>{let b=y.name.startsWith(":")?y.name.slice(1).split(":")[0]:null,x=y.nameSpan.toString(),D=b!==null&&x.startsWith(`${b}:`),S=D?x.slice(b.length+1):x;y.name=S,y.namespace=b,y.hasExplicitNamespace=D},"g"),m=c(y=>{switch(y.type){case"element":p(y);for(let b of y.attrs)p(b),b.valueSpan?(b.value=b.valueSpan.toString(),/["']/.test(b.value[0])&&(b.value=b.value.slice(1,-1))):b.value=null;break;case"comment":y.value=y.sourceSpan.toString().slice(4,-3);break;case"text":y.value=y.sourceSpan.toString();break}},"C"),g=c((y,b)=>{let x=y.toLowerCase();return b(x)?x:y},"_"),v=c(y=>{if(y.type==="element"&&(o&&(!y.namespace||y.namespace===y.tagDefinition.implicitNamespacePrefix||Vi(y))&&(y.name=g(y.name,b=>DA.has(b))),i))for(let b of y.attrs)b.namespace||(b.name=g(b.name,x=>s0.has(y.name)&&(s0.get("*").has(x)||s0.get(y.name).has(x))))},"D"),C=c(y=>{y.sourceSpan&&y.endSourceSpan&&(y.sourceSpan=new oe(y.sourceSpan.start,y.endSourceSpan.end))},"I"),E=c(y=>{if(y.type==="element"){let b=ud(s?y.name:y.name.toLowerCase());!y.namespace||y.namespace===b.implicitNamespacePrefix||Vi(y)?y.tagDefinition=b:y.tagDefinition=ud("")}},"B");return wg(new class extends hA{visitExpansionCase(y,b){n==="angular"&&this.visitChildren(b,x=>{x(y.expression)})}visit(y){m(y),E(y),v(y),C(y)}},f),f}function R_(e,t){var r;if(e.type!=="element"||e.name!=="template")return!1;let n=(r=e.attrs.find(a=>a.name==="lang"))==null?void 0:r.value;return!n||Ru(t,{language:n})==="html"}function xg(e){let{msg:t,span:{start:r,end:n}}=e;throw wA(t,{loc:{start:{line:r.line+1,column:r.col+1},end:{line:n.line+1,column:n.col+1}},cause:e})}function ey(e,t,r={},n=!0){let{frontMatter:a,content:o}=n?EA(e):{frontMatter:null,content:e},i=new ly(e,r.filepath),l=new md(i,0,0,0),s=l.moveBy(e.length),d={type:"root",sourceSpan:new oe(l,s),children:Qv(o,t,r)};if(a){let p=new md(i,0,0,0),m=p.moveBy(a.raw.length);a.sourceSpan=new oe(p,m),d.children.unshift(a)}let f=new xA(d),h=c((p,m)=>{let{offset:g}=m,v=xt(!1,e.slice(0,g),/[^\n\r]/g," "),C=ey(v+p,t,r,!1);C.sourceSpan=new oe(m,Hi(!1,C.children,-1).sourceSpan.end);let E=C.children[0];return E.length===g?C.children.shift():(E.sourceSpan=new oe(E.sourceSpan.start.moveBy(g),E.sourceSpan.end),E.value=E.value.slice(g)),C},"m");return f.walk(p=>{if(p.type==="comment"){let m=$_(p,h);m&&p.parent.replaceChild(p,m)}T_(p),I_(p)}),f}function Bl(e){return{parse:c((t,r)=>ey(t,e,r),"parse"),hasPragma:b_,astFormat:"html",locStart:Au,locEnd:Fu}}var eb,wf,bf,pn,tb,rb,Ef,nb,xt,S1,k1,cd,Js,Qs,dd,ji,eu,tu,ru,pd,fd,qn,hd,ks,ty,_1,z_,xf,ab,ry,Cf,ha,A1,hi,ob,ib,je,Ve,he,B_,lb,Hi,ls,Cg,L_,lr,Df,sb,ub,cb,db,mr,Sf,pb,O_,Iu,fb,M_,hb,P_,N_,j_,Ru,H_,V_,U_,W_,Vi,mb,ny,q_,G_,ay,K_,Y_,X_,Z_,J_,Q_,eA,tA,rA,Dg,nA,aA,Sg,oA,iA,i0,F1,lA,sA,kf,oy,$1,iy,uA,gb,Uo,vb,yb,wb,bb,Eb,xb,cA,dA,Ec,md,_f,ly,Af,oe,xc,Ff,$f,pA,Cb,Db,Sb,kb,Tf,If,_b,Ab,Rf,Fb,$b,zf,Bf,Wa,Tb,hr,l0,Lf,Ib,Rb,zb,Bb,Lb,Ob,Of,Mb,Mf,fA,Pf,ee,Pb,Ll,Nf,Ro,jf,Nb,Hf,jb,Vf,Hb,Uf,Vb,Wf,Ub,qf,fn,Gf,Wb,Kf,qb,Yf,Ia,Xf,Zf,Jf,hA,_s,Gb,mA,Cc,Kb,Qf,eh,Dc,th,gA,Yb,Sc,rh,kc,nh,vA,Ol,ah,Ml,Xb,oh,_c,Ac,Ft,ih,Zb,lh,Jb,Fc,Qb,sh,e6,$c,yA,wA,bA,EA,Pl,uh,Ra,xA,CA,s0,DA,kg,t6,r6,n6,a6,o6,SA,pN=R(()=>{eb=Object.defineProperty,wf=c((e,t)=>{for(var r in t)eb(e,r,{get:t[r],enumerable:!0})},"Yr"),bf=c((e,t,r)=>{if(!t.has(e))throw TypeError("Cannot "+r)},"jr"),pn=c((e,t,r)=>(bf(e,t,"read from private field"),r?r.call(e):t.get(e)),"Q"),tb=c((e,t,r)=>{if(t.has(e))throw TypeError("Cannot add the same private member more than once");t instanceof WeakSet?t.add(e):t.set(e,r)},"Kr"),rb=c((e,t,r,n)=>(bf(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),"Qr"),Ef={},wf(Ef,{languages:c(()=>kb,"languages"),options:c(()=>Ab,"options"),parsers:c(()=>Rf,"parsers"),printers:c(()=>o6,"printers")}),nb=c((e,t,r,n)=>{if(!(e&&t==null))return t.replaceAll?t.replaceAll(r,n):r.global?t.replace(r,n):t.split(r).join(n)},"Zs"),xt=nb,S1="string",k1="array",cd="cursor",Js="indent",Qs="align",dd="trim",ji="group",eu="fill",tu="if-break",ru="indent-if-break",pd="line-suffix",fd="line-suffix-boundary",qn="line",hd="label",ks="break-parent",ty=new Set([cd,Js,Qs,dd,ji,eu,tu,ru,pd,fd,qn,hd,ks]),c(o7,"ei"),_1=o7,z_=c(e=>new Intl.ListFormat("en-US",{type:"disjunction"}).format(e),"ti"),c(i7,"ri"),ab=(xf=class extends Error{name="InvalidDocError";constructor(e){super(i7(e)),this.doc=e}},c(xf,"rr"),xf),ry=ab,Cf=c(()=>{},"Xr"),ha=Cf,A1=Cf,c(sn,"L"),c(Rv,"Jr"),c(We,"E"),c(Fk,"Zr"),c($k,"en"),c(zv,"Ct"),c(Xs,"me"),c(Tk,"tn"),hi={type:ks},ob={type:qn,hard:!0},ib={type:qn,hard:!0,literal:!0},je={type:qn},Ve={type:qn,soft:!0},he=[ob,hi],B_=[ib,hi],c(go,"M"),lb=c((e,t,r)=>{if(!(e&&t==null))return Array.isArray(t)||typeof t=="string"?t[r<0?t.length+r:r]:t.at(r)},"ii"),Hi=lb,c(y1,"St"),c(Ik,"ai"),c(Rk,"nn"),c(Kt,"T"),ls="'",Cg='"',c(l7,"oi"),L_=l7,c(s7,"nr"),sb=(Df=class{constructor(e){tb(this,lr,void 0),rb(this,lr,new Set(e))}getLeadingWhitespaceCount(e){let t=pn(this,lr),r=0;for(let n=0;n<e.length&&t.has(e.charAt(n));n++)r++;return r}getTrailingWhitespaceCount(e){let t=pn(this,lr),r=0;for(let n=e.length-1;n>=0&&t.has(e.charAt(n));n--)r++;return r}getLeadingWhitespace(e){let t=this.getLeadingWhitespaceCount(e);return e.slice(0,t)}getTrailingWhitespace(e){let t=this.getTrailingWhitespaceCount(e);return e.slice(e.length-t)}hasLeadingWhitespace(e){return pn(this,lr).has(e.charAt(0))}hasTrailingWhitespace(e){return pn(this,lr).has(Hi(!1,e,-1))}trimStart(e){let t=this.getLeadingWhitespaceCount(e);return e.slice(t)}trimEnd(e){let t=this.getTrailingWhitespaceCount(e);return e.slice(0,e.length-t)}trim(e){return this.trimEnd(this.trimStart(e))}split(e,t=!1){let r=`[${s7([...pn(this,lr)].join(""))}]+`,n=new RegExp(t?`(${r})`:r);return e.split(n)}hasWhitespaceCharacter(e){let t=pn(this,lr);return Array.prototype.some.call(e,r=>t.has(r))}hasNonWhitespaceCharacter(e){let t=pn(this,lr);return Array.prototype.some.call(e,r=>!t.has(r))}isWhitespaceOnly(e){let t=pn(this,lr);return Array.prototype.every.call(e,r=>t.has(r))}},c(Df,"sr"),Df),lr=new WeakMap,ub=sb,cb=[" ",`
254
+ `,"\f","\r"," "],db=new ub(cb),mr=db,pb=(Sf=class extends Error{name="UnexpectedNodeError";constructor(e,t,r="type"){super(`Unexpected ${t} node ${r}: ${JSON.stringify(e[r])}.`),this.node=e}},c(Sf,"ir"),Sf),O_=pb,c(u7,"ci"),Iu=u7,fb=new Set(["sourceSpan","startSourceSpan","endSourceSpan","nameSpan","valueSpan","keySpan","tagDefinition","tokens","valueTokens","switchValueSourceSpan","expSourceSpan","valueSourceSpan"]),M_=new Set(["if","else if","for","switch","case"]),c(of,"ln"),of.ignoredProperties=fb,hb=of,c(c7,"fi"),P_=c7,c(Su,"ge"),c(vo,"j"),c(Er,"x"),c(d7,"mi"),N_=d7,j_=c(e=>String(e).split(/[/\\]/).pop(),"gi"),c(gg,"fn"),c(zk,"di"),c(p7,"Ci"),Ru=p7,H_="inline",V_={area:"none",base:"none",basefont:"none",datalist:"none",head:"none",link:"none",meta:"none",noembed:"none",noframes:"none",param:"block",rp:"none",script:"block",style:"none",template:"inline",title:"none",html:"block",body:"block",address:"block",blockquote:"block",center:"block",dialog:"block",div:"block",figure:"block",figcaption:"block",footer:"block",form:"block",header:"block",hr:"block",legend:"block",listing:"block",main:"block",p:"block",plaintext:"block",pre:"block",search:"block",xmp:"block",slot:"contents",ruby:"ruby",rt:"ruby-text",article:"block",aside:"block",h1:"block",h2:"block",h3:"block",h4:"block",h5:"block",h6:"block",hgroup:"block",nav:"block",section:"block",dir:"block",dd:"block",dl:"block",dt:"block",menu:"block",ol:"block",ul:"block",li:"list-item",table:"table",caption:"table-caption",colgroup:"table-column-group",col:"table-column",thead:"table-header-group",tbody:"table-row-group",tfoot:"table-footer-group",tr:"table-row",td:"table-cell",th:"table-cell",input:"inline-block",button:"inline-block",fieldset:"block",marquee:"inline-block",source:"block",track:"block",details:"block",summary:"block",meter:"inline-block",progress:"inline-block",object:"inline-block",video:"inline-block",audio:"inline-block",select:"inline-block",option:"block",optgroup:"block"},U_="normal",W_={listing:"pre",plaintext:"pre",pre:"pre",xmp:"pre",nobr:"nowrap",table:"initial",textarea:"pre-wrap"},c(f7,"Si"),Vi=f7,mb=c(e=>xt(!1,e,/^[\t\f\r ]*\n/g,""),"_i"),ny=c(e=>mb(mr.trimEnd(e)),"ar"),q_=c(e=>{let t=e,r=mr.getLeadingWhitespace(t);r&&(t=t.slice(r.length));let n=mr.getTrailingWhitespace(t);return n&&(t=t.slice(0,-n.length)),{leadingWhitespace:r,trailingWhitespace:n,text:t}},"Sn"),c(Bv,"Et"),c(ku,"Se"),c(Bk,"Ei"),c(Rt,"R"),c(tn,"U"),c(Lk,"_n"),c(Ok,"En"),c(Lv,"or"),c(Mk,"An"),c(Pk,"Dn"),c(Nk,"vn"),c(ns,"Qe"),c(jk,"yn"),c(Ov,"ur"),c(o0,"At"),c(Hk,"Ai"),c(Mv,"wn"),c(Pv,"bn"),c(Nv,"Tn"),c(jv,"xn"),c(w1,"Dt"),c(Vk,"Di"),c(Hv,"kn"),c(Uk,"vi"),c(Wk,"yi"),c(qk,"wi"),c(vg,"lr"),c(ol,"Xe"),c(Gk,"bi"),c(Kk,"Ti"),c(Yk,"xi"),c(Xk,"ki"),c(Zk,"Bi"),c(lo,"Ce"),c(Jk,"Li"),c(Qk,"Bn"),c(Vv,"Ln"),c(e_,"Fi"),c(Uv,"cr"),c(Wv,"pr"),c(zn,"P"),G_=new Set(["template","style","script"]),c(_u,"Je"),c(yo,"_e"),c(b1,"vt"),c(t_,"Fn"),c(r_,"Pn"),c(qv,"yt"),c(Gv,"wt"),ay=/{{(.+?)}}/s,c(n_,"Nn"),c(bc,"fr"),K_=bc({parser:"__ng_action"}),Y_=bc({parser:"__ng_binding"}),X_=bc({parser:"__ng_directive"}),c(h7,"$i"),Z_=h7,c(m7,"Oi"),J_=m7,c(yg,"$n"),Q_=/^[ \t\n\r\u000c]+/,eA=/^[, \t\n\r\u000c]+/,tA=/^[^ \t\n\r\u000c]+/,rA=/[,]+$/,Dg=/^\d+$/,nA=/^-?(?:[0-9]+|[0-9]*\.[0-9]+)(?:[eE][+-]?[0-9]+)?$/,c(g7,"Wi"),aA=g7,c(v7,"zi"),Sg={width:"w",height:"h",density:"x"},oA=Object.keys(Sg),c(a_,"Yi"),iA=v7,c(o_,"Vn"),i0=new WeakMap,c(y7,"ji"),F1=y7,c(i_,"Un"),c(l_,"Wn"),c(s_,"zn"),c(u_,"Gn"),c(c_,"Ki"),c(w7,"Qi"),c(d_,"Xi"),c(p_,"Ji"),c(Kv,"Yn"),lA=w7,c(b7,"Zi"),c(f_,"ea"),sA=b7,kf=new Proxy(()=>{},{get:c(()=>kf,"get")}),oy=kf,c(E7,"ta"),$1=E7,c(Au,"se"),c(Fu,"ie"),c(od,"Ze"),c(h_,"ra"),c(di,"Ee"),c(m_,"na"),c(da,"W"),c(E1,"bt"),c(il,"Ae"),c(Yv,"Xn"),c(pa,"K"),c(ll,"De"),c(Ni,"ve"),c($u,"et"),c(g_,"sa"),c(Tu,"tt"),c(v_,"ia"),c(y_,"aa"),c(id,"rt"),c(pi,"ye"),c(fa,"z"),c(x1,"Tt"),c(C1,"xt"),c(x7,"oa"),iy=x7,uA=new Set(["if","else if","for","switch","case"]),c(C7,"la"),gb=C7,Uo=null,c(fi,"st"),vb=10;for(let e=0;e<=vb;e++)fi();c(w_,"dr"),c(D7,"pa"),yb=D7,wb={"front-matter":[],root:["children"],element:["attrs","children"],ieConditionalComment:["children"],ieConditionalStartComment:[],ieConditionalEndComment:[],interpolation:["children"],text:["children"],docType:[],comment:[],attribute:[],cdata:[],angularControlFlowBlock:["children","parameters"],angularControlFlowBlockParameters:["children"],angularControlFlowBlockParameter:[],angularIcuExpression:["cases"],angularIcuCase:["expression"]},bb=wb,Eb=yb(bb),xb=Eb,c(b_,"rs"),c(S7,"ns"),cA=new Map([["if",new Set(["else if","else"])],["else if",new Set(["else if","else"])],["for",new Set(["empty"])],["defer",new Set(["placeholder","error","loading"])],["placeholder",new Set(["placeholder","error","loading"])],["error",new Set(["placeholder","error","loading"])],["loading",new Set(["placeholder","error","loading"])]]),c(Xv,"is"),c(Vo,"it"),c(as,"Bt"),c(D1,"qe"),c(E_,"as"),c(Zv,"os"),c(x_,"ma"),c(C_,"us"),c(D_,"ls"),c(S_,"cs"),c(k_,"ps"),c(ld,"Lt"),c(Jv,"Cr"),c(sd,"Ft"),c(__,"hs"),c(lf,"Sr"),c(sf,"_r"),c(uf,"Er"),dA=/-+([a-z0-9])/g,c(k7,"ms"),md=(Ec=class{constructor(e,t,r,n){this.file=e,this.offset=t,this.line=r,this.col=n}toString(){return this.offset!=null?`${this.file.url}@${this.line}:${this.col}`:this.file.url}moveBy(e){let t=this.file.content,r=t.length,n=this.offset,a=this.line,o=this.col;for(;n>0&&e<0;)if(n--,e++,t.charCodeAt(n)==10){a--;let i=t.substring(0,n-1).lastIndexOf(`
255
+ `);o=i>0?n-i:n}else o--;for(;n<r&&e>0;){let i=t.charCodeAt(n);n++,e--,i==10?(a++,o=0):o++}return new Ec(this.file,n,a,o)}getContext(e,t){let r=this.file.content,n=this.offset;if(n!=null){n>r.length-1&&(n=r.length-1);let a=n,o=0,i=0;for(;o<e&&n>0&&(n--,o++,!(r[n]==`
256
+ `&&++i==t)););for(o=0,i=0;o<e&&a<r.length-1&&(a++,o++,!(r[a]==`
257
+ `&&++i==t)););return{before:r.substring(n,this.offset),after:r.substring(this.offset,a+1)}}return null}},c(Ec,"t"),Ec),ly=(_f=class{constructor(e,t){this.content=e,this.url=t}},c(_f,"we"),_f),oe=(Af=class{constructor(e,t,r=e,n=null){this.start=e,this.end=t,this.fullStart=r,this.details=n}toString(){return this.start.file.content.substring(this.start.offset,this.end.offset)}},c(Af,"f"),Af),function(e){e[e.WARNING=0]="WARNING",e[e.ERROR=1]="ERROR"}(xc||(xc={})),$f=(Ff=class{constructor(e,t,r=xc.ERROR){this.span=e,this.msg=t,this.level=r}contextualMessage(){let e=this.span.start.getContext(100,3);return e?`${this.msg} ("${e.before}[${xc[this.level]} ->]${e.after}")`:this.msg}toString(){let e=this.span.details?`, ${this.span.details}`:"";return`${this.contextualMessage()}: ${this.span.start}${e}`}},c(Ff,"Ve"),Ff),pA=[A7,F7,$7,I7,R7,L7,z7,B7,O7,T7],c(_7,"Ca"),c(A7,"Sa"),c(F7,"_a"),c(A_,"Ea"),c($7,"Aa"),c(T7,"Da"),c(I7,"va"),c(R7,"ya"),c(z7,"wa"),c(B7,"ba"),c(L7,"Ta"),c(O7,"xa"),Cb=_7,c(M7,"ka"),Db={preprocess:Cb,print:M7,insertPragma:S7,massageAstNode:hb,embed:gb,getVisitorKeys:xb},Sb=Db,kb=[{linguistLanguageId:146,name:"Angular",type:"markup",tmScope:"text.html.basic",aceMode:"html",codemirrorMode:"htmlmixed",codemirrorMimeType:"text/html",color:"#e34c26",aliases:["xhtml"],extensions:[".component.html"],parsers:["angular"],vscodeLanguageIds:["html"],filenames:[]},{linguistLanguageId:146,name:"HTML",type:"markup",tmScope:"text.html.basic",aceMode:"html",codemirrorMode:"htmlmixed",codemirrorMimeType:"text/html",color:"#e34c26",aliases:["xhtml"],extensions:[".html",".hta",".htm",".html.hl",".inc",".xht",".xhtml",".mjml"],parsers:["html"],vscodeLanguageIds:["html"]},{linguistLanguageId:146,name:"Lightning Web Components",type:"markup",tmScope:"text.html.basic",aceMode:"html",codemirrorMode:"htmlmixed",codemirrorMimeType:"text/html",color:"#e34c26",aliases:["xhtml"],extensions:[],parsers:["lwc"],vscodeLanguageIds:["html"],filenames:[]},{linguistLanguageId:391,name:"Vue",type:"markup",color:"#41b883",extensions:[".vue"],tmScope:"text.html.vue",aceMode:"html",parsers:["vue"],vscodeLanguageIds:["vue"]}],Tf={bracketSpacing:{category:"Common",type:"boolean",default:!0,description:"Print spaces between brackets.",oppositeDescription:"Do not print spaces between brackets."},singleQuote:{category:"Common",type:"boolean",default:!1,description:"Use single quotes instead of double quotes."},proseWrap:{category:"Common",type:"choice",default:"preserve",description:"How to wrap prose.",choices:[{value:"always",description:"Wrap prose if it exceeds the print width."},{value:"never",description:"Do not wrap prose."},{value:"preserve",description:"Wrap prose as-is."}]},bracketSameLine:{category:"Common",type:"boolean",default:!1,description:"Put > of opening tags on the last line instead of on a new line."},singleAttributePerLine:{category:"Common",type:"boolean",default:!1,description:"Enforce single attribute per line in HTML, Vue and JSX."}},If="HTML",_b={bracketSameLine:Tf.bracketSameLine,htmlWhitespaceSensitivity:{category:If,type:"choice",default:"css",description:"How to handle whitespaces in HTML.",choices:[{value:"css",description:"Respect the default value of CSS display property."},{value:"strict",description:"Whitespaces are considered sensitive."},{value:"ignore",description:"Whitespaces are considered insensitive."}]},singleAttributePerLine:Tf.singleAttributePerLine,vueIndentScriptAndStyle:{category:If,type:"boolean",default:!1,description:"Indent script and style tags in Vue files."}},Ab=_b,Rf={},wf(Rf,{angular:c(()=>r6,"angular"),html:c(()=>t6,"html"),lwc:c(()=>a6,"lwc"),vue:c(()=>n6,"vue")}),function(e){e[e.Emulated=0]="Emulated",e[e.None=2]="None",e[e.ShadowDom=3]="ShadowDom"}(Fb||(Fb={})),function(e){e[e.OnPush=0]="OnPush",e[e.Default=1]="Default"}($b||($b={})),zf={name:"custom-elements"},Bf={name:"no-errors-schema"},function(e){e[e.NONE=0]="NONE",e[e.HTML=1]="HTML",e[e.STYLE=2]="STYLE",e[e.SCRIPT=3]="SCRIPT",e[e.URL=4]="URL",e[e.RESOURCE_URL=5]="RESOURCE_URL"}(Wa||(Wa={})),function(e){e[e.Error=0]="Error",e[e.Warning=1]="Warning",e[e.Ignore=2]="Ignore"}(Tb||(Tb={})),function(e){e[e.RAW_TEXT=0]="RAW_TEXT",e[e.ESCAPABLE_RAW_TEXT=1]="ESCAPABLE_RAW_TEXT",e[e.PARSABLE_DATA=2]="PARSABLE_DATA"}(hr||(hr={})),c(Zs,"at"),c(cf,"yr"),c(df,"wr"),c(os,"Ue"),c(zl,"We"),c(pf,"br"),c(is,"Nt"),Ib=(Lf=class{},c(Lf,"Rt"),Lf),Rb="boolean",zb="number",Bb="string",Lb="object",Ob=["[Element]|textContent,%ariaAtomic,%ariaAutoComplete,%ariaBusy,%ariaChecked,%ariaColCount,%ariaColIndex,%ariaColSpan,%ariaCurrent,%ariaDescription,%ariaDisabled,%ariaExpanded,%ariaHasPopup,%ariaHidden,%ariaKeyShortcuts,%ariaLabel,%ariaLevel,%ariaLive,%ariaModal,%ariaMultiLine,%ariaMultiSelectable,%ariaOrientation,%ariaPlaceholder,%ariaPosInSet,%ariaPressed,%ariaReadOnly,%ariaRelevant,%ariaRequired,%ariaRoleDescription,%ariaRowCount,%ariaRowIndex,%ariaRowSpan,%ariaSelected,%ariaSetSize,%ariaSort,%ariaValueMax,%ariaValueMin,%ariaValueNow,%ariaValueText,%classList,className,elementTiming,id,innerHTML,*beforecopy,*beforecut,*beforepaste,*fullscreenchange,*fullscreenerror,*search,*webkitfullscreenchange,*webkitfullscreenerror,outerHTML,%part,#scrollLeft,#scrollTop,slot,*message,*mozfullscreenchange,*mozfullscreenerror,*mozpointerlockchange,*mozpointerlockerror,*webglcontextcreationerror,*webglcontextlost,*webglcontextrestored","[HTMLElement]^[Element]|accessKey,autocapitalize,!autofocus,contentEditable,dir,!draggable,enterKeyHint,!hidden,innerText,inputMode,lang,nonce,*abort,*animationend,*animationiteration,*animationstart,*auxclick,*beforexrselect,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contextmenu,*copy,*cuechange,*cut,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*formdata,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*paste,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerrawupdate,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*securitypolicyviolation,*seeked,*seeking,*select,*selectionchange,*selectstart,*slotchange,*stalled,*submit,*suspend,*timeupdate,*toggle,*transitioncancel,*transitionend,*transitionrun,*transitionstart,*volumechange,*waiting,*webkitanimationend,*webkitanimationiteration,*webkitanimationstart,*webkittransitionend,*wheel,outerText,!spellcheck,%style,#tabIndex,title,!translate,virtualKeyboardPolicy","abbr,address,article,aside,b,bdi,bdo,cite,content,code,dd,dfn,dt,em,figcaption,figure,footer,header,hgroup,i,kbd,main,mark,nav,noscript,rb,rp,rt,rtc,ruby,s,samp,section,small,strong,sub,sup,u,var,wbr^[HTMLElement]|accessKey,autocapitalize,!autofocus,contentEditable,dir,!draggable,enterKeyHint,!hidden,innerText,inputMode,lang,nonce,*abort,*animationend,*animationiteration,*animationstart,*auxclick,*beforexrselect,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contextmenu,*copy,*cuechange,*cut,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*formdata,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*paste,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerrawupdate,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*securitypolicyviolation,*seeked,*seeking,*select,*selectionchange,*selectstart,*slotchange,*stalled,*submit,*suspend,*timeupdate,*toggle,*transitioncancel,*transitionend,*transitionrun,*transitionstart,*volumechange,*waiting,*webkitanimationend,*webkitanimationiteration,*webkitanimationstart,*webkittransitionend,*wheel,outerText,!spellcheck,%style,#tabIndex,title,!translate,virtualKeyboardPolicy","media^[HTMLElement]|!autoplay,!controls,%controlsList,%crossOrigin,#currentTime,!defaultMuted,#defaultPlaybackRate,!disableRemotePlayback,!loop,!muted,*encrypted,*waitingforkey,#playbackRate,preload,!preservesPitch,src,%srcObject,#volume",":svg:^[HTMLElement]|!autofocus,nonce,*abort,*animationend,*animationiteration,*animationstart,*auxclick,*beforexrselect,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contextmenu,*copy,*cuechange,*cut,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*formdata,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*paste,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerrawupdate,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*securitypolicyviolation,*seeked,*seeking,*select,*selectionchange,*selectstart,*slotchange,*stalled,*submit,*suspend,*timeupdate,*toggle,*transitioncancel,*transitionend,*transitionrun,*transitionstart,*volumechange,*waiting,*webkitanimationend,*webkitanimationiteration,*webkitanimationstart,*webkittransitionend,*wheel,%style,#tabIndex",":svg:graphics^:svg:|",":svg:animation^:svg:|*begin,*end,*repeat",":svg:geometry^:svg:|",":svg:componentTransferFunction^:svg:|",":svg:gradient^:svg:|",":svg:textContent^:svg:graphics|",":svg:textPositioning^:svg:textContent|","a^[HTMLElement]|charset,coords,download,hash,host,hostname,href,hreflang,name,password,pathname,ping,port,protocol,referrerPolicy,rel,%relList,rev,search,shape,target,text,type,username","area^[HTMLElement]|alt,coords,download,hash,host,hostname,href,!noHref,password,pathname,ping,port,protocol,referrerPolicy,rel,%relList,search,shape,target,username","audio^media|","br^[HTMLElement]|clear","base^[HTMLElement]|href,target","body^[HTMLElement]|aLink,background,bgColor,link,*afterprint,*beforeprint,*beforeunload,*blur,*error,*focus,*hashchange,*languagechange,*load,*message,*messageerror,*offline,*online,*pagehide,*pageshow,*popstate,*rejectionhandled,*resize,*scroll,*storage,*unhandledrejection,*unload,text,vLink","button^[HTMLElement]|!disabled,formAction,formEnctype,formMethod,!formNoValidate,formTarget,name,type,value","canvas^[HTMLElement]|#height,#width","content^[HTMLElement]|select","dl^[HTMLElement]|!compact","data^[HTMLElement]|value","datalist^[HTMLElement]|","details^[HTMLElement]|!open","dialog^[HTMLElement]|!open,returnValue","dir^[HTMLElement]|!compact","div^[HTMLElement]|align","embed^[HTMLElement]|align,height,name,src,type,width","fieldset^[HTMLElement]|!disabled,name","font^[HTMLElement]|color,face,size","form^[HTMLElement]|acceptCharset,action,autocomplete,encoding,enctype,method,name,!noValidate,target","frame^[HTMLElement]|frameBorder,longDesc,marginHeight,marginWidth,name,!noResize,scrolling,src","frameset^[HTMLElement]|cols,*afterprint,*beforeprint,*beforeunload,*blur,*error,*focus,*hashchange,*languagechange,*load,*message,*messageerror,*offline,*online,*pagehide,*pageshow,*popstate,*rejectionhandled,*resize,*scroll,*storage,*unhandledrejection,*unload,rows","hr^[HTMLElement]|align,color,!noShade,size,width","head^[HTMLElement]|","h1,h2,h3,h4,h5,h6^[HTMLElement]|align","html^[HTMLElement]|version","iframe^[HTMLElement]|align,allow,!allowFullscreen,!allowPaymentRequest,csp,frameBorder,height,loading,longDesc,marginHeight,marginWidth,name,referrerPolicy,%sandbox,scrolling,src,srcdoc,width","img^[HTMLElement]|align,alt,border,%crossOrigin,decoding,#height,#hspace,!isMap,loading,longDesc,lowsrc,name,referrerPolicy,sizes,src,srcset,useMap,#vspace,#width","input^[HTMLElement]|accept,align,alt,autocomplete,!checked,!defaultChecked,defaultValue,dirName,!disabled,%files,formAction,formEnctype,formMethod,!formNoValidate,formTarget,#height,!incremental,!indeterminate,max,#maxLength,min,#minLength,!multiple,name,pattern,placeholder,!readOnly,!required,selectionDirection,#selectionEnd,#selectionStart,#size,src,step,type,useMap,value,%valueAsDate,#valueAsNumber,#width","li^[HTMLElement]|type,#value","label^[HTMLElement]|htmlFor","legend^[HTMLElement]|align","link^[HTMLElement]|as,charset,%crossOrigin,!disabled,href,hreflang,imageSizes,imageSrcset,integrity,media,referrerPolicy,rel,%relList,rev,%sizes,target,type","map^[HTMLElement]|name","marquee^[HTMLElement]|behavior,bgColor,direction,height,#hspace,#loop,#scrollAmount,#scrollDelay,!trueSpeed,#vspace,width","menu^[HTMLElement]|!compact","meta^[HTMLElement]|content,httpEquiv,media,name,scheme","meter^[HTMLElement]|#high,#low,#max,#min,#optimum,#value","ins,del^[HTMLElement]|cite,dateTime","ol^[HTMLElement]|!compact,!reversed,#start,type","object^[HTMLElement]|align,archive,border,code,codeBase,codeType,data,!declare,height,#hspace,name,standby,type,useMap,#vspace,width","optgroup^[HTMLElement]|!disabled,label","option^[HTMLElement]|!defaultSelected,!disabled,label,!selected,text,value","output^[HTMLElement]|defaultValue,%htmlFor,name,value","p^[HTMLElement]|align","param^[HTMLElement]|name,type,value,valueType","picture^[HTMLElement]|","pre^[HTMLElement]|#width","progress^[HTMLElement]|#max,#value","q,blockquote,cite^[HTMLElement]|","script^[HTMLElement]|!async,charset,%crossOrigin,!defer,event,htmlFor,integrity,!noModule,%referrerPolicy,src,text,type","select^[HTMLElement]|autocomplete,!disabled,#length,!multiple,name,!required,#selectedIndex,#size,value","slot^[HTMLElement]|name","source^[HTMLElement]|#height,media,sizes,src,srcset,type,#width","span^[HTMLElement]|","style^[HTMLElement]|!disabled,media,type","caption^[HTMLElement]|align","th,td^[HTMLElement]|abbr,align,axis,bgColor,ch,chOff,#colSpan,headers,height,!noWrap,#rowSpan,scope,vAlign,width","col,colgroup^[HTMLElement]|align,ch,chOff,#span,vAlign,width","table^[HTMLElement]|align,bgColor,border,%caption,cellPadding,cellSpacing,frame,rules,summary,%tFoot,%tHead,width","tr^[HTMLElement]|align,bgColor,ch,chOff,vAlign","tfoot,thead,tbody^[HTMLElement]|align,ch,chOff,vAlign","template^[HTMLElement]|","textarea^[HTMLElement]|autocomplete,#cols,defaultValue,dirName,!disabled,#maxLength,#minLength,name,placeholder,!readOnly,!required,#rows,selectionDirection,#selectionEnd,#selectionStart,value,wrap","time^[HTMLElement]|dateTime","title^[HTMLElement]|text","track^[HTMLElement]|!default,kind,label,src,srclang","ul^[HTMLElement]|!compact,type","unknown^[HTMLElement]|","video^media|!disablePictureInPicture,#height,*enterpictureinpicture,*leavepictureinpicture,!playsInline,poster,#width",":svg:a^:svg:graphics|",":svg:animate^:svg:animation|",":svg:animateMotion^:svg:animation|",":svg:animateTransform^:svg:animation|",":svg:circle^:svg:geometry|",":svg:clipPath^:svg:graphics|",":svg:defs^:svg:graphics|",":svg:desc^:svg:|",":svg:discard^:svg:|",":svg:ellipse^:svg:geometry|",":svg:feBlend^:svg:|",":svg:feColorMatrix^:svg:|",":svg:feComponentTransfer^:svg:|",":svg:feComposite^:svg:|",":svg:feConvolveMatrix^:svg:|",":svg:feDiffuseLighting^:svg:|",":svg:feDisplacementMap^:svg:|",":svg:feDistantLight^:svg:|",":svg:feDropShadow^:svg:|",":svg:feFlood^:svg:|",":svg:feFuncA^:svg:componentTransferFunction|",":svg:feFuncB^:svg:componentTransferFunction|",":svg:feFuncG^:svg:componentTransferFunction|",":svg:feFuncR^:svg:componentTransferFunction|",":svg:feGaussianBlur^:svg:|",":svg:feImage^:svg:|",":svg:feMerge^:svg:|",":svg:feMergeNode^:svg:|",":svg:feMorphology^:svg:|",":svg:feOffset^:svg:|",":svg:fePointLight^:svg:|",":svg:feSpecularLighting^:svg:|",":svg:feSpotLight^:svg:|",":svg:feTile^:svg:|",":svg:feTurbulence^:svg:|",":svg:filter^:svg:|",":svg:foreignObject^:svg:graphics|",":svg:g^:svg:graphics|",":svg:image^:svg:graphics|decoding",":svg:line^:svg:geometry|",":svg:linearGradient^:svg:gradient|",":svg:mpath^:svg:|",":svg:marker^:svg:|",":svg:mask^:svg:|",":svg:metadata^:svg:|",":svg:path^:svg:geometry|",":svg:pattern^:svg:|",":svg:polygon^:svg:geometry|",":svg:polyline^:svg:geometry|",":svg:radialGradient^:svg:gradient|",":svg:rect^:svg:geometry|",":svg:svg^:svg:graphics|#currentScale,#zoomAndPan",":svg:script^:svg:|type",":svg:set^:svg:animation|",":svg:stop^:svg:|",":svg:style^:svg:|!disabled,media,title,type",":svg:switch^:svg:graphics|",":svg:symbol^:svg:|",":svg:tspan^:svg:textPositioning|",":svg:text^:svg:textPositioning|",":svg:textPath^:svg:textContent|",":svg:title^:svg:|",":svg:use^:svg:graphics|",":svg:view^:svg:|#zoomAndPan","data^[HTMLElement]|value","keygen^[HTMLElement]|!autofocus,challenge,!disabled,form,keytype,name","menuitem^[HTMLElement]|type,label,icon,!disabled,!checked,radiogroup,!default","summary^[HTMLElement]|","time^[HTMLElement]|dateTime",":svg:cursor^:svg:|"],Of=new Map(Object.entries({class:"className",for:"htmlFor",formaction:"formAction",innerHtml:"innerHTML",readonly:"readOnly",tabindex:"tabIndex"})),Mb=Array.from(Of).reduce((e,[t,r])=>(e.set(t,r),e),new Map),fA=(Mf=class extends Ib{constructor(){super(),this._schema=new Map,this._eventSchema=new Map,Ob.forEach(e=>{let t=new Map,r=new Set,[n,a]=e.split("|"),o=a.split(","),[i,l]=n.split("^");i.split(",").forEach(d=>{this._schema.set(d.toLowerCase(),t),this._eventSchema.set(d.toLowerCase(),r)});let s=l&&this._schema.get(l.toLowerCase());if(s){for(let[d,f]of s)t.set(d,f);for(let d of this._eventSchema.get(l.toLowerCase()))r.add(d)}o.forEach(d=>{if(d.length>0)switch(d[0]){case"*":r.add(d.substring(1));break;case"!":t.set(d.substring(1),Rb);break;case"#":t.set(d.substring(1),zb);break;case"%":t.set(d.substring(1),Lb);break;default:t.set(d,Bb)}})})}hasProperty(e,t,r){if(r.some(n=>n.name===Bf.name))return!0;if(e.indexOf("-")>-1){if(cf(e)||df(e))return!1;if(r.some(n=>n.name===zf.name))return!0}return(this._schema.get(e.toLowerCase())||this._schema.get("unknown")).has(t)}hasElement(e,t){return t.some(r=>r.name===Bf.name)||e.indexOf("-")>-1&&(cf(e)||df(e)||t.some(r=>r.name===zf.name))?!0:this._schema.has(e.toLowerCase())}securityContext(e,t,r){r&&(t=this.getMappedPropName(t)),e=e.toLowerCase(),t=t.toLowerCase();let n=pf()[e+"|"+t];return n||(n=pf()["*|"+t],n||Wa.NONE)}getMappedPropName(e){return Of.get(e)??e}getDefaultComponentElementName(){return"ng-component"}validateProperty(e){return e.toLowerCase().startsWith("on")?{error:!0,msg:`Binding to event property '${e}' is disallowed for security reasons, please use (${e.slice(2)})=...
258
+ If '${e}' is a directive input, make sure the directive is imported by the current module.`}:{error:!1}}validateAttribute(e){return e.toLowerCase().startsWith("on")?{error:!0,msg:`Binding to event attribute '${e}' is disallowed for security reasons, please use (${e.slice(2)})=...`}:{error:!1}}allKnownElementNames(){return Array.from(this._schema.keys())}allKnownAttributesOfElement(e){let t=this._schema.get(e.toLowerCase())||this._schema.get("unknown");return Array.from(t.keys()).map(r=>Mb.get(r)??r)}allKnownEventsOfElement(e){return Array.from(this._eventSchema.get(e.toLowerCase())??[])}normalizeAnimationStyleProperty(e){return k7(e)}normalizeAnimationStyleValue(e,t,r){let n="",a=r.toString().trim(),o=null;if(P7(e)&&r!==0&&r!=="0")if(typeof r=="number")n="px";else{let i=r.match(/^[+-]?[\d\.]+([a-z]*)$/);i&&i[1].length==0&&(o=`Please provide a CSS unit value for ${t}:${r}`)}return{error:o,value:a+n}}},c(Mf,"$t"),Mf),c(P7,"Oa"),ee=(Pf=class{constructor({closedByChildren:e,implicitNamespacePrefix:t,contentType:r=hr.PARSABLE_DATA,closedByParent:n=!1,isVoid:a=!1,ignoreFirstLf:o=!1,preventNamespaceInheritance:i=!1,canSelfClose:l=!1}={}){this.closedByChildren={},this.closedByParent=!1,e&&e.length>0&&e.forEach(s=>this.closedByChildren[s]=!0),this.isVoid=a,this.closedByParent=n||a,this.implicitNamespacePrefix=t||null,this.contentType=r,this.ignoreFirstLf=o,this.preventNamespaceInheritance=i,this.canSelfClose=l??a}isClosedByChild(e){return this.isVoid||e.toLowerCase()in this.closedByChildren}getContentType(e){return typeof this.contentType=="object"?(e===void 0?void 0:this.contentType[e])??this.contentType.default:this.contentType}},c(Pf,"h"),Pf),c(ud,"ze"),Ro=(Nf=class{constructor(e,t){this.sourceSpan=e,this.i18n=t}},c(Nf,"be"),Nf),Nb=(jf=class extends Ro{constructor(e,t,r,n){super(t,n),this.value=e,this.tokens=r,this.type="text"}visit(e,t){return e.visitText(this,t)}},c(jf,"Ot"),jf),jb=(Hf=class extends Ro{constructor(e,t,r,n){super(t,n),this.value=e,this.tokens=r,this.type="cdata"}visit(e,t){return e.visitCdata(this,t)}},c(Hf,"Mt"),Hf),Hb=(Vf=class extends Ro{constructor(e,t,r,n,a,o){super(n,o),this.switchValue=e,this.type=t,this.cases=r,this.switchValueSourceSpan=a}visit(e,t){return e.visitExpansion(this,t)}},c(Vf,"qt"),Vf),Vb=(Uf=class{constructor(e,t,r,n,a){this.value=e,this.expression=t,this.sourceSpan=r,this.valueSourceSpan=n,this.expSourceSpan=a,this.type="expansionCase"}visit(e,t){return e.visitExpansionCase(this,t)}},c(Uf,"Ht"),Uf),Ub=(Wf=class extends Ro{constructor(e,t,r,n,a,o,i){super(r,i),this.name=e,this.value=t,this.keySpan=n,this.valueSpan=a,this.valueTokens=o,this.type="attribute"}visit(e,t){return e.visitAttribute(this,t)}get nameSpan(){return this.keySpan}},c(Wf,"Vt"),Wf),fn=(qf=class extends Ro{constructor(e,t,r,n,a,o=null,i=null,l){super(n,l),this.name=e,this.attrs=t,this.children=r,this.startSourceSpan=a,this.endSourceSpan=o,this.nameSpan=i,this.type="element"}visit(e,t){return e.visitElement(this,t)}},c(qf,"G"),qf),Wb=(Gf=class{constructor(e,t){this.value=e,this.sourceSpan=t,this.type="comment"}visit(e,t){return e.visitComment(this,t)}},c(Gf,"Ut"),Gf),qb=(Kf=class{constructor(e,t){this.value=e,this.sourceSpan=t,this.type="docType"}visit(e,t){return e.visitDocType(this,t)}},c(Kf,"Wt"),Kf),Ia=(Yf=class{constructor(e,t,r,n,a,o=null){this.name=e,this.parameters=t,this.children=r,this.sourceSpan=n,this.startSourceSpan=a,this.endSourceSpan=o,this.type="block"}visit(e,t){return e.visitBlock(this,t)}},c(Yf,"Z"),Yf),Zf=(Xf=class{constructor(e,t){this.expression=e,this.sourceSpan=t,this.type="blockParameter",this.startSourceSpan=null,this.endSourceSpan=null}visit(e,t){return e.visitBlockParameter(this,t)}},c(Xf,"ut"),Xf),c(wg,"zt"),hA=(Jf=class{constructor(){}visitElement(e,t){this.visitChildren(t,r=>{r(e.attrs),r(e.children)})}visitAttribute(e,t){}visitText(e,t){}visitCdata(e,t){}visitComment(e,t){}visitDocType(e,t){}visitExpansion(e,t){return this.visitChildren(t,r=>{r(e.cases)})}visitExpansionCase(e,t){}visitBlock(e,t){this.visitChildren(t,r=>{r(e.parameters),r(e.children)})}visitBlockParameter(e,t){}visitChildren(e,t){let r=[],n=this;function a(o){o&&r.push(wg(n,o,e))}return c(a,"i"),t(a),Array.prototype.concat.apply([],r)}},c(Jf,"lt"),Jf),_s={AElig:"Æ",AMP:"&",amp:"&",Aacute:"Á",Abreve:"Ă",Acirc:"Â",Acy:"А",Afr:"𝔄",Agrave:"À",Alpha:"Α",Amacr:"Ā",And:"⩓",Aogon:"Ą",Aopf:"𝔸",ApplyFunction:"⁡",af:"⁡",Aring:"Å",angst:"Å",Ascr:"𝒜",Assign:"≔",colone:"≔",coloneq:"≔",Atilde:"Ã",Auml:"Ä",Backslash:"∖",setminus:"∖",setmn:"∖",smallsetminus:"∖",ssetmn:"∖",Barv:"⫧",Barwed:"⌆",doublebarwedge:"⌆",Bcy:"Б",Because:"∵",becaus:"∵",because:"∵",Bernoullis:"ℬ",Bscr:"ℬ",bernou:"ℬ",Beta:"Β",Bfr:"𝔅",Bopf:"𝔹",Breve:"˘",breve:"˘",Bumpeq:"≎",HumpDownHump:"≎",bump:"≎",CHcy:"Ч",COPY:"©",copy:"©",Cacute:"Ć",Cap:"⋒",CapitalDifferentialD:"ⅅ",DD:"ⅅ",Cayleys:"ℭ",Cfr:"ℭ",Ccaron:"Č",Ccedil:"Ç",Ccirc:"Ĉ",Cconint:"∰",Cdot:"Ċ",Cedilla:"¸",cedil:"¸",CenterDot:"·",centerdot:"·",middot:"·",Chi:"Χ",CircleDot:"⊙",odot:"⊙",CircleMinus:"⊖",ominus:"⊖",CirclePlus:"⊕",oplus:"⊕",CircleTimes:"⊗",otimes:"⊗",ClockwiseContourIntegral:"∲",cwconint:"∲",CloseCurlyDoubleQuote:"”",rdquo:"”",rdquor:"”",CloseCurlyQuote:"’",rsquo:"’",rsquor:"’",Colon:"∷",Proportion:"∷",Colone:"⩴",Congruent:"≡",equiv:"≡",Conint:"∯",DoubleContourIntegral:"∯",ContourIntegral:"∮",conint:"∮",oint:"∮",Copf:"ℂ",complexes:"ℂ",Coproduct:"∐",coprod:"∐",CounterClockwiseContourIntegral:"∳",awconint:"∳",Cross:"⨯",Cscr:"𝒞",Cup:"⋓",CupCap:"≍",asympeq:"≍",DDotrahd:"⤑",DJcy:"Ђ",DScy:"Ѕ",DZcy:"Џ",Dagger:"‡",ddagger:"‡",Darr:"↡",Dashv:"⫤",DoubleLeftTee:"⫤",Dcaron:"Ď",Dcy:"Д",Del:"∇",nabla:"∇",Delta:"Δ",Dfr:"𝔇",DiacriticalAcute:"´",acute:"´",DiacriticalDot:"˙",dot:"˙",DiacriticalDoubleAcute:"˝",dblac:"˝",DiacriticalGrave:"`",grave:"`",DiacriticalTilde:"˜",tilde:"˜",Diamond:"⋄",diam:"⋄",diamond:"⋄",DifferentialD:"ⅆ",dd:"ⅆ",Dopf:"𝔻",Dot:"¨",DoubleDot:"¨",die:"¨",uml:"¨",DotDot:"⃜",DotEqual:"≐",doteq:"≐",esdot:"≐",DoubleDownArrow:"⇓",Downarrow:"⇓",dArr:"⇓",DoubleLeftArrow:"⇐",Leftarrow:"⇐",lArr:"⇐",DoubleLeftRightArrow:"⇔",Leftrightarrow:"⇔",hArr:"⇔",iff:"⇔",DoubleLongLeftArrow:"⟸",Longleftarrow:"⟸",xlArr:"⟸",DoubleLongLeftRightArrow:"⟺",Longleftrightarrow:"⟺",xhArr:"⟺",DoubleLongRightArrow:"⟹",Longrightarrow:"⟹",xrArr:"⟹",DoubleRightArrow:"⇒",Implies:"⇒",Rightarrow:"⇒",rArr:"⇒",DoubleRightTee:"⊨",vDash:"⊨",DoubleUpArrow:"⇑",Uparrow:"⇑",uArr:"⇑",DoubleUpDownArrow:"⇕",Updownarrow:"⇕",vArr:"⇕",DoubleVerticalBar:"∥",par:"∥",parallel:"∥",shortparallel:"∥",spar:"∥",DownArrow:"↓",ShortDownArrow:"↓",darr:"↓",downarrow:"↓",DownArrowBar:"⤓",DownArrowUpArrow:"⇵",duarr:"⇵",DownBreve:"̑",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVector:"↽",leftharpoondown:"↽",lhard:"↽",DownLeftVectorBar:"⥖",DownRightTeeVector:"⥟",DownRightVector:"⇁",rhard:"⇁",rightharpoondown:"⇁",DownRightVectorBar:"⥗",DownTee:"⊤",top:"⊤",DownTeeArrow:"↧",mapstodown:"↧",Dscr:"𝒟",Dstrok:"Đ",ENG:"Ŋ",ETH:"Ð",Eacute:"É",Ecaron:"Ě",Ecirc:"Ê",Ecy:"Э",Edot:"Ė",Efr:"𝔈",Egrave:"È",Element:"∈",in:"∈",isin:"∈",isinv:"∈",Emacr:"Ē",EmptySmallSquare:"◻",EmptyVerySmallSquare:"▫",Eogon:"Ę",Eopf:"𝔼",Epsilon:"Ε",Equal:"⩵",EqualTilde:"≂",eqsim:"≂",esim:"≂",Equilibrium:"⇌",rightleftharpoons:"⇌",rlhar:"⇌",Escr:"ℰ",expectation:"ℰ",Esim:"⩳",Eta:"Η",Euml:"Ë",Exists:"∃",exist:"∃",ExponentialE:"ⅇ",ee:"ⅇ",exponentiale:"ⅇ",Fcy:"Ф",Ffr:"𝔉",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",blacksquare:"▪",squarf:"▪",squf:"▪",Fopf:"𝔽",ForAll:"∀",forall:"∀",Fouriertrf:"ℱ",Fscr:"ℱ",GJcy:"Ѓ",GT:">",gt:">",Gamma:"Γ",Gammad:"Ϝ",Gbreve:"Ğ",Gcedil:"Ģ",Gcirc:"Ĝ",Gcy:"Г",Gdot:"Ġ",Gfr:"𝔊",Gg:"⋙",ggg:"⋙",Gopf:"𝔾",GreaterEqual:"≥",ge:"≥",geq:"≥",GreaterEqualLess:"⋛",gel:"⋛",gtreqless:"⋛",GreaterFullEqual:"≧",gE:"≧",geqq:"≧",GreaterGreater:"⪢",GreaterLess:"≷",gl:"≷",gtrless:"≷",GreaterSlantEqual:"⩾",geqslant:"⩾",ges:"⩾",GreaterTilde:"≳",gsim:"≳",gtrsim:"≳",Gscr:"𝒢",Gt:"≫",NestedGreaterGreater:"≫",gg:"≫",HARDcy:"Ъ",Hacek:"ˇ",caron:"ˇ",Hat:"^",Hcirc:"Ĥ",Hfr:"ℌ",Poincareplane:"ℌ",HilbertSpace:"ℋ",Hscr:"ℋ",hamilt:"ℋ",Hopf:"ℍ",quaternions:"ℍ",HorizontalLine:"─",boxh:"─",Hstrok:"Ħ",HumpEqual:"≏",bumpe:"≏",bumpeq:"≏",IEcy:"Е",IJlig:"IJ",IOcy:"Ё",Iacute:"Í",Icirc:"Î",Icy:"И",Idot:"İ",Ifr:"ℑ",Im:"ℑ",image:"ℑ",imagpart:"ℑ",Igrave:"Ì",Imacr:"Ī",ImaginaryI:"ⅈ",ii:"ⅈ",Int:"∬",Integral:"∫",int:"∫",Intersection:"⋂",bigcap:"⋂",xcap:"⋂",InvisibleComma:"⁣",ic:"⁣",InvisibleTimes:"⁢",it:"⁢",Iogon:"Į",Iopf:"𝕀",Iota:"Ι",Iscr:"ℐ",imagline:"ℐ",Itilde:"Ĩ",Iukcy:"І",Iuml:"Ï",Jcirc:"Ĵ",Jcy:"Й",Jfr:"𝔍",Jopf:"𝕁",Jscr:"𝒥",Jsercy:"Ј",Jukcy:"Є",KHcy:"Х",KJcy:"Ќ",Kappa:"Κ",Kcedil:"Ķ",Kcy:"К",Kfr:"𝔎",Kopf:"𝕂",Kscr:"𝒦",LJcy:"Љ",LT:"<",lt:"<",Lacute:"Ĺ",Lambda:"Λ",Lang:"⟪",Laplacetrf:"ℒ",Lscr:"ℒ",lagran:"ℒ",Larr:"↞",twoheadleftarrow:"↞",Lcaron:"Ľ",Lcedil:"Ļ",Lcy:"Л",LeftAngleBracket:"⟨",lang:"⟨",langle:"⟨",LeftArrow:"←",ShortLeftArrow:"←",larr:"←",leftarrow:"←",slarr:"←",LeftArrowBar:"⇤",larrb:"⇤",LeftArrowRightArrow:"⇆",leftrightarrows:"⇆",lrarr:"⇆",LeftCeiling:"⌈",lceil:"⌈",LeftDoubleBracket:"⟦",lobrk:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",dharl:"⇃",downharpoonleft:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",lfloor:"⌊",LeftRightArrow:"↔",harr:"↔",leftrightarrow:"↔",LeftRightVector:"⥎",LeftTee:"⊣",dashv:"⊣",LeftTeeArrow:"↤",mapstoleft:"↤",LeftTeeVector:"⥚",LeftTriangle:"⊲",vartriangleleft:"⊲",vltri:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",ltrie:"⊴",trianglelefteq:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",uharl:"↿",upharpoonleft:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",leftharpoonup:"↼",lharu:"↼",LeftVectorBar:"⥒",LessEqualGreater:"⋚",leg:"⋚",lesseqgtr:"⋚",LessFullEqual:"≦",lE:"≦",leqq:"≦",LessGreater:"≶",lessgtr:"≶",lg:"≶",LessLess:"⪡",LessSlantEqual:"⩽",leqslant:"⩽",les:"⩽",LessTilde:"≲",lesssim:"≲",lsim:"≲",Lfr:"𝔏",Ll:"⋘",Lleftarrow:"⇚",lAarr:"⇚",Lmidot:"Ŀ",LongLeftArrow:"⟵",longleftarrow:"⟵",xlarr:"⟵",LongLeftRightArrow:"⟷",longleftrightarrow:"⟷",xharr:"⟷",LongRightArrow:"⟶",longrightarrow:"⟶",xrarr:"⟶",Lopf:"𝕃",LowerLeftArrow:"↙",swarr:"↙",swarrow:"↙",LowerRightArrow:"↘",searr:"↘",searrow:"↘",Lsh:"↰",lsh:"↰",Lstrok:"Ł",Lt:"≪",NestedLessLess:"≪",ll:"≪",Map:"⤅",Mcy:"М",MediumSpace:" ",Mellintrf:"ℳ",Mscr:"ℳ",phmmat:"ℳ",Mfr:"𝔐",MinusPlus:"∓",mnplus:"∓",mp:"∓",Mopf:"𝕄",Mu:"Μ",NJcy:"Њ",Nacute:"Ń",Ncaron:"Ň",Ncedil:"Ņ",Ncy:"Н",NegativeMediumSpace:"​",NegativeThickSpace:"​",NegativeThinSpace:"​",NegativeVeryThinSpace:"​",ZeroWidthSpace:"​",NewLine:`
259
+ `,Nfr:"𝔑",NoBreak:"⁠",NonBreakingSpace:" ",nbsp:" ",Nopf:"ℕ",naturals:"ℕ",Not:"⫬",NotCongruent:"≢",nequiv:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",npar:"∦",nparallel:"∦",nshortparallel:"∦",nspar:"∦",NotElement:"∉",notin:"∉",notinva:"∉",NotEqual:"≠",ne:"≠",NotEqualTilde:"≂̸",nesim:"≂̸",NotExists:"∄",nexist:"∄",nexists:"∄",NotGreater:"≯",ngt:"≯",ngtr:"≯",NotGreaterEqual:"≱",nge:"≱",ngeq:"≱",NotGreaterFullEqual:"≧̸",ngE:"≧̸",ngeqq:"≧̸",NotGreaterGreater:"≫̸",nGtv:"≫̸",NotGreaterLess:"≹",ntgl:"≹",NotGreaterSlantEqual:"⩾̸",ngeqslant:"⩾̸",nges:"⩾̸",NotGreaterTilde:"≵",ngsim:"≵",NotHumpDownHump:"≎̸",nbump:"≎̸",NotHumpEqual:"≏̸",nbumpe:"≏̸",NotLeftTriangle:"⋪",nltri:"⋪",ntriangleleft:"⋪",NotLeftTriangleBar:"⧏̸",NotLeftTriangleEqual:"⋬",nltrie:"⋬",ntrianglelefteq:"⋬",NotLess:"≮",nless:"≮",nlt:"≮",NotLessEqual:"≰",nle:"≰",nleq:"≰",NotLessGreater:"≸",ntlg:"≸",NotLessLess:"≪̸",nLtv:"≪̸",NotLessSlantEqual:"⩽̸",nleqslant:"⩽̸",nles:"⩽̸",NotLessTilde:"≴",nlsim:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",NotPrecedes:"⊀",npr:"⊀",nprec:"⊀",NotPrecedesEqual:"⪯̸",npre:"⪯̸",npreceq:"⪯̸",NotPrecedesSlantEqual:"⋠",nprcue:"⋠",NotReverseElement:"∌",notni:"∌",notniva:"∌",NotRightTriangle:"⋫",nrtri:"⋫",ntriangleright:"⋫",NotRightTriangleBar:"⧐̸",NotRightTriangleEqual:"⋭",nrtrie:"⋭",ntrianglerighteq:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",nsqsube:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",nsqsupe:"⋣",NotSubset:"⊂⃒",nsubset:"⊂⃒",vnsub:"⊂⃒",NotSubsetEqual:"⊈",nsube:"⊈",nsubseteq:"⊈",NotSucceeds:"⊁",nsc:"⊁",nsucc:"⊁",NotSucceedsEqual:"⪰̸",nsce:"⪰̸",nsucceq:"⪰̸",NotSucceedsSlantEqual:"⋡",nsccue:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",nsupset:"⊃⃒",vnsup:"⊃⃒",NotSupersetEqual:"⊉",nsupe:"⊉",nsupseteq:"⊉",NotTilde:"≁",nsim:"≁",NotTildeEqual:"≄",nsime:"≄",nsimeq:"≄",NotTildeFullEqual:"≇",ncong:"≇",NotTildeTilde:"≉",nap:"≉",napprox:"≉",NotVerticalBar:"∤",nmid:"∤",nshortmid:"∤",nsmid:"∤",Nscr:"𝒩",Ntilde:"Ñ",Nu:"Ν",OElig:"Œ",Oacute:"Ó",Ocirc:"Ô",Ocy:"О",Odblac:"Ő",Ofr:"𝔒",Ograve:"Ò",Omacr:"Ō",Omega:"Ω",ohm:"Ω",Omicron:"Ο",Oopf:"𝕆",OpenCurlyDoubleQuote:"“",ldquo:"“",OpenCurlyQuote:"‘",lsquo:"‘",Or:"⩔",Oscr:"𝒪",Oslash:"Ø",Otilde:"Õ",Otimes:"⨷",Ouml:"Ö",OverBar:"‾",oline:"‾",OverBrace:"⏞",OverBracket:"⎴",tbrk:"⎴",OverParenthesis:"⏜",PartialD:"∂",part:"∂",Pcy:"П",Pfr:"𝔓",Phi:"Φ",Pi:"Π",PlusMinus:"±",plusmn:"±",pm:"±",Popf:"ℙ",primes:"ℙ",Pr:"⪻",Precedes:"≺",pr:"≺",prec:"≺",PrecedesEqual:"⪯",pre:"⪯",preceq:"⪯",PrecedesSlantEqual:"≼",prcue:"≼",preccurlyeq:"≼",PrecedesTilde:"≾",precsim:"≾",prsim:"≾",Prime:"″",Product:"∏",prod:"∏",Proportional:"∝",prop:"∝",propto:"∝",varpropto:"∝",vprop:"∝",Pscr:"𝒫",Psi:"Ψ",QUOT:'"',quot:'"',Qfr:"𝔔",Qopf:"ℚ",rationals:"ℚ",Qscr:"𝒬",RBarr:"⤐",drbkarow:"⤐",REG:"®",circledR:"®",reg:"®",Racute:"Ŕ",Rang:"⟫",Rarr:"↠",twoheadrightarrow:"↠",Rarrtl:"⤖",Rcaron:"Ř",Rcedil:"Ŗ",Rcy:"Р",Re:"ℜ",Rfr:"ℜ",real:"ℜ",realpart:"ℜ",ReverseElement:"∋",SuchThat:"∋",ni:"∋",niv:"∋",ReverseEquilibrium:"⇋",leftrightharpoons:"⇋",lrhar:"⇋",ReverseUpEquilibrium:"⥯",duhar:"⥯",Rho:"Ρ",RightAngleBracket:"⟩",rang:"⟩",rangle:"⟩",RightArrow:"→",ShortRightArrow:"→",rarr:"→",rightarrow:"→",srarr:"→",RightArrowBar:"⇥",rarrb:"⇥",RightArrowLeftArrow:"⇄",rightleftarrows:"⇄",rlarr:"⇄",RightCeiling:"⌉",rceil:"⌉",RightDoubleBracket:"⟧",robrk:"⟧",RightDownTeeVector:"⥝",RightDownVector:"⇂",dharr:"⇂",downharpoonright:"⇂",RightDownVectorBar:"⥕",RightFloor:"⌋",rfloor:"⌋",RightTee:"⊢",vdash:"⊢",RightTeeArrow:"↦",map:"↦",mapsto:"↦",RightTeeVector:"⥛",RightTriangle:"⊳",vartriangleright:"⊳",vrtri:"⊳",RightTriangleBar:"⧐",RightTriangleEqual:"⊵",rtrie:"⊵",trianglerighteq:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVector:"↾",uharr:"↾",upharpoonright:"↾",RightUpVectorBar:"⥔",RightVector:"⇀",rharu:"⇀",rightharpoonup:"⇀",RightVectorBar:"⥓",Ropf:"ℝ",reals:"ℝ",RoundImplies:"⥰",Rrightarrow:"⇛",rAarr:"⇛",Rscr:"ℛ",realine:"ℛ",Rsh:"↱",rsh:"↱",RuleDelayed:"⧴",SHCHcy:"Щ",SHcy:"Ш",SOFTcy:"Ь",Sacute:"Ś",Sc:"⪼",Scaron:"Š",Scedil:"Ş",Scirc:"Ŝ",Scy:"С",Sfr:"𝔖",ShortUpArrow:"↑",UpArrow:"↑",uarr:"↑",uparrow:"↑",Sigma:"Σ",SmallCircle:"∘",compfn:"∘",Sopf:"𝕊",Sqrt:"√",radic:"√",Square:"□",squ:"□",square:"□",SquareIntersection:"⊓",sqcap:"⊓",SquareSubset:"⊏",sqsub:"⊏",sqsubset:"⊏",SquareSubsetEqual:"⊑",sqsube:"⊑",sqsubseteq:"⊑",SquareSuperset:"⊐",sqsup:"⊐",sqsupset:"⊐",SquareSupersetEqual:"⊒",sqsupe:"⊒",sqsupseteq:"⊒",SquareUnion:"⊔",sqcup:"⊔",Sscr:"𝒮",Star:"⋆",sstarf:"⋆",Sub:"⋐",Subset:"⋐",SubsetEqual:"⊆",sube:"⊆",subseteq:"⊆",Succeeds:"≻",sc:"≻",succ:"≻",SucceedsEqual:"⪰",sce:"⪰",succeq:"⪰",SucceedsSlantEqual:"≽",sccue:"≽",succcurlyeq:"≽",SucceedsTilde:"≿",scsim:"≿",succsim:"≿",Sum:"∑",sum:"∑",Sup:"⋑",Supset:"⋑",Superset:"⊃",sup:"⊃",supset:"⊃",SupersetEqual:"⊇",supe:"⊇",supseteq:"⊇",THORN:"Þ",TRADE:"™",trade:"™",TSHcy:"Ћ",TScy:"Ц",Tab:" ",Tau:"Τ",Tcaron:"Ť",Tcedil:"Ţ",Tcy:"Т",Tfr:"𝔗",Therefore:"∴",there4:"∴",therefore:"∴",Theta:"Θ",ThickSpace:"  ",ThinSpace:" ",thinsp:" ",Tilde:"∼",sim:"∼",thicksim:"∼",thksim:"∼",TildeEqual:"≃",sime:"≃",simeq:"≃",TildeFullEqual:"≅",cong:"≅",TildeTilde:"≈",ap:"≈",approx:"≈",asymp:"≈",thickapprox:"≈",thkap:"≈",Topf:"𝕋",TripleDot:"⃛",tdot:"⃛",Tscr:"𝒯",Tstrok:"Ŧ",Uacute:"Ú",Uarr:"↟",Uarrocir:"⥉",Ubrcy:"Ў",Ubreve:"Ŭ",Ucirc:"Û",Ucy:"У",Udblac:"Ű",Ufr:"𝔘",Ugrave:"Ù",Umacr:"Ū",UnderBar:"_",lowbar:"_",UnderBrace:"⏟",UnderBracket:"⎵",bbrk:"⎵",UnderParenthesis:"⏝",Union:"⋃",bigcup:"⋃",xcup:"⋃",UnionPlus:"⊎",uplus:"⊎",Uogon:"Ų",Uopf:"𝕌",UpArrowBar:"⤒",UpArrowDownArrow:"⇅",udarr:"⇅",UpDownArrow:"↕",updownarrow:"↕",varr:"↕",UpEquilibrium:"⥮",udhar:"⥮",UpTee:"⊥",bot:"⊥",bottom:"⊥",perp:"⊥",UpTeeArrow:"↥",mapstoup:"↥",UpperLeftArrow:"↖",nwarr:"↖",nwarrow:"↖",UpperRightArrow:"↗",nearr:"↗",nearrow:"↗",Upsi:"ϒ",upsih:"ϒ",Upsilon:"Υ",Uring:"Ů",Uscr:"𝒰",Utilde:"Ũ",Uuml:"Ü",VDash:"⊫",Vbar:"⫫",Vcy:"В",Vdash:"⊩",Vdashl:"⫦",Vee:"⋁",bigvee:"⋁",xvee:"⋁",Verbar:"‖",Vert:"‖",VerticalBar:"∣",mid:"∣",shortmid:"∣",smid:"∣",VerticalLine:"|",verbar:"|",vert:"|",VerticalSeparator:"❘",VerticalTilde:"≀",wr:"≀",wreath:"≀",VeryThinSpace:" ",hairsp:" ",Vfr:"𝔙",Vopf:"𝕍",Vscr:"𝒱",Vvdash:"⊪",Wcirc:"Ŵ",Wedge:"⋀",bigwedge:"⋀",xwedge:"⋀",Wfr:"𝔚",Wopf:"𝕎",Wscr:"𝒲",Xfr:"𝔛",Xi:"Ξ",Xopf:"𝕏",Xscr:"𝒳",YAcy:"Я",YIcy:"Ї",YUcy:"Ю",Yacute:"Ý",Ycirc:"Ŷ",Ycy:"Ы",Yfr:"𝔜",Yopf:"𝕐",Yscr:"𝒴",Yuml:"Ÿ",ZHcy:"Ж",Zacute:"Ź",Zcaron:"Ž",Zcy:"З",Zdot:"Ż",Zeta:"Ζ",Zfr:"ℨ",zeetrf:"ℨ",Zopf:"ℤ",integers:"ℤ",Zscr:"𝒵",aacute:"á",abreve:"ă",ac:"∾",mstpos:"∾",acE:"∾̳",acd:"∿",acirc:"â",acy:"а",aelig:"æ",afr:"𝔞",agrave:"à",alefsym:"ℵ",aleph:"ℵ",alpha:"α",amacr:"ā",amalg:"⨿",and:"∧",wedge:"∧",andand:"⩕",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",angle:"∠",ange:"⦤",angmsd:"∡",measuredangle:"∡",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angzarr:"⍼",aogon:"ą",aopf:"𝕒",apE:"⩰",apacir:"⩯",ape:"≊",approxeq:"≊",apid:"≋",apos:"'",aring:"å",ascr:"𝒶",ast:"*",midast:"*",atilde:"ã",auml:"ä",awint:"⨑",bNot:"⫭",backcong:"≌",bcong:"≌",backepsilon:"϶",bepsi:"϶",backprime:"‵",bprime:"‵",backsim:"∽",bsim:"∽",backsimeq:"⋍",bsime:"⋍",barvee:"⊽",barwed:"⌅",barwedge:"⌅",bbrktbrk:"⎶",bcy:"б",bdquo:"„",ldquor:"„",bemptyv:"⦰",beta:"β",beth:"ℶ",between:"≬",twixt:"≬",bfr:"𝔟",bigcirc:"◯",xcirc:"◯",bigodot:"⨀",xodot:"⨀",bigoplus:"⨁",xoplus:"⨁",bigotimes:"⨂",xotime:"⨂",bigsqcup:"⨆",xsqcup:"⨆",bigstar:"★",starf:"★",bigtriangledown:"▽",xdtri:"▽",bigtriangleup:"△",xutri:"△",biguplus:"⨄",xuplus:"⨄",bkarow:"⤍",rbarr:"⤍",blacklozenge:"⧫",lozf:"⧫",blacktriangle:"▴",utrif:"▴",blacktriangledown:"▾",dtrif:"▾",blacktriangleleft:"◂",ltrif:"◂",blacktriangleright:"▸",rtrif:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bnot:"⌐",bopf:"𝕓",bowtie:"⋈",boxDL:"╗",boxDR:"╔",boxDl:"╖",boxDr:"╓",boxH:"═",boxHD:"╦",boxHU:"╩",boxHd:"╤",boxHu:"╧",boxUL:"╝",boxUR:"╚",boxUl:"╜",boxUr:"╙",boxV:"║",boxVH:"╬",boxVL:"╣",boxVR:"╠",boxVh:"╫",boxVl:"╢",boxVr:"╟",boxbox:"⧉",boxdL:"╕",boxdR:"╒",boxdl:"┐",boxdr:"┌",boxhD:"╥",boxhU:"╨",boxhd:"┬",boxhu:"┴",boxminus:"⊟",minusb:"⊟",boxplus:"⊞",plusb:"⊞",boxtimes:"⊠",timesb:"⊠",boxuL:"╛",boxuR:"╘",boxul:"┘",boxur:"└",boxv:"│",boxvH:"╪",boxvL:"╡",boxvR:"╞",boxvh:"┼",boxvl:"┤",boxvr:"├",brvbar:"¦",bscr:"𝒷",bsemi:"⁏",bsol:"\\",bsolb:"⧅",bsolhsub:"⟈",bull:"•",bullet:"•",bumpE:"⪮",cacute:"ć",cap:"∩",capand:"⩄",capbrcup:"⩉",capcap:"⩋",capcup:"⩇",capdot:"⩀",caps:"∩︀",caret:"⁁",ccaps:"⩍",ccaron:"č",ccedil:"ç",ccirc:"ĉ",ccups:"⩌",ccupssm:"⩐",cdot:"ċ",cemptyv:"⦲",cent:"¢",cfr:"𝔠",chcy:"ч",check:"✓",checkmark:"✓",chi:"χ",cir:"○",cirE:"⧃",circ:"ˆ",circeq:"≗",cire:"≗",circlearrowleft:"↺",olarr:"↺",circlearrowright:"↻",orarr:"↻",circledS:"Ⓢ",oS:"Ⓢ",circledast:"⊛",oast:"⊛",circledcirc:"⊚",ocir:"⊚",circleddash:"⊝",odash:"⊝",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",clubs:"♣",clubsuit:"♣",colon:":",comma:",",commat:"@",comp:"∁",complement:"∁",congdot:"⩭",copf:"𝕔",copysr:"℗",crarr:"↵",cross:"✗",cscr:"𝒸",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",curlyeqprec:"⋞",cuesc:"⋟",curlyeqsucc:"⋟",cularr:"↶",curvearrowleft:"↶",cularrp:"⤽",cup:"∪",cupbrcap:"⩈",cupcap:"⩆",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curvearrowright:"↷",curarrm:"⤼",curlyvee:"⋎",cuvee:"⋎",curlywedge:"⋏",cuwed:"⋏",curren:"¤",cwint:"∱",cylcty:"⌭",dHar:"⥥",dagger:"†",daleth:"ℸ",dash:"‐",hyphen:"‐",dbkarow:"⤏",rBarr:"⤏",dcaron:"ď",dcy:"д",ddarr:"⇊",downdownarrows:"⇊",ddotseq:"⩷",eDDot:"⩷",deg:"°",delta:"δ",demptyv:"⦱",dfisht:"⥿",dfr:"𝔡",diamondsuit:"♦",diams:"♦",digamma:"ϝ",gammad:"ϝ",disin:"⋲",div:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",djcy:"ђ",dlcorn:"⌞",llcorner:"⌞",dlcrop:"⌍",dollar:"$",dopf:"𝕕",doteqdot:"≑",eDot:"≑",dotminus:"∸",minusd:"∸",dotplus:"∔",plusdo:"∔",dotsquare:"⊡",sdotb:"⊡",drcorn:"⌟",lrcorner:"⌟",drcrop:"⌌",dscr:"𝒹",dscy:"ѕ",dsol:"⧶",dstrok:"đ",dtdot:"⋱",dtri:"▿",triangledown:"▿",dwangle:"⦦",dzcy:"џ",dzigrarr:"⟿",eacute:"é",easter:"⩮",ecaron:"ě",ecir:"≖",eqcirc:"≖",ecirc:"ê",ecolon:"≕",eqcolon:"≕",ecy:"э",edot:"ė",efDot:"≒",fallingdotseq:"≒",efr:"𝔢",eg:"⪚",egrave:"è",egs:"⪖",eqslantgtr:"⪖",egsdot:"⪘",el:"⪙",elinters:"⏧",ell:"ℓ",els:"⪕",eqslantless:"⪕",elsdot:"⪗",emacr:"ē",empty:"∅",emptyset:"∅",emptyv:"∅",varnothing:"∅",emsp13:" ",emsp14:" ",emsp:" ",eng:"ŋ",ensp:" ",eogon:"ę",eopf:"𝕖",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",epsilon:"ε",epsiv:"ϵ",straightepsilon:"ϵ",varepsilon:"ϵ",equals:"=",equest:"≟",questeq:"≟",equivDD:"⩸",eqvparsl:"⧥",erDot:"≓",risingdotseq:"≓",erarr:"⥱",escr:"ℯ",eta:"η",eth:"ð",euml:"ë",euro:"€",excl:"!",fcy:"ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",ffr:"𝔣",filig:"fi",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",fopf:"𝕗",fork:"⋔",pitchfork:"⋔",forkv:"⫙",fpartint:"⨍",frac12:"½",half:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",sfrown:"⌢",fscr:"𝒻",gEl:"⪌",gtreqqless:"⪌",gacute:"ǵ",gamma:"γ",gap:"⪆",gtrapprox:"⪆",gbreve:"ğ",gcirc:"ĝ",gcy:"г",gdot:"ġ",gescc:"⪩",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",gfr:"𝔤",gimel:"ℷ",gjcy:"ѓ",glE:"⪒",gla:"⪥",glj:"⪤",gnE:"≩",gneqq:"≩",gnap:"⪊",gnapprox:"⪊",gne:"⪈",gneq:"⪈",gnsim:"⋧",gopf:"𝕘",gscr:"ℊ",gsime:"⪎",gsiml:"⪐",gtcc:"⪧",gtcir:"⩺",gtdot:"⋗",gtrdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrarr:"⥸",gvertneqq:"≩︀",gvnE:"≩︀",hardcy:"ъ",harrcir:"⥈",harrw:"↭",leftrightsquigarrow:"↭",hbar:"ℏ",hslash:"ℏ",planck:"ℏ",plankv:"ℏ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",mldr:"…",hercon:"⊹",hfr:"𝔥",hksearow:"⤥",searhk:"⤥",hkswarow:"⤦",swarhk:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",larrhk:"↩",hookrightarrow:"↪",rarrhk:"↪",hopf:"𝕙",horbar:"―",hscr:"𝒽",hstrok:"ħ",hybull:"⁃",iacute:"í",icirc:"î",icy:"и",iecy:"е",iexcl:"¡",ifr:"𝔦",igrave:"ì",iiiint:"⨌",qint:"⨌",iiint:"∭",tint:"∭",iinfin:"⧜",iiota:"℩",ijlig:"ij",imacr:"ī",imath:"ı",inodot:"ı",imof:"⊷",imped:"Ƶ",incare:"℅",infin:"∞",infintie:"⧝",intcal:"⊺",intercal:"⊺",intlarhk:"⨗",intprod:"⨼",iprod:"⨼",iocy:"ё",iogon:"į",iopf:"𝕚",iota:"ι",iquest:"¿",iscr:"𝒾",isinE:"⋹",isindot:"⋵",isins:"⋴",isinsv:"⋳",itilde:"ĩ",iukcy:"і",iuml:"ï",jcirc:"ĵ",jcy:"й",jfr:"𝔧",jmath:"ȷ",jopf:"𝕛",jscr:"𝒿",jsercy:"ј",jukcy:"є",kappa:"κ",kappav:"ϰ",varkappa:"ϰ",kcedil:"ķ",kcy:"к",kfr:"𝔨",kgreen:"ĸ",khcy:"х",kjcy:"ќ",kopf:"𝕜",kscr:"𝓀",lAtail:"⤛",lBarr:"⤎",lEg:"⪋",lesseqqgtr:"⪋",lHar:"⥢",lacute:"ĺ",laemptyv:"⦴",lambda:"λ",langd:"⦑",lap:"⪅",lessapprox:"⪅",laquo:"«",larrbfs:"⤟",larrfs:"⤝",larrlp:"↫",looparrowleft:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",leftarrowtail:"↢",lat:"⪫",latail:"⤙",late:"⪭",lates:"⪭︀",lbarr:"⤌",lbbrk:"❲",lbrace:"{",lcub:"{",lbrack:"[",lsqb:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",lcaron:"ľ",lcedil:"ļ",lcy:"л",ldca:"⤶",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",le:"≤",leq:"≤",leftleftarrows:"⇇",llarr:"⇇",leftthreetimes:"⋋",lthree:"⋋",lescc:"⪨",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessdot:"⋖",ltdot:"⋖",lfisht:"⥼",lfr:"𝔩",lgE:"⪑",lharul:"⥪",lhblk:"▄",ljcy:"љ",llhard:"⥫",lltri:"◺",lmidot:"ŀ",lmoust:"⎰",lmoustache:"⎰",lnE:"≨",lneqq:"≨",lnap:"⪉",lnapprox:"⪉",lne:"⪇",lneq:"⪇",lnsim:"⋦",loang:"⟬",loarr:"⇽",longmapsto:"⟼",xmap:"⟼",looparrowright:"↬",rarrlp:"↬",lopar:"⦅",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",loz:"◊",lozenge:"◊",lpar:"(",lparlt:"⦓",lrhard:"⥭",lrm:"‎",lrtri:"⊿",lsaquo:"‹",lscr:"𝓁",lsime:"⪍",lsimg:"⪏",lsquor:"‚",sbquo:"‚",lstrok:"ł",ltcc:"⪦",ltcir:"⩹",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltrPar:"⦖",ltri:"◃",triangleleft:"◃",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",mDDot:"∺",macr:"¯",strns:"¯",male:"♂",malt:"✠",maltese:"✠",marker:"▮",mcomma:"⨩",mcy:"м",mdash:"—",mfr:"𝔪",mho:"℧",micro:"µ",midcir:"⫰",minus:"−",minusdu:"⨪",mlcp:"⫛",models:"⊧",mopf:"𝕞",mscr:"𝓂",mu:"μ",multimap:"⊸",mumap:"⊸",nGg:"⋙̸",nGt:"≫⃒",nLeftarrow:"⇍",nlArr:"⇍",nLeftrightarrow:"⇎",nhArr:"⇎",nLl:"⋘̸",nLt:"≪⃒",nRightarrow:"⇏",nrArr:"⇏",nVDash:"⊯",nVdash:"⊮",nacute:"ń",nang:"∠⃒",napE:"⩰̸",napid:"≋̸",napos:"ʼn",natur:"♮",natural:"♮",ncap:"⩃",ncaron:"ň",ncedil:"ņ",ncongdot:"⩭̸",ncup:"⩂",ncy:"н",ndash:"–",neArr:"⇗",nearhk:"⤤",nedot:"≐̸",nesear:"⤨",toea:"⤨",nfr:"𝔫",nharr:"↮",nleftrightarrow:"↮",nhpar:"⫲",nis:"⋼",nisd:"⋺",njcy:"њ",nlE:"≦̸",nleqq:"≦̸",nlarr:"↚",nleftarrow:"↚",nldr:"‥",nopf:"𝕟",not:"¬",notinE:"⋹̸",notindot:"⋵̸",notinvb:"⋷",notinvc:"⋶",notnivb:"⋾",notnivc:"⋽",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",nrarr:"↛",nrightarrow:"↛",nrarrc:"⤳̸",nrarrw:"↝̸",nscr:"𝓃",nsub:"⊄",nsubE:"⫅̸",nsubseteqq:"⫅̸",nsup:"⊅",nsupE:"⫆̸",nsupseteqq:"⫆̸",ntilde:"ñ",nu:"ν",num:"#",numero:"№",numsp:" ",nvDash:"⊭",nvHarr:"⤄",nvap:"≍⃒",nvdash:"⊬",nvge:"≥⃒",nvgt:">⃒",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwArr:"⇖",nwarhk:"⤣",nwnear:"⤧",oacute:"ó",ocirc:"ô",ocy:"о",odblac:"ő",odiv:"⨸",odsold:"⦼",oelig:"œ",ofcir:"⦿",ofr:"𝔬",ogon:"˛",ograve:"ò",ogt:"⧁",ohbar:"⦵",olcir:"⦾",olcross:"⦻",olt:"⧀",omacr:"ō",omega:"ω",omicron:"ο",omid:"⦶",oopf:"𝕠",opar:"⦷",operp:"⦹",or:"∨",vee:"∨",ord:"⩝",order:"ℴ",orderof:"ℴ",oscr:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oslash:"ø",osol:"⊘",otilde:"õ",otimesas:"⨶",ouml:"ö",ovbar:"⌽",para:"¶",parsim:"⫳",parsl:"⫽",pcy:"п",percnt:"%",period:".",permil:"‰",pertenk:"‱",pfr:"𝔭",phi:"φ",phiv:"ϕ",straightphi:"ϕ",varphi:"ϕ",phone:"☎",pi:"π",piv:"ϖ",varpi:"ϖ",planckh:"ℎ",plus:"+",plusacir:"⨣",pluscir:"⨢",plusdu:"⨥",pluse:"⩲",plussim:"⨦",plustwo:"⨧",pointint:"⨕",popf:"𝕡",pound:"£",prE:"⪳",prap:"⪷",precapprox:"⪷",precnapprox:"⪹",prnap:"⪹",precneqq:"⪵",prnE:"⪵",precnsim:"⋨",prnsim:"⋨",prime:"′",profalar:"⌮",profline:"⌒",profsurf:"⌓",prurel:"⊰",pscr:"𝓅",psi:"ψ",puncsp:" ",qfr:"𝔮",qopf:"𝕢",qprime:"⁗",qscr:"𝓆",quatint:"⨖",quest:"?",rAtail:"⤜",rHar:"⥤",race:"∽̱",racute:"ŕ",raemptyv:"⦳",rangd:"⦒",range:"⦥",raquo:"»",rarrap:"⥵",rarrbfs:"⤠",rarrc:"⤳",rarrfs:"⤞",rarrpl:"⥅",rarrsim:"⥴",rarrtl:"↣",rightarrowtail:"↣",rarrw:"↝",rightsquigarrow:"↝",ratail:"⤚",ratio:"∶",rbbrk:"❳",rbrace:"}",rcub:"}",rbrack:"]",rsqb:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",rcaron:"ř",rcedil:"ŗ",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdsh:"↳",rect:"▭",rfisht:"⥽",rfr:"𝔯",rharul:"⥬",rho:"ρ",rhov:"ϱ",varrho:"ϱ",rightrightarrows:"⇉",rrarr:"⇉",rightthreetimes:"⋌",rthree:"⋌",ring:"˚",rlm:"‏",rmoust:"⎱",rmoustache:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",ropar:"⦆",ropf:"𝕣",roplus:"⨮",rotimes:"⨵",rpar:")",rpargt:"⦔",rppolint:"⨒",rsaquo:"›",rscr:"𝓇",rtimes:"⋊",rtri:"▹",triangleright:"▹",rtriltri:"⧎",ruluhar:"⥨",rx:"℞",sacute:"ś",scE:"⪴",scap:"⪸",succapprox:"⪸",scaron:"š",scedil:"ş",scirc:"ŝ",scnE:"⪶",succneqq:"⪶",scnap:"⪺",succnapprox:"⪺",scnsim:"⋩",succnsim:"⋩",scpolint:"⨓",scy:"с",sdot:"⋅",sdote:"⩦",seArr:"⇘",sect:"§",semi:";",seswar:"⤩",tosa:"⤩",sext:"✶",sfr:"𝔰",sharp:"♯",shchcy:"щ",shcy:"ш",shy:"­",sigma:"σ",sigmaf:"ς",sigmav:"ς",varsigma:"ς",simdot:"⩪",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",smashp:"⨳",smeparsl:"⧤",smile:"⌣",ssmile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",softcy:"ь",sol:"/",solb:"⧄",solbar:"⌿",sopf:"𝕤",spades:"♠",spadesuit:"♠",sqcaps:"⊓︀",sqcups:"⊔︀",sscr:"𝓈",star:"☆",sub:"⊂",subset:"⊂",subE:"⫅",subseteqq:"⫅",subdot:"⪽",subedot:"⫃",submult:"⫁",subnE:"⫋",subsetneqq:"⫋",subne:"⊊",subsetneq:"⊊",subplus:"⪿",subrarr:"⥹",subsim:"⫇",subsub:"⫕",subsup:"⫓",sung:"♪",sup1:"¹",sup2:"²",sup3:"³",supE:"⫆",supseteqq:"⫆",supdot:"⪾",supdsub:"⫘",supedot:"⫄",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supsetneqq:"⫌",supne:"⊋",supsetneq:"⊋",supplus:"⫀",supsim:"⫈",supsub:"⫔",supsup:"⫖",swArr:"⇙",swnwar:"⤪",szlig:"ß",target:"⌖",tau:"τ",tcaron:"ť",tcedil:"ţ",tcy:"т",telrec:"⌕",tfr:"𝔱",theta:"θ",thetasym:"ϑ",thetav:"ϑ",vartheta:"ϑ",thorn:"þ",times:"×",timesbar:"⨱",timesd:"⨰",topbot:"⌶",topcir:"⫱",topf:"𝕥",topfork:"⫚",tprime:"‴",triangle:"▵",utri:"▵",triangleq:"≜",trie:"≜",tridot:"◬",triminus:"⨺",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",tscr:"𝓉",tscy:"ц",tshcy:"ћ",tstrok:"ŧ",uHar:"⥣",uacute:"ú",ubrcy:"ў",ubreve:"ŭ",ucirc:"û",ucy:"у",udblac:"ű",ufisht:"⥾",ufr:"𝔲",ugrave:"ù",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",umacr:"ū",uogon:"ų",uopf:"𝕦",upsi:"υ",upsilon:"υ",upuparrows:"⇈",uuarr:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",uring:"ů",urtri:"◹",uscr:"𝓊",utdot:"⋰",utilde:"ũ",uuml:"ü",uwangle:"⦧",vBar:"⫨",vBarv:"⫩",vangrt:"⦜",varsubsetneq:"⊊︀",vsubne:"⊊︀",varsubsetneqq:"⫋︀",vsubnE:"⫋︀",varsupsetneq:"⊋︀",vsupne:"⊋︀",varsupsetneqq:"⫌︀",vsupnE:"⫌︀",vcy:"в",veebar:"⊻",veeeq:"≚",vellip:"⋮",vfr:"𝔳",vopf:"𝕧",vscr:"𝓋",vzigzag:"⦚",wcirc:"ŵ",wedbar:"⩟",wedgeq:"≙",weierp:"℘",wp:"℘",wfr:"𝔴",wopf:"𝕨",wscr:"𝓌",xfr:"𝔵",xi:"ξ",xnis:"⋻",xopf:"𝕩",xscr:"𝓍",yacute:"ý",yacy:"я",ycirc:"ŷ",ycy:"ы",yen:"¥",yfr:"𝔶",yicy:"ї",yopf:"𝕪",yscr:"𝓎",yucy:"ю",yuml:"ÿ",zacute:"ź",zcaron:"ž",zcy:"з",zdot:"ż",zeta:"ζ",zfr:"𝔷",zhcy:"ж",zigrarr:"⇝",zopf:"𝕫",zscr:"𝓏",zwj:"‍",zwnj:"‌"},Gb="",_s.ngsp=Gb,mA=[/^\s*$/,/[<>]/,/^[{}]$/,/&(#|[a-z])/i,/^\/\//],c(N7,"ws"),Kb=(Cc=class{static fromArray(e){return e?(N7("interpolation",e),new Cc(e[0],e[1])):Qf}constructor(e,t){this.start=e,this.end=t}},c(Cc,"t"),Cc),Qf=new Kb("{{","}}"),Dc=(eh=class extends $f{constructor(e,t,r){super(r,e),this.tokenType=t}},c(eh,"pt"),eh),gA=(th=class{constructor(e,t,r){this.tokens=e,this.errors=t,this.nonNormalizedIcuExpressions=r}},c(th,"Pr"),th),c(j7,"Ms"),Yb=/\r\n?/g,c(Ta,"Ye"),c(ff,"Ls"),c(H7,"oo"),function(e){e.HEX="hexadecimal",e.DEC="decimal"}(Sc||(Sc={})),kc=(rh=class{constructor(e){this.error=e}},c(rh,"ht"),rh),vA=(nh=class{constructor(e,t,r){this._getTagContentType=t,this._currentTokenStart=null,this._currentTokenType=null,this._expansionCaseStack=[],this._inInterpolation=!1,this._fullNameStack=[],this.tokens=[],this.errors=[],this.nonNormalizedIcuExpressions=[],this._tokenizeIcu=r.tokenizeExpansionForms||!1,this._interpolationConfig=r.interpolationConfig||Qf,this._leadingTriviaCodePoints=r.leadingTriviaChars&&r.leadingTriviaChars.map(a=>a.codePointAt(0)||0),this._canSelfClose=r.canSelfClose||!1,this._allowHtmComponentClosingTags=r.allowHtmComponentClosingTags||!1;let n=r.range||{endPos:e.content.length,startPos:0,startLine:0,startCol:0};this._cursor=r.escapedString?new Xb(e,n):new ah(e,n),this._preserveLineEndings=r.preserveLineEndings||!1,this._i18nNormalizeLineEndingsInICUs=r.i18nNormalizeLineEndingsInICUs||!1,this._tokenizeBlocks=r.tokenizeBlocks??!0;try{this._cursor.init()}catch(a){this.handleError(a)}}_processCarriageReturns(e){return this._preserveLineEndings?e:e.replace(Yb,`
260
+ `)}tokenize(){for(;this._cursor.peek()!==0;){let e=this._cursor.clone();try{if(this._attemptCharCode(60))if(this._attemptCharCode(33))this._attemptStr("[CDATA[")?this._consumeCdata(e):this._attemptStr("--")?this._consumeComment(e):this._attemptStrCaseInsensitive("doctype")?this._consumeDocType(e):this._consumeBogusComment(e);else if(this._attemptCharCode(47))this._consumeTagClose(e);else{let t=this._cursor.clone();this._attemptCharCode(63)?(this._cursor=t,this._consumeBogusComment(e)):this._consumeTagOpen(e)}else this._tokenizeBlocks&&this._attemptCharCode(64)?this._consumeBlockStart(e):this._tokenizeBlocks&&!this._inInterpolation&&!this._isInExpansionCase()&&!this._isInExpansionForm()&&this._attemptCharCode(125)?this._consumeBlockEnd(e):this._tokenizeIcu&&this._tokenizeExpansionForm()||this._consumeWithInterpolation(5,8,()=>this._isTextEnd(),()=>this._isTagStart())}catch(t){this.handleError(t)}}this._beginToken(30),this._endToken([])}_getBlockName(){let e=!1,t=this._cursor.clone();return this._attemptCharCodeUntilFn(r=>ld(r)?!e:mf(r)?(e=!0,!1):!0),this._cursor.getChars(t).trim()}_consumeBlockStart(e){this._beginToken(25,e);let t=this._endToken([this._getBlockName()]);if(this._cursor.peek()===40)if(this._cursor.advance(),this._consumeBlockParameters(),this._attemptCharCodeUntilFn(Le),this._attemptCharCode(41))this._attemptCharCodeUntilFn(Le);else{t.type=29;return}this._attemptCharCode(123)?(this._beginToken(26),this._endToken([])):t.type=29}_consumeBlockEnd(e){this._beginToken(27,e),this._endToken([])}_consumeBlockParameters(){for(this._attemptCharCodeUntilFn(gf);this._cursor.peek()!==41&&this._cursor.peek()!==0;){this._beginToken(28);let e=this._cursor.clone(),t=null,r=0;for(;this._cursor.peek()!==59&&this._cursor.peek()!==0||t!==null;){let n=this._cursor.peek();if(n===92)this._cursor.advance();else if(n===t)t=null;else if(t===null&&uf(n))t=n;else if(n===40&&t===null)r++;else if(n===41&&t===null){if(r===0)break;r>0&&r--}this._cursor.advance()}this._endToken([this._cursor.getChars(e)]),this._attemptCharCodeUntilFn(gf)}}_tokenizeExpansionForm(){if(this.isExpansionFormStart())return this._consumeExpansionFormStart(),!0;if(q7(this._cursor.peek())&&this._isInExpansionForm())return this._consumeExpansionCaseStart(),!0;if(this._cursor.peek()===125){if(this._isInExpansionCase())return this._consumeExpansionCaseEnd(),!0;if(this._isInExpansionForm())return this._consumeExpansionFormEnd(),!0}return!1}_beginToken(e,t=this._cursor.clone()){this._currentTokenStart=t,this._currentTokenType=e}_endToken(e,t){if(this._currentTokenStart===null)throw new Dc("Programming error - attempted to end a token when there was no start to the token",this._currentTokenType,this._cursor.getSpan(t));if(this._currentTokenType===null)throw new Dc("Programming error - attempted to end a token which has no token type",null,this._cursor.getSpan(this._currentTokenStart));let r={type:this._currentTokenType,parts:e,sourceSpan:(t??this._cursor).getSpan(this._currentTokenStart,this._leadingTriviaCodePoints)};return this.tokens.push(r),this._currentTokenStart=null,this._currentTokenType=null,r}_createError(e,t){this._isInExpansionForm()&&(e+=` (Do you have an unescaped "{" in your template? Use "{{ '{' }}") to escape it.)`);let r=new Dc(e,this._currentTokenType,t);return this._currentTokenStart=null,this._currentTokenType=null,new kc(r)}handleError(e){if(e instanceof _c&&(e=this._createError(e.msg,this._cursor.getSpan(e.cursor))),e instanceof kc)this.errors.push(e.error);else throw e}_attemptCharCode(e){return this._cursor.peek()===e?(this._cursor.advance(),!0):!1}_attemptCharCodeCaseInsensitive(e){return G7(this._cursor.peek(),e)?(this._cursor.advance(),!0):!1}_requireCharCode(e){let t=this._cursor.clone();if(!this._attemptCharCode(e))throw this._createError(Ta(this._cursor.peek()),this._cursor.getSpan(t))}_attemptStr(e){let t=e.length;if(this._cursor.charsLeft()<t)return!1;let r=this._cursor.clone();for(let n=0;n<t;n++)if(!this._attemptCharCode(e.charCodeAt(n)))return this._cursor=r,!1;return!0}_attemptStrCaseInsensitive(e){for(let t=0;t<e.length;t++)if(!this._attemptCharCodeCaseInsensitive(e.charCodeAt(t)))return!1;return!0}_requireStr(e){let t=this._cursor.clone();if(!this._attemptStr(e))throw this._createError(Ta(this._cursor.peek()),this._cursor.getSpan(t))}_requireStrCaseInsensitive(e){let t=this._cursor.clone();if(!this._attemptStrCaseInsensitive(e))throw this._createError(Ta(this._cursor.peek()),this._cursor.getSpan(t))}_attemptCharCodeUntilFn(e){for(;!e(this._cursor.peek());)this._cursor.advance()}_requireCharCodeUntilFn(e,t){let r=this._cursor.clone();if(this._attemptCharCodeUntilFn(e),this._cursor.diff(r)<t)throw this._createError(Ta(this._cursor.peek()),this._cursor.getSpan(r))}_attemptUntilChar(e){for(;this._cursor.peek()!==e;)this._cursor.advance()}_readChar(){let e=String.fromCodePoint(this._cursor.peek());return this._cursor.advance(),e}_consumeEntity(e){this._beginToken(9);let t=this._cursor.clone();if(this._cursor.advance(),this._attemptCharCode(35)){let r=this._attemptCharCode(120)||this._attemptCharCode(88),n=this._cursor.clone();if(this._attemptCharCodeUntilFn(U7),this._cursor.peek()!=59){this._cursor.advance();let o=r?Sc.HEX:Sc.DEC;throw this._createError(H7(o,this._cursor.getChars(t)),this._cursor.getSpan())}let a=this._cursor.getChars(n);this._cursor.advance();try{let o=parseInt(a,r?16:10);this._endToken([String.fromCharCode(o),this._cursor.getChars(t)])}catch{throw this._createError(ff(this._cursor.getChars(t)),this._cursor.getSpan())}}else{let r=this._cursor.clone();if(this._attemptCharCodeUntilFn(W7),this._cursor.peek()!=59)this._beginToken(e,t),this._cursor=r,this._endToken(["&"]);else{let n=this._cursor.getChars(r);this._cursor.advance();let a=_s[n];if(!a)throw this._createError(ff(n),this._cursor.getSpan(t));this._endToken([a,`&${n};`])}}}_consumeRawText(e,t){this._beginToken(e?6:7);let r=[];for(;;){let n=this._cursor.clone(),a=t();if(this._cursor=n,a)break;e&&this._cursor.peek()===38?(this._endToken([this._processCarriageReturns(r.join(""))]),r.length=0,this._consumeEntity(6),this._beginToken(6)):r.push(this._readChar())}this._endToken([this._processCarriageReturns(r.join(""))])}_consumeComment(e){this._beginToken(10,e),this._endToken([]),this._consumeRawText(!1,()=>this._attemptStr("-->")),this._beginToken(11),this._requireStr("-->"),this._endToken([])}_consumeBogusComment(e){this._beginToken(10,e),this._endToken([]),this._consumeRawText(!1,()=>this._cursor.peek()===62),this._beginToken(11),this._cursor.advance(),this._endToken([])}_consumeCdata(e){this._beginToken(12,e),this._endToken([]),this._consumeRawText(!1,()=>this._attemptStr("]]>")),this._beginToken(13),this._requireStr("]]>"),this._endToken([])}_consumeDocType(e){this._beginToken(18,e),this._endToken([]),this._consumeRawText(!1,()=>this._cursor.peek()===62),this._beginToken(19),this._cursor.advance(),this._endToken([])}_consumePrefixAndName(){let e=this._cursor.clone(),t="";for(;this._cursor.peek()!==58&&!V7(this._cursor.peek());)this._cursor.advance();let r;this._cursor.peek()===58?(t=this._cursor.getChars(e),this._cursor.advance(),r=this._cursor.clone()):r=e,this._requireCharCodeUntilFn(hf,t===""?0:1);let n=this._cursor.getChars(r);return[t,n]}_consumeTagOpen(e){let t,r,n,a=[];try{if(!sd(this._cursor.peek()))throw this._createError(Ta(this._cursor.peek()),this._cursor.getSpan(e));for(n=this._consumeTagOpenStart(e),r=n.parts[0],t=n.parts[1],this._attemptCharCodeUntilFn(Le);this._cursor.peek()!==47&&this._cursor.peek()!==62&&this._cursor.peek()!==60&&this._cursor.peek()!==0;){let[i,l]=this._consumeAttributeName();if(this._attemptCharCodeUntilFn(Le),this._attemptCharCode(61)){this._attemptCharCodeUntilFn(Le);let s=this._consumeAttributeValue();a.push({prefix:i,name:l,value:s})}else a.push({prefix:i,name:l});this._attemptCharCodeUntilFn(Le)}this._consumeTagOpenEnd()}catch(i){if(i instanceof kc){n?n.type=4:(this._beginToken(5,e),this._endToken(["<"]));return}throw i}if(this._canSelfClose&&this.tokens[this.tokens.length-1].type===2)return;let o=this._getTagContentType(t,r,this._fullNameStack.length>0,a);this._handleFullNameStackForTagOpen(r,t),o===hr.RAW_TEXT?this._consumeRawTextWithTagClose(r,t,!1):o===hr.ESCAPABLE_RAW_TEXT&&this._consumeRawTextWithTagClose(r,t,!0)}_consumeRawTextWithTagClose(e,t,r){this._consumeRawText(r,()=>!this._attemptCharCode(60)||!this._attemptCharCode(47)||(this._attemptCharCodeUntilFn(Le),!this._attemptStrCaseInsensitive(e?`${e}:${t}`:t))?!1:(this._attemptCharCodeUntilFn(Le),this._attemptCharCode(62))),this._beginToken(3),this._requireCharCodeUntilFn(n=>n===62,3),this._cursor.advance(),this._endToken([e,t]),this._handleFullNameStackForTagClose(e,t)}_consumeTagOpenStart(e){this._beginToken(0,e);let t=this._consumePrefixAndName();return this._endToken(t)}_consumeAttributeName(){let e=this._cursor.peek();if(e===39||e===34)throw this._createError(Ta(e),this._cursor.getSpan());this._beginToken(14);let t=this._consumePrefixAndName();return this._endToken(t),t}_consumeAttributeValue(){let e;if(this._cursor.peek()===39||this._cursor.peek()===34){let t=this._cursor.peek();this._consumeQuote(t);let r=c(()=>this._cursor.peek()===t,"n");e=this._consumeWithInterpolation(16,17,r,r),this._consumeQuote(t)}else{let t=c(()=>hf(this._cursor.peek()),"r");e=this._consumeWithInterpolation(16,17,t,t)}return e}_consumeQuote(e){this._beginToken(15),this._requireCharCode(e),this._endToken([String.fromCodePoint(e)])}_consumeTagOpenEnd(){let e=this._attemptCharCode(47)?2:1;this._beginToken(e),this._requireCharCode(62),this._endToken([])}_consumeTagClose(e){if(this._beginToken(3,e),this._attemptCharCodeUntilFn(Le),this._allowHtmComponentClosingTags&&this._attemptCharCode(47))this._attemptCharCodeUntilFn(Le),this._requireCharCode(62),this._endToken([]);else{let[t,r]=this._consumePrefixAndName();this._attemptCharCodeUntilFn(Le),this._requireCharCode(62),this._endToken([t,r]),this._handleFullNameStackForTagClose(t,r)}}_consumeExpansionFormStart(){this._beginToken(20),this._requireCharCode(123),this._endToken([]),this._expansionCaseStack.push(20),this._beginToken(7);let e=this._readUntil(44),t=this._processCarriageReturns(e);if(this._i18nNormalizeLineEndingsInICUs)this._endToken([t]);else{let n=this._endToken([e]);t!==e&&this.nonNormalizedIcuExpressions.push(n)}this._requireCharCode(44),this._attemptCharCodeUntilFn(Le),this._beginToken(7);let r=this._readUntil(44);this._endToken([r]),this._requireCharCode(44),this._attemptCharCodeUntilFn(Le)}_consumeExpansionCaseStart(){this._beginToken(21);let e=this._readUntil(123).trim();this._endToken([e]),this._attemptCharCodeUntilFn(Le),this._beginToken(22),this._requireCharCode(123),this._endToken([]),this._attemptCharCodeUntilFn(Le),this._expansionCaseStack.push(22)}_consumeExpansionCaseEnd(){this._beginToken(23),this._requireCharCode(125),this._endToken([]),this._attemptCharCodeUntilFn(Le),this._expansionCaseStack.pop()}_consumeExpansionFormEnd(){this._beginToken(24),this._requireCharCode(125),this._endToken([]),this._expansionCaseStack.pop()}_consumeWithInterpolation(e,t,r,n){this._beginToken(e);let a=[];for(;!r();){let i=this._cursor.clone();this._interpolationConfig&&this._attemptStr(this._interpolationConfig.start)?(this._endToken([this._processCarriageReturns(a.join(""))],i),a.length=0,this._consumeInterpolation(t,i,n),this._beginToken(e)):this._cursor.peek()===38?(this._endToken([this._processCarriageReturns(a.join(""))]),a.length=0,this._consumeEntity(e),this._beginToken(e)):a.push(this._readChar())}this._inInterpolation=!1;let o=this._processCarriageReturns(a.join(""));return this._endToken([o]),o}_consumeInterpolation(e,t,r){let n=[];this._beginToken(e,t),n.push(this._interpolationConfig.start);let a=this._cursor.clone(),o=null,i=!1;for(;this._cursor.peek()!==0&&(r===null||!r());){let l=this._cursor.clone();if(this._isTagStart()){this._cursor=l,n.push(this._getProcessedChars(a,l)),this._endToken(n);return}if(o===null)if(this._attemptStr(this._interpolationConfig.end)){n.push(this._getProcessedChars(a,l)),n.push(this._interpolationConfig.end),this._endToken(n);return}else this._attemptStr("//")&&(i=!0);let s=this._cursor.peek();this._cursor.advance(),s===92?this._cursor.advance():s===o?o=null:!i&&o===null&&uf(s)&&(o=s)}n.push(this._getProcessedChars(a,this._cursor)),this._endToken(n)}_getProcessedChars(e,t){return this._processCarriageReturns(t.getChars(e))}_isTextEnd(){return!!(this._isTagStart()||this._cursor.peek()===0||this._tokenizeIcu&&!this._inInterpolation&&(this.isExpansionFormStart()||this._cursor.peek()===125&&this._isInExpansionCase())||this._tokenizeBlocks&&!this._inInterpolation&&!this._isInExpansion()&&(this._isBlockStart()||this._cursor.peek()===125))}_isTagStart(){if(this._cursor.peek()===60){let e=this._cursor.clone();e.advance();let t=e.peek();if(97<=t&&t<=122||65<=t&&t<=90||t===47||t===33)return!0}return!1}_isBlockStart(){if(this._tokenizeBlocks&&this._cursor.peek()===64){let e=this._cursor.clone();if(e.advance(),mf(e.peek()))return!0}return!1}_readUntil(e){let t=this._cursor.clone();return this._attemptUntilChar(e),this._cursor.getChars(t)}_isInExpansion(){return this._isInExpansionCase()||this._isInExpansionForm()}_isInExpansionCase(){return this._expansionCaseStack.length>0&&this._expansionCaseStack[this._expansionCaseStack.length-1]===22}_isInExpansionForm(){return this._expansionCaseStack.length>0&&this._expansionCaseStack[this._expansionCaseStack.length-1]===20}isExpansionFormStart(){if(this._cursor.peek()!==123)return!1;if(this._interpolationConfig){let e=this._cursor.clone(),t=this._attemptStr(this._interpolationConfig.start);return this._cursor=e,!t}return!0}_handleFullNameStackForTagOpen(e,t){let r=zl(e,t);(this._fullNameStack.length===0||this._fullNameStack[this._fullNameStack.length-1]===r)&&this._fullNameStack.push(r)}_handleFullNameStackForTagClose(e,t){let r=zl(e,t);this._fullNameStack.length!==0&&this._fullNameStack[this._fullNameStack.length-1]===r&&this._fullNameStack.pop()}},c(nh,"Nr"),nh),c(Le,"k"),c(hf,"Fs"),c(V7,"uo"),c(U7,"lo"),c(W7,"co"),c(q7,"po"),c(G7,"ho"),c(bg,"Ps"),c(mf,"Ns"),c(gf,"Is"),c(F_,"fo"),ah=(Ol=class{constructor(e,t){if(e instanceof Ol){this.file=e.file,this.input=e.input,this.end=e.end;let r=e.state;this.state={peek:r.peek,offset:r.offset,line:r.line,column:r.column}}else{if(!t)throw new Error("Programming error: the range argument must be provided with a file argument.");this.file=e,this.input=e.content,this.end=t.endPos,this.state={peek:-1,offset:t.startPos,line:t.startLine,column:t.startCol}}}clone(){return new Ol(this)}peek(){return this.state.peek}charsLeft(){return this.end-this.state.offset}diff(e){return this.state.offset-e.state.offset}advance(){this.advanceState(this.state)}init(){this.updatePeek(this.state)}getSpan(e,t){e=e||this;let r=e;if(t)for(;this.diff(e)>0&&t.indexOf(e.peek())!==-1;)r===e&&(e=e.clone()),e.advance();let n=this.locationFromCursor(e),a=this.locationFromCursor(this),o=r!==e?this.locationFromCursor(r):n;return new oe(n,a,o)}getChars(e){return this.input.substring(e.state.offset,this.state.offset)}charAt(e){return this.input.charCodeAt(e)}advanceState(e){if(e.offset>=this.end)throw this.state=e,new _c('Unexpected character "EOF"',this);let t=this.charAt(e.offset);t===10?(e.line++,e.column=0):lf(t)||e.column++,e.offset++,this.updatePeek(e)}updatePeek(e){e.peek=e.offset>=this.end?0:this.charAt(e.offset)}locationFromCursor(e){return new md(e.file,e.state.offset,e.state.line,e.state.column)}},c(Ol,"t"),Ol),Xb=(Ml=class extends ah{constructor(e,t){e instanceof Ml?(super(e),this.internalState={...e.internalState}):(super(e,t),this.internalState=this.state)}advance(){this.state=this.internalState,super.advance(),this.processEscapeSequence()}init(){super.init(),this.processEscapeSequence()}clone(){return new Ml(this)}getChars(e){let t=e.clone(),r="";for(;t.internalState.offset<this.internalState.offset;)r+=String.fromCodePoint(t.peek()),t.advance();return r}processEscapeSequence(){let e=c(()=>this.internalState.peek,"e");if(e()===92)if(this.internalState={...this.state},this.advanceState(this.internalState),e()===110)this.state.peek=10;else if(e()===114)this.state.peek=13;else if(e()===118)this.state.peek=11;else if(e()===116)this.state.peek=9;else if(e()===98)this.state.peek=8;else if(e()===102)this.state.peek=12;else if(e()===117)if(this.advanceState(this.internalState),e()===123){this.advanceState(this.internalState);let t=this.clone(),r=0;for(;e()!==125;)this.advanceState(this.internalState),r++;this.state.peek=this.decodeHexDigits(t,r)}else{let t=this.clone();this.advanceState(this.internalState),this.advanceState(this.internalState),this.advanceState(this.internalState),this.state.peek=this.decodeHexDigits(t,4)}else if(e()===120){this.advanceState(this.internalState);let t=this.clone();this.advanceState(this.internalState),this.state.peek=this.decodeHexDigits(t,2)}else if(sf(e())){let t="",r=0,n=this.clone();for(;sf(e())&&r<3;)n=this.clone(),t+=String.fromCodePoint(e()),this.advanceState(this.internalState),r++;this.state.peek=parseInt(t,8),this.internalState=n.internalState}else lf(this.internalState.peek)?(this.advanceState(this.internalState),this.state=this.internalState):this.state.peek=this.internalState.peek}decodeHexDigits(e,t){let r=this.input.slice(e.internalState.offset,e.internalState.offset+t),n=parseInt(r,16);if(isNaN(n))throw e.state=e.internalState,new _c("Invalid hexadecimal escape sequence",e);return n}},c(Ml,"t"),Ml),_c=(oh=class{constructor(e,t){this.msg=e,this.cursor=t}},c(oh,"ft"),oh),Ft=(Ac=class extends $f{static create(e,t,r){return new Ac(e,t,r)}constructor(e,t,r){super(t,r),this.elementName=e}},c(Ac,"t"),Ac),Zb=(ih=class{constructor(e,t){this.rootNodes=e,this.errors=t}},c(ih,"Or"),ih),Jb=(lh=class{constructor(e){this.getTagDefinition=e}parse(e,t,r,n=!1,a){let o=c(m=>(g,...v)=>m(g.toLowerCase(),...v),"a"),i=n?this.getTagDefinition:o(this.getTagDefinition),l=c(m=>i(m).getContentType(),"u"),s=n?a:o(a),d=j7(e,t,a?(m,g,v,C)=>{let E=s(m,g,v,C);return E!==void 0?E:l(m)}:l,r),f=r&&r.canSelfClose||!1,h=r&&r.allowHtmComponentClosingTags||!1,p=new Qb(d.tokens,i,f,h,n);return p.build(),new Zb(p.rootNodes,d.errors.concat(p.errors))}},c(lh,"Qt"),lh),Qb=(Fc=class{constructor(e,t,r,n,a){this.tokens=e,this.getTagDefinition=t,this.canSelfClose=r,this.allowHtmComponentClosingTags=n,this.isTagNameCaseSensitive=a,this._index=-1,this._containerStack=[],this.rootNodes=[],this.errors=[],this._advance()}build(){for(;this._peek.type!==30;)this._peek.type===0||this._peek.type===4?this._consumeStartTag(this._advance()):this._peek.type===3?(this._closeVoidElement(),this._consumeEndTag(this._advance())):this._peek.type===12?(this._closeVoidElement(),this._consumeCdata(this._advance())):this._peek.type===10?(this._closeVoidElement(),this._consumeComment(this._advance())):this._peek.type===5||this._peek.type===7||this._peek.type===6?(this._closeVoidElement(),this._consumeText(this._advance())):this._peek.type===20?this._consumeExpansion(this._advance()):this._peek.type===25?(this._closeVoidElement(),this._consumeBlockOpen(this._advance())):this._peek.type===27?(this._closeVoidElement(),this._consumeBlockClose(this._advance())):this._peek.type===29?(this._closeVoidElement(),this._consumeIncompleteBlock(this._advance())):this._peek.type===18?this._consumeDocType(this._advance()):this._advance();for(let e of this._containerStack)e instanceof Ia&&this.errors.push(Ft.create(e.name,e.sourceSpan,`Unclosed block "${e.name}"`))}_advance(){let e=this._peek;return this._index<this.tokens.length-1&&this._index++,this._peek=this.tokens[this._index],e}_advanceIf(e){return this._peek.type===e?this._advance():null}_consumeCdata(e){let t=this._advance(),r=this._getText(t),n=this._advanceIf(13);this._addToParent(new jb(r,new oe(e.sourceSpan.start,(n||t).sourceSpan.end),[t]))}_consumeComment(e){let t=this._advanceIf(7),r=this._advanceIf(11),n=t!=null?t.parts[0].trim():null,a=new oe(e.sourceSpan.start,(r||t||e).sourceSpan.end);this._addToParent(new Wb(n,a))}_consumeDocType(e){let t=this._advanceIf(7),r=this._advanceIf(19),n=t!=null?t.parts[0].trim():null,a=new oe(e.sourceSpan.start,(r||t||e).sourceSpan.end);this._addToParent(new qb(n,a))}_consumeExpansion(e){let t=this._advance(),r=this._advance(),n=[];for(;this._peek.type===21;){let o=this._parseExpansionCase();if(!o)return;n.push(o)}if(this._peek.type!==24){this.errors.push(Ft.create(null,this._peek.sourceSpan,"Invalid ICU message. Missing '}'."));return}let a=new oe(e.sourceSpan.start,this._peek.sourceSpan.end,e.sourceSpan.fullStart);this._addToParent(new Hb(t.parts[0],r.parts[0],n,a,t.sourceSpan)),this._advance()}_parseExpansionCase(){let e=this._advance();if(this._peek.type!==22)return this.errors.push(Ft.create(null,this._peek.sourceSpan,"Invalid ICU message. Missing '{'.")),null;let t=this._advance(),r=this._collectExpansionExpTokens(t);if(!r)return null;let n=this._advance();r.push({type:30,parts:[],sourceSpan:n.sourceSpan});let a=new Fc(r,this.getTagDefinition,this.canSelfClose,this.allowHtmComponentClosingTags,this.isTagNameCaseSensitive);if(a.build(),a.errors.length>0)return this.errors=this.errors.concat(a.errors),null;let o=new oe(e.sourceSpan.start,n.sourceSpan.end,e.sourceSpan.fullStart),i=new oe(t.sourceSpan.start,n.sourceSpan.end,t.sourceSpan.fullStart);return new Vb(e.parts[0],a.rootNodes,o,e.sourceSpan,i)}_collectExpansionExpTokens(e){let t=[],r=[22];for(;;){if((this._peek.type===20||this._peek.type===22)&&r.push(this._peek.type),this._peek.type===23)if(vf(r,22)){if(r.pop(),r.length===0)return t}else return this.errors.push(Ft.create(null,e.sourceSpan,"Invalid ICU message. Missing '}'.")),null;if(this._peek.type===24)if(vf(r,20))r.pop();else return this.errors.push(Ft.create(null,e.sourceSpan,"Invalid ICU message. Missing '}'.")),null;if(this._peek.type===30)return this.errors.push(Ft.create(null,e.sourceSpan,"Invalid ICU message. Missing '}'.")),null;t.push(this._advance())}}_getText(e){let t=e.parts[0];if(t.length>0&&t[0]==`
261
+ `){let r=this._getClosestParentElement();r!=null&&r.children.length==0&&this.getTagDefinition(r.name).ignoreFirstLf&&(t=t.substring(1))}return t}_consumeText(e){let t=[e],r=e.sourceSpan,n=e.parts[0];if(n.length>0&&n[0]===`
262
+ `){let a=this._getContainer();a!=null&&a.children.length===0&&this.getTagDefinition(a.name).ignoreFirstLf&&(n=n.substring(1),t[0]={type:e.type,sourceSpan:e.sourceSpan,parts:[n]})}for(;this._peek.type===8||this._peek.type===5||this._peek.type===9;)e=this._advance(),t.push(e),e.type===8?n+=e.parts.join("").replace(/&([^;]+);/g,yf):e.type===9?n+=e.parts[0]:n+=e.parts.join("");if(n.length>0){let a=e.sourceSpan;this._addToParent(new Nb(n,new oe(r.start,a.end,r.fullStart,r.details),t))}}_closeVoidElement(){let e=this._getContainer();e instanceof fn&&this.getTagDefinition(e.name).isVoid&&this._containerStack.pop()}_consumeStartTag(e){let[t,r]=e.parts,n=[];for(;this._peek.type===14;)n.push(this._consumeAttr(this._advance()));let a=this._getElementFullName(t,r,this._getClosestParentElement()),o=!1;if(this._peek.type===2){this._advance(),o=!0;let p=this.getTagDefinition(a);this.canSelfClose||p.canSelfClose||os(a)!==null||p.isVoid||this.errors.push(Ft.create(a,e.sourceSpan,`Only void, custom and foreign elements can be self closed "${e.parts[1]}"`))}else this._peek.type===1&&(this._advance(),o=!1);let i=this._peek.sourceSpan.fullStart,l=new oe(e.sourceSpan.start,i,e.sourceSpan.fullStart),s=new oe(e.sourceSpan.start,i,e.sourceSpan.fullStart),d=new oe(e.sourceSpan.start.moveBy(1),e.sourceSpan.end),f=new fn(a,n,[],l,s,void 0,d),h=this._getContainer();this._pushContainer(f,h instanceof fn&&this.getTagDefinition(h.name).isClosedByChild(f.name)),o?this._popContainer(a,fn,l):e.type===4&&(this._popContainer(a,fn,null),this.errors.push(Ft.create(a,l,`Opening tag "${a}" not terminated.`)))}_pushContainer(e,t){t&&this._containerStack.pop(),this._addToParent(e),this._containerStack.push(e)}_consumeEndTag(e){let t=this.allowHtmComponentClosingTags&&e.parts.length===0?null:this._getElementFullName(e.parts[0],e.parts[1],this._getClosestParentElement());if(t&&this.getTagDefinition(t).isVoid)this.errors.push(Ft.create(t,e.sourceSpan,`Void elements do not have end tags "${e.parts[1]}"`));else if(!this._popContainer(t,fn,e.sourceSpan)){let r=`Unexpected closing tag "${t}". It may happen when the tag has already been closed by another tag. For more info see https://www.w3.org/TR/html5/syntax.html#closing-elements-that-have-implied-end-tags`;this.errors.push(Ft.create(t,e.sourceSpan,r))}}_popContainer(e,t,r){let n=!1;for(let a=this._containerStack.length-1;a>=0;a--){let o=this._containerStack[a];if(os(o.name)?o.name===e:(e==null||o.name.toLowerCase()===e.toLowerCase())&&o instanceof t)return o.endSourceSpan=r,o.sourceSpan.end=r!==null?r.end:o.sourceSpan.end,this._containerStack.splice(a,this._containerStack.length-a),!n;(o instanceof Ia||o instanceof fn&&!this.getTagDefinition(o.name).closedByParent)&&(n=!0)}return!1}_consumeAttr(e){let t=zl(e.parts[0],e.parts[1]),r=e.sourceSpan.end,n;this._peek.type===15&&(n=this._advance());let a="",o=[],i,l;if(this._peek.type===16)for(i=this._peek.sourceSpan,l=this._peek.sourceSpan.end;this._peek.type===16||this._peek.type===17||this._peek.type===9;){let d=this._advance();o.push(d),d.type===17?a+=d.parts.join("").replace(/&([^;]+);/g,yf):d.type===9?a+=d.parts[0]:a+=d.parts.join(""),l=r=d.sourceSpan.end}this._peek.type===15&&(l=r=this._advance().sourceSpan.end);let s=i&&l&&new oe(n?.sourceSpan.start??i.start,l,n?.sourceSpan.fullStart??i.fullStart);return new Ub(t,a,new oe(e.sourceSpan.start,r,e.sourceSpan.fullStart),e.sourceSpan,s,o.length>0?o:void 0,void 0)}_consumeBlockOpen(e){let t=[];for(;this._peek.type===28;){let i=this._advance();t.push(new Zf(i.parts[0],i.sourceSpan))}this._peek.type===26&&this._advance();let r=this._peek.sourceSpan.fullStart,n=new oe(e.sourceSpan.start,r,e.sourceSpan.fullStart),a=new oe(e.sourceSpan.start,r,e.sourceSpan.fullStart),o=new Ia(e.parts[0],t,[],n,a);this._pushContainer(o,!1)}_consumeBlockClose(e){this._popContainer(null,Ia,e.sourceSpan)||this.errors.push(Ft.create(null,e.sourceSpan,'Unexpected closing block. The block may have been closed earlier. If you meant to write the } character, you should use the "&#125;" HTML entity instead.'))}_consumeIncompleteBlock(e){let t=[];for(;this._peek.type===28;){let i=this._advance();t.push(new Zf(i.parts[0],i.sourceSpan))}let r=this._peek.sourceSpan.fullStart,n=new oe(e.sourceSpan.start,r,e.sourceSpan.fullStart),a=new oe(e.sourceSpan.start,r,e.sourceSpan.fullStart),o=new Ia(e.parts[0],t,[],n,a);this._pushContainer(o,!1),this._popContainer(null,Ia,null),this.errors.push(Ft.create(e.parts[0],n,`Incomplete block "${e.parts[0]}". If you meant to write the @ character, you should use the "&#64;" HTML entity instead.`))}_getContainer(){return this._containerStack.length>0?this._containerStack[this._containerStack.length-1]:null}_getClosestParentElement(){for(let e=this._containerStack.length-1;e>-1;e--)if(this._containerStack[e]instanceof fn)return this._containerStack[e];return null}_addToParent(e){let t=this._getContainer();t===null?this.rootNodes.push(e):t.children.push(e)}_getElementFullName(e,t,r){if(e===""&&(e=this.getTagDefinition(t).implicitNamespacePrefix||"",e===""&&r!=null)){let n=Zs(r.name)[1];this.getTagDefinition(n).preventNamespaceInheritance||(e=os(r.name))}return zl(e,t)}},c(Fc,"t"),Fc),c(vf,"qs"),c(yf,"Hs"),e6=(sh=class extends Jb{constructor(){super(ud)}parse(e,t,r,n=!1,a){return super.parse(e,t,r,n,a)}},c(sh,"Xt"),sh),$c=null,yA=c(()=>($c||($c=new e6),$c),"mo"),c(Eg,"Hr"),c(K7,"go"),wA=K7,bA=new RegExp("^(?<startDelimiter>-{3}|\\+{3})(?<language>[^\\n]*)\\n(?:|(?<value>.*?)\\n)(?<endDelimiter>\\k<startDelimiter>|\\.{3})[^\\S\\n]*(?:\\n|$)","s"),c(Y7,"So"),EA=Y7,Pl={attrs:!0,children:!0,cases:!0,expression:!0},uh=new Set(["parent"]),xA=(Ra=class{constructor(e={}){for(let t of new Set([...uh,...Object.keys(e)]))this.setProperty(t,e[t])}setProperty(e,t){if(this[e]!==t){if(e in Pl&&(t=t.map(r=>this.createChild(r))),!uh.has(e)){this[e]=t;return}Object.defineProperty(this,e,{value:t,enumerable:!1,configurable:!0})}}map(e){let t;for(let r in Pl){let n=this[r];if(n){let a=X7(n,o=>o.map(e));t!==n&&(t||(t=new Ra({parent:this.parent})),t.setProperty(r,a))}}if(t)for(let r in this)r in Pl||(t[r]=this[r]);return e(t||this)}walk(e){for(let t in Pl){let r=this[t];if(r)for(let n=0;n<r.length;n++)r[n].walk(e)}e(this)}createChild(e){let t=e instanceof Ra?e.clone():new Ra(e);return t.setProperty("parent",this),t}insertChildBefore(e,t){this.children.splice(this.children.indexOf(e),0,this.createChild(t))}removeChild(e){this.children.splice(this.children.indexOf(e),1)}replaceChild(e,t){this.children[this.children.indexOf(e)]=this.createChild(t)}clone(){return new Ra(this)}get firstChild(){var e;return(e=this.children)==null?void 0:e[0]}get lastChild(){var e;return(e=this.children)==null?void 0:e[this.children.length-1]}get prev(){var e,t;return(t=(e=this.parent)==null?void 0:e.children)==null?void 0:t[this.parent.children.indexOf(this)-1]}get next(){var e,t;return(t=(e=this.parent)==null?void 0:e.children)==null?void 0:t[this.parent.children.indexOf(this)+1]}get rawName(){return this.hasExplicitNamespace?this.fullName:this.name}get fullName(){return this.namespace?this.namespace+":"+this.name:this.name}get attrMap(){return Object.fromEntries(this.attrs.map(e=>[e.fullName,e.value]))}},c(Ra,"t"),Ra),c(X7,"_o"),CA=[{regex:/^(\[if([^\]]*)]>)(.*?)<!\s*\[endif]$/s,parse:Z7},{regex:/^\[if([^\]]*)]><!$/,parse:J7},{regex:/^<!\s*\[endif]$/,parse:Q7}],c($_,"zs"),c(Z7,"Ao"),c(J7,"Do"),c(Q7,"vo"),s0=new Map([["*",new Set(["accesskey","autocapitalize","autofocus","class","contenteditable","dir","draggable","enterkeyhint","hidden","id","inert","inputmode","is","itemid","itemprop","itemref","itemscope","itemtype","lang","nonce","popover","slot","spellcheck","style","tabindex","title","translate"])],["a",new Set(["charset","coords","download","href","hreflang","name","ping","referrerpolicy","rel","rev","shape","target","type"])],["applet",new Set(["align","alt","archive","code","codebase","height","hspace","name","object","vspace","width"])],["area",new Set(["alt","coords","download","href","hreflang","nohref","ping","referrerpolicy","rel","shape","target","type"])],["audio",new Set(["autoplay","controls","crossorigin","loop","muted","preload","src"])],["base",new Set(["href","target"])],["basefont",new Set(["color","face","size"])],["blockquote",new Set(["cite"])],["body",new Set(["alink","background","bgcolor","link","text","vlink"])],["br",new Set(["clear"])],["button",new Set(["disabled","form","formaction","formenctype","formmethod","formnovalidate","formtarget","name","popovertarget","popovertargetaction","type","value"])],["canvas",new Set(["height","width"])],["caption",new Set(["align"])],["col",new Set(["align","char","charoff","span","valign","width"])],["colgroup",new Set(["align","char","charoff","span","valign","width"])],["data",new Set(["value"])],["del",new Set(["cite","datetime"])],["details",new Set(["name","open"])],["dialog",new Set(["open"])],["dir",new Set(["compact"])],["div",new Set(["align"])],["dl",new Set(["compact"])],["embed",new Set(["height","src","type","width"])],["fieldset",new Set(["disabled","form","name"])],["font",new Set(["color","face","size"])],["form",new Set(["accept","accept-charset","action","autocomplete","enctype","method","name","novalidate","target"])],["frame",new Set(["frameborder","longdesc","marginheight","marginwidth","name","noresize","scrolling","src"])],["frameset",new Set(["cols","rows"])],["h1",new Set(["align"])],["h2",new Set(["align"])],["h3",new Set(["align"])],["h4",new Set(["align"])],["h5",new Set(["align"])],["h6",new Set(["align"])],["head",new Set(["profile"])],["hr",new Set(["align","noshade","size","width"])],["html",new Set(["manifest","version"])],["iframe",new Set(["align","allow","allowfullscreen","allowpaymentrequest","allowusermedia","frameborder","height","loading","longdesc","marginheight","marginwidth","name","referrerpolicy","sandbox","scrolling","src","srcdoc","width"])],["img",new Set(["align","alt","border","crossorigin","decoding","fetchpriority","height","hspace","ismap","loading","longdesc","name","referrerpolicy","sizes","src","srcset","usemap","vspace","width"])],["input",new Set(["accept","align","alt","autocomplete","checked","dirname","disabled","form","formaction","formenctype","formmethod","formnovalidate","formtarget","height","ismap","list","max","maxlength","min","minlength","multiple","name","pattern","placeholder","popovertarget","popovertargetaction","readonly","required","size","src","step","type","usemap","value","width"])],["ins",new Set(["cite","datetime"])],["isindex",new Set(["prompt"])],["label",new Set(["for","form"])],["legend",new Set(["align"])],["li",new Set(["type","value"])],["link",new Set(["as","blocking","charset","color","crossorigin","disabled","fetchpriority","href","hreflang","imagesizes","imagesrcset","integrity","media","referrerpolicy","rel","rev","sizes","target","type"])],["map",new Set(["name"])],["menu",new Set(["compact"])],["meta",new Set(["charset","content","http-equiv","media","name","scheme"])],["meter",new Set(["high","low","max","min","optimum","value"])],["object",new Set(["align","archive","border","classid","codebase","codetype","data","declare","form","height","hspace","name","standby","type","typemustmatch","usemap","vspace","width"])],["ol",new Set(["compact","reversed","start","type"])],["optgroup",new Set(["disabled","label"])],["option",new Set(["disabled","label","selected","value"])],["output",new Set(["for","form","name"])],["p",new Set(["align"])],["param",new Set(["name","type","value","valuetype"])],["pre",new Set(["width"])],["progress",new Set(["max","value"])],["q",new Set(["cite"])],["script",new Set(["async","blocking","charset","crossorigin","defer","fetchpriority","integrity","language","nomodule","referrerpolicy","src","type"])],["select",new Set(["autocomplete","disabled","form","multiple","name","required","size"])],["slot",new Set(["name"])],["source",new Set(["height","media","sizes","src","srcset","type","width"])],["style",new Set(["blocking","media","type"])],["table",new Set(["align","bgcolor","border","cellpadding","cellspacing","frame","rules","summary","width"])],["tbody",new Set(["align","char","charoff","valign"])],["td",new Set(["abbr","align","axis","bgcolor","char","charoff","colspan","headers","height","nowrap","rowspan","scope","valign","width"])],["template",new Set(["shadowrootdelegatesfocus","shadowrootmode"])],["textarea",new Set(["autocomplete","cols","dirname","disabled","form","maxlength","minlength","name","placeholder","readonly","required","rows","wrap"])],["tfoot",new Set(["align","char","charoff","valign"])],["th",new Set(["abbr","align","axis","bgcolor","char","charoff","colspan","headers","height","nowrap","rowspan","scope","valign","width"])],["thead",new Set(["align","char","charoff","valign"])],["time",new Set(["datetime"])],["tr",new Set(["align","bgcolor","char","charoff","valign"])],["track",new Set(["default","kind","label","src","srclang"])],["ul",new Set(["compact","type"])],["video",new Set(["autoplay","controls","crossorigin","height","loop","muted","playsinline","poster","preload","src","width"])]]),DA=new Set(["a","abbr","acronym","address","applet","area","article","aside","audio","b","base","basefont","bdi","bdo","bgsound","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","command","content","data","datalist","dd","del","details","dfn","dialog","dir","div","dl","dt","element","em","embed","fieldset","figcaption","figure","font","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","image","img","input","ins","isindex","kbd","keygen","label","legend","li","link","listing","main","map","mark","marquee","math","menu","menuitem","meta","meter","multicol","nav","nextid","nobr","noembed","noframes","noscript","object","ol","optgroup","option","output","p","param","picture","plaintext","pre","progress","q","rb","rbc","rp","rt","rtc","ruby","s","samp","script","search","section","select","shadow","slot","small","source","spacer","span","strike","strong","style","sub","summary","sup","svg","table","tbody","td","template","textarea","tfoot","th","thead","time","title","tr","track","tt","u","ul","var","video","wbr","xmp"]),c(T_,"yo"),c(I_,"wo"),c(Qv,"js"),c(R_,"bo"),c(xg,"Ys"),c(ey,"Ks"),c(Bl,"tr"),kg={name:"html",normalizeTagName:!0,normalizeAttributeName:!0,allowHtmComponentClosingTags:!0},t6=Bl(kg),r6=Bl({name:"angular"}),n6=Bl({name:"vue",isTagNameCaseSensitive:!0,shouldParseAsRawText(e,t,r,n){return e.toLowerCase()!=="html"&&!r&&(e!=="template"||n.some(({name:a,value:o})=>a==="lang"&&o!=="html"&&o!==""&&o!==void 0))}}),a6=Bl({name:"lwc",canSelfClose:!1}),o6={html:Sb},SA=Ef});function kA(e){let t=e.indexOf("\r");return t>=0?e.charAt(t+1)===`
263
+ `?"crlf":"cr":"lf"}function T1(e){switch(e){case"cr":return"\r";case"crlf":return`\r
264
+ `;default:return`
265
+ `}}function sy(e,t){let r;switch(t){case`
266
+ `:r=/\n/g;break;case"\r":r=/\r/g;break;case`\r
267
+ `:r=/\r\n/g;break;default:throw new Error(`Unexpected "eol" ${JSON.stringify(t)}.`)}let n=e.match(r);return n?n.length:0}function _A(e){return Bu(!1,e,/\r\n?/g,`
268
+ `)}function i6(e){if(typeof e=="string")return ba;if(Array.isArray(e))return $n;if(!e)return;let{type:t}=e;if(by.has(t))return t}function l6(e){let t=e===null?"null":typeof e;if(t!=="string"&&t!=="object")return`Unexpected doc '${t}',
269
+ Expected it to be 'string' or 'object'.`;if(Ea(e))throw new Error("doc is valid.");let r=Object.prototype.toString.call(e);if(r!=="[object Object]")return`Unexpected doc '${r}'.`;let n=mF([...by].map(a=>`'${a}'`));return`Unexpected doc.type '${e.type}'.
270
+ Expected it to be ${n}.`}function s6(e,t,r,n){let a=[e];for(;a.length>0;){let o=a.pop();if(o===Kg){r(a.pop());continue}r&&a.push(o,Kg);let i=Ea(o);if(!i)throw new uo(o);if(t?.(o)!==!1)switch(i){case $n:case Bt:{let l=i===$n?o:o.parts;for(let s=l.length,d=s-1;d>=0;--d)a.push(l[d]);break}case Ct:a.push(o.flatContents,o.breakContents);break;case pt:if(n&&o.expandedStates)for(let l=o.expandedStates.length,s=l-1;s>=0;--s)a.push(o.expandedStates[s]);else a.push(o.contents);break;case nn:case rn:case an:case xr:case on:a.push(o.contents);break;case ba:case ia:case Jr:case Qr:case Pe:case Ot:break;default:throw new uo(o)}}}function nu(e){return Cr(e),{type:rn,contents:e}}function so(e,t){return Cr(t),{type:nn,contents:t,n:e}}function _g(e,t={}){return Cr(e),z1(t.expandedStates,!0),{type:pt,id:t.id,contents:e,break:!!t.shouldBreak,expandedStates:t.expandedStates}}function u6(e){return so(Number.NEGATIVE_INFINITY,e)}function c6(e){return so({type:"root"},e)}function d6(e){return so(-1,e)}function p6(e,t){return _g(e[0],{...t,expandedStates:e})}function Ag(e){return z1(e),{type:Bt,parts:e}}function f6(e,t="",r={}){return Cr(e),t!==""&&Cr(t),{type:Ct,breakContents:e,flatContents:t,groupId:r.groupId}}function h6(e,t){return Cr(e),{type:an,contents:e,groupId:t.groupId,negate:t.negate}}function gd(e){return Cr(e),{type:on,contents:e}}function Fg(e,t){Cr(e),z1(t);let r=[];for(let n=0;n<t.length;n++)n!==0&&r.push(e),r.push(t[n]);return r}function $g(e,t,r){Cr(e);let n=e;if(t>0){for(let a=0;a<Math.floor(t/r);++a)n=nu(n);n=so(t%r,n),n=so(Number.NEGATIVE_INFINITY,n)}return n}function m6(e,t){return Cr(t),e?{type:xr,label:e,contents:t}:t}function Nr(e){var t;if(!e)return"";if(Array.isArray(e)){let r=[];for(let n of e)if(Array.isArray(n))r.push(...Nr(n));else{let a=Nr(n);a!==""&&r.push(a)}return r}return e.type===Ct?{...e,breakContents:Nr(e.breakContents),flatContents:Nr(e.flatContents)}:e.type===pt?{...e,contents:Nr(e.contents),expandedStates:(t=e.expandedStates)==null?void 0:t.map(Nr)}:e.type===Bt?{type:"fill",parts:e.parts.map(Nr)}:e.contents?{...e,contents:Nr(e.contents)}:e}function AA(e){let t=Object.create(null),r=new Set;return n(Nr(e));function n(o,i,l){var s,d;if(typeof o=="string")return JSON.stringify(o);if(Array.isArray(o)){let f=o.map(n).filter(Boolean);return f.length===1?f[0]:`[${f.join(", ")}]`}if(o.type===Pe){let f=((s=l?.[i+1])==null?void 0:s.type)===Ot;return o.literal?f?"literalline":"literallineWithoutBreakParent":o.hard?f?"hardline":"hardlineWithoutBreakParent":o.soft?"softline":"line"}if(o.type===Ot)return((d=l?.[i-1])==null?void 0:d.type)===Pe&&l[i-1].hard?void 0:"breakParent";if(o.type===Jr)return"trim";if(o.type===rn)return"indent("+n(o.contents)+")";if(o.type===nn)return o.n===Number.NEGATIVE_INFINITY?"dedentToRoot("+n(o.contents)+")":o.n<0?"dedent("+n(o.contents)+")":o.n.type==="root"?"markAsRoot("+n(o.contents)+")":"align("+JSON.stringify(o.n)+", "+n(o.contents)+")";if(o.type===Ct)return"ifBreak("+n(o.breakContents)+(o.flatContents?", "+n(o.flatContents):"")+(o.groupId?(o.flatContents?"":', ""')+`, { groupId: ${a(o.groupId)} }`:"")+")";if(o.type===an){let f=[];o.negate&&f.push("negate: true"),o.groupId&&f.push(`groupId: ${a(o.groupId)}`);let h=f.length>0?`, { ${f.join(", ")} }`:"";return`indentIfBreak(${n(o.contents)}${h})`}if(o.type===pt){let f=[];o.break&&o.break!=="propagated"&&f.push("shouldBreak: true"),o.id&&f.push(`id: ${a(o.id)}`);let h=f.length>0?`, { ${f.join(", ")} }`:"";return o.expandedStates?`conditionalGroup([${o.expandedStates.map(p=>n(p)).join(",")}]${h})`:`group(${n(o.contents)}${h})`}if(o.type===Bt)return`fill([${o.parts.map(f=>n(f)).join(", ")}])`;if(o.type===on)return"lineSuffix("+n(o.contents)+")";if(o.type===Qr)return"lineSuffixBoundary";if(o.type===xr)return`label(${JSON.stringify(o.label)}, ${n(o.contents)})`;throw new Error("Unknown doc type "+o.type)}function a(o){if(typeof o!="symbol")return JSON.stringify(String(o));if(o in t)return t[o];let i=o.description||"symbol";for(let l=0;;l++){let s=i+(l>0?` #${l}`:"");if(!r.has(s))return r.add(s),t[o]=`Symbol.for(${JSON.stringify(s)})`}}}function g6(e){return e===12288||e>=65281&&e<=65376||e>=65504&&e<=65510}function v6(e){return e>=4352&&e<=4447||e===8986||e===8987||e===9001||e===9002||e>=9193&&e<=9196||e===9200||e===9203||e===9725||e===9726||e===9748||e===9749||e>=9800&&e<=9811||e===9855||e===9875||e===9889||e===9898||e===9899||e===9917||e===9918||e===9924||e===9925||e===9934||e===9940||e===9962||e===9970||e===9971||e===9973||e===9978||e===9981||e===9989||e===9994||e===9995||e===10024||e===10060||e===10062||e>=10067&&e<=10069||e===10071||e>=10133&&e<=10135||e===10160||e===10175||e===11035||e===11036||e===11088||e===11093||e>=11904&&e<=11929||e>=11931&&e<=12019||e>=12032&&e<=12245||e>=12272&&e<=12287||e>=12289&&e<=12350||e>=12353&&e<=12438||e>=12441&&e<=12543||e>=12549&&e<=12591||e>=12593&&e<=12686||e>=12688&&e<=12771||e>=12783&&e<=12830||e>=12832&&e<=12871||e>=12880&&e<=19903||e>=19968&&e<=42124||e>=42128&&e<=42182||e>=43360&&e<=43388||e>=44032&&e<=55203||e>=63744&&e<=64255||e>=65040&&e<=65049||e>=65072&&e<=65106||e>=65108&&e<=65126||e>=65128&&e<=65131||e>=94176&&e<=94180||e===94192||e===94193||e>=94208&&e<=100343||e>=100352&&e<=101589||e>=101632&&e<=101640||e>=110576&&e<=110579||e>=110581&&e<=110587||e===110589||e===110590||e>=110592&&e<=110882||e===110898||e>=110928&&e<=110930||e===110933||e>=110948&&e<=110951||e>=110960&&e<=111355||e===126980||e===127183||e===127374||e>=127377&&e<=127386||e>=127488&&e<=127490||e>=127504&&e<=127547||e>=127552&&e<=127560||e===127568||e===127569||e>=127584&&e<=127589||e>=127744&&e<=127776||e>=127789&&e<=127797||e>=127799&&e<=127868||e>=127870&&e<=127891||e>=127904&&e<=127946||e>=127951&&e<=127955||e>=127968&&e<=127984||e===127988||e>=127992&&e<=128062||e===128064||e>=128066&&e<=128252||e>=128255&&e<=128317||e>=128331&&e<=128334||e>=128336&&e<=128359||e===128378||e===128405||e===128406||e===128420||e>=128507&&e<=128591||e>=128640&&e<=128709||e===128716||e>=128720&&e<=128722||e>=128725&&e<=128727||e>=128732&&e<=128735||e===128747||e===128748||e>=128756&&e<=128764||e>=128992&&e<=129003||e===129008||e>=129292&&e<=129338||e>=129340&&e<=129349||e>=129351&&e<=129535||e>=129648&&e<=129660||e>=129664&&e<=129672||e>=129680&&e<=129725||e>=129727&&e<=129733||e>=129742&&e<=129755||e>=129760&&e<=129768||e>=129776&&e<=129784||e>=131072&&e<=196605||e>=196608&&e<=262141}function y6(e){if(!e)return 0;if(!yF.test(e))return e.length;e=e.replace(gF()," ");let t=0;for(let r of e){let n=r.codePointAt(0);n<=31||n>=127&&n<=159||n>=768&&n<=879||(t+=vF(n)?1:2)}return t}function au(e,t){if(typeof e=="string")return t(e);let r=new Map;return n(e);function n(o){if(r.has(o))return r.get(o);let i=a(o);return r.set(o,i),i}function a(o){switch(Ea(o)){case $n:return t(o.map(n));case Bt:return t({...o,parts:o.parts.map(n)});case Ct:return t({...o,breakContents:n(o.breakContents),flatContents:n(o.flatContents)});case pt:{let{expandedStates:i,contents:l}=o;return i?(i=i.map(n),l=i[0]):l=n(l),t({...o,contents:l,expandedStates:i})}case nn:case rn:case an:case xr:case on:return t({...o,contents:n(o.contents)});case ba:case ia:case Jr:case Qr:case Pe:case Ot:return t(o);default:throw new uo(o)}}}function vd(e,t,r){let n=r,a=!1;function o(i){if(a)return!1;let l=t(i);l!==void 0&&(a=!0,n=l)}return c(o,"u"),Ed(e,o),n}function FA(e){if(e.type===pt&&e.break||e.type===Pe&&e.hard||e.type===Ot)return!0}function w6(e){return vd(e,FA,!1)}function Tg(e){if(e.length>0){let t=Te(!1,e,-1);!t.expandedStates&&!t.break&&(t.break="propagated")}return null}function $A(e){let t=new Set,r=[];function n(o){if(o.type===Ot&&Tg(r),o.type===pt){if(r.push(o),t.has(o))return!1;t.add(o)}}c(n,"n");function a(o){o.type===pt&&r.pop().break&&Tg(r)}c(a,"o"),Ed(e,n,a,!0)}function TA(e){return e.type===Pe&&!e.hard?e.soft?"":" ":e.type===Ct?e.flatContents:e}function b6(e){return au(e,TA)}function Ig(e){for(e=[...e];e.length>=2&&Te(!1,e,-2).type===Pe&&Te(!1,e,-1).type===Ot;)e.length-=2;if(e.length>0){let t=mi(Te(!1,e,-1));e[e.length-1]=t}return e}function mi(e){switch(Ea(e)){case nn:case rn:case an:case pt:case on:case xr:{let t=mi(e.contents);return{...e,contents:t}}case Ct:return{...e,breakContents:mi(e.breakContents),flatContents:mi(e.flatContents)};case Bt:return{...e,parts:Ig(e.parts)};case $n:return Ig(e);case ba:return e.replace(/[\n\r]*$/,"");case ia:case Jr:case Qr:case Pe:case Ot:break;default:throw new uo(e)}return e}function Rg(e){return mi(RA(e))}function IA(e){switch(Ea(e)){case Bt:if(e.parts.every(t=>t===""))return"";break;case pt:if(!e.contents&&!e.id&&!e.break&&!e.expandedStates)return"";if(e.contents.type===pt&&e.contents.id===e.id&&e.contents.break===e.break&&e.contents.expandedStates===e.expandedStates)return e.contents;break;case nn:case rn:case an:case on:if(!e.contents)return"";break;case Ct:if(!e.flatContents&&!e.breakContents)return"";break;case $n:{let t=[];for(let r of e){if(!r)continue;let[n,...a]=Array.isArray(r)?r:[r];typeof n=="string"&&typeof Te(!1,t,-1)=="string"?t[t.length-1]+=n:t.push(n),t.push(...a)}return t.length===0?"":t.length===1?t[0]:t}case ba:case ia:case Jr:case Qr:case Pe:case xr:case Ot:break;default:throw new uo(e)}return e}function RA(e){return au(e,t=>IA(t))}function E6(e,t=Xg){return au(e,r=>typeof r=="string"?Fg(t,r.split(`
271
+ `)):r)}function zA(e){if(e.type===Pe)return!0}function x6(e){return vd(e,zA,!1)}function uy(e,t){return e.type===xr?{...e,contents:t(e.contents)}:t(e)}function cy(){return{value:"",length:0,queue:[]}}function BA(e,t){return yd(e,{type:"indent"},t)}function LA(e,t,r){return t===Number.NEGATIVE_INFINITY?e.root||cy():t<0?yd(e,{type:"dedent"},r):t?t.type==="root"?{...e,root:e}:yd(e,{type:typeof t=="string"?"stringAlign":"numberAlign",n:t},r):e}function yd(e,t,r){let n=t.type==="dedent"?e.queue.slice(0,-1):[...e.queue,t],a="",o=0,i=0,l=0;for(let g of n)switch(g.type){case"indent":f(),r.useTabs?s(1):d(r.tabWidth);break;case"stringAlign":f(),a+=g.n,o+=g.n.length;break;case"numberAlign":i+=1,l+=g.n;break;default:throw new Error(`Unexpected type '${g.type}'`)}return p(),{...e,value:a,length:o,queue:n};function s(g){a+=" ".repeat(g),o+=r.tabWidth*g}function d(g){a+=" ".repeat(g),o+=g}function f(){r.useTabs?h():p()}function h(){i>0&&s(i),m()}function p(){l>0&&d(l),m()}function m(){i=0,l=0}}function wd(e){let t=0,r=0,n=e.length;e:for(;n--;){let a=e[n];if(a===gi){r++;continue}for(let o=a.length-1;o>=0;o--){let i=a[o];if(i===" "||i===" ")t++;else{e[n]=a.slice(0,o+1);break e}}}if(t>0||r>0)for(e.length=n+1;r-- >0;)e.push(gi);return t}function ss(e,t,r,n,a,o){if(r===Number.POSITIVE_INFINITY)return!0;let i=t.length,l=[e],s=[];for(;r>=0;){if(l.length===0){if(i===0)return!0;l.push(t[--i]);continue}let{mode:d,doc:f}=l.pop();switch(Ea(f)){case ba:s.push(f),r-=Cd(f);break;case $n:case Bt:{let h=wF(f);for(let p=h.length-1;p>=0;p--)l.push({mode:d,doc:h[p]});break}case rn:case nn:case an:case xr:l.push({mode:d,doc:f.contents});break;case Jr:r+=wd(s);break;case pt:{if(o&&f.break)return!1;let h=f.break?it:d,p=f.expandedStates&&h===it?Te(!1,f.expandedStates,-1):f.contents;l.push({mode:h,doc:p});break}case Ct:{let h=(f.groupId?a[f.groupId]||sr:d)===it?f.breakContents:f.flatContents;h&&l.push({mode:d,doc:h});break}case Pe:if(d===it||f.hard)return!0;f.soft||(s.push(" "),r--);break;case on:n=!0;break;case Qr:if(n)return!1;break}}return!1}function ou(e,t){let r={},n=t.printWidth,a=T1(t.endOfLine),o=0,i=[{ind:cy(),mode:it,doc:e}],l=[],s=!1,d=[],f=0;for($A(e);i.length>0;){let{ind:p,mode:m,doc:g}=i.pop();switch(Ea(g)){case ba:{let v=a!==`
272
+ `?Bu(!1,g,`
273
+ `,a):g;l.push(v),i.length>0&&(o+=Cd(v));break}case $n:for(let v=g.length-1;v>=0;v--)i.push({ind:p,mode:m,doc:g[v]});break;case ia:if(f>=2)throw new Error("There are too many 'cursor' in doc.");l.push(gi),f++;break;case rn:i.push({ind:BA(p,t),mode:m,doc:g.contents});break;case nn:i.push({ind:LA(p,g.n,t),mode:m,doc:g.contents});break;case Jr:o-=wd(l);break;case pt:switch(m){case sr:if(!s){i.push({ind:p,mode:g.break?it:sr,doc:g.contents});break}case it:{s=!1;let v={ind:p,mode:sr,doc:g.contents},C=n-o,E=d.length>0;if(!g.break&&ss(v,i,C,E,r))i.push(v);else if(g.expandedStates){let y=Te(!1,g.expandedStates,-1);if(g.break){i.push({ind:p,mode:it,doc:y});break}else for(let b=1;b<g.expandedStates.length+1;b++)if(b>=g.expandedStates.length){i.push({ind:p,mode:it,doc:y});break}else{let x=g.expandedStates[b],D={ind:p,mode:sr,doc:x};if(ss(D,i,C,E,r)){i.push(D);break}}}else i.push({ind:p,mode:it,doc:g.contents});break}}g.id&&(r[g.id]=Te(!1,i,-1).mode);break;case Bt:{let v=n-o,{parts:C}=g;if(C.length===0)break;let[E,y]=C,b={ind:p,mode:sr,doc:E},x={ind:p,mode:it,doc:E},D=ss(b,[],v,d.length>0,r,!0);if(C.length===1){D?i.push(b):i.push(x);break}let S={ind:p,mode:sr,doc:y},k={ind:p,mode:it,doc:y};if(C.length===2){D?i.push(S,b):i.push(k,x);break}C.splice(0,2);let _={ind:p,mode:m,doc:Ag(C)},A=C[0];ss({ind:p,mode:sr,doc:[E,y,A]},[],v,d.length>0,r,!0)?i.push(_,S,b):D?i.push(_,k,b):i.push(_,k,x);break}case Ct:case an:{let v=g.groupId?r[g.groupId]:m;if(v===it){let C=g.type===Ct?g.breakContents:g.negate?g.contents:nu(g.contents);C&&i.push({ind:p,mode:m,doc:C})}if(v===sr){let C=g.type===Ct?g.flatContents:g.negate?nu(g.contents):g.contents;C&&i.push({ind:p,mode:m,doc:C})}break}case on:d.push({ind:p,mode:m,doc:g.contents});break;case Qr:d.length>0&&i.push({ind:p,mode:m,doc:p0});break;case Pe:switch(m){case sr:if(g.hard)s=!0;else{g.soft||(l.push(" "),o+=1);break}case it:if(d.length>0){i.push({ind:p,mode:m,doc:g},...d.reverse()),d.length=0;break}g.literal?p.root?(l.push(a,p.root.value),o=p.root.length):(l.push(a),o=0):(o-=wd(l),l.push(a+p.value),o=p.length);break}break;case xr:i.push({ind:p,mode:m,doc:g.contents});break;case Ot:break;default:throw new uo(g)}i.length===0&&d.length>0&&(i.push(...d.reverse()),d.length=0)}let h=l.indexOf(gi);if(h!==-1){let p=l.indexOf(gi,h+1),m=l.slice(0,h).join(""),g=l.slice(h+1,p).join(""),v=l.slice(p+1).join("");return{formatted:m+g+v,cursorNodeStart:m.length,cursorNodeText:g}}return{formatted:l.join("")}}function C6(e,t,r=0){let n=0;for(let a=r;a<e.length;++a)e[a]===" "?n=n+t-n%t:n++;return n}function D6(e){return e!==null&&typeof e=="object"}function*dy(e,t){let{getVisitorKeys:r,filter:n=c(()=>!0,"n")}=t,a=c(o=>EF(o)&&n(o),"o");for(let o of r(e)){let i=e[o];if(Array.isArray(i))for(let l of i)a(l)&&(yield l);else a(i)&&(yield i)}}function*OA(e,t){let r=[e];for(let n=0;n<r.length;n++){let a=r[n];for(let o of dy(a,t))yield o,r.push(o)}}function zo(e){return(t,r,n)=>{let a=!!(n!=null&&n.backwards);if(r===!1)return!1;let{length:o}=t,i=r;for(;i>=0&&i<o;){let l=t.charAt(i);if(e instanceof RegExp){if(!e.test(l))return i}else if(!e.includes(l))return i;a?i--:i++}return i===-1||i===o?i:!1}}function S6(e,t,r){let n=!!(r!=null&&r.backwards);if(t===!1)return!1;let a=e.charAt(t);if(n){if(e.charAt(t-1)==="\r"&&a===`
274
+ `)return t-2;if(a===`
275
+ `||a==="\r"||a==="\u2028"||a==="\u2029")return t-1}else{if(a==="\r"&&e.charAt(t+1)===`
276
+ `)return t+2;if(a===`
277
+ `||a==="\r"||a==="\u2028"||a==="\u2029")return t+1}return t}function k6(e,t,r={}){let n=Tn(e,r.backwards?t-1:t,r),a=ma(e,n,r);return n!==a}function _6(e){return Array.isArray(e)&&e.length>0}function A6(e){return e?t=>e(t,Qg):CF}function MA(e){let t=e.type||e.kind||"(unknown type)",r=String(e.name||e.id&&(typeof e.id=="object"?e.id.name:e.id)||e.key&&(typeof e.key=="object"?e.key.name:e.key)||e.value&&(typeof e.value=="object"?"":String(e.value))||e.operator||"");return r.length>20&&(r=r.slice(0,19)+"…"),t+(r?" "+r:"")}function I1(e,t){(e.comments??(e.comments=[])).push(t),t.printed=!1,t.nodeDescription=MA(e)}function qa(e,t){t.leading=!0,t.trailing=!1,I1(e,t)}function As(e,t,r){t.leading=!1,t.trailing=!1,r&&(t.marker=r),I1(e,t)}function Ga(e,t){t.leading=!1,t.trailing=!0,I1(e,t)}function R1(e,t){if(f0.has(e))return f0.get(e);let{printer:{getCommentChildNodes:r,canAttachComment:n,getVisitorKeys:a},locStart:o,locEnd:i}=t;if(!n)return[];let l=(r?.(e,t)??[...dy(e,{getVisitorKeys:Lu(a)})]).flatMap(s=>n(s)?[s]:R1(s,t));return l.sort((s,d)=>o(s)-o(d)||i(s)-i(d)),f0.set(e,l),l}function py(e,t,r,n){let{locStart:a,locEnd:o}=r,i=a(t),l=o(t),s=R1(e,r),d,f,h=0,p=s.length;for(;h<p;){let m=h+p>>1,g=s[m],v=a(g),C=o(g);if(v<=i&&l<=C)return py(g,t,r,g);if(C<=i){d=g,h=m+1;continue}if(l<=v){f=g,p=m;continue}throw new Error("Comment location overlaps with node location")}if(n?.type==="TemplateLiteral"){let{quasis:m}=n,g=u0(m,t,r);d&&u0(m,d,r)!==g&&(d=null),f&&u0(m,f,r)!==g&&(f=null)}return{enclosingNode:n,precedingNode:d,followingNode:f}}function PA(e,t){let{comments:r}=e;if(delete e.comments,!xF(r)||!t.printer.canAttachComment)return;let n=[],{locStart:a,locEnd:o,printer:{experimentalFeatures:{avoidAstMutation:i=!1}={},handleComments:l={}},originalText:s}=t,{ownLine:d=h0,endOfLine:f=h0,remaining:h=h0}=l,p=r.map((m,g)=>({...py(e,m,t),comment:m,text:s,options:t,ast:e,isLastComment:r.length-1===g}));for(let[m,g]of p.entries()){let{comment:v,precedingNode:C,enclosingNode:E,followingNode:y,text:b,options:x,ast:D,isLastComment:S}=g;if(x.parser==="json"||x.parser==="json5"||x.parser==="jsonc"||x.parser==="__js_expression"||x.parser==="__ts_expression"||x.parser==="__vue_expression"||x.parser==="__vue_ts_expression"){if(a(v)-a(D)<=0){qa(D,v);continue}if(o(v)-o(D)>=0){Ga(D,v);continue}}let k;if(i?k=[g]:(v.enclosingNode=E,v.precedingNode=C,v.followingNode=y,k=[v,b,x,D,S]),NA(b,x,p,m))v.placement="ownLine",d(...k)||(y?qa(y,v):C?Ga(C,v):As(E||D,v));else if(jA(b,x,p,m))v.placement="endOfLine",f(...k)||(C?Ga(C,v):y?qa(y,v):As(E||D,v));else if(v.placement="remaining",!h(...k))if(C&&y){let _=n.length;_>0&&n[_-1].followingNode!==y&&zg(n,x),n.push(g)}else C?Ga(C,v):y?qa(y,v):As(E||D,v)}if(zg(n,t),!i)for(let m of r)delete m.precedingNode,delete m.enclosingNode,delete m.followingNode}function NA(e,t,r,n){let{comment:a,precedingNode:o}=r[n],{locStart:i,locEnd:l}=t,s=i(a);if(o)for(let d=n-1;d>=0;d--){let{comment:f,precedingNode:h}=r[d];if(h!==o||!Ey(e.slice(l(f),s)))break;s=i(f)}return Dn(e,s,{backwards:!0})}function jA(e,t,r,n){let{comment:a,followingNode:o}=r[n],{locStart:i,locEnd:l}=t,s=l(a);if(o)for(let d=n+1;d<r.length;d++){let{comment:f,followingNode:h}=r[d];if(h!==o||!Ey(e.slice(s,i(f))))break;s=l(f)}return Dn(e,s)}function zg(e,t){var r,n;let a=e.length;if(a===0)return;let{precedingNode:o,followingNode:i}=e[0],l=t.locStart(i),s;for(s=a;s>0;--s){let{comment:d,precedingNode:f,followingNode:h}=e[s-1];Sd.strictEqual(f,o),Sd.strictEqual(h,i);let p=t.originalText.slice(t.locEnd(d),l);if(((n=(r=t.printer).isGap)==null?void 0:n.call(r,p,t))??/^[\s(]*$/.test(p))l=t.locStart(d);else break}for(let[d,{comment:f}]of e.entries())d<s?Ga(o,f):qa(i,f);for(let d of[o,i])d.comments&&d.comments.length>1&&d.comments.sort((f,h)=>t.locStart(f)-t.locStart(h));e.length=0}function u0(e,t,r){let n=r.locStart(t)-1;for(let a=1;a<e.length;++a)if(n<r.locStart(e[a]))return a-1;return 0}function F6(e,t){let r=t-1;r=Tn(e,r,{backwards:!0}),r=ma(e,r,{backwards:!0}),r=Tn(e,r,{backwards:!0});let n=ma(e,r,{backwards:!0});return r!==n}function fy(e,t){let r=e.node;return r.printed=!0,t.printer.printComment(e,t)}function HA(e,t){var r;let n=e.node,a=[fy(e,t)],{printer:o,originalText:i,locStart:l,locEnd:s}=t;if((r=o.isBlockComment)!=null&&r.call(o,n)){let f=Dn(i,s(n))?Dn(i,l(n),{backwards:!0})?la:Yg:" ";a.push(f)}else a.push(la);let d=ma(i,Tn(i,s(n)));return d!==!1&&Dn(i,d)&&a.push(la),a}function VA(e,t,r){var n;let a=e.node,o=fy(e,t),{printer:i,originalText:l,locStart:s}=t,d=(n=i.isBlockComment)==null?void 0:n.call(i,a);if(r!=null&&r.hasLineSuffix&&!(r!=null&&r.isBlock)||Dn(l,s(a),{backwards:!0})){let f=B1(l,s(a));return{doc:gd([la,f?la:"",o]),isBlock:d,hasLineSuffix:!0}}return!d||r!=null&&r.hasLineSuffix?{doc:[gd([" ",o]),us],isBlock:d,hasLineSuffix:!0}:{doc:[" ",o],isBlock:d,hasLineSuffix:!1}}function UA(e,t){let r=e.node;if(!r)return{};let n=t[Symbol.for("printedComments")];if((r.comments||[]).filter(l=>!n.has(l)).length===0)return{leading:"",trailing:""};let a=[],o=[],i;return e.each(()=>{let l=e.node;if(n!=null&&n.has(l))return;let{leading:s,trailing:d}=l;s?a.push(HA(e,t)):d&&(i=VA(e,t,i),o.push(i.doc))},"comments"),{leading:a,trailing:o}}function WA(e,t,r){let{leading:n,trailing:a}=UA(e,r);return!n&&!a?t:uy(t,o=>[n,o,a])}function qA(e){let{[Symbol.for("comments")]:t,[Symbol.for("printedComments")]:r}=e;for(let n of t){if(!n.printed&&!r.has(n))throw new Error('Comment "'+n.value.trim()+'" was not printed. Please report this error!');delete n.printed}}function $6(e){return()=>{}}function Bg({plugins:e=[],showDeprecated:t=!1}={}){let r=e.flatMap(a=>a.languages??[]),n=[];for(let a of KA(Object.assign({},...e.map(({options:o})=>o),SF)))!t&&a.deprecated||(Array.isArray(a.choices)&&(t||(a.choices=a.choices.filter(o=>!o.deprecated)),a.name==="parser"&&(a.choices=[...a.choices,...GA(a.choices,r,e)])),a.pluginDefaults=Object.fromEntries(e.filter(o=>{var i;return((i=o.defaultOptions)==null?void 0:i[a.name])!==void 0}).map(o=>[o.name,o.defaultOptions[a.name]])),n.push(a));return{languages:r,options:n}}function*GA(e,t,r){let n=new Set(e.map(a=>a.value));for(let a of t)if(a.parsers){for(let o of a.parsers)if(!n.has(o)){n.add(o);let i=r.find(s=>s.parsers&&Object.prototype.hasOwnProperty.call(s.parsers,o)),l=a.name;i!=null&&i.name&&(l+=` (plugin: ${i.name})`),yield{value:o,description:l}}}}function KA(e){let t=[];for(let[r,n]of Object.entries(e)){let a={name:r,...n};Array.isArray(a.default)&&(a.default=Te(!1,a.default,-1).value),t.push(a)}return t}function Lg(e,t){if(!t)return;let r=kF(t).toLowerCase();return e.find(({filenames:n})=>n?.some(a=>a.toLowerCase()===r))??e.find(({extensions:n})=>n?.some(a=>r.endsWith(a)))}function YA(e,t){if(t)return e.find(({name:r})=>r.toLowerCase()===t)??e.find(({aliases:r})=>r?.includes(t))??e.find(({extensions:r})=>r?.includes(`.${t}`))}function T6(e,t){let r=e.plugins.flatMap(a=>a.languages??[]);return(YA(r,t.language)??Lg(r,t.physicalFile)??Lg(r,t.file)??(t.physicalFile,void 0))?.parsers[0]}function ch(e,t,r,n){return[`Invalid ${Ka.default.red(n.key(e))} value.`,`Expected ${Ka.default.blue(r)},`,`but received ${t===t2?Ka.default.gray("nothing"):Ka.default.red(n.value(t))}.`].join(" ")}function Og({text:e,list:t},r){let n=[];return e&&n.push(`- ${Ka.default.blue(e)}`),t&&n.push([`- ${Ka.default.blue(t.title)}:`].concat(t.values.map(a=>Og(a,r-r2.length).replace(/^|\n/g,`$&${r2}`))).join(`
278
+ `)),Mg(n,r)}function Mg(e,t){if(e.length===1)return e[0];let[r,n]=e,[a,o]=e.map(i=>i.split(`
279
+ `,1)[0].length);return a>t&&a>o?n:r}function I6(e,t){if(e===t)return 0;let r=e;e.length>t.length&&(e=t,t=r);let n=e.length,a=t.length;for(;n>0&&e.charCodeAt(~-n)===t.charCodeAt(~-a);)n--,a--;let o=0;for(;o<n&&e.charCodeAt(o)===t.charCodeAt(o);)o++;if(n-=o,a-=o,n===0)return a;let i,l,s,d,f=0,h=0;for(;f<n;)n2[f]=e.charCodeAt(o+f),m0[f]=++f;for(;h<a;)for(i=t.charCodeAt(o+h),s=h++,l=h,f=0;f<n;f++)d=i===n2[f]?s:s+1,s=m0[f],l=m0[f]=s>l?d>l?l+1:d:d>s?s+1:d;return l}function R6(e,t){let r=new e(t),n=Object.create(r);for(let a of AF)a in t&&(n[a]=XA(t[a],r,gn.prototype[a].length));return n}function XA(e,t,r){return typeof e=="function"?(...n)=>e(...n.slice(0,r-1),t,...n.slice(r-1)):()=>e}function dh({from:e,to:t}){return{from:[e],to:t}}function z6(e,t){let r=Object.create(null);for(let n of e){let a=n[t];if(r[a])throw new Error(`Duplicate ${t} ${JSON.stringify(a)}`);r[a]=n}return r}function B6(e,t){let r=new Map;for(let n of e){let a=n[t];if(r.has(a))throw new Error(`Duplicate ${t} ${JSON.stringify(a)}`);r.set(a,n)}return r}function L6(){let e=Object.create(null);return t=>{let r=JSON.stringify(t);return e[r]?!0:(e[r]=!0,!1)}}function O6(e,t){let r=[],n=[];for(let a of e)t(a)?r.push(a):n.push(a);return[r,n]}function M6(e){return e===Math.floor(e)}function P6(e,t){if(e===t)return 0;let r=typeof e,n=typeof t,a=["undefined","object","boolean","number","string"];return r!==n?a.indexOf(r)-a.indexOf(n):r!=="string"?Number(e)-Number(t):e.localeCompare(t)}function N6(e){return(...t)=>{let r=e(...t);return typeof r=="string"?new Error(r):r}}function ph(e){return e===void 0?{}:e}function Pg(e){if(typeof e=="string")return{text:e};let{text:t,list:r}=e;return ZA((t||r)!==void 0,"Unexpected `expected` result, there should be at least one field."),r?{text:t,list:{title:r.title,values:r.values.map(Pg)}}:{text:t}}function fh(e,t){return e===!0?!0:e===!1?{value:t}:e}function hh(e,t,r=!1){return e===!1?!1:e===!0?r?!0:[{value:t}]:"value"in e?[e]:e.length===0?!1:e}function Ng(e,t){return typeof e=="string"||"key"in e?{from:t,to:e}:"from"in e?{from:e.from,to:e.to}:{from:t,to:e.to}}function c0(e,t){return e===void 0?[]:Array.isArray(e)?e.map(r=>Ng(r,t)):[Ng(e,t)]}function mh(e,t){let r=c0(typeof e=="object"&&"redirect"in e?e.redirect:e,t);return r.length===0?{remain:t,redirect:r}:typeof e=="object"&&"remain"in e?{remain:e.remain,redirect:r}:{redirect:r}}function ZA(e,t){if(!e)throw new Error(t)}function j6(e,t,{logger:r=!1,isCLI:n=!1,passThrough:a=!1,FlagSchema:o,descriptor:i}={}){if(n){if(!o)throw new Error("'FlagSchema' option is required.");if(!i)throw new Error("'descriptor' option is required.")}else i=La;let l=a?Array.isArray(a)?(p,m)=>a.includes(p)?{[p]:m}:void 0:(p,m)=>({[p]:m}):(p,m,g)=>{let{_:v,...C}=g.schemas;return a2(p,m,{...g,schemas:C})},s=JA(t,{isCLI:n,FlagSchema:o}),d=new BF(s,{logger:r,unknown:l,descriptor:i}),f=r!==!1;f&&Nh&&(d._hasDeprecationWarned=Nh);let h=d.normalize(e);return f&&(Nh=d._hasDeprecationWarned),h}function JA(e,{isCLI:t,FlagSchema:r}){let n=[];t&&n.push($F.create({name:"_"}));for(let a of e)n.push(QA(a,{isCLI:t,optionInfos:e,FlagSchema:r})),a.alias&&t&&n.push(FF.create({name:a.alias,sourceName:a.name}));return n}function QA(e,{isCLI:t,optionInfos:r,FlagSchema:n}){let{name:a}=e,o={name:a},i,l={};switch(e.type){case"int":i=zF,t&&(o.preprocess=Number);break;case"string":i=o2;break;case"choice":i=RF,o.choices=e.choices.map(s=>s!=null&&s.redirect?{...s,redirect:{to:{key:e.name,value:s.redirect}}}:s);break;case"boolean":i=IF;break;case"flag":i=n,o.flags=r.flatMap(s=>[s.alias,s.description&&s.name,s.oppositeDescription&&`no-${s.name}`].filter(Boolean));break;case"path":i=o2;break;default:throw new Error(`Unexpected type ${e.type}`)}if(e.exception?o.validate=(s,d,f)=>e.exception(s)||d.validate(s,f):o.validate=(s,d,f)=>s===void 0||d.validate(s,f),e.redirect&&(l.redirect=s=>s?{to:{key:e.redirect.option,value:e.redirect.value}}:void 0),e.deprecated&&(l.deprecated=!0),t&&!e.array){let s=o.preprocess||(d=>d);o.preprocess=(d,f,h)=>f.preprocess(s(Array.isArray(d)?Te(!1,d,-1):d),h)}return e.array?TF.create({...t?{preprocess:c(s=>Array.isArray(s)?s:[s],"preprocess")}:{},...l,valueSchema:i.create(o)}):i.create({...o,...l})}function hy(e,t){if(!t)throw new Error("parserName is required.");let r=Cy(!1,e,a=>a.parsers&&Object.prototype.hasOwnProperty.call(a.parsers,t));if(r)return r;let n=`Couldn't resolve parser "${t}".`;throw n+=" Plugins must be explicitly added to the standalone bundle.",new xy(n)}function eF(e,t){if(!t)throw new Error("astFormat is required.");let r=Cy(!1,e,a=>a.printers&&Object.prototype.hasOwnProperty.call(a.printers,t));if(r)return r;let n=`Couldn't find plugin for AST format "${t}".`;throw n+=" Plugins must be explicitly added to the standalone bundle.",new xy(n)}function my({plugins:e,parser:t}){let r=hy(e,t);return gy(r,t)}function gy(e,t){let r=e.parsers[t];return typeof r=="function"?r():r}function tF(e,t){let r=e.printers[t];return typeof r=="function"?r():r}async function H6(e,t={}){var r;let n={...e};if(!n.parser)if(n.filepath){if(n.parser=_F(n,{physicalFile:n.filepath}),!n.parser)throw new e2(`No parser could be inferred for file "${n.filepath}".`)}else throw new e2("No parser and no file path given, couldn't infer a parser.");let a=Bg({plugins:e.plugins,showDeprecated:!0}).options,o={...i2,...Object.fromEntries(a.filter(p=>p.default!==void 0).map(p=>[p.name,p.default]))},i=hy(n.plugins,n.parser),l=await gy(i,n.parser);n.astFormat=l.astFormat,n.locEnd=l.locEnd,n.locStart=l.locStart;let s=(r=i.printers)!=null&&r[l.astFormat]?i:eF(n.plugins,l.astFormat),d=await tF(s,l.astFormat);n.printer=d;let f=s.defaultOptions?Object.fromEntries(Object.entries(s.defaultOptions).filter(([,p])=>p!==void 0)):{},h={...o,...f};for(let[p,m]of Object.entries(h))(n[p]===null||n[p]===void 0)&&(n[p]=m);return n.parser==="json"&&(n.trailingComma="none"),LF(n,a,{passThrough:Object.keys(i2),...t})}async function V6(e,t){let r=await my(t),n=r.preprocess?r.preprocess(e,t):e;t.originalText=n;let a;try{a=await r.parse(n,t,t)}catch(o){rF(o,e)}return{text:n,ast:a}}function rF(e,t){let{loc:r}=e;if(r){let n=(0,OF.codeFrameColumns)(t,r,{highlightCode:!0});throw e.message+=`
280
+ `+n,e.codeFrame=n,e}throw e}async function nF(e,t,r,n,a){let{embeddedLanguageFormatting:o,printer:{embed:i,hasPrettierIgnore:l=c(()=>!1,"s"),getVisitorKeys:s}}=r;if(!i||o!=="auto")return;if(i.length>2)throw new Error("printer.embed has too many parameters. The API changed in Prettier v3. Please update your plugin. See https://prettier.io/docs/en/plugins.html#optional-embed");let d=Lu(i.getVisitorKeys??s),f=[];m();let h=e.stack;for(let{print:g,node:v,pathStack:C}of f)try{e.stack=C;let E=await g(p,t,e,r);E&&a.set(v,E)}catch(E){if(globalThis.PRETTIER_DEBUG)throw E}e.stack=h;function p(g,v){return aF(g,v,r,n)}c(p,"f");function m(){let{node:g}=e;if(g===null||typeof g!="object"||l(e))return;for(let C of d(g))Array.isArray(g[C])?e.each(m,C):e.call(m,C);let v=i(e,r);if(v){if(typeof v=="function"){f.push({print:v,node:g,pathStack:[...e.stack]});return}a.set(g,v)}}c(m,"p")}async function aF(e,t,r,n){let a=await wo({...r,...t,parentParser:r.parser,originalText:e},{passThrough:!0}),{ast:o}=await sl(e,a),i=await n(o,a);return Rg(i)}function U6(e,t){let{originalText:r,[Symbol.for("comments")]:n,locStart:a,locEnd:o,[Symbol.for("printedComments")]:i}=t,{node:l}=e,s=a(l),d=o(l);for(let f of n)a(f)>=s&&o(f)<=d&&i.add(f);return r.slice(s,d)}async function zu(e,t){({ast:e}=await vy(e,t));let r=new Map,n=new bF(e),a=DF(t),o=new Map;await nF(n,l,t,zu,o);let i=await jg(n,t,l,void 0,o);return qA(t),i;function l(d,f){return d===void 0||d===n?s(f):Array.isArray(d)?n.call(()=>s(f),...d):n.call(()=>s(f),d)}function s(d){a(n);let f=n.node;if(f==null)return"";let h=f&&typeof f=="object"&&d===void 0;if(h&&r.has(f))return r.get(f);let p=jg(n,t,l,d,o);return h&&r.set(f,p),p}}function jg(e,t,r,n,a){var o;let{node:i}=e,{printer:l}=t,s;return(o=l.hasPrettierIgnore)!=null&&o.call(l,e)?s=MF(e,t):a.has(i)?s=a.get(i):s=l.print(e,t,r,n),i===t.cursorNode&&(s=uy(s,d=>[xd,d,xd])),l.printComment&&(!l.willPrintOwnComments||!l.willPrintOwnComments(e,t))&&(s=WA(e,s,t)),s}async function vy(e,t){let r=e.comments??[];t[Symbol.for("comments")]=r,t[Symbol.for("tokens")]=e.tokens??[],t[Symbol.for("printedComments")]=new Set,PA(e,t);let{printer:{preprocess:n}}=t;return e=n?await n(e,t):e,{ast:e,comments:r}}function W6(e,t){let{cursorOffset:r,locStart:n,locEnd:a}=t,o=Lu(t.printer.getVisitorKeys),i=c(s=>n(s)<=r&&a(s)>=r,"i"),l=e;for(let s of OA(e,{getVisitorKeys:o,filter:i}))l=s;return l}function q6(e,t){let{printer:{massageAstNode:r,getVisitorKeys:n}}=t;if(!r)return e;let a=Lu(n),o=r.ignoredProperties??new Set;return i(e);function i(l,s){if(!(l!==null&&typeof l=="object"))return l;if(Array.isArray(l))return l.map(p=>i(p,s)).filter(Boolean);let d={},f=new Set(a(l));for(let p in l)!Object.prototype.hasOwnProperty.call(l,p)||o.has(p)||(f.has(p)?d[p]=i(l[p],l):d[p]=l[p]);let h=r(l,d,s);if(h!==null)return h??d}}function oF(e,t){let r=[e.node,...e.parentNodes],n=new Set([t.node,...t.parentNodes]);return r.find(a=>Dy.has(a.type)&&n.has(a))}function Hg(e){let t=e.length-1;for(;;){let r=e[t];if(r?.type==="Program"||r?.type==="File")t--;else break}return e.slice(0,t+1)}function iF(e,t,{locStart:r,locEnd:n}){let a=e.node,o=t.node;if(a===o)return{startNode:a,endNode:o};let i=r(e.node);for(let s of Hg(t.parentNodes))if(r(s)>=i)o=s;else break;let l=n(t.node);for(let s of Hg(e.parentNodes)){if(n(s)<=l)a=s;else break;if(a===o)break}return{startNode:a,endNode:o}}function bd(e,t,r,n,a=[],o){let{locStart:i,locEnd:l}=r,s=i(e),d=l(e);if(!(t>d||t<s||o==="rangeEnd"&&t===s||o==="rangeStart"&&t===d)){for(let f of R1(e,r)){let h=bd(f,t,r,n,[e,...a],o);if(h)return h}if(!n||n(e,a[0]))return{node:e,parentNodes:a}}}function lF(e,t){return t!=="DeclareExportDeclaration"&&e!=="TypeParameterDeclaration"&&(e==="Directive"||e==="TypeAlias"||e==="TSExportAssignment"||e.startsWith("Declare")||e.startsWith("TSDeclare")||e.endsWith("Statement")||e.endsWith("Declaration"))}function Vg(e,t,r){if(!t)return!1;switch(e.parser){case"flow":case"babel":case"babel-flow":case"babel-ts":case"typescript":case"acorn":case"espree":case"meriyah":case"__babel_estree":return lF(t.type,r?.type);case"json":case"json5":case"jsonc":case"json-stringify":return Dy.has(t.type);case"graphql":return HF.has(t.kind);case"vue":return t.tag!=="root"}return!1}function sF(e,t,r){let{rangeStart:n,rangeEnd:a,locStart:o,locEnd:i}=t;Sd.ok(a>n);let l=e.slice(n,a).search(/\S/),s=l===-1;if(!s)for(n+=l;a>n&&!/\S/.test(e[a-1]);--a);let d=bd(r,n,t,(m,g)=>Vg(t,m,g),[],"rangeStart"),f=s?d:bd(r,a,t,m=>Vg(t,m),[],"rangeEnd");if(!d||!f)return{rangeStart:0,rangeEnd:0};let h,p;if(jF(t)){let m=oF(d,f);h=m,p=m}else({startNode:h,endNode:p}=iF(d,f,t));return{rangeStart:Math.min(o(h),o(p)),rangeEnd:Math.max(i(h),i(p))}}async function yy(e,t,r=0){if(!e||e.trim().length===0)return{formatted:"",cursorOffset:-1,comments:[]};let{ast:n,text:a}=await sl(e,t);t.cursorOffset>=0&&(t.cursorNode=PF(n,t));let o=await zu(n,t);r>0&&(o=$g([la,o],r,t.tabWidth));let i=ou(o,t);if(r>0){let s=i.formatted.trim();i.cursorNodeStart!==void 0&&(i.cursorNodeStart-=i.formatted.indexOf(s)),i.formatted=s+T1(t.endOfLine)}let l=t[Symbol.for("comments")];if(t.cursorOffset>=0){let s,d,f,h,p;if(t.cursorNode&&i.cursorNodeText?(s=t.locStart(t.cursorNode),d=a.slice(s,t.locEnd(t.cursorNode)),f=t.cursorOffset-s,h=i.cursorNodeStart,p=i.cursorNodeText):(s=0,d=a,f=t.cursorOffset,h=0,p=i.formatted),d===p)return{formatted:i.formatted,cursorOffset:h+f,comments:l};let m=d.split("");m.splice(f,0,l2);let g=p.split(""),v=(0,hF.diffArrays)(m,g),C=h;for(let E of v)if(E.removed){if(E.value.includes(l2))break}else C+=E.count;return{formatted:i.formatted,cursorOffset:C,comments:l}}return{formatted:i.formatted,cursorOffset:-1,comments:l}}async function uF(e,t){let{ast:r,text:n}=await sl(e,t),{rangeStart:a,rangeEnd:o}=sF(n,t,r),i=n.slice(a,o),l=Math.min(a,n.lastIndexOf(`
281
+ `,a)+1),s=n.slice(l,a).match(/^\s*/)[0],d=Dd(s,t.tabWidth),f=await yy(i,{...t,rangeStart:0,rangeEnd:Number.POSITIVE_INFINITY,cursorOffset:t.cursorOffset>a&&t.cursorOffset<=o?t.cursorOffset-a:-1,endOfLine:"lf"},d),h=f.formatted.trimEnd(),{cursorOffset:p}=t;p>o?p+=h.length-i.length:f.cursorOffset>=0&&(p=f.cursorOffset+a);let m=n.slice(0,a)+h+n.slice(o);if(t.endOfLine!=="lf"){let g=T1(t.endOfLine);p>=0&&g===`\r
282
+ `&&(p+=sy(m.slice(0,p),`
283
+ `)),m=Bu(!1,m,`
284
+ `,g)}return{formatted:m,cursorOffset:p,comments:f.comments}}function d0(e,t,r){return typeof t!="number"||Number.isNaN(t)||t<0||t>e.length?r:t}function Ug(e,t){let{cursorOffset:r,rangeStart:n,rangeEnd:a}=t;return r=d0(e,r,-1),n=d0(e,n,0),a=d0(e,a,e.length),{...t,cursorOffset:r,rangeStart:n,rangeEnd:a}}function wy(e,t){let{cursorOffset:r,rangeStart:n,rangeEnd:a,endOfLine:o}=Ug(e,t),i=e.charAt(0)===Sy;if(i&&(e=e.slice(1),r--,n--,a--),o==="auto"&&(o=kA(e)),e.includes("\r")){let l=c(s=>sy(e.slice(0,Math.max(s,0)),`\r
285
+ `),"s");r-=l(r),n-=l(n),a-=l(a),e=_A(e)}return{hasBOM:i,text:e,options:Ug(e,{...t,cursorOffset:r,rangeStart:n,rangeEnd:a,endOfLine:o})}}async function Wg(e,t){let r=await my(t);return!r.hasPragma||r.hasPragma(e)}async function qg(e,t){let{hasBOM:r,text:n,options:a}=wy(e,await wo(t));if(a.rangeStart>=a.rangeEnd&&n!==""||a.requirePragma&&!await Wg(n,a))return{formatted:e,cursorOffset:t.cursorOffset,comments:[]};let o;return a.rangeStart>0||a.rangeEnd<n.length?o=await uF(n,a):(!a.requirePragma&&a.insertPragma&&a.printer.insertPragma&&!await Wg(n,a)&&(n=a.printer.insertPragma(n)),o=await yy(n,a)),r&&(o.formatted=Sy+o.formatted,o.cursorOffset>=0&&o.cursorOffset++),o}async function G6(e,t,r){let{text:n,options:a}=wy(e,await wo(t)),o=await sl(n,a);return r&&(r.preprocessForPrint&&(o.ast=await vy(o.ast,a)),r.massage&&(o.ast=NF(o.ast,a))),o}async function K6(e,t){t=await wo(t);let r=await zu(e,t);return ou(r,t)}async function Y6(e,t){let r=AA(e),{formatted:n}=await qg(r,{...t,parser:"__js_expression"});return n}async function X6(e,t){t=await wo(t);let{ast:r}=await sl(e,t);return zu(r,t)}async function Z6(e,t){return ou(e,await wo(t))}function J6(e,t){if(t===!1)return!1;if(e.charAt(t)==="/"&&e.charAt(t+1)==="*"){for(let r=t+2;r<e.length;++r)if(e.charAt(r)==="*"&&e.charAt(r+1)==="/")return r+2}return t}function Q6(e,t){return t===!1?!1:e.charAt(t)==="/"&&e.charAt(t+1)==="/"?Jg(e,t):t}function e8(e,t){let r=null,n=t;for(;n!==r;)r=n,n=Tn(e,n),n=kd(e,n),n=_d(e,n),n=ma(e,n);return n}function t8(e,t){let r=null,n=t;for(;n!==r;)r=n,n=Zg(e,n),n=kd(e,n),n=Tn(e,n);return n=_d(e,n),n=ma(e,n),n!==!1&&Dn(e,n)}function r8(e,t){let r=e.lastIndexOf(`
286
+ `);return r===-1?0:Dd(e.slice(r+1).match(/^[\t ]*/)[0],t)}function cF(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}function n8(e,t){let r=e.match(new RegExp(`(${cF(t)})+`,"g"));return r===null?0:r.reduce((n,a)=>Math.max(n,a.length/t.length),0)}function a8(e,t){let r=L1(e,t);return r===!1?"":e.charAt(r)}function o8(e,t,r){for(let n=t;n<r;++n)if(e.charAt(n)===`
287
+ `)return!0;return!1}function i8(e,t,r={}){return Tn(e,r.backwards?t-1:t,r)!==t}function l8(e,t,r){let n=t==='"'?"'":'"',a=Bu(!1,e,/\\(.)|(["'])/gs,(o,i,l)=>i===n?i:l===t?"\\"+l:l||(r&&/^[^\n\r"'0-7\\bfnrt-vx\u2028\u2029]$/.test(i)?i:"\\"+i));return t+a+t}function dF(e,t,r){return L1(e,r(t))}function s8(e,t){return arguments.length===2||typeof t=="number"?L1(e,t):dF(...arguments)}function pF(e,t,r){return B1(e,r(t))}function u8(e,t){return arguments.length===2||typeof t=="number"?B1(e,t):pF(...arguments)}function fF(e,t,r){return Ad(e,r(t))}function c8(e,t){return arguments.length===2||typeof t=="number"?Ad(e,t):fF(...arguments)}function Mn(e,t=1){return async(...r)=>{let n=r[t]??{},a=n.plugins??[];return r[t]={...n,plugins:Array.isArray(a)?a:Object.values(a)},e(...r)}}async function Gg(e,t){let{formatted:r}=await s2(e,{...t,cursorOffset:-1});return r}async function d8(e,t){return await Gg(e,t)===e}var p8,Nl,f8,h8,m8,g8,v8,jl,Hl,gh,Bo,y8,w8,vh,Lo,b8,E8,Vl,yh,x8,C8,D8,S8,wh,k8,Bu,hF,ba,$n,ia,rn,nn,Jr,pt,Bt,Ct,an,on,Qr,Pe,xr,Ot,by,Ea,mF,bh,_8,uo,Kg,Ed,Eh,Cr,z1,A8,us,F8,p0,xh,Yg,$8,la,Xg,xd,T8,Te,gF,vF,yF,Cd,wF,it,sr,gi,Dd,Tc,Ch,Ul,Ic,Dh,I8,bF,Sh,Sd,EF,R8,Tn,Zg,Jg,ma,Dn,xF,Qg,CF,Lu,f0,h0,Ey,B1,DF,kh,xy,_h,e2,SF,kF,_F,La,Ah,z8,Ka,t2,Wl,r2,B8,Fh,m0,n2,a2,AF,$h,gn,Th,FF,Ih,$F,Rh,TF,zh,IF,Bh,RF,Lh,L8,Oh,zF,Mh,o2,O8,M8,P8,N8,Ph,BF,Nh,LF,j8,Cy,i2,wo,OF,sl,MF,PF,NF,jF,Dy,HF,Sy,l2,jh,H8,V8,U8,W8,Hh,kd,_d,L1,Ad,q8,G8,K8,Y8,X8,Z8,s2,J8,Q8,VF,fN=R(()=>{p8=Object.create,Nl=Object.defineProperty,f8=Object.getOwnPropertyDescriptor,h8=Object.getOwnPropertyNames,m8=Object.getPrototypeOf,g8=Object.prototype.hasOwnProperty,v8=c((e,t)=>()=>(e&&(t=e(e=0)),t),"Eu"),jl=c((e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),"Me"),Hl=c((e,t)=>{for(var r in t)Nl(e,r,{get:t[r],enumerable:!0})},"We"),gh=c((e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of h8(t))!g8.call(e,a)&&a!==r&&Nl(e,a,{get:c(()=>t[a],"get"),enumerable:!(n=f8(t,a))||n.enumerable});return e},"ur"),Bo=c((e,t,r)=>(r=e!=null?p8(m8(e)):{},gh(t||!e||!e.__esModule?Nl(r,"default",{value:e,enumerable:!0}):r,e)),"he"),y8=c(e=>gh(Nl({},"__esModule",{value:!0}),e),"Cu"),w8=c((e,t,r)=>{if(!t.has(e))throw TypeError("Cannot "+r)},"hu"),vh=c((e,t,r)=>{if(t.has(e))throw TypeError("Cannot add the same private member more than once");t instanceof WeakSet?t.add(e):t.set(e,r)},"ht"),Lo=c((e,t,r)=>(w8(e,t,"access private method"),r),"ce"),b8=jl(e=>{Object.defineProperty(e,"__esModule",{value:!0}),e.default=t;function t(){}c(t,"or"),t.prototype={diff:c(function(a,o){var i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},l=i.callback;typeof i=="function"&&(l=i,i={}),this.options=i;var s=this;function d(y){return l?(setTimeout(function(){l(void 0,y)},0),!0):y}c(d,"i"),a=this.castInput(a),o=this.castInput(o),a=this.removeEmpty(this.tokenize(a)),o=this.removeEmpty(this.tokenize(o));var f=o.length,h=a.length,p=1,m=f+h;i.maxEditLength&&(m=Math.min(m,i.maxEditLength));var g=[{newPos:-1,components:[]}],v=this.extractCommon(g[0],o,a,0);if(g[0].newPos+1>=f&&v+1>=h)return d([{value:this.join(o),count:o.length}]);function C(){for(var y=-1*p;y<=p;y+=2){var b=void 0,x=g[y-1],D=g[y+1],S=(D?D.newPos:0)-y;x&&(g[y-1]=void 0);var k=x&&x.newPos+1<f,_=D&&0<=S&&S<h;if(!k&&!_){g[y]=void 0;continue}if(!k||_&&x.newPos<D.newPos?(b=n(D),s.pushComponent(b.components,void 0,!0)):(b=x,b.newPos++,s.pushComponent(b.components,!0,void 0)),S=s.extractCommon(b,o,a,y),b.newPos+1>=f&&S+1>=h)return d(r(s,b.components,o,a,s.useLongestToken));g[y]=b}p++}if(c(C,"p"),l)c(function y(){setTimeout(function(){if(p>m)return l();C()||y()},0)},"F")();else for(;p<=m;){var E=C();if(E)return E}},"diff"),pushComponent:c(function(a,o,i){var l=a[a.length-1];l&&l.added===o&&l.removed===i?a[a.length-1]={count:l.count+1,added:o,removed:i}:a.push({count:1,added:o,removed:i})},"pushComponent"),extractCommon:c(function(a,o,i,l){for(var s=o.length,d=i.length,f=a.newPos,h=f-l,p=0;f+1<s&&h+1<d&&this.equals(o[f+1],i[h+1]);)f++,h++,p++;return p&&a.components.push({count:p}),a.newPos=f,h},"extractCommon"),equals:c(function(a,o){return this.options.comparator?this.options.comparator(a,o):a===o||this.options.ignoreCase&&a.toLowerCase()===o.toLowerCase()},"equals"),removeEmpty:c(function(a){for(var o=[],i=0;i<a.length;i++)a[i]&&o.push(a[i]);return o},"removeEmpty"),castInput:c(function(a){return a},"castInput"),tokenize:c(function(a){return a.split("")},"tokenize"),join:c(function(a){return a.join("")},"join")};function r(a,o,i,l,s){for(var d=0,f=o.length,h=0,p=0;d<f;d++){var m=o[d];if(m.removed){if(m.value=a.join(l.slice(p,p+m.count)),p+=m.count,d&&o[d-1].added){var g=o[d-1];o[d-1]=o[d],o[d]=g}}else{if(!m.added&&s){var v=i.slice(h,h+m.count);v=v.map(function(E,y){var b=l[p+y];return b.length>E.length?b:E}),m.value=a.join(v)}else m.value=a.join(i.slice(h,h+m.count));h+=m.count,m.added||(p+=m.count)}}var C=o[f-1];return f>1&&typeof C.value=="string"&&(C.added||C.removed)&&a.equals("",C.value)&&(o[f-2].value+=C.value,o.pop()),o}c(r,"yu");function n(a){return{newPos:a.newPos,components:a.components.slice(0)}}c(n,"Au")}),E8=jl(e=>{Object.defineProperty(e,"__esModule",{value:!0}),e.diffArrays=a,e.arrayDiff=void 0;var t=r(b8());function r(o){return o&&o.__esModule?o:{default:o}}c(r,"_u");var n=new t.default;e.arrayDiff=n,n.tokenize=function(o){return o.slice()},n.join=n.removeEmpty=function(o){return o};function a(o,i,l){return n.diff(o,i,l)}c(a,"ku")}),Vl=jl((e,t)=>{var r=new Proxy(String,{get:c(()=>r,"get")});t.exports=r}),yh={},Hl(yh,{default:c(()=>C8,"default"),shouldHighlight:c(()=>x8,"shouldHighlight")}),D8=v8(()=>{x8=c(()=>!1,"Eo"),C8=String}),S8=jl(e=>{Object.defineProperty(e,"__esModule",{value:!0}),e.codeFrameColumns=h,e.default=p;var t=(D8(),y8(yh)),r=a(Vl(),!0);function n(m){if(typeof WeakMap!="function")return null;var g=new WeakMap,v=new WeakMap;return(n=c(function(C){return C?v:g},"Tn"))(m)}c(n,"Tn");function a(m,g){if(!g&&m&&m.__esModule)return m;if(m===null||typeof m!="object"&&typeof m!="function")return{default:m};var v=n(g);if(v&&v.has(m))return v.get(m);var C={__proto__:null},E=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var y in m)if(y!=="default"&&Object.prototype.hasOwnProperty.call(m,y)){var b=E?Object.getOwnPropertyDescriptor(m,y):null;b&&(b.get||b.set)?Object.defineProperty(C,y,b):C[y]=m[y]}return C.default=m,v&&v.set(m,C),C}c(a,"ho");var o;function i(m){return m?(o!=null||(o=new r.default.constructor({enabled:!0,level:1})),o):r.default}c(i,"go");var l=!1;function s(m){return{gutter:m.grey,marker:m.red.bold,message:m.red.bold}}c(s,"yo");var d=/\r\n|[\n\r\u2028\u2029]/;function f(m,g,v){let C=Object.assign({column:0,line:-1},m.start),E=Object.assign({},C,m.end),{linesAbove:y=2,linesBelow:b=3}=v||{},x=C.line,D=C.column,S=E.line,k=E.column,_=Math.max(x-(y+1),0),A=Math.min(g.length,S+b);x===-1&&(_=0),S===-1&&(A=g.length);let $=S-x,I={};if($)for(let L=0;L<=$;L++){let B=L+x;if(!D)I[B]=!0;else if(L===0){let j=g[B-1].length;I[B]=[D,j-D+1]}else if(L===$)I[B]=[0,k];else{let j=g[B-L].length;I[B]=[0,j]}}else D===k?D?I[x]=[D,0]:I[x]=!0:I[x]=[D,k-D];return{start:_,end:A,markerLines:I}}c(f,"Ao");function h(m,g,v={}){let C=(v.highlightCode||v.forceColor)&&(0,t.shouldHighlight)(v),E=i(v.forceColor),y=s(E),b=c((I,L)=>C?I(L):L,"i"),x=m.split(d),{start:D,end:S,markerLines:k}=f(g,x,v),_=g.start&&typeof g.start.column=="number",A=String(S).length,$=(C?(0,t.default)(m,v):m).split(d,S).slice(D,S).map((I,L)=>{let B=D+1+L,j=` ${` ${B}`.slice(-A)} |`,P=k[B],H=!k[B+1];if(P){let q="";if(Array.isArray(P)){let z=I.slice(0,Math.max(P[0]-1,0)).replace(/[^\t]/g," "),O=P[1]||1;q=[`
288
+ `,b(y.gutter,j.replace(/\d/g," "))," ",z,b(y.marker,"^").repeat(O)].join(""),H&&v.message&&(q+=" "+b(y.message,v.message))}return[b(y.marker,">"),b(y.gutter,j),I.length>0?` ${I}`:"",q].join("")}else return` ${b(y.gutter,j)}${I.length>0?` ${I}`:""}`}).join(`
289
+ `);return v.message&&!_&&($=`${" ".repeat(A+1)}${v.message}
290
+ ${$}`),C?E.reset($):$}c(h,"vn");function p(m,g,v,C={}){if(!l){l=!0;let E="Passing lineNumber and colNumber is deprecated to @babel/code-frame. Please use `codeFrameColumns`.";{let y=new Error(E);y.name="DeprecationWarning",console.warn(new Error(E))}}return v=Math.max(v,0),h(m,{start:{column:v,line:g}},C)}c(p,"Bo")}),wh={},Hl(wh,{__debug:c(()=>Q8,"__debug"),check:c(()=>d8,"check"),doc:c(()=>jh,"doc"),format:c(()=>Gg,"format"),formatWithCursor:c(()=>s2,"formatWithCursor"),getSupportInfo:c(()=>J8,"getSupportInfo"),util:c(()=>Hh,"util"),version:c(()=>W8,"version")}),k8=c((e,t,r,n)=>{if(!(e&&t==null))return t.replaceAll?t.replaceAll(r,n):r.global?t.replace(r,n):t.split(r).join(n)},"gu"),Bu=k8,hF=Bo(E8(),1),c(kA,"Dr"),c(T1,"Ae"),c(sy,"yt"),c(_A,"ar"),ba="string",$n="array",ia="cursor",rn="indent",nn="align",Jr="trim",pt="group",Bt="fill",Ct="if-break",an="indent-if-break",on="line-suffix",Qr="line-suffix-boundary",Pe="line",xr="label",Ot="break-parent",by=new Set([ia,rn,nn,Jr,pt,Bt,Ct,an,on,Qr,Pe,xr,Ot]),c(i6,"xu"),Ea=i6,mF=c(e=>new Intl.ListFormat("en-US",{type:"disjunction"}).format(e),"bu"),c(l6,"wu"),_8=(bh=class extends Error{name="InvalidDocError";constructor(e){super(l6(e)),this.doc=e}},c(bh,"At"),bh),uo=_8,Kg={},c(s6,"Ou"),Ed=s6,Eh=c(()=>{},"lr"),Cr=Eh,z1=Eh,c(nu,"ie"),c(so,"oe"),c(_g,"Bt"),c(u6,"fr"),c(c6,"Fr"),c(d6,"pr"),c(p6,"dr"),c(Ag,"Ge"),c(f6,"mr"),c(h6,"Er"),c(gd,"_e"),A8={type:Qr},us={type:Ot},F8={type:Jr},p0={type:Pe,hard:!0},xh={type:Pe,hard:!0,literal:!0},Yg={type:Pe},$8={type:Pe,soft:!0},la=[p0,us],Xg=[xh,us],xd={type:ia},c(Fg,"be"),c($g,"qe"),c(m6,"yr"),c(Nr,"J"),c(AA,"Ar"),T8=c((e,t,r)=>{if(!(e&&t==null))return Array.isArray(t)||typeof t=="string"?t[r<0?t.length+r:r]:t.at(r)},"Nu"),Te=T8,gF=c(()=>/[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE])))?))?|\uDC6F(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDD75(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC2\uDECE-\uDEDB\uDEE0-\uDEE8]|\uDD3C(?:\u200D[\u2640\u2642]\uFE0F?|\uD83C[\uDFFB-\uDFFF])?|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g,"Br"),c(g6,"_r"),c(v6,"kr"),vF=c(e=>!(g6(e)||v6(e)),"xr"),yF=/[^\x20-\x7F]/,c(y6,"Tu"),Cd=y6,wF=c(e=>{if(Array.isArray(e))return e;if(e.type!==Bt)throw new Error(`Expect doc to be 'array' or '${Bt}'.`);return e.parts},"Or"),c(au,"Ne"),c(vd,"Je"),c(FA,"vu"),c(w6,"Nr"),c(Tg,"br"),c($A,"Sr"),c(TA,"Pu"),c(b6,"Tr"),c(Ig,"wr"),c(mi,"Oe"),c(Rg,"Xe"),c(IA,"Lu"),c(RA,"Iu"),c(E6,"vr"),c(zA,"Ru"),c(x6,"Pr"),c(uy,"Ze"),it=Symbol("MODE_BREAK"),sr=Symbol("MODE_FLAT"),gi=Symbol("cursor"),c(cy,"Lr"),c(BA,"Yu"),c(LA,"ju"),c(yd,"kt"),c(wd,"xt"),c(ss,"Qe"),c(ou,"fe"),c(C6,"Vu"),Dd=C6,I8=(Dh=class{constructor(e){vh(this,Tc),vh(this,Ul),this.stack=[e]}get key(){let{stack:e,siblings:t}=this;return Te(!1,e,t===null?-2:-4)??null}get index(){return this.siblings===null?null:Te(!1,this.stack,-2)}get node(){return Te(!1,this.stack,-1)}get parent(){return this.getNode(1)}get grandparent(){return this.getNode(2)}get isInArray(){return this.siblings!==null}get siblings(){let{stack:e}=this,t=Te(!1,e,-3);return Array.isArray(t)?t:null}get next(){let{siblings:e}=this;return e===null?null:e[this.index+1]}get previous(){let{siblings:e}=this;return e===null?null:e[this.index-1]}get isFirst(){return this.index===0}get isLast(){let{siblings:e,index:t}=this;return e!==null&&t===e.length-1}get isRoot(){return this.stack.length===1}get root(){return this.stack[0]}get ancestors(){return[...Lo(this,Ul,Ic).call(this)]}getName(){let{stack:e}=this,{length:t}=e;return t>1?Te(!1,e,-2):null}getValue(){return Te(!1,this.stack,-1)}getNode(e=0){let t=Lo(this,Tc,Ch).call(this,e);return t===-1?null:this.stack[t]}getParentNode(e=0){return this.getNode(e+1)}call(e,...t){let{stack:r}=this,{length:n}=r,a=Te(!1,r,-1);for(let o of t)a=a[o],r.push(o,a);try{return e(this)}finally{r.length=n}}callParent(e,t=0){let r=Lo(this,Tc,Ch).call(this,t+1),n=this.stack.splice(r+1);try{return e(this)}finally{this.stack.push(...n)}}each(e,...t){let{stack:r}=this,{length:n}=r,a=Te(!1,r,-1);for(let o of t)a=a[o],r.push(o,a);try{for(let o=0;o<a.length;++o)r.push(o,a[o]),e(this,o,a),r.length-=2}finally{r.length=n}}map(e,...t){let r=[];return this.each((n,a,o)=>{r[a]=e(n,a,o)},...t),r}match(...e){let t=this.stack.length-1,r=null,n=this.stack[t--];for(let a of e){if(n===void 0)return!1;let o=null;if(typeof r=="number"&&(o=r,r=this.stack[t--],n=this.stack[t--]),a&&!a(n,r,o))return!1;r=this.stack[t--],n=this.stack[t--]}return!0}findAncestor(e){for(let t of Lo(this,Ul,Ic).call(this))if(e(t))return t}hasAncestor(e){for(let t of Lo(this,Ul,Ic).call(this))if(e(t))return!0;return!1}},c(Dh,"bt"),Dh),Tc=new WeakSet,Ch=c(function(e){let{stack:t}=this;for(let r=t.length-1;r>=0;r-=2)if(!Array.isArray(t[r])&&--e<0)return r;return-1},"wt"),Ul=new WeakSet,Ic=c(function*(){let{stack:e}=this;for(let t=e.length-3;t>=0;t-=2){let r=e[t];Array.isArray(r)||(yield r)}},"et"),bF=I8,Sh=new Proxy(()=>{},{get:c(()=>Sh,"get")}),Sd=Sh,c(D6,"$u"),EF=D6,c(dy,"Ot"),c(OA,"jr"),c(zo,"de"),R8=zo(/\s/),Tn=zo(" "),Zg=zo(",; "),Jg=zo(/[^\n\r]/),c(S6,"Mu"),ma=S6,c(k6,"Wu"),Dn=k6,c(_6,"Uu"),xF=_6,Qg=new Set(["tokens","comments","parent","enclosingNode","precedingNode","followingNode"]),CF=c(e=>Object.keys(e).filter(t=>!Qg.has(t)),"zu"),c(A6,"Gu"),Lu=A6,c(MA,"Ku"),c(I1,"St"),c(qa,"te"),c(As,"X"),c(Ga,"re"),f0=new WeakMap,c(R1,"nt"),c(py,"Wr"),h0=c(()=>!1,"vt"),c(PA,"Ur"),Ey=c(e=>!/[\S\n\u2028\u2029]/.test(e),"zr"),c(NA,"Hu"),c(jA,"qu"),c(zg,"Mr"),c(u0,"Pt"),c(F6,"Ju"),B1=F6,c(fy,"Gr"),c(HA,"Xu"),c(VA,"Zu"),c(UA,"Qu"),c(WA,"Kr"),c(qA,"Hr"),c($6,"eo"),DF=$6,xy=(kh=class extends Error{name="ConfigError"},c(kh,"Le"),kh),e2=(_h=class extends Error{name="UndefinedParserError"},c(_h,"Ie"),_h),SF={cursorOffset:{category:"Special",type:"int",default:-1,range:{start:-1,end:1/0,step:1},description:"Print (to stderr) where a cursor at the given position would move to after formatting.",cliCategory:"Editor"},endOfLine:{category:"Global",type:"choice",default:"lf",description:"Which end of line characters to apply.",choices:[{value:"lf",description:"Line Feed only (\\n), common on Linux and macOS as well as inside git repos"},{value:"crlf",description:"Carriage Return + Line Feed characters (\\r\\n), common on Windows"},{value:"cr",description:"Carriage Return character only (\\r), used very rarely"},{value:"auto",description:`Maintain existing
291
+ (mixed values within one file are normalised by looking at what's used after the first line)`}]},filepath:{category:"Special",type:"path",description:"Specify the input filepath. This will be used to do parser inference.",cliName:"stdin-filepath",cliCategory:"Other",cliDescription:"Path to the file to pretend that stdin comes from."},insertPragma:{category:"Special",type:"boolean",default:!1,description:"Insert @format pragma into file's first docblock comment.",cliCategory:"Other"},parser:{category:"Global",type:"choice",default:void 0,description:"Which parser to use.",exception:c(e=>typeof e=="string"||typeof e=="function","exception"),choices:[{value:"flow",description:"Flow"},{value:"babel",description:"JavaScript"},{value:"babel-flow",description:"Flow"},{value:"babel-ts",description:"TypeScript"},{value:"typescript",description:"TypeScript"},{value:"acorn",description:"JavaScript"},{value:"espree",description:"JavaScript"},{value:"meriyah",description:"JavaScript"},{value:"css",description:"CSS"},{value:"less",description:"Less"},{value:"scss",description:"SCSS"},{value:"json",description:"JSON"},{value:"json5",description:"JSON5"},{value:"jsonc",description:"JSON with Comments"},{value:"json-stringify",description:"JSON.stringify"},{value:"graphql",description:"GraphQL"},{value:"markdown",description:"Markdown"},{value:"mdx",description:"MDX"},{value:"vue",description:"Vue"},{value:"yaml",description:"YAML"},{value:"glimmer",description:"Ember / Handlebars"},{value:"html",description:"HTML"},{value:"angular",description:"Angular"},{value:"lwc",description:"Lightning Web Components"}]},plugins:{type:"path",array:!0,default:[{value:[]}],category:"Global",description:"Add a plugin. Multiple plugins can be passed as separate `--plugin`s.",exception:c(e=>typeof e=="string"||typeof e=="object","exception"),cliName:"plugin",cliCategory:"Config"},printWidth:{category:"Global",type:"int",default:80,description:"The line length where Prettier will try wrap.",range:{start:0,end:1/0,step:1}},rangeEnd:{category:"Special",type:"int",default:1/0,range:{start:0,end:1/0,step:1},description:`Format code ending at a given character offset (exclusive).
292
+ The range will extend forwards to the end of the selected statement.`,cliCategory:"Editor"},rangeStart:{category:"Special",type:"int",default:0,range:{start:0,end:1/0,step:1},description:`Format code starting at a given character offset.
293
+ The range will extend backwards to the start of the first line containing the selected statement.`,cliCategory:"Editor"},requirePragma:{category:"Special",type:"boolean",default:!1,description:`Require either '@prettier' or '@format' to be present in the file's first docblock comment
294
+ in order for it to be formatted.`,cliCategory:"Other"},tabWidth:{type:"int",category:"Global",default:2,description:"Number of spaces per indentation level.",range:{start:0,end:1/0,step:1}},useTabs:{category:"Global",type:"boolean",default:!1,description:"Indent with tabs instead of spaces."},embeddedLanguageFormatting:{category:"Global",type:"choice",default:"auto",description:"Control how Prettier formats quoted code embedded in the file.",choices:[{value:"auto",description:"Format embedded code if Prettier can automatically identify it."},{value:"off",description:"Never automatically format embedded code."}]}},c(Bg,"ut"),c(GA,"to"),c(KA,"ro"),kF=c(e=>String(e).split(/[/\\]/).pop(),"no"),c(Lg,"Xr"),c(YA,"uo"),c(T6,"oo"),_F=T6,La={key:c(e=>/^[$_a-zA-Z][$_a-zA-Z0-9]*$/.test(e)?e:JSON.stringify(e),"key"),value(e){if(e===null||typeof e!="object")return JSON.stringify(e);if(Array.isArray(e))return`[${e.map(r=>La.value(r)).join(", ")}]`;let t=Object.keys(e);return t.length===0?"{}":`{ ${t.map(r=>`${La.key(r)}: ${La.value(e[r])}`).join(", ")} }`},pair:c(({key:e,value:t})=>La.value({[e]:t}),"pair")},Ah=Bo(Vl(),1),z8=c((e,t,{descriptor:r})=>{let n=[`${Ah.default.yellow(typeof e=="string"?r.key(e):r.pair(e))} is deprecated`];return t&&n.push(`we now treat it as ${Ah.default.blue(typeof t=="string"?r.key(t):r.pair(t))}`),n.join("; ")+"."},"tn"),Ka=Bo(Vl(),1),t2=Symbol.for("vnopts.VALUE_NOT_EXIST"),Wl=Symbol.for("vnopts.VALUE_UNCHANGED"),r2=" ".repeat(2),B8=c((e,t,r)=>{let{text:n,list:a}=r.normalizeExpectedResult(r.schemas[e].expected(r)),o=[];return n&&o.push(ch(e,t,n,r.descriptor)),a&&o.push([ch(e,t,a.title,r.descriptor)].concat(a.values.map(i=>Og(i,r.loggerPrintWidth))).join(`
295
+ `)),Mg(o,r.loggerPrintWidth)},"un"),c(ch,"nn"),c(Og,"on"),c(Mg,"sn"),Fh=Bo(Vl(),1),m0=[],n2=[],c(I6,"Rt"),a2=c((e,t,{descriptor:r,logger:n,schemas:a})=>{let o=[`Ignored unknown option ${Fh.default.yellow(r.pair({key:e,value:t}))}.`],i=Object.keys(a).sort().find(l=>I6(e,l)<3);i&&o.push(`Did you mean ${Fh.default.blue(r.key(i))}?`),n.warn(o.join(" "))},"it"),AF=["default","expected","validate","deprecated","forward","redirect","overlap","preprocess","postprocess"],c(R6,"so"),gn=($h=class{static create(e){return R6(this,e)}constructor(e){this.name=e.name}default(e){}expected(e){return"nothing"}validate(e,t){return!1}deprecated(e,t){return!1}forward(e,t){}redirect(e,t){}overlap(e,t,r){return e}preprocess(e,t){return e}postprocess(e,t){return Wl}},c($h,"w"),$h),c(XA,"Do"),FF=(Th=class extends gn{constructor(e){super(e),this._sourceName=e.sourceName}expected(e){return e.schemas[this._sourceName].expected(e)}validate(e,t){return t.schemas[this._sourceName].validate(e,t)}redirect(e,t){return this._sourceName}},c(Th,"st"),Th),$F=(Ih=class extends gn{expected(){return"anything"}validate(){return!0}},c(Ih,"Dt"),Ih),TF=(Rh=class extends gn{constructor({valueSchema:e,name:t=e.name,...r}){super({...r,name:t}),this._valueSchema=e}expected(e){let{text:t,list:r}=e.normalizeExpectedResult(this._valueSchema.expected(e));return{text:t&&`an array of ${t}`,list:r&&{title:"an array of the following values",values:[{list:r}]}}}validate(e,t){if(!Array.isArray(e))return!1;let r=[];for(let n of e){let a=t.normalizeValidateResult(this._valueSchema.validate(n,t),n);a!==!0&&r.push(a.value)}return r.length===0?!0:{value:r}}deprecated(e,t){let r=[];for(let n of e){let a=t.normalizeDeprecatedResult(this._valueSchema.deprecated(n,t),n);a!==!1&&r.push(...a.map(({value:o})=>({value:[o]})))}return r}forward(e,t){let r=[];for(let n of e){let a=t.normalizeForwardResult(this._valueSchema.forward(n,t),n);r.push(...a.map(dh))}return r}redirect(e,t){let r=[],n=[];for(let a of e){let o=t.normalizeRedirectResult(this._valueSchema.redirect(a,t),a);"remain"in o&&r.push(o.remain),n.push(...o.redirect.map(dh))}return r.length===0?{redirect:n}:{redirect:n,remain:r}}overlap(e,t){return e.concat(t)}},c(Rh,"at"),Rh),c(dh,"an"),IF=(zh=class extends gn{expected(){return"true or false"}validate(e){return typeof e=="boolean"}},c(zh,"ct"),zh),c(z6,"ln"),c(B6,"fn"),c(L6,"Fn"),c(O6,"pn"),c(M6,"dn"),c(P6,"mn"),c(N6,"En"),c(ph,"jt"),c(Pg,"Vt"),c(fh,"$t"),c(hh,"Mt"),c(Ng,"cn"),c(c0,"lt"),c(mh,"Wt"),c(ZA,"ao"),RF=(Bh=class extends gn{constructor(e){super(e),this._choices=B6(e.choices.map(t=>t&&typeof t=="object"?t:{value:t}),"value")}expected({descriptor:e}){let t=Array.from(this._choices.keys()).map(a=>this._choices.get(a)).filter(({hidden:a})=>!a).map(a=>a.value).sort(P6).map(e.value),r=t.slice(0,-2),n=t.slice(-2);return{text:r.concat(n.join(" or ")).join(", "),list:{title:"one of the following values",values:t}}}validate(e){return this._choices.has(e)}deprecated(e){let t=this._choices.get(e);return t&&t.deprecated?{value:e}:!1}forward(e){let t=this._choices.get(e);return t?t.forward:void 0}redirect(e){let t=this._choices.get(e);return t?t.redirect:void 0}},c(Bh,"ft"),Bh),L8=(Lh=class extends gn{expected(){return"a number"}validate(e,t){return typeof e=="number"}},c(Lh,"Ft"),Lh),zF=(Oh=class extends L8{expected(){return"an integer"}validate(e,t){return t.normalizeValidateResult(super.validate(e,t),e)===!0&&M6(e)}},c(Oh,"pt"),Oh),o2=(Mh=class extends gn{expected(){return"a string"}validate(e){return typeof e=="string"}},c(Mh,"Ye"),Mh),O8=La,M8=a2,P8=B8,N8=z8,BF=(Ph=class{constructor(e,t){let{logger:r=console,loggerPrintWidth:n=80,descriptor:a=O8,unknown:o=M8,invalid:i=P8,deprecated:l=N8,missing:s=c(()=>!1,"a"),required:d=c(()=>!1,"c"),preprocess:f=c(p=>p,"d"),postprocess:h=c(()=>Wl,"f")}=t||{};this._utils={descriptor:a,logger:r||{warn:c(()=>{},"warn")},loggerPrintWidth:n,schemas:z6(e,"name"),normalizeDefaultResult:ph,normalizeExpectedResult:Pg,normalizeDeprecatedResult:hh,normalizeForwardResult:c0,normalizeRedirectResult:mh,normalizeValidateResult:fh},this._unknownHandler=o,this._invalidHandler=N6(i),this._deprecatedHandler=l,this._identifyMissing=(p,m)=>!(p in m)||s(p,m),this._identifyRequired=d,this._preprocess=f,this._postprocess=h,this.cleanHistory()}cleanHistory(){this._hasDeprecationWarned=L6()}normalize(e){let t={},r=[this._preprocess(e,this._utils)],n=c(()=>{for(;r.length!==0;){let a=r.shift(),o=this._applyNormalization(a,t);r.push(...o)}},"u");n();for(let a of Object.keys(this._utils.schemas)){let o=this._utils.schemas[a];if(!(a in t)){let i=ph(o.default(this._utils));"value"in i&&r.push({[a]:i.value})}}n();for(let a of Object.keys(this._utils.schemas)){if(!(a in t))continue;let o=this._utils.schemas[a],i=t[a],l=o.postprocess(i,this._utils);l!==Wl&&(this._applyValidation(l,a,o),t[a]=l)}return this._applyPostprocess(t),this._applyRequiredCheck(t),t}_applyNormalization(e,t){let r=[],{knownKeys:n,unknownKeys:a}=this._partitionOptionKeys(e);for(let o of n){let i=this._utils.schemas[o],l=i.preprocess(e[o],this._utils);this._applyValidation(l,o,i);let s=c(({from:h,to:p})=>{r.push(typeof p=="string"?{[p]:h}:{[p.key]:p.value})},"a"),d=c(({value:h,redirectTo:p})=>{let m=hh(i.deprecated(h,this._utils),l,!0);if(m!==!1)if(m===!0)this._hasDeprecationWarned(o)||this._utils.logger.warn(this._deprecatedHandler(o,p,this._utils));else for(let{value:g}of m){let v={key:o,value:g};if(!this._hasDeprecationWarned(v)){let C=typeof p=="string"?{key:p,value:g}:p;this._utils.logger.warn(this._deprecatedHandler(v,C,this._utils))}}},"c");c0(i.forward(l,this._utils),l).forEach(s);let f=mh(i.redirect(l,this._utils),l);if(f.redirect.forEach(s),"remain"in f){let h=f.remain;t[o]=o in t?i.overlap(t[o],h,this._utils):h,d({value:h})}for(let{from:h,to:p}of f.redirect)d({value:h,redirectTo:p})}for(let o of a){let i=e[o];this._applyUnknownHandler(o,i,t,(l,s)=>{r.push({[l]:s})})}return r}_applyRequiredCheck(e){for(let t of Object.keys(this._utils.schemas))if(this._identifyMissing(t,e)&&this._identifyRequired(t))throw this._invalidHandler(t,t2,this._utils)}_partitionOptionKeys(e){let[t,r]=O6(Object.keys(e).filter(n=>!this._identifyMissing(n,e)),n=>n in this._utils.schemas);return{knownKeys:t,unknownKeys:r}}_applyValidation(e,t,r){let n=fh(r.validate(e,this._utils),e);if(n!==!0)throw this._invalidHandler(t,n.value,this._utils)}_applyUnknownHandler(e,t,r,n){let a=this._unknownHandler(e,t,this._utils);if(a)for(let o of Object.keys(a)){if(this._identifyMissing(o,a))continue;let i=a[o];o in this._utils.schemas?n(o,i):r[o]=i}}_applyPostprocess(e){let t=this._postprocess(e,this._utils);if(t!==Wl){if(t.delete)for(let r of t.delete)delete e[r];if(t.override){let{knownKeys:r,unknownKeys:n}=this._partitionOptionKeys(t.override);for(let a of r){let o=t.override[a];this._applyValidation(o,a,this._utils.schemas[a]),e[a]=o}for(let a of n){let o=t.override[a];this._applyUnknownHandler(a,o,e,(i,l)=>{let s=this._utils.schemas[i];this._applyValidation(l,i,s),e[i]=l})}}}}},c(Ph,"dt"),Ph),c(j6,"lo"),c(JA,"fo"),c(QA,"Fo"),LF=j6,j8=c((e,t,r)=>{if(!(e&&t==null)){if(t.findLast)return t.findLast(r);for(let n=t.length-1;n>=0;n--){let a=t[n];if(r(a,n,t))return a}}},"po"),Cy=j8,c(hy,"Gt"),c(eF,"Bn"),c(my,"mt"),c(gy,"Kt"),c(tF,"_n"),i2={astFormat:"estree",printer:{},originalText:void 0,locStart:null,locEnd:null},c(H6,"mo"),wo=H6,OF=Bo(S8(),1),c(V6,"_o"),c(rF,"ko"),sl=V6,c(nF,"In"),c(aF,"xo"),c(U6,"bo"),MF=U6,c(zu,"je"),c(jg,"Yn"),c(vy,"qt"),c(W6,"wo"),PF=W6,c(q6,"Oo"),NF=q6,jF=c(({parser:e})=>e==="json"||e==="json5"||e==="jsonc"||e==="json-stringify","No"),c(oF,"So"),c(Hg,"$n"),c(iF,"To"),c(bd,"Jt"),c(lF,"vo"),Dy=new Set(["JsonRoot","ObjectExpression","ArrayExpression","StringLiteral","NumericLiteral","BooleanLiteral","NullLiteral","UnaryExpression","TemplateLiteral"]),HF=new Set(["OperationDefinition","FragmentDefinition","VariableDefinition","TypeExtensionDefinition","ObjectTypeDefinition","FieldDefinition","DirectiveDefinition","EnumTypeDefinition","EnumValueDefinition","InputValueDefinition","InputObjectTypeDefinition","SchemaDefinition","OperationTypeDefinition","InterfaceTypeDefinition","UnionTypeDefinition","ScalarTypeDefinition"]),c(Vg,"Mn"),c(sF,"Un"),Sy="\uFEFF",l2=Symbol("cursor"),c(yy,"Jn"),c(uF,"Lo"),c(d0,"Xt"),c(Ug,"Gn"),c(wy,"Xn"),c(Wg,"Kn"),c(qg,"Zt"),c(G6,"Zn"),c(K6,"Qn"),c(Y6,"eu"),c(X6,"tu"),c(Z6,"ru"),jh={},Hl(jh,{builders:c(()=>H8,"builders"),printer:c(()=>V8,"printer"),utils:c(()=>U8,"utils")}),H8={join:Fg,line:Yg,softline:$8,hardline:la,literalline:Xg,group:_g,conditionalGroup:p6,fill:Ag,lineSuffix:gd,lineSuffixBoundary:A8,cursor:xd,breakParent:us,ifBreak:f6,trim:F8,indent:nu,indentIfBreak:h6,align:so,addAlignmentToDoc:$g,markAsRoot:c6,dedentToRoot:u6,dedent:d6,hardlineWithoutBreakParent:p0,literallineWithoutBreakParent:xh,label:m6,concat:c(e=>e,"concat")},V8={printDocToString:ou},U8={willBreak:w6,traverseDoc:Ed,findInDoc:vd,mapDoc:au,removeLines:b6,stripTrailingHardline:Rg,replaceEndOfLine:E6,canBreak:x6},W8="3.2.5",Hh={},Hl(Hh,{addDanglingComment:c(()=>As,"addDanglingComment"),addLeadingComment:c(()=>qa,"addLeadingComment"),addTrailingComment:c(()=>Ga,"addTrailingComment"),getAlignmentSize:c(()=>Dd,"getAlignmentSize"),getIndentSize:c(()=>q8,"getIndentSize"),getMaxContinuousCount:c(()=>G8,"getMaxContinuousCount"),getNextNonSpaceNonCommentCharacter:c(()=>K8,"getNextNonSpaceNonCommentCharacter"),getNextNonSpaceNonCommentCharacterIndex:c(()=>s8,"getNextNonSpaceNonCommentCharacterIndex"),getStringWidth:c(()=>Cd,"getStringWidth"),hasNewline:c(()=>Dn,"hasNewline"),hasNewlineInRange:c(()=>Y8,"hasNewlineInRange"),hasSpaces:c(()=>X8,"hasSpaces"),isNextLineEmpty:c(()=>c8,"isNextLineEmpty"),isNextLineEmptyAfterIndex:c(()=>Ad,"isNextLineEmptyAfterIndex"),isPreviousLineEmpty:c(()=>u8,"isPreviousLineEmpty"),makeString:c(()=>Z8,"makeString"),skip:c(()=>zo,"skip"),skipEverythingButNewLine:c(()=>Jg,"skipEverythingButNewLine"),skipInlineComment:c(()=>kd,"skipInlineComment"),skipNewline:c(()=>ma,"skipNewline"),skipSpaces:c(()=>Tn,"skipSpaces"),skipToLineEnd:c(()=>Zg,"skipToLineEnd"),skipTrailingComment:c(()=>_d,"skipTrailingComment"),skipWhitespace:c(()=>R8,"skipWhitespace")}),c(J6,"Vo"),kd=J6,c(Q6,"$o"),_d=Q6,c(e8,"Mo"),L1=e8,c(t8,"Wo"),Ad=t8,c(r8,"Uo"),q8=r8,c(cF,"er"),c(n8,"zo"),G8=n8,c(a8,"Go"),K8=a8,c(o8,"Ko"),Y8=o8,c(i8,"Ho"),X8=i8,c(l8,"qo"),Z8=l8,c(dF,"Jo"),c(s8,"Xo"),c(pF,"Zo"),c(u8,"Qo"),c(fF,"ei"),c(c8,"ti"),c(Mn,"ae"),s2=Mn(qg),c(Gg,"lu"),c(d8,"ri"),J8=Mn(Bg,0),Q8={parse:Mn(G6),formatAST:Mn(K6),formatDoc:Mn(Y6),printToDoc:Mn(X6),printDocToString:Mn(Z6)},VF=wh});function UF(e){for(var t=[],r=1;r<arguments.length;r++)t[r-1]=arguments[r];var n=Array.from(typeof e=="string"?[e]:e);n[n.length-1]=n[n.length-1].replace(/\r?\n([\t ]*)$/,"");var a=n.reduce(function(l,s){var d=s.match(/\n([\t ]+|(?!\s).)/g);return d?l.concat(d.map(function(f){var h,p;return(p=(h=f.match(/[\t ]/g))===null||h===void 0?void 0:h.length)!==null&&p!==void 0?p:0})):l},[]);if(a.length){var o=new RegExp(`
296
+ [ ]{`+Math.min.apply(Math,a)+"}","g");n=n.map(function(l){return l.replace(o,`
297
+ `)})}n[0]=n[0].replace(/^\r?\n/,"");var i=n[0];return t.forEach(function(l,s){var d=i.match(/(?:^|\n)( *)$/),f=d?d[1]:"",h=l;typeof l=="string"&&l.includes(`
298
+ `)&&(h=String(l).split(`
299
+ `).map(function(p,m){return m===0?p:""+f+p}).join(`
300
+ `)),i+=h+n[s+1]}),i}var hN=R(()=>{c(UF,"dedent")}),WF={};nl(WF,{formatter:()=>qF});var eE,qF,mN=R(()=>{eE=Ge(h1(),1),pN(),fN(),hN(),qF=(0,eE.default)(2)(async(e,t)=>e===!1?t:e==="dedent"||e===!0?UF(t):(await VF.format(t,{parser:e,plugins:[SA],htmlWhitespaceSensitivity:"ignore"})).trim())}),u2,c2,gN=R(()=>{u2=c(function(e){return e.reduce(function(t,r){var n=r[0],a=r[1];return t[n]=a,t},{})},"fromEntries"),c2=typeof window<"u"&&window.document&&window.document.createElement?u.useLayoutEffect:u.useEffect}),ct,Nt,jt,dt,Fd,yi,Qa,wi,GF,ky,Wo,KF,d2,_y,tE,rE,nE,aE,oE,iE,lE,sE,uE,YF,er=R(()=>{ct="top",Nt="bottom",jt="right",dt="left",Fd="auto",yi=[ct,Nt,jt,dt],Qa="start",wi="end",GF="clippingParents",ky="viewport",Wo="popper",KF="reference",d2=yi.reduce(function(e,t){return e.concat([t+"-"+Qa,t+"-"+wi])},[]),_y=[].concat(yi,[Fd]).reduce(function(e,t){return e.concat([t,t+"-"+Qa,t+"-"+wi])},[]),tE="beforeRead",rE="read",nE="afterRead",aE="beforeMain",oE="main",iE="afterMain",lE="beforeWrite",sE="write",uE="afterWrite",YF=[tE,rE,nE,aE,oE,iE,lE,sE,uE]});function Dr(e){return e?(e.nodeName||"").toLowerCase():null}var bo=R(()=>{c(Dr,"getNodeName")});function St(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var t=e.ownerDocument;return t&&t.defaultView||window}return e}var un=R(()=>{c(St,"getWindow")});function ga(e){var t=St(e).Element;return e instanceof t||e instanceof Element}function Mt(e){var t=St(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function O1(e){if(typeof ShadowRoot>"u")return!1;var t=St(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}var tr=R(()=>{un(),c(ga,"isElement"),c(Mt,"isHTMLElement"),c(O1,"isShadowRoot")});function cE(e){var t=e.state;Object.keys(t.elements).forEach(function(r){var n=t.styles[r]||{},a=t.attributes[r]||{},o=t.elements[r];!Mt(o)||!Dr(o)||(Object.assign(o.style,n),Object.keys(a).forEach(function(i){var l=a[i];l===!1?o.removeAttribute(i):o.setAttribute(i,l===!0?"":l)}))})}function dE(e){var t=e.state,r={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,r.popper),t.styles=r,t.elements.arrow&&Object.assign(t.elements.arrow.style,r.arrow),function(){Object.keys(t.elements).forEach(function(n){var a=t.elements[n],o=t.attributes[n]||{},i=Object.keys(t.styles.hasOwnProperty(n)?t.styles[n]:r[n]),l=i.reduce(function(s,d){return s[d]="",s},{});!Mt(a)||!Dr(a)||(Object.assign(a.style,l),Object.keys(o).forEach(function(s){a.removeAttribute(s)}))})}}var XF,vN=R(()=>{bo(),tr(),c(cE,"applyStyles"),c(dE,"effect"),XF={name:"applyStyles",enabled:!0,phase:"write",fn:cE,effect:dE,requires:["computeStyles"]}});function wr(e){return e.split("-")[0]}var Eo=R(()=>{c(wr,"getBasePlacement")}),sa,iu,co,xo=R(()=>{sa=Math.max,iu=Math.min,co=Math.round});function $d(){var e=navigator.userAgentData;return e!=null&&e.brands&&Array.isArray(e.brands)?e.brands.map(function(t){return t.brand+"/"+t.version}).join(" "):navigator.userAgent}var ZF=R(()=>{c($d,"getUAString")});function Ay(){return!/^((?!chrome|android).)*safari/i.test($d())}var JF=R(()=>{ZF(),c(Ay,"isLayoutViewport")});function po(e,t,r){t===void 0&&(t=!1),r===void 0&&(r=!1);var n=e.getBoundingClientRect(),a=1,o=1;t&&Mt(e)&&(a=e.offsetWidth>0&&co(n.width)/e.offsetWidth||1,o=e.offsetHeight>0&&co(n.height)/e.offsetHeight||1);var i=ga(e)?St(e):window,l=i.visualViewport,s=!Ay()&&r,d=(n.left+(s&&l?l.offsetLeft:0))/a,f=(n.top+(s&&l?l.offsetTop:0))/o,h=n.width/a,p=n.height/o;return{width:h,height:p,top:f,right:d+h,bottom:f+p,left:d,x:d,y:f}}var Ou=R(()=>{tr(),xo(),un(),JF(),c(po,"getBoundingClientRect")});function M1(e){var t=po(e),r=e.offsetWidth,n=e.offsetHeight;return Math.abs(t.width-r)<=1&&(r=t.width),Math.abs(t.height-n)<=1&&(n=t.height),{x:e.offsetLeft,y:e.offsetTop,width:r,height:n}}var Fy=R(()=>{Ou(),c(M1,"getLayoutRect")});function $y(e,t){var r=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(r&&O1(r)){var n=t;do{if(n&&e.isSameNode(n))return!0;n=n.parentNode||n.host}while(n)}return!1}var QF=R(()=>{tr(),c($y,"contains")});function ln(e){return St(e).getComputedStyle(e)}var Mu=R(()=>{un(),c(ln,"getComputedStyle")});function e$(e){return["table","td","th"].indexOf(Dr(e))>=0}var yN=R(()=>{bo(),c(e$,"isTableElement")});function Bn(e){return((ga(e)?e.ownerDocument:e.document)||window.document).documentElement}var xa=R(()=>{tr(),c(Bn,"getDocumentElement")});function Pu(e){return Dr(e)==="html"?e:e.assignedSlot||e.parentNode||(O1(e)?e.host:null)||Bn(e)}var P1=R(()=>{bo(),xa(),tr(),c(Pu,"getParentNode")});function p2(e){return!Mt(e)||ln(e).position==="fixed"?null:e.offsetParent}function t$(e){var t=/firefox/i.test($d()),r=/Trident/i.test($d());if(r&&Mt(e)){var n=ln(e);if(n.position==="fixed")return null}var a=Pu(e);for(O1(a)&&(a=a.host);Mt(a)&&["html","body"].indexOf(Dr(a))<0;){var o=ln(a);if(o.transform!=="none"||o.perspective!=="none"||o.contain==="paint"||["transform","perspective"].indexOf(o.willChange)!==-1||t&&o.willChange==="filter"||t&&o.filter&&o.filter!=="none")return a;a=a.parentNode}return null}function ul(e){for(var t=St(e),r=p2(e);r&&e$(r)&&ln(r).position==="static";)r=p2(r);return r&&(Dr(r)==="html"||Dr(r)==="body"&&ln(r).position==="static")?t:r||t$(e)||t}var Nu=R(()=>{un(),bo(),Mu(),tr(),yN(),P1(),ZF(),c(p2,"getTrueOffsetParent"),c(t$,"getContainingBlock"),c(ul,"getOffsetParent")});function N1(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}var Ty=R(()=>{c(N1,"getMainAxisFromPlacement")});function bi(e,t,r){return sa(e,iu(t,r))}function r$(e,t,r){var n=bi(e,t,r);return n>r?r:n}var n$=R(()=>{xo(),c(bi,"within"),c(r$,"withinMaxClamp")});function Iy(){return{top:0,right:0,bottom:0,left:0}}var a$=R(()=>{c(Iy,"getFreshSideObject")});function Ry(e){return Object.assign({},Iy(),e)}var o$=R(()=>{a$(),c(Ry,"mergePaddingObject")});function zy(e,t){return t.reduce(function(r,n){return r[n]=e,r},{})}var i$=R(()=>{c(zy,"expandToHashMap")});function pE(e){var t,r=e.state,n=e.name,a=e.options,o=r.elements.arrow,i=r.modifiersData.popperOffsets,l=wr(r.placement),s=N1(l),d=[dt,jt].indexOf(l)>=0,f=d?"height":"width";if(!(!o||!i)){var h=l$(a.padding,r),p=M1(o),m=s==="y"?ct:dt,g=s==="y"?Nt:jt,v=r.rects.reference[f]+r.rects.reference[s]-i[s]-r.rects.popper[f],C=i[s]-r.rects.reference[s],E=ul(o),y=E?s==="y"?E.clientHeight||0:E.clientWidth||0:0,b=v/2-C/2,x=h[m],D=y-p[f]-h[g],S=y/2-p[f]/2+b,k=bi(x,S,D),_=s;r.modifiersData[n]=(t={},t[_]=k,t.centerOffset=k-S,t)}}function fE(e){var t=e.state,r=e.options,n=r.element,a=n===void 0?"[data-popper-arrow]":n;a!=null&&(typeof a=="string"&&(a=t.elements.popper.querySelector(a),!a)||$y(t.elements.popper,a)&&(t.elements.arrow=a))}var l$,s$,wN=R(()=>{Eo(),Fy(),QF(),Nu(),Ty(),n$(),o$(),i$(),er(),l$=c(function(e,t){return e=typeof e=="function"?e(Object.assign({},t.rects,{placement:t.placement})):e,Ry(typeof e!="number"?e:zy(e,yi))},"toPaddingObject"),c(pE,"arrow"),c(fE,"effect"),s$={name:"arrow",enabled:!0,phase:"main",fn:pE,effect:fE,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]}});function fo(e){return e.split("-")[1]}var ju=R(()=>{c(fo,"getVariation")});function u$(e,t){var r=e.x,n=e.y,a=t.devicePixelRatio||1;return{x:co(r*a)/a||0,y:co(n*a)/a||0}}function f2(e){var t,r=e.popper,n=e.popperRect,a=e.placement,o=e.variation,i=e.offsets,l=e.position,s=e.gpuAcceleration,d=e.adaptive,f=e.roundOffsets,h=e.isFixed,p=i.x,m=p===void 0?0:p,g=i.y,v=g===void 0?0:g,C=typeof f=="function"?f({x:m,y:v}):{x:m,y:v};m=C.x,v=C.y;var E=i.hasOwnProperty("x"),y=i.hasOwnProperty("y"),b=dt,x=ct,D=window;if(d){var S=ul(r),k="clientHeight",_="clientWidth";if(S===St(r)&&(S=Bn(r),ln(S).position!=="static"&&l==="absolute"&&(k="scrollHeight",_="scrollWidth")),S=S,a===ct||(a===dt||a===jt)&&o===wi){x=Nt;var A=h&&S===D&&D.visualViewport?D.visualViewport.height:S[k];v-=A-n.height,v*=s?1:-1}if(a===dt||(a===ct||a===Nt)&&o===wi){b=jt;var $=h&&S===D&&D.visualViewport?D.visualViewport.width:S[_];m-=$-n.width,m*=s?1:-1}}var I=Object.assign({position:l},d&&c$),L=f===!0?u$({x:m,y:v},St(r)):{x:m,y:v};if(m=L.x,v=L.y,s){var B;return Object.assign({},I,(B={},B[x]=y?"0":"",B[b]=E?"0":"",B.transform=(D.devicePixelRatio||1)<=1?"translate("+m+"px, "+v+"px)":"translate3d("+m+"px, "+v+"px, 0)",B))}return Object.assign({},I,(t={},t[x]=y?v+"px":"",t[b]=E?m+"px":"",t.transform="",t))}function hE(e){var t=e.state,r=e.options,n=r.gpuAcceleration,a=n===void 0?!0:n,o=r.adaptive,i=o===void 0?!0:o,l=r.roundOffsets,s=l===void 0?!0:l,d={placement:wr(t.placement),variation:fo(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:a,isFixed:t.options.strategy==="fixed"};t.modifiersData.popperOffsets!=null&&(t.styles.popper=Object.assign({},t.styles.popper,f2(Object.assign({},d,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:i,roundOffsets:s})))),t.modifiersData.arrow!=null&&(t.styles.arrow=Object.assign({},t.styles.arrow,f2(Object.assign({},d,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:s})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})}var c$,d$,bN=R(()=>{er(),Nu(),un(),xa(),Mu(),Eo(),ju(),xo(),c$={top:"auto",right:"auto",bottom:"auto",left:"auto"},c(u$,"roundOffsetsByDPR"),c(f2,"mapToStyles"),c(hE,"computeStyles"),d$={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:hE,data:{}}});function mE(e){var t=e.state,r=e.instance,n=e.options,a=n.scroll,o=a===void 0?!0:a,i=n.resize,l=i===void 0?!0:i,s=St(t.elements.popper),d=[].concat(t.scrollParents.reference,t.scrollParents.popper);return o&&d.forEach(function(f){f.addEventListener("scroll",r.update,cs)}),l&&s.addEventListener("resize",r.update,cs),function(){o&&d.forEach(function(f){f.removeEventListener("scroll",r.update,cs)}),l&&s.removeEventListener("resize",r.update,cs)}}var cs,p$,EN=R(()=>{un(),cs={passive:!0},c(mE,"effect"),p$={name:"eventListeners",enabled:!0,phase:"write",fn:c(function(){},"fn"),effect:mE,data:{}}});function Fs(e){return e.replace(/left|right|bottom|top/g,function(t){return f$[t]})}var f$,xN=R(()=>{f$={left:"right",right:"left",bottom:"top",top:"bottom"},c(Fs,"getOppositePlacement")});function h2(e){return e.replace(/start|end/g,function(t){return h$[t]})}var h$,CN=R(()=>{h$={start:"end",end:"start"},c(h2,"getOppositeVariationPlacement")});function j1(e){var t=St(e),r=t.pageXOffset,n=t.pageYOffset;return{scrollLeft:r,scrollTop:n}}var By=R(()=>{un(),c(j1,"getWindowScroll")});function H1(e){return po(Bn(e)).left+j1(e).scrollLeft}var Ly=R(()=>{Ou(),xa(),By(),c(H1,"getWindowScrollBarX")});function m$(e,t){var r=St(e),n=Bn(e),a=r.visualViewport,o=n.clientWidth,i=n.clientHeight,l=0,s=0;if(a){o=a.width,i=a.height;var d=Ay();(d||!d&&t==="fixed")&&(l=a.offsetLeft,s=a.offsetTop)}return{width:o,height:i,x:l+H1(e),y:s}}var DN=R(()=>{un(),xa(),Ly(),JF(),c(m$,"getViewportRect")});function g$(e){var t,r=Bn(e),n=j1(e),a=(t=e.ownerDocument)==null?void 0:t.body,o=sa(r.scrollWidth,r.clientWidth,a?a.scrollWidth:0,a?a.clientWidth:0),i=sa(r.scrollHeight,r.clientHeight,a?a.scrollHeight:0,a?a.clientHeight:0),l=-n.scrollLeft+H1(e),s=-n.scrollTop;return ln(a||r).direction==="rtl"&&(l+=sa(r.clientWidth,a?a.clientWidth:0)-o),{width:o,height:i,x:l,y:s}}var SN=R(()=>{xa(),Mu(),Ly(),By(),xo(),c(g$,"getDocumentRect")});function V1(e){var t=ln(e),r=t.overflow,n=t.overflowX,a=t.overflowY;return/auto|scroll|overlay|hidden/.test(r+a+n)}var Oy=R(()=>{Mu(),c(V1,"isScrollParent")});function My(e){return["html","body","#document"].indexOf(Dr(e))>=0?e.ownerDocument.body:Mt(e)&&V1(e)?e:My(Pu(e))}var kN=R(()=>{P1(),Oy(),bo(),tr(),c(My,"getScrollParent")});function Ei(e,t){var r;t===void 0&&(t=[]);var n=My(e),a=n===((r=e.ownerDocument)==null?void 0:r.body),o=St(n),i=a?[o].concat(o.visualViewport||[],V1(n)?n:[]):n,l=t.concat(i);return a?l:l.concat(Ei(Pu(i)))}var v$=R(()=>{kN(),P1(),un(),Oy(),c(Ei,"listScrollParents")});function Td(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}var y$=R(()=>{c(Td,"rectToClientRect")});function w$(e,t){var r=po(e,!1,t==="fixed");return r.top=r.top+e.clientTop,r.left=r.left+e.clientLeft,r.bottom=r.top+e.clientHeight,r.right=r.left+e.clientWidth,r.width=e.clientWidth,r.height=e.clientHeight,r.x=r.left,r.y=r.top,r}function m2(e,t,r){return t===ky?Td(m$(e,r)):ga(t)?w$(t,r):Td(g$(Bn(e)))}function b$(e){var t=Ei(Pu(e)),r=["absolute","fixed"].indexOf(ln(e).position)>=0,n=r&&Mt(e)?ul(e):e;return ga(n)?t.filter(function(a){return ga(a)&&$y(a,n)&&Dr(a)!=="body"}):[]}function E$(e,t,r,n){var a=t==="clippingParents"?b$(e):[].concat(t),o=[].concat(a,[r]),i=o[0],l=o.reduce(function(s,d){var f=m2(e,d,n);return s.top=sa(f.top,s.top),s.right=iu(f.right,s.right),s.bottom=iu(f.bottom,s.bottom),s.left=sa(f.left,s.left),s},m2(e,i,n));return l.width=l.right-l.left,l.height=l.bottom-l.top,l.x=l.left,l.y=l.top,l}var _N=R(()=>{er(),DN(),SN(),v$(),Nu(),xa(),Mu(),tr(),Ou(),P1(),QF(),bo(),y$(),xo(),c(w$,"getInnerBoundingClientRect"),c(m2,"getClientRectFromMixedType"),c(b$,"getClippingParents"),c(E$,"getClippingRect")});function Py(e){var t=e.reference,r=e.element,n=e.placement,a=n?wr(n):null,o=n?fo(n):null,i=t.x+t.width/2-r.width/2,l=t.y+t.height/2-r.height/2,s;switch(a){case ct:s={x:i,y:t.y-r.height};break;case Nt:s={x:i,y:t.y+t.height};break;case jt:s={x:t.x+t.width,y:l};break;case dt:s={x:t.x-r.width,y:l};break;default:s={x:t.x,y:t.y}}var d=a?N1(a):null;if(d!=null){var f=d==="y"?"height":"width";switch(o){case Qa:s[d]=s[d]-(t[f]/2-r[f]/2);break;case wi:s[d]=s[d]+(t[f]/2-r[f]/2);break}}return s}var x$=R(()=>{Eo(),ju(),Ty(),er(),c(Py,"computeOffsets")});function Ui(e,t){t===void 0&&(t={});var r=t,n=r.placement,a=n===void 0?e.placement:n,o=r.strategy,i=o===void 0?e.strategy:o,l=r.boundary,s=l===void 0?GF:l,d=r.rootBoundary,f=d===void 0?ky:d,h=r.elementContext,p=h===void 0?Wo:h,m=r.altBoundary,g=m===void 0?!1:m,v=r.padding,C=v===void 0?0:v,E=Ry(typeof C!="number"?C:zy(C,yi)),y=p===Wo?KF:Wo,b=e.rects.popper,x=e.elements[g?y:p],D=E$(ga(x)?x:x.contextElement||Bn(e.elements.popper),s,f,i),S=po(e.elements.reference),k=Py({reference:S,element:b,strategy:"absolute",placement:a}),_=Td(Object.assign({},b,k)),A=p===Wo?_:S,$={top:D.top-A.top+E.top,bottom:A.bottom-D.bottom+E.bottom,left:D.left-A.left+E.left,right:A.right-D.right+E.right},I=e.modifiersData.offset;if(p===Wo&&I){var L=I[a];Object.keys($).forEach(function(B){var j=[jt,Nt].indexOf(B)>=0?1:-1,P=[ct,Nt].indexOf(B)>=0?"y":"x";$[B]+=L[P]*j})}return $}var U1=R(()=>{_N(),xa(),Ou(),x$(),y$(),er(),tr(),o$(),i$(),c(Ui,"detectOverflow")});function C$(e,t){t===void 0&&(t={});var r=t,n=r.placement,a=r.boundary,o=r.rootBoundary,i=r.padding,l=r.flipVariations,s=r.allowedAutoPlacements,d=s===void 0?_y:s,f=fo(n),h=f?l?d2:d2.filter(function(g){return fo(g)===f}):yi,p=h.filter(function(g){return d.indexOf(g)>=0});p.length===0&&(p=h);var m=p.reduce(function(g,v){return g[v]=Ui(e,{placement:v,boundary:a,rootBoundary:o,padding:i})[wr(v)],g},{});return Object.keys(m).sort(function(g,v){return m[g]-m[v]})}var AN=R(()=>{ju(),er(),U1(),Eo(),c(C$,"computeAutoPlacement")});function D$(e){if(wr(e)===Fd)return[];var t=Fs(e);return[h2(e),t,h2(t)]}function gE(e){var t=e.state,r=e.options,n=e.name;if(!t.modifiersData[n]._skip){for(var a=r.mainAxis,o=a===void 0?!0:a,i=r.altAxis,l=i===void 0?!0:i,s=r.fallbackPlacements,d=r.padding,f=r.boundary,h=r.rootBoundary,p=r.altBoundary,m=r.flipVariations,g=m===void 0?!0:m,v=r.allowedAutoPlacements,C=t.options.placement,E=wr(C),y=E===C,b=s||(y||!g?[Fs(C)]:D$(C)),x=[C].concat(b).reduce(function(ae,U){return ae.concat(wr(U)===Fd?C$(t,{placement:U,boundary:f,rootBoundary:h,padding:d,flipVariations:g,allowedAutoPlacements:v}):U)},[]),D=t.rects.reference,S=t.rects.popper,k=new Map,_=!0,A=x[0],$=0;$<x.length;$++){var I=x[$],L=wr(I),B=fo(I)===Qa,j=[ct,Nt].indexOf(L)>=0,P=j?"width":"height",H=Ui(t,{placement:I,boundary:f,rootBoundary:h,altBoundary:p,padding:d}),q=j?B?jt:dt:B?Nt:ct;D[P]>S[P]&&(q=Fs(q));var z=Fs(q),O=[];if(o&&O.push(H[L]<=0),l&&O.push(H[q]<=0,H[z]<=0),O.every(function(ae){return ae})){A=I,_=!1;break}k.set(I,O)}if(_)for(var N=g?3:1,Y=c(function(ae){var U=x.find(function(J){var te=k.get(J);if(te)return te.slice(0,ae).every(function(Ae){return Ae})});if(U)return A=U,"break"},"_loop"),Q=N;Q>0;Q--){var ne=Y(Q);if(ne==="break")break}t.placement!==A&&(t.modifiersData[n]._skip=!0,t.placement=A,t.reset=!0)}}var S$,FN=R(()=>{xN(),Eo(),CN(),U1(),AN(),er(),ju(),c(D$,"getExpandedFallbackPlacements"),c(gE,"flip"),S$={name:"flip",enabled:!0,phase:"main",fn:gE,requiresIfExists:["offset"],data:{_skip:!1}}});function g2(e,t,r){return r===void 0&&(r={x:0,y:0}),{top:e.top-t.height-r.y,right:e.right-t.width+r.x,bottom:e.bottom-t.height+r.y,left:e.left-t.width-r.x}}function v2(e){return[ct,jt,Nt,dt].some(function(t){return e[t]>=0})}function vE(e){var t=e.state,r=e.name,n=t.rects.reference,a=t.rects.popper,o=t.modifiersData.preventOverflow,i=Ui(t,{elementContext:"reference"}),l=Ui(t,{altBoundary:!0}),s=g2(i,n),d=g2(l,a,o),f=v2(s),h=v2(d);t.modifiersData[r]={referenceClippingOffsets:s,popperEscapeOffsets:d,isReferenceHidden:f,hasPopperEscaped:h},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":f,"data-popper-escaped":h})}var k$,$N=R(()=>{er(),U1(),c(g2,"getSideOffsets"),c(v2,"isAnySideFullyClipped"),c(vE,"hide"),k$={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:vE}});function _$(e,t,r){var n=wr(e),a=[dt,ct].indexOf(n)>=0?-1:1,o=typeof r=="function"?r(Object.assign({},t,{placement:e})):r,i=o[0],l=o[1];return i=i||0,l=(l||0)*a,[dt,jt].indexOf(n)>=0?{x:l,y:i}:{x:i,y:l}}function yE(e){var t=e.state,r=e.options,n=e.name,a=r.offset,o=a===void 0?[0,0]:a,i=_y.reduce(function(f,h){return f[h]=_$(h,t.rects,o),f},{}),l=i[t.placement],s=l.x,d=l.y;t.modifiersData.popperOffsets!=null&&(t.modifiersData.popperOffsets.x+=s,t.modifiersData.popperOffsets.y+=d),t.modifiersData[n]=i}var A$,TN=R(()=>{Eo(),er(),c(_$,"distanceAndSkiddingToXY"),c(yE,"offset"),A$={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:yE}});function wE(e){var t=e.state,r=e.name;t.modifiersData[r]=Py({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})}var F$,IN=R(()=>{x$(),c(wE,"popperOffsets"),F$={name:"popperOffsets",enabled:!0,phase:"read",fn:wE,data:{}}});function $$(e){return e==="x"?"y":"x"}var RN=R(()=>{c($$,"getAltAxis")});function bE(e){var t=e.state,r=e.options,n=e.name,a=r.mainAxis,o=a===void 0?!0:a,i=r.altAxis,l=i===void 0?!1:i,s=r.boundary,d=r.rootBoundary,f=r.altBoundary,h=r.padding,p=r.tether,m=p===void 0?!0:p,g=r.tetherOffset,v=g===void 0?0:g,C=Ui(t,{boundary:s,rootBoundary:d,padding:h,altBoundary:f}),E=wr(t.placement),y=fo(t.placement),b=!y,x=N1(E),D=$$(x),S=t.modifiersData.popperOffsets,k=t.rects.reference,_=t.rects.popper,A=typeof v=="function"?v(Object.assign({},t.rects,{placement:t.placement})):v,$=typeof A=="number"?{mainAxis:A,altAxis:A}:Object.assign({mainAxis:0,altAxis:0},A),I=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,L={x:0,y:0};if(S){if(o){var B,j=x==="y"?ct:dt,P=x==="y"?Nt:jt,H=x==="y"?"height":"width",q=S[x],z=q+C[j],O=q-C[P],N=m?-_[H]/2:0,Y=y===Qa?k[H]:_[H],Q=y===Qa?-_[H]:-k[H],ne=t.elements.arrow,ae=m&&ne?M1(ne):{width:0,height:0},U=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:Iy(),J=U[j],te=U[P],Ae=bi(0,k[H],ae[H]),Ke=b?k[H]/2-N-Ae-J-$.mainAxis:Y-Ae-J-$.mainAxis,Fr=b?-k[H]/2+N+Ae+te+$.mainAxis:Q+Ae+te+$.mainAxis,_t=t.elements.arrow&&ul(t.elements.arrow),nr=_t?x==="y"?_t.clientTop||0:_t.clientLeft||0:0,W=(B=I?.[x])!=null?B:0,ar=q+Ke-W-nr,$r=q+Fr-W,ka=bi(m?iu(z,ar):z,q,m?sa(O,$r):O);S[x]=ka,L[x]=ka-q}if(l){var Fo,Tr=x==="x"?ct:dt,qu=x==="x"?Nt:jt,at=S[D],_a=D==="y"?"height":"width",Ir=at+C[Tr],$o=at-C[qu],Rr=[ct,dt].indexOf(E)!==-1,To=(Fo=I?.[D])!=null?Fo:0,zr=Rr?Ir:at-k[_a]-_[_a]-To+$.altAxis,Ye=Rr?at+k[_a]+_[_a]-To-$.altAxis:$o,or=m&&Rr?r$(zr,at,Ye):bi(m?zr:Ir,at,m?Ye:$o);S[D]=or,L[D]=or-at}t.modifiersData[n]=L}}var T$,zN=R(()=>{er(),Eo(),Ty(),RN(),n$(),Fy(),Nu(),U1(),ju(),a$(),xo(),c(bE,"preventOverflow"),T$={name:"preventOverflow",enabled:!0,phase:"main",fn:bE,requiresIfExists:["offset"]}}),I$=R(()=>{});function R$(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}var BN=R(()=>{c(R$,"getHTMLElementScroll")});function z$(e){return e===St(e)||!Mt(e)?j1(e):R$(e)}var LN=R(()=>{By(),un(),tr(),BN(),c(z$,"getNodeScroll")});function B$(e){var t=e.getBoundingClientRect(),r=co(t.width)/e.offsetWidth||1,n=co(t.height)/e.offsetHeight||1;return r!==1||n!==1}function L$(e,t,r){r===void 0&&(r=!1);var n=Mt(t),a=Mt(t)&&B$(t),o=Bn(t),i=po(e,a,r),l={scrollLeft:0,scrollTop:0},s={x:0,y:0};return(n||!n&&!r)&&((Dr(t)!=="body"||V1(o))&&(l=z$(t)),Mt(t)?(s=po(t,!0),s.x+=t.clientLeft,s.y+=t.clientTop):o&&(s.x=H1(o))),{x:i.left+l.scrollLeft-s.x,y:i.top+l.scrollTop-s.y,width:i.width,height:i.height}}var ON=R(()=>{Ou(),LN(),bo(),tr(),Ly(),xa(),Oy(),xo(),c(B$,"isElementScaled"),c(L$,"getCompositeRect")});function O$(e){var t=new Map,r=new Set,n=[];e.forEach(function(o){t.set(o.name,o)});function a(o){r.add(o.name);var i=[].concat(o.requires||[],o.requiresIfExists||[]);i.forEach(function(l){if(!r.has(l)){var s=t.get(l);s&&a(s)}}),n.push(o)}return c(a,"sort"),e.forEach(function(o){r.has(o.name)||a(o)}),n}function M$(e){var t=O$(e);return YF.reduce(function(r,n){return r.concat(t.filter(function(a){return a.phase===n}))},[])}var MN=R(()=>{er(),c(O$,"order"),c(M$,"orderModifiers")});function P$(e){var t;return function(){return t||(t=new Promise(function(r){Promise.resolve().then(function(){t=void 0,r(e())})})),t}}var PN=R(()=>{c(P$,"debounce")});function N$(e){var t=e.reduce(function(r,n){var a=r[n.name];return r[n.name]=a?Object.assign({},a,n,{options:Object.assign({},a.options,n.options),data:Object.assign({},a.data,n.data)}):n,r},{});return Object.keys(t).map(function(r){return t[r]})}var NN=R(()=>{c(N$,"mergeByName")});function y2(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return!t.some(function(n){return!(n&&typeof n.getBoundingClientRect=="function")})}function j$(e){e===void 0&&(e={});var t=e,r=t.defaultModifiers,n=r===void 0?[]:r,a=t.defaultOptions,o=a===void 0?w2:a;return c(function(i,l,s){s===void 0&&(s=o);var d={placement:"bottom",orderedModifiers:[],options:Object.assign({},w2,o),modifiersData:{},elements:{reference:i,popper:l},attributes:{},styles:{}},f=[],h=!1,p={state:d,setOptions:c(function(v){var C=typeof v=="function"?v(d.options):v;g(),d.options=Object.assign({},o,d.options,C),d.scrollParents={reference:ga(i)?Ei(i):i.contextElement?Ei(i.contextElement):[],popper:Ei(l)};var E=M$(N$([].concat(n,d.options.modifiers)));return d.orderedModifiers=E.filter(function(y){return y.enabled}),m(),p.update()},"setOptions"),forceUpdate:c(function(){if(!h){var v=d.elements,C=v.reference,E=v.popper;if(y2(C,E)){d.rects={reference:L$(C,ul(E),d.options.strategy==="fixed"),popper:M1(E)},d.reset=!1,d.placement=d.options.placement,d.orderedModifiers.forEach(function(_){return d.modifiersData[_.name]=Object.assign({},_.data)});for(var y=0;y<d.orderedModifiers.length;y++){if(d.reset===!0){d.reset=!1,y=-1;continue}var b=d.orderedModifiers[y],x=b.fn,D=b.options,S=D===void 0?{}:D,k=b.name;typeof x=="function"&&(d=x({state:d,options:S,name:k,instance:p})||d)}}}},"forceUpdate"),update:P$(function(){return new Promise(function(v){p.forceUpdate(),v(d)})}),destroy:c(function(){g(),h=!0},"destroy")};if(!y2(i,l))return p;p.setOptions(s).then(function(v){!h&&s.onFirstUpdate&&s.onFirstUpdate(v)});function m(){d.orderedModifiers.forEach(function(v){var C=v.name,E=v.options,y=E===void 0?{}:E,b=v.effect;if(typeof b=="function"){var x=b({state:d,name:C,instance:p,options:y}),D=c(function(){},"noopFn");f.push(x||D)}})}c(m,"runModifierEffects");function g(){f.forEach(function(v){return v()}),f=[]}return c(g,"cleanupModifierEffects"),p},"createPopper")}var w2,jN=R(()=>{ON(),Fy(),v$(),Nu(),MN(),PN(),NN(),tr(),w2={placement:"bottom",modifiers:[],strategy:"absolute"},c(y2,"areValidElements"),c(j$,"popperGenerator")}),EE,H$,HN=R(()=>{jN(),EN(),IN(),bN(),vN(),TN(),FN(),zN(),wN(),$N(),I$(),EE=[p$,F$,d$,XF,A$,S$,T$,s$,k$],H$=j$({defaultModifiers:EE})}),VN=R(()=>{er(),I$(),HN()}),UN=Z((e,t)=>{var r=typeof Element<"u",n=typeof Map=="function",a=typeof Set=="function",o=typeof ArrayBuffer=="function"&&!!ArrayBuffer.isView;function i(l,s){if(l===s)return!0;if(l&&s&&typeof l=="object"&&typeof s=="object"){if(l.constructor!==s.constructor)return!1;var d,f,h;if(Array.isArray(l)){if(d=l.length,d!=s.length)return!1;for(f=d;f--!==0;)if(!i(l[f],s[f]))return!1;return!0}var p;if(n&&l instanceof Map&&s instanceof Map){if(l.size!==s.size)return!1;for(p=l.entries();!(f=p.next()).done;)if(!s.has(f.value[0]))return!1;for(p=l.entries();!(f=p.next()).done;)if(!i(f.value[1],s.get(f.value[0])))return!1;return!0}if(a&&l instanceof Set&&s instanceof Set){if(l.size!==s.size)return!1;for(p=l.entries();!(f=p.next()).done;)if(!s.has(f.value[0]))return!1;return!0}if(o&&ArrayBuffer.isView(l)&&ArrayBuffer.isView(s)){if(d=l.length,d!=s.length)return!1;for(f=d;f--!==0;)if(l[f]!==s[f])return!1;return!0}if(l.constructor===RegExp)return l.source===s.source&&l.flags===s.flags;if(l.valueOf!==Object.prototype.valueOf&&typeof l.valueOf=="function"&&typeof s.valueOf=="function")return l.valueOf()===s.valueOf();if(l.toString!==Object.prototype.toString&&typeof l.toString=="function"&&typeof s.toString=="function")return l.toString()===s.toString();if(h=Object.keys(l),d=h.length,d!==Object.keys(s).length)return!1;for(f=d;f--!==0;)if(!Object.prototype.hasOwnProperty.call(s,h[f]))return!1;if(r&&l instanceof Element)return!1;for(f=d;f--!==0;)if(!((h[f]==="_owner"||h[f]==="__v"||h[f]==="__o")&&l.$$typeof)&&!i(l[h[f]],s[h[f]]))return!1;return!0}return l!==l&&s!==s}c(i,"equal"),t.exports=c(function(l,s){try{return i(l,s)}catch(d){if((d.message||"").match(/stack|recursion/i))return console.warn("react-fast-compare cannot handle circular refs"),!1;throw d}},"isEqual")}),xE,CE,V$,WN=R(()=>{VN(),xE=Ge(UN()),gN(),CE=[],V$=c(function(e,t,r){r===void 0&&(r={});var n=u.useRef(null),a={onFirstUpdate:r.onFirstUpdate,placement:r.placement||"bottom",strategy:r.strategy||"absolute",modifiers:r.modifiers||CE},o=u.useState({styles:{popper:{position:a.strategy,left:"0",top:"0"},arrow:{position:"absolute"}},attributes:{}}),i=o[0],l=o[1],s=u.useMemo(function(){return{name:"updateState",enabled:!0,phase:"write",fn:c(function(h){var p=h.state,m=Object.keys(p.elements);p1.flushSync(function(){l({styles:u2(m.map(function(g){return[g,p.styles[g]||{}]})),attributes:u2(m.map(function(g){return[g,p.attributes[g]]}))})})},"fn"),requires:["computeStyles"]}},[]),d=u.useMemo(function(){var h={onFirstUpdate:a.onFirstUpdate,placement:a.placement,strategy:a.strategy,modifiers:[].concat(a.modifiers,[s,{name:"applyStyles",enabled:!1}])};return(0,xE.default)(n.current,h)?n.current||h:(n.current=h,h)},[a.onFirstUpdate,a.placement,a.strategy,a.modifiers,s]),f=u.useRef();return c2(function(){f.current&&f.current.setOptions(d)},[d]),c2(function(){if(!(e==null||t==null)){var h=r.createPopper||H$,p=h(e,t,d);return f.current=p,function(){p.destroy(),f.current=null}}},[e,t,r.createPopper]),{state:f.current?f.current.state:null,styles:i.styles,attributes:i.attributes,update:f.current?f.current.update:null,forceUpdate:f.current?f.current.forceUpdate:null}},"usePopper")}),qN=R(()=>{WN()});function Ny(e){var t=u.useRef(e);return t.current=e,u.useCallback(function(){return t.current},[])}function U$(e){var t=e.initial,r=e.value,n=e.onChange,a=n===void 0?q$:n;if(t===void 0&&r===void 0)throw new TypeError('Either "value" or "initial" variable must be set. Now both are undefined');var o=u.useState(t),i=o[0],l=o[1],s=Ny(i),d=u.useCallback(function(h){var p=s(),m=typeof h=="function"?h(p):h;typeof m.persist=="function"&&m.persist(),l(m),typeof a=="function"&&a(m)},[s,a]),f=r!==void 0;return[f?r:i,f?a:d]}function b2(e,t){return e===void 0&&(e=0),t===void 0&&(t=0),function(){return{width:0,height:0,top:t,right:e,bottom:t,left:e,x:0,y:0,toJSON:c(function(){return null},"toJSON")}}}function W$(e,t){var r,n,a;e===void 0&&(e={}),t===void 0&&(t={});var o=Object.keys(x2).reduce(function(P,H){var q;return X({},P,(q={},q[H]=P[H]!==void 0?P[H]:x2[H],q))},e),i=u.useMemo(function(){return[{name:"offset",options:{offset:o.offset}}]},Array.isArray(o.offset)?o.offset:[]),l=X({},t,{placement:t.placement||o.placement,modifiers:t.modifiers||i}),s=u.useState(null),d=s[0],f=s[1],h=u.useState(null),p=h[0],m=h[1],g=U$({initial:o.defaultVisible,value:o.visible,onChange:o.onVisibleChange}),v=g[0],C=g[1],E=u.useRef();u.useEffect(function(){return function(){return clearTimeout(E.current)}},[]);var y=V$(o.followCursor?E2:d,p,l),b=y.styles,x=y.attributes,D=m1(y,G$),S=D.update,k=Ny({visible:v,triggerRef:d,tooltipRef:p,finalConfig:o}),_=u.useCallback(function(P){return Array.isArray(o.trigger)?o.trigger.includes(P):o.trigger===P},Array.isArray(o.trigger)?o.trigger:[o.trigger]),A=u.useCallback(function(){clearTimeout(E.current),E.current=window.setTimeout(function(){return C(!1)},o.delayHide)},[o.delayHide,C]),$=u.useCallback(function(){clearTimeout(E.current),E.current=window.setTimeout(function(){return C(!0)},o.delayShow)},[o.delayShow,C]),I=u.useCallback(function(){k().visible?A():$()},[k,A,$]);u.useEffect(function(){if(k().finalConfig.closeOnOutsideClick){var P=c(function(H){var q,z=k(),O=z.tooltipRef,N=z.triggerRef,Y=(H.composedPath==null||(q=H.composedPath())==null?void 0:q[0])||H.target;Y instanceof Node&&O!=null&&N!=null&&!O.contains(Y)&&!N.contains(Y)&&A()},"handleClickOutside");return document.addEventListener("mousedown",P),function(){return document.removeEventListener("mousedown",P)}}},[k,A]),u.useEffect(function(){if(!(d==null||!_("click")))return d.addEventListener("click",I),function(){return d.removeEventListener("click",I)}},[d,_,I]),u.useEffect(function(){if(!(d==null||!_("double-click")))return d.addEventListener("dblclick",I),function(){return d.removeEventListener("dblclick",I)}},[d,_,I]),u.useEffect(function(){if(!(d==null||!_("right-click"))){var P=c(function(H){H.preventDefault(),I()},"preventDefaultAndToggle");return d.addEventListener("contextmenu",P),function(){return d.removeEventListener("contextmenu",P)}}},[d,_,I]),u.useEffect(function(){if(!(d==null||!_("focus")))return d.addEventListener("focus",$),d.addEventListener("blur",A),function(){d.removeEventListener("focus",$),d.removeEventListener("blur",A)}},[d,_,$,A]),u.useEffect(function(){if(!(d==null||!_("hover")))return d.addEventListener("mouseenter",$),d.addEventListener("mouseleave",A),function(){d.removeEventListener("mouseenter",$),d.removeEventListener("mouseleave",A)}},[d,_,$,A]),u.useEffect(function(){if(!(p==null||!_("hover")||!k().finalConfig.interactive))return p.addEventListener("mouseenter",$),p.addEventListener("mouseleave",A),function(){p.removeEventListener("mouseenter",$),p.removeEventListener("mouseleave",A)}},[p,_,$,A,k]);var L=D==null||(r=D.state)==null||(n=r.modifiersData)==null||(a=n.hide)==null?void 0:a.isReferenceHidden;u.useEffect(function(){o.closeOnTriggerHidden&&L&&A()},[o.closeOnTriggerHidden,A,L]),u.useEffect(function(){if(!o.followCursor||d==null)return;function P(H){var q=H.clientX,z=H.clientY;E2.getBoundingClientRect=b2(q,z),S?.()}return c(P,"setMousePosition"),d.addEventListener("mousemove",P),function(){return d.removeEventListener("mousemove",P)}},[o.followCursor,d,S]),u.useEffect(function(){if(!(p==null||S==null||o.mutationObserverOptions==null)){var P=new MutationObserver(S);return P.observe(p,o.mutationObserverOptions),function(){return P.disconnect()}}},[o.mutationObserverOptions,p,S]);var B=c(function(P){return P===void 0&&(P={}),X({},P,{style:X({},P.style,b.popper)},x.popper,{"data-popper-interactive":o.interactive})},"getTooltipProps"),j=c(function(P){return P===void 0&&(P={}),X({},P,x.arrow,{style:X({},P.style,b.arrow),"data-popper-arrow":!0})},"getArrowProps");return X({getArrowProps:j,getTooltipProps:B,setTooltipRef:m,setTriggerRef:f,tooltipRef:p,triggerRef:d,visible:v},D)}var q$,G$,E2,x2,GN=R(()=>{gv(),kr(),qN(),c(Ny,"useGetLatest"),q$=c(function(){},"noop"),c(U$,"useControlledState"),c(b2,"generateBoundingClientRect"),G$=["styles","attributes"],E2={getBoundingClientRect:b2()},x2={closeOnOutsideClick:!0,closeOnTriggerHidden:!1,defaultVisible:!1,delayHide:0,delayShow:0,followCursor:!1,interactive:!1,mutationObserverOptions:{attributes:!0,childList:!0,subtree:!0},offset:[0,6],trigger:"hover"},c(W$,"usePopperTooltip")}),DE,$t,hn,SE,kE,C2,KN=R(()=>{DE=Ge(h1(),1),$t=(0,DE.default)(1e3)((e,t,r,n=0)=>t.split("-")[0]===e?r:n),hn=8,SE=F.div({position:"absolute",borderStyle:"solid"},({placement:e})=>{let t=0,r=0;switch(!0){case(e.startsWith("left")||e.startsWith("right")):{r=8;break}case(e.startsWith("top")||e.startsWith("bottom")):{t=8;break}}return{transform:`translate3d(${t}px, ${r}px, 0px)`}},({theme:e,color:t,placement:r})=>({bottom:`${$t("top",r,`${hn*-1}px`,"auto")}`,top:`${$t("bottom",r,`${hn*-1}px`,"auto")}`,right:`${$t("left",r,`${hn*-1}px`,"auto")}`,left:`${$t("right",r,`${hn*-1}px`,"auto")}`,borderBottomWidth:`${$t("top",r,"0",hn)}px`,borderTopWidth:`${$t("bottom",r,"0",hn)}px`,borderRightWidth:`${$t("left",r,"0",hn)}px`,borderLeftWidth:`${$t("right",r,"0",hn)}px`,borderTopColor:$t("top",r,e.color[t]||t||e.base==="light"?Cl(e.background.app):e.background.app,"transparent"),borderBottomColor:$t("bottom",r,e.color[t]||t||e.base==="light"?Cl(e.background.app):e.background.app,"transparent"),borderLeftColor:$t("left",r,e.color[t]||t||e.base==="light"?Cl(e.background.app):e.background.app,"transparent"),borderRightColor:$t("right",r,e.color[t]||t||e.base==="light"?Cl(e.background.app):e.background.app,"transparent")})),kE=F.div(({hidden:e})=>({display:e?"none":"inline-block",zIndex:2147483647}),({theme:e,color:t,hasChrome:r})=>r?{background:t&&e.color[t]||t||e.base==="light"?Cl(e.background.app):e.background.app,filter:`
301
+ drop-shadow(0px 5px 5px rgba(0,0,0,0.05))
302
+ drop-shadow(0 1px 3px rgba(0,0,0,0.1))
303
+ `,borderRadius:e.appBorderRadius,fontSize:e.typography.size.s1}:{}),C2=w.forwardRef(({placement:e="top",hasChrome:t=!0,children:r,arrowProps:n={},tooltipRef:a,color:o,withArrows:i,...l},s)=>w.createElement(kE,{"data-testid":"tooltip",hasChrome:t,ref:s,...l,color:o},t&&i&&w.createElement(SE,{placement:e,...n,color:o}),r)),C2.displayName="Tooltip"}),jy={};nl(jy,{WithToolTipState:()=>Id,WithTooltip:()=>Id,WithTooltipPure:()=>D2});var ql,_E,AE,D2,Id,Hy=R(()=>{mv(),GN(),KN(),{document:ql}=f1,_E=F.div`
304
+ display: inline-block;
305
+ cursor: ${e=>e.trigger==="hover"||e.trigger.includes("hover")?"default":"pointer"};
306
+ `,AE=F.g`
307
+ cursor: ${e=>e.trigger==="hover"||e.trigger.includes("hover")?"default":"pointer"};
308
+ `,D2=c(({svg:e=!1,trigger:t="click",closeOnOutsideClick:r=!1,placement:n="top",modifiers:a=[{name:"preventOverflow",options:{padding:8}},{name:"offset",options:{offset:[8,8]}},{name:"arrow",options:{padding:8}}],hasChrome:o=!0,defaultVisible:i=!1,withArrows:l,offset:s,tooltip:d,children:f,closeOnTriggerHidden:h,mutationObserverOptions:p,delayHide:m,visible:g,interactive:v,delayShow:C,strategy:E,followCursor:y,onVisibleChange:b,...x})=>{let D=e?AE:_E,{getArrowProps:S,getTooltipProps:k,setTooltipRef:_,setTriggerRef:A,visible:$,state:I}=W$({trigger:t,placement:n,defaultVisible:i,delayHide:m,interactive:v,closeOnOutsideClick:r,closeOnTriggerHidden:h,onVisibleChange:b,delayShow:C,followCursor:y,mutationObserverOptions:p,visible:g,offset:s},{modifiers:a,strategy:E}),L=w.createElement(C2,{placement:I?.placement,ref:_,hasChrome:o,arrowProps:S(),withArrows:l,...k()},typeof d=="function"?d({onHide:c(()=>b(!1),"onHide")}):d);return w.createElement(w.Fragment,null,w.createElement(D,{trigger:t,ref:A,...x},f),$&&gS.createPortal(L,ql.body))},"WithTooltipPure"),Id=c(({startOpen:e=!1,onVisibleChange:t,...r})=>{let[n,a]=u.useState(e),o=u.useCallback(i=>{t&&t(i)===!1||a(i)},[t]);return u.useEffect(()=>{let i=c(()=>o(!1),"hide");ql.addEventListener("keydown",i,!1);let l=Array.from(ql.getElementsByTagName("iframe")),s=[];return l.forEach(d=>{let f=c(()=>{try{d.contentWindow.document&&(d.contentWindow.document.addEventListener("click",i),s.push(()=>{try{d.contentWindow.document.removeEventListener("click",i)}catch{}}))}catch{}},"bind");f(),d.addEventListener("load",f),s.push(()=>{d.removeEventListener("load",f)})}),()=>{ql.removeEventListener("keydown",i),s.forEach(d=>{d()})}}),w.createElement(D2,{...r,visible:n,onVisibleChange:o})},"WithToolTipState")}),ye=c(({...e},t)=>{let r=[e.class,e.className];return delete e.class,e.className=["sbdocs",`sbdocs-${t}`,...r].filter(Boolean).join(" "),e},"nameSpaceClassNames");kr();rP();hv();function K$(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,Mi(e,t)}c(K$,"_inheritsLoose");nP();hv();function Y$(e){try{return Function.toString.call(e).indexOf("[native code]")!==-1}catch{return typeof e=="function"}}c(Y$,"_isNativeFunction");function Vy(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(Vy=c(function(){return!!e},"_isNativeReflectConstruct"))()}c(Vy,"_isNativeReflectConstruct");hv();function X$(e,t,r){if(Vy())return Reflect.construct.apply(null,arguments);var n=[null];n.push.apply(n,t);var a=new(e.bind.apply(e,n));return r&&Mi(a,r.prototype),a}c(X$,"_construct");function Rd(e){var t=typeof Map=="function"?new Map:void 0;return Rd=c(function(r){if(r===null||!Y$(r))return r;if(typeof r!="function")throw new TypeError("Super expression must either be null or a function");if(t!==void 0){if(t.has(r))return t.get(r);t.set(r,n)}function n(){return X$(r,arguments,rd(this).constructor)}return c(n,"Wrapper"),n.prototype=Object.create(r.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),Mi(n,r)},"_wrapNativeSuper"),Rd(e)}c(Rd,"_wrapNativeSuper");var YN={1:`Passed invalid arguments to hsl, please pass multiple numbers e.g. hsl(360, 0.75, 0.4) or an object e.g. rgb({ hue: 255, saturation: 0.4, lightness: 0.75 }).
309
+
310
+ `,2:`Passed invalid arguments to hsla, please pass multiple numbers e.g. hsla(360, 0.75, 0.4, 0.7) or an object e.g. rgb({ hue: 255, saturation: 0.4, lightness: 0.75, alpha: 0.7 }).
311
+
312
+ `,3:`Passed an incorrect argument to a color function, please pass a string representation of a color.
313
+
314
+ `,4:`Couldn't generate valid rgb string from %s, it returned %s.
315
+
316
+ `,5:`Couldn't parse the color string. Please provide the color as a string in hex, rgb, rgba, hsl or hsla notation.
317
+
318
+ `,6:`Passed invalid arguments to rgb, please pass multiple numbers e.g. rgb(255, 205, 100) or an object e.g. rgb({ red: 255, green: 205, blue: 100 }).
319
+
320
+ `,7:`Passed invalid arguments to rgba, please pass multiple numbers e.g. rgb(255, 205, 100, 0.75) or an object e.g. rgb({ red: 255, green: 205, blue: 100, alpha: 0.75 }).
321
+
322
+ `,8:`Passed invalid argument to toColorString, please pass a RgbColor, RgbaColor, HslColor or HslaColor object.
323
+
324
+ `,9:`Please provide a number of steps to the modularScale helper.
325
+
326
+ `,10:`Please pass a number or one of the predefined scales to the modularScale helper as the ratio.
327
+
328
+ `,11:`Invalid value passed as base to modularScale, expected number or em string but got "%s"
329
+
330
+ `,12:`Expected a string ending in "px" or a number passed as the first argument to %s(), got "%s" instead.
331
+
332
+ `,13:`Expected a string ending in "px" or a number passed as the second argument to %s(), got "%s" instead.
333
+
334
+ `,14:`Passed invalid pixel value ("%s") to %s(), please pass a value like "12px" or 12.
335
+
336
+ `,15:`Passed invalid base value ("%s") to %s(), please pass a value like "12px" or 12.
337
+
338
+ `,16:`You must provide a template to this method.
339
+
340
+ `,17:`You passed an unsupported selector state to this method.
341
+
342
+ `,18:`minScreen and maxScreen must be provided as stringified numbers with the same units.
343
+
344
+ `,19:`fromSize and toSize must be provided as stringified numbers with the same units.
345
+
346
+ `,20:`expects either an array of objects or a single object with the properties prop, fromSize, and toSize.
347
+
348
+ `,21:"expects the objects in the first argument array to have the properties `prop`, `fromSize`, and `toSize`.\n\n",22:"expects the first argument object to have the properties `prop`, `fromSize`, and `toSize`.\n\n",23:`fontFace expects a name of a font-family.
349
+
350
+ `,24:`fontFace expects either the path to the font file(s) or a name of a local copy.
351
+
352
+ `,25:`fontFace expects localFonts to be an array.
353
+
354
+ `,26:`fontFace expects fileFormats to be an array.
355
+
356
+ `,27:`radialGradient requries at least 2 color-stops to properly render.
357
+
358
+ `,28:`Please supply a filename to retinaImage() as the first argument.
359
+
360
+ `,29:`Passed invalid argument to triangle, please pass correct pointingDirection e.g. 'right'.
361
+
362
+ `,30:"Passed an invalid value to `height` or `width`. Please provide a pixel based unit.\n\n",31:`The animation shorthand only takes 8 arguments. See the specification for more information: http://mdn.io/animation
363
+
364
+ `,32:`To pass multiple animations please supply them in arrays, e.g. animation(['rotate', '2s'], ['move', '1s'])
365
+ To pass a single animation please supply them in simple values, e.g. animation('rotate', '2s')
366
+
367
+ `,33:`The animation shorthand arrays can only have 8 elements. See the specification for more information: http://mdn.io/animation
368
+
369
+ `,34:`borderRadius expects a radius value as a string or number as the second argument.
370
+
371
+ `,35:`borderRadius expects one of "top", "bottom", "left" or "right" as the first argument.
372
+
373
+ `,36:`Property must be a string value.
374
+
375
+ `,37:`Syntax Error at %s.
376
+
377
+ `,38:`Formula contains a function that needs parentheses at %s.
378
+
379
+ `,39:`Formula is missing closing parenthesis at %s.
380
+
381
+ `,40:`Formula has too many closing parentheses at %s.
382
+
383
+ `,41:`All values in a formula must have the same unit or be unitless.
384
+
385
+ `,42:`Please provide a number of steps to the modularScale helper.
386
+
387
+ `,43:`Please pass a number or one of the predefined scales to the modularScale helper as the ratio.
388
+
389
+ `,44:`Invalid value passed as base to modularScale, expected number or em/rem string but got %s.
390
+
391
+ `,45:`Passed invalid argument to hslToColorString, please pass a HslColor or HslaColor object.
392
+
393
+ `,46:`Passed invalid argument to rgbToColorString, please pass a RgbColor or RgbaColor object.
394
+
395
+ `,47:`minScreen and maxScreen must be provided as stringified numbers with the same units.
396
+
397
+ `,48:`fromSize and toSize must be provided as stringified numbers with the same units.
398
+
399
+ `,49:`Expects either an array of objects or a single object with the properties prop, fromSize, and toSize.
400
+
401
+ `,50:`Expects the objects in the first argument array to have the properties prop, fromSize, and toSize.
402
+
403
+ `,51:`Expects the first argument object to have the properties prop, fromSize, and toSize.
404
+
405
+ `,52:`fontFace expects either the path to the font file(s) or a name of a local copy.
406
+
407
+ `,53:`fontFace expects localFonts to be an array.
408
+
409
+ `,54:`fontFace expects fileFormats to be an array.
410
+
411
+ `,55:`fontFace expects a name of a font-family.
412
+
413
+ `,56:`linearGradient requries at least 2 color-stops to properly render.
414
+
415
+ `,57:`radialGradient requries at least 2 color-stops to properly render.
416
+
417
+ `,58:`Please supply a filename to retinaImage() as the first argument.
418
+
419
+ `,59:`Passed invalid argument to triangle, please pass correct pointingDirection e.g. 'right'.
420
+
421
+ `,60:"Passed an invalid value to `height` or `width`. Please provide a pixel based unit.\n\n",61:`Property must be a string value.
422
+
423
+ `,62:`borderRadius expects a radius value as a string or number as the second argument.
424
+
425
+ `,63:`borderRadius expects one of "top", "bottom", "left" or "right" as the first argument.
426
+
427
+ `,64:`The animation shorthand only takes 8 arguments. See the specification for more information: http://mdn.io/animation.
428
+
429
+ `,65:`To pass multiple animations please supply them in arrays, e.g. animation(['rotate', '2s'], ['move', '1s'])\\nTo pass a single animation please supply them in simple values, e.g. animation('rotate', '2s').
430
+
431
+ `,66:`The animation shorthand arrays can only have 8 elements. See the specification for more information: http://mdn.io/animation.
432
+
433
+ `,67:`You must provide a template to this method.
434
+
435
+ `,68:`You passed an unsupported selector state to this method.
436
+
437
+ `,69:`Expected a string ending in "px" or a number passed as the first argument to %s(), got %s instead.
438
+
439
+ `,70:`Expected a string ending in "px" or a number passed as the second argument to %s(), got %s instead.
440
+
441
+ `,71:`Passed invalid pixel value %s to %s(), please pass a value like "12px" or 12.
442
+
443
+ `,72:`Passed invalid base value %s to %s(), please pass a value like "12px" or 12.
444
+
445
+ `,73:`Please provide a valid CSS variable.
446
+
447
+ `,74:`CSS variable not found and no default was provided.
448
+
449
+ `,75:`important requires a valid style object, got a %s instead.
450
+
451
+ `,76:`fromSize and toSize must be provided as stringified numbers with the same units as minScreen and maxScreen.
452
+
453
+ `,77:`remToPx expects a value in "rem" but you provided it in "%s".
454
+
455
+ `,78:`base must be set in "px" or "%" but you set it in "%s".
456
+ `};function Z$(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];var n=t[0],a=[],o;for(o=1;o<t.length;o+=1)a.push(t[o]);return a.forEach(function(i){n=n.replace(/%[a-z]/,i)}),n}c(Z$,"format");var Kr=function(e){K$(t,e);function t(r){for(var n,a=arguments.length,o=new Array(a>1?a-1:0),i=1;i<a;i++)o[i-1]=arguments[i];return n=e.call(this,Z$.apply(void 0,[YN[r]].concat(o)))||this,vS(n)}return c(t,"PolishedError"),t}(Rd(Error));function g0(e){return Math.round(e*255)}c(g0,"colorToInt");function J$(e,t,r){return g0(e)+","+g0(t)+","+g0(r)}c(J$,"convertToInt");function Wi(e,t,r,n){if(n===void 0&&(n=J$),t===0)return n(r,r,r);var a=(e%360+360)%360/60,o=(1-Math.abs(2*r-1))*t,i=o*(1-Math.abs(a%2-1)),l=0,s=0,d=0;a>=0&&a<1?(l=o,s=i):a>=1&&a<2?(l=i,s=o):a>=2&&a<3?(s=o,d=i):a>=3&&a<4?(s=i,d=o):a>=4&&a<5?(l=i,d=o):a>=5&&a<6&&(l=o,d=i);var f=r-o/2,h=l+f,p=s+f,m=d+f;return n(h,p,m)}c(Wi,"hslToRgb");var FE={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"00ffff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"0000ff",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"00ffff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"ff00ff",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"639",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"};function Q$(e){if(typeof e!="string")return e;var t=e.toLowerCase();return FE[t]?"#"+FE[t]:e}c(Q$,"nameToHex");var XN=/^#[a-fA-F0-9]{6}$/,ZN=/^#[a-fA-F0-9]{8}$/,JN=/^#[a-fA-F0-9]{3}$/,QN=/^#[a-fA-F0-9]{4}$/,Vh=/^rgb\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*\)$/i,ej=/^rgb(?:a)?\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i,tj=/^hsl\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*\)$/i,rj=/^hsl(?:a)?\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i;function W1(e){if(typeof e!="string")throw new Kr(3);var t=Q$(e);if(t.match(XN))return{red:parseInt(""+t[1]+t[2],16),green:parseInt(""+t[3]+t[4],16),blue:parseInt(""+t[5]+t[6],16)};if(t.match(ZN)){var r=parseFloat((parseInt(""+t[7]+t[8],16)/255).toFixed(2));return{red:parseInt(""+t[1]+t[2],16),green:parseInt(""+t[3]+t[4],16),blue:parseInt(""+t[5]+t[6],16),alpha:r}}if(t.match(JN))return{red:parseInt(""+t[1]+t[1],16),green:parseInt(""+t[2]+t[2],16),blue:parseInt(""+t[3]+t[3],16)};if(t.match(QN)){var n=parseFloat((parseInt(""+t[4]+t[4],16)/255).toFixed(2));return{red:parseInt(""+t[1]+t[1],16),green:parseInt(""+t[2]+t[2],16),blue:parseInt(""+t[3]+t[3],16),alpha:n}}var a=Vh.exec(t);if(a)return{red:parseInt(""+a[1],10),green:parseInt(""+a[2],10),blue:parseInt(""+a[3],10)};var o=ej.exec(t.substring(0,50));if(o)return{red:parseInt(""+o[1],10),green:parseInt(""+o[2],10),blue:parseInt(""+o[3],10),alpha:parseFloat(""+o[4])>1?parseFloat(""+o[4])/100:parseFloat(""+o[4])};var i=tj.exec(t);if(i){var l=parseInt(""+i[1],10),s=parseInt(""+i[2],10)/100,d=parseInt(""+i[3],10)/100,f="rgb("+Wi(l,s,d)+")",h=Vh.exec(f);if(!h)throw new Kr(4,t,f);return{red:parseInt(""+h[1],10),green:parseInt(""+h[2],10),blue:parseInt(""+h[3],10)}}var p=rj.exec(t.substring(0,50));if(p){var m=parseInt(""+p[1],10),g=parseInt(""+p[2],10)/100,v=parseInt(""+p[3],10)/100,C="rgb("+Wi(m,g,v)+")",E=Vh.exec(C);if(!E)throw new Kr(4,t,C);return{red:parseInt(""+E[1],10),green:parseInt(""+E[2],10),blue:parseInt(""+E[3],10),alpha:parseFloat(""+p[4])>1?parseFloat(""+p[4])/100:parseFloat(""+p[4])}}throw new Kr(5)}c(W1,"parseToRgb");function eT(e){var t=e.red/255,r=e.green/255,n=e.blue/255,a=Math.max(t,r,n),o=Math.min(t,r,n),i=(a+o)/2;if(a===o)return e.alpha!==void 0?{hue:0,saturation:0,lightness:i,alpha:e.alpha}:{hue:0,saturation:0,lightness:i};var l,s=a-o,d=i>.5?s/(2-a-o):s/(a+o);switch(a){case t:l=(r-n)/s+(r<n?6:0);break;case r:l=(n-t)/s+2;break;default:l=(t-r)/s+4;break}return l*=60,e.alpha!==void 0?{hue:l,saturation:d,lightness:i,alpha:e.alpha}:{hue:l,saturation:d,lightness:i}}c(eT,"rgbToHsl");function Uy(e){return eT(W1(e))}c(Uy,"parseToHsl");var nj=c(function(e){return e.length===7&&e[1]===e[2]&&e[3]===e[4]&&e[5]===e[6]?"#"+e[1]+e[3]+e[5]:e},"reduceHexValue"),S2=nj;function Gn(e){var t=e.toString(16);return t.length===1?"0"+t:t}c(Gn,"numberToHex");function v0(e){return Gn(Math.round(e*255))}c(v0,"colorToHex");function tT(e,t,r){return S2("#"+v0(e)+v0(t)+v0(r))}c(tT,"convertToHex");function lu(e,t,r){return Wi(e,t,r,tT)}c(lu,"hslToHex");function rT(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return lu(e,t,r);if(typeof e=="object"&&t===void 0&&r===void 0)return lu(e.hue,e.saturation,e.lightness);throw new Kr(1)}c(rT,"hsl");function nT(e,t,r,n){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number"&&typeof n=="number")return n>=1?lu(e,t,r):"rgba("+Wi(e,t,r)+","+n+")";if(typeof e=="object"&&t===void 0&&r===void 0&&n===void 0)return e.alpha>=1?lu(e.hue,e.saturation,e.lightness):"rgba("+Wi(e.hue,e.saturation,e.lightness)+","+e.alpha+")";throw new Kr(2)}c(nT,"hsla");function zd(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return S2("#"+Gn(e)+Gn(t)+Gn(r));if(typeof e=="object"&&t===void 0&&r===void 0)return S2("#"+Gn(e.red)+Gn(e.green)+Gn(e.blue));throw new Kr(6)}c(zd,"rgb");function su(e,t,r,n){if(typeof e=="string"&&typeof t=="number"){var a=W1(e);return"rgba("+a.red+","+a.green+","+a.blue+","+t+")"}else{if(typeof e=="number"&&typeof t=="number"&&typeof r=="number"&&typeof n=="number")return n>=1?zd(e,t,r):"rgba("+e+","+t+","+r+","+n+")";if(typeof e=="object"&&t===void 0&&r===void 0&&n===void 0)return e.alpha>=1?zd(e.red,e.green,e.blue):"rgba("+e.red+","+e.green+","+e.blue+","+e.alpha+")"}throw new Kr(7)}c(su,"rgba");var aj=c(function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&(typeof e.alpha!="number"||typeof e.alpha>"u")},"isRgb"),oj=c(function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&typeof e.alpha=="number"},"isRgba"),ij=c(function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&(typeof e.alpha!="number"||typeof e.alpha>"u")},"isHsl"),lj=c(function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&typeof e.alpha=="number"},"isHsla");function Wy(e){if(typeof e!="object")throw new Kr(8);if(oj(e))return su(e);if(aj(e))return zd(e);if(lj(e))return nT(e);if(ij(e))return rT(e);throw new Kr(8)}c(Wy,"toColorString");function qy(e,t,r){return c(function(){var n=r.concat(Array.prototype.slice.call(arguments));return n.length>=t?e.apply(this,n):qy(e,t,n)},"fn")}c(qy,"curried");function q1(e){return qy(e,e.length,[])}c(q1,"curry");function G1(e,t,r){return Math.max(e,Math.min(t,r))}c(G1,"guard");function aT(e,t){if(t==="transparent")return t;var r=Uy(t);return Wy(X({},r,{lightness:G1(0,1,r.lightness-parseFloat(e))}))}c(aT,"darken");var sj=q1(aT),ai=sj;function oT(e,t){if(t==="transparent")return t;var r=Uy(t);return Wy(X({},r,{lightness:G1(0,1,r.lightness+parseFloat(e))}))}c(oT,"lighten");var uj=q1(oT),$E=uj;function iT(e,t){if(t==="transparent")return t;var r=W1(t),n=typeof r.alpha=="number"?r.alpha:1,a=X({},r,{alpha:G1(0,1,+(n*100-parseFloat(e)*100).toFixed(2)/100)});return su(a)}c(iT,"transparentize");var cj=q1(iT),Yt=cj,cl=c(({theme:e})=>({margin:"20px 0 8px",padding:0,cursor:"text",position:"relative",color:e.color.defaultText,"&:first-of-type":{marginTop:0,paddingTop:0},"&:hover a.anchor":{textDecoration:"none"},"& tt, & code":{fontSize:"inherit"}}),"headerCommon"),Ca=c(({theme:e})=>({lineHeight:1,margin:"0 2px",padding:"3px 5px",whiteSpace:"nowrap",borderRadius:3,fontSize:e.typography.size.s2-1,border:e.base==="light"?`1px solid ${e.color.mediumlight}`:`1px solid ${e.color.darker}`,color:e.base==="light"?Yt(.1,e.color.defaultText):Yt(.3,e.color.defaultText),backgroundColor:e.base==="light"?e.color.lighter:e.color.border}),"codeCommon"),Ce=c(({theme:e})=>({fontFamily:e.typography.fonts.base,fontSize:e.typography.size.s3,margin:0,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)",WebkitOverflowScrolling:"touch"}),"withReset"),Co={margin:"16px 0"},dj=c(({href:e="",...t})=>{let r=/^\//.test(e)?`./?path=${e}`:e,n=/^#.*/.test(e)?"_self":"_top";return w.createElement("a",{href:r,target:n,...t})},"Link"),pj=F(dj)(Ce,({theme:e})=>({fontSize:"inherit",lineHeight:"24px",color:e.color.secondary,textDecoration:"none","&.absent":{color:"#cc0000"},"&.anchor":{display:"block",paddingLeft:30,marginLeft:-30,cursor:"pointer",position:"absolute",top:0,left:0,bottom:0}})),fj=F.blockquote(Ce,Co,({theme:e})=>({borderLeft:`4px solid ${e.color.medium}`,padding:"0 15px",color:e.color.dark,"& > :first-of-type":{marginTop:0},"& > :last-child":{marginBottom:0}}));v1();var hj=c(e=>typeof e=="string","isReactChildString"),mj=/[\n\r]/g,gj=F.code(({theme:e})=>({fontFamily:e.typography.fonts.mono,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",display:"inline-block",paddingLeft:2,paddingRight:2,verticalAlign:"baseline",color:"inherit"}),Ca),vj=F(Ss)(({theme:e})=>({fontFamily:e.typography.fonts.mono,fontSize:`${e.typography.size.s2-1}px`,lineHeight:"19px",margin:"25px 0 40px",borderRadius:e.appBorderRadius,boxShadow:e.base==="light"?"rgba(0, 0, 0, 0.10) 0 1px 3px 0":"rgba(0, 0, 0, 0.20) 0 2px 5px 0","pre.prismjs":{padding:20,background:"inherit"}})),lT=c(({className:e,children:t,...r})=>{let n=(e||"").match(/lang-(\S+)/),a=u.Children.toArray(t);return a.filter(hj).some(o=>o.match(mj))?w.createElement(vj,{bordered:!0,copyable:!0,language:n?.[1]??"text",format:!1,...r},t):w.createElement(gj,{...r,className:e},a)},"Code"),yj=F.div(Ce),wj=F.dl(Ce,Co,{padding:0,"& dt":{fontSize:"14px",fontWeight:"bold",fontStyle:"italic",padding:0,margin:"16px 0 4px"},"& dt:first-of-type":{padding:0},"& dt > :first-of-type":{marginTop:0},"& dt > :last-child":{marginBottom:0},"& dd":{margin:"0 0 16px",padding:"0 15px"},"& dd > :first-of-type":{marginTop:0},"& dd > :last-child":{marginBottom:0}}),bj=F.h1(Ce,cl,({theme:e})=>({fontSize:`${e.typography.size.l1}px`,fontWeight:e.typography.weight.bold})),sT=F.h2(Ce,cl,({theme:e})=>({fontSize:`${e.typography.size.m2}px`,paddingBottom:4,borderBottom:`1px solid ${e.appBorderColor}`})),uT=F.h3(Ce,cl,({theme:e})=>({fontSize:`${e.typography.size.m1}px`})),Ej=F.h4(Ce,cl,({theme:e})=>({fontSize:`${e.typography.size.s3}px`})),xj=F.h5(Ce,cl,({theme:e})=>({fontSize:`${e.typography.size.s2}px`})),Cj=F.h6(Ce,cl,({theme:e})=>({fontSize:`${e.typography.size.s2}px`,color:e.color.dark})),Dj=F.hr(({theme:e})=>({border:"0 none",borderTop:`1px solid ${e.appBorderColor}`,height:4,padding:0})),Sj=F.img({maxWidth:"100%"}),kj=F.li(Ce,({theme:e})=>({fontSize:e.typography.size.s2,color:e.color.defaultText,lineHeight:"24px","& + li":{marginTop:".25em"},"& ul, & ol":{marginTop:".25em",marginBottom:0},"& code":Ca({theme:e})})),_j={paddingLeft:30,"& :first-of-type":{marginTop:0},"& :last-child":{marginBottom:0}},Aj=F.ol(Ce,Co,_j,{listStyle:"decimal"}),Fj=F.p(Ce,Co,({theme:e})=>({fontSize:e.typography.size.s2,lineHeight:"24px",color:e.color.defaultText,"& code":Ca({theme:e})})),$j=F.pre(Ce,Co,({theme:e})=>({fontFamily:e.typography.fonts.mono,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",lineHeight:"18px",padding:"11px 1rem",whiteSpace:"pre-wrap",color:"inherit",borderRadius:3,margin:"1rem 0","&:not(.prismjs)":{background:"transparent",border:"none",borderRadius:0,padding:0,margin:0},"& pre, &.prismjs":{padding:15,margin:0,whiteSpace:"pre-wrap",color:"inherit",fontSize:"13px",lineHeight:"19px",code:{color:"inherit",fontSize:"inherit"}},"& code":{whiteSpace:"pre"},"& code, & tt":{border:"none"}})),Tj=F.span(Ce,({theme:e})=>({"&.frame":{display:"block",overflow:"hidden","& > span":{border:`1px solid ${e.color.medium}`,display:"block",float:"left",overflow:"hidden",margin:"13px 0 0",padding:7,width:"auto"},"& span img":{display:"block",float:"left"},"& span span":{clear:"both",color:e.color.darkest,display:"block",padding:"5px 0 0"}},"&.align-center":{display:"block",overflow:"hidden",clear:"both","& > span":{display:"block",overflow:"hidden",margin:"13px auto 0",textAlign:"center"},"& span img":{margin:"0 auto",textAlign:"center"}},"&.align-right":{display:"block",overflow:"hidden",clear:"both","& > span":{display:"block",overflow:"hidden",margin:"13px 0 0",textAlign:"right"},"& span img":{margin:0,textAlign:"right"}},"&.float-left":{display:"block",marginRight:13,overflow:"hidden",float:"left","& span":{margin:"13px 0 0"}},"&.float-right":{display:"block",marginLeft:13,overflow:"hidden",float:"right","& > span":{display:"block",overflow:"hidden",margin:"13px auto 0",textAlign:"right"}}})),Ij=F.table(Ce,Co,({theme:e})=>({fontSize:e.typography.size.s2,lineHeight:"24px",padding:0,borderCollapse:"collapse","& tr":{borderTop:`1px solid ${e.appBorderColor}`,backgroundColor:e.appContentBg,margin:0,padding:0},"& tr:nth-of-type(2n)":{backgroundColor:e.base==="dark"?e.color.darker:e.color.lighter},"& tr th":{fontWeight:"bold",color:e.color.defaultText,border:`1px solid ${e.appBorderColor}`,margin:0,padding:"6px 13px"},"& tr td":{border:`1px solid ${e.appBorderColor}`,color:e.color.defaultText,margin:0,padding:"6px 13px"},"& tr th :first-of-type, & tr td :first-of-type":{marginTop:0},"& tr th :last-child, & tr td :last-child":{marginBottom:0}})),Rj=F.title(Ca),zj={paddingLeft:30,"& :first-of-type":{marginTop:0},"& :last-child":{marginBottom:0}},Bj=F.ul(Ce,Co,zj,{listStyle:"disc"}),cT=F.div(Ce),dT={h1:c(e=>w.createElement(bj,{...ye(e,"h1")}),"h1"),h2:c(e=>w.createElement(sT,{...ye(e,"h2")}),"h2"),h3:c(e=>w.createElement(uT,{...ye(e,"h3")}),"h3"),h4:c(e=>w.createElement(Ej,{...ye(e,"h4")}),"h4"),h5:c(e=>w.createElement(xj,{...ye(e,"h5")}),"h5"),h6:c(e=>w.createElement(Cj,{...ye(e,"h6")}),"h6"),pre:c(e=>w.createElement($j,{...ye(e,"pre")}),"pre"),a:c(e=>w.createElement(pj,{...ye(e,"a")}),"a"),hr:c(e=>w.createElement(Dj,{...ye(e,"hr")}),"hr"),dl:c(e=>w.createElement(wj,{...ye(e,"dl")}),"dl"),blockquote:c(e=>w.createElement(fj,{...ye(e,"blockquote")}),"blockquote"),table:c(e=>w.createElement(Ij,{...ye(e,"table")}),"table"),img:c(e=>w.createElement(Sj,{...ye(e,"img")}),"img"),div:c(e=>w.createElement(yj,{...ye(e,"div")}),"div"),span:c(e=>w.createElement(Tj,{...ye(e,"span")}),"span"),li:c(e=>w.createElement(kj,{...ye(e,"li")}),"li"),ul:c(e=>w.createElement(Bj,{...ye(e,"ul")}),"ul"),ol:c(e=>w.createElement(Aj,{...ye(e,"ol")}),"ol"),p:c(e=>w.createElement(Fj,{...ye(e,"p")}),"p"),code:c(e=>w.createElement(lT,{...ye(e,"code")}),"code"),tt:c(e=>w.createElement(Rj,{...ye(e,"tt")}),"tt"),resetwrapper:c(e=>w.createElement(cT,{...ye(e,"resetwrapper")}),"resetwrapper")},Lj=F.div(({theme:e})=>({display:"inline-block",fontSize:11,lineHeight:"12px",alignSelf:"center",padding:"4px 12px",borderRadius:"3em",fontWeight:e.typography.weight.bold}),{svg:{height:12,width:12,marginRight:4,marginTop:-2,path:{fill:"currentColor"}}},({theme:e,status:t})=>{switch(t){case"critical":return{color:e.color.critical,background:e.background.critical};case"negative":return{color:e.color.negativeText,background:e.background.negative,boxShadow:e.base==="light"?`inset 0 0 0 1px ${Yt(.9,e.color.negativeText)}`:"none"};case"warning":return{color:e.color.warningText,background:e.background.warning,boxShadow:e.base==="light"?`inset 0 0 0 1px ${Yt(.9,e.color.warningText)}`:"none"};case"neutral":return{color:e.color.dark,background:e.color.mediumlight,boxShadow:e.base==="light"?`inset 0 0 0 1px ${Yt(.9,e.color.dark)}`:"none"};case"positive":return{color:e.color.positiveText,background:e.background.positive,boxShadow:e.base==="light"?`inset 0 0 0 1px ${Yt(.9,e.color.positiveText)}`:"none"};default:return{}}}),ife=c(({...e})=>w.createElement(Lj,{...e}),"Badge"),pT={};nl(pT,{AccessibilityAltIcon:()=>WW,AccessibilityIcon:()=>UW,AddIcon:()=>KV,AdminIcon:()=>zW,AlertAltIcon:()=>EU,AlertIcon:()=>bU,AlignLeftIcon:()=>kH,AlignRightIcon:()=>_H,AppleIcon:()=>qH,ArrowDownIcon:()=>oW,ArrowLeftIcon:()=>iW,ArrowRightIcon:()=>lW,ArrowSolidDownIcon:()=>uW,ArrowSolidLeftIcon:()=>cW,ArrowSolidRightIcon:()=>dW,ArrowSolidUpIcon:()=>sW,ArrowUpIcon:()=>aW,AzureDevOpsIcon:()=>JH,BackIcon:()=>CW,BasketIcon:()=>UU,BatchAcceptIcon:()=>jV,BatchDenyIcon:()=>NV,BeakerIcon:()=>WU,BellIcon:()=>kU,BitbucketIcon:()=>QH,BoldIcon:()=>zH,BookIcon:()=>vH,BookmarkHollowIcon:()=>RU,BookmarkIcon:()=>zU,BottomBarIcon:()=>DV,BottomBarToggleIcon:()=>SV,BoxIcon:()=>$V,BranchIcon:()=>VH,BrowserIcon:()=>gV,ButtonIcon:()=>pU,CPUIcon:()=>kV,CalendarIcon:()=>DH,CameraIcon:()=>aH,CategoryIcon:()=>bH,CertificateIcon:()=>NU,ChangedIcon:()=>QV,ChatIcon:()=>iU,CheckIcon:()=>MV,ChevronDownIcon:()=>JU,ChevronLeftIcon:()=>QU,ChevronRightIcon:()=>mT,ChevronSmallDownIcon:()=>tW,ChevronSmallLeftIcon:()=>rW,ChevronSmallRightIcon:()=>nW,ChevronSmallUpIcon:()=>eW,ChevronUpIcon:()=>ZU,ChromaticIcon:()=>eV,ChromeIcon:()=>XH,CircleHollowIcon:()=>TU,CircleIcon:()=>IU,ClearIcon:()=>tU,CloseAltIcon:()=>UV,CloseIcon:()=>XV,CloudHollowIcon:()=>KU,CloudIcon:()=>YU,CogIcon:()=>RV,CollapseIcon:()=>fW,CommandIcon:()=>gU,CommentAddIcon:()=>nU,CommentIcon:()=>rU,CommentsIcon:()=>oU,CommitIcon:()=>HH,CompassIcon:()=>_W,ComponentDrivenIcon:()=>tV,ComponentIcon:()=>Pj,ContrastIcon:()=>Zj,ControlsIcon:()=>HV,CopyIcon:()=>wH,CreditIcon:()=>dU,CrossIcon:()=>hT,DashboardIcon:()=>TW,DatabaseIcon:()=>_V,DeleteIcon:()=>ZV,DiamondIcon:()=>BU,DirectionIcon:()=>BW,DiscordIcon:()=>rV,DocChartIcon:()=>FH,DocListIcon:()=>$H,DocumentIcon:()=>yH,DownloadIcon:()=>xW,DragIcon:()=>TH,EditIcon:()=>IV,EllipsisIcon:()=>LV,EmailIcon:()=>xU,ExpandAltIcon:()=>pW,ExpandIcon:()=>hW,EyeCloseIcon:()=>Yj,EyeIcon:()=>Kj,FaceHappyIcon:()=>jW,FaceNeutralIcon:()=>HW,FaceSadIcon:()=>VW,FacebookIcon:()=>nV,FailedIcon:()=>eU,FastForwardIcon:()=>dH,FigmaIcon:()=>aV,FilterIcon:()=>AH,FlagIcon:()=>GU,FolderIcon:()=>EH,FormIcon:()=>PV,GDriveIcon:()=>oV,GithubIcon:()=>iV,GitlabIcon:()=>lV,GlobeIcon:()=>kW,GoogleIcon:()=>sV,GraphBarIcon:()=>SH,GraphLineIcon:()=>CH,GraphqlIcon:()=>uV,GridAltIcon:()=>Vj,GridIcon:()=>Nj,GrowIcon:()=>eH,HeartHollowIcon:()=>LU,HeartIcon:()=>OU,HomeIcon:()=>RW,HourglassIcon:()=>qU,InfoIcon:()=>vU,ItalicIcon:()=>BH,JumpToIcon:()=>$U,KeyIcon:()=>uU,LightningIcon:()=>Xj,LightningOffIcon:()=>fT,LinkBrokenIcon:()=>SU,LinkIcon:()=>DU,LinkedinIcon:()=>mV,LinuxIcon:()=>GH,ListOrderedIcon:()=>OH,ListUnorderedIcon:()=>MH,LocationIcon:()=>AW,LockIcon:()=>lU,MarkdownIcon:()=>NH,MarkupIcon:()=>RH,MediumIcon:()=>cV,MemoryIcon:()=>AV,MenuIcon:()=>IH,MergeIcon:()=>WH,MirrorIcon:()=>Qj,MobileIcon:()=>yV,MoonIcon:()=>gH,NutIcon:()=>zV,OutboxIcon:()=>cU,OutlineIcon:()=>jj,PaintBrushIcon:()=>tH,PaperClipIcon:()=>LH,ParagraphIcon:()=>PH,PassedIcon:()=>JV,PhoneIcon:()=>CU,PhotoDragIcon:()=>Hj,PhotoIcon:()=>Mj,PinAltIcon:()=>qV,PinIcon:()=>FW,PlayBackIcon:()=>sH,PlayIcon:()=>lH,PlayNextIcon:()=>uH,PlusIcon:()=>VV,PointerDefaultIcon:()=>hU,PointerHandIcon:()=>mU,PowerIcon:()=>TV,PrintIcon:()=>xH,ProceedIcon:()=>DW,ProfileIcon:()=>NW,PullRequestIcon:()=>UH,QuestionIcon:()=>yU,RSSIcon:()=>_U,RedirectIcon:()=>vW,ReduxIcon:()=>dV,RefreshIcon:()=>SW,ReplyIcon:()=>wW,RepoIcon:()=>jH,RequestChangeIcon:()=>aU,RewindIcon:()=>cH,RulerIcon:()=>rH,SearchIcon:()=>Uj,ShareAltIcon:()=>AU,ShareIcon:()=>FU,ShieldIcon:()=>VU,SideBySideIcon:()=>fH,SidebarAltIcon:()=>EV,SidebarAltToggleIcon:()=>xV,SidebarIcon:()=>bV,SidebarToggleIcon:()=>CV,SpeakerIcon:()=>iH,StackedIcon:()=>hH,StarHollowIcon:()=>MU,StarIcon:()=>PU,StickerIcon:()=>XU,StopAltIcon:()=>pH,StopIcon:()=>nH,StorybookIcon:()=>ZH,StructureIcon:()=>FV,SubtractIcon:()=>YV,SunIcon:()=>mH,SupportIcon:()=>wU,SwitchAltIcon:()=>Jj,SyncIcon:()=>bW,TabletIcon:()=>vV,ThumbsUpIcon:()=>HU,TimeIcon:()=>$W,TimerIcon:()=>IW,TransferIcon:()=>gW,TrashIcon:()=>WV,TwitterIcon:()=>pV,TypeIcon:()=>fU,UbuntuIcon:()=>KH,UndoIcon:()=>yW,UnfoldIcon:()=>mW,UnlockIcon:()=>sU,UnpinIcon:()=>GV,UploadIcon:()=>EW,UserAddIcon:()=>MW,UserAltIcon:()=>OW,UserIcon:()=>LW,UsersIcon:()=>PW,VSCodeIcon:()=>hV,VerifiedIcon:()=>jU,VideoIcon:()=>oH,WandIcon:()=>OV,WatchIcon:()=>wV,WindowsIcon:()=>YH,WrenchIcon:()=>BV,YoutubeIcon:()=>fV,ZoomIcon:()=>Wj,ZoomOutIcon:()=>qj,ZoomResetIcon:()=>Gj,iconList:()=>Oj});var Oj=[{name:"Images",icons:["PhotoIcon","ComponentIcon","GridIcon","OutlineIcon","PhotoDragIcon","GridAltIcon","SearchIcon","ZoomIcon","ZoomOutIcon","ZoomResetIcon","EyeIcon","EyeCloseIcon","LightningIcon","LightningOffIcon","ContrastIcon","SwitchAltIcon","MirrorIcon","GrowIcon","PaintBrushIcon","RulerIcon","StopIcon","CameraIcon","VideoIcon","SpeakerIcon","PlayIcon","PlayBackIcon","PlayNextIcon","RewindIcon","FastForwardIcon","StopAltIcon","SideBySideIcon","StackedIcon","SunIcon","MoonIcon"]},{name:"Documents",icons:["BookIcon","DocumentIcon","CopyIcon","CategoryIcon","FolderIcon","PrintIcon","GraphLineIcon","CalendarIcon","GraphBarIcon","AlignLeftIcon","AlignRightIcon","FilterIcon","DocChartIcon","DocListIcon","DragIcon","MenuIcon"]},{name:"Editing",icons:["MarkupIcon","BoldIcon","ItalicIcon","PaperClipIcon","ListOrderedIcon","ListUnorderedIcon","ParagraphIcon","MarkdownIcon"]},{name:"Git",icons:["RepoIcon","CommitIcon","BranchIcon","PullRequestIcon","MergeIcon"]},{name:"OS",icons:["AppleIcon","LinuxIcon","UbuntuIcon","WindowsIcon","ChromeIcon"]},{name:"Logos",icons:["StorybookIcon","AzureDevOpsIcon","BitbucketIcon","ChromaticIcon","ComponentDrivenIcon","DiscordIcon","FacebookIcon","FigmaIcon","GDriveIcon","GithubIcon","GitlabIcon","GoogleIcon","GraphqlIcon","MediumIcon","ReduxIcon","TwitterIcon","YoutubeIcon","VSCodeIcon","LinkedinIcon"]},{name:"Devices",icons:["BrowserIcon","TabletIcon","MobileIcon","WatchIcon","SidebarIcon","SidebarAltIcon","SidebarAltToggleIcon","SidebarToggleIcon","BottomBarIcon","BottomBarToggleIcon","CPUIcon","DatabaseIcon","MemoryIcon","StructureIcon","BoxIcon","PowerIcon"]},{name:"CRUD",icons:["EditIcon","CogIcon","NutIcon","WrenchIcon","EllipsisIcon","WandIcon","CheckIcon","FormIcon","BatchDenyIcon","BatchAcceptIcon","ControlsIcon","PlusIcon","CloseAltIcon","CrossIcon","TrashIcon","PinAltIcon","UnpinIcon","AddIcon","SubtractIcon","CloseIcon","DeleteIcon","PassedIcon","ChangedIcon","FailedIcon","ClearIcon","CommentIcon","CommentAddIcon","RequestChangeIcon","CommentsIcon","ChatIcon","LockIcon","UnlockIcon","KeyIcon","OutboxIcon","CreditIcon","ButtonIcon","TypeIcon","PointerDefaultIcon","PointerHandIcon","CommandIcon"]},{name:"Communicate",icons:["InfoIcon","QuestionIcon","SupportIcon","AlertIcon","AlertAltIcon","EmailIcon","PhoneIcon","LinkIcon","LinkBrokenIcon","BellIcon","RSSIcon","ShareAltIcon","ShareIcon","JumpToIcon","CircleHollowIcon","CircleIcon","BookmarkHollowIcon","BookmarkIcon","DiamondIcon","HeartHollowIcon","HeartIcon","StarHollowIcon","StarIcon","CertificateIcon","VerifiedIcon","ThumbsUpIcon","ShieldIcon","BasketIcon","BeakerIcon","HourglassIcon","FlagIcon","CloudHollowIcon","CloudIcon","StickerIcon"]},{name:"Wayfinding",icons:["ChevronUpIcon","ChevronDownIcon","ChevronLeftIcon","ChevronRightIcon","ChevronSmallUpIcon","ChevronSmallDownIcon","ChevronSmallLeftIcon","ChevronSmallRightIcon","ArrowUpIcon","ArrowDownIcon","ArrowLeftIcon","ArrowRightIcon","ArrowSolidUpIcon","ArrowSolidDownIcon","ArrowSolidLeftIcon","ArrowSolidRightIcon","ExpandAltIcon","CollapseIcon","ExpandIcon","UnfoldIcon","TransferIcon","RedirectIcon","UndoIcon","ReplyIcon","SyncIcon","UploadIcon","DownloadIcon","BackIcon","ProceedIcon","RefreshIcon","GlobeIcon","CompassIcon","LocationIcon","PinIcon","TimeIcon","DashboardIcon","TimerIcon","HomeIcon","AdminIcon","DirectionIcon"]},{name:"People",icons:["UserIcon","UserAltIcon","UserAddIcon","UsersIcon","ProfileIcon","FaceHappyIcon","FaceNeutralIcon","FaceSadIcon","AccessibilityIcon","AccessibilityAltIcon"]}],Mj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.25 4.254a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0zm-.5 0a.75.75 0 11-1.5 0 .75.75 0 011.5 0z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13 1.504v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-11a.5.5 0 01.5-.5h11a.5.5 0 01.5.5zM2 9.297V2.004h10v5.293L9.854 5.15a.5.5 0 00-.708 0L6.5 7.797 5.354 6.65a.5.5 0 00-.708 0L2 9.297zM9.5 6.21l2.5 2.5v3.293H2V10.71l3-3 3.146 3.146a.5.5 0 00.708-.707L7.207 8.504 9.5 6.21z",fill:e}))),Pj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5 1.004a2.5 2.5 0 00-2.5 2.5v7a2.5 2.5 0 002.5 2.5h7a2.5 2.5 0 002.5-2.5v-7a2.5 2.5 0 00-2.5-2.5h-7zm8.5 5.5H7.5v-4.5h3a1.5 1.5 0 011.5 1.5v3zm0 1v3a1.5 1.5 0 01-1.5 1.5h-3v-4.5H12zm-5.5 4.5v-4.5H2v3a1.5 1.5 0 001.5 1.5h3zM2 6.504h4.5v-4.5h-3a1.5 1.5 0 00-1.5 1.5v3z",fill:e}))),Nj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 1.504a.5.5 0 01.5-.5H6a.5.5 0 01.5.5v4.5a.5.5 0 01-.5.5H1.5a.5.5 0 01-.5-.5v-4.5zm1 4v-3.5h3.5v3.5H2zM7.5 1.504a.5.5 0 01.5-.5h4.5a.5.5 0 01.5.5v4.5a.5.5 0 01-.5.5H8a.5.5 0 01-.5-.5v-4.5zm1 4v-3.5H12v3.5H8.5zM1.5 7.504a.5.5 0 00-.5.5v4.5a.5.5 0 00.5.5H6a.5.5 0 00.5-.5v-4.5a.5.5 0 00-.5-.5H1.5zm.5 1v3.5h3.5v-3.5H2zM7.5 8.004a.5.5 0 01.5-.5h4.5a.5.5 0 01.5.5v4.5a.5.5 0 01-.5.5H8a.5.5 0 01-.5-.5v-4.5zm1 4v-3.5H12v3.5H8.5z",fill:e}))),jj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M2 2.004v2H1v-2.5a.5.5 0 01.5-.5H4v1H2zM1 9.004v-4h1v4H1zM1 10.004v2.5a.5.5 0 00.5.5H4v-1H2v-2H1zM10 13.004h2.5a.5.5 0 00.5-.5v-2.5h-1v2h-2v1zM12 4.004h1v-2.5a.5.5 0 00-.5-.5H10v1h2v2zM9 12.004v1H5v-1h4zM9 1.004v1H5v-1h4zM13 9.004h-1v-4h1v4zM7 8.004a1 1 0 100-2 1 1 0 000 2z",fill:e}))),Hj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.25 3.254a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0zm-.5 0a.75.75 0 11-1.5 0 .75.75 0 011.5 0z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7.003v-6.5a.5.5 0 00-.5-.5h-10a.5.5 0 00-.5.5v2.5H.5a.5.5 0 00-.5.5v2.5h1v-2h2v6.5a.5.5 0 00.5.5H10v2H8v1h2.5a.5.5 0 00.5-.5v-2.5h2.5a.5.5 0 00.5-.5v-3.5zm-10-6v5.794L5.646 5.15a.5.5 0 01.708 0L7.5 6.297l2.646-2.647a.5.5 0 01.708 0L13 5.797V1.004H4zm9 6.208l-2.5-2.5-2.293 2.293L9.354 8.15a.5.5 0 11-.708.707L6 6.211l-2 2v1.793h9V7.21z",fill:e}),u.createElement("path",{d:"M0 10.004v-3h1v3H0zM0 13.504v-2.5h1v2h2v1H.5a.5.5 0 01-.5-.5zM7 14.004H4v-1h3v1z",fill:e}))),Vj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M4 3V1h1v2H4zM4 6v2h1V6H4zM4 11v2h1v-2H4zM9 11v2h1v-2H9zM9 8V6h1v2H9zM9 1v2h1V1H9zM13 5h-2V4h2v1zM11 10h2V9h-2v1zM3 10H1V9h2v1zM1 5h2V4H1v1zM8 5H6V4h2v1zM6 10h2V9H6v1zM4 4h1v1H4V4zM10 4H9v1h1V4zM9 9h1v1H9V9zM5 9H4v1h1V9z",fill:e}))),Uj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.544 10.206a5.5 5.5 0 11.662-.662.5.5 0 01.148.102l3 3a.5.5 0 01-.708.708l-3-3a.5.5 0 01-.102-.148zM10.5 6a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0z",fill:e}))),Wj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M6 3.5a.5.5 0 01.5.5v1.5H8a.5.5 0 010 1H6.5V8a.5.5 0 01-1 0V6.5H4a.5.5 0 010-1h1.5V4a.5.5 0 01.5-.5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.544 10.206a5.5 5.5 0 11.662-.662.5.5 0 01.148.102l3 3a.5.5 0 01-.708.708l-3-3a.5.5 0 01-.102-.148zM10.5 6a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0z",fill:e}))),qj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M4 5.5a.5.5 0 000 1h4a.5.5 0 000-1H4z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6 11.5c1.35 0 2.587-.487 3.544-1.294a.5.5 0 00.102.148l3 3a.5.5 0 00.708-.708l-3-3a.5.5 0 00-.148-.102A5.5 5.5 0 106 11.5zm0-1a4.5 4.5 0 100-9 4.5 4.5 0 000 9z",fill:e}))),Gj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M1.5 2.837V1.5a.5.5 0 00-1 0V4a.5.5 0 00.5.5h2.5a.5.5 0 000-1H2.258a4.5 4.5 0 11-.496 4.016.5.5 0 10-.942.337 5.502 5.502 0 008.724 2.353.5.5 0 00.102.148l3 3a.5.5 0 00.708-.708l-3-3a.5.5 0 00-.148-.102A5.5 5.5 0 101.5 2.837z",fill:e}))),Kj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M7 9.5a2.5 2.5 0 100-5 2.5 2.5 0 000 5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7l-.21.293C13.669 7.465 10.739 11.5 7 11.5S.332 7.465.21 7.293L0 7l.21-.293C.331 6.536 3.261 2.5 7 2.5s6.668 4.036 6.79 4.207L14 7zM2.896 5.302A12.725 12.725 0 001.245 7c.296.37.874 1.04 1.65 1.698C4.043 9.67 5.482 10.5 7 10.5c1.518 0 2.958-.83 4.104-1.802A12.72 12.72 0 0012.755 7c-.297-.37-.875-1.04-1.65-1.698C9.957 4.33 8.517 3.5 7 3.5c-1.519 0-2.958.83-4.104 1.802z",fill:e}))),Yj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M1.854 1.146a.5.5 0 10-.708.708l11 11a.5.5 0 00.708-.708l-11-11zM11.104 8.698c-.177.15-.362.298-.553.439l.714.714a13.25 13.25 0 002.526-2.558L14 7l-.21-.293C13.669 6.536 10.739 2.5 7 2.5c-.89 0-1.735.229-2.506.58l.764.763A4.859 4.859 0 017 3.5c1.518 0 2.958.83 4.104 1.802A12.724 12.724 0 0112.755 7a12.72 12.72 0 01-1.65 1.698zM.21 6.707c.069-.096 1.03-1.42 2.525-2.558l.714.714c-.191.141-.376.288-.553.439A12.725 12.725 0 001.245 7c.296.37.874 1.04 1.65 1.698C4.043 9.67 5.482 10.5 7 10.5a4.86 4.86 0 001.742-.344l.764.764c-.772.351-1.616.58-2.506.58C3.262 11.5.332 7.465.21 7.293L0 7l.21-.293z",fill:e}),u.createElement("path",{d:"M4.5 7c0-.322.061-.63.172-.914l3.242 3.242A2.5 2.5 0 014.5 7zM9.328 7.914L6.086 4.672a2.5 2.5 0 013.241 3.241z",fill:e}))),Xj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.522 6.6a.566.566 0 00-.176.544.534.534 0 00.382.41l2.781.721-1.493 5.013a.563.563 0 00.216.627.496.496 0 00.63-.06l6.637-6.453a.568.568 0 00.151-.54.534.534 0 00-.377-.396l-2.705-.708 2.22-4.976a.568.568 0 00-.15-.666.497.497 0 00-.648.008L2.522 6.6zm7.72.63l-3.067-.804L9.02 2.29 3.814 6.803l2.95.764-1.277 4.285 4.754-4.622zM4.51 13.435l.037.011-.037-.011z",fill:e}))),fT=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M10.139 8.725l1.36-1.323a.568.568 0 00.151-.54.534.534 0 00-.377-.396l-2.705-.708 2.22-4.976a.568.568 0 00-.15-.666.497.497 0 00-.648.008L5.464 4.05l.708.71 2.848-2.47-1.64 3.677.697.697 2.164.567-.81.787.708.708zM2.523 6.6a.566.566 0 00-.177.544.534.534 0 00.382.41l2.782.721-1.494 5.013a.563.563 0 00.217.627.496.496 0 00.629-.06l3.843-3.736-.708-.707-2.51 2.44 1.137-3.814-.685-.685-2.125-.55.844-.731-.71-.71L2.524 6.6zM1.854 1.146a.5.5 0 10-.708.708l11 11a.5.5 0 00.708-.708l-11-11z",fill:e}))),Zj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 3.004H.5a.5.5 0 00-.5.5v10a.5.5 0 00.5.5h10a.5.5 0 00.5-.5v-2.5h2.5a.5.5 0 00.5-.5v-10a.5.5 0 00-.5-.5h-10a.5.5 0 00-.5.5v2.5zm1 1v2.293l2.293-2.293H4zm-1 0v6.5a.499.499 0 00.497.5H10v2H1v-9h2zm1-1h6.5a.499.499 0 01.5.5v6.5h2v-9H4v2zm6 7V7.71l-2.293 2.293H10zm0-3.707V4.71l-5.293 5.293h1.586L10 6.297zm-.707-2.293H7.707L4 7.71v1.586l5.293-5.293z",fill:e}))),Jj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 3.004v-2.5a.5.5 0 01.5-.5h10a.5.5 0 01.5.5v10a.5.5 0 01-.5.5H11v2.5a.5.5 0 01-.5.5H.5a.5.5 0 01-.5-.5v-10a.5.5 0 01.5-.5H3zm1 0v-2h9v9h-2v-6.5a.5.5 0 00-.5-.5H4zm6 8v2H1v-9h2v6.5a.5.5 0 00.5.5H10zm0-1H4v-6h6v6z",fill:e}))),Qj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 1.504a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-11zm1 10.5h10v-10l-10 10z",fill:e}))),eH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M1.5 1.004a.5.5 0 100 1H12v10.5a.5.5 0 001 0v-10.5a1 1 0 00-1-1H1.5z",fill:e}),u.createElement("path",{d:"M1 3.504a.5.5 0 01.5-.5H10a1 1 0 011 1v8.5a.5.5 0 01-1 0v-8.5H1.5a.5.5 0 01-.5-.5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.5 5.004a.5.5 0 00-.5.5v7a.5.5 0 00.5.5h7a.5.5 0 00.5-.5v-7a.5.5 0 00-.5-.5h-7zm.5 1v6h6v-6H2z",fill:e}))),tH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.854.146a.5.5 0 00-.708 0L2.983 8.31a2.24 2.24 0 00-1.074.6C.677 10.14.24 11.902.085 12.997 0 13.6 0 14 0 14s.4 0 1.002-.085c1.095-.155 2.857-.592 4.089-1.824a2.24 2.24 0 00.6-1.074l8.163-8.163a.5.5 0 000-.708l-2-2zM5.6 9.692l.942-.942L5.25 7.457l-.942.943A2.242 2.242 0 015.6 9.692zm1.649-1.65L12.793 2.5 11.5 1.207 5.957 6.75 7.25 8.043zM4.384 9.617a1.25 1.25 0 010 1.768c-.767.766-1.832 1.185-2.78 1.403-.17.04-.335.072-.49.098.027-.154.06-.318.099-.49.219-.947.637-2.012 1.403-2.779a1.25 1.25 0 011.768 0z",fill:e}))),rH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M1.5 1.004a.5.5 0 01.5.5v.5h10v-.5a.5.5 0 011 0v2a.5.5 0 01-1 0v-.5H2v.5a.5.5 0 01-1 0v-2a.5.5 0 01.5-.5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.5 6a.5.5 0 00-.5.5v6a.5.5 0 00.5.5h11a.5.5 0 00.5-.5v-6a.5.5 0 00-.5-.5h-11zM2 7v5h10V7h-1v2.5a.5.5 0 01-1 0V7h-.75v1a.5.5 0 01-1 0V7H7.5v2.5a.5.5 0 01-1 0V7h-.75v1a.5.5 0 01-1 0V7H4v2.5a.5.5 0 01-1 0V7H2z",fill:e}))),nH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M4.5 4a.5.5 0 00-.5.5v5a.5.5 0 00.5.5h5a.5.5 0 00.5-.5v-5a.5.5 0 00-.5-.5h-5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),aH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10 7a3 3 0 11-6 0 3 3 0 016 0zM9 7a2 2 0 11-4 0 2 2 0 014 0z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.5 1a.5.5 0 00-.5.5v.504H.5a.5.5 0 00-.5.5v9a.5.5 0 00.5.5h13a.5.5 0 00.5-.5v-9a.5.5 0 00-.5-.5H6V1.5a.5.5 0 00-.5-.5h-3zM1 3.004v8h12v-8H1z",fill:e}))),oH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M2.5 10a.5.5 0 100-1 .5.5 0 000 1z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 4a2 2 0 012-2h6a2 2 0 012 2v.5l3.189-2.391A.5.5 0 0114 2.5v9a.5.5 0 01-.804.397L10 9.5v.5a2 2 0 01-2 2H2a2 2 0 01-2-2V4zm9 0v1.5a.5.5 0 00.8.4L13 3.5v7L9.8 8.1a.5.5 0 00-.8.4V10a1 1 0 01-1 1H2a1 1 0 01-1-1V4a1 1 0 011-1h6a1 1 0 011 1z",fill:e}))),iH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 4.5v5a.5.5 0 00.5.5H4l3.17 2.775a.5.5 0 00.83-.377V1.602a.5.5 0 00-.83-.376L4 4H1.5a.5.5 0 00-.5.5zM4 9V5H2v4h2zm.998.545A.504.504 0 005 9.5v-5c0-.015 0-.03-.002-.044L7 2.704v8.592L4.998 9.545z",fill:e}),u.createElement("path",{d:"M10.15 1.752a.5.5 0 00-.3.954 4.502 4.502 0 010 8.588.5.5 0 00.3.954 5.502 5.502 0 000-10.496z",fill:e}),u.createElement("path",{d:"M10.25 3.969a.5.5 0 00-.5.865 2.499 2.499 0 010 4.332.5.5 0 10.5.866 3.499 3.499 0 000-6.063z",fill:e}))),lH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M12.813 7.425l-9.05 5.603A.5.5 0 013 12.603V1.398a.5.5 0 01.763-.425l9.05 5.602a.5.5 0 010 .85z",fill:e}))),sH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M11.24 12.035L3.697 7.427A.494.494 0 013.5 7.2v4.05a.75.75 0 01-1.5 0v-8.5a.75.75 0 011.5 0V6.8a.494.494 0 01.198-.227l7.541-4.608A.5.5 0 0112 2.39v9.217a.5.5 0 01-.76.427z",fill:e}))),uH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M2.76 12.035l7.542-4.608A.495.495 0 0010.5 7.2v4.05a.75.75 0 001.5 0v-8.5a.75.75 0 00-1.5 0V6.8a.495.495 0 00-.198-.227L2.76 1.965A.5.5 0 002 2.39v9.217a.5.5 0 00.76.427z",fill:e}))),cH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M9 2.42v2.315l4.228-2.736a.5.5 0 01.772.42v9.162a.5.5 0 01-.772.42L9 9.263v2.317a.5.5 0 01-.772.42L1.5 7.647v3.603a.75.75 0 01-1.5 0v-8.5a.75.75 0 011.5 0v3.603L8.228 2A.5.5 0 019 2.42z",fill:e}))),dH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M5 2.42v2.315L.772 1.999a.5.5 0 00-.772.42v9.162a.5.5 0 00.772.42L5 9.263v2.317a.5.5 0 00.772.42L12.5 7.647v3.603a.75.75 0 001.5 0v-8.5a.75.75 0 00-1.5 0v3.603L5.772 2A.5.5 0 005 2.42z",fill:e}))),pH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M1 1.504a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-11z",fill:e}))),fH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 1.504a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-11zm1 10.5v-10h5v10H2z",fill:e}))),hH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.5 1.004a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-11a.5.5 0 01.5-.5h11zm-10.5 1h10v5H2v-5z",fill:e}))),mH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("g",{clipPath:"url(#prefix__clip0_1107_3492)",fill:e},u.createElement("path",{d:"M7.5.5a.5.5 0 00-1 0V2a.5.5 0 001 0V.5z"}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 10a3 3 0 100-6 3 3 0 000 6zm0-1a2 2 0 100-4 2 2 0 000 4z"}),u.createElement("path",{d:"M7 11.5a.5.5 0 01.5.5v1.5a.5.5 0 01-1 0V12a.5.5 0 01.5-.5zM11.5 7a.5.5 0 01.5-.5h1.5a.5.5 0 010 1H12a.5.5 0 01-.5-.5zM.5 6.5a.5.5 0 000 1H2a.5.5 0 000-1H.5zM3.818 10.182a.5.5 0 010 .707l-1.06 1.06a.5.5 0 11-.708-.706l1.06-1.06a.5.5 0 01.708 0zM11.95 2.757a.5.5 0 10-.707-.707l-1.061 1.061a.5.5 0 10.707.707l1.06-1.06zM10.182 10.182a.5.5 0 01.707 0l1.06 1.06a.5.5 0 11-.706.708l-1.061-1.06a.5.5 0 010-.708zM2.757 2.05a.5.5 0 10-.707.707l1.06 1.061a.5.5 0 00.708-.707l-1.06-1.06z"})),u.createElement("defs",null,u.createElement("clipPath",{id:"prefix__clip0_1107_3492"},u.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),gH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("g",{clipPath:"url(#prefix__clip0_1107_3493)"},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.335.047l-.15-.015a7.499 7.499 0 106.14 10.577c.103-.229-.156-.447-.386-.346a5.393 5.393 0 01-.771.27A5.356 5.356 0 019.153.691C9.37.568 9.352.23 9.106.175a7.545 7.545 0 00-.77-.128zM6.977 1.092a6.427 6.427 0 005.336 10.671A6.427 6.427 0 116.977 1.092z",fill:e})),u.createElement("defs",null,u.createElement("clipPath",{id:"prefix__clip0_1107_3493"},u.createElement("path",{fill:"#fff",transform:"scale(1.07124)",d:"M0 0h14.001v14.002H0z"}))))),vH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13 2a2 2 0 00-2-2H1.5a.5.5 0 00-.5.5v13a.5.5 0 00.5.5H11a2 2 0 002-2V2zM3 13h8a1 1 0 001-1V2a1 1 0 00-1-1H7v6.004a.5.5 0 01-.856.352l-.002-.002L5.5 6.71l-.645.647A.5.5 0 014 7.009V1H3v12zM5 1v4.793l.146-.146a.5.5 0 01.743.039l.111.11V1H5z",fill:e}))),yH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M4 5.5a.5.5 0 01.5-.5h5a.5.5 0 010 1h-5a.5.5 0 01-.5-.5zM4.5 7.5a.5.5 0 000 1h5a.5.5 0 000-1h-5zM4 10.5a.5.5 0 01.5-.5h5a.5.5 0 010 1h-5a.5.5 0 01-.5-.5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.5 0a.5.5 0 00-.5.5v13a.5.5 0 00.5.5h11a.5.5 0 00.5-.5V3.207a.5.5 0 00-.146-.353L10.146.146A.5.5 0 009.793 0H1.5zM2 1h7.5v2a.5.5 0 00.5.5h2V13H2V1z",fill:e}))),wH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.746.07A.5.5 0 0011.5.003h-6a.5.5 0 00-.5.5v2.5H.5a.5.5 0 00-.5.5v10a.5.5 0 00.5.5h8a.5.5 0 00.5-.5v-2.5h4.5a.5.5 0 00.5-.5v-8a.498.498 0 00-.15-.357L11.857.154a.506.506 0 00-.11-.085zM9 10.003h4v-7h-1.5a.5.5 0 01-.5-.5v-1.5H6v2h.5a.5.5 0 01.357.15L8.85 5.147c.093.09.15.217.15.357v4.5zm-8-6v9h7v-7H6.5a.5.5 0 01-.5-.5v-1.5H1z",fill:e}))),bH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M3 1.5a.5.5 0 01.5-.5h7a.5.5 0 010 1h-7a.5.5 0 01-.5-.5zM2 3.504a.5.5 0 01.5-.5h9a.5.5 0 010 1h-9a.5.5 0 01-.5-.5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 5.5a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v7a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-7zM2 12V6h10v6H2z",fill:e}))),EH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.586 3.504l-1.5-1.5H1v9h12v-7.5H6.586zm.414-1L5.793 1.297a1 1 0 00-.707-.293H.5a.5.5 0 00-.5.5v10a.5.5 0 00.5.5h13a.5.5 0 00.5-.5v-8.5a.5.5 0 00-.5-.5H7z",fill:e}))),xH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M4.5 8.004a.5.5 0 100 1h5a.5.5 0 000-1h-5zM4.5 10.004a.5.5 0 000 1h5a.5.5 0 000-1h-5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2 1.504a.5.5 0 01.5-.5h8a.498.498 0 01.357.15l.993.993c.093.09.15.217.15.357v1.5h1.5a.5.5 0 01.5.5v5a.5.5 0 01-.5.5H12v2.5a.5.5 0 01-.5.5h-9a.5.5 0 01-.5-.5v-2.5H.5a.5.5 0 01-.5-.5v-5a.5.5 0 01.5-.5H2v-2.5zm11 7.5h-1v-2.5a.5.5 0 00-.5-.5h-9a.5.5 0 00-.5.5v2.5H1v-4h12v4zm-2-6v1H3v-2h7v.5a.5.5 0 00.5.5h.5zm-8 9h8v-5H3v5z",fill:e}))),CH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M5.146 6.15a.5.5 0 01.708 0L7 7.297 9.146 5.15a.5.5 0 01.708 0l1 1a.5.5 0 01-.708.707L9.5 6.211 7.354 8.357a.5.5 0 01-.708 0L5.5 7.211 3.854 8.857a.5.5 0 11-.708-.707l2-2z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.5 1.004a.5.5 0 00-.5.5v11a.5.5 0 00.5.5h11a.5.5 0 00.5-.5v-11a.5.5 0 00-.5-.5h-11zm.5 1v10h10v-10H2z",fill:e}))),DH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5 0a.5.5 0 01.5.5V1h6V.5a.5.5 0 011 0V1h1.5a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-11a.5.5 0 01.5-.5H3V.5a.5.5 0 01.5-.5zM2 4v2.3h3V4H2zm0 5.2V6.8h3v2.4H2zm0 .5V12h3V9.7H2zm3.5 0V12h3V9.7h-3zm3.5 0V12h3V9.7H9zm3-.5H9V6.8h3v2.4zm-3.5 0h-3V6.8h3v2.4zM9 4v2.3h3V4H9zM5.5 6.3h3V4h-3v2.3z",fill:e}))),SH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M12 2.5a.5.5 0 00-1 0v10a.5.5 0 001 0v-10zM9 4.5a.5.5 0 00-1 0v8a.5.5 0 001 0v-8zM5.5 7a.5.5 0 01.5.5v5a.5.5 0 01-1 0v-5a.5.5 0 01.5-.5zM3 10.5a.5.5 0 00-1 0v2a.5.5 0 001 0v-2z",fill:e}))),kH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M13 2a.5.5 0 010 1H1a.5.5 0 010-1h12zM10 5a.5.5 0 010 1H1a.5.5 0 010-1h9zM11.5 8.5A.5.5 0 0011 8H1a.5.5 0 000 1h10a.5.5 0 00.5-.5zM7.5 11a.5.5 0 010 1H1a.5.5 0 010-1h6.5z",fill:e}))),_H=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M1 2a.5.5 0 000 1h12a.5.5 0 000-1H1zM4 5a.5.5 0 000 1h9a.5.5 0 000-1H4zM2.5 8.5A.5.5 0 013 8h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5zM6.5 11a.5.5 0 000 1H13a.5.5 0 000-1H6.5z",fill:e}))),AH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M1 2a.5.5 0 000 1h12a.5.5 0 000-1H1zM3 5a.5.5 0 000 1h8a.5.5 0 000-1H3zM4.5 8.5A.5.5 0 015 8h4a.5.5 0 010 1H5a.5.5 0 01-.5-.5zM6.5 11a.5.5 0 000 1h1a.5.5 0 000-1h-1z",fill:e}))),FH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 1.5a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-11zM2 4v2.3h3V4H2zm0 5.2V6.8h3v2.4H2zm0 .5V12h3V9.7H2zm3.5 0V12h3V9.7h-3zm3.5 0V12h3V9.7H9zm3-.5H9V6.8h3v2.4zm-3.5 0h-3V6.8h3v2.4zM9 6.3h3V4H9v2.3zm-3.5 0h3V4h-3v2.3z",fill:e}))),$H=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M3.5 6.5A.5.5 0 014 6h6a.5.5 0 010 1H4a.5.5 0 01-.5-.5zM4 9a.5.5 0 000 1h6a.5.5 0 000-1H4z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 1.5a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-11zM2 4v8h10V4H2z",fill:e}))),TH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M13 4a.5.5 0 010 1H1a.5.5 0 010-1h12zM13.5 9.5A.5.5 0 0013 9H1a.5.5 0 000 1h12a.5.5 0 00.5-.5z",fill:e}))),IH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M13 3.5a.5.5 0 010 1H1a.5.5 0 010-1h12zM13.5 10a.5.5 0 00-.5-.5H1a.5.5 0 000 1h12a.5.5 0 00.5-.5zM13 6.5a.5.5 0 010 1H1a.5.5 0 010-1h12z",fill:e}))),RH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M8.982 1.632a.5.5 0 00-.964-.263l-3 11a.5.5 0 10.964.263l3-11zM3.32 3.616a.5.5 0 01.064.704L1.151 7l2.233 2.68a.5.5 0 11-.768.64l-2.5-3a.5.5 0 010-.64l2.5-3a.5.5 0 01.704-.064zM10.68 3.616a.5.5 0 00-.064.704L12.849 7l-2.233 2.68a.5.5 0 00.768.64l2.5-3a.5.5 0 000-.64l-2.5-3a.5.5 0 00-.704-.064z",fill:e}))),zH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 2v1.5h1v7H3V12h5a3 3 0 001.791-5.407A2.75 2.75 0 008 2.011V2H3zm5 5.5H5.5v3H8a1.5 1.5 0 100-3zm-.25-4H5.5V6h2.25a1.25 1.25 0 100-2.5z",fill:e}))),BH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M5 2h6v1H8.5l-2 8H9v1H3v-1h2.5l2-8H5V2z",fill:e}))),LH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M10.553 2.268a1.5 1.5 0 00-2.12 0L2.774 7.925a2.5 2.5 0 003.536 3.535l3.535-3.535a.5.5 0 11.707.707l-3.535 3.536-.002.002a3.5 3.5 0 01-4.959-4.941l.011-.011L7.725 1.56l.007-.008a2.5 2.5 0 013.53 3.541l-.002.002-5.656 5.657-.003.003a1.5 1.5 0 01-2.119-2.124l3.536-3.536a.5.5 0 11.707.707L4.189 9.34a.5.5 0 00.707.707l5.657-5.657a1.5 1.5 0 000-2.121z",fill:e}))),OH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M5 2.5a.5.5 0 01.5-.5h7a.5.5 0 010 1h-7a.5.5 0 01-.5-.5zM5 7a.5.5 0 01.5-.5h7a.5.5 0 010 1h-7A.5.5 0 015 7zM5.5 11a.5.5 0 000 1h7a.5.5 0 000-1h-7zM2.5 2H1v1h1v3h1V2.5a.5.5 0 00-.5-.5zM3 8.5v1a.5.5 0 01-1 0V9h-.5a.5.5 0 010-1h1a.5.5 0 01.5.5zM2 10.5a.5.5 0 00-1 0V12h2v-1H2v-.5z",fill:e}))),MH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M2.75 2.5a.75.75 0 11-1.5 0 .75.75 0 011.5 0zM5.5 2a.5.5 0 000 1h7a.5.5 0 000-1h-7zM5.5 11a.5.5 0 000 1h7a.5.5 0 000-1h-7zM2 12.25a.75.75 0 100-1.5.75.75 0 000 1.5zM5 7a.5.5 0 01.5-.5h7a.5.5 0 010 1h-7A.5.5 0 015 7zM2 7.75a.75.75 0 100-1.5.75.75 0 000 1.5z",fill:e}))),PH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M6 7a3 3 0 110-6h5.5a.5.5 0 010 1H10v10.5a.5.5 0 01-1 0V2H7v10.5a.5.5 0 01-1 0V7z",fill:e}))),NH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M2 4.5h1.5L5 6.375 6.5 4.5H8v5H6.5V7L5 8.875 3.5 7v2.5H2v-5zM9.75 4.5h1.5V7h1.25l-2 2.5-2-2.5h1.25V4.5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M.5 2a.5.5 0 00-.5.5v9a.5.5 0 00.5.5h13a.5.5 0 00.5-.5v-9a.5.5 0 00-.5-.5H.5zM1 3v8h12V3H1z",fill:e}))),jH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M5 2.5a.5.5 0 11-1 0 .5.5 0 011 0zM4.5 5a.5.5 0 100-1 .5.5 0 000 1zM5 6.5a.5.5 0 11-1 0 .5.5 0 011 0z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11 0a2 2 0 012 2v10a2 2 0 01-2 2H1.5a.5.5 0 01-.5-.5V.5a.5.5 0 01.5-.5H11zm0 1H3v12h8a1 1 0 001-1V2a1 1 0 00-1-1z",fill:e}))),HH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.031 7.5a4 4 0 007.938 0H13.5a.5.5 0 000-1h-2.53a4 4 0 00-7.94 0H.501a.5.5 0 000 1h2.531zM7 10a3 3 0 100-6 3 3 0 000 6z",fill:e}))),VH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6 2.5a1.5 1.5 0 01-1 1.415v4.053C5.554 7.4 6.367 7 7.5 7c.89 0 1.453-.252 1.812-.557.218-.184.374-.4.482-.62a1.5 1.5 0 111.026.143c-.155.423-.425.87-.86 1.24C9.394 7.685 8.59 8 7.5 8c-1.037 0-1.637.42-1.994.917a2.81 2.81 0 00-.472 1.18A1.5 1.5 0 114 10.086v-6.17A1.5 1.5 0 116 2.5zm-2 9a.5.5 0 111 0 .5.5 0 01-1 0zm1-9a.5.5 0 11-1 0 .5.5 0 011 0zm6 2a.5.5 0 11-1 0 .5.5 0 011 0z",fill:e}))),UH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.354 1.354L7.707 2H8.5A2.5 2.5 0 0111 4.5v5.585a1.5 1.5 0 11-1 0V4.5A1.5 1.5 0 008.5 3h-.793l.647.646a.5.5 0 11-.708.708l-1.5-1.5a.5.5 0 010-.708l1.5-1.5a.5.5 0 11.708.708zM11 11.5a.5.5 0 11-1 0 .5.5 0 011 0zM4 3.915a1.5 1.5 0 10-1 0v6.17a1.5 1.5 0 101 0v-6.17zM3.5 11a.5.5 0 100 1 .5.5 0 000-1zm0-8a.5.5 0 100-1 .5.5 0 000 1z",fill:e}))),WH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.108 3.872A1.5 1.5 0 103 3.915v6.17a1.5 1.5 0 101 0V6.41c.263.41.573.77.926 1.083 1.108.98 2.579 1.433 4.156 1.5A1.5 1.5 0 109.09 7.99c-1.405-.065-2.62-.468-3.5-1.248-.723-.64-1.262-1.569-1.481-2.871zM3.5 11a.5.5 0 100 1 .5.5 0 000-1zM4 2.5a.5.5 0 11-1 0 .5.5 0 011 0zm7 6a.5.5 0 11-1 0 .5.5 0 011 0z",fill:e}))),qH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M11.03 8.103a3.044 3.044 0 01-.202-1.744 2.697 2.697 0 011.4-1.935c-.749-1.18-1.967-1.363-2.35-1.403-.835-.086-2.01.56-2.648.57h-.016c-.639-.01-1.814-.656-2.649-.57-.415.044-1.741.319-2.541 1.593-.281.447-.498 1.018-.586 1.744a6.361 6.361 0 00-.044.85c.005.305.028.604.07.895.09.62.259 1.207.477 1.744.242.595.543 1.13.865 1.585.712 1.008 1.517 1.59 1.971 1.6.934.021 1.746-.61 2.416-.594.006.002.014.003.02.002h.017c.007 0 .014 0 .021-.002.67-.017 1.481.615 2.416.595.453-.011 1.26-.593 1.971-1.6a7.95 7.95 0 00.97-1.856c-.697-.217-1.27-.762-1.578-1.474zm-2.168-5.97c.717-.848.69-2.07.624-2.125-.065-.055-1.25.163-1.985.984-.735.82-.69 2.071-.624 2.125.064.055 1.268-.135 1.985-.984z",fill:e}))),GH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 0a3 3 0 013 3v1.24c.129.132.25.27.362.415.113.111.283.247.515.433l.194.155c.325.261.711.582 1.095.966.765.765 1.545 1.806 1.823 3.186a.501.501 0 01-.338.581 3.395 3.395 0 01-1.338.134 2.886 2.886 0 01-1.049-.304 5.535 5.535 0 01-.17.519 2 2 0 11-2.892 2.55A5.507 5.507 0 017 13c-.439 0-.838-.044-1.201-.125a2 2 0 11-2.892-2.55 5.553 5.553 0 01-.171-.519c-.349.182-.714.27-1.05.304A3.395 3.395 0 01.35 9.977a.497.497 0 01-.338-.582c.278-1.38 1.058-2.42 1.823-3.186.384-.384.77-.705 1.095-.966l.194-.155c.232-.186.402-.322.515-.433.112-.145.233-.283.362-.414V3a3 3 0 013-3zm1.003 11.895a2 2 0 012.141-1.89c.246-.618.356-1.322.356-2.005 0-.514-.101-1.07-.301-1.599l-.027-.017a6.387 6.387 0 00-.857-.42 6.715 6.715 0 00-1.013-.315l-.852.638a.75.75 0 01-.9 0l-.852-.638a6.716 6.716 0 00-1.693.634 4.342 4.342 0 00-.177.101l-.027.017A4.6 4.6 0 003.501 8c0 .683.109 1.387.355 2.005a2 2 0 012.142 1.89c.295.067.627.105 1.002.105s.707-.038 1.003-.105zM5 12a1 1 0 11-2 0 1 1 0 012 0zm6 0a1 1 0 11-2 0 1 1 0 012 0zM6.1 4.3a1.5 1.5 0 011.8 0l.267.2L7 5.375 5.833 4.5l.267-.2zM8.5 2a.5.5 0 01.5.5V3a.5.5 0 01-1 0v-.5a.5.5 0 01.5-.5zM6 2.5a.5.5 0 00-1 0V3a.5.5 0 001 0v-.5z",fill:e}))),KH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("g",{clipPath:"url(#prefix__clip0_1107_3497)",fill:e},u.createElement("path",{d:"M12.261 2.067c0 1.142-.89 2.068-1.988 2.068-1.099 0-1.99-.926-1.99-2.068C8.283.926 9.174 0 10.273 0c1.098 0 1.989.926 1.989 2.067zM3.978 6.6c0 1.142-.89 2.068-1.989 2.068C.891 8.668 0 7.742 0 6.601c0-1.142.89-2.068 1.989-2.068 1.099 0 1.989.926 1.989 2.068zM6.475 11.921A4.761 4.761 0 014.539 11a4.993 4.993 0 01-1.367-1.696 2.765 2.765 0 01-1.701.217 6.725 6.725 0 001.844 2.635 6.379 6.379 0 004.23 1.577 3.033 3.033 0 01-.582-1.728 4.767 4.767 0 01-.488-.083zM11.813 11.933c0 1.141-.89 2.067-1.989 2.067-1.098 0-1.989-.926-1.989-2.067 0-1.142.891-2.068 1.99-2.068 1.098 0 1.989.926 1.989 2.068zM12.592 11.173a6.926 6.926 0 001.402-3.913 6.964 6.964 0 00-1.076-4.023A2.952 2.952 0 0111.8 4.6c.398.78.592 1.656.564 2.539a5.213 5.213 0 01-.724 2.495c.466.396.8.935.952 1.54zM1.987 3.631c-.05 0-.101.002-.151.004C3.073 1.365 5.504.024 8.005.23a3.07 3.07 0 00-.603 1.676 4.707 4.707 0 00-2.206.596 4.919 4.919 0 00-1.7 1.576 2.79 2.79 0 00-1.509-.447z"})),u.createElement("defs",null,u.createElement("clipPath",{id:"prefix__clip0_1107_3497"},u.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),YH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M6.5 1H1v5.5h5.5V1zM13 1H7.5v5.5H13V1zM7.5 7.5H13V13H7.5V7.5zM6.5 7.5H1V13h5.5V7.5z",fill:e}))),XH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("g",{clipPath:"url(#prefix__clip0_1107_3496)"},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.023 3.431a.115.115 0 01-.099.174H7.296A3.408 3.408 0 003.7 6.148a.115.115 0 01-.21.028l-1.97-3.413a.115.115 0 01.01-.129A6.97 6.97 0 017 0a6.995 6.995 0 016.023 3.431zM7 9.615A2.619 2.619 0 014.384 7 2.62 2.62 0 017 4.383 2.619 2.619 0 019.616 7 2.619 2.619 0 017 9.615zm1.034.71a.115.115 0 00-.121-.041 3.4 3.4 0 01-.913.124 3.426 3.426 0 01-3.091-1.973L1.098 3.567a.115.115 0 00-.2.001 7.004 7.004 0 005.058 10.354l.017.001c.04 0 .078-.021.099-.057l1.971-3.414a.115.115 0 00-.009-.128zm1.43-5.954h3.947c.047 0 .09.028.107.072.32.815.481 1.675.481 2.557a6.957 6.957 0 01-2.024 4.923A6.957 6.957 0 017.08 14h-.001a.115.115 0 01-.1-.172L9.794 8.95A3.384 3.384 0 0010.408 7c0-.921-.364-1.785-1.024-2.433a.115.115 0 01.08-.196z",fill:e})),u.createElement("defs",null,u.createElement("clipPath",{id:"prefix__clip0_1107_3496"},u.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),ZH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.042.616a.704.704 0 00-.66.729L1.816 12.9c.014.367.306.66.672.677l9.395.422h.032a.704.704 0 00.704-.703V.704c0-.015 0-.03-.002-.044a.704.704 0 00-.746-.659l-.773.049.057 1.615a.105.105 0 01-.17.086l-.52-.41-.617.468a.105.105 0 01-.168-.088L9.746.134 2.042.616zm8.003 4.747c-.247.192-2.092.324-2.092.05.04-1.045-.429-1.091-.689-1.091-.247 0-.662.075-.662.634 0 .57.607.893 1.32 1.27 1.014.538 2.24 1.188 2.24 2.823 0 1.568-1.273 2.433-2.898 2.433-1.676 0-3.141-.678-2.976-3.03.065-.275 2.197-.21 2.197 0-.026.971.195 1.256.753 1.256.43 0 .624-.236.624-.634 0-.602-.633-.958-1.361-1.367-.987-.554-2.148-1.205-2.148-2.7 0-1.494 1.027-2.489 2.86-2.489 1.832 0 2.832.98 2.832 2.845z",fill:e}))),JH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("g",{clipPath:"url(#prefix__clip0_1107_3503)"},u.createElement("path",{d:"M0 5.176l1.31-1.73 4.902-1.994V.014l4.299 3.144-8.78 1.706v4.8L0 9.162V5.176zm14-2.595v8.548l-3.355 2.857-5.425-1.783v1.783L1.73 9.661l8.784 1.047v-7.55L14 2.581z",fill:e})),u.createElement("defs",null,u.createElement("clipPath",{id:"prefix__clip0_1107_3503"},u.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),QH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 1.522a.411.411 0 00-.412.476l1.746 10.597a.56.56 0 00.547.466h8.373a.411.411 0 00.412-.345l1.017-6.248h-3.87L8.35 9.18H5.677l-.724-3.781h7.904L13.412 2A.411.411 0 0013 1.524L1 1.522z",fill:e}))),eV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 7a7 7 0 1014 0A7 7 0 000 7zm5.215-3.869a1.967 1.967 0 013.747.834v1.283l-3.346-1.93a2.486 2.486 0 00-.401-.187zm3.484 2.58l-3.346-1.93a1.968 1.968 0 00-2.685.72 1.954 1.954 0 00.09 2.106 2.45 2.45 0 01.362-.254l1.514-.873a.27.27 0 01.268 0l2.1 1.21 1.697-.978zm-.323 4.972L6.86 9.81a.268.268 0 01-.134-.231V7.155l-1.698-.98v3.86a1.968 1.968 0 003.747.835 2.488 2.488 0 01-.4-.187zm.268-.464a1.967 1.967 0 002.685-.719 1.952 1.952 0 00-.09-2.106c-.112.094-.233.18-.361.253L7.53 9.577l1.113.642zm-4.106.257a1.974 1.974 0 01-1.87-.975A1.95 1.95 0 012.47 8.01c.136-.507.461-.93.916-1.193L4.5 6.175v3.86c0 .148.013.295.039.44zM11.329 4.5a1.973 1.973 0 00-1.87-.976c.025.145.039.292.039.44v1.747a.268.268 0 01-.135.232l-2.1 1.211v1.96l3.346-1.931a1.966 1.966 0 00.72-2.683z",fill:e}))),tV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M10.847 2.181L8.867.201a.685.685 0 00-.97 0l-4.81 4.81a.685.685 0 000 .969l2.466 2.465-2.405 2.404a.685.685 0 000 .97l1.98 1.98a.685.685 0 00.97 0l4.81-4.81a.685.685 0 000-.969L8.441 5.555l2.405-2.404a.685.685 0 000-.97z",fill:e}))),rV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M11.852 2.885c-.893-.41-1.85-.712-2.85-.884a.043.043 0 00-.046.021c-.123.22-.26.505-.355.73a10.658 10.658 0 00-3.2 0 7.377 7.377 0 00-.36-.73.045.045 0 00-.046-.021c-1 .172-1.957.474-2.85.884a.04.04 0 00-.019.016C.311 5.612-.186 8.257.058 10.869a.048.048 0 00.018.033 11.608 11.608 0 003.496 1.767.045.045 0 00.049-.016c.27-.368.51-.755.715-1.163a.044.044 0 00-.024-.062 7.661 7.661 0 01-1.092-.52.045.045 0 01-.005-.075c.074-.055.147-.112.217-.17a.043.043 0 01.046-.006c2.29 1.046 4.771 1.046 7.035 0a.043.043 0 01.046.006c.07.057.144.115.218.17a.045.045 0 01-.004.075 7.186 7.186 0 01-1.093.52.045.045 0 00-.024.062c.21.407.45.795.715 1.162.011.016.03.023.05.017a11.57 11.57 0 003.5-1.767.045.045 0 00.019-.032c.292-3.02-.49-5.643-2.07-7.969a.036.036 0 00-.018-.016zM4.678 9.279c-.69 0-1.258-.634-1.258-1.411 0-.778.558-1.411 1.258-1.411.707 0 1.27.639 1.259 1.41 0 .778-.558 1.412-1.259 1.412zm4.652 0c-.69 0-1.258-.634-1.258-1.411 0-.778.557-1.411 1.258-1.411.707 0 1.27.639 1.258 1.41 0 .778-.551 1.412-1.258 1.412z",fill:e}))),nV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.399 14H5.06V7H3.5V4.588l1.56-.001-.002-1.421C5.058 1.197 5.533 0 7.6 0h1.721v2.413H8.246c-.805 0-.844.337-.844.966l-.003 1.208h1.934l-.228 2.412L7.401 7l-.002 7z",fill:e}))),aV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.2 0H4.803A2.603 2.603 0 003.41 4.802a2.603 2.603 0 000 4.396 2.602 2.602 0 103.998 2.199v-2.51a2.603 2.603 0 103.187-4.085A2.604 2.604 0 009.2 0zM7.407 7a1.793 1.793 0 103.586 0 1.793 1.793 0 00-3.586 0zm-.81 2.603H4.803a1.793 1.793 0 101.794 1.794V9.603zM4.803 4.397h1.794V.81H4.803a1.793 1.793 0 000 3.587zm0 .81a1.793 1.793 0 000 3.586h1.794V5.207H4.803zm4.397-.81H7.407V.81H9.2a1.794 1.794 0 010 3.587z",fill:e}))),oV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M6.37 8.768l-2.042 3.537h6.755l2.042-3.537H6.37zm6.177-1.003l-3.505-6.07H4.96l3.504 6.07h4.084zM4.378 2.7L.875 8.77l2.042 3.536L6.42 6.236 4.378 2.7z",fill:e}))),iV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 0C3.132 0 0 3.132 0 7a6.996 6.996 0 004.786 6.641c.35.062.482-.149.482-.332 0-.166-.01-.718-.01-1.304-1.758.324-2.213-.429-2.353-.823-.079-.2-.42-.822-.717-.988-.246-.132-.596-.455-.01-.464.552-.009.946.508 1.077.717.63 1.06 1.636.762 2.039.578.061-.455.245-.761.446-.936-1.558-.175-3.185-.779-3.185-3.457 0-.76.271-1.39.717-1.88-.07-.176-.314-.893.07-1.856 0 0 .587-.183 1.925.718a6.495 6.495 0 011.75-.236c.595 0 1.19.078 1.75.236 1.34-.91 1.926-.718 1.926-.718.385.963.14 1.68.07 1.855.446.49.717 1.111.717 1.881 0 2.687-1.636 3.282-3.194 3.457.254.218.473.638.473 1.295 0 .936-.009 1.688-.009 1.925 0 .184.131.402.481.332A7.012 7.012 0 0014 7c0-3.868-3.133-7-7-7z",fill:e}))),lV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.068 5.583l1.487-4.557a.256.256 0 01.487 0L4.53 5.583H1.068L7 13.15 4.53 5.583h4.941l-2.47 7.565 5.931-7.565H9.471l1.488-4.557a.256.256 0 01.486 0l1.488 4.557.75 2.3a.508.508 0 01-.185.568L7 13.148v.001H7L.503 8.452a.508.508 0 01-.186-.57l.75-2.299z",fill:e}))),sV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M10.925 1.094H7.262c-1.643 0-3.189 1.244-3.189 2.685 0 1.473 1.12 2.661 2.791 2.661.116 0 .23-.002.34-.01a1.49 1.49 0 00-.186.684c0 .41.22.741.498 1.012-.21 0-.413.006-.635.006-2.034 0-3.6 1.296-3.6 2.64 0 1.323 1.717 2.15 3.75 2.15 2.32 0 3.6-1.315 3.6-2.639 0-1.06-.313-1.696-1.28-2.38-.331-.235-.965-.805-.965-1.14 0-.392.112-.586.703-1.047.606-.474 1.035-1.14 1.035-1.914 0-.92-.41-1.819-1.18-2.115h1.161l.82-.593zm-1.335 8.96c.03.124.045.25.045.378 0 1.07-.688 1.905-2.665 1.905-1.406 0-2.421-.89-2.421-1.96 0-1.047 1.259-1.92 2.665-1.904.328.004.634.057.911.146.764.531 1.311.832 1.465 1.436zM7.34 6.068c-.944-.028-1.841-1.055-2.005-2.295-.162-1.24.47-2.188 1.415-2.16.943.029 1.84 1.023 2.003 2.262.163 1.24-.47 2.222-1.414 2.193z",fill:e}))),uV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.873 11.608a1.167 1.167 0 00-1.707-.027L3.46 10.018l.01-.04h7.072l.022.076-2.69 1.554zM6.166 2.42l.031.03-3.535 6.124a1.265 1.265 0 00-.043-.012V5.438a1.166 1.166 0 00.84-1.456L6.167 2.42zm4.387 1.562a1.165 1.165 0 00.84 1.456v3.124l-.043.012-3.536-6.123a1.2 1.2 0 00.033-.032l2.706 1.563zM3.473 9.42a1.168 1.168 0 00-.327-.568L6.68 2.73a1.17 1.17 0 00.652 0l3.536 6.123a1.169 1.169 0 00-.327.567H3.473zm8.79-.736a1.169 1.169 0 00-.311-.124V5.44a1.17 1.17 0 10-1.122-1.942L8.13 1.938a1.168 1.168 0 00-1.122-1.5 1.17 1.17 0 00-1.121 1.5l-2.702 1.56a1.168 1.168 0 00-1.86.22 1.17 1.17 0 00.739 1.722v3.12a1.168 1.168 0 00-.74 1.721 1.17 1.17 0 001.861.221l2.701 1.56a1.169 1.169 0 102.233-.035l2.687-1.552a1.168 1.168 0 101.457-1.791z",fill:e}))),cV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M0 0v14h14V0H0zm11.63 3.317l-.75.72a.22.22 0 00-.083.212v-.001 5.289a.22.22 0 00.083.21l.733.72v.159H7.925v-.158l.76-.738c.074-.074.074-.096.074-.21V5.244l-2.112 5.364h-.285l-2.46-5.364V8.84a.494.494 0 00.136.413h.001l.988 1.198v.158H2.226v-.158l.988-1.198a.477.477 0 00.126-.416v.003-4.157a.363.363 0 00-.118-.307l-.878-1.058v-.158h2.727l2.107 4.622L9.031 3.16h2.6v.158z",fill:e}))),dV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.06 9.689c.016.49.423.88.912.88h.032a.911.911 0 00.88-.945.916.916 0 00-.912-.88h-.033c-.033 0-.08 0-.113.016-.669-1.108-.946-2.314-.848-3.618.065-.978.391-1.825.961-2.526.473-.603 1.386-.896 2.005-.913 1.728-.032 2.461 2.119 2.51 2.983.212.049.57.163.815.244C10.073 2.29 8.444.92 6.88.92c-1.467 0-2.82 1.06-3.357 2.625-.75 2.086-.261 4.09.651 5.671a.74.74 0 00-.114.473zm8.279-2.298c-1.239-1.45-3.064-2.249-5.15-2.249h-.261a.896.896 0 00-.798-.489h-.033A.912.912 0 006.13 6.48h.031a.919.919 0 00.8-.554h.293c1.239 0 2.412.358 3.472 1.059.814.538 1.401 1.238 1.727 2.086.277.684.261 1.353-.033 1.923-.456.864-1.222 1.337-2.232 1.337a4.16 4.16 0 01-1.597-.343 9.58 9.58 0 01-.734.587c.7.326 1.418.505 2.102.505 1.565 0 2.722-.863 3.162-1.727.473-.946.44-2.575-.782-3.961zm-7.433 5.51a4.005 4.005 0 01-.977.113c-1.206 0-2.298-.505-2.836-1.32C.376 10.603.13 8.289 2.494 6.577c.05.261.147.62.212.832-.31.228-.798.685-1.108 1.303-.44.864-.391 1.729.13 2.527.359.537.93.864 1.663.962.896.114 1.793-.05 2.657-.505 1.271-.669 2.119-1.467 2.672-2.56a.944.944 0 01-.26-.603.913.913 0 01.88-.945h.033a.915.915 0 01.098 1.825c-.897 1.842-2.478 3.08-4.565 3.488z",fill:e}))),pV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 2.547a5.632 5.632 0 01-1.65.464 2.946 2.946 0 001.263-1.63 5.67 5.67 0 01-1.823.715 2.837 2.837 0 00-2.097-.93c-1.586 0-2.872 1.319-2.872 2.946 0 .23.025.456.074.67C4.508 4.66 2.392 3.488.975 1.706c-.247.435-.389.941-.389 1.481 0 1.022.507 1.923 1.278 2.452a2.806 2.806 0 01-1.3-.368l-.001.037c0 1.427.99 2.617 2.303 2.888a2.82 2.82 0 01-1.297.05c.366 1.17 1.427 2.022 2.683 2.045A5.671 5.671 0 010 11.51a7.985 7.985 0 004.403 1.323c5.283 0 8.172-4.488 8.172-8.38 0-.128-.003-.255-.009-.38A5.926 5.926 0 0014 2.546z",fill:e}))),fV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.99 8.172c.005-.281.007-.672.007-1.172 0-.5-.002-.89-.007-1.172a14.952 14.952 0 00-.066-1.066 9.638 9.638 0 00-.169-1.153c-.083-.38-.264-.7-.542-.96a1.667 1.667 0 00-.972-.454C11.084 2.065 9.337 2 6.999 2s-4.085.065-5.241.195a1.65 1.65 0 00-.969.453c-.276.26-.455.58-.539.961a8.648 8.648 0 00-.176 1.153c-.039.43-.061.785-.066 1.066C.002 6.11 0 6.5 0 7c0 .5.002.89.008 1.172.005.281.027.637.066 1.067.04.43.095.813.168 1.152.084.38.265.7.543.96.279.261.603.412.973.453 1.156.13 2.902.196 5.24.196 2.34 0 4.087-.065 5.243-.196a1.65 1.65 0 00.967-.453c.276-.26.456-.58.54-.96.077-.339.136-.722.175-1.152.04-.43.062-.786.067-1.067zM9.762 6.578A.45.45 0 019.997 7a.45.45 0 01-.235.422l-3.998 2.5a.442.442 0 01-.266.078.538.538 0 01-.242-.063.465.465 0 01-.258-.437v-5c0-.197.086-.343.258-.437a.471.471 0 01.508.016l3.998 2.5z",fill:e}))),hV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.243.04a.87.87 0 01.38.087l2.881 1.386a.874.874 0 01.496.79V11.713a.875.875 0 01-.496.775l-2.882 1.386a.872.872 0 01-.994-.17L4.11 8.674l-2.404 1.823a.583.583 0 01-.744-.034l-.771-.7a.583.583 0 010-.862L2.274 7 .19 5.1a.583.583 0 010-.862l.772-.701a.583.583 0 01.744-.033L4.11 5.327 9.628.296a.871.871 0 01.615-.255zm.259 3.784L6.315 7l4.187 3.176V3.824z",fill:e}))),mV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.667 13H2.333A1.333 1.333 0 011 11.667V2.333C1 1.597 1.597 1 2.333 1h9.334C12.403 1 13 1.597 13 2.333v9.334c0 .736-.597 1.333-1.333 1.333zm-2.114-1.667h1.78V7.675c0-1.548-.877-2.296-2.102-2.296-1.226 0-1.742.955-1.742.955v-.778H5.773v5.777h1.716V8.3c0-.812.374-1.296 1.09-1.296.658 0 .974.465.974 1.296v3.033zm-6.886-7.6c0 .589.474 1.066 1.058 1.066.585 0 1.058-.477 1.058-1.066 0-.589-.473-1.066-1.058-1.066-.584 0-1.058.477-1.058 1.066zm1.962 7.6h-1.79V5.556h1.79v5.777z",fill:e}))),gV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M.5 13.004a.5.5 0 01-.5-.5v-11a.5.5 0 01.5-.5h13a.5.5 0 01.5.5v11a.5.5 0 01-.5.5H.5zm.5-1v-8h12v8H1zm1-9.5a.5.5 0 11-1 0 .5.5 0 011 0zm2 0a.5.5 0 11-1 0 .5.5 0 011 0zm2 0a.5.5 0 11-1 0 .5.5 0 011 0z",fill:e}))),vV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5.004a1.5 1.5 0 00-1.5 1.5v11a1.5 1.5 0 001.5 1.5h7a1.5 1.5 0 001.5-1.5v-11a1.5 1.5 0 00-1.5-1.5h-7zm0 1h7a.5.5 0 01.5.5v9.5H3v-9.5a.5.5 0 01.5-.5zm2.5 11a.5.5 0 000 1h2a.5.5 0 000-1H6z",fill:e}))),yV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 1.504a1.5 1.5 0 011.5-1.5h5a1.5 1.5 0 011.5 1.5v11a1.5 1.5 0 01-1.5 1.5h-5a1.5 1.5 0 01-1.5-1.5v-11zm1 10.5v-10h6v10H4z",fill:e}))),wV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4 .504a.5.5 0 01.5-.5h5a.5.5 0 010 1h-5a.5.5 0 01-.5-.5zm5.5 2.5h-5a.5.5 0 00-.5.5v7a.5.5 0 00.5.5h5a.5.5 0 00.5-.5v-7a.5.5 0 00-.5-.5zm-5-1a1.5 1.5 0 00-1.5 1.5v7a1.5 1.5 0 001.5 1.5h5a1.5 1.5 0 001.5-1.5v-7a1.5 1.5 0 00-1.5-1.5h-5zm2.5 2a.5.5 0 01.5.5v2h1a.5.5 0 110 1H7a.5.5 0 01-.5-.5v-2.5a.5.5 0 01.5-.5zm-2.5 9a.5.5 0 000 1h5a.5.5 0 000-1h-5z",fill:e}))),bV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M2.5 4.504a.5.5 0 01.5-.5h1a.5.5 0 110 1H3a.5.5 0 01-.5-.5zM3 6.004a.5.5 0 100 1h1a.5.5 0 000-1H3zM2.5 8.504a.5.5 0 01.5-.5h1a.5.5 0 110 1H3a.5.5 0 01-.5-.5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.5 13.004a.5.5 0 01-.5-.5v-11a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11zm.5-1v-10h3v10H2zm4-10h6v10H6v-10z",fill:e}))),EV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M9.5 4.504a.5.5 0 01.5-.5h1a.5.5 0 010 1h-1a.5.5 0 01-.5-.5zM10 6.004a.5.5 0 100 1h1a.5.5 0 000-1h-1zM9.5 8.504a.5.5 0 01.5-.5h1a.5.5 0 010 1h-1a.5.5 0 01-.5-.5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.5 13.004a.5.5 0 01-.5-.5v-11a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11zm.5-1v-10h6v10H2zm7-10h3v10H9v-10z",fill:e}))),xV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M11.5 4.504a.5.5 0 00-.5-.5h-1a.5.5 0 100 1h1a.5.5 0 00.5-.5zM11 6.004a.5.5 0 010 1h-1a.5.5 0 010-1h1zM11.5 8.504a.5.5 0 00-.5-.5h-1a.5.5 0 100 1h1a.5.5 0 00.5-.5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.5 13.004a.5.5 0 01-.5-.5v-11a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11zm7.5-1h3v-10H9v10zm-1 0H2v-10h6v4.5H5.207l.65-.65a.5.5 0 10-.707-.708L3.646 6.65a.5.5 0 000 .707l1.497 1.497a.5.5 0 10.707-.708l-.643-.642H8v4.5z",fill:e}))),CV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M1.5 4.504a.5.5 0 01.5-.5h1a.5.5 0 110 1H2a.5.5 0 01-.5-.5zM2 6.004a.5.5 0 100 1h1a.5.5 0 000-1H2zM1.5 8.504a.5.5 0 01.5-.5h1a.5.5 0 110 1H2a.5.5 0 01-.5-.5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M.5 13.004a.5.5 0 01-.5-.5v-11a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5H.5zm.5-1v-10h3v10H1zm4 0v-4.5h2.793l-.643.642a.5.5 0 10.707.708l1.497-1.497a.5.5 0 000-.707L7.85 5.146a.5.5 0 10-.707.708l.65.65H5v-4.5h6v10H5z",fill:e}))),DV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M3 10.504a.5.5 0 01.5-.5h1a.5.5 0 010 1h-1a.5.5 0 01-.5-.5zM6.5 10.004a.5.5 0 000 1h1a.5.5 0 000-1h-1zM9 10.504a.5.5 0 01.5-.5h1a.5.5 0 010 1h-1a.5.5 0 01-.5-.5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 1.504a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-11zm1 6.5v-6h10v6H2zm10 1v3H2v-3h10z",fill:e}))),SV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M3.5 10.004a.5.5 0 000 1h1a.5.5 0 000-1h-1zM6 10.504a.5.5 0 01.5-.5h1a.5.5 0 010 1h-1a.5.5 0 01-.5-.5zM9.5 10.004a.5.5 0 000 1h1a.5.5 0 000-1h-1z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 12.504v-11a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5zm1-.5v-3h10v3H2zm4.5-4H2v-6h10v6H7.5V5.21l.646.646a.5.5 0 10.708-.707l-1.5-1.5a.5.5 0 00-.708 0l-1.5 1.5a.5.5 0 10.708.707l.646-.646v2.793z",fill:e}))),kV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5 5.504a.5.5 0 01.5-.5h3a.5.5 0 01.5.5v3a.5.5 0 01-.5.5h-3a.5.5 0 01-.5-.5v-3zm1 2.5v-2h2v2H6z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.5.004a.5.5 0 01.5.5v1.5h2v-1.5a.5.5 0 011 0v1.5h2.5a.5.5 0 01.5.5v2.5h1.5a.5.5 0 010 1H12v2h1.5a.5.5 0 010 1H12v2.5a.5.5 0 01-.5.5H9v1.5a.5.5 0 01-1 0v-1.5H6v1.5a.5.5 0 01-1 0v-1.5H2.5a.5.5 0 01-.5-.5v-2.5H.5a.5.5 0 010-1H2v-2H.5a.5.5 0 010-1H2v-2.5a.5.5 0 01.5-.5H5v-1.5a.5.5 0 01.5-.5zm5.5 3H3v8h8v-8z",fill:e}))),_V=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 3c0-1.105-2.239-2-5-2s-5 .895-5 2v8c0 .426.26.752.544.977.29.228.68.413 1.116.558.878.293 2.059.465 3.34.465 1.281 0 2.462-.172 3.34-.465.436-.145.825-.33 1.116-.558.285-.225.544-.551.544-.977V3zm-1.03 0a.787.787 0 00-.05-.052c-.13-.123-.373-.28-.756-.434C9.404 2.21 8.286 2 7 2c-1.286 0-2.404.21-3.164.514-.383.153-.625.31-.756.434A.756.756 0 003.03 3a.756.756 0 00.05.052c.13.123.373.28.756.434C4.596 3.79 5.714 4 7 4c1.286 0 2.404-.21 3.164-.514.383-.153.625-.31.756-.434A.787.787 0 0010.97 3zM11 5.75V4.2c-.912.486-2.364.8-4 .8-1.636 0-3.088-.314-4-.8v1.55l.002.008a.147.147 0 00.016.033.618.618 0 00.145.15c.165.13.435.27.813.395.751.25 1.82.414 3.024.414s2.273-.163 3.024-.414c.378-.126.648-.265.813-.395a.62.62 0 00.146-.15.149.149 0 00.015-.033A.03.03 0 0011 5.75zM3 7.013c.2.103.423.193.66.272.878.293 2.059.465 3.34.465 1.281 0 2.462-.172 3.34-.465.237-.079.46-.17.66-.272V8.5l-.002.008a.149.149 0 01-.015.033.62.62 0 01-.146.15c-.165.13-.435.27-.813.395-.751.25-1.82.414-3.024.414s-2.273-.163-3.024-.414c-.378-.126-.648-.265-.813-.395a.618.618 0 01-.145-.15.147.147 0 01-.016-.033A.027.027 0 013 8.5V7.013zm0 2.75V11l.002.008a.147.147 0 00.016.033.617.617 0 00.145.15c.165.13.435.27.813.395.751.25 1.82.414 3.024.414s2.273-.163 3.024-.414c.378-.126.648-.265.813-.395a.619.619 0 00.146-.15.148.148 0 00.015-.033L11 11V9.763c-.2.103-.423.193-.66.272-.878.293-2.059.465-3.34.465-1.281 0-2.462-.172-3.34-.465A4.767 4.767 0 013 9.763z",fill:e}))),AV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M5 3a.5.5 0 00-1 0v3a.5.5 0 001 0V3zM7 2.5a.5.5 0 01.5.5v3a.5.5 0 01-1 0V3a.5.5 0 01.5-.5zM10 4.504a.5.5 0 10-1 0V6a.5.5 0 001 0V4.504z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 3.54l-.001-.002a.499.499 0 00-.145-.388l-3-3a.499.499 0 00-.388-.145L8.464.004H2.5a.5.5 0 00-.5.5v13a.5.5 0 00.5.5h9a.5.5 0 00.5-.5V3.54zM3 1.004h5.293L11 3.71v5.293H3v-8zm0 9v3h8v-3H3z",fill:e}))),FV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.164 3.446a1.5 1.5 0 10-2.328 0L1.81 10.032A1.503 1.503 0 000 11.5a1.5 1.5 0 002.915.5h8.17a1.5 1.5 0 101.104-1.968L8.164 3.446zm-1.475.522a1.506 1.506 0 00.622 0l4.025 6.586a1.495 1.495 0 00-.25.446H2.914a1.497 1.497 0 00-.25-.446l4.024-6.586z",fill:e}))),$V=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.21.046l6.485 2.994A.5.5 0 0114 3.51v6.977a.495.495 0 01-.23.432.481.481 0 01-.071.038L7.23 13.944a.499.499 0 01-.46 0L.3 10.958a.498.498 0 01-.3-.47V3.511a.497.497 0 01.308-.473L6.78.051a.499.499 0 01.43-.005zM1 4.282v5.898l5.5 2.538V6.82L1 4.282zm6.5 8.436L13 10.18V4.282L7.5 6.82v5.898zM12.307 3.5L7 5.95 1.693 3.5 7 1.05l5.307 2.45z",fill:e}))),TV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M7.5.5a.5.5 0 00-1 0v6a.5.5 0 001 0v-6z",fill:e}),u.createElement("path",{d:"M4.273 2.808a.5.5 0 00-.546-.837 6 6 0 106.546 0 .5.5 0 00-.546.837 5 5 0 11-5.454 0z",fill:e}))),IV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.854 2.146l-2-2a.5.5 0 00-.708 0l-1.5 1.5-8.995 8.995a.499.499 0 00-.143.268L.012 13.39a.495.495 0 00.135.463.5.5 0 00.462.134l2.482-.496a.495.495 0 00.267-.143l8.995-8.995 1.5-1.5a.5.5 0 000-.708zM12 3.293l.793-.793L11.5 1.207 10.707 2 12 3.293zm-2-.586L1.707 11 3 12.293 11.293 4 10 2.707zM1.137 12.863l.17-.849.679.679-.849.17z",fill:e}))),RV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M5.586 5.586A2 2 0 018.862 7.73a.5.5 0 10.931.365 3 3 0 10-1.697 1.697.5.5 0 10-.365-.93 2 2 0 01-2.145-3.277z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M.939 6.527c.127.128.19.297.185.464a.635.635 0 01-.185.465L0 8.395a7.099 7.099 0 001.067 2.572h1.32c.182 0 .345.076.46.197a.635.635 0 01.198.46v1.317A7.097 7.097 0 005.602 14l.94-.94a.634.634 0 01.45-.186H7.021c.163 0 .326.061.45.186l.939.938a7.098 7.098 0 002.547-1.057V11.61c0-.181.075-.344.197-.46a.634.634 0 01.46-.197h1.33c.507-.76.871-1.622 1.056-2.55l-.946-.946a.635.635 0 01-.186-.465.635.635 0 01.186-.464l.943-.944a7.099 7.099 0 00-1.044-2.522h-1.34a.635.635 0 01-.46-.197.635.635 0 01-.196-.46V1.057A7.096 7.096 0 008.413.002l-.942.942a.634.634 0 01-.45.186H6.992a.634.634 0 01-.45-.186L5.598 0a7.097 7.097 0 00-2.553 1.058v1.33c0 .182-.076.345-.197.46a.635.635 0 01-.46.198h-1.33A7.098 7.098 0 00.003 5.591l.936.936zm.707 1.636c.324-.324.482-.752.479-1.172a1.634 1.634 0 00-.48-1.171l-.538-.539c.126-.433.299-.847.513-1.235h.768c.459 0 .873-.19 1.167-.49.3-.295.49-.708.49-1.167v-.77c.39-.215.807-.388 1.243-.515l.547.547c.32.32.742.48 1.157.48l.015-.001h.014c.415 0 .836-.158 1.157-.479l.545-.544c.433.126.846.299 1.234.512v.784c0 .46.19.874.49 1.168.294.3.708.49 1.167.49h.776c.209.382.378.788.502 1.213l-.545.546a1.635 1.635 0 00-.48 1.17c-.003.421.155.849.48 1.173l.549.55c-.126.434-.3.85-.513 1.239h-.77c-.458 0-.872.19-1.166.49-.3.294-.49.708-.49 1.167v.77a6.09 6.09 0 01-1.238.514l-.54-.54a1.636 1.636 0 00-1.158-.48H6.992c-.415 0-.837.159-1.157.48l-.543.543a6.091 6.091 0 01-1.247-.516v-.756c0-.459-.19-.873-.49-1.167-.294-.3-.708-.49-1.167-.49h-.761a6.094 6.094 0 01-.523-1.262l.542-.542z",fill:e}))),zV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M5.585 8.414a2 2 0 113.277-.683.5.5 0 10.931.365 3 3 0 10-1.697 1.697.5.5 0 00-.365-.93 2 2 0 01-2.146-.449z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.5.289a1 1 0 011 0l5.062 2.922a1 1 0 01.5.866v5.846a1 1 0 01-.5.866L7.5 13.71a1 1 0 01-1 0L1.437 10.79a1 1 0 01-.5-.866V4.077a1 1 0 01.5-.866L6.5.29zm.5.866l5.062 2.922v5.846L7 12.845 1.937 9.923V4.077L7 1.155z",fill:e}))),BV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.5 1c.441 0 .564.521.252.833l-.806.807a.51.51 0 000 .72l.694.694a.51.51 0 00.72 0l.807-.806c.312-.312.833-.19.833.252a2.5 2.5 0 01-3.414 2.328l-6.879 6.88a1 1 0 01-1.414-1.415l6.88-6.88A2.5 2.5 0 0110.5 1zM2 12.5a.5.5 0 100-1 .5.5 0 000 1z",fill:e}))),LV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M4 7a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM13 7a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM7 8.5a1.5 1.5 0 100-3 1.5 1.5 0 000 3z",fill:e}))),OV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M5.903.112a.107.107 0 01.194 0l.233.505.552.066c.091.01.128.123.06.185l-.408.377.109.546a.107.107 0 01-.158.114L6 1.634l-.485.271a.107.107 0 01-.158-.114l.108-.546-.408-.377a.107.107 0 01.06-.185L5.67.617l.233-.505zM2.194.224a.214.214 0 00-.389 0l-.466 1.01-1.104.131a.214.214 0 00-.12.37l.816.755-.217 1.091a.214.214 0 00.315.23L2 3.266l.971.543c.16.09.35-.05.315-.229l-.216-1.09.816-.756a.214.214 0 00-.12-.37L2.66 1.234 2.194.224zM12.194 8.224a.214.214 0 00-.389 0l-.466 1.01-1.104.13a.214.214 0 00-.12.371l.816.755-.217 1.091a.214.214 0 00.315.23l.97-.544.971.543c.16.09.35-.05.315-.229l-.216-1.09.816-.756a.214.214 0 00-.12-.37l-1.105-.131-.466-1.01z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.5 12.797l-1.293-1.293 6.758-6.758L9.258 6.04 2.5 12.797zm7.465-7.465l2.828-2.828L11.5 1.211 8.672 4.04l1.293 1.293zM.147 11.857a.5.5 0 010-.707l11-11a.5.5 0 01.706 0l2 2a.5.5 0 010 .708l-11 11a.5.5 0 01-.706 0l-2-2z",fill:e}))),MV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M13.854 3.354a.5.5 0 00-.708-.708L5 10.793.854 6.646a.5.5 0 10-.708.708l4.5 4.5a.5.5 0 00.708 0l8.5-8.5z",fill:e}))),PV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M2 1.004a1 1 0 00-1 1v10a1 1 0 001 1h10a1 1 0 001-1V6.393a.5.5 0 00-1 0v5.61H2v-10h7.5a.5.5 0 000-1H2z",fill:e}),u.createElement("path",{d:"M6.354 9.857l7.5-7.5a.5.5 0 00-.708-.707L6 8.797 3.854 6.65a.5.5 0 10-.708.707l2.5 2.5a.5.5 0 00.708 0z",fill:e}))),NV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M11.5 2a.5.5 0 000 1h2a.5.5 0 000-1h-2zM8.854 2.646a.5.5 0 010 .708L5.207 7l3.647 3.646a.5.5 0 01-.708.708L4.5 7.707.854 11.354a.5.5 0 01-.708-.708L3.793 7 .146 3.354a.5.5 0 11.708-.708L4.5 6.293l3.646-3.647a.5.5 0 01.708 0zM11 7a.5.5 0 01.5-.5h2a.5.5 0 010 1h-2A.5.5 0 0111 7zM11.5 11a.5.5 0 000 1h2a.5.5 0 000-1h-2z",fill:e}))),jV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M11.5 2a.5.5 0 000 1h2a.5.5 0 000-1h-2zM9.3 2.6a.5.5 0 01.1.7l-5.995 7.993a.505.505 0 01-.37.206.5.5 0 01-.395-.152L.146 8.854a.5.5 0 11.708-.708l2.092 2.093L8.6 2.7a.5.5 0 01.7-.1zM11 7a.5.5 0 01.5-.5h2a.5.5 0 010 1h-2A.5.5 0 0111 7zM11.5 11a.5.5 0 000 1h2a.5.5 0 000-1h-2z",fill:e}))),HV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M10.5 1a.5.5 0 01.5.5V2h1.5a.5.5 0 010 1H11v.5a.5.5 0 01-1 0V3H1.5a.5.5 0 010-1H10v-.5a.5.5 0 01.5-.5zM1.5 11a.5.5 0 000 1H10v.5a.5.5 0 001 0V12h1.5a.5.5 0 000-1H11v-.5a.5.5 0 00-1 0v.5H1.5zM1 7a.5.5 0 01.5-.5H3V6a.5.5 0 011 0v.5h8.5a.5.5 0 010 1H4V8a.5.5 0 01-1 0v-.5H1.5A.5.5 0 011 7z",fill:e}))),VV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M7.5.5a.5.5 0 00-1 0v6h-6a.5.5 0 000 1h6v6a.5.5 0 001 0v-6h6a.5.5 0 000-1h-6v-6z",fill:e}))),UV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M2.03.97A.75.75 0 00.97 2.03L5.94 7 .97 11.97a.75.75 0 101.06 1.06L7 8.06l4.97 4.97a.75.75 0 101.06-1.06L8.06 7l4.97-4.97A.75.75 0 0011.97.97L7 5.94 2.03.97z",fill:e}))),hT=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M1.854 1.146a.5.5 0 10-.708.708L6.293 7l-5.147 5.146a.5.5 0 00.708.708L7 7.707l5.146 5.147a.5.5 0 00.708-.708L7.707 7l5.147-5.146a.5.5 0 00-.708-.708L7 6.293 1.854 1.146z",fill:e}))),WV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M5.5 4.5A.5.5 0 016 5v5a.5.5 0 01-1 0V5a.5.5 0 01.5-.5zM9 5a.5.5 0 00-1 0v5a.5.5 0 001 0V5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.5.5A.5.5 0 015 0h4a.5.5 0 01.5.5V2h3a.5.5 0 010 1H12v8a2 2 0 01-2 2H4a2 2 0 01-2-2V3h-.5a.5.5 0 010-1h3V.5zM3 3v8a1 1 0 001 1h6a1 1 0 001-1V3H3zm2.5-2h3v1h-3V1z",fill:e}))),qV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("g",{clipPath:"url(#prefix__clip0_1107_3502)"},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.44 4.44L9.56.56a1.5 1.5 0 00-2.12 0L7 1a1.415 1.415 0 000 2L5 5H3.657A4 4 0 00.828 6.17l-.474.475a.5.5 0 000 .707l2.793 2.793-3 3a.5.5 0 00.707.708l3-3 2.792 2.792a.5.5 0 00.708 0l.474-.475A4 4 0 009 10.343V9l2-2a1.414 1.414 0 002 0l.44-.44a1.5 1.5 0 000-2.12zM11 5.585l-3 3v1.757a3 3 0 01-.879 2.121L7 12.586 1.414 7l.122-.122A3 3 0 013.656 6h1.758l3-3-.707-.707a.414.414 0 010-.586l.44-.44a.5.5 0 01.707 0l3.878 3.88a.5.5 0 010 .706l-.44.44a.414.414 0 01-.585 0L11 5.586z",fill:e})),u.createElement("defs",null,u.createElement("clipPath",{id:"prefix__clip0_1107_3502"},u.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),GV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("g",{clipPath:"url(#prefix__clip0_1107_3501)",fill:e},u.createElement("path",{d:"M13.44 4.44L9.56.56a1.5 1.5 0 00-2.12 0L7 1a1.415 1.415 0 000 2L5.707 4.293 6.414 5l2-2-.707-.707a.414.414 0 010-.586l.44-.44a.5.5 0 01.707 0l3.878 3.88a.5.5 0 010 .706l-.44.44a.414.414 0 01-.585 0L11 5.586l-2 2 .707.707L11 7a1.414 1.414 0 002 0l.44-.44a1.5 1.5 0 000-2.12zM.828 6.171a4 4 0 012.758-1.17l1 .999h-.93a3 3 0 00-2.12.878L1.414 7 7 12.586l.121-.122A3 3 0 008 10.343v-.929l1 1a4 4 0 01-1.172 2.757l-.474.475a.5.5 0 01-.708 0l-2.792-2.792-3 3a.5.5 0 01-.708-.708l3-3L.355 7.353a.5.5 0 010-.707l.474-.475zM1.854 1.146a.5.5 0 10-.708.708l11 11a.5.5 0 00.708-.708l-11-11z"})),u.createElement("defs",null,u.createElement("clipPath",{id:"prefix__clip0_1107_3501"},u.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),KV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M7 3a.5.5 0 01.5.5v3h3a.5.5 0 010 1h-3v3a.5.5 0 01-1 0v-3h-3a.5.5 0 010-1h3v-3A.5.5 0 017 3z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zm0-1A6 6 0 107 1a6 6 0 000 12z",fill:e}))),YV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M3.5 6.5a.5.5 0 000 1h7a.5.5 0 000-1h-7z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),XV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M9.854 4.146a.5.5 0 010 .708L7.707 7l2.147 2.146a.5.5 0 01-.708.708L7 7.707 4.854 9.854a.5.5 0 01-.708-.708L6.293 7 4.146 4.854a.5.5 0 11.708-.708L7 6.293l2.146-2.147a.5.5 0 01.708 0z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zm0-1A6 6 0 107 1a6 6 0 000 12z",fill:e}))),ZV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0a6 6 0 01-9.874 4.582l8.456-8.456A5.976 5.976 0 0113 7zM2.418 10.874l8.456-8.456a6 6 0 00-8.456 8.456z",fill:e}))),JV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zm3.854-9.354a.5.5 0 010 .708l-4.5 4.5a.5.5 0 01-.708 0l-2.5-2.5a.5.5 0 11.708-.708L6 8.793l4.146-4.147a.5.5 0 01.708 0z",fill:e}))),QV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zM3.5 6.5a.5.5 0 000 1h7a.5.5 0 000-1h-7z",fill:e}))),eU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zm2.854-9.854a.5.5 0 010 .708L7.707 7l2.147 2.146a.5.5 0 01-.708.708L7 7.707 4.854 9.854a.5.5 0 01-.708-.708L6.293 7 4.146 4.854a.5.5 0 11.708-.708L7 6.293l2.146-2.147a.5.5 0 01.708 0z",fill:e}))),tU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5 2h7a2 2 0 012 2v6a2 2 0 01-2 2H5a1.994 1.994 0 01-1.414-.586l-3-3a2 2 0 010-2.828l3-3A1.994 1.994 0 015 2zm1.146 3.146a.5.5 0 01.708 0L8 6.293l1.146-1.147a.5.5 0 11.708.708L8.707 7l1.147 1.146a.5.5 0 01-.708.708L8 7.707 6.854 8.854a.5.5 0 11-.708-.708L7.293 7 6.146 5.854a.5.5 0 010-.708z",fill:e}))),rU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M3.5 5.004a.5.5 0 100 1h7a.5.5 0 000-1h-7zM3 8.504a.5.5 0 01.5-.5h7a.5.5 0 010 1h-7a.5.5 0 01-.5-.5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.5 12.004H5.707l-1.853 1.854a.5.5 0 01-.351.146h-.006a.499.499 0 01-.497-.5v-1.5H1.5a.5.5 0 01-.5-.5v-9a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v9a.5.5 0 01-.5.5zm-10.5-1v-8h10v8H2z",fill:e}))),nU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M7.5 5.004a.5.5 0 10-1 0v1.5H5a.5.5 0 100 1h1.5v1.5a.5.5 0 001 0v-1.5H9a.5.5 0 000-1H7.5v-1.5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.691 13.966a.498.498 0 01-.188.038h-.006a.499.499 0 01-.497-.5v-1.5H1.5a.5.5 0 01-.5-.5v-9a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v9a.5.5 0 01-.5.5H5.707l-1.853 1.854a.5.5 0 01-.163.108zM2 3.004v8h10v-8H2z",fill:e}))),aU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M9.854 6.65a.5.5 0 010 .707l-2 2a.5.5 0 11-.708-.707l1.15-1.15-3.796.004a.5.5 0 010-1L8.29 6.5 7.145 5.357a.5.5 0 11.708-.707l2 2z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.691 13.966a.498.498 0 01-.188.038h-.006a.499.499 0 01-.497-.5v-1.5H1.5a.5.5 0 01-.5-.5v-9a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v9a.5.5 0 01-.5.5H5.707l-1.853 1.854a.5.5 0 01-.163.108zM2 3.004v8h10v-8H2z",fill:e}))),oU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M8.5 7.004a.5.5 0 000-1h-5a.5.5 0 100 1h5zM9 8.504a.5.5 0 01-.5.5h-5a.5.5 0 010-1h5a.5.5 0 01.5.5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 11.504v-1.5h1.5a.5.5 0 00.5-.5v-8a.5.5 0 00-.5-.5h-11a.5.5 0 00-.5.5v1.5H.5a.5.5 0 00-.5.5v8a.5.5 0 00.5.5H2v1.5a.499.499 0 00.497.5h.006a.498.498 0 00.35-.146l1.854-1.854H11.5a.5.5 0 00.5-.5zm-9-8.5v-1h10v7h-1v-5.5a.5.5 0 00-.5-.5H3zm-2 8v-7h10v7H1z",fill:e}))),iU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 2a2 2 0 012-2h8a2 2 0 012 2v8a2 2 0 01-2 2H6.986a.444.444 0 01-.124.103l-3.219 1.84A.43.43 0 013 13.569V12a2 2 0 01-2-2V2zm3.42 4.78a.921.921 0 110-1.843.921.921 0 010 1.842zm1.658-.922a.921.921 0 101.843 0 .921.921 0 00-1.843 0zm2.58 0a.921.921 0 101.842 0 .921.921 0 00-1.843 0z",fill:e}))),lU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M8 8.004a1 1 0 01-.5.866v1.634a.5.5 0 01-1 0V8.87A1 1 0 118 8.004z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 4.004a4 4 0 118 0v1h1.5a.5.5 0 01.5.5v8a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-8a.5.5 0 01.5-.5H3v-1zm7 1v-1a3 3 0 10-6 0v1h6zm2 1H2v7h10v-7z",fill:e}))),sU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("g",{clipPath:"url(#prefix__clip0_1107_3614)",fill:e},u.createElement("path",{d:"M6.5 8.87a1 1 0 111 0v1.634a.5.5 0 01-1 0V8.87z"}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 1a3 3 0 00-3 3v1.004h8.5a.5.5 0 01.5.5v8a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-8a.5.5 0 01.5-.5H3V4a4 4 0 017.755-1.381.5.5 0 01-.939.345A3.001 3.001 0 007 1zM2 6.004h10v7H2v-7z"})),u.createElement("defs",null,u.createElement("clipPath",{id:"prefix__clip0_1107_3614"},u.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),uU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M11 4a1 1 0 11-2 0 1 1 0 012 0z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.5 8.532V9.5a.5.5 0 01-.5.5H5.5v1.5a.5.5 0 01-.5.5H3.5v1.5a.5.5 0 01-.5.5H.5a.5.5 0 01-.5-.5v-2a.5.5 0 01.155-.362l5.11-5.11A4.5 4.5 0 117.5 8.532zM6 4.5a3.5 3.5 0 111.5 2.873c-.29-.203-1-.373-1 .481V9H5a.5.5 0 00-.5.5V11H3a.5.5 0 00-.5.5V13H1v-1.293l5.193-5.193a.552.552 0 00.099-.613A3.473 3.473 0 016 4.5z",fill:e}))),cU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M7.354.15a.5.5 0 00-.708 0l-2 2a.5.5 0 10.708.707L6.5 1.711v6.793a.5.5 0 001 0V1.71l1.146 1.146a.5.5 0 10.708-.707l-2-2z",fill:e}),u.createElement("path",{d:"M2 7.504a.5.5 0 10-1 0v5a.5.5 0 00.5.5h11a.5.5 0 00.5-.5v-5a.5.5 0 00-1 0v4.5H2v-4.5z",fill:e}))),dU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M2.5 8.004a.5.5 0 100 1h3a.5.5 0 000-1h-3z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 11.504a.5.5 0 00.5.5h13a.5.5 0 00.5-.5v-9a.5.5 0 00-.5-.5H.5a.5.5 0 00-.5.5v9zm1-8.5v1h12v-1H1zm0 8h12v-5H1v5z",fill:e}))),pU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M1 3.004a1 1 0 00-1 1v5a1 1 0 001 1h3.5a.5.5 0 100-1H1v-5h12v5h-1a.5.5 0 000 1h1a1 1 0 001-1v-5a1 1 0 00-1-1H1z",fill:e}),u.createElement("path",{d:"M6.45 7.006a.498.498 0 01.31.07L10.225 9.1a.5.5 0 01-.002.873l-1.074.621.75 1.3a.75.75 0 01-1.3.75l-.75-1.3-1.074.62a.497.497 0 01-.663-.135.498.498 0 01-.095-.3L6 7.515a.497.497 0 01.45-.509z",fill:e}))),fU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M4 1.504a.5.5 0 01.5-.5h5a.5.5 0 110 1h-2v10h2a.5.5 0 010 1h-5a.5.5 0 010-1h2v-10h-2a.5.5 0 01-.5-.5z",fill:e}),u.createElement("path",{d:"M0 4.504a.5.5 0 01.5-.5h4a.5.5 0 110 1H1v4h3.5a.5.5 0 110 1h-4a.5.5 0 01-.5-.5v-5zM9.5 4.004a.5.5 0 100 1H13v4H9.5a.5.5 0 100 1h4a.5.5 0 00.5-.5v-5a.5.5 0 00-.5-.5h-4z",fill:e}))),hU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.943 12.457a.27.27 0 00.248-.149L7.77 9.151l2.54 2.54a.257.257 0 00.188.073c.082 0 .158-.03.21-.077l.788-.79a.27.27 0 000-.392L8.891 7.9l3.416-1.708a.29.29 0 00.117-.106.222.222 0 00.033-.134.332.332 0 00-.053-.161.174.174 0 00-.092-.072l-.02-.007-10.377-4.15a.274.274 0 00-.355.354l4.15 10.372a.275.275 0 00.233.169zm-.036 1l-.02-.002c-.462-.03-.912-.31-1.106-.796L.632 2.287A1.274 1.274 0 012.286.633l10.358 4.143c.516.182.782.657.81 1.114a1.25 1.25 0 01-.7 1.197L10.58 8.174l1.624 1.624a1.27 1.27 0 010 1.807l-.8.801-.008.007c-.491.46-1.298.48-1.792-.014l-1.56-1.56-.957 1.916a1.27 1.27 0 01-1.142.702h-.037z",fill:e}))),mU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.87 6.008a.505.505 0 00-.003-.028v-.002c-.026-.27-.225-.48-.467-.498a.5.5 0 00-.53.5v1.41c0 .25-.22.47-.47.47a.48.48 0 01-.47-.47V5.17a.6.6 0 00-.002-.05c-.023-.268-.223-.49-.468-.5a.5.5 0 00-.52.5v1.65a.486.486 0 01-.47.47.48.48 0 01-.47-.47V4.62a.602.602 0 00-.002-.05v-.002c-.023-.266-.224-.48-.468-.498a.5.5 0 00-.53.5v2.2c0 .25-.22.47-.47.47a.49.49 0 01-.47-.47V1.8c0-.017 0-.034-.002-.05-.022-.268-.214-.49-.468-.5a.5.5 0 00-.52.5v6.78c0 .25-.22.47-.47.47a.48.48 0 01-.47-.47l.001-.1c.001-.053.002-.104 0-.155a.775.775 0 00-.06-.315.65.65 0 00-.16-.22 29.67 29.67 0 01-.21-.189c-.2-.182-.4-.365-.617-.532l-.003-.003A6.366 6.366 0 003.06 7l-.01-.007c-.433-.331-.621-.243-.69-.193-.26.14-.29.5-.13.74l1.73 2.6v.01h-.016l-.035.023.05-.023s1.21 2.6 3.57 2.6c3.54 0 4.2-1.9 4.31-4.42.039-.591.036-1.189.032-1.783l-.002-.507v-.032zm.969 2.376c-.057 1.285-.254 2.667-1.082 3.72-.88 1.118-2.283 1.646-4.227 1.646-1.574 0-2.714-.87-3.406-1.623a6.958 6.958 0 01-1.046-1.504l-.006-.012-1.674-2.516a1.593 1.593 0 01-.25-1.107 1.44 1.44 0 01.69-1.041c.195-.124.485-.232.856-.186.357.044.681.219.976.446.137.106.272.22.4.331V1.75A1.5 1.5 0 015.63.25c.93.036 1.431.856 1.431 1.55v1.335a1.5 1.5 0 01.53-.063h.017c.512.04.915.326 1.153.71a1.5 1.5 0 01.74-.161c.659.025 1.115.458 1.316.964a1.493 1.493 0 01.644-.103h.017c.856.067 1.393.814 1.393 1.558l.002.48c.004.596.007 1.237-.033 1.864z",fill:e}))),gU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5 6A2.5 2.5 0 116 3.5V5h2V3.5A2.5 2.5 0 1110.5 6H9v2h1.5A2.5 2.5 0 118 10.5V9H6v1.5A2.5 2.5 0 113.5 8H5V6H3.5zM2 3.5a1.5 1.5 0 113 0V5H3.5A1.5 1.5 0 012 3.5zM6 6v2h2V6H6zm3-1h1.5A1.5 1.5 0 109 3.5V5zM3.5 9H5v1.5A1.5 1.5 0 113.5 9zM9 9v1.5A1.5 1.5 0 1010.5 9H9z",fill:e}))),vU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M7 5.5a.5.5 0 01.5.5v4a.5.5 0 01-1 0V6a.5.5 0 01.5-.5zM7 4.5A.75.75 0 107 3a.75.75 0 000 1.5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zm0-1A6 6 0 107 1a6 6 0 000 12z",fill:e}))),yU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M5.25 5.25A1.75 1.75 0 117 7a.5.5 0 00-.5.5V9a.5.5 0 001 0V7.955A2.75 2.75 0 104.25 5.25a.5.5 0 001 0zM7 11.5A.75.75 0 107 10a.75.75 0 000 1.5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),wU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-3.524 4.89A5.972 5.972 0 017 13a5.972 5.972 0 01-3.477-1.11l1.445-1.444C5.564 10.798 6.258 11 7 11s1.436-.202 2.032-.554l1.444 1.445zm-.03-2.858l1.445 1.444A5.972 5.972 0 0013 7c0-1.296-.41-2.496-1.11-3.477l-1.444 1.445C10.798 5.564 11 6.258 11 7s-.202 1.436-.554 2.032zM9.032 3.554l1.444-1.445A5.972 5.972 0 007 1c-1.296 0-2.496.41-3.477 1.11l1.445 1.444A3.981 3.981 0 017 3c.742 0 1.436.202 2.032.554zM3.554 4.968L2.109 3.523A5.973 5.973 0 001 7c0 1.296.41 2.496 1.11 3.476l1.444-1.444A3.981 3.981 0 013 7c0-.742.202-1.436.554-2.032zM10 7a3 3 0 11-6 0 3 3 0 016 0z",fill:e}))),bU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M7 4.5a.5.5 0 01.5.5v3.5a.5.5 0 11-1 0V5a.5.5 0 01.5-.5zM7.75 10.5a.75.75 0 11-1.5 0 .75.75 0 011.5 0z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.206 1.045a.498.498 0 01.23.209l6.494 10.992a.5.5 0 01-.438.754H.508a.497.497 0 01-.506-.452.498.498 0 01.072-.31l6.49-10.984a.497.497 0 01.642-.21zM7 2.483L1.376 12h11.248L7 2.483z",fill:e}))),EU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zM6.5 8a.5.5 0 001 0V4a.5.5 0 00-1 0v4zm-.25 2.25a.75.75 0 111.5 0 .75.75 0 01-1.5 0z",fill:e}))),xU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 2.504a.5.5 0 01.5-.5h13a.5.5 0 01.5.5v9a.5.5 0 01-.5.5H.5a.5.5 0 01-.5-.5v-9zm1 1.012v7.488h12V3.519L7.313 7.894a.496.496 0 01-.526.062.497.497 0 01-.1-.062L1 3.516zm11.03-.512H1.974L7 6.874l5.03-3.87z",fill:e}))),CU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.76 8.134l-.05.05a.2.2 0 01-.28.03 6.76 6.76 0 01-1.63-1.65.21.21 0 01.04-.27l.05-.05c.23-.2.54-.47.71-.96.17-.47-.02-1.04-.66-1.94-.26-.38-.72-.96-1.22-1.46-.68-.69-1.2-1-1.65-1a.98.98 0 00-.51.13A3.23 3.23 0 00.9 3.424c-.13 1.1.26 2.37 1.17 3.78a16.679 16.679 0 004.55 4.6 6.57 6.57 0 003.53 1.32 3.2 3.2 0 002.85-1.66c.14-.24.24-.64-.07-1.18a7.803 7.803 0 00-1.73-1.81c-.64-.5-1.52-1.11-2.13-1.11a.97.97 0 00-.34.06c-.472.164-.74.458-.947.685l-.023.025zm4.32 2.678a6.801 6.801 0 00-1.482-1.54l-.007-.005-.006-.005a8.418 8.418 0 00-.957-.662 2.7 2.7 0 00-.4-.193.683.683 0 00-.157-.043l-.004.002-.009.003c-.224.078-.343.202-.56.44l-.014.016-.046.045a1.2 1.2 0 01-1.602.149A7.76 7.76 0 014.98 7.134l-.013-.019-.013-.02a1.21 1.21 0 01.195-1.522l.06-.06.026-.024c.219-.19.345-.312.422-.533l.003-.01v-.008a.518.518 0 00-.032-.142c-.06-.178-.203-.453-.502-.872l-.005-.008-.005-.007A10.18 10.18 0 004.013 2.59l-.005-.005c-.31-.314-.543-.5-.716-.605-.147-.088-.214-.096-.222-.097h-.016l-.006.003-.01.006a2.23 2.23 0 00-1.145 1.656c-.09.776.175 1.806 1.014 3.108a15.68 15.68 0 004.274 4.32l.022.014.022.016a5.57 5.57 0 002.964 1.117 2.2 2.2 0 001.935-1.141l.006-.012.004-.007a.182.182 0 00-.007-.038.574.574 0 00-.047-.114z",fill:e}))),DU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M11.841 2.159a2.25 2.25 0 00-3.182 0l-2.5 2.5a2.25 2.25 0 000 3.182.5.5 0 01-.707.707 3.25 3.25 0 010-4.596l2.5-2.5a3.25 3.25 0 014.596 4.596l-2.063 2.063a4.27 4.27 0 00-.094-1.32l1.45-1.45a2.25 2.25 0 000-3.182z",fill:e}),u.createElement("path",{d:"M3.61 7.21c-.1-.434-.132-.88-.095-1.321L1.452 7.952a3.25 3.25 0 104.596 4.596l2.5-2.5a3.25 3.25 0 000-4.596.5.5 0 00-.707.707 2.25 2.25 0 010 3.182l-2.5 2.5A2.25 2.25 0 112.159 8.66l1.45-1.45z",fill:e}))),SU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M1.452 7.952l1.305-1.305.708.707-1.306 1.305a2.25 2.25 0 103.182 3.182l1.306-1.305.707.707-1.306 1.305a3.25 3.25 0 01-4.596-4.596zM12.548 6.048l-1.305 1.306-.707-.708 1.305-1.305a2.25 2.25 0 10-3.182-3.182L7.354 3.464l-.708-.707 1.306-1.305a3.25 3.25 0 014.596 4.596zM1.854 1.146a.5.5 0 10-.708.708l11 11a.5.5 0 00.707-.707l-11-11z",fill:e}))),kU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.994 1.11a1 1 0 10-1.988 0A4.502 4.502 0 002.5 5.5v3.882l-.943 1.885a.497.497 0 00-.053.295.5.5 0 00.506.438h3.575a1.5 1.5 0 102.83 0h3.575a.5.5 0 00.453-.733L11.5 9.382V5.5a4.502 4.502 0 00-3.506-4.39zM2.81 11h8.382l-.5-1H3.31l-.5 1zM10.5 9V5.5a3.5 3.5 0 10-7 0V9h7zm-4 3.5a.5.5 0 111 0 .5.5 0 01-1 0z",fill:e}))),_U=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M1.5.5A.5.5 0 012 0c6.627 0 12 5.373 12 12a.5.5 0 01-1 0C13 5.925 8.075 1 2 1a.5.5 0 01-.5-.5z",fill:e}),u.createElement("path",{d:"M1.5 4.5A.5.5 0 012 4a8 8 0 018 8 .5.5 0 01-1 0 7 7 0 00-7-7 .5.5 0 01-.5-.5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5 11a2 2 0 11-4 0 2 2 0 014 0zm-1 0a1 1 0 11-2 0 1 1 0 012 0z",fill:e}))),AU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M2 1.004a1 1 0 00-1 1v10a1 1 0 001 1h10a1 1 0 001-1v-4.5a.5.5 0 00-1 0v4.5H2v-10h4.5a.5.5 0 000-1H2z",fill:e}),u.createElement("path",{d:"M7.354 7.357L12 2.711v1.793a.5.5 0 001 0v-3a.5.5 0 00-.5-.5h-3a.5.5 0 100 1h1.793L6.646 6.65a.5.5 0 10.708.707z",fill:e}))),FU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M6.646.15a.5.5 0 01.708 0l2 2a.5.5 0 11-.708.707L7.5 1.711v6.793a.5.5 0 01-1 0V1.71L5.354 2.857a.5.5 0 11-.708-.707l2-2z",fill:e}),u.createElement("path",{d:"M2 4.004a1 1 0 00-1 1v7a1 1 0 001 1h10a1 1 0 001-1v-7a1 1 0 00-1-1H9.5a.5.5 0 100 1H12v7H2v-7h2.5a.5.5 0 000-1H2z",fill:e}))),$U=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M13.854 6.646a.5.5 0 010 .708l-2 2a.5.5 0 01-.708-.708L12.293 7.5H5.5a.5.5 0 010-1h6.793l-1.147-1.146a.5.5 0 01.708-.708l2 2z",fill:e}),u.createElement("path",{d:"M10 2a1 1 0 00-1-1H2a1 1 0 00-1 1v10a1 1 0 001 1h7a1 1 0 001-1V9.5a.5.5 0 00-1 0V12H2V2h7v2.5a.5.5 0 001 0V2z",fill:e}))),TU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 13A6 6 0 107 1a6 6 0 000 12zm0 1A7 7 0 107 0a7 7 0 000 14z",fill:e}))),IU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M14 7A7 7 0 110 7a7 7 0 0114 0z",fill:e}))),RU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5 0h7a.5.5 0 01.5.5v13a.5.5 0 01-.454.498.462.462 0 01-.371-.118L7 11.159l-3.175 2.72a.46.46 0 01-.379.118A.5.5 0 013 13.5V.5a.5.5 0 01.5-.5zM4 12.413l2.664-2.284a.454.454 0 01.377-.128.498.498 0 01.284.12L10 12.412V1H4v11.413z",fill:e}))),zU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5 0h7a.5.5 0 01.5.5v13a.5.5 0 01-.454.498.462.462 0 01-.371-.118L7 11.159l-3.175 2.72a.46.46 0 01-.379.118A.5.5 0 013 13.5V.5a.5.5 0 01.5-.5z",fill:e}))),BU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("g",{clipPath:"url(#prefix__clip0_1449_588)"},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.414 1.586a2 2 0 00-2.828 0l-4 4a2 2 0 000 2.828l4 4a2 2 0 002.828 0l4-4a2 2 0 000-2.828l-4-4zm.707-.707a3 3 0 00-4.242 0l-4 4a3 3 0 000 4.242l4 4a3 3 0 004.242 0l4-4a3 3 0 000-4.242l-4-4z",fill:e})),u.createElement("defs",null,u.createElement("clipPath",{id:"prefix__clip0_1449_588"},u.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),LU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.814 1.846c.06.05.116.101.171.154l.001.002a3.254 3.254 0 01.755 1.168c.171.461.259.974.259 1.538 0 .332-.046.656-.143.976a4.546 4.546 0 01-.397.937c-.169.302-.36.589-.58.864a7.627 7.627 0 01-.674.746l-4.78 4.596a.585.585 0 01-.427.173.669.669 0 01-.44-.173L1.78 8.217a7.838 7.838 0 01-.677-.748 6.124 6.124 0 01-.572-.855 4.975 4.975 0 01-.388-.931A3.432 3.432 0 010 4.708C0 4.144.09 3.63.265 3.17c.176-.459.429-.85.757-1.168a3.432 3.432 0 011.193-.74c.467-.176.99-.262 1.57-.262.304 0 .608.044.907.137.301.092.586.215.855.367.27.148.526.321.771.512.244.193.471.386.682.584.202-.198.427-.391.678-.584.248-.19.507-.364.78-.512a4.65 4.65 0 01.845-.367c.294-.093.594-.137.9-.137.585 0 1.115.086 1.585.262.392.146.734.34 1.026.584zM1.2 3.526c.128-.333.304-.598.52-.806.218-.212.497-.389.849-.522m-1.37 1.328A3.324 3.324 0 001 4.708c0 .225.032.452.101.686.082.265.183.513.307.737.135.246.294.484.479.716.188.237.386.454.59.652l.001.002 4.514 4.355 4.519-4.344c.2-.193.398-.41.585-.648l.003-.003c.184-.23.345-.472.486-.726l.004-.007c.131-.23.232-.474.31-.732v-.002c.068-.224.101-.45.101-.686 0-.457-.07-.849-.195-1.185a2.177 2.177 0 00-.515-.802l.007-.012-.008.009a2.383 2.383 0 00-.85-.518l-.003-.001C11.1 2.072 10.692 2 10.203 2c-.21 0-.406.03-.597.09h-.001c-.22.07-.443.167-.663.289l-.007.003c-.22.12-.434.262-.647.426-.226.174-.42.341-.588.505l-.684.672-.7-.656a9.967 9.967 0 00-.615-.527 4.82 4.82 0 00-.635-.422l-.01-.005a3.289 3.289 0 00-.656-.281l-.008-.003A2.014 2.014 0 003.785 2c-.481 0-.881.071-1.217.198",fill:e}))),OU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M12.814 1.846c.06.05.116.101.171.154l.001.002a3.254 3.254 0 01.755 1.168c.171.461.259.974.259 1.538 0 .332-.046.656-.143.976a4.546 4.546 0 01-.397.937c-.169.302-.36.589-.58.864a7.627 7.627 0 01-.674.746l-4.78 4.596a.585.585 0 01-.427.173.669.669 0 01-.44-.173L1.78 8.217a7.838 7.838 0 01-.677-.748 6.124 6.124 0 01-.572-.855 4.975 4.975 0 01-.388-.931A3.432 3.432 0 010 4.708C0 4.144.09 3.63.265 3.17c.176-.459.429-.85.757-1.168a3.432 3.432 0 011.193-.74c.467-.176.99-.262 1.57-.262.304 0 .608.044.907.137.301.092.586.215.855.367.27.148.526.321.771.512.244.193.471.386.682.584.202-.198.427-.391.678-.584.248-.19.507-.364.78-.512a4.65 4.65 0 01.845-.367c.294-.093.594-.137.9-.137.585 0 1.115.086 1.585.262.392.146.734.34 1.026.584z",fill:e}))),MU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.319.783a.75.75 0 011.362 0l1.63 3.535 3.867.458a.75.75 0 01.42 1.296L10.74 8.715l.76 3.819a.75.75 0 01-1.103.8L7 11.434l-3.398 1.902a.75.75 0 01-1.101-.801l.758-3.819L.401 6.072a.75.75 0 01.42-1.296l3.867-.458L6.318.783zm.68.91l-1.461 3.17a.75.75 0 01-.593.431l-3.467.412 2.563 2.37a.75.75 0 01.226.697l-.68 3.424 3.046-1.705a.75.75 0 01.733 0l3.047 1.705-.68-3.424a.75.75 0 01.226-.697l2.563-2.37-3.467-.412a.75.75 0 01-.593-.43L7 1.694z",fill:e}))),PU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M7.68.783a.75.75 0 00-1.361 0l-1.63 3.535-3.867.458A.75.75 0 00.4 6.072l2.858 2.643-.758 3.819a.75.75 0 001.101.8L7 11.434l3.397 1.902a.75.75 0 001.102-.801l-.759-3.819L13.6 6.072a.75.75 0 00-.421-1.296l-3.866-.458L7.68.783z",fill:e}))),NU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10 7.854a4.5 4.5 0 10-6 0V13a.5.5 0 00.497.5h.006c.127 0 .254-.05.35-.146L7 11.207l2.146 2.147A.5.5 0 0010 13V7.854zM7 8a3.5 3.5 0 100-7 3.5 3.5 0 000 7zm-.354 2.146a.5.5 0 01.708 0L9 11.793v-3.26C8.398 8.831 7.718 9 7 9a4.481 4.481 0 01-2-.468v3.26l1.646-1.646z",fill:e}))),jU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.565 13.123a.991.991 0 01.87 0l.987.482a.991.991 0 001.31-.426l.515-.97a.991.991 0 01.704-.511l1.082-.19a.99.99 0 00.81-1.115l-.154-1.087a.991.991 0 01.269-.828l.763-.789a.991.991 0 000-1.378l-.763-.79a.991.991 0 01-.27-.827l.155-1.087a.99.99 0 00-.81-1.115l-1.082-.19a.991.991 0 01-.704-.511L9.732.82a.99.99 0 00-1.31-.426l-.987.482a.991.991 0 01-.87 0L5.578.395a.99.99 0 00-1.31.426l-.515.97a.99.99 0 01-.704.511l-1.082.19a.99.99 0 00-.81 1.115l.154 1.087a.99.99 0 01-.269.828L.28 6.31a.99.99 0 000 1.378l.763.79a.99.99 0 01.27.827l-.155 1.087a.99.99 0 00.81 1.115l1.082.19a.99.99 0 01.704.511l.515.97c.25.473.83.661 1.31.426l.987-.482zm4.289-8.477a.5.5 0 010 .708l-4.5 4.5a.5.5 0 01-.708 0l-2.5-2.5a.5.5 0 11.708-.708L6 8.793l4.146-4.147a.5.5 0 01.708 0z",fill:e}))),HU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11 12.02c-.4.37-.91.56-1.56.56h-.88a5.493 5.493 0 01-1.3-.16c-.42-.1-.91-.25-1.47-.45a5.056 5.056 0 00-.95-.27H2.88a.84.84 0 01-.62-.26.84.84 0 01-.26-.61V6.45c0-.24.09-.45.26-.62a.84.84 0 01.62-.25h1.87c.16-.11.47-.47.93-1.06.27-.35.51-.64.74-.88.1-.11.19-.3.24-.58.05-.28.12-.57.2-.87.1-.3.24-.55.43-.74a.87.87 0 01.62-.25c.38 0 .72.07 1.03.22.3.15.54.38.7.7.15.31.23.73.23 1.27a3 3 0 01-.32 1.31h1.2c.47 0 .88.17 1.23.52s.52.8.52 1.22c0 .29-.04.66-.34 1.12.05.15.07.3.07.47 0 .35-.09.68-.26.98a2.05 2.05 0 01-.4 1.51 1.9 1.9 0 01-.57 1.5zm.473-5.33a.965.965 0 00.027-.25.742.742 0 00-.227-.513.683.683 0 00-.523-.227H7.927l.73-1.45a2 2 0 00.213-.867c0-.444-.068-.695-.127-.822a.53.53 0 00-.245-.244 1.296 1.296 0 00-.539-.116.989.989 0 00-.141.28 9.544 9.544 0 00-.174.755c-.069.387-.213.779-.484 1.077l-.009.01-.009.01c-.195.202-.41.46-.67.798l-.003.004c-.235.3-.44.555-.613.753-.151.173-.343.381-.54.516l-.255.176H5v4.133l.018.003c.384.07.76.176 1.122.318.532.189.98.325 1.352.413l.007.002a4.5 4.5 0 001.063.131h.878c.429 0 .683-.115.871-.285a.9.9 0 00.262-.702l-.028-.377.229-.3a1.05 1.05 0 00.205-.774l-.044-.333.165-.292a.969.969 0 00.13-.487.457.457 0 00-.019-.154l-.152-.458.263-.404a1.08 1.08 0 00.152-.325zM3.5 10.8a.5.5 0 100-1 .5.5 0 000 1z",fill:e}))),VU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.765 2.076A.5.5 0 0112 2.5v6.009a.497.497 0 01-.17.366L7.337 12.87a.497.497 0 01-.674 0L2.17 8.875l-.009-.007a.498.498 0 01-.16-.358L2 8.5v-6a.5.5 0 01.235-.424l.018-.011c.016-.01.037-.024.065-.04.056-.032.136-.077.24-.128a6.97 6.97 0 01.909-.371C4.265 1.26 5.443 1 7 1s2.735.26 3.533.526c.399.133.702.267.91.37a4.263 4.263 0 01.304.169l.018.01zM3 2.793v5.482l1.068.95 6.588-6.588a6.752 6.752 0 00-.44-.163C9.517 2.24 8.444 2 7 2c-1.443 0-2.515.24-3.217.474-.351.117-.61.233-.778.317L3 2.793zm4 9.038l-2.183-1.94L11 3.706v4.568l-4 3.556z",fill:e}))),UU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M10.354 2.854a.5.5 0 10-.708-.708l-3 3a.5.5 0 10.708.708l3-3z",fill:e}),u.createElement("path",{d:"M2.09 6H4.5a.5.5 0 000-1H1.795a.75.75 0 00-.74.873l.813 4.874A1.5 1.5 0 003.348 12h7.305a1.5 1.5 0 001.48-1.253l.812-4.874a.75.75 0 00-.74-.873H10a.5.5 0 000 1h1.91l-.764 4.582a.5.5 0 01-.493.418H3.347a.5.5 0 01-.493-.418L2.09 6z",fill:e}),u.createElement("path",{d:"M4.5 7a.5.5 0 01.5.5v2a.5.5 0 01-1 0v-2a.5.5 0 01.5-.5zM10 7.5a.5.5 0 00-1 0v2a.5.5 0 001 0v-2zM6.5 9.5v-2a.5.5 0 011 0v2a.5.5 0 01-1 0z",fill:e}))),WU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.5 2h.75v3.866l-3.034 5.26A1.25 1.25 0 003.299 13H10.7a1.25 1.25 0 001.083-1.875L8.75 5.866V2h.75a.5.5 0 100-1h-5a.5.5 0 000 1zm1.75 4V2h1.5v4.134l.067.116L8.827 8H5.173l1.01-1.75.067-.116V6zM4.597 9l-1.515 2.625A.25.25 0 003.3 12H10.7a.25.25 0 00.217-.375L9.404 9H4.597z",fill:e}))),qU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M7.5 10.5a.5.5 0 11-1 0 .5.5 0 011 0z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5 1a.5.5 0 00-.5.5c0 1.063.137 1.892.678 2.974.346.692.858 1.489 1.598 2.526-.89 1.247-1.455 2.152-1.798 2.956-.377.886-.477 1.631-.478 2.537v.007a.5.5 0 00.5.5h7c.017 0 .034 0 .051-.003A.5.5 0 0011 12.5v-.007c0-.906-.1-1.65-.478-2.537-.343-.804-.909-1.709-1.798-2.956.74-1.037 1.252-1.834 1.598-2.526C10.863 3.392 11 2.563 11 1.5a.5.5 0 00-.5-.5h-7zm6.487 11a4.675 4.675 0 00-.385-1.652c-.277-.648-.735-1.407-1.499-2.494-.216.294-.448.606-.696.937a.497.497 0 01-.195.162.5.5 0 01-.619-.162c-.248-.331-.48-.643-.696-.937-.764 1.087-1.222 1.846-1.499 2.494A4.675 4.675 0 004.013 12h5.974zM6.304 6.716c.212.293.443.609.696.948a90.058 90.058 0 00.709-.965c.48-.664.86-1.218 1.163-1.699H5.128a32.672 32.672 0 001.176 1.716zM4.559 4h4.882c.364-.735.505-1.312.546-2H4.013c.04.688.182 1.265.546 2z",fill:e}))),GU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.5 1h-9a.5.5 0 00-.5.5v11a.5.5 0 001 0V8h8.5a.5.5 0 00.354-.854L9.207 4.5l2.647-2.646A.499.499 0 0011.5 1zM8.146 4.146L10.293 2H3v5h7.293L8.146 4.854a.5.5 0 010-.708z",fill:e}))),KU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10 7V6a3 3 0 00-5.91-.736l-.17.676-.692.075A2.5 2.5 0 003.5 11h3c.063 0 .125-.002.187-.007l.076-.005.076.006c.053.004.106.006.161.006h4a2 2 0 100-4h-1zM3.12 5.02A3.5 3.5 0 003.5 12h3c.087 0 .174-.003.26-.01.079.007.16.01.24.01h4a3 3 0 100-6 4 4 0 00-7.88-.98z",fill:e}))),YU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M7 2a4 4 0 014 4 3 3 0 110 6H7c-.08 0-.161-.003-.24-.01-.086.007-.173.01-.26.01h-3a3.5 3.5 0 01-.38-6.98A4.002 4.002 0 017 2z",fill:e}))),XU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11 7a4 4 0 11-8 0 4 4 0 018 0zm-1 0a3 3 0 11-6 0 3 3 0 016 0z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.268 13.18c.25.472.83.66 1.31.425l.987-.482a.991.991 0 01.87 0l.987.482a.991.991 0 001.31-.426l.515-.97a.991.991 0 01.704-.511l1.082-.19a.99.99 0 00.81-1.115l-.154-1.087a.991.991 0 01.269-.828l.763-.789a.991.991 0 000-1.378l-.763-.79a.991.991 0 01-.27-.827l.155-1.087a.99.99 0 00-.81-1.115l-1.082-.19a.991.991 0 01-.704-.511L9.732.82a.99.99 0 00-1.31-.426l-.987.482a.991.991 0 01-.87 0L5.578.395a.99.99 0 00-1.31.426l-.515.97a.99.99 0 01-.704.511l-1.082.19a.99.99 0 00-.81 1.115l.154 1.087a.99.99 0 01-.269.828L.28 6.31a.99.99 0 000 1.378l.763.79a.99.99 0 01.27.827l-.155 1.087a.99.99 0 00.81 1.115l1.082.19a.99.99 0 01.704.511l.515.97zm5.096-1.44l-.511.963-.979-.478a1.99 1.99 0 00-1.748 0l-.979.478-.51-.962a1.991 1.991 0 00-1.415-1.028l-1.073-.188.152-1.079a1.991 1.991 0 00-.54-1.663L1.004 7l.757-.783a1.991 1.991 0 00.54-1.663L2.15 3.475l1.073-.188A1.991 1.991 0 004.636 2.26l.511-.962.979.478a1.99 1.99 0 001.748 0l.979-.478.51.962c.288.543.81.922 1.415 1.028l1.073.188-.152 1.079a1.99 1.99 0 00.54 1.663l.757.783-.757.783a1.99 1.99 0 00-.54 1.663l.152 1.079-1.073.188a1.991 1.991 0 00-1.414 1.028z",fill:e}))),ZU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M7.354 3.896l5.5 5.5a.5.5 0 01-.708.708L7 4.957l-5.146 5.147a.5.5 0 01-.708-.708l5.5-5.5a.5.5 0 01.708 0z",fill:e}))),JU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M1.146 4.604l5.5 5.5a.5.5 0 00.708 0l5.5-5.5a.5.5 0 00-.708-.708L7 9.043 1.854 3.896a.5.5 0 10-.708.708z",fill:e}))),QU=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M2.76 7.096a.498.498 0 00.136.258l5.5 5.5a.5.5 0 00.707-.708L3.958 7l5.147-5.146a.5.5 0 10-.708-.708l-5.5 5.5a.5.5 0 00-.137.45z",fill:e}))),mT=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M11.104 7.354l-5.5 5.5a.5.5 0 01-.708-.708L10.043 7 4.896 1.854a.5.5 0 11.708-.708l5.5 5.5a.5.5 0 010 .708z",fill:e}))),eW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M3.854 9.104a.5.5 0 11-.708-.708l3.5-3.5a.5.5 0 01.708 0l3.5 3.5a.5.5 0 01-.708.708L7 5.957 3.854 9.104z",fill:e}))),tW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M3.854 4.896a.5.5 0 10-.708.708l3.5 3.5a.5.5 0 00.708 0l3.5-3.5a.5.5 0 00-.708-.708L7 8.043 3.854 4.896z",fill:e}))),rW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.104 10.146a.5.5 0 01-.708.708l-3.5-3.5a.5.5 0 010-.708l3.5-3.5a.5.5 0 11.708.708L5.957 7l3.147 3.146z",fill:e}))),nW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.896 10.146a.5.5 0 00.708.708l3.5-3.5a.5.5 0 000-.708l-3.5-3.5a.5.5 0 10-.708.708L8.043 7l-3.147 3.146z",fill:e}))),aW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M11.854 4.646l-4.5-4.5a.5.5 0 00-.708 0l-4.5 4.5a.5.5 0 10.708.708L6.5 1.707V13.5a.5.5 0 001 0V1.707l3.646 3.647a.5.5 0 00.708-.708z",fill:e}))),oW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M7.5.5a.5.5 0 00-1 0v11.793L2.854 8.646a.5.5 0 10-.708.708l4.5 4.5a.5.5 0 00.351.146h.006c.127 0 .254-.05.35-.146l4.5-4.5a.5.5 0 00-.707-.708L7.5 12.293V.5z",fill:e}))),iW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M5.354 2.146a.5.5 0 010 .708L1.707 6.5H13.5a.5.5 0 010 1H1.707l3.647 3.646a.5.5 0 01-.708.708l-4.5-4.5a.5.5 0 010-.708l4.5-4.5a.5.5 0 01.708 0z",fill:e}))),lW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M8.646 2.146a.5.5 0 01.708 0l4.5 4.5a.5.5 0 010 .708l-4.5 4.5a.5.5 0 01-.708-.708L12.293 7.5H.5a.5.5 0 010-1h11.793L8.646 2.854a.5.5 0 010-.708z",fill:e}))),sW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.772 3.59c.126-.12.33-.12.456 0l5.677 5.387c.203.193.06.523-.228.523H1.323c-.287 0-.431-.33-.228-.523L6.772 3.59z",fill:e}))),uW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.228 10.41a.335.335 0 01-.456 0L1.095 5.023c-.203-.193-.06-.523.228-.523h11.354c.287 0 .431.33.228.523L7.228 10.41z",fill:e}))),cW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.712 7.212a.3.3 0 010-.424l5.276-5.276a.3.3 0 01.512.212v10.552a.3.3 0 01-.512.212L3.712 7.212z",fill:e}))),dW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.288 7.212a.3.3 0 000-.424L5.012 1.512a.3.3 0 00-.512.212v10.552a.3.3 0 00.512.212l5.276-5.276z",fill:e}))),pW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M7.354.146l4 4a.5.5 0 01-.708.708L7 1.207 3.354 4.854a.5.5 0 11-.708-.708l4-4a.5.5 0 01.708 0zM11.354 9.146a.5.5 0 010 .708l-4 4a.5.5 0 01-.708 0l-4-4a.5.5 0 11.708-.708L7 12.793l3.646-3.647a.5.5 0 01.708 0z",fill:e}))),fW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M3.354.146a.5.5 0 10-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 00-.708-.708L7 3.793 3.354.146zM6.646 9.146a.5.5 0 01.708 0l4 4a.5.5 0 01-.708.708L7 10.207l-3.646 3.647a.5.5 0 01-.708-.708l4-4z",fill:e}))),hW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M1.5 1h2a.5.5 0 010 1h-.793l3.147 3.146a.5.5 0 11-.708.708L2 2.707V3.5a.5.5 0 01-1 0v-2a.5.5 0 01.5-.5zM10 1.5a.5.5 0 01.5-.5h2a.5.5 0 01.5.5v2a.5.5 0 01-1 0v-.793L8.854 5.854a.5.5 0 11-.708-.708L11.293 2H10.5a.5.5 0 01-.5-.5zM12.5 10a.5.5 0 01.5.5v2a.5.5 0 01-.5.5h-2a.5.5 0 010-1h.793L8.146 8.854a.5.5 0 11.708-.708L12 11.293V10.5a.5.5 0 01.5-.5zM2 11.293V10.5a.5.5 0 00-1 0v2a.5.5 0 00.5.5h2a.5.5 0 000-1h-.793l3.147-3.146a.5.5 0 10-.708-.708L2 11.293z",fill:e}))),mW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M6.646.147l-1.5 1.5a.5.5 0 10.708.707l.646-.647V5a.5.5 0 001 0V1.707l.646.647a.5.5 0 10.708-.707l-1.5-1.5a.5.5 0 00-.708 0z",fill:e}),u.createElement("path",{d:"M1.309 4.038a.498.498 0 00-.16.106l-.005.005a.498.498 0 00.002.705L3.293 7 1.146 9.146A.498.498 0 001.5 10h3a.5.5 0 000-1H2.707l1.5-1.5h5.586l2.353 2.354a.5.5 0 00.708-.708L10.707 7l2.146-2.146.11-.545-.107.542A.499.499 0 0013 4.503v-.006a.5.5 0 00-.144-.348l-.005-.005A.498.498 0 0012.5 4h-3a.5.5 0 000 1h1.793l-1.5 1.5H4.207L2.707 5H4.5a.5.5 0 000-1h-3a.498.498 0 00-.191.038z",fill:e}),u.createElement("path",{d:"M7 8.5a.5.5 0 01.5.5v3.293l.646-.647a.5.5 0 01.708.708l-1.5 1.5a.5.5 0 01-.708 0l-1.5-1.5a.5.5 0 01.708-.708l.646.647V9a.5.5 0 01.5-.5zM9 9.5a.5.5 0 01.5-.5h3a.5.5 0 010 1h-3a.5.5 0 01-.5-.5z",fill:e}))),gW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M10.646 2.646a.5.5 0 01.708 0l1.5 1.5a.5.5 0 010 .708l-1.5 1.5a.5.5 0 01-.708-.708L11.293 5H1.5a.5.5 0 010-1h9.793l-.647-.646a.5.5 0 010-.708zM3.354 8.354L2.707 9H12.5a.5.5 0 010 1H2.707l.647.646a.5.5 0 01-.708.708l-1.5-1.5a.5.5 0 010-.708l1.5-1.5a.5.5 0 11.708.708z",fill:e}))),vW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M1.5 1a.5.5 0 01.5.5V10a2 2 0 004 0V4a3 3 0 016 0v7.793l1.146-1.147a.5.5 0 01.708.708l-2 2a.5.5 0 01-.708 0l-2-2a.5.5 0 01.708-.708L11 11.793V4a2 2 0 10-4 0v6.002a3 3 0 01-6 0V1.5a.5.5 0 01.5-.5z",fill:e}))),yW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M1.146 3.854a.5.5 0 010-.708l2-2a.5.5 0 11.708.708L2.707 3h6.295A4 4 0 019 11H3a.5.5 0 010-1h6a3 3 0 100-6H2.707l1.147 1.146a.5.5 0 11-.708.708l-2-2z",fill:e}))),wW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M4.354 2.146a.5.5 0 010 .708L1.707 5.5H9.5A4.5 4.5 0 0114 10v1.5a.5.5 0 01-1 0V10a3.5 3.5 0 00-3.5-3.5H1.707l2.647 2.646a.5.5 0 11-.708.708l-3.5-3.5a.5.5 0 010-.708l3.5-3.5a.5.5 0 01.708 0z",fill:e}))),bW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M5.5 1A.5.5 0 005 .5H2a.5.5 0 000 1h1.535a6.502 6.502 0 002.383 11.91.5.5 0 10.165-.986A5.502 5.502 0 014.5 2.1V4a.5.5 0 001 0V1.353a.5.5 0 000-.023V1zM7.507 1a.5.5 0 01.576-.41 6.502 6.502 0 012.383 11.91H12a.5.5 0 010 1H9a.5.5 0 01-.5-.5v-3a.5.5 0 011 0v1.9A5.5 5.5 0 007.917 1.576.5.5 0 017.507 1z",fill:e}))),EW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M8.646 5.854L7.5 4.707V10.5a.5.5 0 01-1 0V4.707L5.354 5.854a.5.5 0 11-.708-.708l2-2a.5.5 0 01.708 0l2 2a.5.5 0 11-.708.708z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),xW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M5.354 8.146L6.5 9.293V3.5a.5.5 0 011 0v5.793l1.146-1.147a.5.5 0 11.708.708l-2 2a.5.5 0 01-.708 0l-2-2a.5.5 0 11.708-.708z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 7a7 7 0 1114 0A7 7 0 010 7zm1 0a6 6 0 1112 0A6 6 0 011 7z",fill:e}))),CW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M5.854 5.354L4.707 6.5H10.5a.5.5 0 010 1H4.707l1.147 1.146a.5.5 0 11-.708.708l-2-2a.5.5 0 010-.708l2-2a.5.5 0 11.708.708z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 0a7 7 0 110 14A7 7 0 017 0zm0 1a6 6 0 110 12A6 6 0 017 1z",fill:e}))),DW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M3.5 6.5h5.793L8.146 5.354a.5.5 0 11.708-.708l2 2a.5.5 0 010 .708l-2 2a.5.5 0 11-.708-.708L9.293 7.5H3.5a.5.5 0 010-1z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 117 0a7 7 0 010 14zm0-1A6 6 0 117 1a6 6 0 010 12z",fill:e}))),SW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M7.092.5H7a6.5 6.5 0 106.41 7.583.5.5 0 10-.986-.166A5.495 5.495 0 017 12.5a5.5 5.5 0 010-11h.006a5.5 5.5 0 014.894 3H10a.5.5 0 000 1h3a.5.5 0 00.5-.5V2a.5.5 0 00-1 0v1.535A6.495 6.495 0 007.092.5z",fill:e}))),kW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 100 7a7 7 0 0014 0zm-6.535 5.738c-.233.23-.389.262-.465.262-.076 0-.232-.032-.465-.262-.238-.234-.497-.623-.737-1.182-.434-1.012-.738-2.433-.79-4.056h3.984c-.052 1.623-.356 3.043-.79 4.056-.24.56-.5.948-.737 1.182zM8.992 6.5H5.008c.052-1.623.356-3.044.79-4.056.24-.56.5-.948.737-1.182C6.768 1.032 6.924 1 7 1c.076 0 .232.032.465.262.238.234.497.623.737 1.182.434 1.012.738 2.433.79 4.056zm1 1c-.065 2.176-.558 4.078-1.282 5.253A6.005 6.005 0 0012.98 7.5H9.992zm2.987-1H9.992c-.065-2.176-.558-4.078-1.282-5.253A6.005 6.005 0 0112.98 6.5zm-8.971 0c.065-2.176.558-4.078 1.282-5.253A6.005 6.005 0 001.02 6.5h2.988zm-2.987 1a6.005 6.005 0 004.27 5.253C4.565 11.578 4.072 9.676 4.007 7.5H1.02z",fill:e}))),_W=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.087 3.397L5.95 5.793a.374.374 0 00-.109.095.377.377 0 00-.036.052l-2.407 4.147a.374.374 0 00-.004.384c.104.179.334.24.513.136l4.142-2.404a.373.373 0 00.148-.143l2.406-4.146a.373.373 0 00-.037-.443.373.373 0 00-.478-.074zM4.75 9.25l2.847-1.652-1.195-1.195L4.75 9.25z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),AW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 7a7 7 0 1114 0A7 7 0 010 7zm6.5 3.5v2.48A6.001 6.001 0 011.02 7.5H3.5a.5.5 0 000-1H1.02A6.001 6.001 0 016.5 1.02V3.5a.5.5 0 001 0V1.02a6.001 6.001 0 015.48 5.48H10.5a.5.5 0 000 1h2.48a6.002 6.002 0 01-5.48 5.48V10.5a.5.5 0 00-1 0z",fill:e}))),FW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9 5a2 2 0 11-4 0 2 2 0 014 0zM8 5a1 1 0 11-2 0 1 1 0 012 0z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 5A5 5 0 002 5c0 2.633 2.273 6.154 4.65 8.643.192.2.508.2.7 0C9.726 11.153 12 7.633 12 5zM7 1a4 4 0 014 4c0 1.062-.471 2.42-1.303 3.88-.729 1.282-1.69 2.562-2.697 3.67-1.008-1.108-1.968-2.388-2.697-3.67C3.47 7.42 3 6.063 3 5a4 4 0 014-4z",fill:e}))),$W=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M7 2a.5.5 0 01.5.5v4H10a.5.5 0 010 1H7a.5.5 0 01-.5-.5V2.5A.5.5 0 017 2z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zm0-1A6 6 0 107 1a6 6 0 000 12z",fill:e}))),TW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M9.79 4.093a.5.5 0 01.117.698L7.91 7.586a1 1 0 11-.814-.581l1.997-2.796a.5.5 0 01.698-.116z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.069 12.968a7 7 0 119.863 0A12.962 12.962 0 007 12c-1.746 0-3.41.344-4.931.968zm9.582-1.177a6 6 0 10-9.301 0A13.98 13.98 0 017 11c1.629 0 3.194.279 4.65.791z",fill:e}))),IW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M7.5 4.5a.5.5 0 00-1 0v2.634a1 1 0 101 0V4.5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.5.5A.5.5 0 016 0h2a.5.5 0 010 1h-.5v1.02a5.973 5.973 0 013.374 1.398l.772-.772a.5.5 0 01.708.708l-.772.772A6 6 0 116.5 2.02V1H6a.5.5 0 01-.5-.5zM7 3a5 5 0 100 10A5 5 0 007 3z",fill:e}))),RW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.354 1.146l5.5 5.5a.5.5 0 01-.708.708L12 7.207V12.5a.5.5 0 01-.5.5h-3a.5.5 0 01-.5-.5V9H6v3.5a.5.5 0 01-.5.5h-3a.5.5 0 01-.5-.5V7.207l-.146.147a.5.5 0 11-.708-.708l1-1 4.5-4.5a.5.5 0 01.708 0zM3 6.207V12h2V8.5a.5.5 0 01.5-.5h3a.5.5 0 01.5.5V12h2V6.207l-4-4-4 4z",fill:e}))),zW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.213 4.094a.5.5 0 01.056-.034l5.484-2.995a.498.498 0 01.494 0L12.73 4.06a.507.507 0 01.266.389.498.498 0 01-.507.555H1.51a.5.5 0 01-.297-.91zm2.246-.09h7.082L7 2.07 3.459 4.004z",fill:e}),u.createElement("path",{d:"M4 6a.5.5 0 00-1 0v5a.5.5 0 001 0V6zM11 6a.5.5 0 00-1 0v5a.5.5 0 001 0V6zM5.75 5.5a.5.5 0 01.5.5v5a.5.5 0 01-1 0V6a.5.5 0 01.5-.5zM8.75 6a.5.5 0 00-1 0v5a.5.5 0 001 0V6zM1.5 12.504a.5.5 0 01.5-.5h10a.5.5 0 010 1H2a.5.5 0 01-.5-.5z",fill:e}))),BW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("g",{clipPath:"url(#prefix__clip0_1107_3594)"},u.createElement("path",{d:"M11.451.537l.01 12.922h0L7.61 8.946a1.077 1.077 0 00-.73-.374L.964 8.087 11.45.537h0z",stroke:e,strokeWidth:1.077})),u.createElement("defs",null,u.createElement("clipPath",{id:"prefix__clip0_1107_3594"},u.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),LW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zM2.671 11.155c.696-1.006 2.602-1.816 3.194-1.91.226-.036.232-.658.232-.658s-.665-.658-.81-1.544c-.39 0-.63-.94-.241-1.272a2.578 2.578 0 00-.012-.13c-.066-.607-.28-2.606 1.965-2.606 2.246 0 2.031 2 1.966 2.606l-.012.13c.39.331.149 1.272-.24 1.272-.146.886-.81 1.544-.81 1.544s.004.622.23.658c.593.094 2.5.904 3.195 1.91a6 6 0 10-8.657 0z",fill:e}))),OW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M7.275 13.16a11.388 11.388 0 005.175-1.232v-.25c0-1.566-3.237-2.994-4.104-3.132-.27-.043-.276-.783-.276-.783s.791-.783.964-1.836c.463 0 .75-1.119.286-1.513C9.34 4 9.916 1.16 6.997 1.16c-2.92 0-2.343 2.84-2.324 3.254-.463.394-.177 1.513.287 1.513.172 1.053.963 1.836.963 1.836s-.006.74-.275.783c-.858.136-4.036 1.536-4.103 3.082a11.388 11.388 0 005.73 1.532z",fill:e}))),MW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M1.183 11.906a10.645 10.645 0 01-1.181-.589c.062-1.439 3.02-2.74 3.818-2.868.25-.04.256-.728.256-.728s-.736-.729-.896-1.709c-.432 0-.698-1.041-.267-1.408A2.853 2.853 0 002.9 4.46c-.072-.672-.31-2.884 2.175-2.884 2.486 0 2.248 2.212 2.176 2.884-.007.062-.012.112-.014.144.432.367.165 1.408-.266 1.408-.16.98-.896 1.709-.896 1.709s.005.688.256.728c.807.129 3.82 1.457 3.82 2.915v.233a10.598 10.598 0 01-4.816 1.146c-1.441 0-2.838-.282-4.152-.837zM11.5 2.16a.5.5 0 01.5.5v1.5h1.5a.5.5 0 010 1H12v1.5a.5.5 0 01-1 0v-1.5H9.5a.5.5 0 110-1H11v-1.5a.5.5 0 01.5-.5z",fill:e}))),PW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M9.21 11.623a10.586 10.586 0 01-4.031.787A10.585 10.585 0 010 11.07c.06-1.354 2.933-2.578 3.708-2.697.243-.038.249-.685.249-.685s-.715-.685-.87-1.607c-.42 0-.679-.979-.26-1.323a2.589 2.589 0 00-.013-.136c-.07-.632-.3-2.712 2.113-2.712 2.414 0 2.183 2.08 2.113 2.712-.007.059-.012.105-.013.136.419.344.16 1.323-.259 1.323-.156.922-.87 1.607-.87 1.607s.005.647.248.685c.784.12 3.71 1.37 3.71 2.74v.22c-.212.103-.427.2-.646.29z",fill:e}),u.createElement("path",{d:"M8.81 8.417a9.643 9.643 0 00-.736-.398c.61-.42 1.396-.71 1.7-.757.167-.026.171-.471.171-.471s-.491-.471-.598-1.104c-.288 0-.466-.674-.178-.91-.001-.022-.005-.053-.01-.094-.048-.434-.206-1.864 1.453-1.864 1.66 0 1.5 1.43 1.453 1.864l-.01.094c.289.236.11.91-.178.91-.107.633-.598 1.104-.598 1.104s.004.445.171.47c.539.084 2.55.942 2.55 1.884v.628a10.604 10.604 0 01-3.302.553 2.974 2.974 0 00-.576-.879c-.375-.408-.853-.754-1.312-1.03z",fill:e}))),NW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M9.106 7.354c-.627.265-1.295.4-1.983.4a5.062 5.062 0 01-2.547-.681c.03-.688 1.443-1.31 1.824-1.37.12-.02.122-.348.122-.348s-.351-.348-.428-.816c-.206 0-.333-.498-.127-.673 0-.016-.003-.04-.007-.07C5.926 3.477 5.812 2.42 7 2.42c1.187 0 1.073 1.057 1.039 1.378l-.007.069c.207.175.08.673-.127.673-.076.468-.428.816-.428.816s.003.329.122.348c.386.06 1.825.696 1.825 1.392v.111c-.104.053-.21.102-.318.148zM3.75 11.25A.25.25 0 014 11h6a.25.25 0 110 .5H4a.25.25 0 01-.25-.25zM4 9a.25.25 0 000 .5h6a.25.25 0 100-.5H4z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 .5a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v13a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5V.5zM2 13V1h10v12H2z",fill:e}))),jW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M3.968 8.75a.5.5 0 00-.866.5A4.498 4.498 0 007 11.5c1.666 0 3.12-.906 3.898-2.25a.5.5 0 10-.866-.5A3.498 3.498 0 017 10.5a3.498 3.498 0 01-3.032-1.75zM5.5 5a1 1 0 11-2 0 1 1 0 012 0zM9.5 6a1 1 0 100-2 1 1 0 000 2z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),HW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M4.5 9a.5.5 0 000 1h5a.5.5 0 000-1h-5zM5.5 5a1 1 0 11-2 0 1 1 0 012 0zM9.5 6a1 1 0 100-2 1 1 0 000 2z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),VW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M3.968 10.25a.5.5 0 01-.866-.5A4.498 4.498 0 017 7.5c1.666 0 3.12.906 3.898 2.25a.5.5 0 11-.866.5A3.498 3.498 0 007 8.5a3.498 3.498 0 00-3.032 1.75zM5.5 5a1 1 0 11-2 0 1 1 0 012 0zM9.5 6a1 1 0 100-2 1 1 0 000 2z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),UW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M3.526 4.842a.5.5 0 01.632-.316l2.051.684a2.5 2.5 0 001.582 0l2.05-.684a.5.5 0 01.317.948l-2.453.818a.3.3 0 00-.205.285v.243a4.5 4.5 0 00.475 2.012l.972 1.944a.5.5 0 11-.894.448L7 9.118l-1.053 2.106a.5.5 0 11-.894-.447l.972-1.945A4.5 4.5 0 006.5 6.82v-.243a.3.3 0 00-.205-.285l-2.453-.818a.5.5 0 01-.316-.632z",fill:e}),u.createElement("path",{d:"M7 4.5a1 1 0 100-2 1 1 0 000 2z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zm0-1A6 6 0 107 1a6 6 0 000 12z",fill:e}))),WW=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 15 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zM8 3.5a1 1 0 11-2 0 1 1 0 012 0zM3.526 4.842a.5.5 0 01.632-.316l2.051.684a2.5 2.5 0 001.582 0l2.05-.684a.5.5 0 01.317.948l-2.453.818a.3.3 0 00-.205.285v.243a4.5 4.5 0 00.475 2.012l.972 1.944a.5.5 0 11-.894.448L7 9.118l-1.053 2.106a.5.5 0 11-.894-.447l.972-1.945A4.5 4.5 0 006.5 6.82v-.243a.3.3 0 00-.205-.285l-2.453-.818a.5.5 0 01-.316-.632z",fill:e}))),qW=0,GW=c(e=>e.button===qW&&!e.altKey&&!e.ctrlKey&&!e.metaKey&&!e.shiftKey,"isPlainLeftClick"),KW=c((e,t)=>{GW(e)&&(e.preventDefault(),t(e))},"cancelled"),YW=F.span(({withArrow:e})=>e?{"> svg:last-of-type":{height:"0.7em",width:"0.7em",marginRight:0,marginLeft:"0.25em",bottom:"auto",verticalAlign:"inherit"}}:{},({containsIcon:e})=>e?{svg:{height:"1em",width:"1em",verticalAlign:"middle",position:"relative",bottom:0,marginRight:0}}:{}),XW=F.a(({theme:e})=>({display:"inline-block",transition:"all 150ms ease-out",textDecoration:"none",color:e.color.secondary,"&:hover, &:focus":{cursor:"pointer",color:ai(.07,e.color.secondary),"svg path:not([fill])":{fill:ai(.07,e.color.secondary)}},"&:active":{color:ai(.1,e.color.secondary),"svg path:not([fill])":{fill:ai(.1,e.color.secondary)}},svg:{display:"inline-block",height:"1em",width:"1em",verticalAlign:"text-top",position:"relative",bottom:"-0.125em",marginRight:"0.4em","& path":{fill:e.color.secondary}}}),({theme:e,secondary:t,tertiary:r})=>{let n;return t&&(n=[e.textMutedColor,e.color.dark,e.color.darker]),r&&(n=[e.color.dark,e.color.darkest,e.textMutedColor]),n?{color:n[0],"svg path:not([fill])":{fill:n[0]},"&:hover":{color:n[1],"svg path:not([fill])":{fill:n[1]}},"&:active":{color:n[2],"svg path:not([fill])":{fill:n[2]}}}:{}},({nochrome:e})=>e?{color:"inherit","&:hover, &:active":{color:"inherit",textDecoration:"underline"}}:{},({theme:e,inverse:t})=>t?{color:e.color.lightest,":not([fill])":{fill:e.color.lightest},"&:hover":{color:e.color.lighter,"svg path:not([fill])":{fill:e.color.lighter}},"&:active":{color:e.color.light,"svg path:not([fill])":{fill:e.color.light}}}:{},({isButton:e})=>e?{border:0,borderRadius:0,background:"none",padding:0,fontSize:"inherit"}:{}),xi=c(({cancel:e=!0,children:t,onClick:r=void 0,withArrow:n=!1,containsIcon:a=!1,className:o=void 0,style:i=void 0,...l})=>w.createElement(XW,{...l,onClick:r&&e?s=>KW(s,r):r,className:o},w.createElement(YW,{withArrow:n,containsIcon:a},t,n&&w.createElement(mT,null))),"Link"),lfe=F.div(({theme:e})=>({fontSize:`${e.typography.size.s2}px`,lineHeight:"1.6",h1:{fontSize:`${e.typography.size.l1}px`,fontWeight:e.typography.weight.bold},h2:{fontSize:`${e.typography.size.m2}px`,borderBottom:`1px solid ${e.appBorderColor}`},h3:{fontSize:`${e.typography.size.m1}px`},h4:{fontSize:`${e.typography.size.s3}px`},h5:{fontSize:`${e.typography.size.s2}px`},h6:{fontSize:`${e.typography.size.s2}px`,color:e.color.dark},"pre:not(.prismjs)":{background:"transparent",border:"none",borderRadius:0,padding:0,margin:0},"pre pre, pre.prismjs":{padding:15,margin:0,whiteSpace:"pre-wrap",color:"inherit",fontSize:"13px",lineHeight:"19px"},"pre pre code, pre.prismjs code":{color:"inherit",fontSize:"inherit"},"pre code":{margin:0,padding:0,whiteSpace:"pre",border:"none",background:"transparent"},"pre code, pre tt":{backgroundColor:"transparent",border:"none"},"body > *:first-of-type":{marginTop:"0 !important"},"body > *:last-child":{marginBottom:"0 !important"},a:{color:e.color.secondary,textDecoration:"none"},"a.absent":{color:"#cc0000"},"a.anchor":{display:"block",paddingLeft:30,marginLeft:-30,cursor:"pointer",position:"absolute",top:0,left:0,bottom:0},"h1, h2, h3, h4, h5, h6":{margin:"20px 0 10px",padding:0,cursor:"text",position:"relative","&:first-of-type":{marginTop:0,paddingTop:0},"&:hover a.anchor":{textDecoration:"none"},"& tt, & code":{fontSize:"inherit"}},"h1:first-of-type + h2":{marginTop:0,paddingTop:0},"p, blockquote, ul, ol, dl, li, table, pre":{margin:"15px 0"},hr:{border:"0 none",borderTop:`1px solid ${e.appBorderColor}`,height:4,padding:0},"body > h1:first-of-type, body > h2:first-of-type, body > h3:first-of-type, body > h4:first-of-type, body > h5:first-of-type, body > h6:first-of-type":{marginTop:0,paddingTop:0},"body > h1:first-of-type + h2":{marginTop:0,paddingTop:0},"a:first-of-type h1, a:first-of-type h2, a:first-of-type h3, a:first-of-type h4, a:first-of-type h5, a:first-of-type h6":{marginTop:0,paddingTop:0},"h1 p, h2 p, h3 p, h4 p, h5 p, h6 p":{marginTop:0},"li p.first":{display:"inline-block"},"ul, ol":{paddingLeft:30,"& :first-of-type":{marginTop:0},"& :last-child":{marginBottom:0}},dl:{padding:0},"dl dt":{fontSize:"14px",fontWeight:"bold",fontStyle:"italic",margin:"0 0 15px",padding:"0 15px","&:first-of-type":{padding:0},"& > :first-of-type":{marginTop:0},"& > :last-child":{marginBottom:0}},blockquote:{borderLeft:`4px solid ${e.color.medium}`,padding:"0 15px",color:e.color.dark,"& > :first-of-type":{marginTop:0},"& > :last-child":{marginBottom:0}},table:{padding:0,borderCollapse:"collapse","& tr":{borderTop:`1px solid ${e.appBorderColor}`,backgroundColor:"white",margin:0,padding:0,"& th":{fontWeight:"bold",border:`1px solid ${e.appBorderColor}`,textAlign:"left",margin:0,padding:"6px 13px"},"& td":{border:`1px solid ${e.appBorderColor}`,textAlign:"left",margin:0,padding:"6px 13px"},"&:nth-of-type(2n)":{backgroundColor:e.color.lighter},"& th :first-of-type, & td :first-of-type":{marginTop:0},"& th :last-child, & td :last-child":{marginBottom:0}}},img:{maxWidth:"100%"},"span.frame":{display:"block",overflow:"hidden","& > span":{border:`1px solid ${e.color.medium}`,display:"block",float:"left",overflow:"hidden",margin:"13px 0 0",padding:7,width:"auto"},"& span img":{display:"block",float:"left"},"& span span":{clear:"both",color:e.color.darkest,display:"block",padding:"5px 0 0"}},"span.align-center":{display:"block",overflow:"hidden",clear:"both","& > span":{display:"block",overflow:"hidden",margin:"13px auto 0",textAlign:"center"},"& span img":{margin:"0 auto",textAlign:"center"}},"span.align-right":{display:"block",overflow:"hidden",clear:"both","& > span":{display:"block",overflow:"hidden",margin:"13px 0 0",textAlign:"right"},"& span img":{margin:0,textAlign:"right"}},"span.float-left":{display:"block",marginRight:13,overflow:"hidden",float:"left","& span":{margin:"13px 0 0"}},"span.float-right":{display:"block",marginLeft:13,overflow:"hidden",float:"right","& > span":{display:"block",overflow:"hidden",margin:"13px auto 0",textAlign:"right"}},"code, tt":{margin:"0 2px",padding:"0 5px",whiteSpace:"nowrap",border:`1px solid ${e.color.mediumlight}`,backgroundColor:e.color.lighter,borderRadius:3,color:e.base==="dark"?e.color.darkest:e.color.dark}})),eo=[],qi=null,ZW=u.lazy(async()=>{let{SyntaxHighlighter:e}=await Promise.resolve().then(()=>(v1(),Iv));return eo.length>0&&(eo.forEach(t=>{e.registerLanguage(...t)}),eo=[]),qi===null&&(qi=e),{default:c(t=>w.createElement(e,{...t}),"default")}}),JW=u.lazy(async()=>{let[{SyntaxHighlighter:e},{formatter:t}]=await Promise.all([Promise.resolve().then(()=>(v1(),Iv)),Promise.resolve().then(()=>(mN(),WF))]);return eo.length>0&&(eo.forEach(r=>{e.registerLanguage(...r)}),eo=[]),qi===null&&(qi=e),{default:c(r=>w.createElement(e,{...r,formatter:t}),"default")}}),Gy=c(e=>w.createElement(u.Suspense,{fallback:w.createElement("div",null)},e.format!==!1?w.createElement(JW,{...e}):w.createElement(ZW,{...e})),"SyntaxHighlighter");Gy.registerLanguage=(...e)=>{if(qi!==null){qi.registerLanguage(...e);return}eo.push(e)};v1();dk();var gT={};nl(gT,{Close:()=>hI,Content:()=>dI,Description:()=>fI,Dialog:()=>XT,DialogClose:()=>lI,DialogContent:()=>rI,DialogDescription:()=>iI,DialogOverlay:()=>tI,DialogPortal:()=>eI,DialogTitle:()=>oI,DialogTrigger:()=>ZT,Overlay:()=>cI,Portal:()=>uI,Root:()=>sI,Title:()=>pI,Trigger:()=>Wq,WarningProvider:()=>Uq,createDialogScope:()=>zq});kr();Fv();al();wk();_v();var QW=u.useId||(()=>{}),eq=0;function y0(e){let[t,r]=u.useState(QW());return Ys(()=>{e||r(n=>n??String(eq++))},[e]),e||(t?`radix-${t}`:"")}c(y0,"$1746a345f3d73bb7$export$f680877a34711e37");Du();function vT({prop:e,defaultProp:t,onChange:r=c(()=>{},"onChange")}){let[n,a]=yT({defaultProp:t,onChange:r}),o=e!==void 0,i=o?e:n,l=st(r),s=u.useCallback(d=>{if(o){let f=typeof d=="function"?d(e):d;f!==e&&l(f)}else a(d)},[o,e,a,l]);return[i,s]}c(vT,"$71cd76cc60e0454e$export$6f32135080cb4c3");function yT({defaultProp:e,onChange:t}){let r=u.useState(e),[n]=r,a=u.useRef(n),o=st(t);return u.useEffect(()=>{a.current!==n&&(o(n),a.current=n)},[n,a,o]),r}c(yT,"$71cd76cc60e0454e$var$useUncontrolledState");kr();Fv();Cu();al();Du();Du();function wT(e,t=globalThis?.document){let r=st(e);u.useEffect(()=>{let n=c(a=>{a.key==="Escape"&&r(a)},"handleKeyDown");return t.addEventListener("keydown",n),()=>t.removeEventListener("keydown",n)},[r,t])}c(wT,"$addc16e1bbe58fd0$export$3a72a57244d6e765");var k2="dismissableLayer.update",tq="dismissableLayer.pointerDownOutside",rq="dismissableLayer.focusOutside",TE,nq=u.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),aq=u.forwardRef((e,t)=>{var r;let{disableOutsidePointerEvents:n=!1,onEscapeKeyDown:a,onPointerDownOutside:o,onFocusOutside:i,onInteractOutside:l,onDismiss:s,...d}=e,f=u.useContext(nq),[h,p]=u.useState(null),m=(r=h?.ownerDocument)!==null&&r!==void 0?r:globalThis?.document,[,g]=u.useState({}),v=It(t,_=>p(_)),C=Array.from(f.layers),[E]=[...f.layersWithOutsidePointerEventsDisabled].slice(-1),y=C.indexOf(E),b=h?C.indexOf(h):-1,x=f.layersWithOutsidePointerEventsDisabled.size>0,D=b>=y,S=bT(_=>{let A=_.target,$=[...f.branches].some(I=>I.contains(A));!D||$||(o?.(_),l?.(_),_.defaultPrevented||s?.())},m),k=ET(_=>{let A=_.target;[...f.branches].some($=>$.contains(A))||(i?.(_),l?.(_),_.defaultPrevented||s?.())},m);return wT(_=>{b===f.layers.size-1&&(a?.(_),!_.defaultPrevented&&s&&(_.preventDefault(),s()))},m),u.useEffect(()=>{if(h)return n&&(f.layersWithOutsidePointerEventsDisabled.size===0&&(TE=m.body.style.pointerEvents,m.body.style.pointerEvents="none"),f.layersWithOutsidePointerEventsDisabled.add(h)),f.layers.add(h),_2(),()=>{n&&f.layersWithOutsidePointerEventsDisabled.size===1&&(m.body.style.pointerEvents=TE)}},[h,m,n,f]),u.useEffect(()=>()=>{h&&(f.layers.delete(h),f.layersWithOutsidePointerEventsDisabled.delete(h),_2())},[h,f]),u.useEffect(()=>{let _=c(()=>g({}),"handleUpdate");return document.addEventListener(k2,_),()=>document.removeEventListener(k2,_)},[]),u.createElement(gt.div,X({},d,{ref:v,style:{pointerEvents:x?D?"auto":"none":void 0,...e.style},onFocusCapture:tt(e.onFocusCapture,k.onFocusCapture),onBlurCapture:tt(e.onBlurCapture,k.onBlurCapture),onPointerDownCapture:tt(e.onPointerDownCapture,S.onPointerDownCapture)}))});function bT(e,t=globalThis?.document){let r=st(e),n=u.useRef(!1),a=u.useRef(()=>{});return u.useEffect(()=>{let o=c(l=>{if(l.target&&!n.current){let s=function(){Ky(tq,r,d,{discrete:!0})};c(s,"handleAndDispatchPointerDownOutsideEvent");let d={originalEvent:l};l.pointerType==="touch"?(t.removeEventListener("click",a.current),a.current=s,t.addEventListener("click",a.current,{once:!0})):s()}else t.removeEventListener("click",a.current);n.current=!1},"handlePointerDown"),i=window.setTimeout(()=>{t.addEventListener("pointerdown",o)},0);return()=>{window.clearTimeout(i),t.removeEventListener("pointerdown",o),t.removeEventListener("click",a.current)}},[t,r]),{onPointerDownCapture:c(()=>n.current=!0,"onPointerDownCapture")}}c(bT,"$5cb92bef7577960e$var$usePointerDownOutside");function ET(e,t=globalThis?.document){let r=st(e),n=u.useRef(!1);return u.useEffect(()=>{let a=c(o=>{o.target&&!n.current&&Ky(rq,r,{originalEvent:o},{discrete:!1})},"handleFocus");return t.addEventListener("focusin",a),()=>t.removeEventListener("focusin",a)},[t,r]),{onFocusCapture:c(()=>n.current=!0,"onFocusCapture"),onBlurCapture:c(()=>n.current=!1,"onBlurCapture")}}c(ET,"$5cb92bef7577960e$var$useFocusOutside");function _2(){let e=new CustomEvent(k2);document.dispatchEvent(e)}c(_2,"$5cb92bef7577960e$var$dispatchUpdate");function Ky(e,t,r,{discrete:n}){let a=r.originalEvent.target,o=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:r});t&&a.addEventListener(e,t,{once:!0}),n?hk(a,o):a.dispatchEvent(o)}c(Ky,"$5cb92bef7577960e$var$handleAndDispatchCustomEvent");kr();al();Cu();Du();var Uh="focusScope.autoFocusOnMount",Wh="focusScope.autoFocusOnUnmount",IE={bubbles:!1,cancelable:!0},oq=u.forwardRef((e,t)=>{let{loop:r=!1,trapped:n=!1,onMountAutoFocus:a,onUnmountAutoFocus:o,...i}=e,[l,s]=u.useState(null),d=st(a),f=st(o),h=u.useRef(null),p=It(t,v=>s(v)),m=u.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;u.useEffect(()=>{if(n){let v=function(b){if(m.paused||!l)return;let x=b.target;l.contains(x)?h.current=x:yn(h.current,{select:!0})},C=function(b){if(m.paused||!l)return;let x=b.relatedTarget;x!==null&&(l.contains(x)||yn(h.current,{select:!0}))},E=function(b){if(document.activeElement===document.body)for(let x of b)x.removedNodes.length>0&&yn(l)};c(v,"handleFocusIn"),c(C,"handleFocusOut"),c(E,"handleMutations"),document.addEventListener("focusin",v),document.addEventListener("focusout",C);let y=new MutationObserver(E);return l&&y.observe(l,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",v),document.removeEventListener("focusout",C),y.disconnect()}}},[n,l,m.paused]),u.useEffect(()=>{if(l){RE.add(m);let v=document.activeElement;if(!l.contains(v)){let C=new CustomEvent(Uh,IE);l.addEventListener(Uh,d),l.dispatchEvent(C),C.defaultPrevented||(xT(_T(Yy(l)),{select:!0}),document.activeElement===v&&yn(l))}return()=>{l.removeEventListener(Uh,d),setTimeout(()=>{let C=new CustomEvent(Wh,IE);l.addEventListener(Wh,f),l.dispatchEvent(C),C.defaultPrevented||yn(v??document.body,{select:!0}),l.removeEventListener(Wh,f),RE.remove(m)},0)}}},[l,d,f,m]);let g=u.useCallback(v=>{if(!r&&!n||m.paused)return;let C=v.key==="Tab"&&!v.altKey&&!v.ctrlKey&&!v.metaKey,E=document.activeElement;if(C&&E){let y=v.currentTarget,[b,x]=CT(y);b&&x?!v.shiftKey&&E===x?(v.preventDefault(),r&&yn(b,{select:!0})):v.shiftKey&&E===b&&(v.preventDefault(),r&&yn(x,{select:!0})):E===y&&v.preventDefault()}},[r,n,m.paused]);return u.createElement(gt.div,X({tabIndex:-1},i,{ref:p,onKeyDown:g}))});function xT(e,{select:t=!1}={}){let r=document.activeElement;for(let n of e)if(yn(n,{select:t}),document.activeElement!==r)return}c(xT,"$d3863c46a17e8a28$var$focusFirst");function CT(e){let t=Yy(e),r=A2(t,e),n=A2(t.reverse(),e);return[r,n]}c(CT,"$d3863c46a17e8a28$var$getTabbableEdges");function Yy(e){let t=[],r=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:c(n=>{let a=n.tagName==="INPUT"&&n.type==="hidden";return n.disabled||n.hidden||a?NodeFilter.FILTER_SKIP:n.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP},"acceptNode")});for(;r.nextNode();)t.push(r.currentNode);return t}c(Yy,"$d3863c46a17e8a28$var$getTabbableCandidates");function A2(e,t){for(let r of e)if(!DT(r,{upTo:t}))return r}c(A2,"$d3863c46a17e8a28$var$findVisible");function DT(e,{upTo:t}){if(getComputedStyle(e).visibility==="hidden")return!0;for(;e;){if(t!==void 0&&e===t)return!1;if(getComputedStyle(e).display==="none")return!0;e=e.parentElement}return!1}c(DT,"$d3863c46a17e8a28$var$isHidden");function ST(e){return e instanceof HTMLInputElement&&"select"in e}c(ST,"$d3863c46a17e8a28$var$isSelectableInput");function yn(e,{select:t=!1}={}){if(e&&e.focus){let r=document.activeElement;e.focus({preventScroll:!0}),e!==r&&ST(e)&&t&&e.select()}}c(yn,"$d3863c46a17e8a28$var$focus");var RE=kT();function kT(){let e=[];return{add(t){let r=e[0];t!==r&&r?.pause(),e=F2(e,t),e.unshift(t)},remove(t){var r;e=F2(e,t),(r=e[0])===null||r===void 0||r.resume()}}}c(kT,"$d3863c46a17e8a28$var$createFocusScopesStack");function F2(e,t){let r=[...e],n=r.indexOf(t);return n!==-1&&r.splice(n,1),r}c(F2,"$d3863c46a17e8a28$var$arrayRemove");function _T(e){return e.filter(t=>t.tagName!=="A")}c(_T,"$d3863c46a17e8a28$var$removeLinks");kr();Cu();var iq=u.forwardRef((e,t)=>{var r;let{container:n=globalThis==null||(r=globalThis.document)===null||r===void 0?void 0:r.body,...a}=e;return n?gS.createPortal(u.createElement(gt.div,X({},a,{ref:t})),n):null});gk();Cu();var qh=0;function AT(){u.useEffect(()=>{var e,t;let r=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",(e=r[0])!==null&&e!==void 0?e:$2()),document.body.insertAdjacentElement("beforeend",(t=r[1])!==null&&t!==void 0?t:$2()),qh++,()=>{qh===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(n=>n.remove()),qh--}},[])}c(AT,"$3db38b7d1fb3fe6a$export$b7ece24a22aeda8c");function $2(){let e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.cssText="outline: none; opacity: 0; position: fixed; pointer-events: none",e}c($2,"$3db38b7d1fb3fe6a$var$createFocusGuard");var Wr=c(function(){return Wr=Object.assign||c(function(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a])}return e},"__assign"),Wr.apply(this,arguments)},"__assign");function Xy(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var a=0,n=Object.getOwnPropertySymbols(e);a<n.length;a++)t.indexOf(n[a])<0&&Object.prototype.propertyIsEnumerable.call(e,n[a])&&(r[n[a]]=e[n[a]]);return r}c(Xy,"__rest");function FT(e,t,r){if(r||arguments.length===2)for(var n=0,a=t.length,o;n<a;n++)(o||!(n in t))&&(o||(o=Array.prototype.slice.call(t,0,n)),o[n]=t[n]);return e.concat(o||Array.prototype.slice.call(t))}c(FT,"__spreadArray");var w0="right-scroll-bar-position",b0="width-before-scroll-bar",lq="with-scroll-bars-hidden",sq="--removed-body-scroll-bar-size";function E0(e,t){return typeof e=="function"?e(t):e&&(e.current=t),e}c(E0,"assignRef");function $T(e,t){var r=u.useState(function(){return{value:e,callback:t,facade:{get current(){return r.value},set current(n){var a=r.value;a!==n&&(r.value=n,r.callback(n,a))}}}})[0];return r.callback=t,r.facade}c($T,"useCallbackRef");var zE=new WeakMap;function TT(e,t){var r=$T(t||null,function(n){return e.forEach(function(a){return E0(a,n)})});return u.useLayoutEffect(function(){var n=zE.get(r);if(n){var a=new Set(n),o=new Set(e),i=r.current;a.forEach(function(l){o.has(l)||E0(l,null)}),o.forEach(function(l){a.has(l)||E0(l,i)})}zE.set(r,e)},[e]),r}c(TT,"useMergeRefs");function IT(e){return e}c(IT,"ItoI");function RT(e,t){t===void 0&&(t=IT);var r=[],n=!1,a={read:c(function(){if(n)throw new Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return r.length?r[r.length-1]:e},"read"),useMedium:c(function(o){var i=t(o,n);return r.push(i),function(){r=r.filter(function(l){return l!==i})}},"useMedium"),assignSyncMedium:c(function(o){for(n=!0;r.length;){var i=r;r=[],i.forEach(o)}r={push:c(function(l){return o(l)},"push"),filter:c(function(){return r},"filter")}},"assignSyncMedium"),assignMedium:c(function(o){n=!0;var i=[];if(r.length){var l=r;r=[],l.forEach(o),i=r}var s=c(function(){var f=i;i=[],f.forEach(o)},"executeQueue"),d=c(function(){return Promise.resolve().then(s)},"cycle");d(),r={push:c(function(f){i.push(f),d()},"push"),filter:c(function(f){return i=i.filter(f),r},"filter")}},"assignMedium")};return a}c(RT,"innerCreateMedium");function zT(e){e===void 0&&(e={});var t=RT(null);return t.options=Wr({async:!0,ssr:!1},e),t}c(zT,"createSidecarMedium");var BT=c(function(e){var t=e.sideCar,r=Xy(e,["sideCar"]);if(!t)throw new Error("Sidecar: please provide `sideCar` property to import the right car");var n=t.read();if(!n)throw new Error("Sidecar medium not found");return u.createElement(n,Wr({},r))},"SideCar");BT.isSideCarExport=!0;function LT(e,t){return e.useMedium(t),BT}c(LT,"exportSidecar");var OT=zT(),Gh=c(function(){},"nothing"),K1=u.forwardRef(function(e,t){var r=u.useRef(null),n=u.useState({onScrollCapture:Gh,onWheelCapture:Gh,onTouchMoveCapture:Gh}),a=n[0],o=n[1],i=e.forwardProps,l=e.children,s=e.className,d=e.removeScrollBar,f=e.enabled,h=e.shards,p=e.sideCar,m=e.noIsolation,g=e.inert,v=e.allowPinchZoom,C=e.as,E=C===void 0?"div":C,y=Xy(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noIsolation","inert","allowPinchZoom","as"]),b=p,x=TT([r,t]),D=Wr(Wr({},y),a);return u.createElement(u.Fragment,null,f&&u.createElement(b,{sideCar:OT,removeScrollBar:d,shards:h,noIsolation:m,inert:g,setCallbacks:o,allowPinchZoom:!!v,lockRef:r}),i?u.cloneElement(u.Children.only(l),Wr(Wr({},D),{ref:x})):u.createElement(E,Wr({},D,{className:s,ref:x}),l))});K1.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1};K1.classNames={fullWidth:b0,zeroRight:w0};var uq=c(function(){if(typeof __webpack_nonce__<"u")return __webpack_nonce__},"getNonce");function MT(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var t=uq();return t&&e.setAttribute("nonce",t),e}c(MT,"makeStyleTag");function PT(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}c(PT,"injectStyles");function NT(e){var t=document.head||document.getElementsByTagName("head")[0];t.appendChild(e)}c(NT,"insertStyleTag");var cq=c(function(){var e=0,t=null;return{add:c(function(r){e==0&&(t=MT())&&(PT(t,r),NT(t)),e++},"add"),remove:c(function(){e--,!e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)},"remove")}},"stylesheetSingleton"),dq=c(function(){var e=cq();return function(t,r){u.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&r])}},"styleHookSingleton"),jT=c(function(){var e=dq(),t=c(function(r){var n=r.styles,a=r.dynamic;return e(n,a),null},"Sheet");return t},"styleSingleton"),pq={left:0,top:0,right:0,gap:0},Kh=c(function(e){return parseInt(e||"",10)||0},"parse"),fq=c(function(e){var t=window.getComputedStyle(document.body),r=t[e==="padding"?"paddingLeft":"marginLeft"],n=t[e==="padding"?"paddingTop":"marginTop"],a=t[e==="padding"?"paddingRight":"marginRight"];return[Kh(r),Kh(n),Kh(a)]},"getOffset"),hq=c(function(e){if(e===void 0&&(e="margin"),typeof window>"u")return pq;var t=fq(e),r=document.documentElement.clientWidth,n=window.innerWidth;return{left:t[0],top:t[1],right:t[2],gap:Math.max(0,n-r+t[2]-t[0])}},"getGapWidth"),mq=jT(),Bd="data-scroll-locked",gq=c(function(e,t,r,n){var a=e.left,o=e.top,i=e.right,l=e.gap;return r===void 0&&(r="margin"),`
457
+ .`.concat(lq,` {
458
+ overflow: hidden `).concat(n,`;
459
+ padding-right: `).concat(l,"px ").concat(n,`;
460
+ }
461
+ body[`).concat(Bd,`] {
462
+ overflow: hidden `).concat(n,`;
463
+ overscroll-behavior: contain;
464
+ `).concat([t&&"position: relative ".concat(n,";"),r==="margin"&&`
465
+ padding-left: `.concat(a,`px;
466
+ padding-top: `).concat(o,`px;
467
+ padding-right: `).concat(i,`px;
468
+ margin-left:0;
469
+ margin-top:0;
470
+ margin-right: `).concat(l,"px ").concat(n,`;
471
+ `),r==="padding"&&"padding-right: ".concat(l,"px ").concat(n,";")].filter(Boolean).join(""),`
472
+ }
473
+
474
+ .`).concat(w0,` {
475
+ right: `).concat(l,"px ").concat(n,`;
476
+ }
477
+
478
+ .`).concat(b0,` {
479
+ margin-right: `).concat(l,"px ").concat(n,`;
480
+ }
481
+
482
+ .`).concat(w0," .").concat(w0,` {
483
+ right: 0 `).concat(n,`;
484
+ }
485
+
486
+ .`).concat(b0," .").concat(b0,` {
487
+ margin-right: 0 `).concat(n,`;
488
+ }
489
+
490
+ body[`).concat(Bd,`] {
491
+ `).concat(sq,": ").concat(l,`px;
492
+ }
493
+ `)},"getStyles"),vq=c(function(e){var t=e.noRelative,r=e.noImportant,n=e.gapMode,a=n===void 0?"margin":n,o=u.useMemo(function(){return hq(a)},[a]);return u.useEffect(function(){return document.body.setAttribute(Bd,""),function(){document.body.removeAttribute(Bd)}},[]),u.createElement(mq,{styles:gq(o,!t,a,r?"":"!important")})},"RemoveScrollBar"),T2=!1;if(typeof window<"u")try{Gl=Object.defineProperty({},"passive",{get:c(function(){return T2=!0,!0},"get")}),window.addEventListener("test",Gl,Gl),window.removeEventListener("test",Gl,Gl)}catch{T2=!1}var Gl,Oo=T2?{passive:!1}:!1,yq=c(function(e){return e.tagName==="TEXTAREA"},"alwaysContainsScroll"),HT=c(function(e,t){var r=window.getComputedStyle(e);return r[t]!=="hidden"&&!(r.overflowY===r.overflowX&&!yq(e)&&r[t]==="visible")},"elementCanBeScrolled"),wq=c(function(e){return HT(e,"overflowY")},"elementCouldBeVScrolled"),bq=c(function(e){return HT(e,"overflowX")},"elementCouldBeHScrolled"),BE=c(function(e,t){var r=t;do{typeof ShadowRoot<"u"&&r instanceof ShadowRoot&&(r=r.host);var n=VT(e,r);if(n){var a=UT(e,r),o=a[1],i=a[2];if(o>i)return!0}r=r.parentNode}while(r&&r!==document.body);return!1},"locationCouldBeScrolled"),Eq=c(function(e){var t=e.scrollTop,r=e.scrollHeight,n=e.clientHeight;return[t,r,n]},"getVScrollVariables"),xq=c(function(e){var t=e.scrollLeft,r=e.scrollWidth,n=e.clientWidth;return[t,r,n]},"getHScrollVariables"),VT=c(function(e,t){return e==="v"?wq(t):bq(t)},"elementCouldBeScrolled"),UT=c(function(e,t){return e==="v"?Eq(t):xq(t)},"getScrollVariables"),Cq=c(function(e,t){return e==="h"&&t==="rtl"?-1:1},"getDirectionFactor"),Dq=c(function(e,t,r,n,a){var o=Cq(e,window.getComputedStyle(t).direction),i=o*n,l=r.target,s=t.contains(l),d=!1,f=i>0,h=0,p=0;do{var m=UT(e,l),g=m[0],v=m[1],C=m[2],E=v-C-o*g;(g||E)&&VT(e,l)&&(h+=E,p+=g),l=l.parentNode}while(!s&&l!==document.body||s&&(t.contains(l)||t===l));return(f&&(a&&h===0||!a&&i>h)||!f&&(a&&p===0||!a&&-i>p))&&(d=!0),d},"handleScroll"),Rc=c(function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},"getTouchXY"),LE=c(function(e){return[e.deltaX,e.deltaY]},"getDeltaXY"),OE=c(function(e){return e&&"current"in e?e.current:e},"extractRef"),Sq=c(function(e,t){return e[0]===t[0]&&e[1]===t[1]},"deltaCompare"),kq=c(function(e){return`
494
+ .block-interactivity-`.concat(e,` {pointer-events: none;}
495
+ .allow-interactivity-`).concat(e,` {pointer-events: all;}
496
+ `)},"generateStyle"),_q=0,Mo=[];function WT(e){var t=u.useRef([]),r=u.useRef([0,0]),n=u.useRef(),a=u.useState(_q++)[0],o=u.useState(function(){return jT()})[0],i=u.useRef(e);u.useEffect(function(){i.current=e},[e]),u.useEffect(function(){if(e.inert){document.body.classList.add("block-interactivity-".concat(a));var v=FT([e.lockRef.current],(e.shards||[]).map(OE),!0).filter(Boolean);return v.forEach(function(C){return C.classList.add("allow-interactivity-".concat(a))}),function(){document.body.classList.remove("block-interactivity-".concat(a)),v.forEach(function(C){return C.classList.remove("allow-interactivity-".concat(a))})}}},[e.inert,e.lockRef.current,e.shards]);var l=u.useCallback(function(v,C){if("touches"in v&&v.touches.length===2)return!i.current.allowPinchZoom;var E=Rc(v),y=r.current,b="deltaX"in v?v.deltaX:y[0]-E[0],x="deltaY"in v?v.deltaY:y[1]-E[1],D,S=v.target,k=Math.abs(b)>Math.abs(x)?"h":"v";if("touches"in v&&k==="h"&&S.type==="range")return!1;var _=BE(k,S);if(!_)return!0;if(_?D=k:(D=k==="v"?"h":"v",_=BE(k,S)),!_)return!1;if(!n.current&&"changedTouches"in v&&(b||x)&&(n.current=D),!D)return!0;var A=n.current||D;return Dq(A,C,v,A==="h"?b:x,!0)},[]),s=u.useCallback(function(v){var C=v;if(!(!Mo.length||Mo[Mo.length-1]!==o)){var E="deltaY"in C?LE(C):Rc(C),y=t.current.filter(function(D){return D.name===C.type&&D.target===C.target&&Sq(D.delta,E)})[0];if(y&&y.should){C.cancelable&&C.preventDefault();return}if(!y){var b=(i.current.shards||[]).map(OE).filter(Boolean).filter(function(D){return D.contains(C.target)}),x=b.length>0?l(C,b[0]):!i.current.noIsolation;x&&C.cancelable&&C.preventDefault()}}},[]),d=u.useCallback(function(v,C,E,y){var b={name:v,delta:C,target:E,should:y};t.current.push(b),setTimeout(function(){t.current=t.current.filter(function(x){return x!==b})},1)},[]),f=u.useCallback(function(v){r.current=Rc(v),n.current=void 0},[]),h=u.useCallback(function(v){d(v.type,LE(v),v.target,l(v,e.lockRef.current))},[]),p=u.useCallback(function(v){d(v.type,Rc(v),v.target,l(v,e.lockRef.current))},[]);u.useEffect(function(){return Mo.push(o),e.setCallbacks({onScrollCapture:h,onWheelCapture:h,onTouchMoveCapture:p}),document.addEventListener("wheel",s,Oo),document.addEventListener("touchmove",s,Oo),document.addEventListener("touchstart",f,Oo),function(){Mo=Mo.filter(function(v){return v!==o}),document.removeEventListener("wheel",s,Oo),document.removeEventListener("touchmove",s,Oo),document.removeEventListener("touchstart",f,Oo)}},[]);var m=e.removeScrollBar,g=e.inert;return u.createElement(u.Fragment,null,g?u.createElement(o,{styles:kq(a)}):null,m?u.createElement(vq,{gapMode:"margin"}):null)}c(WT,"RemoveScrollSideCar");var Aq=LT(OT,WT),qT=u.forwardRef(function(e,t){return u.createElement(K1,Wr({},e,{ref:t,sideCar:Aq}))});qT.classNames=K1.classNames;var Fq=qT,$q=c(function(e){if(typeof document>"u")return null;var t=Array.isArray(e)?e[0]:e;return t.ownerDocument.body},"getDefaultParent"),Po=new WeakMap,zc=new WeakMap,Bc={},Yh=0,GT=c(function(e){return e&&(e.host||GT(e.parentNode))},"unwrapHost"),Tq=c(function(e,t){return t.map(function(r){if(e.contains(r))return r;var n=GT(r);return n&&e.contains(n)?n:(console.error("aria-hidden",r,"in not contained inside",e,". Doing nothing"),null)}).filter(function(r){return!!r})},"correctTargets"),Iq=c(function(e,t,r,n){var a=Tq(t,Array.isArray(e)?e:[e]);Bc[r]||(Bc[r]=new WeakMap);var o=Bc[r],i=[],l=new Set,s=new Set(a),d=c(function(h){!h||l.has(h)||(l.add(h),d(h.parentNode))},"keep");a.forEach(d);var f=c(function(h){!h||s.has(h)||Array.prototype.forEach.call(h.children,function(p){if(l.has(p))f(p);else{var m=p.getAttribute(n),g=m!==null&&m!=="false",v=(Po.get(p)||0)+1,C=(o.get(p)||0)+1;Po.set(p,v),o.set(p,C),i.push(p),v===1&&g&&zc.set(p,!0),C===1&&p.setAttribute(r,"true"),g||p.setAttribute(n,"true")}})},"deep");return f(t),l.clear(),Yh++,function(){i.forEach(function(h){var p=Po.get(h)-1,m=o.get(h)-1;Po.set(h,p),o.set(h,m),p||(zc.has(h)||h.removeAttribute(n),zc.delete(h)),m||h.removeAttribute(r)}),Yh--,Yh||(Po=new WeakMap,Po=new WeakMap,zc=new WeakMap,Bc={})}},"applyAttributeToOthers"),Rq=c(function(e,t,r){r===void 0&&(r="data-aria-hidden");var n=Array.from(Array.isArray(e)?e:[e]),a=t||$q(e);return a?(n.push.apply(n,Array.from(a.querySelectorAll("[aria-live]"))),Iq(n,a,r,"aria-hidden")):function(){return null}},"hideOthers");kv();var KT="Dialog",[YT,zq]=Av(KT),[Bq,_r]=YT(KT),XT=c(e=>{let{__scopeDialog:t,children:r,open:n,defaultOpen:a,onOpenChange:o,modal:i=!0}=e,l=u.useRef(null),s=u.useRef(null),[d=!1,f]=vT({prop:n,defaultProp:a,onChange:o});return u.createElement(Bq,{scope:t,triggerRef:l,contentRef:s,contentId:y0(),titleId:y0(),descriptionId:y0(),open:d,onOpenChange:f,onOpenToggle:u.useCallback(()=>f(h=>!h),[f]),modal:i},r)},"$5d3850c4d0b4e6c7$export$3ddf2d174ce01153"),Lq="DialogTrigger",ZT=u.forwardRef((e,t)=>{let{__scopeDialog:r,...n}=e,a=_r(Lq,r),o=It(t,a.triggerRef);return u.createElement(gt.button,X({type:"button","aria-haspopup":"dialog","aria-expanded":a.open,"aria-controls":a.contentId,"data-state":Y1(a.open)},n,{ref:o,onClick:tt(e.onClick,a.onOpenToggle)}))}),JT="DialogPortal",[Oq,QT]=YT(JT,{forceMount:void 0}),eI=c(e=>{let{__scopeDialog:t,forceMount:r,children:n,container:a}=e,o=_r(JT,t);return u.createElement(Oq,{scope:t,forceMount:r},u.Children.map(n,i=>u.createElement(xn,{present:r||o.open},u.createElement(iq,{asChild:!0,container:a},i))))},"$5d3850c4d0b4e6c7$export$dad7c95542bacce0"),I2="DialogOverlay",tI=u.forwardRef((e,t)=>{let r=QT(I2,e.__scopeDialog),{forceMount:n=r.forceMount,...a}=e,o=_r(I2,e.__scopeDialog);return o.modal?u.createElement(xn,{present:n||o.open},u.createElement(Mq,X({},a,{ref:t}))):null}),Mq=u.forwardRef((e,t)=>{let{__scopeDialog:r,...n}=e,a=_r(I2,r);return u.createElement(Fq,{as:Ks,allowPinchZoom:!0,shards:[a.contentRef]},u.createElement(gt.div,X({"data-state":Y1(a.open)},n,{ref:t,style:{pointerEvents:"auto",...n.style}})))}),Gi="DialogContent",rI=u.forwardRef((e,t)=>{let r=QT(Gi,e.__scopeDialog),{forceMount:n=r.forceMount,...a}=e,o=_r(Gi,e.__scopeDialog);return u.createElement(xn,{present:n||o.open},o.modal?u.createElement(Pq,X({},a,{ref:t})):u.createElement(Nq,X({},a,{ref:t})))}),Pq=u.forwardRef((e,t)=>{let r=_r(Gi,e.__scopeDialog),n=u.useRef(null),a=It(t,r.contentRef,n);return u.useEffect(()=>{let o=n.current;if(o)return Rq(o)},[]),u.createElement(nI,X({},e,{ref:a,trapFocus:r.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:tt(e.onCloseAutoFocus,o=>{var i;o.preventDefault(),(i=r.triggerRef.current)===null||i===void 0||i.focus()}),onPointerDownOutside:tt(e.onPointerDownOutside,o=>{let i=o.detail.originalEvent,l=i.button===0&&i.ctrlKey===!0;(i.button===2||l)&&o.preventDefault()}),onFocusOutside:tt(e.onFocusOutside,o=>o.preventDefault())}))}),Nq=u.forwardRef((e,t)=>{let r=_r(Gi,e.__scopeDialog),n=u.useRef(!1),a=u.useRef(!1);return u.createElement(nI,X({},e,{ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:c(o=>{var i;if((i=e.onCloseAutoFocus)===null||i===void 0||i.call(e,o),!o.defaultPrevented){var l;n.current||(l=r.triggerRef.current)===null||l===void 0||l.focus(),o.preventDefault()}n.current=!1,a.current=!1},"onCloseAutoFocus"),onInteractOutside:c(o=>{var i,l;(i=e.onInteractOutside)===null||i===void 0||i.call(e,o),o.defaultPrevented||(n.current=!0,o.detail.originalEvent.type==="pointerdown"&&(a.current=!0));let s=o.target;!((l=r.triggerRef.current)===null||l===void 0)&&l.contains(s)&&o.preventDefault(),o.detail.originalEvent.type==="focusin"&&a.current&&o.preventDefault()},"onInteractOutside")}))}),nI=u.forwardRef((e,t)=>{let{__scopeDialog:r,trapFocus:n,onOpenAutoFocus:a,onCloseAutoFocus:o,...i}=e,l=_r(Gi,r),s=u.useRef(null),d=It(t,s);return AT(),u.createElement(u.Fragment,null,u.createElement(oq,{asChild:!0,loop:!0,trapped:n,onMountAutoFocus:a,onUnmountAutoFocus:o},u.createElement(aq,X({role:"dialog",id:l.contentId,"aria-describedby":l.descriptionId,"aria-labelledby":l.titleId,"data-state":Y1(l.open)},i,{ref:d,onDismiss:c(()=>l.onOpenChange(!1),"onDismiss")}))),!1)}),aI="DialogTitle",oI=u.forwardRef((e,t)=>{let{__scopeDialog:r,...n}=e,a=_r(aI,r);return u.createElement(gt.h2,X({id:a.titleId},n,{ref:t}))}),jq="DialogDescription",iI=u.forwardRef((e,t)=>{let{__scopeDialog:r,...n}=e,a=_r(jq,r);return u.createElement(gt.p,X({id:a.descriptionId},n,{ref:t}))}),Hq="DialogClose",lI=u.forwardRef((e,t)=>{let{__scopeDialog:r,...n}=e,a=_r(Hq,r);return u.createElement(gt.button,X({type:"button"},n,{ref:t,onClick:tt(e.onClick,()=>a.onOpenChange(!1))}))});function Y1(e){return e?"open":"closed"}c(Y1,"$5d3850c4d0b4e6c7$var$getState");var Vq="DialogTitleWarning",[Uq,sfe]=vk(Vq,{contentName:Gi,titleName:aI,docsSlug:"dialog"}),sI=XT,Wq=ZT,uI=eI,cI=tI,dI=rI,pI=oI,fI=iI,hI=lI,mI={};nl(mI,{Actions:()=>eG,CloseButton:()=>wI,Col:()=>EI,Container:()=>yI,Content:()=>Xq,Description:()=>Qq,Error:()=>tG,ErrorWrapper:()=>xI,Header:()=>Zq,Overlay:()=>vI,Row:()=>bI,Title:()=>Jq});kv();const{deprecate:qq}=__STORYBOOK_MODULE_CLIENT_LOGGER__;var Do=u.forwardRef(({asChild:e=!1,animation:t="none",size:r="small",variant:n="outline",padding:a="medium",disabled:o=!1,active:i=!1,onClick:l,...s},d)=>{let f="button";s.isLink&&(f="a"),e&&(f=Ks);let h=n,p=r,[m,g]=u.useState(!1),v=c(C=>{l&&l(C),t!=="none"&&g(!0)},"handleClick");if(u.useEffect(()=>{let C=setTimeout(()=>{m&&g(!1)},1e3);return()=>clearTimeout(C)},[m]),s.primary&&(h="solid",p="medium"),(s.secondary||s.tertiary||s.gray||s.outline||s.inForm)&&(h="outline",p="medium"),s.small||s.isLink||s.primary||s.secondary||s.tertiary||s.gray||s.outline||s.inForm||s.containsIcon){let C=w.Children.toArray(s.children).filter(E=>typeof E=="string"&&E!=="");qq(`Use of deprecated props in the button ${C.length>0?`"${C.join(" ")}"`:"component"} detected, see the migration notes at https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#new-ui-and-props-for-button-and-iconbutton-components`)}return w.createElement(Gq,{as:f,ref:d,variant:h,size:p,padding:a,disabled:o,active:i,animating:m,animation:t,onClick:v,...s})});Do.displayName="Button";var Gq=F("button",{shouldForwardProp:c(e=>u5(e),"shouldForwardProp")})(({theme:e,variant:t,size:r,disabled:n,active:a,animating:o,animation:i="none",padding:l})=>({border:0,cursor:n?"not-allowed":"pointer",display:"inline-flex",gap:"6px",alignItems:"center",justifyContent:"center",overflow:"hidden",padding:l==="small"&&r==="small"?"0 7px":l==="small"&&r==="medium"?"0 9px":r==="small"?"0 10px":r==="medium"?"0 12px":0,height:r==="small"?"28px":"32px",position:"relative",textAlign:"center",textDecoration:"none",transitionProperty:"background, box-shadow",transitionDuration:"150ms",transitionTimingFunction:"ease-out",verticalAlign:"top",whiteSpace:"nowrap",userSelect:"none",opacity:n?.5:1,margin:0,fontSize:`${e.typography.size.s1}px`,fontWeight:e.typography.weight.bold,lineHeight:"1",background:t==="solid"?e.color.secondary:t==="outline"?e.button.background:t==="ghost"&&a?e.background.hoverable:"transparent",...t==="ghost"?{".sb-bar &":{background:a?Yt(.9,e.barTextColor):"transparent",color:a?e.barSelectedColor:e.barTextColor,"&:hover":{color:e.barHoverColor,background:Yt(.86,e.barHoverColor)},"&:active":{color:e.barSelectedColor,background:Yt(.9,e.barSelectedColor)},"&:focus":{boxShadow:`${su(e.barHoverColor,1)} 0 0 0 1px inset`,outline:"none"}}}:{},color:t==="solid"?e.color.lightest:t==="outline"?e.input.color:t==="ghost"&&a?e.color.secondary:t==="ghost"?e.color.mediumdark:e.input.color,boxShadow:t==="outline"?`${e.button.border} 0 0 0 1px inset`:"none",borderRadius:e.input.borderRadius,flexShrink:0,"&:hover":{color:t==="ghost"?e.color.secondary:void 0,background:(()=>{let s=e.color.secondary;return t==="solid"&&(s=e.color.secondary),t==="outline"&&(s=e.button.background),t==="ghost"?Yt(.86,e.color.secondary):e.base==="light"?ai(.02,s):$E(.03,s)})()},"&:active":{color:t==="ghost"?e.color.secondary:void 0,background:(()=>{let s=e.color.secondary;return t==="solid"&&(s=e.color.secondary),t==="outline"&&(s=e.button.background),t==="ghost"?e.background.hoverable:e.base==="light"?ai(.02,s):$E(.03,s)})()},"&:focus":{boxShadow:`${su(e.color.secondary,1)} 0 0 0 1px inset`,outline:"none"},"> svg":{animation:o&&i!=="none"?`${e.animation[i]} 1000ms ease-out`:""}})),to=u.forwardRef(({padding:e="small",variant:t="ghost",...r},n)=>w.createElement(Do,{padding:e,variant:t,ref:n,...r}));to.displayName="IconButton";var gI=In({from:{opacity:0},to:{opacity:1}}),Kq=In({from:{maxHeight:0},to:{}}),Yq=In({from:{opacity:0,transform:"translate(-50%, -50%) scale(0.9)"},to:{opacity:1,transform:"translate(-50%, -50%) scale(1)"}}),vI=F.div({backgroundColor:"rgba(27, 28, 29, 0.2)",position:"fixed",inset:0,width:"100%",height:"100%",zIndex:10,animation:`${gI} 200ms`}),yI=F.div(({theme:e,width:t,height:r})=>({backgroundColor:e.background.bar,borderRadius:6,boxShadow:"rgba(255, 255, 255, 0.05) 0 0 0 1px inset, rgba(14, 18, 22, 0.35) 0px 10px 38px -10px",position:"fixed",top:"50%",left:"50%",transform:"translate(-50%, -50%)",width:t??740,height:r??"auto",maxWidth:"calc(100% - 40px)",maxHeight:"85vh",overflow:"hidden",zIndex:11,animation:`${Yq} 200ms`,"&:focus-visible":{outline:"none"}})),wI=c(e=>w.createElement(hI,{asChild:!0},w.createElement(to,{...e},w.createElement(hT,null))),"CloseButton"),Xq=F.div({display:"flex",flexDirection:"column",margin:16,gap:16}),bI=F.div({display:"flex",justifyContent:"space-between",gap:16}),EI=F.div({display:"flex",flexDirection:"column",gap:4}),Zq=c(e=>w.createElement(bI,null,w.createElement(EI,{...e}),w.createElement(wI,null)),"Header"),Jq=F(pI)(({theme:e})=>({margin:0,fontSize:e.typography.size.s3,fontWeight:e.typography.weight.bold})),Qq=F(fI)(({theme:e})=>({position:"relative",zIndex:1,margin:0,fontSize:e.typography.size.s2})),eG=F.div({display:"flex",flexDirection:"row-reverse",gap:8}),xI=F.div(({theme:e})=>({maxHeight:100,overflow:"auto",animation:`${Kq} 300ms, ${gI} 300ms`,backgroundColor:e.background.critical,color:e.color.lightest,fontSize:e.typography.size.s2,"& > div":{position:"relative",padding:"8px 16px"}})),tG=c(({children:e,...t})=>w.createElement(xI,{...t},w.createElement("div",null,e)),"Error");function CI({children:e,width:t,height:r,onEscapeKeyDown:n,onInteractOutside:a=c(s=>s.preventDefault(),"onInteractOutside"),className:o,container:i,...l}){return w.createElement(sI,{...l},w.createElement(uI,{container:i},w.createElement(cI,{asChild:!0},w.createElement(vI,null)),w.createElement(dI,{asChild:!0,onInteractOutside:a,onEscapeKeyDown:n},w.createElement(yI,{className:o,width:t,height:r},e))))}c(CI,"BaseModal");var ufe=Object.assign(CI,mI,{Dialog:gT}),rG=c(e=>typeof e=="number"?e:Number(e),"toNumber"),nG=F.div(({theme:e,col:t,row:r=1})=>t?{display:"inline-block",verticalAlign:"inherit","& > *":{marginLeft:t*e.layoutMargin,verticalAlign:"inherit"},[`& > *:first-child${gm}`]:{marginLeft:0}}:{"& > *":{marginTop:r*e.layoutMargin},[`& > *:first-child${gm}`]:{marginTop:0}},({theme:e,outer:t,col:r,row:n})=>{switch(!0){case!!(t&&r):return{marginLeft:t*e.layoutMargin,marginRight:t*e.layoutMargin};case!!(t&&n):return{marginTop:t*e.layoutMargin,marginBottom:t*e.layoutMargin};default:return{}}}),cfe=c(({col:e,row:t,outer:r,children:n,...a})=>{let o=rG(typeof r=="number"||!r?r:e||t);return w.createElement(nG,{col:e,row:t,outer:o,...a},n)},"Spaced"),aG=F.div(({theme:e})=>({fontWeight:e.typography.weight.bold})),oG=F.div(),iG=F.div(({theme:e})=>({padding:30,textAlign:"center",color:e.color.defaultText,fontSize:e.typography.size.s2-1})),dfe=c(({children:e,...t})=>{let[r,n]=u.Children.toArray(e);return w.createElement(iG,{...t},w.createElement(aG,null,r),n&&w.createElement(oG,null,n))},"Placeholder");Tv();function DI(e,t){var r=u.useRef(null),n=u.useRef(null);n.current=t;var a=u.useRef(null);u.useEffect(function(){o()});var o=u.useCallback(function(){var i=a.current,l=n.current,s=i||(l?l instanceof Element?l:l.current:null);r.current&&r.current.element===s&&r.current.subscriber===e||(r.current&&r.current.cleanup&&r.current.cleanup(),r.current={element:s,subscriber:e,cleanup:s?e(s):void 0})},[e]);return u.useEffect(function(){return function(){r.current&&r.current.cleanup&&(r.current.cleanup(),r.current=null)}},[]),u.useCallback(function(i){a.current=i,o()},[o])}c(DI,"useResolvedElement");function R2(e,t,r){return e[t]?e[t][0]?e[t][0][r]:e[t][r]:t==="contentBoxSize"?e.contentRect[r==="inlineSize"?"width":"height"]:void 0}c(R2,"extractSize");function Zy(e){e===void 0&&(e={});var t=e.onResize,r=u.useRef(void 0);r.current=t;var n=e.round||Math.round,a=u.useRef(),o=u.useState({width:void 0,height:void 0}),i=o[0],l=o[1],s=u.useRef(!1);u.useEffect(function(){return s.current=!1,function(){s.current=!0}},[]);var d=u.useRef({width:void 0,height:void 0}),f=DI(u.useCallback(function(h){return(!a.current||a.current.box!==e.box||a.current.round!==n)&&(a.current={box:e.box,round:n,instance:new ResizeObserver(function(p){var m=p[0],g=e.box==="border-box"?"borderBoxSize":e.box==="device-pixel-content-box"?"devicePixelContentBoxSize":"contentBoxSize",v=R2(m,g,"inlineSize"),C=R2(m,g,"blockSize"),E=v?n(v):void 0,y=C?n(C):void 0;if(d.current.width!==E||d.current.height!==y){var b={width:E,height:y};d.current.width=E,d.current.height=y,r.current?r.current(b):s.current||l(b)}})}),a.current.instance.observe(h,{box:e.box}),function(){a.current&&a.current.instance.unobserve(h)}},[e.box,n]),e.ref);return u.useMemo(function(){return{ref:f,width:i.width,height:i.height}},[f,i.width,i.height])}c(Zy,"useResizeObserver");var lG=F.div(({scale:e=1,elementHeight:t})=>({height:t||"auto",transformOrigin:"top left",transform:`scale(${1/e})`}));function SI({scale:e,children:t}){let r=u.useRef(null),[n,a]=u.useState(0),o=u.useCallback(({height:i})=>{i&&a(i/e)},[e]);return u.useEffect(()=>{r.current&&a(r.current.getBoundingClientRect().height)},[e]),Zy({ref:r,onResize:o}),w.createElement(lG,{scale:e,elementHeight:n},w.createElement("div",{ref:r,className:"innerZoomElementWrapper"},t))}c(SI,"ZoomElement");var kI=class extends u.Component{iframe=null;componentDidMount(){let{iFrameRef:t}=this.props;this.iframe=t.current}shouldComponentUpdate(t){let{scale:r,active:n}=this.props;return r!==t.scale&&this.setIframeInnerZoom(t.scale),n!==t.active&&this.iframe.setAttribute("data-is-storybook",t.active?"true":"false"),t.children.props.src!==this.props.children.props.src}setIframeInnerZoom(t){try{Object.assign(this.iframe.contentDocument.body.style,{width:`${t*100}%`,height:`${t*100}%`,transform:`scale(${1/t})`,transformOrigin:"top left"})}catch{this.setIframeZoom(t)}}setIframeZoom(t){Object.assign(this.iframe.style,{width:`${t*100}%`,height:`${t*100}%`,transform:`scale(${1/t})`,transformOrigin:"top left"})}render(){let{children:t}=this.props;return w.createElement(w.Fragment,null,t)}};c(kI,"ZoomIFrame");var sG=kI,uG={Element:SI,IFrame:sG};mv();var{document:cG}=f1,dG=F.strong(({theme:e})=>({color:e.color.orange})),pG=F.strong(({theme:e})=>({color:e.color.ancillary,textDecoration:"underline"})),ME=F.em(({theme:e})=>({color:e.textMutedColor})),fG=/(Error): (.*)\n/,hG=/at (?:(.*) )?\(?(.+)\)?/,mG=/([^@]+)?(?:\/<)?@(.+)?/,gG=/([^@]+)?@(.+)?/,vG=c(({error:e})=>{if(!e)return w.createElement(u.Fragment,null,"This error has no stack or message");if(!e.stack)return w.createElement(u.Fragment,null,e.message||"This error has no stack or message");let t=e.stack.toString();t&&e.message&&!t.includes(e.message)&&(t=`Error: ${e.message}
497
+
498
+ ${t}`);let r=t.match(fG);if(!r)return w.createElement(u.Fragment,null,t);let[,n,a]=r,o=t.split(/\n/).slice(1),[,...i]=o.map(l=>{let s=l.match(hG)||l.match(mG)||l.match(gG);return s?{name:(s[1]||"").replace("/<",""),location:s[2].replace(cG.location.origin,"")}:null}).filter(Boolean);return w.createElement(u.Fragment,null,w.createElement("span",null,n),": ",w.createElement(dG,null,a),w.createElement("br",null),i.map((l,s)=>l?.name?w.createElement(u.Fragment,{key:s}," ","at ",w.createElement(pG,null,l.name)," (",w.createElement(ME,null,l.location),")",w.createElement("br",null)):w.createElement(u.Fragment,{key:s}," ","at ",w.createElement(ME,null,l?.location),w.createElement("br",null))))},"ErrorFormatter"),yG=F.label(({theme:e})=>({display:"flex",borderBottom:`1px solid ${e.appBorderColor}`,margin:"0 15px",padding:"8px 0","&:last-child":{marginBottom:"3rem"}})),wG=F.span(({theme:e})=>({minWidth:100,fontWeight:e.typography.weight.bold,marginRight:15,display:"flex",justifyContent:"flex-start",alignItems:"center",lineHeight:"16px"})),bG=c(({label:e,children:t,...r})=>w.createElement(yG,{...r},e?w.createElement(wG,null,w.createElement("span",null,e)):null,t),"Field");kr();gv();var EG=u.useLayoutEffect,xG=EG,CG=c(function(e){var t=u.useRef(e);return xG(function(){t.current=e}),t},"useLatest"),PE=c(function(e,t){if(typeof e=="function"){e(t);return}e.current=t},"updateRef"),DG=c(function(e,t){var r=u.useRef();return u.useCallback(function(n){e.current=n,r.current&&PE(r.current,null),r.current=t,t&&PE(t,n)},[t])},"useComposedRef"),SG=DG,NE={"min-height":"0","max-height":"none",height:"0",visibility:"hidden",overflow:"hidden",position:"absolute","z-index":"-1000",top:"0",right:"0"},kG=c(function(e){Object.keys(NE).forEach(function(t){e.style.setProperty(t,NE[t],"important")})},"forceHiddenStyles"),jE=kG,ot=null,HE=c(function(e,t){var r=e.scrollHeight;return t.sizingStyle.boxSizing==="border-box"?r+t.borderSize:r-t.paddingSize},"getHeight");function _I(e,t,r,n){r===void 0&&(r=1),n===void 0&&(n=1/0),ot||(ot=document.createElement("textarea"),ot.setAttribute("tabindex","-1"),ot.setAttribute("aria-hidden","true"),jE(ot)),ot.parentNode===null&&document.body.appendChild(ot);var a=e.paddingSize,o=e.borderSize,i=e.sizingStyle,l=i.boxSizing;Object.keys(i).forEach(function(p){var m=p;ot.style[m]=i[m]}),jE(ot),ot.value=t;var s=HE(ot,e);ot.value=t,s=HE(ot,e),ot.value="x";var d=ot.scrollHeight-a,f=d*r;l==="border-box"&&(f=f+a+o),s=Math.max(f,s);var h=d*n;return l==="border-box"&&(h=h+a+o),s=Math.min(h,s),[s,d]}c(_I,"calculateNodeHeight");var VE=c(function(){},"noop"),_G=c(function(e,t){return e.reduce(function(r,n){return r[n]=t[n],r},{})},"pick"),AG=["borderBottomWidth","borderLeftWidth","borderRightWidth","borderTopWidth","boxSizing","fontFamily","fontSize","fontStyle","fontWeight","letterSpacing","lineHeight","paddingBottom","paddingLeft","paddingRight","paddingTop","tabSize","textIndent","textRendering","textTransform","width","wordBreak"],FG=!!document.documentElement.currentStyle,$G=c(function(e){var t=window.getComputedStyle(e);if(t===null)return null;var r=_G(AG,t),n=r.boxSizing;if(n==="")return null;FG&&n==="border-box"&&(r.width=parseFloat(r.width)+parseFloat(r.borderRightWidth)+parseFloat(r.borderLeftWidth)+parseFloat(r.paddingRight)+parseFloat(r.paddingLeft)+"px");var a=parseFloat(r.paddingBottom)+parseFloat(r.paddingTop),o=parseFloat(r.borderBottomWidth)+parseFloat(r.borderTopWidth);return{sizingStyle:r,paddingSize:a,borderSize:o}},"getSizingData"),TG=$G;function Jy(e,t,r){var n=CG(r);u.useLayoutEffect(function(){var a=c(function(o){return n.current(o)},"handler");if(e)return e.addEventListener(t,a),function(){return e.removeEventListener(t,a)}},[])}c(Jy,"useListener");var IG=c(function(e){Jy(window,"resize",e)},"useWindowResizeListener"),RG=c(function(e){Jy(document.fonts,"loadingdone",e)},"useFontsLoadedListener"),zG=["cacheMeasurements","maxRows","minRows","onChange","onHeightChange"],BG=c(function(e,t){var r=e.cacheMeasurements,n=e.maxRows,a=e.minRows,o=e.onChange,i=o===void 0?VE:o,l=e.onHeightChange,s=l===void 0?VE:l,d=m1(e,zG),f=d.value!==void 0,h=u.useRef(null),p=SG(h,t),m=u.useRef(0),g=u.useRef(),v=c(function(){var E=h.current,y=r&&g.current?g.current:TG(E);if(y){g.current=y;var b=_I(y,E.value||E.placeholder||"x",a,n),x=b[0],D=b[1];m.current!==x&&(m.current=x,E.style.setProperty("height",x+"px","important"),s(x,{rowHeight:D}))}},"resizeTextarea"),C=c(function(E){f||v(),i(E)},"handleChange");return u.useLayoutEffect(v),IG(v),RG(v),u.createElement("textarea",X({},d,{onChange:C,ref:p}))},"TextareaAutosize"),LG=u.forwardRef(BG),OG={appearance:"none",border:"0 none",boxSizing:"inherit",display:" block",margin:" 0",background:"transparent",padding:0,fontSize:"inherit",position:"relative"},Qy=c(({theme:e})=>({...OG,transition:"box-shadow 200ms ease-out, opacity 200ms ease-out",color:e.input.color||"inherit",background:e.input.background,boxShadow:`${e.input.border} 0 0 0 1px inset`,borderRadius:e.input.borderRadius,fontSize:e.typography.size.s2-1,lineHeight:"20px",padding:"6px 10px",boxSizing:"border-box",height:32,'&[type="file"]':{height:"auto"},"&:focus":{boxShadow:`${e.color.secondary} 0 0 0 1px inset`,outline:"none"},"&[disabled]":{cursor:"not-allowed",opacity:.5},"&:-webkit-autofill":{WebkitBoxShadow:`0 0 0 3em ${e.color.lightest} inset`},"&::placeholder":{color:e.textMutedColor,opacity:1}}),"styles"),e4=c(({size:e})=>{switch(e){case"100%":return{width:"100%"};case"flex":return{flex:1};case"auto":default:return{display:"inline"}}},"sizes"),AI=c(({align:e})=>{switch(e){case"end":return{textAlign:"right"};case"center":return{textAlign:"center"};case"start":default:return{textAlign:"left"}}},"alignment"),t4=c(({valid:e,theme:t})=>{switch(e){case"valid":return{boxShadow:`${t.color.positive} 0 0 0 1px inset !important`};case"error":return{boxShadow:`${t.color.negative} 0 0 0 1px inset !important`};case"warn":return{boxShadow:`${t.color.warning} 0 0 0 1px inset`};case void 0:case null:default:return{}}},"validation"),MG=Object.assign(F(u.forwardRef(c(function({size:e,valid:t,align:r,...n},a){return w.createElement("input",{...n,ref:a})},"Input")))(Qy,e4,AI,t4,{minHeight:32}),{displayName:"Input"}),PG=Object.assign(F(u.forwardRef(c(function({size:e,valid:t,align:r,...n},a){return w.createElement("select",{...n,ref:a})},"Select")))(Qy,e4,t4,{height:32,userSelect:"none",paddingRight:20,appearance:"menulist"}),{displayName:"Select"}),NG=Object.assign(F(u.forwardRef(c(function({size:e,valid:t,align:r,...n},a){return w.createElement(LG,{...n,ref:a})},"Textarea")))(Qy,e4,AI,t4,({height:e=400})=>({overflow:"visible",maxHeight:e})),{displayName:"Textarea"}),Hu=Object.assign(F.form({boxSizing:"border-box",width:"100%"}),{Field:bG,Input:MG,Select:PG,Textarea:NG,Button:Do}),jG=u.lazy(()=>Promise.resolve().then(()=>(Hy(),jy)).then(e=>({default:e.WithTooltip}))),ffe=c(e=>w.createElement(u.Suspense,{fallback:w.createElement("div",null)},w.createElement(jG,{...e})),"WithTooltip"),HG=u.lazy(()=>Promise.resolve().then(()=>(Hy(),jy)).then(e=>({default:e.WithTooltipPure}))),VG=c(e=>w.createElement(u.Suspense,{fallback:w.createElement("div",null)},w.createElement(HG,{...e})),"WithTooltipPure"),UG=F.div(({theme:e})=>({fontWeight:e.typography.weight.bold})),WG=F.span(),qG=F.div(({theme:e})=>({marginTop:8,textAlign:"center","> *":{margin:"0 8px",fontWeight:e.typography.weight.bold}})),GG=F.div(({theme:e})=>({color:e.color.defaultText,lineHeight:"18px"})),KG=F.div({padding:15,width:280,boxSizing:"border-box"}),hfe=c(({title:e,desc:t,links:r})=>w.createElement(KG,null,w.createElement(GG,null,e&&w.createElement(UG,null,e),t&&w.createElement(WG,null,t)),r&&w.createElement(qG,null,r.map(({title:n,...a})=>w.createElement(xi,{...a,key:n},n)))),"TooltipMessage"),YG=F.div(({theme:e})=>({padding:"2px 6px",lineHeight:"16px",fontSize:10,fontWeight:e.typography.weight.bold,color:e.color.lightest,boxShadow:"0 0 5px 0 rgba(0, 0, 0, 0.3)",borderRadius:4,whiteSpace:"nowrap",pointerEvents:"none",zIndex:-1,background:e.base==="light"?"rgba(60, 60, 60, 0.9)":"rgba(0, 0, 0, 0.95)",margin:6})),mfe=c(({note:e,...t})=>w.createElement(YG,{...t},e),"TooltipNote"),XG=Ge(h1(),1),ZG=F(({active:e,loading:t,disabled:r,...n})=>w.createElement("span",{...n}))(({theme:e})=>({color:e.color.defaultText,fontWeight:e.typography.weight.regular}),({active:e,theme:t})=>e?{color:t.color.secondary,fontWeight:t.typography.weight.bold}:{},({loading:e,theme:t})=>e?{display:"inline-block",flex:"none",...t.animation.inlineGlow}:{},({disabled:e,theme:t})=>e?{color:Yt(.7,t.color.defaultText)}:{}),JG=F.span({display:"flex","& svg":{height:12,width:12,margin:"3px 0",verticalAlign:"top"},"& path":{fill:"inherit"}}),QG=F.span({flex:1,textAlign:"left",display:"flex",flexDirection:"column"},({isIndented:e})=>e?{marginLeft:24}:{}),eK=F.span(({theme:e})=>({fontSize:"11px",lineHeight:"14px"}),({active:e,theme:t})=>e?{color:t.color.secondary}:{},({theme:e,disabled:t})=>t?{color:e.textMutedColor}:{}),tK=F.span(({active:e,theme:t})=>e?{color:t.color.secondary}:{},()=>({display:"flex",maxWidth:14})),rK=F.a(({theme:e})=>({fontSize:e.typography.size.s1,transition:"all 150ms ease-out",color:e.color.dark,textDecoration:"none",cursor:"pointer",justifyContent:"space-between",lineHeight:"18px",padding:"7px 10px",display:"flex",alignItems:"center","& > * + *":{paddingLeft:10},"&:hover":{background:e.background.hoverable},"&:hover svg":{opacity:1}}),({disabled:e})=>e?{cursor:"not-allowed"}:{}),nK=(0,XG.default)(100)((e,t,r)=>{let n={};return e&&Object.assign(n,{onClick:e}),t&&Object.assign(n,{href:t}),r&&t&&Object.assign(n,{to:t,as:r}),n}),aK=c(({loading:e=!1,title:t=w.createElement("span",null,"Loading state"),center:r=null,right:n=null,active:a=!1,disabled:o=!1,isIndented:i,href:l=void 0,onClick:s=void 0,icon:d,LinkWrapper:f=void 0,...h})=>{let p=nK(s,l,f),m={active:a,disabled:o};return w.createElement(rK,{...m,...h,...p},d&&w.createElement(tK,{...m},d),t||r?w.createElement(QG,{isIndented:!!(!d&&i)},t&&w.createElement(ZG,{...m,loading:e},t),r&&w.createElement(eK,{...m},r)):null,n&&w.createElement(JG,{...m},n))},"ListItem"),oK=aK,iK=F.div({minWidth:180,overflow:"hidden",overflowY:"auto",maxHeight:15.5*32},({theme:e})=>({borderRadius:e.appBorderRadius})),lK=c(e=>{let{LinkWrapper:t,onClick:r,id:n,isIndented:a,...o}=e,{title:i,href:l,active:s}=o,d=u.useCallback(h=>{r(h,o)},[r]),f=!!r;return w.createElement(oK,{title:i,active:s,href:l,id:`list-item-${n}`,LinkWrapper:t,isIndented:a,...o,...f?{onClick:d}:{}})},"Item"),sK=c(({links:e,LinkWrapper:t=null})=>{let r=e.some(n=>n.icon);return w.createElement(iK,null,e.map(({isGatsby:n,...a})=>w.createElement(lK,{key:a.id,LinkWrapper:n?t:null,isIndented:r,...a})))},"TooltipLinkList"),uK=c(e=>typeof e.props.href=="string","isLink"),cK=c(e=>typeof e.props.href!="string","isButton");function FI({children:e,...t},r){let n={props:t,ref:r};if(uK(n))return w.createElement("a",{ref:n.ref,...n.props},e);if(cK(n))return w.createElement("button",{ref:n.ref,type:"button",...n.props},e);throw new Error("invalid props")}c(FI,"ForwardRefFunction");var $I=u.forwardRef(FI);$I.displayName="ButtonOrLink";var X1=F($I,{shouldForwardProp:u5})({whiteSpace:"normal",display:"inline-flex",overflow:"hidden",verticalAlign:"top",justifyContent:"center",alignItems:"center",textAlign:"center",textDecoration:"none","&:empty":{display:"none"},"&[hidden]":{display:"none"}},({theme:e})=>({padding:"0 15px",transition:"color 0.2s linear, border-bottom-color 0.2s linear",height:40,lineHeight:"12px",cursor:"pointer",background:"transparent",border:"0 solid transparent",borderTop:"3px solid transparent",borderBottom:"3px solid transparent",fontWeight:"bold",fontSize:13,"&:focus":{outline:"0 none",borderBottomColor:e.barSelectedColor}}),({active:e,textColor:t,theme:r})=>e?{color:t||r.barSelectedColor,borderBottomColor:r.barSelectedColor}:{color:t||r.barTextColor,borderBottomColor:"transparent","&:hover":{color:r.barHoverColor}});X1.displayName="TabButton";var dK=F.div(({theme:e})=>({width:14,height:14,backgroundColor:e.appBorderColor,animation:`${e.animation.glow} 1.5s ease-in-out infinite`})),pK=F.div(()=>({marginTop:6,padding:7,height:28})),gfe=c(()=>w.createElement(pK,null,w.createElement(dK,null)),"IconButtonSkeleton");Tv();var z2=F.div({display:"flex",whiteSpace:"nowrap",flexBasis:"auto",marginLeft:3,marginRight:3},({scrollable:e})=>e?{flexShrink:0}:{},({left:e})=>e?{"& > *":{marginLeft:4}}:{},({right:e})=>e?{marginLeft:30,"& > *":{marginRight:4}}:{});z2.displayName="Side";var fK=c(({children:e,className:t,scrollable:r})=>r?w.createElement(ad,{vertical:!1,className:t},e):w.createElement("div",{className:t},e),"UnstyledBar"),TI=F(fK)(({theme:e,scrollable:t=!0})=>({color:e.barTextColor,width:"100%",height:40,flexShrink:0,overflow:t?"auto":"hidden",overflowY:"hidden"}),({theme:e,border:t=!1})=>t?{boxShadow:`${e.appBorderColor} 0 -1px 0 0 inset`,background:e.barBg}:{});TI.displayName="Bar";var hK=F.div(({bgColor:e})=>({display:"flex",justifyContent:"space-between",position:"relative",flexWrap:"nowrap",flexShrink:0,height:40,backgroundColor:e||""})),r4=c(({children:e,backgroundColor:t,className:r,...n})=>{let[a,o]=u.Children.toArray(e);return w.createElement(TI,{className:`sb-bar ${r}`,...n},w.createElement(hK,{bgColor:t},w.createElement(z2,{scrollable:n.scrollable,left:!0},a),o?w.createElement(z2,{right:!0},o):null))},"FlexBar");r4.displayName="FlexBar";var II=F.div(({active:e})=>e?{display:"block"}:{display:"none"}),mK=c(e=>u.Children.toArray(e).map(({props:{title:t,id:r,color:n,children:a}})=>{let o=Array.isArray(a)?a[0]:a;return{title:t,id:r,...n?{color:n}:{},render:typeof o=="function"?o:({active:i})=>w.createElement(II,{active:i,role:"tabpanel"},o)}}),"childrenToList");Hy();var gK=F.span(({theme:e,isActive:t})=>({display:"inline-block",width:0,height:0,marginLeft:8,color:t?e.color.secondary:e.color.mediumdark,borderRight:"3px solid transparent",borderLeft:"3px solid transparent",borderTop:"3px solid",transition:"transform .1s ease-out"})),vK=F(X1)(({active:e,theme:t,preActive:r})=>`
499
+ color: ${r||e?t.barSelectedColor:t.barTextColor};
500
+ .addon-collapsible-icon {
501
+ color: ${r||e?t.barSelectedColor:t.barTextColor};
502
+ }
503
+ &:hover {
504
+ color: ${t.barHoverColor};
505
+ .addon-collapsible-icon {
506
+ color: ${t.barHoverColor};
507
+ }
508
+ }
509
+ `);function RI(e){let t=u.useRef(),r=u.useRef(),n=u.useRef(new Map),{width:a=1}=Zy({ref:t}),[o,i]=u.useState(e),[l,s]=u.useState([]),d=u.useRef(e),f=u.useCallback(({menuName:p,actions:m})=>{let g=l.some(({active:E})=>E),[v,C]=u.useState(!1);return w.createElement(w.Fragment,null,w.createElement(Id,{interactive:!0,visible:v,onVisibleChange:C,placement:"bottom",delayHide:100,tooltip:w.createElement(sK,{links:l.map(({title:E,id:y,color:b,active:x})=>({id:y,title:E,color:b,active:x,onClick:c(D=>{D.preventDefault(),m.onSelect(y)},"onClick")}))})},w.createElement(vK,{ref:r,active:g,preActive:v,style:{visibility:l.length?"visible":"hidden"},"aria-hidden":!l.length,className:"tabbutton",type:"button",role:"tab"},p,w.createElement(gK,{className:"addon-collapsible-icon",isActive:g||v}))),l.map(({title:E,id:y,color:b},x)=>{let D=`index-${x}`;return w.createElement(X1,{id:`tabbutton-${sC(y)??D}`,style:{visibility:"hidden"},"aria-hidden":!0,tabIndex:-1,ref:S=>{n.current.set(y,S)},className:"tabbutton",type:"button",key:y,textColor:b,role:"tab"},E)}))},[l]),h=u.useCallback(()=>{if(!t.current||!r.current)return;let{x:p,width:m}=t.current.getBoundingClientRect(),{width:g}=r.current.getBoundingClientRect(),v=l.length?p+m-g:p+m,C=[],E=0,y=e.filter(b=>{let{id:x}=b,D=n.current.get(x),{width:S=0}=D?.getBoundingClientRect()||{},k=p+E+S>v;return(!k||!D)&&C.push(b),E+=S,k});(C.length!==o.length||d.current!==e)&&(i(C),s(y),d.current=e)},[l.length,e,o]);return u.useLayoutEffect(h,[h,a]),{tabRefs:n,addonsRef:r,tabBarRef:t,visibleList:o,invisibleList:l,AddonTab:f}}c(RI,"useList");var yK=F.div(({theme:e})=>({height:"100%",display:"flex",padding:30,alignItems:"center",justifyContent:"center",flexDirection:"column",gap:15,background:e.background.content})),wK=F.div({display:"flex",flexDirection:"column",gap:4,maxWidth:415}),bK=F.div(({theme:e})=>({fontWeight:e.typography.weight.bold,fontSize:e.typography.size.s2-1,textAlign:"center",color:e.textColor})),EK=F.div(({theme:e})=>({fontWeight:e.typography.weight.regular,fontSize:e.typography.size.s2-1,textAlign:"center",color:e.textMutedColor})),zI=c(({title:e,description:t,footer:r})=>w.createElement(yK,null,w.createElement(wK,null,w.createElement(bK,null,e),t&&w.createElement(EK,null,t)),r),"EmptyTabContent"),xK="/* emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason */",CK=F.div(({theme:e,bordered:t})=>t?{backgroundClip:"padding-box",border:`1px solid ${e.appBorderColor}`,borderRadius:e.appBorderRadius,overflow:"hidden",boxSizing:"border-box"}:{},({absolute:e})=>e?{width:"100%",height:"100%",boxSizing:"border-box",display:"flex",flexDirection:"column"}:{display:"block"}),BI=F.div({overflow:"hidden","&:first-of-type":{marginLeft:-3},whiteSpace:"nowrap",flexGrow:1});BI.displayName="TabBar";var DK=F.div({display:"block",position:"relative"},({theme:e})=>({fontSize:e.typography.size.s2-1,background:e.background.content}),({bordered:e,theme:t})=>e?{borderRadius:`0 0 ${t.appBorderRadius-1}px ${t.appBorderRadius-1}px`}:{},({absolute:e,bordered:t})=>e?{height:`calc(100% - ${t?42:40}px)`,position:"absolute",left:0+(t?1:0),right:0+(t?1:0),bottom:0+(t?1:0),top:40+(t?1:0),overflow:"auto",[`& > *:first-child${xK}`]:{position:"absolute",left:0+(t?1:0),right:0+(t?1:0),bottom:0+(t?1:0),top:0+(t?1:0),height:`calc(100% - ${t?2:0}px)`,overflow:"auto"}}:{}),vfe=c(({active:e,render:t,children:r})=>w.createElement(II,{active:e},t?t():r),"TabWrapper"),LI=u.memo(({children:e,selected:t=null,actions:r,absolute:n=!1,bordered:a=!1,tools:o=null,backgroundColor:i,id:l=null,menuName:s="Tabs",emptyState:d,showToolsWhenEmpty:f})=>{let h=u.useMemo(()=>mK(e).map((E,y)=>({...E,active:t?E.id===t:y===0})),[e,t]),{visibleList:p,tabBarRef:m,tabRefs:g,AddonTab:v}=RI(h),C=d??w.createElement(zI,{title:"Nothing found"});return!f&&h.length===0?C:w.createElement(CK,{absolute:n,bordered:a,id:l},w.createElement(r4,{scrollable:!1,border:!0,backgroundColor:i},w.createElement(BI,{style:{whiteSpace:"normal"},ref:m,role:"tablist"},p.map(({title:E,id:y,active:b,color:x},D)=>{let S=`index-${D}`;return w.createElement(X1,{id:`tabbutton-${sC(y)??S}`,ref:k=>{g.current.set(y,k)},className:`tabbutton ${b?"tabbutton-active":""}`,type:"button",key:y,active:b,textColor:x,onClick:k=>{k.preventDefault(),r.onSelect(y)},role:"tab"},typeof E=="function"?w.createElement("title",null):E)}),w.createElement(v,{menuName:s,actions:r})),o),w.createElement(DK,{id:"panel-tab-content",bordered:a,absolute:n},h.length?h.map(({id:E,active:y,render:b})=>w.createElement(b,{key:E,active:y},null)):C))});LI.displayName="Tabs";var B2=class extends u.Component{constructor(t){super(t),this.state={selected:t.initial}}handlers={onSelect:c(t=>this.setState({selected:t}),"onSelect")};render(){let{bordered:t=!1,absolute:r=!1,children:n,backgroundColor:a,menuName:o}=this.props,{selected:i}=this.state;return w.createElement(LI,{bordered:t,absolute:r,selected:i,backgroundColor:a,menuName:o,actions:this.handlers},n)}};c(B2,"TabsState"),tP(B2,"defaultProps",{children:[],initial:null,absolute:!1,bordered:!1,backgroundColor:"",menuName:void 0});var SK=B2,OI=F.span(({theme:e})=>({width:1,height:20,background:e.appBorderColor,marginLeft:2,marginRight:2}),({force:e})=>e?{}:{"& + &":{display:"none"}});OI.displayName="Separator";var wfe=c(e=>e.reduce((t,r,n)=>r?w.createElement(u.Fragment,{key:r.id||r.key||`f-${n}`},t,n>0?w.createElement(OI,{key:`s-${n}`}):null,r.render()||r):t,null),"interleaveSeparators"),kK=c(e=>{let t=u.useRef();return u.useEffect(()=>{t.current=e},[e]),t.current},"usePrevious"),_K=c((e,t)=>{let r=kK(t);return e?t:r},"useUpdate"),bfe=c(({active:e,children:t})=>w.createElement("div",{hidden:!e},_K(e,t)),"AddonPanel");const{deprecate:AK,logger:FK}=__STORYBOOK_MODULE_CLIENT_LOGGER__;var $K=pT,TK=F.svg`
510
+ display: inline-block;
511
+ shape-rendering: inherit;
512
+ vertical-align: middle;
513
+ fill: currentColor;
514
+ path {
515
+ fill: currentColor;
516
+ }
517
+ `,Efe=c(({icon:e,useSymbol:t,__suppressDeprecationWarning:r=!1,...n})=>{r||AK(`Use of the deprecated Icons ${`(${e})`||""} component detected. Please use the @storybook/icons component directly. For more informations, see the migration notes at https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#icons-is-deprecated`);let a=L2[e]||null;if(!a)return FK.warn(`Use of an unknown prop ${`(${e})`||""} in the Icons component. The Icons component is deprecated. Please use the @storybook/icons component directly. For more informations, see the migration notes at https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#icons-is-deprecated`),null;let o=$K[a];return w.createElement(o,{...n})},"Icons"),xfe=u.memo(c(function({icons:e=Object.keys(L2)}){return w.createElement(TK,{viewBox:"0 0 14 14",style:{position:"absolute",width:0,height:0},"data-chromatic":"ignore"},e.map(t=>w.createElement("symbol",{id:`icon--${t}`,key:t},L2[t])))},"Symbols")),L2={user:"UserIcon",useralt:"UserAltIcon",useradd:"UserAddIcon",users:"UsersIcon",profile:"ProfileIcon",facehappy:"FaceHappyIcon",faceneutral:"FaceNeutralIcon",facesad:"FaceSadIcon",accessibility:"AccessibilityIcon",accessibilityalt:"AccessibilityAltIcon",arrowup:"ChevronUpIcon",arrowdown:"ChevronDownIcon",arrowleft:"ChevronLeftIcon",arrowright:"ChevronRightIcon",arrowupalt:"ArrowUpIcon",arrowdownalt:"ArrowDownIcon",arrowleftalt:"ArrowLeftIcon",arrowrightalt:"ArrowRightIcon",expandalt:"ExpandAltIcon",collapse:"CollapseIcon",expand:"ExpandIcon",unfold:"UnfoldIcon",transfer:"TransferIcon",redirect:"RedirectIcon",undo:"UndoIcon",reply:"ReplyIcon",sync:"SyncIcon",upload:"UploadIcon",download:"DownloadIcon",back:"BackIcon",proceed:"ProceedIcon",refresh:"RefreshIcon",globe:"GlobeIcon",compass:"CompassIcon",location:"LocationIcon",pin:"PinIcon",time:"TimeIcon",dashboard:"DashboardIcon",timer:"TimerIcon",home:"HomeIcon",admin:"AdminIcon",info:"InfoIcon",question:"QuestionIcon",support:"SupportIcon",alert:"AlertIcon",email:"EmailIcon",phone:"PhoneIcon",link:"LinkIcon",unlink:"LinkBrokenIcon",bell:"BellIcon",rss:"RSSIcon",sharealt:"ShareAltIcon",share:"ShareIcon",circle:"CircleIcon",circlehollow:"CircleHollowIcon",bookmarkhollow:"BookmarkHollowIcon",bookmark:"BookmarkIcon",hearthollow:"HeartHollowIcon",heart:"HeartIcon",starhollow:"StarHollowIcon",star:"StarIcon",certificate:"CertificateIcon",verified:"VerifiedIcon",thumbsup:"ThumbsUpIcon",shield:"ShieldIcon",basket:"BasketIcon",beaker:"BeakerIcon",hourglass:"HourglassIcon",flag:"FlagIcon",cloudhollow:"CloudHollowIcon",edit:"EditIcon",cog:"CogIcon",nut:"NutIcon",wrench:"WrenchIcon",ellipsis:"EllipsisIcon",check:"CheckIcon",form:"FormIcon",batchdeny:"BatchDenyIcon",batchaccept:"BatchAcceptIcon",controls:"ControlsIcon",plus:"PlusIcon",closeAlt:"CloseAltIcon",cross:"CrossIcon",trash:"TrashIcon",pinalt:"PinAltIcon",unpin:"UnpinIcon",add:"AddIcon",subtract:"SubtractIcon",close:"CloseIcon",delete:"DeleteIcon",passed:"PassedIcon",changed:"ChangedIcon",failed:"FailedIcon",clear:"ClearIcon",comment:"CommentIcon",commentadd:"CommentAddIcon",requestchange:"RequestChangeIcon",comments:"CommentsIcon",lock:"LockIcon",unlock:"UnlockIcon",key:"KeyIcon",outbox:"OutboxIcon",credit:"CreditIcon",button:"ButtonIcon",type:"TypeIcon",pointerdefault:"PointerDefaultIcon",pointerhand:"PointerHandIcon",browser:"BrowserIcon",tablet:"TabletIcon",mobile:"MobileIcon",watch:"WatchIcon",sidebar:"SidebarIcon",sidebaralt:"SidebarAltIcon",sidebaralttoggle:"SidebarAltToggleIcon",sidebartoggle:"SidebarToggleIcon",bottombar:"BottomBarIcon",bottombartoggle:"BottomBarToggleIcon",cpu:"CPUIcon",database:"DatabaseIcon",memory:"MemoryIcon",structure:"StructureIcon",box:"BoxIcon",power:"PowerIcon",photo:"PhotoIcon",component:"ComponentIcon",grid:"GridIcon",outline:"OutlineIcon",photodrag:"PhotoDragIcon",search:"SearchIcon",zoom:"ZoomIcon",zoomout:"ZoomOutIcon",zoomreset:"ZoomResetIcon",eye:"EyeIcon",eyeclose:"EyeCloseIcon",lightning:"LightningIcon",lightningoff:"LightningOffIcon",contrast:"ContrastIcon",switchalt:"SwitchAltIcon",mirror:"MirrorIcon",grow:"GrowIcon",paintbrush:"PaintBrushIcon",ruler:"RulerIcon",stop:"StopIcon",camera:"CameraIcon",video:"VideoIcon",speaker:"SpeakerIcon",play:"PlayIcon",playback:"PlayBackIcon",playnext:"PlayNextIcon",rewind:"RewindIcon",fastforward:"FastForwardIcon",stopalt:"StopAltIcon",sidebyside:"SideBySideIcon",stacked:"StackedIcon",sun:"SunIcon",moon:"MoonIcon",book:"BookIcon",document:"DocumentIcon",copy:"CopyIcon",category:"CategoryIcon",folder:"FolderIcon",print:"PrintIcon",graphline:"GraphLineIcon",calendar:"CalendarIcon",graphbar:"GraphBarIcon",menu:"MenuIcon",menualt:"MenuIcon",filter:"FilterIcon",docchart:"DocChartIcon",doclist:"DocListIcon",markup:"MarkupIcon",bold:"BoldIcon",paperclip:"PaperClipIcon",listordered:"ListOrderedIcon",listunordered:"ListUnorderedIcon",paragraph:"ParagraphIcon",markdown:"MarkdownIcon",repository:"RepoIcon",commit:"CommitIcon",branch:"BranchIcon",pullrequest:"PullRequestIcon",merge:"MergeIcon",apple:"AppleIcon",linux:"LinuxIcon",ubuntu:"UbuntuIcon",windows:"WindowsIcon",storybook:"StorybookIcon",azuredevops:"AzureDevOpsIcon",bitbucket:"BitbucketIcon",chrome:"ChromeIcon",chromatic:"ChromaticIcon",componentdriven:"ComponentDrivenIcon",discord:"DiscordIcon",facebook:"FacebookIcon",figma:"FigmaIcon",gdrive:"GDriveIcon",github:"GithubIcon",gitlab:"GitlabIcon",google:"GoogleIcon",graphql:"GraphqlIcon",medium:"MediumIcon",redux:"ReduxIcon",twitter:"TwitterIcon",youtube:"YoutubeIcon",vscode:"VSCodeIcon"},Cfe=c(({alt:e,...t})=>w.createElement("svg",{width:"200px",height:"40px",viewBox:"0 0 200 40",...t,role:"img"},e?w.createElement("title",null,e):null,w.createElement("defs",null,w.createElement("path",{d:"M1.2 36.9L0 3.9c0-1.1.8-2 1.9-2.1l28-1.8a2 2 0 0 1 2.2 1.9 2 2 0 0 1 0 .1v36a2 2 0 0 1-2 2 2 2 0 0 1-.1 0L3.2 38.8a2 2 0 0 1-2-2z",id:"a"})),w.createElement("g",{fill:"none",fillRule:"evenodd"},w.createElement("path",{d:"M53.3 31.7c-1.7 0-3.4-.3-5-.7-1.5-.5-2.8-1.1-3.9-2l1.6-3.5c2.2 1.5 4.6 2.3 7.3 2.3 1.5 0 2.5-.2 3.3-.7.7-.5 1.1-1 1.1-1.9 0-.7-.3-1.3-1-1.7s-2-.8-3.7-1.2c-2-.4-3.6-.9-4.8-1.5-1.1-.5-2-1.2-2.6-2-.5-1-.8-2-.8-3.2 0-1.4.4-2.6 1.2-3.6.7-1.1 1.8-2 3.2-2.6 1.3-.6 2.9-.9 4.7-.9 1.6 0 3.1.3 4.6.7 1.5.5 2.7 1.1 3.5 2l-1.6 3.5c-2-1.5-4.2-2.3-6.5-2.3-1.3 0-2.3.2-3 .8-.8.5-1.2 1.1-1.2 2 0 .5.2 1 .5 1.3.2.3.7.6 1.4.9l2.9.8c2.9.6 5 1.4 6.2 2.4a5 5 0 0 1 2 4.2 6 6 0 0 1-2.5 5c-1.7 1.2-4 1.9-7 1.9zm21-3.6l1.4-.1-.2 3.5-1.9.1c-2.4 0-4.1-.5-5.2-1.5-1.1-1-1.6-2.7-1.6-4.8v-6h-3v-3.6h3V11h4.8v4.6h4v3.6h-4v6c0 1.8.9 2.8 2.6 2.8zm11.1 3.5c-1.6 0-3-.3-4.3-1a7 7 0 0 1-3-2.8c-.6-1.3-1-2.7-1-4.4 0-1.6.4-3 1-4.3a7 7 0 0 1 3-2.8c1.2-.7 2.7-1 4.3-1 1.7 0 3.2.3 4.4 1a7 7 0 0 1 3 2.8c.6 1.2 1 2.7 1 4.3 0 1.7-.4 3.1-1 4.4a7 7 0 0 1-3 2.8c-1.2.7-2.7 1-4.4 1zm0-3.6c2.4 0 3.6-1.6 3.6-4.6 0-1.5-.3-2.6-1-3.4a3.2 3.2 0 0 0-2.6-1c-2.3 0-3.5 1.4-3.5 4.4 0 3 1.2 4.6 3.5 4.6zm21.7-8.8l-2.7.3c-1.3.2-2.3.5-2.8 1.2-.6.6-.9 1.4-.9 2.5v8.2H96V15.7h4.6v2.6c.8-1.8 2.5-2.8 5-3h1.3l.3 4zm14-3.5h4.8L116.4 37h-4.9l3-6.6-6.4-14.8h5l4 10 4-10zm16-.4c1.4 0 2.6.3 3.6 1 1 .6 1.9 1.6 2.5 2.8.6 1.2.9 2.7.9 4.3 0 1.6-.3 3-1 4.3a6.9 6.9 0 0 1-2.4 2.9c-1 .7-2.2 1-3.6 1-1 0-2-.2-3-.7-.8-.4-1.5-1-2-1.9v2.4h-4.7V8.8h4.8v9c.5-.8 1.2-1.4 2-1.9.9-.4 1.8-.6 3-.6zM135.7 28c1.1 0 2-.4 2.6-1.2.6-.8 1-2 1-3.4 0-1.5-.4-2.5-1-3.3s-1.5-1.1-2.6-1.1-2 .3-2.6 1.1c-.6.8-1 2-1 3.3 0 1.5.4 2.6 1 3.4.6.8 1.5 1.2 2.6 1.2zm18.9 3.6c-1.7 0-3.2-.3-4.4-1a7 7 0 0 1-3-2.8c-.6-1.3-1-2.7-1-4.4 0-1.6.4-3 1-4.3a7 7 0 0 1 3-2.8c1.2-.7 2.7-1 4.4-1 1.6 0 3 .3 4.3 1a7 7 0 0 1 3 2.8c.6 1.2 1 2.7 1 4.3 0 1.7-.4 3.1-1 4.4a7 7 0 0 1-3 2.8c-1.2.7-2.7 1-4.3 1zm0-3.6c2.3 0 3.5-1.6 3.5-4.6 0-1.5-.3-2.6-1-3.4a3.2 3.2 0 0 0-2.5-1c-2.4 0-3.6 1.4-3.6 4.4 0 3 1.2 4.6 3.6 4.6zm18 3.6c-1.7 0-3.2-.3-4.4-1a7 7 0 0 1-3-2.8c-.6-1.3-1-2.7-1-4.4 0-1.6.4-3 1-4.3a7 7 0 0 1 3-2.8c1.2-.7 2.7-1 4.4-1 1.6 0 3 .3 4.4 1a7 7 0 0 1 2.9 2.8c.6 1.2 1 2.7 1 4.3 0 1.7-.4 3.1-1 4.4a7 7 0 0 1-3 2.8c-1.2.7-2.7 1-4.3 1zm0-3.6c2.3 0 3.5-1.6 3.5-4.6 0-1.5-.3-2.6-1-3.4a3.2 3.2 0 0 0-2.5-1c-2.4 0-3.6 1.4-3.6 4.4 0 3 1.2 4.6 3.6 4.6zm27.4 3.4h-6l-6-7v7h-4.8V8.8h4.9v13.6l5.8-6.7h5.7l-6.6 7.5 7 8.2z",fill:"currentColor"}),w.createElement("mask",{id:"b",fill:"#fff"},w.createElement("use",{xlinkHref:"#a"})),w.createElement("use",{fill:"#FF4785",fillRule:"nonzero",xlinkHref:"#a"}),w.createElement("path",{d:"M23.7 5L24 .2l3.9-.3.1 4.8a.3.3 0 0 1-.5.2L26 3.8l-1.7 1.4a.3.3 0 0 1-.5-.3zm-5 10c0 .9 5.3.5 6 0 0-5.4-2.8-8.2-8-8.2-5.3 0-8.2 2.8-8.2 7.1 0 7.4 10 7.6 10 11.6 0 1.2-.5 1.9-1.8 1.9-1.6 0-2.2-.9-2.1-3.6 0-.6-6.1-.8-6.3 0-.5 6.7 3.7 8.6 8.5 8.6 4.6 0 8.3-2.5 8.3-7 0-7.9-10.2-7.7-10.2-11.6 0-1.6 1.2-1.8 2-1.8.6 0 2 0 1.9 3z",fill:"#FFF",fillRule:"nonzero",mask:"url(#b)"}))),"StorybookLogo"),Dfe=c(e=>w.createElement("svg",{viewBox:"0 0 64 64",...e},w.createElement("title",null,"Storybook icon"),w.createElement("g",{id:"Artboard",stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd"},w.createElement("path",{d:"M8.04798541,58.7875918 L6.07908839,6.32540407 C6.01406344,4.5927838 7.34257463,3.12440831 9.07303814,3.01625434 L53.6958037,0.227331489 C55.457209,0.117243658 56.974354,1.45590096 57.0844418,3.21730626 C57.0885895,3.28366922 57.0906648,3.35014546 57.0906648,3.41663791 L57.0906648,60.5834697 C57.0906648,62.3483119 55.6599776,63.7789992 53.8951354,63.7789992 C53.847325,63.7789992 53.7995207,63.7779262 53.7517585,63.775781 L11.0978899,61.8600599 C9.43669044,61.7854501 8.11034889,60.4492961 8.04798541,58.7875918 Z",id:"path-1",fill:"#FF4785",fillRule:"nonzero"}),w.createElement("path",{d:"M35.9095005,24.1768792 C35.9095005,25.420127 44.2838488,24.8242707 45.4080313,23.9509748 C45.4080313,15.4847538 40.8652557,11.0358878 32.5466666,11.0358878 C24.2280775,11.0358878 19.5673077,15.553972 19.5673077,22.3311017 C19.5673077,34.1346028 35.4965208,34.3605071 35.4965208,40.7987804 C35.4965208,42.606015 34.6115646,43.6790606 32.6646607,43.6790606 C30.127786,43.6790606 29.1248356,42.3834613 29.2428298,37.9783269 C29.2428298,37.0226907 19.5673077,36.7247626 19.2723223,37.9783269 C18.5211693,48.6535354 25.1720308,51.7326752 32.7826549,51.7326752 C40.1572906,51.7326752 45.939005,47.8018145 45.939005,40.6858282 C45.939005,28.035186 29.7738035,28.3740425 29.7738035,22.1051974 C29.7738035,19.5637737 31.6617103,19.2249173 32.7826549,19.2249173 C33.9625966,19.2249173 36.0864917,19.4328883 35.9095005,24.1768792 Z",id:"path9_fill-path",fill:"#FFFFFF",fillRule:"nonzero"}),w.createElement("path",{d:"M44.0461638,0.830433986 L50.1874092,0.446606143 L50.443532,7.7810017 C50.4527198,8.04410717 50.2468789,8.26484453 49.9837734,8.27403237 C49.871115,8.27796649 49.7607078,8.24184808 49.6721567,8.17209069 L47.3089847,6.3104681 L44.5110468,8.43287463 C44.3012992,8.591981 44.0022839,8.55092814 43.8431776,8.34118051 C43.7762017,8.25288717 43.742082,8.14401677 43.7466857,8.03329059 L44.0461638,0.830433986 Z",id:"Path",fill:"#FFFFFF"}))),"StorybookIcon"),IK=In`
518
+ from {
519
+ transform: rotate(0deg);
520
+ }
521
+ to {
522
+ transform: rotate(360deg);
523
+ }
524
+ `,RK=F.div(({size:e=32})=>({borderRadius:"50%",cursor:"progress",display:"inline-block",overflow:"hidden",position:"absolute",transition:"all 200ms ease-out",verticalAlign:"top",top:"50%",left:"50%",marginTop:-(e/2),marginLeft:-(e/2),height:e,width:e,zIndex:4,borderWidth:2,borderStyle:"solid",borderColor:"rgba(97, 97, 97, 0.29)",borderTopColor:"rgb(100,100,100)",animation:`${IK} 0.7s linear infinite`,mixBlendMode:"difference"})),UE=F.div({position:"absolute",display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"center",width:"100%",height:"100%"}),zK=F.div(({theme:e})=>({position:"relative",width:"80%",marginBottom:"0.75rem",maxWidth:300,height:5,borderRadius:5,background:Yt(.8,e.color.secondary),overflow:"hidden",cursor:"progress"})),BK=F.div(({theme:e})=>({position:"absolute",top:0,left:0,height:"100%",background:e.color.secondary})),WE=F.div(({theme:e})=>({minHeight:"2em",fontSize:`${e.typography.size.s1}px`,color:e.barTextColor})),LK=F(fT)(({theme:e})=>({width:20,height:20,marginBottom:"0.5rem",color:e.textMutedColor})),OK=In`
525
+ from { content: "..." }
526
+ 33% { content: "." }
527
+ 66% { content: ".." }
528
+ to { content: "..." }
529
+ `,MK=F.span({"&::after":{content:"'...'",animation:`${OK} 1s linear infinite`,animationDelay:"1s",display:"inline-block",width:"1em",height:"auto"}}),PK=c(({progress:e,error:t,size:r,...n})=>{if(t)return w.createElement(UE,{"aria-label":t.toString(),"aria-live":"polite",role:"status",...n},w.createElement(LK,null),w.createElement(WE,null,t.message));if(e){let{value:a,modules:o}=e,{message:i}=e;return o&&(i+=` ${o.complete} / ${o.total} modules`),w.createElement(UE,{"aria-label":"Content is loading...","aria-live":"polite","aria-valuemin":0,"aria-valuemax":100,"aria-valuenow":a*100,"aria-valuetext":i,role:"progressbar",...n},w.createElement(zK,null,w.createElement(BK,{style:{width:`${a*100}%`}})),w.createElement(WE,null,i,a<1&&w.createElement(MK,{key:i})))}return w.createElement(RK,{"aria-label":"Content is loading...","aria-live":"polite",role:"status",size:r,...n})},"Loader");function MI(e){let t={},r=e.split("&");for(let n=0;n<r.length;n++){let a=r[n].split("=");t[decodeURIComponent(a[0])]=decodeURIComponent(a[1]||"")}return t}c(MI,"parseQuery");var NK=c((e,t,r={})=>{let[n,a]=e.split("?"),o=a?{...MI(a),...r,id:t}:{...r,id:t};return`${n}?${Object.entries(o).map(i=>`${i[0]}=${i[1]}`).join("&")}`},"getStoryHref"),jK=F.pre`
530
+ line-height: 18px;
531
+ padding: 11px 1rem;
532
+ white-space: pre-wrap;
533
+ background: rgba(0, 0, 0, 0.05);
534
+ color: ${G.darkest};
535
+ border-radius: 3px;
536
+ margin: 1rem 0;
537
+ width: 100%;
538
+ display: block;
539
+ overflow: hidden;
540
+ font-family: ${Gr.fonts.mono};
541
+ font-size: ${Gr.size.s2-1}px;
542
+ `,Sfe=c(({code:e,...t})=>w.createElement(jK,{id:"clipboard-code",...t},e),"ClipboardCode"),HK=dT,VK={};Object.keys(dT).forEach(e=>{VK[e]=u.forwardRef((t,r)=>u.createElement(e,{...t,ref:r}))});function kt(){return kt=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},kt.apply(null,arguments)}function UK(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function uu(e,t){return uu=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,n){return r.__proto__=n,r},uu(e,t)}function WK(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,uu(e,t)}function O2(e){return O2=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},O2(e)}function qK(e){try{return Function.toString.call(e).indexOf("[native code]")!==-1}catch{return typeof e=="function"}}function PI(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(PI=function(){return!!e})()}function GK(e,t,r){if(PI())return Reflect.construct.apply(null,arguments);var n=[null];n.push.apply(n,t);var a=new(e.bind.apply(e,n));return r&&uu(a,r.prototype),a}function M2(e){var t=typeof Map=="function"?new Map:void 0;return M2=function(n){if(n===null||!qK(n))return n;if(typeof n!="function")throw new TypeError("Super expression must either be null or a function");if(t!==void 0){if(t.has(n))return t.get(n);t.set(n,a)}function a(){return GK(n,arguments,O2(this).constructor)}return a.prototype=Object.create(n.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),uu(a,n)},M2(e)}var Yr=function(e){WK(t,e);function t(r){var n;return n=e.call(this,"An error occurred. See https://github.com/styled-components/polished/blob/main/src/internalHelpers/errors.md#"+r+" for more information.")||this,UK(n)}return t}(M2(Error));function Xh(e){return Math.round(e*255)}function KK(e,t,r){return Xh(e)+","+Xh(t)+","+Xh(r)}function cu(e,t,r,n){if(n===void 0&&(n=KK),t===0)return n(r,r,r);var a=(e%360+360)%360/60,o=(1-Math.abs(2*r-1))*t,i=o*(1-Math.abs(a%2-1)),l=0,s=0,d=0;a>=0&&a<1?(l=o,s=i):a>=1&&a<2?(l=i,s=o):a>=2&&a<3?(s=o,d=i):a>=3&&a<4?(s=i,d=o):a>=4&&a<5?(l=i,d=o):a>=5&&a<6&&(l=o,d=i);var f=r-o/2,h=l+f,p=s+f,m=d+f;return n(h,p,m)}var qE={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"00ffff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"0000ff",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"00ffff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"ff00ff",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"639",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"};function YK(e){if(typeof e!="string")return e;var t=e.toLowerCase();return qE[t]?"#"+qE[t]:e}var XK=/^#[a-fA-F0-9]{6}$/,ZK=/^#[a-fA-F0-9]{8}$/,JK=/^#[a-fA-F0-9]{3}$/,QK=/^#[a-fA-F0-9]{4}$/,Zh=/^rgb\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*\)$/i,eY=/^rgb(?:a)?\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i,tY=/^hsl\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*\)$/i,rY=/^hsl(?:a)?\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i;function Ki(e){if(typeof e!="string")throw new Yr(3);var t=YK(e);if(t.match(XK))return{red:parseInt(""+t[1]+t[2],16),green:parseInt(""+t[3]+t[4],16),blue:parseInt(""+t[5]+t[6],16)};if(t.match(ZK)){var r=parseFloat((parseInt(""+t[7]+t[8],16)/255).toFixed(2));return{red:parseInt(""+t[1]+t[2],16),green:parseInt(""+t[3]+t[4],16),blue:parseInt(""+t[5]+t[6],16),alpha:r}}if(t.match(JK))return{red:parseInt(""+t[1]+t[1],16),green:parseInt(""+t[2]+t[2],16),blue:parseInt(""+t[3]+t[3],16)};if(t.match(QK)){var n=parseFloat((parseInt(""+t[4]+t[4],16)/255).toFixed(2));return{red:parseInt(""+t[1]+t[1],16),green:parseInt(""+t[2]+t[2],16),blue:parseInt(""+t[3]+t[3],16),alpha:n}}var a=Zh.exec(t);if(a)return{red:parseInt(""+a[1],10),green:parseInt(""+a[2],10),blue:parseInt(""+a[3],10)};var o=eY.exec(t.substring(0,50));if(o)return{red:parseInt(""+o[1],10),green:parseInt(""+o[2],10),blue:parseInt(""+o[3],10),alpha:parseFloat(""+o[4])>1?parseFloat(""+o[4])/100:parseFloat(""+o[4])};var i=tY.exec(t);if(i){var l=parseInt(""+i[1],10),s=parseInt(""+i[2],10)/100,d=parseInt(""+i[3],10)/100,f="rgb("+cu(l,s,d)+")",h=Zh.exec(f);if(!h)throw new Yr(4,t,f);return{red:parseInt(""+h[1],10),green:parseInt(""+h[2],10),blue:parseInt(""+h[3],10)}}var p=rY.exec(t.substring(0,50));if(p){var m=parseInt(""+p[1],10),g=parseInt(""+p[2],10)/100,v=parseInt(""+p[3],10)/100,C="rgb("+cu(m,g,v)+")",E=Zh.exec(C);if(!E)throw new Yr(4,t,C);return{red:parseInt(""+E[1],10),green:parseInt(""+E[2],10),blue:parseInt(""+E[3],10),alpha:parseFloat(""+p[4])>1?parseFloat(""+p[4])/100:parseFloat(""+p[4])}}throw new Yr(5)}function nY(e){var t=e.red/255,r=e.green/255,n=e.blue/255,a=Math.max(t,r,n),o=Math.min(t,r,n),i=(a+o)/2;if(a===o)return e.alpha!==void 0?{hue:0,saturation:0,lightness:i,alpha:e.alpha}:{hue:0,saturation:0,lightness:i};var l,s=a-o,d=i>.5?s/(2-a-o):s/(a+o);switch(a){case t:l=(r-n)/s+(r<n?6:0);break;case r:l=(n-t)/s+2;break;default:l=(t-r)/s+4;break}return l*=60,e.alpha!==void 0?{hue:l,saturation:d,lightness:i,alpha:e.alpha}:{hue:l,saturation:d,lightness:i}}function Da(e){return nY(Ki(e))}var aY=function(t){return t.length===7&&t[1]===t[2]&&t[3]===t[4]&&t[5]===t[6]?"#"+t[1]+t[3]+t[5]:t},P2=aY;function Oa(e){var t=e.toString(16);return t.length===1?"0"+t:t}function Jh(e){return Oa(Math.round(e*255))}function oY(e,t,r){return P2("#"+Jh(e)+Jh(t)+Jh(r))}function Ld(e,t,r){return cu(e,t,r,oY)}function iY(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return Ld(e,t,r);if(typeof e=="object"&&t===void 0&&r===void 0)return Ld(e.hue,e.saturation,e.lightness);throw new Yr(1)}function lY(e,t,r,n){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number"&&typeof n=="number")return n>=1?Ld(e,t,r):"rgba("+cu(e,t,r)+","+n+")";if(typeof e=="object"&&t===void 0&&r===void 0&&n===void 0)return e.alpha>=1?Ld(e.hue,e.saturation,e.lightness):"rgba("+cu(e.hue,e.saturation,e.lightness)+","+e.alpha+")";throw new Yr(2)}function N2(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return P2("#"+Oa(e)+Oa(t)+Oa(r));if(typeof e=="object"&&t===void 0&&r===void 0)return P2("#"+Oa(e.red)+Oa(e.green)+Oa(e.blue));throw new Yr(6)}function Vr(e,t,r,n){if(typeof e=="string"&&typeof t=="number"){var a=Ki(e);return"rgba("+a.red+","+a.green+","+a.blue+","+t+")"}else{if(typeof e=="number"&&typeof t=="number"&&typeof r=="number"&&typeof n=="number")return n>=1?N2(e,t,r):"rgba("+e+","+t+","+r+","+n+")";if(typeof e=="object"&&t===void 0&&r===void 0&&n===void 0)return e.alpha>=1?N2(e.red,e.green,e.blue):"rgba("+e.red+","+e.green+","+e.blue+","+e.alpha+")"}throw new Yr(7)}var sY=function(t){return typeof t.red=="number"&&typeof t.green=="number"&&typeof t.blue=="number"&&(typeof t.alpha!="number"||typeof t.alpha>"u")},uY=function(t){return typeof t.red=="number"&&typeof t.green=="number"&&typeof t.blue=="number"&&typeof t.alpha=="number"},cY=function(t){return typeof t.hue=="number"&&typeof t.saturation=="number"&&typeof t.lightness=="number"&&(typeof t.alpha!="number"||typeof t.alpha>"u")},dY=function(t){return typeof t.hue=="number"&&typeof t.saturation=="number"&&typeof t.lightness=="number"&&typeof t.alpha=="number"};function Sa(e){if(typeof e!="object")throw new Yr(8);if(uY(e))return Vr(e);if(sY(e))return N2(e);if(dY(e))return lY(e);if(cY(e))return iY(e);throw new Yr(8)}function NI(e,t,r){return function(){var a=r.concat(Array.prototype.slice.call(arguments));return a.length>=t?e.apply(this,a):NI(e,t,a)}}function Ut(e){return NI(e,e.length,[])}function pY(e,t){if(t==="transparent")return t;var r=Da(t);return Sa(kt({},r,{hue:r.hue+parseFloat(e)}))}Ut(pY);function dl(e,t,r){return Math.max(e,Math.min(t,r))}function fY(e,t){if(t==="transparent")return t;var r=Da(t);return Sa(kt({},r,{lightness:dl(0,1,r.lightness-parseFloat(e))}))}var hY=Ut(fY),jr=hY;function mY(e,t){if(t==="transparent")return t;var r=Da(t);return Sa(kt({},r,{saturation:dl(0,1,r.saturation-parseFloat(e))}))}Ut(mY);function gY(e,t){if(t==="transparent")return t;var r=Da(t);return Sa(kt({},r,{lightness:dl(0,1,r.lightness+parseFloat(e))}))}var vY=Ut(gY),Ma=vY;function yY(e,t,r){if(t==="transparent")return r;if(r==="transparent")return t;if(e===0)return r;var n=Ki(t),a=kt({},n,{alpha:typeof n.alpha=="number"?n.alpha:1}),o=Ki(r),i=kt({},o,{alpha:typeof o.alpha=="number"?o.alpha:1}),l=a.alpha-i.alpha,s=parseFloat(e)*2-1,d=s*l===-1?s:s+l,f=1+s*l,h=(d/f+1)/2,p=1-h,m={red:Math.floor(a.red*h+i.red*p),green:Math.floor(a.green*h+i.green*p),blue:Math.floor(a.blue*h+i.blue*p),alpha:a.alpha*parseFloat(e)+i.alpha*(1-parseFloat(e))};return Vr(m)}var wY=Ut(yY),jI=wY;function bY(e,t){if(t==="transparent")return t;var r=Ki(t),n=typeof r.alpha=="number"?r.alpha:1,a=kt({},r,{alpha:dl(0,1,(n*100+parseFloat(e)*100)/100)});return Vr(a)}var EY=Ut(bY),Lc=EY;function xY(e,t){if(t==="transparent")return t;var r=Da(t);return Sa(kt({},r,{saturation:dl(0,1,r.saturation+parseFloat(e))}))}Ut(xY);function CY(e,t){return t==="transparent"?t:Sa(kt({},Da(t),{hue:parseFloat(e)}))}Ut(CY);function DY(e,t){return t==="transparent"?t:Sa(kt({},Da(t),{lightness:parseFloat(e)}))}Ut(DY);function SY(e,t){return t==="transparent"?t:Sa(kt({},Da(t),{saturation:parseFloat(e)}))}Ut(SY);function kY(e,t){return t==="transparent"?t:jI(parseFloat(e),"rgb(0, 0, 0)",t)}Ut(kY);function _Y(e,t){return t==="transparent"?t:jI(parseFloat(e),"rgb(255, 255, 255)",t)}Ut(_Y);function AY(e,t){if(t==="transparent")return t;var r=Ki(t),n=typeof r.alpha=="number"?r.alpha:1,a=kt({},r,{alpha:dl(0,1,+(n*100-parseFloat(e)*100).toFixed(2)/100)});return Vr(a)}var FY=Ut(AY),ge=FY,$Y=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M6 3.5a.5.5 0 01.5.5v1.5H8a.5.5 0 010 1H6.5V8a.5.5 0 01-1 0V6.5H4a.5.5 0 010-1h1.5V4a.5.5 0 01.5-.5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.544 10.206a5.5 5.5 0 11.662-.662.5.5 0 01.148.102l3 3a.5.5 0 01-.708.708l-3-3a.5.5 0 01-.102-.148zM10.5 6a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0z",fill:e}))),TY=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M4 5.5a.5.5 0 000 1h4a.5.5 0 000-1H4z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6 11.5c1.35 0 2.587-.487 3.544-1.294a.5.5 0 00.102.148l3 3a.5.5 0 00.708-.708l-3-3a.5.5 0 00-.148-.102A5.5 5.5 0 106 11.5zm0-1a4.5 4.5 0 100-9 4.5 4.5 0 000 9z",fill:e}))),IY=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M1.5 2.837V1.5a.5.5 0 00-1 0V4a.5.5 0 00.5.5h2.5a.5.5 0 000-1H2.258a4.5 4.5 0 11-.496 4.016.5.5 0 10-.942.337 5.502 5.502 0 008.724 2.353.5.5 0 00.102.148l3 3a.5.5 0 00.708-.708l-3-3a.5.5 0 00-.148-.102A5.5 5.5 0 101.5 2.837z",fill:e}))),RY=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M7 9.5a2.5 2.5 0 100-5 2.5 2.5 0 000 5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7l-.21.293C13.669 7.465 10.739 11.5 7 11.5S.332 7.465.21 7.293L0 7l.21-.293C.331 6.536 3.261 2.5 7 2.5s6.668 4.036 6.79 4.207L14 7zM2.896 5.302A12.725 12.725 0 001.245 7c.296.37.874 1.04 1.65 1.698C4.043 9.67 5.482 10.5 7 10.5c1.518 0 2.958-.83 4.104-1.802A12.72 12.72 0 0012.755 7c-.297-.37-.875-1.04-1.65-1.698C9.957 4.33 8.517 3.5 7 3.5c-1.519 0-2.958.83-4.104 1.802z",fill:e}))),zY=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M1.854 1.146a.5.5 0 10-.708.708l11 11a.5.5 0 00.708-.708l-11-11zM11.104 8.698c-.177.15-.362.298-.553.439l.714.714a13.25 13.25 0 002.526-2.558L14 7l-.21-.293C13.669 6.536 10.739 2.5 7 2.5c-.89 0-1.735.229-2.506.58l.764.763A4.859 4.859 0 017 3.5c1.518 0 2.958.83 4.104 1.802A12.724 12.724 0 0112.755 7a12.72 12.72 0 01-1.65 1.698zM.21 6.707c.069-.096 1.03-1.42 2.525-2.558l.714.714c-.191.141-.376.288-.553.439A12.725 12.725 0 001.245 7c.296.37.874 1.04 1.65 1.698C4.043 9.67 5.482 10.5 7 10.5a4.86 4.86 0 001.742-.344l.764.764c-.772.351-1.616.58-2.506.58C3.262 11.5.332 7.465.21 7.293L0 7l.21-.293z",fill:e}),u.createElement("path",{d:"M4.5 7c0-.322.061-.63.172-.914l3.242 3.242A2.5 2.5 0 014.5 7zM9.328 7.914L6.086 4.672a2.5 2.5 0 013.241 3.241z",fill:e}))),BY=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M2.5 10a.5.5 0 100-1 .5.5 0 000 1z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 4a2 2 0 012-2h6a2 2 0 012 2v.5l3.189-2.391A.5.5 0 0114 2.5v9a.5.5 0 01-.804.397L10 9.5v.5a2 2 0 01-2 2H2a2 2 0 01-2-2V4zm9 0v1.5a.5.5 0 00.8.4L13 3.5v7L9.8 8.1a.5.5 0 00-.8.4V10a1 1 0 01-1 1H2a1 1 0 01-1-1V4a1 1 0 011-1h6a1 1 0 011 1z",fill:e}))),j2=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M4 5.5a.5.5 0 01.5-.5h5a.5.5 0 010 1h-5a.5.5 0 01-.5-.5zM4.5 7.5a.5.5 0 000 1h5a.5.5 0 000-1h-5zM4 10.5a.5.5 0 01.5-.5h5a.5.5 0 010 1h-5a.5.5 0 01-.5-.5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.5 0a.5.5 0 00-.5.5v13a.5.5 0 00.5.5h11a.5.5 0 00.5-.5V3.207a.5.5 0 00-.146-.353L10.146.146A.5.5 0 009.793 0H1.5zM2 1h7.5v2a.5.5 0 00.5.5h2V13H2V1z",fill:e}))),kfe=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M8.982 1.632a.5.5 0 00-.964-.263l-3 11a.5.5 0 10.964.263l3-11zM3.32 3.616a.5.5 0 01.064.704L1.151 7l2.233 2.68a.5.5 0 11-.768.64l-2.5-3a.5.5 0 010-.64l2.5-3a.5.5 0 01.704-.064zM10.68 3.616a.5.5 0 00-.064.704L12.849 7l-2.233 2.68a.5.5 0 00.768.64l2.5-3a.5.5 0 000-.64l-2.5-3a.5.5 0 00-.704-.064z",fill:e}))),LY=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M7 3a.5.5 0 01.5.5v3h3a.5.5 0 010 1h-3v3a.5.5 0 01-1 0v-3h-3a.5.5 0 010-1h3v-3A.5.5 0 017 3z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zm0-1A6 6 0 107 1a6 6 0 000 12z",fill:e}))),OY=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M3.5 6.5a.5.5 0 000 1h7a.5.5 0 000-1h-7z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),MY=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M11.841 2.159a2.25 2.25 0 00-3.182 0l-2.5 2.5a2.25 2.25 0 000 3.182.5.5 0 01-.707.707 3.25 3.25 0 010-4.596l2.5-2.5a3.25 3.25 0 014.596 4.596l-2.063 2.063a4.27 4.27 0 00-.094-1.32l1.45-1.45a2.25 2.25 0 000-3.182z",fill:e}),u.createElement("path",{d:"M3.61 7.21c-.1-.434-.132-.88-.095-1.321L1.452 7.952a3.25 3.25 0 104.596 4.596l2.5-2.5a3.25 3.25 0 000-4.596.5.5 0 00-.707.707 2.25 2.25 0 010 3.182l-2.5 2.5A2.25 2.25 0 112.159 8.66l1.45-1.45z",fill:e}))),PY=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M1.146 4.604l5.5 5.5a.5.5 0 00.708 0l5.5-5.5a.5.5 0 00-.708-.708L7 9.043 1.854 3.896a.5.5 0 10-.708.708z",fill:e}))),NY=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M11.104 7.354l-5.5 5.5a.5.5 0 01-.708-.708L10.043 7 4.896 1.854a.5.5 0 11.708-.708l5.5 5.5a.5.5 0 010 .708z",fill:e}))),jY=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M3.854 9.104a.5.5 0 11-.708-.708l3.5-3.5a.5.5 0 01.708 0l3.5 3.5a.5.5 0 01-.708.708L7 5.957 3.854 9.104z",fill:e}))),HI=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M3.854 4.896a.5.5 0 10-.708.708l3.5 3.5a.5.5 0 00.708 0l3.5-3.5a.5.5 0 00-.708-.708L7 8.043 3.854 4.896z",fill:e}))),HY=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M1.146 3.854a.5.5 0 010-.708l2-2a.5.5 0 11.708.708L2.707 3h6.295A4 4 0 019 11H3a.5.5 0 010-1h6a3 3 0 100-6H2.707l1.147 1.146a.5.5 0 11-.708.708l-2-2z",fill:e})));function VY(e,t){for(var r=-1,n=e==null?0:e.length,a=Array(n);++r<n;)a[r]=t(e[r],r,e);return a}var VI=VY;function UY(){this.__data__=[],this.size=0}var WY=UY;function qY(e,t){return e===t||e!==e&&t!==t}var n4=qY,GY=n4;function KY(e,t){for(var r=e.length;r--;)if(GY(e[r][0],t))return r;return-1}var Z1=KY,YY=Z1,XY=Array.prototype,ZY=XY.splice;function JY(e){var t=this.__data__,r=YY(t,e);if(r<0)return!1;var n=t.length-1;return r==n?t.pop():ZY.call(t,r,1),--this.size,!0}var QY=JY,eX=Z1;function tX(e){var t=this.__data__,r=eX(t,e);return r<0?void 0:t[r][1]}var rX=tX,nX=Z1;function aX(e){return nX(this.__data__,e)>-1}var oX=aX,iX=Z1;function lX(e,t){var r=this.__data__,n=iX(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this}var sX=lX,uX=WY,cX=QY,dX=rX,pX=oX,fX=sX;function pl(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}pl.prototype.clear=uX;pl.prototype.delete=cX;pl.prototype.get=dX;pl.prototype.has=pX;pl.prototype.set=fX;var J1=pl,hX=J1;function mX(){this.__data__=new hX,this.size=0}var gX=mX;function vX(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r}var yX=vX;function wX(e){return this.__data__.get(e)}var bX=wX;function EX(e){return this.__data__.has(e)}var xX=EX,CX=typeof Yu=="object"&&Yu&&Yu.Object===Object&&Yu,UI=CX,DX=UI,SX=typeof self=="object"&&self&&self.Object===Object&&self,kX=DX||SX||Function("return this")(),cn=kX,_X=cn,AX=_X.Symbol,Vu=AX,GE=Vu,WI=Object.prototype,FX=WI.hasOwnProperty,$X=WI.toString,Kl=GE?GE.toStringTag:void 0;function TX(e){var t=FX.call(e,Kl),r=e[Kl];try{e[Kl]=void 0;var n=!0}catch{}var a=$X.call(e);return n&&(t?e[Kl]=r:delete e[Kl]),a}var IX=TX,RX=Object.prototype,zX=RX.toString;function BX(e){return zX.call(e)}var LX=BX,KE=Vu,OX=IX,MX=LX,PX="[object Null]",NX="[object Undefined]",YE=KE?KE.toStringTag:void 0;function jX(e){return e==null?e===void 0?NX:PX:YE&&YE in Object(e)?OX(e):MX(e)}var Uu=jX;function HX(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var So=HX,VX=Uu,UX=So,WX="[object AsyncFunction]",qX="[object Function]",GX="[object GeneratorFunction]",KX="[object Proxy]";function YX(e){if(!UX(e))return!1;var t=VX(e);return t==qX||t==GX||t==WX||t==KX}var qI=YX,XX=cn,ZX=XX["__core-js_shared__"],JX=ZX,Qh=JX,XE=function(){var e=/[^.]+$/.exec(Qh&&Qh.keys&&Qh.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function QX(e){return!!XE&&XE in e}var eZ=QX,tZ=Function.prototype,rZ=tZ.toString;function nZ(e){if(e!=null){try{return rZ.call(e)}catch{}try{return e+""}catch{}}return""}var GI=nZ,aZ=qI,oZ=eZ,iZ=So,lZ=GI,sZ=/[\\^$.*+?()[\]{}|]/g,uZ=/^\[object .+?Constructor\]$/,cZ=Function.prototype,dZ=Object.prototype,pZ=cZ.toString,fZ=dZ.hasOwnProperty,hZ=RegExp("^"+pZ.call(fZ).replace(sZ,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function mZ(e){if(!iZ(e)||oZ(e))return!1;var t=aZ(e)?hZ:uZ;return t.test(lZ(e))}var gZ=mZ;function vZ(e,t){return e?.[t]}var yZ=vZ,wZ=gZ,bZ=yZ;function EZ(e,t){var r=bZ(e,t);return wZ(r)?r:void 0}var ko=EZ,xZ=ko,CZ=cn,DZ=xZ(CZ,"Map"),a4=DZ,SZ=ko,kZ=SZ(Object,"create"),Q1=kZ,ZE=Q1;function _Z(){this.__data__=ZE?ZE(null):{},this.size=0}var AZ=_Z;function FZ(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var $Z=FZ,TZ=Q1,IZ="__lodash_hash_undefined__",RZ=Object.prototype,zZ=RZ.hasOwnProperty;function BZ(e){var t=this.__data__;if(TZ){var r=t[e];return r===IZ?void 0:r}return zZ.call(t,e)?t[e]:void 0}var LZ=BZ,OZ=Q1,MZ=Object.prototype,PZ=MZ.hasOwnProperty;function NZ(e){var t=this.__data__;return OZ?t[e]!==void 0:PZ.call(t,e)}var jZ=NZ,HZ=Q1,VZ="__lodash_hash_undefined__";function UZ(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=HZ&&t===void 0?VZ:t,this}var WZ=UZ,qZ=AZ,GZ=$Z,KZ=LZ,YZ=jZ,XZ=WZ;function fl(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}fl.prototype.clear=qZ;fl.prototype.delete=GZ;fl.prototype.get=KZ;fl.prototype.has=YZ;fl.prototype.set=XZ;var ZZ=fl,JE=ZZ,JZ=J1,QZ=a4;function eJ(){this.size=0,this.__data__={hash:new JE,map:new(QZ||JZ),string:new JE}}var tJ=eJ;function rJ(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}var nJ=rJ,aJ=nJ;function oJ(e,t){var r=e.__data__;return aJ(t)?r[typeof t=="string"?"string":"hash"]:r.map}var ep=oJ,iJ=ep;function lJ(e){var t=iJ(this,e).delete(e);return this.size-=t?1:0,t}var sJ=lJ,uJ=ep;function cJ(e){return uJ(this,e).get(e)}var dJ=cJ,pJ=ep;function fJ(e){return pJ(this,e).has(e)}var hJ=fJ,mJ=ep;function gJ(e,t){var r=mJ(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this}var vJ=gJ,yJ=tJ,wJ=sJ,bJ=dJ,EJ=hJ,xJ=vJ;function hl(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}hl.prototype.clear=yJ;hl.prototype.delete=wJ;hl.prototype.get=bJ;hl.prototype.has=EJ;hl.prototype.set=xJ;var o4=hl,CJ=J1,DJ=a4,SJ=o4,kJ=200;function _J(e,t){var r=this.__data__;if(r instanceof CJ){var n=r.__data__;if(!DJ||n.length<kJ-1)return n.push([e,t]),this.size=++r.size,this;r=this.__data__=new SJ(n)}return r.set(e,t),this.size=r.size,this}var AJ=_J,FJ=J1,$J=gX,TJ=yX,IJ=bX,RJ=xX,zJ=AJ;function ml(e){var t=this.__data__=new FJ(e);this.size=t.size}ml.prototype.clear=$J;ml.prototype.delete=TJ;ml.prototype.get=IJ;ml.prototype.has=RJ;ml.prototype.set=zJ;var i4=ml,BJ="__lodash_hash_undefined__";function LJ(e){return this.__data__.set(e,BJ),this}var OJ=LJ;function MJ(e){return this.__data__.has(e)}var PJ=MJ,NJ=o4,jJ=OJ,HJ=PJ;function Od(e){var t=-1,r=e==null?0:e.length;for(this.__data__=new NJ;++t<r;)this.add(e[t])}Od.prototype.add=Od.prototype.push=jJ;Od.prototype.has=HJ;var KI=Od;function VJ(e,t){for(var r=-1,n=e==null?0:e.length;++r<n;)if(t(e[r],r,e))return!0;return!1}var UJ=VJ;function WJ(e,t){return e.has(t)}var YI=WJ,qJ=KI,GJ=UJ,KJ=YI,YJ=1,XJ=2;function ZJ(e,t,r,n,a,o){var i=r&YJ,l=e.length,s=t.length;if(l!=s&&!(i&&s>l))return!1;var d=o.get(e),f=o.get(t);if(d&&f)return d==t&&f==e;var h=-1,p=!0,m=r&XJ?new qJ:void 0;for(o.set(e,t),o.set(t,e);++h<l;){var g=e[h],v=t[h];if(n)var C=i?n(v,g,h,t,e,o):n(g,v,h,e,t,o);if(C!==void 0){if(C)continue;p=!1;break}if(m){if(!GJ(t,function(E,y){if(!KJ(m,y)&&(g===E||a(g,E,r,n,o)))return m.push(y)})){p=!1;break}}else if(!(g===v||a(g,v,r,n,o))){p=!1;break}}return o.delete(e),o.delete(t),p}var XI=ZJ,JJ=cn,QJ=JJ.Uint8Array,ZI=QJ;function eQ(e){var t=-1,r=Array(e.size);return e.forEach(function(n,a){r[++t]=[a,n]}),r}var tQ=eQ;function rQ(e){var t=-1,r=Array(e.size);return e.forEach(function(n){r[++t]=n}),r}var l4=rQ,QE=Vu,ex=ZI,nQ=n4,aQ=XI,oQ=tQ,iQ=l4,lQ=1,sQ=2,uQ="[object Boolean]",cQ="[object Date]",dQ="[object Error]",pQ="[object Map]",fQ="[object Number]",hQ="[object RegExp]",mQ="[object Set]",gQ="[object String]",vQ="[object Symbol]",yQ="[object ArrayBuffer]",wQ="[object DataView]",tx=QE?QE.prototype:void 0,em=tx?tx.valueOf:void 0;function bQ(e,t,r,n,a,o,i){switch(r){case wQ:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case yQ:return!(e.byteLength!=t.byteLength||!o(new ex(e),new ex(t)));case uQ:case cQ:case fQ:return nQ(+e,+t);case dQ:return e.name==t.name&&e.message==t.message;case hQ:case gQ:return e==t+"";case pQ:var l=oQ;case mQ:var s=n&lQ;if(l||(l=iQ),e.size!=t.size&&!s)return!1;var d=i.get(e);if(d)return d==t;n|=sQ,i.set(e,t);var f=aQ(l(e),l(t),n,a,o,i);return i.delete(e),f;case vQ:if(em)return em.call(e)==em.call(t)}return!1}var EQ=bQ;function xQ(e,t){for(var r=-1,n=t.length,a=e.length;++r<n;)e[a+r]=t[r];return e}var JI=xQ,CQ=Array.isArray,Ln=CQ,DQ=JI,SQ=Ln;function kQ(e,t,r){var n=t(e);return SQ(e)?n:DQ(n,r(e))}var QI=kQ;function _Q(e,t){for(var r=-1,n=e==null?0:e.length,a=0,o=[];++r<n;){var i=e[r];t(i,r,e)&&(o[a++]=i)}return o}var AQ=_Q;function FQ(){return[]}var eR=FQ,$Q=AQ,TQ=eR,IQ=Object.prototype,RQ=IQ.propertyIsEnumerable,rx=Object.getOwnPropertySymbols,zQ=rx?function(e){return e==null?[]:(e=Object(e),$Q(rx(e),function(t){return RQ.call(e,t)}))}:TQ,s4=zQ;function BQ(e,t){for(var r=-1,n=Array(e);++r<e;)n[r]=t(r);return n}var LQ=BQ;function OQ(e){return e!=null&&typeof e=="object"}var _o=OQ,MQ=Uu,PQ=_o,NQ="[object Arguments]";function jQ(e){return PQ(e)&&MQ(e)==NQ}var HQ=jQ,nx=HQ,VQ=_o,tR=Object.prototype,UQ=tR.hasOwnProperty,WQ=tR.propertyIsEnumerable,qQ=nx(function(){return arguments}())?nx:function(e){return VQ(e)&&UQ.call(e,"callee")&&!WQ.call(e,"callee")},rR=qQ,Md={exports:{}};function GQ(){return!1}var KQ=GQ;Md.exports;(function(e,t){var r=cn,n=KQ,a=t&&!t.nodeType&&t,o=a&&!0&&e&&!e.nodeType&&e,i=o&&o.exports===a,l=i?r.Buffer:void 0,s=l?l.isBuffer:void 0,d=s||n;e.exports=d})(Md,Md.exports);var u4=Md.exports,YQ=9007199254740991,XQ=/^(?:0|[1-9]\d*)$/;function ZQ(e,t){var r=typeof e;return t=t??YQ,!!t&&(r=="number"||r!="symbol"&&XQ.test(e))&&e>-1&&e%1==0&&e<t}var c4=ZQ,JQ=9007199254740991;function QQ(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=JQ}var d4=QQ,eee=Uu,tee=d4,ree=_o,nee="[object Arguments]",aee="[object Array]",oee="[object Boolean]",iee="[object Date]",lee="[object Error]",see="[object Function]",uee="[object Map]",cee="[object Number]",dee="[object Object]",pee="[object RegExp]",fee="[object Set]",hee="[object String]",mee="[object WeakMap]",gee="[object ArrayBuffer]",vee="[object DataView]",yee="[object Float32Array]",wee="[object Float64Array]",bee="[object Int8Array]",Eee="[object Int16Array]",xee="[object Int32Array]",Cee="[object Uint8Array]",Dee="[object Uint8ClampedArray]",See="[object Uint16Array]",kee="[object Uint32Array]",fe={};fe[yee]=fe[wee]=fe[bee]=fe[Eee]=fe[xee]=fe[Cee]=fe[Dee]=fe[See]=fe[kee]=!0;fe[nee]=fe[aee]=fe[gee]=fe[oee]=fe[vee]=fe[iee]=fe[lee]=fe[see]=fe[uee]=fe[cee]=fe[dee]=fe[pee]=fe[fee]=fe[hee]=fe[mee]=!1;function _ee(e){return ree(e)&&tee(e.length)&&!!fe[eee(e)]}var Aee=_ee;function Fee(e){return function(t){return e(t)}}var p4=Fee,Pd={exports:{}};Pd.exports;(function(e,t){var r=UI,n=t&&!t.nodeType&&t,a=n&&!0&&e&&!e.nodeType&&e,o=a&&a.exports===n,i=o&&r.process,l=function(){try{var s=a&&a.require&&a.require("util").types;return s||i&&i.binding&&i.binding("util")}catch{}}();e.exports=l})(Pd,Pd.exports);var f4=Pd.exports,$ee=Aee,Tee=p4,ax=f4,ox=ax&&ax.isTypedArray,Iee=ox?Tee(ox):$ee,nR=Iee,Ree=LQ,zee=rR,Bee=Ln,Lee=u4,Oee=c4,Mee=nR,Pee=Object.prototype,Nee=Pee.hasOwnProperty;function jee(e,t){var r=Bee(e),n=!r&&zee(e),a=!r&&!n&&Lee(e),o=!r&&!n&&!a&&Mee(e),i=r||n||a||o,l=i?Ree(e.length,String):[],s=l.length;for(var d in e)(t||Nee.call(e,d))&&!(i&&(d=="length"||a&&(d=="offset"||d=="parent")||o&&(d=="buffer"||d=="byteLength"||d=="byteOffset")||Oee(d,s)))&&l.push(d);return l}var aR=jee,Hee=Object.prototype;function Vee(e){var t=e&&e.constructor,r=typeof t=="function"&&t.prototype||Hee;return e===r}var h4=Vee;function Uee(e,t){return function(r){return e(t(r))}}var oR=Uee,Wee=oR,qee=Wee(Object.keys,Object),Gee=qee,Kee=h4,Yee=Gee,Xee=Object.prototype,Zee=Xee.hasOwnProperty;function Jee(e){if(!Kee(e))return Yee(e);var t=[];for(var r in Object(e))Zee.call(e,r)&&r!="constructor"&&t.push(r);return t}var Qee=Jee,ete=qI,tte=d4;function rte(e){return e!=null&&tte(e.length)&&!ete(e)}var iR=rte,nte=aR,ate=Qee,ote=iR;function ite(e){return ote(e)?nte(e):ate(e)}var tp=ite,lte=QI,ste=s4,ute=tp;function cte(e){return lte(e,ute,ste)}var lR=cte,ix=lR,dte=1,pte=Object.prototype,fte=pte.hasOwnProperty;function hte(e,t,r,n,a,o){var i=r&dte,l=ix(e),s=l.length,d=ix(t),f=d.length;if(s!=f&&!i)return!1;for(var h=s;h--;){var p=l[h];if(!(i?p in t:fte.call(t,p)))return!1}var m=o.get(e),g=o.get(t);if(m&&g)return m==t&&g==e;var v=!0;o.set(e,t),o.set(t,e);for(var C=i;++h<s;){p=l[h];var E=e[p],y=t[p];if(n)var b=i?n(y,E,p,t,e,o):n(E,y,p,e,t,o);if(!(b===void 0?E===y||a(E,y,r,n,o):b)){v=!1;break}C||(C=p=="constructor")}if(v&&!C){var x=e.constructor,D=t.constructor;x!=D&&"constructor"in e&&"constructor"in t&&!(typeof x=="function"&&x instanceof x&&typeof D=="function"&&D instanceof D)&&(v=!1)}return o.delete(e),o.delete(t),v}var mte=hte,gte=ko,vte=cn,yte=gte(vte,"DataView"),wte=yte,bte=ko,Ete=cn,xte=bte(Ete,"Promise"),Cte=xte,Dte=ko,Ste=cn,kte=Dte(Ste,"Set"),sR=kte,_te=ko,Ate=cn,Fte=_te(Ate,"WeakMap"),$te=Fte,H2=wte,V2=a4,U2=Cte,W2=sR,q2=$te,uR=Uu,gl=GI,lx="[object Map]",Tte="[object Object]",sx="[object Promise]",ux="[object Set]",cx="[object WeakMap]",dx="[object DataView]",Ite=gl(H2),Rte=gl(V2),zte=gl(U2),Bte=gl(W2),Lte=gl(q2),Pa=uR;(H2&&Pa(new H2(new ArrayBuffer(1)))!=dx||V2&&Pa(new V2)!=lx||U2&&Pa(U2.resolve())!=sx||W2&&Pa(new W2)!=ux||q2&&Pa(new q2)!=cx)&&(Pa=function(e){var t=uR(e),r=t==Tte?e.constructor:void 0,n=r?gl(r):"";if(n)switch(n){case Ite:return dx;case Rte:return lx;case zte:return sx;case Bte:return ux;case Lte:return cx}return t});var rp=Pa,tm=i4,Ote=XI,Mte=EQ,Pte=mte,px=rp,fx=Ln,hx=u4,Nte=nR,jte=1,mx="[object Arguments]",gx="[object Array]",Oc="[object Object]",Hte=Object.prototype,vx=Hte.hasOwnProperty;function Vte(e,t,r,n,a,o){var i=fx(e),l=fx(t),s=i?gx:px(e),d=l?gx:px(t);s=s==mx?Oc:s,d=d==mx?Oc:d;var f=s==Oc,h=d==Oc,p=s==d;if(p&&hx(e)){if(!hx(t))return!1;i=!0,f=!1}if(p&&!f)return o||(o=new tm),i||Nte(e)?Ote(e,t,r,n,a,o):Mte(e,t,s,r,n,a,o);if(!(r&jte)){var m=f&&vx.call(e,"__wrapped__"),g=h&&vx.call(t,"__wrapped__");if(m||g){var v=m?e.value():e,C=g?t.value():t;return o||(o=new tm),a(v,C,r,n,o)}}return p?(o||(o=new tm),Pte(e,t,r,n,a,o)):!1}var Ute=Vte,Wte=Ute,yx=_o;function cR(e,t,r,n,a){return e===t?!0:e==null||t==null||!yx(e)&&!yx(t)?e!==e&&t!==t:Wte(e,t,r,n,cR,a)}var dR=cR,qte=i4,Gte=dR,Kte=1,Yte=2;function Xte(e,t,r,n){var a=r.length,o=a,i=!n;if(e==null)return!o;for(e=Object(e);a--;){var l=r[a];if(i&&l[2]?l[1]!==e[l[0]]:!(l[0]in e))return!1}for(;++a<o;){l=r[a];var s=l[0],d=e[s],f=l[1];if(i&&l[2]){if(d===void 0&&!(s in e))return!1}else{var h=new qte;if(n)var p=n(d,f,s,e,t,h);if(!(p===void 0?Gte(f,d,Kte|Yte,n,h):p))return!1}}return!0}var Zte=Xte,Jte=So;function Qte(e){return e===e&&!Jte(e)}var pR=Qte,ere=pR,tre=tp;function rre(e){for(var t=tre(e),r=t.length;r--;){var n=t[r],a=e[n];t[r]=[n,a,ere(a)]}return t}var nre=rre;function are(e,t){return function(r){return r==null?!1:r[e]===t&&(t!==void 0||e in Object(r))}}var fR=are,ore=Zte,ire=nre,lre=fR;function sre(e){var t=ire(e);return t.length==1&&t[0][2]?lre(t[0][0],t[0][1]):function(r){return r===e||ore(r,e,t)}}var ure=sre,cre=Uu,dre=_o,pre="[object Symbol]";function fre(e){return typeof e=="symbol"||dre(e)&&cre(e)==pre}var m4=fre,hre=Ln,mre=m4,gre=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,vre=/^\w*$/;function yre(e,t){if(hre(e))return!1;var r=typeof e;return r=="number"||r=="symbol"||r=="boolean"||e==null||mre(e)?!0:vre.test(e)||!gre.test(e)||t!=null&&e in Object(t)}var g4=yre,hR=o4,wre="Expected a function";function v4(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new TypeError(wre);var r=function(){var n=arguments,a=t?t.apply(this,n):n[0],o=r.cache;if(o.has(a))return o.get(a);var i=e.apply(this,n);return r.cache=o.set(a,i)||o,i};return r.cache=new(v4.Cache||hR),r}v4.Cache=hR;var bre=v4,Ere=bre,xre=500;function Cre(e){var t=Ere(e,function(n){return r.size===xre&&r.clear(),n}),r=t.cache;return t}var Dre=Cre,Sre=Dre,kre=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,_re=/\\(\\)?/g,Are=Sre(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(kre,function(r,n,a,o){t.push(a?o.replace(_re,"$1"):n||r)}),t}),Fre=Are,wx=Vu,$re=VI,Tre=Ln,Ire=m4,Rre=1/0,bx=wx?wx.prototype:void 0,Ex=bx?bx.toString:void 0;function mR(e){if(typeof e=="string")return e;if(Tre(e))return $re(e,mR)+"";if(Ire(e))return Ex?Ex.call(e):"";var t=e+"";return t=="0"&&1/e==-Rre?"-0":t}var zre=mR,Bre=zre;function Lre(e){return e==null?"":Bre(e)}var Ore=Lre,Mre=Ln,Pre=g4,Nre=Fre,jre=Ore;function Hre(e,t){return Mre(e)?e:Pre(e,t)?[e]:Nre(jre(e))}var np=Hre,Vre=m4,Ure=1/0;function Wre(e){if(typeof e=="string"||Vre(e))return e;var t=e+"";return t=="0"&&1/e==-Ure?"-0":t}var Wu=Wre,qre=np,Gre=Wu;function Kre(e,t){t=qre(t,e);for(var r=0,n=t.length;e!=null&&r<n;)e=e[Gre(t[r++])];return r&&r==n?e:void 0}var y4=Kre,Yre=y4;function Xre(e,t,r){var n=e==null?void 0:Yre(e,t);return n===void 0?r:n}var Zre=Xre;function Jre(e,t){return e!=null&&t in Object(e)}var Qre=Jre,ene=np,tne=rR,rne=Ln,nne=c4,ane=d4,one=Wu;function ine(e,t,r){t=ene(t,e);for(var n=-1,a=t.length,o=!1;++n<a;){var i=one(t[n]);if(!(o=e!=null&&r(e,i)))break;e=e[i]}return o||++n!=a?o:(a=e==null?0:e.length,!!a&&ane(a)&&nne(i,a)&&(rne(e)||tne(e)))}var lne=ine,sne=Qre,une=lne;function cne(e,t){return e!=null&&une(e,t,sne)}var dne=cne,pne=dR,fne=Zre,hne=dne,mne=g4,gne=pR,vne=fR,yne=Wu,wne=1,bne=2;function Ene(e,t){return mne(e)&&gne(t)?vne(yne(e),t):function(r){var n=fne(r,e);return n===void 0&&n===t?hne(r,e):pne(t,n,wne|bne)}}var xne=Ene;function Cne(e){return e}var Dne=Cne;function Sne(e){return function(t){return t?.[e]}}var kne=Sne,_ne=y4;function Ane(e){return function(t){return _ne(t,e)}}var Fne=Ane,$ne=kne,Tne=Fne,Ine=g4,Rne=Wu;function zne(e){return Ine(e)?$ne(Rne(e)):Tne(e)}var Bne=zne,Lne=ure,One=xne,Mne=Dne,Pne=Ln,Nne=Bne;function jne(e){return typeof e=="function"?e:e==null?Mne:typeof e=="object"?Pne(e)?One(e[0],e[1]):Lne(e):Nne(e)}var Hne=jne,Vne=ko,Une=function(){try{var e=Vne(Object,"defineProperty");return e({},"",{}),e}catch{}}(),Wne=Une,xx=Wne;function qne(e,t,r){t=="__proto__"&&xx?xx(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):e[t]=r}var gR=qne,Gne=gR,Kne=n4,Yne=Object.prototype,Xne=Yne.hasOwnProperty;function Zne(e,t,r){var n=e[t];(!(Xne.call(e,t)&&Kne(n,r))||r===void 0&&!(t in e))&&Gne(e,t,r)}var w4=Zne,Jne=w4,Qne=np,eae=c4,Cx=So,tae=Wu;function rae(e,t,r,n){if(!Cx(e))return e;t=Qne(t,e);for(var a=-1,o=t.length,i=o-1,l=e;l!=null&&++a<o;){var s=tae(t[a]),d=r;if(s==="__proto__"||s==="constructor"||s==="prototype")return e;if(a!=i){var f=l[s];d=n?n(f,s,l):void 0,d===void 0&&(d=Cx(f)?f:eae(t[a+1])?[]:{})}Jne(l,s,d),l=l[s]}return e}var nae=rae,aae=y4,oae=nae,iae=np;function lae(e,t,r){for(var n=-1,a=t.length,o={};++n<a;){var i=t[n],l=aae(e,i);r(l,i)&&oae(o,iae(i,e),l)}return o}var sae=lae,uae=oR,cae=uae(Object.getPrototypeOf,Object),vR=cae,dae=JI,pae=vR,fae=s4,hae=eR,mae=Object.getOwnPropertySymbols,gae=mae?function(e){for(var t=[];e;)dae(t,fae(e)),e=pae(e);return t}:hae,yR=gae;function vae(e){var t=[];if(e!=null)for(var r in Object(e))t.push(r);return t}var yae=vae,wae=So,bae=h4,Eae=yae,xae=Object.prototype,Cae=xae.hasOwnProperty;function Dae(e){if(!wae(e))return Eae(e);var t=bae(e),r=[];for(var n in e)n=="constructor"&&(t||!Cae.call(e,n))||r.push(n);return r}var Sae=Dae,kae=aR,_ae=Sae,Aae=iR;function Fae(e){return Aae(e)?kae(e,!0):_ae(e)}var b4=Fae,$ae=QI,Tae=yR,Iae=b4;function Rae(e){return $ae(e,Iae,Tae)}var wR=Rae,zae=VI,Bae=Hne,Lae=sae,Oae=wR;function Mae(e,t){if(e==null)return{};var r=zae(Oae(e),function(n){return[n]});return t=Bae(t),Lae(e,r,function(n,a){return t(n,a[0])})}var Pae=Mae;const Nae=Xi(Pae);function Na(){return Na=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Na.apply(this,arguments)}const jae=["children","options"],K={blockQuote:"0",breakLine:"1",breakThematic:"2",codeBlock:"3",codeFenced:"4",codeInline:"5",footnote:"6",footnoteReference:"7",gfmTask:"8",heading:"9",headingSetext:"10",htmlBlock:"11",htmlComment:"12",htmlSelfClosing:"13",image:"14",link:"15",linkAngleBraceStyleDetector:"16",linkBareUrlDetector:"17",linkMailtoDetector:"18",newlineCoalescer:"19",orderedList:"20",paragraph:"21",ref:"22",refImage:"23",refLink:"24",table:"25",tableSeparator:"26",text:"27",textBolded:"28",textEmphasized:"29",textEscaped:"30",textMarked:"31",textStrikethroughed:"32",unorderedList:"33"};var Dx;(function(e){e[e.MAX=0]="MAX",e[e.HIGH=1]="HIGH",e[e.MED=2]="MED",e[e.LOW=3]="LOW",e[e.MIN=4]="MIN"})(Dx||(Dx={}));const Sx=["allowFullScreen","allowTransparency","autoComplete","autoFocus","autoPlay","cellPadding","cellSpacing","charSet","className","classId","colSpan","contentEditable","contextMenu","crossOrigin","encType","formAction","formEncType","formMethod","formNoValidate","formTarget","frameBorder","hrefLang","inputMode","keyParams","keyType","marginHeight","marginWidth","maxLength","mediaGroup","minLength","noValidate","radioGroup","readOnly","rowSpan","spellCheck","srcDoc","srcLang","srcSet","tabIndex","useMap"].reduce((e,t)=>(e[t.toLowerCase()]=t,e),{for:"htmlFor"}),kx={amp:"&",apos:"'",gt:">",lt:"<",nbsp:" ",quot:"“"},Hae=["style","script"],Vae=/([-A-Z0-9_:]+)(?:\s*=\s*(?:(?:"((?:\\.|[^"])*)")|(?:'((?:\\.|[^'])*)')|(?:\{((?:\\.|{[^}]*?}|[^}])*)\})))?/gi,Uae=/mailto:/i,Wae=/\n{2,}$/,bR=/^(\s*>[\s\S]*?)(?=\n{2,})/,qae=/^ *> ?/gm,Gae=/^ {2,}\n/,Kae=/^(?:( *[-*_])){3,} *(?:\n *)+\n/,ER=/^\s*(`{3,}|~{3,}) *(\S+)?([^\n]*?)?\n([\s\S]+?)\s*\1 *(?:\n *)*\n?/,xR=/^(?: {4}[^\n]+\n*)+(?:\n *)+\n?/,Yae=/^(`+)\s*([\s\S]*?[^`])\s*\1(?!`)/,Xae=/^(?:\n *)*\n/,Zae=/\r\n?/g,Jae=/^\[\^([^\]]+)](:(.*)((\n+ {4,}.*)|(\n(?!\[\^).+))*)/,Qae=/^\[\^([^\]]+)]/,eoe=/\f/g,toe=/^---[ \t]*\n(.|\n)*\n---[ \t]*\n/,roe=/^\s*?\[(x|\s)\]/,CR=/^ *(#{1,6}) *([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/,DR=/^ *(#{1,6}) +([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/,SR=/^([^\n]+)\n *(=|-){3,} *(?:\n *)+\n/,G2=/^ *(?!<[a-z][^ >/]* ?\/>)<([a-z][^ >/]*) ?((?:[^>]*[^/])?)>\n?(\s*(?:<\1[^>]*?>[\s\S]*?<\/\1>|(?!<\1\b)[\s\S])*?)<\/\1>(?!<\/\1>)\n*/i,noe=/&([a-z0-9]+|#[0-9]{1,6}|#x[0-9a-fA-F]{1,6});/gi,kR=/^<!--[\s\S]*?(?:-->)/,aoe=/^(data|aria|x)-[a-z_][a-z\d_.-]*$/,K2=/^ *<([a-z][a-z0-9:]*)(?:\s+((?:<.*?>|[^>])*))?\/?>(?!<\/\1>)(\s*\n)?/i,ooe=/^\{.*\}$/,ioe=/^(https?:\/\/[^\s<]+[^<.,:;"')\]\s])/,loe=/^<([^ >]+@[^ >]+)>/,soe=/^<([^ >]+:\/[^ >]+)>/,uoe=/-([a-z])?/gi,_R=/^(.*\|.*)\n(?: *(\|? *[-:]+ *\|[-| :]*)\n((?:.*\|.*\n)*))?\n?/,coe=/^\[([^\]]*)\]:\s+<?([^\s>]+)>?\s*("([^"]*)")?/,doe=/^!\[([^\]]*)\] ?\[([^\]]*)\]/,poe=/^\[([^\]]*)\] ?\[([^\]]*)\]/,foe=/(\[|\])/g,hoe=/(\n|^[-*]\s|^#|^ {2,}|^-{2,}|^>\s)/,moe=/\t/g,goe=/(^ *\||\| *$)/g,voe=/^ *:-+: *$/,yoe=/^ *:-+ *$/,woe=/^ *-+: *$/,ap="((?:\\[.*?\\][([].*?[)\\]]|<.*?>(?:.*?<.*?>)?|`.*?`|~~.*?~~|==.*?==|.|\\n)*?)",boe=new RegExp(`^([*_])\\1${ap}\\1\\1(?!\\1)`),Eoe=new RegExp(`^([*_])${ap}\\1(?!\\1|\\w)`),xoe=new RegExp(`^==${ap}==`),Coe=new RegExp(`^~~${ap}~~`),Doe=/^\\([^0-9A-Za-z\s])/,Soe=/^[\s\S]+?(?=[^0-9A-Z\s\u00c0-\uffff&#;.()'"]|\d+\.|\n\n| {2,}\n|\w+:\S|$)/i,koe=/^\n+/,_oe=/^([ \t]*)/,Aoe=/\\([^\\])/g,_x=/ *\n+$/,Foe=/(?:^|\n)( *)$/,E4="(?:\\d+\\.)",x4="(?:[*+-])";function AR(e){return"( *)("+(e===1?E4:x4)+") +"}const FR=AR(1),$R=AR(2);function TR(e){return new RegExp("^"+(e===1?FR:$R))}const $oe=TR(1),Toe=TR(2);function IR(e){return new RegExp("^"+(e===1?FR:$R)+"[^\\n]*(?:\\n(?!\\1"+(e===1?E4:x4)+" )[^\\n]*)*(\\n|$)","gm")}const RR=IR(1),zR=IR(2);function BR(e){const t=e===1?E4:x4;return new RegExp("^( *)("+t+") [\\s\\S]+?(?:\\n{2,}(?! )(?!\\1"+t+" (?!"+t+" ))\\n*|\\s*\\n*$)")}const LR=BR(1),OR=BR(2);function Ax(e,t){const r=t===1,n=r?LR:OR,a=r?RR:zR,o=r?$oe:Toe;return{match(i,l,s){const d=Foe.exec(s);return d&&(l.list||!l.inline&&!l.simple)?n.exec(i=d[1]+i):null},order:1,parse(i,l,s){const d=r?+i[2]:void 0,f=i[0].replace(Wae,`
543
+ `).match(a);let h=!1;return{items:f.map(function(p,m){const g=o.exec(p)[0].length,v=new RegExp("^ {1,"+g+"}","gm"),C=p.replace(v,"").replace(o,""),E=m===f.length-1,y=C.indexOf(`
544
+
545
+ `)!==-1||E&&h;h=y;const b=s.inline,x=s.list;let D;s.list=!0,y?(s.inline=!1,D=C.replace(_x,`
546
+
547
+ `)):(s.inline=!0,D=C.replace(_x,""));const S=l(D,s);return s.inline=b,s.list=x,S}),ordered:r,start:d}},render:(i,l,s)=>e(i.ordered?"ol":"ul",{key:s.key,start:i.type===K.orderedList?i.start:void 0},i.items.map(function(d,f){return e("li",{key:f},l(d,s))}))}}const Ioe=new RegExp(`^\\[((?:\\[[^\\]]*\\]|[^\\[\\]]|\\](?=[^\\[]*\\]))*)\\]\\(\\s*<?((?:\\([^)]*\\)|[^\\s\\\\]|\\\\.)*?)>?(?:\\s+['"]([\\s\\S]*?)['"])?\\s*\\)`),Roe=/^!\[(.*?)\]\( *((?:\([^)]*\)|[^() ])*) *"?([^)"]*)?"?\)/,MR=[bR,ER,xR,CR,SR,DR,kR,_R,RR,LR,zR,OR],zoe=[...MR,/^[^\n]+(?: \n|\n{2,})/,G2,K2];function Mc(e){return e.replace(/[ÀÁÂÃÄÅàáâãä忯]/g,"a").replace(/[çÇ]/g,"c").replace(/[ðÐ]/g,"d").replace(/[ÈÉÊËéèêë]/g,"e").replace(/[ÏïÎîÍíÌì]/g,"i").replace(/[Ññ]/g,"n").replace(/[øØœŒÕõÔôÓóÒò]/g,"o").replace(/[ÜüÛûÚúÙù]/g,"u").replace(/[ŸÿÝý]/g,"y").replace(/[^a-z0-9- ]/gi,"").replace(/ /gi,"-").toLowerCase()}function Boe(e){return woe.test(e)?"right":voe.test(e)?"center":yoe.test(e)?"left":null}function Fx(e,t,r,n){const a=r.inTable;r.inTable=!0;let o=e.trim().split(/( *(?:`[^`]*`|<.*?>.*?<\/.*?>(?!<\/.*?>)|\\\||\|) *)/).reduce((l,s)=>(s.trim()==="|"?l.push(n?{type:K.tableSeparator}:{type:K.text,text:s}):s!==""&&l.push.apply(l,t(s,r)),l),[]);r.inTable=a;let i=[[]];return o.forEach(function(l,s){l.type===K.tableSeparator?s!==0&&s!==o.length-1&&i.push([]):(l.type!==K.text||o[s+1]!=null&&o[s+1].type!==K.tableSeparator||(l.text=l.text.trimEnd()),i[i.length-1].push(l))}),i}function Loe(e,t,r){r.inline=!0;const n=e[2]?e[2].replace(goe,"").split("|").map(Boe):[],a=e[3]?function(i,l,s){return i.trim().split(`
548
+ `).map(function(d){return Fx(d,l,s,!0)})}(e[3],t,r):[],o=Fx(e[1],t,r,!!a.length);return r.inline=!1,a.length?{align:n,cells:a,header:o,type:K.table}:{children:o,type:K.paragraph}}function $x(e,t){return e.align[t]==null?{}:{textAlign:e.align[t]}}function Pn(e){return function(t,r){return r.inline?e.exec(t):null}}function Nn(e){return function(t,r){return r.inline||r.simple?e.exec(t):null}}function mn(e){return function(t,r){return r.inline||r.simple?null:e.exec(t)}}function Yl(e){return function(t){return e.exec(t)}}function Ooe(e,t,r){if(t.inline||t.simple||r&&!r.endsWith(`
549
+ `))return null;let n="";e.split(`
550
+ `).every(o=>!MR.some(i=>i.test(o))&&(n+=o+`
551
+ `,o.trim()));const a=n.trimEnd();return a==""?null:[n,a]}function Moe(e){try{if(decodeURIComponent(e).replace(/[^A-Za-z0-9/:]/g,"").match(/^\s*(javascript|vbscript|data(?!:image)):/i))return null}catch{return null}return e}function Tx(e){return e.replace(Aoe,"$1")}function x0(e,t,r){const n=r.inline||!1,a=r.simple||!1;r.inline=!0,r.simple=!0;const o=e(t,r);return r.inline=n,r.simple=a,o}function Poe(e,t,r){const n=r.inline||!1,a=r.simple||!1;r.inline=!1,r.simple=!0;const o=e(t,r);return r.inline=n,r.simple=a,o}function Noe(e,t,r){const n=r.inline||!1;r.inline=!1;const a=e(t,r);return r.inline=n,a}const rm=(e,t,r)=>({children:x0(t,e[1],r)});function nm(){return{}}function am(){return null}function joe(...e){return e.filter(Boolean).join(" ")}function om(e,t,r){let n=e;const a=t.split(".");for(;a.length&&(n=n[a[0]],n!==void 0);)a.shift();return n||r}function Hoe(e="",t={}){function r(p,m,...g){const v=om(t.overrides,`${p}.props`,{});return t.createElement(function(C,E){const y=om(E,C);return y?typeof y=="function"||typeof y=="object"&&"render"in y?y:om(E,`${C}.component`,C):C}(p,t.overrides),Na({},m,v,{className:joe(m?.className,v.className)||void 0}),...g)}function n(p){p=p.replace(toe,"");let m=!1;t.forceInline?m=!0:t.forceBlock||(m=hoe.test(p)===!1);const g=d(s(m?p:`${p.trimEnd().replace(koe,"")}
552
+
553
+ `,{inline:m}));for(;typeof g[g.length-1]=="string"&&!g[g.length-1].trim();)g.pop();if(t.wrapper===null)return g;const v=t.wrapper||(m?"span":"div");let C;if(g.length>1||t.forceWrapper)C=g;else{if(g.length===1)return C=g[0],typeof C=="string"?r("span",{key:"outer"},C):C;C=null}return u.createElement(v,{key:"outer"},C)}function a(p,m){const g=m.match(Vae);return g?g.reduce(function(v,C,E){const y=C.indexOf("=");if(y!==-1){const b=function(k){return k.indexOf("-")!==-1&&k.match(aoe)===null&&(k=k.replace(uoe,function(_,A){return A.toUpperCase()})),k}(C.slice(0,y)).trim(),x=function(k){const _=k[0];return(_==='"'||_==="'")&&k.length>=2&&k[k.length-1]===_?k.slice(1,-1):k}(C.slice(y+1).trim()),D=Sx[b]||b,S=v[D]=function(k,_,A,$){return _==="style"?A.split(/;\s?/).reduce(function(I,L){const B=L.slice(0,L.indexOf(":"));return I[B.trim().replace(/(-[a-z])/g,j=>j[1].toUpperCase())]=L.slice(B.length+1).trim(),I},{}):_==="href"||_==="src"?$(A,k,_):(A.match(ooe)&&(A=A.slice(1,A.length-1)),A==="true"||A!=="false"&&A)}(p,b,x,t.sanitizer);typeof S=="string"&&(G2.test(S)||K2.test(S))&&(v[D]=u.cloneElement(n(S.trim()),{key:E}))}else C!=="style"&&(v[Sx[C]||C]=!0);return v},{}):null}t.overrides=t.overrides||{},t.sanitizer=t.sanitizer||Moe,t.slugify=t.slugify||Mc,t.namedCodesToUnicode=t.namedCodesToUnicode?Na({},kx,t.namedCodesToUnicode):kx,t.createElement=t.createElement||u.createElement;const o=[],i={},l={[K.blockQuote]:{match:mn(bR),order:1,parse:(p,m,g)=>({children:m(p[0].replace(qae,""),g)}),render:(p,m,g)=>r("blockquote",{key:g.key},m(p.children,g))},[K.breakLine]:{match:Yl(Gae),order:1,parse:nm,render:(p,m,g)=>r("br",{key:g.key})},[K.breakThematic]:{match:mn(Kae),order:1,parse:nm,render:(p,m,g)=>r("hr",{key:g.key})},[K.codeBlock]:{match:mn(xR),order:0,parse:p=>({lang:void 0,text:p[0].replace(/^ {4}/gm,"").replace(/\n+$/,"")}),render:(p,m,g)=>r("pre",{key:g.key},r("code",Na({},p.attrs,{className:p.lang?`lang-${p.lang}`:""}),p.text))},[K.codeFenced]:{match:mn(ER),order:0,parse:p=>({attrs:a("code",p[3]||""),lang:p[2]||void 0,text:p[4],type:K.codeBlock})},[K.codeInline]:{match:Nn(Yae),order:3,parse:p=>({text:p[2]}),render:(p,m,g)=>r("code",{key:g.key},p.text)},[K.footnote]:{match:mn(Jae),order:0,parse:p=>(o.push({footnote:p[2],identifier:p[1]}),{}),render:am},[K.footnoteReference]:{match:Pn(Qae),order:1,parse:p=>({target:`#${t.slugify(p[1],Mc)}`,text:p[1]}),render:(p,m,g)=>r("a",{key:g.key,href:t.sanitizer(p.target,"a","href")},r("sup",{key:g.key},p.text))},[K.gfmTask]:{match:Pn(roe),order:1,parse:p=>({completed:p[1].toLowerCase()==="x"}),render:(p,m,g)=>r("input",{checked:p.completed,key:g.key,readOnly:!0,type:"checkbox"})},[K.heading]:{match:mn(t.enforceAtxHeadings?DR:CR),order:1,parse:(p,m,g)=>({children:x0(m,p[2],g),id:t.slugify(p[2],Mc),level:p[1].length}),render:(p,m,g)=>r(`h${p.level}`,{id:p.id,key:g.key},m(p.children,g))},[K.headingSetext]:{match:mn(SR),order:0,parse:(p,m,g)=>({children:x0(m,p[1],g),level:p[2]==="="?1:2,type:K.heading})},[K.htmlBlock]:{match:Yl(G2),order:1,parse(p,m,g){const[,v]=p[3].match(_oe),C=new RegExp(`^${v}`,"gm"),E=p[3].replace(C,""),y=(b=E,zoe.some(_=>_.test(b))?Noe:x0);var b;const x=p[1].toLowerCase(),D=Hae.indexOf(x)!==-1,S=(D?x:p[1]).trim(),k={attrs:a(S,p[2]),noInnerParse:D,tag:S};return g.inAnchor=g.inAnchor||x==="a",D?k.text=p[3]:k.children=y(m,E,g),g.inAnchor=!1,k},render:(p,m,g)=>r(p.tag,Na({key:g.key},p.attrs),p.text||m(p.children,g))},[K.htmlSelfClosing]:{match:Yl(K2),order:1,parse(p){const m=p[1].trim();return{attrs:a(m,p[2]||""),tag:m}},render:(p,m,g)=>r(p.tag,Na({},p.attrs,{key:g.key}))},[K.htmlComment]:{match:Yl(kR),order:1,parse:()=>({}),render:am},[K.image]:{match:Nn(Roe),order:1,parse:p=>({alt:p[1],target:Tx(p[2]),title:p[3]}),render:(p,m,g)=>r("img",{key:g.key,alt:p.alt||void 0,title:p.title||void 0,src:t.sanitizer(p.target,"img","src")})},[K.link]:{match:Pn(Ioe),order:3,parse:(p,m,g)=>({children:Poe(m,p[1],g),target:Tx(p[2]),title:p[3]}),render:(p,m,g)=>r("a",{key:g.key,href:t.sanitizer(p.target,"a","href"),title:p.title},m(p.children,g))},[K.linkAngleBraceStyleDetector]:{match:Pn(soe),order:0,parse:p=>({children:[{text:p[1],type:K.text}],target:p[1],type:K.link})},[K.linkBareUrlDetector]:{match:(p,m)=>m.inAnchor?null:Pn(ioe)(p,m),order:0,parse:p=>({children:[{text:p[1],type:K.text}],target:p[1],title:void 0,type:K.link})},[K.linkMailtoDetector]:{match:Pn(loe),order:0,parse(p){let m=p[1],g=p[1];return Uae.test(g)||(g="mailto:"+g),{children:[{text:m.replace("mailto:",""),type:K.text}],target:g,type:K.link}}},[K.orderedList]:Ax(r,1),[K.unorderedList]:Ax(r,2),[K.newlineCoalescer]:{match:mn(Xae),order:3,parse:nm,render:()=>`
554
+ `},[K.paragraph]:{match:Ooe,order:3,parse:rm,render:(p,m,g)=>r("p",{key:g.key},m(p.children,g))},[K.ref]:{match:Pn(coe),order:0,parse:p=>(i[p[1]]={target:p[2],title:p[4]},{}),render:am},[K.refImage]:{match:Nn(doe),order:0,parse:p=>({alt:p[1]||void 0,ref:p[2]}),render:(p,m,g)=>i[p.ref]?r("img",{key:g.key,alt:p.alt,src:t.sanitizer(i[p.ref].target,"img","src"),title:i[p.ref].title}):null},[K.refLink]:{match:Pn(poe),order:0,parse:(p,m,g)=>({children:m(p[1],g),fallbackChildren:m(p[0].replace(foe,"\\$1"),g),ref:p[2]}),render:(p,m,g)=>i[p.ref]?r("a",{key:g.key,href:t.sanitizer(i[p.ref].target,"a","href"),title:i[p.ref].title},m(p.children,g)):r("span",{key:g.key},m(p.fallbackChildren,g))},[K.table]:{match:mn(_R),order:1,parse:Loe,render(p,m,g){const v=p;return r("table",{key:g.key},r("thead",null,r("tr",null,v.header.map(function(C,E){return r("th",{key:E,style:$x(v,E)},m(C,g))}))),r("tbody",null,v.cells.map(function(C,E){return r("tr",{key:E},C.map(function(y,b){return r("td",{key:b,style:$x(v,b)},m(y,g))}))})))}},[K.text]:{match:Yl(Soe),order:4,parse:p=>({text:p[0].replace(noe,(m,g)=>t.namedCodesToUnicode[g]?t.namedCodesToUnicode[g]:m)}),render:p=>p.text},[K.textBolded]:{match:Nn(boe),order:2,parse:(p,m,g)=>({children:m(p[2],g)}),render:(p,m,g)=>r("strong",{key:g.key},m(p.children,g))},[K.textEmphasized]:{match:Nn(Eoe),order:3,parse:(p,m,g)=>({children:m(p[2],g)}),render:(p,m,g)=>r("em",{key:g.key},m(p.children,g))},[K.textEscaped]:{match:Nn(Doe),order:1,parse:p=>({text:p[1],type:K.text})},[K.textMarked]:{match:Nn(xoe),order:3,parse:rm,render:(p,m,g)=>r("mark",{key:g.key},m(p.children,g))},[K.textStrikethroughed]:{match:Nn(Coe),order:3,parse:rm,render:(p,m,g)=>r("del",{key:g.key},m(p.children,g))}};t.disableParsingRawHTML===!0&&(delete l[K.htmlBlock],delete l[K.htmlSelfClosing]);const s=function(p){let m=Object.keys(p);function g(v,C){let E=[],y="";for(;v;){let b=0;for(;b<m.length;){const x=m[b],D=p[x],S=D.match(v,C,y);if(S){const k=S[0];v=v.substring(k.length);const _=D.parse(S,g,C);_.type==null&&(_.type=x),E.push(_),y=k;break}b++}}return E}return m.sort(function(v,C){let E=p[v].order,y=p[C].order;return E!==y?E-y:v<C?-1:1}),function(v,C){return g(function(E){return E.replace(Zae,`
555
+ `).replace(eoe,"").replace(moe," ")}(v),C)}}(l),d=(f=function(p,m){return function(g,v,C){const E=p[g.type].render;return m?m(()=>E(g,v,C),g,v,C):E(g,v,C)}}(l,t.renderRule),function p(m,g={}){if(Array.isArray(m)){const v=g.key,C=[];let E=!1;for(let y=0;y<m.length;y++){g.key=y;const b=p(m[y],g),x=typeof b=="string";x&&E?C[C.length-1]+=b:b!==null&&C.push(b),E=x}return g.key=v,C}return f(m,p,g)});var f;const h=n(e);return o.length?r("div",null,h,r("footer",{key:"footer"},o.map(function(p){return r("div",{id:t.slugify(p.identifier,Mc),key:p.identifier},p.identifier,d(s(p.footnote,{inline:!0})))}))):h}const PR=e=>{let{children:t="",options:r}=e,n=function(a,o){if(a==null)return{};var i,l,s={},d=Object.keys(a);for(l=0;l<d.length;l++)o.indexOf(i=d[l])>=0||(s[i]=a[i]);return s}(e,jae);return u.cloneElement(Hoe(t,r),n)};function Pc(e){throw new Error('Could not dynamically require "'+e+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var NR={exports:{}};(function(e,t){(function(r){e.exports=r()})(function(){return function r(n,a,o){function i(d,f){if(!a[d]){if(!n[d]){var h=typeof Pc=="function"&&Pc;if(!f&&h)return h(d,!0);if(l)return l(d,!0);var p=new Error("Cannot find module '"+d+"'");throw p.code="MODULE_NOT_FOUND",p}var m=a[d]={exports:{}};n[d][0].call(m.exports,function(g){var v=n[d][1][g];return i(v||g)},m,m.exports,r,n,a,o)}return a[d].exports}for(var l=typeof Pc=="function"&&Pc,s=0;s<o.length;s++)i(o[s]);return i}({1:[function(r,n,a){n.exports=function(o){if(typeof Map!="function"||o){var i=r("./similar");return new i}else return new Map}},{"./similar":2}],2:[function(r,n,a){function o(){return this.list=[],this.lastItem=void 0,this.size=0,this}o.prototype.get=function(i){var l;if(this.lastItem&&this.isEqual(this.lastItem.key,i))return this.lastItem.val;if(l=this.indexOf(i),l>=0)return this.lastItem=this.list[l],this.list[l].val},o.prototype.set=function(i,l){var s;return this.lastItem&&this.isEqual(this.lastItem.key,i)?(this.lastItem.val=l,this):(s=this.indexOf(i),s>=0?(this.lastItem=this.list[s],this.list[s].val=l,this):(this.lastItem={key:i,val:l},this.list.push(this.lastItem),this.size++,this))},o.prototype.delete=function(i){var l;if(this.lastItem&&this.isEqual(this.lastItem.key,i)&&(this.lastItem=void 0),l=this.indexOf(i),l>=0)return this.size--,this.list.splice(l,1)[0]},o.prototype.has=function(i){var l;return this.lastItem&&this.isEqual(this.lastItem.key,i)?!0:(l=this.indexOf(i),l>=0?(this.lastItem=this.list[l],!0):!1)},o.prototype.forEach=function(i,l){var s;for(s=0;s<this.size;s++)i.call(l||this,this.list[s].val,this.list[s].key,this)},o.prototype.indexOf=function(i){var l;for(l=0;l<this.size;l++)if(this.isEqual(this.list[l].key,i))return l;return-1},o.prototype.isEqual=function(i,l){return i===l||i!==i&&l!==l},n.exports=o},{}],3:[function(r,n,a){var o=r("map-or-similar");n.exports=function(d){var f=new o(!1),h=[];return function(p){var m=function(){var g=f,v,C,E=arguments.length-1,y=Array(E+1),b=!0,x;if((m.numArgs||m.numArgs===0)&&m.numArgs!==E+1)throw new Error("Memoizerific functions should always be called with the same number of arguments");for(x=0;x<E;x++){if(y[x]={cacheItem:g,arg:arguments[x]},g.has(arguments[x])){g=g.get(arguments[x]);continue}b=!1,v=new o(!1),g.set(arguments[x],v),g=v}return b&&(g.has(arguments[E])?C=g.get(arguments[E]):b=!1),b||(C=p.apply(null,arguments),g.set(arguments[E],C)),d>0&&(y[E]={cacheItem:g,arg:arguments[E]},b?i(h,y):h.push(y),h.length>d&&l(h.shift())),m.wasMemoized=b,m.numArgs=E+1,C};return m.limit=d,m.wasMemoized=!1,m.cache=f,m.lru=h,m}};function i(d,f){var h=d.length,p=f.length,m,g,v;for(g=0;g<h;g++){for(m=!0,v=0;v<p;v++)if(!s(d[g][v].arg,f[v].arg)){m=!1;break}if(m)break}d.push(d.splice(g,1)[0])}function l(d){var f=d.length,h=d[f-1],p,m;for(h.cacheItem.delete(h.arg),m=f-2;m>=0&&(h=d[m],p=h.cacheItem.get(h.arg),!p||!p.size);m--)h.cacheItem.delete(h.arg)}function s(d,f){return d===f||d!==d&&f!==f}},{"map-or-similar":1}]},{},[3])(3)})})(NR);var Voe=NR.exports;const jR=Xi(Voe);function Uoe(e,t,r,n){for(var a=e.length,o=r+(n?1:-1);n?o--:++o<a;)if(t(e[o],o,e))return o;return-1}var Woe=Uoe;function qoe(e){return e!==e}var Goe=qoe;function Koe(e,t,r){for(var n=r-1,a=e.length;++n<a;)if(e[n]===t)return n;return-1}var Yoe=Koe,Xoe=Woe,Zoe=Goe,Joe=Yoe;function Qoe(e,t,r){return t===t?Joe(e,t,r):Xoe(e,Zoe,r)}var eie=Qoe,tie=eie;function rie(e,t){var r=e==null?0:e.length;return!!r&&tie(e,t,0)>-1}var nie=rie;function aie(e,t,r){for(var n=-1,a=e==null?0:e.length;++n<a;)if(r(t,e[n]))return!0;return!1}var oie=aie;function iie(){}var lie=iie,im=sR,sie=lie,uie=l4,cie=1/0,die=im&&1/uie(new im([,-0]))[1]==cie?function(e){return new im(e)}:sie,pie=die,fie=KI,hie=nie,mie=oie,gie=YI,vie=pie,yie=l4,wie=200;function bie(e,t,r){var n=-1,a=hie,o=e.length,i=!0,l=[],s=l;if(r)i=!1,a=mie;else if(o>=wie){var d=t?null:vie(e);if(d)return yie(d);i=!1,a=gie,s=new fie}else s=t?[]:l;e:for(;++n<o;){var f=e[n],h=t?t(f):f;if(f=r||f!==0?f:0,i&&h===h){for(var p=s.length;p--;)if(s[p]===h)continue e;t&&s.push(h),l.push(f)}else a(s,h,r)||(s!==l&&s.push(h),l.push(f))}return l}var Eie=bie,xie=Eie;function Cie(e){return e&&e.length?xie(e):[]}var Die=Cie;const Sie=Xi(Die);function kie(e,t){for(var r=-1,n=e==null?0:e.length;++r<n&&t(e[r],r,e)!==!1;);return e}var _ie=kie,Aie=w4,Fie=gR;function $ie(e,t,r,n){var a=!r;r||(r={});for(var o=-1,i=t.length;++o<i;){var l=t[o],s=n?n(r[l],e[l],l,r,e):void 0;s===void 0&&(s=e[l]),a?Fie(r,l,s):Aie(r,l,s)}return r}var op=$ie,Tie=op,Iie=tp;function Rie(e,t){return e&&Tie(t,Iie(t),e)}var zie=Rie,Bie=op,Lie=b4;function Oie(e,t){return e&&Bie(t,Lie(t),e)}var Mie=Oie,Nd={exports:{}};Nd.exports;(function(e,t){var r=cn,n=t&&!t.nodeType&&t,a=n&&!0&&e&&!e.nodeType&&e,o=a&&a.exports===n,i=o?r.Buffer:void 0,l=i?i.allocUnsafe:void 0;function s(d,f){if(f)return d.slice();var h=d.length,p=l?l(h):new d.constructor(h);return d.copy(p),p}e.exports=s})(Nd,Nd.exports);var Pie=Nd.exports;function Nie(e,t){var r=-1,n=e.length;for(t||(t=Array(n));++r<n;)t[r]=e[r];return t}var jie=Nie,Hie=op,Vie=s4;function Uie(e,t){return Hie(e,Vie(e),t)}var Wie=Uie,qie=op,Gie=yR;function Kie(e,t){return qie(e,Gie(e),t)}var Yie=Kie,Xie=Object.prototype,Zie=Xie.hasOwnProperty;function Jie(e){var t=e.length,r=new e.constructor(t);return t&&typeof e[0]=="string"&&Zie.call(e,"index")&&(r.index=e.index,r.input=e.input),r}var Qie=Jie,Ix=ZI;function ele(e){var t=new e.constructor(e.byteLength);return new Ix(t).set(new Ix(e)),t}var C4=ele,tle=C4;function rle(e,t){var r=t?tle(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.byteLength)}var nle=rle,ale=/\w*$/;function ole(e){var t=new e.constructor(e.source,ale.exec(e));return t.lastIndex=e.lastIndex,t}var ile=ole,Rx=Vu,zx=Rx?Rx.prototype:void 0,Bx=zx?zx.valueOf:void 0;function lle(e){return Bx?Object(Bx.call(e)):{}}var sle=lle,ule=C4;function cle(e,t){var r=t?ule(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.length)}var dle=cle,ple=C4,fle=nle,hle=ile,mle=sle,gle=dle,vle="[object Boolean]",yle="[object Date]",wle="[object Map]",ble="[object Number]",Ele="[object RegExp]",xle="[object Set]",Cle="[object String]",Dle="[object Symbol]",Sle="[object ArrayBuffer]",kle="[object DataView]",_le="[object Float32Array]",Ale="[object Float64Array]",Fle="[object Int8Array]",$le="[object Int16Array]",Tle="[object Int32Array]",Ile="[object Uint8Array]",Rle="[object Uint8ClampedArray]",zle="[object Uint16Array]",Ble="[object Uint32Array]";function Lle(e,t,r){var n=e.constructor;switch(t){case Sle:return ple(e);case vle:case yle:return new n(+e);case kle:return fle(e,r);case _le:case Ale:case Fle:case $le:case Tle:case Ile:case Rle:case zle:case Ble:return gle(e,r);case wle:return new n;case ble:case Cle:return new n(e);case Ele:return hle(e);case xle:return new n;case Dle:return mle(e)}}var Ole=Lle,Mle=So,Lx=Object.create,Ple=function(){function e(){}return function(t){if(!Mle(t))return{};if(Lx)return Lx(t);e.prototype=t;var r=new e;return e.prototype=void 0,r}}(),Nle=Ple,jle=Nle,Hle=vR,Vle=h4;function Ule(e){return typeof e.constructor=="function"&&!Vle(e)?jle(Hle(e)):{}}var Wle=Ule,qle=rp,Gle=_o,Kle="[object Map]";function Yle(e){return Gle(e)&&qle(e)==Kle}var Xle=Yle,Zle=Xle,Jle=p4,Ox=f4,Mx=Ox&&Ox.isMap,Qle=Mx?Jle(Mx):Zle,ese=Qle,tse=rp,rse=_o,nse="[object Set]";function ase(e){return rse(e)&&tse(e)==nse}var ose=ase,ise=ose,lse=p4,Px=f4,Nx=Px&&Px.isSet,sse=Nx?lse(Nx):ise,use=sse,cse=i4,dse=_ie,pse=w4,fse=zie,hse=Mie,mse=Pie,gse=jie,vse=Wie,yse=Yie,wse=lR,bse=wR,Ese=rp,xse=Qie,Cse=Ole,Dse=Wle,Sse=Ln,kse=u4,_se=ese,Ase=So,Fse=use,$se=tp,Tse=b4,Ise=1,Rse=2,zse=4,HR="[object Arguments]",Bse="[object Array]",Lse="[object Boolean]",Ose="[object Date]",Mse="[object Error]",VR="[object Function]",Pse="[object GeneratorFunction]",Nse="[object Map]",jse="[object Number]",UR="[object Object]",Hse="[object RegExp]",Vse="[object Set]",Use="[object String]",Wse="[object Symbol]",qse="[object WeakMap]",Gse="[object ArrayBuffer]",Kse="[object DataView]",Yse="[object Float32Array]",Xse="[object Float64Array]",Zse="[object Int8Array]",Jse="[object Int16Array]",Qse="[object Int32Array]",eue="[object Uint8Array]",tue="[object Uint8ClampedArray]",rue="[object Uint16Array]",nue="[object Uint32Array]",ce={};ce[HR]=ce[Bse]=ce[Gse]=ce[Kse]=ce[Lse]=ce[Ose]=ce[Yse]=ce[Xse]=ce[Zse]=ce[Jse]=ce[Qse]=ce[Nse]=ce[jse]=ce[UR]=ce[Hse]=ce[Vse]=ce[Use]=ce[Wse]=ce[eue]=ce[tue]=ce[rue]=ce[nue]=!0;ce[Mse]=ce[VR]=ce[qse]=!1;function C0(e,t,r,n,a,o){var i,l=t&Ise,s=t&Rse,d=t&zse;if(r&&(i=a?r(e,n,a,o):r(e)),i!==void 0)return i;if(!Ase(e))return e;var f=Sse(e);if(f){if(i=xse(e),!l)return gse(e,i)}else{var h=Ese(e),p=h==VR||h==Pse;if(kse(e))return mse(e,l);if(h==UR||h==HR||p&&!a){if(i=s||p?{}:Dse(e),!l)return s?yse(e,hse(i,e)):vse(e,fse(i,e))}else{if(!ce[h])return a?e:{};i=Cse(e,h,l)}}o||(o=new cse);var m=o.get(e);if(m)return m;o.set(e,i),Fse(e)?e.forEach(function(C){i.add(C0(C,t,r,C,e,o))}):_se(e)&&e.forEach(function(C,E){i.set(E,C0(C,t,r,E,e,o))});var g=d?s?bse:wse:s?Tse:$se,v=f?void 0:g(e);return dse(v||e,function(C,E){v&&(E=C,C=e[E]),pse(i,E,C0(C,t,r,E,e,o))}),i}var aue=C0,oue=aue,iue=1,lue=4;function sue(e){return oue(e,iue|lue)}var uue=sue;const cue=Xi(uue);var due=Object.create,WR=Object.defineProperty,pue=Object.getOwnPropertyDescriptor,qR=Object.getOwnPropertyNames,fue=Object.getPrototypeOf,hue=Object.prototype.hasOwnProperty,rr=(e,t)=>function(){return t||(0,e[qR(e)[0]])((t={exports:{}}).exports,t),t.exports},mue=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of qR(t))!hue.call(e,a)&&a!==r&&WR(e,a,{get:()=>t[a],enumerable:!(n=pue(t,a))||n.enumerable});return e},D4=(e,t,r)=>(r=e!=null?due(fue(e)):{},mue(!e||!e.__esModule?WR(r,"default",{value:e,enumerable:!0}):r,e)),gue=["bubbles","cancelBubble","cancelable","composed","currentTarget","defaultPrevented","eventPhase","isTrusted","returnValue","srcElement","target","timeStamp","type"],vue=["detail"];function yue(e){const t=gue.filter(r=>e[r]!==void 0).reduce((r,n)=>({...r,[n]:e[n]}),{});return e instanceof CustomEvent&&vue.filter(r=>e[r]!==void 0).forEach(r=>{t[r]=e[r]}),t}var GR=rr({"node_modules/has-symbols/shams.js"(e,t){t.exports=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var n={},a=Symbol("test"),o=Object(a);if(typeof a=="string"||Object.prototype.toString.call(a)!=="[object Symbol]"||Object.prototype.toString.call(o)!=="[object Symbol]")return!1;var i=42;n[a]=i;for(a in n)return!1;if(typeof Object.keys=="function"&&Object.keys(n).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(n).length!==0)return!1;var l=Object.getOwnPropertySymbols(n);if(l.length!==1||l[0]!==a||!Object.prototype.propertyIsEnumerable.call(n,a))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var s=Object.getOwnPropertyDescriptor(n,a);if(s.value!==i||s.enumerable!==!0)return!1}return!0}}}),KR=rr({"node_modules/has-symbols/index.js"(e,t){var r=typeof Symbol<"u"&&Symbol,n=GR();t.exports=function(){return typeof r!="function"||typeof Symbol!="function"||typeof r("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:n()}}}),wue=rr({"node_modules/function-bind/implementation.js"(e,t){var r="Function.prototype.bind called on incompatible ",n=Array.prototype.slice,a=Object.prototype.toString,o="[object Function]";t.exports=function(l){var s=this;if(typeof s!="function"||a.call(s)!==o)throw new TypeError(r+s);for(var d=n.call(arguments,1),f,h=function(){if(this instanceof f){var C=s.apply(this,d.concat(n.call(arguments)));return Object(C)===C?C:this}else return s.apply(l,d.concat(n.call(arguments)))},p=Math.max(0,s.length-d.length),m=[],g=0;g<p;g++)m.push("$"+g);if(f=Function("binder","return function ("+m.join(",")+"){ return binder.apply(this,arguments); }")(h),s.prototype){var v=function(){};v.prototype=s.prototype,f.prototype=new v,v.prototype=null}return f}}}),S4=rr({"node_modules/function-bind/index.js"(e,t){var r=wue();t.exports=Function.prototype.bind||r}}),bue=rr({"node_modules/has/src/index.js"(e,t){var r=S4();t.exports=r.call(Function.call,Object.prototype.hasOwnProperty)}}),YR=rr({"node_modules/get-intrinsic/index.js"(e,t){var r,n=SyntaxError,a=Function,o=TypeError,i=function(L){try{return a('"use strict"; return ('+L+").constructor;")()}catch{}},l=Object.getOwnPropertyDescriptor;if(l)try{l({},"")}catch{l=null}var s=function(){throw new o},d=l?function(){try{return arguments.callee,s}catch{try{return l(arguments,"callee").get}catch{return s}}}():s,f=KR()(),h=Object.getPrototypeOf||function(L){return L.__proto__},p={},m=typeof Uint8Array>"u"?r:h(Uint8Array),g={"%AggregateError%":typeof AggregateError>"u"?r:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?r:ArrayBuffer,"%ArrayIteratorPrototype%":f?h([][Symbol.iterator]()):r,"%AsyncFromSyncIteratorPrototype%":r,"%AsyncFunction%":p,"%AsyncGenerator%":p,"%AsyncGeneratorFunction%":p,"%AsyncIteratorPrototype%":p,"%Atomics%":typeof Atomics>"u"?r:Atomics,"%BigInt%":typeof BigInt>"u"?r:BigInt,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?r:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":typeof Float32Array>"u"?r:Float32Array,"%Float64Array%":typeof Float64Array>"u"?r:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?r:FinalizationRegistry,"%Function%":a,"%GeneratorFunction%":p,"%Int8Array%":typeof Int8Array>"u"?r:Int8Array,"%Int16Array%":typeof Int16Array>"u"?r:Int16Array,"%Int32Array%":typeof Int32Array>"u"?r:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":f?h(h([][Symbol.iterator]())):r,"%JSON%":typeof JSON=="object"?JSON:r,"%Map%":typeof Map>"u"?r:Map,"%MapIteratorPrototype%":typeof Map>"u"||!f?r:h(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?r:Promise,"%Proxy%":typeof Proxy>"u"?r:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":typeof Reflect>"u"?r:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?r:Set,"%SetIteratorPrototype%":typeof Set>"u"||!f?r:h(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?r:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":f?h(""[Symbol.iterator]()):r,"%Symbol%":f?Symbol:r,"%SyntaxError%":n,"%ThrowTypeError%":d,"%TypedArray%":m,"%TypeError%":o,"%Uint8Array%":typeof Uint8Array>"u"?r:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?r:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?r:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?r:Uint32Array,"%URIError%":URIError,"%WeakMap%":typeof WeakMap>"u"?r:WeakMap,"%WeakRef%":typeof WeakRef>"u"?r:WeakRef,"%WeakSet%":typeof WeakSet>"u"?r:WeakSet},v=function L(B){var j;if(B==="%AsyncFunction%")j=i("async function () {}");else if(B==="%GeneratorFunction%")j=i("function* () {}");else if(B==="%AsyncGeneratorFunction%")j=i("async function* () {}");else if(B==="%AsyncGenerator%"){var P=L("%AsyncGeneratorFunction%");P&&(j=P.prototype)}else if(B==="%AsyncIteratorPrototype%"){var H=L("%AsyncGenerator%");H&&(j=h(H.prototype))}return g[B]=j,j},C={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},E=S4(),y=bue(),b=E.call(Function.call,Array.prototype.concat),x=E.call(Function.apply,Array.prototype.splice),D=E.call(Function.call,String.prototype.replace),S=E.call(Function.call,String.prototype.slice),k=E.call(Function.call,RegExp.prototype.exec),_=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,A=/\\(\\)?/g,$=function(B){var j=S(B,0,1),P=S(B,-1);if(j==="%"&&P!=="%")throw new n("invalid intrinsic syntax, expected closing `%`");if(P==="%"&&j!=="%")throw new n("invalid intrinsic syntax, expected opening `%`");var H=[];return D(B,_,function(q,z,O,N){H[H.length]=O?D(N,A,"$1"):z||q}),H},I=function(B,j){var P=B,H;if(y(C,P)&&(H=C[P],P="%"+H[0]+"%"),y(g,P)){var q=g[P];if(q===p&&(q=v(P)),typeof q>"u"&&!j)throw new o("intrinsic "+B+" exists, but is not available. Please file an issue!");return{alias:H,name:P,value:q}}throw new n("intrinsic "+B+" does not exist!")};t.exports=function(B,j){if(typeof B!="string"||B.length===0)throw new o("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof j!="boolean")throw new o('"allowMissing" argument must be a boolean');if(k(/^%?[^%]*%?$/,B)===null)throw new n("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var P=$(B),H=P.length>0?P[0]:"",q=I("%"+H+"%",j),z=q.name,O=q.value,N=!1,Y=q.alias;Y&&(H=Y[0],x(P,b([0,1],Y)));for(var Q=1,ne=!0;Q<P.length;Q+=1){var ae=P[Q],U=S(ae,0,1),J=S(ae,-1);if((U==='"'||U==="'"||U==="`"||J==='"'||J==="'"||J==="`")&&U!==J)throw new n("property names with quotes must have matching quotes");if((ae==="constructor"||!ne)&&(N=!0),H+="."+ae,z="%"+H+"%",y(g,z))O=g[z];else if(O!=null){if(!(ae in O)){if(!j)throw new o("base intrinsic for "+B+" exists, but the property is not available.");return}if(l&&Q+1>=P.length){var te=l(O,ae);ne=!!te,ne&&"get"in te&&!("originalValue"in te.get)?O=te.get:O=O[ae]}else ne=y(O,ae),O=O[ae];ne&&!N&&(g[z]=O)}}return O}}}),Eue=rr({"node_modules/call-bind/index.js"(e,t){var r=S4(),n=YR(),a=n("%Function.prototype.apply%"),o=n("%Function.prototype.call%"),i=n("%Reflect.apply%",!0)||r.call(o,a),l=n("%Object.getOwnPropertyDescriptor%",!0),s=n("%Object.defineProperty%",!0),d=n("%Math.max%");if(s)try{s({},"a",{value:1})}catch{s=null}t.exports=function(p){var m=i(r,o,arguments);if(l&&s){var g=l(m,"length");g.configurable&&s(m,"length",{value:1+d(0,p.length-(arguments.length-1))})}return m};var f=function(){return i(r,a,arguments)};s?s(t.exports,"apply",{value:f}):t.exports.apply=f}}),xue=rr({"node_modules/call-bind/callBound.js"(e,t){var r=YR(),n=Eue(),a=n(r("String.prototype.indexOf"));t.exports=function(i,l){var s=r(i,!!l);return typeof s=="function"&&a(i,".prototype.")>-1?n(s):s}}}),Cue=rr({"node_modules/has-tostringtag/shams.js"(e,t){var r=GR();t.exports=function(){return r()&&!!Symbol.toStringTag}}}),Due=rr({"node_modules/is-regex/index.js"(e,t){var r=xue(),n=Cue()(),a,o,i,l;n&&(a=r("Object.prototype.hasOwnProperty"),o=r("RegExp.prototype.exec"),i={},s=function(){throw i},l={toString:s,valueOf:s},typeof Symbol.toPrimitive=="symbol"&&(l[Symbol.toPrimitive]=s));var s,d=r("Object.prototype.toString"),f=Object.getOwnPropertyDescriptor,h="[object RegExp]";t.exports=n?function(m){if(!m||typeof m!="object")return!1;var g=f(m,"lastIndex"),v=g&&a(g,"value");if(!v)return!1;try{o(m,l)}catch(C){return C===i}}:function(m){return!m||typeof m!="object"&&typeof m!="function"?!1:d(m)===h}}}),Sue=rr({"node_modules/is-function/index.js"(e,t){t.exports=n;var r=Object.prototype.toString;function n(a){if(!a)return!1;var o=r.call(a);return o==="[object Function]"||typeof a=="function"&&o!=="[object RegExp]"||typeof window<"u"&&(a===window.setTimeout||a===window.alert||a===window.confirm||a===window.prompt)}}}),kue=rr({"node_modules/is-symbol/index.js"(e,t){var r=Object.prototype.toString,n=KR()();n?(a=Symbol.prototype.toString,o=/^Symbol\(.*\)$/,i=function(s){return typeof s.valueOf()!="symbol"?!1:o.test(a.call(s))},t.exports=function(s){if(typeof s=="symbol")return!0;if(r.call(s)!=="[object Symbol]")return!1;try{return i(s)}catch{return!1}}):t.exports=function(s){return!1};var a,o,i}}),_ue=D4(Due()),Aue=D4(Sue()),Fue=D4(kue());function $ue(e){return e!=null&&typeof e=="object"&&Array.isArray(e)===!1}var Tue=typeof global=="object"&&global&&global.Object===Object&&global,Iue=Tue,Rue=typeof self=="object"&&self&&self.Object===Object&&self,zue=Iue||Rue||Function("return this")(),k4=zue,Bue=k4.Symbol,Yi=Bue,XR=Object.prototype,Lue=XR.hasOwnProperty,Oue=XR.toString,Xl=Yi?Yi.toStringTag:void 0;function Mue(e){var t=Lue.call(e,Xl),r=e[Xl];try{e[Xl]=void 0;var n=!0}catch{}var a=Oue.call(e);return n&&(t?e[Xl]=r:delete e[Xl]),a}var Pue=Mue,Nue=Object.prototype,jue=Nue.toString;function Hue(e){return jue.call(e)}var Vue=Hue,Uue="[object Null]",Wue="[object Undefined]",jx=Yi?Yi.toStringTag:void 0;function que(e){return e==null?e===void 0?Wue:Uue:jx&&jx in Object(e)?Pue(e):Vue(e)}var Gue=que,Hx=Yi?Yi.prototype:void 0;Hx&&Hx.toString;function Kue(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var ZR=Kue,Yue="[object AsyncFunction]",Xue="[object Function]",Zue="[object GeneratorFunction]",Jue="[object Proxy]";function Que(e){if(!ZR(e))return!1;var t=Gue(e);return t==Xue||t==Zue||t==Yue||t==Jue}var ece=Que,tce=k4["__core-js_shared__"],lm=tce,Vx=function(){var e=/[^.]+$/.exec(lm&&lm.keys&&lm.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function rce(e){return!!Vx&&Vx in e}var nce=rce,ace=Function.prototype,oce=ace.toString;function ice(e){if(e!=null){try{return oce.call(e)}catch{}try{return e+""}catch{}}return""}var lce=ice,sce=/[\\^$.*+?()[\]{}|]/g,uce=/^\[object .+?Constructor\]$/,cce=Function.prototype,dce=Object.prototype,pce=cce.toString,fce=dce.hasOwnProperty,hce=RegExp("^"+pce.call(fce).replace(sce,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function mce(e){if(!ZR(e)||nce(e))return!1;var t=ece(e)?hce:uce;return t.test(lce(e))}var gce=mce;function vce(e,t){return e?.[t]}var yce=vce;function wce(e,t){var r=yce(e,t);return gce(r)?r:void 0}var JR=wce;function bce(e,t){return e===t||e!==e&&t!==t}var Ece=bce,xce=JR(Object,"create"),du=xce;function Cce(){this.__data__=du?du(null):{},this.size=0}var Dce=Cce;function Sce(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var kce=Sce,_ce="__lodash_hash_undefined__",Ace=Object.prototype,Fce=Ace.hasOwnProperty;function $ce(e){var t=this.__data__;if(du){var r=t[e];return r===_ce?void 0:r}return Fce.call(t,e)?t[e]:void 0}var Tce=$ce,Ice=Object.prototype,Rce=Ice.hasOwnProperty;function zce(e){var t=this.__data__;return du?t[e]!==void 0:Rce.call(t,e)}var Bce=zce,Lce="__lodash_hash_undefined__";function Oce(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=du&&t===void 0?Lce:t,this}var Mce=Oce;function vl(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}vl.prototype.clear=Dce;vl.prototype.delete=kce;vl.prototype.get=Tce;vl.prototype.has=Bce;vl.prototype.set=Mce;var Ux=vl;function Pce(){this.__data__=[],this.size=0}var Nce=Pce;function jce(e,t){for(var r=e.length;r--;)if(Ece(e[r][0],t))return r;return-1}var ip=jce,Hce=Array.prototype,Vce=Hce.splice;function Uce(e){var t=this.__data__,r=ip(t,e);if(r<0)return!1;var n=t.length-1;return r==n?t.pop():Vce.call(t,r,1),--this.size,!0}var Wce=Uce;function qce(e){var t=this.__data__,r=ip(t,e);return r<0?void 0:t[r][1]}var Gce=qce;function Kce(e){return ip(this.__data__,e)>-1}var Yce=Kce;function Xce(e,t){var r=this.__data__,n=ip(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this}var Zce=Xce;function yl(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}yl.prototype.clear=Nce;yl.prototype.delete=Wce;yl.prototype.get=Gce;yl.prototype.has=Yce;yl.prototype.set=Zce;var Jce=yl,Qce=JR(k4,"Map"),e0e=Qce;function t0e(){this.size=0,this.__data__={hash:new Ux,map:new(e0e||Jce),string:new Ux}}var r0e=t0e;function n0e(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}var a0e=n0e;function o0e(e,t){var r=e.__data__;return a0e(t)?r[typeof t=="string"?"string":"hash"]:r.map}var lp=o0e;function i0e(e){var t=lp(this,e).delete(e);return this.size-=t?1:0,t}var l0e=i0e;function s0e(e){return lp(this,e).get(e)}var u0e=s0e;function c0e(e){return lp(this,e).has(e)}var d0e=c0e;function p0e(e,t){var r=lp(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this}var f0e=p0e;function wl(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}wl.prototype.clear=r0e;wl.prototype.delete=l0e;wl.prototype.get=u0e;wl.prototype.has=d0e;wl.prototype.set=f0e;var QR=wl,h0e="Expected a function";function _4(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new TypeError(h0e);var r=function(){var n=arguments,a=t?t.apply(this,n):n[0],o=r.cache;if(o.has(a))return o.get(a);var i=e.apply(this,n);return r.cache=o.set(a,i)||o,i};return r.cache=new(_4.Cache||QR),r}_4.Cache=QR;var m0e=_4,g0e=500;function v0e(e){var t=m0e(e,function(n){return r.size===g0e&&r.clear(),n}),r=t.cache;return t}var y0e=v0e,w0e=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,b0e=/\\(\\)?/g;y0e(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(w0e,function(r,n,a,o){t.push(a?o.replace(b0e,"$1"):n||r)}),t});var E0e=$ue,x0e=e=>{let t=null,r=!1,n=!1,a=!1,o="";if(e.indexOf("//")>=0||e.indexOf("/*")>=0)for(let i=0;i<e.length;i+=1)!t&&!r&&!n&&!a?e[i]==='"'||e[i]==="'"||e[i]==="`"?t=e[i]:e[i]==="/"&&e[i+1]==="*"?r=!0:e[i]==="/"&&e[i+1]==="/"?n=!0:e[i]==="/"&&e[i+1]!=="/"&&(a=!0):(t&&(e[i]===t&&e[i-1]!=="\\"||e[i]===`
556
+ `&&t!=="`")&&(t=null),a&&(e[i]==="/"&&e[i-1]!=="\\"||e[i]===`
557
+ `)&&(a=!1),r&&e[i-1]==="/"&&e[i-2]==="*"&&(r=!1),n&&e[i]===`
558
+ `&&(n=!1)),!r&&!n&&(o+=e[i]);else o=e;return o},C0e=jR(1e4)(e=>x0e(e).replace(/\n\s*/g,"").trim()),D0e=function(t,r){const n=r.slice(0,r.indexOf("{")),a=r.slice(r.indexOf("{"));if(n.includes("=>")||n.includes("function"))return r;let o=n;return o=o.replace(t,"function"),o+a},S0e=/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d{3})?Z$/;function ez(e){if(!E0e(e))return e;let t=e,r=!1;return typeof Event<"u"&&e instanceof Event&&(t=yue(t),r=!0),t=Object.keys(t).reduce((n,a)=>{try{t[a]&&t[a].toJSON,n[a]=t[a]}catch{r=!0}return n},{}),r?t:e}var k0e=function(t){let r,n,a,o;return function(l,s){try{if(l==="")return o=[],r=new Map([[s,"[]"]]),n=new Map,a=[],s;const d=n.get(this)||this;for(;a.length&&d!==a[0];)a.shift(),o.pop();if(typeof s=="boolean")return s;if(s===void 0)return t.allowUndefined?"_undefined_":void 0;if(s===null)return null;if(typeof s=="number")return s===-1/0?"_-Infinity_":s===1/0?"_Infinity_":Number.isNaN(s)?"_NaN_":s;if(typeof s=="bigint")return`_bigint_${s.toString()}`;if(typeof s=="string")return S0e.test(s)?t.allowDate?`_date_${s}`:void 0:s;if((0,_ue.default)(s))return t.allowRegExp?`_regexp_${s.flags}|${s.source}`:void 0;if((0,Aue.default)(s)){if(!t.allowFunction)return;const{name:h}=s,p=s.toString();return p.match(/(\[native code\]|WEBPACK_IMPORTED_MODULE|__webpack_exports__|__webpack_require__)/)?`_function_${h}|${(()=>{}).toString()}`:`_function_${h}|${C0e(D0e(l,p))}`}if((0,Fue.default)(s)){if(!t.allowSymbol)return;const h=Symbol.keyFor(s);return h!==void 0?`_gsymbol_${h}`:`_symbol_${s.toString().slice(7,-1)}`}if(a.length>=t.maxDepth)return Array.isArray(s)?`[Array(${s.length})]`:"[Object]";if(s===this)return`_duplicate_${JSON.stringify(o)}`;if(s instanceof Error&&t.allowError)return{__isConvertedError__:!0,errorProperties:{...s.cause?{cause:s.cause}:{},...s,name:s.name,message:s.message,stack:s.stack,"_constructor-name_":s.constructor.name}};if(s.constructor&&s.constructor.name&&s.constructor.name!=="Object"&&!Array.isArray(s)&&!t.allowClass)return;const f=r.get(s);if(!f){const h=Array.isArray(s)?s:ez(s);if(s.constructor&&s.constructor.name&&s.constructor.name!=="Object"&&!Array.isArray(s)&&t.allowClass)try{Object.assign(h,{"_constructor-name_":s.constructor.name})}catch{}return o.push(l),a.unshift(h),r.set(s,JSON.stringify(o)),s!==h&&n.set(s,h),h}return`_duplicate_${f}`}catch{return}}},_0e={maxDepth:10,space:void 0,allowFunction:!0,allowRegExp:!0,allowDate:!0,allowClass:!0,allowError:!0,allowUndefined:!0,allowSymbol:!0,lazyEval:!0},A0e=(e,t={})=>{const r={..._0e,...t};return JSON.stringify(ez(e),k0e(r),t.space)};/*!
559
+ * isobject <https://github.com/jonschlinkert/isobject>
560
+ *
561
+ * Copyright (c) 2014-2017, Jon Schlinkert.
562
+ * Released under the MIT License.
563
+ *//**
564
+ * @license
565
+ * Lodash (Custom Build) <https://lodash.com/>
566
+ * Build: `lodash modularize exports="es" -o ./`
567
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
568
+ * Released under MIT license <https://lodash.com/license>
569
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
570
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
571
+ */const{global:Xt}=__STORYBOOK_MODULE_GLOBAL__,{deprecate:F0e,once:$0e,logger:A4}=__STORYBOOK_MODULE_CLIENT_LOGGER__,{filterArgTypes:Wx,composeConfigs:_fe,Preview:Afe,DocsContext:Ffe}=__STORYBOOK_MODULE_PREVIEW_API__,{GLOBALS_UPDATED:qx,STORY_ARGS_UPDATED:Gx,UPDATE_STORY_ARGS:T0e,RESET_STORY_ARGS:I0e,NAVIGATE_URL:R0e}=__STORYBOOK_MODULE_CORE_EVENTS__;__STORYBOOK_MODULE_CHANNELS__;var z0e=Ji({"../../node_modules/tocbot/src/js/default-options.js"(e,t){t.exports={tocSelector:".js-toc",contentSelector:".js-toc-content",headingSelector:"h1, h2, h3",ignoreSelector:".js-toc-ignore",hasInnerContainers:!1,linkClass:"toc-link",extraLinkClasses:"",activeLinkClass:"is-active-link",listClass:"toc-list",extraListClasses:"",isCollapsedClass:"is-collapsed",collapsibleClass:"is-collapsible",listItemClass:"toc-list-item",activeListItemClass:"is-active-li",collapseDepth:0,scrollSmooth:!0,scrollSmoothDuration:420,scrollSmoothOffset:0,scrollEndCallback:function(r){},headingsOffset:1,throttleTimeout:50,positionFixedSelector:null,positionFixedClass:"is-position-fixed",fixedSidebarOffset:"auto",includeHtml:!1,includeTitleTags:!1,onClick:function(r){},orderedList:!0,scrollContainer:null,skipRendering:!1,headingLabelCallback:!1,ignoreHiddenElements:!1,headingObjectCallback:null,basePath:"",disableTocScrollSync:!1,tocScrollOffset:0}}}),B0e=Ji({"../../node_modules/tocbot/src/js/build-html.js"(e,t){t.exports=function(r){var n=[].forEach,a=[].some,o=document.body,i,l=!0,s=" ";function d(x,D){var S=D.appendChild(h(x));if(x.children.length){var k=p(x.isCollapsed);x.children.forEach(function(_){d(_,k)}),S.appendChild(k)}}function f(x,D){var S=!1,k=p(S);if(D.forEach(function(_){d(_,k)}),i=x||i,i!==null)return i.firstChild&&i.removeChild(i.firstChild),D.length===0?i:i.appendChild(k)}function h(x){var D=document.createElement("li"),S=document.createElement("a");return r.listItemClass&&D.setAttribute("class",r.listItemClass),r.onClick&&(S.onclick=r.onClick),r.includeTitleTags&&S.setAttribute("title",x.textContent),r.includeHtml&&x.childNodes.length?n.call(x.childNodes,function(k){S.appendChild(k.cloneNode(!0))}):S.textContent=x.textContent,S.setAttribute("href",r.basePath+"#"+x.id),S.setAttribute("class",r.linkClass+s+"node-name--"+x.nodeName+s+r.extraLinkClasses),D.appendChild(S),D}function p(x){var D=r.orderedList?"ol":"ul",S=document.createElement(D),k=r.listClass+s+r.extraListClasses;return x&&(k=k+s+r.collapsibleClass,k=k+s+r.isCollapsedClass),S.setAttribute("class",k),S}function m(){if(r.scrollContainer&&document.querySelector(r.scrollContainer)){var x;x=document.querySelector(r.scrollContainer).scrollTop}else x=document.documentElement.scrollTop||o.scrollTop;var D=document.querySelector(r.positionFixedSelector);r.fixedSidebarOffset==="auto"&&(r.fixedSidebarOffset=i.offsetTop),x>r.fixedSidebarOffset?D.className.indexOf(r.positionFixedClass)===-1&&(D.className+=s+r.positionFixedClass):D.className=D.className.replace(s+r.positionFixedClass,"")}function g(x){var D=0;return x!==null&&(D=x.offsetTop,r.hasInnerContainers&&(D+=g(x.offsetParent))),D}function v(x,D){return x&&x.className!==D&&(x.className=D),x}function C(x){if(r.scrollContainer&&document.querySelector(r.scrollContainer)){var D;D=document.querySelector(r.scrollContainer).scrollTop}else D=document.documentElement.scrollTop||o.scrollTop;r.positionFixedSelector&&m();var S=x,k;if(l&&i!==null&&S.length>0){a.call(S,function(j,P){if(g(j)>D+r.headingsOffset+10){var H=P===0?P:P-1;return k=S[H],!0}else if(P===S.length-1)return k=S[S.length-1],!0});var _=i.querySelector("."+r.activeLinkClass),A=i.querySelector("."+r.linkClass+".node-name--"+k.nodeName+'[href="'+r.basePath+"#"+k.id.replace(/([ #;&,.+*~':"!^$[\]()=>|/\\@])/g,"\\$1")+'"]');if(_===A)return;var $=i.querySelectorAll("."+r.linkClass);n.call($,function(j){v(j,j.className.replace(s+r.activeLinkClass,""))});var I=i.querySelectorAll("."+r.listItemClass);n.call(I,function(j){v(j,j.className.replace(s+r.activeListItemClass,""))}),A&&A.className.indexOf(r.activeLinkClass)===-1&&(A.className+=s+r.activeLinkClass);var L=A&&A.parentNode;L&&L.className.indexOf(r.activeListItemClass)===-1&&(L.className+=s+r.activeListItemClass);var B=i.querySelectorAll("."+r.listClass+"."+r.collapsibleClass);n.call(B,function(j){j.className.indexOf(r.isCollapsedClass)===-1&&(j.className+=s+r.isCollapsedClass)}),A&&A.nextSibling&&A.nextSibling.className.indexOf(r.isCollapsedClass)!==-1&&v(A.nextSibling,A.nextSibling.className.replace(s+r.isCollapsedClass,"")),E(A&&A.parentNode.parentNode)}}function E(x){return x&&x.className.indexOf(r.collapsibleClass)!==-1&&x.className.indexOf(r.isCollapsedClass)!==-1?(v(x,x.className.replace(s+r.isCollapsedClass,"")),E(x.parentNode.parentNode)):x}function y(x){var D=x.target||x.srcElement;typeof D.className!="string"||D.className.indexOf(r.linkClass)===-1||(l=!1)}function b(){l=!0}return{enableTocAnimation:b,disableTocAnimation:y,render:f,updateToc:C}}}}),L0e=Ji({"../../node_modules/tocbot/src/js/parse-content.js"(e,t){t.exports=function(r){var n=[].reduce;function a(h){return h[h.length-1]}function o(h){return+h.nodeName.toUpperCase().replace("H","")}function i(h){try{return h instanceof window.HTMLElement||h instanceof window.parent.HTMLElement}catch{return h instanceof window.HTMLElement}}function l(h){if(!i(h))return h;if(r.ignoreHiddenElements&&(!h.offsetHeight||!h.offsetParent))return null;let p=h.getAttribute("data-heading-label")||(r.headingLabelCallback?String(r.headingLabelCallback(h.innerText)):(h.innerText||h.textContent).trim());var m={id:h.id,children:[],nodeName:h.nodeName,headingLevel:o(h),textContent:p};return r.includeHtml&&(m.childNodes=h.childNodes),r.headingObjectCallback?r.headingObjectCallback(m,h):m}function s(h,p){for(var m=l(h),g=m.headingLevel,v=p,C=a(v),E=C?C.headingLevel:0,y=g-E;y>0&&(C=a(v),!(C&&g===C.headingLevel));)C&&C.children!==void 0&&(v=C.children),y--;return g>=r.collapseDepth&&(m.isCollapsed=!0),v.push(m),v}function d(h,p){var m=p;r.ignoreSelector&&(m=p.split(",").map(function(g){return g.trim()+":not("+r.ignoreSelector+")"}));try{return h.querySelectorAll(m)}catch{return console.warn("Headers not found with selector: "+m),null}}function f(h){return n.call(h,function(p,m){var g=l(m);return g&&s(g,p.nest),p},{nest:[]})}return{nestHeadingsArray:f,selectHeadings:d}}}}),O0e=Ji({"../../node_modules/tocbot/src/js/update-toc-scroll.js"(e,t){t.exports=function(r){var n=r.tocElement||document.querySelector(r.tocSelector);if(n&&n.scrollHeight>n.clientHeight){var a=n.querySelector("."+r.activeListItemClass);a&&(n.scrollTop=a.offsetTop-r.tocScrollOffset)}}}}),M0e=Ji({"../../node_modules/tocbot/src/js/scroll-smooth/index.js"(e){e.initSmoothScrolling=t;function t(n){var a=n.duration,o=n.offset,i=location.hash?d(location.href):location.href;l();function l(){document.body.addEventListener("click",h,!1);function h(p){!s(p.target)||p.target.className.indexOf("no-smooth-scroll")>-1||p.target.href.charAt(p.target.href.length-2)==="#"&&p.target.href.charAt(p.target.href.length-1)==="!"||p.target.className.indexOf(n.linkClass)===-1||r(p.target.hash,{duration:a,offset:o,callback:function(){f(p.target.hash)}})}}function s(h){return h.tagName.toLowerCase()==="a"&&(h.hash.length>0||h.href.charAt(h.href.length-1)==="#")&&(d(h.href)===i||d(h.href)+"#"===i)}function d(h){return h.slice(0,h.lastIndexOf("#"))}function f(h){var p=document.getElementById(h.substring(1));p&&(/^(?:a|select|input|button|textarea)$/i.test(p.tagName)||(p.tabIndex=-1),p.focus())}}function r(n,a){var o=window.pageYOffset,i={duration:a.duration,offset:a.offset||0,callback:a.callback,easing:a.easing||g},l=document.querySelector('[id="'+decodeURI(n).split("#").join("")+'"]')||document.querySelector('[id="'+n.split("#").join("")+'"]'),s=typeof n=="string"?i.offset+(n?l&&l.getBoundingClientRect().top||0:-(document.documentElement.scrollTop||document.body.scrollTop)):n,d=typeof i.duration=="function"?i.duration(s):i.duration,f,h;requestAnimationFrame(function(v){f=v,p(v)});function p(v){h=v-f,window.scrollTo(0,i.easing(h,o,s,d)),h<d?requestAnimationFrame(p):m()}function m(){window.scrollTo(0,o+s),typeof i.callback=="function"&&i.callback()}function g(v,C,E,y){return v/=y/2,v<1?E/2*v*v+C:(v--,-E/2*(v*(v-2)-1)+C)}}}}),P0e=Ji({"../../node_modules/tocbot/src/js/index.js"(e,t){(function(r,n){typeof define=="function"&&define.amd?define([],n(r)):typeof e=="object"?t.exports=n(r):r.tocbot=n(r)})(typeof global<"u"?global:window||global,function(r){var n=z0e(),a={},o={},i=B0e(),l=L0e(),s=O0e(),d,f,h=!!r&&!!r.document&&!!r.document.querySelector&&!!r.addEventListener;if(typeof window>"u"&&!h)return;var p,m=Object.prototype.hasOwnProperty;function g(){for(var y={},b=0;b<arguments.length;b++){var x=arguments[b];for(var D in x)m.call(x,D)&&(y[D]=x[D])}return y}function v(y,b,x){b||(b=250);var D,S;return function(){var k=this,_=+new Date,A=arguments;D&&_<D+b?(clearTimeout(S),S=setTimeout(function(){D=_,y.apply(k,A)},b)):(D=_,y.apply(k,A))}}function C(y){try{return y.contentElement||document.querySelector(y.contentSelector)}catch{return console.warn("Contents element not found: "+y.contentSelector),null}}function E(y){try{return y.tocElement||document.querySelector(y.tocSelector)}catch{return console.warn("TOC element not found: "+y.tocSelector),null}}return o.destroy=function(){var y=E(a);y!==null&&(a.skipRendering||y&&(y.innerHTML=""),a.scrollContainer&&document.querySelector(a.scrollContainer)?(document.querySelector(a.scrollContainer).removeEventListener("scroll",this._scrollListener,!1),document.querySelector(a.scrollContainer).removeEventListener("resize",this._scrollListener,!1),d&&document.querySelector(a.scrollContainer).removeEventListener("click",this._clickListener,!1)):(document.removeEventListener("scroll",this._scrollListener,!1),document.removeEventListener("resize",this._scrollListener,!1),d&&document.removeEventListener("click",this._clickListener,!1)))},o.init=function(y){if(h){a=g(n,y||{}),this.options=a,this.state={},a.scrollSmooth&&(a.duration=a.scrollSmoothDuration,a.offset=a.scrollSmoothOffset,o.scrollSmooth=M0e().initSmoothScrolling(a)),d=i(a),f=l(a),this._buildHtml=d,this._parseContent=f,this._headingsArray=p,o.destroy();var b=C(a);if(b!==null){var x=E(a);if(x!==null&&(p=f.selectHeadings(b,a.headingSelector),p!==null)){var D=f.nestHeadingsArray(p),S=D.nest;if(!a.skipRendering)d.render(x,S);else return this;this._scrollListener=v(function(_){d.updateToc(p),!a.disableTocScrollSync&&s(a);var A=_&&_.target&&_.target.scrollingElement&&_.target.scrollingElement.scrollTop===0;(_&&(_.eventPhase===0||_.currentTarget===null)||A)&&(d.updateToc(p),a.scrollEndCallback&&a.scrollEndCallback(_))},a.throttleTimeout),this._scrollListener(),a.scrollContainer&&document.querySelector(a.scrollContainer)?(document.querySelector(a.scrollContainer).addEventListener("scroll",this._scrollListener,!1),document.querySelector(a.scrollContainer).addEventListener("resize",this._scrollListener,!1)):(document.addEventListener("scroll",this._scrollListener,!1),document.addEventListener("resize",this._scrollListener,!1));var k=null;return this._clickListener=v(function(_){a.scrollSmooth&&d.disableTocAnimation(_),d.updateToc(p),k&&clearTimeout(k),k=setTimeout(function(){d.enableTocAnimation()},a.scrollSmoothDuration)},a.throttleTimeout),a.scrollContainer&&document.querySelector(a.scrollContainer)?document.querySelector(a.scrollContainer).addEventListener("click",this._clickListener,!1):document.addEventListener("click",this._clickListener,!1),this}}}},o.refresh=function(y){o.destroy(),o.init(y||this.options)},r.tocbot=o,o})}}),N0e=F.div(Ce,({theme:e})=>({backgroundColor:e.base==="light"?"rgba(0,0,0,.01)":"rgba(255,255,255,.01)",borderRadius:e.appBorderRadius,border:`1px dashed ${e.appBorderColor}`,display:"flex",alignItems:"center",justifyContent:"center",padding:20,margin:"25px 0 40px",color:ge(.3,e.color.defaultText),fontSize:e.typography.size.s2})),tz=e=>w.createElement(N0e,{...e,className:"docblock-emptyblock sb-unstyled"}),j0e=F(Gy)(({theme:e})=>({fontSize:`${e.typography.size.s2-1}px`,lineHeight:"19px",margin:"25px 0 40px",borderRadius:e.appBorderRadius,boxShadow:e.base==="light"?"rgba(0, 0, 0, 0.10) 0 1px 3px 0":"rgba(0, 0, 0, 0.20) 0 2px 5px 0","pre.prismjs":{padding:20,background:"inherit"}})),H0e=F.div(({theme:e})=>({background:e.background.content,borderRadius:e.appBorderRadius,border:`1px solid ${e.appBorderColor}`,boxShadow:e.base==="light"?"rgba(0, 0, 0, 0.10) 0 1px 3px 0":"rgba(0, 0, 0, 0.20) 0 2px 5px 0",margin:"25px 0 40px",padding:"20px 20px 20px 22px"})),Nc=F.div(({theme:e})=>({animation:`${e.animation.glow} 1.5s ease-in-out infinite`,background:e.appBorderColor,height:17,marginTop:1,width:"60%",[`&:first-child${gm}`]:{margin:0}})),V0e=()=>w.createElement(H0e,null,w.createElement(Nc,null),w.createElement(Nc,{style:{width:"80%"}}),w.createElement(Nc,{style:{width:"30%"}}),w.createElement(Nc,{style:{width:"80%"}})),rz=({isLoading:e,error:t,language:r,code:n,dark:a,format:o=!1,...i})=>{let{typography:l}=WC();if(e)return w.createElement(V0e,null);if(t)return w.createElement(tz,null,t);let s=w.createElement(j0e,{bordered:!0,copyable:!0,format:o,language:r,className:"docblock-source sb-unstyled",...i},n);if(typeof a>"u")return s;let d=a?hm.dark:hm.light;return w.createElement(qC,{theme:mm({...d,fontCode:l.fonts.mono,fontBase:l.fonts.base})},s)},Fe=e=>`& :where(${e}:not(.sb-anchor, .sb-unstyled, .sb-unstyled ${e}))`,F4=600,U0e=F.h1(Ce,({theme:e})=>({color:e.color.defaultText,fontSize:e.typography.size.m3,fontWeight:e.typography.weight.bold,lineHeight:"32px",[`@media (min-width: ${F4}px)`]:{fontSize:e.typography.size.l1,lineHeight:"36px",marginBottom:"16px"}})),W0e=F.h2(Ce,({theme:e})=>({fontWeight:e.typography.weight.regular,fontSize:e.typography.size.s3,lineHeight:"20px",borderBottom:"none",marginBottom:15,[`@media (min-width: ${F4}px)`]:{fontSize:e.typography.size.m1,lineHeight:"28px",marginBottom:24},color:ge(.25,e.color.defaultText)})),q0e=F.div(({theme:e})=>{let t={fontFamily:e.typography.fonts.base,fontSize:e.typography.size.s3,margin:0,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)",WebkitOverflowScrolling:"touch"},r={margin:"20px 0 8px",padding:0,cursor:"text",position:"relative",color:e.color.defaultText,"&:first-of-type":{marginTop:0,paddingTop:0},"&:hover a.anchor":{textDecoration:"none"},"& code":{fontSize:"inherit"}},n={lineHeight:1,margin:"0 2px",padding:"3px 5px",whiteSpace:"nowrap",borderRadius:3,fontSize:e.typography.size.s2-1,border:e.base==="light"?`1px solid ${e.color.mediumlight}`:`1px solid ${e.color.darker}`,color:e.base==="light"?ge(.1,e.color.defaultText):ge(.3,e.color.defaultText),backgroundColor:e.base==="light"?e.color.lighter:e.color.border};return{maxWidth:1e3,width:"100%",[Fe("a")]:{...t,fontSize:"inherit",lineHeight:"24px",color:e.color.secondary,textDecoration:"none","&.absent":{color:"#cc0000"},"&.anchor":{display:"block",paddingLeft:30,marginLeft:-30,cursor:"pointer",position:"absolute",top:0,left:0,bottom:0}},[Fe("blockquote")]:{...t,margin:"16px 0",borderLeft:`4px solid ${e.color.medium}`,padding:"0 15px",color:e.color.dark,"& > :first-of-type":{marginTop:0},"& > :last-child":{marginBottom:0}},[Fe("div")]:t,[Fe("dl")]:{...t,margin:"16px 0",padding:0,"& dt":{fontSize:"14px",fontWeight:"bold",fontStyle:"italic",padding:0,margin:"16px 0 4px"},"& dt:first-of-type":{padding:0},"& dt > :first-of-type":{marginTop:0},"& dt > :last-child":{marginBottom:0},"& dd":{margin:"0 0 16px",padding:"0 15px"},"& dd > :first-of-type":{marginTop:0},"& dd > :last-child":{marginBottom:0}},[Fe("h1")]:{...t,...r,fontSize:`${e.typography.size.l1}px`,fontWeight:e.typography.weight.bold},[Fe("h2")]:{...t,...r,fontSize:`${e.typography.size.m2}px`,paddingBottom:4,borderBottom:`1px solid ${e.appBorderColor}`},[Fe("h3")]:{...t,...r,fontSize:`${e.typography.size.m1}px`,fontWeight:e.typography.weight.bold},[Fe("h4")]:{...t,...r,fontSize:`${e.typography.size.s3}px`},[Fe("h5")]:{...t,...r,fontSize:`${e.typography.size.s2}px`},[Fe("h6")]:{...t,...r,fontSize:`${e.typography.size.s2}px`,color:e.color.dark},[Fe("hr")]:{border:"0 none",borderTop:`1px solid ${e.appBorderColor}`,height:4,padding:0},[Fe("img")]:{maxWidth:"100%"},[Fe("li")]:{...t,fontSize:e.typography.size.s2,color:e.color.defaultText,lineHeight:"24px","& + li":{marginTop:".25em"},"& ul, & ol":{marginTop:".25em",marginBottom:0},"& code":n},[Fe("ol")]:{...t,margin:"16px 0",paddingLeft:30,"& :first-of-type":{marginTop:0},"& :last-child":{marginBottom:0}},[Fe("p")]:{...t,margin:"16px 0",fontSize:e.typography.size.s2,lineHeight:"24px",color:e.color.defaultText,"& code":n},[Fe("pre")]:{...t,fontFamily:e.typography.fonts.mono,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",lineHeight:"18px",padding:"11px 1rem",whiteSpace:"pre-wrap",color:"inherit",borderRadius:3,margin:"1rem 0","&:not(.prismjs)":{background:"transparent",border:"none",borderRadius:0,padding:0,margin:0},"& pre, &.prismjs":{padding:15,margin:0,whiteSpace:"pre-wrap",color:"inherit",fontSize:"13px",lineHeight:"19px",code:{color:"inherit",fontSize:"inherit"}},"& code":{whiteSpace:"pre"},"& code, & tt":{border:"none"}},[Fe("span")]:{...t,"&.frame":{display:"block",overflow:"hidden","& > span":{border:`1px solid ${e.color.medium}`,display:"block",float:"left",overflow:"hidden",margin:"13px 0 0",padding:7,width:"auto"},"& span img":{display:"block",float:"left"},"& span span":{clear:"both",color:e.color.darkest,display:"block",padding:"5px 0 0"}},"&.align-center":{display:"block",overflow:"hidden",clear:"both","& > span":{display:"block",overflow:"hidden",margin:"13px auto 0",textAlign:"center"},"& span img":{margin:"0 auto",textAlign:"center"}},"&.align-right":{display:"block",overflow:"hidden",clear:"both","& > span":{display:"block",overflow:"hidden",margin:"13px 0 0",textAlign:"right"},"& span img":{margin:0,textAlign:"right"}},"&.float-left":{display:"block",marginRight:13,overflow:"hidden",float:"left","& span":{margin:"13px 0 0"}},"&.float-right":{display:"block",marginLeft:13,overflow:"hidden",float:"right","& > span":{display:"block",overflow:"hidden",margin:"13px auto 0",textAlign:"right"}}},[Fe("table")]:{...t,margin:"16px 0",fontSize:e.typography.size.s2,lineHeight:"24px",padding:0,borderCollapse:"collapse","& tr":{borderTop:`1px solid ${e.appBorderColor}`,backgroundColor:e.appContentBg,margin:0,padding:0},"& tr:nth-of-type(2n)":{backgroundColor:e.base==="dark"?e.color.darker:e.color.lighter},"& tr th":{fontWeight:"bold",color:e.color.defaultText,border:`1px solid ${e.appBorderColor}`,margin:0,padding:"6px 13px"},"& tr td":{border:`1px solid ${e.appBorderColor}`,color:e.color.defaultText,margin:0,padding:"6px 13px"},"& tr th :first-of-type, & tr td :first-of-type":{marginTop:0},"& tr th :last-child, & tr td :last-child":{marginBottom:0}},[Fe("ul")]:{...t,margin:"16px 0",paddingLeft:30,"& :first-of-type":{marginTop:0},"& :last-child":{marginBottom:0},listStyle:"disc"}}}),G0e=F.div(({theme:e})=>({background:e.background.content,display:"flex",justifyContent:"center",padding:"4rem 20px",minHeight:"100vh",boxSizing:"border-box",gap:"3rem",[`@media (min-width: ${F4}px)`]:{}})),K0e=({children:e,toc:t})=>w.createElement(G0e,{className:"sbdocs sbdocs-wrapper"},w.createElement(q0e,{className:"sbdocs sbdocs-content"},e),t),sp=e=>({borderRadius:e.appBorderRadius,background:e.background.content,boxShadow:e.base==="light"?"rgba(0, 0, 0, 0.10) 0 1px 3px 0":"rgba(0, 0, 0, 0.20) 0 2px 5px 0",border:`1px solid ${e.appBorderColor}`}),Y0e=F(r4)({position:"absolute",left:0,right:0,top:0,transition:"transform .2s linear"}),X0e=F.div({display:"flex",alignItems:"center",gap:4}),Z0e=F.div(({theme:e})=>({width:14,height:14,borderRadius:2,margin:"0 7px",backgroundColor:e.appBorderColor,animation:`${e.animation.glow} 1.5s ease-in-out infinite`})),J0e=({isLoading:e,storyId:t,baseUrl:r,zoom:n,resetZoom:a,...o})=>w.createElement(Y0e,{...o},w.createElement(X0e,{key:"left"},e?[1,2,3].map(i=>w.createElement(Z0e,{key:i})):w.createElement(w.Fragment,null,w.createElement(to,{key:"zoomin",onClick:i=>{i.preventDefault(),n(.8)},title:"Zoom in"},w.createElement($Y,null)),w.createElement(to,{key:"zoomout",onClick:i=>{i.preventDefault(),n(1.25)},title:"Zoom out"},w.createElement(TY,null)),w.createElement(to,{key:"zoomreset",onClick:i=>{i.preventDefault(),a()},title:"Reset zoom"},w.createElement(IY,null))))),nz=u.createContext({scale:1}),{window:Q0e}=Xt,ede=class extends u.Component{constructor(){super(...arguments),this.iframe=null}componentDidMount(){let{id:e}=this.props;this.iframe=Q0e.document.getElementById(e)}shouldComponentUpdate(e){let{scale:t}=e;return t!==this.props.scale&&this.setIframeBodyStyle({width:`${t*100}%`,height:`${t*100}%`,transform:`scale(${1/t})`,transformOrigin:"top left"}),!1}setIframeBodyStyle(e){return Object.assign(this.iframe.contentDocument.body.style,e)}render(){let{id:e,title:t,src:r,allowFullScreen:n,scale:a,...o}=this.props;return w.createElement("iframe",{id:e,title:t,src:r,...n?{allow:"fullscreen"}:{},loading:"lazy",...o})}},{PREVIEW_URL:tde}=Xt,rde=tde||"iframe.html",Y2=({story:e,primary:t})=>`story--${e.id}${t?"--primary":""}`,nde=e=>{let t=u.useRef(),[r,n]=u.useState(!0),[a,o]=u.useState(),{story:i,height:l,autoplay:s,forceInitialArgs:d,renderStoryToElement:f}=e;return u.useEffect(()=>{if(!(i&&t.current))return()=>{};let h=t.current,p=f(i,h,{showMain:()=>{},showError:({title:m,description:g})=>o(new Error(`${m} - ${g}`)),showException:m=>o(m)},{autoplay:s,forceInitialArgs:d});return n(!1),()=>{Promise.resolve().then(()=>p())}},[s,f,i]),a?w.createElement("pre",null,w.createElement(vG,{error:a})):w.createElement(w.Fragment,null,l?w.createElement("style",null,`#${Y2(e)} { min-height: ${l}; transform: translateZ(0); overflow: auto }`):null,r&&w.createElement(az,null),w.createElement("div",{ref:t,id:`${Y2(e)}-inner`,"data-name":i.name}))},ade=({story:e,height:t="500px"})=>w.createElement("div",{style:{width:"100%",height:t}},w.createElement(nz.Consumer,null,({scale:r})=>w.createElement(ede,{key:"iframe",id:`iframe--${e.id}`,title:e.name,src:NK(rde,e.id,{viewMode:"story"}),allowFullScreen:!0,scale:r,style:{width:"100%",height:"100%",border:"0 none"}}))),ode=F.strong(({theme:e})=>({color:e.color.orange})),ide=e=>{let{inline:t,story:r}=e;return t&&!e.autoplay&&r.usesMount?w.createElement(ode,null,"This story mounts inside of play. Set"," ",w.createElement("a",{href:"https://storybook.js.org/docs/api/doc-blocks/doc-block-story#autoplay"},"autoplay")," ","to true to view this story."):w.createElement("div",{id:Y2(e),className:"sb-story sb-unstyled","data-story-block":"true"},t?w.createElement(nde,{...e}):w.createElement(ade,{...e}))},az=()=>w.createElement(PK,null),lde=F.div(({isColumn:e,columns:t,layout:r})=>({display:e||!t?"block":"flex",position:"relative",flexWrap:"wrap",overflow:"auto",flexDirection:e?"column":"row","& .innerZoomElementWrapper > *":e?{width:r!=="fullscreen"?"calc(100% - 20px)":"100%",display:"block"}:{maxWidth:r!=="fullscreen"?"calc(100% - 20px)":"100%",display:"inline-block"}}),({layout:e="padded"})=>e==="centered"||e==="padded"?{padding:"30px 20px","& .innerZoomElementWrapper > *":{width:"auto",border:"10px solid transparent!important"}}:{},({layout:e="padded"})=>e==="centered"?{display:"flex",justifyContent:"center",justifyItems:"center",alignContent:"center",alignItems:"center"}:{},({columns:e})=>e&&e>1?{".innerZoomElementWrapper > *":{minWidth:`calc(100% / ${e} - 20px)`}}:{}),Kx=F(rz)(({theme:e})=>({margin:0,borderTopLeftRadius:0,borderTopRightRadius:0,borderBottomLeftRadius:e.appBorderRadius,borderBottomRightRadius:e.appBorderRadius,border:"none",background:e.base==="light"?"rgba(0, 0, 0, 0.85)":jr(.05,e.background.content),color:e.color.lightest,button:{background:e.base==="light"?"rgba(0, 0, 0, 0.85)":jr(.05,e.background.content)}})),sde=F.div(({theme:e,withSource:t,isExpanded:r})=>({position:"relative",overflow:"hidden",margin:"25px 0 40px",...sp(e),borderBottomLeftRadius:t&&r&&0,borderBottomRightRadius:t&&r&&0,borderBottomWidth:r&&0,"h3 + &":{marginTop:"16px"}}),({withToolbar:e})=>e&&{paddingTop:40}),ude=(e,t,r)=>{switch(!0){case!!(e&&e.error):return{source:null,actionItem:{title:"No code available",className:"docblock-code-toggle docblock-code-toggle--disabled",disabled:!0,onClick:()=>r(!1)}};case t:return{source:w.createElement(Kx,{...e,dark:!0}),actionItem:{title:"Hide code",className:"docblock-code-toggle docblock-code-toggle--expanded",onClick:()=>r(!1)}};default:return{source:w.createElement(Kx,{...e,dark:!0}),actionItem:{title:"Show code",className:"docblock-code-toggle",onClick:()=>r(!0)}}}};function cde(e){if(u.Children.count(e)===1){let t=e;if(t.props)return t.props.id}return null}var dde=F(J0e)({position:"absolute",top:0,left:0,right:0,height:40}),pde=F.div({overflow:"hidden",position:"relative"}),oz=({isLoading:e,isColumn:t,columns:r,children:n,withSource:a,withToolbar:o=!1,isExpanded:i=!1,additionalActions:l,className:s,layout:d="padded",...f})=>{let[h,p]=u.useState(i),{source:m,actionItem:g}=ude(a,h,p),[v,C]=u.useState(1),E=[s].concat(["sbdocs","sbdocs-preview","sb-unstyled"]),y=a?[g]:[],[b,x]=u.useState(l?[...l]:[]),D=[...y,...b],{window:S}=Xt,k=u.useCallback(async A=>{let{createCopyToClipboardFunction:$}=await lC(()=>import("./index-sm7QlJZE.js"),__vite__mapDeps([0,1,2,3,4]),import.meta.url);$()},[]),_=A=>{let $=S.getSelection();$&&$.type==="Range"||(A.preventDefault(),b.filter(I=>I.title==="Copied").length===0&&k(m.props.code).then(()=>{x([...b,{title:"Copied",onClick:()=>{}}]),S.setTimeout(()=>x(b.filter(I=>I.title!=="Copied")),1500)}))};return w.createElement(sde,{withSource:a,withToolbar:o,...f,className:E.join(" ")},o&&w.createElement(dde,{isLoading:e,border:!0,zoom:A=>C(v*A),resetZoom:()=>C(1),storyId:cde(n),baseUrl:"./iframe.html"}),w.createElement(nz.Provider,{value:{scale:v}},w.createElement(pde,{className:"docs-story",onCopyCapture:a&&_},w.createElement(lde,{isColumn:t||!Array.isArray(n),columns:r,layout:d},w.createElement(uG.Element,{scale:v},Array.isArray(n)?n.map((A,$)=>w.createElement("div",{key:$},A)):w.createElement("div",null,n))),w.createElement(Dv,{actionItems:D}))),a&&h&&m)};F(oz)(()=>({".docs-story":{paddingTop:32,paddingBottom:40}}));var fde=F.table(({theme:e})=>({"&&":{borderCollapse:"collapse",borderSpacing:0,border:"none",tr:{border:"none !important",background:"none"},"td, th":{padding:0,border:"none",width:"auto!important"},marginTop:0,marginBottom:0,"th:first-of-type, td:first-of-type":{paddingLeft:0},"th:last-of-type, td:last-of-type":{paddingRight:0},td:{paddingTop:0,paddingBottom:4,"&:not(:first-of-type)":{paddingLeft:10,paddingRight:0}},tbody:{boxShadow:"none",border:"none"},code:Ca({theme:e}),div:{span:{fontWeight:"bold"}},"& code":{margin:0,display:"inline-block",fontSize:e.typography.size.s1}}})),hde=({tags:e})=>{let t=(e.params||[]).filter(o=>o.description),r=t.length!==0,n=e.deprecated!=null,a=e.returns!=null&&e.returns.description!=null;return!r&&!a&&!n?null:w.createElement(w.Fragment,null,w.createElement(fde,null,w.createElement("tbody",null,n&&w.createElement("tr",{key:"deprecated"},w.createElement("td",{colSpan:2},w.createElement("strong",null,"Deprecated"),": ",e.deprecated.toString())),r&&t.map(o=>w.createElement("tr",{key:o.name},w.createElement("td",null,w.createElement("code",null,o.name)),w.createElement("td",null,o.description))),a&&w.createElement("tr",{key:"returns"},w.createElement("td",null,w.createElement("code",null,"Returns")),w.createElement("td",null,e.returns.description)))))},X2=8,Yx=F.div(({isExpanded:e})=>({display:"flex",flexDirection:e?"column":"row",flexWrap:"wrap",alignItems:"flex-start",marginBottom:"-4px",minWidth:100})),mde=F.span(Ca,({theme:e,simple:t=!1})=>({flex:"0 0 auto",fontFamily:e.typography.fonts.mono,fontSize:e.typography.size.s1,wordBreak:"break-word",whiteSpace:"normal",maxWidth:"100%",margin:0,marginRight:"4px",marginBottom:"4px",paddingTop:"2px",paddingBottom:"2px",lineHeight:"13px",...t&&{background:"transparent",border:"0 none",paddingLeft:0}})),gde=F.button(({theme:e})=>({fontFamily:e.typography.fonts.mono,color:e.color.secondary,marginBottom:"4px",background:"none",border:"none"})),vde=F.div(Ca,({theme:e})=>({fontFamily:e.typography.fonts.mono,color:e.color.secondary,fontSize:e.typography.size.s1,margin:0,whiteSpace:"nowrap",display:"flex",alignItems:"center"})),yde=F.div(({theme:e,width:t})=>({width:t,minWidth:200,maxWidth:800,padding:15,fontFamily:e.typography.fonts.mono,fontSize:e.typography.size.s1,boxSizing:"content-box","& code":{padding:"0 !important"}})),wde=F(jY)({marginLeft:4}),bde=F(HI)({marginLeft:4}),Ede=()=>w.createElement("span",null,"-"),iz=({text:e,simple:t})=>w.createElement(mde,{simple:t},e),xde=jR(1e3)(e=>{let t=e.split(/\r?\n/);return`${Math.max(...t.map(r=>r.length))}ch`}),Cde=e=>{if(!e)return[e];let t=e.split("|").map(r=>r.trim());return Sie(t)},Xx=(e,t=!0)=>{let r=e;return t||(r=e.slice(0,X2)),r.map(n=>w.createElement(iz,{key:n,text:n===""?'""':n}))},Dde=({value:e,initialExpandedArgs:t})=>{let{summary:r,detail:n}=e,[a,o]=u.useState(!1),[i,l]=u.useState(t||!1);if(r==null)return null;let s=typeof r.toString=="function"?r.toString():r;if(n==null){if(/[(){}[\]<>]/.test(s))return w.createElement(iz,{text:s});let d=Cde(s),f=d.length;return f>X2?w.createElement(Yx,{isExpanded:i},Xx(d,i),w.createElement(gde,{onClick:()=>l(!i)},i?"Show less...":`Show ${f-X2} more...`)):w.createElement(Yx,null,Xx(d))}return w.createElement(VG,{closeOnOutsideClick:!0,placement:"bottom",visible:a,onVisibleChange:d=>{o(d)},tooltip:w.createElement(yde,{width:xde(n)},w.createElement(Gy,{language:"jsx",format:!1},n))},w.createElement(vde,{className:"sbdocs-expandable"},w.createElement("span",null,s),a?w.createElement(wde,null):w.createElement(bde,null)))},sm=({value:e,initialExpandedArgs:t})=>e==null?w.createElement(Ede,null):w.createElement(Dde,{value:e,initialExpandedArgs:t}),Sde=F.label(({theme:e})=>({lineHeight:"18px",alignItems:"center",marginBottom:8,display:"inline-block",position:"relative",whiteSpace:"nowrap",background:e.boolean.background,borderRadius:"3em",padding:1,'&[aria-disabled="true"]':{opacity:.5,input:{cursor:"not-allowed"}},input:{appearance:"none",width:"100%",height:"100%",position:"absolute",left:0,top:0,margin:0,padding:0,border:"none",background:"transparent",cursor:"pointer",borderRadius:"3em","&:focus":{outline:"none",boxShadow:`${e.color.secondary} 0 0 0 1px inset !important`}},span:{textAlign:"center",fontSize:e.typography.size.s1,fontWeight:e.typography.weight.bold,lineHeight:"1",cursor:"pointer",display:"inline-block",padding:"7px 15px",transition:"all 100ms ease-out",userSelect:"none",borderRadius:"3em",color:ge(.5,e.color.defaultText),background:"transparent","&:hover":{boxShadow:`${Lc(.3,e.appBorderColor)} 0 0 0 1px inset`},"&:active":{boxShadow:`${Lc(.05,e.appBorderColor)} 0 0 0 2px inset`,color:Lc(1,e.appBorderColor)},"&:first-of-type":{paddingRight:8},"&:last-of-type":{paddingLeft:8}},"input:checked ~ span:last-of-type, input:not(:checked) ~ span:first-of-type":{background:e.boolean.selectedBackground,boxShadow:e.base==="light"?`${Lc(.1,e.appBorderColor)} 0 0 2px`:`${e.appBorderColor} 0 0 0 1px`,color:e.color.defaultText,padding:"7px 15px"}})),kde=e=>e==="true",_de=({name:e,value:t,onChange:r,onBlur:n,onFocus:a,argType:o})=>{let i=u.useCallback(()=>r(!1),[r]),l=!!o?.table?.readonly;if(t===void 0)return w.createElement(Do,{variant:"outline",size:"medium",id:jd(e),onClick:i,disabled:l},"Set boolean");let s=Sr(e),d=typeof t=="string"?kde(t):t;return w.createElement(Sde,{"aria-disabled":l,htmlFor:s,"aria-label":e},w.createElement("input",{id:s,type:"checkbox",onChange:f=>r(f.target.checked),checked:d,role:"switch",disabled:l,name:e,onBlur:n,onFocus:a}),w.createElement("span",{"aria-hidden":"true"},"False"),w.createElement("span",{"aria-hidden":"true"},"True"))},Ade=e=>{let[t,r,n]=e.split("-"),a=new Date;return a.setFullYear(parseInt(t,10),parseInt(r,10)-1,parseInt(n,10)),a},Fde=e=>{let[t,r]=e.split(":"),n=new Date;return n.setHours(parseInt(t,10)),n.setMinutes(parseInt(r,10)),n},$de=e=>{let t=new Date(e),r=`000${t.getFullYear()}`.slice(-4),n=`0${t.getMonth()+1}`.slice(-2),a=`0${t.getDate()}`.slice(-2);return`${r}-${n}-${a}`},Tde=e=>{let t=new Date(e),r=`0${t.getHours()}`.slice(-2),n=`0${t.getMinutes()}`.slice(-2);return`${r}:${n}`},Zx=F(Hu.Input)(({readOnly:e})=>({opacity:e?.5:1})),Ide=F.div(({theme:e})=>({flex:1,display:"flex",input:{marginLeft:10,flex:1,height:32,"&::-webkit-calendar-picker-indicator":{opacity:.5,height:12,filter:e.base==="light"?void 0:"invert(1)"}},"input:first-of-type":{marginLeft:0,flexGrow:4},"input:last-of-type":{flexGrow:3}})),Rde=({name:e,value:t,onChange:r,onFocus:n,onBlur:a,argType:o})=>{let[i,l]=u.useState(!0),s=u.useRef(),d=u.useRef(),f=!!o?.table?.readonly;u.useEffect(()=>{i!==!1&&(s&&s.current&&(s.current.value=t?$de(t):""),d&&d.current&&(d.current.value=t?Tde(t):""))},[t]);let h=g=>{if(!g.target.value)return r();let v=Ade(g.target.value),C=new Date(t);C.setFullYear(v.getFullYear(),v.getMonth(),v.getDate());let E=C.getTime();E&&r(E),l(!!E)},p=g=>{if(!g.target.value)return r();let v=Fde(g.target.value),C=new Date(t);C.setHours(v.getHours()),C.setMinutes(v.getMinutes());let E=C.getTime();E&&r(E),l(!!E)},m=Sr(e);return w.createElement(Ide,null,w.createElement(Zx,{type:"date",max:"9999-12-31",ref:s,id:`${m}-date`,name:`${m}-date`,readOnly:f,onChange:h,onFocus:n,onBlur:a}),w.createElement(Zx,{type:"time",id:`${m}-time`,name:`${m}-time`,ref:d,onChange:p,readOnly:f,onFocus:n,onBlur:a}),i?null:w.createElement("div",null,"invalid"))},zde=F.label({display:"flex"}),Bde=e=>{let t=parseFloat(e);return Number.isNaN(t)?void 0:t},Lde=F(Hu.Input)(({readOnly:e})=>({opacity:e?.5:1})),Ode=({name:e,value:t,onChange:r,min:n,max:a,step:o,onBlur:i,onFocus:l,argType:s})=>{let[d,f]=u.useState(typeof t=="number"?t:""),[h,p]=u.useState(!1),[m,g]=u.useState(null),v=!!s?.table?.readonly,C=u.useCallback(b=>{f(b.target.value);let x=parseFloat(b.target.value);Number.isNaN(x)?g(new Error(`'${b.target.value}' is not a number`)):(r(x),g(null))},[r,g]),E=u.useCallback(()=>{f("0"),r(0),p(!0)},[p]),y=u.useRef(null);return u.useEffect(()=>{h&&y.current&&y.current.select()},[h]),u.useEffect(()=>{d!==(typeof t=="number"?t:"")&&f(t)},[t]),t===void 0?w.createElement(Do,{variant:"outline",size:"medium",id:jd(e),onClick:E,disabled:v},"Set number"):w.createElement(zde,null,w.createElement(Lde,{ref:y,id:Sr(e),type:"number",onChange:C,size:"flex",placeholder:"Edit number...",value:d,valid:m?"error":null,autoFocus:h,readOnly:v,name:e,min:n,max:a,step:o,onFocus:l,onBlur:i}))},lz=(e,t)=>{let r=t&&Object.entries(t).find(([n,a])=>a===e);return r?r[0]:void 0},Z2=(e,t)=>e&&t?Object.entries(t).filter(r=>e.includes(r[1])).map(r=>r[0]):[],sz=(e,t)=>e&&t&&e.map(r=>t[r]),Mde=F.div(({isInline:e})=>e?{display:"flex",flexWrap:"wrap",alignItems:"flex-start",label:{display:"inline-flex",marginRight:15}}:{label:{display:"flex"}},e=>{if(e["aria-readonly"]==="true")return{input:{cursor:"not-allowed"}}}),Pde=F.span({"[aria-readonly=true] &":{opacity:.5}}),Nde=F.label({lineHeight:"20px",alignItems:"center",marginBottom:8,"&:last-child":{marginBottom:0},input:{margin:0,marginRight:6}}),Jx=({name:e,options:t,value:r,onChange:n,isInline:a,argType:o})=>{if(!t)return A4.warn(`Checkbox with no options: ${e}`),w.createElement(w.Fragment,null,"-");let i=Z2(r,t),[l,s]=u.useState(i),d=!!o?.table?.readonly,f=p=>{let m=p.target.value,g=[...l];g.includes(m)?g.splice(g.indexOf(m),1):g.push(m),n(sz(g,t)),s(g)};u.useEffect(()=>{s(Z2(r,t))},[r]);let h=Sr(e);return w.createElement(Mde,{"aria-readonly":d,isInline:a},Object.keys(t).map((p,m)=>{let g=`${h}-${m}`;return w.createElement(Nde,{key:g,htmlFor:g},w.createElement("input",{type:"checkbox",disabled:d,id:g,name:g,value:p,onChange:f,checked:l?.includes(p)}),w.createElement(Pde,null,p))}))},jde=F.div(({isInline:e})=>e?{display:"flex",flexWrap:"wrap",alignItems:"flex-start",label:{display:"inline-flex",marginRight:15}}:{label:{display:"flex"}},e=>{if(e["aria-readonly"]==="true")return{input:{cursor:"not-allowed"}}}),Hde=F.span({"[aria-readonly=true] &":{opacity:.5}}),Vde=F.label({lineHeight:"20px",alignItems:"center",marginBottom:8,"&:last-child":{marginBottom:0},input:{margin:0,marginRight:6}}),Qx=({name:e,options:t,value:r,onChange:n,isInline:a,argType:o})=>{if(!t)return A4.warn(`Radio with no options: ${e}`),w.createElement(w.Fragment,null,"-");let i=lz(r,t),l=Sr(e),s=!!o?.table?.readonly;return w.createElement(jde,{"aria-readonly":s,isInline:a},Object.keys(t).map((d,f)=>{let h=`${l}-${f}`;return w.createElement(Vde,{key:h,htmlFor:h},w.createElement("input",{type:"radio",id:h,name:l,disabled:s,value:d,onChange:p=>n(t[p.currentTarget.value]),checked:d===i}),w.createElement(Hde,null,d))}))},Ude={appearance:"none",border:"0 none",boxSizing:"inherit",display:" block",margin:" 0",background:"transparent",padding:0,fontSize:"inherit",position:"relative"},uz=F.select(Ude,({theme:e})=>({boxSizing:"border-box",position:"relative",padding:"6px 10px",width:"100%",color:e.input.color||"inherit",background:e.input.background,borderRadius:e.input.borderRadius,boxShadow:`${e.input.border} 0 0 0 1px inset`,fontSize:e.typography.size.s2-1,lineHeight:"20px","&:focus":{boxShadow:`${e.color.secondary} 0 0 0 1px inset`,outline:"none"},"&[disabled]":{cursor:"not-allowed",opacity:.5},"::placeholder":{color:e.textMutedColor},"&[multiple]":{overflow:"auto",padding:0,option:{display:"block",padding:"6px 10px",marginLeft:1,marginRight:1}}})),cz=F.span(({theme:e})=>({display:"inline-block",lineHeight:"normal",overflow:"hidden",position:"relative",verticalAlign:"top",width:"100%",svg:{position:"absolute",zIndex:1,pointerEvents:"none",height:"12px",marginTop:"-6px",right:"12px",top:"50%",fill:e.textMutedColor,path:{fill:e.textMutedColor}}})),eC="Choose option...",Wde=({name:e,value:t,options:r,onChange:n,argType:a})=>{let o=d=>{n(r[d.currentTarget.value])},i=lz(t,r)||eC,l=Sr(e),s=!!a?.table?.readonly;return w.createElement(cz,null,w.createElement(HI,null),w.createElement(uz,{disabled:s,id:l,value:i,onChange:o},w.createElement("option",{key:"no-selection",disabled:!0},eC),Object.keys(r).map(d=>w.createElement("option",{key:d,value:d},d))))},qde=({name:e,value:t,options:r,onChange:n,argType:a})=>{let o=d=>{let f=Array.from(d.currentTarget.options).filter(h=>h.selected).map(h=>h.value);n(sz(f,r))},i=Z2(t,r),l=Sr(e),s=!!a?.table?.readonly;return w.createElement(cz,null,w.createElement(uz,{disabled:s,id:l,multiple:!0,value:i,onChange:o},Object.keys(r).map(d=>w.createElement("option",{key:d,value:d},d))))},tC=e=>{let{name:t,options:r}=e;return r?e.isMulti?w.createElement(qde,{...e}):w.createElement(Wde,{...e}):(A4.warn(`Select with no options: ${t}`),w.createElement(w.Fragment,null,"-"))},Gde=(e,t)=>Array.isArray(e)?e.reduce((r,n)=>(r[t?.[n]||String(n)]=n,r),{}):e,Kde={check:Jx,"inline-check":Jx,radio:Qx,"inline-radio":Qx,select:tC,"multi-select":tC},No=e=>{let{type:t="select",labels:r,argType:n}=e,a={...e,argType:n,options:n?Gde(n.options,r):{},isInline:t.includes("inline"),isMulti:t.includes("multi")},o=Kde[t];if(o)return w.createElement(o,{...a});throw new Error(`Unknown options type: ${t}`)},$4="value",Yde="key",Xde="Error",Zde="Object",Jde="Array",Qde="String",e1e="Number",t1e="Boolean",r1e="Date",n1e="Null",a1e="Undefined",o1e="Function",i1e="Symbol",dz="ADD_DELTA_TYPE",pz="REMOVE_DELTA_TYPE",fz="UPDATE_DELTA_TYPE";function Ya(e){return e!==null&&typeof e=="object"&&!Array.isArray(e)&&typeof e[Symbol.iterator]=="function"?"Iterable":Object.prototype.toString.call(e).slice(8,-1)}function hz(e,t){let r=Ya(e),n=Ya(t);return(r==="Function"||n==="Function")&&n!==r}var T4=class extends u.Component{constructor(e){super(e),this.state={inputRefKey:null,inputRefValue:null},this.refInputValue=this.refInputValue.bind(this),this.refInputKey=this.refInputKey.bind(this),this.onKeydown=this.onKeydown.bind(this),this.onSubmit=this.onSubmit.bind(this)}componentDidMount(){let{inputRefKey:e,inputRefValue:t}=this.state,{onlyValue:r}=this.props;e&&typeof e.focus=="function"&&e.focus(),r&&t&&typeof t.focus=="function"&&t.focus(),document.addEventListener("keydown",this.onKeydown)}componentWillUnmount(){document.removeEventListener("keydown",this.onKeydown)}onKeydown(e){e.altKey||e.ctrlKey||e.metaKey||e.shiftKey||e.repeat||((e.code==="Enter"||e.key==="Enter")&&(e.preventDefault(),this.onSubmit()),(e.code==="Escape"||e.key==="Escape")&&(e.preventDefault(),this.props.handleCancel()))}onSubmit(){let{handleAdd:e,onlyValue:t,onSubmitValueParser:r,keyPath:n,deep:a}=this.props,{inputRefKey:o,inputRefValue:i}=this.state,l={};if(!t){if(!o.value)return;l.key=o.value}l.newValue=r(!1,n,a,l.key,i.value),e(l)}refInputKey(e){this.state.inputRefKey=e}refInputValue(e){this.state.inputRefValue=e}render(){let{handleCancel:e,onlyValue:t,addButtonElement:r,cancelButtonElement:n,inputElementGenerator:a,keyPath:o,deep:i}=this.props,l=u.cloneElement(r,{onClick:this.onSubmit}),s=u.cloneElement(n,{onClick:e}),d=a($4,o,i),f=u.cloneElement(d,{placeholder:"Value",ref:this.refInputValue}),h=null;if(!t){let p=a(Yde,o,i);h=u.cloneElement(p,{placeholder:"Key",ref:this.refInputKey})}return w.createElement("span",{className:"rejt-add-value-node"},h,f,s,l)}};T4.defaultProps={onlyValue:!1,addButtonElement:w.createElement("button",null,"+"),cancelButtonElement:w.createElement("button",null,"c")};var mz=class extends u.Component{constructor(e){super(e);let t=[...e.keyPath,e.name];this.state={data:e.data,name:e.name,keyPath:t,deep:e.deep,nextDeep:e.deep+1,collapsed:e.isCollapsed(t,e.deep,e.data),addFormVisible:!1},this.handleCollapseMode=this.handleCollapseMode.bind(this),this.handleRemoveItem=this.handleRemoveItem.bind(this),this.handleAddMode=this.handleAddMode.bind(this),this.handleAddValueAdd=this.handleAddValueAdd.bind(this),this.handleAddValueCancel=this.handleAddValueCancel.bind(this),this.handleEditValue=this.handleEditValue.bind(this),this.onChildUpdate=this.onChildUpdate.bind(this),this.renderCollapsed=this.renderCollapsed.bind(this),this.renderNotCollapsed=this.renderNotCollapsed.bind(this)}static getDerivedStateFromProps(e,t){return e.data!==t.data?{data:e.data}:null}onChildUpdate(e,t){let{data:r,keyPath:n}=this.state;r[e]=t,this.setState({data:r});let{onUpdate:a}=this.props,o=n.length;a(n[o-1],r)}handleAddMode(){this.setState({addFormVisible:!0})}handleCollapseMode(){this.setState(e=>({collapsed:!e.collapsed}))}handleRemoveItem(e){return()=>{let{beforeRemoveAction:t,logger:r}=this.props,{data:n,keyPath:a,nextDeep:o}=this.state,i=n[e];t(e,a,o,i).then(()=>{let l={keyPath:a,deep:o,key:e,oldValue:i,type:pz};n.splice(e,1),this.setState({data:n});let{onUpdate:s,onDeltaUpdate:d}=this.props;s(a[a.length-1],n),d(l)}).catch(r.error)}}handleAddValueAdd({newValue:e}){let{data:t,keyPath:r,nextDeep:n}=this.state,{beforeAddAction:a,logger:o}=this.props;a(t.length,r,n,e).then(()=>{let i=[...t,e];this.setState({data:i}),this.handleAddValueCancel();let{onUpdate:l,onDeltaUpdate:s}=this.props;l(r[r.length-1],i),s({type:dz,keyPath:r,deep:n,key:i.length-1,newValue:e})}).catch(o.error)}handleAddValueCancel(){this.setState({addFormVisible:!1})}handleEditValue({key:e,value:t}){return new Promise((r,n)=>{let{beforeUpdateAction:a}=this.props,{data:o,keyPath:i,nextDeep:l}=this.state,s=o[e];a(e,i,l,s,t).then(()=>{o[e]=t,this.setState({data:o});let{onUpdate:d,onDeltaUpdate:f}=this.props;d(i[i.length-1],o),f({type:fz,keyPath:i,deep:l,key:e,newValue:t,oldValue:s}),r(void 0)}).catch(n)})}renderCollapsed(){let{name:e,data:t,keyPath:r,deep:n}=this.state,{handleRemove:a,readOnly:o,getStyle:i,dataType:l,minusMenuElement:s}=this.props,{minus:d,collapsed:f}=i(e,t,r,n,l),h=o(e,t,r,n,l),p=u.cloneElement(s,{onClick:a,className:"rejt-minus-menu",style:d});return w.createElement("span",{className:"rejt-collapsed"},w.createElement("span",{className:"rejt-collapsed-text",style:f,onClick:this.handleCollapseMode},"[...] ",t.length," ",t.length===1?"item":"items"),!h&&p)}renderNotCollapsed(){let{name:e,data:t,keyPath:r,deep:n,addFormVisible:a,nextDeep:o}=this.state,{isCollapsed:i,handleRemove:l,onDeltaUpdate:s,readOnly:d,getStyle:f,dataType:h,addButtonElement:p,cancelButtonElement:m,editButtonElement:g,inputElementGenerator:v,textareaElementGenerator:C,minusMenuElement:E,plusMenuElement:y,beforeRemoveAction:b,beforeAddAction:x,beforeUpdateAction:D,logger:S,onSubmitValueParser:k}=this.props,{minus:_,plus:A,delimiter:$,ul:I,addForm:L}=f(e,t,r,n,h),B=d(e,t,r,n,h),j=u.cloneElement(y,{onClick:this.handleAddMode,className:"rejt-plus-menu",style:A}),P=u.cloneElement(E,{onClick:l,className:"rejt-minus-menu",style:_});return w.createElement("span",{className:"rejt-not-collapsed"},w.createElement("span",{className:"rejt-not-collapsed-delimiter",style:$},"["),!a&&j,w.createElement("ul",{className:"rejt-not-collapsed-list",style:I},t.map((H,q)=>w.createElement(up,{key:q,name:q.toString(),data:H,keyPath:r,deep:o,isCollapsed:i,handleRemove:this.handleRemoveItem(q),handleUpdateValue:this.handleEditValue,onUpdate:this.onChildUpdate,onDeltaUpdate:s,readOnly:d,getStyle:f,addButtonElement:p,cancelButtonElement:m,editButtonElement:g,inputElementGenerator:v,textareaElementGenerator:C,minusMenuElement:E,plusMenuElement:y,beforeRemoveAction:b,beforeAddAction:x,beforeUpdateAction:D,logger:S,onSubmitValueParser:k}))),!B&&a&&w.createElement("div",{className:"rejt-add-form",style:L},w.createElement(T4,{handleAdd:this.handleAddValueAdd,handleCancel:this.handleAddValueCancel,onlyValue:!0,addButtonElement:p,cancelButtonElement:m,inputElementGenerator:v,keyPath:r,deep:n,onSubmitValueParser:k})),w.createElement("span",{className:"rejt-not-collapsed-delimiter",style:$},"]"),!B&&P)}render(){let{name:e,collapsed:t,data:r,keyPath:n,deep:a}=this.state,{dataType:o,getStyle:i}=this.props,l=t?this.renderCollapsed():this.renderNotCollapsed(),s=i(e,r,n,a,o);return w.createElement("div",{className:"rejt-array-node"},w.createElement("span",{onClick:this.handleCollapseMode},w.createElement("span",{className:"rejt-name",style:s.name},e," :"," ")),l)}};mz.defaultProps={keyPath:[],deep:0,minusMenuElement:w.createElement("span",null," - "),plusMenuElement:w.createElement("span",null," + ")};var gz=class extends u.Component{constructor(e){super(e);let t=[...e.keyPath,e.name];this.state={value:e.value,name:e.name,keyPath:t,deep:e.deep,editEnabled:!1,inputRef:null},this.handleEditMode=this.handleEditMode.bind(this),this.refInput=this.refInput.bind(this),this.handleCancelEdit=this.handleCancelEdit.bind(this),this.handleEdit=this.handleEdit.bind(this),this.onKeydown=this.onKeydown.bind(this)}static getDerivedStateFromProps(e,t){return e.value!==t.value?{value:e.value}:null}componentDidUpdate(){let{editEnabled:e,inputRef:t,name:r,value:n,keyPath:a,deep:o}=this.state,{readOnly:i,dataType:l}=this.props,s=i(r,n,a,o,l);e&&!s&&typeof t.focus=="function"&&t.focus()}componentDidMount(){document.addEventListener("keydown",this.onKeydown)}componentWillUnmount(){document.removeEventListener("keydown",this.onKeydown)}onKeydown(e){e.altKey||e.ctrlKey||e.metaKey||e.shiftKey||e.repeat||((e.code==="Enter"||e.key==="Enter")&&(e.preventDefault(),this.handleEdit()),(e.code==="Escape"||e.key==="Escape")&&(e.preventDefault(),this.handleCancelEdit()))}handleEdit(){let{handleUpdateValue:e,originalValue:t,logger:r,onSubmitValueParser:n,keyPath:a}=this.props,{inputRef:o,name:i,deep:l}=this.state;if(!o)return;let s=n(!0,a,l,i,o.value);e({value:s,key:i}).then(()=>{hz(t,s)||this.handleCancelEdit()}).catch(r.error)}handleEditMode(){this.setState({editEnabled:!0})}refInput(e){this.state.inputRef=e}handleCancelEdit(){this.setState({editEnabled:!1})}render(){let{name:e,value:t,editEnabled:r,keyPath:n,deep:a}=this.state,{handleRemove:o,originalValue:i,readOnly:l,dataType:s,getStyle:d,editButtonElement:f,cancelButtonElement:h,textareaElementGenerator:p,minusMenuElement:m,keyPath:g}=this.props,v=d(e,i,n,a,s),C=null,E=null,y=l(e,i,n,a,s);if(r&&!y){let b=p($4,g,a,e,i,s),x=u.cloneElement(f,{onClick:this.handleEdit}),D=u.cloneElement(h,{onClick:this.handleCancelEdit}),S=u.cloneElement(b,{ref:this.refInput,defaultValue:i});C=w.createElement("span",{className:"rejt-edit-form",style:v.editForm},S," ",D,x),E=null}else{C=w.createElement("span",{className:"rejt-value",style:v.value,onClick:y?null:this.handleEditMode},t);let b=u.cloneElement(m,{onClick:o,className:"rejt-minus-menu",style:v.minus});E=y?null:b}return w.createElement("li",{className:"rejt-function-value-node",style:v.li},w.createElement("span",{className:"rejt-name",style:v.name},e," :"," "),C,E)}};gz.defaultProps={keyPath:[],deep:0,handleUpdateValue:()=>{},editButtonElement:w.createElement("button",null,"e"),cancelButtonElement:w.createElement("button",null,"c"),minusMenuElement:w.createElement("span",null," - ")};var up=class extends u.Component{constructor(e){super(e),this.state={data:e.data,name:e.name,keyPath:e.keyPath,deep:e.deep}}static getDerivedStateFromProps(e,t){return e.data!==t.data?{data:e.data}:null}render(){let{data:e,name:t,keyPath:r,deep:n}=this.state,{isCollapsed:a,handleRemove:o,handleUpdateValue:i,onUpdate:l,onDeltaUpdate:s,readOnly:d,getStyle:f,addButtonElement:h,cancelButtonElement:p,editButtonElement:m,inputElementGenerator:g,textareaElementGenerator:v,minusMenuElement:C,plusMenuElement:E,beforeRemoveAction:y,beforeAddAction:b,beforeUpdateAction:x,logger:D,onSubmitValueParser:S}=this.props,k=()=>!0,_=Ya(e);switch(_){case Xde:return w.createElement(J2,{data:e,name:t,isCollapsed:a,keyPath:r,deep:n,handleRemove:o,onUpdate:l,onDeltaUpdate:s,readOnly:k,dataType:_,getStyle:f,addButtonElement:h,cancelButtonElement:p,editButtonElement:m,inputElementGenerator:g,textareaElementGenerator:v,minusMenuElement:C,plusMenuElement:E,beforeRemoveAction:y,beforeAddAction:b,beforeUpdateAction:x,logger:D,onSubmitValueParser:S});case Zde:return w.createElement(J2,{data:e,name:t,isCollapsed:a,keyPath:r,deep:n,handleRemove:o,onUpdate:l,onDeltaUpdate:s,readOnly:d,dataType:_,getStyle:f,addButtonElement:h,cancelButtonElement:p,editButtonElement:m,inputElementGenerator:g,textareaElementGenerator:v,minusMenuElement:C,plusMenuElement:E,beforeRemoveAction:y,beforeAddAction:b,beforeUpdateAction:x,logger:D,onSubmitValueParser:S});case Jde:return w.createElement(mz,{data:e,name:t,isCollapsed:a,keyPath:r,deep:n,handleRemove:o,onUpdate:l,onDeltaUpdate:s,readOnly:d,dataType:_,getStyle:f,addButtonElement:h,cancelButtonElement:p,editButtonElement:m,inputElementGenerator:g,textareaElementGenerator:v,minusMenuElement:C,plusMenuElement:E,beforeRemoveAction:y,beforeAddAction:b,beforeUpdateAction:x,logger:D,onSubmitValueParser:S});case Qde:return w.createElement(jn,{name:t,value:`"${e}"`,originalValue:e,keyPath:r,deep:n,handleRemove:o,handleUpdateValue:i,readOnly:d,dataType:_,getStyle:f,cancelButtonElement:p,editButtonElement:m,inputElementGenerator:g,minusMenuElement:C,logger:D,onSubmitValueParser:S});case e1e:return w.createElement(jn,{name:t,value:e,originalValue:e,keyPath:r,deep:n,handleRemove:o,handleUpdateValue:i,readOnly:d,dataType:_,getStyle:f,cancelButtonElement:p,editButtonElement:m,inputElementGenerator:g,minusMenuElement:C,logger:D,onSubmitValueParser:S});case t1e:return w.createElement(jn,{name:t,value:e?"true":"false",originalValue:e,keyPath:r,deep:n,handleRemove:o,handleUpdateValue:i,readOnly:d,dataType:_,getStyle:f,cancelButtonElement:p,editButtonElement:m,inputElementGenerator:g,minusMenuElement:C,logger:D,onSubmitValueParser:S});case r1e:return w.createElement(jn,{name:t,value:e.toISOString(),originalValue:e,keyPath:r,deep:n,handleRemove:o,handleUpdateValue:i,readOnly:k,dataType:_,getStyle:f,cancelButtonElement:p,editButtonElement:m,inputElementGenerator:g,minusMenuElement:C,logger:D,onSubmitValueParser:S});case n1e:return w.createElement(jn,{name:t,value:"null",originalValue:"null",keyPath:r,deep:n,handleRemove:o,handleUpdateValue:i,readOnly:d,dataType:_,getStyle:f,cancelButtonElement:p,editButtonElement:m,inputElementGenerator:g,minusMenuElement:C,logger:D,onSubmitValueParser:S});case a1e:return w.createElement(jn,{name:t,value:"undefined",originalValue:"undefined",keyPath:r,deep:n,handleRemove:o,handleUpdateValue:i,readOnly:d,dataType:_,getStyle:f,cancelButtonElement:p,editButtonElement:m,inputElementGenerator:g,minusMenuElement:C,logger:D,onSubmitValueParser:S});case o1e:return w.createElement(gz,{name:t,value:e.toString(),originalValue:e,keyPath:r,deep:n,handleRemove:o,handleUpdateValue:i,readOnly:d,dataType:_,getStyle:f,cancelButtonElement:p,editButtonElement:m,textareaElementGenerator:v,minusMenuElement:C,logger:D,onSubmitValueParser:S});case i1e:return w.createElement(jn,{name:t,value:e.toString(),originalValue:e,keyPath:r,deep:n,handleRemove:o,handleUpdateValue:i,readOnly:k,dataType:_,getStyle:f,cancelButtonElement:p,editButtonElement:m,inputElementGenerator:g,minusMenuElement:C,logger:D,onSubmitValueParser:S});default:return null}}};up.defaultProps={keyPath:[],deep:0};var J2=class extends u.Component{constructor(e){super(e);let t=e.deep===-1?[]:[...e.keyPath,e.name];this.state={name:e.name,data:e.data,keyPath:t,deep:e.deep,nextDeep:e.deep+1,collapsed:e.isCollapsed(t,e.deep,e.data),addFormVisible:!1},this.handleCollapseMode=this.handleCollapseMode.bind(this),this.handleRemoveValue=this.handleRemoveValue.bind(this),this.handleAddMode=this.handleAddMode.bind(this),this.handleAddValueAdd=this.handleAddValueAdd.bind(this),this.handleAddValueCancel=this.handleAddValueCancel.bind(this),this.handleEditValue=this.handleEditValue.bind(this),this.onChildUpdate=this.onChildUpdate.bind(this),this.renderCollapsed=this.renderCollapsed.bind(this),this.renderNotCollapsed=this.renderNotCollapsed.bind(this)}static getDerivedStateFromProps(e,t){return e.data!==t.data?{data:e.data}:null}onChildUpdate(e,t){let{data:r,keyPath:n}=this.state;r[e]=t,this.setState({data:r});let{onUpdate:a}=this.props,o=n.length;a(n[o-1],r)}handleAddMode(){this.setState({addFormVisible:!0})}handleAddValueCancel(){this.setState({addFormVisible:!1})}handleAddValueAdd({key:e,newValue:t}){let{data:r,keyPath:n,nextDeep:a}=this.state,{beforeAddAction:o,logger:i}=this.props;o(e,n,a,t).then(()=>{r[e]=t,this.setState({data:r}),this.handleAddValueCancel();let{onUpdate:l,onDeltaUpdate:s}=this.props;l(n[n.length-1],r),s({type:dz,keyPath:n,deep:a,key:e,newValue:t})}).catch(i.error)}handleRemoveValue(e){return()=>{let{beforeRemoveAction:t,logger:r}=this.props,{data:n,keyPath:a,nextDeep:o}=this.state,i=n[e];t(e,a,o,i).then(()=>{let l={keyPath:a,deep:o,key:e,oldValue:i,type:pz};delete n[e],this.setState({data:n});let{onUpdate:s,onDeltaUpdate:d}=this.props;s(a[a.length-1],n),d(l)}).catch(r.error)}}handleCollapseMode(){this.setState(e=>({collapsed:!e.collapsed}))}handleEditValue({key:e,value:t}){return new Promise((r,n)=>{let{beforeUpdateAction:a}=this.props,{data:o,keyPath:i,nextDeep:l}=this.state,s=o[e];a(e,i,l,s,t).then(()=>{o[e]=t,this.setState({data:o});let{onUpdate:d,onDeltaUpdate:f}=this.props;d(i[i.length-1],o),f({type:fz,keyPath:i,deep:l,key:e,newValue:t,oldValue:s}),r()}).catch(n)})}renderCollapsed(){let{name:e,keyPath:t,deep:r,data:n}=this.state,{handleRemove:a,readOnly:o,dataType:i,getStyle:l,minusMenuElement:s}=this.props,{minus:d,collapsed:f}=l(e,n,t,r,i),h=Object.getOwnPropertyNames(n),p=o(e,n,t,r,i),m=u.cloneElement(s,{onClick:a,className:"rejt-minus-menu",style:d});return w.createElement("span",{className:"rejt-collapsed"},w.createElement("span",{className:"rejt-collapsed-text",style:f,onClick:this.handleCollapseMode},"{...}"," ",h.length," ",h.length===1?"key":"keys"),!p&&m)}renderNotCollapsed(){let{name:e,data:t,keyPath:r,deep:n,nextDeep:a,addFormVisible:o}=this.state,{isCollapsed:i,handleRemove:l,onDeltaUpdate:s,readOnly:d,getStyle:f,dataType:h,addButtonElement:p,cancelButtonElement:m,editButtonElement:g,inputElementGenerator:v,textareaElementGenerator:C,minusMenuElement:E,plusMenuElement:y,beforeRemoveAction:b,beforeAddAction:x,beforeUpdateAction:D,logger:S,onSubmitValueParser:k}=this.props,{minus:_,plus:A,addForm:$,ul:I,delimiter:L}=f(e,t,r,n,h),B=Object.getOwnPropertyNames(t),j=d(e,t,r,n,h),P=u.cloneElement(y,{onClick:this.handleAddMode,className:"rejt-plus-menu",style:A}),H=u.cloneElement(E,{onClick:l,className:"rejt-minus-menu",style:_}),q=B.map(z=>w.createElement(up,{key:z,name:z,data:t[z],keyPath:r,deep:a,isCollapsed:i,handleRemove:this.handleRemoveValue(z),handleUpdateValue:this.handleEditValue,onUpdate:this.onChildUpdate,onDeltaUpdate:s,readOnly:d,getStyle:f,addButtonElement:p,cancelButtonElement:m,editButtonElement:g,inputElementGenerator:v,textareaElementGenerator:C,minusMenuElement:E,plusMenuElement:y,beforeRemoveAction:b,beforeAddAction:x,beforeUpdateAction:D,logger:S,onSubmitValueParser:k}));return w.createElement("span",{className:"rejt-not-collapsed"},w.createElement("span",{className:"rejt-not-collapsed-delimiter",style:L},"{"),!j&&P,w.createElement("ul",{className:"rejt-not-collapsed-list",style:I},q),!j&&o&&w.createElement("div",{className:"rejt-add-form",style:$},w.createElement(T4,{handleAdd:this.handleAddValueAdd,handleCancel:this.handleAddValueCancel,addButtonElement:p,cancelButtonElement:m,inputElementGenerator:v,keyPath:r,deep:n,onSubmitValueParser:k})),w.createElement("span",{className:"rejt-not-collapsed-delimiter",style:L},"}"),!j&&H)}render(){let{name:e,collapsed:t,data:r,keyPath:n,deep:a}=this.state,{getStyle:o,dataType:i}=this.props,l=t?this.renderCollapsed():this.renderNotCollapsed(),s=o(e,r,n,a,i);return w.createElement("div",{className:"rejt-object-node"},w.createElement("span",{onClick:this.handleCollapseMode},w.createElement("span",{className:"rejt-name",style:s.name},e," :"," ")),l)}};J2.defaultProps={keyPath:[],deep:0,minusMenuElement:w.createElement("span",null," - "),plusMenuElement:w.createElement("span",null," + ")};var jn=class extends u.Component{constructor(e){super(e);let t=[...e.keyPath,e.name];this.state={value:e.value,name:e.name,keyPath:t,deep:e.deep,editEnabled:!1,inputRef:null},this.handleEditMode=this.handleEditMode.bind(this),this.refInput=this.refInput.bind(this),this.handleCancelEdit=this.handleCancelEdit.bind(this),this.handleEdit=this.handleEdit.bind(this),this.onKeydown=this.onKeydown.bind(this)}static getDerivedStateFromProps(e,t){return e.value!==t.value?{value:e.value}:null}componentDidUpdate(){let{editEnabled:e,inputRef:t,name:r,value:n,keyPath:a,deep:o}=this.state,{readOnly:i,dataType:l}=this.props,s=i(r,n,a,o,l);e&&!s&&typeof t.focus=="function"&&t.focus()}componentDidMount(){document.addEventListener("keydown",this.onKeydown)}componentWillUnmount(){document.removeEventListener("keydown",this.onKeydown)}onKeydown(e){e.altKey||e.ctrlKey||e.metaKey||e.shiftKey||e.repeat||((e.code==="Enter"||e.key==="Enter")&&(e.preventDefault(),this.handleEdit()),(e.code==="Escape"||e.key==="Escape")&&(e.preventDefault(),this.handleCancelEdit()))}handleEdit(){let{handleUpdateValue:e,originalValue:t,logger:r,onSubmitValueParser:n,keyPath:a}=this.props,{inputRef:o,name:i,deep:l}=this.state;if(!o)return;let s=n(!0,a,l,i,o.value);e({value:s,key:i}).then(()=>{hz(t,s)||this.handleCancelEdit()}).catch(r.error)}handleEditMode(){this.setState({editEnabled:!0})}refInput(e){this.state.inputRef=e}handleCancelEdit(){this.setState({editEnabled:!1})}render(){let{name:e,value:t,editEnabled:r,keyPath:n,deep:a}=this.state,{handleRemove:o,originalValue:i,readOnly:l,dataType:s,getStyle:d,editButtonElement:f,cancelButtonElement:h,inputElementGenerator:p,minusMenuElement:m,keyPath:g}=this.props,v=d(e,i,n,a,s),C=l(e,i,n,a,s),E=r&&!C,y=p($4,g,a,e,i,s),b=u.cloneElement(f,{onClick:this.handleEdit}),x=u.cloneElement(h,{onClick:this.handleCancelEdit}),D=u.cloneElement(y,{ref:this.refInput,defaultValue:JSON.stringify(i)}),S=u.cloneElement(m,{onClick:o,className:"rejt-minus-menu",style:v.minus});return w.createElement("li",{className:"rejt-value-node",style:v.li},w.createElement("span",{className:"rejt-name",style:v.name},e," : "),E?w.createElement("span",{className:"rejt-edit-form",style:v.editForm},D," ",x,b):w.createElement("span",{className:"rejt-value",style:v.value,onClick:C?null:this.handleEditMode},String(t)),!C&&!E&&S)}};jn.defaultProps={keyPath:[],deep:0,handleUpdateValue:()=>Promise.resolve(),editButtonElement:w.createElement("button",null,"e"),cancelButtonElement:w.createElement("button",null,"c"),minusMenuElement:w.createElement("span",null," - ")};var l1e={minus:{color:"red"},plus:{color:"green"},collapsed:{color:"grey"},delimiter:{},ul:{padding:"0px",margin:"0 0 0 25px",listStyle:"none"},name:{color:"#2287CD"},addForm:{}},s1e={minus:{color:"red"},plus:{color:"green"},collapsed:{color:"grey"},delimiter:{},ul:{padding:"0px",margin:"0 0 0 25px",listStyle:"none"},name:{color:"#2287CD"},addForm:{}},u1e={minus:{color:"red"},editForm:{},value:{color:"#7bba3d"},li:{minHeight:"22px",lineHeight:"22px",outline:"0px"},name:{color:"#2287CD"}};function c1e(e){let t=e;if(t.indexOf("function")===0)return(0,eval)(`(${t})`);try{t=JSON.parse(e)}catch{}return t}var vz=class extends u.Component{constructor(e){super(e),this.state={data:e.data,rootName:e.rootName},this.onUpdate=this.onUpdate.bind(this),this.removeRoot=this.removeRoot.bind(this)}static getDerivedStateFromProps(e,t){return e.data!==t.data||e.rootName!==t.rootName?{data:e.data,rootName:e.rootName}:null}onUpdate(e,t){this.setState({data:t}),this.props.onFullyUpdate(t)}removeRoot(){this.onUpdate(null,null)}render(){let{data:e,rootName:t}=this.state,{isCollapsed:r,onDeltaUpdate:n,readOnly:a,getStyle:o,addButtonElement:i,cancelButtonElement:l,editButtonElement:s,inputElement:d,textareaElement:f,minusMenuElement:h,plusMenuElement:p,beforeRemoveAction:m,beforeAddAction:g,beforeUpdateAction:v,logger:C,onSubmitValueParser:E,fallback:y=null}=this.props,b=Ya(e),x=a;Ya(a)==="Boolean"&&(x=()=>a);let D=d;d&&Ya(d)!=="Function"&&(D=()=>d);let S=f;return f&&Ya(f)!=="Function"&&(S=()=>f),b==="Object"||b==="Array"?w.createElement("div",{className:"rejt-tree"},w.createElement(up,{data:e,name:t,deep:-1,isCollapsed:r,onUpdate:this.onUpdate,onDeltaUpdate:n,readOnly:x,getStyle:o,addButtonElement:i,cancelButtonElement:l,editButtonElement:s,inputElementGenerator:D,textareaElementGenerator:S,minusMenuElement:h,plusMenuElement:p,handleRemove:this.removeRoot,beforeRemoveAction:m,beforeAddAction:g,beforeUpdateAction:v,logger:C,onSubmitValueParser:E})):y}};vz.defaultProps={rootName:"root",isCollapsed:(e,t)=>t!==-1,getStyle:(e,t,r,n,a)=>{switch(a){case"Object":case"Error":return l1e;case"Array":return s1e;default:return u1e}},readOnly:()=>!1,onFullyUpdate:()=>{},onDeltaUpdate:()=>{},beforeRemoveAction:()=>Promise.resolve(),beforeAddAction:()=>Promise.resolve(),beforeUpdateAction:()=>Promise.resolve(),logger:{error:()=>{}},onSubmitValueParser:(e,t,r,n,a)=>c1e(a),inputElement:()=>w.createElement("input",null),textareaElement:()=>w.createElement("textarea",null),fallback:null};var{window:d1e}=Xt,p1e=F.div(({theme:e})=>({position:"relative",display:"flex",'&[aria-readonly="true"]':{opacity:.5},".rejt-tree":{marginLeft:"1rem",fontSize:"13px"},".rejt-value-node, .rejt-object-node > .rejt-collapsed, .rejt-array-node > .rejt-collapsed, .rejt-object-node > .rejt-not-collapsed, .rejt-array-node > .rejt-not-collapsed":{"& > svg":{opacity:0,transition:"opacity 0.2s"}},".rejt-value-node:hover, .rejt-object-node:hover > .rejt-collapsed, .rejt-array-node:hover > .rejt-collapsed, .rejt-object-node:hover > .rejt-not-collapsed, .rejt-array-node:hover > .rejt-not-collapsed":{"& > svg":{opacity:1}},".rejt-edit-form button":{display:"none"},".rejt-add-form":{marginLeft:10},".rejt-add-value-node":{display:"inline-flex",alignItems:"center"},".rejt-name":{lineHeight:"22px"},".rejt-not-collapsed-delimiter":{lineHeight:"22px"},".rejt-plus-menu":{marginLeft:5},".rejt-object-node > span > *, .rejt-array-node > span > *":{position:"relative",zIndex:2},".rejt-object-node, .rejt-array-node":{position:"relative"},".rejt-object-node > span:first-of-type::after, .rejt-array-node > span:first-of-type::after, .rejt-collapsed::before, .rejt-not-collapsed::before":{content:'""',position:"absolute",top:0,display:"block",width:"100%",marginLeft:"-1rem",padding:"0 4px 0 1rem",height:22},".rejt-collapsed::before, .rejt-not-collapsed::before":{zIndex:1,background:"transparent",borderRadius:4,transition:"background 0.2s",pointerEvents:"none",opacity:.1},".rejt-object-node:hover, .rejt-array-node:hover":{"& > .rejt-collapsed::before, & > .rejt-not-collapsed::before":{background:e.color.secondary}},".rejt-collapsed::after, .rejt-not-collapsed::after":{content:'""',position:"absolute",display:"inline-block",pointerEvents:"none",width:0,height:0},".rejt-collapsed::after":{left:-8,top:8,borderTop:"3px solid transparent",borderBottom:"3px solid transparent",borderLeft:"3px solid rgba(153,153,153,0.6)"},".rejt-not-collapsed::after":{left:-10,top:10,borderTop:"3px solid rgba(153,153,153,0.6)",borderLeft:"3px solid transparent",borderRight:"3px solid transparent"},".rejt-value":{display:"inline-block",border:"1px solid transparent",borderRadius:4,margin:"1px 0",padding:"0 4px",cursor:"text",color:e.color.defaultText},".rejt-value-node:hover > .rejt-value":{background:e.color.lighter,borderColor:e.appBorderColor}})),um=F.button(({theme:e,primary:t})=>({border:0,height:20,margin:1,borderRadius:4,background:t?e.color.secondary:"transparent",color:t?e.color.lightest:e.color.dark,fontWeight:t?"bold":"normal",cursor:"pointer",order:t?"initial":9})),f1e=F(LY)(({theme:e,disabled:t})=>({display:"inline-block",verticalAlign:"middle",width:15,height:15,padding:3,marginLeft:5,cursor:t?"not-allowed":"pointer",color:e.textMutedColor,"&:hover":t?{}:{color:e.color.ancillary},"svg + &":{marginLeft:0}})),h1e=F(OY)(({theme:e,disabled:t})=>({display:"inline-block",verticalAlign:"middle",width:15,height:15,padding:3,marginLeft:5,cursor:t?"not-allowed":"pointer",color:e.textMutedColor,"&:hover":t?{}:{color:e.color.negative},"svg + &":{marginLeft:0}})),rC=F.input(({theme:e,placeholder:t})=>({outline:0,margin:t?1:"1px 0",padding:"3px 4px",color:e.color.defaultText,background:e.background.app,border:`1px solid ${e.appBorderColor}`,borderRadius:4,lineHeight:"14px",width:t==="Key"?80:120,"&:focus":{border:`1px solid ${e.color.secondary}`}})),m1e=F(to)(({theme:e})=>({position:"absolute",zIndex:2,top:2,right:2,height:21,padding:"0 3px",background:e.background.bar,border:`1px solid ${e.appBorderColor}`,borderRadius:3,color:e.textMutedColor,fontSize:"9px",fontWeight:"bold",textDecoration:"none",span:{marginLeft:3,marginTop:1}})),g1e=F(Hu.Textarea)(({theme:e})=>({flex:1,padding:"7px 6px",fontFamily:e.typography.fonts.mono,fontSize:"12px",lineHeight:"18px","&::placeholder":{fontFamily:e.typography.fonts.base,fontSize:"13px"},"&:placeholder-shown":{padding:"7px 10px"}})),v1e={bubbles:!0,cancelable:!0,key:"Enter",code:"Enter",keyCode:13},y1e=e=>{e.currentTarget.dispatchEvent(new d1e.KeyboardEvent("keydown",v1e))},w1e=e=>{e.currentTarget.select()},b1e=e=>()=>({name:{color:e.color.secondary},collapsed:{color:e.color.dark},ul:{listStyle:"none",margin:"0 0 0 1rem",padding:0},li:{outline:0}}),nC=({name:e,value:t,onChange:r,argType:n})=>{let a=WC(),o=u.useMemo(()=>t&&cue(t),[t]),i=o!=null,[l,s]=u.useState(!i),[d,f]=u.useState(null),h=!!n?.table?.readonly,p=u.useCallback(b=>{try{b&&r(JSON.parse(b)),f(void 0)}catch(x){f(x)}},[r]),[m,g]=u.useState(!1),v=u.useCallback(()=>{r({}),g(!0)},[g]),C=u.useRef(null);if(u.useEffect(()=>{m&&C.current&&C.current.select()},[m]),!i)return w.createElement(Do,{disabled:h,id:jd(e),onClick:v},"Set object");let E=w.createElement(g1e,{ref:C,id:Sr(e),name:e,defaultValue:t===null?"":JSON.stringify(t,null,2),onBlur:b=>p(b.target.value),placeholder:"Edit JSON string...",autoFocus:m,valid:d?"error":null,readOnly:h}),y=Array.isArray(t)||typeof t=="object"&&t?.constructor===Object;return w.createElement(p1e,{"aria-readonly":h},y&&w.createElement(m1e,{onClick:b=>{b.preventDefault(),s(x=>!x)}},l?w.createElement(zY,null):w.createElement(RY,null),w.createElement("span",null,"RAW")),l?E:w.createElement(vz,{readOnly:h||!y,isCollapsed:y?void 0:()=>!0,data:o,rootName:e,onFullyUpdate:r,getStyle:b1e(a),cancelButtonElement:w.createElement(um,{type:"button"},"Cancel"),editButtonElement:w.createElement(um,{type:"submit"},"Save"),addButtonElement:w.createElement(um,{type:"submit",primary:!0},"Save"),plusMenuElement:w.createElement(f1e,null),minusMenuElement:w.createElement(h1e,null),inputElement:(b,x,D,S)=>S?w.createElement(rC,{onFocus:w1e,onBlur:y1e}):w.createElement(rC,null),fallback:E}))},E1e=F.input(({theme:e,min:t,max:r,value:n,disabled:a})=>({"&":{width:"100%",backgroundColor:"transparent",appearance:"none"},"&::-webkit-slider-runnable-track":{background:e.base==="light"?`linear-gradient(to right,
572
+ ${e.color.green} 0%, ${e.color.green} ${(n-t)/(r-t)*100}%,
573
+ ${jr(.02,e.input.background)} ${(n-t)/(r-t)*100}%,
574
+ ${jr(.02,e.input.background)} 100%)`:`linear-gradient(to right,
575
+ ${e.color.green} 0%, ${e.color.green} ${(n-t)/(r-t)*100}%,
576
+ ${Ma(.02,e.input.background)} ${(n-t)/(r-t)*100}%,
577
+ ${Ma(.02,e.input.background)} 100%)`,boxShadow:`${e.appBorderColor} 0 0 0 1px inset`,borderRadius:6,width:"100%",height:6,cursor:a?"not-allowed":"pointer"},"&::-webkit-slider-thumb":{marginTop:"-6px",width:16,height:16,border:`1px solid ${Vr(e.appBorderColor,.2)}`,borderRadius:"50px",boxShadow:`0 1px 3px 0px ${Vr(e.appBorderColor,.2)}`,cursor:a?"not-allowed":"grab",appearance:"none",background:`${e.input.background}`,transition:"all 150ms ease-out","&:hover":{background:`${jr(.05,e.input.background)}`,transform:"scale3d(1.1, 1.1, 1.1) translateY(-1px)",transition:"all 50ms ease-out"},"&:active":{background:`${e.input.background}`,transform:"scale3d(1, 1, 1) translateY(0px)",cursor:a?"not-allowed":"grab"}},"&:focus":{outline:"none","&::-webkit-slider-runnable-track":{borderColor:Vr(e.color.secondary,.4)},"&::-webkit-slider-thumb":{borderColor:e.color.secondary,boxShadow:`0 0px 5px 0px ${e.color.secondary}`}},"&::-moz-range-track":{background:e.base==="light"?`linear-gradient(to right,
578
+ ${e.color.green} 0%, ${e.color.green} ${(n-t)/(r-t)*100}%,
579
+ ${jr(.02,e.input.background)} ${(n-t)/(r-t)*100}%,
580
+ ${jr(.02,e.input.background)} 100%)`:`linear-gradient(to right,
581
+ ${e.color.green} 0%, ${e.color.green} ${(n-t)/(r-t)*100}%,
582
+ ${Ma(.02,e.input.background)} ${(n-t)/(r-t)*100}%,
583
+ ${Ma(.02,e.input.background)} 100%)`,boxShadow:`${e.appBorderColor} 0 0 0 1px inset`,borderRadius:6,width:"100%",height:6,cursor:a?"not-allowed":"pointer",outline:"none"},"&::-moz-range-thumb":{width:16,height:16,border:`1px solid ${Vr(e.appBorderColor,.2)}`,borderRadius:"50px",boxShadow:`0 1px 3px 0px ${Vr(e.appBorderColor,.2)}`,cursor:a?"not-allowed":"grap",background:`${e.input.background}`,transition:"all 150ms ease-out","&:hover":{background:`${jr(.05,e.input.background)}`,transform:"scale3d(1.1, 1.1, 1.1) translateY(-1px)",transition:"all 50ms ease-out"},"&:active":{background:`${e.input.background}`,transform:"scale3d(1, 1, 1) translateY(0px)",cursor:"grabbing"}},"&::-ms-track":{background:e.base==="light"?`linear-gradient(to right,
584
+ ${e.color.green} 0%, ${e.color.green} ${(n-t)/(r-t)*100}%,
585
+ ${jr(.02,e.input.background)} ${(n-t)/(r-t)*100}%,
586
+ ${jr(.02,e.input.background)} 100%)`:`linear-gradient(to right,
587
+ ${e.color.green} 0%, ${e.color.green} ${(n-t)/(r-t)*100}%,
588
+ ${Ma(.02,e.input.background)} ${(n-t)/(r-t)*100}%,
589
+ ${Ma(.02,e.input.background)} 100%)`,boxShadow:`${e.appBorderColor} 0 0 0 1px inset`,color:"transparent",width:"100%",height:"6px",cursor:"pointer"},"&::-ms-fill-lower":{borderRadius:6},"&::-ms-fill-upper":{borderRadius:6},"&::-ms-thumb":{width:16,height:16,background:`${e.input.background}`,border:`1px solid ${Vr(e.appBorderColor,.2)}`,borderRadius:50,cursor:"grab",marginTop:0},"@supports (-ms-ime-align:auto)":{"input[type=range]":{margin:"0"}}})),yz=F.span({paddingLeft:5,paddingRight:5,fontSize:12,whiteSpace:"nowrap",fontFeatureSettings:"tnum",fontVariantNumeric:"tabular-nums","[aria-readonly=true] &":{opacity:.5}}),x1e=F(yz)(({numberOFDecimalsPlaces:e,max:t})=>({width:`${e+t.toString().length*2+3}ch`,textAlign:"right",flexShrink:0})),C1e=F.div({display:"flex",alignItems:"center",width:"100%"});function D1e(e){let t=e.toString().match(/(?:\.(\d+))?(?:[eE]([+-]?\d+))?$/);return t?Math.max(0,(t[1]?t[1].length:0)-(t[2]?+t[2]:0)):0}var S1e=({name:e,value:t,onChange:r,min:n=0,max:a=100,step:o=1,onBlur:i,onFocus:l,argType:s})=>{let d=m=>{r(Bde(m.target.value))},f=t!==void 0,h=u.useMemo(()=>D1e(o),[o]),p=!!s?.table?.readonly;return w.createElement(C1e,{"aria-readonly":p},w.createElement(yz,null,n),w.createElement(E1e,{id:Sr(e),type:"range",disabled:p,onChange:d,name:e,value:t,min:n,max:a,step:o,onFocus:l,onBlur:i}),w.createElement(x1e,{numberOFDecimalsPlaces:h,max:a},f?t.toFixed(h):"--"," / ",a))},k1e=F.label({display:"flex"}),_1e=F.div(({isMaxed:e})=>({marginLeft:"0.75rem",paddingTop:"0.35rem",color:e?"red":void 0})),A1e=({name:e,value:t,onChange:r,onFocus:n,onBlur:a,maxLength:o,argType:i})=>{let l=m=>{r(m.target.value)},s=!!i?.table?.readonly,[d,f]=u.useState(!1),h=u.useCallback(()=>{r(""),f(!0)},[f]);if(t===void 0)return w.createElement(Do,{variant:"outline",size:"medium",disabled:s,id:jd(e),onClick:h},"Set string");let p=typeof t=="string";return w.createElement(k1e,null,w.createElement(Hu.Textarea,{id:Sr(e),maxLength:o,onChange:l,disabled:s,size:"flex",placeholder:"Edit string...",autoFocus:d,valid:p?null:"error",name:e,value:p?t:"",onFocus:n,onBlur:a}),o&&w.createElement(_1e,{isMaxed:t?.length===o},t?.length??0," / ",o))},F1e=F(Hu.Input)({padding:10});function $1e(e){e.forEach(t=>{t.startsWith("blob:")&&URL.revokeObjectURL(t)})}var T1e=({onChange:e,name:t,accept:r="image/*",value:n,argType:a})=>{let o=u.useRef(null),i=a?.control?.readOnly;function l(s){if(!s.target.files)return;let d=Array.from(s.target.files).map(f=>URL.createObjectURL(f));e(d),$1e(n)}return u.useEffect(()=>{n==null&&o.current&&(o.current.value=null)},[n,t]),w.createElement(F1e,{ref:o,id:Sr(t),type:"file",name:t,multiple:!0,disabled:i,onChange:l,accept:r,size:"flex"})},I1e=u.lazy(()=>lC(()=>import("./Color-KGDBMAHA-CH-YyWYq.js"),__vite__mapDeps([5,1,2,3,4]),import.meta.url)),R1e=e=>w.createElement(u.Suspense,{fallback:w.createElement("div",null)},w.createElement(I1e,{...e})),z1e={array:nC,object:nC,boolean:_de,color:R1e,date:Rde,number:Ode,check:No,"inline-check":No,radio:No,"inline-radio":No,select:No,"multi-select":No,range:S1e,text:A1e,file:T1e},aC=()=>w.createElement(w.Fragment,null,"-"),B1e=({row:e,arg:t,updateArgs:r,isHovered:n})=>{let{key:a,control:o}=e,[i,l]=u.useState(!1),[s,d]=u.useState({value:t});u.useEffect(()=>{i||d({value:t})},[i,t]);let f=u.useCallback(v=>(d({value:v}),r({[a]:v}),v),[r,a]),h=u.useCallback(()=>l(!1),[]),p=u.useCallback(()=>l(!0),[]);if(!o||o.disable){let v=o?.disable!==!0&&e?.type?.name!=="function";return n&&v?w.createElement(xi,{href:"https://storybook.js.org/docs/react/essentials/controls",target:"_blank",withArrow:!0},"Setup controls"):w.createElement(aC,null)}let m={name:a,argType:e,value:s.value,onChange:f,onBlur:h,onFocus:p},g=z1e[o.type]||aC;return w.createElement(g,{...m,...o,controlType:o.type})},L1e=F.span({fontWeight:"bold"}),O1e=F.span(({theme:e})=>({color:e.color.negative,fontFamily:e.typography.fonts.mono,cursor:"help"})),M1e=F.div(({theme:e})=>({"&&":{p:{margin:"0 0 10px 0"},a:{color:e.color.secondary}},code:{...Ca({theme:e}),fontSize:12,fontFamily:e.typography.fonts.mono},"& code":{margin:0,display:"inline-block"},"& pre > code":{whiteSpace:"pre-wrap"}})),P1e=F.div(({theme:e,hasDescription:t})=>({color:e.base==="light"?ge(.1,e.color.defaultText):ge(.2,e.color.defaultText),marginTop:t?4:0})),N1e=F.div(({theme:e,hasDescription:t})=>({color:e.base==="light"?ge(.1,e.color.defaultText):ge(.2,e.color.defaultText),marginTop:t?12:0,marginBottom:12})),j1e=F.td(({theme:e,expandable:t})=>({paddingLeft:t?"40px !important":"20px !important"})),H1e=e=>e&&{summary:typeof e=="string"?e:e.name},jc=e=>{let[t,r]=u.useState(!1),{row:n,updateArgs:a,compact:o,expandable:i,initialExpandedArgs:l}=e,{name:s,description:d}=n,f=n.table||{},h=f.type||H1e(n.type),p=f.defaultValue||n.defaultValue,m=n.type?.required,g=d!=null&&d!=="";return w.createElement("tr",{onMouseEnter:()=>r(!0),onMouseLeave:()=>r(!1)},w.createElement(j1e,{expandable:i},w.createElement(L1e,null,s),m?w.createElement(O1e,{title:"Required"},"*"):null),o?null:w.createElement("td",null,g&&w.createElement(M1e,null,w.createElement(PR,null,d)),f.jsDocTags!=null?w.createElement(w.Fragment,null,w.createElement(N1e,{hasDescription:g},w.createElement(sm,{value:h,initialExpandedArgs:l})),w.createElement(hde,{tags:f.jsDocTags})):w.createElement(P1e,{hasDescription:g},w.createElement(sm,{value:h,initialExpandedArgs:l}))),o?null:w.createElement("td",null,w.createElement(sm,{value:p,initialExpandedArgs:l})),a?w.createElement("td",null,w.createElement(B1e,{...e,isHovered:t})):null)},V1e=F(PY)(({theme:e})=>({marginRight:8,marginLeft:-10,marginTop:-2,height:12,width:12,color:e.base==="light"?ge(.25,e.color.defaultText):ge(.3,e.color.defaultText),border:"none",display:"inline-block"})),U1e=F(NY)(({theme:e})=>({marginRight:8,marginLeft:-10,marginTop:-2,height:12,width:12,color:e.base==="light"?ge(.25,e.color.defaultText):ge(.3,e.color.defaultText),border:"none",display:"inline-block"})),W1e=F.span(({theme:e})=>({display:"flex",lineHeight:"20px",alignItems:"center"})),q1e=F.td(({theme:e})=>({position:"relative",letterSpacing:"0.35em",textTransform:"uppercase",fontWeight:e.typography.weight.bold,fontSize:e.typography.size.s1-1,color:e.base==="light"?ge(.4,e.color.defaultText):ge(.6,e.color.defaultText),background:`${e.background.app} !important`,"& ~ td":{background:`${e.background.app} !important`}})),G1e=F.td(({theme:e})=>({position:"relative",fontWeight:e.typography.weight.bold,fontSize:e.typography.size.s2-1,background:e.background.app})),K1e=F.td(()=>({position:"relative"})),Y1e=F.tr(({theme:e})=>({"&:hover > td":{backgroundColor:`${Ma(.005,e.background.app)} !important`,boxShadow:`${e.color.mediumlight} 0 - 1px 0 0 inset`,cursor:"row-resize"}})),oC=F.button(()=>({background:"none",border:"none",padding:"0",font:"inherit",position:"absolute",top:0,bottom:0,left:0,right:0,height:"100%",width:"100%",color:"transparent",cursor:"row-resize !important"})),cm=({level:e="section",label:t,children:r,initialExpanded:n=!0,colSpan:a=3})=>{let[o,i]=u.useState(n),l=e==="subsection"?G1e:q1e,s=r?.length||0,d=e==="subsection"?`${s} item${s!==1?"s":""}`:"",f=`${o?"Hide":"Show"} ${e==="subsection"?s:t} item${s!==1?"s":""}`;return w.createElement(w.Fragment,null,w.createElement(Y1e,{title:f},w.createElement(l,{colSpan:1},w.createElement(oC,{onClick:h=>i(!o),tabIndex:0},f),w.createElement(W1e,null,o?w.createElement(V1e,null):w.createElement(U1e,null),t)),w.createElement(K1e,{colSpan:a-1},w.createElement(oC,{onClick:h=>i(!o),tabIndex:-1,style:{outline:"none"}},f),o?null:d)),o?r:null)},Hc=F.div(({theme:e})=>({display:"flex",gap:16,borderBottom:`1px solid ${e.appBorderColor}`,"&:last-child":{borderBottom:0}})),Je=F.div(({numColumn:e})=>({display:"flex",flexDirection:"column",flex:e||1,gap:5,padding:"12px 20px"})),$e=F.div(({theme:e,width:t,height:r})=>({animation:`${e.animation.glow} 1.5s ease-in-out infinite`,background:e.appBorderColor,width:t||"100%",height:r||16,borderRadius:3})),Qe=[2,4,2,2],X1e=()=>w.createElement(w.Fragment,null,w.createElement(Hc,null,w.createElement(Je,{numColumn:Qe[0]},w.createElement($e,{width:"60%"})),w.createElement(Je,{numColumn:Qe[1]},w.createElement($e,{width:"30%"})),w.createElement(Je,{numColumn:Qe[2]},w.createElement($e,{width:"60%"})),w.createElement(Je,{numColumn:Qe[3]},w.createElement($e,{width:"60%"}))),w.createElement(Hc,null,w.createElement(Je,{numColumn:Qe[0]},w.createElement($e,{width:"60%"})),w.createElement(Je,{numColumn:Qe[1]},w.createElement($e,{width:"80%"}),w.createElement($e,{width:"30%"})),w.createElement(Je,{numColumn:Qe[2]},w.createElement($e,{width:"60%"})),w.createElement(Je,{numColumn:Qe[3]},w.createElement($e,{width:"60%"}))),w.createElement(Hc,null,w.createElement(Je,{numColumn:Qe[0]},w.createElement($e,{width:"60%"})),w.createElement(Je,{numColumn:Qe[1]},w.createElement($e,{width:"80%"}),w.createElement($e,{width:"30%"})),w.createElement(Je,{numColumn:Qe[2]},w.createElement($e,{width:"60%"})),w.createElement(Je,{numColumn:Qe[3]},w.createElement($e,{width:"60%"}))),w.createElement(Hc,null,w.createElement(Je,{numColumn:Qe[0]},w.createElement($e,{width:"60%"})),w.createElement(Je,{numColumn:Qe[1]},w.createElement($e,{width:"80%"}),w.createElement($e,{width:"30%"})),w.createElement(Je,{numColumn:Qe[2]},w.createElement($e,{width:"60%"})),w.createElement(Je,{numColumn:Qe[3]},w.createElement($e,{width:"60%"})))),Z1e=F.div(({inAddonPanel:e,theme:t})=>({height:e?"100%":"auto",display:"flex",border:e?"none":`1px solid ${t.appBorderColor}`,borderRadius:e?0:t.appBorderRadius,padding:e?0:40,alignItems:"center",justifyContent:"center",flexDirection:"column",gap:15,background:t.background.content,boxShadow:"rgba(0, 0, 0, 0.10) 0 1px 3px 0"})),J1e=F.div(({theme:e})=>({display:"flex",fontSize:e.typography.size.s2-1,gap:25})),Q1e=F.div(({theme:e})=>({width:1,height:16,backgroundColor:e.appBorderColor})),epe=({inAddonPanel:e})=>{let[t,r]=u.useState(!0);return u.useEffect(()=>{let n=setTimeout(()=>{r(!1)},100);return()=>clearTimeout(n)},[]),t?null:w.createElement(Z1e,{inAddonPanel:e},w.createElement(zI,{title:e?"Interactive story playground":"Args table with interactive controls couldn't be auto-generated",description:w.createElement(w.Fragment,null,"Controls give you an easy to use interface to test your components. Set your story args and you'll see controls appearing here automatically."),footer:w.createElement(J1e,null,e&&w.createElement(w.Fragment,null,w.createElement(xi,{href:"https://youtu.be/0gOfS6K0x0E",target:"_blank",withArrow:!0},w.createElement(BY,null)," Watch 5m video"),w.createElement(Q1e,null),w.createElement(xi,{href:"https://storybook.js.org/docs/essentials/controls",target:"_blank",withArrow:!0},w.createElement(j2,null)," Read docs")),!e&&w.createElement(xi,{href:"https://storybook.js.org/docs/essentials/controls",target:"_blank",withArrow:!0},w.createElement(j2,null)," Learn how to set that up"))}))},tpe=F.table(({theme:e,compact:t,inAddonPanel:r})=>({"&&":{borderSpacing:0,color:e.color.defaultText,"td, th":{padding:0,border:"none",verticalAlign:"top",textOverflow:"ellipsis"},fontSize:e.typography.size.s2-1,lineHeight:"20px",textAlign:"left",width:"100%",marginTop:r?0:25,marginBottom:r?0:40,"thead th:first-of-type, td:first-of-type":{width:"25%"},"th:first-of-type, td:first-of-type":{paddingLeft:20},"th:nth-of-type(2), td:nth-of-type(2)":{...t?null:{width:"35%"}},"td:nth-of-type(3)":{...t?null:{width:"15%"}},"th:last-of-type, td:last-of-type":{paddingRight:20,...t?null:{width:"25%"}},th:{color:e.base==="light"?ge(.25,e.color.defaultText):ge(.45,e.color.defaultText),paddingTop:10,paddingBottom:10,paddingLeft:15,paddingRight:15},td:{paddingTop:"10px",paddingBottom:"10px","&:not(:first-of-type)":{paddingLeft:15,paddingRight:15},"&:last-of-type":{paddingRight:20}},marginLeft:r?0:1,marginRight:r?0:1,tbody:{...r?null:{filter:e.base==="light"?"drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.10))":"drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.20))"},"> tr > *":{background:e.background.content,borderTop:`1px solid ${e.appBorderColor}`},...r?null:{"> tr:first-of-type > *":{borderBlockStart:`1px solid ${e.appBorderColor}`},"> tr:last-of-type > *":{borderBlockEnd:`1px solid ${e.appBorderColor}`},"> tr > *:first-of-type":{borderInlineStart:`1px solid ${e.appBorderColor}`},"> tr > *:last-of-type":{borderInlineEnd:`1px solid ${e.appBorderColor}`},"> tr:first-of-type > td:first-of-type":{borderTopLeftRadius:e.appBorderRadius},"> tr:first-of-type > td:last-of-type":{borderTopRightRadius:e.appBorderRadius},"> tr:last-of-type > td:first-of-type":{borderBottomLeftRadius:e.appBorderRadius},"> tr:last-of-type > td:last-of-type":{borderBottomRightRadius:e.appBorderRadius}}}}})),rpe=F(to)(({theme:e})=>({margin:"-4px -12px -4px 0"})),npe=F.span({display:"flex",justifyContent:"space-between"}),ape={alpha:(e,t)=>e.name.localeCompare(t.name),requiredFirst:(e,t)=>+!!t.type?.required-+!!e.type?.required||e.name.localeCompare(t.name),none:void 0},ope=(e,t)=>{let r={ungrouped:[],ungroupedSubsections:{},sections:{}};if(!e)return r;Object.entries(e).forEach(([o,i])=>{let{category:l,subcategory:s}=i?.table||{};if(l){let d=r.sections[l]||{ungrouped:[],subsections:{}};if(!s)d.ungrouped.push({key:o,...i});else{let f=d.subsections[s]||[];f.push({key:o,...i}),d.subsections[s]=f}r.sections[l]=d}else if(s){let d=r.ungroupedSubsections[s]||[];d.push({key:o,...i}),r.ungroupedSubsections[s]=d}else r.ungrouped.push({key:o,...i})});let n=ape[t],a=o=>n?Object.keys(o).reduce((i,l)=>({...i,[l]:o[l].sort(n)}),{}):o;return{ungrouped:r.ungrouped.sort(n),ungroupedSubsections:a(r.ungroupedSubsections),sections:Object.keys(r.sections).reduce((o,i)=>({...o,[i]:{ungrouped:r.sections[i].ungrouped.sort(n),subsections:a(r.sections[i].subsections)}}),{})}},ipe=(e,t,r)=>{try{return _z(e,t,r)}catch(n){return $0e.warn(n.message),!1}},Q2=e=>{let{updateArgs:t,resetArgs:r,compact:n,inAddonPanel:a,initialExpandedArgs:o,sort:i="none",isLoading:l}=e;if("error"in e){let{error:y}=e;return w.createElement(tz,null,y," ",w.createElement(xi,{href:"http://storybook.js.org/docs/",target:"_blank",withArrow:!0},w.createElement(j2,null)," Read the docs"))}if(l)return w.createElement(X1e,null);let{rows:s,args:d,globals:f}="rows"in e&&e,h=ope(Nae(s,y=>!y?.table?.disable&&ipe(y,d||{},f||{})),i),p=h.ungrouped.length===0,m=Object.entries(h.sections).length===0,g=Object.entries(h.ungroupedSubsections).length===0;if(p&&m&&g)return w.createElement(epe,{inAddonPanel:a});let v=1;t&&(v+=1),n||(v+=2);let C=Object.keys(h.sections).length>0,E={updateArgs:t,compact:n,inAddonPanel:a,initialExpandedArgs:o};return w.createElement(cT,null,w.createElement(tpe,{compact:n,inAddonPanel:a,className:"docblock-argstable sb-unstyled"},w.createElement("thead",{className:"docblock-argstable-head"},w.createElement("tr",null,w.createElement("th",null,w.createElement("span",null,"Name")),n?null:w.createElement("th",null,w.createElement("span",null,"Description")),n?null:w.createElement("th",null,w.createElement("span",null,"Default")),t?w.createElement("th",null,w.createElement(npe,null,"Control"," ",!l&&r&&w.createElement(rpe,{onClick:()=>r(),title:"Reset controls"},w.createElement(HY,{"aria-hidden":!0})))):null)),w.createElement("tbody",{className:"docblock-argstable-body"},h.ungrouped.map(y=>w.createElement(jc,{key:y.key,row:y,arg:d&&d[y.key],...E})),Object.entries(h.ungroupedSubsections).map(([y,b])=>w.createElement(cm,{key:y,label:y,level:"subsection",colSpan:v},b.map(x=>w.createElement(jc,{key:x.key,row:x,arg:d&&d[x.key],expandable:C,...E})))),Object.entries(h.sections).map(([y,b])=>w.createElement(cm,{key:y,label:y,level:"section",colSpan:v},b.ungrouped.map(x=>w.createElement(jc,{key:x.key,row:x,arg:d&&d[x.key],...E})),Object.entries(b.subsections).map(([x,D])=>w.createElement(cm,{key:x,label:x,level:"subsection",colSpan:v},D.map(S=>w.createElement(jc,{key:S.key,row:S,arg:d&&d[S.key],expandable:C,...E})))))))))},lpe=({tabs:e,...t})=>{let r=Object.entries(e);return r.length===1?w.createElement(Q2,{...r[0][1],...t}):w.createElement(SK,null,r.map((n,a)=>{let[o,i]=n,l=`prop_table_div_${o}`,s="div",d=a===0?t:{sort:t.sort};return w.createElement(s,{key:l,id:l,title:o},({active:f})=>f?w.createElement(Q2,{key:`prop_table_${o}`,...i,...d}):null)}))};F.div(({theme:e})=>({marginRight:30,fontSize:`${e.typography.size.s1}px`,color:e.base==="light"?ge(.4,e.color.defaultText):ge(.6,e.color.defaultText)}));F.div({overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"});F.div({display:"flex",flexDirection:"row",alignItems:"baseline","&:not(:last-child)":{marginBottom:"1rem"}});F.div(Ce,({theme:e})=>({...sp(e),margin:"25px 0 40px",padding:"30px 20px"}));F.div(({theme:e})=>({fontWeight:e.typography.weight.bold,color:e.color.defaultText}));F.div(({theme:e})=>({color:e.base==="light"?ge(.2,e.color.defaultText):ge(.6,e.color.defaultText)}));F.div({flex:"0 0 30%",lineHeight:"20px",marginTop:5});F.div(({theme:e})=>({flex:1,textAlign:"center",fontFamily:e.typography.fonts.mono,fontSize:e.typography.size.s1,lineHeight:1,overflow:"hidden",color:e.base==="light"?ge(.4,e.color.defaultText):ge(.6,e.color.defaultText),"> div":{display:"inline-block",overflow:"hidden",maxWidth:"100%",textOverflow:"ellipsis"},span:{display:"block",marginTop:2}}));F.div({display:"flex",flexDirection:"row"});F.div(({background:e})=>({position:"relative",flex:1,"&::before":{position:"absolute",top:0,left:0,width:"100%",height:"100%",background:e,content:'""'}}));F.div(({theme:e})=>({...sp(e),display:"flex",flexDirection:"row",height:50,marginBottom:5,overflow:"hidden",backgroundColor:"white",backgroundImage:"repeating-linear-gradient(-45deg, #ccc, #ccc 1px, #fff 1px, #fff 16px)",backgroundClip:"padding-box"}));F.div({display:"flex",flexDirection:"column",flex:1,position:"relative",marginBottom:30});F.div({flex:1,display:"flex",flexDirection:"row"});F.div({display:"flex",alignItems:"flex-start"});F.div({flex:"0 0 30%"});F.div({flex:1});F.div(({theme:e})=>({display:"flex",flexDirection:"row",alignItems:"center",paddingBottom:20,fontWeight:e.typography.weight.bold,color:e.base==="light"?ge(.4,e.color.defaultText):ge(.6,e.color.defaultText)}));F.div(({theme:e})=>({fontSize:e.typography.size.s2,lineHeight:"20px",display:"flex",flexDirection:"column"}));F.div(({theme:e})=>({fontFamily:e.typography.fonts.base,fontSize:e.typography.size.s2,color:e.color.defaultText,marginLeft:10,lineHeight:1.2}));F.div(({theme:e})=>({...sp(e),overflow:"hidden",height:40,width:40,display:"flex",alignItems:"center",justifyContent:"center",flex:"none","> img, > svg":{width:20,height:20}}));F.div({display:"inline-flex",flexDirection:"row",alignItems:"center",flex:"0 1 calc(20% - 10px)",minWidth:120,margin:"0px 10px 30px 0"});F.div({display:"flex",flexFlow:"row wrap"});var spe=e=>`anchor--${e}`,wz=({storyId:e,children:t})=>w.createElement("div",{id:spe(e),className:"sb-anchor"},t);Xt&&Xt.__DOCS_CONTEXT__===void 0&&(Xt.__DOCS_CONTEXT__=u.createContext(null),Xt.__DOCS_CONTEXT__.displayName="DocsContext");var Ar=Xt?Xt.__DOCS_CONTEXT__:u.createContext(null),Ao=(e,t)=>u.useContext(Ar).resolveOf(e,t),upe=e=>e.split("-").map(t=>t.charAt(0).toUpperCase()+t.slice(1)).join(""),cpe=e=>{if(e)return typeof e=="string"?e.includes("-")?upe(e):e:e.__docgenInfo&&e.__docgenInfo.displayName?e.__docgenInfo.displayName:e.name};function dpe(e,t="start"){e.scrollIntoView({behavior:"smooth",block:t,inline:"nearest"})}function bz(e){return A0e(e,{allowFunction:!1})}var Ez=u.createContext({sources:{}}),xz="--unknown--",ppe=({children:e,channel:t})=>{let[r,n]=u.useState({});return u.useEffect(()=>{let a=(o,i=null,l=!1)=>{let{id:s,args:d=void 0,source:f,format:h}=typeof o=="string"?{id:o,source:i,format:l}:o,p=d?bz(d):xz;n(m=>({...m,[s]:{...m[s],[p]:{code:f,format:h}}}))};return t.on(M4,a),()=>t.off(M4,a)},[]),w.createElement(Ez.Provider,{value:{sources:r}},e)},fpe=(e,t,r)=>{let{sources:n}=r,a=n?.[e];return a?.[bz(t)]||a?.[xz]||{code:""}},hpe=({snippet:e,storyContext:t,typeFromProps:r,transformFromProps:n})=>{let{__isArgsStory:a}=t.parameters,o=t.parameters.docs?.source||{},i=r||o.type||pp.AUTO;if(o.code!==void 0)return o.code;let l=i===pp.DYNAMIC||i===pp.AUTO&&e&&a?e:o.originalSource||"";return(n??o.transform)?.(l,t)||l},mpe=(e,t,r)=>{let n,{of:a}=e;if("of"in e&&a===void 0)throw new Error("Unexpected `of={undefined}`, did you mistype a CSF file reference?");if(a)n=t.resolveOf(a,["story"]).story;else try{n=t.storyById()}catch{}let o=n?.parameters?.docs?.source||{},{code:i}=e,l=e.format??o.format,s=e.language??o.language??"jsx",d=e.dark??o.dark??!1;if(!i&&!n)return{error:"Oh no! The source is not available."};if(i)return{code:i,format:l,language:s,dark:d};let f=t.getStoryContext(n),h=e.__forceInitialArgs?f.initialArgs:f.unmappedArgs,p=fpe(n.id,h,r);return l=p.format??n.parameters.docs?.source?.format??!1,{code:hpe({snippet:p.code,storyContext:{...f,args:h},typeFromProps:e.type,transformFromProps:e.transform}),format:l,language:s,dark:d}};function gpe(e,t){let r=vpe([e],t);return r&&r[0]}function vpe(e,t){let[r,n]=u.useState({});return u.useEffect(()=>{Promise.all(e.map(async a=>{let o=await t.loadStory(a);n(i=>i[a]===o?i:{...i,[a]:o})}))}),e.map(a=>{if(r[a])return r[a];try{return t.storyById(a)}catch{return null}})}var ype=(e,t)=>{let{of:r,meta:n}=e;if("of"in e&&r===void 0)throw new Error("Unexpected `of={undefined}`, did you mistype a CSF file reference?");return n&&t.referenceMeta(n,!1),t.resolveOf(r||"story",["story"]).story.id},wpe=(e,t,r)=>{let{parameters:n={}}=t||{},{docs:a={}}=n,o=a.story||{};if(a.disable)return null;if(e.inline??o.inline??!1){let l=e.height??o.height,s=e.autoplay??o.autoplay??!1;return{story:t,inline:!0,height:l,autoplay:s,forceInitialArgs:!!e.__forceInitialArgs,primary:!!e.__primary,renderStoryToElement:r.renderStoryToElement}}let i=e.height??o.height??o.iframeHeight??"100px";return{story:t,inline:!1,height:i,primary:!!e.__primary}},bpe=(e={__forceInitialArgs:!1,__primary:!1})=>{let t=u.useContext(Ar),r=ype(e,t),n=gpe(r,t);if(!n)return w.createElement(az,null);let a=wpe(e,n,t);return a?w.createElement(ide,{...a}):null},Epe=e=>{let t=u.useContext(Ar),r=u.useContext(Ez),{of:n,source:a}=e;if("of"in e&&n===void 0)throw new Error("Unexpected `of={undefined}`, did you mistype a CSF file reference?");let{story:o}=Ao(n||"story",["story"]),i=mpe({...a,...n&&{of:n}},t,r),l=e.layout??o.parameters.layout??o.parameters.docs?.canvas?.layout??"padded",s=e.withToolbar??o.parameters.docs?.canvas?.withToolbar??!1,d=e.additionalActions??o.parameters.docs?.canvas?.additionalActions,f=e.sourceState??o.parameters.docs?.canvas?.sourceState??"hidden",h=e.className??o.parameters.docs?.canvas?.className;return w.createElement(oz,{withSource:f==="none"?void 0:i,isExpanded:f==="shown",withToolbar:s,additionalActions:d,className:h,layout:l},w.createElement(bpe,{of:n||o.moduleExport,meta:e.meta,...e.story}))},xpe=(e,t)=>{let r=t.getStoryContext(e),[n,a]=u.useState(r.globals);return u.useEffect(()=>{let o=i=>{a(i.globals)};return t.channel.on(qx,o),()=>t.channel.off(qx,o)},[t.channel]),[n]},Cpe=(e,t)=>{let r=Dpe(e,t);if(!r)throw new Error("No result when story was defined");return r},Dpe=(e,t)=>{let r=e?t.getStoryContext(e):{args:{}},{id:n}=e||{id:"none"},[a,o]=u.useState(r.args);u.useEffect(()=>{let s=d=>{d.storyId===n&&o(d.args)};return t.channel.on(Gx,s),()=>t.channel.off(Gx,s)},[n,t.channel]);let i=u.useCallback(s=>t.channel.emit(T0e,{storyId:n,updatedArgs:s}),[n,t.channel]),l=u.useCallback(s=>t.channel.emit(I0e,{storyId:n,argNames:s}),[n,t.channel]);return e&&[a,i,l]};function Spe(e,t){let{extractArgTypes:r}=t.docs||{};if(!r)throw new Error("Args unsupported. See Args documentation for your framework.");return r(e)}var kpe=e=>{let{of:t}=e;if("of"in e&&t===void 0)throw new Error("Unexpected `of={undefined}`, did you mistype a CSF file reference?");let r=u.useContext(Ar),{story:n}=r.resolveOf(t||"story",["story"]),{parameters:a,argTypes:o,component:i,subcomponents:l}=n,s=a.docs?.controls||{},d=e.include??s.include,f=e.exclude??s.exclude,h=e.sort??s.sort,[p,m,g]=Cpe(n,r),[v]=xpe(n,r),C=Wx(o,d,f);if(!(l&&Object.keys(l).length>0))return Object.keys(C).length>0||Object.keys(p).length>0?w.createElement(Q2,{rows:C,sort:h,args:p,globals:v,updateArgs:m,resetArgs:g}):null;let E=cpe(i),y=Object.fromEntries(Object.entries(l).map(([x,D])=>[x,{rows:Wx(Spe(D,a),d,f),sort:h}])),b={[E]:{rows:C,sort:h},...y};return w.createElement(lpe,{tabs:b,sort:h,args:p,globals:v,updateArgs:m,resetArgs:g})},{document:Cz}=Xt,_pe=({className:e,children:t,...r})=>{if(typeof e!="string"&&(typeof t!="string"||!t.match(/[\n\r]/g)))return w.createElement(lT,null,t);let n=e&&e.split("-");return w.createElement(rz,{language:n&&n[1]||"text",format:!1,code:t,...r})};function I4(e,t){e.channel.emit(R0e,t)}var e5=HK.a,Ape=({hash:e,children:t})=>{let r=u.useContext(Ar);return w.createElement(e5,{href:e,target:"_self",onClick:n=>{let a=e.substring(1);Cz.getElementById(a)&&I4(r,e)}},t)},Fpe=e=>{let{href:t,target:r,children:n,...a}=e,o=u.useContext(Ar);return!t||r==="_blank"||/^https?:\/\//.test(t)?w.createElement(e5,{...e}):t.startsWith("#")?w.createElement(Ape,{hash:t},n):w.createElement(e5,{href:t,onClick:i=>{i.button===0&&!i.altKey&&!i.ctrlKey&&!i.metaKey&&!i.shiftKey&&(i.preventDefault(),I4(o,i.currentTarget.getAttribute("href")))},target:r,...a},n)},Dz=["h1","h2","h3","h4","h5","h6"],$pe=Dz.reduce((e,t)=>({...e,[t]:F(t)({"& svg":{position:"relative",top:"-0.1em",visibility:"hidden"},"&:hover svg":{visibility:"visible"}})}),{}),Tpe=F.a(()=>({float:"left",lineHeight:"inherit",paddingRight:"10px",marginLeft:"-24px",color:"inherit"})),Ipe=({as:e,id:t,children:r,...n})=>{let a=u.useContext(Ar),o=$pe[e],i=`#${t}`;return w.createElement(o,{id:t,...n},w.createElement(Tpe,{"aria-hidden":"true",href:i,tabIndex:-1,target:"_self",onClick:l=>{Cz.getElementById(t)&&I4(a,i)}},w.createElement(MY,null)),r)},R4=e=>{let{as:t,id:r,children:n,...a}=e;if(r)return w.createElement(Ipe,{as:t,id:r,...a},n);let o=t,{as:i,...l}=e;return w.createElement(o,{...ye(l,t)})},Rpe=Dz.reduce((e,t)=>({...e,[t]:r=>w.createElement(R4,{as:t,...r})}),{}),zpe=e=>{if(!e.children)return null;if(typeof e.children!="string")throw new Error(Az`The Markdown block only accepts children as a single string, but children were of type: '${typeof e.children}'
590
+ This is often caused by not wrapping the child in a template string.
591
+
592
+ This is invalid:
593
+ <Markdown>
594
+ # Some heading
595
+ A paragraph
596
+ </Markdown>
597
+
598
+ Instead do:
599
+ <Markdown>
600
+ {\`
601
+ # Some heading
602
+ A paragraph
603
+ \`}
604
+ </Markdown>
605
+ `);return w.createElement(PR,{...e,options:{forceBlock:!0,overrides:{code:_pe,a:Fpe,...Rpe,...e?.options?.overrides},...e?.options}})},Bpe=(e=>(e.INFO="info",e.NOTES="notes",e.DOCGEN="docgen",e.AUTO="auto",e))(Bpe||{}),Lpe=e=>{switch(e.type){case"story":return e.story.parameters.docs?.description?.story||null;case"meta":{let{parameters:t,component:r}=e.preparedMeta;return t.docs?.description?.component||t.docs?.extractComponentDescription?.(r,{component:r,parameters:t})||null}case"component":{let{component:t,projectAnnotations:{parameters:r}}=e;return r.docs?.extractComponentDescription?.(t,{component:t,parameters:r})||null}default:throw new Error(`Unrecognized module type resolved from 'useOf', got: ${e.type}`)}},t5=e=>{let{of:t}=e;if("of"in e&&t===void 0)throw new Error("Unexpected `of={undefined}`, did you mistype a CSF file reference?");let r=Ao(t||"meta"),n=Lpe(r);return n?w.createElement(zpe,null,n):null},iC=Yz(P0e()),Ope=F.div(({theme:e})=>({width:"10rem","@media (max-width: 768px)":{display:"none"}})),Mpe=F.div(({theme:e})=>({position:"fixed",bottom:0,top:0,width:"10rem",paddingTop:"4rem",paddingBottom:"2rem",overflowY:"auto",fontFamily:e.typography.fonts.base,fontSize:e.typography.size.s2,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)",WebkitOverflowScrolling:"touch","& *":{boxSizing:"border-box"},"& > .toc-wrapper > .toc-list":{paddingLeft:0,borderLeft:`solid 2px ${e.color.mediumlight}`,".toc-list":{paddingLeft:0,borderLeft:`solid 2px ${e.color.mediumlight}`,".toc-list":{paddingLeft:0,borderLeft:`solid 2px ${e.color.mediumlight}`}}},"& .toc-list-item":{position:"relative",listStyleType:"none",marginLeft:20,paddingTop:3,paddingBottom:3},"& .toc-list-item::before":{content:'""',position:"absolute",height:"100%",top:0,left:0,transform:"translateX(calc(-2px - 20px))",borderLeft:`solid 2px ${e.color.mediumdark}`,opacity:0,transition:"opacity 0.2s"},"& .toc-list-item.is-active-li::before":{opacity:1},"& .toc-list-item > a":{color:e.color.defaultText,textDecoration:"none"},"& .toc-list-item.is-active-li > a":{fontWeight:600,color:e.color.secondary,textDecoration:"none"}})),Ppe=F.p(({theme:e})=>({fontWeight:600,fontSize:"0.875em",color:e.textColor,textTransform:"uppercase",marginBottom:10})),Npe=({title:e})=>e===null?null:typeof e=="string"?w.createElement(Ppe,null,e):e,jpe=({title:e,disable:t,headingSelector:r,contentsSelector:n,ignoreSelector:a,unsafeTocbotOptions:o})=>(u.useEffect(()=>{let i={tocSelector:".toc-wrapper",contentSelector:n??".sbdocs-content",headingSelector:r??"h3",ignoreSelector:a??".docs-story *, .skip-toc",headingsOffset:40,scrollSmoothOffset:-40,orderedList:!1,onClick:()=>!1,...o},l=setTimeout(()=>iC.init(i),100);return()=>{clearTimeout(l),iC.destroy()}},[t]),w.createElement(w.Fragment,null,w.createElement(Ope,null,t?null:w.createElement(Mpe,null,w.createElement(Npe,{title:e||null}),w.createElement("div",{className:"toc-wrapper"}))))),{document:Hpe,window:Vpe}=Xt,Upe=({context:e,theme:t,children:r})=>{let n;try{n=e.resolveOf("meta",["meta"]).preparedMeta.parameters?.docs?.toc}catch{n=e?.projectAnnotations?.parameters?.docs?.toc}return u.useEffect(()=>{let a;try{if(a=new URL(Vpe.parent.location.toString()),a.hash){let o=Hpe.getElementById(a.hash.substring(1));o&&setTimeout(()=>{dpe(o)},200)}}catch{}}),w.createElement(Ar.Provider,{value:e},w.createElement(ppe,{channel:e.channel},w.createElement(qC,{theme:VL(t)},w.createElement(K0e,{toc:n?w.createElement(jpe,{className:"sbdocs sbdocs-toc--custom",...n}):null},r))))},Wpe=/\s*\/\s*/,qpe=e=>{let t=e.trim().split(Wpe);return t?.[t?.length-1]||e},Gpe=e=>{let{children:t,of:r}=e;if("of"in e&&r===void 0)throw new Error("Unexpected `of={undefined}`, did you mistype a CSF file reference?");let n;try{n=Ao(r||"meta",["meta"]).preparedMeta}catch(o){if(t&&!o.message.includes("did you forget to use <Meta of={} />?"))throw o}let a=t||qpe(n?.title);return a?w.createElement(U0e,{className:"sbdocs-title sb-unstyled"},a):null},Kpe="https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#subtitle-block-and-parameterscomponentsubtitle",Ype=e=>{let{of:t,children:r}=e;if("of"in e&&t===void 0)throw new Error("Unexpected `of={undefined}`, did you mistype a CSF file reference?");let n;try{n=Ao(t||"meta",["meta"]).preparedMeta}catch(l){if(r&&!l.message.includes("did you forget to use <Meta of={} />?"))throw l}let{componentSubtitle:a,docs:o}=n?.parameters||{};a&&F0e(`Using 'parameters.componentSubtitle' property to subtitle stories is deprecated. See ${Kpe}`);let i=r||o?.subtitle||a;return i?w.createElement(W0e,{className:"sbdocs-subtitle sb-unstyled"},i):null},Xpe=({children:e,disableAnchor:t})=>{if(t||typeof e!="string")return w.createElement(uT,null,e);let r=globalThis.encodeURIComponent(e.toLowerCase());return w.createElement(R4,{as:"h3",id:r},e)},Sz=({of:e,expanded:t=!0,withToolbar:r=!1,__forceInitialArgs:n=!1,__primary:a=!1})=>{let{story:o}=Ao(e||"story",["story"]),i=o.parameters.docs?.canvas?.withToolbar??r;return w.createElement(wz,{storyId:o.id},t&&w.createElement(w.Fragment,null,w.createElement(Xpe,null,o.name),w.createElement(t5,{of:e})),w.createElement(Epe,{of:e,withToolbar:i,story:{__forceInitialArgs:n,__primary:a},source:{__forceInitialArgs:n}}))},Zpe=e=>{let{of:t}=e;if("of"in e&&t===void 0)throw new Error("Unexpected `of={undefined}`, did you mistype a CSF file reference?");let{csfFile:r}=Ao(t||"meta",["meta"]),n=u.useContext(Ar).componentStoriesFromCSFFile(r)[0];return n?w.createElement(Sz,{of:n.moduleExport,expanded:!1,__primary:!0,withToolbar:!0}):null},Jpe=({children:e,disableAnchor:t,...r})=>{if(t||typeof e!="string")return w.createElement(sT,null,e);let n=e.toLowerCase().replace(/[^a-z0-9]/gi,"-");return w.createElement(R4,{as:"h2",id:n,...r},e)},Qpe=F(Jpe)(({theme:e})=>({fontSize:`${e.typography.size.s2-1}px`,fontWeight:e.typography.weight.bold,lineHeight:"16px",letterSpacing:"0.35em",textTransform:"uppercase",color:e.textMutedColor,border:0,marginBottom:"12px","&:first-of-type":{marginTop:"56px"}})),efe=({title:e="Stories",includePrimary:t=!0})=>{let{componentStories:r,projectAnnotations:n,getStoryContext:a}=u.useContext(Ar),o=r(),{stories:{filter:i}={filter:void 0}}=n.parameters?.docs||{};return i&&(o=o.filter(l=>i(l,a(l)))),o.some(l=>l.tags?.includes("autodocs"))&&(o=o.filter(l=>l.tags?.includes("autodocs")&&!l.usesMount)),t||(o=o.slice(1)),!o||o.length===0?null:w.createElement(w.Fragment,null,w.createElement(Qpe,null,e),o.map(l=>l&&w.createElement(Sz,{key:l.id,of:l.moduleExport,expanded:!0,__forceInitialArgs:!0})))},tfe=()=>{let e=Ao("meta",["meta"]),{stories:t}=e.csfFile,r=Object.keys(t).length===1;return w.createElement(w.Fragment,null,w.createElement(Gpe,null),w.createElement(Ype,null),w.createElement(t5,{of:"meta"}),r?w.createElement(t5,{of:"story"}):null,w.createElement(Zpe,null),w.createElement(kpe,null),r?null:w.createElement(efe,null))};function $fe({context:e,docsParameter:t}){let r=t.container||Upe,n=t.page||tfe;return w.createElement(r,{context:e,theme:t.theme},w.createElement(n,null))}var Tfe=({of:e})=>{let t=u.useContext(Ar);e&&t.referenceMeta(e,!0);try{let r=t.storyById();return w.createElement(wz,{storyId:r.id})}catch{return null}};export{hfe as $,Do as A,Efe as B,ufe as C,ife as D,ad as E,OI as F,cfe as G,lfe as H,dfe as I,vG as J,Tj as K,xfe as L,Cfe as M,Gy as N,r4 as O,Rj as P,BI as Q,X1 as R,bfe as S,vfe as T,Ij as U,LI as V,SK as W,Dv as X,sK as Y,Sfe as Z,Dfe as _,fj as a,mfe as a0,Bj as a1,ffe as a2,VG as a3,uG as a4,Ca as a5,HK as a6,fg as a7,NK as a8,L2 as a9,wfe as aa,ye as ab,VK as ac,Ce as ad,w as ae,p1 as af,u as ag,_pe as ah,Fpe as ai,Rpe as aj,$fe as ak,Xi as al,cn as am,So as an,m4 as ao,F as ap,kfe as aq,Sr as ar,Tfe as as,zI as b,bj as c,uT as d,Cj as e,Ej as f,Dj as g,xj as h,to as i,gfe as j,kj as k,lT as l,TI as m,xi as n,pj as o,sT as p,oK as q,PK as r,yj as s,Aj as t,wj as u,Sj as v,Hu as w,$j as x,Fj as y,cT as z};