creevey 0.10.0-beta.9 → 0.10.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (348) hide show
  1. package/AUTHORS +2 -0
  2. package/CHANGELOG.md +281 -0
  3. package/README.md +19 -41
  4. package/dist/client/addon/components/Addon.js +18 -8
  5. package/dist/client/addon/components/Addon.js.map +1 -1
  6. package/dist/client/addon/components/Panel.js +2 -2
  7. package/dist/client/addon/components/Panel.js.map +1 -1
  8. package/dist/client/addon/components/TestSelect.js +2 -2
  9. package/dist/client/addon/components/TestSelect.js.map +1 -1
  10. package/dist/client/addon/components/Tools.js +19 -9
  11. package/dist/client/addon/components/Tools.js.map +1 -1
  12. package/dist/client/addon/controller.d.ts +1 -1
  13. package/dist/client/addon/controller.js +3 -3
  14. package/dist/client/addon/controller.js.map +1 -1
  15. package/dist/client/addon/decorator.d.ts +1 -1
  16. package/dist/client/addon/makeDecorator.d.ts +9 -0
  17. package/dist/client/addon/makeDecorator.js +48 -0
  18. package/dist/client/addon/makeDecorator.js.map +1 -0
  19. package/dist/client/addon/manager.js +38 -39
  20. package/dist/client/addon/manager.js.map +1 -1
  21. package/dist/client/addon/preset.d.ts +0 -1
  22. package/dist/client/addon/preset.js +3 -2
  23. package/dist/client/addon/preset.js.map +1 -1
  24. package/dist/client/addon/preview.d.ts +1 -1
  25. package/dist/client/addon/withCreevey.d.ts +5 -3
  26. package/dist/client/addon/withCreevey.js +5 -20
  27. package/dist/client/addon/withCreevey.js.map +1 -1
  28. package/dist/client/shared/components/ImagesView/BlendView.d.ts +2 -2
  29. package/dist/client/shared/components/ImagesView/BlendView.js +18 -8
  30. package/dist/client/shared/components/ImagesView/BlendView.js.map +1 -1
  31. package/dist/client/shared/components/ImagesView/ImagesView.js +1 -1
  32. package/dist/client/shared/components/ImagesView/ImagesView.js.map +1 -1
  33. package/dist/client/shared/components/ImagesView/SideBySideView.d.ts +2 -2
  34. package/dist/client/shared/components/ImagesView/SideBySideView.js +19 -9
  35. package/dist/client/shared/components/ImagesView/SideBySideView.js.map +1 -1
  36. package/dist/client/shared/components/ImagesView/SlideView.d.ts +2 -2
  37. package/dist/client/shared/components/ImagesView/SlideView.js +19 -9
  38. package/dist/client/shared/components/ImagesView/SlideView.js.map +1 -1
  39. package/dist/client/shared/components/ImagesView/SwapView.d.ts +2 -2
  40. package/dist/client/shared/components/ImagesView/SwapView.js +19 -9
  41. package/dist/client/shared/components/ImagesView/SwapView.js.map +1 -1
  42. package/dist/client/shared/components/ImagesView/common.d.ts +1 -1
  43. package/dist/client/shared/components/PageFooter/PageFooter.js +1 -1
  44. package/dist/client/shared/components/PageFooter/PageFooter.js.map +1 -1
  45. package/dist/client/shared/components/PageFooter/Paging.js +1 -1
  46. package/dist/client/shared/components/PageFooter/Paging.js.map +1 -1
  47. package/dist/client/shared/components/PageHeader/ImagePreview.d.ts +2 -2
  48. package/dist/client/shared/components/PageHeader/ImagePreview.js +1 -1
  49. package/dist/client/shared/components/PageHeader/ImagePreview.js.map +1 -1
  50. package/dist/client/shared/components/PageHeader/PageHeader.js +34 -13
  51. package/dist/client/shared/components/PageHeader/PageHeader.js.map +1 -1
  52. package/dist/client/shared/components/ResultsPage.d.ts +2 -2
  53. package/dist/client/shared/components/ResultsPage.js +22 -10
  54. package/dist/client/shared/components/ResultsPage.js.map +1 -1
  55. package/dist/client/shared/creeveyClientApi.js +18 -1
  56. package/dist/client/shared/creeveyClientApi.js.map +1 -1
  57. package/dist/client/shared/helpers.d.ts +1 -3
  58. package/dist/client/shared/helpers.js +4 -19
  59. package/dist/client/shared/helpers.js.map +1 -1
  60. package/dist/client/web/CreeveyApp.d.ts +1 -0
  61. package/dist/client/web/CreeveyApp.js +22 -9
  62. package/dist/client/web/CreeveyApp.js.map +1 -1
  63. package/dist/client/web/CreeveyContext.d.ts +1 -0
  64. package/dist/client/web/CreeveyContext.js +18 -7
  65. package/dist/client/web/CreeveyContext.js.map +1 -1
  66. package/dist/client/web/CreeveyLoader.d.ts +1 -1
  67. package/dist/client/web/CreeveyLoader.js +3 -3
  68. package/dist/client/web/CreeveyLoader.js.map +1 -1
  69. package/dist/client/web/CreeveyView/SideBar/Checkbox.d.ts +4 -4
  70. package/dist/client/web/CreeveyView/SideBar/Checkbox.js +36 -6
  71. package/dist/client/web/CreeveyView/SideBar/Checkbox.js.map +1 -1
  72. package/dist/client/web/CreeveyView/SideBar/Search.js +18 -8
  73. package/dist/client/web/CreeveyView/SideBar/Search.js.map +1 -1
  74. package/dist/client/web/CreeveyView/SideBar/SideBar.js +26 -12
  75. package/dist/client/web/CreeveyView/SideBar/SideBar.js.map +1 -1
  76. package/dist/client/web/CreeveyView/SideBar/SideBarFooter.js +28 -17
  77. package/dist/client/web/CreeveyView/SideBar/SideBarFooter.js.map +1 -1
  78. package/dist/client/web/CreeveyView/SideBar/SideBarHeader.js +32 -12
  79. package/dist/client/web/CreeveyView/SideBar/SideBarHeader.js.map +1 -1
  80. package/dist/client/web/CreeveyView/SideBar/SuiteLink.d.ts +6 -6
  81. package/dist/client/web/CreeveyView/SideBar/SuiteLink.js +20 -11
  82. package/dist/client/web/CreeveyView/SideBar/SuiteLink.js.map +1 -1
  83. package/dist/client/web/CreeveyView/SideBar/TestLink.js +20 -11
  84. package/dist/client/web/CreeveyView/SideBar/TestLink.js.map +1 -1
  85. package/dist/client/web/CreeveyView/SideBar/TestStatusIcon.d.ts +2 -2
  86. package/dist/client/web/CreeveyView/SideBar/TestStatusIcon.js +2 -2
  87. package/dist/client/web/CreeveyView/SideBar/TestStatusIcon.js.map +1 -1
  88. package/dist/client/web/CreeveyView/SideBar/TestsStatus.d.ts +2 -2
  89. package/dist/client/web/CreeveyView/SideBar/TestsStatus.js +3 -2
  90. package/dist/client/web/CreeveyView/SideBar/TestsStatus.js.map +1 -1
  91. package/dist/client/web/CreeveyView/SideBar/Toggle.js +1 -1
  92. package/dist/client/web/CreeveyView/SideBar/Toggle.js.map +1 -1
  93. package/dist/client/web/KeyboardEventsContext.js +17 -7
  94. package/dist/client/web/KeyboardEventsContext.js.map +1 -1
  95. package/dist/client/web/assets/index-CtSq3IhG.js +518 -0
  96. package/dist/client/web/index.html +1 -1
  97. package/dist/client/web/index.js +26 -11
  98. package/dist/client/web/index.js.map +1 -1
  99. package/dist/client/web/themes.d.ts +2 -0
  100. package/dist/client/web/themes.js +22 -0
  101. package/dist/client/web/themes.js.map +1 -0
  102. package/dist/creevey.d.ts +1 -1
  103. package/dist/creevey.js +122 -41
  104. package/dist/creevey.js.map +1 -1
  105. package/dist/index.d.ts +1 -0
  106. package/dist/playwright/generator.d.ts +25 -0
  107. package/dist/playwright/generator.js +243 -0
  108. package/dist/playwright/generator.js.map +1 -0
  109. package/dist/playwright/helpers.d.ts +2 -0
  110. package/dist/playwright/helpers.js +29 -0
  111. package/dist/playwright/helpers.js.map +1 -0
  112. package/dist/playwright/reporter.d.ts +83 -0
  113. package/dist/playwright/reporter.js +334 -0
  114. package/dist/playwright/reporter.js.map +1 -0
  115. package/dist/playwright/setup.d.ts +3 -0
  116. package/dist/playwright/setup.js +72 -0
  117. package/dist/playwright/setup.js.map +1 -0
  118. package/dist/playwright.d.ts +1 -0
  119. package/dist/playwright.js +3 -1
  120. package/dist/playwright.js.map +1 -1
  121. package/dist/server/compare.d.ts +18 -0
  122. package/dist/server/compare.js +182 -0
  123. package/dist/server/compare.js.map +1 -0
  124. package/dist/server/config.d.ts +3 -3
  125. package/dist/server/config.js +75 -8
  126. package/dist/server/config.js.map +1 -1
  127. package/dist/server/connection.d.ts +3 -0
  128. package/dist/server/connection.js +28 -0
  129. package/dist/server/connection.js.map +1 -0
  130. package/dist/server/docker.d.ts +1 -1
  131. package/dist/server/docker.js +54 -32
  132. package/dist/server/docker.js.map +1 -1
  133. package/dist/server/index.d.ts +2 -2
  134. package/dist/server/index.js +161 -64
  135. package/dist/server/index.js.map +1 -1
  136. package/dist/server/master/api.d.ts +11 -6
  137. package/dist/server/master/api.js +88 -25
  138. package/dist/server/master/api.js.map +1 -1
  139. package/dist/server/master/handlers/capture-handler.d.ts +5 -0
  140. package/dist/server/master/handlers/capture-handler.js +25 -0
  141. package/dist/server/master/handlers/capture-handler.js.map +1 -0
  142. package/dist/server/master/handlers/index.d.ts +4 -0
  143. package/dist/server/master/handlers/index.js +21 -0
  144. package/dist/server/master/handlers/index.js.map +1 -0
  145. package/dist/server/master/handlers/ping-handler.d.ts +2 -0
  146. package/dist/server/master/handlers/ping-handler.js +8 -0
  147. package/dist/server/master/handlers/ping-handler.js.map +1 -0
  148. package/dist/server/master/handlers/static-handler.d.ts +1 -0
  149. package/dist/server/master/handlers/static-handler.js +20 -0
  150. package/dist/server/master/handlers/static-handler.js.map +1 -0
  151. package/dist/server/master/handlers/stories-handler.d.ts +4 -0
  152. package/dist/server/master/handlers/stories-handler.js +24 -0
  153. package/dist/server/master/handlers/stories-handler.js.map +1 -0
  154. package/dist/server/master/master.js +7 -24
  155. package/dist/server/master/master.js.map +1 -1
  156. package/dist/server/master/pool.d.ts +1 -0
  157. package/dist/server/master/pool.js +5 -3
  158. package/dist/server/master/pool.js.map +1 -1
  159. package/dist/server/master/queue.d.ts +1 -1
  160. package/dist/server/master/queue.js +14 -6
  161. package/dist/server/master/queue.js.map +1 -1
  162. package/dist/server/master/runner.d.ts +6 -6
  163. package/dist/server/master/runner.js +98 -130
  164. package/dist/server/master/runner.js.map +1 -1
  165. package/dist/server/master/server.d.ts +1 -1
  166. package/dist/server/master/server.js +193 -88
  167. package/dist/server/master/server.js.map +1 -1
  168. package/dist/server/master/start.d.ts +1 -2
  169. package/dist/server/master/start.js +13 -29
  170. package/dist/server/master/start.js.map +1 -1
  171. package/dist/server/master/testsManager.d.ts +81 -0
  172. package/dist/server/master/testsManager.js +282 -0
  173. package/dist/server/master/testsManager.js.map +1 -0
  174. package/dist/server/playwright/docker-file.d.ts +1 -1
  175. package/dist/server/playwright/docker-file.js +17 -8
  176. package/dist/server/playwright/docker-file.js.map +1 -1
  177. package/dist/server/playwright/docker.d.ts +2 -1
  178. package/dist/server/playwright/docker.js +10 -2
  179. package/dist/server/playwright/docker.js.map +1 -1
  180. package/dist/server/playwright/index-source.mjs +16 -0
  181. package/dist/server/playwright/internal.d.ts +7 -7
  182. package/dist/server/playwright/internal.js +137 -79
  183. package/dist/server/playwright/internal.js.map +1 -1
  184. package/dist/server/playwright/webdriver.d.ts +3 -3
  185. package/dist/server/playwright/webdriver.js +0 -6
  186. package/dist/server/playwright/webdriver.js.map +1 -1
  187. package/dist/server/providers/browser.js +4 -3
  188. package/dist/server/providers/browser.js.map +1 -1
  189. package/dist/server/providers/hybrid.js +2 -2
  190. package/dist/server/providers/hybrid.js.map +1 -1
  191. package/dist/server/report.d.ts +10 -0
  192. package/dist/server/report.js +45 -0
  193. package/dist/server/report.js.map +1 -0
  194. package/dist/server/reporters/creevey.d.ts +7 -0
  195. package/dist/server/reporters/creevey.js +63 -0
  196. package/dist/server/reporters/creevey.js.map +1 -0
  197. package/dist/server/reporters/index.d.ts +2 -0
  198. package/dist/server/reporters/index.js +16 -0
  199. package/dist/server/reporters/index.js.map +1 -0
  200. package/dist/server/reporters/junit.d.ts +16 -0
  201. package/dist/server/reporters/junit.js +167 -0
  202. package/dist/server/reporters/junit.js.map +1 -0
  203. package/dist/server/reporters/teamcity.d.ts +7 -0
  204. package/dist/server/reporters/teamcity.js +60 -0
  205. package/dist/server/reporters/teamcity.js.map +1 -0
  206. package/dist/server/selenium/internal.d.ts +3 -3
  207. package/dist/server/selenium/internal.js +48 -34
  208. package/dist/server/selenium/internal.js.map +1 -1
  209. package/dist/server/selenium/selenoid.js +12 -6
  210. package/dist/server/selenium/selenoid.js.map +1 -1
  211. package/dist/server/selenium/webdriver.d.ts +3 -3
  212. package/dist/server/selenium/webdriver.js +4 -8
  213. package/dist/server/selenium/webdriver.js.map +1 -1
  214. package/dist/server/shutdown.d.ts +1 -0
  215. package/dist/server/shutdown.js +23 -0
  216. package/dist/server/shutdown.js.map +1 -0
  217. package/dist/server/stories.d.ts +0 -1
  218. package/dist/server/stories.js +0 -12
  219. package/dist/server/stories.js.map +1 -1
  220. package/dist/server/telemetry.js +3 -3
  221. package/dist/server/telemetry.js.map +1 -1
  222. package/dist/server/testsFiles/parser.js +45 -5
  223. package/dist/server/testsFiles/parser.js.map +1 -1
  224. package/dist/server/utils.d.ts +23 -0
  225. package/dist/server/utils.js +113 -13
  226. package/dist/server/utils.js.map +1 -1
  227. package/dist/server/webdriver.d.ts +1 -1
  228. package/dist/server/worker/context.d.ts +3 -0
  229. package/dist/server/worker/context.js +15 -0
  230. package/dist/server/worker/context.js.map +1 -0
  231. package/dist/server/worker/match-image.d.ts +8 -12
  232. package/dist/server/worker/match-image.js +11 -178
  233. package/dist/server/worker/match-image.js.map +1 -1
  234. package/dist/server/worker/start.d.ts +2 -2
  235. package/dist/server/worker/start.js +27 -63
  236. package/dist/server/worker/start.js.map +1 -1
  237. package/dist/shared/index.d.ts +1 -1
  238. package/dist/shared/index.js +9 -7
  239. package/dist/shared/index.js.map +1 -1
  240. package/dist/types.d.ts +84 -43
  241. package/dist/types.js +65 -1
  242. package/dist/types.js.map +1 -1
  243. package/docs/cli.md +80 -0
  244. package/docs/config.md +179 -165
  245. package/docs/examples/playwright-reporer/playwright.config.ts +37 -0
  246. package/docs/migration-0.9-to-0.10.md +144 -0
  247. package/docs/playwright-reporter.md +357 -0
  248. package/docs/storybook.md +60 -0
  249. package/docs/tests.md +50 -45
  250. package/package.json +78 -83
  251. package/playwright.config.mts +46 -0
  252. package/src/client/addon/components/Addon.tsx +1 -1
  253. package/src/client/addon/components/Panel.tsx +2 -2
  254. package/src/client/addon/components/TestSelect.tsx +2 -2
  255. package/src/client/addon/components/Tools.tsx +2 -2
  256. package/src/client/addon/controller.ts +4 -4
  257. package/src/client/addon/makeDecorator.ts +69 -0
  258. package/src/client/addon/manager.ts +38 -37
  259. package/src/client/addon/preset.ts +2 -1
  260. package/src/client/addon/withCreevey.ts +10 -18
  261. package/src/client/shared/components/ImagesView/BlendView.tsx +1 -1
  262. package/src/client/shared/components/ImagesView/ImagesView.tsx +1 -1
  263. package/src/client/shared/components/ImagesView/SideBySideView.tsx +2 -2
  264. package/src/client/shared/components/ImagesView/SlideView.tsx +2 -2
  265. package/src/client/shared/components/ImagesView/SwapView.tsx +2 -2
  266. package/src/client/shared/components/ImagesView/common.ts +1 -1
  267. package/src/client/shared/components/PageFooter/PageFooter.tsx +1 -1
  268. package/src/client/shared/components/PageFooter/Paging.tsx +1 -1
  269. package/src/client/shared/components/PageHeader/ImagePreview.tsx +1 -1
  270. package/src/client/shared/components/PageHeader/PageHeader.tsx +23 -7
  271. package/src/client/shared/components/ResultsPage.tsx +6 -4
  272. package/src/client/shared/creeveyClientApi.ts +19 -1
  273. package/src/client/shared/helpers.ts +4 -24
  274. package/src/client/web/CreeveyApp.tsx +5 -2
  275. package/src/client/web/CreeveyContext.tsx +2 -0
  276. package/src/client/web/CreeveyLoader.tsx +2 -2
  277. package/src/client/web/CreeveyView/SideBar/Checkbox.tsx +3 -3
  278. package/src/client/web/CreeveyView/SideBar/Search.tsx +1 -1
  279. package/src/client/web/CreeveyView/SideBar/SideBar.tsx +11 -6
  280. package/src/client/web/CreeveyView/SideBar/SideBarFooter.tsx +21 -19
  281. package/src/client/web/CreeveyView/SideBar/SideBarHeader.tsx +20 -5
  282. package/src/client/web/CreeveyView/SideBar/SuiteLink.tsx +10 -8
  283. package/src/client/web/CreeveyView/SideBar/TestLink.tsx +9 -7
  284. package/src/client/web/CreeveyView/SideBar/TestStatusIcon.tsx +2 -2
  285. package/src/client/web/CreeveyView/SideBar/TestsStatus.tsx +3 -2
  286. package/src/client/web/CreeveyView/SideBar/Toggle.tsx +1 -1
  287. package/src/client/web/index.tsx +10 -5
  288. package/src/client/web/themes.ts +24 -0
  289. package/src/creevey.ts +92 -38
  290. package/src/playwright/generator.ts +322 -0
  291. package/src/playwright/helpers.ts +31 -0
  292. package/src/playwright/reporter.ts +381 -0
  293. package/src/playwright/setup.ts +84 -0
  294. package/src/playwright.ts +1 -0
  295. package/src/server/compare.ts +260 -0
  296. package/src/server/config.ts +52 -9
  297. package/src/server/connection.ts +26 -0
  298. package/src/server/docker.ts +62 -34
  299. package/src/server/index.ts +161 -79
  300. package/src/server/master/api.ts +94 -28
  301. package/src/server/master/handlers/capture-handler.ts +20 -0
  302. package/src/server/master/handlers/index.ts +4 -0
  303. package/src/server/master/handlers/ping-handler.ts +6 -0
  304. package/src/server/master/handlers/static-handler.ts +16 -0
  305. package/src/server/master/handlers/stories-handler.ts +20 -0
  306. package/src/server/master/master.ts +10 -27
  307. package/src/server/master/pool.ts +7 -3
  308. package/src/server/master/queue.ts +21 -7
  309. package/src/server/master/runner.ts +123 -134
  310. package/src/server/master/server.ts +214 -101
  311. package/src/server/master/start.ts +19 -41
  312. package/src/server/master/testsManager.ts +316 -0
  313. package/src/server/playwright/docker-file.ts +20 -8
  314. package/src/server/playwright/docker.ts +16 -3
  315. package/src/server/playwright/index-source.mjs +16 -0
  316. package/src/server/playwright/internal.ts +169 -96
  317. package/src/server/playwright/webdriver.ts +4 -10
  318. package/src/server/providers/browser.ts +4 -3
  319. package/src/server/providers/hybrid.ts +2 -3
  320. package/src/server/report.ts +51 -0
  321. package/src/server/reporters/creevey.ts +71 -0
  322. package/src/server/reporters/index.ts +11 -0
  323. package/src/server/reporters/junit.ts +207 -0
  324. package/src/server/reporters/teamcity.ts +74 -0
  325. package/src/server/selenium/internal.ts +62 -45
  326. package/src/server/selenium/selenoid.ts +13 -6
  327. package/src/server/selenium/webdriver.ts +8 -12
  328. package/src/server/shutdown.ts +19 -0
  329. package/src/server/stories.ts +1 -12
  330. package/src/server/telemetry.ts +3 -3
  331. package/src/server/testsFiles/parser.ts +52 -4
  332. package/src/server/utils.ts +123 -14
  333. package/src/server/webdriver.ts +1 -1
  334. package/src/server/worker/context.ts +14 -0
  335. package/src/server/worker/match-image.ts +16 -248
  336. package/src/server/worker/start.ts +32 -75
  337. package/src/shared/index.ts +10 -8
  338. package/src/types.ts +91 -58
  339. package/types/global.d.ts +1 -0
  340. package/dist/client/web/assets/index-BE9CL5_G.js +0 -591
  341. package/dist/server/reporter.d.ts +0 -26
  342. package/dist/server/reporter.js +0 -108
  343. package/dist/server/reporter.js.map +0 -1
  344. package/dist/server/update.d.ts +0 -2
  345. package/dist/server/update.js +0 -53
  346. package/dist/server/update.js.map +0 -1
  347. package/src/server/reporter.ts +0 -139
  348. package/src/server/update.ts +0 -74
@@ -1,591 +0,0 @@
1
- var UT=Object.defineProperty;var WT=(e,t,r)=>t in e?UT(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r;var Or=(e,t,r)=>WT(e,typeof t!="symbol"?t+"":t,r);(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const o of document.querySelectorAll('link[rel="modulepreload"]'))n(o);new MutationObserver(o=>{for(const a of o)if(a.type==="childList")for(const i of a.addedNodes)i.tagName==="LINK"&&i.rel==="modulepreload"&&n(i)}).observe(document,{childList:!0,subtree:!0});function r(o){const a={};return o.integrity&&(a.integrity=o.integrity),o.referrerPolicy&&(a.referrerPolicy=o.referrerPolicy),o.crossOrigin==="use-credentials"?a.credentials="include":o.crossOrigin==="anonymous"?a.credentials="omit":a.credentials="same-origin",a}function n(o){if(o.ep)return;o.ep=!0;const a=r(o);fetch(o.href,a)}})();var t3=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function rD(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function qT(e){if(e.__esModule)return e;var t=e.default;if(typeof t=="function"){var r=function n(){return this instanceof n?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};r.prototype=t.prototype}else r={};return Object.defineProperty(r,"__esModule",{value:!0}),Object.keys(e).forEach(function(n){var o=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(r,n,o.get?o:{enumerable:!0,get:function(){return e[n]}})}),r}var nD={exports:{}},g1={},oD={exports:{}},te={};/**
2
- * @license React
3
- * react.production.min.js
4
- *
5
- * Copyright (c) Facebook, Inc. and its affiliates.
6
- *
7
- * This source code is licensed under the MIT license found in the
8
- * LICENSE file in the root directory of this source tree.
9
- */var Pu=Symbol.for("react.element"),GT=Symbol.for("react.portal"),YT=Symbol.for("react.fragment"),KT=Symbol.for("react.strict_mode"),QT=Symbol.for("react.profiler"),XT=Symbol.for("react.provider"),ZT=Symbol.for("react.context"),JT=Symbol.for("react.forward_ref"),eB=Symbol.for("react.suspense"),tB=Symbol.for("react.memo"),rB=Symbol.for("react.lazy"),r3=Symbol.iterator;function nB(e){return e===null||typeof e!="object"?null:(e=r3&&e[r3]||e["@@iterator"],typeof e=="function"?e:null)}var aD={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},iD=Object.assign,lD={};function xl(e,t,r){this.props=e,this.context=t,this.refs=lD,this.updater=r||aD}xl.prototype.isReactComponent={};xl.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")};xl.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")};function sD(){}sD.prototype=xl.prototype;function N5(e,t,r){this.props=e,this.context=t,this.refs=lD,this.updater=r||aD}var H5=N5.prototype=new sD;H5.constructor=N5;iD(H5,xl.prototype);H5.isPureReactComponent=!0;var n3=Array.isArray,uD=Object.prototype.hasOwnProperty,j5={current:null},cD={key:!0,ref:!0,__self:!0,__source:!0};function dD(e,t,r){var n,o={},a=null,i=null;if(t!=null)for(n in t.ref!==void 0&&(i=t.ref),t.key!==void 0&&(a=""+t.key),t)uD.call(t,n)&&!cD.hasOwnProperty(n)&&(o[n]=t[n]);var l=arguments.length-2;if(l===1)o.children=r;else if(1<l){for(var u=Array(l),d=0;d<l;d++)u[d]=arguments[d+2];o.children=u}if(e&&e.defaultProps)for(n in l=e.defaultProps,l)o[n]===void 0&&(o[n]=l[n]);return{$$typeof:Pu,type:e,key:a,ref:i,props:o,_owner:j5.current}}function oB(e,t){return{$$typeof:Pu,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}function V5(e){return typeof e=="object"&&e!==null&&e.$$typeof===Pu}function aB(e){var t={"=":"=0",":":"=2"};return"$"+e.replace(/[=:]/g,function(r){return t[r]})}var o3=/\/+/g;function Pf(e,t){return typeof e=="object"&&e!==null&&e.key!=null?aB(""+e.key):t.toString(36)}function p0(e,t,r,n,o){var a=typeof e;(a==="undefined"||a==="boolean")&&(e=null);var i=!1;if(e===null)i=!0;else switch(a){case"string":case"number":i=!0;break;case"object":switch(e.$$typeof){case Pu:case GT:i=!0}}if(i)return i=e,o=o(i),e=n===""?"."+Pf(i,0):n,n3(o)?(r="",e!=null&&(r=e.replace(o3,"$&/")+"/"),p0(o,t,r,"",function(d){return d})):o!=null&&(V5(o)&&(o=oB(o,r+(!o.key||i&&i.key===o.key?"":(""+o.key).replace(o3,"$&/")+"/")+e)),t.push(o)),1;if(i=0,n=n===""?".":n+":",n3(e))for(var l=0;l<e.length;l++){a=e[l];var u=n+Pf(a,l);i+=p0(a,t,r,u,o)}else if(u=nB(e),typeof u=="function")for(e=u.call(e),l=0;!(a=e.next()).done;)a=a.value,u=n+Pf(a,l++),i+=p0(a,t,r,u,o);else if(a==="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 vc(e,t,r){if(e==null)return e;var n=[],o=0;return p0(e,n,"","",function(a){return t.call(r,a,o++)}),n}function iB(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 pt={current:null},h0={transition:null},lB={ReactCurrentDispatcher:pt,ReactCurrentBatchConfig:h0,ReactCurrentOwner:j5};function fD(){throw Error("act(...) is not supported in production builds of React.")}te.Children={map:vc,forEach:function(e,t,r){vc(e,function(){t.apply(this,arguments)},r)},count:function(e){var t=0;return vc(e,function(){t++}),t},toArray:function(e){return vc(e,function(t){return t})||[]},only:function(e){if(!V5(e))throw Error("React.Children.only expected to receive a single React element child.");return e}};te.Component=xl;te.Fragment=YT;te.Profiler=QT;te.PureComponent=N5;te.StrictMode=KT;te.Suspense=eB;te.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=lB;te.act=fD;te.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=iD({},e.props),o=e.key,a=e.ref,i=e._owner;if(t!=null){if(t.ref!==void 0&&(a=t.ref,i=j5.current),t.key!==void 0&&(o=""+t.key),e.type&&e.type.defaultProps)var l=e.type.defaultProps;for(u in t)uD.call(t,u)&&!cD.hasOwnProperty(u)&&(n[u]=t[u]===void 0&&l!==void 0?l[u]:t[u])}var u=arguments.length-2;if(u===1)n.children=r;else if(1<u){l=Array(u);for(var d=0;d<u;d++)l[d]=arguments[d+2];n.children=l}return{$$typeof:Pu,type:e.type,key:o,ref:a,props:n,_owner:i}};te.createContext=function(e){return e={$$typeof:ZT,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null},e.Provider={$$typeof:XT,_context:e},e.Consumer=e};te.createElement=dD;te.createFactory=function(e){var t=dD.bind(null,e);return t.type=e,t};te.createRef=function(){return{current:null}};te.forwardRef=function(e){return{$$typeof:JT,render:e}};te.isValidElement=V5;te.lazy=function(e){return{$$typeof:rB,_payload:{_status:-1,_result:e},_init:iB}};te.memo=function(e,t){return{$$typeof:tB,type:e,compare:t===void 0?null:t}};te.startTransition=function(e){var t=h0.transition;h0.transition={};try{e()}finally{h0.transition=t}};te.unstable_act=fD;te.useCallback=function(e,t){return pt.current.useCallback(e,t)};te.useContext=function(e){return pt.current.useContext(e)};te.useDebugValue=function(){};te.useDeferredValue=function(e){return pt.current.useDeferredValue(e)};te.useEffect=function(e,t){return pt.current.useEffect(e,t)};te.useId=function(){return pt.current.useId()};te.useImperativeHandle=function(e,t,r){return pt.current.useImperativeHandle(e,t,r)};te.useInsertionEffect=function(e,t){return pt.current.useInsertionEffect(e,t)};te.useLayoutEffect=function(e,t){return pt.current.useLayoutEffect(e,t)};te.useMemo=function(e,t){return pt.current.useMemo(e,t)};te.useReducer=function(e,t,r){return pt.current.useReducer(e,t,r)};te.useRef=function(e){return pt.current.useRef(e)};te.useState=function(e){return pt.current.useState(e)};te.useSyncExternalStore=function(e,t,r){return pt.current.useSyncExternalStore(e,t,r)};te.useTransition=function(){return pt.current.useTransition()};te.version="18.3.1";oD.exports=te;var s=oD.exports;const z=rD(s);/**
10
- * @license React
11
- * react-jsx-runtime.production.min.js
12
- *
13
- * Copyright (c) Facebook, Inc. and its affiliates.
14
- *
15
- * This source code is licensed under the MIT license found in the
16
- * LICENSE file in the root directory of this source tree.
17
- */var sB=s,uB=Symbol.for("react.element"),cB=Symbol.for("react.fragment"),dB=Object.prototype.hasOwnProperty,fB=sB.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,pB={key:!0,ref:!0,__self:!0,__source:!0};function pD(e,t,r){var n,o={},a=null,i=null;r!==void 0&&(a=""+r),t.key!==void 0&&(a=""+t.key),t.ref!==void 0&&(i=t.ref);for(n in t)dB.call(t,n)&&!pB.hasOwnProperty(n)&&(o[n]=t[n]);if(e&&e.defaultProps)for(n in t=e.defaultProps,t)o[n]===void 0&&(o[n]=t[n]);return{$$typeof:uB,type:e,key:a,ref:i,props:o,_owner:fB.current}}g1.Fragment=cB;g1.jsx=pD;g1.jsxs=pD;nD.exports=g1;var A=nD.exports,hD={exports:{}},jt={},mD={exports:{}},gD={};/**
18
- * @license React
19
- * scheduler.production.min.js
20
- *
21
- * Copyright (c) Facebook, Inc. and its affiliates.
22
- *
23
- * This source code is licensed under the MIT license found in the
24
- * LICENSE file in the root directory of this source tree.
25
- */(function(e){function t(B,$){var M=B.length;B.push($);e:for(;0<M;){var V=M-1>>>1,X=B[V];if(0<o(X,$))B[V]=$,B[M]=X,M=V;else break e}}function r(B){return B.length===0?null:B[0]}function n(B){if(B.length===0)return null;var $=B[0],M=B.pop();if(M!==$){B[0]=M;e:for(var V=0,X=B.length,ue=X>>>1;V<ue;){var fe=2*(V+1)-1,q=B[fe],ee=fe+1,ne=B[ee];if(0>o(q,M))ee<X&&0>o(ne,q)?(B[V]=ne,B[ee]=M,V=ee):(B[V]=q,B[fe]=M,V=fe);else if(ee<X&&0>o(ne,M))B[V]=ne,B[ee]=M,V=ee;else break e}}return $}function o(B,$){var M=B.sortIndex-$.sortIndex;return M!==0?M:B.id-$.id}if(typeof performance=="object"&&typeof performance.now=="function"){var a=performance;e.unstable_now=function(){return a.now()}}else{var i=Date,l=i.now();e.unstable_now=function(){return i.now()-l}}var u=[],d=[],f=1,h=null,p=3,m=!1,g=!1,y=!1,D=typeof setTimeout=="function"?setTimeout:null,b=typeof clearTimeout=="function"?clearTimeout:null,w=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function v(B){for(var $=r(d);$!==null;){if($.callback===null)n(d);else if($.startTime<=B)n(d),$.sortIndex=$.expirationTime,t(u,$);else break;$=r(d)}}function x(B){if(y=!1,v(B),!g)if(r(u)!==null)g=!0,U(E);else{var $=r(d);$!==null&&K(x,$.startTime-B)}}function E(B,$){g=!1,y&&(y=!1,b(k),k=-1),m=!0;var M=p;try{for(v($),h=r(u);h!==null&&(!(h.expirationTime>$)||B&&!T());){var V=h.callback;if(typeof V=="function"){h.callback=null,p=h.priorityLevel;var X=V(h.expirationTime<=$);$=e.unstable_now(),typeof X=="function"?h.callback=X:h===r(u)&&n(u),v($)}else n(u);h=r(u)}if(h!==null)var ue=!0;else{var fe=r(d);fe!==null&&K(x,fe.startTime-$),ue=!1}return ue}finally{h=null,p=M,m=!1}}var S=!1,C=null,k=-1,F=5,_=-1;function T(){return!(e.unstable_now()-_<F)}function N(){if(C!==null){var B=e.unstable_now();_=B;var $=!0;try{$=C(!0,B)}finally{$?P():(S=!1,C=null)}}else S=!1}var P;if(typeof w=="function")P=function(){w(N)};else if(typeof MessageChannel<"u"){var G=new MessageChannel,H=G.port2;G.port1.onmessage=N,P=function(){H.postMessage(null)}}else P=function(){D(N,0)};function U(B){C=B,S||(S=!0,P())}function K(B,$){k=D(function(){B(e.unstable_now())},$)}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(B){B.callback=null},e.unstable_continueExecution=function(){g||m||(g=!0,U(E))},e.unstable_forceFrameRate=function(B){0>B||125<B?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):F=0<B?Math.floor(1e3/B):5},e.unstable_getCurrentPriorityLevel=function(){return p},e.unstable_getFirstCallbackNode=function(){return r(u)},e.unstable_next=function(B){switch(p){case 1:case 2:case 3:var $=3;break;default:$=p}var M=p;p=$;try{return B()}finally{p=M}},e.unstable_pauseExecution=function(){},e.unstable_requestPaint=function(){},e.unstable_runWithPriority=function(B,$){switch(B){case 1:case 2:case 3:case 4:case 5:break;default:B=3}var M=p;p=B;try{return $()}finally{p=M}},e.unstable_scheduleCallback=function(B,$,M){var V=e.unstable_now();switch(typeof M=="object"&&M!==null?(M=M.delay,M=typeof M=="number"&&0<M?V+M:V):M=V,B){case 1:var X=-1;break;case 2:X=250;break;case 5:X=1073741823;break;case 4:X=1e4;break;default:X=5e3}return X=M+X,B={id:f++,callback:$,priorityLevel:B,startTime:M,expirationTime:X,sortIndex:-1},M>V?(B.sortIndex=M,t(d,B),r(u)===null&&B===r(d)&&(y?(b(k),k=-1):y=!0,K(x,M-V))):(B.sortIndex=X,t(u,B),g||m||(g=!0,U(E))),B},e.unstable_shouldYield=T,e.unstable_wrapCallback=function(B){var $=p;return function(){var M=p;p=$;try{return B.apply(this,arguments)}finally{p=M}}}})(gD);mD.exports=gD;var hB=mD.exports;/**
26
- * @license React
27
- * react-dom.production.min.js
28
- *
29
- * Copyright (c) Facebook, Inc. and its affiliates.
30
- *
31
- * This source code is licensed under the MIT license found in the
32
- * LICENSE file in the root directory of this source tree.
33
- */var mB=s,Mt=hB;function O(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 vD=new Set,nu={};function Ia(e,t){Hi(e,t),Hi(e+"Capture",t)}function Hi(e,t){for(nu[e]=t,e=0;e<t.length;e++)vD.add(t[e])}var In=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),Km=Object.prototype.hasOwnProperty,gB=/^[: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]*$/,a3={},i3={};function vB(e){return Km.call(i3,e)?!0:Km.call(a3,e)?!1:gB.test(e)?i3[e]=!0:(a3[e]=!0,!1)}function yB(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 wB(e,t,r,n){if(t===null||typeof t>"u"||yB(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,o,a,i){this.acceptsBooleans=t===2||t===3||t===4,this.attributeName=n,this.attributeNamespace=o,this.mustUseProperty=r,this.propertyName=e,this.type=t,this.sanitizeURL=a,this.removeEmptyString=i}var Ye={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){Ye[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];Ye[t]=new ht(t,1,!1,e[1],null,!1,!1)});["contentEditable","draggable","spellCheck","value"].forEach(function(e){Ye[e]=new ht(e,2,!1,e.toLowerCase(),null,!1,!1)});["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){Ye[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){Ye[e]=new ht(e,3,!1,e.toLowerCase(),null,!1,!1)});["checked","multiple","muted","selected"].forEach(function(e){Ye[e]=new ht(e,3,!0,e,null,!1,!1)});["capture","download"].forEach(function(e){Ye[e]=new ht(e,4,!1,e,null,!1,!1)});["cols","rows","size","span"].forEach(function(e){Ye[e]=new ht(e,6,!1,e,null,!1,!1)});["rowSpan","start"].forEach(function(e){Ye[e]=new ht(e,5,!1,e.toLowerCase(),null,!1,!1)});var U5=/[\-:]([a-z])/g;function W5(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(U5,W5);Ye[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(U5,W5);Ye[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(U5,W5);Ye[t]=new ht(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)});["tabIndex","crossOrigin"].forEach(function(e){Ye[e]=new ht(e,1,!1,e.toLowerCase(),null,!1,!1)});Ye.xlinkHref=new ht("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1);["src","href","action","formAction"].forEach(function(e){Ye[e]=new ht(e,1,!1,e.toLowerCase(),null,!0,!0)});function q5(e,t,r,n){var o=Ye.hasOwnProperty(t)?Ye[t]:null;(o!==null?o.type!==0:n||!(2<t.length)||t[0]!=="o"&&t[0]!=="O"||t[1]!=="n"&&t[1]!=="N")&&(wB(t,r,o,n)&&(r=null),n||o===null?vB(t)&&(r===null?e.removeAttribute(t):e.setAttribute(t,""+r)):o.mustUseProperty?e[o.propertyName]=r===null?o.type===3?!1:"":r:(t=o.attributeName,n=o.attributeNamespace,r===null?e.removeAttribute(t):(o=o.type,r=o===3||o===4&&r===!0?"":""+r,n?e.setAttributeNS(n,t,r):e.setAttribute(t,r))))}var $n=mB.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,yc=Symbol.for("react.element"),si=Symbol.for("react.portal"),ui=Symbol.for("react.fragment"),G5=Symbol.for("react.strict_mode"),Qm=Symbol.for("react.profiler"),yD=Symbol.for("react.provider"),wD=Symbol.for("react.context"),Y5=Symbol.for("react.forward_ref"),Xm=Symbol.for("react.suspense"),Zm=Symbol.for("react.suspense_list"),K5=Symbol.for("react.memo"),jn=Symbol.for("react.lazy"),bD=Symbol.for("react.offscreen"),l3=Symbol.iterator;function jl(e){return e===null||typeof e!="object"?null:(e=l3&&e[l3]||e["@@iterator"],typeof e=="function"?e:null)}var be=Object.assign,Nf;function hs(e){if(Nf===void 0)try{throw Error()}catch(r){var t=r.stack.trim().match(/\n( *(at )?)/);Nf=t&&t[1]||""}return`
34
- `+Nf+e}var Hf=!1;function jf(e,t){if(!e||Hf)return"";Hf=!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 o=d.stack.split(`
35
- `),a=n.stack.split(`
36
- `),i=o.length-1,l=a.length-1;1<=i&&0<=l&&o[i]!==a[l];)l--;for(;1<=i&&0<=l;i--,l--)if(o[i]!==a[l]){if(i!==1||l!==1)do if(i--,l--,0>l||o[i]!==a[l]){var u=`
37
- `+o[i].replace(" at new "," at ");return e.displayName&&u.includes("<anonymous>")&&(u=u.replace("<anonymous>",e.displayName)),u}while(1<=i&&0<=l);break}}}finally{Hf=!1,Error.prepareStackTrace=r}return(e=e?e.displayName||e.name:"")?hs(e):""}function bB(e){switch(e.tag){case 5:return hs(e.type);case 16:return hs("Lazy");case 13:return hs("Suspense");case 19:return hs("SuspenseList");case 0:case 2:case 15:return e=jf(e.type,!1),e;case 11:return e=jf(e.type.render,!1),e;case 1:return e=jf(e.type,!0),e;default:return""}}function Jm(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 ui:return"Fragment";case si:return"Portal";case Qm:return"Profiler";case G5:return"StrictMode";case Xm:return"Suspense";case Zm:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case wD:return(e.displayName||"Context")+".Consumer";case yD:return(e._context.displayName||"Context")+".Provider";case Y5:var t=e.render;return e=e.displayName,e||(e=t.displayName||t.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case K5:return t=e.displayName||null,t!==null?t:Jm(e.type)||"Memo";case jn:t=e._payload,e=e._init;try{return Jm(e(t))}catch{}}return null}function xB(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 Jm(t);case 8:return t===G5?"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 vo(e){switch(typeof e){case"boolean":case"number":case"string":case"undefined":return e;case"object":return e;default:return""}}function xD(e){var t=e.type;return(e=e.nodeName)&&e.toLowerCase()==="input"&&(t==="checkbox"||t==="radio")}function DB(e){var t=xD(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 o=r.get,a=r.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return o.call(this)},set:function(i){n=""+i,a.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 wc(e){e._valueTracker||(e._valueTracker=DB(e))}function DD(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var r=t.getValue(),n="";return e&&(n=xD(e)?e.checked?"true":"false":e.value),e=n,e!==r?(t.setValue(e),!0):!1}function Y0(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 eg(e,t){var r=t.checked;return be({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:r??e._wrapperState.initialChecked})}function s3(e,t){var r=t.defaultValue==null?"":t.defaultValue,n=t.checked!=null?t.checked:t.defaultChecked;r=vo(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 ED(e,t){t=t.checked,t!=null&&q5(e,"checked",t,!1)}function tg(e,t){ED(e,t);var r=vo(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")?rg(e,t.type,r):t.hasOwnProperty("defaultValue")&&rg(e,t.type,vo(t.defaultValue)),t.checked==null&&t.defaultChecked!=null&&(e.defaultChecked=!!t.defaultChecked)}function u3(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 rg(e,t,r){(t!=="number"||Y0(e.ownerDocument)!==e)&&(r==null?e.defaultValue=""+e._wrapperState.initialValue:e.defaultValue!==""+r&&(e.defaultValue=""+r))}var ms=Array.isArray;function Ei(e,t,r,n){if(e=e.options,t){t={};for(var o=0;o<r.length;o++)t["$"+r[o]]=!0;for(r=0;r<e.length;r++)o=t.hasOwnProperty("$"+e[r].value),e[r].selected!==o&&(e[r].selected=o),o&&n&&(e[r].defaultSelected=!0)}else{for(r=""+vo(r),t=null,o=0;o<e.length;o++){if(e[o].value===r){e[o].selected=!0,n&&(e[o].defaultSelected=!0);return}t!==null||e[o].disabled||(t=e[o])}t!==null&&(t.selected=!0)}}function ng(e,t){if(t.dangerouslySetInnerHTML!=null)throw Error(O(91));return be({},t,{value:void 0,defaultValue:void 0,children:""+e._wrapperState.initialValue})}function c3(e,t){var r=t.value;if(r==null){if(r=t.children,t=t.defaultValue,r!=null){if(t!=null)throw Error(O(92));if(ms(r)){if(1<r.length)throw Error(O(93));r=r[0]}t=r}t==null&&(t=""),r=t}e._wrapperState={initialValue:vo(r)}}function CD(e,t){var r=vo(t.value),n=vo(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 d3(e){var t=e.textContent;t===e._wrapperState.initialValue&&t!==""&&t!==null&&(e.value=t)}function SD(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 og(e,t){return e==null||e==="http://www.w3.org/1999/xhtml"?SD(t):e==="http://www.w3.org/2000/svg"&&t==="foreignObject"?"http://www.w3.org/1999/xhtml":e}var bc,kD=function(e){return typeof MSApp<"u"&&MSApp.execUnsafeLocalFunction?function(t,r,n,o){MSApp.execUnsafeLocalFunction(function(){return e(t,r,n,o)})}:e}(function(e,t){if(e.namespaceURI!=="http://www.w3.org/2000/svg"||"innerHTML"in e)e.innerHTML=t;else{for(bc=bc||document.createElement("div"),bc.innerHTML="<svg>"+t.valueOf().toString()+"</svg>",t=bc.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;t.firstChild;)e.appendChild(t.firstChild)}});function ou(e,t){if(t){var r=e.firstChild;if(r&&r===e.lastChild&&r.nodeType===3){r.nodeValue=t;return}}e.textContent=t}var zs={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},EB=["Webkit","ms","Moz","O"];Object.keys(zs).forEach(function(e){EB.forEach(function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),zs[t]=zs[e]})});function AD(e,t,r){return t==null||typeof t=="boolean"||t===""?"":r||typeof t!="number"||t===0||zs.hasOwnProperty(e)&&zs[e]?(""+t).trim():t+"px"}function FD(e,t){e=e.style;for(var r in t)if(t.hasOwnProperty(r)){var n=r.indexOf("--")===0,o=AD(r,t[r],n);r==="float"&&(r="cssFloat"),n?e.setProperty(r,o):e[r]=o}}var CB=be({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 ag(e,t){if(t){if(CB[e]&&(t.children!=null||t.dangerouslySetInnerHTML!=null))throw Error(O(137,e));if(t.dangerouslySetInnerHTML!=null){if(t.children!=null)throw Error(O(60));if(typeof t.dangerouslySetInnerHTML!="object"||!("__html"in t.dangerouslySetInnerHTML))throw Error(O(61))}if(t.style!=null&&typeof t.style!="object")throw Error(O(62))}}function ig(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 lg=null;function Q5(e){return e=e.target||e.srcElement||window,e.correspondingUseElement&&(e=e.correspondingUseElement),e.nodeType===3?e.parentNode:e}var sg=null,Ci=null,Si=null;function f3(e){if(e=ju(e)){if(typeof sg!="function")throw Error(O(280));var t=e.stateNode;t&&(t=x1(t),sg(e.stateNode,e.type,t))}}function _D(e){Ci?Si?Si.push(e):Si=[e]:Ci=e}function ID(){if(Ci){var e=Ci,t=Si;if(Si=Ci=null,f3(e),t)for(e=0;e<t.length;e++)f3(t[e])}}function RD(e,t){return e(t)}function zD(){}var Vf=!1;function TD(e,t,r){if(Vf)return e(t,r);Vf=!0;try{return RD(e,t,r)}finally{Vf=!1,(Ci!==null||Si!==null)&&(zD(),ID())}}function au(e,t){var r=e.stateNode;if(r===null)return null;var n=x1(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(O(231,t,typeof r));return r}var ug=!1;if(In)try{var Vl={};Object.defineProperty(Vl,"passive",{get:function(){ug=!0}}),window.addEventListener("test",Vl,Vl),window.removeEventListener("test",Vl,Vl)}catch{ug=!1}function SB(e,t,r,n,o,a,i,l,u){var d=Array.prototype.slice.call(arguments,3);try{t.apply(r,d)}catch(f){this.onError(f)}}var Ts=!1,K0=null,Q0=!1,cg=null,kB={onError:function(e){Ts=!0,K0=e}};function AB(e,t,r,n,o,a,i,l,u){Ts=!1,K0=null,SB.apply(kB,arguments)}function FB(e,t,r,n,o,a,i,l,u){if(AB.apply(this,arguments),Ts){if(Ts){var d=K0;Ts=!1,K0=null}else throw Error(O(198));Q0||(Q0=!0,cg=d)}}function Ra(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 BD(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 p3(e){if(Ra(e)!==e)throw Error(O(188))}function _B(e){var t=e.alternate;if(!t){if(t=Ra(e),t===null)throw Error(O(188));return t!==e?null:e}for(var r=e,n=t;;){var o=r.return;if(o===null)break;var a=o.alternate;if(a===null){if(n=o.return,n!==null){r=n;continue}break}if(o.child===a.child){for(a=o.child;a;){if(a===r)return p3(o),e;if(a===n)return p3(o),t;a=a.sibling}throw Error(O(188))}if(r.return!==n.return)r=o,n=a;else{for(var i=!1,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){for(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)throw Error(O(189))}}if(r.alternate!==n)throw Error(O(190))}if(r.tag!==3)throw Error(O(188));return r.stateNode.current===r?e:t}function $D(e){return e=_B(e),e!==null?LD(e):null}function LD(e){if(e.tag===5||e.tag===6)return e;for(e=e.child;e!==null;){var t=LD(e);if(t!==null)return t;e=e.sibling}return null}var MD=Mt.unstable_scheduleCallback,h3=Mt.unstable_cancelCallback,IB=Mt.unstable_shouldYield,RB=Mt.unstable_requestPaint,Se=Mt.unstable_now,zB=Mt.unstable_getCurrentPriorityLevel,X5=Mt.unstable_ImmediatePriority,OD=Mt.unstable_UserBlockingPriority,X0=Mt.unstable_NormalPriority,TB=Mt.unstable_LowPriority,PD=Mt.unstable_IdlePriority,v1=null,Zr=null;function BB(e){if(Zr&&typeof Zr.onCommitFiberRoot=="function")try{Zr.onCommitFiberRoot(v1,e,void 0,(e.current.flags&128)===128)}catch{}}var yr=Math.clz32?Math.clz32:MB,$B=Math.log,LB=Math.LN2;function MB(e){return e>>>=0,e===0?32:31-($B(e)/LB|0)|0}var xc=64,Dc=4194304;function gs(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 Z0(e,t){var r=e.pendingLanes;if(r===0)return 0;var n=0,o=e.suspendedLanes,a=e.pingedLanes,i=r&268435455;if(i!==0){var l=i&~o;l!==0?n=gs(l):(a&=i,a!==0&&(n=gs(a)))}else i=r&~o,i!==0?n=gs(i):a!==0&&(n=gs(a));if(n===0)return 0;if(t!==0&&t!==n&&!(t&o)&&(o=n&-n,a=t&-t,o>=a||o===16&&(a&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-yr(t),o=1<<r,n|=e[r],t&=~o;return n}function OB(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 PB(e,t){for(var r=e.suspendedLanes,n=e.pingedLanes,o=e.expirationTimes,a=e.pendingLanes;0<a;){var i=31-yr(a),l=1<<i,u=o[i];u===-1?(!(l&r)||l&n)&&(o[i]=OB(l,t)):u<=t&&(e.expiredLanes|=l),a&=~l}}function dg(e){return e=e.pendingLanes&-1073741825,e!==0?e:e&1073741824?1073741824:0}function ND(){var e=xc;return xc<<=1,!(xc&4194240)&&(xc=64),e}function Uf(e){for(var t=[],r=0;31>r;r++)t.push(e);return t}function Nu(e,t,r){e.pendingLanes|=t,t!==536870912&&(e.suspendedLanes=0,e.pingedLanes=0),e=e.eventTimes,t=31-yr(t),e[t]=r}function NB(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 o=31-yr(r),a=1<<o;t[o]=0,n[o]=-1,e[o]=-1,r&=~a}}function Z5(e,t){var r=e.entangledLanes|=t;for(e=e.entanglements;r;){var n=31-yr(r),o=1<<n;o&t|e[n]&t&&(e[n]|=t),r&=~o}}var ce=0;function HD(e){return e&=-e,1<e?4<e?e&268435455?16:536870912:4:1}var jD,J5,VD,UD,WD,fg=!1,Ec=[],ao=null,io=null,lo=null,iu=new Map,lu=new Map,Jn=[],HB="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 m3(e,t){switch(e){case"focusin":case"focusout":ao=null;break;case"dragenter":case"dragleave":io=null;break;case"mouseover":case"mouseout":lo=null;break;case"pointerover":case"pointerout":iu.delete(t.pointerId);break;case"gotpointercapture":case"lostpointercapture":lu.delete(t.pointerId)}}function Ul(e,t,r,n,o,a){return e===null||e.nativeEvent!==a?(e={blockedOn:t,domEventName:r,eventSystemFlags:n,nativeEvent:a,targetContainers:[o]},t!==null&&(t=ju(t),t!==null&&J5(t)),e):(e.eventSystemFlags|=n,t=e.targetContainers,o!==null&&t.indexOf(o)===-1&&t.push(o),e)}function jB(e,t,r,n,o){switch(t){case"focusin":return ao=Ul(ao,e,t,r,n,o),!0;case"dragenter":return io=Ul(io,e,t,r,n,o),!0;case"mouseover":return lo=Ul(lo,e,t,r,n,o),!0;case"pointerover":var a=o.pointerId;return iu.set(a,Ul(iu.get(a)||null,e,t,r,n,o)),!0;case"gotpointercapture":return a=o.pointerId,lu.set(a,Ul(lu.get(a)||null,e,t,r,n,o)),!0}return!1}function qD(e){var t=ea(e.target);if(t!==null){var r=Ra(t);if(r!==null){if(t=r.tag,t===13){if(t=BD(r),t!==null){e.blockedOn=t,WD(e.priority,function(){VD(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 m0(e){if(e.blockedOn!==null)return!1;for(var t=e.targetContainers;0<t.length;){var r=pg(e.domEventName,e.eventSystemFlags,t[0],e.nativeEvent);if(r===null){r=e.nativeEvent;var n=new r.constructor(r.type,r);lg=n,r.target.dispatchEvent(n),lg=null}else return t=ju(r),t!==null&&J5(t),e.blockedOn=r,!1;t.shift()}return!0}function g3(e,t,r){m0(e)&&r.delete(t)}function VB(){fg=!1,ao!==null&&m0(ao)&&(ao=null),io!==null&&m0(io)&&(io=null),lo!==null&&m0(lo)&&(lo=null),iu.forEach(g3),lu.forEach(g3)}function Wl(e,t){e.blockedOn===t&&(e.blockedOn=null,fg||(fg=!0,Mt.unstable_scheduleCallback(Mt.unstable_NormalPriority,VB)))}function su(e){function t(o){return Wl(o,e)}if(0<Ec.length){Wl(Ec[0],e);for(var r=1;r<Ec.length;r++){var n=Ec[r];n.blockedOn===e&&(n.blockedOn=null)}}for(ao!==null&&Wl(ao,e),io!==null&&Wl(io,e),lo!==null&&Wl(lo,e),iu.forEach(t),lu.forEach(t),r=0;r<Jn.length;r++)n=Jn[r],n.blockedOn===e&&(n.blockedOn=null);for(;0<Jn.length&&(r=Jn[0],r.blockedOn===null);)qD(r),r.blockedOn===null&&Jn.shift()}var ki=$n.ReactCurrentBatchConfig,J0=!0;function UB(e,t,r,n){var o=ce,a=ki.transition;ki.transition=null;try{ce=1,ev(e,t,r,n)}finally{ce=o,ki.transition=a}}function WB(e,t,r,n){var o=ce,a=ki.transition;ki.transition=null;try{ce=4,ev(e,t,r,n)}finally{ce=o,ki.transition=a}}function ev(e,t,r,n){if(J0){var o=pg(e,t,r,n);if(o===null)ep(e,t,n,ed,r),m3(e,n);else if(jB(o,e,t,r,n))n.stopPropagation();else if(m3(e,n),t&4&&-1<HB.indexOf(e)){for(;o!==null;){var a=ju(o);if(a!==null&&jD(a),a=pg(e,t,r,n),a===null&&ep(e,t,n,ed,r),a===o)break;o=a}o!==null&&n.stopPropagation()}else ep(e,t,n,null,r)}}var ed=null;function pg(e,t,r,n){if(ed=null,e=Q5(n),e=ea(e),e!==null)if(t=Ra(e),t===null)e=null;else if(r=t.tag,r===13){if(e=BD(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 ed=e,null}function GD(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(zB()){case X5:return 1;case OD:return 4;case X0:case TB:return 16;case PD:return 536870912;default:return 16}default:return 16}}var ro=null,tv=null,g0=null;function YD(){if(g0)return g0;var e,t=tv,r=t.length,n,o="value"in ro?ro.value:ro.textContent,a=o.length;for(e=0;e<r&&t[e]===o[e];e++);var i=r-e;for(n=1;n<=i&&t[r-n]===o[a-n];n++);return g0=o.slice(e,1<n?1-n:void 0)}function v0(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 Cc(){return!0}function v3(){return!1}function Vt(e){function t(r,n,o,a,i){this._reactName=r,this._targetInst=o,this.type=n,this.nativeEvent=a,this.target=i,this.currentTarget=null;for(var l in e)e.hasOwnProperty(l)&&(r=e[l],this[l]=r?r(a):a[l]);return this.isDefaultPrevented=(a.defaultPrevented!=null?a.defaultPrevented:a.returnValue===!1)?Cc:v3,this.isPropagationStopped=v3,this}return be(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=Cc)},stopPropagation:function(){var r=this.nativeEvent;r&&(r.stopPropagation?r.stopPropagation():typeof r.cancelBubble!="unknown"&&(r.cancelBubble=!0),this.isPropagationStopped=Cc)},persist:function(){},isPersistent:Cc}),t}var Dl={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},rv=Vt(Dl),Hu=be({},Dl,{view:0,detail:0}),qB=Vt(Hu),Wf,qf,ql,y1=be({},Hu,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:nv,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!==ql&&(ql&&e.type==="mousemove"?(Wf=e.screenX-ql.screenX,qf=e.screenY-ql.screenY):qf=Wf=0,ql=e),Wf)},movementY:function(e){return"movementY"in e?e.movementY:qf}}),y3=Vt(y1),GB=be({},y1,{dataTransfer:0}),YB=Vt(GB),KB=be({},Hu,{relatedTarget:0}),Gf=Vt(KB),QB=be({},Dl,{animationName:0,elapsedTime:0,pseudoElement:0}),XB=Vt(QB),ZB=be({},Dl,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),JB=Vt(ZB),e$=be({},Dl,{data:0}),w3=Vt(e$),t$={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},r$={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"},n$={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function o$(e){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(e):(e=n$[e])?!!t[e]:!1}function nv(){return o$}var a$=be({},Hu,{key:function(e){if(e.key){var t=t$[e.key]||e.key;if(t!=="Unidentified")return t}return e.type==="keypress"?(e=v0(e),e===13?"Enter":String.fromCharCode(e)):e.type==="keydown"||e.type==="keyup"?r$[e.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:nv,charCode:function(e){return e.type==="keypress"?v0(e):0},keyCode:function(e){return e.type==="keydown"||e.type==="keyup"?e.keyCode:0},which:function(e){return e.type==="keypress"?v0(e):e.type==="keydown"||e.type==="keyup"?e.keyCode:0}}),i$=Vt(a$),l$=be({},y1,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),b3=Vt(l$),s$=be({},Hu,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:nv}),u$=Vt(s$),c$=be({},Dl,{propertyName:0,elapsedTime:0,pseudoElement:0}),d$=Vt(c$),f$=be({},y1,{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}),p$=Vt(f$),h$=[9,13,27,32],ov=In&&"CompositionEvent"in window,Bs=null;In&&"documentMode"in document&&(Bs=document.documentMode);var m$=In&&"TextEvent"in window&&!Bs,KD=In&&(!ov||Bs&&8<Bs&&11>=Bs),x3=" ",D3=!1;function QD(e,t){switch(e){case"keyup":return h$.indexOf(t.keyCode)!==-1;case"keydown":return t.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function XD(e){return e=e.detail,typeof e=="object"&&"data"in e?e.data:null}var ci=!1;function g$(e,t){switch(e){case"compositionend":return XD(t);case"keypress":return t.which!==32?null:(D3=!0,x3);case"textInput":return e=t.data,e===x3&&D3?null:e;default:return null}}function v$(e,t){if(ci)return e==="compositionend"||!ov&&QD(e,t)?(e=YD(),g0=tv=ro=null,ci=!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 KD&&t.locale!=="ko"?null:t.data;default:return null}}var y$={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 E3(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t==="input"?!!y$[e.type]:t==="textarea"}function ZD(e,t,r,n){_D(n),t=td(t,"onChange"),0<t.length&&(r=new rv("onChange","change",null,r,n),e.push({event:r,listeners:t}))}var $s=null,uu=null;function w$(e){uE(e,0)}function w1(e){var t=pi(e);if(DD(t))return e}function b$(e,t){if(e==="change")return t}var JD=!1;if(In){var Yf;if(In){var Kf="oninput"in document;if(!Kf){var C3=document.createElement("div");C3.setAttribute("oninput","return;"),Kf=typeof C3.oninput=="function"}Yf=Kf}else Yf=!1;JD=Yf&&(!document.documentMode||9<document.documentMode)}function S3(){$s&&($s.detachEvent("onpropertychange",eE),uu=$s=null)}function eE(e){if(e.propertyName==="value"&&w1(uu)){var t=[];ZD(t,uu,e,Q5(e)),TD(w$,t)}}function x$(e,t,r){e==="focusin"?(S3(),$s=t,uu=r,$s.attachEvent("onpropertychange",eE)):e==="focusout"&&S3()}function D$(e){if(e==="selectionchange"||e==="keyup"||e==="keydown")return w1(uu)}function E$(e,t){if(e==="click")return w1(t)}function C$(e,t){if(e==="input"||e==="change")return w1(t)}function S$(e,t){return e===t&&(e!==0||1/e===1/t)||e!==e&&t!==t}var Dr=typeof Object.is=="function"?Object.is:S$;function cu(e,t){if(Dr(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 o=r[n];if(!Km.call(t,o)||!Dr(e[o],t[o]))return!1}return!0}function k3(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function A3(e,t){var r=k3(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=k3(r)}}function tE(e,t){return e&&t?e===t?!0:e&&e.nodeType===3?!1:t&&t.nodeType===3?tE(e,t.parentNode):"contains"in e?e.contains(t):e.compareDocumentPosition?!!(e.compareDocumentPosition(t)&16):!1:!1}function rE(){for(var e=window,t=Y0();t instanceof e.HTMLIFrameElement;){try{var r=typeof t.contentWindow.location.href=="string"}catch{r=!1}if(r)e=t.contentWindow;else break;t=Y0(e.document)}return t}function av(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 k$(e){var t=rE(),r=e.focusedElem,n=e.selectionRange;if(t!==r&&r&&r.ownerDocument&&tE(r.ownerDocument.documentElement,r)){if(n!==null&&av(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 o=r.textContent.length,a=Math.min(n.start,o);n=n.end===void 0?a:Math.min(n.end,o),!e.extend&&a>n&&(o=n,n=a,a=o),o=A3(r,a);var i=A3(r,n);o&&i&&(e.rangeCount!==1||e.anchorNode!==o.node||e.anchorOffset!==o.offset||e.focusNode!==i.node||e.focusOffset!==i.offset)&&(t=t.createRange(),t.setStart(o.node,o.offset),e.removeAllRanges(),a>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 A$=In&&"documentMode"in document&&11>=document.documentMode,di=null,hg=null,Ls=null,mg=!1;function F3(e,t,r){var n=r.window===r?r.document:r.nodeType===9?r:r.ownerDocument;mg||di==null||di!==Y0(n)||(n=di,"selectionStart"in n&&av(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}),Ls&&cu(Ls,n)||(Ls=n,n=td(hg,"onSelect"),0<n.length&&(t=new rv("onSelect","select",null,t,r),e.push({event:t,listeners:n}),t.target=di)))}function Sc(e,t){var r={};return r[e.toLowerCase()]=t.toLowerCase(),r["Webkit"+e]="webkit"+t,r["Moz"+e]="moz"+t,r}var fi={animationend:Sc("Animation","AnimationEnd"),animationiteration:Sc("Animation","AnimationIteration"),animationstart:Sc("Animation","AnimationStart"),transitionend:Sc("Transition","TransitionEnd")},Qf={},nE={};In&&(nE=document.createElement("div").style,"AnimationEvent"in window||(delete fi.animationend.animation,delete fi.animationiteration.animation,delete fi.animationstart.animation),"TransitionEvent"in window||delete fi.transitionend.transition);function b1(e){if(Qf[e])return Qf[e];if(!fi[e])return e;var t=fi[e],r;for(r in t)if(t.hasOwnProperty(r)&&r in nE)return Qf[e]=t[r];return e}var oE=b1("animationend"),aE=b1("animationiteration"),iE=b1("animationstart"),lE=b1("transitionend"),sE=new Map,_3="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 Fo(e,t){sE.set(e,t),Ia(t,[e])}for(var Xf=0;Xf<_3.length;Xf++){var Zf=_3[Xf],F$=Zf.toLowerCase(),_$=Zf[0].toUpperCase()+Zf.slice(1);Fo(F$,"on"+_$)}Fo(oE,"onAnimationEnd");Fo(aE,"onAnimationIteration");Fo(iE,"onAnimationStart");Fo("dblclick","onDoubleClick");Fo("focusin","onFocus");Fo("focusout","onBlur");Fo(lE,"onTransitionEnd");Hi("onMouseEnter",["mouseout","mouseover"]);Hi("onMouseLeave",["mouseout","mouseover"]);Hi("onPointerEnter",["pointerout","pointerover"]);Hi("onPointerLeave",["pointerout","pointerover"]);Ia("onChange","change click focusin focusout input keydown keyup selectionchange".split(" "));Ia("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" "));Ia("onBeforeInput",["compositionend","keypress","textInput","paste"]);Ia("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" "));Ia("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" "));Ia("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var vs="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(" "),I$=new Set("cancel close invalid load scroll toggle".split(" ").concat(vs));function I3(e,t,r){var n=e.type||"unknown-event";e.currentTarget=r,FB(n,t,void 0,e),e.currentTarget=null}function uE(e,t){t=(t&4)!==0;for(var r=0;r<e.length;r++){var n=e[r],o=n.event;n=n.listeners;e:{var a=void 0;if(t)for(var i=n.length-1;0<=i;i--){var l=n[i],u=l.instance,d=l.currentTarget;if(l=l.listener,u!==a&&o.isPropagationStopped())break e;I3(o,l,d),a=u}else for(i=0;i<n.length;i++){if(l=n[i],u=l.instance,d=l.currentTarget,l=l.listener,u!==a&&o.isPropagationStopped())break e;I3(o,l,d),a=u}}}if(Q0)throw e=cg,Q0=!1,cg=null,e}function he(e,t){var r=t[bg];r===void 0&&(r=t[bg]=new Set);var n=e+"__bubble";r.has(n)||(cE(t,e,2,!1),r.add(n))}function Jf(e,t,r){var n=0;t&&(n|=4),cE(r,e,n,t)}var kc="_reactListening"+Math.random().toString(36).slice(2);function du(e){if(!e[kc]){e[kc]=!0,vD.forEach(function(r){r!=="selectionchange"&&(I$.has(r)||Jf(r,!1,e),Jf(r,!0,e))});var t=e.nodeType===9?e:e.ownerDocument;t===null||t[kc]||(t[kc]=!0,Jf("selectionchange",!1,t))}}function cE(e,t,r,n){switch(GD(t)){case 1:var o=UB;break;case 4:o=WB;break;default:o=ev}r=o.bind(null,t,r,e),o=void 0,!ug||t!=="touchstart"&&t!=="touchmove"&&t!=="wheel"||(o=!0),n?o!==void 0?e.addEventListener(t,r,{capture:!0,passive:o}):e.addEventListener(t,r,!0):o!==void 0?e.addEventListener(t,r,{passive:o}):e.addEventListener(t,r,!1)}function ep(e,t,r,n,o){var a=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===o||l.nodeType===8&&l.parentNode===o)break;if(i===4)for(i=n.return;i!==null;){var u=i.tag;if((u===3||u===4)&&(u=i.stateNode.containerInfo,u===o||u.nodeType===8&&u.parentNode===o))return;i=i.return}for(;l!==null;){if(i=ea(l),i===null)return;if(u=i.tag,u===5||u===6){n=a=i;continue e}l=l.parentNode}}n=n.return}TD(function(){var d=a,f=Q5(r),h=[];e:{var p=sE.get(e);if(p!==void 0){var m=rv,g=e;switch(e){case"keypress":if(v0(r)===0)break e;case"keydown":case"keyup":m=i$;break;case"focusin":g="focus",m=Gf;break;case"focusout":g="blur",m=Gf;break;case"beforeblur":case"afterblur":m=Gf;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=y3;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":m=YB;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":m=u$;break;case oE:case aE:case iE:m=XB;break;case lE:m=d$;break;case"scroll":m=qB;break;case"wheel":m=p$;break;case"copy":case"cut":case"paste":m=JB;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":m=b3}var y=(t&4)!==0,D=!y&&e==="scroll",b=y?p!==null?p+"Capture":null:p;y=[];for(var w=d,v;w!==null;){v=w;var x=v.stateNode;if(v.tag===5&&x!==null&&(v=x,b!==null&&(x=au(w,b),x!=null&&y.push(fu(w,x,v)))),D)break;w=w.return}0<y.length&&(p=new m(p,g,null,r,f),h.push({event:p,listeners:y}))}}if(!(t&7)){e:{if(p=e==="mouseover"||e==="pointerover",m=e==="mouseout"||e==="pointerout",p&&r!==lg&&(g=r.relatedTarget||r.fromElement)&&(ea(g)||g[Rn]))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?ea(g):null,g!==null&&(D=Ra(g),g!==D||g.tag!==5&&g.tag!==6)&&(g=null)):(m=null,g=d),m!==g)){if(y=y3,x="onMouseLeave",b="onMouseEnter",w="mouse",(e==="pointerout"||e==="pointerover")&&(y=b3,x="onPointerLeave",b="onPointerEnter",w="pointer"),D=m==null?p:pi(m),v=g==null?p:pi(g),p=new y(x,w+"leave",m,r,f),p.target=D,p.relatedTarget=v,x=null,ea(f)===d&&(y=new y(b,w+"enter",g,r,f),y.target=v,y.relatedTarget=D,x=y),D=x,m&&g)t:{for(y=m,b=g,w=0,v=y;v;v=Ua(v))w++;for(v=0,x=b;x;x=Ua(x))v++;for(;0<w-v;)y=Ua(y),w--;for(;0<v-w;)b=Ua(b),v--;for(;w--;){if(y===b||b!==null&&y===b.alternate)break t;y=Ua(y),b=Ua(b)}y=null}else y=null;m!==null&&R3(h,p,m,y,!1),g!==null&&D!==null&&R3(h,D,g,y,!0)}}e:{if(p=d?pi(d):window,m=p.nodeName&&p.nodeName.toLowerCase(),m==="select"||m==="input"&&p.type==="file")var E=b$;else if(E3(p))if(JD)E=C$;else{E=D$;var S=x$}else(m=p.nodeName)&&m.toLowerCase()==="input"&&(p.type==="checkbox"||p.type==="radio")&&(E=E$);if(E&&(E=E(e,d))){ZD(h,E,r,f);break e}S&&S(e,p,d),e==="focusout"&&(S=p._wrapperState)&&S.controlled&&p.type==="number"&&rg(p,"number",p.value)}switch(S=d?pi(d):window,e){case"focusin":(E3(S)||S.contentEditable==="true")&&(di=S,hg=d,Ls=null);break;case"focusout":Ls=hg=di=null;break;case"mousedown":mg=!0;break;case"contextmenu":case"mouseup":case"dragend":mg=!1,F3(h,r,f);break;case"selectionchange":if(A$)break;case"keydown":case"keyup":F3(h,r,f)}var C;if(ov)e:{switch(e){case"compositionstart":var k="onCompositionStart";break e;case"compositionend":k="onCompositionEnd";break e;case"compositionupdate":k="onCompositionUpdate";break e}k=void 0}else ci?QD(e,r)&&(k="onCompositionEnd"):e==="keydown"&&r.keyCode===229&&(k="onCompositionStart");k&&(KD&&r.locale!=="ko"&&(ci||k!=="onCompositionStart"?k==="onCompositionEnd"&&ci&&(C=YD()):(ro=f,tv="value"in ro?ro.value:ro.textContent,ci=!0)),S=td(d,k),0<S.length&&(k=new w3(k,e,null,r,f),h.push({event:k,listeners:S}),C?k.data=C:(C=XD(r),C!==null&&(k.data=C)))),(C=m$?g$(e,r):v$(e,r))&&(d=td(d,"onBeforeInput"),0<d.length&&(f=new w3("onBeforeInput","beforeinput",null,r,f),h.push({event:f,listeners:d}),f.data=C))}uE(h,t)})}function fu(e,t,r){return{instance:e,listener:t,currentTarget:r}}function td(e,t){for(var r=t+"Capture",n=[];e!==null;){var o=e,a=o.stateNode;o.tag===5&&a!==null&&(o=a,a=au(e,r),a!=null&&n.unshift(fu(e,a,o)),a=au(e,t),a!=null&&n.push(fu(e,a,o))),e=e.return}return n}function Ua(e){if(e===null)return null;do e=e.return;while(e&&e.tag!==5);return e||null}function R3(e,t,r,n,o){for(var a=t._reactName,i=[];r!==null&&r!==n;){var l=r,u=l.alternate,d=l.stateNode;if(u!==null&&u===n)break;l.tag===5&&d!==null&&(l=d,o?(u=au(r,a),u!=null&&i.unshift(fu(r,u,l))):o||(u=au(r,a),u!=null&&i.push(fu(r,u,l)))),r=r.return}i.length!==0&&e.push({event:t,listeners:i})}var R$=/\r\n?/g,z$=/\u0000|\uFFFD/g;function z3(e){return(typeof e=="string"?e:""+e).replace(R$,`
38
- `).replace(z$,"")}function Ac(e,t,r){if(t=z3(t),z3(e)!==t&&r)throw Error(O(425))}function rd(){}var gg=null,vg=null;function yg(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 wg=typeof setTimeout=="function"?setTimeout:void 0,T$=typeof clearTimeout=="function"?clearTimeout:void 0,T3=typeof Promise=="function"?Promise:void 0,B$=typeof queueMicrotask=="function"?queueMicrotask:typeof T3<"u"?function(e){return T3.resolve(null).then(e).catch($$)}:wg;function $$(e){setTimeout(function(){throw e})}function tp(e,t){var r=t,n=0;do{var o=r.nextSibling;if(e.removeChild(r),o&&o.nodeType===8)if(r=o.data,r==="/$"){if(n===0){e.removeChild(o),su(t);return}n--}else r!=="$"&&r!=="$?"&&r!=="$!"||n++;r=o}while(r);su(t)}function so(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 B3(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 El=Math.random().toString(36).slice(2),qr="__reactFiber$"+El,pu="__reactProps$"+El,Rn="__reactContainer$"+El,bg="__reactEvents$"+El,L$="__reactListeners$"+El,M$="__reactHandles$"+El;function ea(e){var t=e[qr];if(t)return t;for(var r=e.parentNode;r;){if(t=r[Rn]||r[qr]){if(r=t.alternate,t.child!==null||r!==null&&r.child!==null)for(e=B3(e);e!==null;){if(r=e[qr])return r;e=B3(e)}return t}e=r,r=e.parentNode}return null}function ju(e){return e=e[qr]||e[Rn],!e||e.tag!==5&&e.tag!==6&&e.tag!==13&&e.tag!==3?null:e}function pi(e){if(e.tag===5||e.tag===6)return e.stateNode;throw Error(O(33))}function x1(e){return e[pu]||null}var xg=[],hi=-1;function _o(e){return{current:e}}function ge(e){0>hi||(e.current=xg[hi],xg[hi]=null,hi--)}function pe(e,t){hi++,xg[hi]=e.current,e.current=t}var yo={},nt=_o(yo),vt=_o(!1),va=yo;function ji(e,t){var r=e.type.contextTypes;if(!r)return yo;var n=e.stateNode;if(n&&n.__reactInternalMemoizedUnmaskedChildContext===t)return n.__reactInternalMemoizedMaskedChildContext;var o={},a;for(a in r)o[a]=t[a];return n&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=o),o}function yt(e){return e=e.childContextTypes,e!=null}function nd(){ge(vt),ge(nt)}function $3(e,t,r){if(nt.current!==yo)throw Error(O(168));pe(nt,t),pe(vt,r)}function dE(e,t,r){var n=e.stateNode;if(t=t.childContextTypes,typeof n.getChildContext!="function")return r;n=n.getChildContext();for(var o in n)if(!(o in t))throw Error(O(108,xB(e)||"Unknown",o));return be({},r,n)}function od(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||yo,va=nt.current,pe(nt,e),pe(vt,vt.current),!0}function L3(e,t,r){var n=e.stateNode;if(!n)throw Error(O(169));r?(e=dE(e,t,va),n.__reactInternalMemoizedMergedChildContext=e,ge(vt),ge(nt),pe(nt,e)):ge(vt),pe(vt,r)}var Cn=null,D1=!1,rp=!1;function fE(e){Cn===null?Cn=[e]:Cn.push(e)}function O$(e){D1=!0,fE(e)}function Io(){if(!rp&&Cn!==null){rp=!0;var e=0,t=ce;try{var r=Cn;for(ce=1;e<r.length;e++){var n=r[e];do n=n(!0);while(n!==null)}Cn=null,D1=!1}catch(o){throw Cn!==null&&(Cn=Cn.slice(e+1)),MD(X5,Io),o}finally{ce=t,rp=!1}}return null}var mi=[],gi=0,ad=null,id=0,Wt=[],qt=0,ya=null,Sn=1,kn="";function Yo(e,t){mi[gi++]=id,mi[gi++]=ad,ad=e,id=t}function pE(e,t,r){Wt[qt++]=Sn,Wt[qt++]=kn,Wt[qt++]=ya,ya=e;var n=Sn;e=kn;var o=32-yr(n)-1;n&=~(1<<o),r+=1;var a=32-yr(t)+o;if(30<a){var i=o-o%5;a=(n&(1<<i)-1).toString(32),n>>=i,o-=i,Sn=1<<32-yr(t)+o|r<<o|n,kn=a+e}else Sn=1<<a|r<<o|n,kn=e}function iv(e){e.return!==null&&(Yo(e,1),pE(e,1,0))}function lv(e){for(;e===ad;)ad=mi[--gi],mi[gi]=null,id=mi[--gi],mi[gi]=null;for(;e===ya;)ya=Wt[--qt],Wt[qt]=null,kn=Wt[--qt],Wt[qt]=null,Sn=Wt[--qt],Wt[qt]=null}var Bt=null,Tt=null,ve=!1,fr=null;function hE(e,t){var r=Yt(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 M3(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,Bt=e,Tt=so(t.firstChild),!0):!1;case 6:return t=e.pendingProps===""||t.nodeType!==3?null:t,t!==null?(e.stateNode=t,Bt=e,Tt=null,!0):!1;case 13:return t=t.nodeType!==8?null:t,t!==null?(r=ya!==null?{id:Sn,overflow:kn}:null,e.memoizedState={dehydrated:t,treeContext:r,retryLane:1073741824},r=Yt(18,null,null,0),r.stateNode=t,r.return=e,e.child=r,Bt=e,Tt=null,!0):!1;default:return!1}}function Dg(e){return(e.mode&1)!==0&&(e.flags&128)===0}function Eg(e){if(ve){var t=Tt;if(t){var r=t;if(!M3(e,t)){if(Dg(e))throw Error(O(418));t=so(r.nextSibling);var n=Bt;t&&M3(e,t)?hE(n,r):(e.flags=e.flags&-4097|2,ve=!1,Bt=e)}}else{if(Dg(e))throw Error(O(418));e.flags=e.flags&-4097|2,ve=!1,Bt=e}}}function O3(e){for(e=e.return;e!==null&&e.tag!==5&&e.tag!==3&&e.tag!==13;)e=e.return;Bt=e}function Fc(e){if(e!==Bt)return!1;if(!ve)return O3(e),ve=!0,!1;var t;if((t=e.tag!==3)&&!(t=e.tag!==5)&&(t=e.type,t=t!=="head"&&t!=="body"&&!yg(e.type,e.memoizedProps)),t&&(t=Tt)){if(Dg(e))throw mE(),Error(O(418));for(;t;)hE(e,t),t=so(t.nextSibling)}if(O3(e),e.tag===13){if(e=e.memoizedState,e=e!==null?e.dehydrated:null,!e)throw Error(O(317));e:{for(e=e.nextSibling,t=0;e;){if(e.nodeType===8){var r=e.data;if(r==="/$"){if(t===0){Tt=so(e.nextSibling);break e}t--}else r!=="$"&&r!=="$!"&&r!=="$?"||t++}e=e.nextSibling}Tt=null}}else Tt=Bt?so(e.stateNode.nextSibling):null;return!0}function mE(){for(var e=Tt;e;)e=so(e.nextSibling)}function Vi(){Tt=Bt=null,ve=!1}function sv(e){fr===null?fr=[e]:fr.push(e)}var P$=$n.ReactCurrentBatchConfig;function Gl(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(O(309));var n=r.stateNode}if(!n)throw Error(O(147,e));var o=n,a=""+e;return t!==null&&t.ref!==null&&typeof t.ref=="function"&&t.ref._stringRef===a?t.ref:(t=function(i){var l=o.refs;i===null?delete l[a]:l[a]=i},t._stringRef=a,t)}if(typeof e!="string")throw Error(O(284));if(!r._owner)throw Error(O(290,e))}return e}function _c(e,t){throw e=Object.prototype.toString.call(t),Error(O(31,e==="[object Object]"?"object with keys {"+Object.keys(t).join(", ")+"}":e))}function P3(e){var t=e._init;return t(e._payload)}function gE(e){function t(b,w){if(e){var v=b.deletions;v===null?(b.deletions=[w],b.flags|=16):v.push(w)}}function r(b,w){if(!e)return null;for(;w!==null;)t(b,w),w=w.sibling;return null}function n(b,w){for(b=new Map;w!==null;)w.key!==null?b.set(w.key,w):b.set(w.index,w),w=w.sibling;return b}function o(b,w){return b=po(b,w),b.index=0,b.sibling=null,b}function a(b,w,v){return b.index=v,e?(v=b.alternate,v!==null?(v=v.index,v<w?(b.flags|=2,w):v):(b.flags|=2,w)):(b.flags|=1048576,w)}function i(b){return e&&b.alternate===null&&(b.flags|=2),b}function l(b,w,v,x){return w===null||w.tag!==6?(w=up(v,b.mode,x),w.return=b,w):(w=o(w,v),w.return=b,w)}function u(b,w,v,x){var E=v.type;return E===ui?f(b,w,v.props.children,x,v.key):w!==null&&(w.elementType===E||typeof E=="object"&&E!==null&&E.$$typeof===jn&&P3(E)===w.type)?(x=o(w,v.props),x.ref=Gl(b,w,v),x.return=b,x):(x=C0(v.type,v.key,v.props,null,b.mode,x),x.ref=Gl(b,w,v),x.return=b,x)}function d(b,w,v,x){return w===null||w.tag!==4||w.stateNode.containerInfo!==v.containerInfo||w.stateNode.implementation!==v.implementation?(w=cp(v,b.mode,x),w.return=b,w):(w=o(w,v.children||[]),w.return=b,w)}function f(b,w,v,x,E){return w===null||w.tag!==7?(w=ca(v,b.mode,x,E),w.return=b,w):(w=o(w,v),w.return=b,w)}function h(b,w,v){if(typeof w=="string"&&w!==""||typeof w=="number")return w=up(""+w,b.mode,v),w.return=b,w;if(typeof w=="object"&&w!==null){switch(w.$$typeof){case yc:return v=C0(w.type,w.key,w.props,null,b.mode,v),v.ref=Gl(b,null,w),v.return=b,v;case si:return w=cp(w,b.mode,v),w.return=b,w;case jn:var x=w._init;return h(b,x(w._payload),v)}if(ms(w)||jl(w))return w=ca(w,b.mode,v,null),w.return=b,w;_c(b,w)}return null}function p(b,w,v,x){var E=w!==null?w.key:null;if(typeof v=="string"&&v!==""||typeof v=="number")return E!==null?null:l(b,w,""+v,x);if(typeof v=="object"&&v!==null){switch(v.$$typeof){case yc:return v.key===E?u(b,w,v,x):null;case si:return v.key===E?d(b,w,v,x):null;case jn:return E=v._init,p(b,w,E(v._payload),x)}if(ms(v)||jl(v))return E!==null?null:f(b,w,v,x,null);_c(b,v)}return null}function m(b,w,v,x,E){if(typeof x=="string"&&x!==""||typeof x=="number")return b=b.get(v)||null,l(w,b,""+x,E);if(typeof x=="object"&&x!==null){switch(x.$$typeof){case yc:return b=b.get(x.key===null?v:x.key)||null,u(w,b,x,E);case si:return b=b.get(x.key===null?v:x.key)||null,d(w,b,x,E);case jn:var S=x._init;return m(b,w,v,S(x._payload),E)}if(ms(x)||jl(x))return b=b.get(v)||null,f(w,b,x,E,null);_c(w,x)}return null}function g(b,w,v,x){for(var E=null,S=null,C=w,k=w=0,F=null;C!==null&&k<v.length;k++){C.index>k?(F=C,C=null):F=C.sibling;var _=p(b,C,v[k],x);if(_===null){C===null&&(C=F);break}e&&C&&_.alternate===null&&t(b,C),w=a(_,w,k),S===null?E=_:S.sibling=_,S=_,C=F}if(k===v.length)return r(b,C),ve&&Yo(b,k),E;if(C===null){for(;k<v.length;k++)C=h(b,v[k],x),C!==null&&(w=a(C,w,k),S===null?E=C:S.sibling=C,S=C);return ve&&Yo(b,k),E}for(C=n(b,C);k<v.length;k++)F=m(C,b,k,v[k],x),F!==null&&(e&&F.alternate!==null&&C.delete(F.key===null?k:F.key),w=a(F,w,k),S===null?E=F:S.sibling=F,S=F);return e&&C.forEach(function(T){return t(b,T)}),ve&&Yo(b,k),E}function y(b,w,v,x){var E=jl(v);if(typeof E!="function")throw Error(O(150));if(v=E.call(v),v==null)throw Error(O(151));for(var S=E=null,C=w,k=w=0,F=null,_=v.next();C!==null&&!_.done;k++,_=v.next()){C.index>k?(F=C,C=null):F=C.sibling;var T=p(b,C,_.value,x);if(T===null){C===null&&(C=F);break}e&&C&&T.alternate===null&&t(b,C),w=a(T,w,k),S===null?E=T:S.sibling=T,S=T,C=F}if(_.done)return r(b,C),ve&&Yo(b,k),E;if(C===null){for(;!_.done;k++,_=v.next())_=h(b,_.value,x),_!==null&&(w=a(_,w,k),S===null?E=_:S.sibling=_,S=_);return ve&&Yo(b,k),E}for(C=n(b,C);!_.done;k++,_=v.next())_=m(C,b,k,_.value,x),_!==null&&(e&&_.alternate!==null&&C.delete(_.key===null?k:_.key),w=a(_,w,k),S===null?E=_:S.sibling=_,S=_);return e&&C.forEach(function(N){return t(b,N)}),ve&&Yo(b,k),E}function D(b,w,v,x){if(typeof v=="object"&&v!==null&&v.type===ui&&v.key===null&&(v=v.props.children),typeof v=="object"&&v!==null){switch(v.$$typeof){case yc:e:{for(var E=v.key,S=w;S!==null;){if(S.key===E){if(E=v.type,E===ui){if(S.tag===7){r(b,S.sibling),w=o(S,v.props.children),w.return=b,b=w;break e}}else if(S.elementType===E||typeof E=="object"&&E!==null&&E.$$typeof===jn&&P3(E)===S.type){r(b,S.sibling),w=o(S,v.props),w.ref=Gl(b,S,v),w.return=b,b=w;break e}r(b,S);break}else t(b,S);S=S.sibling}v.type===ui?(w=ca(v.props.children,b.mode,x,v.key),w.return=b,b=w):(x=C0(v.type,v.key,v.props,null,b.mode,x),x.ref=Gl(b,w,v),x.return=b,b=x)}return i(b);case si:e:{for(S=v.key;w!==null;){if(w.key===S)if(w.tag===4&&w.stateNode.containerInfo===v.containerInfo&&w.stateNode.implementation===v.implementation){r(b,w.sibling),w=o(w,v.children||[]),w.return=b,b=w;break e}else{r(b,w);break}else t(b,w);w=w.sibling}w=cp(v,b.mode,x),w.return=b,b=w}return i(b);case jn:return S=v._init,D(b,w,S(v._payload),x)}if(ms(v))return g(b,w,v,x);if(jl(v))return y(b,w,v,x);_c(b,v)}return typeof v=="string"&&v!==""||typeof v=="number"?(v=""+v,w!==null&&w.tag===6?(r(b,w.sibling),w=o(w,v),w.return=b,b=w):(r(b,w),w=up(v,b.mode,x),w.return=b,b=w),i(b)):r(b,w)}return D}var Ui=gE(!0),vE=gE(!1),ld=_o(null),sd=null,yi=null,uv=null;function cv(){uv=yi=sd=null}function dv(e){var t=ld.current;ge(ld),e._currentValue=t}function Cg(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 Ai(e,t){sd=e,uv=yi=null,e=e.dependencies,e!==null&&e.firstContext!==null&&(e.lanes&t&&(gt=!0),e.firstContext=null)}function Zt(e){var t=e._currentValue;if(uv!==e)if(e={context:e,memoizedValue:t,next:null},yi===null){if(sd===null)throw Error(O(308));yi=e,sd.dependencies={lanes:0,firstContext:e}}else yi=yi.next=e;return t}var ta=null;function fv(e){ta===null?ta=[e]:ta.push(e)}function yE(e,t,r,n){var o=t.interleaved;return o===null?(r.next=r,fv(t)):(r.next=o.next,o.next=r),t.interleaved=r,zn(e,n)}function zn(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 Vn=!1;function pv(e){e.updateQueue={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function wE(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 An(e,t){return{eventTime:e,lane:t,tag:0,payload:null,callback:null,next:null}}function uo(e,t,r){var n=e.updateQueue;if(n===null)return null;if(n=n.shared,ae&2){var o=n.pending;return o===null?t.next=t:(t.next=o.next,o.next=t),n.pending=t,zn(e,r)}return o=n.interleaved,o===null?(t.next=t,fv(n)):(t.next=o.next,o.next=t),n.interleaved=t,zn(e,r)}function y0(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,Z5(e,r)}}function N3(e,t){var r=e.updateQueue,n=e.alternate;if(n!==null&&(n=n.updateQueue,r===n)){var o=null,a=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};a===null?o=a=i:a=a.next=i,r=r.next}while(r!==null);a===null?o=a=t:a=a.next=t}else o=a=t;r={baseState:n.baseState,firstBaseUpdate:o,lastBaseUpdate:a,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 ud(e,t,r,n){var o=e.updateQueue;Vn=!1;var a=o.firstBaseUpdate,i=o.lastBaseUpdate,l=o.shared.pending;if(l!==null){o.shared.pending=null;var u=l,d=u.next;u.next=null,i===null?a=d:i.next=d,i=u;var f=e.alternate;f!==null&&(f=f.updateQueue,l=f.lastBaseUpdate,l!==i&&(l===null?f.firstBaseUpdate=d:l.next=d,f.lastBaseUpdate=u))}if(a!==null){var h=o.baseState;i=0,f=d=u=null,l=a;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,y=l;switch(p=t,m=r,y.tag){case 1:if(g=y.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=y.payload,p=typeof g=="function"?g.call(m,h,p):g,p==null)break e;h=be({},h,p);break e;case 2:Vn=!0}}l.callback!==null&&l.lane!==0&&(e.flags|=64,p=o.effects,p===null?o.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,u=h):f=f.next=m,i|=p;if(l=l.next,l===null){if(l=o.shared.pending,l===null)break;p=l,l=p.next,p.next=null,o.lastBaseUpdate=p,o.shared.pending=null}}while(!0);if(f===null&&(u=h),o.baseState=u,o.firstBaseUpdate=d,o.lastBaseUpdate=f,t=o.shared.interleaved,t!==null){o=t;do i|=o.lane,o=o.next;while(o!==t)}else a===null&&(o.shared.lanes=0);ba|=i,e.lanes=i,e.memoizedState=h}}function H3(e,t,r){if(e=t.effects,t.effects=null,e!==null)for(t=0;t<e.length;t++){var n=e[t],o=n.callback;if(o!==null){if(n.callback=null,n=r,typeof o!="function")throw Error(O(191,o));o.call(n)}}}var Vu={},Jr=_o(Vu),hu=_o(Vu),mu=_o(Vu);function ra(e){if(e===Vu)throw Error(O(174));return e}function hv(e,t){switch(pe(mu,t),pe(hu,e),pe(Jr,Vu),e=t.nodeType,e){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:og(null,"");break;default:e=e===8?t.parentNode:t,t=e.namespaceURI||null,e=e.tagName,t=og(t,e)}ge(Jr),pe(Jr,t)}function Wi(){ge(Jr),ge(hu),ge(mu)}function bE(e){ra(mu.current);var t=ra(Jr.current),r=og(t,e.type);t!==r&&(pe(hu,e),pe(Jr,r))}function mv(e){hu.current===e&&(ge(Jr),ge(hu))}var ye=_o(0);function cd(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 np=[];function gv(){for(var e=0;e<np.length;e++)np[e]._workInProgressVersionPrimary=null;np.length=0}var w0=$n.ReactCurrentDispatcher,op=$n.ReactCurrentBatchConfig,wa=0,we=null,Te=null,Ne=null,dd=!1,Ms=!1,gu=0,N$=0;function Ze(){throw Error(O(321))}function vv(e,t){if(t===null)return!1;for(var r=0;r<t.length&&r<e.length;r++)if(!Dr(e[r],t[r]))return!1;return!0}function yv(e,t,r,n,o,a){if(wa=a,we=t,t.memoizedState=null,t.updateQueue=null,t.lanes=0,w0.current=e===null||e.memoizedState===null?U$:W$,e=r(n,o),Ms){a=0;do{if(Ms=!1,gu=0,25<=a)throw Error(O(301));a+=1,Ne=Te=null,t.updateQueue=null,w0.current=q$,e=r(n,o)}while(Ms)}if(w0.current=fd,t=Te!==null&&Te.next!==null,wa=0,Ne=Te=we=null,dd=!1,t)throw Error(O(300));return e}function wv(){var e=gu!==0;return gu=0,e}function Hr(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return Ne===null?we.memoizedState=Ne=e:Ne=Ne.next=e,Ne}function Jt(){if(Te===null){var e=we.alternate;e=e!==null?e.memoizedState:null}else e=Te.next;var t=Ne===null?we.memoizedState:Ne.next;if(t!==null)Ne=t,Te=e;else{if(e===null)throw Error(O(310));Te=e,e={memoizedState:Te.memoizedState,baseState:Te.baseState,baseQueue:Te.baseQueue,queue:Te.queue,next:null},Ne===null?we.memoizedState=Ne=e:Ne=Ne.next=e}return Ne}function vu(e,t){return typeof t=="function"?t(e):t}function ap(e){var t=Jt(),r=t.queue;if(r===null)throw Error(O(311));r.lastRenderedReducer=e;var n=Te,o=n.baseQueue,a=r.pending;if(a!==null){if(o!==null){var i=o.next;o.next=a.next,a.next=i}n.baseQueue=o=a,r.pending=null}if(o!==null){a=o.next,n=n.baseState;var l=i=null,u=null,d=a;do{var f=d.lane;if((wa&f)===f)u!==null&&(u=u.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};u===null?(l=u=h,i=n):u=u.next=h,we.lanes|=f,ba|=f}d=d.next}while(d!==null&&d!==a);u===null?i=n:u.next=l,Dr(n,t.memoizedState)||(gt=!0),t.memoizedState=n,t.baseState=i,t.baseQueue=u,r.lastRenderedState=n}if(e=r.interleaved,e!==null){o=e;do a=o.lane,we.lanes|=a,ba|=a,o=o.next;while(o!==e)}else o===null&&(r.lanes=0);return[t.memoizedState,r.dispatch]}function ip(e){var t=Jt(),r=t.queue;if(r===null)throw Error(O(311));r.lastRenderedReducer=e;var n=r.dispatch,o=r.pending,a=t.memoizedState;if(o!==null){r.pending=null;var i=o=o.next;do a=e(a,i.action),i=i.next;while(i!==o);Dr(a,t.memoizedState)||(gt=!0),t.memoizedState=a,t.baseQueue===null&&(t.baseState=a),r.lastRenderedState=a}return[a,n]}function xE(){}function DE(e,t){var r=we,n=Jt(),o=t(),a=!Dr(n.memoizedState,o);if(a&&(n.memoizedState=o,gt=!0),n=n.queue,bv(SE.bind(null,r,n,e),[e]),n.getSnapshot!==t||a||Ne!==null&&Ne.memoizedState.tag&1){if(r.flags|=2048,yu(9,CE.bind(null,r,n,o,t),void 0,null),Ve===null)throw Error(O(349));wa&30||EE(r,t,o)}return o}function EE(e,t,r){e.flags|=16384,e={getSnapshot:t,value:r},t=we.updateQueue,t===null?(t={lastEffect:null,stores:null},we.updateQueue=t,t.stores=[e]):(r=t.stores,r===null?t.stores=[e]:r.push(e))}function CE(e,t,r,n){t.value=r,t.getSnapshot=n,kE(t)&&AE(e)}function SE(e,t,r){return r(function(){kE(t)&&AE(e)})}function kE(e){var t=e.getSnapshot;e=e.value;try{var r=t();return!Dr(e,r)}catch{return!0}}function AE(e){var t=zn(e,1);t!==null&&wr(t,e,1,-1)}function j3(e){var t=Hr();return typeof e=="function"&&(e=e()),t.memoizedState=t.baseState=e,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:vu,lastRenderedState:e},t.queue=e,e=e.dispatch=V$.bind(null,we,e),[t.memoizedState,e]}function yu(e,t,r,n){return e={tag:e,create:t,destroy:r,deps:n,next:null},t=we.updateQueue,t===null?(t={lastEffect:null,stores:null},we.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 FE(){return Jt().memoizedState}function b0(e,t,r,n){var o=Hr();we.flags|=e,o.memoizedState=yu(1|t,r,void 0,n===void 0?null:n)}function E1(e,t,r,n){var o=Jt();n=n===void 0?null:n;var a=void 0;if(Te!==null){var i=Te.memoizedState;if(a=i.destroy,n!==null&&vv(n,i.deps)){o.memoizedState=yu(t,r,a,n);return}}we.flags|=e,o.memoizedState=yu(1|t,r,a,n)}function V3(e,t){return b0(8390656,8,e,t)}function bv(e,t){return E1(2048,8,e,t)}function _E(e,t){return E1(4,2,e,t)}function IE(e,t){return E1(4,4,e,t)}function RE(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 zE(e,t,r){return r=r!=null?r.concat([e]):null,E1(4,4,RE.bind(null,t,e),r)}function xv(){}function TE(e,t){var r=Jt();t=t===void 0?null:t;var n=r.memoizedState;return n!==null&&t!==null&&vv(t,n[1])?n[0]:(r.memoizedState=[e,t],e)}function BE(e,t){var r=Jt();t=t===void 0?null:t;var n=r.memoizedState;return n!==null&&t!==null&&vv(t,n[1])?n[0]:(e=e(),r.memoizedState=[e,t],e)}function $E(e,t,r){return wa&21?(Dr(r,t)||(r=ND(),we.lanes|=r,ba|=r,e.baseState=!0),t):(e.baseState&&(e.baseState=!1,gt=!0),e.memoizedState=r)}function H$(e,t){var r=ce;ce=r!==0&&4>r?r:4,e(!0);var n=op.transition;op.transition={};try{e(!1),t()}finally{ce=r,op.transition=n}}function LE(){return Jt().memoizedState}function j$(e,t,r){var n=fo(e);if(r={lane:n,action:r,hasEagerState:!1,eagerState:null,next:null},ME(e))OE(t,r);else if(r=yE(e,t,r,n),r!==null){var o=ut();wr(r,e,n,o),PE(r,t,n)}}function V$(e,t,r){var n=fo(e),o={lane:n,action:r,hasEagerState:!1,eagerState:null,next:null};if(ME(e))OE(t,o);else{var a=e.alternate;if(e.lanes===0&&(a===null||a.lanes===0)&&(a=t.lastRenderedReducer,a!==null))try{var i=t.lastRenderedState,l=a(i,r);if(o.hasEagerState=!0,o.eagerState=l,Dr(l,i)){var u=t.interleaved;u===null?(o.next=o,fv(t)):(o.next=u.next,u.next=o),t.interleaved=o;return}}catch{}finally{}r=yE(e,t,o,n),r!==null&&(o=ut(),wr(r,e,n,o),PE(r,t,n))}}function ME(e){var t=e.alternate;return e===we||t!==null&&t===we}function OE(e,t){Ms=dd=!0;var r=e.pending;r===null?t.next=t:(t.next=r.next,r.next=t),e.pending=t}function PE(e,t,r){if(r&4194240){var n=t.lanes;n&=e.pendingLanes,r|=n,t.lanes=r,Z5(e,r)}}var fd={readContext:Zt,useCallback:Ze,useContext:Ze,useEffect:Ze,useImperativeHandle:Ze,useInsertionEffect:Ze,useLayoutEffect:Ze,useMemo:Ze,useReducer:Ze,useRef:Ze,useState:Ze,useDebugValue:Ze,useDeferredValue:Ze,useTransition:Ze,useMutableSource:Ze,useSyncExternalStore:Ze,useId:Ze,unstable_isNewReconciler:!1},U$={readContext:Zt,useCallback:function(e,t){return Hr().memoizedState=[e,t===void 0?null:t],e},useContext:Zt,useEffect:V3,useImperativeHandle:function(e,t,r){return r=r!=null?r.concat([e]):null,b0(4194308,4,RE.bind(null,t,e),r)},useLayoutEffect:function(e,t){return b0(4194308,4,e,t)},useInsertionEffect:function(e,t){return b0(4,2,e,t)},useMemo:function(e,t){var r=Hr();return t=t===void 0?null:t,e=e(),r.memoizedState=[e,t],e},useReducer:function(e,t,r){var n=Hr();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=j$.bind(null,we,e),[n.memoizedState,e]},useRef:function(e){var t=Hr();return e={current:e},t.memoizedState=e},useState:j3,useDebugValue:xv,useDeferredValue:function(e){return Hr().memoizedState=e},useTransition:function(){var e=j3(!1),t=e[0];return e=H$.bind(null,e[1]),Hr().memoizedState=e,[t,e]},useMutableSource:function(){},useSyncExternalStore:function(e,t,r){var n=we,o=Hr();if(ve){if(r===void 0)throw Error(O(407));r=r()}else{if(r=t(),Ve===null)throw Error(O(349));wa&30||EE(n,t,r)}o.memoizedState=r;var a={value:r,getSnapshot:t};return o.queue=a,V3(SE.bind(null,n,a,e),[e]),n.flags|=2048,yu(9,CE.bind(null,n,a,r,t),void 0,null),r},useId:function(){var e=Hr(),t=Ve.identifierPrefix;if(ve){var r=kn,n=Sn;r=(n&~(1<<32-yr(n)-1)).toString(32)+r,t=":"+t+"R"+r,r=gu++,0<r&&(t+="H"+r.toString(32)),t+=":"}else r=N$++,t=":"+t+"r"+r.toString(32)+":";return e.memoizedState=t},unstable_isNewReconciler:!1},W$={readContext:Zt,useCallback:TE,useContext:Zt,useEffect:bv,useImperativeHandle:zE,useInsertionEffect:_E,useLayoutEffect:IE,useMemo:BE,useReducer:ap,useRef:FE,useState:function(){return ap(vu)},useDebugValue:xv,useDeferredValue:function(e){var t=Jt();return $E(t,Te.memoizedState,e)},useTransition:function(){var e=ap(vu)[0],t=Jt().memoizedState;return[e,t]},useMutableSource:xE,useSyncExternalStore:DE,useId:LE,unstable_isNewReconciler:!1},q$={readContext:Zt,useCallback:TE,useContext:Zt,useEffect:bv,useImperativeHandle:zE,useInsertionEffect:_E,useLayoutEffect:IE,useMemo:BE,useReducer:ip,useRef:FE,useState:function(){return ip(vu)},useDebugValue:xv,useDeferredValue:function(e){var t=Jt();return Te===null?t.memoizedState=e:$E(t,Te.memoizedState,e)},useTransition:function(){var e=ip(vu)[0],t=Jt().memoizedState;return[e,t]},useMutableSource:xE,useSyncExternalStore:DE,useId:LE,unstable_isNewReconciler:!1};function cr(e,t){if(e&&e.defaultProps){t=be({},t),e=e.defaultProps;for(var r in e)t[r]===void 0&&(t[r]=e[r]);return t}return t}function Sg(e,t,r,n){t=e.memoizedState,r=r(n,t),r=r==null?t:be({},t,r),e.memoizedState=r,e.lanes===0&&(e.updateQueue.baseState=r)}var C1={isMounted:function(e){return(e=e._reactInternals)?Ra(e)===e:!1},enqueueSetState:function(e,t,r){e=e._reactInternals;var n=ut(),o=fo(e),a=An(n,o);a.payload=t,r!=null&&(a.callback=r),t=uo(e,a,o),t!==null&&(wr(t,e,o,n),y0(t,e,o))},enqueueReplaceState:function(e,t,r){e=e._reactInternals;var n=ut(),o=fo(e),a=An(n,o);a.tag=1,a.payload=t,r!=null&&(a.callback=r),t=uo(e,a,o),t!==null&&(wr(t,e,o,n),y0(t,e,o))},enqueueForceUpdate:function(e,t){e=e._reactInternals;var r=ut(),n=fo(e),o=An(r,n);o.tag=2,t!=null&&(o.callback=t),t=uo(e,o,n),t!==null&&(wr(t,e,n,r),y0(t,e,n))}};function U3(e,t,r,n,o,a,i){return e=e.stateNode,typeof e.shouldComponentUpdate=="function"?e.shouldComponentUpdate(n,a,i):t.prototype&&t.prototype.isPureReactComponent?!cu(r,n)||!cu(o,a):!0}function NE(e,t,r){var n=!1,o=yo,a=t.contextType;return typeof a=="object"&&a!==null?a=Zt(a):(o=yt(t)?va:nt.current,n=t.contextTypes,a=(n=n!=null)?ji(e,o):yo),t=new t(r,a),e.memoizedState=t.state!==null&&t.state!==void 0?t.state:null,t.updater=C1,e.stateNode=t,t._reactInternals=e,n&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=o,e.__reactInternalMemoizedMaskedChildContext=a),t}function W3(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&&C1.enqueueReplaceState(t,t.state,null)}function kg(e,t,r,n){var o=e.stateNode;o.props=r,o.state=e.memoizedState,o.refs={},pv(e);var a=t.contextType;typeof a=="object"&&a!==null?o.context=Zt(a):(a=yt(t)?va:nt.current,o.context=ji(e,a)),o.state=e.memoizedState,a=t.getDerivedStateFromProps,typeof a=="function"&&(Sg(e,t,a,r),o.state=e.memoizedState),typeof t.getDerivedStateFromProps=="function"||typeof o.getSnapshotBeforeUpdate=="function"||typeof o.UNSAFE_componentWillMount!="function"&&typeof o.componentWillMount!="function"||(t=o.state,typeof o.componentWillMount=="function"&&o.componentWillMount(),typeof o.UNSAFE_componentWillMount=="function"&&o.UNSAFE_componentWillMount(),t!==o.state&&C1.enqueueReplaceState(o,o.state,null),ud(e,r,o,n),o.state=e.memoizedState),typeof o.componentDidMount=="function"&&(e.flags|=4194308)}function qi(e,t){try{var r="",n=t;do r+=bB(n),n=n.return;while(n);var o=r}catch(a){o=`
39
- Error generating stack: `+a.message+`
40
- `+a.stack}return{value:e,source:t,stack:o,digest:null}}function lp(e,t,r){return{value:e,source:null,stack:r??null,digest:t??null}}function Ag(e,t){try{console.error(t.value)}catch(r){setTimeout(function(){throw r})}}var G$=typeof WeakMap=="function"?WeakMap:Map;function HE(e,t,r){r=An(-1,r),r.tag=3,r.payload={element:null};var n=t.value;return r.callback=function(){hd||(hd=!0,Mg=n),Ag(e,t)},r}function jE(e,t,r){r=An(-1,r),r.tag=3;var n=e.type.getDerivedStateFromError;if(typeof n=="function"){var o=t.value;r.payload=function(){return n(o)},r.callback=function(){Ag(e,t)}}var a=e.stateNode;return a!==null&&typeof a.componentDidCatch=="function"&&(r.callback=function(){Ag(e,t),typeof n!="function"&&(co===null?co=new Set([this]):co.add(this));var i=t.stack;this.componentDidCatch(t.value,{componentStack:i!==null?i:""})}),r}function q3(e,t,r){var n=e.pingCache;if(n===null){n=e.pingCache=new G$;var o=new Set;n.set(t,o)}else o=n.get(t),o===void 0&&(o=new Set,n.set(t,o));o.has(r)||(o.add(r),e=lL.bind(null,e,t,r),t.then(e,e))}function G3(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 Y3(e,t,r,n,o){return e.mode&1?(e.flags|=65536,e.lanes=o,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=An(-1,1),t.tag=2,uo(r,t,1))),r.lanes|=1),e)}var Y$=$n.ReactCurrentOwner,gt=!1;function st(e,t,r,n){t.child=e===null?vE(t,null,r,n):Ui(t,e.child,r,n)}function K3(e,t,r,n,o){r=r.render;var a=t.ref;return Ai(t,o),n=yv(e,t,r,n,a,o),r=wv(),e!==null&&!gt?(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~o,Tn(e,t,o)):(ve&&r&&iv(t),t.flags|=1,st(e,t,n,o),t.child)}function Q3(e,t,r,n,o){if(e===null){var a=r.type;return typeof a=="function"&&!_v(a)&&a.defaultProps===void 0&&r.compare===null&&r.defaultProps===void 0?(t.tag=15,t.type=a,VE(e,t,a,n,o)):(e=C0(r.type,null,n,t,t.mode,o),e.ref=t.ref,e.return=t,t.child=e)}if(a=e.child,!(e.lanes&o)){var i=a.memoizedProps;if(r=r.compare,r=r!==null?r:cu,r(i,n)&&e.ref===t.ref)return Tn(e,t,o)}return t.flags|=1,e=po(a,n),e.ref=t.ref,e.return=t,t.child=e}function VE(e,t,r,n,o){if(e!==null){var a=e.memoizedProps;if(cu(a,n)&&e.ref===t.ref)if(gt=!1,t.pendingProps=n=a,(e.lanes&o)!==0)e.flags&131072&&(gt=!0);else return t.lanes=e.lanes,Tn(e,t,o)}return Fg(e,t,r,n,o)}function UE(e,t,r){var n=t.pendingProps,o=n.children,a=e!==null?e.memoizedState:null;if(n.mode==="hidden")if(!(t.mode&1))t.memoizedState={baseLanes:0,cachePool:null,transitions:null},pe(bi,It),It|=r;else{if(!(r&1073741824))return e=a!==null?a.baseLanes|r:r,t.lanes=t.childLanes=1073741824,t.memoizedState={baseLanes:e,cachePool:null,transitions:null},t.updateQueue=null,pe(bi,It),It|=e,null;t.memoizedState={baseLanes:0,cachePool:null,transitions:null},n=a!==null?a.baseLanes:r,pe(bi,It),It|=n}else a!==null?(n=a.baseLanes|r,t.memoizedState=null):n=r,pe(bi,It),It|=n;return st(e,t,o,r),t.child}function WE(e,t){var r=t.ref;(e===null&&r!==null||e!==null&&e.ref!==r)&&(t.flags|=512,t.flags|=2097152)}function Fg(e,t,r,n,o){var a=yt(r)?va:nt.current;return a=ji(t,a),Ai(t,o),r=yv(e,t,r,n,a,o),n=wv(),e!==null&&!gt?(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~o,Tn(e,t,o)):(ve&&n&&iv(t),t.flags|=1,st(e,t,r,o),t.child)}function X3(e,t,r,n,o){if(yt(r)){var a=!0;od(t)}else a=!1;if(Ai(t,o),t.stateNode===null)x0(e,t),NE(t,r,n),kg(t,r,n,o),n=!0;else if(e===null){var i=t.stateNode,l=t.memoizedProps;i.props=l;var u=i.context,d=r.contextType;typeof d=="object"&&d!==null?d=Zt(d):(d=yt(r)?va:nt.current,d=ji(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||u!==d)&&W3(t,i,n,d),Vn=!1;var p=t.memoizedState;i.state=p,ud(t,n,i,o),u=t.memoizedState,l!==n||p!==u||vt.current||Vn?(typeof f=="function"&&(Sg(t,r,f,n),u=t.memoizedState),(l=Vn||U3(t,r,l,n,p,u,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=u),i.props=n,i.state=u,i.context=d,n=l):(typeof i.componentDidMount=="function"&&(t.flags|=4194308),n=!1)}else{i=t.stateNode,wE(e,t),l=t.memoizedProps,d=t.type===t.elementType?l:cr(t.type,l),i.props=d,h=t.pendingProps,p=i.context,u=r.contextType,typeof u=="object"&&u!==null?u=Zt(u):(u=yt(r)?va:nt.current,u=ji(t,u));var m=r.getDerivedStateFromProps;(f=typeof m=="function"||typeof i.getSnapshotBeforeUpdate=="function")||typeof i.UNSAFE_componentWillReceiveProps!="function"&&typeof i.componentWillReceiveProps!="function"||(l!==h||p!==u)&&W3(t,i,n,u),Vn=!1,p=t.memoizedState,i.state=p,ud(t,n,i,o);var g=t.memoizedState;l!==h||p!==g||vt.current||Vn?(typeof m=="function"&&(Sg(t,r,m,n),g=t.memoizedState),(d=Vn||U3(t,r,d,n,p,g,u)||!1)?(f||typeof i.UNSAFE_componentWillUpdate!="function"&&typeof i.componentWillUpdate!="function"||(typeof i.componentWillUpdate=="function"&&i.componentWillUpdate(n,g,u),typeof i.UNSAFE_componentWillUpdate=="function"&&i.UNSAFE_componentWillUpdate(n,g,u)),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=u,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 _g(e,t,r,n,a,o)}function _g(e,t,r,n,o,a){WE(e,t);var i=(t.flags&128)!==0;if(!n&&!i)return o&&L3(t,r,!1),Tn(e,t,a);n=t.stateNode,Y$.current=t;var l=i&&typeof r.getDerivedStateFromError!="function"?null:n.render();return t.flags|=1,e!==null&&i?(t.child=Ui(t,e.child,null,a),t.child=Ui(t,null,l,a)):st(e,t,l,a),t.memoizedState=n.state,o&&L3(t,r,!0),t.child}function qE(e){var t=e.stateNode;t.pendingContext?$3(e,t.pendingContext,t.pendingContext!==t.context):t.context&&$3(e,t.context,!1),hv(e,t.containerInfo)}function Z3(e,t,r,n,o){return Vi(),sv(o),t.flags|=256,st(e,t,r,n),t.child}var Ig={dehydrated:null,treeContext:null,retryLane:0};function Rg(e){return{baseLanes:e,cachePool:null,transitions:null}}function GE(e,t,r){var n=t.pendingProps,o=ye.current,a=!1,i=(t.flags&128)!==0,l;if((l=i)||(l=e!==null&&e.memoizedState===null?!1:(o&2)!==0),l?(a=!0,t.flags&=-129):(e===null||e.memoizedState!==null)&&(o|=1),pe(ye,o&1),e===null)return Eg(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,a?(n=t.mode,a=t.child,i={mode:"hidden",children:i},!(n&1)&&a!==null?(a.childLanes=0,a.pendingProps=i):a=A1(i,n,0,null),e=ca(e,n,r,null),a.return=t,e.return=t,a.sibling=e,t.child=a,t.child.memoizedState=Rg(r),t.memoizedState=Ig,e):Dv(t,i));if(o=e.memoizedState,o!==null&&(l=o.dehydrated,l!==null))return K$(e,t,i,n,l,o,r);if(a){a=n.fallback,i=t.mode,o=e.child,l=o.sibling;var u={mode:"hidden",children:n.children};return!(i&1)&&t.child!==o?(n=t.child,n.childLanes=0,n.pendingProps=u,t.deletions=null):(n=po(o,u),n.subtreeFlags=o.subtreeFlags&14680064),l!==null?a=po(l,a):(a=ca(a,i,r,null),a.flags|=2),a.return=t,n.return=t,n.sibling=a,t.child=n,n=a,a=t.child,i=e.child.memoizedState,i=i===null?Rg(r):{baseLanes:i.baseLanes|r,cachePool:null,transitions:i.transitions},a.memoizedState=i,a.childLanes=e.childLanes&~r,t.memoizedState=Ig,n}return a=e.child,e=a.sibling,n=po(a,{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 Dv(e,t){return t=A1({mode:"visible",children:t},e.mode,0,null),t.return=e,e.child=t}function Ic(e,t,r,n){return n!==null&&sv(n),Ui(t,e.child,null,r),e=Dv(t,t.pendingProps.children),e.flags|=2,t.memoizedState=null,e}function K$(e,t,r,n,o,a,i){if(r)return t.flags&256?(t.flags&=-257,n=lp(Error(O(422))),Ic(e,t,i,n)):t.memoizedState!==null?(t.child=e.child,t.flags|=128,null):(a=n.fallback,o=t.mode,n=A1({mode:"visible",children:n.children},o,0,null),a=ca(a,o,i,null),a.flags|=2,n.return=t,a.return=t,n.sibling=a,t.child=n,t.mode&1&&Ui(t,e.child,null,i),t.child.memoizedState=Rg(i),t.memoizedState=Ig,a);if(!(t.mode&1))return Ic(e,t,i,null);if(o.data==="$!"){if(n=o.nextSibling&&o.nextSibling.dataset,n)var l=n.dgst;return n=l,a=Error(O(419)),n=lp(a,n,void 0),Ic(e,t,i,n)}if(l=(i&e.childLanes)!==0,gt||l){if(n=Ve,n!==null){switch(i&-i){case 4:o=2;break;case 16:o=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:o=32;break;case 536870912:o=268435456;break;default:o=0}o=o&(n.suspendedLanes|i)?0:o,o!==0&&o!==a.retryLane&&(a.retryLane=o,zn(e,o),wr(n,e,o,-1))}return Fv(),n=lp(Error(O(421))),Ic(e,t,i,n)}return o.data==="$?"?(t.flags|=128,t.child=e.child,t=sL.bind(null,e),o._reactRetry=t,null):(e=a.treeContext,Tt=so(o.nextSibling),Bt=t,ve=!0,fr=null,e!==null&&(Wt[qt++]=Sn,Wt[qt++]=kn,Wt[qt++]=ya,Sn=e.id,kn=e.overflow,ya=t),t=Dv(t,n.children),t.flags|=4096,t)}function J3(e,t,r){e.lanes|=t;var n=e.alternate;n!==null&&(n.lanes|=t),Cg(e.return,t,r)}function sp(e,t,r,n,o){var a=e.memoizedState;a===null?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:n,tail:r,tailMode:o}:(a.isBackwards=t,a.rendering=null,a.renderingStartTime=0,a.last=n,a.tail=r,a.tailMode=o)}function YE(e,t,r){var n=t.pendingProps,o=n.revealOrder,a=n.tail;if(st(e,t,n.children,r),n=ye.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&&J3(e,r,t);else if(e.tag===19)J3(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(pe(ye,n),!(t.mode&1))t.memoizedState=null;else switch(o){case"forwards":for(r=t.child,o=null;r!==null;)e=r.alternate,e!==null&&cd(e)===null&&(o=r),r=r.sibling;r=o,r===null?(o=t.child,t.child=null):(o=r.sibling,r.sibling=null),sp(t,!1,o,r,a);break;case"backwards":for(r=null,o=t.child,t.child=null;o!==null;){if(e=o.alternate,e!==null&&cd(e)===null){t.child=o;break}e=o.sibling,o.sibling=r,r=o,o=e}sp(t,!0,r,null,a);break;case"together":sp(t,!1,null,null,void 0);break;default:t.memoizedState=null}return t.child}function x0(e,t){!(t.mode&1)&&e!==null&&(e.alternate=null,t.alternate=null,t.flags|=2)}function Tn(e,t,r){if(e!==null&&(t.dependencies=e.dependencies),ba|=t.lanes,!(r&t.childLanes))return null;if(e!==null&&t.child!==e.child)throw Error(O(153));if(t.child!==null){for(e=t.child,r=po(e,e.pendingProps),t.child=r,r.return=t;e.sibling!==null;)e=e.sibling,r=r.sibling=po(e,e.pendingProps),r.return=t;r.sibling=null}return t.child}function Q$(e,t,r){switch(t.tag){case 3:qE(t),Vi();break;case 5:bE(t);break;case 1:yt(t.type)&&od(t);break;case 4:hv(t,t.stateNode.containerInfo);break;case 10:var n=t.type._context,o=t.memoizedProps.value;pe(ld,n._currentValue),n._currentValue=o;break;case 13:if(n=t.memoizedState,n!==null)return n.dehydrated!==null?(pe(ye,ye.current&1),t.flags|=128,null):r&t.child.childLanes?GE(e,t,r):(pe(ye,ye.current&1),e=Tn(e,t,r),e!==null?e.sibling:null);pe(ye,ye.current&1);break;case 19:if(n=(r&t.childLanes)!==0,e.flags&128){if(n)return YE(e,t,r);t.flags|=128}if(o=t.memoizedState,o!==null&&(o.rendering=null,o.tail=null,o.lastEffect=null),pe(ye,ye.current),n)break;return null;case 22:case 23:return t.lanes=0,UE(e,t,r)}return Tn(e,t,r)}var KE,zg,QE,XE;KE=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}};zg=function(){};QE=function(e,t,r,n){var o=e.memoizedProps;if(o!==n){e=t.stateNode,ra(Jr.current);var a=null;switch(r){case"input":o=eg(e,o),n=eg(e,n),a=[];break;case"select":o=be({},o,{value:void 0}),n=be({},n,{value:void 0}),a=[];break;case"textarea":o=ng(e,o),n=ng(e,n),a=[];break;default:typeof o.onClick!="function"&&typeof n.onClick=="function"&&(e.onclick=rd)}ag(r,n);var i;r=null;for(d in o)if(!n.hasOwnProperty(d)&&o.hasOwnProperty(d)&&o[d]!=null)if(d==="style"){var l=o[d];for(i in l)l.hasOwnProperty(i)&&(r||(r={}),r[i]="")}else d!=="dangerouslySetInnerHTML"&&d!=="children"&&d!=="suppressContentEditableWarning"&&d!=="suppressHydrationWarning"&&d!=="autoFocus"&&(nu.hasOwnProperty(d)?a||(a=[]):(a=a||[]).push(d,null));for(d in n){var u=n[d];if(l=o!=null?o[d]:void 0,n.hasOwnProperty(d)&&u!==l&&(u!=null||l!=null))if(d==="style")if(l){for(i in l)!l.hasOwnProperty(i)||u&&u.hasOwnProperty(i)||(r||(r={}),r[i]="");for(i in u)u.hasOwnProperty(i)&&l[i]!==u[i]&&(r||(r={}),r[i]=u[i])}else r||(a||(a=[]),a.push(d,r)),r=u;else d==="dangerouslySetInnerHTML"?(u=u?u.__html:void 0,l=l?l.__html:void 0,u!=null&&l!==u&&(a=a||[]).push(d,u)):d==="children"?typeof u!="string"&&typeof u!="number"||(a=a||[]).push(d,""+u):d!=="suppressContentEditableWarning"&&d!=="suppressHydrationWarning"&&(nu.hasOwnProperty(d)?(u!=null&&d==="onScroll"&&he("scroll",e),a||l===u||(a=[])):(a=a||[]).push(d,u))}r&&(a=a||[]).push("style",r);var d=a;(t.updateQueue=d)&&(t.flags|=4)}};XE=function(e,t,r,n){r!==n&&(t.flags|=4)};function Yl(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 Je(e){var t=e.alternate!==null&&e.alternate.child===e.child,r=0,n=0;if(t)for(var o=e.child;o!==null;)r|=o.lanes|o.childLanes,n|=o.subtreeFlags&14680064,n|=o.flags&14680064,o.return=e,o=o.sibling;else for(o=e.child;o!==null;)r|=o.lanes|o.childLanes,n|=o.subtreeFlags,n|=o.flags,o.return=e,o=o.sibling;return e.subtreeFlags|=n,e.childLanes=r,t}function X$(e,t,r){var n=t.pendingProps;switch(lv(t),t.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return Je(t),null;case 1:return yt(t.type)&&nd(),Je(t),null;case 3:return n=t.stateNode,Wi(),ge(vt),ge(nt),gv(),n.pendingContext&&(n.context=n.pendingContext,n.pendingContext=null),(e===null||e.child===null)&&(Fc(t)?t.flags|=4:e===null||e.memoizedState.isDehydrated&&!(t.flags&256)||(t.flags|=1024,fr!==null&&(Ng(fr),fr=null))),zg(e,t),Je(t),null;case 5:mv(t);var o=ra(mu.current);if(r=t.type,e!==null&&t.stateNode!=null)QE(e,t,r,n,o),e.ref!==t.ref&&(t.flags|=512,t.flags|=2097152);else{if(!n){if(t.stateNode===null)throw Error(O(166));return Je(t),null}if(e=ra(Jr.current),Fc(t)){n=t.stateNode,r=t.type;var a=t.memoizedProps;switch(n[qr]=t,n[pu]=a,e=(t.mode&1)!==0,r){case"dialog":he("cancel",n),he("close",n);break;case"iframe":case"object":case"embed":he("load",n);break;case"video":case"audio":for(o=0;o<vs.length;o++)he(vs[o],n);break;case"source":he("error",n);break;case"img":case"image":case"link":he("error",n),he("load",n);break;case"details":he("toggle",n);break;case"input":s3(n,a),he("invalid",n);break;case"select":n._wrapperState={wasMultiple:!!a.multiple},he("invalid",n);break;case"textarea":c3(n,a),he("invalid",n)}ag(r,a),o=null;for(var i in a)if(a.hasOwnProperty(i)){var l=a[i];i==="children"?typeof l=="string"?n.textContent!==l&&(a.suppressHydrationWarning!==!0&&Ac(n.textContent,l,e),o=["children",l]):typeof l=="number"&&n.textContent!==""+l&&(a.suppressHydrationWarning!==!0&&Ac(n.textContent,l,e),o=["children",""+l]):nu.hasOwnProperty(i)&&l!=null&&i==="onScroll"&&he("scroll",n)}switch(r){case"input":wc(n),u3(n,a,!0);break;case"textarea":wc(n),d3(n);break;case"select":case"option":break;default:typeof a.onClick=="function"&&(n.onclick=rd)}n=o,t.updateQueue=n,n!==null&&(t.flags|=4)}else{i=o.nodeType===9?o:o.ownerDocument,e==="http://www.w3.org/1999/xhtml"&&(e=SD(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[qr]=t,e[pu]=n,KE(e,t,!1,!1),t.stateNode=e;e:{switch(i=ig(r,n),r){case"dialog":he("cancel",e),he("close",e),o=n;break;case"iframe":case"object":case"embed":he("load",e),o=n;break;case"video":case"audio":for(o=0;o<vs.length;o++)he(vs[o],e);o=n;break;case"source":he("error",e),o=n;break;case"img":case"image":case"link":he("error",e),he("load",e),o=n;break;case"details":he("toggle",e),o=n;break;case"input":s3(e,n),o=eg(e,n),he("invalid",e);break;case"option":o=n;break;case"select":e._wrapperState={wasMultiple:!!n.multiple},o=be({},n,{value:void 0}),he("invalid",e);break;case"textarea":c3(e,n),o=ng(e,n),he("invalid",e);break;default:o=n}ag(r,o),l=o;for(a in l)if(l.hasOwnProperty(a)){var u=l[a];a==="style"?FD(e,u):a==="dangerouslySetInnerHTML"?(u=u?u.__html:void 0,u!=null&&kD(e,u)):a==="children"?typeof u=="string"?(r!=="textarea"||u!=="")&&ou(e,u):typeof u=="number"&&ou(e,""+u):a!=="suppressContentEditableWarning"&&a!=="suppressHydrationWarning"&&a!=="autoFocus"&&(nu.hasOwnProperty(a)?u!=null&&a==="onScroll"&&he("scroll",e):u!=null&&q5(e,a,u,i))}switch(r){case"input":wc(e),u3(e,n,!1);break;case"textarea":wc(e),d3(e);break;case"option":n.value!=null&&e.setAttribute("value",""+vo(n.value));break;case"select":e.multiple=!!n.multiple,a=n.value,a!=null?Ei(e,!!n.multiple,a,!1):n.defaultValue!=null&&Ei(e,!!n.multiple,n.defaultValue,!0);break;default:typeof o.onClick=="function"&&(e.onclick=rd)}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 Je(t),null;case 6:if(e&&t.stateNode!=null)XE(e,t,e.memoizedProps,n);else{if(typeof n!="string"&&t.stateNode===null)throw Error(O(166));if(r=ra(mu.current),ra(Jr.current),Fc(t)){if(n=t.stateNode,r=t.memoizedProps,n[qr]=t,(a=n.nodeValue!==r)&&(e=Bt,e!==null))switch(e.tag){case 3:Ac(n.nodeValue,r,(e.mode&1)!==0);break;case 5:e.memoizedProps.suppressHydrationWarning!==!0&&Ac(n.nodeValue,r,(e.mode&1)!==0)}a&&(t.flags|=4)}else n=(r.nodeType===9?r:r.ownerDocument).createTextNode(n),n[qr]=t,t.stateNode=n}return Je(t),null;case 13:if(ge(ye),n=t.memoizedState,e===null||e.memoizedState!==null&&e.memoizedState.dehydrated!==null){if(ve&&Tt!==null&&t.mode&1&&!(t.flags&128))mE(),Vi(),t.flags|=98560,a=!1;else if(a=Fc(t),n!==null&&n.dehydrated!==null){if(e===null){if(!a)throw Error(O(318));if(a=t.memoizedState,a=a!==null?a.dehydrated:null,!a)throw Error(O(317));a[qr]=t}else Vi(),!(t.flags&128)&&(t.memoizedState=null),t.flags|=4;Je(t),a=!1}else fr!==null&&(Ng(fr),fr=null),a=!0;if(!a)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||ye.current&1?$e===0&&($e=3):Fv())),t.updateQueue!==null&&(t.flags|=4),Je(t),null);case 4:return Wi(),zg(e,t),e===null&&du(t.stateNode.containerInfo),Je(t),null;case 10:return dv(t.type._context),Je(t),null;case 17:return yt(t.type)&&nd(),Je(t),null;case 19:if(ge(ye),a=t.memoizedState,a===null)return Je(t),null;if(n=(t.flags&128)!==0,i=a.rendering,i===null)if(n)Yl(a,!1);else{if($e!==0||e!==null&&e.flags&128)for(e=t.child;e!==null;){if(i=cd(e),i!==null){for(t.flags|=128,Yl(a,!1),n=i.updateQueue,n!==null&&(t.updateQueue=n,t.flags|=4),t.subtreeFlags=0,n=r,r=t.child;r!==null;)a=r,e=n,a.flags&=14680066,i=a.alternate,i===null?(a.childLanes=0,a.lanes=e,a.child=null,a.subtreeFlags=0,a.memoizedProps=null,a.memoizedState=null,a.updateQueue=null,a.dependencies=null,a.stateNode=null):(a.childLanes=i.childLanes,a.lanes=i.lanes,a.child=i.child,a.subtreeFlags=0,a.deletions=null,a.memoizedProps=i.memoizedProps,a.memoizedState=i.memoizedState,a.updateQueue=i.updateQueue,a.type=i.type,e=i.dependencies,a.dependencies=e===null?null:{lanes:e.lanes,firstContext:e.firstContext}),r=r.sibling;return pe(ye,ye.current&1|2),t.child}e=e.sibling}a.tail!==null&&Se()>Gi&&(t.flags|=128,n=!0,Yl(a,!1),t.lanes=4194304)}else{if(!n)if(e=cd(i),e!==null){if(t.flags|=128,n=!0,r=e.updateQueue,r!==null&&(t.updateQueue=r,t.flags|=4),Yl(a,!0),a.tail===null&&a.tailMode==="hidden"&&!i.alternate&&!ve)return Je(t),null}else 2*Se()-a.renderingStartTime>Gi&&r!==1073741824&&(t.flags|=128,n=!0,Yl(a,!1),t.lanes=4194304);a.isBackwards?(i.sibling=t.child,t.child=i):(r=a.last,r!==null?r.sibling=i:t.child=i,a.last=i)}return a.tail!==null?(t=a.tail,a.rendering=t,a.tail=t.sibling,a.renderingStartTime=Se(),t.sibling=null,r=ye.current,pe(ye,n?r&1|2:r&1),t):(Je(t),null);case 22:case 23:return Av(),n=t.memoizedState!==null,e!==null&&e.memoizedState!==null!==n&&(t.flags|=8192),n&&t.mode&1?It&1073741824&&(Je(t),t.subtreeFlags&6&&(t.flags|=8192)):Je(t),null;case 24:return null;case 25:return null}throw Error(O(156,t.tag))}function Z$(e,t){switch(lv(t),t.tag){case 1:return yt(t.type)&&nd(),e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 3:return Wi(),ge(vt),ge(nt),gv(),e=t.flags,e&65536&&!(e&128)?(t.flags=e&-65537|128,t):null;case 5:return mv(t),null;case 13:if(ge(ye),e=t.memoizedState,e!==null&&e.dehydrated!==null){if(t.alternate===null)throw Error(O(340));Vi()}return e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 19:return ge(ye),null;case 4:return Wi(),null;case 10:return dv(t.type._context),null;case 22:case 23:return Av(),null;case 24:return null;default:return null}}var Rc=!1,rt=!1,J$=typeof WeakSet=="function"?WeakSet:Set,j=null;function wi(e,t){var r=e.ref;if(r!==null)if(typeof r=="function")try{r(null)}catch(n){Ee(e,t,n)}else r.current=null}function Tg(e,t,r){try{r()}catch(n){Ee(e,t,n)}}var ew=!1;function eL(e,t){if(gg=J0,e=rE(),av(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 o=n.anchorOffset,a=n.focusNode;n=n.focusOffset;try{r.nodeType,a.nodeType}catch{r=null;break e}var i=0,l=-1,u=-1,d=0,f=0,h=e,p=null;t:for(;;){for(var m;h!==r||o!==0&&h.nodeType!==3||(l=i+o),h!==a||n!==0&&h.nodeType!==3||(u=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===o&&(l=i),p===a&&++f===n&&(u=i),(m=h.nextSibling)!==null)break;h=p,p=h.parentNode}h=m}r=l===-1||u===-1?null:{start:l,end:u}}else r=null}r=r||{start:0,end:0}}else r=null;for(vg={focusedElem:e,selectionRange:r},J0=!1,j=t;j!==null;)if(t=j,e=t.child,(t.subtreeFlags&1028)!==0&&e!==null)e.return=t,j=e;else for(;j!==null;){t=j;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 y=g.memoizedProps,D=g.memoizedState,b=t.stateNode,w=b.getSnapshotBeforeUpdate(t.elementType===t.type?y:cr(t.type,y),D);b.__reactInternalSnapshotBeforeUpdate=w}break;case 3:var v=t.stateNode.containerInfo;v.nodeType===1?v.textContent="":v.nodeType===9&&v.documentElement&&v.removeChild(v.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(O(163))}}catch(x){Ee(t,t.return,x)}if(e=t.sibling,e!==null){e.return=t.return,j=e;break}j=t.return}return g=ew,ew=!1,g}function Os(e,t,r){var n=t.updateQueue;if(n=n!==null?n.lastEffect:null,n!==null){var o=n=n.next;do{if((o.tag&e)===e){var a=o.destroy;o.destroy=void 0,a!==void 0&&Tg(t,r,a)}o=o.next}while(o!==n)}}function S1(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 Bg(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 ZE(e){var t=e.alternate;t!==null&&(e.alternate=null,ZE(t)),e.child=null,e.deletions=null,e.sibling=null,e.tag===5&&(t=e.stateNode,t!==null&&(delete t[qr],delete t[pu],delete t[bg],delete t[L$],delete t[M$])),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 JE(e){return e.tag===5||e.tag===3||e.tag===4}function tw(e){e:for(;;){for(;e.sibling===null;){if(e.return===null||JE(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 $g(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=rd));else if(n!==4&&(e=e.child,e!==null))for($g(e,t,r),e=e.sibling;e!==null;)$g(e,t,r),e=e.sibling}function Lg(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(Lg(e,t,r),e=e.sibling;e!==null;)Lg(e,t,r),e=e.sibling}var We=null,dr=!1;function On(e,t,r){for(r=r.child;r!==null;)eC(e,t,r),r=r.sibling}function eC(e,t,r){if(Zr&&typeof Zr.onCommitFiberUnmount=="function")try{Zr.onCommitFiberUnmount(v1,r)}catch{}switch(r.tag){case 5:rt||wi(r,t);case 6:var n=We,o=dr;We=null,On(e,t,r),We=n,dr=o,We!==null&&(dr?(e=We,r=r.stateNode,e.nodeType===8?e.parentNode.removeChild(r):e.removeChild(r)):We.removeChild(r.stateNode));break;case 18:We!==null&&(dr?(e=We,r=r.stateNode,e.nodeType===8?tp(e.parentNode,r):e.nodeType===1&&tp(e,r),su(e)):tp(We,r.stateNode));break;case 4:n=We,o=dr,We=r.stateNode.containerInfo,dr=!0,On(e,t,r),We=n,dr=o;break;case 0:case 11:case 14:case 15:if(!rt&&(n=r.updateQueue,n!==null&&(n=n.lastEffect,n!==null))){o=n=n.next;do{var a=o,i=a.destroy;a=a.tag,i!==void 0&&(a&2||a&4)&&Tg(r,t,i),o=o.next}while(o!==n)}On(e,t,r);break;case 1:if(!rt&&(wi(r,t),n=r.stateNode,typeof n.componentWillUnmount=="function"))try{n.props=r.memoizedProps,n.state=r.memoizedState,n.componentWillUnmount()}catch(l){Ee(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 rw(e){var t=e.updateQueue;if(t!==null){e.updateQueue=null;var r=e.stateNode;r===null&&(r=e.stateNode=new J$),t.forEach(function(n){var o=uL.bind(null,e,n);r.has(n)||(r.add(n),n.then(o,o))})}}function ir(e,t){var r=t.deletions;if(r!==null)for(var n=0;n<r.length;n++){var o=r[n];try{var a=e,i=t,l=i;e:for(;l!==null;){switch(l.tag){case 5:We=l.stateNode,dr=!1;break e;case 3:We=l.stateNode.containerInfo,dr=!0;break e;case 4:We=l.stateNode.containerInfo,dr=!0;break e}l=l.return}if(We===null)throw Error(O(160));eC(a,i,o),We=null,dr=!1;var u=o.alternate;u!==null&&(u.return=null),o.return=null}catch(d){Ee(o,t,d)}}if(t.subtreeFlags&12854)for(t=t.child;t!==null;)tC(t,e),t=t.sibling}function tC(e,t){var r=e.alternate,n=e.flags;switch(e.tag){case 0:case 11:case 14:case 15:if(ir(t,e),Pr(e),n&4){try{Os(3,e,e.return),S1(3,e)}catch(y){Ee(e,e.return,y)}try{Os(5,e,e.return)}catch(y){Ee(e,e.return,y)}}break;case 1:ir(t,e),Pr(e),n&512&&r!==null&&wi(r,r.return);break;case 5:if(ir(t,e),Pr(e),n&512&&r!==null&&wi(r,r.return),e.flags&32){var o=e.stateNode;try{ou(o,"")}catch(y){Ee(e,e.return,y)}}if(n&4&&(o=e.stateNode,o!=null)){var a=e.memoizedProps,i=r!==null?r.memoizedProps:a,l=e.type,u=e.updateQueue;if(e.updateQueue=null,u!==null)try{l==="input"&&a.type==="radio"&&a.name!=null&&ED(o,a),ig(l,i);var d=ig(l,a);for(i=0;i<u.length;i+=2){var f=u[i],h=u[i+1];f==="style"?FD(o,h):f==="dangerouslySetInnerHTML"?kD(o,h):f==="children"?ou(o,h):q5(o,f,h,d)}switch(l){case"input":tg(o,a);break;case"textarea":CD(o,a);break;case"select":var p=o._wrapperState.wasMultiple;o._wrapperState.wasMultiple=!!a.multiple;var m=a.value;m!=null?Ei(o,!!a.multiple,m,!1):p!==!!a.multiple&&(a.defaultValue!=null?Ei(o,!!a.multiple,a.defaultValue,!0):Ei(o,!!a.multiple,a.multiple?[]:"",!1))}o[pu]=a}catch(y){Ee(e,e.return,y)}}break;case 6:if(ir(t,e),Pr(e),n&4){if(e.stateNode===null)throw Error(O(162));o=e.stateNode,a=e.memoizedProps;try{o.nodeValue=a}catch(y){Ee(e,e.return,y)}}break;case 3:if(ir(t,e),Pr(e),n&4&&r!==null&&r.memoizedState.isDehydrated)try{su(t.containerInfo)}catch(y){Ee(e,e.return,y)}break;case 4:ir(t,e),Pr(e);break;case 13:ir(t,e),Pr(e),o=e.child,o.flags&8192&&(a=o.memoizedState!==null,o.stateNode.isHidden=a,!a||o.alternate!==null&&o.alternate.memoizedState!==null||(Sv=Se())),n&4&&rw(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),Pr(e),n&8192){if(d=e.memoizedState!==null,(e.stateNode.isHidden=d)&&!f&&e.mode&1)for(j=e,f=e.child;f!==null;){for(h=j=f;j!==null;){switch(p=j,m=p.child,p.tag){case 0:case 11:case 14:case 15:Os(4,p,p.return);break;case 1:wi(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(y){Ee(n,r,y)}}break;case 5:wi(p,p.return);break;case 22:if(p.memoizedState!==null){ow(h);continue}}m!==null?(m.return=p,j=m):ow(h)}f=f.sibling}e:for(f=null,h=e;;){if(h.tag===5){if(f===null){f=h;try{o=h.stateNode,d?(a=o.style,typeof a.setProperty=="function"?a.setProperty("display","none","important"):a.display="none"):(l=h.stateNode,u=h.memoizedProps.style,i=u!=null&&u.hasOwnProperty("display")?u.display:null,l.style.display=AD("display",i))}catch(y){Ee(e,e.return,y)}}}else if(h.tag===6){if(f===null)try{h.stateNode.nodeValue=d?"":h.memoizedProps}catch(y){Ee(e,e.return,y)}}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),Pr(e),n&4&&rw(e);break;case 21:break;default:ir(t,e),Pr(e)}}function Pr(e){var t=e.flags;if(t&2){try{e:{for(var r=e.return;r!==null;){if(JE(r)){var n=r;break e}r=r.return}throw Error(O(160))}switch(n.tag){case 5:var o=n.stateNode;n.flags&32&&(ou(o,""),n.flags&=-33);var a=tw(e);Lg(e,a,o);break;case 3:case 4:var i=n.stateNode.containerInfo,l=tw(e);$g(e,l,i);break;default:throw Error(O(161))}}catch(u){Ee(e,e.return,u)}e.flags&=-3}t&4096&&(e.flags&=-4097)}function tL(e,t,r){j=e,rC(e)}function rC(e,t,r){for(var n=(e.mode&1)!==0;j!==null;){var o=j,a=o.child;if(o.tag===22&&n){var i=o.memoizedState!==null||Rc;if(!i){var l=o.alternate,u=l!==null&&l.memoizedState!==null||rt;l=Rc;var d=rt;if(Rc=i,(rt=u)&&!d)for(j=o;j!==null;)i=j,u=i.child,i.tag===22&&i.memoizedState!==null?aw(o):u!==null?(u.return=i,j=u):aw(o);for(;a!==null;)j=a,rC(a),a=a.sibling;j=o,Rc=l,rt=d}nw(e)}else o.subtreeFlags&8772&&a!==null?(a.return=o,j=a):nw(e)}}function nw(e){for(;j!==null;){var t=j;if(t.flags&8772){var r=t.alternate;try{if(t.flags&8772)switch(t.tag){case 0:case 11:case 15:rt||S1(5,t);break;case 1:var n=t.stateNode;if(t.flags&4&&!rt)if(r===null)n.componentDidMount();else{var o=t.elementType===t.type?r.memoizedProps:cr(t.type,r.memoizedProps);n.componentDidUpdate(o,r.memoizedState,n.__reactInternalSnapshotBeforeUpdate)}var a=t.updateQueue;a!==null&&H3(t,a,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}H3(t,i,r)}break;case 5:var l=t.stateNode;if(r===null&&t.flags&4){r=l;var u=t.memoizedProps;switch(t.type){case"button":case"input":case"select":case"textarea":u.autoFocus&&r.focus();break;case"img":u.src&&(r.src=u.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&&su(h)}}}break;case 19:case 17:case 21:case 22:case 23:case 25:break;default:throw Error(O(163))}rt||t.flags&512&&Bg(t)}catch(p){Ee(t,t.return,p)}}if(t===e){j=null;break}if(r=t.sibling,r!==null){r.return=t.return,j=r;break}j=t.return}}function ow(e){for(;j!==null;){var t=j;if(t===e){j=null;break}var r=t.sibling;if(r!==null){r.return=t.return,j=r;break}j=t.return}}function aw(e){for(;j!==null;){var t=j;try{switch(t.tag){case 0:case 11:case 15:var r=t.return;try{S1(4,t)}catch(u){Ee(t,r,u)}break;case 1:var n=t.stateNode;if(typeof n.componentDidMount=="function"){var o=t.return;try{n.componentDidMount()}catch(u){Ee(t,o,u)}}var a=t.return;try{Bg(t)}catch(u){Ee(t,a,u)}break;case 5:var i=t.return;try{Bg(t)}catch(u){Ee(t,i,u)}}}catch(u){Ee(t,t.return,u)}if(t===e){j=null;break}var l=t.sibling;if(l!==null){l.return=t.return,j=l;break}j=t.return}}var rL=Math.ceil,pd=$n.ReactCurrentDispatcher,Ev=$n.ReactCurrentOwner,Xt=$n.ReactCurrentBatchConfig,ae=0,Ve=null,Fe=null,Ge=0,It=0,bi=_o(0),$e=0,wu=null,ba=0,k1=0,Cv=0,Ps=null,mt=null,Sv=0,Gi=1/0,Dn=null,hd=!1,Mg=null,co=null,zc=!1,no=null,md=0,Ns=0,Og=null,D0=-1,E0=0;function ut(){return ae&6?Se():D0!==-1?D0:D0=Se()}function fo(e){return e.mode&1?ae&2&&Ge!==0?Ge&-Ge:P$.transition!==null?(E0===0&&(E0=ND()),E0):(e=ce,e!==0||(e=window.event,e=e===void 0?16:GD(e.type)),e):1}function wr(e,t,r,n){if(50<Ns)throw Ns=0,Og=null,Error(O(185));Nu(e,r,n),(!(ae&2)||e!==Ve)&&(e===Ve&&(!(ae&2)&&(k1|=r),$e===4&&eo(e,Ge)),wt(e,n),r===1&&ae===0&&!(t.mode&1)&&(Gi=Se()+500,D1&&Io()))}function wt(e,t){var r=e.callbackNode;PB(e,t);var n=Z0(e,e===Ve?Ge:0);if(n===0)r!==null&&h3(r),e.callbackNode=null,e.callbackPriority=0;else if(t=n&-n,e.callbackPriority!==t){if(r!=null&&h3(r),t===1)e.tag===0?O$(iw.bind(null,e)):fE(iw.bind(null,e)),B$(function(){!(ae&6)&&Io()}),r=null;else{switch(HD(n)){case 1:r=X5;break;case 4:r=OD;break;case 16:r=X0;break;case 536870912:r=PD;break;default:r=X0}r=cC(r,nC.bind(null,e))}e.callbackPriority=t,e.callbackNode=r}}function nC(e,t){if(D0=-1,E0=0,ae&6)throw Error(O(327));var r=e.callbackNode;if(Fi()&&e.callbackNode!==r)return null;var n=Z0(e,e===Ve?Ge:0);if(n===0)return null;if(n&30||n&e.expiredLanes||t)t=gd(e,n);else{t=n;var o=ae;ae|=2;var a=aC();(Ve!==e||Ge!==t)&&(Dn=null,Gi=Se()+500,ua(e,t));do try{aL();break}catch(l){oC(e,l)}while(!0);cv(),pd.current=a,ae=o,Fe!==null?t=0:(Ve=null,Ge=0,t=$e)}if(t!==0){if(t===2&&(o=dg(e),o!==0&&(n=o,t=Pg(e,o))),t===1)throw r=wu,ua(e,0),eo(e,n),wt(e,Se()),r;if(t===6)eo(e,n);else{if(o=e.current.alternate,!(n&30)&&!nL(o)&&(t=gd(e,n),t===2&&(a=dg(e),a!==0&&(n=a,t=Pg(e,a))),t===1))throw r=wu,ua(e,0),eo(e,n),wt(e,Se()),r;switch(e.finishedWork=o,e.finishedLanes=n,t){case 0:case 1:throw Error(O(345));case 2:Ko(e,mt,Dn);break;case 3:if(eo(e,n),(n&130023424)===n&&(t=Sv+500-Se(),10<t)){if(Z0(e,0)!==0)break;if(o=e.suspendedLanes,(o&n)!==n){ut(),e.pingedLanes|=e.suspendedLanes&o;break}e.timeoutHandle=wg(Ko.bind(null,e,mt,Dn),t);break}Ko(e,mt,Dn);break;case 4:if(eo(e,n),(n&4194240)===n)break;for(t=e.eventTimes,o=-1;0<n;){var i=31-yr(n);a=1<<i,i=t[i],i>o&&(o=i),n&=~a}if(n=o,n=Se()-n,n=(120>n?120:480>n?480:1080>n?1080:1920>n?1920:3e3>n?3e3:4320>n?4320:1960*rL(n/1960))-n,10<n){e.timeoutHandle=wg(Ko.bind(null,e,mt,Dn),n);break}Ko(e,mt,Dn);break;case 5:Ko(e,mt,Dn);break;default:throw Error(O(329))}}}return wt(e,Se()),e.callbackNode===r?nC.bind(null,e):null}function Pg(e,t){var r=Ps;return e.current.memoizedState.isDehydrated&&(ua(e,t).flags|=256),e=gd(e,t),e!==2&&(t=mt,mt=r,t!==null&&Ng(t)),e}function Ng(e){mt===null?mt=e:mt.push.apply(mt,e)}function nL(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 o=r[n],a=o.getSnapshot;o=o.value;try{if(!Dr(a(),o))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 eo(e,t){for(t&=~Cv,t&=~k1,e.suspendedLanes|=t,e.pingedLanes&=~t,e=e.expirationTimes;0<t;){var r=31-yr(t),n=1<<r;e[r]=-1,t&=~n}}function iw(e){if(ae&6)throw Error(O(327));Fi();var t=Z0(e,0);if(!(t&1))return wt(e,Se()),null;var r=gd(e,t);if(e.tag!==0&&r===2){var n=dg(e);n!==0&&(t=n,r=Pg(e,n))}if(r===1)throw r=wu,ua(e,0),eo(e,t),wt(e,Se()),r;if(r===6)throw Error(O(345));return e.finishedWork=e.current.alternate,e.finishedLanes=t,Ko(e,mt,Dn),wt(e,Se()),null}function kv(e,t){var r=ae;ae|=1;try{return e(t)}finally{ae=r,ae===0&&(Gi=Se()+500,D1&&Io())}}function xa(e){no!==null&&no.tag===0&&!(ae&6)&&Fi();var t=ae;ae|=1;var r=Xt.transition,n=ce;try{if(Xt.transition=null,ce=1,e)return e()}finally{ce=n,Xt.transition=r,ae=t,!(ae&6)&&Io()}}function Av(){It=bi.current,ge(bi)}function ua(e,t){e.finishedWork=null,e.finishedLanes=0;var r=e.timeoutHandle;if(r!==-1&&(e.timeoutHandle=-1,T$(r)),Fe!==null)for(r=Fe.return;r!==null;){var n=r;switch(lv(n),n.tag){case 1:n=n.type.childContextTypes,n!=null&&nd();break;case 3:Wi(),ge(vt),ge(nt),gv();break;case 5:mv(n);break;case 4:Wi();break;case 13:ge(ye);break;case 19:ge(ye);break;case 10:dv(n.type._context);break;case 22:case 23:Av()}r=r.return}if(Ve=e,Fe=e=po(e.current,null),Ge=It=t,$e=0,wu=null,Cv=k1=ba=0,mt=Ps=null,ta!==null){for(t=0;t<ta.length;t++)if(r=ta[t],n=r.interleaved,n!==null){r.interleaved=null;var o=n.next,a=r.pending;if(a!==null){var i=a.next;a.next=o,n.next=i}r.pending=n}ta=null}return e}function oC(e,t){do{var r=Fe;try{if(cv(),w0.current=fd,dd){for(var n=we.memoizedState;n!==null;){var o=n.queue;o!==null&&(o.pending=null),n=n.next}dd=!1}if(wa=0,Ne=Te=we=null,Ms=!1,gu=0,Ev.current=null,r===null||r.return===null){$e=1,wu=t,Fe=null;break}e:{var a=e,i=r.return,l=r,u=t;if(t=Ge,l.flags|=32768,u!==null&&typeof u=="object"&&typeof u.then=="function"){var d=u,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=G3(i);if(m!==null){m.flags&=-257,Y3(m,i,l,a,t),m.mode&1&&q3(a,d,t),t=m,u=d;var g=t.updateQueue;if(g===null){var y=new Set;y.add(u),t.updateQueue=y}else g.add(u);break e}else{if(!(t&1)){q3(a,d,t),Fv();break e}u=Error(O(426))}}else if(ve&&l.mode&1){var D=G3(i);if(D!==null){!(D.flags&65536)&&(D.flags|=256),Y3(D,i,l,a,t),sv(qi(u,l));break e}}a=u=qi(u,l),$e!==4&&($e=2),Ps===null?Ps=[a]:Ps.push(a),a=i;do{switch(a.tag){case 3:a.flags|=65536,t&=-t,a.lanes|=t;var b=HE(a,u,t);N3(a,b);break e;case 1:l=u;var w=a.type,v=a.stateNode;if(!(a.flags&128)&&(typeof w.getDerivedStateFromError=="function"||v!==null&&typeof v.componentDidCatch=="function"&&(co===null||!co.has(v)))){a.flags|=65536,t&=-t,a.lanes|=t;var x=jE(a,l,t);N3(a,x);break e}}a=a.return}while(a!==null)}lC(r)}catch(E){t=E,Fe===r&&r!==null&&(Fe=r=r.return);continue}break}while(!0)}function aC(){var e=pd.current;return pd.current=fd,e===null?fd:e}function Fv(){($e===0||$e===3||$e===2)&&($e=4),Ve===null||!(ba&268435455)&&!(k1&268435455)||eo(Ve,Ge)}function gd(e,t){var r=ae;ae|=2;var n=aC();(Ve!==e||Ge!==t)&&(Dn=null,ua(e,t));do try{oL();break}catch(o){oC(e,o)}while(!0);if(cv(),ae=r,pd.current=n,Fe!==null)throw Error(O(261));return Ve=null,Ge=0,$e}function oL(){for(;Fe!==null;)iC(Fe)}function aL(){for(;Fe!==null&&!IB();)iC(Fe)}function iC(e){var t=uC(e.alternate,e,It);e.memoizedProps=e.pendingProps,t===null?lC(e):Fe=t,Ev.current=null}function lC(e){var t=e;do{var r=t.alternate;if(e=t.return,t.flags&32768){if(r=Z$(r,t),r!==null){r.flags&=32767,Fe=r;return}if(e!==null)e.flags|=32768,e.subtreeFlags=0,e.deletions=null;else{$e=6,Fe=null;return}}else if(r=X$(r,t,It),r!==null){Fe=r;return}if(t=t.sibling,t!==null){Fe=t;return}Fe=t=e}while(t!==null);$e===0&&($e=5)}function Ko(e,t,r){var n=ce,o=Xt.transition;try{Xt.transition=null,ce=1,iL(e,t,r,n)}finally{Xt.transition=o,ce=n}return null}function iL(e,t,r,n){do Fi();while(no!==null);if(ae&6)throw Error(O(327));r=e.finishedWork;var o=e.finishedLanes;if(r===null)return null;if(e.finishedWork=null,e.finishedLanes=0,r===e.current)throw Error(O(177));e.callbackNode=null,e.callbackPriority=0;var a=r.lanes|r.childLanes;if(NB(e,a),e===Ve&&(Fe=Ve=null,Ge=0),!(r.subtreeFlags&2064)&&!(r.flags&2064)||zc||(zc=!0,cC(X0,function(){return Fi(),null})),a=(r.flags&15990)!==0,r.subtreeFlags&15990||a){a=Xt.transition,Xt.transition=null;var i=ce;ce=1;var l=ae;ae|=4,Ev.current=null,eL(e,r),tC(r,e),k$(vg),J0=!!gg,vg=gg=null,e.current=r,tL(r),RB(),ae=l,ce=i,Xt.transition=a}else e.current=r;if(zc&&(zc=!1,no=e,md=o),a=e.pendingLanes,a===0&&(co=null),BB(r.stateNode),wt(e,Se()),t!==null)for(n=e.onRecoverableError,r=0;r<t.length;r++)o=t[r],n(o.value,{componentStack:o.stack,digest:o.digest});if(hd)throw hd=!1,e=Mg,Mg=null,e;return md&1&&e.tag!==0&&Fi(),a=e.pendingLanes,a&1?e===Og?Ns++:(Ns=0,Og=e):Ns=0,Io(),null}function Fi(){if(no!==null){var e=HD(md),t=Xt.transition,r=ce;try{if(Xt.transition=null,ce=16>e?16:e,no===null)var n=!1;else{if(e=no,no=null,md=0,ae&6)throw Error(O(331));var o=ae;for(ae|=4,j=e.current;j!==null;){var a=j,i=a.child;if(j.flags&16){var l=a.deletions;if(l!==null){for(var u=0;u<l.length;u++){var d=l[u];for(j=d;j!==null;){var f=j;switch(f.tag){case 0:case 11:case 15:Os(8,f,a)}var h=f.child;if(h!==null)h.return=f,j=h;else for(;j!==null;){f=j;var p=f.sibling,m=f.return;if(ZE(f),f===d){j=null;break}if(p!==null){p.return=m,j=p;break}j=m}}}var g=a.alternate;if(g!==null){var y=g.child;if(y!==null){g.child=null;do{var D=y.sibling;y.sibling=null,y=D}while(y!==null)}}j=a}}if(a.subtreeFlags&2064&&i!==null)i.return=a,j=i;else e:for(;j!==null;){if(a=j,a.flags&2048)switch(a.tag){case 0:case 11:case 15:Os(9,a,a.return)}var b=a.sibling;if(b!==null){b.return=a.return,j=b;break e}j=a.return}}var w=e.current;for(j=w;j!==null;){i=j;var v=i.child;if(i.subtreeFlags&2064&&v!==null)v.return=i,j=v;else e:for(i=w;j!==null;){if(l=j,l.flags&2048)try{switch(l.tag){case 0:case 11:case 15:S1(9,l)}}catch(E){Ee(l,l.return,E)}if(l===i){j=null;break e}var x=l.sibling;if(x!==null){x.return=l.return,j=x;break e}j=l.return}}if(ae=o,Io(),Zr&&typeof Zr.onPostCommitFiberRoot=="function")try{Zr.onPostCommitFiberRoot(v1,e)}catch{}n=!0}return n}finally{ce=r,Xt.transition=t}}return!1}function lw(e,t,r){t=qi(r,t),t=HE(e,t,1),e=uo(e,t,1),t=ut(),e!==null&&(Nu(e,1,t),wt(e,t))}function Ee(e,t,r){if(e.tag===3)lw(e,e,r);else for(;t!==null;){if(t.tag===3){lw(t,e,r);break}else if(t.tag===1){var n=t.stateNode;if(typeof t.type.getDerivedStateFromError=="function"||typeof n.componentDidCatch=="function"&&(co===null||!co.has(n))){e=qi(r,e),e=jE(t,e,1),t=uo(t,e,1),e=ut(),t!==null&&(Nu(t,1,e),wt(t,e));break}}t=t.return}}function lL(e,t,r){var n=e.pingCache;n!==null&&n.delete(t),t=ut(),e.pingedLanes|=e.suspendedLanes&r,Ve===e&&(Ge&r)===r&&($e===4||$e===3&&(Ge&130023424)===Ge&&500>Se()-Sv?ua(e,0):Cv|=r),wt(e,t)}function sC(e,t){t===0&&(e.mode&1?(t=Dc,Dc<<=1,!(Dc&130023424)&&(Dc=4194304)):t=1);var r=ut();e=zn(e,t),e!==null&&(Nu(e,t,r),wt(e,r))}function sL(e){var t=e.memoizedState,r=0;t!==null&&(r=t.retryLane),sC(e,r)}function uL(e,t){var r=0;switch(e.tag){case 13:var n=e.stateNode,o=e.memoizedState;o!==null&&(r=o.retryLane);break;case 19:n=e.stateNode;break;default:throw Error(O(314))}n!==null&&n.delete(t),sC(e,r)}var uC;uC=function(e,t,r){if(e!==null)if(e.memoizedProps!==t.pendingProps||vt.current)gt=!0;else{if(!(e.lanes&r)&&!(t.flags&128))return gt=!1,Q$(e,t,r);gt=!!(e.flags&131072)}else gt=!1,ve&&t.flags&1048576&&pE(t,id,t.index);switch(t.lanes=0,t.tag){case 2:var n=t.type;x0(e,t),e=t.pendingProps;var o=ji(t,nt.current);Ai(t,r),o=yv(null,t,n,e,o,r);var a=wv();return t.flags|=1,typeof o=="object"&&o!==null&&typeof o.render=="function"&&o.$$typeof===void 0?(t.tag=1,t.memoizedState=null,t.updateQueue=null,yt(n)?(a=!0,od(t)):a=!1,t.memoizedState=o.state!==null&&o.state!==void 0?o.state:null,pv(t),o.updater=C1,t.stateNode=o,o._reactInternals=t,kg(t,n,e,r),t=_g(null,t,n,!0,a,r)):(t.tag=0,ve&&a&&iv(t),st(null,t,o,r),t=t.child),t;case 16:n=t.elementType;e:{switch(x0(e,t),e=t.pendingProps,o=n._init,n=o(n._payload),t.type=n,o=t.tag=dL(n),e=cr(n,e),o){case 0:t=Fg(null,t,n,e,r);break e;case 1:t=X3(null,t,n,e,r);break e;case 11:t=K3(null,t,n,e,r);break e;case 14:t=Q3(null,t,n,cr(n.type,e),r);break e}throw Error(O(306,n,""))}return t;case 0:return n=t.type,o=t.pendingProps,o=t.elementType===n?o:cr(n,o),Fg(e,t,n,o,r);case 1:return n=t.type,o=t.pendingProps,o=t.elementType===n?o:cr(n,o),X3(e,t,n,o,r);case 3:e:{if(qE(t),e===null)throw Error(O(387));n=t.pendingProps,a=t.memoizedState,o=a.element,wE(e,t),ud(t,n,null,r);var i=t.memoizedState;if(n=i.element,a.isDehydrated)if(a={element:n,isDehydrated:!1,cache:i.cache,pendingSuspenseBoundaries:i.pendingSuspenseBoundaries,transitions:i.transitions},t.updateQueue.baseState=a,t.memoizedState=a,t.flags&256){o=qi(Error(O(423)),t),t=Z3(e,t,n,r,o);break e}else if(n!==o){o=qi(Error(O(424)),t),t=Z3(e,t,n,r,o);break e}else for(Tt=so(t.stateNode.containerInfo.firstChild),Bt=t,ve=!0,fr=null,r=vE(t,null,n,r),t.child=r;r;)r.flags=r.flags&-3|4096,r=r.sibling;else{if(Vi(),n===o){t=Tn(e,t,r);break e}st(e,t,n,r)}t=t.child}return t;case 5:return bE(t),e===null&&Eg(t),n=t.type,o=t.pendingProps,a=e!==null?e.memoizedProps:null,i=o.children,yg(n,o)?i=null:a!==null&&yg(n,a)&&(t.flags|=32),WE(e,t),st(e,t,i,r),t.child;case 6:return e===null&&Eg(t),null;case 13:return GE(e,t,r);case 4:return hv(t,t.stateNode.containerInfo),n=t.pendingProps,e===null?t.child=Ui(t,null,n,r):st(e,t,n,r),t.child;case 11:return n=t.type,o=t.pendingProps,o=t.elementType===n?o:cr(n,o),K3(e,t,n,o,r);case 7:return st(e,t,t.pendingProps,r),t.child;case 8:return st(e,t,t.pendingProps.children,r),t.child;case 12:return st(e,t,t.pendingProps.children,r),t.child;case 10:e:{if(n=t.type._context,o=t.pendingProps,a=t.memoizedProps,i=o.value,pe(ld,n._currentValue),n._currentValue=i,a!==null)if(Dr(a.value,i)){if(a.children===o.children&&!vt.current){t=Tn(e,t,r);break e}}else for(a=t.child,a!==null&&(a.return=t);a!==null;){var l=a.dependencies;if(l!==null){i=a.child;for(var u=l.firstContext;u!==null;){if(u.context===n){if(a.tag===1){u=An(-1,r&-r),u.tag=2;var d=a.updateQueue;if(d!==null){d=d.shared;var f=d.pending;f===null?u.next=u:(u.next=f.next,f.next=u),d.pending=u}}a.lanes|=r,u=a.alternate,u!==null&&(u.lanes|=r),Cg(a.return,r,t),l.lanes|=r;break}u=u.next}}else if(a.tag===10)i=a.type===t.type?null:a.child;else if(a.tag===18){if(i=a.return,i===null)throw Error(O(341));i.lanes|=r,l=i.alternate,l!==null&&(l.lanes|=r),Cg(i,r,t),i=a.sibling}else i=a.child;if(i!==null)i.return=a;else for(i=a;i!==null;){if(i===t){i=null;break}if(a=i.sibling,a!==null){a.return=i.return,i=a;break}i=i.return}a=i}st(e,t,o.children,r),t=t.child}return t;case 9:return o=t.type,n=t.pendingProps.children,Ai(t,r),o=Zt(o),n=n(o),t.flags|=1,st(e,t,n,r),t.child;case 14:return n=t.type,o=cr(n,t.pendingProps),o=cr(n.type,o),Q3(e,t,n,o,r);case 15:return VE(e,t,t.type,t.pendingProps,r);case 17:return n=t.type,o=t.pendingProps,o=t.elementType===n?o:cr(n,o),x0(e,t),t.tag=1,yt(n)?(e=!0,od(t)):e=!1,Ai(t,r),NE(t,n,o),kg(t,n,o,r),_g(null,t,n,!0,e,r);case 19:return YE(e,t,r);case 22:return UE(e,t,r)}throw Error(O(156,t.tag))};function cC(e,t){return MD(e,t)}function cL(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 Yt(e,t,r,n){return new cL(e,t,r,n)}function _v(e){return e=e.prototype,!(!e||!e.isReactComponent)}function dL(e){if(typeof e=="function")return _v(e)?1:0;if(e!=null){if(e=e.$$typeof,e===Y5)return 11;if(e===K5)return 14}return 2}function po(e,t){var r=e.alternate;return r===null?(r=Yt(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 C0(e,t,r,n,o,a){var i=2;if(n=e,typeof e=="function")_v(e)&&(i=1);else if(typeof e=="string")i=5;else e:switch(e){case ui:return ca(r.children,o,a,t);case G5:i=8,o|=8;break;case Qm:return e=Yt(12,r,t,o|2),e.elementType=Qm,e.lanes=a,e;case Xm:return e=Yt(13,r,t,o),e.elementType=Xm,e.lanes=a,e;case Zm:return e=Yt(19,r,t,o),e.elementType=Zm,e.lanes=a,e;case bD:return A1(r,o,a,t);default:if(typeof e=="object"&&e!==null)switch(e.$$typeof){case yD:i=10;break e;case wD:i=9;break e;case Y5:i=11;break e;case K5:i=14;break e;case jn:i=16,n=null;break e}throw Error(O(130,e==null?e:typeof e,""))}return t=Yt(i,r,t,o),t.elementType=e,t.type=n,t.lanes=a,t}function ca(e,t,r,n){return e=Yt(7,e,n,t),e.lanes=r,e}function A1(e,t,r,n){return e=Yt(22,e,n,t),e.elementType=bD,e.lanes=r,e.stateNode={isHidden:!1},e}function up(e,t,r){return e=Yt(6,e,null,t),e.lanes=r,e}function cp(e,t,r){return t=Yt(4,e.children!==null?e.children:[],e.key,t),t.lanes=r,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function fL(e,t,r,n,o){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=Uf(0),this.expirationTimes=Uf(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Uf(0),this.identifierPrefix=n,this.onRecoverableError=o,this.mutableSourceEagerHydrationData=null}function Iv(e,t,r,n,o,a,i,l,u){return e=new fL(e,t,r,l,u),t===1?(t=1,a===!0&&(t|=8)):t=0,a=Yt(3,null,null,t),e.current=a,a.stateNode=e,a.memoizedState={element:n,isDehydrated:r,cache:null,transitions:null,pendingSuspenseBoundaries:null},pv(a),e}function pL(e,t,r){var n=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:si,key:n==null?null:""+n,children:e,containerInfo:t,implementation:r}}function dC(e){if(!e)return yo;e=e._reactInternals;e:{if(Ra(e)!==e||e.tag!==1)throw Error(O(170));var t=e;do{switch(t.tag){case 3:t=t.stateNode.context;break e;case 1:if(yt(t.type)){t=t.stateNode.__reactInternalMemoizedMergedChildContext;break e}}t=t.return}while(t!==null);throw Error(O(171))}if(e.tag===1){var r=e.type;if(yt(r))return dE(e,r,t)}return t}function fC(e,t,r,n,o,a,i,l,u){return e=Iv(r,n,!0,e,o,a,i,l,u),e.context=dC(null),r=e.current,n=ut(),o=fo(r),a=An(n,o),a.callback=t??null,uo(r,a,o),e.current.lanes=o,Nu(e,o,n),wt(e,n),e}function F1(e,t,r,n){var o=t.current,a=ut(),i=fo(o);return r=dC(r),t.context===null?t.context=r:t.pendingContext=r,t=An(a,i),t.payload={element:e},n=n===void 0?null:n,n!==null&&(t.callback=n),e=uo(o,t,i),e!==null&&(wr(e,o,i,a),y0(e,o,i)),i}function vd(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 sw(e,t){if(e=e.memoizedState,e!==null&&e.dehydrated!==null){var r=e.retryLane;e.retryLane=r!==0&&r<t?r:t}}function Rv(e,t){sw(e,t),(e=e.alternate)&&sw(e,t)}function hL(){return null}var pC=typeof reportError=="function"?reportError:function(e){console.error(e)};function zv(e){this._internalRoot=e}_1.prototype.render=zv.prototype.render=function(e){var t=this._internalRoot;if(t===null)throw Error(O(409));F1(e,t,null,null)};_1.prototype.unmount=zv.prototype.unmount=function(){var e=this._internalRoot;if(e!==null){this._internalRoot=null;var t=e.containerInfo;xa(function(){F1(null,e,null,null)}),t[Rn]=null}};function _1(e){this._internalRoot=e}_1.prototype.unstable_scheduleHydration=function(e){if(e){var t=UD();e={blockedOn:null,target:e,priority:t};for(var r=0;r<Jn.length&&t!==0&&t<Jn[r].priority;r++);Jn.splice(r,0,e),r===0&&qD(e)}};function Tv(e){return!(!e||e.nodeType!==1&&e.nodeType!==9&&e.nodeType!==11)}function I1(e){return!(!e||e.nodeType!==1&&e.nodeType!==9&&e.nodeType!==11&&(e.nodeType!==8||e.nodeValue!==" react-mount-point-unstable "))}function uw(){}function mL(e,t,r,n,o){if(o){if(typeof n=="function"){var a=n;n=function(){var d=vd(i);a.call(d)}}var i=fC(t,n,e,0,null,!1,!1,"",uw);return e._reactRootContainer=i,e[Rn]=i.current,du(e.nodeType===8?e.parentNode:e),xa(),i}for(;o=e.lastChild;)e.removeChild(o);if(typeof n=="function"){var l=n;n=function(){var d=vd(u);l.call(d)}}var u=Iv(e,0,!1,null,null,!1,!1,"",uw);return e._reactRootContainer=u,e[Rn]=u.current,du(e.nodeType===8?e.parentNode:e),xa(function(){F1(t,u,r,n)}),u}function R1(e,t,r,n,o){var a=r._reactRootContainer;if(a){var i=a;if(typeof o=="function"){var l=o;o=function(){var u=vd(i);l.call(u)}}F1(t,i,e,o)}else i=mL(r,t,e,o,n);return vd(i)}jD=function(e){switch(e.tag){case 3:var t=e.stateNode;if(t.current.memoizedState.isDehydrated){var r=gs(t.pendingLanes);r!==0&&(Z5(t,r|1),wt(t,Se()),!(ae&6)&&(Gi=Se()+500,Io()))}break;case 13:xa(function(){var n=zn(e,1);if(n!==null){var o=ut();wr(n,e,1,o)}}),Rv(e,1)}};J5=function(e){if(e.tag===13){var t=zn(e,134217728);if(t!==null){var r=ut();wr(t,e,134217728,r)}Rv(e,134217728)}};VD=function(e){if(e.tag===13){var t=fo(e),r=zn(e,t);if(r!==null){var n=ut();wr(r,e,t,n)}Rv(e,t)}};UD=function(){return ce};WD=function(e,t){var r=ce;try{return ce=e,t()}finally{ce=r}};sg=function(e,t,r){switch(t){case"input":if(tg(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 o=x1(n);if(!o)throw Error(O(90));DD(n),tg(n,o)}}}break;case"textarea":CD(e,r);break;case"select":t=r.value,t!=null&&Ei(e,!!r.multiple,t,!1)}};RD=kv;zD=xa;var gL={usingClientEntryPoint:!1,Events:[ju,pi,x1,_D,ID,kv]},Kl={findFiberByHostInstance:ea,bundleType:0,version:"18.3.1",rendererPackageName:"react-dom"},vL={bundleType:Kl.bundleType,version:Kl.version,rendererPackageName:Kl.rendererPackageName,rendererConfig:Kl.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setErrorHandler:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:$n.ReactCurrentDispatcher,findHostInstanceByFiber:function(e){return e=$D(e),e===null?null:e.stateNode},findFiberByHostInstance:Kl.findFiberByHostInstance||hL,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 Tc=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!Tc.isDisabled&&Tc.supportsFiber)try{v1=Tc.inject(vL),Zr=Tc}catch{}}jt.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=gL;jt.createPortal=function(e,t){var r=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!Tv(t))throw Error(O(200));return pL(e,t,null,r)};jt.createRoot=function(e,t){if(!Tv(e))throw Error(O(299));var r=!1,n="",o=pC;return t!=null&&(t.unstable_strictMode===!0&&(r=!0),t.identifierPrefix!==void 0&&(n=t.identifierPrefix),t.onRecoverableError!==void 0&&(o=t.onRecoverableError)),t=Iv(e,1,!1,null,null,r,!1,n,o),e[Rn]=t.current,du(e.nodeType===8?e.parentNode:e),new zv(t)};jt.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(O(188)):(e=Object.keys(e).join(","),Error(O(268,e)));return e=$D(t),e=e===null?null:e.stateNode,e};jt.flushSync=function(e){return xa(e)};jt.hydrate=function(e,t,r){if(!I1(t))throw Error(O(200));return R1(null,e,t,!0,r)};jt.hydrateRoot=function(e,t,r){if(!Tv(e))throw Error(O(405));var n=r!=null&&r.hydratedSources||null,o=!1,a="",i=pC;if(r!=null&&(r.unstable_strictMode===!0&&(o=!0),r.identifierPrefix!==void 0&&(a=r.identifierPrefix),r.onRecoverableError!==void 0&&(i=r.onRecoverableError)),t=fC(t,null,e,1,r??null,o,!1,a,i),e[Rn]=t.current,du(e),n)for(e=0;e<n.length;e++)r=n[e],o=r._getVersion,o=o(r._source),t.mutableSourceEagerHydrationData==null?t.mutableSourceEagerHydrationData=[r,o]:t.mutableSourceEagerHydrationData.push(r,o);return new _1(t)};jt.render=function(e,t,r){if(!I1(t))throw Error(O(200));return R1(null,e,t,!1,r)};jt.unmountComponentAtNode=function(e){if(!I1(e))throw Error(O(40));return e._reactRootContainer?(xa(function(){R1(null,null,e,!1,function(){e._reactRootContainer=null,e[Rn]=null})}),!0):!1};jt.unstable_batchedUpdates=kv;jt.unstable_renderSubtreeIntoContainer=function(e,t,r,n){if(!I1(r))throw Error(O(200));if(e==null||e._reactInternals===void 0)throw Error(O(38));return R1(e,t,r,!1,n)};jt.version="18.3.1-next-f1338f8080-20240426";function hC(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(hC)}catch(e){console.error(e)}}hC(),hD.exports=jt;var Cl=hD.exports;const mC=rD(Cl);var gC,cw=Cl;gC=cw.createRoot,cw.hydrateRoot;var vC=Symbol.for("immer-nothing"),dw=Symbol.for("immer-draftable"),Ot=Symbol.for("immer-state");function mr(e,...t){throw new Error(`[Immer] minified error nr: ${e}. Full error at: https://bit.ly/3cXEKWf`)}var Yi=Object.getPrototypeOf;function Ki(e){return!!e&&!!e[Ot]}function Da(e){var t;return e?yC(e)||Array.isArray(e)||!!e[dw]||!!((t=e.constructor)!=null&&t[dw])||T1(e)||B1(e):!1}var yL=Object.prototype.constructor.toString();function yC(e){if(!e||typeof e!="object")return!1;const t=Yi(e);if(t===null)return!0;const r=Object.hasOwnProperty.call(t,"constructor")&&t.constructor;return r===Object?!0:typeof r=="function"&&Function.toString.call(r)===yL}function yd(e,t){z1(e)===0?Reflect.ownKeys(e).forEach(r=>{t(r,e[r],e)}):e.forEach((r,n)=>t(n,r,e))}function z1(e){const t=e[Ot];return t?t.type_:Array.isArray(e)?1:T1(e)?2:B1(e)?3:0}function Hg(e,t){return z1(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function wC(e,t,r){const n=z1(e);n===2?e.set(t,r):n===3?e.add(r):e[t]=r}function wL(e,t){return e===t?e!==0||1/e===1/t:e!==e&&t!==t}function T1(e){return e instanceof Map}function B1(e){return e instanceof Set}function Qo(e){return e.copy_||e.base_}function jg(e,t){if(T1(e))return new Map(e);if(B1(e))return new Set(e);if(Array.isArray(e))return Array.prototype.slice.call(e);const r=yC(e);if(t===!0||t==="class_only"&&!r){const n=Object.getOwnPropertyDescriptors(e);delete n[Ot];let o=Reflect.ownKeys(n);for(let a=0;a<o.length;a++){const i=o[a],l=n[i];l.writable===!1&&(l.writable=!0,l.configurable=!0),(l.get||l.set)&&(n[i]={configurable:!0,writable:!0,enumerable:l.enumerable,value:e[i]})}return Object.create(Yi(e),n)}else{const n=Yi(e);if(n!==null&&r)return{...e};const o=Object.create(n);return Object.assign(o,e)}}function bu(e,t=!1){return $1(e)||Ki(e)||!Da(e)||(z1(e)>1&&(e.set=e.add=e.clear=e.delete=bL),Object.freeze(e),t&&Object.entries(e).forEach(([r,n])=>bu(n,!0))),e}function bL(){mr(2)}function $1(e){return Object.isFrozen(e)}var xL={};function Ea(e){const t=xL[e];return t||mr(0,e),t}var xu;function bC(){return xu}function DL(e,t){return{drafts_:[],parent_:e,immer_:t,canAutoFreeze_:!0,unfinalizedDrafts_:0}}function fw(e,t){t&&(Ea("Patches"),e.patches_=[],e.inversePatches_=[],e.patchListener_=t)}function Vg(e){Ug(e),e.drafts_.forEach(EL),e.drafts_=null}function Ug(e){e===xu&&(xu=e.parent_)}function pw(e){return xu=DL(xu,e)}function EL(e){const t=e[Ot];t.type_===0||t.type_===1?t.revoke_():t.revoked_=!0}function hw(e,t){t.unfinalizedDrafts_=t.drafts_.length;const r=t.drafts_[0];return e!==void 0&&e!==r?(r[Ot].modified_&&(Vg(t),mr(4)),Da(e)&&(e=wd(t,e),t.parent_||bd(t,e)),t.patches_&&Ea("Patches").generateReplacementPatches_(r[Ot].base_,e,t.patches_,t.inversePatches_)):e=wd(t,r,[]),Vg(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),e!==vC?e:void 0}function wd(e,t,r){if($1(t))return t;const n=t[Ot];if(!n)return yd(t,(o,a)=>mw(e,n,t,o,a,r)),t;if(n.scope_!==e)return t;if(!n.modified_)return bd(e,n.base_,!0),n.base_;if(!n.finalized_){n.finalized_=!0,n.scope_.unfinalizedDrafts_--;const o=n.copy_;let a=o,i=!1;n.type_===3&&(a=new Set(o),o.clear(),i=!0),yd(a,(l,u)=>mw(e,n,o,l,u,r,i)),bd(e,o,!1),r&&e.patches_&&Ea("Patches").generatePatches_(n,r,e.patches_,e.inversePatches_)}return n.copy_}function mw(e,t,r,n,o,a,i){if(Ki(o)){const l=a&&t&&t.type_!==3&&!Hg(t.assigned_,n)?a.concat(n):void 0,u=wd(e,o,l);if(wC(r,n,u),Ki(u))e.canAutoFreeze_=!1;else return}else i&&r.add(o);if(Da(o)&&!$1(o)){if(!e.immer_.autoFreeze_&&e.unfinalizedDrafts_<1)return;wd(e,o),(!t||!t.scope_.parent_)&&typeof n!="symbol"&&Object.prototype.propertyIsEnumerable.call(r,n)&&bd(e,o)}}function bd(e,t,r=!1){!e.parent_&&e.immer_.autoFreeze_&&e.canAutoFreeze_&&bu(t,r)}function CL(e,t){const r=Array.isArray(e),n={type_:r?1:0,scope_:t?t.scope_:bC(),modified_:!1,finalized_:!1,assigned_:{},parent_:t,base_:e,draft_:null,copy_:null,revoke_:null,isManual_:!1};let o=n,a=Bv;r&&(o=[n],a=Du);const{revoke:i,proxy:l}=Proxy.revocable(o,a);return n.draft_=l,n.revoke_=i,l}var Bv={get(e,t){if(t===Ot)return e;const r=Qo(e);if(!Hg(r,t))return SL(e,r,t);const n=r[t];return e.finalized_||!Da(n)?n:n===dp(e.base_,t)?(fp(e),e.copy_[t]=qg(n,e)):n},has(e,t){return t in Qo(e)},ownKeys(e){return Reflect.ownKeys(Qo(e))},set(e,t,r){const n=xC(Qo(e),t);if(n!=null&&n.set)return n.set.call(e.draft_,r),!0;if(!e.modified_){const o=dp(Qo(e),t),a=o==null?void 0:o[Ot];if(a&&a.base_===r)return e.copy_[t]=r,e.assigned_[t]=!1,!0;if(wL(r,o)&&(r!==void 0||Hg(e.base_,t)))return!0;fp(e),Wg(e)}return e.copy_[t]===r&&(r!==void 0||t in e.copy_)||Number.isNaN(r)&&Number.isNaN(e.copy_[t])||(e.copy_[t]=r,e.assigned_[t]=!0),!0},deleteProperty(e,t){return dp(e.base_,t)!==void 0||t in e.base_?(e.assigned_[t]=!1,fp(e),Wg(e)):delete e.assigned_[t],e.copy_&&delete e.copy_[t],!0},getOwnPropertyDescriptor(e,t){const r=Qo(e),n=Reflect.getOwnPropertyDescriptor(r,t);return n&&{writable:!0,configurable:e.type_!==1||t!=="length",enumerable:n.enumerable,value:r[t]}},defineProperty(){mr(11)},getPrototypeOf(e){return Yi(e.base_)},setPrototypeOf(){mr(12)}},Du={};yd(Bv,(e,t)=>{Du[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}});Du.deleteProperty=function(e,t){return Du.set.call(this,e,t,void 0)};Du.set=function(e,t,r){return Bv.set.call(this,e[0],t,r,e[0])};function dp(e,t){const r=e[Ot];return(r?Qo(r):e)[t]}function SL(e,t,r){var o;const n=xC(t,r);return n?"value"in n?n.value:(o=n.get)==null?void 0:o.call(e.draft_):void 0}function xC(e,t){if(!(t in e))return;let r=Yi(e);for(;r;){const n=Object.getOwnPropertyDescriptor(r,t);if(n)return n;r=Yi(r)}}function Wg(e){e.modified_||(e.modified_=!0,e.parent_&&Wg(e.parent_))}function fp(e){e.copy_||(e.copy_=jg(e.base_,e.scope_.immer_.useStrictShallowCopy_))}var kL=class{constructor(e){this.autoFreeze_=!0,this.useStrictShallowCopy_=!1,this.produce=(t,r,n)=>{if(typeof t=="function"&&typeof r!="function"){const a=r;r=t;const i=this;return function(u=a,...d){return i.produce(u,f=>r.call(this,f,...d))}}typeof r!="function"&&mr(6),n!==void 0&&typeof n!="function"&&mr(7);let o;if(Da(t)){const a=pw(this),i=qg(t,void 0);let l=!0;try{o=r(i),l=!1}finally{l?Vg(a):Ug(a)}return fw(a,n),hw(o,a)}else if(!t||typeof t!="object"){if(o=r(t),o===void 0&&(o=t),o===vC&&(o=void 0),this.autoFreeze_&&bu(o,!0),n){const a=[],i=[];Ea("Patches").generateReplacementPatches_(t,o,a,i),n(a,i)}return o}else mr(1,t)},this.produceWithPatches=(t,r)=>{if(typeof t=="function")return(i,...l)=>this.produceWithPatches(i,u=>t(u,...l));let n,o;return[this.produce(t,r,(i,l)=>{n=i,o=l}),n,o]},typeof(e==null?void 0:e.autoFreeze)=="boolean"&&this.setAutoFreeze(e.autoFreeze),typeof(e==null?void 0:e.useStrictShallowCopy)=="boolean"&&this.setUseStrictShallowCopy(e.useStrictShallowCopy)}createDraft(e){Da(e)||mr(8),Ki(e)&&(e=AL(e));const t=pw(this),r=qg(e,void 0);return r[Ot].isManual_=!0,Ug(t),r}finishDraft(e,t){const r=e&&e[Ot];(!r||!r.isManual_)&&mr(9);const{scope_:n}=r;return fw(n,t),hw(void 0,n)}setAutoFreeze(e){this.autoFreeze_=e}setUseStrictShallowCopy(e){this.useStrictShallowCopy_=e}applyPatches(e,t){let r;for(r=t.length-1;r>=0;r--){const o=t[r];if(o.path.length===0&&o.op==="replace"){e=o.value;break}}r>-1&&(t=t.slice(r+1));const n=Ea("Patches").applyPatches_;return Ki(e)?n(e,t):this.produce(e,o=>n(o,t))}};function qg(e,t){const r=T1(e)?Ea("MapSet").proxyMap_(e,t):B1(e)?Ea("MapSet").proxySet_(e,t):CL(e,t);return(t?t.scope_:bC()).drafts_.push(r),r}function AL(e){return Ki(e)||mr(10,e),DC(e)}function DC(e){if(!Da(e)||$1(e))return e;const t=e[Ot];let r;if(t){if(!t.modified_)return t.base_;t.finalized_=!0,r=jg(e,t.scope_.immer_.useStrictShallowCopy_)}else r=jg(e,!0);return yd(r,(n,o)=>{wC(r,n,DC(o))}),t&&(t.finalized_=!1),r}var Pt=new kL,FL=Pt.produce;Pt.produceWithPatches.bind(Pt);Pt.setAutoFreeze.bind(Pt);Pt.setUseStrictShallowCopy.bind(Pt);Pt.applyPatches.bind(Pt);Pt.createDraft.bind(Pt);Pt.finishDraft.bind(Pt);function _L(e){var t=s.useState(function(){return bu(typeof e=="function"?e():e,!0)}),r=t[1];return[t[0],s.useCallback(function(n){r(typeof n=="function"?FL(n):bu(n))},[])]}var IL=Object.defineProperty,Un=(e,t)=>IL(e,"name",{value:t,configurable:!0}),RL=(()=>{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})(),{LOGLEVEL:zL}=RL,Wn={trace:1,debug:2,info:3,warn:4,error:5,silent:10},TL=zL,Wa=Wn[TL]||Wn.info,Qi={trace:Un((e,...t)=>{Wa<=Wn.trace&&console.trace(e,...t)},"trace"),debug:Un((e,...t)=>{Wa<=Wn.debug&&console.debug(e,...t)},"debug"),info:Un((e,...t)=>{Wa<=Wn.info&&console.info(e,...t)},"info"),warn:Un((e,...t)=>{Wa<=Wn.warn&&console.warn(e,...t)},"warn"),error:Un((e,...t)=>{Wa<=Wn.error&&console.error(e,...t)},"error"),log:Un((e,...t)=>{Wa<Wn.silent&&console.log(e,...t)},"log")},Gg=new Set,Et=Un(e=>(t,...r)=>{if(!Gg.has(t))return Gg.add(t),Qi[e](t,...r)},"once");Et.clear=()=>Gg.clear();Et.trace=Et("trace");Et.debug=Et("debug");Et.info=Et("info");Et.warn=Et("warn");Et.error=Et("error");Et.log=Et("log");var BL=Et("warn"),on=Un(e=>(...t)=>{let r=[];if(t.length){let n=/<span\s+style=(['"])([^'"]*)\1\s*>/gi,o=/<\/span>/gi,a;for(r.push(t[0].replace(n,"%c").replace(o,"%c"));a=n.exec(t[0]);)r.push(a[2]),r.push("");for(let i=1;i<t.length;i++)r.push(t[i])}Qi[e].apply(Qi,r)},"pretty");on.trace=on("trace");on.debug=on("debug");on.info=on("info");on.warn=on("warn");on.error=on("error");var $L=Object.create,$v=Object.defineProperty,LL=Object.getOwnPropertyDescriptor,ML=Object.getOwnPropertyNames,OL=Object.getPrototypeOf,PL=Object.prototype.hasOwnProperty,R=(e,t)=>$v(e,"name",{value:t,configurable:!0}),Bc=(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')}),L1=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),NL=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of ML(t))!PL.call(e,o)&&o!==r&&$v(e,o,{get:()=>t[o],enumerable:!(n=LL(t,o))||n.enumerable});return e},Lv=(e,t,r)=>(r=e!=null?$L(OL(e)):{},NL(t||!e||!e.__esModule?$v(r,"default",{value:e,enumerable:!0}):r,e)),HL=L1(e=>{(function(){var t=typeof Symbol=="function"&&Symbol.for,r=t?Symbol.for("react.element"):60103,n=t?Symbol.for("react.portal"):60106,o=t?Symbol.for("react.fragment"):60107,a=t?Symbol.for("react.strict_mode"):60108,i=t?Symbol.for("react.profiler"):60114,l=t?Symbol.for("react.provider"):60109,u=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,y=t?Symbol.for("react.lazy"):60116,D=t?Symbol.for("react.block"):60121,b=t?Symbol.for("react.fundamental"):60117,w=t?Symbol.for("react.responder"):60118,v=t?Symbol.for("react.scope"):60119;function x(W){return typeof W=="string"||typeof W=="function"||W===o||W===f||W===i||W===a||W===p||W===m||typeof W=="object"&&W!==null&&(W.$$typeof===y||W.$$typeof===g||W.$$typeof===l||W.$$typeof===u||W.$$typeof===h||W.$$typeof===b||W.$$typeof===w||W.$$typeof===v||W.$$typeof===D)}R(x,"isValidElementType");function E(W){if(typeof W=="object"&&W!==null){var or=W.$$typeof;switch(or){case r:var Rr=W.type;switch(Rr){case d:case f:case o:case i:case a:case p:return Rr;default:var Oo=Rr&&Rr.$$typeof;switch(Oo){case u:case h:case y:case g:case l:return Oo;default:return or}}case n:return or}}}R(E,"typeOf");var S=d,C=f,k=u,F=l,_=r,T=h,N=o,P=y,G=g,H=n,U=i,K=a,B=p,$=!1;function M(W){return $||($=!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.")),V(W)||E(W)===d}R(M,"isAsyncMode");function V(W){return E(W)===f}R(V,"isConcurrentMode");function X(W){return E(W)===u}R(X,"isContextConsumer");function ue(W){return E(W)===l}R(ue,"isContextProvider");function fe(W){return typeof W=="object"&&W!==null&&W.$$typeof===r}R(fe,"isElement");function q(W){return E(W)===h}R(q,"isForwardRef");function ee(W){return E(W)===o}R(ee,"isFragment");function ne(W){return E(W)===y}R(ne,"isLazy");function Ie(W){return E(W)===g}R(Ie,"isMemo");function Qe(W){return E(W)===n}R(Qe,"isPortal");function Ir(W){return E(W)===i}R(Ir,"isProfiler");function At(W){return E(W)===a}R(At,"isStrictMode");function nr(W){return E(W)===p}R(nr,"isSuspense"),e.AsyncMode=S,e.ConcurrentMode=C,e.ContextConsumer=k,e.ContextProvider=F,e.Element=_,e.ForwardRef=T,e.Fragment=N,e.Lazy=P,e.Memo=G,e.Portal=H,e.Profiler=U,e.StrictMode=K,e.Suspense=B,e.isAsyncMode=M,e.isConcurrentMode=V,e.isContextConsumer=X,e.isContextProvider=ue,e.isElement=fe,e.isForwardRef=q,e.isFragment=ee,e.isLazy=ne,e.isMemo=Ie,e.isPortal=Qe,e.isProfiler=Ir,e.isStrictMode=At,e.isSuspense=nr,e.isValidElementType=x,e.typeOf=E})()}),jL=L1((e,t)=>{t.exports=HL()}),EC=L1((e,t)=>{var r=jL(),n={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$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]=a,l[r.Memo]=i;function u(D){return r.isMemo(D)?i:l[D.$$typeof]||n}R(u,"getStatics");var d=Object.defineProperty,f=Object.getOwnPropertyNames,h=Object.getOwnPropertySymbols,p=Object.getOwnPropertyDescriptor,m=Object.getPrototypeOf,g=Object.prototype;function y(D,b,w){if(typeof b!="string"){if(g){var v=m(b);v&&v!==g&&y(D,v,w)}var x=f(b);h&&(x=x.concat(h(b)));for(var E=u(D),S=u(b),C=0;C<x.length;++C){var k=x[C];if(!o[k]&&!(w&&w[k])&&!(S&&S[k])&&!(E&&E[k])){var F=p(b,k);try{d(D,k,F)}catch{}}}}return D}R(y,"hoistNonReactStatics"),t.exports=y}),VL=L1((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 R(function r(n,o,a){function i(d,f){if(!o[d]){if(!n[d]){var h=typeof Bc=="function"&&Bc;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=o[d]={exports:{}};n[d][0].call(m.exports,function(g){var y=n[d][1][g];return i(y||g)},m,m.exports,r,n,o,a)}return o[d].exports}R(i,"s");for(var l=typeof Bc=="function"&&Bc,u=0;u<a.length;u++)i(a[u]);return i},"e")({1:[function(r,n,o){n.exports=function(a){if(typeof Map!="function"||a){var i=r("./similar");return new i}else return new Map}},{"./similar":2}],2:[function(r,n,o){function a(){return this.list=[],this.lastItem=void 0,this.size=0,this}R(a,"Similar"),a.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},a.prototype.set=function(i,l){var u;return this.lastItem&&this.isEqual(this.lastItem.key,i)?(this.lastItem.val=l,this):(u=this.indexOf(i),u>=0?(this.lastItem=this.list[u],this.list[u].val=l,this):(this.lastItem={key:i,val:l},this.list.push(this.lastItem),this.size++,this))},a.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]},a.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)},a.prototype.forEach=function(i,l){var u;for(u=0;u<this.size;u++)i.call(l||this,this.list[u].val,this.list[u].key,this)},a.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},a.prototype.isEqual=function(i,l){return i===l||i!==i&&l!==l},n.exports=a},{}],3:[function(r,n,o){var a=r("map-or-similar");n.exports=function(d){var f=new a(!1),h=[];return function(p){var m=R(function(){var g=f,y,D,b=arguments.length-1,w=Array(b+1),v=!0,x;if((m.numArgs||m.numArgs===0)&&m.numArgs!==b+1)throw new Error("Memoizerific functions should always be called with the same number of arguments");for(x=0;x<b;x++){if(w[x]={cacheItem:g,arg:arguments[x]},g.has(arguments[x])){g=g.get(arguments[x]);continue}v=!1,y=new a(!1),g.set(arguments[x],y),g=y}return v&&(g.has(arguments[b])?D=g.get(arguments[b]):v=!1),v||(D=p.apply(null,arguments),g.set(arguments[b],D)),d>0&&(w[b]={cacheItem:g,arg:arguments[b]},v?i(h,w):h.push(w),h.length>d&&l(h.shift())),m.wasMemoized=v,m.numArgs=b+1,D},"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,y;for(g=0;g<h;g++){for(m=!0,y=0;y<p;y++)if(!u(d[g][y].arg,f[y].arg)){m=!1;break}if(m)break}d.push(d.splice(g,1)[0])}R(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)}R(l,"removeCachedResult");function u(d,f){return d===f||d!==d&&f!==f}R(u,"isEqual")},{"map-or-similar":1}]},{},[3])(3)})});function an(){return an=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},an.apply(null,arguments)}R(an,"_extends");function Mv(e){var t=Object.create(null);return function(r){return t[r]===void 0&&(t[r]=e(r)),t[r]}}R(Mv,"memoize");var UL=/^((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)-.*))$/,Ov=Mv(function(e){return UL.test(e)||e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)<91});function CC(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]}R(CC,"sheetForTag");function SC(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}R(SC,"createStyleElement");var WL=function(){function e(r){var n=this;this._insertTag=function(o){var a;n.tags.length===0?n.insertionPoint?a=n.insertionPoint.nextSibling:n.prepend?a=n.container.firstChild:a=n.before:a=n.tags[n.tags.length-1].nextSibling,n.container.insertBefore(o,a),n.tags.push(o)},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}R(e,"StyleSheet");var t=e.prototype;return t.hydrate=R(function(r){r.forEach(this._insertTag)},"hydrate"),t.insert=R(function(r){this.ctr%(this.isSpeedy?65e3:1)===0&&this._insertTag(SC(this));var n=this.tags[this.tags.length-1],o=r.charCodeAt(0)===64&&r.charCodeAt(1)===105;if(o&&this._alreadyInsertedOrderInsensitiveRule&&console.error(`You're attempting to insert the following rule:
41
- `+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||!o,this.isSpeedy){var a=CC(n);try{a.insertRule(r,a.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=R(function(){this.tags.forEach(function(r){return r.parentNode&&r.parentNode.removeChild(r)}),this.tags=[],this.ctr=0,this._alreadyInsertedOrderInsensitiveRule=!1},"flush"),e}(),tt="-ms-",xd="-moz-",se="-webkit-",Pv="comm",Nv="rule",Hv="decl",qL="@import",kC="@keyframes",GL="@layer",YL=Math.abs,M1=String.fromCharCode,KL=Object.assign;function AC(e,t){return He(e,0)^45?(((t<<2^He(e,0))<<2^He(e,1))<<2^He(e,2))<<2^He(e,3):0}R(AC,"hash");function jv(e){return e.trim()}R(jv,"trim");function FC(e,t){return(e=t.exec(e))?e[0]:e}R(FC,"match");function ie(e,t,r){return e.replace(t,r)}R(ie,"replace");function Dd(e,t){return e.indexOf(t)}R(Dd,"indexof");function He(e,t){return e.charCodeAt(t)|0}R(He,"charat");function Xi(e,t,r){return e.slice(t,r)}R(Xi,"substr");function pr(e){return e.length}R(pr,"strlen");function O1(e){return e.length}R(O1,"sizeof");function ys(e,t){return t.push(e),e}R(ys,"append");function _C(e,t){return e.map(t).join("")}R(_C,"combine");var P1=1,Zi=1,IC=0,Ct=0,Ae=0,Sl="";function Uu(e,t,r,n,o,a,i){return{value:e,root:t,parent:r,type:n,props:o,children:a,line:P1,column:Zi,length:i,return:""}}R(Uu,"node");function ei(e,t){return KL(Uu("",null,null,"",null,null,0),e,{length:-e.length},t)}R(ei,"copy");function RC(){return Ae}R(RC,"char");function zC(){return Ae=Ct>0?He(Sl,--Ct):0,Zi--,Ae===10&&(Zi=1,P1--),Ae}R(zC,"prev");function bt(){return Ae=Ct<IC?He(Sl,Ct++):0,Zi++,Ae===10&&(Zi=1,P1++),Ae}R(bt,"next");function br(){return He(Sl,Ct)}R(br,"peek");function Hs(){return Ct}R(Hs,"caret");function kl(e,t){return Xi(Sl,e,t)}R(kl,"slice");function Ji(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}R(Ji,"token");function Vv(e){return P1=Zi=1,IC=pr(Sl=e),Ct=0,[]}R(Vv,"alloc");function Uv(e){return Sl="",e}R(Uv,"dealloc");function js(e){return jv(kl(Ct-1,Ed(e===91?e+2:e===40?e+1:e)))}R(js,"delimit");function TC(e){for(;(Ae=br())&&Ae<33;)bt();return Ji(e)>2||Ji(Ae)>3?"":" "}R(TC,"whitespace");function BC(e,t){for(;--t&&bt()&&!(Ae<48||Ae>102||Ae>57&&Ae<65||Ae>70&&Ae<97););return kl(e,Hs()+(t<6&&br()==32&&bt()==32))}R(BC,"escaping");function Ed(e){for(;bt();)switch(Ae){case e:return Ct;case 34:case 39:e!==34&&e!==39&&Ed(Ae);break;case 40:e===41&&Ed(e);break;case 92:bt();break}return Ct}R(Ed,"delimiter");function $C(e,t){for(;bt()&&e+Ae!==57&&!(e+Ae===84&&br()===47););return"/*"+kl(t,Ct-1)+"*"+M1(e===47?e:bt())}R($C,"commenter");function LC(e){for(;!Ji(br());)bt();return kl(e,Ct)}R(LC,"identifier");function MC(e){return Uv(Vs("",null,null,null,[""],e=Vv(e),0,[0],e))}R(MC,"compile");function Vs(e,t,r,n,o,a,i,l,u){for(var d=0,f=0,h=i,p=0,m=0,g=0,y=1,D=1,b=1,w=0,v="",x=o,E=a,S=n,C=v;D;)switch(g=w,w=bt()){case 40:if(g!=108&&He(C,h-1)==58){Dd(C+=ie(js(w),"&","&\f"),"&\f")!=-1&&(b=-1);break}case 34:case 39:case 91:C+=js(w);break;case 9:case 10:case 13:case 32:C+=TC(g);break;case 92:C+=BC(Hs()-1,7);continue;case 47:switch(br()){case 42:case 47:ys(OC($C(bt(),Hs()),t,r),u);break;default:C+="/"}break;case 123*y:l[d++]=pr(C)*b;case 125*y:case 59:case 0:switch(w){case 0:case 125:D=0;case 59+f:b==-1&&(C=ie(C,/\f/g,"")),m>0&&pr(C)-h&&ys(m>32?Kg(C+";",n,r,h-1):Kg(ie(C," ","")+";",n,r,h-2),u);break;case 59:C+=";";default:if(ys(S=Yg(C,t,r,d,f,o,l,v,x=[],E=[],h),a),w===123)if(f===0)Vs(C,t,S,S,x,a,h,l,E);else switch(p===99&&He(C,3)===110?100:p){case 100:case 108:case 109:case 115:Vs(e,S,S,n&&ys(Yg(e,S,S,0,0,o,l,v,o,x=[],h),E),o,E,h,l,n?x:E);break;default:Vs(C,S,S,S,[""],E,0,l,E)}}d=f=m=0,y=b=1,v=C="",h=i;break;case 58:h=1+pr(C),m=g;default:if(y<1){if(w==123)--y;else if(w==125&&y++==0&&zC()==125)continue}switch(C+=M1(w),w*y){case 38:b=f>0?1:(C+="\f",-1);break;case 44:l[d++]=(pr(C)-1)*b,b=1;break;case 64:br()===45&&(C+=js(bt())),p=br(),f=h=pr(v=C+=LC(Hs())),w++;break;case 45:g===45&&pr(C)==2&&(y=0)}}return a}R(Vs,"parse");function Yg(e,t,r,n,o,a,i,l,u,d,f){for(var h=o-1,p=o===0?a:[""],m=O1(p),g=0,y=0,D=0;g<n;++g)for(var b=0,w=Xi(e,h+1,h=YL(y=i[g])),v=e;b<m;++b)(v=jv(y>0?p[b]+" "+w:ie(w,/&\f/g,p[b])))&&(u[D++]=v);return Uu(e,t,r,o===0?Nv:l,u,d,f)}R(Yg,"ruleset");function OC(e,t,r){return Uu(e,t,r,Pv,M1(RC()),Xi(e,2,-2),0)}R(OC,"comment");function Kg(e,t,r,n){return Uu(e,t,r,Hv,Xi(e,0,n),Xi(e,n+1,-1),n)}R(Kg,"declaration");function da(e,t){for(var r="",n=O1(e),o=0;o<n;o++)r+=t(e[o],o,e,t)||"";return r}R(da,"serialize");function PC(e,t,r,n){switch(e.type){case GL:if(e.children.length)break;case qL:case Hv:return e.return=e.return||e.value;case Pv:return"";case kC:return e.return=e.value+"{"+da(e.children,n)+"}";case Nv:e.value=e.props.join(",")}return pr(r=da(e.children,n))?e.return=e.value+"{"+r+"}":""}R(PC,"stringify");function NC(e){var t=O1(e);return function(r,n,o,a){for(var i="",l=0;l<t;l++)i+=e[l](r,n,o,a)||"";return i}}R(NC,"middleware");var gw=R(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"),QL=R(function(e,t,r){for(var n=0,o=0;n=o,o=br(),n===38&&o===12&&(t[r]=1),!Ji(o);)bt();return kl(e,Ct)},"identifierWithPointTracking"),XL=R(function(e,t){var r=-1,n=44;do switch(Ji(n)){case 0:n===38&&br()===12&&(t[r]=1),e[r]+=QL(Ct-1,t,r);break;case 2:e[r]+=js(n);break;case 4:if(n===44){e[++r]=br()===58?"&\f":"",t[r]=e[r].length;break}default:e[r]+=M1(n)}while(n=bt());return e},"toRules"),ZL=R(function(e,t){return Uv(XL(Vv(e),t))},"getRules"),vw=new WeakMap,JL=R(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&&!vw.get(r))&&!n){vw.set(e,!0);for(var o=[],a=ZL(t,o),i=r.props,l=0,u=0;l<a.length;l++)for(var d=0;d<i.length;d++,u++)e.props[u]=o[l]?a[l].replace(/&\f/g,i[d]):i[d]+" "+a[l]}}},"compat"),eM=R(function(e){if(e.type==="decl"){var t=e.value;t.charCodeAt(0)===108&&t.charCodeAt(2)===98&&(e.return="",e.value="")}},"removeLabel"),tM="emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason",rM=R(function(e){return e.type==="comm"&&e.children.indexOf(tM)>-1},"isIgnoringComment"),nM=R(function(e){return function(t,r,n){if(!(t.type!=="rule"||e.compat)){var o=t.value.match(/(:first|:nth|:nth-last)-child/g);if(o){for(var a=!!t.parent,i=a?t.parent.children:n,l=i.length-1;l>=0;l--){var u=i[l];if(u.line<t.line)break;if(u.column<t.column){if(rM(u))return;break}}o.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"),HC=R(function(e){return e.type.charCodeAt(1)===105&&e.type.charCodeAt(0)===64},"isImportRule"),oM=R(function(e,t){for(var r=e-1;r>=0;r--)if(!HC(t[r]))return!0;return!1},"isPrependedWithRegularRules"),yw=R(function(e){e.type="",e.value="",e.return="",e.children="",e.props=""},"nullifyElement"),aM=R(function(e,t,r){HC(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."),yw(e)):oM(t,r)&&(console.error("`@import` rules can't be after other rules. Please put your `@import` rules before your other rules."),yw(e)))},"incorrectImportAlarm");function Wv(e,t){switch(AC(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+xd+e+tt+e+e;case 6828:case 4268:return se+e+tt+e+e;case 6165:return se+e+tt+"flex-"+e+e;case 5187:return se+e+ie(e,/(\w+).+(:[^]+)/,se+"box-$1$2"+tt+"flex-$1$2")+e;case 5443:return se+e+tt+"flex-item-"+ie(e,/flex-|-self/,"")+e;case 4675:return se+e+tt+"flex-line-pack"+ie(e,/align-content|flex-|-self/,"")+e;case 5548:return se+e+tt+ie(e,"shrink","negative")+e;case 5292:return se+e+tt+ie(e,"basis","preferred-size")+e;case 6060:return se+"box-"+ie(e,"-grow","")+se+e+tt+ie(e,"grow","positive")+e;case 4554:return se+ie(e,/([^-])(transform)/g,"$1"+se+"$2")+e;case 6187:return ie(ie(ie(e,/(zoom-|grab)/,se+"$1"),/(image-set)/,se+"$1"),e,"")+e;case 5495:case 3959:return ie(e,/(image-set\([^]*)/,se+"$1$`$1");case 4968:return ie(ie(e,/(.+:)(flex-)?(.*)/,se+"box-pack:$3"+tt+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+se+e+e;case 4095:case 3583:case 4068:case 2532:return ie(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(pr(e)-1-t>6)switch(He(e,t+1)){case 109:if(He(e,t+4)!==45)break;case 102:return ie(e,/(.+:)(.+)-([^]+)/,"$1"+se+"$2-$3$1"+xd+(He(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~Dd(e,"stretch")?Wv(ie(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(He(e,t+1)!==115)break;case 6444:switch(He(e,pr(e)-3-(~Dd(e,"!important")&&10))){case 107:return ie(e,":",":"+se)+e;case 101:return ie(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+se+(He(e,14)===45?"inline-":"")+"box$3$1"+se+"$2$3$1"+tt+"$2box$3")+e}break;case 5936:switch(He(e,t+11)){case 114:return se+e+tt+ie(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return se+e+tt+ie(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return se+e+tt+ie(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return se+e+tt+e+e}return e}R(Wv,"prefix");var iM=R(function(e,t,r,n){if(e.length>-1&&!e.return)switch(e.type){case Hv:e.return=Wv(e.value,e.length);break;case kC:return da([ei(e,{value:ie(e.value,"@","@"+se)})],n);case Nv:if(e.length)return _C(e.props,function(o){switch(FC(o,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return da([ei(e,{props:[ie(o,/:(read-\w+)/,":"+xd+"$1")]})],n);case"::placeholder":return da([ei(e,{props:[ie(o,/:(plac\w+)/,":"+se+"input-$1")]}),ei(e,{props:[ie(o,/:(plac\w+)/,":"+xd+"$1")]}),ei(e,{props:[ie(o,/:(plac\w+)/,tt+"input-$1")]})],n)}return""})}},"prefixer"),lM=[iM],sM=R(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.
42
- 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 y=g.getAttribute("data-emotion");y.indexOf(" ")!==-1&&(document.head.appendChild(g),g.setAttribute("data-s",""))})}var n=e.stylisPlugins||lM;if(/[^a-z-]/.test(t))throw new Error('Emotion key must only contain lower case alphabetical characters and - but "'+t+'" was passed');var o={},a,i=[];a=e.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+t+' "]'),function(g){for(var y=g.getAttribute("data-emotion").split(" "),D=1;D<y.length;D++)o[y[D]]=!0;i.push(g)});var l,u=[JL,eM];u.push(nM({get compat(){return m.compat}}),aM);{var d,f=[PC,function(g){g.root||(g.return?d.insert(g.return):g.value&&g.type!==Pv&&d.insert(g.value+"{}"))}],h=NC(u.concat(n,f)),p=R(function(g){return da(MC(g),h)},"stylis");l=R(function(g,y,D,b){d=D,y.map!==void 0&&(d={insert:R(function(w){D.insert(w+y.map)},"insert")}),p(g?g+"{"+y.styles+"}":y.styles),b&&(m.inserted[y.name]=!0)},"insert")}var m={key:t,sheet:new WL({key:t,container:a,nonce:e.nonce,speedy:e.speedy,prepend:e.prepend,insertionPoint:e.insertionPoint}),nonce:e.nonce,inserted:o,registered:{},insert:l};return m.sheet.hydrate(i),m},"createCache"),uM=Lv(EC()),cM=R(function(e,t){return(0,uM.default)(e,t)},"hoistNonReactStatics"),dM=!0;function N1(e,t,r){var n="";return r.split(" ").forEach(function(o){e[o]!==void 0?t.push(e[o]+";"):n+=o+" "}),n}R(N1,"getRegisteredStyles");var H1=R(function(e,t,r){var n=e.key+"-"+t.name;(r===!1||dM===!1)&&e.registered[n]===void 0&&(e.registered[n]=t.styles)},"registerStyles"),j1=R(function(e,t,r){H1(e,t,r);var n=e.key+"-"+t.name;if(e.inserted[t.name]===void 0){var o=t;do e.insert(t===o?"."+n:"",o,e.sheet,!0),o=o.next;while(o!==void 0)}},"insertStyles");function jC(e){for(var t=0,r,n=0,o=e.length;o>=4;++n,o-=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(o){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)}R(jC,"murmur2");var fM={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},ww=`You have illegal escape sequence in your template literal, most likely inside content's property value.
43
- 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';".
44
- You can read more about this here:
45
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#ES2018_revision_of_illegal_escape_sequences`,pM="You have passed in falsy value as style object's key (can happen when in example you pass unexported component as computed key).",hM=/[A-Z]|^ms/g,VC=/_EMO_([^_]+?)_([^]*?)_EMO_/g,qv=R(function(e){return e.charCodeAt(1)===45},"isCustomProperty"),bw=R(function(e){return e!=null&&typeof e!="boolean"},"isProcessableValue"),pp=Mv(function(e){return qv(e)?e:e.replace(hM,"-$&").toLowerCase()}),Cd=R(function(e,t){switch(e){case"animation":case"animationName":if(typeof t=="string")return t.replace(VC,function(r,n,o){return Ur={name:n,styles:o,next:Ur},n})}return fM[e]!==1&&!qv(e)&&typeof t=="number"&&t!==0?t+"px":t},"processStyleValue");xw=/(var|attr|counters?|url|element|(((repeating-)?(linear|radial))|conic)-gradient)\(|(no-)?(open|close)-quote/,Dw=["normal","none","initial","inherit","unset"],Ew=Cd,Cw=/^-ms-/,Sw=/-(.)/g,hp={},Cd=R(function(e,t){if(e==="content"&&(typeof t!="string"||Dw.indexOf(t)===-1&&!xw.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=Ew(e,t);return r!==""&&!qv(e)&&e.indexOf("-")!==-1&&hp[e]===void 0&&(hp[e]=!0,console.error("Using kebab-case for css properties in objects is not supported. Did you mean "+e.replace(Cw,"ms-").replace(Sw,function(n,o){return o.toUpperCase()})+"?")),r},"processStyleValue");var xw,Dw,Ew,Cw,Sw,hp,UC="Component selectors can only be used in conjunction with @emotion/babel-plugin, the swc Emotion plugin, or another Emotion-aware compiler transform.";function el(e,t,r){if(r==null)return"";if(r.__emotion_styles!==void 0){if(r.toString()==="NO_COMPONENT_SELECTOR")throw new Error(UC);return r}switch(typeof r){case"boolean":return"";case"object":{if(r.anim===1)return Ur={name:r.name,styles:r.styles,next:Ur},r.name;if(r.styles!==void 0){var n=r.next;if(n!==void 0)for(;n!==void 0;)Ur={name:n.name,styles:n.styles,next:Ur},n=n.next;var o=r.styles+";";return r.map!==void 0&&(o+=r.map),o}return WC(e,t,r)}case"function":{if(e!==void 0){var a=Ur,i=r(e);return Ur=a,el(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=[],u=r.replace(VC,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,["`"+u+"`"]).join(`
46
- `)+`
47
-
48
- You should wrap it with \`css\` like this:
49
-
50
- `+("css`"+u+"`"));break}if(t==null)return r;var d=t[r];return d!==void 0?d:r}R(el,"handleInterpolation");function WC(e,t,r){var n="";if(Array.isArray(r))for(var o=0;o<r.length;o++)n+=el(e,t,r[o])+";";else for(var a in r){var i=r[a];if(typeof i!="object")t!=null&&t[i]!==void 0?n+=a+"{"+t[i]+"}":bw(i)&&(n+=pp(a)+":"+Cd(a,i)+";");else{if(a==="NO_COMPONENT_SELECTOR")throw new Error(UC);if(Array.isArray(i)&&typeof i[0]=="string"&&(t==null||t[i[0]]===void 0))for(var l=0;l<i.length;l++)bw(i[l])&&(n+=pp(a)+":"+Cd(a,i[l])+";");else{var u=el(e,t,i);switch(a){case"animation":case"animationName":{n+=pp(a)+":"+u+";";break}default:a==="undefined"&&console.error(pM),n+=a+"{"+u+"}"}}}}return n}R(WC,"createStringFromObject");var kw=/label:\s*([^\s;\n{]+)\s*(;|$)/g,qC;qC=/\/\*#\ssourceMappingURL=data:application\/json;\S+\s+\*\//g;var Ur,tl=R(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,o="";Ur=void 0;var a=e[0];a==null||a.raw===void 0?(n=!1,o+=el(r,t,a)):(a[0]===void 0&&console.error(ww),o+=a[0]);for(var i=1;i<e.length;i++)o+=el(r,t,e[i]),n&&(a[i]===void 0&&console.error(ww),o+=a[i]);var l;o=o.replace(qC,function(h){return l=h,""}),kw.lastIndex=0;for(var u="",d;(d=kw.exec(o))!==null;)u+="-"+d[1];var f=jC(o)+u;return{name:f,styles:o,map:l,next:Ur,toString:R(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"),mM=R(function(e){return e()},"syncFallback"),GC=s.useInsertionEffect?s.useInsertionEffect:!1,Gv=GC||mM,Aw=GC||s.useLayoutEffect,gM={}.hasOwnProperty,Yv=s.createContext(typeof HTMLElement<"u"?sM({key:"css"}):null);Yv.displayName="EmotionCacheContext";Yv.Provider;var V1=R(function(e){return s.forwardRef(function(t,r){var n=s.useContext(Yv);return e(t,n,r)})},"withEmotionCache"),wo=s.createContext({});wo.displayName="EmotionThemeContext";var vM=R(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 an({},e,t)},"getTheme"),yM=gw(function(e){return gw(function(t){return vM(e,t)})}),YC=R(function(e){var t=s.useContext(wo);return e.theme!==t&&(t=yM(t)(e.theme)),s.createElement(wo.Provider,{value:t},e.children)},"ThemeProvider");function le(e){var t=e.displayName||e.name||"Component",r=R(function(o,a){var i=s.useContext(wo);return s.createElement(e,an({theme:i,ref:a},o))},"render"),n=s.forwardRef(r);return n.displayName="WithTheme("+t+")",cM(n,e)}R(le,"withTheme");var Fw="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",_w="__EMOTION_LABEL_PLEASE_DO_NOT_USE__",wM=R(function(e){var t=e.cache,r=e.serialized,n=e.isStringTag;return H1(t,r,n),Gv(function(){return j1(t,r,n)}),null},"Insertion"),bM=V1(function(e,t,r){var n=e.css;typeof n=="string"&&t.registered[n]!==void 0&&(n=t.registered[n]);var o=e[Fw],a=[n],i="";typeof e.className=="string"?i=N1(t.registered,a,e.className):e.className!=null&&(i=e.className+" ");var l=tl(a,void 0,s.useContext(wo));if(l.name.indexOf("-")===-1){var u=e[_w];u&&(l=tl([l,"label:"+u+";"]))}i+=t.key+"-"+l.name;var d={};for(var f in e)gM.call(e,f)&&f!=="css"&&f!==Fw&&f!==_w&&(d[f]=e[f]);return d.ref=r,d.className=i,s.createElement(s.Fragment,null,s.createElement(wM,{cache:t,serialized:l,isStringTag:typeof o=="string"}),s.createElement(o,d))});bM.displayName="EmotionCssPropInternal";Lv(EC());var xM={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"}}}}},Iw=!1,DM=V1(function(e,t){!Iw&&(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?"),Iw=!0);var r=e.styles,n=tl([r],void 0,s.useContext(wo)),o=s.useRef();return Aw(function(){var a=t.key+"-global",i=new t.sheet.constructor({key:a,nonce:t.sheet.nonce,container:t.sheet.container,speedy:t.sheet.isSpeedy}),l=!1,u=document.querySelector('style[data-emotion="'+a+" "+n.name+'"]');return t.sheet.tags.length&&(i.before=t.sheet.tags[0]),u!==null&&(l=!0,u.setAttribute("data-emotion",a),i.hydrate([u])),o.current=[i,l],function(){i.flush()}},[t]),Aw(function(){var a=o.current,i=a[0],l=a[1];if(l){a[1]=!1;return}if(n.next!==void 0&&j1(t,n.next,!0),i.tags.length){var u=i.tags[i.tags.length-1].nextElementSibling;i.before=u,i.flush()}t.insert("",n,i,!1)},[t,n.name]),null});DM.displayName="EmotionGlobal";function U1(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return tl(t)}R(U1,"css");var hn=R(function(){var e=U1.apply(void 0,arguments),t="animation-"+e.name;return{name:t,styles:"@keyframes "+t+"{"+e.styles+"}",anim:1,toString:R(function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"},"toString")}},"keyframes"),EM=R(function e(t){for(var r=t.length,n=0,o="";n<r;n++){var a=t[n];if(a!=null){var i=void 0;switch(typeof a){case"boolean":break;case"object":{if(Array.isArray(a))i=e(a);else{a.styles!==void 0&&a.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 a)a[l]&&l&&(i&&(i+=" "),i+=l)}break}default:i=a}i&&(o&&(o+=" "),o+=i)}}return o},"classnames");function KC(e,t,r){var n=[],o=N1(e,n,r);return n.length<2?r:o+t(n)}R(KC,"merge");var CM=R(function(e){var t=e.cache,r=e.serializedArr;return Gv(function(){for(var n=0;n<r.length;n++)j1(t,r[n],!1)}),null},"Insertion"),SM=V1(function(e,t){var r=!1,n=[],o=R(function(){if(r)throw new Error("css can only be used during render");for(var u=arguments.length,d=new Array(u),f=0;f<u;f++)d[f]=arguments[f];var h=tl(d,t.registered);return n.push(h),H1(t,h,!1),t.key+"-"+h.name},"css"),a=R(function(){if(r)throw new Error("cx can only be used during render");for(var u=arguments.length,d=new Array(u),f=0;f<u;f++)d[f]=arguments[f];return KC(t.registered,o,EM(d))},"cx"),i={css:o,cx:a,theme:s.useContext(wo)},l=e.children(i);return r=!0,s.createElement(s.Fragment,null,s.createElement(CM,{cache:t,serializedArr:n}),l)});SM.displayName="EmotionClassNames";mp=!0,Rw=typeof jest<"u"||typeof vi<"u",mp&&!Rw&&(gp=typeof globalThis<"u"?globalThis:mp?window:global,vp="__EMOTION_REACT_"+xM.version.split(".")[0]+"__",gp[vp]&&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."),gp[vp]=!0);var mp,Rw,gp,vp,kM=Ov,AM=R(function(e){return e!=="theme"},"testOmitPropsOnComponent"),zw=R(function(e){return typeof e=="string"&&e.charCodeAt(0)>96?kM:AM},"getDefaultShouldForwardProp"),Tw=R(function(e,t,r){var n;if(t){var o=t.shouldForwardProp;n=e.__emotion_forwardProp&&o?function(a){return e.__emotion_forwardProp(a)&&o(a)}:o}return typeof n!="function"&&r&&(n=e.__emotion_forwardProp),n},"composeShouldForwardProps"),Bw=`You have illegal escape sequence in your template literal, most likely inside content's property value.
51
- 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';".
52
- You can read more about this here:
53
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#ES2018_revision_of_illegal_escape_sequences`,FM=R(function(e){var t=e.cache,r=e.serialized,n=e.isStringTag;return H1(t,r,n),Gv(function(){return j1(t,r,n)}),null},"Insertion"),_M=R(function e(t,r){if(t===void 0)throw new Error(`You are trying to create a styled element with an undefined component.
54
- You may have forgotten to import it.`);var n=t.__emotion_real===t,o=n&&t.__emotion_base||t,a,i;r!==void 0&&(a=r.label,i=r.target);var l=Tw(t,r,n),u=l||zw(o),d=!u("as");return function(){var f=arguments,h=n&&t.__emotion_styles!==void 0?t.__emotion_styles.slice(0):[];if(a!==void 0&&h.push("label:"+a+";"),f[0]==null||f[0].raw===void 0)h.push.apply(h,f);else{f[0][0]===void 0&&console.error(Bw),h.push(f[0][0]);for(var p=f.length,m=1;m<p;m++)f[0][m]===void 0&&console.error(Bw),h.push(f[m],f[0][m])}var g=V1(function(y,D,b){var w=d&&y.as||o,v="",x=[],E=y;if(y.theme==null){E={};for(var S in y)E[S]=y[S];E.theme=s.useContext(wo)}typeof y.className=="string"?v=N1(D.registered,x,y.className):y.className!=null&&(v=y.className+" ");var C=tl(h.concat(x),D.registered,E);v+=D.key+"-"+C.name,i!==void 0&&(v+=" "+i);var k=d&&l===void 0?zw(w):u,F={};for(var _ in y)d&&_==="as"||k(_)&&(F[_]=y[_]);return F.className=v,F.ref=b,s.createElement(s.Fragment,null,s.createElement(FM,{cache:D,serialized:C,isStringTag:typeof w=="string"}),s.createElement(w,F))});return g.displayName=a!==void 0?a:"Styled("+(typeof o=="string"?o:o.displayName||o.name||"Component")+")",g.defaultProps=t.defaultProps,g.__emotion_real=g,g.__emotion_base=o,g.__emotion_styles=h,g.__emotion_forwardProp=l,Object.defineProperty(g,"toString",{value:R(function(){return i===void 0?"NO_COMPONENT_SELECTOR":"."+i},"value")}),g.withComponent=function(y,D){return e(y,an({},r,D,{shouldForwardProp:Tw(g,D,!0)})).apply(void 0,h)},g}},"createStyled"),IM=["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"],I=_M.bind();IM.forEach(function(e){I[e]=I(e)});function QC(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}R(QC,"_assertThisInitialized");function rl(e,t){return rl=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,n){return r.__proto__=n,r},rl(e,t)}R(rl,"_setPrototypeOf");function XC(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,rl(e,t)}R(XC,"_inheritsLoose");function Sd(e){return Sd=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},Sd(e)}R(Sd,"_getPrototypeOf");function ZC(e){try{return Function.toString.call(e).indexOf("[native code]")!==-1}catch{return typeof e=="function"}}R(ZC,"_isNativeFunction");function Kv(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(Kv=R(function(){return!!e},"_isNativeReflectConstruct"))()}R(Kv,"_isNativeReflectConstruct");function JC(e,t,r){if(Kv())return Reflect.construct.apply(null,arguments);var n=[null];n.push.apply(n,t);var o=new(e.bind.apply(e,n));return r&&rl(o,r.prototype),o}R(JC,"_construct");function kd(e){var t=typeof Map=="function"?new Map:void 0;return kd=R(function(r){if(r===null||!ZC(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 JC(r,arguments,Sd(this).constructor)}return R(n,"Wrapper"),n.prototype=Object.create(r.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),rl(n,r)},"_wrapNativeSuper"),kd(e)}R(kd,"_wrapNativeSuper");var RM={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 }).
55
-
56
- `,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 }).
57
-
58
- `,3:`Passed an incorrect argument to a color function, please pass a string representation of a color.
59
-
60
- `,4:`Couldn't generate valid rgb string from %s, it returned %s.
61
-
62
- `,5:`Couldn't parse the color string. Please provide the color as a string in hex, rgb, rgba, hsl or hsla notation.
63
-
64
- `,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 }).
65
-
66
- `,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 }).
67
-
68
- `,8:`Passed invalid argument to toColorString, please pass a RgbColor, RgbaColor, HslColor or HslaColor object.
69
-
70
- `,9:`Please provide a number of steps to the modularScale helper.
71
-
72
- `,10:`Please pass a number or one of the predefined scales to the modularScale helper as the ratio.
73
-
74
- `,11:`Invalid value passed as base to modularScale, expected number or em string but got "%s"
75
-
76
- `,12:`Expected a string ending in "px" or a number passed as the first argument to %s(), got "%s" instead.
77
-
78
- `,13:`Expected a string ending in "px" or a number passed as the second argument to %s(), got "%s" instead.
79
-
80
- `,14:`Passed invalid pixel value ("%s") to %s(), please pass a value like "12px" or 12.
81
-
82
- `,15:`Passed invalid base value ("%s") to %s(), please pass a value like "12px" or 12.
83
-
84
- `,16:`You must provide a template to this method.
85
-
86
- `,17:`You passed an unsupported selector state to this method.
87
-
88
- `,18:`minScreen and maxScreen must be provided as stringified numbers with the same units.
89
-
90
- `,19:`fromSize and toSize must be provided as stringified numbers with the same units.
91
-
92
- `,20:`expects either an array of objects or a single object with the properties prop, fromSize, and toSize.
93
-
94
- `,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.
95
-
96
- `,24:`fontFace expects either the path to the font file(s) or a name of a local copy.
97
-
98
- `,25:`fontFace expects localFonts to be an array.
99
-
100
- `,26:`fontFace expects fileFormats to be an array.
101
-
102
- `,27:`radialGradient requries at least 2 color-stops to properly render.
103
-
104
- `,28:`Please supply a filename to retinaImage() as the first argument.
105
-
106
- `,29:`Passed invalid argument to triangle, please pass correct pointingDirection e.g. 'right'.
107
-
108
- `,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
109
-
110
- `,32:`To pass multiple animations please supply them in arrays, e.g. animation(['rotate', '2s'], ['move', '1s'])
111
- To pass a single animation please supply them in simple values, e.g. animation('rotate', '2s')
112
-
113
- `,33:`The animation shorthand arrays can only have 8 elements. See the specification for more information: http://mdn.io/animation
114
-
115
- `,34:`borderRadius expects a radius value as a string or number as the second argument.
116
-
117
- `,35:`borderRadius expects one of "top", "bottom", "left" or "right" as the first argument.
118
-
119
- `,36:`Property must be a string value.
120
-
121
- `,37:`Syntax Error at %s.
122
-
123
- `,38:`Formula contains a function that needs parentheses at %s.
124
-
125
- `,39:`Formula is missing closing parenthesis at %s.
126
-
127
- `,40:`Formula has too many closing parentheses at %s.
128
-
129
- `,41:`All values in a formula must have the same unit or be unitless.
130
-
131
- `,42:`Please provide a number of steps to the modularScale helper.
132
-
133
- `,43:`Please pass a number or one of the predefined scales to the modularScale helper as the ratio.
134
-
135
- `,44:`Invalid value passed as base to modularScale, expected number or em/rem string but got %s.
136
-
137
- `,45:`Passed invalid argument to hslToColorString, please pass a HslColor or HslaColor object.
138
-
139
- `,46:`Passed invalid argument to rgbToColorString, please pass a RgbColor or RgbaColor object.
140
-
141
- `,47:`minScreen and maxScreen must be provided as stringified numbers with the same units.
142
-
143
- `,48:`fromSize and toSize must be provided as stringified numbers with the same units.
144
-
145
- `,49:`Expects either an array of objects or a single object with the properties prop, fromSize, and toSize.
146
-
147
- `,50:`Expects the objects in the first argument array to have the properties prop, fromSize, and toSize.
148
-
149
- `,51:`Expects the first argument object to have the properties prop, fromSize, and toSize.
150
-
151
- `,52:`fontFace expects either the path to the font file(s) or a name of a local copy.
152
-
153
- `,53:`fontFace expects localFonts to be an array.
154
-
155
- `,54:`fontFace expects fileFormats to be an array.
156
-
157
- `,55:`fontFace expects a name of a font-family.
158
-
159
- `,56:`linearGradient requries at least 2 color-stops to properly render.
160
-
161
- `,57:`radialGradient requries at least 2 color-stops to properly render.
162
-
163
- `,58:`Please supply a filename to retinaImage() as the first argument.
164
-
165
- `,59:`Passed invalid argument to triangle, please pass correct pointingDirection e.g. 'right'.
166
-
167
- `,60:"Passed an invalid value to `height` or `width`. Please provide a pixel based unit.\n\n",61:`Property must be a string value.
168
-
169
- `,62:`borderRadius expects a radius value as a string or number as the second argument.
170
-
171
- `,63:`borderRadius expects one of "top", "bottom", "left" or "right" as the first argument.
172
-
173
- `,64:`The animation shorthand only takes 8 arguments. See the specification for more information: http://mdn.io/animation.
174
-
175
- `,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').
176
-
177
- `,66:`The animation shorthand arrays can only have 8 elements. See the specification for more information: http://mdn.io/animation.
178
-
179
- `,67:`You must provide a template to this method.
180
-
181
- `,68:`You passed an unsupported selector state to this method.
182
-
183
- `,69:`Expected a string ending in "px" or a number passed as the first argument to %s(), got %s instead.
184
-
185
- `,70:`Expected a string ending in "px" or a number passed as the second argument to %s(), got %s instead.
186
-
187
- `,71:`Passed invalid pixel value %s to %s(), please pass a value like "12px" or 12.
188
-
189
- `,72:`Passed invalid base value %s to %s(), please pass a value like "12px" or 12.
190
-
191
- `,73:`Please provide a valid CSS variable.
192
-
193
- `,74:`CSS variable not found and no default was provided.
194
-
195
- `,75:`important requires a valid style object, got a %s instead.
196
-
197
- `,76:`fromSize and toSize must be provided as stringified numbers with the same units as minScreen and maxScreen.
198
-
199
- `,77:`remToPx expects a value in "rem" but you provided it in "%s".
200
-
201
- `,78:`base must be set in "px" or "%" but you set it in "%s".
202
- `};function eS(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];var n=t[0],o=[],a;for(a=1;a<t.length;a+=1)o.push(t[a]);return o.forEach(function(i){n=n.replace(/%[a-z]/,i)}),n}R(eS,"format");var Yr=function(e){XC(t,e);function t(r){for(var n,o=arguments.length,a=new Array(o>1?o-1:0),i=1;i<o;i++)a[i-1]=arguments[i];return n=e.call(this,eS.apply(void 0,[RM[r]].concat(a)))||this,QC(n)}return R(t,"PolishedError"),t}(kd(Error));function S0(e){return Math.round(e*255)}R(S0,"colorToInt");function tS(e,t,r){return S0(e)+","+S0(t)+","+S0(r)}R(tS,"convertToInt");function nl(e,t,r,n){if(n===void 0&&(n=tS),t===0)return n(r,r,r);var o=(e%360+360)%360/60,a=(1-Math.abs(2*r-1))*t,i=a*(1-Math.abs(o%2-1)),l=0,u=0,d=0;o>=0&&o<1?(l=a,u=i):o>=1&&o<2?(l=i,u=a):o>=2&&o<3?(u=a,d=i):o>=3&&o<4?(u=i,d=a):o>=4&&o<5?(l=i,d=a):o>=5&&o<6&&(l=a,d=i);var f=r-a/2,h=l+f,p=u+f,m=d+f;return n(h,p,m)}R(nl,"hslToRgb");var $w={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 rS(e){if(typeof e!="string")return e;var t=e.toLowerCase();return $w[t]?"#"+$w[t]:e}R(rS,"nameToHex");var zM=/^#[a-fA-F0-9]{6}$/,TM=/^#[a-fA-F0-9]{8}$/,BM=/^#[a-fA-F0-9]{3}$/,$M=/^#[a-fA-F0-9]{4}$/,yp=/^rgb\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*\)$/i,LM=/^rgb(?:a)?\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i,MM=/^hsl\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*\)$/i,OM=/^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 Wu(e){if(typeof e!="string")throw new Yr(3);var t=rS(e);if(t.match(zM))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(TM)){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(BM))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($M)){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 o=yp.exec(t);if(o)return{red:parseInt(""+o[1],10),green:parseInt(""+o[2],10),blue:parseInt(""+o[3],10)};var a=LM.exec(t.substring(0,50));if(a)return{red:parseInt(""+a[1],10),green:parseInt(""+a[2],10),blue:parseInt(""+a[3],10),alpha:parseFloat(""+a[4])>1?parseFloat(""+a[4])/100:parseFloat(""+a[4])};var i=MM.exec(t);if(i){var l=parseInt(""+i[1],10),u=parseInt(""+i[2],10)/100,d=parseInt(""+i[3],10)/100,f="rgb("+nl(l,u,d)+")",h=yp.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=OM.exec(t.substring(0,50));if(p){var m=parseInt(""+p[1],10),g=parseInt(""+p[2],10)/100,y=parseInt(""+p[3],10)/100,D="rgb("+nl(m,g,y)+")",b=yp.exec(D);if(!b)throw new Yr(4,t,D);return{red:parseInt(""+b[1],10),green:parseInt(""+b[2],10),blue:parseInt(""+b[3],10),alpha:parseFloat(""+p[4])>1?parseFloat(""+p[4])/100:parseFloat(""+p[4])}}throw new Yr(5)}R(Wu,"parseToRgb");function nS(e){var t=e.red/255,r=e.green/255,n=e.blue/255,o=Math.max(t,r,n),a=Math.min(t,r,n),i=(o+a)/2;if(o===a)return e.alpha!==void 0?{hue:0,saturation:0,lightness:i,alpha:e.alpha}:{hue:0,saturation:0,lightness:i};var l,u=o-a,d=i>.5?u/(2-o-a):u/(o+a);switch(o){case t:l=(r-n)/u+(r<n?6:0);break;case r:l=(n-t)/u+2;break;default:l=(t-r)/u+4;break}return l*=60,e.alpha!==void 0?{hue:l,saturation:d,lightness:i,alpha:e.alpha}:{hue:l,saturation:d,lightness:i}}R(nS,"rgbToHsl");function Qv(e){return nS(Wu(e))}R(Qv,"parseToHsl");var PM=R(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"),Qg=PM;function qn(e){var t=e.toString(16);return t.length===1?"0"+t:t}R(qn,"numberToHex");function k0(e){return qn(Math.round(e*255))}R(k0,"colorToHex");function oS(e,t,r){return Qg("#"+k0(e)+k0(t)+k0(r))}R(oS,"convertToHex");function Eu(e,t,r){return nl(e,t,r,oS)}R(Eu,"hslToHex");function aS(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return Eu(e,t,r);if(typeof e=="object"&&t===void 0&&r===void 0)return Eu(e.hue,e.saturation,e.lightness);throw new Yr(1)}R(aS,"hsl");function iS(e,t,r,n){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number"&&typeof n=="number")return n>=1?Eu(e,t,r):"rgba("+nl(e,t,r)+","+n+")";if(typeof e=="object"&&t===void 0&&r===void 0&&n===void 0)return e.alpha>=1?Eu(e.hue,e.saturation,e.lightness):"rgba("+nl(e.hue,e.saturation,e.lightness)+","+e.alpha+")";throw new Yr(2)}R(iS,"hsla");function Ad(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return Qg("#"+qn(e)+qn(t)+qn(r));if(typeof e=="object"&&t===void 0&&r===void 0)return Qg("#"+qn(e.red)+qn(e.green)+qn(e.blue));throw new Yr(6)}R(Ad,"rgb");function ol(e,t,r,n){if(typeof e=="string"&&typeof t=="number"){var o=Wu(e);return"rgba("+o.red+","+o.green+","+o.blue+","+t+")"}else{if(typeof e=="number"&&typeof t=="number"&&typeof r=="number"&&typeof n=="number")return n>=1?Ad(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?Ad(e.red,e.green,e.blue):"rgba("+e.red+","+e.green+","+e.blue+","+e.alpha+")"}throw new Yr(7)}R(ol,"rgba");var NM=R(function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&(typeof e.alpha!="number"||typeof e.alpha>"u")},"isRgb"),HM=R(function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&typeof e.alpha=="number"},"isRgba"),jM=R(function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&(typeof e.alpha!="number"||typeof e.alpha>"u")},"isHsl"),VM=R(function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&typeof e.alpha=="number"},"isHsla");function Xv(e){if(typeof e!="object")throw new Yr(8);if(HM(e))return ol(e);if(NM(e))return Ad(e);if(VM(e))return iS(e);if(jM(e))return aS(e);throw new Yr(8)}R(Xv,"toColorString");function Zv(e,t,r){return R(function(){var n=r.concat(Array.prototype.slice.call(arguments));return n.length>=t?e.apply(this,n):Zv(e,t,n)},"fn")}R(Zv,"curried");function qu(e){return Zv(e,e.length,[])}R(qu,"curry");function Gu(e,t,r){return Math.max(e,Math.min(t,r))}R(Gu,"guard");function lS(e,t){if(t==="transparent")return t;var r=Qv(t);return Xv(an({},r,{lightness:Gu(0,1,r.lightness-parseFloat(e))}))}R(lS,"darken");var UM=qu(lS),WM=UM;function sS(e,t){if(t==="transparent")return t;var r=Qv(t);return Xv(an({},r,{lightness:Gu(0,1,r.lightness+parseFloat(e))}))}R(sS,"lighten");var qM=qu(sS),GM=qM;function uS(e,t){if(t==="transparent")return t;var r=Wu(t),n=typeof r.alpha=="number"?r.alpha:1,o=an({},r,{alpha:Gu(0,1,(n*100+parseFloat(e)*100)/100)});return ol(o)}R(uS,"opacify");var YM=qu(uS),KM=YM;function cS(e,t){if(t==="transparent")return t;var r=Wu(t),n=typeof r.alpha=="number"?r.alpha:1,o=an({},r,{alpha:Gu(0,1,+(n*100-parseFloat(e)*100).toFixed(2)/100)});return ol(o)}R(cS,"transparentize");var QM=qu(cS),XM=QM,Y={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"},Gn={app:"#F6F9FC",bar:Y.lightest,content:Y.lightest,preview:Y.lightest,gridCellSize:10,hoverable:XM(.9,Y.secondary),positive:"#E1FFD4",negative:"#FEDED2",warning:"#FFF5CF",critical:"#FF4400"},Kr={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}},dS=Lv(VL(),1),ZM=(0,dS.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,dS.default)(1)(({color:e,background:t,typography:r})=>{let n=ZM({typography:r});return{...n,body:{...n.body,color:e.defaultText,background:t.app,overflow:"hidden"},hr:{...n.hr,borderTop:`1px solid ${e.border}`}}});var JM={base:"dark",colorPrimary:"#FF4785",colorSecondary:"#029CFD",appBg:"#222425",appContentBg:"#1B1C1D",appPreviewBg:Y.lightest,appBorderColor:"rgba(255,255,255,.1)",appBorderRadius:4,fontBase:Kr.fonts.base,fontCode:Kr.fonts.mono,textColor:"#C9CDCF",textInverseColor:"#222425",textMutedColor:"#798186",barTextColor:Y.mediumdark,barHoverColor:Y.secondary,barSelectedColor:Y.secondary,barBg:"#292C2E",buttonBg:"#222425",buttonBorder:"rgba(255,255,255,.1)",booleanBg:"#222425",booleanSelectedBg:"#2E3438",inputBg:"#1B1C1D",inputBorder:"rgba(255,255,255,.1)",inputTextColor:Y.lightest,inputBorderRadius:4},eO=JM,tO={base:"light",colorPrimary:"#FF4785",colorSecondary:"#029CFD",appBg:Gn.app,appContentBg:Y.lightest,appPreviewBg:Y.lightest,appBorderColor:Y.border,appBorderRadius:4,fontBase:Kr.fonts.base,fontCode:Kr.fonts.mono,textColor:Y.darkest,textInverseColor:Y.lightest,textMutedColor:Y.dark,barTextColor:Y.mediumdark,barHoverColor:Y.secondary,barSelectedColor:Y.secondary,barBg:Y.lightest,buttonBg:Gn.app,buttonBorder:Y.medium,booleanBg:Y.mediumlight,booleanSelectedBg:Y.lightest,inputBg:Y.lightest,inputBorder:Y.border,inputTextColor:Y.darkest,inputBorderRadius:4},Fd=tO,rO=(()=>{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})(),{window:wp}=rO,nO=R(e=>({color:e}),"mkColor"),oO=R(e=>typeof e!="string"?(Qi.warn(`Color passed to theme object should be a string. Instead ${e}(${typeof e}) was passed.`),!1):!0,"isColorString"),aO=R(e=>!/(gradient|var|calc)/.test(e),"isValidColorForPolished"),iO=R((e,t)=>e==="darken"?ol(`${WM(1,t)}`,.95):e==="lighten"?ol(`${GM(1,t)}`,.95):t,"applyPolished"),fS=R(e=>t=>{if(!oO(t)||!aO(t))return t;try{return iO(e,t)}catch{return t}},"colorFactory"),Ql=fS("lighten");fS("darken");var pS=R(()=>!wp||!wp.matchMedia?"light":wp.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light","getPreferredColorScheme"),W1={light:Fd,dark:eO,normal:Fd};pS();var lO={rubber:"cubic-bezier(0.175, 0.885, 0.335, 1.05)"},sO=hn`
203
- from {
204
- transform: rotate(0deg);
205
- }
206
- to {
207
- transform: rotate(360deg);
208
- }
209
- `,hS=hn`
210
- 0%, 100% { opacity: 1; }
211
- 50% { opacity: .4; }
212
- `,uO=hn`
213
- 0% { transform: translateY(1px); }
214
- 25% { transform: translateY(0px); }
215
- 50% { transform: translateY(-3px); }
216
- 100% { transform: translateY(1px); }
217
- `,cO=hn`
218
- 0%, 100% { transform:translate3d(0,0,0); }
219
- 12.5%, 62.5% { transform:translate3d(-4px,0,0); }
220
- 37.5%, 87.5% { transform: translate3d(4px,0,0); }
221
- `,dO=U1`
222
- animation: ${hS} 1.5s ease-in-out infinite;
223
- color: transparent;
224
- cursor: progress;
225
- `,fO=U1`
226
- transition: all 150ms ease-out;
227
- transform: translate3d(0, 0, 0);
228
-
229
- &:hover {
230
- transform: translate3d(0, -2px, 0);
231
- }
232
-
233
- &:active {
234
- transform: translate3d(0, 0, 0);
235
- }
236
- `,pO={rotate360:sO,glow:hS,float:uO,jiggle:cO,inlineGlow:dO,hoverable:fO},hO={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"},mO={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"},gO=R(e=>Object.entries(e).reduce((t,[r,n])=>({...t,[r]:nO(n)}),{}),"convertColors"),vO=R(({colors:e,mono:t})=>{let r=gO(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"),yO={green1:"#008000",red1:"#A31515",red2:"#9a050f",red3:"#800000",red4:"#ff0000",gray1:"#393A34",cyan1:"#36acaa",cyan2:"#2B91AF",blue1:"#0000ff",blue2:"#00009f"},wO={green1:"#7C7C7C",red1:"#92C379",red2:"#9a050f",red3:"#A8FF60",red4:"#96CBFE",gray1:"#EDEDED",cyan1:"#C6C5FE",cyan2:"#FFFFB6",blue1:"#B474DD",blue2:"#00009f"},bO=R(e=>({primary:e.colorPrimary,secondary:e.colorSecondary,tertiary:Y.tertiary,ancillary:Y.ancillary,orange:Y.orange,gold:Y.gold,green:Y.green,seafoam:Y.seafoam,purple:Y.purple,ultraviolet:Y.ultraviolet,lightest:Y.lightest,lighter:Y.lighter,light:Y.light,mediumlight:Y.mediumlight,medium:Y.medium,mediumdark:Y.mediumdark,dark:Y.dark,darker:Y.darker,darkest:Y.darkest,border:Y.border,positive:Y.positive,negative:Y.negative,warning:Y.warning,critical:Y.critical,defaultText:e.textColor||Y.darkest,inverseText:e.textInverseColor||Y.lightest,positiveText:Y.positiveText,negativeText:Y.negativeText,warningText:Y.warningText}),"createColors"),Lw=R((e=W1[pS()])=>{let{base:t,colorPrimary:r,colorSecondary:n,appBg:o,appContentBg:a,appPreviewBg:i,appBorderColor:l,appBorderRadius:u,fontBase:d,fontCode:f,textColor:h,textInverseColor:p,barTextColor:m,barHoverColor:g,barSelectedColor:y,barBg:D,buttonBg:b,buttonBorder:w,booleanBg:v,booleanSelectedBg:x,inputBg:E,inputBorder:S,inputTextColor:C,inputBorderRadius:k,brandTitle:F,brandUrl:_,brandImage:T,brandTarget:N,gridCellSize:P,...G}=e;return{...G,base:t,color:bO(e),background:{app:o,bar:D,content:a,preview:i,gridCellSize:P||Gn.gridCellSize,hoverable:Gn.hoverable,positive:Gn.positive,negative:Gn.negative,warning:Gn.warning,critical:Gn.critical},typography:{fonts:{base:d,mono:f},weight:Kr.weight,size:Kr.size},animation:pO,easing:lO,input:{background:E,border:S,borderRadius:k,color:C},button:{background:b||E,border:w||S},boolean:{background:v||S,selectedBackground:x||E},layoutMargin:10,appBorderColor:l,appBorderRadius:u,barTextColor:m,barHoverColor:g||n,barSelectedColor:y||n,barBg:D,brand:{title:F,url:_,image:T||(F?null:void 0),target:N},code:vO({colors:t==="light"?yO:wO,mono:f}),addonActionsTheme:{...t==="light"?mO:hO,BASE_FONT_FAMILY:f,BASE_FONT_SIZE:Kr.size.s2-1,BASE_LINE_HEIGHT:"18px",BASE_BACKGROUND_COLOR:"transparent",BASE_COLOR:h,ARROW_COLOR:KM(.2,l),ARROW_MARGIN_RIGHT:4,ARROW_FONT_SIZE:8,TREENODE_FONT_FAMILY:f,TREENODE_FONT_SIZE:Kr.size.s2-1,TREENODE_LINE_HEIGHT:"18px",TREENODE_PADDING_LEFT:12}}},"convert"),xO=R(e=>Object.keys(e).length===0,"isEmpty"),bp=R(e=>e!=null&&typeof e=="object","isObject"),DO=R((e,...t)=>Object.prototype.hasOwnProperty.call(e,...t),"hasOwnProperty"),EO=R(()=>Object.create(null),"makeObjectWithoutPrototype"),mS=R((e,t)=>e===t||!bp(e)||!bp(t)?{}:Object.keys(e).reduce((r,n)=>{if(DO(t,n)){let o=mS(e[n],t[n]);return bp(o)&&xO(o)||(r[n]=o),r}return r[n]=void 0,r},EO()),"deletedDiff"),CO=mS;function gS(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 o=n.reduce(function(l,u){var d=u.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(o.length){var a=new RegExp(`
237
- [ ]{`+Math.min.apply(Math,o)+"}","g");n=n.map(function(l){return l.replace(a,`
238
- `)})}n[0]=n[0].replace(/^\r?\n/,"");var i=n[0];return t.forEach(function(l,u){var d=i.match(/(?:^|\n)( *)$/),f=d?d[1]:"",h=l;typeof l=="string"&&l.includes(`
239
- `)&&(h=String(l).split(`
240
- `).map(function(p,m){return m===0?p:""+f+p}).join(`
241
- `)),i+=h+n[u+1]}),i}R(gS,"dedent");var vS=R(e=>{if(!e)return Lw(Fd);let t=CO(Fd,e);return Object.keys(t).length&&Qi.warn(gS`
242
- Your theme is missing properties, you should update your theme!
243
-
244
- theme-data missing:
245
- `,t),Lw(e)},"ensure"),Mw="/* emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason */";function Rt(){}function Be(e){return e!=null}function de(e){return Be(e)&&SO(e)&&"id"in e&&"storyId"in e&&typeof e.id=="string"&&typeof e.storyId=="string"}function SO(e){return typeof e=="object"&&e!=null}var kO=Error,AO=EvalError,FO=RangeError,_O=ReferenceError,yS=SyntaxError,Yu=TypeError,IO=URIError,RO=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var t={},r=Symbol("test"),n=Object(r);if(typeof r=="string"||Object.prototype.toString.call(r)!=="[object Symbol]"||Object.prototype.toString.call(n)!=="[object Symbol]")return!1;var o=42;t[r]=o;for(r in t)return!1;if(typeof Object.keys=="function"&&Object.keys(t).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(t).length!==0)return!1;var a=Object.getOwnPropertySymbols(t);if(a.length!==1||a[0]!==r||!Object.prototype.propertyIsEnumerable.call(t,r))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var i=Object.getOwnPropertyDescriptor(t,r);if(i.value!==o||i.enumerable!==!0)return!1}return!0},Ow=typeof Symbol<"u"&&Symbol,zO=RO,TO=function(){return typeof Ow!="function"||typeof Symbol!="function"||typeof Ow("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:zO()},xp={__proto__:null,foo:{}},BO=Object,$O=function(){return{__proto__:xp}.foo===xp.foo&&!(xp instanceof BO)},LO="Function.prototype.bind called on incompatible ",MO=Object.prototype.toString,OO=Math.max,PO="[object Function]",Pw=function(t,r){for(var n=[],o=0;o<t.length;o+=1)n[o]=t[o];for(var a=0;a<r.length;a+=1)n[a+t.length]=r[a];return n},NO=function(t,r){for(var n=[],o=r,a=0;o<t.length;o+=1,a+=1)n[a]=t[o];return n},HO=function(e,t){for(var r="",n=0;n<e.length;n+=1)r+=e[n],n+1<e.length&&(r+=t);return r},jO=function(t){var r=this;if(typeof r!="function"||MO.apply(r)!==PO)throw new TypeError(LO+r);for(var n=NO(arguments,1),o,a=function(){if(this instanceof o){var f=r.apply(this,Pw(n,arguments));return Object(f)===f?f:this}return r.apply(t,Pw(n,arguments))},i=OO(0,r.length-n.length),l=[],u=0;u<i;u++)l[u]="$"+u;if(o=Function("binder","return function ("+HO(l,",")+"){ return binder.apply(this,arguments); }")(a),r.prototype){var d=function(){};d.prototype=r.prototype,o.prototype=new d,d.prototype=null}return o},VO=jO,Jv=Function.prototype.bind||VO,UO=Function.prototype.call,WO=Object.prototype.hasOwnProperty,qO=Jv,GO=qO.call(UO,WO),re,YO=kO,KO=AO,QO=FO,XO=_O,al=yS,_i=Yu,ZO=IO,wS=Function,Dp=function(e){try{return wS('"use strict"; return ('+e+").constructor;")()}catch{}},fa=Object.getOwnPropertyDescriptor;if(fa)try{fa({},"")}catch{fa=null}var Ep=function(){throw new _i},JO=fa?function(){try{return arguments.callee,Ep}catch{try{return fa(arguments,"callee").get}catch{return Ep}}}():Ep,qa=TO(),eP=$O(),Pe=Object.getPrototypeOf||(eP?function(e){return e.__proto__}:null),ti={},tP=typeof Uint8Array>"u"||!Pe?re:Pe(Uint8Array),pa={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?re:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?re:ArrayBuffer,"%ArrayIteratorPrototype%":qa&&Pe?Pe([][Symbol.iterator]()):re,"%AsyncFromSyncIteratorPrototype%":re,"%AsyncFunction%":ti,"%AsyncGenerator%":ti,"%AsyncGeneratorFunction%":ti,"%AsyncIteratorPrototype%":ti,"%Atomics%":typeof Atomics>"u"?re:Atomics,"%BigInt%":typeof BigInt>"u"?re:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?re:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?re:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?re:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":YO,"%eval%":eval,"%EvalError%":KO,"%Float32Array%":typeof Float32Array>"u"?re:Float32Array,"%Float64Array%":typeof Float64Array>"u"?re:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?re:FinalizationRegistry,"%Function%":wS,"%GeneratorFunction%":ti,"%Int8Array%":typeof Int8Array>"u"?re:Int8Array,"%Int16Array%":typeof Int16Array>"u"?re:Int16Array,"%Int32Array%":typeof Int32Array>"u"?re:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":qa&&Pe?Pe(Pe([][Symbol.iterator]())):re,"%JSON%":typeof JSON=="object"?JSON:re,"%Map%":typeof Map>"u"?re:Map,"%MapIteratorPrototype%":typeof Map>"u"||!qa||!Pe?re:Pe(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?re:Promise,"%Proxy%":typeof Proxy>"u"?re:Proxy,"%RangeError%":QO,"%ReferenceError%":XO,"%Reflect%":typeof Reflect>"u"?re:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?re:Set,"%SetIteratorPrototype%":typeof Set>"u"||!qa||!Pe?re:Pe(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?re:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":qa&&Pe?Pe(""[Symbol.iterator]()):re,"%Symbol%":qa?Symbol:re,"%SyntaxError%":al,"%ThrowTypeError%":JO,"%TypedArray%":tP,"%TypeError%":_i,"%Uint8Array%":typeof Uint8Array>"u"?re:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?re:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?re:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?re:Uint32Array,"%URIError%":ZO,"%WeakMap%":typeof WeakMap>"u"?re:WeakMap,"%WeakRef%":typeof WeakRef>"u"?re:WeakRef,"%WeakSet%":typeof WeakSet>"u"?re:WeakSet};if(Pe)try{null.error}catch(e){var rP=Pe(Pe(e));pa["%Error.prototype%"]=rP}var nP=function e(t){var r;if(t==="%AsyncFunction%")r=Dp("async function () {}");else if(t==="%GeneratorFunction%")r=Dp("function* () {}");else if(t==="%AsyncGeneratorFunction%")r=Dp("async function* () {}");else if(t==="%AsyncGenerator%"){var n=e("%AsyncGeneratorFunction%");n&&(r=n.prototype)}else if(t==="%AsyncIteratorPrototype%"){var o=e("%AsyncGenerator%");o&&Pe&&(r=Pe(o.prototype))}return pa[t]=r,r},Nw={__proto__:null,"%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"]},Ku=Jv,_d=GO,oP=Ku.call(Function.call,Array.prototype.concat),aP=Ku.call(Function.apply,Array.prototype.splice),Hw=Ku.call(Function.call,String.prototype.replace),Id=Ku.call(Function.call,String.prototype.slice),iP=Ku.call(Function.call,RegExp.prototype.exec),lP=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,sP=/\\(\\)?/g,uP=function(t){var r=Id(t,0,1),n=Id(t,-1);if(r==="%"&&n!=="%")throw new al("invalid intrinsic syntax, expected closing `%`");if(n==="%"&&r!=="%")throw new al("invalid intrinsic syntax, expected opening `%`");var o=[];return Hw(t,lP,function(a,i,l,u){o[o.length]=l?Hw(u,sP,"$1"):i||a}),o},cP=function(t,r){var n=t,o;if(_d(Nw,n)&&(o=Nw[n],n="%"+o[0]+"%"),_d(pa,n)){var a=pa[n];if(a===ti&&(a=nP(n)),typeof a>"u"&&!r)throw new _i("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:o,name:n,value:a}}throw new al("intrinsic "+t+" does not exist!")},Al=function(t,r){if(typeof t!="string"||t.length===0)throw new _i("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof r!="boolean")throw new _i('"allowMissing" argument must be a boolean');if(iP(/^%?[^%]*%?$/,t)===null)throw new al("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var n=uP(t),o=n.length>0?n[0]:"",a=cP("%"+o+"%",r),i=a.name,l=a.value,u=!1,d=a.alias;d&&(o=d[0],aP(n,oP([0,1],d)));for(var f=1,h=!0;f<n.length;f+=1){var p=n[f],m=Id(p,0,1),g=Id(p,-1);if((m==='"'||m==="'"||m==="`"||g==='"'||g==="'"||g==="`")&&m!==g)throw new al("property names with quotes must have matching quotes");if((p==="constructor"||!h)&&(u=!0),o+="."+p,i="%"+o+"%",_d(pa,i))l=pa[i];else if(l!=null){if(!(p in l)){if(!r)throw new _i("base intrinsic for "+t+" exists, but the property is not available.");return}if(fa&&f+1>=n.length){var y=fa(l,p);h=!!y,h&&"get"in y&&!("originalValue"in y.get)?l=y.get:l=l[p]}else h=_d(l,p),l=l[p];h&&!u&&(pa[i]=l)}}return l},bS={exports:{}},Cp,jw;function e4(){if(jw)return Cp;jw=1;var e=Al,t=e("%Object.defineProperty%",!0)||!1;if(t)try{t({},"a",{value:1})}catch{t=!1}return Cp=t,Cp}var dP=Al,A0=dP("%Object.getOwnPropertyDescriptor%",!0);if(A0)try{A0([],"length")}catch{A0=null}var xS=A0,Vw=e4(),fP=yS,Ga=Yu,Uw=xS,pP=function(t,r,n){if(!t||typeof t!="object"&&typeof t!="function")throw new Ga("`obj` must be an object or a function`");if(typeof r!="string"&&typeof r!="symbol")throw new Ga("`property` must be a string or a symbol`");if(arguments.length>3&&typeof arguments[3]!="boolean"&&arguments[3]!==null)throw new Ga("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&typeof arguments[4]!="boolean"&&arguments[4]!==null)throw new Ga("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&typeof arguments[5]!="boolean"&&arguments[5]!==null)throw new Ga("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&typeof arguments[6]!="boolean")throw new Ga("`loose`, if provided, must be a boolean");var o=arguments.length>3?arguments[3]:null,a=arguments.length>4?arguments[4]:null,i=arguments.length>5?arguments[5]:null,l=arguments.length>6?arguments[6]:!1,u=!!Uw&&Uw(t,r);if(Vw)Vw(t,r,{configurable:i===null&&u?u.configurable:!i,enumerable:o===null&&u?u.enumerable:!o,value:n,writable:a===null&&u?u.writable:!a});else if(l||!o&&!a&&!i)t[r]=n;else throw new fP("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.")},Xg=e4(),DS=function(){return!!Xg};DS.hasArrayLengthDefineBug=function(){if(!Xg)return null;try{return Xg([],"length",{value:1}).length!==1}catch{return!0}};var hP=DS,mP=Al,Ww=pP,gP=hP(),qw=xS,Gw=Yu,vP=mP("%Math.floor%"),yP=function(t,r){if(typeof t!="function")throw new Gw("`fn` is not a function");if(typeof r!="number"||r<0||r>4294967295||vP(r)!==r)throw new Gw("`length` must be a positive 32-bit integer");var n=arguments.length>2&&!!arguments[2],o=!0,a=!0;if("length"in t&&qw){var i=qw(t,"length");i&&!i.configurable&&(o=!1),i&&!i.writable&&(a=!1)}return(o||a||!n)&&(gP?Ww(t,"length",r,!0,!0):Ww(t,"length",r)),t};(function(e){var t=Jv,r=Al,n=yP,o=Yu,a=r("%Function.prototype.apply%"),i=r("%Function.prototype.call%"),l=r("%Reflect.apply%",!0)||t.call(i,a),u=e4(),d=r("%Math.max%");e.exports=function(p){if(typeof p!="function")throw new o("a function is required");var m=l(t,i,arguments);return n(m,1+d(0,p.length-(arguments.length-1)),!0)};var f=function(){return l(t,a,arguments)};u?u(e.exports,"apply",{value:f}):e.exports.apply=f})(bS);var wP=bS.exports,ES=Al,CS=wP,bP=CS(ES("String.prototype.indexOf")),xP=function(t,r){var n=ES(t,!!r);return typeof n=="function"&&bP(t,".prototype.")>-1?CS(n):n};const DP={},EP=Object.freeze(Object.defineProperty({__proto__:null,default:DP},Symbol.toStringTag,{value:"Module"})),CP=qT(EP);var t4=typeof Map=="function"&&Map.prototype,Sp=Object.getOwnPropertyDescriptor&&t4?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,Rd=t4&&Sp&&typeof Sp.get=="function"?Sp.get:null,Yw=t4&&Map.prototype.forEach,r4=typeof Set=="function"&&Set.prototype,kp=Object.getOwnPropertyDescriptor&&r4?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,zd=r4&&kp&&typeof kp.get=="function"?kp.get:null,Kw=r4&&Set.prototype.forEach,SP=typeof WeakMap=="function"&&WeakMap.prototype,Us=SP?WeakMap.prototype.has:null,kP=typeof WeakSet=="function"&&WeakSet.prototype,Ws=kP?WeakSet.prototype.has:null,AP=typeof WeakRef=="function"&&WeakRef.prototype,Qw=AP?WeakRef.prototype.deref:null,FP=Boolean.prototype.valueOf,_P=Object.prototype.toString,IP=Function.prototype.toString,RP=String.prototype.match,n4=String.prototype.slice,oo=String.prototype.replace,zP=String.prototype.toUpperCase,Xw=String.prototype.toLowerCase,SS=RegExp.prototype.test,Zw=Array.prototype.concat,Wr=Array.prototype.join,TP=Array.prototype.slice,Jw=Math.floor,Zg=typeof BigInt=="function"?BigInt.prototype.valueOf:null,Ap=Object.getOwnPropertySymbols,Jg=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Symbol.prototype.toString:null,il=typeof Symbol=="function"&&typeof Symbol.iterator=="object",ot=typeof Symbol=="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===il||!0)?Symbol.toStringTag:null,kS=Object.prototype.propertyIsEnumerable,e7=(typeof Reflect=="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null);function t7(e,t){if(e===1/0||e===-1/0||e!==e||e&&e>-1e3&&e<1e3||SS.call(/e/,t))return t;var r=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof e=="number"){var n=e<0?-Jw(-e):Jw(e);if(n!==e){var o=String(n),a=n4.call(t,o.length+1);return oo.call(o,r,"$&_")+"."+oo.call(oo.call(a,/([0-9]{3})/g,"$&_"),/_$/,"")}}return oo.call(t,r,"$&_")}var e2=CP,r7=e2.custom,n7=FS(r7)?r7:null,BP=function e(t,r,n,o){var a=r||{};if(Yn(a,"quoteStyle")&&a.quoteStyle!=="single"&&a.quoteStyle!=="double")throw new TypeError('option "quoteStyle" must be "single" or "double"');if(Yn(a,"maxStringLength")&&(typeof a.maxStringLength=="number"?a.maxStringLength<0&&a.maxStringLength!==1/0:a.maxStringLength!==null))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var i=Yn(a,"customInspect")?a.customInspect:!0;if(typeof i!="boolean"&&i!=="symbol")throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(Yn(a,"indent")&&a.indent!==null&&a.indent!==" "&&!(parseInt(a.indent,10)===a.indent&&a.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(Yn(a,"numericSeparator")&&typeof a.numericSeparator!="boolean")throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var l=a.numericSeparator;if(typeof t>"u")return"undefined";if(t===null)return"null";if(typeof t=="boolean")return t?"true":"false";if(typeof t=="string")return IS(t,a);if(typeof t=="number"){if(t===0)return 1/0/t>0?"0":"-0";var u=String(t);return l?t7(t,u):u}if(typeof t=="bigint"){var d=String(t)+"n";return l?t7(t,d):d}var f=typeof a.depth>"u"?5:a.depth;if(typeof n>"u"&&(n=0),n>=f&&f>0&&typeof t=="object")return t2(t)?"[Array]":"[Object]";var h=ZP(a,n);if(typeof o>"u")o=[];else if(_S(o,t)>=0)return"[Circular]";function p(P,G,H){if(G&&(o=TP.call(o),o.push(G)),H){var U={depth:a.depth};return Yn(a,"quoteStyle")&&(U.quoteStyle=a.quoteStyle),e(P,U,n+1,o)}return e(P,a,n+1,o)}if(typeof t=="function"&&!o7(t)){var m=VP(t),g=$c(t,p);return"[Function"+(m?": "+m:" (anonymous)")+"]"+(g.length>0?" { "+Wr.call(g,", ")+" }":"")}if(FS(t)){var y=il?oo.call(String(t),/^(Symbol\(.*\))_[^)]*$/,"$1"):Jg.call(t);return typeof t=="object"&&!il?Xl(y):y}if(KP(t)){for(var D="<"+Xw.call(String(t.nodeName)),b=t.attributes||[],w=0;w<b.length;w++)D+=" "+b[w].name+"="+AS($P(b[w].value),"double",a);return D+=">",t.childNodes&&t.childNodes.length&&(D+="..."),D+="</"+Xw.call(String(t.nodeName))+">",D}if(t2(t)){if(t.length===0)return"[]";var v=$c(t,p);return h&&!XP(v)?"["+r2(v,h)+"]":"[ "+Wr.call(v,", ")+" ]"}if(MP(t)){var x=$c(t,p);return!("cause"in Error.prototype)&&"cause"in t&&!kS.call(t,"cause")?"{ ["+String(t)+"] "+Wr.call(Zw.call("[cause]: "+p(t.cause),x),", ")+" }":x.length===0?"["+String(t)+"]":"{ ["+String(t)+"] "+Wr.call(x,", ")+" }"}if(typeof t=="object"&&i){if(n7&&typeof t[n7]=="function"&&e2)return e2(t,{depth:f-n});if(i!=="symbol"&&typeof t.inspect=="function")return t.inspect()}if(UP(t)){var E=[];return Yw&&Yw.call(t,function(P,G){E.push(p(G,t,!0)+" => "+p(P,t))}),a7("Map",Rd.call(t),E,h)}if(GP(t)){var S=[];return Kw&&Kw.call(t,function(P){S.push(p(P,t))}),a7("Set",zd.call(t),S,h)}if(WP(t))return Fp("WeakMap");if(YP(t))return Fp("WeakSet");if(qP(t))return Fp("WeakRef");if(PP(t))return Xl(p(Number(t)));if(HP(t))return Xl(p(Zg.call(t)));if(NP(t))return Xl(FP.call(t));if(OP(t))return Xl(p(String(t)));if(typeof window<"u"&&t===window)return"{ [object Window] }";if(typeof globalThis<"u"&&t===globalThis||typeof t3<"u"&&t===t3)return"{ [object globalThis] }";if(!LP(t)&&!o7(t)){var C=$c(t,p),k=e7?e7(t)===Object.prototype:t instanceof Object||t.constructor===Object,F=t instanceof Object?"":"null prototype",_=!k&&ot&&Object(t)===t&&ot in t?n4.call(Ro(t),8,-1):F?"Object":"",T=k||typeof t.constructor!="function"?"":t.constructor.name?t.constructor.name+" ":"",N=T+(_||F?"["+Wr.call(Zw.call([],_||[],F||[]),": ")+"] ":"");return C.length===0?N+"{}":h?N+"{"+r2(C,h)+"}":N+"{ "+Wr.call(C,", ")+" }"}return String(t)};function AS(e,t,r){var n=(r.quoteStyle||t)==="double"?'"':"'";return n+e+n}function $P(e){return oo.call(String(e),/"/g,"&quot;")}function t2(e){return Ro(e)==="[object Array]"&&(!ot||!(typeof e=="object"&&ot in e))}function LP(e){return Ro(e)==="[object Date]"&&(!ot||!(typeof e=="object"&&ot in e))}function o7(e){return Ro(e)==="[object RegExp]"&&(!ot||!(typeof e=="object"&&ot in e))}function MP(e){return Ro(e)==="[object Error]"&&(!ot||!(typeof e=="object"&&ot in e))}function OP(e){return Ro(e)==="[object String]"&&(!ot||!(typeof e=="object"&&ot in e))}function PP(e){return Ro(e)==="[object Number]"&&(!ot||!(typeof e=="object"&&ot in e))}function NP(e){return Ro(e)==="[object Boolean]"&&(!ot||!(typeof e=="object"&&ot in e))}function FS(e){if(il)return e&&typeof e=="object"&&e instanceof Symbol;if(typeof e=="symbol")return!0;if(!e||typeof e!="object"||!Jg)return!1;try{return Jg.call(e),!0}catch{}return!1}function HP(e){if(!e||typeof e!="object"||!Zg)return!1;try{return Zg.call(e),!0}catch{}return!1}var jP=Object.prototype.hasOwnProperty||function(e){return e in this};function Yn(e,t){return jP.call(e,t)}function Ro(e){return _P.call(e)}function VP(e){if(e.name)return e.name;var t=RP.call(IP.call(e),/^function\s*([\w$]+)/);return t?t[1]:null}function _S(e,t){if(e.indexOf)return e.indexOf(t);for(var r=0,n=e.length;r<n;r++)if(e[r]===t)return r;return-1}function UP(e){if(!Rd||!e||typeof e!="object")return!1;try{Rd.call(e);try{zd.call(e)}catch{return!0}return e instanceof Map}catch{}return!1}function WP(e){if(!Us||!e||typeof e!="object")return!1;try{Us.call(e,Us);try{Ws.call(e,Ws)}catch{return!0}return e instanceof WeakMap}catch{}return!1}function qP(e){if(!Qw||!e||typeof e!="object")return!1;try{return Qw.call(e),!0}catch{}return!1}function GP(e){if(!zd||!e||typeof e!="object")return!1;try{zd.call(e);try{Rd.call(e)}catch{return!0}return e instanceof Set}catch{}return!1}function YP(e){if(!Ws||!e||typeof e!="object")return!1;try{Ws.call(e,Ws);try{Us.call(e,Us)}catch{return!0}return e instanceof WeakSet}catch{}return!1}function KP(e){return!e||typeof e!="object"?!1:typeof HTMLElement<"u"&&e instanceof HTMLElement?!0:typeof e.nodeName=="string"&&typeof e.getAttribute=="function"}function IS(e,t){if(e.length>t.maxStringLength){var r=e.length-t.maxStringLength,n="... "+r+" more character"+(r>1?"s":"");return IS(n4.call(e,0,t.maxStringLength),t)+n}var o=oo.call(oo.call(e,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,QP);return AS(o,"single",t)}function QP(e){var t=e.charCodeAt(0),r={8:"b",9:"t",10:"n",12:"f",13:"r"}[t];return r?"\\"+r:"\\x"+(t<16?"0":"")+zP.call(t.toString(16))}function Xl(e){return"Object("+e+")"}function Fp(e){return e+" { ? }"}function a7(e,t,r,n){var o=n?r2(r,n):Wr.call(r,", ");return e+" ("+t+") {"+o+"}"}function XP(e){for(var t=0;t<e.length;t++)if(_S(e[t],`
246
- `)>=0)return!1;return!0}function ZP(e,t){var r;if(e.indent===" ")r=" ";else if(typeof e.indent=="number"&&e.indent>0)r=Wr.call(Array(e.indent+1)," ");else return null;return{base:r,prev:Wr.call(Array(t+1),r)}}function r2(e,t){if(e.length===0)return"";var r=`
247
- `+t.prev+t.base;return r+Wr.call(e,","+r)+`
248
- `+t.prev}function $c(e,t){var r=t2(e),n=[];if(r){n.length=e.length;for(var o=0;o<e.length;o++)n[o]=Yn(e,o)?t(e[o],e):""}var a=typeof Ap=="function"?Ap(e):[],i;if(il){i={};for(var l=0;l<a.length;l++)i["$"+a[l]]=a[l]}for(var u in e)Yn(e,u)&&(r&&String(Number(u))===u&&u<e.length||il&&i["$"+u]instanceof Symbol||(SS.call(/[^\w$]/,u)?n.push(t(u,e)+": "+t(e[u],e)):n.push(u+": "+t(e[u],e))));if(typeof Ap=="function")for(var d=0;d<a.length;d++)kS.call(e,a[d])&&n.push("["+t(a[d])+"]: "+t(e[a[d]],e));return n}var RS=Al,Fl=xP,JP=BP,eN=Yu,Lc=RS("%WeakMap%",!0),Mc=RS("%Map%",!0),tN=Fl("WeakMap.prototype.get",!0),rN=Fl("WeakMap.prototype.set",!0),nN=Fl("WeakMap.prototype.has",!0),oN=Fl("Map.prototype.get",!0),aN=Fl("Map.prototype.set",!0),iN=Fl("Map.prototype.has",!0),o4=function(e,t){for(var r=e,n;(n=r.next)!==null;r=n)if(n.key===t)return r.next=n.next,n.next=e.next,e.next=n,n},lN=function(e,t){var r=o4(e,t);return r&&r.value},sN=function(e,t,r){var n=o4(e,t);n?n.value=r:e.next={key:t,next:e.next,value:r}},uN=function(e,t){return!!o4(e,t)},cN=function(){var t,r,n,o={assert:function(a){if(!o.has(a))throw new eN("Side channel does not contain "+JP(a))},get:function(a){if(Lc&&a&&(typeof a=="object"||typeof a=="function")){if(t)return tN(t,a)}else if(Mc){if(r)return oN(r,a)}else if(n)return lN(n,a)},has:function(a){if(Lc&&a&&(typeof a=="object"||typeof a=="function")){if(t)return nN(t,a)}else if(Mc){if(r)return iN(r,a)}else if(n)return uN(n,a);return!1},set:function(a,i){Lc&&a&&(typeof a=="object"||typeof a=="function")?(t||(t=new Lc),rN(t,a,i)):Mc?(r||(r=new Mc),aN(r,a,i)):(n||(n={key:{},next:null}),sN(n,a,i))}};return o},dN=String.prototype.replace,fN=/%20/g,_p={RFC1738:"RFC1738",RFC3986:"RFC3986"},a4={default:_p.RFC3986,formatters:{RFC1738:function(e){return dN.call(e,fN,"+")},RFC3986:function(e){return String(e)}},RFC1738:_p.RFC1738,RFC3986:_p.RFC3986},pN=a4,Ip=Object.prototype.hasOwnProperty,Jo=Array.isArray,Nr=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),hN=function(t){for(;t.length>1;){var r=t.pop(),n=r.obj[r.prop];if(Jo(n)){for(var o=[],a=0;a<n.length;++a)typeof n[a]<"u"&&o.push(n[a]);r.obj[r.prop]=o}}},zS=function(t,r){for(var n=r&&r.plainObjects?{__proto__:null}:{},o=0;o<t.length;++o)typeof t[o]<"u"&&(n[o]=t[o]);return n},mN=function e(t,r,n){if(!r)return t;if(typeof r!="object"&&typeof r!="function"){if(Jo(t))t.push(r);else if(t&&typeof t=="object")(n&&(n.plainObjects||n.allowPrototypes)||!Ip.call(Object.prototype,r))&&(t[r]=!0);else return[t,r];return t}if(!t||typeof t!="object")return[t].concat(r);var o=t;return Jo(t)&&!Jo(r)&&(o=zS(t,n)),Jo(t)&&Jo(r)?(r.forEach(function(a,i){if(Ip.call(t,i)){var l=t[i];l&&typeof l=="object"&&a&&typeof a=="object"?t[i]=e(l,a,n):t.push(a)}else t[i]=a}),t):Object.keys(r).reduce(function(a,i){var l=r[i];return Ip.call(a,i)?a[i]=e(a[i],l,n):a[i]=l,a},o)},gN=function(t,r){return Object.keys(r).reduce(function(n,o){return n[o]=r[o],n},t)},vN=function(e,t,r){var n=e.replace(/\+/g," ");if(r==="iso-8859-1")return n.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(n)}catch{return n}},Rp=1024,yN=function(t,r,n,o,a){if(t.length===0)return t;var i=t;if(typeof t=="symbol"?i=Symbol.prototype.toString.call(t):typeof t!="string"&&(i=String(t)),n==="iso-8859-1")return escape(i).replace(/%u[0-9a-f]{4}/gi,function(m){return"%26%23"+parseInt(m.slice(2),16)+"%3B"});for(var l="",u=0;u<i.length;u+=Rp){for(var d=i.length>=Rp?i.slice(u,u+Rp):i,f=[],h=0;h<d.length;++h){var p=d.charCodeAt(h);if(p===45||p===46||p===95||p===126||p>=48&&p<=57||p>=65&&p<=90||p>=97&&p<=122||a===pN.RFC1738&&(p===40||p===41)){f[f.length]=d.charAt(h);continue}if(p<128){f[f.length]=Nr[p];continue}if(p<2048){f[f.length]=Nr[192|p>>6]+Nr[128|p&63];continue}if(p<55296||p>=57344){f[f.length]=Nr[224|p>>12]+Nr[128|p>>6&63]+Nr[128|p&63];continue}h+=1,p=65536+((p&1023)<<10|d.charCodeAt(h)&1023),f[f.length]=Nr[240|p>>18]+Nr[128|p>>12&63]+Nr[128|p>>6&63]+Nr[128|p&63]}l+=f.join("")}return l},wN=function(t){for(var r=[{obj:{o:t},prop:"o"}],n=[],o=0;o<r.length;++o)for(var a=r[o],i=a.obj[a.prop],l=Object.keys(i),u=0;u<l.length;++u){var d=l[u],f=i[d];typeof f=="object"&&f!==null&&n.indexOf(f)===-1&&(r.push({obj:i,prop:d}),n.push(f))}return hN(r),t},bN=function(t){return Object.prototype.toString.call(t)==="[object RegExp]"},xN=function(t){return!t||typeof t!="object"?!1:!!(t.constructor&&t.constructor.isBuffer&&t.constructor.isBuffer(t))},DN=function(t,r){return[].concat(t,r)},EN=function(t,r){if(Jo(t)){for(var n=[],o=0;o<t.length;o+=1)n.push(r(t[o]));return n}return r(t)},TS={arrayToObject:zS,assign:gN,combine:DN,compact:wN,decode:vN,encode:yN,isBuffer:xN,isRegExp:bN,maybeMap:EN,merge:mN},BS=cN,F0=TS,qs=a4,CN=Object.prototype.hasOwnProperty,$S={brackets:function(t){return t+"[]"},comma:"comma",indices:function(t,r){return t+"["+r+"]"},repeat:function(t){return t}},Vr=Array.isArray,SN=Array.prototype.push,LS=function(e,t){SN.apply(e,Vr(t)?t:[t])},kN=Date.prototype.toISOString,i7=qs.default,Re={addQueryPrefix:!1,allowDots:!1,allowEmptyArrays:!1,arrayFormat:"indices",charset:"utf-8",charsetSentinel:!1,commaRoundTrip:!1,delimiter:"&",encode:!0,encodeDotInKeys:!1,encoder:F0.encode,encodeValuesOnly:!1,filter:void 0,format:i7,formatter:qs.formatters[i7],indices:!1,serializeDate:function(t){return kN.call(t)},skipNulls:!1,strictNullHandling:!1},AN=function(t){return typeof t=="string"||typeof t=="number"||typeof t=="boolean"||typeof t=="symbol"||typeof t=="bigint"},zp={},FN=function e(t,r,n,o,a,i,l,u,d,f,h,p,m,g,y,D,b,w){for(var v=t,x=w,E=0,S=!1;(x=x.get(zp))!==void 0&&!S;){var C=x.get(t);if(E+=1,typeof C<"u"){if(C===E)throw new RangeError("Cyclic object value");S=!0}typeof x.get(zp)>"u"&&(E=0)}if(typeof f=="function"?v=f(r,v):v instanceof Date?v=m(v):n==="comma"&&Vr(v)&&(v=F0.maybeMap(v,function(M){return M instanceof Date?m(M):M})),v===null){if(i)return d&&!D?d(r,Re.encoder,b,"key",g):r;v=""}if(AN(v)||F0.isBuffer(v)){if(d){var k=D?r:d(r,Re.encoder,b,"key",g);return[y(k)+"="+y(d(v,Re.encoder,b,"value",g))]}return[y(r)+"="+y(String(v))]}var F=[];if(typeof v>"u")return F;var _;if(n==="comma"&&Vr(v))D&&d&&(v=F0.maybeMap(v,d)),_=[{value:v.length>0?v.join(",")||null:void 0}];else if(Vr(f))_=f;else{var T=Object.keys(v);_=h?T.sort(h):T}var N=u?String(r).replace(/\./g,"%2E"):String(r),P=o&&Vr(v)&&v.length===1?N+"[]":N;if(a&&Vr(v)&&v.length===0)return P+"[]";for(var G=0;G<_.length;++G){var H=_[G],U=typeof H=="object"&&H&&typeof H.value<"u"?H.value:v[H];if(!(l&&U===null)){var K=p&&u?String(H).replace(/\./g,"%2E"):String(H),B=Vr(v)?typeof n=="function"?n(P,K):P:P+(p?"."+K:"["+K+"]");w.set(t,E);var $=BS();$.set(zp,w),LS(F,e(U,B,n,o,a,i,l,u,n==="comma"&&D&&Vr(v)?null:d,f,h,p,m,g,y,D,b,$))}}return F},_N=function(t){if(!t)return Re;if(typeof t.allowEmptyArrays<"u"&&typeof t.allowEmptyArrays!="boolean")throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");if(typeof t.encodeDotInKeys<"u"&&typeof t.encodeDotInKeys!="boolean")throw new TypeError("`encodeDotInKeys` option can only be `true` or `false`, when provided");if(t.encoder!==null&&typeof t.encoder<"u"&&typeof t.encoder!="function")throw new TypeError("Encoder has to be a function.");var r=t.charset||Re.charset;if(typeof t.charset<"u"&&t.charset!=="utf-8"&&t.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var n=qs.default;if(typeof t.format<"u"){if(!CN.call(qs.formatters,t.format))throw new TypeError("Unknown format option provided.");n=t.format}var o=qs.formatters[n],a=Re.filter;(typeof t.filter=="function"||Vr(t.filter))&&(a=t.filter);var i;if(t.arrayFormat in $S?i=t.arrayFormat:"indices"in t?i=t.indices?"indices":"repeat":i=Re.arrayFormat,"commaRoundTrip"in t&&typeof t.commaRoundTrip!="boolean")throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var l=typeof t.allowDots>"u"?t.encodeDotInKeys===!0?!0:Re.allowDots:!!t.allowDots;return{addQueryPrefix:typeof t.addQueryPrefix=="boolean"?t.addQueryPrefix:Re.addQueryPrefix,allowDots:l,allowEmptyArrays:typeof t.allowEmptyArrays=="boolean"?!!t.allowEmptyArrays:Re.allowEmptyArrays,arrayFormat:i,charset:r,charsetSentinel:typeof t.charsetSentinel=="boolean"?t.charsetSentinel:Re.charsetSentinel,commaRoundTrip:!!t.commaRoundTrip,delimiter:typeof t.delimiter>"u"?Re.delimiter:t.delimiter,encode:typeof t.encode=="boolean"?t.encode:Re.encode,encodeDotInKeys:typeof t.encodeDotInKeys=="boolean"?t.encodeDotInKeys:Re.encodeDotInKeys,encoder:typeof t.encoder=="function"?t.encoder:Re.encoder,encodeValuesOnly:typeof t.encodeValuesOnly=="boolean"?t.encodeValuesOnly:Re.encodeValuesOnly,filter:a,format:n,formatter:o,serializeDate:typeof t.serializeDate=="function"?t.serializeDate:Re.serializeDate,skipNulls:typeof t.skipNulls=="boolean"?t.skipNulls:Re.skipNulls,sort:typeof t.sort=="function"?t.sort:null,strictNullHandling:typeof t.strictNullHandling=="boolean"?t.strictNullHandling:Re.strictNullHandling}},IN=function(e,t){var r=e,n=_N(t),o,a;typeof n.filter=="function"?(a=n.filter,r=a("",r)):Vr(n.filter)&&(a=n.filter,o=a);var i=[];if(typeof r!="object"||r===null)return"";var l=$S[n.arrayFormat],u=l==="comma"&&n.commaRoundTrip;o||(o=Object.keys(r)),n.sort&&o.sort(n.sort);for(var d=BS(),f=0;f<o.length;++f){var h=o[f],p=r[h];n.skipNulls&&p===null||LS(i,FN(p,h,l,u,n.allowEmptyArrays,n.strictNullHandling,n.skipNulls,n.encodeDotInKeys,n.encode?n.encoder:null,n.filter,n.sort,n.allowDots,n.serializeDate,n.format,n.formatter,n.encodeValuesOnly,n.charset,d))}var m=i.join(n.delimiter),g=n.addQueryPrefix===!0?"?":"";return n.charsetSentinel&&(n.charset==="iso-8859-1"?g+="utf8=%26%2310003%3B&":g+="utf8=%E2%9C%93&"),m.length>0?g+m:""},ll=TS,n2=Object.prototype.hasOwnProperty,RN=Array.isArray,De={allowDots:!1,allowEmptyArrays:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decodeDotInKeys:!1,decoder:ll.decode,delimiter:"&",depth:5,duplicates:"combine",ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictDepth:!1,strictNullHandling:!1},zN=function(e){return e.replace(/&#(\d+);/g,function(t,r){return String.fromCharCode(parseInt(r,10))})},MS=function(e,t){return e&&typeof e=="string"&&t.comma&&e.indexOf(",")>-1?e.split(","):e},TN="utf8=%26%2310003%3B",BN="utf8=%E2%9C%93",$N=function(t,r){var n={__proto__:null},o=r.ignoreQueryPrefix?t.replace(/^\?/,""):t;o=o.replace(/%5B/gi,"[").replace(/%5D/gi,"]");var a=r.parameterLimit===1/0?void 0:r.parameterLimit,i=o.split(r.delimiter,a),l=-1,u,d=r.charset;if(r.charsetSentinel)for(u=0;u<i.length;++u)i[u].indexOf("utf8=")===0&&(i[u]===BN?d="utf-8":i[u]===TN&&(d="iso-8859-1"),l=u,u=i.length);for(u=0;u<i.length;++u)if(u!==l){var f=i[u],h=f.indexOf("]="),p=h===-1?f.indexOf("="):h+1,m,g;p===-1?(m=r.decoder(f,De.decoder,d,"key"),g=r.strictNullHandling?null:""):(m=r.decoder(f.slice(0,p),De.decoder,d,"key"),g=ll.maybeMap(MS(f.slice(p+1),r),function(D){return r.decoder(D,De.decoder,d,"value")})),g&&r.interpretNumericEntities&&d==="iso-8859-1"&&(g=zN(String(g))),f.indexOf("[]=")>-1&&(g=RN(g)?[g]:g);var y=n2.call(n,m);y&&r.duplicates==="combine"?n[m]=ll.combine(n[m],g):(!y||r.duplicates==="last")&&(n[m]=g)}return n},LN=function(e,t,r,n){for(var o=n?t:MS(t,r),a=e.length-1;a>=0;--a){var i,l=e[a];if(l==="[]"&&r.parseArrays)i=r.allowEmptyArrays&&(o===""||r.strictNullHandling&&o===null)?[]:[].concat(o);else{i=r.plainObjects?{__proto__:null}:{};var u=l.charAt(0)==="["&&l.charAt(l.length-1)==="]"?l.slice(1,-1):l,d=r.decodeDotInKeys?u.replace(/%2E/g,"."):u,f=parseInt(d,10);!r.parseArrays&&d===""?i={0:o}:!isNaN(f)&&l!==d&&String(f)===d&&f>=0&&r.parseArrays&&f<=r.arrayLimit?(i=[],i[f]=o):d!=="__proto__"&&(i[d]=o)}o=i}return o},MN=function(t,r,n,o){if(t){var a=n.allowDots?t.replace(/\.([^.[]+)/g,"[$1]"):t,i=/(\[[^[\]]*])/,l=/(\[[^[\]]*])/g,u=n.depth>0&&i.exec(a),d=u?a.slice(0,u.index):a,f=[];if(d){if(!n.plainObjects&&n2.call(Object.prototype,d)&&!n.allowPrototypes)return;f.push(d)}for(var h=0;n.depth>0&&(u=l.exec(a))!==null&&h<n.depth;){if(h+=1,!n.plainObjects&&n2.call(Object.prototype,u[1].slice(1,-1))&&!n.allowPrototypes)return;f.push(u[1])}if(u){if(n.strictDepth===!0)throw new RangeError("Input depth exceeded depth option of "+n.depth+" and strictDepth is true");f.push("["+a.slice(u.index)+"]")}return LN(f,r,n,o)}},ON=function(t){if(!t)return De;if(typeof t.allowEmptyArrays<"u"&&typeof t.allowEmptyArrays!="boolean")throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");if(typeof t.decodeDotInKeys<"u"&&typeof t.decodeDotInKeys!="boolean")throw new TypeError("`decodeDotInKeys` option can only be `true` or `false`, when provided");if(t.decoder!==null&&typeof t.decoder<"u"&&typeof t.decoder!="function")throw new TypeError("Decoder has to be a function.");if(typeof t.charset<"u"&&t.charset!=="utf-8"&&t.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var r=typeof t.charset>"u"?De.charset:t.charset,n=typeof t.duplicates>"u"?De.duplicates:t.duplicates;if(n!=="combine"&&n!=="first"&&n!=="last")throw new TypeError("The duplicates option must be either combine, first, or last");var o=typeof t.allowDots>"u"?t.decodeDotInKeys===!0?!0:De.allowDots:!!t.allowDots;return{allowDots:o,allowEmptyArrays:typeof t.allowEmptyArrays=="boolean"?!!t.allowEmptyArrays:De.allowEmptyArrays,allowPrototypes:typeof t.allowPrototypes=="boolean"?t.allowPrototypes:De.allowPrototypes,allowSparse:typeof t.allowSparse=="boolean"?t.allowSparse:De.allowSparse,arrayLimit:typeof t.arrayLimit=="number"?t.arrayLimit:De.arrayLimit,charset:r,charsetSentinel:typeof t.charsetSentinel=="boolean"?t.charsetSentinel:De.charsetSentinel,comma:typeof t.comma=="boolean"?t.comma:De.comma,decodeDotInKeys:typeof t.decodeDotInKeys=="boolean"?t.decodeDotInKeys:De.decodeDotInKeys,decoder:typeof t.decoder=="function"?t.decoder:De.decoder,delimiter:typeof t.delimiter=="string"||ll.isRegExp(t.delimiter)?t.delimiter:De.delimiter,depth:typeof t.depth=="number"||t.depth===!1?+t.depth:De.depth,duplicates:n,ignoreQueryPrefix:t.ignoreQueryPrefix===!0,interpretNumericEntities:typeof t.interpretNumericEntities=="boolean"?t.interpretNumericEntities:De.interpretNumericEntities,parameterLimit:typeof t.parameterLimit=="number"?t.parameterLimit:De.parameterLimit,parseArrays:t.parseArrays!==!1,plainObjects:typeof t.plainObjects=="boolean"?t.plainObjects:De.plainObjects,strictDepth:typeof t.strictDepth=="boolean"?!!t.strictDepth:De.strictDepth,strictNullHandling:typeof t.strictNullHandling=="boolean"?t.strictNullHandling:De.strictNullHandling}},PN=function(e,t){var r=ON(t);if(e===""||e===null||typeof e>"u")return r.plainObjects?{__proto__:null}:{};for(var n=typeof e=="string"?$N(e,r):e,o=r.plainObjects?{__proto__:null}:{},a=Object.keys(n),i=0;i<a.length;++i){var l=a[i],u=MN(l,n[l],r,typeof e=="string");o=ll.merge(o,u,r)}return r.allowSparse===!0?o:ll.compact(o)},NN=IN,HN=PN,jN=a4,OS={formats:jN,parse:HN,stringify:NN};const VN=new Map([[void 0,/(unknown|success|approved|failed|pending|running)/],["unknown",/(success|approved|failed|pending|running)/],["success",/(approved|failed|pending|running)/],["approved",/(failed|pending|running)/],["failed",/(pending|running)/],["pending",/running/]]);function o2(e=[]){return{path:e,skip:!0,opened:!1,checked:!0,indeterminate:!1,children:{}}}function Td(e,t){var r;return t&&((r=VN.get(e))!=null&&r.test(t))?t:e}function Gt(e){const{browser:t,testName:r,storyPath:n}=e;return[...n,r,t].filter(Be)}function na(e,t){return t.reduce((r,n)=>de(r)?r:r==null?void 0:r.children[n],e)}function UN(e,t){const r=na(e,t)??e;return de(r)?r:null}function PS(e,t){e.checked=t,de(e)||(e.indeterminate=!1,Object.values(e.children).filter(Be).forEach(r=>{PS(r,t)}))}function a2(e){const t=Object.values(e.children).filter(Be).filter(i=>!i.skip),r=t.every(i=>i.checked),n=t.some(i=>i.checked),o=t.some(i=>de(i)?!1:i.indeterminate)||!r&&n,a=o||e.checked==r?e.checked:r;e.checked=a,e.indeterminate=o}function WN(e,t,r){const n=na(e,t);n&&PS(n,r),t.slice(0,-1).map((o,a,i)=>i.slice(0,i.length-a)).forEach(o=>{const a=na(e,o);de(a)||a&&a2(a)}),a2(e)}function qN(e){const t=o2();return t.opened=!0,Object.values(e).forEach(r=>{if(!r)return;const[n,...o]=Gt(r).reverse(),a=o.reverse().reduce((i,l)=>{const u=i.children[l]??o2([...i.path,l]);if(u.status=Td(u.status,r.status),r.skip||(u.skip=!1),u.skip||(i.skip=!1),i.children[l]=u,i.status=Td(i.status,u.status),de(u))throw new Error(`Suite and Test should not have same path '${JSON.stringify(Gt(u))}'`);return u},t);a.children[n]={...r,checked:!0}}),t}function i4(e){return Object.values(e.children).filter(Be).flatMap(t=>de(t)?t.checked?t:[]:!t.checked&&!t.indeterminate?[]:i4(t))}function NS(e){return Object.values(e.children).filter(Be).flatMap(t=>de(t)?t.status==="failed"?t:[]:NS(t))}function HS(e,t,r){const n=t.shift();if(!n)return;const o=e.children[n]??(e.children[n]={...t.length==0?r:o2([...e.path,n]),checked:e.checked});if(de(o)){const a=o,{skip:i,status:l,results:u,approved:d}=r;Be(i)&&(a.skip=i),Be(l)&&(a.status=l),Be(u)&&(a.results?a.results.push(...u):a.results=u),d===null?a.approved=null:d!==void 0&&Object.entries(d).forEach(([f,h])=>h!==void 0&&((a.approved=a.approved??{})[f]=h))}else HS(o,t,r);e.skip=Object.values(e.children).filter(Be).map(({skip:a})=>a).every(Boolean),e.status=Object.values(e.children).filter(Be).map(({status:a})=>a).reduce(Td)}function jS(e,t){const r=t.shift();if(!r)return;const n=e.children[r];n&&!de(n)&&jS(n,t),(de(n)||Object.keys((n==null?void 0:n.children)??{}).length==0)&&delete e.children[r],Object.keys(e.children).length!=0&&(a2(e),e.skip=Object.values(e.children).filter(Be).map(({skip:o})=>o).every(Boolean),e.status=Object.values(e.children).filter(Be).map(({status:o})=>o).reduce(Td))}function l4(e,t){const{status:r,subStrings:n}=t;if(!r&&!n.length)return e;const o={...e,children:{}};return Object.entries(e.children).forEach(([a,i])=>{if(!(!i||i.skip))if(!r&&n.some(l=>a.toLowerCase().includes(l)))o.children[a]=i;else if(de(i))r&&i.status&&["pending","running",r].includes(i.status)&&(o.children[a]=i);else{const l=l4(i,t);if(Object.keys(l.children).length==0)return;o.children[a]=l}}),o}function Oc(e,t,r){const n=t.reduce((o,a)=>{if(o&&!de(o))return r&&(o.opened=r),o.children[a]},e);n&&!de(n)&&(n.opened=r)}function s4(e){return e.opened?Object.entries(e.children).flatMap(([t,r])=>r?[{title:t,suite:r},...de(r)?[]:s4(r)]:[]):[]}function GN(e){let t=0,r=0,n=0,o=0;const a=Object.values(e.children).filter(Be);let i;for(;i=a.pop();)de(i)?(i.status==="approved"&&n++,i.status==="success"&&t++,i.status==="failed"&&r++,i.status==="pending"&&o++):a.push(...Object.values(i.children).filter(Be));return{approvedCount:n,successCount:t,failedCount:r,pendingCount:o}}function VS(){return[typeof __CREEVEY_SERVER_HOST__>"u"?window.location.hostname:__CREEVEY_SERVER_HOST__,typeof __CREEVEY_SERVER_PORT__>"u"?window.location.port:__CREEVEY_SERVER_PORT__].filter(Boolean).join(":")}function US(e,t){const r=e.slice(-1)[0],n=window.location.host?`${window.location.protocol}//${VS()}${window.location.pathname=="/"?"/report":window.location.pathname.split("/").slice(0,-1).join("/")}/${encodeURI(e.slice(0,-1).join("/"))}`:encodeURI(e.slice(0,-1).join("/"));return t==r?n:`${n}/${encodeURI(r)}`}function u4(e){const t=parseFloat(getComputedStyle(e).borderTopWidth);return Number.isNaN(t)?0:t}function q1(e,t,r){const[n,o]=s.useState(!1);return s.useEffect(()=>{o(!1),Promise.all([e,t,r].map(a=>new Promise(i=>{const l=document.createElement("img");l.src=a,l.onload=i,l.onerror=i}))).then(()=>{o(!0)})},[e,t,r]),n}function WS(e,t,r=16){const n=s.useRef(null);s.useEffect(()=>{if(e.current)return n.current=new ResizeObserver(t),n.current.observe(e.current),()=>{var o;return(o=n.current)==null?void 0:o.disconnect()}},[r,e,t])}function bo(e,t,r){s.useLayoutEffect(()=>{if(!e.current)return;const n=e.current,o=u4(n);n.style.height=`${n.naturalHeight*t+o*2}px`},[e,t,r])}function c4(e,t){const[r,n]=s.useState(1),o=s.useCallback(()=>{const a=e.current;if(!a||!t){n(1);return}const i=u4(a),l=(a.getBoundingClientRect().width-i*2)/a.naturalWidth;n(Math.min(1,l))},[e,t]);return WS(e,o),s.useLayoutEffect(o,[o]),r}const qS="Creevey_theme";function YN(e){return Be(e)&&Object.prototype.hasOwnProperty.call(W1,e)}function KN(){const e=localStorage.getItem(qS);return YN(e)?e:"light"}function GS(){const[e,t]=s.useState(KN());return s.useEffect(()=>{localStorage.setItem(qS,e)},[e]),[e,t]}function QN(e){const t=`?${OS.stringify({testPath:e})}`;window.history.pushState({testPath:e},"",t)}function XN(){const{testPath:e}=OS.parse(window.location.search.slice(1));return Array.isArray(e)&&e.every(t=>typeof t=="string")?e:[]}const d4=z.createContext({isReport:!0,isRunning:!1,onImageNext:Rt,onImageApprove:Rt,onApproveAll:Rt,onStop:Rt,onStart:Rt,onSuiteOpen:Rt,onSuiteToggle:Rt,sidebarFocusedItem:[],setSidebarFocusedItem:Rt}),_l=()=>s.useContext(d4),ZN=({children:e,rootSuite:t,filter:r})=>{const{onSuiteOpen:n,onSuiteToggle:o,sidebarFocusedItem:a,setSidebarFocusedItem:i}=_l(),l=s4(l4(t,r)),u=s.useCallback(f=>l.findIndex(h=>{const p=de(h.suite)?Gt(h.suite):h.suite.path;return f.length===p.length&&f.every(m=>p.includes(m))}),[l]),d=s.useCallback(f=>{var h;if(a!==null)switch(f.code){case"Enter":{if(a.length===0)return;const p=na(t,a);if(!p)return;de(p)||(f.preventDefault(),n(p.path,!p.opened)),de(p)&&((h=p.results)==null?void 0:h.length)==0&&f.preventDefault();return}case"Space":{if(f.preventDefault(),f.altKey)return;const p=na(t,a);if(!p)return;const m=de(p)?Gt(p):p.path;o(m,!p.checked);return}case"ArrowDown":{const p=a.length===0?-1:u(a);if(p===l.length-1)return;const m=l[p+1],g=de(m.suite)?Gt(m.suite):m.suite.path;i(g);return}case"ArrowUp":{const p=a.length===0?0:u(a),m=p>0?l[p-1].suite:t,g=de(m)?Gt(m):m.path;i(g);return}case"ArrowRight":{if(a.length===0)return;const p=na(t,a);if(!p||de(p))return;n(p.path,!0);return}case"ArrowLeft":{if(a.length===0)return;const p=na(t,a);if(!p)return;if(!de(p)&&p.opened){n(p.path,!1);return}const m=de(p)?Gt(p):p.path;i(m.slice(0,-1));return}}},[n,o,t,l,u,a,i]);return s.useEffect(()=>(document.addEventListener("keydown",d,!1),()=>{document.removeEventListener("keydown",d,!1)}),[d]),A.jsx(A.Fragment,{children:e})};function St(){return St=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},St.apply(null,arguments)}function JN(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Cu(e,t){return Cu=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,n){return r.__proto__=n,r},Cu(e,t)}function eH(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,Cu(e,t)}function i2(e){return i2=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},i2(e)}function tH(e){try{return Function.toString.call(e).indexOf("[native code]")!==-1}catch{return typeof e=="function"}}function YS(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(YS=function(){return!!e})()}function rH(e,t,r){if(YS())return Reflect.construct.apply(null,arguments);var n=[null];n.push.apply(n,t);var o=new(e.bind.apply(e,n));return r&&Cu(o,r.prototype),o}function l2(e){var t=typeof Map=="function"?new Map:void 0;return l2=function(n){if(n===null||!tH(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,o)}function o(){return rH(n,arguments,i2(this).constructor)}return o.prototype=Object.create(n.prototype,{constructor:{value:o,enumerable:!1,writable:!0,configurable:!0}}),Cu(o,n)},l2(e)}var Qr=function(e){eH(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,JN(n)}return t}(l2(Error));function Tp(e){return Math.round(e*255)}function nH(e,t,r){return Tp(e)+","+Tp(t)+","+Tp(r)}function Su(e,t,r,n){if(n===void 0&&(n=nH),t===0)return n(r,r,r);var o=(e%360+360)%360/60,a=(1-Math.abs(2*r-1))*t,i=a*(1-Math.abs(o%2-1)),l=0,u=0,d=0;o>=0&&o<1?(l=a,u=i):o>=1&&o<2?(l=i,u=a):o>=2&&o<3?(u=a,d=i):o>=3&&o<4?(u=i,d=a):o>=4&&o<5?(l=i,d=a):o>=5&&o<6&&(l=a,d=i);var f=r-a/2,h=l+f,p=u+f,m=d+f;return n(h,p,m)}var l7={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 oH(e){if(typeof e!="string")return e;var t=e.toLowerCase();return l7[t]?"#"+l7[t]:e}var aH=/^#[a-fA-F0-9]{6}$/,iH=/^#[a-fA-F0-9]{8}$/,lH=/^#[a-fA-F0-9]{3}$/,sH=/^#[a-fA-F0-9]{4}$/,Bp=/^rgb\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*\)$/i,uH=/^rgb(?:a)?\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i,cH=/^hsl\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*\)$/i,dH=/^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 sl(e){if(typeof e!="string")throw new Qr(3);var t=oH(e);if(t.match(aH))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(iH)){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(lH))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(sH)){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 o=Bp.exec(t);if(o)return{red:parseInt(""+o[1],10),green:parseInt(""+o[2],10),blue:parseInt(""+o[3],10)};var a=uH.exec(t.substring(0,50));if(a)return{red:parseInt(""+a[1],10),green:parseInt(""+a[2],10),blue:parseInt(""+a[3],10),alpha:parseFloat(""+a[4])>1?parseFloat(""+a[4])/100:parseFloat(""+a[4])};var i=cH.exec(t);if(i){var l=parseInt(""+i[1],10),u=parseInt(""+i[2],10)/100,d=parseInt(""+i[3],10)/100,f="rgb("+Su(l,u,d)+")",h=Bp.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=dH.exec(t.substring(0,50));if(p){var m=parseInt(""+p[1],10),g=parseInt(""+p[2],10)/100,y=parseInt(""+p[3],10)/100,D="rgb("+Su(m,g,y)+")",b=Bp.exec(D);if(!b)throw new Qr(4,t,D);return{red:parseInt(""+b[1],10),green:parseInt(""+b[2],10),blue:parseInt(""+b[3],10),alpha:parseFloat(""+p[4])>1?parseFloat(""+p[4])/100:parseFloat(""+p[4])}}throw new Qr(5)}function fH(e){var t=e.red/255,r=e.green/255,n=e.blue/255,o=Math.max(t,r,n),a=Math.min(t,r,n),i=(o+a)/2;if(o===a)return e.alpha!==void 0?{hue:0,saturation:0,lightness:i,alpha:e.alpha}:{hue:0,saturation:0,lightness:i};var l,u=o-a,d=i>.5?u/(2-o-a):u/(o+a);switch(o){case t:l=(r-n)/u+(r<n?6:0);break;case r:l=(n-t)/u+2;break;default:l=(t-r)/u+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 zo(e){return fH(sl(e))}var pH=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},s2=pH;function Xo(e){var t=e.toString(16);return t.length===1?"0"+t:t}function $p(e){return Xo(Math.round(e*255))}function hH(e,t,r){return s2("#"+$p(e)+$p(t)+$p(r))}function Bd(e,t,r){return Su(e,t,r,hH)}function mH(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return Bd(e,t,r);if(typeof e=="object"&&t===void 0&&r===void 0)return Bd(e.hue,e.saturation,e.lightness);throw new Qr(1)}function gH(e,t,r,n){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number"&&typeof n=="number")return n>=1?Bd(e,t,r):"rgba("+Su(e,t,r)+","+n+")";if(typeof e=="object"&&t===void 0&&r===void 0&&n===void 0)return e.alpha>=1?Bd(e.hue,e.saturation,e.lightness):"rgba("+Su(e.hue,e.saturation,e.lightness)+","+e.alpha+")";throw new Qr(2)}function u2(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return s2("#"+Xo(e)+Xo(t)+Xo(r));if(typeof e=="object"&&t===void 0&&r===void 0)return s2("#"+Xo(e.red)+Xo(e.green)+Xo(e.blue));throw new Qr(6)}function G1(e,t,r,n){if(typeof e=="string"&&typeof t=="number"){var o=sl(e);return"rgba("+o.red+","+o.green+","+o.blue+","+t+")"}else{if(typeof e=="number"&&typeof t=="number"&&typeof r=="number"&&typeof n=="number")return n>=1?u2(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?u2(e.red,e.green,e.blue):"rgba("+e.red+","+e.green+","+e.blue+","+e.alpha+")"}throw new Qr(7)}var vH=function(t){return typeof t.red=="number"&&typeof t.green=="number"&&typeof t.blue=="number"&&(typeof t.alpha!="number"||typeof t.alpha>"u")},yH=function(t){return typeof t.red=="number"&&typeof t.green=="number"&&typeof t.blue=="number"&&typeof t.alpha=="number"},wH=function(t){return typeof t.hue=="number"&&typeof t.saturation=="number"&&typeof t.lightness=="number"&&(typeof t.alpha!="number"||typeof t.alpha>"u")},bH=function(t){return typeof t.hue=="number"&&typeof t.saturation=="number"&&typeof t.lightness=="number"&&typeof t.alpha=="number"};function To(e){if(typeof e!="object")throw new Qr(8);if(yH(e))return G1(e);if(vH(e))return u2(e);if(bH(e))return gH(e);if(wH(e))return mH(e);throw new Qr(8)}function KS(e,t,r){return function(){var o=r.concat(Array.prototype.slice.call(arguments));return o.length>=t?e.apply(this,o):KS(e,t,o)}}function Ut(e){return KS(e,e.length,[])}function xH(e,t){if(t==="transparent")return t;var r=zo(t);return To(St({},r,{hue:r.hue+parseFloat(e)}))}Ut(xH);function Il(e,t,r){return Math.max(e,Math.min(t,r))}function DH(e,t){if(t==="transparent")return t;var r=zo(t);return To(St({},r,{lightness:Il(0,1,r.lightness-parseFloat(e))}))}Ut(DH);function EH(e,t){if(t==="transparent")return t;var r=zo(t);return To(St({},r,{saturation:Il(0,1,r.saturation-parseFloat(e))}))}Ut(EH);function CH(e,t){if(t==="transparent")return t;var r=zo(t);return To(St({},r,{lightness:Il(0,1,r.lightness+parseFloat(e))}))}Ut(CH);function SH(e,t,r){if(t==="transparent")return r;if(r==="transparent")return t;if(e===0)return r;var n=sl(t),o=St({},n,{alpha:typeof n.alpha=="number"?n.alpha:1}),a=sl(r),i=St({},a,{alpha:typeof a.alpha=="number"?a.alpha:1}),l=o.alpha-i.alpha,u=parseFloat(e)*2-1,d=u*l===-1?u:u+l,f=1+u*l,h=(d/f+1)/2,p=1-h,m={red:Math.floor(o.red*h+i.red*p),green:Math.floor(o.green*h+i.green*p),blue:Math.floor(o.blue*h+i.blue*p),alpha:o.alpha*parseFloat(e)+i.alpha*(1-parseFloat(e))};return G1(m)}var kH=Ut(SH),QS=kH;function AH(e,t){if(t==="transparent")return t;var r=sl(t),n=typeof r.alpha=="number"?r.alpha:1,o=St({},r,{alpha:Il(0,1,(n*100+parseFloat(e)*100)/100)});return G1(o)}var FH=Ut(AH),Lp=FH;function _H(e,t){if(t==="transparent")return t;var r=zo(t);return To(St({},r,{saturation:Il(0,1,r.saturation+parseFloat(e))}))}Ut(_H);function IH(e,t){return t==="transparent"?t:To(St({},zo(t),{hue:parseFloat(e)}))}Ut(IH);function RH(e,t){return t==="transparent"?t:To(St({},zo(t),{lightness:parseFloat(e)}))}Ut(RH);function zH(e,t){return t==="transparent"?t:To(St({},zo(t),{saturation:parseFloat(e)}))}Ut(zH);function TH(e,t){return t==="transparent"?t:QS(parseFloat(e),"rgb(0, 0, 0)",t)}Ut(TH);function BH(e,t){return t==="transparent"?t:QS(parseFloat(e),"rgb(255, 255, 255)",t)}Ut(BH);function $H(e,t){if(t==="transparent")return t;var r=sl(t),n=typeof r.alpha=="number"?r.alpha:1,o=St({},r,{alpha:Il(0,1,+(n*100-parseFloat(e)*100).toFixed(2)/100)});return G1(o)}var LH=Ut($H),Ii=LH,MH=Object.create,XS=Object.defineProperty,OH=Object.getOwnPropertyDescriptor,PH=Object.getOwnPropertyNames,NH=Object.getPrototypeOf,HH=Object.prototype.hasOwnProperty,jH=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),VH=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of PH(t))!HH.call(e,o)&&o!==r&&XS(e,o,{get:()=>t[o],enumerable:!(n=OH(t,o))||n.enumerable});return e},UH=(e,t,r)=>(r=e!=null?MH(NH(e)):{},VH(!e||!e.__esModule?XS(r,"default",{value:e,enumerable:!0}):r,e)),WH=jH(e=>{Object.defineProperty(e,"__esModule",{value:!0}),e.isEqual=function(){var t=Object.prototype.toString,r=Object.getPrototypeOf,n=Object.getOwnPropertySymbols?function(o){return Object.keys(o).concat(Object.getOwnPropertySymbols(o))}:Object.keys;return function(o,a){return function i(l,u,d){var f,h,p,m=t.call(l),g=t.call(u);if(l===u)return!0;if(l==null||u==null)return!1;if(d.indexOf(l)>-1&&d.indexOf(u)>-1)return!0;if(d.push(l,u),m!=g||(f=n(l),h=n(u),f.length!=h.length||f.some(function(y){return!i(l[y],u[y],d)})))return!1;switch(m.slice(8,-1)){case"Symbol":return l.valueOf()==u.valueOf();case"Date":case"Number":return+l==+u||+l!=+l&&+u!=+u;case"RegExp":case"Function":case"String":case"Boolean":return""+l==""+u;case"Set":case"Map":f=l.entries(),h=u.entries();do if(!i((p=f.next()).value,h.next().value,d))return!1;while(!p.done);return!0;case"ArrayBuffer":l=new Uint8Array(l),u=new Uint8Array(u);case"DataView":l=new Uint8Array(l.buffer),u=new Uint8Array(u.buffer);case"Float32Array":case"Float64Array":case"Int8Array":case"Int16Array":case"Int32Array":case"Uint8Array":case"Uint16Array":case"Uint32Array":case"Uint8ClampedArray":case"Arguments":case"Array":if(l.length!=u.length)return!1;for(p=0;p<l.length;p++)if((p in l||p in u)&&(p in l!=p in u||!i(l[p],u[p],d)))return!1;return!0;case"Object":return i(r(l),r(u),d);default:return!1}}(o,a,[])}}()});UH(WH());var ZS=e=>e.toLowerCase().replace(/[ ’–—―′¿'`~!@#$%^&*()_|+\-=?;:'",.<>\{\}\[\]\\\/]/gi,"-").replace(/-+/g,"-").replace(/^-+/,"").replace(/-+$/,""),qH=Object.create,Y1=Object.defineProperty,GH=Object.getOwnPropertyDescriptor,YH=Object.getOwnPropertyNames,KH=Object.getPrototypeOf,QH=Object.prototype.hasOwnProperty,c=(e,t)=>Y1(e,"name",{value:t,configurable:!0}),Pc=(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')}),L=(e,t)=>()=>(e&&(t=e(e=0)),t),Q=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),Rl=(e,t)=>{for(var r in t)Y1(e,r,{get:t[r],enumerable:!0})},XH=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of YH(t))!QH.call(e,o)&&o!==r&&Y1(e,o,{get:()=>t[o],enumerable:!(n=GH(t,o))||n.enumerable});return e},Ke=(e,t,r)=>(r=e!=null?qH(KH(e)):{},XH(t||!e||!e.__esModule?Y1(r,"default",{value:e,enumerable:!0}):r,e));function oe(){return oe=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},oe.apply(null,arguments)}var Ar=L(()=>{c(oe,"_extends")});function JS(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var ZH=L(()=>{c(JS,"_assertThisInitialized")});function ul(e,t){return ul=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,n){return r.__proto__=n,r},ul(e,t)}var f4=L(()=>{c(ul,"_setPrototypeOf")});function $d(e){return $d=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},$d(e)}var JH=L(()=>{c($d,"_getPrototypeOf")}),p4,h4=L(()=>{p4=(()=>{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})()}),K1=Q((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,o,a){function i(d,f){if(!o[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=o[d]={exports:{}};n[d][0].call(m.exports,function(g){var y=n[d][1][g];return i(y||g)},m,m.exports,r,n,o,a)}return o[d].exports}c(i,"s");for(var l=typeof Pc=="function"&&Pc,u=0;u<a.length;u++)i(a[u]);return i},"e")({1:[function(r,n,o){n.exports=function(a){if(typeof Map!="function"||a){var i=r("./similar");return new i}else return new Map}},{"./similar":2}],2:[function(r,n,o){function a(){return this.list=[],this.lastItem=void 0,this.size=0,this}c(a,"Similar"),a.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},a.prototype.set=function(i,l){var u;return this.lastItem&&this.isEqual(this.lastItem.key,i)?(this.lastItem.val=l,this):(u=this.indexOf(i),u>=0?(this.lastItem=this.list[u],this.list[u].val=l,this):(this.lastItem={key:i,val:l},this.list.push(this.lastItem),this.size++,this))},a.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]},a.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)},a.prototype.forEach=function(i,l){var u;for(u=0;u<this.size;u++)i.call(l||this,this.list[u].val,this.list[u].key,this)},a.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},a.prototype.isEqual=function(i,l){return i===l||i!==i&&l!==l},n.exports=a},{}],3:[function(r,n,o){var a=r("map-or-similar");n.exports=function(d){var f=new a(!1),h=[];return function(p){var m=c(function(){var g=f,y,D,b=arguments.length-1,w=Array(b+1),v=!0,x;if((m.numArgs||m.numArgs===0)&&m.numArgs!==b+1)throw new Error("Memoizerific functions should always be called with the same number of arguments");for(x=0;x<b;x++){if(w[x]={cacheItem:g,arg:arguments[x]},g.has(arguments[x])){g=g.get(arguments[x]);continue}v=!1,y=new a(!1),g.set(arguments[x],y),g=y}return v&&(g.has(arguments[b])?D=g.get(arguments[b]):v=!1),v||(D=p.apply(null,arguments),g.set(arguments[b],D)),d>0&&(w[b]={cacheItem:g,arg:arguments[b]},v?i(h,w):h.push(w),h.length>d&&l(h.shift())),m.wasMemoized=v,m.numArgs=b+1,D},"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,y;for(g=0;g<h;g++){for(m=!0,y=0;y<p;y++)if(!u(d[g][y].arg,f[y].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 u(d,f){return d===f||d!==d&&f!==f}c(u,"isEqual")},{"map-or-similar":1}]},{},[3])(3)})});function Q1(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 m4=L(()=>{c(Q1,"_objectWithoutPropertiesLoose")});function ek(e,t){if(e==null)return{};var r,n,o=Q1(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(n=0;n<a.length;n++)r=a[n],t.indexOf(r)>=0||{}.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}var ej=L(()=>{m4(),c(ek,"_objectWithoutProperties")});function Ld(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 tk=L(()=>{c(Ld,"_arrayLikeToArray")});function rk(e){if(Array.isArray(e))return Ld(e)}var tj=L(()=>{tk(),c(rk,"_arrayWithoutHoles")});function nk(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}var rj=L(()=>{c(nk,"_iterableToArray")});function ok(e,t){if(e){if(typeof e=="string")return Ld(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)?Ld(e,t):void 0}}var nj=L(()=>{tk(),c(ok,"_unsupportedIterableToArray")});function ak(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
249
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var oj=L(()=>{c(ak,"_nonIterableSpread")});function ik(e){return rk(e)||nk(e)||ok(e)||ak()}var aj=L(()=>{tj(),rj(),nj(),oj(),c(ik,"_toConsumableArray")});function cl(e){"@babel/helpers - typeof";return cl=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},cl(e)}var lk=L(()=>{c(cl,"_typeof")});function sk(e,t){if(cl(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t||"default");if(cl(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var ij=L(()=>{lk(),c(sk,"toPrimitive")});function uk(e){var t=sk(e,"string");return cl(t)=="symbol"?t:t+""}var lj=L(()=>{lk(),ij(),c(uk,"toPropertyKey")});function g4(e,t,r){return(t=uk(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var ck=L(()=>{lj(),c(g4,"_defineProperty")});function c2(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),r.push.apply(r,n)}return r}function oa(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?c2(Object(r),!0).forEach(function(n){g4(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):c2(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function dk(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 fk(e){if(e.length===0||e.length===1)return e;var t=e.join(".");return _0[t]||(_0[t]=dk(e)),_0[t]}function pk(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=arguments.length>2?arguments[2]:void 0,n=e.filter(function(a){return a!=="token"}),o=fk(n);return o.reduce(function(a,i){return oa(oa({},a),r[i])},t)}function d2(e){return e.join(" ")}function hk(e,t){var r=0;return function(n){return r+=1,n.map(function(o,a){return X1({node:o,stylesheet:e,useInlineStyles:t,key:"code-segment-".concat(r,"-").concat(a)})})}}function X1(e){var t=e.node,r=e.stylesheet,n=e.style,o=n===void 0?{}:n,a=e.useInlineStyles,i=e.key,l=t.properties,u=t.type,d=t.tagName,f=t.value;if(u==="text")return f;if(d){var h=hk(r,a),p;if(!a)p=oa(oa({},l),{},{className:d2(l.className)});else{var m=Object.keys(r).reduce(function(b,w){return w.split(".").forEach(function(v){b.includes(v)||b.push(v)}),b},[]),g=l.className&&l.className.includes("token")?["token"]:[],y=l.className&&g.concat(l.className.filter(function(b){return!m.includes(b)}));p=oa(oa({},l),{},{className:d2(y)||void 0,style:pk(l.className,Object.assign({},l.style,o),r)})}var D=h(t.children);return z.createElement(d,oe({key:i},p),D)}}var _0,mk=L(()=>{Ar(),ck(),c(c2,"ownKeys"),c(oa,"_objectSpread"),c(dk,"powerSetPermutations"),_0={},c(fk,"getClassNameCombinations"),c(pk,"createStyleObject"),c(d2,"createClassNameString"),c(hk,"createChildren"),c(X1,"createElement")}),gk,sj=L(()=>{gk=c(function(e,t){var r=e.listLanguages();return r.indexOf(t)!==-1},"default")});function f2(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),r.push.apply(r,n)}return r}function hr(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?f2(Object(r),!0).forEach(function(n){g4(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):f2(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function vk(e){return e.match(kk)}function yk(e){var t=e.lines,r=e.startingLineNumber,n=e.style;return t.map(function(o,a){var i=a+r;return z.createElement("span",{key:"line-".concat(a),className:"react-syntax-highlighter-line-number",style:typeof n=="function"?n(i):n},"".concat(i,`
250
- `))})}function wk(e){var t=e.codeString,r=e.codeStyle,n=e.containerStyle,o=n===void 0?{float:"left",paddingRight:"10px"}:n,a=e.numberStyle,i=a===void 0?{}:a,l=e.startingLineNumber;return z.createElement("code",{style:Object.assign({},r,o)},yk({lines:t.replace(/\n$/,"").split(`
251
- `),style:i,startingLineNumber:l}))}function bk(e){return"".concat(e.toString().length,".25em")}function v4(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 y4(e,t,r){var n={display:"inline-block",minWidth:bk(r),paddingRight:"1em",textAlign:"right",userSelect:"none"},o=typeof e=="function"?e(t):e,a=hr(hr({},n),o);return a}function Gs(e){var t=e.children,r=e.lineNumber,n=e.lineNumberStyle,o=e.largestLineNumber,a=e.showInlineLineNumbers,i=e.lineProps,l=i===void 0?{}:i,u=e.className,d=u===void 0?[]:u,f=e.showLineNumbers,h=e.wrapLongLines,p=typeof l=="function"?l(r):l;if(p.className=d,r&&a){var m=y4(n,r,o);t.unshift(v4(r,m))}return h&f&&(p.style=hr(hr({},p.style),{},{display:"flex"})),{type:"element",tagName:"span",properties:p,children:t}}function w4(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 o=e[n];if(o.type==="text")r.push(Gs({children:[o],className:ik(new Set(t))}));else if(o.children){var a=t.concat(o.properties.className);w4(o.children,a).forEach(function(i){return r.push(i)})}}return r}function xk(e,t,r,n,o,a,i,l,u){var d,f=w4(e.value),h=[],p=-1,m=0;function g(E,S){var C=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[];return Gs({children:E,lineNumber:S,lineNumberStyle:l,largestLineNumber:i,showInlineLineNumbers:o,lineProps:r,className:C,showLineNumbers:n,wrapLongLines:u})}c(g,"createWrappedLine");function y(E,S){if(n&&S&&o){var C=y4(l,S,i);E.unshift(v4(S,C))}return E}c(y,"createUnwrappedLine");function D(E,S){var C=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[];return t||C.length>0?g(E,S,C):y(E,S)}c(D,"createLine");for(var b=c(function(){var E=f[m],S=E.children[0].value,C=vk(S);if(C){var k=S.split(`
252
- `);k.forEach(function(F,_){var T=n&&h.length+a,N={type:"text",value:"".concat(F,`
253
- `)};if(_===0){var P=f.slice(p+1,m).concat(Gs({children:[N],className:E.properties.className})),G=D(P,T);h.push(G)}else if(_===k.length-1){var H=f[m+1]&&f[m+1].children&&f[m+1].children[0],U={type:"text",value:"".concat(F)};if(H){var K=Gs({children:[U],className:E.properties.className});f.splice(m+1,0,K)}else{var B=[U],$=D(B,T,E.properties.className);h.push($)}}else{var M=[N],V=D(M,T,E.properties.className);h.push(V)}}),p=m}m++},"_loop");m<f.length;)b();if(p!==f.length-1){var w=f.slice(p+1,f.length);if(w&&w.length){var v=n&&h.length+a,x=D(w,v);h.push(x)}}return t?h:(d=[]).concat.apply(d,h)}function Dk(e){var t=e.rows,r=e.stylesheet,n=e.useInlineStyles;return t.map(function(o,a){return X1({node:o,stylesheet:r,useInlineStyles:n,key:"code-segement".concat(a)})})}function b4(e){return e&&typeof e.highlightAuto<"u"}function Ek(e){var t=e.astGenerator,r=e.language,n=e.code,o=e.defaultCodeValue;if(b4(t)){var a=gk(t,r);return r==="text"?{value:o,language:"text"}:a?t.highlight(r,n):t.highlightAuto(n)}try{return r&&r!=="text"?{value:t.highlight(n,r)}:{value:o}}catch{return{value:o}}}function Ck(e,t){return c(function(r){var n=r.language,o=r.children,a=r.style,i=a===void 0?t:a,l=r.customStyle,u=l===void 0?{}:l,d=r.codeTagProps,f=d===void 0?{className:n?"language-".concat(n):void 0,style:hr(hr({},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,y=r.showInlineLineNumbers,D=y===void 0?!0:y,b=r.startingLineNumber,w=b===void 0?1:b,v=r.lineNumberContainerStyle,x=r.lineNumberStyle,E=x===void 0?{}:x,S=r.wrapLines,C=r.wrapLongLines,k=C===void 0?!1:C,F=r.lineProps,_=F===void 0?{}:F,T=r.renderer,N=r.PreTag,P=N===void 0?"pre":N,G=r.CodeTag,H=G===void 0?"code":G,U=r.code,K=U===void 0?(Array.isArray(o)?o[0]:o)||"":U,B=r.astGenerator,$=ek(r,Sk);B=B||e;var M=g?z.createElement(wk,{containerStyle:v,codeStyle:f.style||{},numberStyle:E,startingLineNumber:w,codeString:K}):null,V=i.hljs||i['pre[class*="language-"]']||{backgroundColor:"#fff"},X=b4(B)?"hljs":"prismjs",ue=p?Object.assign({},$,{style:Object.assign({},V,u)}):Object.assign({},$,{className:$.className?"".concat(X," ").concat($.className):X,style:Object.assign({},u)});if(k?f.style=hr(hr({},f.style),{},{whiteSpace:"pre-wrap"}):f.style=hr(hr({},f.style),{},{whiteSpace:"pre"}),!B)return z.createElement(P,ue,M,z.createElement(H,f,K));(S===void 0&&T||k)&&(S=!0),T=T||Dk;var fe=[{type:"text",value:K}],q=Ek({astGenerator:B,language:n,code:K,defaultCodeValue:fe});q.language===null&&(q.value=fe);var ee=q.value.length+w,ne=xk(q,S,_,g,D,w,ee,E,k);return z.createElement(P,ue,z.createElement(H,f,!D&&M,T({rows:ne,stylesheet:i,useInlineStyles:p})))},"SyntaxHighlighter")}var Sk,kk,uj=L(()=>{ej(),aj(),ck(),mk(),sj(),Sk=["language","children","style","customStyle","codeTagProps","useInlineStyles","showLineNumbers","showInlineLineNumbers","startingLineNumber","lineNumberContainerStyle","lineNumberStyle","wrapLines","wrapLongLines","lineProps","renderer","PreTag","CodeTag","code","astGenerator"],c(f2,"ownKeys"),c(hr,"_objectSpread"),kk=/\n/g,c(vk,"getNewLines"),c(yk,"getAllLineNumbers"),c(wk,"AllLineNumbers"),c(bk,"getEmWidthOfNumber"),c(v4,"getInlineLineNumber"),c(y4,"assembleLineNumberStyles"),c(Gs,"createLineElement"),c(w4,"flattenCodeTree"),c(xk,"processLines"),c(Dk,"defaultRenderer"),c(b4,"isHighlightJs"),c(Ek,"getCodeTree"),c(Ck,"default")}),cj=Q((e,t)=>{t.exports=n;var r=Object.prototype.hasOwnProperty;function n(){for(var o={},a=0;a<arguments.length;a++){var i=arguments[a];for(var l in i)r.call(i,l)&&(o[l]=i[l])}return o}c(n,"extend")}),Ak=Q((e,t)=>{t.exports=n;var r=n.prototype;r.space=null,r.normal={},r.property={};function n(o,a,i){this.property=o,this.normal=a,i&&(this.space=i)}c(n,"Schema")}),dj=Q((e,t)=>{var r=cj(),n=Ak();t.exports=o;function o(a){for(var i=a.length,l=[],u=[],d=-1,f,h;++d<i;)f=a[d],l.push(f.property),u.push(f.normal),h=f.space;return new n(r.apply(null,l),r.apply(null,u),h)}c(o,"merge")}),x4=Q((e,t)=>{t.exports=r;function r(n){return n.toLowerCase()}c(r,"normalize")}),Fk=Q((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(o,a){this.property=o,this.attribute=a}c(n,"Info")}),D4=Q(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")}),_k=Q((e,t)=>{var r=Fk(),n=D4();t.exports=i,i.prototype=new r,i.prototype.defined=!0;var o=["boolean","booleanish","overloadedBoolean","number","commaSeparated","spaceSeparated","commaOrSpaceSeparated"],a=o.length;function i(u,d,f,h){var p=-1,m;for(l(this,"space",h),r.call(this,u,d);++p<a;)m=o[p],l(this,m,(f&n[m])===n[m])}c(i,"DefinedInfo");function l(u,d,f){f&&(u[d]=f)}c(l,"mark")}),Qu=Q((e,t)=>{var r=x4(),n=Ak(),o=_k();t.exports=a;function a(i){var l=i.space,u=i.mustUseProperty||[],d=i.attributes||{},f=i.properties,h=i.transform,p={},m={},g,y;for(g in f)y=new o(g,h(d,g),f[g],l),u.indexOf(g)!==-1&&(y.mustUseProperty=!0),p[g]=y,m[r(g)]=g,m[r(y.attribute)]=g;return new n(p,m,l)}c(a,"create")}),fj=Q((e,t)=>{var r=Qu();t.exports=r({space:"xlink",transform:n,properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null}});function n(o,a){return"xlink:"+a.slice(5).toLowerCase()}c(n,"xlinkTransform")}),pj=Q((e,t)=>{var r=Qu();t.exports=r({space:"xml",transform:n,properties:{xmlLang:null,xmlBase:null,xmlSpace:null}});function n(o,a){return"xml:"+a.slice(3).toLowerCase()}c(n,"xmlTransform")}),hj=Q((e,t)=>{t.exports=r;function r(n,o){return o in n?n[o]:o}c(r,"caseSensitiveTransform")}),Ik=Q((e,t)=>{var r=hj();t.exports=n;function n(o,a){return r(o,a.toLowerCase())}c(n,"caseInsensitiveTransform")}),mj=Q((e,t)=>{var r=Qu(),n=Ik();t.exports=r({space:"xmlns",attributes:{xmlnsxlink:"xmlns:xlink"},transform:n,properties:{xmlns:null,xmlnsXLink:null}})}),gj=Q((e,t)=>{var r=D4(),n=Qu(),o=r.booleanish,a=r.number,i=r.spaceSeparated;t.exports=n({transform:l,properties:{ariaActiveDescendant:null,ariaAtomic:o,ariaAutoComplete:null,ariaBusy:o,ariaChecked:o,ariaColCount:a,ariaColIndex:a,ariaColSpan:a,ariaControls:i,ariaCurrent:null,ariaDescribedBy:i,ariaDetails:null,ariaDisabled:o,ariaDropEffect:i,ariaErrorMessage:null,ariaExpanded:o,ariaFlowTo:i,ariaGrabbed:o,ariaHasPopup:null,ariaHidden:o,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:i,ariaLevel:a,ariaLive:null,ariaModal:o,ariaMultiLine:o,ariaMultiSelectable:o,ariaOrientation:null,ariaOwns:i,ariaPlaceholder:null,ariaPosInSet:a,ariaPressed:o,ariaReadOnly:o,ariaRelevant:null,ariaRequired:o,ariaRoleDescription:i,ariaRowCount:a,ariaRowIndex:a,ariaRowSpan:a,ariaSelected:o,ariaSetSize:a,ariaSort:null,ariaValueMax:a,ariaValueMin:a,ariaValueNow:a,ariaValueText:null,role:null}});function l(u,d){return d==="role"?d:"aria-"+d.slice(4).toLowerCase()}c(l,"ariaTransform")}),vj=Q((e,t)=>{var r=D4(),n=Qu(),o=Ik(),a=r.boolean,i=r.overloadedBoolean,l=r.booleanish,u=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:o,mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:f,acceptCharset:d,accessKey:d,action:null,allow:null,allowFullScreen:a,allowPaymentRequest:a,allowUserMedia:a,alt:null,as:null,async:a,autoCapitalize:null,autoComplete:d,autoFocus:a,autoPlay:a,capture:a,charSet:null,checked:a,cite:null,className:d,cols:u,colSpan:null,content:null,contentEditable:l,controls:a,controlsList:d,coords:u|f,crossOrigin:null,data:null,dateTime:null,decoding:null,default:a,defer:a,dir:null,dirName:null,disabled:a,download:i,draggable:l,encType:null,enterKeyHint:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:a,formTarget:null,headers:d,height:u,hidden:a,high:u,href:null,hrefLang:null,htmlFor:d,httpEquiv:d,id:null,imageSizes:null,imageSrcSet:f,inputMode:null,integrity:null,is:null,isMap:a,itemId:null,itemProp:d,itemRef:d,itemScope:a,itemType:d,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:a,low:u,manifest:null,max:null,maxLength:u,media:null,method:null,min:null,minLength:u,multiple:a,muted:a,name:null,nonce:null,noModule:a,noValidate:a,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:a,optimum:u,pattern:null,ping:d,placeholder:null,playsInline:a,poster:null,preload:null,readOnly:a,referrerPolicy:null,rel:d,required:a,reversed:a,rows:u,rowSpan:u,sandbox:d,scope:null,scoped:a,seamless:a,selected:a,shape:null,size:u,sizes:null,slot:null,span:u,spellCheck:l,src:null,srcDoc:null,srcLang:null,srcSet:f,start:u,step:null,style:null,tabIndex:u,target:null,title:null,translate:null,type:null,typeMustMatch:a,useMap:null,value:l,width:u,wrap:null,align:null,aLink:null,archive:d,axis:null,background:null,bgColor:null,border:u,borderColor:null,bottomMargin:u,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:a,declare:a,event:null,face:null,frame:null,frameBorder:null,hSpace:u,leftMargin:u,link:null,longDesc:null,lowSrc:null,marginHeight:u,marginWidth:u,noResize:a,noHref:a,noShade:a,noWrap:a,object:null,profile:null,prompt:null,rev:null,rightMargin:u,rules:null,scheme:null,scrolling:l,standby:null,summary:null,text:null,topMargin:u,valueType:null,version:null,vAlign:null,vLink:null,vSpace:u,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:a,disableRemotePlayback:a,prefix:null,property:null,results:u,security:null,unselectable:null}})}),yj=Q((e,t)=>{var r=dj(),n=fj(),o=pj(),a=mj(),i=gj(),l=vj();t.exports=r([o,n,a,i,l])}),wj=Q((e,t)=>{var r=x4(),n=_k(),o=Fk(),a="data";t.exports=d;var i=/^data[-\w.:]+$/i,l=/-[a-z]/g,u=/[A-Z]/g;function d(g,y){var D=r(y),b=y,w=o;return D in g.normal?g.property[g.normal[D]]:(D.length>4&&D.slice(0,4)===a&&i.test(y)&&(y.charAt(4)==="-"?b=f(y):y=h(y),w=n),new w(b,y))}c(d,"find");function f(g){var y=g.slice(5).replace(l,m);return a+y.charAt(0).toUpperCase()+y.slice(1)}c(f,"datasetToProperty");function h(g){var y=g.slice(4);return l.test(y)?g:(y=y.replace(u,p),y.charAt(0)!=="-"&&(y="-"+y),a+y)}c(h,"datasetToAttribute");function p(g){return"-"+g.toLowerCase()}c(p,"kebab");function m(g){return g.charAt(1).toUpperCase()}c(m,"camelcase")}),bj=Q((e,t)=>{t.exports=n;var r=/[#.]/g;function n(o,a){for(var i=o||"",l=a||"div",u={},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==="#"?u.id=f:u.className?u.className.push(f):u.className=[f]:l=f,d+=f.length),p&&(h=p[0],d++);return{type:"element",tagName:l,properties:u,children:[]}}c(n,"parse")}),xj=Q(e=>{e.parse=o,e.stringify=a;var t="",r=" ",n=/[ \t\n\r\f]+/g;function o(i){var l=String(i||t).trim();return l===t?[]:l.split(n)}c(o,"parse");function a(i){return i.join(r).trim()}c(a,"stringify")}),Dj=Q(e=>{e.parse=o,e.stringify=a;var t=",",r=" ",n="";function o(i){for(var l=[],u=String(i||n),d=u.indexOf(t),f=0,h=!1,p;!h;)d===-1&&(d=u.length,h=!0),p=u.slice(f,d).trim(),(p||!h)&&l.push(p),f=d+1,d=u.indexOf(t,f);return l}c(o,"parse");function a(i,l){var u=l||{},d=u.padLeft===!1?n:r,f=u.padRight?r:n;return i[i.length-1]===n&&(i=i.concat(n)),i.join(f+t+d).trim()}c(a,"stringify")}),Ej=Q((e,t)=>{var r=wj(),n=x4(),o=bj(),a=xj().parse,i=Dj().parse;t.exports=u;var l={}.hasOwnProperty;function u(D,b,w){var v=w?y(w):null;return x;function x(S,C){var k=o(S,b),F=Array.prototype.slice.call(arguments,2),_=k.tagName.toLowerCase(),T;if(k.tagName=v&&l.call(v,_)?v[_]:_,C&&d(C,k)&&(F.unshift(C),C=null),C)for(T in C)E(k.properties,T,C[T]);return h(k.children,F),k.tagName==="template"&&(k.content={type:"root",children:k.children},k.children=[]),k}function E(S,C,k){var F,_,T;k==null||k!==k||(F=r(D,C),_=F.property,T=k,typeof T=="string"&&(F.spaceSeparated?T=a(T):F.commaSeparated?T=i(T):F.commaOrSpaceSeparated&&(T=a(i(T).join(" ")))),_==="style"&&typeof k!="string"&&(T=g(T)),_==="className"&&S.className&&(T=S.className.concat(T)),S[_]=p(F,_,T))}}c(u,"factory");function d(D,b){return typeof D=="string"||"length"in D||f(b.tagName,D)}c(d,"isChildren");function f(D,b){var w=b.type;return D==="input"||!w||typeof w!="string"?!1:typeof b.children=="object"&&"length"in b.children?!0:(w=w.toLowerCase(),D==="button"?w!=="menu"&&w!=="submit"&&w!=="reset"&&w!=="button":"value"in b)}c(f,"isNode");function h(D,b){var w,v;if(typeof b=="string"||typeof b=="number"){D.push({type:"text",value:String(b)});return}if(typeof b=="object"&&"length"in b){for(w=-1,v=b.length;++w<v;)h(D,b[w]);return}if(typeof b!="object"||!("type"in b))throw new Error("Expected node, nodes, or string, got `"+b+"`");D.push(b)}c(h,"addChild");function p(D,b,w){var v,x,E;if(typeof w!="object"||!("length"in w))return m(D,b,w);for(x=w.length,v=-1,E=[];++v<x;)E[v]=m(D,b,w[v]);return E}c(p,"parsePrimitives");function m(D,b,w){var v=w;return D.number||D.positiveNumber?!isNaN(v)&&v!==""&&(v=Number(v)):(D.boolean||D.overloadedBoolean)&&typeof v=="string"&&(v===""||n(w)===n(b))&&(v=!0),v}c(m,"parsePrimitive");function g(D){var b=[],w;for(w in D)b.push([w,D[w]].join(": "));return b.join("; ")}c(g,"style");function y(D){for(var b=D.length,w=-1,v={},x;++w<b;)x=D[w],v[x.toLowerCase()]=x;return v}c(y,"createAdjustMap")}),Cj=Q((e,t)=>{var r=yj(),n=Ej(),o=n(r,"div");o.displayName="html",t.exports=o}),Sj=Q((e,t)=>{t.exports=Cj()}),kj=Q((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:"ÿ"}}),Aj=Q((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:"Ÿ"}}),Rk=Q((e,t)=>{t.exports=r;function r(n){var o=typeof n=="string"?n.charCodeAt(0):n;return o>=48&&o<=57}c(r,"decimal")}),Fj=Q((e,t)=>{t.exports=r;function r(n){var o=typeof n=="string"?n.charCodeAt(0):n;return o>=97&&o<=102||o>=65&&o<=70||o>=48&&o<=57}c(r,"hexadecimal")}),_j=Q((e,t)=>{t.exports=r;function r(n){var o=typeof n=="string"?n.charCodeAt(0):n;return o>=97&&o<=122||o>=65&&o<=90}c(r,"alphabetical")}),Ij=Q((e,t)=>{var r=_j(),n=Rk();t.exports=o;function o(a){return r(a)||n(a)}c(o,"alphanumerical")}),Rj=Q((e,t)=>{var r,n=59;t.exports=o;function o(a){var i="&"+a+";",l;return r=r||document.createElement("i"),r.innerHTML=i,l=r.textContent,l.charCodeAt(l.length-1)===n&&a!=="semi"||l===i?!1:l}c(o,"decodeEntity")}),zj=Q((e,t)=>{var r=kj(),n=Aj(),o=Rk(),a=Fj(),i=Ij(),l=Rj();t.exports=V;var u={}.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,y=32,D=38,b=59,w=60,v=61,x=35,E=88,S=120,C=65533,k="named",F="hexadecimal",_="decimal",T={};T[F]=16,T[_]=10;var N={};N[k]=i,N[_]=o,N[F]=a;var P=1,G=2,H=3,U=4,K=5,B=6,$=7,M={};M[P]="Named character references must be terminated by a semicolon",M[G]="Numeric character references must be terminated by a semicolon",M[H]="Named character references cannot be empty",M[U]="Numeric character references cannot be empty",M[K]="Named character references must be known",M[B]="Numeric character references cannot be disallowed",M[$]="Numeric character references cannot be outside the permissible Unicode range";function V(q,ee){var ne={},Ie,Qe;ee||(ee={});for(Qe in h)Ie=ee[Qe],ne[Qe]=Ie??h[Qe];return(ne.position.indent||ne.position.start)&&(ne.indent=ne.position.indent||[],ne.position=ne.position.start),X(q,ne)}c(V,"parseEntities");function X(q,ee){var ne=ee.additional,Ie=ee.nonTerminated,Qe=ee.text,Ir=ee.reference,At=ee.warning,nr=ee.textContext,W=ee.referenceContext,or=ee.warningContext,Rr=ee.position,Oo=ee.indent||[],Ha=q.length,zr=0,hc=-1,at=Rr.column||1,Po=Rr.line||1,Tr="",ja=[],Br,Va,$r,Xe,ar,Me,ke,Lr,mc,Mf,No,Pl,Ho,gn,Xy,Nl,gc,Mr,Oe;for(typeof ne=="string"&&(ne=ne.charCodeAt(0)),Nl=Hl(),Lr=At?VT:f,zr--,Ha++;++zr<Ha;)if(ar===m&&(at=Oo[hc]||1),ar=q.charCodeAt(zr),ar===D){if(ke=q.charCodeAt(zr+1),ke===p||ke===m||ke===g||ke===y||ke===D||ke===w||ke!==ke||ne&&ke===ne){Tr+=d(ar),at++;continue}for(Ho=zr+1,Pl=Ho,Oe=Ho,ke===x?(Oe=++Pl,ke=q.charCodeAt(Oe),ke===E||ke===S?(gn=F,Oe=++Pl):gn=_):gn=k,Br="",No="",Xe="",Xy=N[gn],Oe--;++Oe<Ha&&(ke=q.charCodeAt(Oe),!!Xy(ke));)Xe+=d(ke),gn===k&&u.call(r,Xe)&&(Br=Xe,No=r[Xe]);$r=q.charCodeAt(Oe)===b,$r&&(Oe++,Va=gn===k?l(Xe):!1,Va&&(Br=Xe,No=Va)),Mr=1+Oe-Ho,!$r&&!Ie||(Xe?gn===k?($r&&!No?Lr(K,1):(Br!==Xe&&(Oe=Pl+Br.length,Mr=1+Oe-Pl,$r=!1),$r||(mc=Br?P:H,ee.attribute?(ke=q.charCodeAt(Oe),ke===v?(Lr(mc,Mr),No=null):i(ke)?No=null:Lr(mc,Mr)):Lr(mc,Mr))),Me=No):($r||Lr(G,Mr),Me=parseInt(Xe,T[gn]),ue(Me)?(Lr($,Mr),Me=d(C)):Me in n?(Lr(B,Mr),Me=n[Me]):(Mf="",fe(Me)&&Lr(B,Mr),Me>65535&&(Me-=65536,Mf+=d(Me>>>10|55296),Me=56320|Me&1023),Me=Mf+d(Me))):gn!==k&&Lr(U,Mr)),Me?(Zy(),Nl=Hl(),zr=Oe-1,at+=Oe-Ho+1,ja.push(Me),gc=Hl(),gc.offset++,Ir&&Ir.call(W,Me,{start:Nl,end:gc},q.slice(Ho-1,Oe)),Nl=gc):(Xe=q.slice(Ho-1,Oe),Tr+=Xe,at+=Xe.length,zr=Oe-1)}else ar===10&&(Po++,hc++,at=0),ar===ar?(Tr+=d(ar),at++):Zy();return ja.join("");function Hl(){return{line:Po,column:at,offset:zr+(Rr.offset||0)}}function VT(Jy,e3){var Of=Hl();Of.column+=e3,Of.offset+=e3,At.call(or,M[Jy],Of,Jy)}function Zy(){Tr&&(ja.push(Tr),Qe&&Qe.call(nr,Tr,{start:Nl,end:Hl()}),Tr="")}}c(X,"parse");function ue(q){return q>=55296&&q<=57343||q>1114111}c(ue,"prohibited");function fe(q){return q>=1&&q<=8||q===11||q>=13&&q<=31||q>=127&&q<=159||q>=64976&&q<=65007||(q&65535)===65535||(q&65535)===65534}c(fe,"disallowed")}),Tj=Q((e,t)=>{var r=typeof window<"u"?window:typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope?self:{},n=function(o){var a=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,i=0,l={},u={manual:o.Prism&&o.Prism.manual,disableWorkerMessageHandler:o.Prism&&o.Prism.disableWorkerMessageHandler,util:{encode:c(function v(x){return x instanceof d?new d(x.type,v(x.content),x.alias):Array.isArray(x)?x.map(v):x.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/\u00a0/g," ")},"encode"),type:c(function(v){return Object.prototype.toString.call(v).slice(8,-1)},"type"),objId:c(function(v){return v.__id||Object.defineProperty(v,"__id",{value:++i}),v.__id},"objId"),clone:c(function v(x,E){E=E||{};var S,C;switch(u.util.type(x)){case"Object":if(C=u.util.objId(x),E[C])return E[C];S={},E[C]=S;for(var k in x)x.hasOwnProperty(k)&&(S[k]=v(x[k],E));return S;case"Array":return C=u.util.objId(x),E[C]?E[C]:(S=[],E[C]=S,x.forEach(function(F,_){S[_]=v(F,E)}),S);default:return x}},"deepClone"),getLanguage:c(function(v){for(;v;){var x=a.exec(v.className);if(x)return x[1].toLowerCase();v=v.parentElement}return"none"},"getLanguage"),setLanguage:c(function(v,x){v.className=v.className.replace(RegExp(a,"gi"),""),v.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 v=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(S.stack)||[])[1];if(v){var x=document.getElementsByTagName("script");for(var E in x)if(x[E].src==v)return x[E]}return null}},"currentScript"),isActive:c(function(v,x,E){for(var S="no-"+x;v;){var C=v.classList;if(C.contains(x))return!0;if(C.contains(S))return!1;v=v.parentElement}return!!E},"isActive")},languages:{plain:l,plaintext:l,text:l,txt:l,extend:c(function(v,x){var E=u.util.clone(u.languages[v]);for(var S in x)E[S]=x[S];return E},"extend"),insertBefore:c(function(v,x,E,S){S=S||u.languages;var C=S[v],k={};for(var F in C)if(C.hasOwnProperty(F)){if(F==x)for(var _ in E)E.hasOwnProperty(_)&&(k[_]=E[_]);E.hasOwnProperty(F)||(k[F]=C[F])}var T=S[v];return S[v]=k,u.languages.DFS(u.languages,function(N,P){P===T&&N!=v&&(this[N]=k)}),k},"insertBefore"),DFS:c(function v(x,E,S,C){C=C||{};var k=u.util.objId;for(var F in x)if(x.hasOwnProperty(F)){E.call(x,F,x[F],S||F);var _=x[F],T=u.util.type(_);T==="Object"&&!C[k(_)]?(C[k(_)]=!0,v(_,E,null,C)):T==="Array"&&!C[k(_)]&&(C[k(_)]=!0,v(_,E,F,C))}},"DFS")},plugins:{},highlightAll:c(function(v,x){u.highlightAllUnder(document,v,x)},"highlightAll"),highlightAllUnder:c(function(v,x,E){var S={callback:E,container:v,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};u.hooks.run("before-highlightall",S),S.elements=Array.prototype.slice.apply(S.container.querySelectorAll(S.selector)),u.hooks.run("before-all-elements-highlight",S);for(var C=0,k;k=S.elements[C++];)u.highlightElement(k,x===!0,S.callback)},"highlightAllUnder"),highlightElement:c(function(v,x,E){var S=u.util.getLanguage(v),C=u.languages[S];u.util.setLanguage(v,S);var k=v.parentElement;k&&k.nodeName.toLowerCase()==="pre"&&u.util.setLanguage(k,S);var F=v.textContent,_={element:v,language:S,grammar:C,code:F};function T(P){_.highlightedCode=P,u.hooks.run("before-insert",_),_.element.innerHTML=_.highlightedCode,u.hooks.run("after-highlight",_),u.hooks.run("complete",_),E&&E.call(_.element)}if(c(T,"insertHighlightedCode"),u.hooks.run("before-sanity-check",_),k=_.element.parentElement,k&&k.nodeName.toLowerCase()==="pre"&&!k.hasAttribute("tabindex")&&k.setAttribute("tabindex","0"),!_.code){u.hooks.run("complete",_),E&&E.call(_.element);return}if(u.hooks.run("before-highlight",_),!_.grammar){T(u.util.encode(_.code));return}if(x&&o.Worker){var N=new Worker(u.filename);N.onmessage=function(P){T(P.data)},N.postMessage(JSON.stringify({language:_.language,code:_.code,immediateClose:!0}))}else T(u.highlight(_.code,_.grammar,_.language))},"highlightElement"),highlight:c(function(v,x,E){var S={code:v,grammar:x,language:E};if(u.hooks.run("before-tokenize",S),!S.grammar)throw new Error('The language "'+S.language+'" has no grammar.');return S.tokens=u.tokenize(S.code,S.grammar),u.hooks.run("after-tokenize",S),d.stringify(u.util.encode(S.tokens),S.language)},"highlight"),tokenize:c(function(v,x){var E=x.rest;if(E){for(var S in E)x[S]=E[S];delete x.rest}var C=new p;return m(C,C.head,v),h(v,C,x,C.head,0),y(C)},"tokenize"),hooks:{all:{},add:c(function(v,x){var E=u.hooks.all;E[v]=E[v]||[],E[v].push(x)},"add"),run:c(function(v,x){var E=u.hooks.all[v];if(!(!E||!E.length))for(var S=0,C;C=E[S++];)C(x)},"run")},Token:d};o.Prism=u;function d(v,x,E,S){this.type=v,this.content=x,this.alias=E,this.length=(S||"").length|0}c(d,"Token"),d.stringify=c(function v(x,E){if(typeof x=="string")return x;if(Array.isArray(x)){var S="";return x.forEach(function(T){S+=v(T,E)}),S}var C={type:x.type,content:v(x.content,E),tag:"span",classes:["token",x.type],attributes:{},language:E},k=x.alias;k&&(Array.isArray(k)?Array.prototype.push.apply(C.classes,k):C.classes.push(k)),u.hooks.run("wrap",C);var F="";for(var _ in C.attributes)F+=" "+_+'="'+(C.attributes[_]||"").replace(/"/g,"&quot;")+'"';return"<"+C.tag+' class="'+C.classes.join(" ")+'"'+F+">"+C.content+"</"+C.tag+">"},"stringify");function f(v,x,E,S){v.lastIndex=x;var C=v.exec(E);if(C&&S&&C[1]){var k=C[1].length;C.index+=k,C[0]=C[0].slice(k)}return C}c(f,"matchPattern");function h(v,x,E,S,C,k){for(var F in E)if(!(!E.hasOwnProperty(F)||!E[F])){var _=E[F];_=Array.isArray(_)?_:[_];for(var T=0;T<_.length;++T){if(k&&k.cause==F+","+T)return;var N=_[T],P=N.inside,G=!!N.lookbehind,H=!!N.greedy,U=N.alias;if(H&&!N.pattern.global){var K=N.pattern.toString().match(/[imsuy]*$/)[0];N.pattern=RegExp(N.pattern.source,K+"g")}for(var B=N.pattern||N,$=S.next,M=C;$!==x.tail&&!(k&&M>=k.reach);M+=$.value.length,$=$.next){var V=$.value;if(x.length>v.length)return;if(!(V instanceof d)){var X=1,ue;if(H){if(ue=f(B,M,v,G),!ue||ue.index>=v.length)break;var ne=ue.index,fe=ue.index+ue[0].length,q=M;for(q+=$.value.length;ne>=q;)$=$.next,q+=$.value.length;if(q-=$.value.length,M=q,$.value instanceof d)continue;for(var ee=$;ee!==x.tail&&(q<fe||typeof ee.value=="string");ee=ee.next)X++,q+=ee.value.length;X--,V=v.slice(M,q),ue.index-=M}else if(ue=f(B,0,V,G),!ue)continue;var ne=ue.index,Ie=ue[0],Qe=V.slice(0,ne),Ir=V.slice(ne+Ie.length),At=M+V.length;k&&At>k.reach&&(k.reach=At);var nr=$.prev;Qe&&(nr=m(x,nr,Qe),M+=Qe.length),g(x,nr,X);var W=new d(F,P?u.tokenize(Ie,P):Ie,U,Ie);if($=m(x,nr,W),Ir&&m(x,$,Ir),X>1){var or={cause:F+","+T,reach:At};h(v,x,E,$.prev,M,or),k&&or.reach>k.reach&&(k.reach=or.reach)}}}}}}c(h,"matchGrammar");function p(){var v={value:null,prev:null,next:null},x={value:null,prev:v,next:null};v.next=x,this.head=v,this.tail=x,this.length=0}c(p,"LinkedList");function m(v,x,E){var S=x.next,C={value:E,prev:x,next:S};return x.next=C,S.prev=C,v.length++,C}c(m,"addAfter");function g(v,x,E){for(var S=x.next,C=0;C<E&&S!==v.tail;C++)S=S.next;x.next=S,S.prev=x,v.length-=C}c(g,"removeRange");function y(v){for(var x=[],E=v.head.next;E!==v.tail;)x.push(E.value),E=E.next;return x}if(c(y,"toArray"),!o.document)return o.addEventListener&&(u.disableWorkerMessageHandler||o.addEventListener("message",function(v){var x=JSON.parse(v.data),E=x.language,S=x.code,C=x.immediateClose;o.postMessage(u.highlight(S,u.languages[E],E)),C&&o.close()},!1)),u;var D=u.util.currentScript();D&&(u.filename=D.src,D.hasAttribute("data-manual")&&(u.manual=!0));function b(){u.manual||u.highlightAll()}if(c(b,"highlightAutomaticallyCallback"),!u.manual){var w=document.readyState;w==="loading"||w==="interactive"&&D&&D.defer?document.addEventListener("DOMContentLoaded",b):window.requestAnimationFrame?window.requestAnimationFrame(b):window.setTimeout(b,16)}return u}(r);typeof t<"u"&&t.exports&&(t.exports=n),typeof global<"u"&&(global.Prism=n)}),zk=Q((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(o){o.type==="entity"&&(o.attributes.title=o.content.value.replace(/&amp;/,"&"))}),Object.defineProperty(n.languages.markup.tag,"addInlined",{value:c(function(o,a){var i={};i["language-"+a]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:n.languages[a]},i.cdata=/^<!\[CDATA\[|\]\]>$/i;var l={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:i}};l["language-"+a]={pattern:/[\s\S]+/,inside:n.languages[a]};var u={};u[o]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,function(){return o}),"i"),lookbehind:!0,greedy:!0,inside:l},n.languages.insertBefore("markup","cdata",u)},"addInlined")}),Object.defineProperty(n.languages.markup.tag,"addAttribute",{value:c(function(o,a){n.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+o+")"+/\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:[a,"language-"+a],inside:n.languages[a]},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")}),Tk=Q((e,t)=>{t.exports=r,r.displayName="css",r.aliases=[];function r(n){(function(o){var a=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;o.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\\((?:"+a.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+a.source+"$"),alias:"url"}}},selector:{pattern:RegExp(`(^|[{}\\s])[^{}\\s](?:[^{};"'\\s]|\\s+(?![\\s{])|`+a.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:a,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:/[(){};:,]/},o.languages.css.atrule.inside.rest=o.languages.css;var i=o.languages.markup;i&&(i.tag.addInlined("style","css"),i.tag.addAttribute("style","css"))})(n)}c(r,"css")}),Bj=Q((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")}),$j=Q((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")}),Lj=Q((e,t)=>{var r=typeof globalThis=="object"?globalThis:typeof self=="object"?self:typeof window=="object"?window:typeof global=="object"?global:{},n=C();r.Prism={manual:!0,disableWorkerMessageHandler:!0};var o=Sj(),a=zj(),i=Tj(),l=zk(),u=Tk(),d=Bj(),f=$j();n();var h={}.hasOwnProperty;function p(){}c(p,"Refractor"),p.prototype=i;var m=new p;t.exports=m,m.highlight=D,m.register=g,m.alias=y,m.registered=b,m.listLanguages=w,g(l),g(u),g(d),g(f),m.util.encode=E,m.Token.stringify=v;function g(k){if(typeof k!="function"||!k.displayName)throw new Error("Expected `function` for `grammar`, got `"+k+"`");m.languages[k.displayName]===void 0&&k(m)}c(g,"register");function y(k,F){var _=m.languages,T=k,N,P,G,H;F&&(T={},T[k]=F);for(N in T)for(P=T[N],P=typeof P=="string"?[P]:P,G=P.length,H=-1;++H<G;)_[P[H]]=_[N]}c(y,"alias");function D(k,F){var _=i.highlight,T;if(typeof k!="string")throw new Error("Expected `string` for `value`, got `"+k+"`");if(m.util.type(F)==="Object")T=F,F=null;else{if(typeof F!="string")throw new Error("Expected `string` for `name`, got `"+F+"`");if(h.call(m.languages,F))T=m.languages[F];else throw new Error("Unknown language: `"+F+"` is not registered")}return _.call(this,k,T,F)}c(D,"highlight");function b(k){if(typeof k!="string")throw new Error("Expected `string` for `language`, got `"+k+"`");return h.call(m.languages,k)}c(b,"registered");function w(){var k=m.languages,F=[],_;for(_ in k)h.call(k,_)&&typeof k[_]=="object"&&F.push(_);return F}c(w,"listLanguages");function v(k,F,_){var T;return typeof k=="string"?{type:"text",value:k}:m.util.type(k)==="Array"?x(k,F):(T={type:k.type,content:m.Token.stringify(k.content,F,_),tag:"span",classes:["token",k.type],attributes:{},language:F,parent:_},k.alias&&(T.classes=T.classes.concat(k.alias)),m.hooks.run("wrap",T),o(T.tag+"."+T.classes.join("."),S(T.attributes),T.content))}c(v,"stringify");function x(k,F){for(var _=[],T=k.length,N=-1,P;++N<T;)P=k[N],P!==""&&P!==null&&P!==void 0&&_.push(P);for(N=-1,T=_.length;++N<T;)P=_[N],_[N]=m.Token.stringify(P,F,_);return _}c(x,"stringifyAll");function E(k){return k}c(E,"encode");function S(k){var F;for(F in k)k[F]=a(k[F]);return k}c(S,"attributes");function C(){var k="Prism"in r,F=k?r.Prism:void 0;return _;function _(){k?r.Prism=F:delete r.Prism,k=void 0,F=void 0}}c(C,"capture")}),Nc,Hc,I0,Mj=L(()=>{uj(),Nc=Ke(Lj()),Hc=Ck(Nc.default,{}),Hc.registerLanguage=function(e,t){return Nc.default.register(t)},Hc.alias=function(e,t){return Nc.default.alias(e,t)},I0=Hc}),Oj=L(()=>{mk()}),Pj=Q((e,t)=>{t.exports=r,r.displayName="bash",r.aliases=["shell"];function r(n){(function(o){var a="\\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("\\$"+a),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("(\\{)"+a),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})/};o.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;|&]|[<>]\\()"+a),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("\\$?"+a),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=o.languages.bash;for(var u=["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<u.length;f++)d[u[f]]=o.languages.bash[u[f]];o.languages.shell=o.languages.bash})(n)}c(r,"bash")}),s7,Bk,Nj=L(()=>{s7=Ke(Pj()),Bk=s7.default}),u7,$k,Hj=L(()=>{u7=Ke(Tk()),$k=u7.default}),jj=Q((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(o){if(o.language!=="graphql")return;var a=o.tokens.filter(function(w){return typeof w!="string"&&w.type!=="comment"&&w.type!=="scalar"}),i=0;function l(w){return a[i+w]}c(l,"getToken");function u(w,v){v=v||0;for(var x=0;x<w.length;x++){var E=l(x+v);if(!E||E.type!==w[x])return!1}return!0}c(u,"isTokenType");function d(w,v){for(var x=1,E=i;E<a.length;E++){var S=a[E],C=S.content;if(S.type==="punctuation"&&typeof C=="string"){if(w.test(C))x++;else if(v.test(C)&&(x--,x===0))return E}}return-1}c(d,"findClosingBracket");function f(w,v){var x=w.alias;x?Array.isArray(x)||(w.alias=x=[x]):w.alias=x=[],x.push(v)}for(c(f,"addAlias");i<a.length;){var h=a[i++];if(h.type==="keyword"&&h.content==="mutation"){var p=[];if(u(["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(u(["punctuation","property-query"])&&l(0).content==="{"&&(i++,f(l(0),"property-mutation"),p.length>0)){var y=d(/^\{$/,/^\}$/);if(y===-1)continue;for(var D=i;D<y;D++){var b=a[D];b.type==="variable"&&p.indexOf(b.content)>=0&&f(b,"variable-input")}}}}},"afterTokenizeGraphql"))}c(r,"graphql")}),c7,Lk,Vj=L(()=>{c7=Ke(jj()),Lk=c7.default}),Uj=Q((e,t)=>{t.exports=r,r.displayName="jsExtras",r.aliases=[];function r(n){(function(o){o.languages.insertBefore("javascript","function-variable",{"method-variable":{pattern:RegExp("(\\.\\s*)"+o.languages.javascript["function-variable"].pattern.source),lookbehind:!0,alias:["function-variable","method","function","property-access"]}}),o.languages.insertBefore("javascript","function",{method:{pattern:RegExp("(\\.\\s*)"+o.languages.javascript.function.source),lookbehind:!0,alias:["function","property-access"]}}),o.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 a(h,p){return RegExp(h.replace(/<ID>/g,function(){return/(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/.source}),p)}c(a,"withId"),o.languages.insertBefore("javascript","keyword",{imports:{pattern:a(/(\bimport\b\s*)(?:<ID>(?:\s*,\s*(?:\*\s*as\s+<ID>|\{[^{}]*\}))?|\*\s*as\s+<ID>|\{[^{}]*\})(?=\s*\bfrom\b)/.source),lookbehind:!0,inside:o.languages.javascript},exports:{pattern:a(/(\bexport\b\s*)(?:\*(?:\s*as\s+<ID>)?(?=\s*\bfrom\b)|\{[^{}]*\})/.source),lookbehind:!0,inside:o.languages.javascript}}),o.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"}),o.languages.insertBefore("javascript","operator",{spread:{pattern:/\.{3}/,alias:"operator"},arrow:{pattern:/=>/,alias:"operator"}}),o.languages.insertBefore("javascript","punctuation",{"property-access":{pattern:a(/(\.\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 u=i[l],d=o.languages.javascript[u];o.util.type(d)==="RegExp"&&(d=o.languages.javascript[u]={pattern:d});var f=d.inside||{};d.inside=f,f["maybe-class-name"]=/^[A-Z][\s\S]*/}})(n)}c(r,"jsExtras")}),d7,Mk,Wj=L(()=>{d7=Ke(Uj()),Mk=d7.default}),qj=Q((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")}),f7,Ok,Gj=L(()=>{f7=Ke(qj()),Ok=f7.default}),Pk=Q((e,t)=>{t.exports=r,r.displayName="jsx",r.aliases=[];function r(n){(function(o){var a=o.util.clone(o.languages.javascript),i=/(?:\s|\/\/.*(?!.)|\/\*(?:[^*]|\*(?!\/))\*\/)/.source,l=/(?:\{(?:\{(?:\{[^{}]*\}|[^{}])*\}|[^{}])*\})/.source,u=/(?:\{<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 u}),RegExp(p,m)}c(d,"re"),u=d(u).source,o.languages.jsx=o.languages.extend("markup",a),o.languages.jsx.tag.pattern=d(/<\/?(?:[\w.:-]+(?:<S>+(?:[\w.:$-]+(?:=(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s{'"/>=]+|<BRACES>))?|<SPREAD>))*<S>*\/?)?>/.source),o.languages.jsx.tag.inside.tag.pattern=/^<\/?[^\s>\/]*/,o.languages.jsx.tag.inside["attr-value"].pattern=/=(?!\{)(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s'">]+)/,o.languages.jsx.tag.inside.tag.inside["class-name"]=/^[A-Z]\w*(?:\.[A-Z]\w*)*$/,o.languages.jsx.tag.inside.comment=a.comment,o.languages.insertBefore("inside","attr-name",{spread:{pattern:d(/<SPREAD>/.source),inside:o.languages.jsx}},o.languages.jsx.tag),o.languages.insertBefore("inside","special-attr",{script:{pattern:d(/=<BRACES>/.source),alias:"language-javascript",inside:{"script-punctuation":{pattern:/^=(?=\{)/,alias:"punctuation"},rest:o.languages.jsx}}},o.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 y=p[g],D=!1;if(typeof y!="string"&&(y.type==="tag"&&y.content[0]&&y.content[0].type==="tag"?y.content[0].content[0].content==="</"?m.length>0&&m[m.length-1].tagName===f(y.content[0].content[1])&&m.pop():y.content[y.content.length-1].content==="/>"||m.push({tagName:f(y.content[0].content[1]),openedBraces:0}):m.length>0&&y.type==="punctuation"&&y.content==="{"?m[m.length-1].openedBraces++:m.length>0&&m[m.length-1].openedBraces>0&&y.type==="punctuation"&&y.content==="}"?m[m.length-1].openedBraces--:D=!0),(D||typeof y=="string")&&m.length>0&&m[m.length-1].openedBraces===0){var b=f(y);g<p.length-1&&(typeof p[g+1]=="string"||p[g+1].type==="plain-text")&&(b+=f(p[g+1]),p.splice(g+1,1)),g>0&&(typeof p[g-1]=="string"||p[g-1].type==="plain-text")&&(b=f(p[g-1])+b,p.splice(g-1,1),g--),p[g]=new o.Token("plain-text",b,null,b)}y.content&&typeof y.content!="string"&&h(y.content)}},"walkTokens");o.hooks.add("after-tokenize",function(p){p.language!=="jsx"&&p.language!=="tsx"||h(p.tokens)})})(n)}c(r,"jsx")}),p7,Nk,Yj=L(()=>{p7=Ke(Pk()),Nk=p7.default}),Kj=Q((e,t)=>{t.exports=r,r.displayName="markdown",r.aliases=["md"];function r(n){(function(o){var a=/(?:\\.|[^\\\n\r]|(?:\n|\r\n?)(?![\r\n]))/.source;function i(g){return g=g.replace(/<inner>/g,function(){return a}),RegExp(/((?:^|[^\\])(?:\\{2})*)/.source+"(?:"+g+")")}c(i,"createInline");var l=/(?:\\.|``(?:[^`\r\n]|`(?!`))+``|`[^`\r\n]+`|[^\\|\r\n`])+/.source,u=/\|?__(?:\|__)+\|?(?:(?:\n|\r\n?)|(?![\s\S]))/.source.replace(/__/g,function(){return l}),d=/\|?[ \t]*:?-{3,}:?[ \t]*(?:\|[ \t]*:?-{3,}:?[ \t]*)+\|?(?:\n|\r\n?)/.source;o.languages.markdown=o.languages.extend("markup",{}),o.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:o.languages.yaml}}},blockquote:{pattern:/^>(?:[\t ]*>)*/m,alias:"punctuation"},table:{pattern:RegExp("^"+u+d+"(?:"+u+")*","m"),inside:{"table-data-rows":{pattern:RegExp("^("+u+d+")(?:"+u+")*$"),lookbehind:!0,inside:{"table-data":{pattern:RegExp(l),inside:o.languages.markdown},punctuation:/\|/}},"table-line":{pattern:RegExp("^("+u+")"+d+"$"),lookbehind:!0,inside:{punctuation:/\||:?-{3,}:?/}},"table-header-row":{pattern:RegExp("^"+u+"$"),inside:{"table-header":{pattern:RegExp(l),alias:"important",inside:o.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(y){g!==y&&(o.languages.markdown[g].inside.content.inside[y]=o.languages.markdown[y])})}),o.hooks.add("after-tokenize",function(g){if(g.language!=="markdown"&&g.language!=="md")return;function y(D){if(!(!D||typeof D=="string"))for(var b=0,w=D.length;b<w;b++){var v=D[b];if(v.type!=="code"){y(v.content);continue}var x=v.content[1],E=v.content[3];if(x&&E&&x.type==="code-language"&&E.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 C="language-"+S;E.alias?typeof E.alias=="string"?E.alias=[E.alias,C]:E.alias.push(C):E.alias=[C]}}}c(y,"walkTokens"),y(g.tokens)}),o.hooks.add("wrap",function(g){if(g.type==="code-block"){for(var y="",D=0,b=g.classes.length;D<b;D++){var w=g.classes[D],v=/language-(.+)/.exec(w);if(v){y=v[1];break}}var x=o.languages[y];if(x)g.content=o.highlight(m(g.content.value),x,y);else if(y&&y!=="none"&&o.plugins.autoloader){var E="md-"+new Date().valueOf()+"-"+Math.floor(Math.random()*1e16);g.attributes.id=E,o.plugins.autoloader.loadLanguages(y,function(){var S=document.getElementById(E);S&&(S.innerHTML=o.highlight(S.textContent,o.languages[y],y))})}}});var f=RegExp(o.languages.markup.tag.pattern.source,"gi"),h={amp:"&",lt:"<",gt:">",quot:'"'},p=String.fromCodePoint||String.fromCharCode;function m(g){var y=g.replace(f,"");return y=y.replace(/&(\w{1,8}|#x?[\da-f]{1,8});/gi,function(D,b){if(b=b.toLowerCase(),b[0]==="#"){var w;return b[1]==="x"?w=parseInt(b.slice(2),16):w=Number(b.slice(1)),p(w)}else{var v=h[b];return v||D}}),y}c(m,"textContent"),o.languages.md=o.languages.markdown})(n)}c(r,"markdown")}),h7,Hk,Qj=L(()=>{h7=Ke(Kj()),Hk=h7.default}),m7,jk,Xj=L(()=>{m7=Ke(zk()),jk=m7.default}),Vk=Q((e,t)=>{t.exports=r,r.displayName="typescript",r.aliases=["ts"];function r(n){(function(o){o.languages.typescript=o.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/}),o.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 o.languages.typescript.parameter,delete o.languages.typescript["literal-property"];var a=o.languages.extend("typescript",{});delete a["class-name"],o.languages.typescript["class-name"].inside=a,o.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:a}}}}),o.languages.ts=o.languages.typescript})(n)}c(r,"typescript")}),Zj=Q((e,t)=>{var r=Pk(),n=Vk();t.exports=o,o.displayName="tsx",o.aliases=[];function o(a){a.register(r),a.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 u=i.languages.tsx.tag;u.pattern=RegExp(/(^|[^\w$]|(?=<\/))/.source+"(?:"+u.pattern.source+")",u.pattern.flags),u.lookbehind=!0}(a)}c(o,"tsx")}),g7,Uk,Jj=L(()=>{g7=Ke(Zj()),Uk=g7.default}),v7,Wk,eV=L(()=>{v7=Ke(Vk()),Wk=v7.default}),tV=Q((e,t)=>{t.exports=r,r.displayName="yaml",r.aliases=["yml"];function r(n){(function(o){var a=/[*&][^\s[\]{},]+/,i=/!(?:<[\w\-%#;/?:@&=+$,.!~*'()[\]]+>|(?:[a-zA-Z\d-]*!)?[\w\-%#;/?:@&=+$.~*'()]+)?/,l="(?:"+i.source+"(?:[ ]+"+a.source+")?|"+a.source+"(?:[ ]+"+i.source+")?)",u=/(?:[^\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"),o.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"(?:"+u+"|"+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:a,punctuation:/---|[:[\]{}\-,|>?]|\.\.\./},o.languages.yml=o.languages.yaml})(n)}c(r,"yaml")}),y7,qk,rV=L(()=>{y7=Ke(tV()),qk=y7.default}),w7,Mp,Gk,Yk=L(()=>{w7=I.div(({theme:e})=>({position:"absolute",bottom:0,right:0,maxWidth:"100%",display:"flex",background:e.background.content,zIndex:1})),Mp=I.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}),Mp.displayName="ActionButton",Gk=c(({actionItems:e,...t})=>z.createElement(w7,{...t},e.map(({title:r,className:n,onClick:o,disabled:a},i)=>z.createElement(Mp,{key:i,className:n,onClick:o,disabled:!!a},r))),"ActionBar")});function Kk(e,t){typeof e=="function"?e(t):e!=null&&(e.current=t)}function Qk(...e){return t=>e.forEach(r=>Kk(r,t))}var nV=L(()=>{c(Kk,"setRef"),c(Qk,"composeRefs")});function b7(e){return s.isValidElement(e)&&e.type===Xk}function x7(e,t){let r={...t};for(let n in t){let o=e[n],a=t[n];/^on[A-Z]/.test(n)?o&&a?r[n]=(...i)=>{a(...i),o(...i)}:o&&(r[n]=o):n==="style"?r[n]={...o,...a}:n==="className"&&(r[n]=[o,a].filter(Boolean).join(" "))}return{...e,...r}}function D7(e){var n,o;let t=(n=Object.getOwnPropertyDescriptor(e.props,"ref"))==null?void 0:n.get,r=t&&"isReactWarning"in t&&t.isReactWarning;return r?e.ref:(t=(o=Object.getOwnPropertyDescriptor(e,"ref"))==null?void 0:o.get,r=t&&"isReactWarning"in t&&t.isReactWarning,r?e.props.ref:e.props.ref||e.ref)}var Md,jc,Xk,Zk=L(()=>{nV(),Md=s.forwardRef((e,t)=>{let{children:r,...n}=e,o=s.Children.toArray(r),a=o.find(b7);if(a){let i=a.props.children,l=o.map(u=>u===a?s.Children.count(i)>1?s.Children.only(null):s.isValidElement(i)?i.props.children:null:u);return A.jsx(jc,{...n,ref:t,children:s.isValidElement(i)?s.cloneElement(i,void 0,l):null})}return A.jsx(jc,{...n,ref:t,children:r})}),Md.displayName="Slot",jc=s.forwardRef((e,t)=>{let{children:r,...n}=e;if(s.isValidElement(r)){let o=D7(r);return s.cloneElement(r,{...x7(n,r.props),ref:t?Qk(t,o):o})}return s.Children.count(r)>1?s.Children.only(null):null}),jc.displayName="SlotClone",Xk=c(({children:e})=>A.jsx(A.Fragment,{children:e}),"Slottable"),c(b7,"isSlottable"),c(x7,"mergeProps"),c(D7,"getElementRef")}),E7,ri,oV=L(()=>{Zk(),E7=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"],ri=E7.reduce((e,t)=>{let r=s.forwardRef((n,o)=>{let{asChild:a,...i}=n,l=a?Md:t;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),A.jsx(l,{...i,ref:o})});return r.displayName=`Primitive.${t}`,{...e,[t]:r}},{})});function Jk(e,t){typeof e=="function"?e(t):e!=null&&(e.current=t)}function eA(...e){return t=>e.forEach(r=>Jk(r,t))}function Kn(...e){return s.useCallback(eA(...e),e)}var tA=L(()=>{c(Jk,"setRef"),c(eA,"composeRefs"),c(Kn,"useComposedRefs")}),Od,rA=L(()=>{Od=globalThis!=null&&globalThis.document?s.useLayoutEffect:()=>{}});function nA(e,t){return s.useReducer((r,n)=>t[r][n]??r,e)}function C7(e){let[t,r]=s.useState(),n=s.useRef({}),o=s.useRef(e),a=s.useRef("none"),i=e?"mounted":"unmounted",[l,u]=nA(i,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return s.useEffect(()=>{let d=ws(n.current);a.current=l==="mounted"?d:"none"},[l]),Od(()=>{let d=n.current,f=o.current;if(f!==e){let h=a.current,p=ws(d);e?u("MOUNT"):p==="none"||(d==null?void 0:d.display)==="none"?u("UNMOUNT"):u(f&&h!==p?"ANIMATION_OUT":"UNMOUNT"),o.current=e}},[e,u]),Od(()=>{if(t){let d=c(h=>{let p=ws(n.current).includes(h.animationName);h.target===t&&p&&Cl.flushSync(()=>u("ANIMATION_END"))},"handleAnimationEnd"),f=c(h=>{h.target===t&&(a.current=ws(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 u("ANIMATION_END")},[t,u]),{isPresent:["mounted","unmountSuspended"].includes(l),ref:s.useCallback(d=>{d&&(n.current=getComputedStyle(d)),r(d)},[])}}function ws(e){return(e==null?void 0:e.animationName)||"none"}function S7(e){var n,o;let t=(n=Object.getOwnPropertyDescriptor(e.props,"ref"))==null?void 0:n.get,r=t&&"isReactWarning"in t&&t.isReactWarning;return r?e.ref:(t=(o=Object.getOwnPropertyDescriptor(e,"ref"))==null?void 0:o.get,r=t&&"isReactWarning"in t&&t.isReactWarning,r?e.props.ref:e.props.ref||e.ref)}var xi,aV=L(()=>{"use client";tA(),rA(),c(nA,"useStateMachine"),xi=c(e=>{let{present:t,children:r}=e,n=C7(t),o=typeof r=="function"?r({present:n.isPresent}):s.Children.only(r),a=Kn(n.ref,S7(o));return typeof r=="function"||n.isPresent?s.cloneElement(o,{ref:a}):null},"Presence"),xi.displayName="Presence",c(C7,"usePresence"),c(ws,"getAnimationName"),c(S7,"getElementRef")});function oA(e,t=[]){let r=[];function n(a,i){let l=s.createContext(i),u=r.length;r=[...r,i];function d(h){let{scope:p,children:m,...g}=h,y=(p==null?void 0:p[e][u])||l,D=s.useMemo(()=>g,Object.values(g));return A.jsx(y.Provider,{value:D,children:m})}c(d,"Provider");function f(h,p){let m=(p==null?void 0:p[e][u])||l,g=s.useContext(m);if(g)return g;if(i!==void 0)return i;throw new Error(`\`${h}\` must be used within \`${a}\``)}return c(f,"useContext2"),d.displayName=a+"Provider",[d,f]}c(n,"createContext3");let o=c(()=>{let a=r.map(i=>s.createContext(i));return c(function(i){let l=(i==null?void 0:i[e])||a;return s.useMemo(()=>({[`__scope${e}`]:{...i,[e]:l}}),[i,l])},"useScope")},"createScope");return o.scopeName=e,[n,aA(o,...t)]}function aA(...e){let t=e[0];if(e.length===1)return t;let r=c(()=>{let n=e.map(o=>({useScope:o(),scopeName:o.scopeName}));return c(function(o){let a=n.reduce((i,{useScope:l,scopeName:u})=>{let d=l(o)[`__scope${u}`];return{...i,...d}},{});return s.useMemo(()=>({[`__scope${t.scopeName}`]:a}),[a])},"useComposedScopes")},"createScope");return r.scopeName=t.scopeName,r}var iV=L(()=>{c(oA,"createContextScope"),c(aA,"composeContextScopes")});function to(e){let t=s.useRef(e);return s.useEffect(()=>{t.current=e}),s.useMemo(()=>(...r)=>{var n;return(n=t.current)==null?void 0:n.call(t,...r)},[])}var lV=L(()=>{c(to,"useCallbackRef")});function iA(e){let t=s.useContext(lA);return e||t||"ltr"}var lA,sV=L(()=>{lA=s.createContext(void 0),c(iA,"useDirection")});function sA(e,[t,r]){return Math.min(r,Math.max(t,e))}var uV=L(()=>{c(sA,"clamp")});function Hn(e,t,{checkForDefaultPrevented:r=!0}={}){return c(function(n){if(e==null||e(n),r===!1||!n.defaultPrevented)return t==null?void 0:t(n)},"handleEvent")}var cV=L(()=>{c(Hn,"composeEventHandlers")});function k7(e,t){return s.useReducer((r,n)=>t[r][n]??r,e)}function Zl(e){return e?parseInt(e,10):0}function p2(e,t){let r=e/t;return isNaN(r)?0:r}function Ys(e){let t=p2(e.viewport,e.content),r=e.scrollbar.paddingStart+e.scrollbar.paddingEnd,n=(e.scrollbar.size-r)*t;return Math.max(n,18)}function A7(e,t,r,n="ltr"){let o=Ys(r),a=o/2,i=t||a,l=o-i,u=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 E4([u,d],h)(e)}function Op(e,t,r="ltr"){let n=Ys(t),o=t.scrollbar.paddingStart+t.scrollbar.paddingEnd,a=t.scrollbar.size-o,i=t.content-t.viewport,l=a-n,u=r==="ltr"?[0,i]:[i*-1,0],d=sA(e,u);return E4([0,i],[0,l])(d)}function E4(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 Pp(e,t){return e>0&&e<t}function Jl(e,t){let r=to(e),n=s.useRef(0);return s.useEffect(()=>()=>window.clearTimeout(n.current),[]),s.useCallback(()=>{window.clearTimeout(n.current),n.current=window.setTimeout(r,t)},[r,t])}function jo(e,t){let r=to(t);Od(()=>{let n=0;if(e){let o=new ResizeObserver(()=>{cancelAnimationFrame(n),n=window.requestAnimationFrame(r)});return o.observe(e),()=>{window.cancelAnimationFrame(n),o.unobserve(e)}}},[e,r])}function F7(e,t){let{asChild:r,children:n}=e;if(!r)return typeof t=="function"?t(n):t;let o=s.Children.only(n);return s.cloneElement(o,{children:typeof t=="function"?t(o.props.children):t})}var Vc,Np,dV,_7,Ft,Hp,jp,Vp,lr,Up,I7,R7,Wp,Uc,z7,T7,B7,qp,Gp,es,Yp,$7,Wc,Kp,L7,M7,uA,cA,dA,fA,pA,fV=L(()=>{"use client";oV(),aV(),iV(),tA(),lV(),sV(),rA(),uV(),cV(),c(k7,"useStateMachine"),Vc="ScrollArea",[Np,dV]=oA(Vc),[_7,Ft]=Np(Vc),Hp=s.forwardRef((e,t)=>{let{__scopeScrollArea:r,type:n="hover",dir:o,scrollHideDelay:a=600,...i}=e,[l,u]=s.useState(null),[d,f]=s.useState(null),[h,p]=s.useState(null),[m,g]=s.useState(null),[y,D]=s.useState(null),[b,w]=s.useState(0),[v,x]=s.useState(0),[E,S]=s.useState(!1),[C,k]=s.useState(!1),F=Kn(t,T=>u(T)),_=iA(o);return A.jsx(_7,{scope:r,type:n,dir:_,scrollHideDelay:a,scrollArea:l,viewport:d,onViewportChange:f,content:h,onContentChange:p,scrollbarX:m,onScrollbarXChange:g,scrollbarXEnabled:E,onScrollbarXEnabledChange:S,scrollbarY:y,onScrollbarYChange:D,scrollbarYEnabled:C,onScrollbarYEnabledChange:k,onCornerWidthChange:w,onCornerHeightChange:x,children:A.jsx(ri.div,{dir:_,...i,ref:F,style:{position:"relative","--radix-scroll-area-corner-width":b+"px","--radix-scroll-area-corner-height":v+"px",...e.style}})})}),Hp.displayName=Vc,jp="ScrollAreaViewport",Vp=s.forwardRef((e,t)=>{let{__scopeScrollArea:r,children:n,asChild:o,nonce:a,...i}=e,l=Ft(jp,r),u=s.useRef(null),d=Kn(t,u,l.onViewportChange);return A.jsxs(A.Fragment,{children:[A.jsx("style",{dangerouslySetInnerHTML:{__html:`
254
- [data-radix-scroll-area-viewport] {
255
- scrollbar-width: none;
256
- -ms-overflow-style: none;
257
- -webkit-overflow-scrolling: touch;
258
- }
259
- [data-radix-scroll-area-viewport]::-webkit-scrollbar {
260
- display: none;
261
- }
262
- :where([data-radix-scroll-area-viewport]) {
263
- display: flex;
264
- flex-direction: column;
265
- align-items: stretch;
266
- }
267
- :where([data-radix-scroll-area-content]) {
268
- flex-grow: 1;
269
- }
270
- `},nonce:a}),A.jsx(ri.div,{"data-radix-scroll-area-viewport":"",...i,asChild:o,ref:d,style:{overflowX:l.scrollbarXEnabled?"scroll":"hidden",overflowY:l.scrollbarYEnabled?"scroll":"hidden",...e.style},children:F7({asChild:o,children:n},f=>A.jsx("div",{"data-radix-scroll-area-content":"",ref:l.onContentChange,style:{minWidth:l.scrollbarXEnabled?"fit-content":void 0},children:f}))})]})}),Vp.displayName=jp,lr="ScrollAreaScrollbar",Up=s.forwardRef((e,t)=>{let{forceMount:r,...n}=e,o=Ft(lr,e.__scopeScrollArea),{onScrollbarXEnabledChange:a,onScrollbarYEnabledChange:i}=o,l=e.orientation==="horizontal";return s.useEffect(()=>(l?a(!0):i(!0),()=>{l?a(!1):i(!1)}),[l,a,i]),o.type==="hover"?A.jsx(I7,{...n,ref:t,forceMount:r}):o.type==="scroll"?A.jsx(R7,{...n,ref:t,forceMount:r}):o.type==="auto"?A.jsx(Wp,{...n,ref:t,forceMount:r}):o.type==="always"?A.jsx(Uc,{...n,ref:t}):null}),Up.displayName=lr,I7=s.forwardRef((e,t)=>{let{forceMount:r,...n}=e,o=Ft(lr,e.__scopeScrollArea),[a,i]=s.useState(!1);return s.useEffect(()=>{let l=o.scrollArea,u=0;if(l){let d=c(()=>{window.clearTimeout(u),i(!0)},"handlePointerEnter"),f=c(()=>{u=window.setTimeout(()=>i(!1),o.scrollHideDelay)},"handlePointerLeave");return l.addEventListener("pointerenter",d),l.addEventListener("pointerleave",f),()=>{window.clearTimeout(u),l.removeEventListener("pointerenter",d),l.removeEventListener("pointerleave",f)}}},[o.scrollArea,o.scrollHideDelay]),A.jsx(xi,{present:r||a,children:A.jsx(Wp,{"data-state":a?"visible":"hidden",...n,ref:t})})}),R7=s.forwardRef((e,t)=>{let{forceMount:r,...n}=e,o=Ft(lr,e.__scopeScrollArea),a=e.orientation==="horizontal",i=Jl(()=>u("SCROLL_END"),100),[l,u]=k7("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 s.useEffect(()=>{if(l==="idle"){let d=window.setTimeout(()=>u("HIDE"),o.scrollHideDelay);return()=>window.clearTimeout(d)}},[l,o.scrollHideDelay,u]),s.useEffect(()=>{let d=o.viewport,f=a?"scrollLeft":"scrollTop";if(d){let h=d[f],p=c(()=>{let m=d[f];h!==m&&(u("SCROLL"),i()),h=m},"handleScroll");return d.addEventListener("scroll",p),()=>d.removeEventListener("scroll",p)}},[o.viewport,a,u,i]),A.jsx(xi,{present:r||l!=="hidden",children:A.jsx(Uc,{"data-state":l==="hidden"?"hidden":"visible",...n,ref:t,onPointerEnter:Hn(e.onPointerEnter,()=>u("POINTER_ENTER")),onPointerLeave:Hn(e.onPointerLeave,()=>u("POINTER_LEAVE"))})})}),Wp=s.forwardRef((e,t)=>{let r=Ft(lr,e.__scopeScrollArea),{forceMount:n,...o}=e,[a,i]=s.useState(!1),l=e.orientation==="horizontal",u=Jl(()=>{if(r.viewport){let d=r.viewport.offsetWidth<r.viewport.scrollWidth,f=r.viewport.offsetHeight<r.viewport.scrollHeight;i(l?d:f)}},10);return jo(r.viewport,u),jo(r.content,u),A.jsx(xi,{present:n||a,children:A.jsx(Uc,{"data-state":a?"visible":"hidden",...o,ref:t})})}),Uc=s.forwardRef((e,t)=>{let{orientation:r="vertical",...n}=e,o=Ft(lr,e.__scopeScrollArea),a=s.useRef(null),i=s.useRef(0),[l,u]=s.useState({content:0,viewport:0,scrollbar:{size:0,paddingStart:0,paddingEnd:0}}),d=p2(l.viewport,l.content),f={...n,sizes:l,onSizesChange:u,hasThumb:d>0&&d<1,onThumbChange:c(p=>a.current=p,"onThumbChange"),onThumbPointerUp:c(()=>i.current=0,"onThumbPointerUp"),onThumbPointerDown:c(p=>i.current=p,"onThumbPointerDown")};function h(p,m){return A7(p,i.current,l,m)}return c(h,"getScrollPosition"),r==="horizontal"?A.jsx(z7,{...f,ref:t,onThumbPositionChange:c(()=>{if(o.viewport&&a.current){let p=o.viewport.scrollLeft,m=Op(p,l,o.dir);a.current.style.transform=`translate3d(${m}px, 0, 0)`}},"onThumbPositionChange"),onWheelScroll:c(p=>{o.viewport&&(o.viewport.scrollLeft=p)},"onWheelScroll"),onDragScroll:c(p=>{o.viewport&&(o.viewport.scrollLeft=h(p,o.dir))},"onDragScroll")}):r==="vertical"?A.jsx(T7,{...f,ref:t,onThumbPositionChange:c(()=>{if(o.viewport&&a.current){let p=o.viewport.scrollTop,m=Op(p,l);a.current.style.transform=`translate3d(0, ${m}px, 0)`}},"onThumbPositionChange"),onWheelScroll:c(p=>{o.viewport&&(o.viewport.scrollTop=p)},"onWheelScroll"),onDragScroll:c(p=>{o.viewport&&(o.viewport.scrollTop=h(p))},"onDragScroll")}):null}),z7=s.forwardRef((e,t)=>{let{sizes:r,onSizesChange:n,...o}=e,a=Ft(lr,e.__scopeScrollArea),[i,l]=s.useState(),u=s.useRef(null),d=Kn(t,u,a.onScrollbarXChange);return s.useEffect(()=>{u.current&&l(getComputedStyle(u.current))},[u]),A.jsx(Gp,{"data-orientation":"horizontal",...o,ref:d,sizes:r,style:{bottom:0,left:a.dir==="rtl"?"var(--radix-scroll-area-corner-width)":0,right:a.dir==="ltr"?"var(--radix-scroll-area-corner-width)":0,"--radix-scroll-area-thumb-width":Ys(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(a.viewport){let p=a.viewport.scrollLeft+f.deltaX;e.onWheelScroll(p),Pp(p,h)&&f.preventDefault()}},"onWheelScroll"),onResize:c(()=>{u.current&&a.viewport&&i&&n({content:a.viewport.scrollWidth,viewport:a.viewport.offsetWidth,scrollbar:{size:u.current.clientWidth,paddingStart:Zl(i.paddingLeft),paddingEnd:Zl(i.paddingRight)}})},"onResize")})}),T7=s.forwardRef((e,t)=>{let{sizes:r,onSizesChange:n,...o}=e,a=Ft(lr,e.__scopeScrollArea),[i,l]=s.useState(),u=s.useRef(null),d=Kn(t,u,a.onScrollbarYChange);return s.useEffect(()=>{u.current&&l(getComputedStyle(u.current))},[u]),A.jsx(Gp,{"data-orientation":"vertical",...o,ref:d,sizes:r,style:{top:0,right:a.dir==="ltr"?0:void 0,left:a.dir==="rtl"?0:void 0,bottom:"var(--radix-scroll-area-corner-height)","--radix-scroll-area-thumb-height":Ys(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(a.viewport){let p=a.viewport.scrollTop+f.deltaY;e.onWheelScroll(p),Pp(p,h)&&f.preventDefault()}},"onWheelScroll"),onResize:c(()=>{u.current&&a.viewport&&i&&n({content:a.viewport.scrollHeight,viewport:a.viewport.offsetHeight,scrollbar:{size:u.current.clientHeight,paddingStart:Zl(i.paddingTop),paddingEnd:Zl(i.paddingBottom)}})},"onResize")})}),[B7,qp]=Np(lr),Gp=s.forwardRef((e,t)=>{let{__scopeScrollArea:r,sizes:n,hasThumb:o,onThumbChange:a,onThumbPointerUp:i,onThumbPointerDown:l,onThumbPositionChange:u,onDragScroll:d,onWheelScroll:f,onResize:h,...p}=e,m=Ft(lr,r),[g,y]=s.useState(null),D=Kn(t,F=>y(F)),b=s.useRef(null),w=s.useRef(""),v=m.viewport,x=n.content-n.viewport,E=to(f),S=to(u),C=Jl(h,10);function k(F){if(b.current){let _=F.clientX-b.current.left,T=F.clientY-b.current.top;d({x:_,y:T})}}return c(k,"handleDragScroll"),s.useEffect(()=>{let F=c(_=>{let T=_.target;g!=null&&g.contains(T)&&E(_,x)},"handleWheel");return document.addEventListener("wheel",F,{passive:!1}),()=>document.removeEventListener("wheel",F,{passive:!1})},[v,g,x,E]),s.useEffect(S,[n,S]),jo(g,C),jo(m.content,C),A.jsx(B7,{scope:r,scrollbar:g,hasThumb:o,onThumbChange:to(a),onThumbPointerUp:to(i),onThumbPositionChange:S,onThumbPointerDown:to(l),children:A.jsx(ri.div,{...p,ref:D,style:{position:"absolute",...p.style},onPointerDown:Hn(e.onPointerDown,F=>{F.button===0&&(F.target.setPointerCapture(F.pointerId),b.current=g.getBoundingClientRect(),w.current=document.body.style.webkitUserSelect,document.body.style.webkitUserSelect="none",m.viewport&&(m.viewport.style.scrollBehavior="auto"),k(F))}),onPointerMove:Hn(e.onPointerMove,k),onPointerUp:Hn(e.onPointerUp,F=>{let _=F.target;_.hasPointerCapture(F.pointerId)&&_.releasePointerCapture(F.pointerId),document.body.style.webkitUserSelect=w.current,m.viewport&&(m.viewport.style.scrollBehavior=""),b.current=null})})})}),es="ScrollAreaThumb",Yp=s.forwardRef((e,t)=>{let{forceMount:r,...n}=e,o=qp(es,e.__scopeScrollArea);return A.jsx(xi,{present:r||o.hasThumb,children:A.jsx($7,{ref:t,...n})})}),$7=s.forwardRef((e,t)=>{let{__scopeScrollArea:r,style:n,...o}=e,a=Ft(es,r),i=qp(es,r),{onThumbPositionChange:l}=i,u=Kn(t,h=>i.onThumbChange(h)),d=s.useRef(),f=Jl(()=>{d.current&&(d.current(),d.current=void 0)},100);return s.useEffect(()=>{let h=a.viewport;if(h){let p=c(()=>{if(f(),!d.current){let m=M7(h,l);d.current=m,l()}},"handleScroll");return l(),h.addEventListener("scroll",p),()=>h.removeEventListener("scroll",p)}},[a.viewport,f,l]),A.jsx(ri.div,{"data-state":i.hasThumb?"visible":"hidden",...o,ref:u,style:{width:"var(--radix-scroll-area-thumb-width)",height:"var(--radix-scroll-area-thumb-height)",...n},onPointerDownCapture:Hn(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:Hn(e.onPointerUp,i.onThumbPointerUp)})}),Yp.displayName=es,Wc="ScrollAreaCorner",Kp=s.forwardRef((e,t)=>{let r=Ft(Wc,e.__scopeScrollArea),n=!!(r.scrollbarX&&r.scrollbarY);return r.type!=="scroll"&&n?A.jsx(L7,{...e,ref:t}):null}),Kp.displayName=Wc,L7=s.forwardRef((e,t)=>{let{__scopeScrollArea:r,...n}=e,o=Ft(Wc,r),[a,i]=s.useState(0),[l,u]=s.useState(0),d=!!(a&&l);return jo(o.scrollbarX,()=>{var h;let f=((h=o.scrollbarX)==null?void 0:h.offsetHeight)||0;o.onCornerHeightChange(f),u(f)}),jo(o.scrollbarY,()=>{var h;let f=((h=o.scrollbarY)==null?void 0:h.offsetWidth)||0;o.onCornerWidthChange(f),i(f)}),d?A.jsx(ri.div,{...n,ref:t,style:{width:a,height:l,position:"absolute",right:o.dir==="ltr"?0:void 0,left:o.dir==="rtl"?0:void 0,bottom:0,...e.style}}):null}),c(Zl,"toInt"),c(p2,"getThumbRatio"),c(Ys,"getThumbSize"),c(A7,"getScrollPositionFromPointer"),c(Op,"getThumbOffsetFromScroll"),c(E4,"linearScale"),c(Pp,"isScrollingWithinScrollbarBounds"),M7=c((e,t=()=>{})=>{let r={left:e.scrollLeft,top:e.scrollTop},n=0;return c(function o(){let a={left:e.scrollLeft,top:e.scrollTop},i=r.left!==a.left,l=r.top!==a.top;(i||l)&&t(),r=a,n=window.requestAnimationFrame(o)},"loop")(),()=>window.cancelAnimationFrame(n)},"addUnlinkedScrollListener"),c(Jl,"useDebounceCallback"),c(jo,"useResizeObserver"),c(F7,"getSubtree"),uA=Hp,cA=Vp,dA=Up,fA=Yp,pA=Kp}),O7,P7,Qp,Xp,dl,C4=L(()=>{fV(),O7=I(uA)(({scrollbarsize:e,offset:t})=>({width:"100%",height:"100%",overflow:"hidden","--scrollbar-size":`${e+t}px`,"--radix-scroll-area-thumb-width":`${e}px`})),P7=I(cA)({width:"100%",height:"100%"}),Qp=I(dA)(({offset:e,horizontal:t,vertical:r})=>({display:"flex",userSelect:"none",touchAction:"none",background:"transparent",transition:"all 0.2s ease-out",borderRadius:"var(--scrollbar-size)",zIndex:1,'&[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}})),Xp=I(fA)(({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%"}})),dl=s.forwardRef(({children:e,horizontal:t=!1,vertical:r=!1,offset:n=2,scrollbarSize:o=6,className:a},i)=>z.createElement(O7,{scrollbarsize:o,offset:n,className:a},z.createElement(P7,{ref:i},e),t&&z.createElement(Qp,{orientation:"horizontal",offset:n,horizontal:t.toString(),vertical:r.toString()},z.createElement(Xp,null)),r&&z.createElement(Qp,{orientation:"vertical",offset:n,horizontal:t.toString(),vertical:r.toString()},z.createElement(Xp,null)),t&&r&&z.createElement(pA,null))),dl.displayName="ScrollArea"}),S4={};Rl(S4,{SyntaxHighlighter:()=>Ks,createCopyToClipboardFunction:()=>h2,default:()=>hA,supportedLanguages:()=>m2});function h2(){return bs!=null&&bs.clipboard?e=>bs.clipboard.writeText(e):async e=>{let t=ni.createElement("TEXTAREA"),r=ni.activeElement;t.value=e,ni.body.appendChild(t),t.select(),ni.execCommand("copy"),ni.body.removeChild(t),r.focus()}}var N7,bs,ni,H7,m2,j7,V7,U7,W7,q7,G7,Y7,Zp,K7,Q7,Ks,hA,Z1=L(()=>{h4(),N7=Ke(K1(),1),Oj(),Nj(),Hj(),Vj(),Wj(),Gj(),Yj(),Qj(),Xj(),Jj(),eV(),rV(),Mj(),Yk(),C4(),{navigator:bs,document:ni,window:H7}=p4,m2={jsextra:Mk,jsx:Nk,json:Ok,yml:qk,md:Hk,bash:Bk,css:$k,html:jk,tsx:Uk,typescript:Wk,graphql:Lk},Object.entries(m2).forEach(([e,t])=>{I0.registerLanguage(e,t)}),j7=(0,N7.default)(2)(e=>Object.entries(e.code||{}).reduce((t,[r,n])=>({...t,[`* .${r}`]:n}),{})),V7=h2(),c(h2,"createCopyToClipboardFunction"),U7=I.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)"}}:{}),W7=c(({children:e,className:t})=>z.createElement(dl,{horizontal:!0,vertical:!0,className:t},e),"UnstyledScroller"),q7=I(W7)({position:"relative"},({theme:e})=>j7(e)),G7=I.pre(({theme:e,padded:t})=>({display:"flex",justifyContent:"flex-start",margin:0,padding:t?e.layoutMargin:0})),Y7=I.div(({theme:e})=>({flex:1,paddingLeft:2,paddingRight:e.layoutMargin,opacity:1,fontFamily:e.typography.fonts.mono})),Zp=c(e=>{let t=[...e.children],r=t[0],n=r.children[0].value,o={...r,children:[],properties:{...r.properties,"data-line-number":n,style:{...r.properties.style,userSelect:"auto"}}};return t[0]=o,{...e,children:t}},"processLineNumber"),K7=c(({rows:e,stylesheet:t,useInlineStyles:r})=>e.map((n,o)=>X1({node:Zp(n),stylesheet:t,useInlineStyles:r,key:`code-segement${o}`})),"defaultRenderer"),Q7=c((e,t)=>t?e?({rows:r,...n})=>e({rows:r.map(o=>Zp(o)),...n}):K7:e,"wrapRenderer"),Ks=c(({children:e,language:t="jsx",copyable:r=!1,bordered:n=!1,padded:o=!1,format:a=!0,formatter:i=void 0,className:l=void 0,showLineNumbers:u=!1,...d})=>{if(typeof e!="string"||!e.trim())return null;let[f,h]=s.useState("");s.useEffect(()=>{i?i(a,e).then(h):h(e.trim())},[e,a,i]);let[p,m]=s.useState(!1),g=s.useCallback(D=>{D.preventDefault(),V7(f).then(()=>{m(!0),H7.setTimeout(()=>m(!1),1500)}).catch(Qi.error)},[f]),y=Q7(d.renderer,u);return z.createElement(U7,{bordered:n,padded:o,showLineNumbers:u,className:l},z.createElement(q7,null,z.createElement(I0,{padded:o||n,language:t,showLineNumbers:u,showInlineLineNumbers:u,useInlineStyles:!1,PreTag:G7,CodeTag:Y7,lineNumberContainerStyle:{},...d,renderer:y},f)),r?z.createElement(Gk,{actionItems:[{title:p?"Copied":"Copy",onClick:g}]}):null)},"SyntaxHighlighter"),Ks.registerLanguage=(...e)=>I0.registerLanguage(...e),hA=Ks});function X7(e){if(typeof e=="string")return lf;if(Array.isArray(e))return sf;if(!e)return;let{type:t}=e;if(G4.has(t))return t}function Z7(e){let t=e===null?"null":typeof e;if(t!=="string"&&t!=="object")return`Unexpected doc '${t}',
271
- Expected it to be 'string' or 'object'.`;if(uf(e))throw new Error("doc is valid.");let r=Object.prototype.toString.call(e);if(r!=="[object Object]")return`Unexpected doc '${r}'.`;let n=DF([...G4].map(o=>`'${o}'`));return`Unexpected doc.type '${e.type}'.
272
- Expected it to be ${n}.`}function Fr(e){return Co(e),{type:Fu,contents:e}}function k4(e,t){return Co(t),{type:_u,contents:t,n:e}}function _e(e,t={}){return Co(e),cf(t.expandedStates,!0),{type:pl,id:t.id,contents:e,break:!!t.shouldBreak,expandedStates:t.expandedStates}}function mA(e){return k4(Number.NEGATIVE_INFINITY,e)}function gA(e){return k4({type:"root"},e)}function A4(e){return cf(e),{type:Iu,parts:e}}function ku(e,t="",r={}){return Co(e),t!==""&&Co(t),{type:Ru,breakContents:e,flatContents:t,groupId:r.groupId}}function vA(e,t){return Co(e),{type:zu,contents:e,groupId:t.groupId,negate:t.negate}}function za(e,t){Co(e),cf(t);let r=[];for(let n=0;n<t.length;n++)n!==0&&r.push(e),r.push(t[n]);return r}function J1(e,t){if(typeof e=="string")return t(e);let r=new Map;return n(e);function n(a){if(r.has(a))return r.get(a);let i=o(a);return r.set(a,i),i}function o(a){switch(uf(a)){case sf:return t(a.map(n));case Iu:return t({...a,parts:a.parts.map(n)});case Ru:return t({...a,breakContents:n(a.breakContents),flatContents:n(a.flatContents)});case pl:{let{expandedStates:i,contents:l}=a;return i?(i=i.map(n),l=i[0]):l=n(l),t({...a,contents:l,expandedStates:i})}case _u:case Fu:case zu:case Gd:case Wd:return t({...a,contents:n(a.contents)});case lf:case Vd:case Ud:case qd:case Qn:case Zs:return t(a);default:throw new Y4(a)}}}function yA(e){switch(uf(e)){case Iu:if(e.parts.every(t=>t===""))return"";break;case pl:if(!e.contents&&!e.id&&!e.break&&!e.expandedStates)return"";if(e.contents.type===pl&&e.contents.id===e.id&&e.contents.break===e.break&&e.contents.expandedStates===e.expandedStates)return e.contents;break;case _u:case Fu:case zu:case Wd:if(!e.contents)return"";break;case Ru:if(!e.flatContents&&!e.breakContents)return"";break;case sf:{let t=[];for(let r of e){if(!r)continue;let[n,...o]=Array.isArray(r)?r:[r];typeof n=="string"&&typeof hl(!1,t,-1)=="string"?t[t.length-1]+=n:t.push(n),t.push(...o)}return t.length===0?"":t.length===1?t[0]:t}case lf:case Vd:case Ud:case qd:case Qn:case Gd:case Zs:break;default:throw new Y4(e)}return e}function wA(e){return J1(e,t=>yA(t))}function Kt(e,t=EF){return J1(e,r=>typeof r=="string"?za(t,r.split(`
273
- `)):r)}function J7(e,t){let r=t===!0||t===Ss?Ss:E2,n=r===Ss?E2:Ss,o=0,a=0;for(let i of e)i===r?o++:i===n&&a++;return o>a?n:r}function e6(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}function t6(e){return(e==null?void 0:e.type)==="front-matter"}function Jp(e,t){var r;if(e.type==="text"||e.type==="comment"||oc(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=e.parameters)!=null&&r.children)for(let n of t.parameters.children)kF.has(e.name)?delete n.expression:n.expression=n.expression.trim();e.type==="angularIcuExpression"&&(t.switchValue=e.switchValue.trim()),e.type==="angularLetDeclarationInitializer"&&delete t.value}async function r6(e,t){if(e.language==="yaml"){let r=e.value.trim(),n=r?await t(r,{parser:"yaml"}):"";return gA([e.startDelimiter,e.explicitLanguage,me,n,n?me:"",e.endDelimiter])}}function Xu(e,t=!0){return[Fr([qe,e]),t?qe:""]}function Ta(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 o=!0;n&&(r.__onHtmlBindingRoot=(i,l)=>{o=n(i,l)});let a=await t(e,r,t);return o?_e(a):Xu(a)}function n6(e,t,r,n){let{node:o}=r,a=n.originalText.slice(o.sourceSpan.start.offset,o.sourceSpan.end.offset);return/^\s*$/u.test(a)?"":er(a,e,{parser:"__ng_directive",__isInHtmlAttribute:!1},Ta)}function g2(e,t){if(!t)return;let r=_F(t).toLowerCase();return e.find(({filenames:n})=>n==null?void 0:n.some(o=>o.toLowerCase()===r))??e.find(({extensions:n})=>n==null?void 0:n.some(o=>r.endsWith(o)))}function bA(e,t){if(t)return e.find(({name:r})=>r.toLowerCase()===t)??e.find(({aliases:r})=>r==null?void 0:r.includes(t))??e.find(({extensions:r})=>r==null?void 0:r.includes(`.${t}`))}function o6(e,t){let r=e.plugins.flatMap(o=>o.languages??[]),n=bA(r,t.language)??g2(r,t.physicalFile)??g2(r,t.file)??(t.physicalFile,void 0);return n==null?void 0:n.parsers[0]}function a6(e){return e.type==="element"&&!e.hasExplicitNamespace&&!["html","svg"].includes(e.namespace)}function F4(e,t){return!!(e.type==="ieConditionalComment"&&e.lastChild&&!e.lastChild.isSelfClosing&&!e.lastChild.endSourceSpan||e.type==="ieConditionalComment"&&!e.complete||Ca(e)&&e.children.some(r=>r.type!=="text"&&r.type!=="interpolation")||tf(e,t)&&!ln(e)&&e.type!=="interpolation")}function Zu(e){return e.type==="attribute"||!e.parent||!e.prev?!1:xA(e.prev)}function xA(e){return e.type==="comment"&&e.value.trim()==="prettier-ignore"}function zt(e){return e.type==="text"||e.type==="comment"}function ln(e){return e.type==="element"&&(e.fullName==="script"||e.fullName==="style"||e.fullName==="svg:style"||e.fullName==="svg:script"||ml(e)&&(e.name==="script"||e.name==="style"))}function DA(e){return e.children&&!ln(e)}function EA(e){return ln(e)||e.type==="interpolation"||_4(e)}function _4(e){return L4(e).startsWith("pre")}function CA(e,t){var r,n;let o=a();if(o&&!e.prev&&(n=(r=e.parent)==null?void 0:r.tagDefinition)!=null&&n.ignoreFirstLf)return e.type==="interpolation";return o;function a(){return oc(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:Ca(e.parent)?!0:!(!e.prev&&(e.parent.type==="root"||Ca(e)&&e.parent||ln(e.parent)||Ju(e.parent,t)||!TA(e.parent.cssDisplay))||e.prev&&!LA(e.prev.cssDisplay))}}function SA(e,t){return oc(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:Ca(e.parent)?!0:!(!e.next&&(e.parent.type==="root"||Ca(e)&&e.parent||ln(e.parent)||Ju(e.parent,t)||!BA(e.parent.cssDisplay))||e.next&&!$A(e.next.cssDisplay))}function kA(e){return MA(e.cssDisplay)&&!ln(e)}function xs(e){return oc(e)||e.next&&e.sourceSpan.end&&e.sourceSpan.end.line+1<e.next.sourceSpan.start.line}function AA(e){return I4(e)||e.type==="element"&&e.children.length>0&&(["body","script","style"].includes(e.name)||e.children.some(t=>_A(t)))||e.firstChild&&e.firstChild===e.lastChild&&e.firstChild.type!=="text"&&z4(e.firstChild)&&(!e.lastChild.isTrailingSpaceSensitive||T4(e.lastChild))}function I4(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 R0(e){return B4(e)||e.prev&&FA(e.prev)||R4(e)}function FA(e){return B4(e)||e.type==="element"&&e.fullName==="br"||R4(e)}function R4(e){return z4(e)&&T4(e)}function z4(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 T4(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 B4(e){switch(e.type){case"ieConditionalComment":case"comment":case"directive":return!0;case"element":return["script","select"].includes(e.name)}return!1}function ef(e){return e.lastChild?ef(e.lastChild):e}function _A(e){var t;return(t=e.children)==null?void 0:t.some(r=>r.type!=="text")}function $4(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 IA(e,t){let{name:r,attrMap:n}=e;if(r!=="script"||Object.prototype.hasOwnProperty.call(n,"src"))return;let{type:o,lang:a}=e.attrMap;return!a&&!o?"babel":ac(t,{language:a})??$4(o)}function RA(e,t){if(!tf(e,t))return;let{attrMap:r}=e;if(Object.prototype.hasOwnProperty.call(r,"src"))return;let{type:n,lang:o}=r;return ac(t,{language:o})??$4(n)}function zA(e,t){if(e.name!=="style")return;let{lang:r}=e.attrMap;return r?ac(t,{language:r}):"css"}function v2(e,t){return IA(e,t)??zA(e,t)??RA(e,t)}function zl(e){return e==="block"||e==="list-item"||e.startsWith("table")}function TA(e){return!zl(e)&&e!=="inline-block"}function BA(e){return!zl(e)&&e!=="inline-block"}function $A(e){return!zl(e)}function LA(e){return!zl(e)}function MA(e){return!zl(e)&&e!=="inline-block"}function Ca(e){return L4(e).startsWith("pre")}function OA(e,t){let r=e;for(;r;){if(t(r))return!0;r=r.parent}return!1}function PA(e,t){var r;if(Ba(e,t))return"block";if(((r=e.prev)==null?void 0:r.type)==="comment"){let o=e.prev.value.match(/^\s*display:\s*([a-z]+)\s*$/u);if(o)return o[1]}let n=!1;if(e.type==="element"&&e.namespace==="svg")if(OA(e,o=>o.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||ml(e))&&RF[e.name]||IF}}function L4(e){return e.type==="element"&&(!e.namespace||ml(e))&&TF[e.name]||zF}function NA(e){let t=Number.POSITIVE_INFINITY;for(let r of e.split(`
274
- `)){if(r.length===0)continue;let n=vr.getLeadingWhitespaceCount(r);if(n===0)return 0;r.length!==n&&n<t&&(t=n)}return t===Number.POSITIVE_INFINITY?0:t}function M4(e,t=NA(e)){return t===0?e:e.split(`
275
- `).map(r=>r.slice(t)).join(`
276
- `)}function O4(e){return xt(!1,xt(!1,e,"&apos;","'"),"&quot;",'"')}function Ln(e){return O4(e.value)}function Ju(e,t){return Ba(e,t)&&!$F.has(e.fullName)}function Ba(e,t){return t.parser==="vue"&&e.type==="element"&&e.parent.type==="root"&&e.fullName.toLowerCase()!=="html"}function tf(e,t){return Ba(e,t)&&(Ju(e,t)||e.attrMap.lang&&e.attrMap.lang!=="html")}function HA(e){let t=e.fullName;return t.charAt(0)==="#"||t==="slot-scope"||t==="v-slot"||t.startsWith("v-slot:")}function jA(e,t){let r=e.parent;if(!Ba(r,t))return!1;let n=r.fullName,o=e.fullName;return n==="script"&&o==="setup"||n==="style"&&o==="vars"}function P4(e,t=e.value){return e.parent.isWhitespaceSensitive?e.parent.isIndentationSensitive?Kt(t):Kt(M4(K4(t)),me):za(Le,vr.split(t))}function N4(e,t){return Ba(e,t)&&e.name==="script"}async function VA(e,t){let r=[];for(let[n,o]of e.split(Q4).entries())if(n%2===0)r.push(Kt(o));else try{r.push(_e(["{{",Fr([Le,await er(o,t,{parser:"__ng_interpolation",__isInHtmlInterpolation:!0})]),Le,"}}"]))}catch{r.push("{{",Kt(o),"}}")}return r}function qc({parser:e}){return(t,r,n)=>er(Ln(n.node),t,{parser:e},Ta)}function i6(e,t){if(t.parser!=="angular")return;let{node:r}=e,n=r.fullName;if(n.startsWith("(")&&n.endsWith(")")||n.startsWith("on-"))return LF;if(n.startsWith("[")&&n.endsWith("]")||/^bind(?:on)?-/u.test(n)||/^ng-(?:if|show|hide|class|style)$/u.test(n))return MF;if(n.startsWith("*"))return OF;let o=Ln(r);if(/^i18n(?:-.+)?$/u.test(n))return()=>Xu(A4(P4(r,o.trim())),!o.includes("@@"));if(Q4.test(o))return a=>VA(o,a)}function l6(e,t){let{node:r}=e,n=Ln(r);if(r.fullName==="class"&&!t.parentParser&&!n.includes("{{"))return()=>n.trim().split(/\s+/u).join(" ")}function y2(e){return e===" "||e===`
277
- `||e==="\f"||e==="\r"||e===" "}function s6(e){let t=e.length,r,n,o,a,i,l=0,u;function d(m){let g,y=m.exec(e.substring(l));if(y)return[g]=y,l+=g.length,g}c(d,"p");let f=[];for(;;){if(d(jF),l>=t){if(f.length===0)throw new Error("Must contain one or more image candidate strings.");return f}u=l,r=d(VF),n=[],r.slice(-1)===","?(r=r.replace(UF,""),p()):h()}function h(){for(d(HF),o="",a="in descriptor";;){if(i=e.charAt(l),a==="in descriptor")if(y2(i))o&&(n.push(o),o="",a="after descriptor");else if(i===","){l+=1,o&&n.push(o),p();return}else if(i==="(")o+=i,a="in parens";else if(i===""){o&&n.push(o),p();return}else o+=i;else if(a==="in parens")if(i===")")o+=i,a="in descriptor";else if(i===""){n.push(o),p();return}else o+=i;else if(a==="after descriptor"&&!y2(i))if(i===""){p();return}else a="in descriptor",l-=1;l+=1}}c(h,"f");function p(){let m=!1,g,y,D,b,w={},v,x,E,S,C;for(b=0;b<n.length;b++)v=n[b],x=v[v.length-1],E=v.substring(0,v.length-1),S=parseInt(E,10),C=parseFloat(E),C2.test(E)&&x==="w"?((g||y)&&(m=!0),S===0?m=!0:g=S):WF.test(E)&&x==="x"?((g||y||D)&&(m=!0),C<0?m=!0:y=C):C2.test(E)&&x==="h"?((D||y)&&(m=!0),S===0?m=!0:D=S):m=!0;if(!m)w.source={value:r,startOffset:u},g&&(w.width={value:g}),y&&(w.density={value:y}),D&&(w.height={value:D}),f.push(w);else throw new Error(`Invalid srcset descriptor found in "${e}" at "${v}".`)}c(p,"d")}function u6(e){if(e.node.fullName==="srcset"&&(e.parent.fullName==="img"||e.parent.fullName==="source"))return()=>UA(Ln(e.node))}function UA(e){let t=qF(e),r=GF.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,o=S2[n],a=t.map(f=>f.source.value),i=Math.max(...a.map(f=>f.length)),l=t.map(f=>f[n]?String(f[n].value):""),u=l.map(f=>{let h=f.indexOf(".");return h===-1?f.length:h}),d=Math.max(...u);return Xu(za([",",Le],a.map((f,h)=>{let p=[f],m=l[h];if(m){let g=i-f.length+1,y=d-u[h],D=" ".repeat(g+y);p.push(ku(D," "),m+o)}return p})))}function WA(e,t){let{node:r}=e,n=Ln(e.node).trim();if(r.fullName==="style"&&!t.parentParser&&!n.includes("{{"))return async o=>Xu(await o(n,{parser:"css",__isHTMLStyleAttribute:!0}))}function c6(e,t){let{root:r}=e;return z0.has(r)||z0.set(r,r.children.some(n=>N4(n,t)&&["ts","typescript"].includes(n.attrMap.lang))),z0.get(r)}function qA(e,t,r){let{node:n}=r,o=Ln(n);return er(`type T<${o}> = any`,e,{parser:"babel-ts",__isEmbeddedTypescriptGenericParameters:!0},Ta)}function GA(e,t,{parseWithTs:r}){return er(`function _(${e}) {}`,t,{parser:r?"babel-ts":"babel",__isVueBindings:!0})}function YA(e){let t=/^(?:[\w$]+|\([^)]*\))\s*=>|^function\s*\(/u,r=/^[$_a-z][\w$]*(?:\.[$_a-z][\w$]*|\['[^']*'\]|\["[^"]*"\]|\[\d+\]|\[[$_a-z][\w$]*\])*$/iu,n=e.trim();return t.test(n)||r.test(n)}async function KA(e,t,r,n){let o=Ln(r.node),{left:a,operator:i,right:l}=QA(o),u=df(r,n);return[_e(await er(`function _(${a}) {}`,e,{parser:u?"babel-ts":"babel",__isVueForBindingLeft:!0}))," ",i," ",await er(l,e,{parser:u?"__ts_expression":"__js_expression"})]}function QA(e){let t=/(.*?)\s+(in|of)\s+(.*)/su,r=/,([^,\]}]*)(?:,([^,\]}]*))?$/u,n=/^\(|\)$/gu,o=e.match(t);if(!o)return;let a={};if(a.for=o[3].trim(),!a.for)return;let i=xt(!1,o[1].trim(),n,""),l=i.match(r);l?(a.alias=i.replace(r,""),a.iterator1=l[1].trim(),l[2]&&(a.iterator2=l[2].trim())):a.alias=i;let u=[a.alias,a.iterator1,a.iterator2];if(!u.some((d,f)=>!d&&(f===0||u.slice(f+1).some(Boolean))))return{left:u.filter(Boolean).join(","),operator:o[2],right:a.for}}function d6(e,t){if(t.parser!=="vue")return;let{node:r}=e,n=r.fullName;if(n==="v-for")return KA;if(n==="generic"&&N4(r.parent,t))return qA;let o=Ln(r),a=df(e,t);if(HA(r)||jA(r,t))return i=>GA(o,i,{parseWithTs:a});if(n.startsWith("@")||n.startsWith("v-on:"))return i=>XA(o,i,{parseWithTs:a});if(n.startsWith(":")||n.startsWith("v-bind:"))return i=>ZA(o,i,{parseWithTs:a});if(n.startsWith("v-"))return i=>H4(o,i,{parseWithTs:a})}function XA(e,t,{parseWithTs:r}){return YA(e)?H4(e,t,{parseWithTs:r}):er(e,t,{parser:r?"__vue_ts_event_binding":"__vue_event_binding"},Ta)}function ZA(e,t,{parseWithTs:r}){return er(e,t,{parser:r?"__vue_ts_expression":"__vue_expression"},Ta)}function H4(e,t,{parseWithTs:r}){return er(e,t,{parser:r?"__ts_expression":"__js_expression"},Ta)}function f6(e,t){let{node:r}=e;if(r.value){if(/^PRETTIER_HTML_PLACEHOLDER_\d+_\d+_IN_JS$/u.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[YF,WA,NF,KF,PF]){let o=n(e,t);if(o)return JA(o)}}}function JA(e){return async(t,r,n,o)=>{let a=await e(t,r,n,o);if(a)return a=J1(a,i=>typeof i=="string"?xt(!1,i,'"',"&quot;"):i),[n.node.rawName,'="',_e(a),'"']}}function p6(e){return Array.isArray(e)&&e.length>0}function ec(e){return e.sourceSpan.start.offset}function tc(e){return e.sourceSpan.end.offset}function Pd(e,t){return[e.isSelfClosing?"":eF(e,t),Ri(e,t)]}function eF(e,t){return e.lastChild&&fl(e.lastChild)?"":[tF(e,t),rf(e,t)]}function Ri(e,t){return(e.next?Do(e.next):Bl(e.parent))?"":[Tl(e,t),xo(e,t)]}function tF(e,t){return Bl(e)?Tl(e.lastChild,t):""}function xo(e,t){return fl(e)?rf(e.parent,t):rc(e)?nf(e.next):""}function rf(e,t){if(X4(!e.isSelfClosing),j4(e,t))return"";switch(e.type){case"ieConditionalComment":return"<!";case"element":if(e.hasHtmComponentClosingTag)return"<//";default:return`</${e.rawName}`}}function Tl(e,t){if(j4(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 j4(e,t){return!e.isSelfClosing&&!e.endSourceSpan&&(Zu(e)||F4(e.parent,t))}function Do(e){return e.prev&&e.prev.type!=="docType"&&e.type!=="angularControlFlowBlock"&&!zt(e.prev)&&e.isLeadingSpaceSensitive&&!e.hasLeadingSpaces}function Bl(e){var t;return((t=e.lastChild)==null?void 0:t.isTrailingSpaceSensitive)&&!e.lastChild.hasTrailingSpaces&&!zt(ef(e.lastChild))&&!Ca(e)}function fl(e){return!e.next&&!e.hasTrailingSpaces&&e.isTrailingSpaceSensitive&&zt(ef(e))}function rc(e){return e.next&&!zt(e.next)&&zt(e)&&e.isTrailingSpaceSensitive&&!e.hasTrailingSpaces}function rF(e){let t=e.trim().match(/^prettier-ignore-attribute(?:\s+(.+))?$/su);return t?t[1]?t[1].split(/\s+/u):!0:!1}function nc(e){return!e.prev&&e.isLeadingSpaceSensitive&&!e.hasLeadingSpaces}function nF(e,t,r){var n;let{node:o}=e;if(!ff(o.attrs))return o.isSelfClosing?" ":"";let a=((n=o.prev)==null?void 0:n.type)==="comment"&&rF(o.prev.value),i=typeof a=="boolean"?()=>a:Array.isArray(a)?h=>a.includes(h.rawName):()=>!1,l=e.map(({node:h})=>i(h)?Kt(t.originalText.slice(ec(h),tc(h))):r(),"attrs"),u=o.type==="element"&&o.fullName==="script"&&o.attrs.length===1&&o.attrs[0].fullName==="src"&&o.children.length===0,d=t.singleAttributePerLine&&o.attrs.length>1&&!Ba(o,t)?me:Le,f=[Fr([u?" ":Le,za(d,l)])];return o.firstChild&&nc(o.firstChild)||o.isSelfClosing&&Bl(o.parent)||u?f.push(o.isSelfClosing?" ":""):f.push(t.bracketSameLine?o.isSelfClosing?" ":"":o.isSelfClosing?Le:qe),f}function oF(e){return e.firstChild&&nc(e.firstChild)?"":of(e)}function Nd(e,t,r){let{node:n}=e;return[zi(n,t),nF(e,t,r),n.isSelfClosing?"":oF(n)]}function zi(e,t){return e.prev&&rc(e.prev)?"":[Eo(e,t),nf(e)]}function Eo(e,t){return nc(e)?of(e.parent):Do(e)?Tl(e.prev,t):""}function nf(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 of(e){switch(X4(!e.isSelfClosing),e.type){case"ieConditionalComment":return"]>";case"element":if(e.condition)return"><!--<![endif]-->";default:return">"}}function h6(e,t){if(!e.endSourceSpan)return"";let r=e.startSourceSpan.end.offset;e.firstChild&&nc(e.firstChild)&&(r-=of(e).length);let n=e.endSourceSpan.start.offset;return e.lastChild&&fl(e.lastChild)?n+=rf(e,t).length:Bl(e)&&(n-=Tl(e.lastChild,t).length),t.originalText.slice(r,n)}function m6(e,t){let{node:r}=e;switch(r.type){case"element":if(ln(r)||r.type==="interpolation")return;if(!r.isSelfClosing&&tf(r,t)){let n=v2(r,t);return n?async(o,a)=>{let i=Z4(r,t),l=/^\s*$/u.test(i),u="";return l||(u=await o(K4(i),{parser:n,__embeddedInHtml:!0}),l=u===""),[Eo(r,t),_e(Nd(e,t,a)),l?"":me,u,l?"":me,Pd(r,t),xo(r,t)]}:void 0}break;case"text":if(ln(r.parent)){let n=v2(r.parent,t);if(n)return async o=>{let a=n==="markdown"?M4(r.value.replace(/^[^\S\n]*\n/u,"")):r.value,i={parser:n,__embeddedInHtml:!0};if(t.parser==="html"&&n==="babel"){let l="script",{attrMap:u}=r.parent;u&&(u.type==="module"||u.type==="text/babel"&&u["data-type"]==="module")&&(l="module"),i.__babelSourceType=l}return[Bi,Eo(r,t),await o(a,i),xo(r,t)]}}else if(r.parent.type==="interpolation")return async n=>{let o={__isInHtmlInterpolation:!0,__embeddedInHtml:!0};return t.parser==="angular"?o.parser="__ng_interpolation":t.parser==="vue"?o.parser=df(e,t)?"__vue_ts_expression":"__vue_expression":o.parser="__js_expression",[Fr([Le,await n(r.value,o)]),r.parent.next&&Do(r.parent.next)?" ":Le]};break;case"attribute":return QF(e,t);case"front-matter":return n=>AF(r,n);case"angularControlFlowBlockParameters":return XF.has(e.parent.name)?FF:void 0;case"angularLetDeclarationInitializer":return n=>er(r.value,n,{parser:"__ng_binding",__isInHtmlAttribute:!1})}}function Ti(e){if(ai!==null&&typeof ai.property){let t=ai;return ai=Ti.prototype=null,t}return ai=Ti.prototype=e??Object.create(null),new Ti}function aF(e){return Ti(e)}function g6(e,t="type"){aF(e);function r(n){let o=n[t],a=e[o];if(!Array.isArray(a))throw Object.assign(new Error(`Missing visitor keys for '${o}'.`),{node:n});return a}return c(r,"r"),r}function iF(e){return/^\s*<!--\s*@(?:format|prettier)\s*-->/u.test(e)}function v6(e){return`<!-- @format -->
278
-
279
- `+e}function V4(e){let t=tc(e);return e.type==="element"&&!e.endSourceSpan&&ff(e.children)?Math.max(t,V4(hl(!1,e.children,-1))):t}function oi(e,t,r){let n=e.node;if(Zu(n)){let o=V4(n);return[Eo(n,t),Kt(vr.trimEnd(t.originalText.slice(ec(n)+(n.prev&&rc(n.prev)?nf(n).length:0),o-(n.next&&Do(n.next)?Tl(n,t).length:0)))),xo(n,t)]}return r()}function Ds(e,t){return zt(e)&&zt(t)?e.isTrailingSpaceSensitive?e.hasTrailingSpaces?R0(t)?me:Le:"":R0(t)?me:qe:rc(e)&&(Zu(t)||t.firstChild||t.isSelfClosing||t.type==="element"&&t.attrs.length>0)||e.type==="element"&&e.isSelfClosing&&Do(t)?"":!t.isLeadingSpaceSensitive||R0(t)||Do(t)&&e.lastChild&&fl(e.lastChild)&&e.lastChild.lastChild&&fl(e.lastChild.lastChild)?me:t.hasLeadingSpaces?Le:qe}function af(e,t,r){let{node:n}=e;if(I4(n))return[Bi,...e.map(a=>{let i=a.node,l=i.prev?Ds(i.prev,i):"";return[l?[l,xs(i.prev)?me:""]:"",oi(a,t,r)]},"children")];let o=n.children.map(()=>Symbol(""));return e.map((a,i)=>{let l=a.node;if(zt(l)){if(l.prev&&zt(l.prev)){let g=Ds(l.prev,l);if(g)return xs(l.prev)?[me,me,oi(a,t,r)]:[g,oi(a,t,r)]}return oi(a,t,r)}let u=[],d=[],f=[],h=[],p=l.prev?Ds(l.prev,l):"",m=l.next?Ds(l,l.next):"";return p&&(xs(l.prev)?u.push(me,me):p===me?u.push(me):zt(l.prev)?d.push(p):d.push(ku("",qe,{groupId:o[i-1]}))),m&&(xs(l)?zt(l.next)&&h.push(me,me):m===me?zt(l.next)&&h.push(me):f.push(m)),[...u,_e([...d,_e([oi(a,t,r),...f],{id:o[i]})]),...h]},"children")}function lF(e,t,r){let{node:n}=e,o=[];sF(e)&&o.push("} "),o.push("@",n.name),n.parameters&&o.push(" (",_e(r("parameters")),")"),o.push(" {");let a=U4(n);return n.children.length>0?(n.firstChild.hasLeadingSpaces=!0,n.lastChild.hasTrailingSpaces=!0,o.push(Fr([me,af(e,t,r)])),a&&o.push(me,"}")):a&&o.push("}"),_e(o,{shouldBreak:!0})}function U4(e){var t,r;return!(((t=e.next)==null?void 0:t.type)==="angularControlFlowBlock"&&(r=ZF.get(e.name))!=null&&r.has(e.next.name))}function sF(e){let{previous:t}=e;return(t==null?void 0:t.type)==="angularControlFlowBlock"&&!Zu(t)&&!U4(t)}function uF(e,t,r){return[Fr([qe,za([";",Le],e.map(r,"children"))]),qe]}function cF(e,t,r){let{node:n}=e;return[zi(n,t),_e([n.switchValue.trim(),", ",n.clause,n.cases.length>0?[",",Fr([Le,za(Le,e.map(r,"cases"))])]:"",qe]),Ri(n,t)]}function dF(e,t,r){let{node:n}=e;return[n.value," {",_e([Fr([qe,e.map(({node:o})=>o.type==="text"&&!vr.trim(o.value)?"":r(),"expression")]),qe]),"}"]}function fF(e,t,r){let{node:n}=e;if(F4(n,t))return[Eo(n,t),_e(Nd(e,t,r)),Kt(Z4(n,t)),...Pd(n,t),xo(n,t)];let o=n.children.length===1&&(n.firstChild.type==="interpolation"||n.firstChild.type==="angularIcuExpression")&&n.firstChild.isLeadingSpaceSensitive&&!n.firstChild.hasLeadingSpaces&&n.lastChild.isTrailingSpaceSensitive&&!n.lastChild.hasTrailingSpaces,a=Symbol("element-attr-group-id"),i=c(f=>_e([_e(Nd(e,t,r),{id:a}),f,Pd(n,t)]),"a"),l=c(f=>o?vA(f,{groupId:a}):(ln(n)||Ju(n,t))&&n.parent.type==="root"&&t.parser==="vue"&&!t.vueIndentScriptAndStyle?f:Fr(f),"o"),u=c(()=>o?ku(qe,"",{groupId:a}):n.firstChild.hasLeadingSpaces&&n.firstChild.isLeadingSpaceSensitive?Le:n.firstChild.type==="text"&&n.isWhitespaceSensitive&&n.isIndentationSensitive?mA(qe):qe,"u"),d=c(()=>(n.next?Do(n.next):Bl(n.parent))?n.lastChild.hasTrailingSpaces&&n.lastChild.isTrailingSpaceSensitive?" ":"":o?ku(qe,"",{groupId:a}):n.lastChild.hasTrailingSpaces&&n.lastChild.isTrailingSpaceSensitive?Le:(n.lastChild.type==="comment"||n.lastChild.type==="text"&&n.isWhitespaceSensitive&&n.isIndentationSensitive)&&new RegExp(`\\n[\\t ]{${t.tabWidth*(e.ancestors.length-1)}}$`,"u").test(n.lastChild.value)?"":qe,"p");return n.children.length===0?i(n.hasDanglingSpaces&&n.isDanglingSpaceSensitive?Le:""):i([AA(n)?Bi:"",l([u(),af(e,t,r)]),d()])}function Qs(e){return e>=9&&e<=32||e==160}function Hd(e){return 48<=e&&e<=57}function Xs(e){return e>=97&&e<=122||e>=65&&e<=90}function pF(e){return e>=97&&e<=102||e>=65&&e<=70||Hd(e)}function Gc(e){return e===10||e===13}function eh(e){return 48<=e&&e<=55}function Yc(e){return e===39||e===34||e===96}function y6(e){return e.replace(JF,(...t)=>t[1].toUpperCase())}function w6(e,t){for(let r of e_)r(e,t);return e}function b6(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]===`
280
- `){let r=t.children[0];r.value.length===1?t.removeChild(r):r.value=r.value.slice(1)}})}function x6(e){let t=c(r=>{var n,o;return r.type==="element"&&((n=r.prev)==null?void 0:n.type)==="ieConditionalStartComment"&&r.prev.sourceSpan.end.offset===r.startSourceSpan.start.offset&&((o=r.firstChild)==null?void 0:o.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 o=r.children[n];if(!t(o))continue;let a=o.prev,i=o.firstChild;r.removeChild(a),n--;let l=new J(a.sourceSpan.start,i.sourceSpan.end),u=new J(l.start,o.sourceSpan.end);o.condition=a.condition,o.sourceSpan=u,o.startSourceSpan=l,o.removeChild(i)}})}function hF(e,t,r){e.walk(n=>{if(n.children)for(let o=0;o<n.children.length;o++){let a=n.children[o];if(a.type!=="text"&&!t(a))continue;a.type!=="text"&&(a.type="text",a.value=r(a));let i=a.prev;!i||i.type!=="text"||(i.value+=a.value,i.sourceSpan=new J(i.sourceSpan.start,a.sourceSpan.end),n.removeChild(a),o--)}})}function D6(e){return hF(e,t=>t.type==="cdata",t=>`<![CDATA[${t.value}]]>`)}function E6(e){let t=c(r=>{var n,o;return r.type==="element"&&r.attrs.length===0&&r.children.length===1&&r.firstChild.type==="text"&&!vr.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"&&((o=r.next)==null?void 0:o.type)==="text"},"e");e.walk(r=>{if(r.children)for(let n=0;n<r.children.length;n++){let o=r.children[n];if(!t(o))continue;let a=o.prev,i=o.next;a.value+=`<${o.rawName}>`+o.firstChild.value+`</${o.rawName}>`+i.value,a.sourceSpan=new J(a.sourceSpan.start,i.sourceSpan.end),a.isTrailingSpaceSensitive=i.isTrailingSpaceSensitive,a.hasTrailingSpaces=i.hasTrailingSpaces,r.removeChild(o),n--,r.removeChild(i)}})}function C6(e,t){if(t.parser==="html")return;let r=/\{\{(.+?)\}\}/su;e.walk(n=>{if(DA(n))for(let o of n.children){if(o.type!=="text")continue;let a=o.sourceSpan.start,i=null,l=o.value.split(r);for(let u=0;u<l.length;u++,a=i){let d=l[u];if(u%2===0){i=a.moveBy(d.length),d.length>0&&n.insertChildBefore(o,{type:"text",value:d,sourceSpan:new J(a,i)});continue}i=a.moveBy(d.length+4),n.insertChildBefore(o,{type:"interpolation",sourceSpan:new J(a,i),children:d.length===0?[]:[{type:"text",value:d,sourceSpan:new J(a.moveBy(2),i.moveBy(-2))}]})}n.removeChild(o)}})}function S6(e){e.walk(t=>{if(!t.children)return;if(t.children.length===0||t.children.length===1&&t.children[0].type==="text"&&vr.trim(t.children[0].value).length===0){t.hasDanglingSpaces=t.children.length>0,t.children=[];return}let r=EA(t),n=_4(t);if(!r)for(let o=0;o<t.children.length;o++){let a=t.children[o];if(a.type!=="text")continue;let{leadingWhitespace:i,text:l,trailingWhitespace:u}=BF(a.value),d=a.prev,f=a.next;l?(a.value=l,a.sourceSpan=new J(a.sourceSpan.start.moveBy(i.length),a.sourceSpan.end.moveBy(-u.length)),i&&(d&&(d.hasTrailingSpaces=!0),a.hasLeadingSpaces=!0),u&&(a.hasTrailingSpaces=!0,f&&(f.hasLeadingSpaces=!0))):(t.removeChild(a),o--,(i||u)&&(d&&(d.hasTrailingSpaces=!0),f&&(f.hasLeadingSpaces=!0)))}t.isWhitespaceSensitive=r,t.isIndentationSensitive=n})}function k6(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 A6(e,t){e.walk(r=>{r.type==="element"&&(r.hasHtmComponentClosingTag=r.endSourceSpan&&/^<\s*\/\s*\/\s*>$/u.test(t.originalText.slice(r.endSourceSpan.start.offset,r.endSourceSpan.end.offset)))})}function F6(e,t){e.walk(r=>{r.cssDisplay=PA(r,t)})}function _6(e,t){e.walk(r=>{let{children:n}=r;if(n){if(n.length===0){r.isDanglingSpaceSensitive=kA(r);return}for(let o of n)o.isLeadingSpaceSensitive=CA(o,t),o.isTrailingSpaceSensitive=SA(o,t);for(let o=0;o<n.length;o++){let a=n[o];a.isLeadingSpaceSensitive=(o===0||a.prev.isTrailingSpaceSensitive)&&a.isLeadingSpaceSensitive,a.isTrailingSpaceSensitive=(o===n.length-1||a.next.isLeadingSpaceSensitive)&&a.isTrailingSpaceSensitive}}})}function I6(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),[_e(af(e,t,r)),me];case"element":case"ieConditionalComment":return fF(e,t,r);case"angularControlFlowBlock":return lF(e,t,r);case"angularControlFlowBlockParameters":return uF(e,t,r);case"angularControlFlowBlockParameter":return vr.trim(n.expression);case"angularLetDeclaration":return _e(["@let ",_e([n.id," =",_e(Fr([Le,r("init")]))]),";"]);case"angularLetDeclarationInitializer":return n.value;case"angularIcuExpression":return cF(e,t,r);case"angularIcuCase":return dF(e,t,r);case"ieConditionalStartComment":case"ieConditionalEndComment":return[zi(n),Ri(n)];case"interpolation":return[zi(n,t),...e.map(r,"children"),Ri(n,t)];case"text":{if(n.parent.type==="interpolation"){let a=/\n[^\S\n]*$/u,i=a.test(n.value),l=i?n.value.replace(a,""):n.value;return[Kt(l),i?me:""]}let o=wA([Eo(n,t),...P4(n),xo(n,t)]);return Array.isArray(o)?A4(o):o}case"docType":return[_e([zi(n,t)," ",xt(!1,n.value.replace(/^html\b/iu,"html"),/\s+/gu," ")]),Ri(n,t)];case"comment":return[Eo(n,t),Kt(t.originalText.slice(ec(n),tc(n))),xo(n,t)];case"attribute":{if(n.value===null)return n.rawName;let o=O4(n.value),a=CF(o,'"');return[n.rawName,"=",a,Kt(a==='"'?xt(!1,o,'"',"&quot;"):xt(!1,o,"'","&apos;")),a]}case"cdata":default:throw new SF(n,"HTML")}}function Au(e,t=!0){if(e[0]!=":")return[null,e];let r=e.indexOf(":",1);if(r===-1){if(t)throw new Error(`Unsupported format "${e}" expecting ":namespace:name"`);return[null,e]}return[e.slice(1,r),e.slice(r+1)]}function th(e){return Au(e)[1]==="ng-container"}function rh(e){return Au(e)[1]==="ng-content"}function Es(e){return e===null?null:Au(e)[0]}function ts(e,t){return e?`:${e}:${t}`:t}function nh(){return T0||(T0={},Cs(aa.HTML,["iframe|srcdoc","*|innerHTML","*|outerHTML"]),Cs(aa.STYLE,["*|style"]),Cs(aa.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"]),Cs(aa.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"])),T0}function Cs(e,t){for(let r of t)T0[r.toLowerCase()]=e}function R6(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 jd(e){return ns||(z8=new Z({canSelfClose:!0}),ns=Object.assign(Object.create(null),{base:new Z({isVoid:!0}),meta:new Z({isVoid:!0}),area:new Z({isVoid:!0}),embed:new Z({isVoid:!0}),link:new Z({isVoid:!0}),img:new Z({isVoid:!0}),input:new Z({isVoid:!0}),param:new Z({isVoid:!0}),hr:new Z({isVoid:!0}),br:new Z({isVoid:!0}),source:new Z({isVoid:!0}),track:new Z({isVoid:!0}),wbr:new Z({isVoid:!0}),p:new Z({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 Z({closedByChildren:["tbody","tfoot"]}),tbody:new Z({closedByChildren:["tbody","tfoot"],closedByParent:!0}),tfoot:new Z({closedByChildren:["tbody"],closedByParent:!0}),tr:new Z({closedByChildren:["tr"],closedByParent:!0}),td:new Z({closedByChildren:["td","th"],closedByParent:!0}),th:new Z({closedByChildren:["td","th"],closedByParent:!0}),col:new Z({isVoid:!0}),svg:new Z({implicitNamespacePrefix:"svg"}),foreignObject:new Z({implicitNamespacePrefix:"svg",preventNamespaceInheritance:!0}),math:new Z({implicitNamespacePrefix:"math"}),li:new Z({closedByChildren:["li"],closedByParent:!0}),dt:new Z({closedByChildren:["dt","dd"]}),dd:new Z({closedByChildren:["dt","dd"],closedByParent:!0}),rb:new Z({closedByChildren:["rb","rt","rtc","rp"],closedByParent:!0}),rt:new Z({closedByChildren:["rb","rt","rtc","rp"],closedByParent:!0}),rtc:new Z({closedByChildren:["rb","rtc","rp"],closedByParent:!0}),rp:new Z({closedByChildren:["rb","rt","rtc","rp"],closedByParent:!0}),optgroup:new Z({closedByChildren:["optgroup"],closedByParent:!0}),option:new Z({closedByChildren:["option","optgroup"],closedByParent:!0}),pre:new Z({ignoreFirstLf:!0}),listing:new Z({ignoreFirstLf:!0}),style:new Z({contentType:gr.RAW_TEXT}),script:new Z({contentType:gr.RAW_TEXT}),title:new Z({contentType:{default:gr.ESCAPABLE_RAW_TEXT,svg:gr.PARSABLE_DATA}}),textarea:new Z({contentType:gr.ESCAPABLE_RAW_TEXT,ignoreFirstLf:!0})}),new t_().allKnownElementNames().forEach(t=>{!ns[t]&&Es(t)===null&&(ns[t]=new Z({canSelfClose:!1}))})),ns[e]??z8}function w2(e,t,r=null){let n=[],o=e.visit?a=>e.visit(a,r)||a.visit(e,r):a=>a.visit(e,r);return t.forEach(a=>{let i=o(a);i&&n.push(i)}),n}function z6(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];n_.forEach(o=>{if(o.test(r)||o.test(n))throw new Error(`['${r}', '${n}'] contains unusable interpolation symbol.`)})}}function T6(e,t,r,n={}){let o=new a_(new J4(e,t),r,n);return o.tokenize(),new o_(mF(o.tokens),o.errors,o.nonNormalizedIcuExpressions)}function Vo(e){return`Unexpected character "${e===0?"EOF":String.fromCharCode(e)}"`}function oh(e){return`Unknown entity "${e}" - use the "&#<decimal>;" or "&#x<hex>;" syntax`}function B6(e,t){return`Unable to parse entity "${t}" - ${e} character reference entities must end with ";"`}function Ce(e){return!Qs(e)||e===0}function ah(e){return Qs(e)||e===62||e===60||e===47||e===39||e===34||e===61||e===0}function $6(e){return(e<97||122<e)&&(e<65||90<e)&&(e<48||e>57)}function L6(e){return e===59||e===0||!pF(e)}function M6(e){return e===59||e===0||!Xs(e)}function O6(e){return e!==125}function P6(e,t){return b2(e)===b2(t)}function b2(e){return e>=97&&e<=122?e-97+65:e}function ih(e){return Xs(e)||Hd(e)||e===95}function lh(e){return e!==59&&Ce(e)}function mF(e){let t=[],r;for(let n=0;n<e.length;n++){let o=e[n];r&&r.type===5&&o.type===5||r&&r.type===16&&o.type===16?(r.parts[0]+=o.parts[0],r.sourceSpan.end=o.sourceSpan.end):(r=o,t.push(r))}return t}function sh(e,t){return e.length>0&&e[e.length-1]===t}function uh(e,t){return Js[t]!==void 0?Js[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 x2(e,t={}){let{canSelfClose:r=!1,allowHtmComponentClosingTags:n=!1,isTagNameCaseSensitive:o=!1,getTagContentType:a,tokenizeAngularBlocks:i=!1,tokenizeAngularLetDeclaration:l=!1}=t;return i_().parse(e,"angular-html-parser",{tokenizeExpansionForms:i,interpolationConfig:void 0,canSelfClose:r,allowHtmComponentClosingTags:n,tokenizeBlocks:i,tokenizeLet:l},o,a)}function N6(e,t){let r=new SyntaxError(e+" ("+t.loc.start.line+":"+t.loc.start.column+")");return Object.assign(r,t)}function gF(e){let t=e.slice(0,ii);if(t!=="---"&&t!=="+++")return;let r=e.indexOf(`
281
- `,ii);if(r===-1)return;let n=e.slice(ii,r).trim(),o=e.indexOf(`
282
- ${t}`,r),a=n;if(a||(a=t==="+++"?"toml":"yaml"),o===-1&&t==="---"&&a==="yaml"&&(o=e.indexOf(`
283
- ...`,r)),o===-1)return;let i=o+1+ii,l=e.charAt(i+1);if(!/\s?/u.test(l))return;let u=e.slice(0,i);return{type:"front-matter",language:a,explicitLanguage:n,value:e.slice(r+1,o),startDelimiter:t,endDelimiter:u.slice(-ii),raw:u}}function H6(e){let t=gF(e);if(!t)return{content:e};let{raw:r}=t;return{frontMatter:t,content:xt(!1,r,/[^\n]/gu," ")+e.slice(r.length)}}function j6(e,t){let r=e.map(t);return r.some((n,o)=>n!==e[o])?r:e}function vF(e,t){if(e.value)for(let{regex:r,parse:n}of c_){let o=e.value.match(r);if(o)return n(e,t,o)}return null}function V6(e,t,r){let[,n,o,a]=r,i=4+n.length,l=e.sourceSpan.start.moveBy(i),u=l.moveBy(a.length),[d,f]=(()=>{try{return[!0,t(a,l).children]}catch{return[!1,[{type:"text",value:a,sourceSpan:new J(l,u)}]]}})();return{type:"ieConditionalComment",complete:d,children:f,condition:xt(!1,o.trim(),/\s+/gu," "),sourceSpan:e.sourceSpan,startSourceSpan:new J(e.sourceSpan.start,l),endSourceSpan:new J(u,e.sourceSpan.end)}}function U6(e,t,r){let[,n]=r;return{type:"ieConditionalStartComment",condition:xt(!1,n.trim(),/\s+/gu," "),sourceSpan:e.sourceSpan}}function W6(e){return{type:"ieConditionalEndComment",sourceSpan:e.sourceSpan}}function yF(e){if(e.type==="block"){if(e.name=xt(!1,e.name.toLowerCase(),/\s+/gu," ").trim(),e.type="angularControlFlowBlock",!ff(e.parameters)){delete e.parameters;return}for(let t of e.parameters)t.type="angularControlFlowBlockParameter";e.parameters={type:"angularControlFlowBlockParameters",children:e.parameters,sourceSpan:new J(e.parameters[0].sourceSpan.start,hl(!1,e.parameters,-1).sourceSpan.end)}}}function wF(e){e.type==="letDeclaration"&&(e.type="angularLetDeclaration",e.id=e.name,e.init={type:"angularLetDeclarationInitializer",sourceSpan:new J(e.valueSpan.start,e.valueSpan.end),value:e.value},delete e.name,delete e.value)}function bF(e){(e.type==="plural"||e.type==="select")&&(e.clause=e.type,e.type="angularIcuExpression"),e.type==="expansionCase"&&(e.type="angularIcuCase")}function W4(e,t,r){let{name:n,canSelfClose:o=!0,normalizeTagName:a=!1,normalizeAttributeName:i=!1,allowHtmComponentClosingTags:l=!1,isTagNameCaseSensitive:u=!1,shouldParseAsRawText:d}=t,{rootNodes:f,errors:h}=x2(e,{canSelfClose:o,allowHtmComponentClosingTags:l,isTagNameCaseSensitive:u,getTagContentType:d?(...w)=>d(...w)?gr.RAW_TEXT:void 0:void 0,tokenizeAngularBlocks:n==="angular"?!0:void 0,tokenizeAngularLetDeclaration:n==="angular"?!0:void 0});if(n==="vue"){if(f.some(E=>E.type==="docType"&&E.value==="html"||E.type==="element"&&E.name.toLowerCase()==="html"))return W4(e,k2,r);let w,v=c(()=>w??(w=x2(e,{canSelfClose:o,allowHtmComponentClosingTags:l,isTagNameCaseSensitive:u})),"y"),x=c(E=>v().rootNodes.find(({startSourceSpan:S})=>S&&S.start.offset===E.startSourceSpan.start.offset)??E,"M");for(let[E,S]of f.entries()){let{endSourceSpan:C,startSourceSpan:k}=S;if(C===null)h=v().errors,f[E]=x(S);else if(xF(S,r)){let F=v().errors.find(_=>_.span.start.offset>k.start.offset&&_.span.start.offset<C.end.offset);F&&D2(F),f[E]=x(S)}}}h.length>0&&D2(h[0]);let p=c(w=>{let v=w.name.startsWith(":")?w.name.slice(1).split(":")[0]:null,x=w.nameSpan.toString(),E=v!==null&&x.startsWith(`${v}:`),S=E?x.slice(v.length+1):x;w.name=S,w.namespace=v,w.hasExplicitNamespace=E},"d"),m=c(w=>{switch(w.type){case"element":p(w);for(let v of w.attrs)p(v),v.valueSpan?(v.value=v.valueSpan.toString(),/["']/u.test(v.value[0])&&(v.value=v.value.slice(1,-1))):v.value=null;break;case"comment":w.value=w.sourceSpan.toString().slice(4,-3);break;case"text":w.value=w.sourceSpan.toString();break}},"C"),g=c((w,v)=>{let x=w.toLowerCase();return v(x)?x:w},"A"),y=c(w=>{if(w.type==="element"&&(a&&(!w.namespace||w.namespace===w.tagDefinition.implicitNamespacePrefix||ml(w))&&(w.name=g(w.name,v=>d_.has(v))),i))for(let v of w.attrs)v.namespace||(v.name=g(v.name,x=>B0.has(w.name)&&(B0.get("*").has(x)||B0.get(w.name).has(x))))},"D"),D=c(w=>{w.sourceSpan&&w.endSourceSpan&&(w.sourceSpan=new J(w.sourceSpan.start,w.endSourceSpan.end))},"R"),b=c(w=>{if(w.type==="element"){let v=jd(u?w.name:w.name.toLowerCase());!w.namespace||w.namespace===v.implicitNamespacePrefix||ml(w)?w.tagDefinition=v:w.tagDefinition=jd("")}},"F");return w2(new class extends r_{visitExpansionCase(w,v){n==="angular"&&this.visitChildren(v,x=>{x(w.expression)})}visit(w){m(w),b(w),y(w),D(w)}},f),f}function xF(e,t){var r;if(e.type!=="element"||e.name!=="template")return!1;let n=(r=e.attrs.find(o=>o.name==="lang"))==null?void 0:r.value;return!n||ac(t,{language:n})==="html"}function D2(e){let{msg:t,span:{start:r,end:n}}=e;throw l_(t,{loc:{start:{line:r.line+1,column:r.col+1},end:{line:n.line+1,column:n.col+1}},cause:e})}function q4(e,t,r={},n=!0){let{frontMatter:o,content:a}=n?s_(e):{frontMatter:null,content:e},i=new J4(e,r.filepath),l=new Yd(i,0,0,0),u=l.moveBy(e.length),d={type:"root",sourceSpan:new J(l,u),children:W4(a,t,r)};if(o){let p=new Yd(i,0,0,0),m=p.moveBy(o.raw.length);o.sourceSpan=new J(p,m),d.children.unshift(o)}let f=new u_(d),h=c((p,m)=>{let{offset:g}=m,y=xt(!1,e.slice(0,g),/[^\n\r]/gu," "),D=q4(y+p,t,r,!1);D.sourceSpan=new J(m,hl(!1,D.children,-1).sourceSpan.end);let b=D.children[0];return b.length===g?D.children.shift():(b.sourceSpan=new J(b.sourceSpan.start.moveBy(g),b.sourceSpan.end),b.value=b.value.slice(g)),D},"f");return f.walk(p=>{if(p.type==="comment"){let m=vF(p,h);m&&p.parent.replaceChild(p,m)}yF(p),wF(p),bF(p)}),f}function rs(e){return{parse:c((t,r)=>q4(t,e,r),"parse"),hasPragma:iF,astFormat:"html",locStart:ec,locEnd:tc}}var q6,ch,dh,fh,vn,G6,Y6,ph,K6,xt,lf,sf,Vd,Fu,_u,Ud,pl,Iu,Ru,zu,Wd,qd,Qn,Gd,Zs,G4,uf,DF,hh,Q6,Y4,mh,Co,cf,Bi,X6,Z6,Le,qe,me,EF,J6,hl,Ss,E2,CF,sr,gh,e8,t8,r8,n8,vr,vh,o8,SF,oc,a8,kF,i8,AF,FF,_F,ac,IF,RF,zF,TF,ml,l8,K4,BF,$F,Q4,LF,MF,OF,PF,NF,HF,jF,VF,UF,C2,WF,qF,S2,GF,YF,z0,df,KF,QF,yh,X4,ff,Z4,XF,s8,ai,u8,c8,d8,f8,p8,h8,ZF,JF,Kc,Yd,wh,J4,bh,J,Qc,xh,Dh,e_,m8,g8,v8,y8,Eh,Ch,w8,b8,Sh,x8,D8,E8,kh,Ah,aa,C8,gr,T0,Fh,S8,k8,A8,F8,_8,I8,_h,R8,Ih,t_,Rh,Z,z8,ns,zh,Uo,Th,T8,Bh,B8,$h,$8,Lh,L8,Mh,M8,Oh,yn,Ph,O8,Nh,P8,Hh,Wo,jh,Vh,Uh,Wh,qh,r_,Js,N8,n_,Xc,H8,Gh,Yh,Zc,Kh,o_,j8,Jc,Qh,e0,Xh,a_,os,Zh,as,V8,Jh,t0,r0,et,em,U8,tm,W8,n0,q8,rm,G8,o0,i_,l_,ii,s_,is,nm,qo,u_,c_,B0,d_,k2,Y8,K8,Q8,X8,Z8,f_,pV=L(()=>{q6=Object.defineProperty,ch=c(e=>{throw TypeError(e)},"Xr"),dh=c((e,t)=>{for(var r in t)q6(e,r,{get:t[r],enumerable:!0})},"Jr"),fh=c((e,t,r)=>t.has(e)||ch("Cannot "+r),"Zr"),vn=c((e,t,r)=>(fh(e,t,"read from private field"),r?r.call(e):t.get(e)),"Q"),G6=c((e,t,r)=>t.has(e)?ch("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),"en"),Y6=c((e,t,r,n)=>(fh(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),"tn"),ph={},dh(ph,{languages:c(()=>y8,"languages"),options:c(()=>b8,"options"),parsers:c(()=>Sh,"parsers"),printers:c(()=>Z8,"printers")}),K6=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)},"si"),xt=K6,lf="string",sf="array",Vd="cursor",Fu="indent",_u="align",Ud="trim",pl="group",Iu="fill",Ru="if-break",zu="indent-if-break",Wd="line-suffix",qd="line-suffix-boundary",Qn="line",Gd="label",Zs="break-parent",G4=new Set([Vd,Fu,_u,Ud,pl,Iu,Ru,zu,Wd,qd,Qn,Gd,Zs]),c(X7,"ii"),uf=X7,DF=c(e=>new Intl.ListFormat("en-US",{type:"disjunction"}).format(e),"ai"),c(Z7,"oi"),Q6=(hh=class extends Error{constructor(t){super(Z7(t));Or(this,"name","InvalidDocError");this.doc=t}},c(hh,"lr"),hh),Y4=Q6,mh=c(()=>{},"rn"),Co=mh,cf=mh,c(Fr,"k"),c(k4,"nn"),c(_e,"_"),c(mA,"sn"),c(gA,"an"),c(A4,"At"),c(ku,"ge"),c(vA,"on"),Bi={type:Zs},X6={type:Qn,hard:!0},Z6={type:Qn,hard:!0,literal:!0},Le={type:Qn},qe={type:Qn,soft:!0},me=[X6,Bi],EF=[Z6,Bi],c(za,"q"),J6=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)},"ci"),hl=J6,c(J1,"Dt"),c(yA,"pi"),c(wA,"ln"),c(Kt,"B"),Ss="'",E2='"',c(J7,"hi"),CF=J7,c(e6,"cr"),e8=(gh=class{constructor(e){G6(this,sr),Y6(this,sr,new Set(e))}getLeadingWhitespaceCount(e){let t=vn(this,sr),r=0;for(let n=0;n<e.length&&t.has(e.charAt(n));n++)r++;return r}getTrailingWhitespaceCount(e){let t=vn(this,sr),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 vn(this,sr).has(e.charAt(0))}hasTrailingWhitespace(e){return vn(this,sr).has(hl(!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=`[${e6([...vn(this,sr)].join(""))}]+`,n=new RegExp(t?`(${r})`:r,"u");return e.split(n)}hasWhitespaceCharacter(e){let t=vn(this,sr);return Array.prototype.some.call(e,r=>t.has(r))}hasNonWhitespaceCharacter(e){let t=vn(this,sr);return Array.prototype.some.call(e,r=>!t.has(r))}isWhitespaceOnly(e){let t=vn(this,sr);return Array.prototype.every.call(e,r=>t.has(r))}},c(gh,"pr"),gh),sr=new WeakMap,t8=e8,r8=[" ",`
284
- `,"\f","\r"," "],n8=new t8(r8),vr=n8,o8=(vh=class extends Error{constructor(t,r,n="type"){super(`Unexpected ${r} node ${n}: ${JSON.stringify(t[n])}.`);Or(this,"name","UnexpectedNodeError");this.node=t}},c(vh,"hr"),vh),SF=o8,c(t6,"di"),oc=t6,a8=new Set(["sourceSpan","startSourceSpan","endSourceSpan","nameSpan","valueSpan","keySpan","tagDefinition","tokens","valueTokens","switchValueSourceSpan","expSourceSpan","valueSourceSpan"]),kF=new Set(["if","else if","for","switch","case"]),c(Jp,"fn"),Jp.ignoredProperties=a8,i8=Jp,c(r6,"Si"),AF=r6,c(Xu,"Ce"),c(Ta,"j"),c(er,"T"),c(n6,"_i"),FF=n6,_F=c(e=>String(e).split(/[/\\]/u).pop(),"Ei"),c(g2,"Sn"),c(bA,"Ai"),c(o6,"Di"),ac=o6,IF="inline",RF={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"},zF="normal",TF={listing:"pre",plaintext:"pre",pre:"pre",xmp:"pre",nobr:"nowrap",table:"initial",textarea:"pre-wrap"},c(a6,"vi"),ml=a6,l8=c(e=>xt(!1,e,/^[\t\f\r ]*\n/gu,""),"yi"),K4=c(e=>l8(vr.trimEnd(e)),"mr"),BF=c(e=>{let t=e,r=vr.getLeadingWhitespace(t);r&&(t=t.slice(r.length));let n=vr.getTrailingWhitespace(t);return n&&(t=t.slice(0,-n.length)),{leadingWhitespace:r,trailingWhitespace:n,text:t}},"vn"),c(F4,"yt"),c(Zu,"Ee"),c(xA,"wi"),c(zt,"$"),c(ln,"U"),c(DA,"yn"),c(EA,"wn"),c(_4,"fr"),c(CA,"bn"),c(SA,"Tn"),c(kA,"xn"),c(xs,"Qe"),c(AA,"kn"),c(I4,"dr"),c(R0,"wt"),c(FA,"bi"),c(R4,"Bn"),c(z4,"Ln"),c(T4,"Fn"),c(B4,"Nn"),c(ef,"bt"),c(_A,"Ti"),c($4,"Pn"),c(IA,"xi"),c(RA,"ki"),c(zA,"Bi"),c(v2,"gr"),c(zl,"Xe"),c(TA,"Li"),c(BA,"Fi"),c($A,"Ni"),c(LA,"Pi"),c(MA,"Ii"),c(Ca,"_e"),c(OA,"Ri"),c(PA,"In"),c(L4,"Rn"),c(NA,"$i"),c(M4,"Cr"),c(O4,"Sr"),c(Ln,"P"),$F=new Set(["template","style","script"]),c(Ju,"Je"),c(Ba,"Ae"),c(tf,"Tt"),c(HA,"$n"),c(jA,"On"),c(P4,"xt"),c(N4,"kt"),Q4=/\{\{(.+?)\}\}/su,c(VA,"Mn"),c(qc,"Er"),LF=qc({parser:"__ng_action"}),MF=qc({parser:"__ng_binding"}),OF=qc({parser:"__ng_directive"}),c(i6,"Vi"),PF=i6,c(l6,"Ui"),NF=l6,c(y2,"Vn"),HF=/^[ \t\n\r\u000c]+/,jF=/^[, \t\n\r\u000c]+/,VF=/^[^ \t\n\r\u000c]+/,UF=/[,]+$/,C2=/^\d+$/,WF=/^-?(?:[0-9]+|[0-9]*\.[0-9]+)(?:[eE][+-]?[0-9]+)?$/,c(s6,"Ki"),qF=s6,c(u6,"Qi"),S2={width:"w",height:"h",density:"x"},GF=Object.keys(S2),c(UA,"Ji"),YF=u6,c(WA,"Yn"),z0=new WeakMap,c(c6,"Zi"),df=c6,c(qA,"jn"),c(GA,"Kn"),c(YA,"Qn"),c(KA,"Xn"),c(QA,"ea"),c(d6,"ta"),c(XA,"ra"),c(ZA,"na"),c(H4,"Jn"),KF=d6,c(f6,"sa"),c(JA,"ia"),QF=f6,yh=new Proxy(()=>{},{get:c(()=>yh,"get")}),X4=yh,c(p6,"aa"),ff=p6,c(ec,"se"),c(tc,"ie"),c(Pd,"Ze"),c(eF,"oa"),c(Ri,"De"),c(tF,"ua"),c(xo,"W"),c(rf,"Bt"),c(Tl,"ve"),c(j4,"rs"),c(Do,"K"),c(Bl,"ye"),c(fl,"we"),c(rc,"et"),c(rF,"la"),c(nc,"tt"),c(nF,"ca"),c(oF,"pa"),c(Nd,"rt"),c(zi,"be"),c(Eo,"z"),c(nf,"Lt"),c(of,"Ft"),c(h6,"ha"),Z4=h6,XF=new Set(["if","else if","for","switch","case"]),c(m6,"fa"),s8=m6,ai=null,c(Ti,"st"),u8=10;for(let e=0;e<=u8;e++)Ti();c(aF,"vr"),c(g6,"ga"),c8=g6,d8={"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:[],angularLetDeclaration:["init"],angularLetDeclarationInitializer:[],angularIcuExpression:["cases"],angularIcuCase:["expression"]},f8=d8,p8=c8(f8),h8=p8,c(iF,"os"),c(v6,"us"),ZF=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(V4,"cs"),c(oi,"it"),c(Ds,"Pt"),c(af,"He"),c(lF,"ps"),c(U4,"hs"),c(sF,"_a"),c(uF,"ms"),c(cF,"fs"),c(dF,"ds"),c(fF,"gs"),c(Qs,"at"),c(Hd,"It"),c(Xs,"ot"),c(pF,"Cs"),c(Gc,"Rt"),c(eh,"yr"),c(Yc,"$t"),JF=/-+([a-z0-9])/g,c(y6,"_s"),Yd=(Kc=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,o=this.line,a=this.col;for(;n>0&&e<0;)if(n--,e++,t.charCodeAt(n)==10){o--;let i=t.substring(0,n-1).lastIndexOf(`
285
- `);a=i>0?n-i:n}else a--;for(;n<r&&e>0;){let i=t.charCodeAt(n);n++,e--,i==10?(o++,a=0):a++}return new Kc(this.file,n,o,a)}getContext(e,t){let r=this.file.content,n=this.offset;if(n!=null){n>r.length-1&&(n=r.length-1);let o=n,a=0,i=0;for(;a<e&&n>0&&(n--,a++,!(r[n]==`
286
- `&&++i==t)););for(a=0,i=0;a<e&&o<r.length-1&&(o++,a++,!(r[o]==`
287
- `&&++i==t)););return{before:r.substring(n,this.offset),after:r.substring(this.offset,o+1)}}return null}},c(Kc,"t"),Kc),J4=(wh=class{constructor(e,t){this.content=e,this.url=t}},c(wh,"Te"),wh),J=(bh=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(bh,"h"),bh),function(e){e[e.WARNING=0]="WARNING",e[e.ERROR=1]="ERROR"}(Qc||(Qc={})),Dh=(xh=class{constructor(e,t,r=Qc.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}[${Qc[this.level]} ->]${e.after}")`:this.msg}toString(){let e=this.span.details?`, ${this.span.details}`:"";return`${this.contextualMessage()}: ${this.span.start}${e}`}},c(xh,"Ue"),xh),e_=[b6,x6,D6,C6,S6,F6,k6,A6,_6,E6],c(w6,"Da"),c(b6,"va"),c(x6,"ya"),c(hF,"wa"),c(D6,"ba"),c(E6,"Ta"),c(C6,"xa"),c(S6,"ka"),c(k6,"Ba"),c(A6,"La"),c(F6,"Fa"),c(_6,"Na"),m8=w6,c(I6,"Pa"),g8={preprocess:m8,print:I6,insertPragma:v6,massageAstNode:i8,embed:s8,getVisitorKeys:h8},v8=g8,y8=[{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"]}],Eh={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."}},Ch="HTML",w8={bracketSameLine:Eh.bracketSameLine,htmlWhitespaceSensitivity:{category:Ch,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:Eh.singleAttributePerLine,vueIndentScriptAndStyle:{category:Ch,type:"boolean",default:!1,description:"Indent script and style tags in Vue files."}},b8=w8,Sh={},dh(Sh,{angular:c(()=>K8,"angular"),html:c(()=>Y8,"html"),lwc:c(()=>X8,"lwc"),vue:c(()=>Q8,"vue")}),function(e){e[e.Emulated=0]="Emulated",e[e.None=2]="None",e[e.ShadowDom=3]="ShadowDom"}(x8||(x8={})),function(e){e[e.OnPush=0]="OnPush",e[e.Default=1]="Default"}(D8||(D8={})),function(e){e[e.None=0]="None",e[e.SignalBased=1]="SignalBased",e[e.HasDecoratorInputTransform=2]="HasDecoratorInputTransform"}(E8||(E8={})),kh={name:"custom-elements"},Ah={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"}(aa||(aa={})),function(e){e[e.Error=0]="Error",e[e.Warning=1]="Warning",e[e.Ignore=2]="Ignore"}(C8||(C8={})),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"}(gr||(gr={})),c(Au,"ut"),c(th,"xr"),c(rh,"kr"),c(Es,"We"),c(ts,"ze"),c(nh,"Br"),c(Cs,"Mt"),S8=(Fh=class{},c(Fh,"Ht"),Fh),k8="boolean",A8="number",F8="string",_8="object",I8=["[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,!inert,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:|",":math:^[HTMLElement]|!autofocus,nonce,*abort,*animationend,*animationiteration,*animationstart,*auxclick,*beforeinput,*beforematch,*beforetoggle,*beforexrselect,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contentvisibilityautostatechange,*contextlost,*contextmenu,*contextrestored,*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,*scrollend,*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",":math:math^:math:|",":math:maction^:math:|",":math:menclose^:math:|",":math:merror^:math:|",":math:mfenced^:math:|",":math:mfrac^:math:|",":math:mi^:math:|",":math:mmultiscripts^:math:|",":math:mn^:math:|",":math:mo^:math:|",":math:mover^:math:|",":math:mpadded^:math:|",":math:mphantom^:math:|",":math:mroot^:math:|",":math:mrow^:math:|",":math:ms^:math:|",":math:mspace^:math:|",":math:msqrt^:math:|",":math:mstyle^:math:|",":math:msub^:math:|",":math:msubsup^:math:|",":math:msup^:math:|",":math:mtable^:math:|",":math:mtd^:math:|",":math:mtext^:math:|",":math:mtr^:math:|",":math:munder^:math:|",":math:munderover^:math:|",":math:semantics^:math:|"],_h=new Map(Object.entries({class:"className",for:"htmlFor",formaction:"formAction",innerHtml:"innerHTML",readonly:"readOnly",tabindex:"tabIndex"})),R8=Array.from(_h).reduce((e,[t,r])=>(e.set(t,r),e),new Map),t_=(Ih=class extends S8{constructor(){super(),this._schema=new Map,this._eventSchema=new Map,I8.forEach(e=>{let t=new Map,r=new Set,[n,o]=e.split("|"),a=o.split(","),[i,l]=n.split("^");i.split(",").forEach(d=>{this._schema.set(d.toLowerCase(),t),this._eventSchema.set(d.toLowerCase(),r)});let u=l&&this._schema.get(l.toLowerCase());if(u){for(let[d,f]of u)t.set(d,f);for(let d of this._eventSchema.get(l.toLowerCase()))r.add(d)}a.forEach(d=>{if(d.length>0)switch(d[0]){case"*":r.add(d.substring(1));break;case"!":t.set(d.substring(1),k8);break;case"#":t.set(d.substring(1),A8);break;case"%":t.set(d.substring(1),_8);break;default:t.set(d,F8)}})})}hasProperty(e,t,r){if(r.some(n=>n.name===Ah.name))return!0;if(e.indexOf("-")>-1){if(th(e)||rh(e))return!1;if(r.some(n=>n.name===kh.name))return!0}return(this._schema.get(e.toLowerCase())||this._schema.get("unknown")).has(t)}hasElement(e,t){return t.some(r=>r.name===Ah.name)||e.indexOf("-")>-1&&(th(e)||rh(e)||t.some(r=>r.name===kh.name))?!0:this._schema.has(e.toLowerCase())}securityContext(e,t,r){r&&(t=this.getMappedPropName(t)),e=e.toLowerCase(),t=t.toLowerCase();let n=nh()[e+"|"+t];return n||(n=nh()["*|"+t],n||aa.NONE)}getMappedPropName(e){return _h.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)})=...
288
- 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=>R8.get(r)??r)}allKnownEventsOfElement(e){return Array.from(this._eventSchema.get(e.toLowerCase())??[])}normalizeAnimationStyleProperty(e){return y6(e)}normalizeAnimationStyleValue(e,t,r){let n="",o=r.toString().trim(),a=null;if(R6(e)&&r!==0&&r!=="0")if(typeof r=="number")n="px";else{let i=r.match(/^[+-]?[\d\.]+([a-z]*)$/);i&&i[1].length==0&&(a=`Please provide a CSS unit value for ${t}:${r}`)}return{error:a,value:o+n}}},c(Ih,"Vt"),Ih),c(R6,"Ua"),Z=(Rh=class{constructor({closedByChildren:e,implicitNamespacePrefix:t,contentType:r=gr.PARSABLE_DATA,closedByParent:n=!1,isVoid:o=!1,ignoreFirstLf:a=!1,preventNamespaceInheritance:i=!1,canSelfClose:l=!1}={}){this.closedByChildren={},this.closedByParent=!1,e&&e.length>0&&e.forEach(u=>this.closedByChildren[u]=!0),this.isVoid=o,this.closedByParent=n||o,this.implicitNamespacePrefix=t||null,this.contentType=r,this.ignoreFirstLf=a,this.preventNamespaceInheritance=i,this.canSelfClose=l??o}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(Rh,"m"),Rh),c(jd,"Ge"),Uo=(zh=class{constructor(e,t){this.sourceSpan=e,this.i18n=t}},c(zh,"oe"),zh),T8=(Th=class extends Uo{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(Th,"Ut"),Th),B8=(Bh=class extends Uo{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(Bh,"Wt"),Bh),$8=($h=class extends Uo{constructor(e,t,r,n,o,a){super(n,a),this.switchValue=e,this.type=t,this.cases=r,this.switchValueSourceSpan=o}visit(e,t){return e.visitExpansion(this,t)}},c($h,"zt"),$h),L8=(Lh=class{constructor(e,t,r,n,o){this.value=e,this.expression=t,this.sourceSpan=r,this.valueSourceSpan=n,this.expSourceSpan=o,this.type="expansionCase"}visit(e,t){return e.visitExpansionCase(this,t)}},c(Lh,"Gt"),Lh),M8=(Mh=class extends Uo{constructor(e,t,r,n,o,a,i){super(r,i),this.name=e,this.value=t,this.keySpan=n,this.valueSpan=o,this.valueTokens=a,this.type="attribute"}visit(e,t){return e.visitAttribute(this,t)}get nameSpan(){return this.keySpan}},c(Mh,"Yt"),Mh),yn=(Oh=class extends Uo{constructor(e,t,r,n,o,a=null,i=null,l){super(n,l),this.name=e,this.attrs=t,this.children=r,this.startSourceSpan=o,this.endSourceSpan=a,this.nameSpan=i,this.type="element"}visit(e,t){return e.visitElement(this,t)}},c(Oh,"G"),Oh),O8=(Ph=class{constructor(e,t){this.value=e,this.sourceSpan=t,this.type="comment"}visit(e,t){return e.visitComment(this,t)}},c(Ph,"jt"),Ph),P8=(Nh=class{constructor(e,t){this.value=e,this.sourceSpan=t,this.type="docType"}visit(e,t){return e.visitDocType(this,t)}},c(Nh,"Kt"),Nh),Wo=(Hh=class extends Uo{constructor(e,t,r,n,o,a,i=null,l){super(n,l),this.name=e,this.parameters=t,this.children=r,this.nameSpan=o,this.startSourceSpan=a,this.endSourceSpan=i,this.type="block"}visit(e,t){return e.visitBlock(this,t)}},c(Hh,"Z"),Hh),Vh=(jh=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(jh,"ct"),jh),Wh=(Uh=class{constructor(e,t,r,n,o){this.name=e,this.value=t,this.sourceSpan=r,this.nameSpan=n,this.valueSpan=o,this.type="letDeclaration",this.startSourceSpan=null,this.endSourceSpan=null}visit(e,t){return e.visitLetDeclaration(this,t)}},c(Uh,"pt"),Uh),c(w2,"Qt"),r_=(qh=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){}visitLetDeclaration(e,t){}visitChildren(e,t){let r=[],n=this;function o(a){a&&r.push(w2(n,a,e))}return c(o,"i"),t(o),Array.prototype.concat.apply([],r)}},c(qh,"ht"),qh),Js={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:`
289
- `,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:"‌"},N8="",Js.ngsp=N8,n_=[/@/,/^\s*$/,/[<>]/,/^[{}]$/,/&(#|[a-z])/i,/^\/\//],c(z6,"Ls"),H8=(Xc=class{static fromArray(e){return e?(z6("interpolation",e),new Xc(e[0],e[1])):Gh}constructor(e,t){this.start=e,this.end=t}},c(Xc,"t"),Xc),Gh=new H8("{{","}}"),Zc=(Yh=class extends Dh{constructor(e,t,r){super(r,e),this.tokenType=t}},c(Yh,"ft"),Yh),o_=(Kh=class{constructor(e,t,r){this.tokens=e,this.errors=t,this.nonNormalizedIcuExpressions=r}},c(Kh,"$r"),Kh),c(T6,"Ws"),j8=/\r\n?/g,c(Vo,"je"),c(oh,"Rs"),c(B6,"ho"),function(e){e.HEX="hexadecimal",e.DEC="decimal"}(Jc||(Jc={})),e0=(Qh=class{constructor(e){this.error=e}},c(Qh,"dt"),Qh),a_=(Xh=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||Gh,this._leadingTriviaCodePoints=r.leadingTriviaChars&&r.leadingTriviaChars.map(o=>o.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 V8(e,n):new Zh(e,n),this._preserveLineEndings=r.preserveLineEndings||!1,this._i18nNormalizeLineEndingsInICUs=r.i18nNormalizeLineEndingsInICUs||!1,this._tokenizeBlocks=r.tokenizeBlocks??!0,this._tokenizeLet=r.tokenizeLet??!0;try{this._cursor.init()}catch(o){this.handleError(o)}}_processCarriageReturns(e){return this._preserveLineEndings?e:e.replace(j8,`
290
- `)}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._tokenizeLet&&this._cursor.peek()===64&&!this._inInterpolation&&this._attemptStr("@let")?this._consumeLetDeclaration(e):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(34),this._endToken([])}_getBlockName(){let e=!1,t=this._cursor.clone();return this._attemptCharCodeUntilFn(r=>Qs(r)?!e:ih(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(Ce),this._attemptCharCode(41))this._attemptCharCodeUntilFn(Ce);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(lh);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&&Yc(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(lh)}}_consumeLetDeclaration(e){if(this._beginToken(30,e),Qs(this._cursor.peek()))this._attemptCharCodeUntilFn(Ce);else{let r=this._endToken([this._cursor.getChars(e)]);r.type=33;return}let t=this._endToken([this._getLetDeclarationName()]);if(this._attemptCharCodeUntilFn(Ce),!this._attemptCharCode(61)){t.type=33;return}this._attemptCharCodeUntilFn(r=>Ce(r)&&!Gc(r)),this._consumeLetDeclarationValue(),this._cursor.peek()===59?(this._beginToken(32),this._endToken([]),this._cursor.advance()):(t.type=33,t.sourceSpan=this._cursor.getSpan(e))}_getLetDeclarationName(){let e=this._cursor.clone(),t=!1;return this._attemptCharCodeUntilFn(r=>Xs(r)||r==36||r===95||t&&Hd(r)?(t=!0,!1):!0),this._cursor.getChars(e).trim()}_consumeLetDeclarationValue(){let e=this._cursor.clone();for(this._beginToken(31,e);this._cursor.peek()!==0;){let t=this._cursor.peek();if(t===59)break;Yc(t)&&(this._cursor.advance(),this._attemptCharCodeUntilFn(r=>r===92?(this._cursor.advance(),!1):r===t)),this._cursor.advance()}this._endToken([this._cursor.getChars(e)])}_tokenizeExpansionForm(){if(this.isExpansionFormStart())return this._consumeExpansionFormStart(),!0;if(O6(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 Zc("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 Zc("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 Zc(e,this._currentTokenType,t);return this._currentTokenStart=null,this._currentTokenType=null,new e0(r)}handleError(e){if(e instanceof t0&&(e=this._createError(e.msg,this._cursor.getSpan(e.cursor))),e instanceof e0)this.errors.push(e.error);else throw e}_attemptCharCode(e){return this._cursor.peek()===e?(this._cursor.advance(),!0):!1}_attemptCharCodeCaseInsensitive(e){return P6(this._cursor.peek(),e)?(this._cursor.advance(),!0):!1}_requireCharCode(e){let t=this._cursor.clone();if(!this._attemptCharCode(e))throw this._createError(Vo(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(Vo(this._cursor.peek()),this._cursor.getSpan(t))}_requireStrCaseInsensitive(e){let t=this._cursor.clone();if(!this._attemptStrCaseInsensitive(e))throw this._createError(Vo(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(Vo(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(L6),this._cursor.peek()!=59){this._cursor.advance();let a=r?Jc.HEX:Jc.DEC;throw this._createError(B6(a,this._cursor.getChars(t)),this._cursor.getSpan())}let o=this._cursor.getChars(n);this._cursor.advance();try{let a=parseInt(o,r?16:10);this._endToken([String.fromCharCode(a),this._cursor.getChars(t)])}catch{throw this._createError(oh(this._cursor.getChars(t)),this._cursor.getSpan())}}else{let r=this._cursor.clone();if(this._attemptCharCodeUntilFn(M6),this._cursor.peek()!=59)this._beginToken(e,t),this._cursor=r,this._endToken(["&"]);else{let n=this._cursor.getChars(r);this._cursor.advance();let o=Js[n];if(!o)throw this._createError(oh(n),this._cursor.getSpan(t));this._endToken([o,`&${n};`])}}}_consumeRawText(e,t){this._beginToken(e?6:7);let r=[];for(;;){let n=this._cursor.clone(),o=t();if(this._cursor=n,o)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&&!$6(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(ah,t===""?0:1);let n=this._cursor.getChars(r);return[t,n]}_consumeTagOpen(e){let t,r,n,o=[];try{if(!Xs(this._cursor.peek()))throw this._createError(Vo(this._cursor.peek()),this._cursor.getSpan(e));for(n=this._consumeTagOpenStart(e),r=n.parts[0],t=n.parts[1],this._attemptCharCodeUntilFn(Ce);this._cursor.peek()!==47&&this._cursor.peek()!==62&&this._cursor.peek()!==60&&this._cursor.peek()!==0;){let[i,l]=this._consumeAttributeName();if(this._attemptCharCodeUntilFn(Ce),this._attemptCharCode(61)){this._attemptCharCodeUntilFn(Ce);let u=this._consumeAttributeValue();o.push({prefix:i,name:l,value:u})}else o.push({prefix:i,name:l});this._attemptCharCodeUntilFn(Ce)}this._consumeTagOpenEnd()}catch(i){if(i instanceof e0){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 a=this._getTagContentType(t,r,this._fullNameStack.length>0,o);this._handleFullNameStackForTagOpen(r,t),a===gr.RAW_TEXT?this._consumeRawTextWithTagClose(r,t,!1):a===gr.ESCAPABLE_RAW_TEXT&&this._consumeRawTextWithTagClose(r,t,!0)}_consumeRawTextWithTagClose(e,t,r){this._consumeRawText(r,()=>!this._attemptCharCode(60)||!this._attemptCharCode(47)||(this._attemptCharCodeUntilFn(Ce),!this._attemptStrCaseInsensitive(e?`${e}:${t}`:t))?!1:(this._attemptCharCodeUntilFn(Ce),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(Vo(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(()=>ah(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(Ce),this._allowHtmComponentClosingTags&&this._attemptCharCode(47))this._attemptCharCodeUntilFn(Ce),this._requireCharCode(62),this._endToken([]);else{let[t,r]=this._consumePrefixAndName();this._attemptCharCodeUntilFn(Ce),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(Ce),this._beginToken(7);let r=this._readUntil(44);this._endToken([r]),this._requireCharCode(44),this._attemptCharCodeUntilFn(Ce)}_consumeExpansionCaseStart(){this._beginToken(21);let e=this._readUntil(123).trim();this._endToken([e]),this._attemptCharCodeUntilFn(Ce),this._beginToken(22),this._requireCharCode(123),this._endToken([]),this._attemptCharCodeUntilFn(Ce),this._expansionCaseStack.push(22)}_consumeExpansionCaseEnd(){this._beginToken(23),this._requireCharCode(125),this._endToken([]),this._attemptCharCodeUntilFn(Ce),this._expansionCaseStack.pop()}_consumeExpansionFormEnd(){this._beginToken(24),this._requireCharCode(125),this._endToken([]),this._expansionCaseStack.pop()}_consumeWithInterpolation(e,t,r,n){this._beginToken(e);let o=[];for(;!r();){let i=this._cursor.clone();this._interpolationConfig&&this._attemptStr(this._interpolationConfig.start)?(this._endToken([this._processCarriageReturns(o.join(""))],i),o.length=0,this._consumeInterpolation(t,i,n),this._beginToken(e)):this._cursor.peek()===38?(this._endToken([this._processCarriageReturns(o.join(""))]),o.length=0,this._consumeEntity(e),this._beginToken(e)):o.push(this._readChar())}this._inInterpolation=!1;let a=this._processCarriageReturns(o.join(""));return this._endToken([a]),a}_consumeInterpolation(e,t,r){let n=[];this._beginToken(e,t),n.push(this._interpolationConfig.start);let o=this._cursor.clone(),a=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(o,l)),this._endToken(n);return}if(a===null)if(this._attemptStr(this._interpolationConfig.end)){n.push(this._getProcessedChars(o,l)),n.push(this._interpolationConfig.end),this._endToken(n);return}else this._attemptStr("//")&&(i=!0);let u=this._cursor.peek();this._cursor.advance(),u===92?this._cursor.advance():u===a?a=null:!i&&a===null&&Yc(u)&&(a=u)}n.push(this._getProcessedChars(o,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()===64||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(),ih(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=ts(e,t);(this._fullNameStack.length===0||this._fullNameStack[this._fullNameStack.length-1]===r)&&this._fullNameStack.push(r)}_handleFullNameStackForTagClose(e,t){let r=ts(e,t);this._fullNameStack.length!==0&&this._fullNameStack[this._fullNameStack.length-1]===r&&this._fullNameStack.pop()}},c(Xh,"Or"),Xh),c(Ce,"b"),c(ah,"$s"),c($6,"mo"),c(L6,"fo"),c(M6,"go"),c(O6,"Co"),c(P6,"So"),c(b2,"Os"),c(ih,"Ms"),c(lh,"qs"),c(mF,"_o"),Zh=(os=class{constructor(e,t){if(e instanceof os){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 os(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),o=this.locationFromCursor(this),a=r!==e?this.locationFromCursor(r):n;return new J(n,o,a)}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 t0('Unexpected character "EOF"',this);let t=this.charAt(e.offset);t===10?(e.line++,e.column=0):Gc(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 Yd(e.file,e.state.offset,e.state.line,e.state.column)}},c(os,"t"),os),V8=(as=class extends Zh{constructor(e,t){e instanceof as?(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 as(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(eh(e())){let t="",r=0,n=this.clone();for(;eh(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 Gc(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 t0("Invalid hexadecimal escape sequence",e);return n}},c(as,"t"),as),t0=(Jh=class{constructor(e,t){this.msg=e,this.cursor=t}},c(Jh,"gt"),Jh),et=(r0=class extends Dh{static create(e,t,r){return new r0(e,t,r)}constructor(e,t,r){super(t,r),this.elementName=e}},c(r0,"t"),r0),U8=(em=class{constructor(e,t){this.rootNodes=e,this.errors=t}},c(em,"Vr"),em),W8=(tm=class{constructor(e){this.getTagDefinition=e}parse(e,t,r,n=!1,o){let a=c(m=>(g,...y)=>m(g.toLowerCase(),...y),"a"),i=n?this.getTagDefinition:a(this.getTagDefinition),l=c(m=>i(m).getContentType(),"u"),u=n?o:a(o),d=T6(e,t,o?(m,g,y,D)=>{let b=u(m,g,y,D);return b!==void 0?b:l(m)}:l,r),f=r&&r.canSelfClose||!1,h=r&&r.allowHtmComponentClosingTags||!1,p=new q8(d.tokens,i,f,h,n);return p.build(),new U8(p.rootNodes,d.errors.concat(p.errors))}},c(tm,"nr"),tm),q8=(n0=class{constructor(e,t,r,n,o){this.tokens=e,this.getTagDefinition=t,this.canSelfClose=r,this.allowHtmComponentClosingTags=n,this.isTagNameCaseSensitive=o,this._index=-1,this._containerStack=[],this.rootNodes=[],this.errors=[],this._advance()}build(){for(;this._peek.type!==34;)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===30?(this._closeVoidElement(),this._consumeLet(this._advance())):this._peek.type===18?this._consumeDocType(this._advance()):this._peek.type===33?(this._closeVoidElement(),this._consumeIncompleteLet(this._advance())):this._advance();for(let e of this._containerStack)e instanceof Wo&&this.errors.push(et.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 B8(r,new J(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,o=r==null?e.sourceSpan:new J(e.sourceSpan.start,r.sourceSpan.end,e.sourceSpan.fullStart);this._addToParent(new O8(n,o))}_consumeDocType(e){let t=this._advanceIf(7),r=this._advanceIf(19),n=t!=null?t.parts[0].trim():null,o=new J(e.sourceSpan.start,(r||t||e).sourceSpan.end);this._addToParent(new P8(n,o))}_consumeExpansion(e){let t=this._advance(),r=this._advance(),n=[];for(;this._peek.type===21;){let a=this._parseExpansionCase();if(!a)return;n.push(a)}if(this._peek.type!==24){this.errors.push(et.create(null,this._peek.sourceSpan,"Invalid ICU message. Missing '}'."));return}let o=new J(e.sourceSpan.start,this._peek.sourceSpan.end,e.sourceSpan.fullStart);this._addToParent(new $8(t.parts[0],r.parts[0],n,o,t.sourceSpan)),this._advance()}_parseExpansionCase(){let e=this._advance();if(this._peek.type!==22)return this.errors.push(et.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:34,parts:[],sourceSpan:n.sourceSpan});let o=new n0(r,this.getTagDefinition,this.canSelfClose,this.allowHtmComponentClosingTags,this.isTagNameCaseSensitive);if(o.build(),o.errors.length>0)return this.errors=this.errors.concat(o.errors),null;let a=new J(e.sourceSpan.start,n.sourceSpan.end,e.sourceSpan.fullStart),i=new J(t.sourceSpan.start,n.sourceSpan.end,t.sourceSpan.fullStart);return new L8(e.parts[0],o.rootNodes,a,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(sh(r,22)){if(r.pop(),r.length===0)return t}else return this.errors.push(et.create(null,e.sourceSpan,"Invalid ICU message. Missing '}'.")),null;if(this._peek.type===24)if(sh(r,20))r.pop();else return this.errors.push(et.create(null,e.sourceSpan,"Invalid ICU message. Missing '}'.")),null;if(this._peek.type===34)return this.errors.push(et.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]==`
291
- `){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]===`
292
- `){let o=this._getContainer();o!=null&&o.children.length===0&&this.getTagDefinition(o.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,uh):e.type===9?n+=e.parts[0]:n+=e.parts.join("");if(n.length>0){let o=e.sourceSpan;this._addToParent(new T8(n,new J(r.start,o.end,r.fullStart,r.details),t))}}_closeVoidElement(){let e=this._getContainer();e instanceof yn&&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 o=this._getElementFullName(t,r,this._getClosestParentElement()),a=!1;if(this._peek.type===2){this._advance(),a=!0;let p=this.getTagDefinition(o);this.canSelfClose||p.canSelfClose||Es(o)!==null||p.isVoid||this.errors.push(et.create(o,e.sourceSpan,`Only void, custom and foreign elements can be self closed "${e.parts[1]}"`))}else this._peek.type===1&&(this._advance(),a=!1);let i=this._peek.sourceSpan.fullStart,l=new J(e.sourceSpan.start,i,e.sourceSpan.fullStart),u=new J(e.sourceSpan.start,i,e.sourceSpan.fullStart),d=new J(e.sourceSpan.start.moveBy(1),e.sourceSpan.end),f=new yn(o,n,[],l,u,void 0,d),h=this._getContainer();this._pushContainer(f,h instanceof yn&&this.getTagDefinition(h.name).isClosedByChild(f.name)),a?this._popContainer(o,yn,l):e.type===4&&(this._popContainer(o,yn,null),this.errors.push(et.create(o,l,`Opening tag "${o}" 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(et.create(t,e.sourceSpan,`Void elements do not have end tags "${e.parts[1]}"`));else if(!this._popContainer(t,yn,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(et.create(t,e.sourceSpan,r))}}_popContainer(e,t,r){let n=!1;for(let o=this._containerStack.length-1;o>=0;o--){let a=this._containerStack[o];if(Es(a.name)?a.name===e:(e==null||a.name.toLowerCase()===e.toLowerCase())&&a instanceof t)return a.endSourceSpan=r,a.sourceSpan.end=r!==null?r.end:a.sourceSpan.end,this._containerStack.splice(o,this._containerStack.length-o),!n;(a instanceof Wo||a instanceof yn&&!this.getTagDefinition(a.name).closedByParent)&&(n=!0)}return!1}_consumeAttr(e){let t=ts(e.parts[0],e.parts[1]),r=e.sourceSpan.end,n;this._peek.type===15&&(n=this._advance());let o="",a=[],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();a.push(d),d.type===17?o+=d.parts.join("").replace(/&([^;]+);/g,uh):d.type===9?o+=d.parts[0]:o+=d.parts.join(""),l=r=d.sourceSpan.end}this._peek.type===15&&(l=r=this._advance().sourceSpan.end);let u=i&&l&&new J((n==null?void 0:n.sourceSpan.start)??i.start,l,(n==null?void 0:n.sourceSpan.fullStart)??i.fullStart);return new M8(t,o,new J(e.sourceSpan.start,r,e.sourceSpan.fullStart),e.sourceSpan,u,a.length>0?a:void 0,void 0)}_consumeBlockOpen(e){let t=[];for(;this._peek.type===28;){let i=this._advance();t.push(new Vh(i.parts[0],i.sourceSpan))}this._peek.type===26&&this._advance();let r=this._peek.sourceSpan.fullStart,n=new J(e.sourceSpan.start,r,e.sourceSpan.fullStart),o=new J(e.sourceSpan.start,r,e.sourceSpan.fullStart),a=new Wo(e.parts[0],t,[],n,e.sourceSpan,o);this._pushContainer(a,!1)}_consumeBlockClose(e){this._popContainer(null,Wo,e.sourceSpan)||this.errors.push(et.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 Vh(i.parts[0],i.sourceSpan))}let r=this._peek.sourceSpan.fullStart,n=new J(e.sourceSpan.start,r,e.sourceSpan.fullStart),o=new J(e.sourceSpan.start,r,e.sourceSpan.fullStart),a=new Wo(e.parts[0],t,[],n,e.sourceSpan,o);this._pushContainer(a,!1),this._popContainer(null,Wo,null),this.errors.push(et.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.`))}_consumeLet(e){let t=e.parts[0],r,n;if(this._peek.type!==31){this.errors.push(et.create(e.parts[0],e.sourceSpan,`Invalid @let declaration "${t}". Declaration must have a value.`));return}else r=this._advance();if(this._peek.type!==32){this.errors.push(et.create(e.parts[0],e.sourceSpan,`Unterminated @let declaration "${t}". Declaration must be terminated with a semicolon.`));return}else n=this._advance();let o=n.sourceSpan.fullStart,a=new J(e.sourceSpan.start,o,e.sourceSpan.fullStart),i=e.sourceSpan.toString().lastIndexOf(t),l=e.sourceSpan.start.moveBy(i),u=new J(l,e.sourceSpan.end),d=new Wh(t,r.parts[0],a,u,r.sourceSpan);this._addToParent(d)}_consumeIncompleteLet(e){let t=e.parts[0]??"",r=t?` "${t}"`:"";if(t.length>0){let n=e.sourceSpan.toString().lastIndexOf(t),o=e.sourceSpan.start.moveBy(n),a=new J(o,e.sourceSpan.end),i=new J(e.sourceSpan.start,e.sourceSpan.start.moveBy(0)),l=new Wh(t,"",e.sourceSpan,a,i);this._addToParent(l)}this.errors.push(et.create(e.parts[0],e.sourceSpan,`Incomplete @let declaration${r}. @let declarations must be written as \`@let <name> = <value>;\``))}_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 yn)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=Au(r.name)[1];this.getTagDefinition(n).preventNamespaceInheritance||(e=Es(r.name))}return ts(e,t)}},c(n0,"t"),n0),c(sh,"zs"),c(uh,"Gs"),G8=(rm=class extends W8{constructor(){super(jd)}parse(e,t,r,n=!1,o){return super.parse(e,t,r,n,o)}},c(rm,"sr"),rm),o0=null,i_=c(()=>(o0||(o0=new G8),o0),"Eo"),c(x2,"zr"),c(N6,"Ao"),l_=N6,ii=3,c(gF,"Do"),c(H6,"vo"),s_=H6,is={attrs:!0,children:!0,cases:!0,expression:!0},nm=new Set(["parent"]),u_=(qo=class{constructor(e={}){for(let t of new Set([...nm,...Object.keys(e)]))this.setProperty(t,e[t])}setProperty(e,t){if(this[e]!==t){if(e in is&&(t=t.map(r=>this.createChild(r))),!nm.has(e)){this[e]=t;return}Object.defineProperty(this,e,{value:t,enumerable:!1,configurable:!0})}}map(e){let t;for(let r in is){let n=this[r];if(n){let o=j6(n,a=>a.map(e));t!==n&&(t||(t=new qo({parent:this.parent})),t.setProperty(r,o))}}if(t)for(let r in this)r in is||(t[r]=this[r]);return e(t||this)}walk(e){for(let t in is){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 qo?e.clone():new qo(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 qo(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(qo,"t"),qo),c(j6,"yo"),c_=[{regex:/^(\[if([^\]]*)\]>)(.*?)<!\s*\[endif\]$/su,parse:V6},{regex:/^\[if([^\]]*)\]><!$/u,parse:U6},{regex:/^<!\s*\[endif\]$/u,parse:W6}],c(vF,"Qs"),c(V6,"bo"),c(U6,"To"),c(W6,"xo"),B0=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","writingsuggestions"])],["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(["shadowrootclonable","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"])]]),d_=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(yF,"ko"),c(wF,"Bo"),c(bF,"Lo"),c(W4,"Zs"),c(xF,"Fo"),c(D2,"Js"),c(q4,"ei"),c(rs,"ur"),k2={name:"html",normalizeTagName:!0,normalizeAttributeName:!0,allowHtmComponentClosingTags:!0},Y8=rs(k2),K8=rs({name:"angular"}),Q8=rs({name:"vue",isTagNameCaseSensitive:!0,shouldParseAsRawText(e,t,r,n){return e.toLowerCase()!=="html"&&!r&&(e!=="template"||n.some(({name:o,value:a})=>o==="lang"&&a!=="html"&&a!==""&&a!==void 0))}}),X8=rs({name:"lwc",canSelfClose:!1}),Z8={html:v8},f_=ph});function wn(){}function J8(e,t,r,n,o){for(var a=[],i;t;)a.push(t),i=t.previousComponent,delete t.previousComponent,t=i;a.reverse();for(var l=0,u=a.length,d=0,f=0;l<u;l++){var h=a[l];if(h.removed){if(h.value=e.join(n.slice(f,f+h.count)),f+=h.count,l&&a[l-1].added){var p=a[l-1];a[l-1]=a[l],a[l]=p}}else{if(!h.added&&o){var m=r.slice(d,d+h.count);m=m.map(function(y,D){var b=n[f+D];return b.length>y.length?b:y}),h.value=e.join(m)}else h.value=e.join(r.slice(d,d+h.count));d+=h.count,h.added||(f+=h.count)}}var g=a[u-1];return u>1&&typeof g.value=="string"&&(g.added||g.removed)&&e.equals("",g.value)&&(a[u-2].value+=g.value,a.pop()),a}function eu(e){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?eu=c(function(t){return typeof t},"$e"):eu=c(function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},"$e"),eu(e)}function Kd(e,t,r,n,o){t=t||[],r=r||[],n&&(e=n(o,e));var a;for(a=0;a<t.length;a+=1)if(t[a]===e)return r[a];var i;if(rI.call(e)==="[object Array]"){for(t.push(e),i=new Array(e.length),r.push(i),a=0;a<e.length;a+=1)i[a]=Kd(e[a],t,r,n,o);return t.pop(),r.pop(),i}if(e&&e.toJSON&&(e=e.toJSON()),eu(e)==="object"&&e!==null){t.push(e),i={},r.push(i);var l=[],u;for(u in e)e.hasOwnProperty(u)&&l.push(u);for(l.sort(),a=0;a<l.length;a+=1)u=l[a],i[u]=Kd(e[u],t,r,n,u);t.pop(),r.pop()}else i=e;return i}function p_(e,t,r){return As.diff(e,t,r)}function h_(e){let t=e.indexOf("\r");return t>=0?e.charAt(t+1)===`
293
- `?"crlf":"cr":"lf"}function pf(e){switch(e){case"cr":return"\r";case"crlf":return`\r
294
- `;default:return`
295
- `}}function ey(e,t){let r;switch(t){case`
296
- `:r=/\n/gu;break;case"\r":r=/\r/gu;break;case`\r
297
- `:r=/\r\n/gu;break;default:throw new Error(`Unexpected "eol" ${JSON.stringify(t)}.`)}let n=e.match(r);return n?n.length:0}function m_(e){return lc(!1,e,/\r\n?/gu,`
298
- `)}function eb(e){if(typeof e=="string")return Bo;if(Array.isArray(e))return sn;if(!e)return;let{type:t}=e;if(fy.has(t))return t}function tb(e){let t=e===null?"null":typeof e;if(t!=="string"&&t!=="object")return`Unexpected doc '${t}',
299
- Expected it to be 'string' or 'object'.`;if($o(e))throw new Error("doc is valid.");let r=Object.prototype.toString.call(e);if(r!=="[object Object]")return`Unexpected doc '${r}'.`;let n=nI([...fy].map(o=>`'${o}'`));return`Unexpected doc.type '${e.type}'.
300
- Expected it to be ${n}.`}function rb(e,t,r,n){let o=[e];for(;o.length>0;){let a=o.pop();if(a===Y2){r(o.pop());continue}r&&o.push(a,Y2);let i=$o(a);if(!i)throw new ka(a);if((t==null?void 0:t(a))!==!1)switch(i){case sn:case Er:{let l=i===sn?a:a.parts;for(let u=l.length,d=u-1;d>=0;--d)o.push(l[d]);break}case Dt:o.push(a.flatContents,a.breakContents);break;case ft:if(n&&a.expandedStates)for(let l=a.expandedStates.length,u=l-1;u>=0;--u)o.push(a.expandedStates[u]);else o.push(a.contents);break;case cn:case un:case dn:case Cr:case fn:o.push(a.contents);break;case Bo:case ho:case en:case tn:case je:case $t:break;default:throw new ka(a)}}}function Tu(e){return Sr(e),{type:un,contents:e}}function Sa(e,t){return Sr(t),{type:cn,contents:t,n:e}}function A2(e,t={}){return Sr(e),gf(t.expandedStates,!0),{type:ft,id:t.id,contents:e,break:!!t.shouldBreak,expandedStates:t.expandedStates}}function nb(e){return Sa(Number.NEGATIVE_INFINITY,e)}function ob(e){return Sa({type:"root"},e)}function ab(e){return Sa(-1,e)}function ib(e,t){return A2(e[0],{...t,expandedStates:e})}function F2(e){return gf(e),{type:Er,parts:e}}function lb(e,t="",r={}){return Sr(e),t!==""&&Sr(t),{type:Dt,breakContents:e,flatContents:t,groupId:r.groupId}}function sb(e,t){return Sr(e),{type:dn,contents:e,groupId:t.groupId,negate:t.negate}}function Qd(e){return Sr(e),{type:fn,contents:e}}function _2(e,t){Sr(e),gf(t);let r=[];for(let n=0;n<t.length;n++)n!==0&&r.push(e),r.push(t[n]);return r}function I2(e,t,r){Sr(e);let n=e;if(t>0){for(let o=0;o<Math.floor(t/r);++o)n=Tu(n);n=Sa(t%r,n),n=Sa(Number.NEGATIVE_INFINITY,n)}return n}function ub(e,t){return Sr(t),e?{type:Cr,label:e,contents:t}:t}function jr(e){var t;if(!e)return"";if(Array.isArray(e)){let r=[];for(let n of e)if(Array.isArray(n))r.push(...jr(n));else{let o=jr(n);o!==""&&r.push(o)}return r}return e.type===Dt?{...e,breakContents:jr(e.breakContents),flatContents:jr(e.flatContents)}:e.type===ft?{...e,contents:jr(e.contents),expandedStates:(t=e.expandedStates)==null?void 0:t.map(jr)}:e.type===Er?{type:"fill",parts:e.parts.map(jr)}:e.contents?{...e,contents:jr(e.contents)}:e}function g_(e){let t=Object.create(null),r=new Set;return n(jr(e));function n(a,i,l){var u,d;if(typeof a=="string")return JSON.stringify(a);if(Array.isArray(a)){let f=a.map(n).filter(Boolean);return f.length===1?f[0]:`[${f.join(", ")}]`}if(a.type===je){let f=((u=l==null?void 0:l[i+1])==null?void 0:u.type)===$t;return a.literal?f?"literalline":"literallineWithoutBreakParent":a.hard?f?"hardline":"hardlineWithoutBreakParent":a.soft?"softline":"line"}if(a.type===$t)return((d=l==null?void 0:l[i-1])==null?void 0:d.type)===je&&l[i-1].hard?void 0:"breakParent";if(a.type===en)return"trim";if(a.type===un)return"indent("+n(a.contents)+")";if(a.type===cn)return a.n===Number.NEGATIVE_INFINITY?"dedentToRoot("+n(a.contents)+")":a.n<0?"dedent("+n(a.contents)+")":a.n.type==="root"?"markAsRoot("+n(a.contents)+")":"align("+JSON.stringify(a.n)+", "+n(a.contents)+")";if(a.type===Dt)return"ifBreak("+n(a.breakContents)+(a.flatContents?", "+n(a.flatContents):"")+(a.groupId?(a.flatContents?"":', ""')+`, { groupId: ${o(a.groupId)} }`:"")+")";if(a.type===dn){let f=[];a.negate&&f.push("negate: true"),a.groupId&&f.push(`groupId: ${o(a.groupId)}`);let h=f.length>0?`, { ${f.join(", ")} }`:"";return`indentIfBreak(${n(a.contents)}${h})`}if(a.type===ft){let f=[];a.break&&a.break!=="propagated"&&f.push("shouldBreak: true"),a.id&&f.push(`id: ${o(a.id)}`);let h=f.length>0?`, { ${f.join(", ")} }`:"";return a.expandedStates?`conditionalGroup([${a.expandedStates.map(p=>n(p)).join(",")}]${h})`:`group(${n(a.contents)}${h})`}if(a.type===Er)return`fill([${a.parts.map(f=>n(f)).join(", ")}])`;if(a.type===fn)return"lineSuffix("+n(a.contents)+")";if(a.type===tn)return"lineSuffixBoundary";if(a.type===Cr)return`label(${JSON.stringify(a.label)}, ${n(a.contents)})`;throw new Error("Unknown doc type "+a.type)}function o(a){if(typeof a!="symbol")return JSON.stringify(String(a));if(a in t)return t[a];let i=a.description||"symbol";for(let l=0;;l++){let u=i+(l>0?` #${l}`:"");if(!r.has(u))return r.add(u),t[a]=`Symbol.for(${JSON.stringify(u)})`}}}function cb(e){return e===12288||e>=65281&&e<=65376||e>=65504&&e<=65510}function db(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 fb(e){if(!e)return 0;if(!iI.test(e))return e.length;e=e.replace(oI()," ");let t=0;for(let r of e){let n=r.codePointAt(0);n<=31||n>=127&&n<=159||n>=768&&n<=879||(t+=aI(n)?1:2)}return t}function Bu(e,t){if(typeof e=="string")return t(e);let r=new Map;return n(e);function n(a){if(r.has(a))return r.get(a);let i=o(a);return r.set(a,i),i}function o(a){switch($o(a)){case sn:return t(a.map(n));case Er:return t({...a,parts:a.parts.map(n)});case Dt:return t({...a,breakContents:n(a.breakContents),flatContents:n(a.flatContents)});case ft:{let{expandedStates:i,contents:l}=a;return i?(i=i.map(n),l=i[0]):l=n(l),t({...a,contents:l,expandedStates:i})}case cn:case un:case dn:case Cr:case fn:return t({...a,contents:n(a.contents)});case Bo:case ho:case en:case tn:case je:case $t:return t(a);default:throw new ka(a)}}}function Xd(e,t,r){let n=r,o=!1;function a(i){if(o)return!1;let l=t(i);l!==void 0&&(o=!0,n=l)}return c(a,"u"),t1(e,a),n}function v_(e){if(e.type===ft&&e.break||e.type===je&&e.hard||e.type===$t)return!0}function pb(e){return Xd(e,v_,!1)}function R2(e){if(e.length>0){let t=ze(!1,e,-1);!t.expandedStates&&!t.break&&(t.break="propagated")}return null}function y_(e){let t=new Set,r=[];function n(a){if(a.type===$t&&R2(r),a.type===ft){if(r.push(a),t.has(a))return!1;t.add(a)}}c(n,"n");function o(a){a.type===ft&&r.pop().break&&R2(r)}c(o,"o"),t1(e,n,o,!0)}function w_(e){return e.type===je&&!e.hard?e.soft?"":" ":e.type===Dt?e.flatContents:e}function hb(e){return Bu(e,w_)}function z2(e){for(e=[...e];e.length>=2&&ze(!1,e,-2).type===je&&ze(!1,e,-1).type===$t;)e.length-=2;if(e.length>0){let t=$i(ze(!1,e,-1));e[e.length-1]=t}return e}function $i(e){switch($o(e)){case un:case dn:case ft:case fn:case Cr:{let t=$i(e.contents);return{...e,contents:t}}case Dt:return{...e,breakContents:$i(e.breakContents),flatContents:$i(e.flatContents)};case Er:return{...e,parts:z2(e.parts)};case sn:return z2(e);case Bo:return e.replace(/[\n\r]*$/u,"");case cn:case ho:case en:case tn:case je:case $t:break;default:throw new ka(e)}return e}function T2(e){return $i(x_(e))}function b_(e){switch($o(e)){case Er:if(e.parts.every(t=>t===""))return"";break;case ft:if(!e.contents&&!e.id&&!e.break&&!e.expandedStates)return"";if(e.contents.type===ft&&e.contents.id===e.id&&e.contents.break===e.break&&e.contents.expandedStates===e.expandedStates)return e.contents;break;case cn:case un:case dn:case fn:if(!e.contents)return"";break;case Dt:if(!e.flatContents&&!e.breakContents)return"";break;case sn:{let t=[];for(let r of e){if(!r)continue;let[n,...o]=Array.isArray(r)?r:[r];typeof n=="string"&&typeof ze(!1,t,-1)=="string"?t[t.length-1]+=n:t.push(n),t.push(...o)}return t.length===0?"":t.length===1?t[0]:t}case Bo:case ho:case en:case tn:case je:case Cr:case $t:break;default:throw new ka(e)}return e}function x_(e){return Bu(e,t=>b_(t))}function mb(e,t=Q2){return Bu(e,r=>typeof r=="string"?_2(t,r.split(`
301
- `)):r)}function D_(e){if(e.type===je)return!0}function gb(e){return Xd(e,D_,!1)}function ty(e,t){return e.type===Cr?{...e,contents:t(e.contents)}:t(e)}function ry(){return{value:"",length:0,queue:[]}}function E_(e,t){return Zd(e,{type:"indent"},t)}function C_(e,t,r){return t===Number.NEGATIVE_INFINITY?e.root||ry():t<0?Zd(e,{type:"dedent"},r):t?t.type==="root"?{...e,root:e}:Zd(e,{type:typeof t=="string"?"stringAlign":"numberAlign",n:t},r):e}function Zd(e,t,r){let n=t.type==="dedent"?e.queue.slice(0,-1):[...e.queue,t],o="",a=0,i=0,l=0;for(let g of n)switch(g.type){case"indent":f(),r.useTabs?u(1):d(r.tabWidth);break;case"stringAlign":f(),o+=g.n,a+=g.n.length;break;case"numberAlign":i+=1,l+=g.n;break;default:throw new Error(`Unexpected type '${g.type}'`)}return p(),{...e,value:o,length:a,queue:n};function u(g){o+=" ".repeat(g),a+=r.tabWidth*g}function d(g){o+=" ".repeat(g),a+=g}function f(){r.useTabs?h():p()}function h(){i>0&&u(i),m()}function p(){l>0&&d(l),m()}function m(){i=0,l=0}}function Jd(e){let t=0,r=0,n=e.length;e:for(;n--;){let o=e[n];if(o===Li){r++;continue}for(let a=o.length-1;a>=0;a--){let i=o[a];if(i===" "||i===" ")t++;else{e[n]=o.slice(0,a+1);break e}}}if(t>0||r>0)for(e.length=n+1;r-- >0;)e.push(Li);return t}function ks(e,t,r,n,o,a){if(r===Number.POSITIVE_INFINITY)return!0;let i=t.length,l=[e],u=[];for(;r>=0;){if(l.length===0){if(i===0)return!0;l.push(t[--i]);continue}let{mode:d,doc:f}=l.pop(),h=$o(f);switch(h){case Bo:u.push(f),r-=n1(f);break;case sn:case Er:{let p=h===sn?f:f.parts;for(let m=p.length-1;m>=0;m--)l.push({mode:d,doc:p[m]});break}case un:case cn:case dn:case Cr:l.push({mode:d,doc:f.contents});break;case en:r+=Jd(u);break;case ft:{if(a&&f.break)return!1;let p=f.break?lt:d,m=f.expandedStates&&p===lt?ze(!1,f.expandedStates,-1):f.contents;l.push({mode:p,doc:m});break}case Dt:{let p=(f.groupId?o[f.groupId]||ur:d)===lt?f.breakContents:f.flatContents;p&&l.push({mode:d,doc:p});break}case je:if(d===lt||f.hard)return!0;f.soft||(u.push(" "),r--);break;case fn:n=!0;break;case tn:if(n)return!1;break}}return!1}function $u(e,t){let r={},n=t.printWidth,o=pf(t.endOfLine),a=0,i=[{ind:ry(),mode:lt,doc:e}],l=[],u=!1,d=[],f=0;for(y_(e);i.length>0;){let{ind:p,mode:m,doc:g}=i.pop();switch($o(g)){case Bo:{let y=o!==`
302
- `?lc(!1,g,`
303
- `,o):g;l.push(y),i.length>0&&(a+=n1(y));break}case sn:for(let y=g.length-1;y>=0;y--)i.push({ind:p,mode:m,doc:g[y]});break;case ho:if(f>=2)throw new Error("There are too many 'cursor' in doc.");l.push(Li),f++;break;case un:i.push({ind:E_(p,t),mode:m,doc:g.contents});break;case cn:i.push({ind:C_(p,g.n,t),mode:m,doc:g.contents});break;case en:a-=Jd(l);break;case ft:switch(m){case ur:if(!u){i.push({ind:p,mode:g.break?lt:ur,doc:g.contents});break}case lt:{u=!1;let y={ind:p,mode:ur,doc:g.contents},D=n-a,b=d.length>0;if(!g.break&&ks(y,i,D,b,r))i.push(y);else if(g.expandedStates){let w=ze(!1,g.expandedStates,-1);if(g.break){i.push({ind:p,mode:lt,doc:w});break}else for(let v=1;v<g.expandedStates.length+1;v++)if(v>=g.expandedStates.length){i.push({ind:p,mode:lt,doc:w});break}else{let x=g.expandedStates[v],E={ind:p,mode:ur,doc:x};if(ks(E,i,D,b,r)){i.push(E);break}}}else i.push({ind:p,mode:lt,doc:g.contents});break}}g.id&&(r[g.id]=ze(!1,i,-1).mode);break;case Er:{let y=n-a,{parts:D}=g;if(D.length===0)break;let[b,w]=D,v={ind:p,mode:ur,doc:b},x={ind:p,mode:lt,doc:b},E=ks(v,[],y,d.length>0,r,!0);if(D.length===1){E?i.push(v):i.push(x);break}let S={ind:p,mode:ur,doc:w},C={ind:p,mode:lt,doc:w};if(D.length===2){E?i.push(S,v):i.push(C,x);break}D.splice(0,2);let k={ind:p,mode:m,doc:F2(D)},F=D[0];ks({ind:p,mode:ur,doc:[b,w,F]},[],y,d.length>0,r,!0)?i.push(k,S,v):E?i.push(k,C,v):i.push(k,C,x);break}case Dt:case dn:{let y=g.groupId?r[g.groupId]:m;if(y===lt){let D=g.type===Dt?g.breakContents:g.negate?g.contents:Tu(g.contents);D&&i.push({ind:p,mode:m,doc:D})}if(y===ur){let D=g.type===Dt?g.flatContents:g.negate?Tu(g.contents):g.contents;D&&i.push({ind:p,mode:m,doc:D})}break}case fn:d.push({ind:p,mode:m,doc:g.contents});break;case tn:d.length>0&&i.push({ind:p,mode:m,doc:O0});break;case je:switch(m){case ur:if(g.hard)u=!0;else{g.soft||(l.push(" "),a+=1);break}case lt:if(d.length>0){i.push({ind:p,mode:m,doc:g},...d.reverse()),d.length=0;break}g.literal?p.root?(l.push(o,p.root.value),a=p.root.length):(l.push(o),a=0):(a-=Jd(l),l.push(o+p.value),a=p.length);break}break;case Cr:i.push({ind:p,mode:m,doc:g.contents});break;case $t:break;default:throw new ka(g)}i.length===0&&d.length>0&&(i.push(...d.reverse()),d.length=0)}let h=l.indexOf(Li);if(h!==-1){let p=l.indexOf(Li,h+1),m=l.slice(0,h).join(""),g=l.slice(h+1,p).join(""),y=l.slice(p+1).join("");return{formatted:m+g+y,cursorNodeStart:m.length,cursorNodeText:g}}return{formatted:l.join("")}}function vb(e,t,r=0){let n=0;for(let o=r;o<e.length;++o)e[o]===" "?n=n+t-n%t:n++;return n}function yb(e){return e!==null&&typeof e=="object"}function*ny(e,t){let{getVisitorKeys:r,filter:n=c(()=>!0,"n")}=t,o=c(a=>sI(a)&&n(a),"o");for(let a of r(e)){let i=e[a];if(Array.isArray(i))for(let l of i)o(l)&&(yield l);else o(i)&&(yield i)}}function*S_(e,t){let r=[e];for(let n=0;n<r.length;n++){let o=r[n];for(let a of ny(o,t))yield a,r.push(a)}}function Ya(e){return(t,r,n)=>{let o=!!(n!=null&&n.backwards);if(r===!1)return!1;let{length:a}=t,i=r;for(;i>=0&&i<a;){let l=t.charAt(i);if(e instanceof RegExp){if(!e.test(l))return i}else if(!e.includes(l))return i;o?i--:i++}return i===-1||i===a?i:!1}}function wb(e,t,r){let n=!!(r!=null&&r.backwards);if(t===!1)return!1;let o=e.charAt(t);if(n){if(e.charAt(t-1)==="\r"&&o===`
304
- `)return t-2;if(o===`
305
- `||o==="\r"||o==="\u2028"||o==="\u2029")return t-1}else{if(o==="\r"&&e.charAt(t+1)===`
306
- `)return t+2;if(o===`
307
- `||o==="\r"||o==="\u2028"||o==="\u2029")return t+1}return t}function bb(e,t,r={}){let n=Bn(e,r.backwards?t-1:t,r),o=So(e,n,r);return n!==o}function xb(e){return Array.isArray(e)&&e.length>0}function Db(e){return e?t=>e(t,J2):cI}function k_(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 hf(e,t){(e.comments??(e.comments=[])).push(t),t.printed=!1,t.nodeDescription=k_(e)}function ia(e,t){t.leading=!0,t.trailing=!1,hf(e,t)}function tu(e,t,r){t.leading=!1,t.trailing=!1,r&&(t.marker=r),hf(e,t)}function la(e,t){t.leading=!1,t.trailing=!0,hf(e,t)}function mf(e,t){if(P0.has(e))return P0.get(e);let{printer:{getCommentChildNodes:r,canAttachComment:n,getVisitorKeys:o},locStart:a,locEnd:i}=t;if(!n)return[];let l=((r==null?void 0:r(e,t))??[...ny(e,{getVisitorKeys:sc(o)})]).flatMap(u=>n(u)?[u]:mf(u,t));return l.sort((u,d)=>a(u)-a(d)||i(u)-i(d)),P0.set(e,l),l}function oy(e,t,r,n){let{locStart:o,locEnd:a}=r,i=o(t),l=a(t),u=mf(e,r),d,f,h=0,p=u.length;for(;h<p;){let m=h+p>>1,g=u[m],y=o(g),D=a(g);if(y<=i&&l<=D)return oy(g,t,r,g);if(D<=i){d=g,h=m+1;continue}if(l<=y){f=g,p=m;continue}throw new Error("Comment location overlaps with node location")}if((n==null?void 0:n.type)==="TemplateLiteral"){let{quasis:m}=n,g=$0(m,t,r);d&&$0(m,d,r)!==g&&(d=null),f&&$0(m,f,r)!==g&&(f=null)}return{enclosingNode:n,precedingNode:d,followingNode:f}}function A_(e,t){let{comments:r}=e;if(delete e.comments,!uI(r)||!t.printer.canAttachComment)return;let n=[],{locStart:o,locEnd:a,printer:{experimentalFeatures:{avoidAstMutation:i=!1}={},handleComments:l={}},originalText:u}=t,{ownLine:d=N0,endOfLine:f=N0,remaining:h=N0}=l,p=r.map((m,g)=>({...oy(e,m,t),comment:m,text:u,options:t,ast:e,isLastComment:r.length-1===g}));for(let[m,g]of p.entries()){let{comment:y,precedingNode:D,enclosingNode:b,followingNode:w,text:v,options:x,ast:E,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(o(y)-o(E)<=0){ia(E,y);continue}if(a(y)-a(E)>=0){la(E,y);continue}}let C;if(i?C=[g]:(y.enclosingNode=b,y.precedingNode=D,y.followingNode=w,C=[y,v,x,E,S]),F_(v,x,p,m))y.placement="ownLine",d(...C)||(w?ia(w,y):D?la(D,y):tu(b||E,y));else if(__(v,x,p,m))y.placement="endOfLine",f(...C)||(D?la(D,y):w?ia(w,y):tu(b||E,y));else if(y.placement="remaining",!h(...C))if(D&&w){let k=n.length;k>0&&n[k-1].followingNode!==w&&B2(n,x),n.push(g)}else D?la(D,y):w?ia(w,y):tu(b||E,y)}if(B2(n,t),!i)for(let m of r)delete m.precedingNode,delete m.enclosingNode,delete m.followingNode}function F_(e,t,r,n){let{comment:o,precedingNode:a}=r[n],{locStart:i,locEnd:l}=t,u=i(o);if(a)for(let d=n-1;d>=0;d--){let{comment:f,precedingNode:h}=r[d];if(h!==a||!py(e.slice(l(f),u)))break;u=i(f)}return Fn(e,u,{backwards:!0})}function __(e,t,r,n){let{comment:o,followingNode:a}=r[n],{locStart:i,locEnd:l}=t,u=l(o);if(a)for(let d=n+1;d<r.length;d++){let{comment:f,followingNode:h}=r[d];if(h!==a||!py(e.slice(u,i(f))))break;u=l(f)}return Fn(e,u)}function B2(e,t){var r,n;let o=e.length;if(o===0)return;let{precedingNode:a,followingNode:i}=e[0],l=t.locStart(i),u;for(u=o;u>0;--u){let{comment:d,precedingNode:f,followingNode:h}=e[u-1];a1.strictEqual(f,a),a1.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(]*$/u.test(p))l=t.locStart(d);else break}for(let[d,{comment:f}]of e.entries())d<u?la(a,f):ia(i,f);for(let d of[a,i])d.comments&&d.comments.length>1&&d.comments.sort((f,h)=>t.locStart(f)-t.locStart(h));e.length=0}function $0(e,t,r){let n=r.locStart(t)-1;for(let o=1;o<e.length;++o)if(n<r.locStart(e[o]))return o-1;return 0}function Eb(e,t){let r=t-1;r=Bn(e,r,{backwards:!0}),r=So(e,r,{backwards:!0}),r=Bn(e,r,{backwards:!0});let n=So(e,r,{backwards:!0});return r!==n}function ay(e,t){let r=e.node;return r.printed=!0,t.printer.printComment(e,t)}function I_(e,t){var r;let n=e.node,o=[ay(e,t)],{printer:a,originalText:i,locStart:l,locEnd:u}=t;if((r=a.isBlockComment)!=null&&r.call(a,n)){let f=Fn(i,u(n))?Fn(i,l(n),{backwards:!0})?mo:K2:" ";o.push(f)}else o.push(mo);let d=So(i,Bn(i,u(n)));return d!==!1&&Fn(i,d)&&o.push(mo),o}function R_(e,t,r){var n;let o=e.node,a=ay(e,t),{printer:i,originalText:l,locStart:u}=t,d=(n=i.isBlockComment)==null?void 0:n.call(i,o);if(r!=null&&r.hasLineSuffix&&!(r!=null&&r.isBlock)||Fn(l,u(o),{backwards:!0})){let f=vf(l,u(o));return{doc:Qd([mo,f?mo:"",a]),isBlock:d,hasLineSuffix:!0}}return!d||r!=null&&r.hasLineSuffix?{doc:[Qd([" ",a]),Fs],isBlock:d,hasLineSuffix:!0}:{doc:[" ",a],isBlock:d,hasLineSuffix:!1}}function z_(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 o=[],a=[],i;return e.each(()=>{let l=e.node;if(n!=null&&n.has(l))return;let{leading:u,trailing:d}=l;u?o.push(I_(e,t)):d&&(i=R_(e,t,i),a.push(i.doc))},"comments"),{leading:o,trailing:a}}function T_(e,t,r){let{leading:n,trailing:o}=z_(e,r);return!n&&!o?t:ty(t,a=>[n,a,o])}function B_(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 Cb(e){return()=>{}}function $2({plugins:e=[],showDeprecated:t=!1}={}){let r=e.flatMap(o=>o.languages??[]),n=[];for(let o of L_(Object.assign({},...e.map(({options:a})=>a),fI)))!t&&o.deprecated||(Array.isArray(o.choices)&&(t||(o.choices=o.choices.filter(a=>!a.deprecated)),o.name==="parser"&&(o.choices=[...o.choices,...$_(o.choices,r,e)])),o.pluginDefaults=Object.fromEntries(e.filter(a=>{var i;return((i=a.defaultOptions)==null?void 0:i[o.name])!==void 0}).map(a=>[a.name,a.defaultOptions[o.name]])),n.push(o));return{languages:r,options:n}}function*$_(e,t,r){let n=new Set(e.map(o=>o.value));for(let o of t)if(o.parsers){for(let a of o.parsers)if(!n.has(a)){n.add(a);let i=r.find(u=>u.parsers&&Object.prototype.hasOwnProperty.call(u.parsers,a)),l=o.name;i!=null&&i.name&&(l+=` (plugin: ${i.name})`),yield{value:a,description:l}}}}function L_(e){let t=[];for(let[r,n]of Object.entries(e)){let o={name:r,...n};Array.isArray(o.default)&&(o.default=ze(!1,o.default,-1).value),t.push(o)}return t}function L2(e,t){if(!t)return;let r=pI(t).toLowerCase();return e.find(({filenames:n})=>n==null?void 0:n.some(o=>o.toLowerCase()===r))??e.find(({extensions:n})=>n==null?void 0:n.some(o=>r.endsWith(o)))}function M_(e,t){if(t)return e.find(({name:r})=>r.toLowerCase()===t)??e.find(({aliases:r})=>r==null?void 0:r.includes(t))??e.find(({extensions:r})=>r==null?void 0:r.includes(`.${t}`))}function Sb(e,t){let r=e.plugins.flatMap(o=>o.languages??[]),n=M_(r,t.language)??L2(r,t.physicalFile)??L2(r,t.file)??(t.physicalFile,void 0);return n==null?void 0:n.parsers[0]}function om(e,t,r,n){return[`Invalid ${sa.default.red(n.key(e))} value.`,`Expected ${sa.default.blue(r)},`,`but received ${t===t5?sa.default.gray("nothing"):sa.default.red(n.value(t))}.`].join(" ")}function M2({text:e,list:t},r){let n=[];return e&&n.push(`- ${sa.default.blue(e)}`),t&&n.push([`- ${sa.default.blue(t.title)}:`].concat(t.values.map(o=>M2(o,r-r5.length).replace(/^|\n/g,`$&${r5}`))).join(`
308
- `)),O2(n,r)}function O2(e,t){if(e.length===1)return e[0];let[r,n]=e,[o,a]=e.map(i=>i.split(`
309
- `,1)[0].length);return o>t&&o>a?n:r}function kb(e,t){if(e===t)return 0;let r=e;e.length>t.length&&(e=t,t=r);let n=e.length,o=t.length;for(;n>0&&e.charCodeAt(~-n)===t.charCodeAt(~-o);)n--,o--;let a=0;for(;a<n&&e.charCodeAt(a)===t.charCodeAt(a);)a++;if(n-=a,o-=a,n===0)return o;let i,l,u,d,f=0,h=0;for(;f<n;)n5[f]=e.charCodeAt(a+f),H0[f]=++f;for(;h<o;)for(i=t.charCodeAt(a+h),u=h++,l=h,f=0;f<n;f++)d=i===n5[f]?u:u+1,u=H0[f],l=H0[f]=u>l?d>l?l+1:d:d>u?u+1:d;return l}function Ab(e,t){let r=new e(t),n=Object.create(r);for(let o of mI)o in t&&(n[o]=O_(t[o],r,xn.prototype[o].length));return n}function O_(e,t,r){return typeof e=="function"?(...n)=>e(...n.slice(0,r-1),t,...n.slice(r-1)):()=>e}function am({from:e,to:t}){return{from:[e],to:t}}function Fb(e,t){let r=Object.create(null);for(let n of e){let o=n[t];if(r[o])throw new Error(`Duplicate ${t} ${JSON.stringify(o)}`);r[o]=n}return r}function _b(e,t){let r=new Map;for(let n of e){let o=n[t];if(r.has(o))throw new Error(`Duplicate ${t} ${JSON.stringify(o)}`);r.set(o,n)}return r}function Ib(){let e=Object.create(null);return t=>{let r=JSON.stringify(t);return e[r]?!0:(e[r]=!0,!1)}}function Rb(e,t){let r=[],n=[];for(let o of e)t(o)?r.push(o):n.push(o);return[r,n]}function zb(e){return e===Math.floor(e)}function Tb(e,t){if(e===t)return 0;let r=typeof e,n=typeof t,o=["undefined","object","boolean","number","string"];return r!==n?o.indexOf(r)-o.indexOf(n):r!=="string"?Number(e)-Number(t):e.localeCompare(t)}function Bb(e){return(...t)=>{let r=e(...t);return typeof r=="string"?new Error(r):r}}function im(e){return e===void 0?{}:e}function P2(e){if(typeof e=="string")return{text:e};let{text:t,list:r}=e;return P_((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(P2)}}:{text:t}}function lm(e,t){return e===!0?!0:e===!1?{value:t}:e}function sm(e,t,r=!1){return e===!1?!1:e===!0?r?!0:[{value:t}]:"value"in e?[e]:e.length===0?!1:e}function N2(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 L0(e,t){return e===void 0?[]:Array.isArray(e)?e.map(r=>N2(r,t)):[N2(e,t)]}function um(e,t){let r=L0(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 P_(e,t){if(!e)throw new Error(t)}function $b(e,t,{logger:r=!1,isCLI:n=!1,passThrough:o=!1,FlagSchema:a,descriptor:i}={}){if(n){if(!a)throw new Error("'FlagSchema' option is required.");if(!i)throw new Error("'descriptor' option is required.")}else i=Zo;let l=o?Array.isArray(o)?(p,m)=>o.includes(p)?{[p]:m}:void 0:(p,m)=>({[p]:m}):(p,m,g)=>{let{_:y,...D}=g.schemas;return o5(p,m,{...g,schemas:D})},u=N_(t,{isCLI:n,FlagSchema:a}),d=new DI(u,{logger:r,unknown:l,descriptor:i}),f=r!==!1;f&&Om&&(d._hasDeprecationWarned=Om);let h=d.normalize(e);return f&&(Om=d._hasDeprecationWarned),h}function N_(e,{isCLI:t,FlagSchema:r}){let n=[];t&&n.push(vI.create({name:"_"}));for(let o of e)n.push(H_(o,{isCLI:t,optionInfos:e,FlagSchema:r})),o.alias&&t&&n.push(gI.create({name:o.alias,sourceName:o.name}));return n}function H_(e,{isCLI:t,optionInfos:r,FlagSchema:n}){let{name:o}=e,a={name:o},i,l={};switch(e.type){case"int":i=xI,t&&(a.preprocess=Number);break;case"string":i=a5;break;case"choice":i=bI,a.choices=e.choices.map(u=>u!=null&&u.redirect?{...u,redirect:{to:{key:e.name,value:u.redirect}}}:u);break;case"boolean":i=wI;break;case"flag":i=n,a.flags=r.flatMap(u=>[u.alias,u.description&&u.name,u.oppositeDescription&&`no-${u.name}`].filter(Boolean));break;case"path":i=a5;break;default:throw new Error(`Unexpected type ${e.type}`)}if(e.exception?a.validate=(u,d,f)=>e.exception(u)||d.validate(u,f):a.validate=(u,d,f)=>u===void 0||d.validate(u,f),e.redirect&&(l.redirect=u=>u?{to:typeof e.redirect=="string"?e.redirect:{key:e.redirect.option,value:e.redirect.value}}:void 0),e.deprecated&&(l.deprecated=!0),t&&!e.array){let u=a.preprocess||(d=>d);a.preprocess=(d,f,h)=>f.preprocess(u(Array.isArray(d)?ze(!1,d,-1):d),h)}return e.array?yI.create({...t?{preprocess:c(u=>Array.isArray(u)?u:[u],"preprocess")}:{},...l,valueSchema:i.create(a)}):i.create({...a,...l})}function iy(e,t){if(!t)throw new Error("parserName is required.");let r=my(!1,e,o=>o.parsers&&Object.prototype.hasOwnProperty.call(o.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 hy(n)}function j_(e,t){if(!t)throw new Error("astFormat is required.");let r=my(!1,e,o=>o.printers&&Object.prototype.hasOwnProperty.call(o.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 hy(n)}function ly({plugins:e,parser:t}){let r=iy(e,t);return sy(r,t)}function sy(e,t){let r=e.parsers[t];return typeof r=="function"?r():r}function V_(e,t){let r=e.printers[t];return typeof r=="function"?r():r}async function Lb(e,t={}){var r;let n={...e};if(!n.parser)if(n.filepath){if(n.parser=hI(n,{physicalFile:n.filepath}),!n.parser)throw new e5(`No parser could be inferred for file "${n.filepath}".`)}else throw new e5("No parser and no file path given, couldn't infer a parser.");let o=$2({plugins:e.plugins,showDeprecated:!0}).options,a={...i5,...Object.fromEntries(o.filter(p=>p.default!==void 0).map(p=>[p.name,p.default]))},i=iy(n.plugins,n.parser),l=await sy(i,n.parser);n.astFormat=l.astFormat,n.locEnd=l.locEnd,n.locStart=l.locStart;let u=(r=i.printers)!=null&&r[l.astFormat]?i:j_(n.plugins,l.astFormat),d=await V_(u,l.astFormat);n.printer=d;let f=u.defaultOptions?Object.fromEntries(Object.entries(u.defaultOptions).filter(([,p])=>p!==void 0)):{},h={...a,...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"),EI(n,o,{passThrough:Object.keys(i5),...t})}async function Mb(e,t){let r=await ly(t),n=r.preprocess?r.preprocess(e,t):e;t.originalText=n;let o;try{o=await r.parse(n,t,t)}catch(a){U_(a,e)}return{text:n,ast:o}}function U_(e,t){let{loc:r}=e;if(r){let n=(0,CI.codeFrameColumns)(t,r,{highlightCode:!0});throw e.message+=`
310
- `+n,e.codeFrame=n,e}throw e}async function W_(e,t,r,n,o){let{embeddedLanguageFormatting:a,printer:{embed:i,hasPrettierIgnore:l=c(()=>!1,"s"),getVisitorKeys:u}}=r;if(!i||a!=="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=sc(i.getVisitorKeys??u),f=[];m();let h=e.stack;for(let{print:g,node:y,pathStack:D}of f)try{e.stack=D;let b=await g(p,t,e,r);b&&o.set(y,b)}catch(b){if(globalThis.PRETTIER_DEBUG)throw b}e.stack=h;function p(g,y){return q_(g,y,r,n)}c(p,"f");function m(){let{node:g}=e;if(g===null||typeof g!="object"||l(e))return;for(let D of d(g))Array.isArray(g[D])?e.each(m,D):e.call(m,D);let y=i(e,r);if(y){if(typeof y=="function"){f.push({print:y,node:g,pathStack:[...e.stack]});return}o.set(g,y)}}c(m,"p")}async function q_(e,t,r,n){let o=await $a({...r,...t,parentParser:r.parser,originalText:e},{passThrough:!0}),{ast:a}=await $l(e,o),i=await n(a,o);return T2(i)}function Ob(e,t){let{originalText:r,[Symbol.for("comments")]:n,locStart:o,locEnd:a,[Symbol.for("printedComments")]:i}=t,{node:l}=e,u=o(l),d=a(l);for(let f of n)o(f)>=u&&a(f)<=d&&i.add(f);return r.slice(u,d)}async function ic(e,t){({ast:e}=await uy(e,t));let r=new Map,n=new lI(e),o=dI(t),a=new Map;await W_(n,l,t,ic,a);let i=await H2(n,t,l,void 0,a);return B_(t),i;function l(d,f){return d===void 0||d===n?u(f):Array.isArray(d)?n.call(()=>u(f),...d):n.call(()=>u(f),d)}function u(d){o(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=H2(n,t,l,d,a);return h&&r.set(f,p),p}}function H2(e,t,r,n,o){var a;let{node:i}=e,{printer:l}=t,u;return(a=l.hasPrettierIgnore)!=null&&a.call(l,e)?u=SI(e,t):o.has(i)?u=o.get(i):u=l.print(e,t,r,n),i===t.cursorNode&&(u=ty(u,d=>[r1,d,r1])),l.printComment&&(!l.willPrintOwnComments||!l.willPrintOwnComments(e,t))&&(u=T_(e,u,t)),u}async function uy(e,t){let r=e.comments??[];t[Symbol.for("comments")]=r,t[Symbol.for("tokens")]=e.tokens??[],t[Symbol.for("printedComments")]=new Set,A_(e,t);let{printer:{preprocess:n}}=t;return e=n?await n(e,t):e,{ast:e,comments:r}}function Pb(e,t){let{cursorOffset:r,locStart:n,locEnd:o}=t,a=sc(t.printer.getVisitorKeys),i=c(u=>n(u)<=r&&o(u)>=r,"i"),l=e;for(let u of S_(e,{getVisitorKeys:a,filter:i}))l=u;return l}function Nb(e,t){let{printer:{massageAstNode:r,getVisitorKeys:n}}=t;if(!r)return e;let o=sc(n),a=r.ignoredProperties??new Set;return i(e);function i(l,u){if(!(l!==null&&typeof l=="object"))return l;if(Array.isArray(l))return l.map(p=>i(p,u)).filter(Boolean);let d={},f=new Set(o(l));for(let p in l)!Object.prototype.hasOwnProperty.call(l,p)||a.has(p)||(f.has(p)?d[p]=i(l[p],l):d[p]=l[p]);let h=r(l,d,u);if(h!==null)return h??d}}function G_(e,t){let r=[e.node,...e.parentNodes],n=new Set([t.node,...t.parentNodes]);return r.find(o=>gy.has(o.type)&&n.has(o))}function j2(e){let t=FI(!1,e,r=>r.type!=="Program"&&r.type!=="File");return t===-1?e:e.slice(0,t+1)}function Y_(e,t,{locStart:r,locEnd:n}){let o=e.node,a=t.node;if(o===a)return{startNode:o,endNode:a};let i=r(e.node);for(let u of j2(t.parentNodes))if(r(u)>=i)a=u;else break;let l=n(t.node);for(let u of j2(e.parentNodes)){if(n(u)<=l)o=u;else break;if(o===a)break}return{startNode:o,endNode:a}}function e1(e,t,r,n,o=[],a){let{locStart:i,locEnd:l}=r,u=i(e),d=l(e);if(!(t>d||t<u||a==="rangeEnd"&&t===u||a==="rangeStart"&&t===d)){for(let f of mf(e,r)){let h=e1(f,t,r,n,[e,...o],a);if(h)return h}if(!n||n(e,o[0]))return{node:e,parentNodes:o}}}function K_(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 V2(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 K_(t.type,r==null?void 0:r.type);case"json":case"json5":case"jsonc":case"json-stringify":return gy.has(t.type);case"graphql":return II.has(t.kind);case"vue":return t.tag!=="root"}return!1}function Q_(e,t,r){let{rangeStart:n,rangeEnd:o,locStart:a,locEnd:i}=t;a1.ok(o>n);let l=e.slice(n,o).search(/\S/u),u=l===-1;if(!u)for(n+=l;o>n&&!/\S/u.test(e[o-1]);--o);let d=e1(r,n,t,(m,g)=>V2(t,m,g),[],"rangeStart"),f=u?d:e1(r,o,t,m=>V2(t,m),[],"rangeEnd");if(!d||!f)return{rangeStart:0,rangeEnd:0};let h,p;if(_I(t)){let m=G_(d,f);h=m,p=m}else({startNode:h,endNode:p}=Y_(d,f,t));return{rangeStart:Math.min(a(h),a(p)),rangeEnd:Math.max(i(h),i(p))}}async function cy(e,t,r=0){if(!e||e.trim().length===0)return{formatted:"",cursorOffset:-1,comments:[]};let{ast:n,text:o}=await $l(e,t);t.cursorOffset>=0&&(t.cursorNode=kI(n,t));let a=await ic(n,t);r>0&&(a=I2([mo,a],r,t.tabWidth));let i=$u(a,t);if(r>0){let u=i.formatted.trim();i.cursorNodeStart!==void 0&&(i.cursorNodeStart-=i.formatted.indexOf(u)),i.formatted=u+pf(t.endOfLine)}let l=t[Symbol.for("comments")];if(t.cursorOffset>=0){let u,d,f,h,p;if(t.cursorNode&&i.cursorNodeText?(u=t.locStart(t.cursorNode),d=o.slice(u,t.locEnd(t.cursorNode)),f=t.cursorOffset-u,h=i.cursorNodeStart,p=i.cursorNodeText):(u=0,d=o,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,l5);let g=p.split(""),y=p_(m,g),D=h;for(let b of y)if(b.removed){if(b.value.includes(l5))break}else D+=b.count;return{formatted:i.formatted,cursorOffset:D,comments:l}}return{formatted:i.formatted,cursorOffset:-1,comments:l}}async function X_(e,t){let{ast:r,text:n}=await $l(e,t),{rangeStart:o,rangeEnd:a}=Q_(n,t,r),i=n.slice(o,a),l=Math.min(o,n.lastIndexOf(`
311
- `,o)+1),u=n.slice(l,o).match(/^\s*/u)[0],d=o1(u,t.tabWidth),f=await cy(i,{...t,rangeStart:0,rangeEnd:Number.POSITIVE_INFINITY,cursorOffset:t.cursorOffset>o&&t.cursorOffset<=a?t.cursorOffset-o:-1,endOfLine:"lf"},d),h=f.formatted.trimEnd(),{cursorOffset:p}=t;p>a?p+=h.length-i.length:f.cursorOffset>=0&&(p=f.cursorOffset+o);let m=n.slice(0,o)+h+n.slice(a);if(t.endOfLine!=="lf"){let g=pf(t.endOfLine);p>=0&&g===`\r
312
- `&&(p+=ey(m.slice(0,p),`
313
- `)),m=lc(!1,m,`
314
- `,g)}return{formatted:m,cursorOffset:p,comments:f.comments}}function M0(e,t,r){return typeof t!="number"||Number.isNaN(t)||t<0||t>e.length?r:t}function U2(e,t){let{cursorOffset:r,rangeStart:n,rangeEnd:o}=t;return r=M0(e,r,-1),n=M0(e,n,0),o=M0(e,o,e.length),{...t,cursorOffset:r,rangeStart:n,rangeEnd:o}}function dy(e,t){let{cursorOffset:r,rangeStart:n,rangeEnd:o,endOfLine:a}=U2(e,t),i=e.charAt(0)===vy;if(i&&(e=e.slice(1),r--,n--,o--),a==="auto"&&(a=h_(e)),e.includes("\r")){let l=c(u=>ey(e.slice(0,Math.max(u,0)),`\r
315
- `),"s");r-=l(r),n-=l(n),o-=l(o),e=m_(e)}return{hasBOM:i,text:e,options:U2(e,{...t,cursorOffset:r,rangeStart:n,rangeEnd:o,endOfLine:a})}}async function W2(e,t){let r=await ly(t);return!r.hasPragma||r.hasPragma(e)}async function q2(e,t){let{hasBOM:r,text:n,options:o}=dy(e,await $a(t));if(o.rangeStart>=o.rangeEnd&&n!==""||o.requirePragma&&!await W2(n,o))return{formatted:e,cursorOffset:t.cursorOffset,comments:[]};let a;return o.rangeStart>0||o.rangeEnd<n.length?a=await X_(n,o):(!o.requirePragma&&o.insertPragma&&o.printer.insertPragma&&!await W2(n,o)&&(n=o.printer.insertPragma(n)),a=await cy(n,o)),r&&(a.formatted=vy+a.formatted,a.cursorOffset>=0&&a.cursorOffset++),a}async function Hb(e,t,r){let{text:n,options:o}=dy(e,await $a(t)),a=await $l(n,o);return r&&(r.preprocessForPrint&&(a.ast=await uy(a.ast,o)),r.massage&&(a.ast=AI(a.ast,o))),a}async function jb(e,t){t=await $a(t);let r=await ic(e,t);return $u(r,t)}async function Vb(e,t){let r=g_(e),{formatted:n}=await q2(r,{...t,parser:"__js_expression"});return n}async function Ub(e,t){t=await $a(t);let{ast:r}=await $l(e,t);return ic(r,t)}async function Wb(e,t){return $u(e,await $a(t))}function qb(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 Gb(e,t){return t===!1?!1:e.charAt(t)==="/"&&e.charAt(t+1)==="/"?Z2(e,t):t}function Yb(e,t){let r=null,n=t;for(;n!==r;)r=n,n=Bn(e,n),n=i1(e,n),n=l1(e,n),n=So(e,n);return n}function Kb(e,t){let r=null,n=t;for(;n!==r;)r=n,n=X2(e,n),n=i1(e,n),n=Bn(e,n);return n=l1(e,n),n=So(e,n),n!==!1&&Fn(e,n)}function Qb(e,t){let r=e.lastIndexOf(`
316
- `);return r===-1?0:o1(e.slice(r+1).match(/^[\t ]*/u)[0],t)}function Z_(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}function Xb(e,t){let r=e.match(new RegExp(`(${Z_(t)})+`,"gu"));return r===null?0:r.reduce((n,o)=>Math.max(n,o.length/t.length),0)}function Zb(e,t){let r=yf(e,t);return r===!1?"":e.charAt(r)}function Jb(e,t,r){for(let n=t;n<r;++n)if(e.charAt(n)===`
317
- `)return!0;return!1}function e9(e,t,r={}){return Bn(e,r.backwards?t-1:t,r)!==t}function t9(e,t,r){let n=t==='"'?"'":'"',o=lc(!1,e,/\\(.)|(["'])/gsu,(a,i,l)=>i===n?i:l===t?"\\"+l:l||(r&&/^[^\n\r"'0-7\\bfnrt-vx\u2028\u2029]$/u.test(i)?i:"\\"+i));return t+o+t}function J_(e,t,r){return yf(e,r(t))}function r9(e,t){return arguments.length===2||typeof t=="number"?yf(e,t):J_(...arguments)}function eI(e,t,r){return vf(e,r(t))}function n9(e,t){return arguments.length===2||typeof t=="number"?vf(e,t):eI(...arguments)}function tI(e,t,r){return s1(e,r(t))}function o9(e,t){return arguments.length===2||typeof t=="number"?s1(e,t):tI(...arguments)}function Pn(e,t=1){return async(...r)=>{let n=r[t]??{},o=n.plugins??[];return r[t]={...n,plugins:Array.isArray(o)?o:Object.values(o)},e(...r)}}async function G2(e,t){let{formatted:r}=await s5(e,{...t,cursorOffset:-1});return r}async function a9(e,t){return await G2(e,t)===e}var i9,ls,l9,s9,u9,c9,cm,d9,a0,ss,dm,us,f9,p9,h9,Ka,i0,fm,m9,g9,v9,y9,w9,pm,b9,lc,hm,mm,gm,vm,x9,D9,rI,Qa,As,Bo,sn,ho,un,cn,en,ft,Er,Dt,dn,fn,tn,je,Cr,$t,fy,$o,nI,ym,E9,ka,Y2,t1,wm,Sr,gf,C9,Fs,S9,O0,bm,K2,k9,mo,Q2,r1,A9,ze,oI,aI,iI,n1,lt,ur,Li,o1,Go,xm,l0,Dm,F9,lI,Em,a1,sI,_9,Bn,X2,Z2,So,Fn,uI,J2,cI,sc,P0,N0,py,vf,dI,Cm,hy,Sm,e5,fI,pI,hI,Zo,km,I9,sa,t5,cs,r5,R9,Am,H0,n5,o5,mI,Fm,xn,_m,gI,Im,vI,Rm,yI,zm,wI,Tm,bI,Bm,z9,$m,xI,Lm,a5,T9,B9,$9,L9,Mm,DI,Om,EI,M9,my,i5,$a,CI,$l,SI,kI,AI,O9,FI,_I,gy,II,vy,l5,Pm,P9,N9,H9,j9,Nm,i1,l1,yf,s1,V9,U9,W9,q9,G9,Y9,s5,K9,Q9,RI,hV=L(()=>{i9=Object.create,ls=Object.defineProperty,l9=Object.getOwnPropertyDescriptor,s9=Object.getOwnPropertyNames,u9=Object.getPrototypeOf,c9=Object.prototype.hasOwnProperty,cm=c(e=>{throw TypeError(e)},"sr"),d9=c((e,t)=>()=>(e&&(t=e(e=0)),t),"_u"),a0=c((e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),"At"),ss=c((e,t)=>{for(var r in t)ls(e,r,{get:t[r],enumerable:!0})},"We"),dm=c((e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of s9(t))!c9.call(e,o)&&o!==r&&ls(e,o,{get:c(()=>t[o],"get"),enumerable:!(n=l9(t,o))||n.enumerable});return e},"ar"),us=c((e,t,r)=>(r=e!=null?i9(u9(e)):{},dm(t||!e||!e.__esModule?ls(r,"default",{value:e,enumerable:!0}):r,e)),"Me"),f9=c(e=>dm(ls({},"__esModule",{value:!0}),e),"vu"),p9=c((e,t,r)=>t.has(e)||cm("Cannot "+r),"bu"),h9=c((e,t,r)=>t.has(e)?cm("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),"Dr"),Ka=c((e,t,r)=>(p9(e,t,"access private method"),r),"pe"),i0=a0((e,t)=>{var r=new Proxy(String,{get:c(()=>r,"get")});t.exports=r}),fm={},ss(fm,{default:c(()=>g9,"default"),shouldHighlight:c(()=>m9,"shouldHighlight")}),v9=d9(()=>{m9=c(()=>!1,"xo"),g9=String}),y9=a0((e,t)=>{var r=String,n=c(function(){return{isColorSupported:!1,reset:r,bold:r,dim:r,italic:r,underline:r,inverse:r,hidden:r,strikethrough:r,black:r,red:r,green:r,yellow:r,blue:r,magenta:r,cyan:r,white:r,gray:r,bgBlack:r,bgRed:r,bgGreen:r,bgYellow:r,bgBlue:r,bgMagenta:r,bgCyan:r,bgWhite:r}},"Ln");t.exports=n(),t.exports.createColors=n}),w9=a0(e=>{Object.defineProperty(e,"__esModule",{value:!0}),e.codeFrameColumns=m,e.default=g;var t=(v9(),f9(fm)),r=o(y9(),!0);function n(y){if(typeof WeakMap!="function")return null;var D=new WeakMap,b=new WeakMap;return(n=c(function(w){return w?b:D},"Wn"))(y)}c(n,"Wn");function o(y,D){if(!D&&y&&y.__esModule)return y;if(y===null||typeof y!="object"&&typeof y!="function")return{default:y};var b=n(D);if(b&&b.has(y))return b.get(y);var w={__proto__:null},v=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var x in y)if(x!=="default"&&{}.hasOwnProperty.call(y,x)){var E=v?Object.getOwnPropertyDescriptor(y,x):null;E&&(E.get||E.set)?Object.defineProperty(w,x,E):w[x]=y[x]}return w.default=y,b&&b.set(y,w),w}c(o,"vo");var a=r.default,i=c((y,D)=>b=>y(D(b)),"Rn"),l;function u(y){return y?(l!=null||(l=(0,r.createColors)(!0)),l):a}c(u,"Oo");var d=!1;function f(y){return{gutter:y.gray,marker:i(y.red,y.bold),message:i(y.red,y.bold)}}c(f,"So");var h=/\r\n|[\n\r\u2028\u2029]/;function p(y,D,b){let w=Object.assign({column:0,line:-1},y.start),v=Object.assign({},w,y.end),{linesAbove:x=2,linesBelow:E=3}=b||{},S=w.line,C=w.column,k=v.line,F=v.column,_=Math.max(S-(x+1),0),T=Math.min(D.length,k+E);S===-1&&(_=0),k===-1&&(T=D.length);let N=k-S,P={};if(N)for(let G=0;G<=N;G++){let H=G+S;if(!C)P[H]=!0;else if(G===0){let U=D[H-1].length;P[H]=[C,U-C+1]}else if(G===N)P[H]=[0,F];else{let U=D[H-G].length;P[H]=[0,U]}}else C===F?C?P[S]=[C,0]:P[S]=!0:P[S]=[C,F-C];return{start:_,end:T,markerLines:P}}c(p,"No");function m(y,D,b={}){let w=(b.highlightCode||b.forceColor)&&(0,t.shouldHighlight)(b),v=u(b.forceColor),x=f(v),E=c((P,G)=>w?P(G):G,"i"),S=y.split(h),{start:C,end:k,markerLines:F}=p(D,S,b),_=D.start&&typeof D.start.column=="number",T=String(k).length,N=(w?(0,t.default)(y,b):y).split(h,k).slice(C,k).map((P,G)=>{let H=C+1+G,U=` ${` ${H}`.slice(-T)} |`,K=F[H],B=!F[H+1];if(K){let $="";if(Array.isArray(K)){let M=P.slice(0,Math.max(K[0]-1,0)).replace(/[^\t]/g," "),V=K[1]||1;$=[`
318
- `,E(x.gutter,U.replace(/\d/g," "))," ",M,E(x.marker,"^").repeat(V)].join(""),B&&b.message&&($+=" "+E(x.message,b.message))}return[E(x.marker,">"),E(x.gutter,U),P.length>0?` ${P}`:"",$].join("")}else return` ${E(x.gutter,U)}${P.length>0?` ${P}`:""}`}).join(`
319
- `);return b.message&&!_&&(N=`${" ".repeat(T+1)}${b.message}
320
- ${N}`),w?v.reset(N):N}c(m,"Mn");function g(y,D,b,w={}){if(!d){d=!0;let v="Passing lineNumber and colNumber is deprecated to @babel/code-frame. Please use `codeFrameColumns`.";{let x=new Error(v);x.name="DeprecationWarning",console.warn(new Error(v))}}return b=Math.max(b,0),m(y,{start:{column:b,line:D}},w)}c(g,"To")}),pm={},ss(pm,{__debug:c(()=>Q9,"__debug"),check:c(()=>a9,"check"),doc:c(()=>Pm,"doc"),format:c(()=>G2,"format"),formatWithCursor:c(()=>s5,"formatWithCursor"),getSupportInfo:c(()=>K9,"getSupportInfo"),util:c(()=>Nm,"util"),version:c(()=>j9,"version")}),b9=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)},"Ou"),lc=b9,c(wn,"Z"),wn.prototype={diff:c(function(e,t){var r,n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},o=n.callback;typeof n=="function"&&(o=n,n={}),this.options=n;var a=this;function i(v){return o?(setTimeout(function(){o(void 0,v)},0),!0):v}c(i,"s"),e=this.castInput(e),t=this.castInput(t),e=this.removeEmpty(this.tokenize(e)),t=this.removeEmpty(this.tokenize(t));var l=t.length,u=e.length,d=1,f=l+u;n.maxEditLength&&(f=Math.min(f,n.maxEditLength));var h=(r=n.timeout)!==null&&r!==void 0?r:1/0,p=Date.now()+h,m=[{oldPos:-1,lastComponent:void 0}],g=this.extractCommon(m[0],t,e,0);if(m[0].oldPos+1>=u&&g+1>=l)return i([{value:this.join(t),count:t.length}]);var y=-1/0,D=1/0;function b(){for(var v=Math.max(y,-d);v<=Math.min(D,d);v+=2){var x=void 0,E=m[v-1],S=m[v+1];E&&(m[v-1]=void 0);var C=!1;if(S){var k=S.oldPos-v;C=S&&0<=k&&k<l}var F=E&&E.oldPos+1<u;if(!C&&!F){m[v]=void 0;continue}if(!F||C&&E.oldPos+1<S.oldPos?x=a.addToPath(S,!0,void 0,0):x=a.addToPath(E,void 0,!0,1),g=a.extractCommon(x,t,e,v),x.oldPos+1>=u&&g+1>=l)return i(J8(a,x.lastComponent,t,e,a.useLongestToken));m[v]=x,x.oldPos+1>=u&&(D=Math.min(D,v-1)),g+1>=l&&(y=Math.max(y,v+1))}d++}if(c(b,"A"),o)c(function v(){setTimeout(function(){if(d>f||Date.now()>p)return o();b()||v()},0)},"h")();else for(;d<=f&&Date.now()<=p;){var w=b();if(w)return w}},"diff"),addToPath:c(function(e,t,r,n){var o=e.lastComponent;return o&&o.added===t&&o.removed===r?{oldPos:e.oldPos+n,lastComponent:{count:o.count+1,added:t,removed:r,previousComponent:o.previousComponent}}:{oldPos:e.oldPos+n,lastComponent:{count:1,added:t,removed:r,previousComponent:o}}},"addToPath"),extractCommon:c(function(e,t,r,n){for(var o=t.length,a=r.length,i=e.oldPos,l=i-n,u=0;l+1<o&&i+1<a&&this.equals(t[l+1],r[i+1]);)l++,i++,u++;return u&&(e.lastComponent={count:u,previousComponent:e.lastComponent}),e.oldPos=i,l},"extractCommon"),equals:c(function(e,t){return this.options.comparator?this.options.comparator(e,t):e===t||this.options.ignoreCase&&e.toLowerCase()===t.toLowerCase()},"equals"),removeEmpty:c(function(e){for(var t=[],r=0;r<e.length;r++)e[r]&&t.push(e[r]);return t},"removeEmpty"),castInput:c(function(e){return e},"castInput"),tokenize:c(function(e){return e.split("")},"tokenize"),join:c(function(e){return e.join("")},"join")},c(J8,"Su"),hm=/^[A-Za-z\xC0-\u02C6\u02C8-\u02D7\u02DE-\u02FF\u1E00-\u1EFF]+$/,mm=/\S/,gm=new wn,gm.equals=function(e,t){return this.options.ignoreCase&&(e=e.toLowerCase(),t=t.toLowerCase()),e===t||this.options.ignoreWhitespace&&!mm.test(e)&&!mm.test(t)},gm.tokenize=function(e){for(var t=e.split(/([^\S\r\n]+|[()[\]{}'"\r\n]|\b)/),r=0;r<t.length-1;r++)!t[r+1]&&t[r+2]&&hm.test(t[r])&&hm.test(t[r+2])&&(t[r]+=t[r+2],t.splice(r+1,2),r--);return t},vm=new wn,vm.tokenize=function(e){this.options.stripTrailingCr&&(e=e.replace(/\r\n/g,`
321
- `));var t=[],r=e.split(/(\n|\r\n)/);r[r.length-1]||r.pop();for(var n=0;n<r.length;n++){var o=r[n];n%2&&!this.options.newlineIsToken?t[t.length-1]+=o:(this.options.ignoreWhitespace&&(o=o.trim()),t.push(o))}return t},x9=new wn,x9.tokenize=function(e){return e.split(/(\S.+?[.!?])(?=\s+|$)/)},D9=new wn,D9.tokenize=function(e){return e.split(/([{}:;,]|\s+)/)},c(eu,"$e"),rI=Object.prototype.toString,Qa=new wn,Qa.useLongestToken=!0,Qa.tokenize=vm.tokenize,Qa.castInput=function(e){var t=this.options,r=t.undefinedReplacement,n=t.stringifyReplacer,o=n===void 0?function(a,i){return typeof i>"u"?r:i}:n;return typeof e=="string"?e:JSON.stringify(Kd(e,null,null,o),o," ")},Qa.equals=function(e,t){return wn.prototype.equals.call(Qa,e.replace(/,([\r\n])/g,"$1"),t.replace(/,([\r\n])/g,"$1"))},c(Kd,"Bt"),As=new wn,As.tokenize=function(e){return e.slice()},As.join=As.removeEmpty=function(e){return e},c(p_,"dr"),c(h_,"Fr"),c(pf,"Be"),c(ey,"wt"),c(m_,"mr"),Bo="string",sn="array",ho="cursor",un="indent",cn="align",en="trim",ft="group",Er="fill",Dt="if-break",dn="indent-if-break",fn="line-suffix",tn="line-suffix-boundary",je="line",Cr="label",$t="break-parent",fy=new Set([ho,un,cn,en,ft,Er,Dt,dn,fn,tn,je,Cr,$t]),c(eb,"Lu"),$o=eb,nI=c(e=>new Intl.ListFormat("en-US",{type:"disjunction"}).format(e),"Pu"),c(tb,"Iu"),E9=(ym=class extends Error{constructor(t){super(tb(t));Or(this,"name","InvalidDocError");this.doc=t}},c(ym,"xt"),ym),ka=E9,Y2={},c(rb,"Ru"),t1=rb,wm=c(()=>{},"hr"),Sr=wm,gf=wm,c(Tu,"De"),c(Sa,"ae"),c(A2,"_t"),c(nb,"Cr"),c(ob,"gr"),c(ab,"yr"),c(ib,"Ar"),c(F2,"Ge"),c(lb,"Br"),c(sb,"wr"),c(Qd,"xe"),C9={type:tn},Fs={type:$t},S9={type:en},O0={type:je,hard:!0},bm={type:je,hard:!0,literal:!0},K2={type:je},k9={type:je,soft:!0},mo=[O0,Fs],Q2=[bm,Fs],r1={type:ho},c(_2,"be"),c(I2,"Je"),c(ub,"br"),c(jr,"ee"),c(g_,"Or"),A9=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)},"Yu"),ze=A9,oI=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,"Sr"),c(cb,"Nr"),c(db,"Tr"),aI=c(e=>!(cb(e)||db(e)),"kr"),iI=/[^\x20-\x7F]/u,c(fb,"Hu"),n1=fb,c(Bu,"Ne"),c(Xd,"Xe"),c(v_,"Wu"),c(pb,"Ir"),c(R2,"Lr"),c(y_,"Rr"),c(w_,"Mu"),c(hb,"Yr"),c(z2,"Pr"),c($i,"Se"),c(T2,"Ze"),c(b_,"$u"),c(x_,"Vu"),c(mb,"jr"),c(D_,"Uu"),c(gb,"Hr"),c(ty,"Qe"),lt=Symbol("MODE_BREAK"),ur=Symbol("MODE_FLAT"),Li=Symbol("cursor"),c(ry,"Wr"),c(E_,"zu"),c(C_,"Gu"),c(Zd,"bt"),c(Jd,"Ot"),c(ks,"et"),c($u,"Fe"),c(vb,"Ku"),o1=vb,F9=(Dm=class{constructor(e){h9(this,Go),this.stack=[e]}get key(){let{stack:e,siblings:t}=this;return ze(!1,e,t===null?-2:-4)??null}get index(){return this.siblings===null?null:ze(!1,this.stack,-2)}get node(){return ze(!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=ze(!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[...Ka(this,Go,l0).call(this)]}getName(){let{stack:e}=this,{length:t}=e;return t>1?ze(!1,e,-2):null}getValue(){return ze(!1,this.stack,-1)}getNode(e=0){let t=Ka(this,Go,xm).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,o=ze(!1,r,-1);for(let a of t)o=o[a],r.push(a,o);try{return e(this)}finally{r.length=n}}callParent(e,t=0){let r=Ka(this,Go,xm).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,o=ze(!1,r,-1);for(let a of t)o=o[a],r.push(a,o);try{for(let a=0;a<o.length;++a)r.push(a,o[a]),e(this,a,o),r.length-=2}finally{r.length=n}}map(e,...t){let r=[];return this.each((n,o,a)=>{r[o]=e(n,o,a)},...t),r}match(...e){let t=this.stack.length-1,r=null,n=this.stack[t--];for(let o of e){if(n===void 0)return!1;let a=null;if(typeof r=="number"&&(a=r,r=this.stack[t--],n=this.stack[t--]),o&&!o(n,r,a))return!1;r=this.stack[t--],n=this.stack[t--]}return!0}findAncestor(e){for(let t of Ka(this,Go,l0).call(this))if(e(t))return t}hasAncestor(e){for(let t of Ka(this,Go,l0).call(this))if(e(t))return!0;return!1}},c(Dm,"St"),Dm),Go=new WeakSet,xm=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},"Nt"),l0=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)}},"tt"),lI=F9,Em=new Proxy(()=>{},{get:c(()=>Em,"get")}),a1=Em,c(yb,"qu"),sI=yb,c(ny,"Tt"),c(S_,"Ur"),c(Ya,"Ee"),_9=Ya(/\s/u),Bn=Ya(" "),X2=Ya(",; "),Z2=Ya(/[^\n\r]/u),c(wb,"Ju"),So=wb,c(bb,"Xu"),Fn=bb,c(xb,"Zu"),uI=xb,J2=new Set(["tokens","comments","parent","enclosingNode","precedingNode","followingNode"]),cI=c(e=>Object.keys(e).filter(t=>!J2.has(t)),"Qu"),c(Db,"eo"),sc=Db,c(k_,"to"),c(hf,"Lt"),c(ia,"ue"),c(tu,"re"),c(la,"oe"),P0=new WeakMap,c(mf,"ut"),c(oy,"qr"),N0=c(()=>!1,"It"),c(A_,"Jr"),py=c(e=>!/[\S\n\u2028\u2029]/u.test(e),"Xr"),c(F_,"ro"),c(__,"no"),c(B2,"Kr"),c($0,"Rt"),c(Eb,"uo"),vf=Eb,c(ay,"Zr"),c(I_,"oo"),c(R_,"io"),c(z_,"so"),c(T_,"Qr"),c(B_,"en"),c(Cb,"ao"),dI=Cb,hy=(Cm=class extends Error{constructor(){super(...arguments);Or(this,"name","ConfigError")}},c(Cm,"Pe"),Cm),e5=(Sm=class extends Error{constructor(){super(...arguments);Or(this,"name","UndefinedParserError")}},c(Sm,"Ie"),Sm),fI={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
322
- (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).
323
- 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.
324
- 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
325
- 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($2,"ot"),c($_,"Do"),c(L_,"lo"),pI=c(e=>String(e).split(/[/\\]/u).pop(),"co"),c(L2,"nn"),c(M_,"fo"),c(Sb,"po"),hI=Sb,Zo={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=>Zo.value(r)).join(", ")}]`;let t=Object.keys(e);return t.length===0?"{}":`{ ${t.map(r=>`${Zo.key(r)}: ${Zo.value(e[r])}`).join(", ")} }`},pair:c(({key:e,value:t})=>Zo.value({[e]:t}),"pair")},km=us(i0(),1),I9=c((e,t,{descriptor:r})=>{let n=[`${km.default.yellow(typeof e=="string"?r.key(e):r.pair(e))} is deprecated`];return t&&n.push(`we now treat it as ${km.default.blue(typeof t=="string"?r.key(t):r.pair(t))}`),n.join("; ")+"."},"an"),sa=us(i0(),1),t5=Symbol.for("vnopts.VALUE_NOT_EXIST"),cs=Symbol.for("vnopts.VALUE_UNCHANGED"),r5=" ".repeat(2),R9=c((e,t,r)=>{let{text:n,list:o}=r.normalizeExpectedResult(r.schemas[e].expected(r)),a=[];return n&&a.push(om(e,t,n,r.descriptor)),o&&a.push([om(e,t,o.title,r.descriptor)].concat(o.values.map(i=>M2(i,r.loggerPrintWidth))).join(`
326
- `)),O2(a,r.loggerPrintWidth)},"cn"),c(om,"ln"),c(M2,"fn"),c(O2,"pn"),Am=us(i0(),1),H0=[],n5=[],c(kb,"Ht"),o5=c((e,t,{descriptor:r,logger:n,schemas:o})=>{let a=[`Ignored unknown option ${Am.default.yellow(r.pair({key:e,value:t}))}.`],i=Object.keys(o).sort().find(l=>kb(e,l)<3);i&&a.push(`Did you mean ${Am.default.blue(r.key(i))}?`),n.warn(a.join(" "))},"at"),mI=["default","expected","validate","deprecated","forward","redirect","overlap","preprocess","postprocess"],c(Ab,"mo"),xn=(Fm=class{static create(e){return Ab(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 cs}},c(Fm,"O"),Fm),c(O_,"Eo"),gI=(_m=class extends xn{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(_m,"Dt"),_m),vI=(Im=class extends xn{expected(){return"anything"}validate(){return!0}},c(Im,"lt"),Im),yI=(Rm=class extends xn{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 o=t.normalizeValidateResult(this._valueSchema.validate(n,t),n);o!==!0&&r.push(o.value)}return r.length===0?!0:{value:r}}deprecated(e,t){let r=[];for(let n of e){let o=t.normalizeDeprecatedResult(this._valueSchema.deprecated(n,t),n);o!==!1&&r.push(...o.map(({value:a})=>({value:[a]})))}return r}forward(e,t){let r=[];for(let n of e){let o=t.normalizeForwardResult(this._valueSchema.forward(n,t),n);r.push(...o.map(am))}return r}redirect(e,t){let r=[],n=[];for(let o of e){let a=t.normalizeRedirectResult(this._valueSchema.redirect(o,t),o);"remain"in a&&r.push(a.remain),n.push(...a.redirect.map(am))}return r.length===0?{redirect:n}:{redirect:n,remain:r}}overlap(e,t){return e.concat(t)}},c(Rm,"ct"),Rm),c(am,"Fn"),wI=(zm=class extends xn{expected(){return"true or false"}validate(e){return typeof e=="boolean"}},c(zm,"ft"),zm),c(Fb,"En"),c(_b,"hn"),c(Ib,"Cn"),c(Rb,"gn"),c(zb,"yn"),c(Tb,"An"),c(Bb,"Bn"),c(im,"Mt"),c(P2,"$t"),c(lm,"Vt"),c(sm,"Ut"),c(N2,"mn"),c(L0,"pt"),c(um,"zt"),c(P_,"ho"),bI=(Tm=class extends xn{constructor(e){super(e),this._choices=_b(e.choices.map(t=>t&&typeof t=="object"?t:{value:t}),"value")}expected({descriptor:e}){let t=Array.from(this._choices.keys()).map(o=>this._choices.get(o)).filter(({hidden:o})=>!o).map(o=>o.value).sort(Tb).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(Tm,"dt"),Tm),z9=(Bm=class extends xn{expected(){return"a number"}validate(e,t){return typeof e=="number"}},c(Bm,"Ft"),Bm),xI=($m=class extends z9{expected(){return"an integer"}validate(e,t){return t.normalizeValidateResult(super.validate(e,t),e)===!0&&zb(e)}},c($m,"mt"),$m),a5=(Lm=class extends xn{expected(){return"a string"}validate(e){return typeof e=="string"}},c(Lm,"Re"),Lm),T9=Zo,B9=o5,$9=R9,L9=I9,DI=(Mm=class{constructor(e,t){let{logger:r=console,loggerPrintWidth:n=80,descriptor:o=T9,unknown:a=B9,invalid:i=$9,deprecated:l=L9,missing:u=c(()=>!1,"D"),required:d=c(()=>!1,"l"),preprocess:f=c(p=>p,"d"),postprocess:h=c(()=>cs,"f")}=t||{};this._utils={descriptor:o,logger:r||{warn:c(()=>{},"warn")},loggerPrintWidth:n,schemas:Fb(e,"name"),normalizeDefaultResult:im,normalizeExpectedResult:P2,normalizeDeprecatedResult:sm,normalizeForwardResult:L0,normalizeRedirectResult:um,normalizeValidateResult:lm},this._unknownHandler=a,this._invalidHandler=Bb(i),this._deprecatedHandler=l,this._identifyMissing=(p,m)=>!(p in m)||u(p,m),this._identifyRequired=d,this._preprocess=f,this._postprocess=h,this.cleanHistory()}cleanHistory(){this._hasDeprecationWarned=Ib()}normalize(e){let t={},r=[this._preprocess(e,this._utils)],n=c(()=>{for(;r.length!==0;){let o=r.shift(),a=this._applyNormalization(o,t);r.push(...a)}},"u");n();for(let o of Object.keys(this._utils.schemas)){let a=this._utils.schemas[o];if(!(o in t)){let i=im(a.default(this._utils));"value"in i&&r.push({[o]:i.value})}}n();for(let o of Object.keys(this._utils.schemas)){if(!(o in t))continue;let a=this._utils.schemas[o],i=t[o],l=a.postprocess(i,this._utils);l!==cs&&(this._applyValidation(l,o,a),t[o]=l)}return this._applyPostprocess(t),this._applyRequiredCheck(t),t}_applyNormalization(e,t){let r=[],{knownKeys:n,unknownKeys:o}=this._partitionOptionKeys(e);for(let a of n){let i=this._utils.schemas[a],l=i.preprocess(e[a],this._utils);this._applyValidation(l,a,i);let u=c(({from:h,to:p})=>{r.push(typeof p=="string"?{[p]:h}:{[p.key]:p.value})},"D"),d=c(({value:h,redirectTo:p})=>{let m=sm(i.deprecated(h,this._utils),l,!0);if(m!==!1)if(m===!0)this._hasDeprecationWarned(a)||this._utils.logger.warn(this._deprecatedHandler(a,p,this._utils));else for(let{value:g}of m){let y={key:a,value:g};if(!this._hasDeprecationWarned(y)){let D=typeof p=="string"?{key:p,value:g}:p;this._utils.logger.warn(this._deprecatedHandler(y,D,this._utils))}}},"l");L0(i.forward(l,this._utils),l).forEach(u);let f=um(i.redirect(l,this._utils),l);if(f.redirect.forEach(u),"remain"in f){let h=f.remain;t[a]=a in t?i.overlap(t[a],h,this._utils):h,d({value:h})}for(let{from:h,to:p}of f.redirect)d({value:h,redirectTo:p})}for(let a of o){let i=e[a];this._applyUnknownHandler(a,i,t,(l,u)=>{r.push({[l]:u})})}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,t5,this._utils)}_partitionOptionKeys(e){let[t,r]=Rb(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=lm(r.validate(e,this._utils),e);if(n!==!0)throw this._invalidHandler(t,n.value,this._utils)}_applyUnknownHandler(e,t,r,n){let o=this._unknownHandler(e,t,this._utils);if(o)for(let a of Object.keys(o)){if(this._identifyMissing(a,o))continue;let i=o[a];a in this._utils.schemas?n(a,i):r[a]=i}}_applyPostprocess(e){let t=this._postprocess(e,this._utils);if(t!==cs){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 o of r){let a=t.override[o];this._applyValidation(a,o,this._utils.schemas[o]),e[o]=a}for(let o of n){let a=t.override[o];this._applyUnknownHandler(o,a,e,(i,l)=>{let u=this._utils.schemas[i];this._applyValidation(l,i,u),e[i]=l})}}}}},c(Mm,"Et"),Mm),c($b,"go"),c(N_,"yo"),c(H_,"Ao"),EI=$b,M9=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 o=t[n];if(r(o,n,t))return o}}},"Bo"),my=M9,c(iy,"qt"),c(j_,"On"),c(ly,"ht"),c(sy,"Jt"),c(V_,"Sn"),i5={astFormat:"estree",printer:{},originalText:void 0,locStart:null,locEnd:null},c(Lb,"wo"),$a=Lb,CI=us(w9(),1),c(Mb,"ko"),c(U_,"Lo"),$l=Mb,c(W_,"Un"),c(q_,"Po"),c(Ob,"Io"),SI=Ob,c(ic,"Ye"),c(H2,"Gn"),c(uy,"Qt"),c(Pb,"Ro"),kI=Pb,c(Nb,"Yo"),AI=Nb,O9=c((e,t,r)=>{if(!(e&&t==null)){if(t.findLastIndex)return t.findLastIndex(r);for(let n=t.length-1;n>=0;n--){let o=t[n];if(r(o,n,t))return n}return-1}},"jo"),FI=O9,_I=c(({parser:e})=>e==="json"||e==="json5"||e==="jsonc"||e==="json-stringify","Ho"),c(G_,"Wo"),c(j2,"Xn"),c(Y_,"Mo"),c(e1,"er"),c(K_,"$o"),gy=new Set(["JsonRoot","ObjectExpression","ArrayExpression","StringLiteral","NumericLiteral","BooleanLiteral","NullLiteral","UnaryExpression","TemplateLiteral"]),II=new Set(["OperationDefinition","FragmentDefinition","VariableDefinition","TypeExtensionDefinition","ObjectTypeDefinition","FieldDefinition","DirectiveDefinition","EnumTypeDefinition","EnumValueDefinition","InputValueDefinition","InputObjectTypeDefinition","SchemaDefinition","OperationTypeDefinition","InterfaceTypeDefinition","UnionTypeDefinition","ScalarTypeDefinition"]),c(V2,"Zn"),c(Q_,"eu"),vy="\uFEFF",l5=Symbol("cursor"),c(cy,"ou"),c(X_,"Uo"),c(M0,"tr"),c(U2,"ru"),c(dy,"iu"),c(W2,"nu"),c(q2,"rr"),c(Hb,"su"),c(jb,"au"),c(Vb,"Du"),c(Ub,"lu"),c(Wb,"cu"),Pm={},ss(Pm,{builders:c(()=>P9,"builders"),printer:c(()=>N9,"printer"),utils:c(()=>H9,"utils")}),P9={join:_2,line:K2,softline:k9,hardline:mo,literalline:Q2,group:A2,conditionalGroup:ib,fill:F2,lineSuffix:Qd,lineSuffixBoundary:C9,cursor:r1,breakParent:Fs,ifBreak:lb,trim:S9,indent:Tu,indentIfBreak:sb,align:Sa,addAlignmentToDoc:I2,markAsRoot:ob,dedentToRoot:nb,dedent:ab,hardlineWithoutBreakParent:O0,literallineWithoutBreakParent:bm,label:ub,concat:c(e=>e,"concat")},N9={printDocToString:$u},H9={willBreak:pb,traverseDoc:t1,findInDoc:Xd,mapDoc:Bu,removeLines:hb,stripTrailingHardline:T2,replaceEndOfLine:mb,canBreak:gb},j9="3.3.3",Nm={},ss(Nm,{addDanglingComment:c(()=>tu,"addDanglingComment"),addLeadingComment:c(()=>ia,"addLeadingComment"),addTrailingComment:c(()=>la,"addTrailingComment"),getAlignmentSize:c(()=>o1,"getAlignmentSize"),getIndentSize:c(()=>V9,"getIndentSize"),getMaxContinuousCount:c(()=>U9,"getMaxContinuousCount"),getNextNonSpaceNonCommentCharacter:c(()=>W9,"getNextNonSpaceNonCommentCharacter"),getNextNonSpaceNonCommentCharacterIndex:c(()=>r9,"getNextNonSpaceNonCommentCharacterIndex"),getStringWidth:c(()=>n1,"getStringWidth"),hasNewline:c(()=>Fn,"hasNewline"),hasNewlineInRange:c(()=>q9,"hasNewlineInRange"),hasSpaces:c(()=>G9,"hasSpaces"),isNextLineEmpty:c(()=>o9,"isNextLineEmpty"),isNextLineEmptyAfterIndex:c(()=>s1,"isNextLineEmptyAfterIndex"),isPreviousLineEmpty:c(()=>n9,"isPreviousLineEmpty"),makeString:c(()=>Y9,"makeString"),skip:c(()=>Ya,"skip"),skipEverythingButNewLine:c(()=>Z2,"skipEverythingButNewLine"),skipInlineComment:c(()=>i1,"skipInlineComment"),skipNewline:c(()=>So,"skipNewline"),skipSpaces:c(()=>Bn,"skipSpaces"),skipToLineEnd:c(()=>X2,"skipToLineEnd"),skipTrailingComment:c(()=>l1,"skipTrailingComment"),skipWhitespace:c(()=>_9,"skipWhitespace")}),c(qb,"Jo"),i1=qb,c(Gb,"Xo"),l1=Gb,c(Yb,"Zo"),yf=Yb,c(Kb,"Qo"),s1=Kb,c(Qb,"ei"),V9=Qb,c(Z_,"ur"),c(Xb,"ti"),U9=Xb,c(Zb,"ri"),W9=Zb,c(Jb,"ni"),q9=Jb,c(e9,"ui"),G9=e9,c(t9,"oi"),Y9=t9,c(J_,"ii"),c(r9,"si"),c(eI,"ai"),c(n9,"Di"),c(tI,"li"),c(o9,"ci"),c(Pn,"fe"),s5=Pn(q2),c(G2,"gu"),c(a9,"fi"),K9=Pn($2,0),Q9={parse:Pn(Hb),formatAST:Pn(jb),formatDoc:Pn(Vb),printToDoc:Pn(Ub),printDocToString:Pn(Wb)},RI=pm});function zI(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 o=n.reduce(function(l,u){var d=u.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(o.length){var a=new RegExp(`
327
- [ ]{`+Math.min.apply(Math,o)+"}","g");n=n.map(function(l){return l.replace(a,`
328
- `)})}n[0]=n[0].replace(/^\r?\n/,"");var i=n[0];return t.forEach(function(l,u){var d=i.match(/(?:^|\n)( *)$/),f=d?d[1]:"",h=l;typeof l=="string"&&l.includes(`
329
- `)&&(h=String(l).split(`
330
- `).map(function(p,m){return m===0?p:""+f+p}).join(`
331
- `)),i+=h+n[u+1]}),i}var mV=L(()=>{c(zI,"dedent")}),TI={};Rl(TI,{formatter:()=>BI});var X9,BI,gV=L(()=>{X9=Ke(K1(),1),pV(),hV(),mV(),BI=(0,X9.default)(2)(async(e,t)=>e===!1?t:e==="dedent"||e===!0?zI(t):(await RI.format(t,{parser:e,plugins:[f_],htmlWhitespaceSensitivity:"ignore"})).trim())}),u5,c5,vV=L(()=>{u5=c(function(e){return e.reduce(function(t,r){var n=r[0],o=r[1];return t[n]=o,t},{})},"fromEntries"),c5=typeof window<"u"&&window.document&&window.document.createElement?s.useLayoutEffect:s.useEffect}),ct,Nt,Ht,dt,u1,Mi,ha,Oi,$I,yy,li,LI,d5,wy,Z9,J9,ex,tx,rx,nx,ox,ax,ix,MI,tr=L(()=>{ct="top",Nt="bottom",Ht="right",dt="left",u1="auto",Mi=[ct,Nt,Ht,dt],ha="start",Oi="end",$I="clippingParents",yy="viewport",li="popper",LI="reference",d5=Mi.reduce(function(e,t){return e.concat([t+"-"+ha,t+"-"+Oi])},[]),wy=[].concat(Mi,[u1]).reduce(function(e,t){return e.concat([t,t+"-"+ha,t+"-"+Oi])},[]),Z9="beforeRead",J9="read",ex="afterRead",tx="beforeMain",rx="main",nx="afterMain",ox="beforeWrite",ax="write",ix="afterWrite",MI=[Z9,J9,ex,tx,rx,nx,ox,ax,ix]});function kr(e){return e?(e.nodeName||"").toLowerCase():null}var La=L(()=>{c(kr,"getNodeName")});function kt(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var t=e.ownerDocument;return t&&t.defaultView||window}return e}var mn=L(()=>{c(kt,"getWindow")});function ko(e){var t=kt(e).Element;return e instanceof t||e instanceof Element}function Lt(e){var t=kt(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function wf(e){if(typeof ShadowRoot>"u")return!1;var t=kt(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}var rr=L(()=>{mn(),c(ko,"isElement"),c(Lt,"isHTMLElement"),c(wf,"isShadowRoot")});function lx(e){var t=e.state;Object.keys(t.elements).forEach(function(r){var n=t.styles[r]||{},o=t.attributes[r]||{},a=t.elements[r];!Lt(a)||!kr(a)||(Object.assign(a.style,n),Object.keys(o).forEach(function(i){var l=o[i];l===!1?a.removeAttribute(i):a.setAttribute(i,l===!0?"":l)}))})}function sx(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 o=t.elements[n],a=t.attributes[n]||{},i=Object.keys(t.styles.hasOwnProperty(n)?t.styles[n]:r[n]),l=i.reduce(function(u,d){return u[d]="",u},{});!Lt(o)||!kr(o)||(Object.assign(o.style,l),Object.keys(a).forEach(function(u){o.removeAttribute(u)}))})}}var OI,yV=L(()=>{La(),rr(),c(lx,"applyStyles"),c(sx,"effect"),OI={name:"applyStyles",enabled:!0,phase:"write",fn:lx,effect:sx,requires:["computeStyles"]}});function xr(e){return e.split("-")[0]}var Ma=L(()=>{c(xr,"getBasePlacement")}),go,Lu,Aa,Oa=L(()=>{go=Math.max,Lu=Math.min,Aa=Math.round});function c1(){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 PI=L(()=>{c(c1,"getUAString")});function by(){return!/^((?!chrome|android).)*safari/i.test(c1())}var NI=L(()=>{PI(),c(by,"isLayoutViewport")});function Fa(e,t,r){t===void 0&&(t=!1),r===void 0&&(r=!1);var n=e.getBoundingClientRect(),o=1,a=1;t&&Lt(e)&&(o=e.offsetWidth>0&&Aa(n.width)/e.offsetWidth||1,a=e.offsetHeight>0&&Aa(n.height)/e.offsetHeight||1);var i=ko(e)?kt(e):window,l=i.visualViewport,u=!by()&&r,d=(n.left+(u&&l?l.offsetLeft:0))/o,f=(n.top+(u&&l?l.offsetTop:0))/a,h=n.width/o,p=n.height/a;return{width:h,height:p,top:f,right:d+h,bottom:f+p,left:d,x:d,y:f}}var uc=L(()=>{rr(),Oa(),mn(),NI(),c(Fa,"getBoundingClientRect")});function bf(e){var t=Fa(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 xy=L(()=>{uc(),c(bf,"getLayoutRect")});function Dy(e,t){var r=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(r&&wf(r)){var n=t;do{if(n&&e.isSameNode(n))return!0;n=n.parentNode||n.host}while(n)}return!1}var HI=L(()=>{rr(),c(Dy,"contains")});function pn(e){return kt(e).getComputedStyle(e)}var cc=L(()=>{mn(),c(pn,"getComputedStyle")});function jI(e){return["table","td","th"].indexOf(kr(e))>=0}var wV=L(()=>{La(),c(jI,"isTableElement")});function Mn(e){return((ko(e)?e.ownerDocument:e.document)||window.document).documentElement}var Lo=L(()=>{rr(),c(Mn,"getDocumentElement")});function dc(e){return kr(e)==="html"?e:e.assignedSlot||e.parentNode||(wf(e)?e.host:null)||Mn(e)}var xf=L(()=>{La(),Lo(),rr(),c(dc,"getParentNode")});function f5(e){return!Lt(e)||pn(e).position==="fixed"?null:e.offsetParent}function VI(e){var t=/firefox/i.test(c1()),r=/Trident/i.test(c1());if(r&&Lt(e)){var n=pn(e);if(n.position==="fixed")return null}var o=dc(e);for(wf(o)&&(o=o.host);Lt(o)&&["html","body"].indexOf(kr(o))<0;){var a=pn(o);if(a.transform!=="none"||a.perspective!=="none"||a.contain==="paint"||["transform","perspective"].indexOf(a.willChange)!==-1||t&&a.willChange==="filter"||t&&a.filter&&a.filter!=="none")return o;o=o.parentNode}return null}function Ll(e){for(var t=kt(e),r=f5(e);r&&jI(r)&&pn(r).position==="static";)r=f5(r);return r&&(kr(r)==="html"||kr(r)==="body"&&pn(r).position==="static")?t:r||VI(e)||t}var fc=L(()=>{mn(),La(),cc(),rr(),wV(),xf(),PI(),c(f5,"getTrueOffsetParent"),c(VI,"getContainingBlock"),c(Ll,"getOffsetParent")});function Df(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}var Ey=L(()=>{c(Df,"getMainAxisFromPlacement")});function Pi(e,t,r){return go(e,Lu(t,r))}function UI(e,t,r){var n=Pi(e,t,r);return n>r?r:n}var WI=L(()=>{Oa(),c(Pi,"within"),c(UI,"withinMaxClamp")});function Cy(){return{top:0,right:0,bottom:0,left:0}}var qI=L(()=>{c(Cy,"getFreshSideObject")});function Sy(e){return Object.assign({},Cy(),e)}var GI=L(()=>{qI(),c(Sy,"mergePaddingObject")});function ky(e,t){return t.reduce(function(r,n){return r[n]=e,r},{})}var YI=L(()=>{c(ky,"expandToHashMap")});function ux(e){var t,r=e.state,n=e.name,o=e.options,a=r.elements.arrow,i=r.modifiersData.popperOffsets,l=xr(r.placement),u=Df(l),d=[dt,Ht].indexOf(l)>=0,f=d?"height":"width";if(!(!a||!i)){var h=KI(o.padding,r),p=bf(a),m=u==="y"?ct:dt,g=u==="y"?Nt:Ht,y=r.rects.reference[f]+r.rects.reference[u]-i[u]-r.rects.popper[f],D=i[u]-r.rects.reference[u],b=Ll(a),w=b?u==="y"?b.clientHeight||0:b.clientWidth||0:0,v=y/2-D/2,x=h[m],E=w-p[f]-h[g],S=w/2-p[f]/2+v,C=Pi(x,S,E),k=u;r.modifiersData[n]=(t={},t[k]=C,t.centerOffset=C-S,t)}}function cx(e){var t=e.state,r=e.options,n=r.element,o=n===void 0?"[data-popper-arrow]":n;o!=null&&(typeof o=="string"&&(o=t.elements.popper.querySelector(o),!o)||Dy(t.elements.popper,o)&&(t.elements.arrow=o))}var KI,QI,bV=L(()=>{Ma(),xy(),HI(),fc(),Ey(),WI(),GI(),YI(),tr(),KI=c(function(e,t){return e=typeof e=="function"?e(Object.assign({},t.rects,{placement:t.placement})):e,Sy(typeof e!="number"?e:ky(e,Mi))},"toPaddingObject"),c(ux,"arrow"),c(cx,"effect"),QI={name:"arrow",enabled:!0,phase:"main",fn:ux,effect:cx,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]}});function _a(e){return e.split("-")[1]}var pc=L(()=>{c(_a,"getVariation")});function XI(e,t){var r=e.x,n=e.y,o=t.devicePixelRatio||1;return{x:Aa(r*o)/o||0,y:Aa(n*o)/o||0}}function p5(e){var t,r=e.popper,n=e.popperRect,o=e.placement,a=e.variation,i=e.offsets,l=e.position,u=e.gpuAcceleration,d=e.adaptive,f=e.roundOffsets,h=e.isFixed,p=i.x,m=p===void 0?0:p,g=i.y,y=g===void 0?0:g,D=typeof f=="function"?f({x:m,y}):{x:m,y};m=D.x,y=D.y;var b=i.hasOwnProperty("x"),w=i.hasOwnProperty("y"),v=dt,x=ct,E=window;if(d){var S=Ll(r),C="clientHeight",k="clientWidth";if(S===kt(r)&&(S=Mn(r),pn(S).position!=="static"&&l==="absolute"&&(C="scrollHeight",k="scrollWidth")),S=S,o===ct||(o===dt||o===Ht)&&a===Oi){x=Nt;var F=h&&S===E&&E.visualViewport?E.visualViewport.height:S[C];y-=F-n.height,y*=u?1:-1}if(o===dt||(o===ct||o===Nt)&&a===Oi){v=Ht;var _=h&&S===E&&E.visualViewport?E.visualViewport.width:S[k];m-=_-n.width,m*=u?1:-1}}var T=Object.assign({position:l},d&&ZI),N=f===!0?XI({x:m,y},kt(r)):{x:m,y};if(m=N.x,y=N.y,u){var P;return Object.assign({},T,(P={},P[x]=w?"0":"",P[v]=b?"0":"",P.transform=(E.devicePixelRatio||1)<=1?"translate("+m+"px, "+y+"px)":"translate3d("+m+"px, "+y+"px, 0)",P))}return Object.assign({},T,(t={},t[x]=w?y+"px":"",t[v]=b?m+"px":"",t.transform="",t))}function dx(e){var t=e.state,r=e.options,n=r.gpuAcceleration,o=n===void 0?!0:n,a=r.adaptive,i=a===void 0?!0:a,l=r.roundOffsets,u=l===void 0?!0:l,d={placement:xr(t.placement),variation:_a(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:o,isFixed:t.options.strategy==="fixed"};t.modifiersData.popperOffsets!=null&&(t.styles.popper=Object.assign({},t.styles.popper,p5(Object.assign({},d,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:i,roundOffsets:u})))),t.modifiersData.arrow!=null&&(t.styles.arrow=Object.assign({},t.styles.arrow,p5(Object.assign({},d,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:u})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})}var ZI,JI,xV=L(()=>{tr(),fc(),mn(),Lo(),cc(),Ma(),pc(),Oa(),ZI={top:"auto",right:"auto",bottom:"auto",left:"auto"},c(XI,"roundOffsetsByDPR"),c(p5,"mapToStyles"),c(dx,"computeStyles"),JI={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:dx,data:{}}});function fx(e){var t=e.state,r=e.instance,n=e.options,o=n.scroll,a=o===void 0?!0:o,i=n.resize,l=i===void 0?!0:i,u=kt(t.elements.popper),d=[].concat(t.scrollParents.reference,t.scrollParents.popper);return a&&d.forEach(function(f){f.addEventListener("scroll",r.update,_s)}),l&&u.addEventListener("resize",r.update,_s),function(){a&&d.forEach(function(f){f.removeEventListener("scroll",r.update,_s)}),l&&u.removeEventListener("resize",r.update,_s)}}var _s,eR,DV=L(()=>{mn(),_s={passive:!0},c(fx,"effect"),eR={name:"eventListeners",enabled:!0,phase:"write",fn:c(function(){},"fn"),effect:fx,data:{}}});function ru(e){return e.replace(/left|right|bottom|top/g,function(t){return tR[t]})}var tR,EV=L(()=>{tR={left:"right",right:"left",bottom:"top",top:"bottom"},c(ru,"getOppositePlacement")});function h5(e){return e.replace(/start|end/g,function(t){return rR[t]})}var rR,CV=L(()=>{rR={start:"end",end:"start"},c(h5,"getOppositeVariationPlacement")});function Ef(e){var t=kt(e),r=t.pageXOffset,n=t.pageYOffset;return{scrollLeft:r,scrollTop:n}}var Ay=L(()=>{mn(),c(Ef,"getWindowScroll")});function Cf(e){return Fa(Mn(e)).left+Ef(e).scrollLeft}var Fy=L(()=>{uc(),Lo(),Ay(),c(Cf,"getWindowScrollBarX")});function nR(e,t){var r=kt(e),n=Mn(e),o=r.visualViewport,a=n.clientWidth,i=n.clientHeight,l=0,u=0;if(o){a=o.width,i=o.height;var d=by();(d||!d&&t==="fixed")&&(l=o.offsetLeft,u=o.offsetTop)}return{width:a,height:i,x:l+Cf(e),y:u}}var SV=L(()=>{mn(),Lo(),Fy(),NI(),c(nR,"getViewportRect")});function oR(e){var t,r=Mn(e),n=Ef(e),o=(t=e.ownerDocument)==null?void 0:t.body,a=go(r.scrollWidth,r.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),i=go(r.scrollHeight,r.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0),l=-n.scrollLeft+Cf(e),u=-n.scrollTop;return pn(o||r).direction==="rtl"&&(l+=go(r.clientWidth,o?o.clientWidth:0)-a),{width:a,height:i,x:l,y:u}}var kV=L(()=>{Lo(),cc(),Fy(),Ay(),Oa(),c(oR,"getDocumentRect")});function Sf(e){var t=pn(e),r=t.overflow,n=t.overflowX,o=t.overflowY;return/auto|scroll|overlay|hidden/.test(r+o+n)}var _y=L(()=>{cc(),c(Sf,"isScrollParent")});function Iy(e){return["html","body","#document"].indexOf(kr(e))>=0?e.ownerDocument.body:Lt(e)&&Sf(e)?e:Iy(dc(e))}var AV=L(()=>{xf(),_y(),La(),rr(),c(Iy,"getScrollParent")});function Ni(e,t){var r;t===void 0&&(t=[]);var n=Iy(e),o=n===((r=e.ownerDocument)==null?void 0:r.body),a=kt(n),i=o?[a].concat(a.visualViewport||[],Sf(n)?n:[]):n,l=t.concat(i);return o?l:l.concat(Ni(dc(i)))}var aR=L(()=>{AV(),xf(),mn(),_y(),c(Ni,"listScrollParents")});function d1(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}var iR=L(()=>{c(d1,"rectToClientRect")});function lR(e,t){var r=Fa(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 m5(e,t,r){return t===yy?d1(nR(e,r)):ko(t)?lR(t,r):d1(oR(Mn(e)))}function sR(e){var t=Ni(dc(e)),r=["absolute","fixed"].indexOf(pn(e).position)>=0,n=r&&Lt(e)?Ll(e):e;return ko(n)?t.filter(function(o){return ko(o)&&Dy(o,n)&&kr(o)!=="body"}):[]}function uR(e,t,r,n){var o=t==="clippingParents"?sR(e):[].concat(t),a=[].concat(o,[r]),i=a[0],l=a.reduce(function(u,d){var f=m5(e,d,n);return u.top=go(f.top,u.top),u.right=Lu(f.right,u.right),u.bottom=Lu(f.bottom,u.bottom),u.left=go(f.left,u.left),u},m5(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 FV=L(()=>{tr(),SV(),kV(),aR(),fc(),Lo(),cc(),rr(),uc(),xf(),HI(),La(),iR(),Oa(),c(lR,"getInnerBoundingClientRect"),c(m5,"getClientRectFromMixedType"),c(sR,"getClippingParents"),c(uR,"getClippingRect")});function Ry(e){var t=e.reference,r=e.element,n=e.placement,o=n?xr(n):null,a=n?_a(n):null,i=t.x+t.width/2-r.width/2,l=t.y+t.height/2-r.height/2,u;switch(o){case ct:u={x:i,y:t.y-r.height};break;case Nt:u={x:i,y:t.y+t.height};break;case Ht:u={x:t.x+t.width,y:l};break;case dt:u={x:t.x-r.width,y:l};break;default:u={x:t.x,y:t.y}}var d=o?Df(o):null;if(d!=null){var f=d==="y"?"height":"width";switch(a){case ha:u[d]=u[d]-(t[f]/2-r[f]/2);break;case Oi:u[d]=u[d]+(t[f]/2-r[f]/2);break}}return u}var cR=L(()=>{Ma(),pc(),Ey(),tr(),c(Ry,"computeOffsets")});function gl(e,t){t===void 0&&(t={});var r=t,n=r.placement,o=n===void 0?e.placement:n,a=r.strategy,i=a===void 0?e.strategy:a,l=r.boundary,u=l===void 0?$I:l,d=r.rootBoundary,f=d===void 0?yy:d,h=r.elementContext,p=h===void 0?li:h,m=r.altBoundary,g=m===void 0?!1:m,y=r.padding,D=y===void 0?0:y,b=Sy(typeof D!="number"?D:ky(D,Mi)),w=p===li?LI:li,v=e.rects.popper,x=e.elements[g?w:p],E=uR(ko(x)?x:x.contextElement||Mn(e.elements.popper),u,f,i),S=Fa(e.elements.reference),C=Ry({reference:S,element:v,strategy:"absolute",placement:o}),k=d1(Object.assign({},v,C)),F=p===li?k:S,_={top:E.top-F.top+b.top,bottom:F.bottom-E.bottom+b.bottom,left:E.left-F.left+b.left,right:F.right-E.right+b.right},T=e.modifiersData.offset;if(p===li&&T){var N=T[o];Object.keys(_).forEach(function(P){var G=[Ht,Nt].indexOf(P)>=0?1:-1,H=[ct,Nt].indexOf(P)>=0?"y":"x";_[P]+=N[H]*G})}return _}var kf=L(()=>{FV(),Lo(),uc(),cR(),iR(),tr(),rr(),GI(),YI(),c(gl,"detectOverflow")});function dR(e,t){t===void 0&&(t={});var r=t,n=r.placement,o=r.boundary,a=r.rootBoundary,i=r.padding,l=r.flipVariations,u=r.allowedAutoPlacements,d=u===void 0?wy:u,f=_a(n),h=f?l?d5:d5.filter(function(g){return _a(g)===f}):Mi,p=h.filter(function(g){return d.indexOf(g)>=0});p.length===0&&(p=h);var m=p.reduce(function(g,y){return g[y]=gl(e,{placement:y,boundary:o,rootBoundary:a,padding:i})[xr(y)],g},{});return Object.keys(m).sort(function(g,y){return m[g]-m[y]})}var _V=L(()=>{pc(),tr(),kf(),Ma(),c(dR,"computeAutoPlacement")});function fR(e){if(xr(e)===u1)return[];var t=ru(e);return[h5(e),t,h5(t)]}function px(e){var t=e.state,r=e.options,n=e.name;if(!t.modifiersData[n]._skip){for(var o=r.mainAxis,a=o===void 0?!0:o,i=r.altAxis,l=i===void 0?!0:i,u=r.fallbackPlacements,d=r.padding,f=r.boundary,h=r.rootBoundary,p=r.altBoundary,m=r.flipVariations,g=m===void 0?!0:m,y=r.allowedAutoPlacements,D=t.options.placement,b=xr(D),w=b===D,v=u||(w||!g?[ru(D)]:fR(D)),x=[D].concat(v).reduce(function(fe,q){return fe.concat(xr(q)===u1?dR(t,{placement:q,boundary:f,rootBoundary:h,padding:d,flipVariations:g,allowedAutoPlacements:y}):q)},[]),E=t.rects.reference,S=t.rects.popper,C=new Map,k=!0,F=x[0],_=0;_<x.length;_++){var T=x[_],N=xr(T),P=_a(T)===ha,G=[ct,Nt].indexOf(N)>=0,H=G?"width":"height",U=gl(t,{placement:T,boundary:f,rootBoundary:h,altBoundary:p,padding:d}),K=G?P?Ht:dt:P?Nt:ct;E[H]>S[H]&&(K=ru(K));var B=ru(K),$=[];if(a&&$.push(U[N]<=0),l&&$.push(U[K]<=0,U[B]<=0),$.every(function(fe){return fe})){F=T,k=!1;break}C.set(T,$)}if(k)for(var M=g?3:1,V=c(function(fe){var q=x.find(function(ee){var ne=C.get(ee);if(ne)return ne.slice(0,fe).every(function(Ie){return Ie})});if(q)return F=q,"break"},"_loop"),X=M;X>0;X--){var ue=V(X);if(ue==="break")break}t.placement!==F&&(t.modifiersData[n]._skip=!0,t.placement=F,t.reset=!0)}}var pR,IV=L(()=>{EV(),Ma(),CV(),kf(),_V(),tr(),pc(),c(fR,"getExpandedFallbackPlacements"),c(px,"flip"),pR={name:"flip",enabled:!0,phase:"main",fn:px,requiresIfExists:["offset"],data:{_skip:!1}}});function g5(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 v5(e){return[ct,Ht,Nt,dt].some(function(t){return e[t]>=0})}function hx(e){var t=e.state,r=e.name,n=t.rects.reference,o=t.rects.popper,a=t.modifiersData.preventOverflow,i=gl(t,{elementContext:"reference"}),l=gl(t,{altBoundary:!0}),u=g5(i,n),d=g5(l,o,a),f=v5(u),h=v5(d);t.modifiersData[r]={referenceClippingOffsets:u,popperEscapeOffsets:d,isReferenceHidden:f,hasPopperEscaped:h},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":f,"data-popper-escaped":h})}var hR,RV=L(()=>{tr(),kf(),c(g5,"getSideOffsets"),c(v5,"isAnySideFullyClipped"),c(hx,"hide"),hR={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:hx}});function mR(e,t,r){var n=xr(e),o=[dt,ct].indexOf(n)>=0?-1:1,a=typeof r=="function"?r(Object.assign({},t,{placement:e})):r,i=a[0],l=a[1];return i=i||0,l=(l||0)*o,[dt,Ht].indexOf(n)>=0?{x:l,y:i}:{x:i,y:l}}function mx(e){var t=e.state,r=e.options,n=e.name,o=r.offset,a=o===void 0?[0,0]:o,i=wy.reduce(function(f,h){return f[h]=mR(h,t.rects,a),f},{}),l=i[t.placement],u=l.x,d=l.y;t.modifiersData.popperOffsets!=null&&(t.modifiersData.popperOffsets.x+=u,t.modifiersData.popperOffsets.y+=d),t.modifiersData[n]=i}var gR,zV=L(()=>{Ma(),tr(),c(mR,"distanceAndSkiddingToXY"),c(mx,"offset"),gR={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:mx}});function gx(e){var t=e.state,r=e.name;t.modifiersData[r]=Ry({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})}var vR,TV=L(()=>{cR(),c(gx,"popperOffsets"),vR={name:"popperOffsets",enabled:!0,phase:"read",fn:gx,data:{}}});function yR(e){return e==="x"?"y":"x"}var BV=L(()=>{c(yR,"getAltAxis")});function vx(e){var t=e.state,r=e.options,n=e.name,o=r.mainAxis,a=o===void 0?!0:o,i=r.altAxis,l=i===void 0?!1:i,u=r.boundary,d=r.rootBoundary,f=r.altBoundary,h=r.padding,p=r.tether,m=p===void 0?!0:p,g=r.tetherOffset,y=g===void 0?0:g,D=gl(t,{boundary:u,rootBoundary:d,padding:h,altBoundary:f}),b=xr(t.placement),w=_a(t.placement),v=!w,x=Df(b),E=yR(x),S=t.modifiersData.popperOffsets,C=t.rects.reference,k=t.rects.popper,F=typeof y=="function"?y(Object.assign({},t.rects,{placement:t.placement})):y,_=typeof F=="number"?{mainAxis:F,altAxis:F}:Object.assign({mainAxis:0,altAxis:0},F),T=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,N={x:0,y:0};if(S){if(a){var P,G=x==="y"?ct:dt,H=x==="y"?Nt:Ht,U=x==="y"?"height":"width",K=S[x],B=K+D[G],$=K-D[H],M=m?-k[U]/2:0,V=w===ha?C[U]:k[U],X=w===ha?-k[U]:-C[U],ue=t.elements.arrow,fe=m&&ue?bf(ue):{width:0,height:0},q=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:Cy(),ee=q[G],ne=q[H],Ie=Pi(0,C[U],fe[U]),Qe=v?C[U]/2-M-Ie-ee-_.mainAxis:V-Ie-ee-_.mainAxis,Ir=v?-C[U]/2+M+Ie+ne+_.mainAxis:X+Ie+ne+_.mainAxis,At=t.elements.arrow&&Ll(t.elements.arrow),nr=At?x==="y"?At.clientTop||0:At.clientLeft||0:0,W=(P=T==null?void 0:T[x])!=null?P:0,or=K+Qe-W-nr,Rr=K+Ir-W,Oo=Pi(m?Lu(B,or):B,K,m?go($,Rr):$);S[x]=Oo,N[x]=Oo-K}if(l){var Ha,zr=x==="x"?ct:dt,hc=x==="x"?Nt:Ht,at=S[E],Po=E==="y"?"height":"width",Tr=at+D[zr],ja=at-D[hc],Br=[ct,dt].indexOf(b)!==-1,Va=(Ha=T==null?void 0:T[E])!=null?Ha:0,$r=Br?Tr:at-C[Po]-k[Po]-Va+_.altAxis,Xe=Br?at+C[Po]+k[Po]-Va-_.altAxis:ja,ar=m&&Br?UI($r,at,Xe):Pi(m?$r:Tr,at,m?Xe:ja);S[E]=ar,N[E]=ar-at}t.modifiersData[n]=N}}var wR,$V=L(()=>{tr(),Ma(),Ey(),BV(),WI(),xy(),fc(),kf(),pc(),qI(),Oa(),c(vx,"preventOverflow"),wR={name:"preventOverflow",enabled:!0,phase:"main",fn:vx,requiresIfExists:["offset"]}}),bR=L(()=>{});function xR(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}var LV=L(()=>{c(xR,"getHTMLElementScroll")});function DR(e){return e===kt(e)||!Lt(e)?Ef(e):xR(e)}var MV=L(()=>{Ay(),mn(),rr(),LV(),c(DR,"getNodeScroll")});function ER(e){var t=e.getBoundingClientRect(),r=Aa(t.width)/e.offsetWidth||1,n=Aa(t.height)/e.offsetHeight||1;return r!==1||n!==1}function CR(e,t,r){r===void 0&&(r=!1);var n=Lt(t),o=Lt(t)&&ER(t),a=Mn(t),i=Fa(e,o,r),l={scrollLeft:0,scrollTop:0},u={x:0,y:0};return(n||!n&&!r)&&((kr(t)!=="body"||Sf(a))&&(l=DR(t)),Lt(t)?(u=Fa(t,!0),u.x+=t.clientLeft,u.y+=t.clientTop):a&&(u.x=Cf(a))),{x:i.left+l.scrollLeft-u.x,y:i.top+l.scrollTop-u.y,width:i.width,height:i.height}}var OV=L(()=>{uc(),MV(),La(),rr(),Fy(),Lo(),_y(),Oa(),c(ER,"isElementScaled"),c(CR,"getCompositeRect")});function SR(e){var t=new Map,r=new Set,n=[];e.forEach(function(a){t.set(a.name,a)});function o(a){r.add(a.name);var i=[].concat(a.requires||[],a.requiresIfExists||[]);i.forEach(function(l){if(!r.has(l)){var u=t.get(l);u&&o(u)}}),n.push(a)}return c(o,"sort"),e.forEach(function(a){r.has(a.name)||o(a)}),n}function kR(e){var t=SR(e);return MI.reduce(function(r,n){return r.concat(t.filter(function(o){return o.phase===n}))},[])}var PV=L(()=>{tr(),c(SR,"order"),c(kR,"orderModifiers")});function AR(e){var t;return function(){return t||(t=new Promise(function(r){Promise.resolve().then(function(){t=void 0,r(e())})})),t}}var NV=L(()=>{c(AR,"debounce")});function FR(e){var t=e.reduce(function(r,n){var o=r[n.name];return r[n.name]=o?Object.assign({},o,n,{options:Object.assign({},o.options,n.options),data:Object.assign({},o.data,n.data)}):n,r},{});return Object.keys(t).map(function(r){return t[r]})}var HV=L(()=>{c(FR,"mergeByName")});function y5(){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 _R(e){e===void 0&&(e={});var t=e,r=t.defaultModifiers,n=r===void 0?[]:r,o=t.defaultOptions,a=o===void 0?w5:o;return c(function(i,l,u){u===void 0&&(u=a);var d={placement:"bottom",orderedModifiers:[],options:Object.assign({},w5,a),modifiersData:{},elements:{reference:i,popper:l},attributes:{},styles:{}},f=[],h=!1,p={state:d,setOptions:c(function(y){var D=typeof y=="function"?y(d.options):y;g(),d.options=Object.assign({},a,d.options,D),d.scrollParents={reference:ko(i)?Ni(i):i.contextElement?Ni(i.contextElement):[],popper:Ni(l)};var b=kR(FR([].concat(n,d.options.modifiers)));return d.orderedModifiers=b.filter(function(w){return w.enabled}),m(),p.update()},"setOptions"),forceUpdate:c(function(){if(!h){var y=d.elements,D=y.reference,b=y.popper;if(y5(D,b)){d.rects={reference:CR(D,Ll(b),d.options.strategy==="fixed"),popper:bf(b)},d.reset=!1,d.placement=d.options.placement,d.orderedModifiers.forEach(function(k){return d.modifiersData[k.name]=Object.assign({},k.data)});for(var w=0;w<d.orderedModifiers.length;w++){if(d.reset===!0){d.reset=!1,w=-1;continue}var v=d.orderedModifiers[w],x=v.fn,E=v.options,S=E===void 0?{}:E,C=v.name;typeof x=="function"&&(d=x({state:d,options:S,name:C,instance:p})||d)}}}},"forceUpdate"),update:AR(function(){return new Promise(function(y){p.forceUpdate(),y(d)})}),destroy:c(function(){g(),h=!0},"destroy")};if(!y5(i,l))return p;p.setOptions(u).then(function(y){!h&&u.onFirstUpdate&&u.onFirstUpdate(y)});function m(){d.orderedModifiers.forEach(function(y){var D=y.name,b=y.options,w=b===void 0?{}:b,v=y.effect;if(typeof v=="function"){var x=v({state:d,name:D,instance:p,options:w}),E=c(function(){},"noopFn");f.push(x||E)}})}c(m,"runModifierEffects");function g(){f.forEach(function(y){return y()}),f=[]}return c(g,"cleanupModifierEffects"),p},"createPopper")}var w5,jV=L(()=>{OV(),xy(),aR(),fc(),PV(),NV(),HV(),rr(),w5={placement:"bottom",modifiers:[],strategy:"absolute"},c(y5,"areValidElements"),c(_R,"popperGenerator")}),yx,IR,VV=L(()=>{jV(),DV(),TV(),xV(),yV(),zV(),IV(),$V(),bV(),RV(),bR(),yx=[eR,vR,JI,OI,gR,pR,wR,QI,hR],IR=_R({defaultModifiers:yx})}),UV=L(()=>{tr(),bR(),VV()}),WV=Q((e,t)=>{var r=typeof Element<"u",n=typeof Map=="function",o=typeof Set=="function",a=typeof ArrayBuffer=="function"&&!!ArrayBuffer.isView;function i(l,u){if(l===u)return!0;if(l&&u&&typeof l=="object"&&typeof u=="object"){if(l.constructor!==u.constructor)return!1;var d,f,h;if(Array.isArray(l)){if(d=l.length,d!=u.length)return!1;for(f=d;f--!==0;)if(!i(l[f],u[f]))return!1;return!0}var p;if(n&&l instanceof Map&&u instanceof Map){if(l.size!==u.size)return!1;for(p=l.entries();!(f=p.next()).done;)if(!u.has(f.value[0]))return!1;for(p=l.entries();!(f=p.next()).done;)if(!i(f.value[1],u.get(f.value[0])))return!1;return!0}if(o&&l instanceof Set&&u instanceof Set){if(l.size!==u.size)return!1;for(p=l.entries();!(f=p.next()).done;)if(!u.has(f.value[0]))return!1;return!0}if(a&&ArrayBuffer.isView(l)&&ArrayBuffer.isView(u)){if(d=l.length,d!=u.length)return!1;for(f=d;f--!==0;)if(l[f]!==u[f])return!1;return!0}if(l.constructor===RegExp)return l.source===u.source&&l.flags===u.flags;if(l.valueOf!==Object.prototype.valueOf&&typeof l.valueOf=="function"&&typeof u.valueOf=="function")return l.valueOf()===u.valueOf();if(l.toString!==Object.prototype.toString&&typeof l.toString=="function"&&typeof u.toString=="function")return l.toString()===u.toString();if(h=Object.keys(l),d=h.length,d!==Object.keys(u).length)return!1;for(f=d;f--!==0;)if(!Object.prototype.hasOwnProperty.call(u,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]],u[h[f]]))return!1;return!0}return l!==l&&u!==u}c(i,"equal"),t.exports=c(function(l,u){try{return i(l,u)}catch(d){if((d.message||"").match(/stack|recursion/i))return console.warn("react-fast-compare cannot handle circular refs"),!1;throw d}},"isEqual")}),wx,bx,RR,qV=L(()=>{UV(),wx=Ke(WV()),vV(),bx=[],RR=c(function(e,t,r){r===void 0&&(r={});var n=s.useRef(null),o={onFirstUpdate:r.onFirstUpdate,placement:r.placement||"bottom",strategy:r.strategy||"absolute",modifiers:r.modifiers||bx},a=s.useState({styles:{popper:{position:o.strategy,left:"0",top:"0"},arrow:{position:"absolute"}},attributes:{}}),i=a[0],l=a[1],u=s.useMemo(function(){return{name:"updateState",enabled:!0,phase:"write",fn:c(function(h){var p=h.state,m=Object.keys(p.elements);Cl.flushSync(function(){l({styles:u5(m.map(function(g){return[g,p.styles[g]||{}]})),attributes:u5(m.map(function(g){return[g,p.attributes[g]]}))})})},"fn"),requires:["computeStyles"]}},[]),d=s.useMemo(function(){var h={onFirstUpdate:o.onFirstUpdate,placement:o.placement,strategy:o.strategy,modifiers:[].concat(o.modifiers,[u,{name:"applyStyles",enabled:!1}])};return(0,wx.default)(n.current,h)?n.current||h:(n.current=h,h)},[o.onFirstUpdate,o.placement,o.strategy,o.modifiers,u]),f=s.useRef();return c5(function(){f.current&&f.current.setOptions(d)},[d]),c5(function(){if(!(e==null||t==null)){var h=r.createPopper||IR,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")}),GV=L(()=>{qV()});function zy(e){var t=s.useRef(e);return t.current=e,s.useCallback(function(){return t.current},[])}function zR(e){var t=e.initial,r=e.value,n=e.onChange,o=n===void 0?BR:n;if(t===void 0&&r===void 0)throw new TypeError('Either "value" or "initial" variable must be set. Now both are undefined');var a=s.useState(t),i=a[0],l=a[1],u=zy(i),d=s.useCallback(function(h){var p=u(),m=typeof h=="function"?h(p):h;typeof m.persist=="function"&&m.persist(),l(m),typeof o=="function"&&o(m)},[u,o]),f=r!==void 0;return[f?r:i,f?o:d]}function b5(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 TR(e,t){var r,n,o;e===void 0&&(e={}),t===void 0&&(t={});var a=Object.keys(D5).reduce(function(H,U){var K;return oe({},H,(K={},K[U]=H[U]!==void 0?H[U]:D5[U],K))},e),i=s.useMemo(function(){return[{name:"offset",options:{offset:a.offset}}]},Array.isArray(a.offset)?a.offset:[]),l=oe({},t,{placement:t.placement||a.placement,modifiers:t.modifiers||i}),u=s.useState(null),d=u[0],f=u[1],h=s.useState(null),p=h[0],m=h[1],g=zR({initial:a.defaultVisible,value:a.visible,onChange:a.onVisibleChange}),y=g[0],D=g[1],b=s.useRef();s.useEffect(function(){return function(){return clearTimeout(b.current)}},[]);var w=RR(a.followCursor?x5:d,p,l),v=w.styles,x=w.attributes,E=Q1(w,$R),S=E.update,C=zy({visible:y,triggerRef:d,tooltipRef:p,finalConfig:a}),k=s.useCallback(function(H){return Array.isArray(a.trigger)?a.trigger.includes(H):a.trigger===H},Array.isArray(a.trigger)?a.trigger:[a.trigger]),F=s.useCallback(function(){clearTimeout(b.current),b.current=window.setTimeout(function(){return D(!1)},a.delayHide)},[a.delayHide,D]),_=s.useCallback(function(){clearTimeout(b.current),b.current=window.setTimeout(function(){return D(!0)},a.delayShow)},[a.delayShow,D]),T=s.useCallback(function(){C().visible?F():_()},[C,F,_]);s.useEffect(function(){if(C().finalConfig.closeOnOutsideClick){var H=c(function(U){var K,B=C(),$=B.tooltipRef,M=B.triggerRef,V=(U.composedPath==null||(K=U.composedPath())==null?void 0:K[0])||U.target;V instanceof Node&&$!=null&&M!=null&&!$.contains(V)&&!M.contains(V)&&F()},"handleClickOutside");return document.addEventListener("mousedown",H),function(){return document.removeEventListener("mousedown",H)}}},[C,F]),s.useEffect(function(){if(!(d==null||!k("click")))return d.addEventListener("click",T),function(){return d.removeEventListener("click",T)}},[d,k,T]),s.useEffect(function(){if(!(d==null||!k("double-click")))return d.addEventListener("dblclick",T),function(){return d.removeEventListener("dblclick",T)}},[d,k,T]),s.useEffect(function(){if(!(d==null||!k("right-click"))){var H=c(function(U){U.preventDefault(),T()},"preventDefaultAndToggle");return d.addEventListener("contextmenu",H),function(){return d.removeEventListener("contextmenu",H)}}},[d,k,T]),s.useEffect(function(){if(!(d==null||!k("focus")))return d.addEventListener("focus",_),d.addEventListener("blur",F),function(){d.removeEventListener("focus",_),d.removeEventListener("blur",F)}},[d,k,_,F]),s.useEffect(function(){if(!(d==null||!k("hover")))return d.addEventListener("mouseenter",_),d.addEventListener("mouseleave",F),function(){d.removeEventListener("mouseenter",_),d.removeEventListener("mouseleave",F)}},[d,k,_,F]),s.useEffect(function(){if(!(p==null||!k("hover")||!C().finalConfig.interactive))return p.addEventListener("mouseenter",_),p.addEventListener("mouseleave",F),function(){p.removeEventListener("mouseenter",_),p.removeEventListener("mouseleave",F)}},[p,k,_,F,C]);var N=E==null||(r=E.state)==null||(n=r.modifiersData)==null||(o=n.hide)==null?void 0:o.isReferenceHidden;s.useEffect(function(){a.closeOnTriggerHidden&&N&&F()},[a.closeOnTriggerHidden,F,N]),s.useEffect(function(){if(!a.followCursor||d==null)return;function H(U){var K=U.clientX,B=U.clientY;x5.getBoundingClientRect=b5(K,B),S==null||S()}return c(H,"setMousePosition"),d.addEventListener("mousemove",H),function(){return d.removeEventListener("mousemove",H)}},[a.followCursor,d,S]),s.useEffect(function(){if(!(p==null||S==null||a.mutationObserverOptions==null)){var H=new MutationObserver(S);return H.observe(p,a.mutationObserverOptions),function(){return H.disconnect()}}},[a.mutationObserverOptions,p,S]);var P=c(function(H){return H===void 0&&(H={}),oe({},H,{style:oe({},H.style,v.popper)},x.popper,{"data-popper-interactive":a.interactive})},"getTooltipProps"),G=c(function(H){return H===void 0&&(H={}),oe({},H,x.arrow,{style:oe({},H.style,v.arrow),"data-popper-arrow":!0})},"getArrowProps");return oe({getArrowProps:G,getTooltipProps:P,setTooltipRef:m,setTriggerRef:f,tooltipRef:p,triggerRef:d,visible:y},E)}var BR,$R,x5,D5,YV=L(()=>{m4(),Ar(),GV(),c(zy,"useGetLatest"),BR=c(function(){},"noop"),c(zR,"useControlledState"),c(b5,"generateBoundingClientRect"),$R=["styles","attributes"],x5={getBoundingClientRect:b5()},D5={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(TR,"usePopperTooltip")}),xx,_t,bn,Dx,Ex,E5,KV=L(()=>{xx=Ke(K1(),1),_t=(0,xx.default)(1e3)((e,t,r,n=0)=>t.split("-")[0]===e?r:n),bn=8,Dx=I.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,`${bn*-1}px`,"auto")}`,top:`${_t("bottom",r,`${bn*-1}px`,"auto")}`,right:`${_t("left",r,`${bn*-1}px`,"auto")}`,left:`${_t("right",r,`${bn*-1}px`,"auto")}`,borderBottomWidth:`${_t("top",r,"0",bn)}px`,borderTopWidth:`${_t("bottom",r,"0",bn)}px`,borderRightWidth:`${_t("left",r,"0",bn)}px`,borderLeftWidth:`${_t("right",r,"0",bn)}px`,borderTopColor:_t("top",r,e.color[t]||t||e.base==="light"?Ql(e.background.app):e.background.app,"transparent"),borderBottomColor:_t("bottom",r,e.color[t]||t||e.base==="light"?Ql(e.background.app):e.background.app,"transparent"),borderLeftColor:_t("left",r,e.color[t]||t||e.base==="light"?Ql(e.background.app):e.background.app,"transparent"),borderRightColor:_t("right",r,e.color[t]||t||e.base==="light"?Ql(e.background.app):e.background.app,"transparent")})),Ex=I.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"?Ql(e.background.app):e.background.app,filter:`
332
- drop-shadow(0px 5px 5px rgba(0,0,0,0.05))
333
- drop-shadow(0 1px 3px rgba(0,0,0,0.1))
334
- `,borderRadius:e.appBorderRadius,fontSize:e.typography.size.s1}:{}),E5=z.forwardRef(({placement:e="top",hasChrome:t=!0,children:r,arrowProps:n={},tooltipRef:o,color:a,withArrows:i,...l},u)=>z.createElement(Ex,{"data-testid":"tooltip",hasChrome:t,ref:u,...l,color:a},t&&i&&z.createElement(Dx,{placement:e,...n,color:a}),r)),E5.displayName="Tooltip"}),Ty={};Rl(Ty,{WithToolTipState:()=>f1,WithTooltip:()=>f1,WithTooltipPure:()=>C5});var ds,Cx,Sx,C5,f1,By=L(()=>{h4(),YV(),KV(),{document:ds}=p4,Cx=I.div`
335
- display: inline-block;
336
- cursor: ${e=>e.trigger==="hover"||e.trigger.includes("hover")?"default":"pointer"};
337
- `,Sx=I.g`
338
- cursor: ${e=>e.trigger==="hover"||e.trigger.includes("hover")?"default":"pointer"};
339
- `,C5=c(({svg:e=!1,trigger:t="click",closeOnOutsideClick:r=!1,placement:n="top",modifiers:o=[{name:"preventOverflow",options:{padding:8}},{name:"offset",options:{offset:[8,8]}},{name:"arrow",options:{padding:8}}],hasChrome:a=!0,defaultVisible:i=!1,withArrows:l,offset:u,tooltip:d,children:f,closeOnTriggerHidden:h,mutationObserverOptions:p,delayHide:m,visible:g,interactive:y,delayShow:D,strategy:b,followCursor:w,onVisibleChange:v,...x})=>{let E=e?Sx:Cx,{getArrowProps:S,getTooltipProps:C,setTooltipRef:k,setTriggerRef:F,visible:_,state:T}=TR({trigger:t,placement:n,defaultVisible:i,delayHide:m,interactive:y,closeOnOutsideClick:r,closeOnTriggerHidden:h,onVisibleChange:v,delayShow:D,followCursor:w,mutationObserverOptions:p,visible:g,offset:u},{modifiers:o,strategy:b}),N=z.createElement(E5,{placement:T==null?void 0:T.placement,ref:k,hasChrome:a,arrowProps:S(),withArrows:l,...C()},typeof d=="function"?d({onHide:c(()=>v(!1),"onHide")}):d);return z.createElement(z.Fragment,null,z.createElement(E,{trigger:t,ref:F,...x},f),_&&mC.createPortal(N,ds.body))},"WithTooltipPure"),f1=c(({startOpen:e=!1,onVisibleChange:t,...r})=>{let[n,o]=s.useState(e),a=s.useCallback(i=>{t&&t(i)===!1||o(i)},[t]);return s.useEffect(()=>{let i=c(()=>a(!1),"hide");ds.addEventListener("keydown",i,!1);let l=Array.from(ds.getElementsByTagName("iframe")),u=[];return l.forEach(d=>{let f=c(()=>{try{d.contentWindow.document&&(d.contentWindow.document.addEventListener("click",i),u.push(()=>{try{d.contentWindow.document.removeEventListener("click",i)}catch{}}))}catch{}},"bind");f(),d.addEventListener("load",f),u.push(()=>{d.removeEventListener("load",f)})}),()=>{ds.removeEventListener("keydown",i),u.forEach(d=>{d()})}}),z.createElement(C5,{...r,visible:n,onVisibleChange:a})},"WithToolTipState")}),xe=c(({...e},t)=>{let r=[e.class,e.className];return delete e.class,e.className=["sbdocs",`sbdocs-${t}`,...r].filter(Boolean).join(" "),e},"nameSpaceClassNames");Ar();ZH();f4();function LR(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,ul(e,t)}c(LR,"_inheritsLoose");JH();f4();function MR(e){try{return Function.toString.call(e).indexOf("[native code]")!==-1}catch{return typeof e=="function"}}c(MR,"_isNativeFunction");function $y(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return($y=c(function(){return!!e},"_isNativeReflectConstruct"))()}c($y,"_isNativeReflectConstruct");f4();function OR(e,t,r){if($y())return Reflect.construct.apply(null,arguments);var n=[null];n.push.apply(n,t);var o=new(e.bind.apply(e,n));return r&&ul(o,r.prototype),o}c(OR,"_construct");function p1(e){var t=typeof Map=="function"?new Map:void 0;return p1=c(function(r){if(r===null||!MR(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 OR(r,arguments,$d(this).constructor)}return c(n,"Wrapper"),n.prototype=Object.create(r.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),ul(n,r)},"_wrapNativeSuper"),p1(e)}c(p1,"_wrapNativeSuper");var QV={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 }).
340
-
341
- `,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 }).
342
-
343
- `,3:`Passed an incorrect argument to a color function, please pass a string representation of a color.
344
-
345
- `,4:`Couldn't generate valid rgb string from %s, it returned %s.
346
-
347
- `,5:`Couldn't parse the color string. Please provide the color as a string in hex, rgb, rgba, hsl or hsla notation.
348
-
349
- `,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 }).
350
-
351
- `,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 }).
352
-
353
- `,8:`Passed invalid argument to toColorString, please pass a RgbColor, RgbaColor, HslColor or HslaColor object.
354
-
355
- `,9:`Please provide a number of steps to the modularScale helper.
356
-
357
- `,10:`Please pass a number or one of the predefined scales to the modularScale helper as the ratio.
358
-
359
- `,11:`Invalid value passed as base to modularScale, expected number or em string but got "%s"
360
-
361
- `,12:`Expected a string ending in "px" or a number passed as the first argument to %s(), got "%s" instead.
362
-
363
- `,13:`Expected a string ending in "px" or a number passed as the second argument to %s(), got "%s" instead.
364
-
365
- `,14:`Passed invalid pixel value ("%s") to %s(), please pass a value like "12px" or 12.
366
-
367
- `,15:`Passed invalid base value ("%s") to %s(), please pass a value like "12px" or 12.
368
-
369
- `,16:`You must provide a template to this method.
370
-
371
- `,17:`You passed an unsupported selector state to this method.
372
-
373
- `,18:`minScreen and maxScreen must be provided as stringified numbers with the same units.
374
-
375
- `,19:`fromSize and toSize must be provided as stringified numbers with the same units.
376
-
377
- `,20:`expects either an array of objects or a single object with the properties prop, fromSize, and toSize.
378
-
379
- `,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.
380
-
381
- `,24:`fontFace expects either the path to the font file(s) or a name of a local copy.
382
-
383
- `,25:`fontFace expects localFonts to be an array.
384
-
385
- `,26:`fontFace expects fileFormats to be an array.
386
-
387
- `,27:`radialGradient requries at least 2 color-stops to properly render.
388
-
389
- `,28:`Please supply a filename to retinaImage() as the first argument.
390
-
391
- `,29:`Passed invalid argument to triangle, please pass correct pointingDirection e.g. 'right'.
392
-
393
- `,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
394
-
395
- `,32:`To pass multiple animations please supply them in arrays, e.g. animation(['rotate', '2s'], ['move', '1s'])
396
- To pass a single animation please supply them in simple values, e.g. animation('rotate', '2s')
397
-
398
- `,33:`The animation shorthand arrays can only have 8 elements. See the specification for more information: http://mdn.io/animation
399
-
400
- `,34:`borderRadius expects a radius value as a string or number as the second argument.
401
-
402
- `,35:`borderRadius expects one of "top", "bottom", "left" or "right" as the first argument.
403
-
404
- `,36:`Property must be a string value.
405
-
406
- `,37:`Syntax Error at %s.
407
-
408
- `,38:`Formula contains a function that needs parentheses at %s.
409
-
410
- `,39:`Formula is missing closing parenthesis at %s.
411
-
412
- `,40:`Formula has too many closing parentheses at %s.
413
-
414
- `,41:`All values in a formula must have the same unit or be unitless.
415
-
416
- `,42:`Please provide a number of steps to the modularScale helper.
417
-
418
- `,43:`Please pass a number or one of the predefined scales to the modularScale helper as the ratio.
419
-
420
- `,44:`Invalid value passed as base to modularScale, expected number or em/rem string but got %s.
421
-
422
- `,45:`Passed invalid argument to hslToColorString, please pass a HslColor or HslaColor object.
423
-
424
- `,46:`Passed invalid argument to rgbToColorString, please pass a RgbColor or RgbaColor object.
425
-
426
- `,47:`minScreen and maxScreen must be provided as stringified numbers with the same units.
427
-
428
- `,48:`fromSize and toSize must be provided as stringified numbers with the same units.
429
-
430
- `,49:`Expects either an array of objects or a single object with the properties prop, fromSize, and toSize.
431
-
432
- `,50:`Expects the objects in the first argument array to have the properties prop, fromSize, and toSize.
433
-
434
- `,51:`Expects the first argument object to have the properties prop, fromSize, and toSize.
435
-
436
- `,52:`fontFace expects either the path to the font file(s) or a name of a local copy.
437
-
438
- `,53:`fontFace expects localFonts to be an array.
439
-
440
- `,54:`fontFace expects fileFormats to be an array.
441
-
442
- `,55:`fontFace expects a name of a font-family.
443
-
444
- `,56:`linearGradient requries at least 2 color-stops to properly render.
445
-
446
- `,57:`radialGradient requries at least 2 color-stops to properly render.
447
-
448
- `,58:`Please supply a filename to retinaImage() as the first argument.
449
-
450
- `,59:`Passed invalid argument to triangle, please pass correct pointingDirection e.g. 'right'.
451
-
452
- `,60:"Passed an invalid value to `height` or `width`. Please provide a pixel based unit.\n\n",61:`Property must be a string value.
453
-
454
- `,62:`borderRadius expects a radius value as a string or number as the second argument.
455
-
456
- `,63:`borderRadius expects one of "top", "bottom", "left" or "right" as the first argument.
457
-
458
- `,64:`The animation shorthand only takes 8 arguments. See the specification for more information: http://mdn.io/animation.
459
-
460
- `,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').
461
-
462
- `,66:`The animation shorthand arrays can only have 8 elements. See the specification for more information: http://mdn.io/animation.
463
-
464
- `,67:`You must provide a template to this method.
465
-
466
- `,68:`You passed an unsupported selector state to this method.
467
-
468
- `,69:`Expected a string ending in "px" or a number passed as the first argument to %s(), got %s instead.
469
-
470
- `,70:`Expected a string ending in "px" or a number passed as the second argument to %s(), got %s instead.
471
-
472
- `,71:`Passed invalid pixel value %s to %s(), please pass a value like "12px" or 12.
473
-
474
- `,72:`Passed invalid base value %s to %s(), please pass a value like "12px" or 12.
475
-
476
- `,73:`Please provide a valid CSS variable.
477
-
478
- `,74:`CSS variable not found and no default was provided.
479
-
480
- `,75:`important requires a valid style object, got a %s instead.
481
-
482
- `,76:`fromSize and toSize must be provided as stringified numbers with the same units as minScreen and maxScreen.
483
-
484
- `,77:`remToPx expects a value in "rem" but you provided it in "%s".
485
-
486
- `,78:`base must be set in "px" or "%" but you set it in "%s".
487
- `};function PR(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];var n=t[0],o=[],a;for(a=1;a<t.length;a+=1)o.push(t[a]);return o.forEach(function(i){n=n.replace(/%[a-z]/,i)}),n}c(PR,"format");var Xr=function(e){LR(t,e);function t(r){for(var n,o=arguments.length,a=new Array(o>1?o-1:0),i=1;i<o;i++)a[i-1]=arguments[i];return n=e.call(this,PR.apply(void 0,[QV[r]].concat(a)))||this,JS(n)}return c(t,"PolishedError"),t}(p1(Error));function j0(e){return Math.round(e*255)}c(j0,"colorToInt");function NR(e,t,r){return j0(e)+","+j0(t)+","+j0(r)}c(NR,"convertToInt");function vl(e,t,r,n){if(n===void 0&&(n=NR),t===0)return n(r,r,r);var o=(e%360+360)%360/60,a=(1-Math.abs(2*r-1))*t,i=a*(1-Math.abs(o%2-1)),l=0,u=0,d=0;o>=0&&o<1?(l=a,u=i):o>=1&&o<2?(l=i,u=a):o>=2&&o<3?(u=a,d=i):o>=3&&o<4?(u=i,d=a):o>=4&&o<5?(l=i,d=a):o>=5&&o<6&&(l=a,d=i);var f=r-a/2,h=l+f,p=u+f,m=d+f;return n(h,p,m)}c(vl,"hslToRgb");var kx={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 HR(e){if(typeof e!="string")return e;var t=e.toLowerCase();return kx[t]?"#"+kx[t]:e}c(HR,"nameToHex");var XV=/^#[a-fA-F0-9]{6}$/,ZV=/^#[a-fA-F0-9]{8}$/,JV=/^#[a-fA-F0-9]{3}$/,eU=/^#[a-fA-F0-9]{4}$/,Hm=/^rgb\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*\)$/i,tU=/^rgb(?:a)?\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i,rU=/^hsl\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*\)$/i,nU=/^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 Af(e){if(typeof e!="string")throw new Xr(3);var t=HR(e);if(t.match(XV))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(ZV)){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(JV))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(eU)){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 o=Hm.exec(t);if(o)return{red:parseInt(""+o[1],10),green:parseInt(""+o[2],10),blue:parseInt(""+o[3],10)};var a=tU.exec(t.substring(0,50));if(a)return{red:parseInt(""+a[1],10),green:parseInt(""+a[2],10),blue:parseInt(""+a[3],10),alpha:parseFloat(""+a[4])>1?parseFloat(""+a[4])/100:parseFloat(""+a[4])};var i=rU.exec(t);if(i){var l=parseInt(""+i[1],10),u=parseInt(""+i[2],10)/100,d=parseInt(""+i[3],10)/100,f="rgb("+vl(l,u,d)+")",h=Hm.exec(f);if(!h)throw new Xr(4,t,f);return{red:parseInt(""+h[1],10),green:parseInt(""+h[2],10),blue:parseInt(""+h[3],10)}}var p=nU.exec(t.substring(0,50));if(p){var m=parseInt(""+p[1],10),g=parseInt(""+p[2],10)/100,y=parseInt(""+p[3],10)/100,D="rgb("+vl(m,g,y)+")",b=Hm.exec(D);if(!b)throw new Xr(4,t,D);return{red:parseInt(""+b[1],10),green:parseInt(""+b[2],10),blue:parseInt(""+b[3],10),alpha:parseFloat(""+p[4])>1?parseFloat(""+p[4])/100:parseFloat(""+p[4])}}throw new Xr(5)}c(Af,"parseToRgb");function jR(e){var t=e.red/255,r=e.green/255,n=e.blue/255,o=Math.max(t,r,n),a=Math.min(t,r,n),i=(o+a)/2;if(o===a)return e.alpha!==void 0?{hue:0,saturation:0,lightness:i,alpha:e.alpha}:{hue:0,saturation:0,lightness:i};var l,u=o-a,d=i>.5?u/(2-o-a):u/(o+a);switch(o){case t:l=(r-n)/u+(r<n?6:0);break;case r:l=(n-t)/u+2;break;default:l=(t-r)/u+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(jR,"rgbToHsl");function Ly(e){return jR(Af(e))}c(Ly,"parseToHsl");var oU=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"),S5=oU;function Xn(e){var t=e.toString(16);return t.length===1?"0"+t:t}c(Xn,"numberToHex");function V0(e){return Xn(Math.round(e*255))}c(V0,"colorToHex");function VR(e,t,r){return S5("#"+V0(e)+V0(t)+V0(r))}c(VR,"convertToHex");function Mu(e,t,r){return vl(e,t,r,VR)}c(Mu,"hslToHex");function UR(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return Mu(e,t,r);if(typeof e=="object"&&t===void 0&&r===void 0)return Mu(e.hue,e.saturation,e.lightness);throw new Xr(1)}c(UR,"hsl");function WR(e,t,r,n){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number"&&typeof n=="number")return n>=1?Mu(e,t,r):"rgba("+vl(e,t,r)+","+n+")";if(typeof e=="object"&&t===void 0&&r===void 0&&n===void 0)return e.alpha>=1?Mu(e.hue,e.saturation,e.lightness):"rgba("+vl(e.hue,e.saturation,e.lightness)+","+e.alpha+")";throw new Xr(2)}c(WR,"hsla");function h1(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return S5("#"+Xn(e)+Xn(t)+Xn(r));if(typeof e=="object"&&t===void 0&&r===void 0)return S5("#"+Xn(e.red)+Xn(e.green)+Xn(e.blue));throw new Xr(6)}c(h1,"rgb");function Ou(e,t,r,n){if(typeof e=="string"&&typeof t=="number"){var o=Af(e);return"rgba("+o.red+","+o.green+","+o.blue+","+t+")"}else{if(typeof e=="number"&&typeof t=="number"&&typeof r=="number"&&typeof n=="number")return n>=1?h1(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?h1(e.red,e.green,e.blue):"rgba("+e.red+","+e.green+","+e.blue+","+e.alpha+")"}throw new Xr(7)}c(Ou,"rgba");var aU=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"),iU=c(function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&typeof e.alpha=="number"},"isRgba"),lU=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"),sU=c(function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&typeof e.alpha=="number"},"isHsla");function My(e){if(typeof e!="object")throw new Xr(8);if(iU(e))return Ou(e);if(aU(e))return h1(e);if(sU(e))return WR(e);if(lU(e))return UR(e);throw new Xr(8)}c(My,"toColorString");function Oy(e,t,r){return c(function(){var n=r.concat(Array.prototype.slice.call(arguments));return n.length>=t?e.apply(this,n):Oy(e,t,n)},"fn")}c(Oy,"curried");function Ff(e){return Oy(e,e.length,[])}c(Ff,"curry");function _f(e,t,r){return Math.max(e,Math.min(t,r))}c(_f,"guard");function qR(e,t){if(t==="transparent")return t;var r=Ly(t);return My(oe({},r,{lightness:_f(0,1,r.lightness-parseFloat(e))}))}c(qR,"darken");var uU=Ff(qR),Di=uU;function GR(e,t){if(t==="transparent")return t;var r=Ly(t);return My(oe({},r,{lightness:_f(0,1,r.lightness+parseFloat(e))}))}c(GR,"lighten");var cU=Ff(GR),Ax=cU;function YR(e,t){if(t==="transparent")return t;var r=Af(t),n=typeof r.alpha=="number"?r.alpha:1,o=oe({},r,{alpha:_f(0,1,+(n*100-parseFloat(e)*100).toFixed(2)/100)});return Ou(o)}c(YR,"transparentize");var dU=Ff(YR),Qt=dU,Ml=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"),If=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"?Qt(.1,e.color.defaultText):Qt(.3,e.color.defaultText),backgroundColor:e.base==="light"?e.color.lighter:e.color.border}),"codeCommon"),Ue=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"),Pa={margin:"16px 0"},fU=I.div(Ue),pU=c(({href:e="",...t})=>{let r=/^\//.test(e)?`./?path=${e}`:e,n=/^#.*/.test(e)?"_self":"_top";return z.createElement("a",{href:r,target:n,...t})},"Link"),hU=I(pU)(Ue,({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}})),mU=I.blockquote(Ue,Pa,({theme:e})=>({borderLeft:`4px solid ${e.color.medium}`,padding:"0 15px",color:e.color.dark,"& > :first-of-type":{marginTop:0},"& > :last-child":{marginBottom:0}}));Z1();var gU=c(e=>typeof e=="string","isReactChildString"),vU=/[\n\r]/g,yU=I.code(({theme:e})=>({fontFamily:e.typography.fonts.mono,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",display:"inline-block",paddingLeft:2,paddingRight:2,verticalAlign:"baseline",color:"inherit"}),If),wU=I(Ks)(({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"}})),bU=c(({className:e,children:t,...r})=>{let n=(e||"").match(/lang-(\S+)/),o=s.Children.toArray(t);return o.filter(gU).some(a=>a.match(vU))?z.createElement(wU,{bordered:!0,copyable:!0,language:(n==null?void 0:n[1])??"text",format:!1,...r},t):z.createElement(yU,{...r,className:e},o)},"Code"),xU=I.dl(Ue,Pa,{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}}),DU=I.div(Ue),EU=I.h1(Ue,Ml,({theme:e})=>({fontSize:`${e.typography.size.l1}px`,fontWeight:e.typography.weight.bold})),CU=I.h2(Ue,Ml,({theme:e})=>({fontSize:`${e.typography.size.m2}px`,paddingBottom:4,borderBottom:`1px solid ${e.appBorderColor}`})),SU=I.h3(Ue,Ml,({theme:e})=>({fontSize:`${e.typography.size.m1}px`})),kU=I.h4(Ue,Ml,({theme:e})=>({fontSize:`${e.typography.size.s3}px`})),AU=I.h5(Ue,Ml,({theme:e})=>({fontSize:`${e.typography.size.s2}px`})),FU=I.h6(Ue,Ml,({theme:e})=>({fontSize:`${e.typography.size.s2}px`,color:e.color.dark})),_U=I.hr(({theme:e})=>({border:"0 none",borderTop:`1px solid ${e.appBorderColor}`,height:4,padding:0})),IU=I.img({maxWidth:"100%"}),RU=I.li(Ue,({theme:e})=>({fontSize:e.typography.size.s2,color:e.color.defaultText,lineHeight:"24px","& + li":{marginTop:".25em"},"& ul, & ol":{marginTop:".25em",marginBottom:0},"& code":If({theme:e})})),zU={paddingLeft:30,"& :first-of-type":{marginTop:0},"& :last-child":{marginBottom:0}},TU=I.ol(Ue,Pa,zU,{listStyle:"decimal"}),BU=I.p(Ue,Pa,({theme:e})=>({fontSize:e.typography.size.s2,lineHeight:"24px",color:e.color.defaultText,"& code":If({theme:e})})),$U=I.pre(Ue,Pa,({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"}})),LU=I.span(Ue,({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"}}})),MU=I.title(If),OU=I.table(Ue,Pa,({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}})),PU={paddingLeft:30,"& :first-of-type":{marginTop:0},"& :last-child":{marginBottom:0}},NU=I.ul(Ue,Pa,PU,{listStyle:"disc"}),HU={h1:c(e=>z.createElement(EU,{...xe(e,"h1")}),"h1"),h2:c(e=>z.createElement(CU,{...xe(e,"h2")}),"h2"),h3:c(e=>z.createElement(SU,{...xe(e,"h3")}),"h3"),h4:c(e=>z.createElement(kU,{...xe(e,"h4")}),"h4"),h5:c(e=>z.createElement(AU,{...xe(e,"h5")}),"h5"),h6:c(e=>z.createElement(FU,{...xe(e,"h6")}),"h6"),pre:c(e=>z.createElement($U,{...xe(e,"pre")}),"pre"),a:c(e=>z.createElement(hU,{...xe(e,"a")}),"a"),hr:c(e=>z.createElement(_U,{...xe(e,"hr")}),"hr"),dl:c(e=>z.createElement(xU,{...xe(e,"dl")}),"dl"),blockquote:c(e=>z.createElement(mU,{...xe(e,"blockquote")}),"blockquote"),table:c(e=>z.createElement(OU,{...xe(e,"table")}),"table"),img:c(e=>z.createElement(IU,{...xe(e,"img")}),"img"),div:c(e=>z.createElement(DU,{...xe(e,"div")}),"div"),span:c(e=>z.createElement(LU,{...xe(e,"span")}),"span"),li:c(e=>z.createElement(RU,{...xe(e,"li")}),"li"),ul:c(e=>z.createElement(NU,{...xe(e,"ul")}),"ul"),ol:c(e=>z.createElement(TU,{...xe(e,"ol")}),"ol"),p:c(e=>z.createElement(BU,{...xe(e,"p")}),"p"),code:c(e=>z.createElement(bU,{...xe(e,"code")}),"code"),tt:c(e=>z.createElement(MU,{...xe(e,"tt")}),"tt"),resetwrapper:c(e=>z.createElement(fU,{...xe(e,"resetwrapper")}),"resetwrapper")};I.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 ${Qt(.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 ${Qt(.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 ${Qt(.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 ${Qt(.9,e.color.positiveText)}`:"none"};default:return{}}});var jU={};Rl(jU,{AccessibilityAltIcon:()=>cK,AccessibilityIcon:()=>uK,AddIcon:()=>oG,AdminIcon:()=>JY,AlertAltIcon:()=>zG,AlertIcon:()=>RG,AlignLeftIcon:()=>$W,AlignRightIcon:()=>LW,AppleIcon:()=>tq,ArrowBottomLeftIcon:()=>SY,ArrowBottomRightIcon:()=>kY,ArrowDownIcon:()=>bY,ArrowLeftIcon:()=>xY,ArrowRightIcon:()=>DY,ArrowSolidDownIcon:()=>FY,ArrowSolidLeftIcon:()=>_Y,ArrowSolidRightIcon:()=>IY,ArrowSolidUpIcon:()=>AY,ArrowTopLeftIcon:()=>EY,ArrowTopRightIcon:()=>CY,ArrowUpIcon:()=>wY,AzureDevOpsIcon:()=>lq,BackIcon:()=>jY,BasketIcon:()=>tY,BatchAcceptIcon:()=>Xq,BatchDenyIcon:()=>Qq,BeakerIcon:()=>rY,BellIcon:()=>MG,BitbucketIcon:()=>sq,BoldIcon:()=>VW,BookIcon:()=>kW,BookmarkHollowIcon:()=>UG,BookmarkIcon:()=>WG,BottomBarIcon:()=>Bq,BottomBarToggleIcon:()=>$q,BoxIcon:()=>Nq,BranchIcon:()=>ZW,BrowserIcon:()=>kq,ButtonIcon:()=>DG,CPUIcon:()=>Lq,CalendarIcon:()=>TW,CameraIcon:()=>cW,CategoryIcon:()=>_W,CertificateIcon:()=>XG,ChangedIcon:()=>uG,ChatIcon:()=>gG,CheckIcon:()=>Yq,ChevronDownIcon:()=>fY,ChevronLeftIcon:()=>pY,ChevronRightIcon:()=>hY,ChevronSmallDownIcon:()=>gY,ChevronSmallLeftIcon:()=>vY,ChevronSmallRightIcon:()=>yY,ChevronSmallUpIcon:()=>mY,ChevronUpIcon:()=>dY,ChromaticIcon:()=>uq,ChromeIcon:()=>aq,CircleHollowIcon:()=>jG,CircleIcon:()=>VG,ClearIcon:()=>dG,CloseAltIcon:()=>eG,CloseIcon:()=>iG,CloudHollowIcon:()=>aY,CloudIcon:()=>iY,CogIcon:()=>Vq,CollapseIcon:()=>zY,CommandIcon:()=>kG,CommentAddIcon:()=>pG,CommentIcon:()=>fG,CommentsIcon:()=>mG,CommitIcon:()=>XW,CompassIcon:()=>qY,ComponentDrivenIcon:()=>cq,ComponentIcon:()=>WU,ContrastIcon:()=>nW,ControlsIcon:()=>Zq,CopyIcon:()=>FW,CreditIcon:()=>xG,CrossIcon:()=>QR,DashboardIcon:()=>QY,DatabaseIcon:()=>Mq,DeleteIcon:()=>lG,DiamondIcon:()=>qG,DirectionIcon:()=>eK,DiscordIcon:()=>dq,DocChartIcon:()=>OW,DocListIcon:()=>PW,DocumentIcon:()=>AW,DownloadIcon:()=>HY,DragIcon:()=>NW,EditIcon:()=>jq,EllipsisIcon:()=>qq,EmailIcon:()=>TG,ExpandAltIcon:()=>RY,ExpandIcon:()=>TY,EyeCloseIcon:()=>tW,EyeIcon:()=>eW,FaceHappyIcon:()=>iK,FaceNeutralIcon:()=>lK,FaceSadIcon:()=>sK,FacebookIcon:()=>fq,FailedIcon:()=>cG,FastForwardIcon:()=>vW,FigmaIcon:()=>pq,FilterIcon:()=>MW,FlagIcon:()=>oY,FolderIcon:()=>IW,FormIcon:()=>Kq,GDriveIcon:()=>hq,GithubIcon:()=>mq,GitlabIcon:()=>gq,GlobeIcon:()=>WY,GoogleIcon:()=>vq,GraphBarIcon:()=>BW,GraphLineIcon:()=>zW,GraphqlIcon:()=>yq,GridAltIcon:()=>KU,GridIcon:()=>qU,GrowIcon:()=>iW,HeartHollowIcon:()=>GG,HeartIcon:()=>YG,HomeIcon:()=>ZY,HourglassIcon:()=>nY,InfoIcon:()=>FG,ItalicIcon:()=>UW,JumpToIcon:()=>HG,KeyIcon:()=>wG,LightningIcon:()=>rW,LightningOffIcon:()=>KR,LinkBrokenIcon:()=>LG,LinkIcon:()=>$G,LinkedinIcon:()=>Cq,LinuxIcon:()=>rq,ListOrderedIcon:()=>qW,ListUnorderedIcon:()=>GW,LocationIcon:()=>GY,LockIcon:()=>vG,MarkdownIcon:()=>KW,MarkupIcon:()=>jW,MediumIcon:()=>wq,MemoryIcon:()=>Oq,MenuIcon:()=>HW,MergeIcon:()=>eq,MirrorIcon:()=>aW,MobileIcon:()=>Fq,MoonIcon:()=>SW,NutIcon:()=>Uq,OutboxIcon:()=>bG,OutlineIcon:()=>GU,PaintBrushIcon:()=>lW,PaperClipIcon:()=>WW,ParagraphIcon:()=>YW,PassedIcon:()=>sG,PhoneIcon:()=>BG,PhotoDragIcon:()=>YU,PhotoIcon:()=>UU,PinAltIcon:()=>rG,PinIcon:()=>YY,PlayAllHollowIcon:()=>xW,PlayBackIcon:()=>hW,PlayHollowIcon:()=>bW,PlayIcon:()=>pW,PlayNextIcon:()=>mW,PlusIcon:()=>Jq,PointerDefaultIcon:()=>CG,PointerHandIcon:()=>SG,PowerIcon:()=>Hq,PrintIcon:()=>RW,ProceedIcon:()=>VY,ProfileIcon:()=>aK,PullRequestIcon:()=>JW,QuestionIcon:()=>_G,RSSIcon:()=>OG,RedirectIcon:()=>LY,ReduxIcon:()=>bq,RefreshIcon:()=>UY,ReplyIcon:()=>OY,RepoIcon:()=>QW,RequestChangeIcon:()=>hG,RewindIcon:()=>gW,RulerIcon:()=>sW,SaveIcon:()=>AG,SearchIcon:()=>QU,ShareAltIcon:()=>PG,ShareIcon:()=>NG,ShieldIcon:()=>eY,SideBySideIcon:()=>DW,SidebarAltIcon:()=>Rq,SidebarAltToggleIcon:()=>zq,SidebarIcon:()=>Iq,SidebarToggleIcon:()=>Tq,SpeakerIcon:()=>fW,StackedIcon:()=>EW,StarHollowIcon:()=>KG,StarIcon:()=>QG,StatusFailIcon:()=>sY,StatusPassIcon:()=>cY,StatusWarnIcon:()=>uY,StickerIcon:()=>lY,StopAltHollowIcon:()=>wW,StopAltIcon:()=>yW,StopIcon:()=>uW,StorybookIcon:()=>iq,StructureIcon:()=>Pq,SubtractIcon:()=>aG,SunIcon:()=>CW,SupportIcon:()=>IG,SwitchAltIcon:()=>oW,SyncIcon:()=>PY,TabletIcon:()=>Aq,ThumbsUpIcon:()=>JG,TimeIcon:()=>KY,TimerIcon:()=>XY,TransferIcon:()=>$Y,TrashIcon:()=>tG,TwitterIcon:()=>xq,TypeIcon:()=>EG,UbuntuIcon:()=>nq,UndoIcon:()=>MY,UnfoldIcon:()=>BY,UnlockIcon:()=>yG,UnpinIcon:()=>nG,UploadIcon:()=>NY,UserAddIcon:()=>nK,UserAltIcon:()=>rK,UserIcon:()=>tK,UsersIcon:()=>oK,VSCodeIcon:()=>Eq,VerifiedIcon:()=>ZG,VideoIcon:()=>dW,WandIcon:()=>Gq,WatchIcon:()=>_q,WindowsIcon:()=>oq,WrenchIcon:()=>Wq,XIcon:()=>Sq,YoutubeIcon:()=>Dq,ZoomIcon:()=>XU,ZoomOutIcon:()=>ZU,ZoomResetIcon:()=>JU,iconList:()=>VU});var VU=[{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","StopAltHollowIcon","PlayHollowIcon","PlayAllHollowIcon","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","XIcon"]},{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","SaveIcon"]},{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","StatusFailIcon","StatusWarnIcon","StatusPassIcon"]},{name:"Wayfinding",icons:["ChevronUpIcon","ChevronDownIcon","ChevronLeftIcon","ChevronRightIcon","ChevronSmallUpIcon","ChevronSmallDownIcon","ChevronSmallLeftIcon","ChevronSmallRightIcon","ArrowUpIcon","ArrowDownIcon","ArrowLeftIcon","ArrowRightIcon","ArrowTopLeftIcon","ArrowTopRightIcon","ArrowBottomLeftIcon","ArrowBottomRightIcon","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"]}],UU=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),WU=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),qU=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),GU=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),YU=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}),s.createElement("path",{d:"M0 10.004v-3h1v3H0zM0 13.504v-2.5h1v2h2v1H.5a.5.5 0 01-.5-.5zM7 14.004H4v-1h3v1z",fill:e}))),KU=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),QU=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),XU=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),ZU=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M4 5.5a.5.5 0 000 1h4a.5.5 0 000-1H4z",fill:e}),s.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}))),JU=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),eW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M7 9.5a2.5 2.5 0 100-5 2.5 2.5 0 000 5z",fill:e}),s.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}))),tW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),rW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),KR=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),nW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),oW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),aW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),iW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}),s.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}))),lW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),sW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),uW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),cW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),dW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M2.5 10a.5.5 0 100-1 .5.5 0 000 1z",fill:e}),s.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}))),fW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}),s.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}))),pW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),hW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),mW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),gW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),vW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),yW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),wW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.2 2.204v9.6h9.6v-9.6H2.2zm-.7-1.2a.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-11z",fill:e}))),bW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.2 10.88L10.668 7 4.2 3.12v7.76zM3 2.414v9.174a.8.8 0 001.212.686l7.645-4.587a.8.8 0 000-1.372L4.212 1.727A.8.8 0 003 2.413z",fill:e}))),xW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.2 10.88L11.668 7 5.2 3.12v7.76zM4 2.414v9.174a.8.8 0 001.212.686l7.645-4.587a.8.8 0 000-1.372L5.212 1.727A.8.8 0 004 2.413zM1.5 1.6a.6.6 0 01.6.6v9.6a.6.6 0 11-1.2 0V2.2a.6.6 0 01.6-.6z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M.963 1.932a.6.6 0 01.805-.268l1 .5a.6.6 0 01-.536 1.073l-1-.5a.6.6 0 01-.269-.805zM3.037 11.132a.6.6 0 01-.269.805l-1 .5a.6.6 0 01-.536-1.073l1-.5a.6.6 0 01.805.268z",fill:e}))),DW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),EW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),CW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("g",{clipPath:"url(#prefix__clip0_1107_3492)",fill:e},s.createElement("path",{d:"M7.5.5a.5.5 0 00-1 0V2a.5.5 0 001 0V.5z"}),s.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"}),s.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"})),s.createElement("defs",null,s.createElement("clipPath",{id:"prefix__clip0_1107_3492"},s.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),SW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("g",{clipPath:"url(#prefix__clip0_1107_3493)"},s.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})),s.createElement("defs",null,s.createElement("clipPath",{id:"prefix__clip0_1107_3493"},s.createElement("path",{fill:"#fff",transform:"scale(1.07124)",d:"M0 0h14.001v14.002H0z"}))))),kW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),AW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),FW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),_W=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),IW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),RW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),zW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),TW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),BW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),$W=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),LW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),MW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),OW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),PW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),NW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),HW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),jW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),VW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),UW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M5 2h6v1H8.5l-2 8H9v1H3v-1h2.5l2-8H5V2z",fill:e}))),WW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),qW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),GW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),YW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),KW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),QW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),XW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),ZW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),JW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),eq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),tq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),rq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),nq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("g",{clipPath:"url(#prefix__clip0_1107_3497)",fill:e},s.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"})),s.createElement("defs",null,s.createElement("clipPath",{id:"prefix__clip0_1107_3497"},s.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),oq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M6.5 1H1v5.5h5.5V1zM13 1H7.5v5.5H13V1zM7.5 7.5H13V13H7.5V7.5zM6.5 7.5H1V13h5.5V7.5z",fill:e}))),aq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("g",{clipPath:"url(#prefix__clip0_1107_3496)"},s.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})),s.createElement("defs",null,s.createElement("clipPath",{id:"prefix__clip0_1107_3496"},s.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),iq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),lq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("g",{clipPath:"url(#prefix__clip0_1107_3503)"},s.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})),s.createElement("defs",null,s.createElement("clipPath",{id:"prefix__clip0_1107_3503"},s.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),sq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),uq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),cq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),dq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),fq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),pq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),hq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),mq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),gq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),vq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),yq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),wq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),bq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),xq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),Dq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),Eq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),Cq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),Sq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M11.02.446h2.137L8.49 5.816l5.51 7.28H9.67L6.298 8.683l-3.88 4.413H.282l5.004-5.735L0 .446h4.442l3.064 4.048L11.02.446zm-.759 11.357h1.18L3.796 1.655H2.502l7.759 10.148z",fill:e}))),kq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),Aq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),Fq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),_q=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),Iq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),Rq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),zq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),Tq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),Bq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),$q=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),Lq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),Mq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),Oq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),Pq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),Nq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),Hq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M7.5.5a.5.5 0 00-1 0v6a.5.5 0 001 0v-6z",fill:e}),s.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}))),jq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),Vq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),Uq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),Wq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),qq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),Gq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),Yq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),Kq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),Qq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),Xq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),Zq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),Jq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),eG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),QR=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),tG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),rG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("g",{clipPath:"url(#prefix__clip0_1107_3502)"},s.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})),s.createElement("defs",null,s.createElement("clipPath",{id:"prefix__clip0_1107_3502"},s.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),nG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("g",{clipPath:"url(#prefix__clip0_1107_3501)",fill:e},s.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"})),s.createElement("defs",null,s.createElement("clipPath",{id:"prefix__clip0_1107_3501"},s.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),oG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),aG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M3.5 6.5a.5.5 0 000 1h7a.5.5 0 000-1h-7z",fill:e}),s.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}))),iG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),lG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),sG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),uG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),cG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),dG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),fG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),pG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),hG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),mG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),gG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),vG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),yG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("g",{clipPath:"url(#prefix__clip0_1107_3614)",fill:e},s.createElement("path",{d:"M6.5 8.87a1 1 0 111 0v1.634a.5.5 0 01-1 0V8.87z"}),s.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"})),s.createElement("defs",null,s.createElement("clipPath",{id:"prefix__clip0_1107_3614"},s.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),wG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M11 4a1 1 0 11-2 0 1 1 0 012 0z",fill:e}),s.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}))),bG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),xG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M2.5 8.004a.5.5 0 100 1h3a.5.5 0 000-1h-3z",fill:e}),s.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}))),DG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),EG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),CG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),SG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),kG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),AG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M11.083 12.25H2.917a1.167 1.167 0 01-1.167-1.167V2.917A1.167 1.167 0 012.917 1.75h6.416l2.917 2.917v6.416a1.167 1.167 0 01-1.167 1.167z",stroke:e,strokeLinecap:"round",strokeLinejoin:"round"}),s.createElement("path",{d:"M9.917 12.25V7.583H4.083v4.667M4.083 1.75v2.917H8.75",stroke:e,strokeLinecap:"round",strokeLinejoin:"round"}))),FG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),_G=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),IG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),RG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),zG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),TG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),BG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),$G=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),LG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),MG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),OG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}),s.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}))),PG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),NG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),HG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),jG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),VG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M14 7A7 7 0 110 7a7 7 0 0114 0z",fill:e}))),UG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),WG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),qG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("g",{clipPath:"url(#prefix__clip0_1449_588)"},s.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})),s.createElement("defs",null,s.createElement("clipPath",{id:"prefix__clip0_1449_588"},s.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),GG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),YG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),KG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),QG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),XG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),ZG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),JG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),eY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),tY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M10.354 2.854a.5.5 0 10-.708-.708l-3 3a.5.5 0 10.708.708l3-3z",fill:e}),s.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}),s.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}))),rY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),nY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M7.5 10.5a.5.5 0 11-1 0 .5.5 0 011 0z",fill:e}),s.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}))),oY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),aY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),iY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),lY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),sY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 4a3 3 0 100 6 3 3 0 000-6zM3 7a4 4 0 118 0 4 4 0 01-8 0z",fill:e}))),uY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.206 3.044a.498.498 0 01.23.212l3.492 5.985a.494.494 0 01.006.507.497.497 0 01-.443.252H3.51a.499.499 0 01-.437-.76l3.492-5.984a.497.497 0 01.642-.212zM7 4.492L4.37 9h5.26L7 4.492z",fill:e}))),cY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.854 4.146a.5.5 0 010 .708l-5 5a.5.5 0 01-.708 0l-2-2a.5.5 0 11.708-.708L5.5 8.793l4.646-4.647a.5.5 0 01.708 0z",fill:e}))),dY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),fY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),pY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),hY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),mY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),gY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),vY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),yY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),wY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),bY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),xY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),DY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),EY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M1.904 8.768V2.404a.5.5 0 01.5-.5h6.364a.5.5 0 110 1H3.61l8.339 8.339a.5.5 0 01-.707.707l-8.34-8.34v5.158a.5.5 0 01-1 0z",fill:e}))),CY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M12.096 8.768V2.404a.5.5 0 00-.5-.5H5.232a.5.5 0 100 1h5.157L2.05 11.243a.5.5 0 10.707.707l8.34-8.34v5.158a.5.5 0 101 0z",fill:e}))),SY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M1.904 5.232v6.364a.5.5 0 00.5.5h6.364a.5.5 0 000-1H3.61l8.339-8.339a.5.5 0 00-.707-.707l-8.34 8.34V5.231a.5.5 0 00-1 0z",fill:e}))),kY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M12.096 5.232v6.364a.5.5 0 01-.5.5H5.232a.5.5 0 010-1h5.157L2.05 2.757a.5.5 0 01.707-.707l8.34 8.34V5.231a.5.5 0 111 0z",fill:e}))),AY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),FY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),_Y=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),IY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),RY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),zY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),TY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),BY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}),s.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}))),$Y=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),LY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),MY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),OY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),PY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),NY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),HY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),jY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),VY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),UY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),WY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),qY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),GY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),YY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),KY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),QY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),XY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M7.5 4.5a.5.5 0 00-1 0v2.634a1 1 0 101 0V4.5z",fill:e}),s.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}))),ZY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),JY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),eK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("g",{clipPath:"url(#prefix__clip0_1107_3594)"},s.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})),s.createElement("defs",null,s.createElement("clipPath",{id:"prefix__clip0_1107_3594"},s.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),tK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),rK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),nK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),oK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),aK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),iK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),lK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),sK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),uK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.createElement("path",{d:"M7 4.5a1 1 0 100-2 1 1 0 000 2z",fill:e}),s.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}))),cK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 15 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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})));I.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}}:{});I.a(({theme:e})=>({display:"inline-block",transition:"all 150ms ease-out",textDecoration:"none",color:e.color.secondary,"&:hover, &:focus":{cursor:"pointer",color:Di(.07,e.color.secondary),"svg path:not([fill])":{fill:Di(.07,e.color.secondary)}},"&:active":{color:Di(.1,e.color.secondary),"svg path:not([fill])":{fill:Di(.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"}:{});I.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}}));var ma=[],yl=null,dK=s.lazy(async()=>{let{SyntaxHighlighter:e}=await Promise.resolve().then(()=>(Z1(),S4));return ma.length>0&&(ma.forEach(t=>{e.registerLanguage(...t)}),ma=[]),yl===null&&(yl=e),{default:c(t=>z.createElement(e,{...t}),"default")}}),fK=s.lazy(async()=>{let[{SyntaxHighlighter:e},{formatter:t}]=await Promise.all([Promise.resolve().then(()=>(Z1(),S4)),Promise.resolve().then(()=>(gV(),TI))]);return ma.length>0&&(ma.forEach(r=>{e.registerLanguage(...r)}),ma=[]),yl===null&&(yl=e),{default:c(r=>z.createElement(e,{...r,formatter:t}),"default")}}),pK=c(e=>z.createElement(s.Suspense,{fallback:z.createElement("div",null)},e.format!==!1?z.createElement(fK,{...e}):z.createElement(dK,{...e})),"SyntaxHighlighter");pK.registerLanguage=(...e)=>{if(yl!==null){yl.registerLanguage(...e);return}ma.push(e)};Z1();Yk();var XR={};Rl(XR,{Close:()=>sT,Content:()=>aT,Description:()=>lT,Dialog:()=>Uz,DialogClose:()=>tT,DialogContent:()=>Qz,DialogDescription:()=>eT,DialogOverlay:()=>Kz,DialogPortal:()=>Yz,DialogTitle:()=>Jz,DialogTrigger:()=>Wz,Overlay:()=>oT,Portal:()=>nT,Root:()=>rT,Title:()=>iT,Trigger:()=>uQ,WarningProvider:()=>sQ,createDialogScope:()=>ZK});Ar();function _n(e,t,{checkForDefaultPrevented:r=!0}={}){return c(function(n){if(e==null||e(n),r===!1||!n.defaultPrevented)return t==null?void 0:t(n)},"handleEvent")}c(_n,"$e42e1063c40fb3ef$export$b9ecd428b558ff10");function ZR(e,t){typeof e=="function"?e(t):e!=null&&(e.current=t)}c(ZR,"$6ed0406888f73fc4$var$setRef");function Rf(...e){return t=>e.forEach(r=>ZR(r,t))}c(Rf,"$6ed0406888f73fc4$export$43e446d32b3d21af");function Na(...e){return s.useCallback(Rf(...e),e)}c(Na,"$6ed0406888f73fc4$export$c7b2cbe3552a0d05");function JR(e,t){let r=s.createContext(t);function n(a){let{children:i,...l}=a,u=s.useMemo(()=>l,Object.values(l));return s.createElement(r.Provider,{value:u},i)}c(n,"Provider");function o(a){let i=s.useContext(r);if(i)return i;if(t!==void 0)return t;throw new Error(`\`${a}\` must be used within \`${e}\``)}return c(o,"useContext"),n.displayName=e+"Provider",[n,o]}c(JR,"$c512c27ab02ef895$export$fd42f52fd3ae1109");function ez(e,t=[]){let r=[];function n(a,i){let l=s.createContext(i),u=r.length;r=[...r,i];function d(h){let{scope:p,children:m,...g}=h,y=(p==null?void 0:p[e][u])||l,D=s.useMemo(()=>g,Object.values(g));return s.createElement(y.Provider,{value:D},m)}c(d,"Provider");function f(h,p){let m=(p==null?void 0:p[e][u])||l,g=s.useContext(m);if(g)return g;if(i!==void 0)return i;throw new Error(`\`${h}\` must be used within \`${a}\``)}return c(f,"useContext"),d.displayName=a+"Provider",[d,f]}c(n,"$c512c27ab02ef895$export$fd42f52fd3ae1109");let o=c(()=>{let a=r.map(i=>s.createContext(i));return c(function(i){let l=(i==null?void 0:i[e])||a;return s.useMemo(()=>({[`__scope${e}`]:{...i,[e]:l}}),[i,l])},"useScope")},"createScope");return o.scopeName=e,[n,tz(o,...t)]}c(ez,"$c512c27ab02ef895$export$50c7b4e9d9f19c1");function tz(...e){let t=e[0];if(e.length===1)return t;let r=c(()=>{let n=e.map(o=>({useScope:o(),scopeName:o.scopeName}));return c(function(o){let a=n.reduce((i,{useScope:l,scopeName:u})=>{let d=l(o)[`__scope${u}`];return{...i,...d}},{});return s.useMemo(()=>({[`__scope${t.scopeName}`]:a}),[a])},"useComposedScopes")},"createScope1");return r.scopeName=t.scopeName,r}c(tz,"$c512c27ab02ef895$var$composeContextScopes");var k5=globalThis!=null&&globalThis.document?s.useLayoutEffect:()=>{},hK=s.useId||(()=>{}),mK=0;function U0(e){let[t,r]=s.useState(hK());return k5(()=>{e||r(n=>n??String(mK++))},[e]),e||(t?`radix-${t}`:"")}c(U0,"$1746a345f3d73bb7$export$f680877a34711e37");function Ao(e){let t=s.useRef(e);return s.useEffect(()=>{t.current=e}),s.useMemo(()=>(...r)=>{var n;return(n=t.current)===null||n===void 0?void 0:n.call(t,...r)},[])}c(Ao,"$b1b2314f5f9a1d84$export$25bec8c6f54ee79a");function rz({prop:e,defaultProp:t,onChange:r=c(()=>{},"onChange")}){let[n,o]=nz({defaultProp:t,onChange:r}),a=e!==void 0,i=a?e:n,l=Ao(r),u=s.useCallback(d=>{if(a){let f=typeof d=="function"?d(e):d;f!==e&&l(f)}else o(d)},[a,e,o,l]);return[i,u]}c(rz,"$71cd76cc60e0454e$export$6f32135080cb4c3");function nz({defaultProp:e,onChange:t}){let r=s.useState(e),[n]=r,o=s.useRef(n),a=Ao(t);return s.useEffect(()=>{o.current!==n&&(a(n),o.current=n)},[n,o,a]),r}c(nz,"$71cd76cc60e0454e$var$useUncontrolledState");Ar();Ar();Ar();var oz=s.forwardRef((e,t)=>{let{children:r,...n}=e,o=s.Children.toArray(r),a=o.find(az);if(a){let i=a.props.children,l=o.map(u=>u===a?s.Children.count(i)>1?s.Children.only(null):s.isValidElement(i)?i.props.children:null:u);return s.createElement(A5,oe({},n,{ref:t}),s.isValidElement(i)?s.cloneElement(i,void 0,l):null)}return s.createElement(A5,oe({},n,{ref:t}),r)});oz.displayName="Slot";var A5=s.forwardRef((e,t)=>{let{children:r,...n}=e;return s.isValidElement(r)?s.cloneElement(r,{...iz(n,r.props),ref:t?Rf(t,r.ref):r.ref}):s.Children.count(r)>1?s.Children.only(null):null});A5.displayName="SlotClone";var gK=c(({children:e})=>s.createElement(s.Fragment,null,e),"$5e63c961fc1ce211$export$d9f1ccf0bdb05d45");function az(e){return s.isValidElement(e)&&e.type===gK}c(az,"$5e63c961fc1ce211$var$isSlottable");function iz(e,t){let r={...t};for(let n in t){let o=e[n],a=t[n];/^on[A-Z]/.test(n)?o&&a?r[n]=(...i)=>{a(...i),o(...i)}:o&&(r[n]=o):n==="style"?r[n]={...o,...a}:n==="className"&&(r[n]=[o,a].filter(Boolean).join(" "))}return{...e,...r}}c(iz,"$5e63c961fc1ce211$var$mergeProps");var vK=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"],Mo=vK.reduce((e,t)=>{let r=s.forwardRef((n,o)=>{let{asChild:a,...i}=n,l=a?oz:t;return s.useEffect(()=>{window[Symbol.for("radix-ui")]=!0},[]),s.createElement(l,oe({},i,{ref:o}))});return r.displayName=`Primitive.${t}`,{...e,[t]:r}},{});function lz(e,t){e&&Cl.flushSync(()=>e.dispatchEvent(t))}c(lz,"$8927f6f2acc4f386$export$6d1a0317bde7de7f");function sz(e,t=globalThis==null?void 0:globalThis.document){let r=Ao(e);s.useEffect(()=>{let n=c(o=>{o.key==="Escape"&&r(o)},"handleKeyDown");return t.addEventListener("keydown",n),()=>t.removeEventListener("keydown",n)},[r,t])}c(sz,"$addc16e1bbe58fd0$export$3a72a57244d6e765");var F5="dismissableLayer.update",yK="dismissableLayer.pointerDownOutside",wK="dismissableLayer.focusOutside",Fx,bK=s.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),xK=s.forwardRef((e,t)=>{var r;let{disableOutsidePointerEvents:n=!1,onEscapeKeyDown:o,onPointerDownOutside:a,onFocusOutside:i,onInteractOutside:l,onDismiss:u,...d}=e,f=s.useContext(bK),[h,p]=s.useState(null),m=(r=h==null?void 0:h.ownerDocument)!==null&&r!==void 0?r:globalThis==null?void 0:globalThis.document,[,g]=s.useState({}),y=Na(t,k=>p(k)),D=Array.from(f.layers),[b]=[...f.layersWithOutsidePointerEventsDisabled].slice(-1),w=D.indexOf(b),v=h?D.indexOf(h):-1,x=f.layersWithOutsidePointerEventsDisabled.size>0,E=v>=w,S=uz(k=>{let F=k.target,_=[...f.branches].some(T=>T.contains(F));!E||_||(a==null||a(k),l==null||l(k),k.defaultPrevented||(u==null||u()))},m),C=cz(k=>{let F=k.target;[...f.branches].some(_=>_.contains(F))||(i==null||i(k),l==null||l(k),k.defaultPrevented||(u==null||u()))},m);return sz(k=>{v===f.layers.size-1&&(o==null||o(k),!k.defaultPrevented&&u&&(k.preventDefault(),u()))},m),s.useEffect(()=>{if(h)return n&&(f.layersWithOutsidePointerEventsDisabled.size===0&&(Fx=m.body.style.pointerEvents,m.body.style.pointerEvents="none"),f.layersWithOutsidePointerEventsDisabled.add(h)),f.layers.add(h),_5(),()=>{n&&f.layersWithOutsidePointerEventsDisabled.size===1&&(m.body.style.pointerEvents=Fx)}},[h,m,n,f]),s.useEffect(()=>()=>{h&&(f.layers.delete(h),f.layersWithOutsidePointerEventsDisabled.delete(h),_5())},[h,f]),s.useEffect(()=>{let k=c(()=>g({}),"handleUpdate");return document.addEventListener(F5,k),()=>document.removeEventListener(F5,k)},[]),s.createElement(Mo.div,oe({},d,{ref:y,style:{pointerEvents:x?E?"auto":"none":void 0,...e.style},onFocusCapture:_n(e.onFocusCapture,C.onFocusCapture),onBlurCapture:_n(e.onBlurCapture,C.onBlurCapture),onPointerDownCapture:_n(e.onPointerDownCapture,S.onPointerDownCapture)}))});function uz(e,t=globalThis==null?void 0:globalThis.document){let r=Ao(e),n=s.useRef(!1),o=s.useRef(()=>{});return s.useEffect(()=>{let a=c(l=>{if(l.target&&!n.current){let u=function(){Py(yK,r,d,{discrete:!0})};c(u,"handleAndDispatchPointerDownOutsideEvent");let d={originalEvent:l};l.pointerType==="touch"?(t.removeEventListener("click",o.current),o.current=u,t.addEventListener("click",o.current,{once:!0})):u()}else t.removeEventListener("click",o.current);n.current=!1},"handlePointerDown"),i=window.setTimeout(()=>{t.addEventListener("pointerdown",a)},0);return()=>{window.clearTimeout(i),t.removeEventListener("pointerdown",a),t.removeEventListener("click",o.current)}},[t,r]),{onPointerDownCapture:c(()=>n.current=!0,"onPointerDownCapture")}}c(uz,"$5cb92bef7577960e$var$usePointerDownOutside");function cz(e,t=globalThis==null?void 0:globalThis.document){let r=Ao(e),n=s.useRef(!1);return s.useEffect(()=>{let o=c(a=>{a.target&&!n.current&&Py(wK,r,{originalEvent:a},{discrete:!1})},"handleFocus");return t.addEventListener("focusin",o),()=>t.removeEventListener("focusin",o)},[t,r]),{onFocusCapture:c(()=>n.current=!0,"onFocusCapture"),onBlurCapture:c(()=>n.current=!1,"onBlurCapture")}}c(cz,"$5cb92bef7577960e$var$useFocusOutside");function _5(){let e=new CustomEvent(F5);document.dispatchEvent(e)}c(_5,"$5cb92bef7577960e$var$dispatchUpdate");function Py(e,t,r,{discrete:n}){let o=r.originalEvent.target,a=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:r});t&&o.addEventListener(e,t,{once:!0}),n?lz(o,a):o.dispatchEvent(a)}c(Py,"$5cb92bef7577960e$var$handleAndDispatchCustomEvent");Ar();var jm="focusScope.autoFocusOnMount",Vm="focusScope.autoFocusOnUnmount",_x={bubbles:!1,cancelable:!0},DK=s.forwardRef((e,t)=>{let{loop:r=!1,trapped:n=!1,onMountAutoFocus:o,onUnmountAutoFocus:a,...i}=e,[l,u]=s.useState(null),d=Ao(o),f=Ao(a),h=s.useRef(null),p=Na(t,y=>u(y)),m=s.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;s.useEffect(()=>{if(n){let y=function(v){if(m.paused||!l)return;let x=v.target;l.contains(x)?h.current=x:En(h.current,{select:!0})},D=function(v){if(m.paused||!l)return;let x=v.relatedTarget;x!==null&&(l.contains(x)||En(h.current,{select:!0}))},b=function(v){if(document.activeElement===document.body)for(let x of v)x.removedNodes.length>0&&En(l)};c(y,"handleFocusIn"),c(D,"handleFocusOut"),c(b,"handleMutations"),document.addEventListener("focusin",y),document.addEventListener("focusout",D);let w=new MutationObserver(b);return l&&w.observe(l,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",y),document.removeEventListener("focusout",D),w.disconnect()}}},[n,l,m.paused]),s.useEffect(()=>{if(l){Ix.add(m);let y=document.activeElement;if(!l.contains(y)){let D=new CustomEvent(jm,_x);l.addEventListener(jm,d),l.dispatchEvent(D),D.defaultPrevented||(dz(gz(Ny(l)),{select:!0}),document.activeElement===y&&En(l))}return()=>{l.removeEventListener(jm,d),setTimeout(()=>{let D=new CustomEvent(Vm,_x);l.addEventListener(Vm,f),l.dispatchEvent(D),D.defaultPrevented||En(y??document.body,{select:!0}),l.removeEventListener(Vm,f),Ix.remove(m)},0)}}},[l,d,f,m]);let g=s.useCallback(y=>{if(!r&&!n||m.paused)return;let D=y.key==="Tab"&&!y.altKey&&!y.ctrlKey&&!y.metaKey,b=document.activeElement;if(D&&b){let w=y.currentTarget,[v,x]=fz(w);v&&x?!y.shiftKey&&b===x?(y.preventDefault(),r&&En(v,{select:!0})):y.shiftKey&&b===v&&(y.preventDefault(),r&&En(x,{select:!0})):b===w&&y.preventDefault()}},[r,n,m.paused]);return s.createElement(Mo.div,oe({tabIndex:-1},i,{ref:p,onKeyDown:g}))});function dz(e,{select:t=!1}={}){let r=document.activeElement;for(let n of e)if(En(n,{select:t}),document.activeElement!==r)return}c(dz,"$d3863c46a17e8a28$var$focusFirst");function fz(e){let t=Ny(e),r=I5(t,e),n=I5(t.reverse(),e);return[r,n]}c(fz,"$d3863c46a17e8a28$var$getTabbableEdges");function Ny(e){let t=[],r=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:c(n=>{let o=n.tagName==="INPUT"&&n.type==="hidden";return n.disabled||n.hidden||o?NodeFilter.FILTER_SKIP:n.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP},"acceptNode")});for(;r.nextNode();)t.push(r.currentNode);return t}c(Ny,"$d3863c46a17e8a28$var$getTabbableCandidates");function I5(e,t){for(let r of e)if(!pz(r,{upTo:t}))return r}c(I5,"$d3863c46a17e8a28$var$findVisible");function pz(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(pz,"$d3863c46a17e8a28$var$isHidden");function hz(e){return e instanceof HTMLInputElement&&"select"in e}c(hz,"$d3863c46a17e8a28$var$isSelectableInput");function En(e,{select:t=!1}={}){if(e&&e.focus){let r=document.activeElement;e.focus({preventScroll:!0}),e!==r&&hz(e)&&t&&e.select()}}c(En,"$d3863c46a17e8a28$var$focus");var Ix=mz();function mz(){let e=[];return{add(t){let r=e[0];t!==r&&(r==null||r.pause()),e=R5(e,t),e.unshift(t)},remove(t){var r;e=R5(e,t),(r=e[0])===null||r===void 0||r.resume()}}}c(mz,"$d3863c46a17e8a28$var$createFocusScopesStack");function R5(e,t){let r=[...e],n=r.indexOf(t);return n!==-1&&r.splice(n,1),r}c(R5,"$d3863c46a17e8a28$var$arrayRemove");function gz(e){return e.filter(t=>t.tagName!=="A")}c(gz,"$d3863c46a17e8a28$var$removeLinks");Ar();var EK=s.forwardRef((e,t)=>{var r;let{container:n=globalThis==null||(r=globalThis.document)===null||r===void 0?void 0:r.body,...o}=e;return n?mC.createPortal(s.createElement(Mo.div,oe({},o,{ref:t})),n):null});function vz(e,t){return s.useReducer((r,n)=>t[r][n]??r,e)}c(vz,"$fe963b355347cc68$export$3e6543de14f8614f");var zf=c(e=>{let{present:t,children:r}=e,n=yz(t),o=typeof r=="function"?r({present:n.isPresent}):s.Children.only(r),a=Na(n.ref,o.ref);return typeof r=="function"||n.isPresent?s.cloneElement(o,{ref:a}):null},"$921a889cee6df7e8$export$99c2b779aa4e8b8b");zf.displayName="Presence";function yz(e){let[t,r]=s.useState(),n=s.useRef({}),o=s.useRef(e),a=s.useRef("none"),i=e?"mounted":"unmounted",[l,u]=vz(i,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return s.useEffect(()=>{let d=Is(n.current);a.current=l==="mounted"?d:"none"},[l]),k5(()=>{let d=n.current,f=o.current;if(f!==e){let h=a.current,p=Is(d);e?u("MOUNT"):p==="none"||(d==null?void 0:d.display)==="none"?u("UNMOUNT"):u(f&&h!==p?"ANIMATION_OUT":"UNMOUNT"),o.current=e}},[e,u]),k5(()=>{if(t){let d=c(h=>{let p=Is(n.current).includes(h.animationName);h.target===t&&p&&Cl.flushSync(()=>u("ANIMATION_END"))},"handleAnimationEnd"),f=c(h=>{h.target===t&&(a.current=Is(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 u("ANIMATION_END")},[t,u]),{isPresent:["mounted","unmountSuspended"].includes(l),ref:s.useCallback(d=>{d&&(n.current=getComputedStyle(d)),r(d)},[])}}c(yz,"$921a889cee6df7e8$var$usePresence");function Is(e){return(e==null?void 0:e.animationName)||"none"}c(Is,"$921a889cee6df7e8$var$getAnimationName");var Um=0;function wz(){s.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:z5()),document.body.insertAdjacentElement("beforeend",(t=r[1])!==null&&t!==void 0?t:z5()),Um++,()=>{Um===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(n=>n.remove()),Um--}},[])}c(wz,"$3db38b7d1fb3fe6a$export$b7ece24a22aeda8c");function z5(){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(z5,"$3db38b7d1fb3fe6a$var$createFocusGuard");var Gr=c(function(){return Gr=Object.assign||c(function(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e},"__assign"),Gr.apply(this,arguments)},"__assign");function Hy(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 o=0,n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]]);return r}c(Hy,"__rest");function bz(e,t,r){if(r||arguments.length===2)for(var n=0,o=t.length,a;n<o;n++)(a||!(n in t))&&(a||(a=Array.prototype.slice.call(t,0,n)),a[n]=t[n]);return e.concat(a||Array.prototype.slice.call(t))}c(bz,"__spreadArray");var W0="right-scroll-bar-position",q0="width-before-scroll-bar",CK="with-scroll-bars-hidden",SK="--removed-body-scroll-bar-size";function G0(e,t){return typeof e=="function"?e(t):e&&(e.current=t),e}c(G0,"assignRef");function xz(e,t){var r=s.useState(function(){return{value:e,callback:t,facade:{get current(){return r.value},set current(n){var o=r.value;o!==n&&(r.value=n,r.callback(n,o))}}}})[0];return r.callback=t,r.facade}c(xz,"useCallbackRef");var Rx=new WeakMap;function Dz(e,t){var r=xz(t||null,function(n){return e.forEach(function(o){return G0(o,n)})});return s.useLayoutEffect(function(){var n=Rx.get(r);if(n){var o=new Set(n),a=new Set(e),i=r.current;o.forEach(function(l){a.has(l)||G0(l,null)}),a.forEach(function(l){o.has(l)||G0(l,i)})}Rx.set(r,e)},[e]),r}c(Dz,"useMergeRefs");function Ez(e){return e}c(Ez,"ItoI");function Cz(e,t){t===void 0&&(t=Ez);var r=[],n=!1,o={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(a){var i=t(a,n);return r.push(i),function(){r=r.filter(function(l){return l!==i})}},"useMedium"),assignSyncMedium:c(function(a){for(n=!0;r.length;){var i=r;r=[],i.forEach(a)}r={push:c(function(l){return a(l)},"push"),filter:c(function(){return r},"filter")}},"assignSyncMedium"),assignMedium:c(function(a){n=!0;var i=[];if(r.length){var l=r;r=[],l.forEach(a),i=r}var u=c(function(){var f=i;i=[],f.forEach(a)},"executeQueue"),d=c(function(){return Promise.resolve().then(u)},"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 o}c(Cz,"innerCreateMedium");function Sz(e){e===void 0&&(e={});var t=Cz(null);return t.options=Gr({async:!0,ssr:!1},e),t}c(Sz,"createSidecarMedium");var kz=c(function(e){var t=e.sideCar,r=Hy(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 s.createElement(n,Gr({},r))},"SideCar");kz.isSideCarExport=!0;function Az(e,t){return e.useMedium(t),kz}c(Az,"exportSidecar");var Fz=Sz(),Wm=c(function(){},"nothing"),Tf=s.forwardRef(function(e,t){var r=s.useRef(null),n=s.useState({onScrollCapture:Wm,onWheelCapture:Wm,onTouchMoveCapture:Wm}),o=n[0],a=n[1],i=e.forwardProps,l=e.children,u=e.className,d=e.removeScrollBar,f=e.enabled,h=e.shards,p=e.sideCar,m=e.noIsolation,g=e.inert,y=e.allowPinchZoom,D=e.as,b=D===void 0?"div":D,w=Hy(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noIsolation","inert","allowPinchZoom","as"]),v=p,x=Dz([r,t]),E=Gr(Gr({},w),o);return s.createElement(s.Fragment,null,f&&s.createElement(v,{sideCar:Fz,removeScrollBar:d,shards:h,noIsolation:m,inert:g,setCallbacks:a,allowPinchZoom:!!y,lockRef:r}),i?s.cloneElement(s.Children.only(l),Gr(Gr({},E),{ref:x})):s.createElement(b,Gr({},E,{className:u,ref:x}),l))});Tf.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1};Tf.classNames={fullWidth:q0,zeroRight:W0};var kK=c(function(){if(typeof __webpack_nonce__<"u")return __webpack_nonce__},"getNonce");function _z(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var t=kK();return t&&e.setAttribute("nonce",t),e}c(_z,"makeStyleTag");function Iz(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}c(Iz,"injectStyles");function Rz(e){var t=document.head||document.getElementsByTagName("head")[0];t.appendChild(e)}c(Rz,"insertStyleTag");var AK=c(function(){var e=0,t=null;return{add:c(function(r){e==0&&(t=_z())&&(Iz(t,r),Rz(t)),e++},"add"),remove:c(function(){e--,!e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)},"remove")}},"stylesheetSingleton"),FK=c(function(){var e=AK();return function(t,r){s.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&r])}},"styleHookSingleton"),zz=c(function(){var e=FK(),t=c(function(r){var n=r.styles,o=r.dynamic;return e(n,o),null},"Sheet");return t},"styleSingleton"),_K={left:0,top:0,right:0,gap:0},qm=c(function(e){return parseInt(e||"",10)||0},"parse"),IK=c(function(e){var t=window.getComputedStyle(document.body),r=t[e==="padding"?"paddingLeft":"marginLeft"],n=t[e==="padding"?"paddingTop":"marginTop"],o=t[e==="padding"?"paddingRight":"marginRight"];return[qm(r),qm(n),qm(o)]},"getOffset"),RK=c(function(e){if(e===void 0&&(e="margin"),typeof window>"u")return _K;var t=IK(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"),zK=zz(),m1="data-scroll-locked",TK=c(function(e,t,r,n){var o=e.left,a=e.top,i=e.right,l=e.gap;return r===void 0&&(r="margin"),`
488
- .`.concat(CK,` {
489
- overflow: hidden `).concat(n,`;
490
- padding-right: `).concat(l,"px ").concat(n,`;
491
- }
492
- body[`).concat(m1,`] {
493
- overflow: hidden `).concat(n,`;
494
- overscroll-behavior: contain;
495
- `).concat([t&&"position: relative ".concat(n,";"),r==="margin"&&`
496
- padding-left: `.concat(o,`px;
497
- padding-top: `).concat(a,`px;
498
- padding-right: `).concat(i,`px;
499
- margin-left:0;
500
- margin-top:0;
501
- margin-right: `).concat(l,"px ").concat(n,`;
502
- `),r==="padding"&&"padding-right: ".concat(l,"px ").concat(n,";")].filter(Boolean).join(""),`
503
- }
504
-
505
- .`).concat(W0,` {
506
- right: `).concat(l,"px ").concat(n,`;
507
- }
508
-
509
- .`).concat(q0,` {
510
- margin-right: `).concat(l,"px ").concat(n,`;
511
- }
512
-
513
- .`).concat(W0," .").concat(W0,` {
514
- right: 0 `).concat(n,`;
515
- }
516
-
517
- .`).concat(q0," .").concat(q0,` {
518
- margin-right: 0 `).concat(n,`;
519
- }
520
-
521
- body[`).concat(m1,`] {
522
- `).concat(SK,": ").concat(l,`px;
523
- }
524
- `)},"getStyles"),BK=c(function(e){var t=e.noRelative,r=e.noImportant,n=e.gapMode,o=n===void 0?"margin":n,a=s.useMemo(function(){return RK(o)},[o]);return s.useEffect(function(){return document.body.setAttribute(m1,""),function(){document.body.removeAttribute(m1)}},[]),s.createElement(zK,{styles:TK(a,!t,o,r?"":"!important")})},"RemoveScrollBar"),T5=!1;if(typeof window<"u")try{fs=Object.defineProperty({},"passive",{get:c(function(){return T5=!0,!0},"get")}),window.addEventListener("test",fs,fs),window.removeEventListener("test",fs,fs)}catch{T5=!1}var fs,Xa=T5?{passive:!1}:!1,$K=c(function(e){return e.tagName==="TEXTAREA"},"alwaysContainsScroll"),Tz=c(function(e,t){var r=window.getComputedStyle(e);return r[t]!=="hidden"&&!(r.overflowY===r.overflowX&&!$K(e)&&r[t]==="visible")},"elementCanBeScrolled"),LK=c(function(e){return Tz(e,"overflowY")},"elementCouldBeVScrolled"),MK=c(function(e){return Tz(e,"overflowX")},"elementCouldBeHScrolled"),zx=c(function(e,t){var r=t;do{typeof ShadowRoot<"u"&&r instanceof ShadowRoot&&(r=r.host);var n=Bz(e,r);if(n){var o=$z(e,r),a=o[1],i=o[2];if(a>i)return!0}r=r.parentNode}while(r&&r!==document.body);return!1},"locationCouldBeScrolled"),OK=c(function(e){var t=e.scrollTop,r=e.scrollHeight,n=e.clientHeight;return[t,r,n]},"getVScrollVariables"),PK=c(function(e){var t=e.scrollLeft,r=e.scrollWidth,n=e.clientWidth;return[t,r,n]},"getHScrollVariables"),Bz=c(function(e,t){return e==="v"?LK(t):MK(t)},"elementCouldBeScrolled"),$z=c(function(e,t){return e==="v"?OK(t):PK(t)},"getScrollVariables"),NK=c(function(e,t){return e==="h"&&t==="rtl"?-1:1},"getDirectionFactor"),HK=c(function(e,t,r,n,o){var a=NK(e,window.getComputedStyle(t).direction),i=a*n,l=r.target,u=t.contains(l),d=!1,f=i>0,h=0,p=0;do{var m=$z(e,l),g=m[0],y=m[1],D=m[2],b=y-D-a*g;(g||b)&&Bz(e,l)&&(h+=b,p+=g),l=l.parentNode}while(!u&&l!==document.body||u&&(t.contains(l)||t===l));return(f&&(o&&h===0||!o&&i>h)||!f&&(o&&p===0||!o&&-i>p))&&(d=!0),d},"handleScroll"),s0=c(function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},"getTouchXY"),Tx=c(function(e){return[e.deltaX,e.deltaY]},"getDeltaXY"),Bx=c(function(e){return e&&"current"in e?e.current:e},"extractRef"),jK=c(function(e,t){return e[0]===t[0]&&e[1]===t[1]},"deltaCompare"),VK=c(function(e){return`
525
- .block-interactivity-`.concat(e,` {pointer-events: none;}
526
- .allow-interactivity-`).concat(e,` {pointer-events: all;}
527
- `)},"generateStyle"),UK=0,Za=[];function Lz(e){var t=s.useRef([]),r=s.useRef([0,0]),n=s.useRef(),o=s.useState(UK++)[0],a=s.useState(function(){return zz()})[0],i=s.useRef(e);s.useEffect(function(){i.current=e},[e]),s.useEffect(function(){if(e.inert){document.body.classList.add("block-interactivity-".concat(o));var y=bz([e.lockRef.current],(e.shards||[]).map(Bx),!0).filter(Boolean);return y.forEach(function(D){return D.classList.add("allow-interactivity-".concat(o))}),function(){document.body.classList.remove("block-interactivity-".concat(o)),y.forEach(function(D){return D.classList.remove("allow-interactivity-".concat(o))})}}},[e.inert,e.lockRef.current,e.shards]);var l=s.useCallback(function(y,D){if("touches"in y&&y.touches.length===2)return!i.current.allowPinchZoom;var b=s0(y),w=r.current,v="deltaX"in y?y.deltaX:w[0]-b[0],x="deltaY"in y?y.deltaY:w[1]-b[1],E,S=y.target,C=Math.abs(v)>Math.abs(x)?"h":"v";if("touches"in y&&C==="h"&&S.type==="range")return!1;var k=zx(C,S);if(!k)return!0;if(k?E=C:(E=C==="v"?"h":"v",k=zx(C,S)),!k)return!1;if(!n.current&&"changedTouches"in y&&(v||x)&&(n.current=E),!E)return!0;var F=n.current||E;return HK(F,D,y,F==="h"?v:x,!0)},[]),u=s.useCallback(function(y){var D=y;if(!(!Za.length||Za[Za.length-1]!==a)){var b="deltaY"in D?Tx(D):s0(D),w=t.current.filter(function(E){return E.name===D.type&&E.target===D.target&&jK(E.delta,b)})[0];if(w&&w.should){D.cancelable&&D.preventDefault();return}if(!w){var v=(i.current.shards||[]).map(Bx).filter(Boolean).filter(function(E){return E.contains(D.target)}),x=v.length>0?l(D,v[0]):!i.current.noIsolation;x&&D.cancelable&&D.preventDefault()}}},[]),d=s.useCallback(function(y,D,b,w){var v={name:y,delta:D,target:b,should:w};t.current.push(v),setTimeout(function(){t.current=t.current.filter(function(x){return x!==v})},1)},[]),f=s.useCallback(function(y){r.current=s0(y),n.current=void 0},[]),h=s.useCallback(function(y){d(y.type,Tx(y),y.target,l(y,e.lockRef.current))},[]),p=s.useCallback(function(y){d(y.type,s0(y),y.target,l(y,e.lockRef.current))},[]);s.useEffect(function(){return Za.push(a),e.setCallbacks({onScrollCapture:h,onWheelCapture:h,onTouchMoveCapture:p}),document.addEventListener("wheel",u,Xa),document.addEventListener("touchmove",u,Xa),document.addEventListener("touchstart",f,Xa),function(){Za=Za.filter(function(y){return y!==a}),document.removeEventListener("wheel",u,Xa),document.removeEventListener("touchmove",u,Xa),document.removeEventListener("touchstart",f,Xa)}},[]);var m=e.removeScrollBar,g=e.inert;return s.createElement(s.Fragment,null,g?s.createElement(a,{styles:VK(o)}):null,m?s.createElement(BK,{gapMode:"margin"}):null)}c(Lz,"RemoveScrollSideCar");var WK=Az(Fz,Lz),Mz=s.forwardRef(function(e,t){return s.createElement(Tf,Gr({},e,{ref:t,sideCar:WK}))});Mz.classNames=Tf.classNames;var qK=Mz,GK=c(function(e){if(typeof document>"u")return null;var t=Array.isArray(e)?e[0]:e;return t.ownerDocument.body},"getDefaultParent"),Ja=new WeakMap,u0=new WeakMap,c0={},Gm=0,Oz=c(function(e){return e&&(e.host||Oz(e.parentNode))},"unwrapHost"),YK=c(function(e,t){return t.map(function(r){if(e.contains(r))return r;var n=Oz(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"),KK=c(function(e,t,r,n){var o=YK(t,Array.isArray(e)?e:[e]);c0[r]||(c0[r]=new WeakMap);var a=c0[r],i=[],l=new Set,u=new Set(o),d=c(function(h){!h||l.has(h)||(l.add(h),d(h.parentNode))},"keep");o.forEach(d);var f=c(function(h){!h||u.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",y=(Ja.get(p)||0)+1,D=(a.get(p)||0)+1;Ja.set(p,y),a.set(p,D),i.push(p),y===1&&g&&u0.set(p,!0),D===1&&p.setAttribute(r,"true"),g||p.setAttribute(n,"true")}})},"deep");return f(t),l.clear(),Gm++,function(){i.forEach(function(h){var p=Ja.get(h)-1,m=a.get(h)-1;Ja.set(h,p),a.set(h,m),p||(u0.has(h)||h.removeAttribute(n),u0.delete(h)),m||h.removeAttribute(r)}),Gm--,Gm||(Ja=new WeakMap,Ja=new WeakMap,u0=new WeakMap,c0={})}},"applyAttributeToOthers"),QK=c(function(e,t,r){r===void 0&&(r="data-aria-hidden");var n=Array.from(Array.isArray(e)?e:[e]),o=t||GK(e);return o?(n.push.apply(n,Array.from(o.querySelectorAll("[aria-live]"))),KK(n,o,r,"aria-hidden")):function(){return null}},"hideOthers");Ar();var Pz=s.forwardRef((e,t)=>{let{children:r,...n}=e,o=s.Children.toArray(r),a=o.find(Nz);if(a){let i=a.props.children,l=o.map(u=>u===a?s.Children.count(i)>1?s.Children.only(null):s.isValidElement(i)?i.props.children:null:u);return s.createElement(B5,oe({},n,{ref:t}),s.isValidElement(i)?s.cloneElement(i,void 0,l):null)}return s.createElement(B5,oe({},n,{ref:t}),r)});Pz.displayName="Slot";var B5=s.forwardRef((e,t)=>{let{children:r,...n}=e;return s.isValidElement(r)?s.cloneElement(r,{...Hz(n,r.props),ref:t?Rf(t,r.ref):r.ref}):s.Children.count(r)>1?s.Children.only(null):null});B5.displayName="SlotClone";var XK=c(({children:e})=>s.createElement(s.Fragment,null,e),"$5e63c961fc1ce211$export$d9f1ccf0bdb05d45");function Nz(e){return s.isValidElement(e)&&e.type===XK}c(Nz,"$5e63c961fc1ce211$var$isSlottable");function Hz(e,t){let r={...t};for(let n in t){let o=e[n],a=t[n];/^on[A-Z]/.test(n)?o&&a?r[n]=(...i)=>{a(...i),o(...i)}:o&&(r[n]=o):n==="style"?r[n]={...o,...a}:n==="className"&&(r[n]=[o,a].filter(Boolean).join(" "))}return{...e,...r}}c(Hz,"$5e63c961fc1ce211$var$mergeProps");var jz="Dialog",[Vz,ZK]=ez(jz),[JK,_r]=Vz(jz),Uz=c(e=>{let{__scopeDialog:t,children:r,open:n,defaultOpen:o,onOpenChange:a,modal:i=!0}=e,l=s.useRef(null),u=s.useRef(null),[d=!1,f]=rz({prop:n,defaultProp:o,onChange:a});return s.createElement(JK,{scope:t,triggerRef:l,contentRef:u,contentId:U0(),titleId:U0(),descriptionId:U0(),open:d,onOpenChange:f,onOpenToggle:s.useCallback(()=>f(h=>!h),[f]),modal:i},r)},"$5d3850c4d0b4e6c7$export$3ddf2d174ce01153"),eQ="DialogTrigger",Wz=s.forwardRef((e,t)=>{let{__scopeDialog:r,...n}=e,o=_r(eQ,r),a=Na(t,o.triggerRef);return s.createElement(Mo.button,oe({type:"button","aria-haspopup":"dialog","aria-expanded":o.open,"aria-controls":o.contentId,"data-state":Bf(o.open)},n,{ref:a,onClick:_n(e.onClick,o.onOpenToggle)}))}),qz="DialogPortal",[tQ,Gz]=Vz(qz,{forceMount:void 0}),Yz=c(e=>{let{__scopeDialog:t,forceMount:r,children:n,container:o}=e,a=_r(qz,t);return s.createElement(tQ,{scope:t,forceMount:r},s.Children.map(n,i=>s.createElement(zf,{present:r||a.open},s.createElement(EK,{asChild:!0,container:o},i))))},"$5d3850c4d0b4e6c7$export$dad7c95542bacce0"),$5="DialogOverlay",Kz=s.forwardRef((e,t)=>{let r=Gz($5,e.__scopeDialog),{forceMount:n=r.forceMount,...o}=e,a=_r($5,e.__scopeDialog);return a.modal?s.createElement(zf,{present:n||a.open},s.createElement(rQ,oe({},o,{ref:t}))):null}),rQ=s.forwardRef((e,t)=>{let{__scopeDialog:r,...n}=e,o=_r($5,r);return s.createElement(qK,{as:Pz,allowPinchZoom:!0,shards:[o.contentRef]},s.createElement(Mo.div,oe({"data-state":Bf(o.open)},n,{ref:t,style:{pointerEvents:"auto",...n.style}})))}),wl="DialogContent",Qz=s.forwardRef((e,t)=>{let r=Gz(wl,e.__scopeDialog),{forceMount:n=r.forceMount,...o}=e,a=_r(wl,e.__scopeDialog);return s.createElement(zf,{present:n||a.open},a.modal?s.createElement(nQ,oe({},o,{ref:t})):s.createElement(oQ,oe({},o,{ref:t})))}),nQ=s.forwardRef((e,t)=>{let r=_r(wl,e.__scopeDialog),n=s.useRef(null),o=Na(t,r.contentRef,n);return s.useEffect(()=>{let a=n.current;if(a)return QK(a)},[]),s.createElement(Xz,oe({},e,{ref:o,trapFocus:r.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:_n(e.onCloseAutoFocus,a=>{var i;a.preventDefault(),(i=r.triggerRef.current)===null||i===void 0||i.focus()}),onPointerDownOutside:_n(e.onPointerDownOutside,a=>{let i=a.detail.originalEvent,l=i.button===0&&i.ctrlKey===!0;(i.button===2||l)&&a.preventDefault()}),onFocusOutside:_n(e.onFocusOutside,a=>a.preventDefault())}))}),oQ=s.forwardRef((e,t)=>{let r=_r(wl,e.__scopeDialog),n=s.useRef(!1),o=s.useRef(!1);return s.createElement(Xz,oe({},e,{ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:c(a=>{var i;if((i=e.onCloseAutoFocus)===null||i===void 0||i.call(e,a),!a.defaultPrevented){var l;n.current||(l=r.triggerRef.current)===null||l===void 0||l.focus(),a.preventDefault()}n.current=!1,o.current=!1},"onCloseAutoFocus"),onInteractOutside:c(a=>{var i,l;(i=e.onInteractOutside)===null||i===void 0||i.call(e,a),a.defaultPrevented||(n.current=!0,a.detail.originalEvent.type==="pointerdown"&&(o.current=!0));let u=a.target;!((l=r.triggerRef.current)===null||l===void 0)&&l.contains(u)&&a.preventDefault(),a.detail.originalEvent.type==="focusin"&&o.current&&a.preventDefault()},"onInteractOutside")}))}),Xz=s.forwardRef((e,t)=>{let{__scopeDialog:r,trapFocus:n,onOpenAutoFocus:o,onCloseAutoFocus:a,...i}=e,l=_r(wl,r),u=s.useRef(null),d=Na(t,u);return wz(),s.createElement(s.Fragment,null,s.createElement(DK,{asChild:!0,loop:!0,trapped:n,onMountAutoFocus:o,onUnmountAutoFocus:a},s.createElement(xK,oe({role:"dialog",id:l.contentId,"aria-describedby":l.descriptionId,"aria-labelledby":l.titleId,"data-state":Bf(l.open)},i,{ref:d,onDismiss:c(()=>l.onOpenChange(!1),"onDismiss")}))),!1)}),Zz="DialogTitle",Jz=s.forwardRef((e,t)=>{let{__scopeDialog:r,...n}=e,o=_r(Zz,r);return s.createElement(Mo.h2,oe({id:o.titleId},n,{ref:t}))}),aQ="DialogDescription",eT=s.forwardRef((e,t)=>{let{__scopeDialog:r,...n}=e,o=_r(aQ,r);return s.createElement(Mo.p,oe({id:o.descriptionId},n,{ref:t}))}),iQ="DialogClose",tT=s.forwardRef((e,t)=>{let{__scopeDialog:r,...n}=e,o=_r(iQ,r);return s.createElement(Mo.button,oe({type:"button"},n,{ref:t,onClick:_n(e.onClick,()=>o.onOpenChange(!1))}))});function Bf(e){return e?"open":"closed"}c(Bf,"$5d3850c4d0b4e6c7$var$getState");var lQ="DialogTitleWarning",[sQ,SJ]=JR(lQ,{contentName:wl,titleName:Zz,docsSlug:"dialog"}),rT=Uz,uQ=Wz,nT=Yz,oT=Kz,aT=Qz,iT=Jz,lT=eT,sT=tT,uT={};Rl(uT,{Actions:()=>vQ,CloseButton:()=>pT,Col:()=>mT,Container:()=>fT,Content:()=>pQ,Description:()=>gQ,Error:()=>yQ,ErrorWrapper:()=>gT,Header:()=>hQ,Overlay:()=>dT,Row:()=>hT,Title:()=>mQ});Zk();var ga=s.forwardRef(({asChild:e=!1,animation:t="none",size:r="small",variant:n="outline",padding:o="medium",disabled:a=!1,active:i=!1,onClick:l,...u},d)=>{let f="button";u.isLink&&(f="a"),e&&(f=Md);let h=n,p=r,[m,g]=s.useState(!1),y=c(D=>{l&&l(D),t!=="none"&&g(!0)},"handleClick");if(s.useEffect(()=>{let D=setTimeout(()=>{m&&g(!1)},1e3);return()=>clearTimeout(D)},[m]),u.primary&&(h="solid",p="medium"),(u.secondary||u.tertiary||u.gray||u.outline||u.inForm)&&(h="outline",p="medium"),u.small||u.isLink||u.primary||u.secondary||u.tertiary||u.gray||u.outline||u.inForm||u.containsIcon){let D=z.Children.toArray(u.children).filter(b=>typeof b=="string"&&b!=="");BL(`Use of deprecated props in the button ${D.length>0?`"${D.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 z.createElement(cQ,{as:f,ref:d,variant:h,size:p,padding:o,disabled:a,active:i,animating:m,animation:t,onClick:y,...u})});ga.displayName="Button";var cQ=I("button",{shouldForwardProp:c(e=>Ov(e),"shouldForwardProp")})(({theme:e,variant:t,size:r,disabled:n,active:o,animating:a,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"&&o?e.background.hoverable:"transparent",...t==="ghost"?{".sb-bar &":{background:o?Qt(.9,e.barTextColor):"transparent",color:o?e.barSelectedColor:e.barTextColor,"&:hover":{color:e.barHoverColor,background:Qt(.86,e.barHoverColor)},"&:active":{color:e.barSelectedColor,background:Qt(.9,e.barSelectedColor)},"&:focus":{boxShadow:`${Ou(e.barHoverColor,1)} 0 0 0 1px inset`,outline:"none"}}}:{},color:t==="solid"?e.color.lightest:t==="outline"?e.input.color:t==="ghost"&&o?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 u=e.color.secondary;return t==="solid"&&(u=e.color.secondary),t==="outline"&&(u=e.button.background),t==="ghost"?Qt(.86,e.color.secondary):e.base==="light"?Di(.02,u):Ax(.03,u)})()},"&:active":{color:t==="ghost"?e.color.secondary:void 0,background:(()=>{let u=e.color.secondary;return t==="solid"&&(u=e.color.secondary),t==="outline"&&(u=e.button.background),t==="ghost"?e.background.hoverable:e.base==="light"?Di(.02,u):Ax(.03,u)})()},"&:focus":{boxShadow:`${Ou(e.color.secondary,1)} 0 0 0 1px inset`,outline:"none"},"> svg":{animation:a&&i!=="none"?`${e.animation[i]} 1000ms ease-out`:""}})),jy=s.forwardRef(({padding:e="small",variant:t="ghost",...r},n)=>z.createElement(ga,{padding:e,variant:t,ref:n,...r}));jy.displayName="IconButton";var cT=hn({from:{opacity:0},to:{opacity:1}}),dQ=hn({from:{maxHeight:0},to:{}}),fQ=hn({from:{opacity:0,transform:"translate(-50%, -50%) scale(0.9)"},to:{opacity:1,transform:"translate(-50%, -50%) scale(1)"}}),dT=I.div({backdropFilter:"blur(24px)",position:"fixed",inset:0,width:"100%",height:"100%",zIndex:10,animation:`${cT} 200ms`}),fT=I.div(({theme:e,width:t,height:r})=>({backgroundColor:e.background.bar,borderRadius:6,boxShadow:"0px 4px 67px 0px #00000040",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:`${fQ} 200ms`,"&:focus-visible":{outline:"none"}})),pT=c(e=>z.createElement(sT,{asChild:!0},z.createElement(jy,{...e},z.createElement(QR,null))),"CloseButton"),pQ=I.div({display:"flex",flexDirection:"column",margin:16,gap:16}),hT=I.div({display:"flex",justifyContent:"space-between",gap:16}),mT=I.div({display:"flex",flexDirection:"column",gap:4}),hQ=c(e=>z.createElement(hT,null,z.createElement(mT,{...e}),z.createElement(pT,null)),"Header"),mQ=I(iT)(({theme:e})=>({margin:0,fontSize:e.typography.size.s3,fontWeight:e.typography.weight.bold})),gQ=I(lT)(({theme:e})=>({position:"relative",zIndex:1,margin:0,fontSize:e.typography.size.s2})),vQ=I.div({display:"flex",flexDirection:"row-reverse",gap:8}),gT=I.div(({theme:e})=>({maxHeight:100,overflow:"auto",animation:`${dQ} 300ms, ${cT} 300ms`,backgroundColor:e.background.critical,color:e.color.lightest,fontSize:e.typography.size.s2,"& > div":{position:"relative",padding:"8px 16px"}})),yQ=c(({children:e,...t})=>z.createElement(gT,{...t},z.createElement("div",null,e)),"Error");function vT({children:e,width:t,height:r,onEscapeKeyDown:n,onInteractOutside:o=c(u=>u.preventDefault(),"onInteractOutside"),className:a,container:i,...l}){return z.createElement(rT,{...l},z.createElement(nT,{container:i},z.createElement(oT,{asChild:!0},z.createElement(dT,null)),z.createElement(aT,{asChild:!0,onInteractOutside:o,onEscapeKeyDown:n},z.createElement(fT,{className:a,width:t,height:r},e))))}c(vT,"BaseModal");Object.assign(vT,uT,{Dialog:XR});I.div(({theme:e,col:t,row:r=1})=>t?{display:"inline-block",verticalAlign:"inherit","& > *":{marginLeft:t*e.layoutMargin,verticalAlign:"inherit"},[`& > *:first-child${Mw}`]:{marginLeft:0}}:{"& > *":{marginTop:r*e.layoutMargin},[`& > *:first-child${Mw}`]:{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{}}});var wQ=I.div(({theme:e})=>({fontWeight:e.typography.weight.bold})),bQ=I.div(),xQ=I.div(({theme:e})=>({padding:30,textAlign:"center",color:e.color.defaultText,fontSize:e.typography.size.s2-1})),DQ=c(({children:e,...t})=>{let[r,n]=s.Children.toArray(e);return z.createElement(xQ,{...t},z.createElement(wQ,null,r),n&&z.createElement(bQ,null,n))},"Placeholder");C4();function yT(e,t){var r=s.useRef(null),n=s.useRef(null);n.current=t;var o=s.useRef(null);s.useEffect(function(){a()});var a=s.useCallback(function(){var i=o.current,l=n.current,u=i||(l?l instanceof Element?l:l.current:null);r.current&&r.current.element===u&&r.current.subscriber===e||(r.current&&r.current.cleanup&&r.current.cleanup(),r.current={element:u,subscriber:e,cleanup:u?e(u):void 0})},[e]);return s.useEffect(function(){return function(){r.current&&r.current.cleanup&&(r.current.cleanup(),r.current=null)}},[]),s.useCallback(function(i){o.current=i,a()},[a])}c(yT,"useResolvedElement");function L5(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(L5,"extractSize");function Vy(e){e===void 0&&(e={});var t=e.onResize,r=s.useRef(void 0);r.current=t;var n=e.round||Math.round,o=s.useRef(),a=s.useState({width:void 0,height:void 0}),i=a[0],l=a[1],u=s.useRef(!1);s.useEffect(function(){return u.current=!1,function(){u.current=!0}},[]);var d=s.useRef({width:void 0,height:void 0}),f=yT(s.useCallback(function(h){return(!o.current||o.current.box!==e.box||o.current.round!==n)&&(o.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",y=L5(m,g,"inlineSize"),D=L5(m,g,"blockSize"),b=y?n(y):void 0,w=D?n(D):void 0;if(d.current.width!==b||d.current.height!==w){var v={width:b,height:w};d.current.width=b,d.current.height=w,r.current?r.current(v):u.current||l(v)}})}),o.current.instance.observe(h,{box:e.box}),function(){o.current&&o.current.instance.unobserve(h)}},[e.box,n]),e.ref);return s.useMemo(function(){return{ref:f,width:i.width,height:i.height}},[f,i.width,i.height])}c(Vy,"useResizeObserver");var EQ=I.div(({scale:e=1,elementHeight:t})=>({height:t||"auto",transformOrigin:"top left",transform:`scale(${1/e})`}));function CQ({scale:e,children:t}){let r=s.useRef(null),[n,o]=s.useState(0),a=s.useCallback(({height:i})=>{i&&o(i/e)},[e]);return s.useEffect(()=>{r.current&&o(r.current.getBoundingClientRect().height)},[e]),Vy({ref:r,onResize:a}),z.createElement(EQ,{scale:e,elementHeight:n},z.createElement("div",{ref:r,className:"innerZoomElementWrapper"},t))}c(CQ,"ZoomElement");var SQ=class extends s.Component{constructor(){super(...arguments),this.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 z.createElement(z.Fragment,null,t)}};c(SQ,"ZoomIFrame");h4();I.strong(({theme:e})=>({color:e.color.orange}));I.strong(({theme:e})=>({color:e.color.ancillary,textDecoration:"underline"}));I.em(({theme:e})=>({color:e.textMutedColor}));var kQ=I.label(({theme:e})=>({display:"flex",borderBottom:`1px solid ${e.appBorderColor}`,margin:"0 15px",padding:"8px 0","&:last-child":{marginBottom:"3rem"}})),AQ=I.span(({theme:e})=>({minWidth:100,fontWeight:e.typography.weight.bold,marginRight:15,display:"flex",justifyContent:"flex-start",alignItems:"center",lineHeight:"16px"})),FQ=c(({label:e,children:t,...r})=>z.createElement(kQ,{...r},e?z.createElement(AQ,null,z.createElement("span",null,e)):null,t),"Field");Ar();m4();var _Q=s.useLayoutEffect,IQ=_Q,RQ=c(function(e){var t=s.useRef(e);return IQ(function(){t.current=e}),t},"useLatest"),$x=c(function(e,t){if(typeof e=="function"){e(t);return}e.current=t},"updateRef"),zQ=c(function(e,t){var r=s.useRef();return s.useCallback(function(n){e.current=n,r.current&&$x(r.current,null),r.current=t,t&&$x(t,n)},[t])},"useComposedRef"),TQ=zQ,Lx={"min-height":"0","max-height":"none",height:"0",visibility:"hidden",overflow:"hidden",position:"absolute","z-index":"-1000",top:"0",right:"0"},BQ=c(function(e){Object.keys(Lx).forEach(function(t){e.style.setProperty(t,Lx[t],"important")})},"forceHiddenStyles"),Mx=BQ,it=null,Ox=c(function(e,t){var r=e.scrollHeight;return t.sizingStyle.boxSizing==="border-box"?r+t.borderSize:r-t.paddingSize},"getHeight");function wT(e,t,r,n){r===void 0&&(r=1),n===void 0&&(n=1/0),it||(it=document.createElement("textarea"),it.setAttribute("tabindex","-1"),it.setAttribute("aria-hidden","true"),Mx(it)),it.parentNode===null&&document.body.appendChild(it);var o=e.paddingSize,a=e.borderSize,i=e.sizingStyle,l=i.boxSizing;Object.keys(i).forEach(function(p){var m=p;it.style[m]=i[m]}),Mx(it),it.value=t;var u=Ox(it,e);it.value=t,u=Ox(it,e),it.value="x";var d=it.scrollHeight-o,f=d*r;l==="border-box"&&(f=f+o+a),u=Math.max(f,u);var h=d*n;return l==="border-box"&&(h=h+o+a),u=Math.min(h,u),[u,d]}c(wT,"calculateNodeHeight");var Px=c(function(){},"noop"),$Q=c(function(e,t){return e.reduce(function(r,n){return r[n]=t[n],r},{})},"pick"),LQ=["borderBottomWidth","borderLeftWidth","borderRightWidth","borderTopWidth","boxSizing","fontFamily","fontSize","fontStyle","fontWeight","letterSpacing","lineHeight","paddingBottom","paddingLeft","paddingRight","paddingTop","tabSize","textIndent","textRendering","textTransform","width","wordBreak"],MQ=!!document.documentElement.currentStyle,OQ=c(function(e){var t=window.getComputedStyle(e);if(t===null)return null;var r=$Q(LQ,t),n=r.boxSizing;if(n==="")return null;MQ&&n==="border-box"&&(r.width=parseFloat(r.width)+parseFloat(r.borderRightWidth)+parseFloat(r.borderLeftWidth)+parseFloat(r.paddingRight)+parseFloat(r.paddingLeft)+"px");var o=parseFloat(r.paddingBottom)+parseFloat(r.paddingTop),a=parseFloat(r.borderBottomWidth)+parseFloat(r.borderTopWidth);return{sizingStyle:r,paddingSize:o,borderSize:a}},"getSizingData"),PQ=OQ;function Uy(e,t,r){var n=RQ(r);s.useLayoutEffect(function(){var o=c(function(a){return n.current(a)},"handler");if(e)return e.addEventListener(t,o),function(){return e.removeEventListener(t,o)}},[])}c(Uy,"useListener");var NQ=c(function(e){Uy(window,"resize",e)},"useWindowResizeListener"),HQ=c(function(e){Uy(document.fonts,"loadingdone",e)},"useFontsLoadedListener"),jQ=["cacheMeasurements","maxRows","minRows","onChange","onHeightChange"],VQ=c(function(e,t){var r=e.cacheMeasurements,n=e.maxRows,o=e.minRows,a=e.onChange,i=a===void 0?Px:a,l=e.onHeightChange,u=l===void 0?Px:l,d=Q1(e,jQ),f=d.value!==void 0,h=s.useRef(null),p=TQ(h,t),m=s.useRef(0),g=s.useRef(),y=c(function(){var b=h.current,w=r&&g.current?g.current:PQ(b);if(w){g.current=w;var v=wT(w,b.value||b.placeholder||"x",o,n),x=v[0],E=v[1];m.current!==x&&(m.current=x,b.style.setProperty("height",x+"px","important"),u(x,{rowHeight:E}))}},"resizeTextarea"),D=c(function(b){f||y(),i(b)},"handleChange");return s.useLayoutEffect(y),NQ(y),HQ(y),s.createElement("textarea",oe({},d,{onChange:D,ref:p}))},"TextareaAutosize"),UQ=s.forwardRef(VQ),WQ={appearance:"none",border:"0 none",boxSizing:"inherit",display:" block",margin:" 0",background:"transparent",padding:0,fontSize:"inherit",position:"relative"},Wy=c(({theme:e})=>({...WQ,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"),qy=c(({size:e})=>{switch(e){case"100%":return{width:"100%"};case"flex":return{flex:1};case"auto":default:return{display:"inline"}}},"sizes"),bT=c(({align:e})=>{switch(e){case"end":return{textAlign:"right"};case"center":return{textAlign:"center"};case"start":default:return{textAlign:"left"}}},"alignment"),Gy=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"),qQ=Object.assign(I(s.forwardRef(c(function({size:e,valid:t,align:r,...n},o){return z.createElement("input",{...n,ref:o})},"Input")))(Wy,qy,bT,Gy,{minHeight:32}),{displayName:"Input"}),GQ=Object.assign(I(s.forwardRef(c(function({size:e,valid:t,align:r,...n},o){return z.createElement("select",{...n,ref:o})},"Select")))(Wy,qy,Gy,{height:32,userSelect:"none",paddingRight:20,appearance:"menulist"}),{displayName:"Select"}),YQ=Object.assign(I(s.forwardRef(c(function({size:e,valid:t,align:r,...n},o){return z.createElement(UQ,{...n,ref:o})},"Textarea")))(Wy,qy,bT,Gy,({height:e=400})=>({overflow:"visible",maxHeight:e})),{displayName:"Textarea"});Object.assign(I.form({boxSizing:"border-box",width:"100%"}),{Field:FQ,Input:qQ,Select:GQ,Textarea:YQ,Button:ga});s.lazy(()=>Promise.resolve().then(()=>(By(),Ty)).then(e=>({default:e.WithTooltip})));s.lazy(()=>Promise.resolve().then(()=>(By(),Ty)).then(e=>({default:e.WithTooltipPure})));I.div(({theme:e})=>({fontWeight:e.typography.weight.bold}));I.span();I.div(({theme:e})=>({marginTop:8,textAlign:"center","> *":{margin:"0 8px",fontWeight:e.typography.weight.bold}}));I.div(({theme:e})=>({color:e.color.defaultText,lineHeight:"18px"}));I.div({padding:15,width:280,boxSizing:"border-box"});I.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}));var KQ=Ke(K1(),1),QQ=I(({active:e,loading:t,disabled:r,...n})=>z.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:Qt(.7,t.color.defaultText)}:{}),XQ=I.span({display:"flex","& svg":{height:12,width:12,margin:"3px 0",verticalAlign:"top"},"& path":{fill:"inherit"}}),ZQ=I.span({flex:1,textAlign:"left",display:"flex",flexDirection:"column"},({isIndented:e})=>e?{marginLeft:24}:{}),JQ=I.span(({theme:e})=>({fontSize:"11px",lineHeight:"14px"}),({active:e,theme:t})=>e?{color:t.color.secondary}:{},({theme:e,disabled:t})=>t?{color:e.textMutedColor}:{}),eX=I.span(({active:e,theme:t})=>e?{color:t.color.secondary}:{},()=>({display:"flex",maxWidth:14})),tX=I.div(({theme:e})=>({width:"100%",border:"none",background:"none",fontSize:e.typography.size.s1,transition:"all 150ms ease-out",color:e.color.dark,textDecoration:"none",justifyContent:"space-between",lineHeight:"18px",padding:"7px 10px",display:"flex",alignItems:"center","& > * + *":{paddingLeft:10}}),({theme:e,href:t,onClick:r})=>(t||r)&&{cursor:"pointer","&:hover":{background:e.background.hoverable},"&:hover svg":{opacity:1}},({disabled:e})=>e&&{cursor:"not-allowed"}),rX=(0,KQ.default)(100)((e,t,r)=>({...e&&{as:"button",onClick:e},...t&&{as:"a",href:t,...r&&{as:r,to:t}}})),nX=c(({loading:e=!1,title:t=z.createElement("span",null,"Loading state"),center:r=null,right:n=null,active:o=!1,disabled:a=!1,isIndented:i,href:l=void 0,onClick:u=void 0,icon:d,LinkWrapper:f=void 0,...h})=>{let p={active:o,disabled:a},m=rX(u,l,f);return z.createElement(tX,{...h,...p,...m},z.createElement(z.Fragment,null,d&&z.createElement(eX,{...p},d),t||r?z.createElement(ZQ,{isIndented:!!(!d&&i)},t&&z.createElement(QQ,{...p,loading:e},t),r&&z.createElement(JQ,{...p},r)):null,n&&z.createElement(XQ,{...p},n)))},"ListItem"),oX=nX,aX=I.div({minWidth:180,overflow:"hidden",overflowY:"auto",maxHeight:15.5*32},({theme:e})=>({borderRadius:e.appBorderRadius})),iX=c(({id:e,onClick:t,...r})=>{let{active:n,disabled:o,title:a,href:i}=r,l=s.useCallback(u=>t==null?void 0:t(u,{id:e,active:n,disabled:o,title:a,href:i}),[t,e,n,o,a,i]);return z.createElement(oX,{id:`list-item-${e}`,...r,...t&&{onClick:l}})},"Item"),lX=c(({links:e,LinkWrapper:t,...r})=>{let n=e.some(o=>o.icon);return z.createElement(aX,{...r},e.map(o=>z.createElement(iX,{key:o.id,isIndented:n,LinkWrapper:t,...o})))},"TooltipLinkList");C4();var M5=I.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}}:{});M5.displayName="Side";var sX=c(({children:e,className:t,scrollable:r})=>r?z.createElement(dl,{vertical:!1,className:t},e):z.createElement("div",{className:t},e),"UnstyledBar"),xT=I(sX)(({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}:{});xT.displayName="Bar";var uX=I.div(({bgColor:e})=>({display:"flex",justifyContent:"space-between",position:"relative",flexWrap:"nowrap",flexShrink:0,height:40,backgroundColor:e||""})),DT=c(({children:e,backgroundColor:t,className:r,...n})=>{let[o,a]=s.Children.toArray(e);return z.createElement(xT,{className:`sb-bar ${r}`,...n},z.createElement(uX,{bgColor:t},z.createElement(M5,{scrollable:n.scrollable,left:!0},o),a?z.createElement(M5,{right:!0},a):null))},"FlexBar");DT.displayName="FlexBar";var cX=c(e=>typeof e.props.href=="string","isLink"),dX=c(e=>typeof e.props.href!="string","isButton");function ET({children:e,...t},r){let n={props:t,ref:r};if(cX(n))return z.createElement("a",{ref:n.ref,...n.props},e);if(dX(n))return z.createElement("button",{ref:n.ref,type:"button",...n.props},e);throw new Error("invalid props")}c(ET,"ForwardRefFunction");var CT=s.forwardRef(ET);CT.displayName="ButtonOrLink";var bl=I(CT,{shouldForwardProp:Ov})({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}});bl.displayName="TabButton";I.div(({theme:e})=>({width:14,height:14,backgroundColor:e.appBorderColor,animation:`${e.animation.glow} 1.5s ease-in-out infinite`}));I.div(()=>({marginTop:6,padding:7,height:28}));var fX=I.div(({theme:e})=>({height:"100%",display:"flex",padding:30,alignItems:"center",justifyContent:"center",flexDirection:"column",gap:15,background:e.background.content})),pX=I.div({display:"flex",flexDirection:"column",gap:4,maxWidth:415}),hX=I.div(({theme:e})=>({fontWeight:e.typography.weight.bold,fontSize:e.typography.size.s2-1,textAlign:"center",color:e.textColor})),mX=I.div(({theme:e})=>({fontWeight:e.typography.weight.regular,fontSize:e.typography.size.s2-1,textAlign:"center",color:e.textMutedColor})),gX=c(({title:e,description:t,footer:r})=>z.createElement(fX,null,z.createElement(pX,null,z.createElement(hX,null,e),t&&z.createElement(mX,null,t)),r),"EmptyTabContent"),vX=I.div(({active:e})=>e?{display:"block"}:{display:"none"}),yX=c(e=>s.Children.toArray(e).map(({props:{title:t,id:r,color:n,children:o}})=>{let a=Array.isArray(o)?o[0]:o;return{title:t,id:r,...n?{color:n}:{},render:typeof a=="function"?a:({active:i})=>z.createElement(vX,{active:i,role:"tabpanel"},a)}}),"childrenToList");By();var wX=I.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"})),bX=I(bl)(({active:e,theme:t,preActive:r})=>`
528
- color: ${r||e?t.barSelectedColor:t.barTextColor};
529
- .addon-collapsible-icon {
530
- color: ${r||e?t.barSelectedColor:t.barTextColor};
531
- }
532
- &:hover {
533
- color: ${t.barHoverColor};
534
- .addon-collapsible-icon {
535
- color: ${t.barHoverColor};
536
- }
537
- }
538
- `);function ST(e){let t=s.useRef(),r=s.useRef(),n=s.useRef(new Map),{width:o=1}=Vy({ref:t}),[a,i]=s.useState(e),[l,u]=s.useState([]),d=s.useRef(e),f=s.useCallback(({menuName:p,actions:m})=>{let g=l.some(({active:b})=>b),[y,D]=s.useState(!1);return z.createElement(z.Fragment,null,z.createElement(f1,{interactive:!0,visible:y,onVisibleChange:D,placement:"bottom",delayHide:100,tooltip:z.createElement(lX,{links:l.map(({title:b,id:w,color:v,active:x})=>({id:w,title:b,color:v,active:x,onClick:c(E=>{E.preventDefault(),m.onSelect(w)},"onClick")}))})},z.createElement(bX,{ref:r,active:g,preActive:y,style:{visibility:l.length?"visible":"hidden"},"aria-hidden":!l.length,className:"tabbutton",type:"button",role:"tab"},p,z.createElement(wX,{className:"addon-collapsible-icon",isActive:g||y}))),l.map(({title:b,id:w,color:v},x)=>{let E=`index-${x}`;return z.createElement(bl,{id:`tabbutton-${ZS(w)??E}`,style:{visibility:"hidden"},"aria-hidden":!0,tabIndex:-1,ref:S=>{n.current.set(w,S)},className:"tabbutton",type:"button",key:w,textColor:v,role:"tab"},b)}))},[l]),h=s.useCallback(()=>{if(!t.current||!r.current)return;let{x:p,width:m}=t.current.getBoundingClientRect(),{width:g}=r.current.getBoundingClientRect(),y=l.length?p+m-g:p+m,D=[],b=0,w=e.filter(v=>{let{id:x}=v,E=n.current.get(x),{width:S=0}=(E==null?void 0:E.getBoundingClientRect())||{},C=p+b+S>y;return(!C||!E)&&D.push(v),b+=S,C});(D.length!==a.length||d.current!==e)&&(i(D),u(w),d.current=e)},[l.length,e,a]);return s.useLayoutEffect(h,[h,o]),{tabRefs:n,addonsRef:r,tabBarRef:t,visibleList:a,invisibleList:l,AddonTab:f}}c(ST,"useList");var xX="/* emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason */",DX=I.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"}),kT=I.div({overflow:"hidden","&:first-of-type":{marginLeft:-3},whiteSpace:"nowrap",flexGrow:1});kT.displayName="TabBar";var EX=I.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${xX}`]:{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"}}:{}),Yy=s.memo(({children:e,selected:t=null,actions:r,absolute:n=!1,bordered:o=!1,tools:a=null,backgroundColor:i,id:l=null,menuName:u="Tabs",emptyState:d,showToolsWhenEmpty:f})=>{let h=s.useMemo(()=>yX(e).map((b,w)=>({...b,active:t?b.id===t:w===0})),[e,t]),{visibleList:p,tabBarRef:m,tabRefs:g,AddonTab:y}=ST(h),D=d??z.createElement(gX,{title:"Nothing found"});return!f&&h.length===0?D:z.createElement(DX,{absolute:n,bordered:o,id:l},z.createElement(DT,{scrollable:!1,border:!0,backgroundColor:i},z.createElement(kT,{style:{whiteSpace:"normal"},ref:m,role:"tablist"},p.map(({title:b,id:w,active:v,color:x},E)=>{let S=`index-${E}`;return z.createElement(bl,{id:`tabbutton-${ZS(w)??S}`,ref:C=>{g.current.set(w,C)},className:`tabbutton ${v?"tabbutton-active":""}`,type:"button",key:w,active:v,textColor:x,onClick:C=>{C.preventDefault(),r.onSelect(w)},role:"tab"},typeof b=="function"?z.createElement("title",null):b)}),z.createElement(y,{menuName:u,actions:r})),a),z.createElement(EX,{id:"panel-tab-content",bordered:o,absolute:n},h.length?h.map(({id:b,active:w,render:v})=>z.createElement(v,{key:b,active:w},null)):D))});Yy.displayName="Tabs";var Nx=class extends s.Component{constructor(t){super(t),this.handlers={onSelect:c(r=>this.setState({selected:r}),"onSelect")},this.state={selected:t.initial}}render(){let{bordered:t=!1,absolute:r=!1,children:n,backgroundColor:o,menuName:a}=this.props,{selected:i}=this.state;return z.createElement(Yy,{bordered:t,absolute:r,selected:i,backgroundColor:o,menuName:a,actions:this.handlers},n)}};c(Nx,"TabsState"),Nx.defaultProps={children:[],initial:null,absolute:!1,bordered:!1,backgroundColor:"",menuName:void 0};var CX=I.span(({theme:e})=>({width:1,height:20,background:e.appBorderColor,marginLeft:2,marginRight:2}),({force:e})=>e?{}:{"& + &":{display:"none"}});CX.displayName="Separator";var SX=I.svg`
539
- display: inline-block;
540
- shape-rendering: inherit;
541
- vertical-align: middle;
542
- fill: currentColor;
543
- path {
544
- fill: currentColor;
545
- }
546
- `;s.memo(c(function({icons:e=Object.keys(Hx)}){return z.createElement(SX,{viewBox:"0 0 14 14",style:{position:"absolute",width:0,height:0},"data-chromatic":"ignore"},e.map(t=>z.createElement("symbol",{id:`icon--${t}`,key:t},Hx[t])))},"Symbols"));var Hx={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"},kX=hn`
547
- from {
548
- transform: rotate(0deg);
549
- }
550
- to {
551
- transform: rotate(360deg);
552
- }
553
- `,AX=I.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:`${kX} 0.7s linear infinite`,mixBlendMode:"difference"})),jx=I.div({position:"absolute",display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"center",width:"100%",height:"100%"}),FX=I.div(({theme:e})=>({position:"relative",width:"80%",marginBottom:"0.75rem",maxWidth:300,height:5,borderRadius:5,background:Qt(.8,e.color.secondary),overflow:"hidden",cursor:"progress"})),_X=I.div(({theme:e})=>({position:"absolute",top:0,left:0,height:"100%",background:e.color.secondary})),Vx=I.div(({theme:e})=>({minHeight:"2em",fontSize:`${e.typography.size.s1}px`,color:e.barTextColor})),IX=I(KR)(({theme:e})=>({width:20,height:20,marginBottom:"0.5rem",color:e.textMutedColor})),RX=hn`
554
- from { content: "..." }
555
- 33% { content: "." }
556
- 66% { content: ".." }
557
- to { content: "..." }
558
- `,zX=I.span({"&::after":{content:"'...'",animation:`${RX} 1s linear infinite`,animationDelay:"1s",display:"inline-block",width:"1em",height:"auto"}}),$f=c(({progress:e,error:t,size:r,...n})=>{if(t)return z.createElement(jx,{"aria-label":t.toString(),"aria-live":"polite",role:"status",...n},z.createElement(IX,null),z.createElement(Vx,null,t.message));if(e){let{value:o,modules:a}=e,{message:i}=e;return a&&(i+=` ${a.complete} / ${a.total} modules`),z.createElement(jx,{"aria-label":"Content is loading...","aria-live":"polite","aria-valuemin":0,"aria-valuemax":100,"aria-valuenow":o*100,"aria-valuetext":i,role:"progressbar",...n},z.createElement(FX,null,z.createElement(_X,{style:{width:`${o*100}%`}})),z.createElement(Vx,null,i,o<1&&z.createElement(zX,{key:i})))}return z.createElement(AX,{"aria-label":"Content is loading...","aria-live":"polite",role:"status",size:r,...n})},"Loader");function TX(e){let t={},r=e.split("&");for(let n=0;n<r.length;n++){let o=r[n].split("=");t[decodeURIComponent(o[0])]=decodeURIComponent(o[1]||"")}return t}c(TX,"parseQuery");I.pre`
559
- line-height: 18px;
560
- padding: 11px 1rem;
561
- white-space: pre-wrap;
562
- background: rgba(0, 0, 0, 0.05);
563
- color: ${Y.darkest};
564
- border-radius: 3px;
565
- margin: 1rem 0;
566
- width: 100%;
567
- display: block;
568
- overflow: hidden;
569
- font-family: ${Kr.fonts.mono};
570
- font-size: ${Kr.size.s2-1}px;
571
- `;Object.keys(HU).forEach(e=>{s.forwardRef((t,r)=>s.createElement(e,{...t,ref:r}))});var BX=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),$X=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),LX=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),Ky=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),AT=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),FT=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),MX=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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}))),OX=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),PX=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M14 7A7 7 0 110 7a7 7 0 0114 0z",fill:e}))),_T=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),NX=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),O5=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}))),IT=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.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}),s.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})));const HX=I.div({display:"flex",alignItems:"center",fontSize:"14px",lineHeight:"22px"}),d0=I.div(({color:e})=>({color:e??"inherit",display:"inline-flex",flexDirection:"row",alignItems:"center",margin:"0 4px","&:first-of-type":{marginLeft:0},"& svg":{marginRight:5,width:10,height:10}})),Ym=I.div({"&::before":{content:"'/'",display:"block",marginRight:4}}),f0=I(jy)({marginTop:0,padding:0,height:"24px"}),jX=le(({successCount:e,failedCount:t,pendingCount:r,approvedCount:n,onClickByStatus:o,theme:a})=>A.jsxs(HX,{children:[A.jsx(f0,{onClick:()=>{o("pending")},children:A.jsxs(d0,{color:a==null?void 0:a.color.mediumdark,children:[A.jsx(IT,{}),r]})}),A.jsx(Ym,{}),A.jsx(f0,{onClick:()=>{o("success")},children:A.jsxs(d0,{color:a==null?void 0:a.color.green,children:[A.jsx(Ky,{})," ",e]})}),A.jsx(Ym,{}),A.jsx(f0,{onClick:()=>{o("failed")},children:A.jsxs(d0,{color:a==null?void 0:a.color.negative,children:[A.jsx(FT,{})," ",t]})}),A.jsx(Ym,{}),A.jsx(f0,{onClick:()=>{o("approved")},children:A.jsxs(d0,{color:a==null?void 0:a.color.defaultText,children:[A.jsx(_T,{})," ",n]})})]})),VX=le(I.input(({theme:e})=>({appearance:"none",border:"none",boxSizing:"border-box",display:"block",outline:"none",width:"100%",background:"transparent",padding:0,fontSize:"inherit","&:-webkit-autofill":{WebkitBoxShadow:`0 0 0 3em ${e.color.lightest} inset`},"::placeholder":{color:e.color.mediumdark},"&:placeholder-shown ~ button":{opacity:0}}))),UX=le(I.button(({theme:e})=>({border:0,margin:0,padding:4,textDecoration:"none",background:e.appBorderColor,borderRadius:"1em",cursor:"pointer",opacity:1,transition:"all 150ms ease-out",position:"absolute",top:"50%",transform:"translateY(-50%)",right:2,"> svg":{display:"block",height:8,width:8,color:e.input.color,transition:"all 150ms ease-out"}}))),WX=le(I.form(({theme:e,focussed:t})=>({transition:"all 150ms ease-out",borderBottom:"1px solid transparent",borderBottomColor:e.appBorderColor,outline:0,position:"relative",color:e.input.color,input:{color:e.input.color,fontSize:e.typography.size.s2-1,lineHeight:"20px",paddingTop:2,paddingBottom:2,paddingLeft:20,paddingRight:20},"> svg":{transition:"all 150ms ease-out",position:"absolute",top:"50%",height:12,width:12,transform:"translateY(-50%)",zIndex:1,background:"transparent",path:{transition:"all 150ms ease-out",fill:"currentColor",opacity:t?1:.3}}}))),qX=({onChange:e,value:t})=>{const{setSidebarFocusedItem:r}=_l(),[n,o]=s.useState(!1),a=s.useRef(null);return A.jsxs(WX,{autoComplete:"off",focussed:n,onReset:()=>{e("")},onSubmit:i=>{i.preventDefault()},children:[A.jsx(VX,{type:"text",ref:a,onFocus:()=>{o(!0),r(null)},onBlur:()=>{o(!1)},onChange:i=>{e(i.target.value)},placeholder:"search by status or substring",value:t}),A.jsx(BX,{}),A.jsx(UX,{tabIndex:-1,type:"reset",value:"reset",title:"Clear search",children:A.jsx(AT,{})})]})},GX=le(I.div(({theme:e})=>({padding:"24px 36px 8px",background:e.background.content,height:"130px",zIndex:5,position:"sticky",top:"0"}))),YX=I.div({display:"flex",justifyContent:"space-between"}),KX=I.h2({fontWeight:"normal",margin:0}),Ux=le(I(ga)(({theme:e})=>({display:"flex",justifyContent:"center",transform:"none",width:"60px",padding:"8px 12px","& svg":{width:"24px",height:"24px",marginRight:0},"&:active svg path":{fill:e.color.inverseText}}))),Wx=I.div(({left:e,right:t,top:r,bottom:n})=>({marginLeft:e??0,marginRight:t??0,marginTop:r??0,marginBottom:n??0})),QX=e=>{let t=null;const r=[];return e.split(" ").filter(Boolean).map(o=>o.toLowerCase()).forEach(o=>{const[,a]=/^status:(failed|success|pending)$/i.exec(o)??[];if(a)return t=a;r.push(o)}),{status:t,subStrings:r}};function XX({testsStatus:e,onStop:t,onStart:r,filter:n,onFilterChange:o,canStart:a}){const{isReport:i,isRunning:l}=s.useContext(d4),[u,d]=s.useState(""),f=p=>{p===n.status?(d(n.subStrings.join(" ")),o({status:null,subStrings:n.subStrings})):(d(n.subStrings.join(" ")+" status:"+p),o({status:p,subStrings:n.subStrings}))},h=p=>{d(p),o(QX(p))};return A.jsxs(GX,{children:[A.jsxs(YX,{children:[A.jsxs("div",{children:[A.jsx(KX,{children:"colin.creevey"}),A.jsx(jX,{...e,onClickByStatus:f})]}),i?null:A.jsx(Wx,{top:"10px",children:l?A.jsx(Ux,{variant:"outline",onClick:t,children:A.jsx($X,{})}):A.jsx(Ux,{variant:"outline",onClick:r,disabled:!a,children:A.jsx(LX,{})})})]}),A.jsx(Wx,{top:"24px",bottom:"24px",children:A.jsx(qX,{onChange:h,value:u})})]})}const ZX=le(I.label(({theme:e,disabled:t})=>({display:"inline-flex",alignItems:"baseline",position:"relative",whiteSpace:"nowrap",cursor:"pointer",fontSize:e.typography.size.s1,padding:"0px",pointerEvents:t?"none":"auto",input:{display:"inline-block",opacity:"0",width:0,height:0,position:"absolute",zIndex:-1,"&:focus + span":{outline:"none",boxShadow:`${Ii(.5,e.color.defaultText)} 0 0 0 1px inset`}}}))),JX=le(I.span(({theme:e})=>({display:"inline-block",width:"16px",height:"16px",border:e.appBorderColor,borderRadius:e.input.borderRadius,margin:"2px",boxShadow:`${Ii(.8,e.color.defaultText)} 0 0 0 1px inset`,color:Ii(.3,e.color.defaultText),background:e.background.content,"&:hover, &:focus":{outline:"none",boxShadow:`${Ii(.5,e.color.defaultText)} 0 0 0 1px inset`}}))),eZ=I(PX)({margin:"4px",verticalAlign:"baseline"}),tZ=I(Ky)({margin:"2px",verticalAlign:"baseline"}),RT=I.span({paddingLeft:"8px",verticalAlign:"middle",alignSelf:"center",lineHeight:"18px"});class zT extends z.Component{constructor(){super(...arguments);Or(this,"state",{indeterminate:!1});Or(this,"handleIndeterminateChange",r=>{this.setState({indeterminate:r})});Or(this,"setIndeterminate",()=>{this.handleIndeterminateChange(!0)});Or(this,"resetIndeterminate",()=>{this.handleIndeterminateChange(!1)})}render(){const{checked:r,disabled:n,onValueChange:o}=this.props,{indeterminate:a}=this.state;return A.jsxs(ZX,{disabled:n,children:[A.jsx("input",{type:"checkbox",onChange:i=>{o(i.target.checked)},checked:r??!1}),A.jsx(JX,{children:a?A.jsx(eZ,{width:"8",height:"8"}):r?A.jsx(tZ,{width:"12",height:"12"}):" "})]})}}const rZ=I.span({width:"16px",height:"13px",padding:1,display:"inline-block"}),Ol={position:"relative",top:"1px",verticalAlign:"baseline"},nZ=I(FT)(Ol),oZ=I(Ky)(Ol),aZ=I(_T)(Ol),iZ=I(MX)(Ol),lZ=I(IT)(Ol),sZ=I(OX)(Ol),uZ=I($f)({top:"12px",left:"unset",marginLeft:"0px"}),TT=le(({inverted:e,status:t,skip:r,theme:n})=>{let o=null;switch(t){case"failed":{o=A.jsx(nZ,{color:e?n.color.lightest:n.color.negative});break}case"success":{o=A.jsx(oZ,{color:e?n.color.lightest:n.color.green});break}case"approved":{o=A.jsx(aZ,{color:e?n.color.lightest:n.color.mediumdark});break}case"running":{o=A.jsx(uZ,{size:10});break}case"pending":{o=A.jsx(lZ,{color:e?n.color.lightest:n.color.mediumdark});break}default:{r?o=A.jsx(iZ,{color:e?n.color.lightest:void 0}):o=A.jsx(sZ,{color:e?n.color.lightest:void 0});break}}return A.jsx(rZ,{children:o})}),BT=le(I.div(({theme:e,disabled:t,active:r,focused:n})=>({position:"relative",width:"100%",height:"28px",lineHeight:"20px",display:"flex",background:r?e.color.secondary:n?e.background.hoverable:"none",color:r?e.color.inverseText:"inherit",outline:n?`1px solid ${e.color.ancillary}`:"none",...t?{color:e.color.mediumdark,pointerEvents:"none"}:{},"&:hover, &.hover":r?{}:{background:e.background.hoverable}}))),$T=le(I.button(({theme:e,active:t})=>({flexGrow:1,boxSizing:"border-box",appearance:"none",padding:"4px 16px 4px 8px",lineHeight:"18px",cursor:"pointer",border:"none",zIndex:1,textAlign:"left",background:"none",outline:"none",color:t?e.color.inverseText:"inherit"}))),LT={paddingRight:"4px",display:"inline-block",width:"12px",height:"18px",verticalAlign:"unset"},cZ=I(NX)(LT),dZ=I(O5)(LT),MT=I.span(({padding:e})=>({paddingLeft:e,whiteSpace:"normal",display:"grid",gridTemplateColumns:"repeat(2, min-content) auto"})),OT=I.span({paddingLeft:"4px",whiteSpace:"nowrap",overflowX:"hidden",textOverflow:"ellipsis"});function qx({title:e,suite:t,"data-testid":r}){const{onSuiteOpen:n,onSuiteToggle:o,sidebarFocusedItem:a,setSidebarFocusedItem:i}=_l(),l=s.useRef(null),u=s.useRef(null),d=s.useMemo(()=>Array.isArray(a)&&a.length===t.path.length&&a.every(g=>t.path.includes(g)),[t,a]);s.useEffect(()=>{var g,y;return t.indeterminate?(g=l.current)==null?void 0:g.setIndeterminate():(y=l.current)==null?void 0:y.resetIndeterminate()},[t.indeterminate]),s.useEffect(()=>{var g;d&&((g=u.current)==null||g.focus())},[d]);const f=t.path.length==0,h=g=>{o(t.path,g)},p=()=>{f||(n(t.path,!t.opened),i(t.path))},m=()=>{i(t.path)};return A.jsxs(BT,{focused:d,children:[A.jsx(RT,{children:A.jsx(zT,{ref:l,checked:t.skip?!1:t.checked,disabled:!!t.skip,onValueChange:h})}),A.jsx($T,{onClick:p,onFocus:m,"data-testid":r,ref:u,children:A.jsxs(MT,{padding:(t.path.length-1)*8,children:[de(t)||!!t.path.length&&(t.opened?A.jsx(cZ,{}):A.jsx(dZ,{})),A.jsx(TT,{status:t.status,skip:t.skip}),A.jsx(OT,{children:e})]})})]})}const fZ=I(MT)({gridTemplateColumns:"min-content auto"});function pZ({title:e,opened:t,test:r}){var m;const{onSuiteToggle:n,sidebarFocusedItem:o,setSidebarFocusedItem:a}=_l(),{onOpenTest:i}=s.useContext(PT),l=s.useRef(null),u=(((m=r.results)==null?void 0:m.length)??0)==0,d=s.useMemo(()=>Gt(r),[r]),f=s.useMemo(()=>Array.isArray(o)&&d.length===o.length&&d.every(g=>o.includes(g)),[d,o]),h=s.useCallback(g=>{n(d,g)},[d,n]);s.useEffect(()=>{var g;f&&((g=l.current)==null||g.focus())},[f]);const p=s.useCallback(()=>{i(r),a(Gt(r))},[r,i,a]);return A.jsxs(BT,{disabled:u,active:t,focused:f,children:[A.jsx(RT,{children:A.jsx(zT,{checked:r.skip?!1:r.checked,disabled:!!r.skip,onValueChange:h})}),A.jsx($T,{onClick:p,disabled:u,ref:l,children:A.jsxs(fZ,{padding:(d.length+1)*8,children:[A.jsx(TT,{inverted:t,status:r.status,skip:r.skip}),A.jsx(OT,{children:e})]})})]})}const hZ=le(I.div(({theme:e})=>({padding:"24px 32px 8px",background:e.background.content,height:"50px",zIndex:5,position:"sticky",bottom:"0"}))),mZ=I.div({display:"flex",justifyContent:"space-between"});function gZ(){const{onApproveAll:e,onImageApprove:t,onImageNext:r}=_l(),[n,o]=s.useState(!1),a=s.useCallback(l=>{l.code==="AltLeft"&&(l.preventDefault(),o(!0))},[]),i=s.useCallback(l=>{l.code==="AltLeft"&&(l.preventDefault(),o(!1))},[]);return s.useEffect(()=>(document.addEventListener("keydown",a,!1),document.addEventListener("keyup",i,!1),()=>{document.removeEventListener("keydown",a,!1),document.removeEventListener("keyup",i,!1)}),[a,i]),A.jsx(hZ,{children:A.jsxs(mZ,{children:[n?A.jsxs(ga,{variant:"outline",size:"medium",onClick:r,disabled:!t,children:["Next",A.jsx(O5,{})]}):A.jsxs(ga,{variant:"solid",size:"medium",onClick:t,disabled:!t,children:["Approve",A.jsx(O5,{})]}),A.jsx(ga,{variant:"outline",size:"medium",onClick:e,children:"Approve all"})]})})}const PT=s.createContext({onOpenTest:Rt}),vZ=le(I.div(({theme:e})=>({width:"300px",boxShadow:`0 0 5px ${Ii(.8,e.color.defaultText)}`,zIndex:1e3,background:e.background.content}))),yZ=I.div({height:"calc(100vh - 245px)",width:300,flex:"none",overflowY:"auto",position:"sticky",top:"0",left:"0"}),Gx=le(I.div(({theme:e,position:t})=>({[t]:"0px",position:"sticky",boxShadow:`0 0 5px 2.5px ${Ii(.8,e.color.defaultText)}`,zIndex:3}))),wZ=I.div({marginBottom:"30px",paddingTop:"9px"}),bZ=I.div({marginBottom:"8px",position:"relative",height:"100%"}),Yx=le(I.div(({theme:e,position:t})=>({...t==="top"?{position:"absolute"}:{position:"relative",bottom:"8px",marginBottom:"-8px"},height:"8px",width:"100%",zIndex:4,background:e.background.content})));function xZ({rootSuite:e,testId:t,onOpenTest:r,filter:n,setFilter:o}){const{onStart:a,onStop:i}=_l(),l=l4(e,n),u=GN(e),d=s4(l),f=i4(e).length,h=()=>{a(l)};return A.jsx(PT.Provider,{value:{onOpenTest:r},children:A.jsxs(vZ,{children:[A.jsx(XX,{testsStatus:u,filter:n,onFilterChange:o,onStart:h,onStop:i,canStart:f!==0}),A.jsxs(yZ,{children:[A.jsxs(dl,{vertical:!0,children:[A.jsx(Gx,{position:"top"}),A.jsxs(bZ,{children:[A.jsx(Yx,{position:"top"}),A.jsx(wZ,{children:A.jsx(qx,{title:"Select all",suite:e,"data-testid":"selectAll"})}),d.map(({title:p,suite:m})=>de(m)?A.jsx(pZ,{title:p,opened:m.id==t,test:m},m.id):A.jsx(qx,{title:p,suite:m,"data-testid":p},m.path.join("/")))]}),A.jsx(Yx,{position:"bottom"})]}),A.jsx(Gx,{position:"bottom"})]}),A.jsx(gZ,{})]})})}const rn={actual:"negative",expect:"positive",diff:"secondary"},DZ=(e,t)=>t in e.color;function nn(e,t){return DZ(e,t)?e.color[t]:t}function Lf(){var e;(e=window.__CREEVEY_SET_READY_FOR_CAPTURE__)==null||e.call(window)}const EZ=I.div({display:"flex",flexWrap:"nowrap",alignItems:"center",justifyContent:"center",height:"100%",width:"100%"}),CZ=I.div(({layout:e})=>({display:"flex",alignItems:"flex-start",justifyContent:"flex-start",flexDirection:e=="horizontal"?"row":"column","& > :not(:first-of-type)":{marginLeft:e=="horizontal"?"20px":0,marginTop:e=="horizontal"?0:"20px"}})),Kx=I.a({lineHeight:0,flexShrink:0}),SZ=I.a({lineHeight:0}),P5=I.img(({borderColor:e})=>({boxSizing:"border-box",border:`1px solid ${e}`,maxWidth:"100%",flexShrink:0})),kZ=I(P5)({flexShrink:1}),AZ=le(({actual:e,diff:t,expect:r,theme:n})=>{const[o,a]=s.useState("horizontal"),[i,l]=s.useState(1),u=s.useRef(null),d=s.useRef(null),f=s.useRef(null),h=s.useRef(null),p=q1(r,t,e),m=s.useCallback(()=>{const g=u.current,y=d.current,D=f.current,b=h.current;if(!g||!y||!b||!D||!p){l(1);return}const w=u4(D);if(o=="vertical"){const v=(D.getBoundingClientRect().width-w*2)/D.naturalWidth;l(Math.min(1,v))}if(o=="horizontal"){const v=(g.getBoundingClientRect().width-40-w*6)/[y,D,b].map(x=>x.naturalWidth).reduce((x,E)=>x+E,0);l(Math.min(1,v))}},[p,o]);return WS(u,m),s.useLayoutEffect(m,[m]),s.useLayoutEffect(()=>{const g=f.current;if(!g||!p)return;const y=g.naturalWidth/g.naturalHeight;a(y>=2?"vertical":"horizontal")},[p]),bo(d,i),bo(h,i),s.useEffect(()=>{p&&Lf()},[p]),A.jsx(EZ,{ref:u,children:p?A.jsxs(CZ,{layout:o,children:[A.jsx(Kx,{href:r,target:"_blank",rel:"noopener noreferrer",children:A.jsx(P5,{ref:d,borderColor:nn(n,rn.expect),alt:"expect",src:r})}),A.jsx(SZ,{href:t,target:"_blank",rel:"noopener noreferrer",children:A.jsx(kZ,{ref:f,borderColor:nn(n,rn.diff),alt:"diff",src:t})}),A.jsx(Kx,{href:e,target:"_blank",rel:"noopener noreferrer",children:A.jsx(P5,{ref:h,borderColor:nn(n,rn.actual),alt:"actual",src:e})})]}):A.jsx($f,{size:64})})}),FZ=I.div({position:"relative",display:"flex"}),NT=I.img(({borderColor:e})=>({boxSizing:"border-box",border:`1px solid ${e}`,maxWidth:"100%"})),Qx=I(NT)({position:"absolute"}),_Z=I(NT)({cursor:"pointer",outline:"none",opacity:0,zIndex:1}),IZ=le(({theme:e,expect:t,actual:r,diff:n})=>{const[o,a]=s.useState("actual"),i=s.useRef(null),l=s.useRef(null),u=s.useRef(null),d=q1(t,n,r),f=c4(l,d);bo(i,f,o),bo(u,f,o);const h=s.useCallback(()=>{a(m=>m=="actual"?"expect":"actual")},[]),p=s.useCallback(m=>{m.code==="Space"&&m.altKey&&(m.preventDefault(),h())},[h]);return s.useEffect(()=>(document.addEventListener("keydown",p,!1),()=>{document.removeEventListener("keydown",p,!1)}),[p]),s.useEffect(()=>{d&&Lf()},[d]),d?A.jsxs(FZ,{children:[A.jsx(Qx,{ref:i,borderColor:nn(e,rn.expect),alt:"expect",src:t,hidden:o!="expect"}),A.jsx(_Z,{ref:l,borderColor:"transparent",tabIndex:0,alt:"diff",src:n,onClick:h}),A.jsx(Qx,{ref:u,borderColor:nn(e,rn.actual),alt:"actual",src:r,hidden:o!="actual"})]}):A.jsx($f,{size:64})}),RZ=I.div({position:"relative",display:"flex"}),zZ=I.input({position:"absolute",cursor:"ew-resize",appearance:"none",background:"none",boxShadow:"none",outline:"none",height:"100%",width:"100%",margin:"0",zIndex:1,"&::-webkit-slider-runnable-track":{height:"100%"},"&::-webkit-slider-thumb":{boxShadow:"0 0 0 0.5px #888",height:"100%",width:"0px",appearance:"none"},"&::-moz-focus-outer":{border:"0"},"&::-moz-range-track":{height:"0"},"&::-moz-range-thumb":{border:"none",boxShadow:"0 0 0 0.5px #888",height:"100%",width:"0px"}}),Xx=I.div({position:"absolute",width:"100%",height:"100%",overflow:"hidden"}),Zx=le(I.div(({theme:e})=>({background:e.base=="light"?e.color.mediumlight:e.color.darker,position:"relative",width:"100%",height:"100%",display:"flex"}))),HT=I.img(({borderColor:e})=>({boxSizing:"border-box",border:`1px solid ${e}`,maxWidth:"100%"})),Jx=I(HT)({position:"absolute"}),TZ=I(HT)({opacity:"0"}),BZ=le(({actual:e,diff:t,expect:r,theme:n})=>{const[o,a]=s.useState(0),i=s.useRef(null),l=s.useRef(null),u=s.useRef(null),d=s.useRef(null),f=s.useRef(null),h=q1(r,t,e),p=c4(d,h);bo(u,p),bo(f,p);const m=s.useCallback(g=>{if(!i.current||!l.current)return;const y=Number(g.target.value);i.current.style.right=`${100-y}%`,l.current.style.left=`${100-y}%`},[]);return s.useLayoutEffect(()=>{h&&d.current&&a(100/d.current.getBoundingClientRect().width)},[h,p]),s.useLayoutEffect(()=>{h&&i.current&&l.current&&(i.current.style.right="100%",l.current.style.left="100%")},[h]),s.useEffect(()=>{h&&Lf()},[h]),h?A.jsxs(RZ,{children:[A.jsx(zZ,{"data-testid":"slider",type:"range",min:0,max:100,defaultValue:0,step:o,onChange:m}),A.jsx(Xx,{children:A.jsx(Zx,{children:A.jsx(Jx,{ref:f,borderColor:nn(n,rn.actual),alt:"actual",src:e})})}),A.jsx(Xx,{ref:i,children:A.jsx(Zx,{ref:l,children:A.jsx(Jx,{ref:u,borderColor:nn(n,rn.expect),alt:"expect",src:r})})}),A.jsx(TZ,{ref:d,borderColor:"transparent",alt:"diff",src:t})]}):A.jsx($f,{size:64})}),$Z=I.div({position:"relative",display:"flex",filter:"invert(100%)"}),eD=I.div({position:"absolute",width:"100%",height:"100%",display:"flex"}),Qy=I.img(({borderColor:e})=>({boxSizing:"border-box",border:`1px solid ${e}`,maxWidth:"100%",filter:"invert(100%)"})),LZ=I(Qy)({mixBlendMode:"difference"}),MZ=I(Qy)({opacity:"0"}),OZ=le(({actual:e,diff:t,expect:r,theme:n})=>{const o=s.useRef(null),a=s.useRef(null),i=s.useRef(null),l=q1(r,t,e),u=c4(a,l);return bo(o,u,l),bo(i,u,l),s.useEffect(()=>{l&&Lf()},[l]),A.jsxs($Z,{children:[A.jsx(eD,{children:A.jsx(Qy,{ref:o,borderColor:nn(n,rn.expect),alt:"expect",src:r})}),A.jsx(MZ,{ref:a,borderColor:"transparent",alt:"diff",src:t}),A.jsx(eD,{children:A.jsx(LZ,{ref:i,borderColor:nn(n,rn.actual),alt:"actual",src:e})})]})}),PZ={"side-by-side":AZ,swap:IZ,slide:BZ,blend:OZ},NZ=I.div({height:"100%",display:"flex",textAlign:"center",alignItems:"center",justifyContent:"center",padding:"0 20px"}),HZ=I.a({lineHeight:0}),jZ=le(I.img(({theme:e})=>({border:`1px solid ${nn(e,rn.expect)}`,maxWidth:"100%"})));function ps(e,t){return t?`${t}/${e}`:e}function VZ({url:e,image:t,canApprove:r,mode:n}){const o=PZ[n],{actual:a,diff:i,expect:l}=t;return A.jsx(NZ,{children:r&&i&&l?A.jsx(o,{actual:ps(a,e),diff:ps(i,e),expect:ps(l,e)}):A.jsx(HZ,{href:ps(a,e),target:"_blank",rel:"noopener noreferrer",children:A.jsx(jZ,{alt:"actual",src:ps(a,e)})})})}const Rs=64,Nn=(2*(Rs-8)**2)**(1/2),UZ=I.button(({borderColor:e})=>({appearance:"none",background:"none",color:"inherit",font:"inherit",cursor:"pointer",outline:"none",zIndex:1,margin:"0 10px",border:"2px solid transparent",borderColor:e??"transparent","&:first-of-type":{marginLeft:0}})),WZ=le(I.img(({hasBorder:e,backgroundColor:t,theme:r})=>({maxHeight:`${Rs}px`,width:`${Rs}px`,overflow:"hidden",transform:e?"translateY(2px)":void 0,"&::before":{content:"' '",display:"block",height:`${Rs-8}px`,width:`${Rs-8}px`,margin:"4px",backgroundColor:t,backgroundImage:`linear-gradient(
572
- 45deg,
573
- rgba(0, 0, 0, 0) ${Nn/2-.5}px,
574
- ${r.color.medium} ${Nn/2-.5}px,
575
- ${r.color.medium} ${Nn/2+.5}px,
576
- rgba(0, 0, 0, 0) ${Nn/2+.5}px
577
- ),
578
- linear-gradient(
579
- 315deg,
580
- rgba(0, 0, 0, 0) ${Nn/2+.2}px,
581
- ${r.color.medium} ${Nn/2+.2}px,
582
- ${r.color.medium} ${Nn/2+1.2}px,
583
- rgba(0, 0, 0, 0) ${Nn/2+1.2}px
584
- )`}}))),qZ=le(({isActive:e,onClick:t,imageName:r,url:n,theme:o,error:a})=>{const i=()=>{t(r)};return A.jsx(UZ,{onClick:i,borderColor:e?o.barSelectedColor:a?o.color.negative:void 0,children:A.jsx(WZ,{hasBorder:e||a,src:n,alt:r,backgroundColor:o.background.content})})}),jT="Creevey_view_mode",Zn=["side-by-side","swap","slide","blend"],GZ=()=>{const e=localStorage.getItem(jT);return e&&Zn.includes(e)?e:"side-by-side"},YZ=I.div({margin:"24px 44px 0"}),KZ=le(I.div(({theme:e})=>({marginTop:"8px",padding:"8px",background:e.background.negative,color:e.color.negative,borderRadius:"2px",display:"flex",alignItems:"baseline","& svg":{margin:"0 5px",width:8,height:8},"& pre":{margin:"0 4px",padding:0,lineHeight:"22px"}}))),QZ=I.h1({margin:0,marginBottom:"8px"}),XZ=le(I.span(({theme:e})=>({padding:"0 8px",color:e.color.mediumdark}))),ZZ=I.div({display:"flex",margin:"16px 0 8px"});function JZ({title:e,imageName:t,images:r={},errorMessage:n,showViewModes:o,viewMode:a,imagesWithError:i=[],onImageChange:l,onViewModeChange:u}){var p;const d=Object.entries(r),f=m=>{u(m)};s.useEffect(()=>{if(t===""){if(i.length>0){l(i[0]);return}const m=Object.keys(r).at(0);m&&l(m)}},[t,r,i,l]);const h=n||i.includes(t)?((p=r[t])==null?void 0:p.error)??n:null;return A.jsxs(YZ,{children:[A.jsx(QZ,{children:e.flatMap(m=>[m,A.jsx(XZ,{children:"/"},m)]).slice(0,-1)}),h&&A.jsxs(KZ,{children:[A.jsx(AT,{}),A.jsx("pre",{children:h})]}),d.length>1?A.jsx(ZZ,{children:d.map(([m,g])=>A.jsx(qZ,{imageName:m,url:`${US(e,m)}/${g.actual}`,isActive:m===t,onClick:l,error:i.includes(m)},m))}):null,o&&A.jsx(Yy,{selected:a,actions:{onSelect:f},children:Zn.map(m=>A.jsx("div",{id:m,title:m},m))})]})}function eJ(e){const t=(n,o)=>{switch(n){case".":return A.jsx(bl,{disabled:!0,autoFocus:!1,content:"",nonce:"",rel:"",rev:"",children:"..."},`dots${o<5?"Left":"Right"}`);default:return A.jsx(bl,{rel:n,rev:n,autoFocus:!1,nonce:n,content:n,onClick:()=>{r(n)},active:e.activePage===n,children:n},n)}},r=n=>{const o=Number(n);1<=o&&n!==e.activePage&&o<=e.pagesCount&&e.onPageChange(o)};return A.jsx("div",{children:tJ(e.activePage,e.pagesCount).map(t)})}function tJ(e,t){const r=Number(e),n=[],o=Math.max(Math.min(r-2,t-4),1),a=Math.min(Math.max(5,r+2),t),i=o>3,l=i?o:1,u=a<t-2,d=u?a:t;i&&n.push("1",".");for(let f=l;f<=d;++f)n.push(`${f}`);return u&&n.push("."),u&&isFinite(t)&&n.push(`${t}`),n}const rJ=le(I.div(({theme:e})=>({display:"flex",padding:"24px 32px 20px",justifyContent:"space-between",background:e.background.content})));function nJ({retriesCount:e,retry:t,onRetryChange:r}){return A.jsx(rJ,{children:A.jsx(eJ,{activePage:`${t}`,onPageChange:r,pagesCount:e})})}const oJ=I.div({width:"100%",height:"100%",boxSizing:"border-box",display:"flex",flexDirection:"column"}),aJ=I.div(({theme:e})=>({background:e.base=="light"?e.color.mediumlight:e.color.darker,flexGrow:1,padding:"20px 0"})),iJ=I.div({position:"sticky",top:0,zIndex:1}),lJ=I.div({flexGrow:1,minHeight:0}),sJ=I.div({position:"sticky",bottom:0,zIndex:1}),uJ=I.div(({height:e="100vh"})=>({height:e,width:"100%",overflowY:"hidden",display:"flex",flexDirection:"column"}));function cJ({path:e,results:t=[],approved:r,theme:n,height:o,retry:a,imageName:i,onImageChange:l,onRetryChange:u}){var w;const d=t[a-1]??{},[f,h]=s.useState(GZ()),p=US(e,i),m=(w=d.images)==null?void 0:w[i],g=!!(m&&(r==null?void 0:r[i])!=a-1&&d.status!="success"),y=g&&!!(m!=null&&m.diff&&m.expect),D=d.images?Object.keys(d.images).filter(v=>{var x,E;return d.status!="success"&&(r==null?void 0:r[v])!=a-1&&((E=(x=d.images)==null?void 0:x[v])==null?void 0:E.error)!=null}):[],b=s.useCallback(v=>{g&&v.code==="Tab"&&(v.preventDefault(),v.shiftKey?h(x=>Zn.at((Zn.indexOf(x)-1)%Zn.length)):h(x=>Zn.at((Zn.indexOf(x)+1)%Zn.length)))},[g]);return s.useEffect(()=>{localStorage.setItem(jT,f)},[f]),s.useEffect(()=>(document.addEventListener("keydown",b,!1),()=>{document.removeEventListener("keydown",b,!1)}),[b]),A.jsxs(uJ,{height:o,children:[A.jsx(iJ,{children:A.jsx(JZ,{title:e,imageName:i,images:d.images,errorMessage:d.error,showViewModes:y,viewMode:f,onViewModeChange:h,onImageChange:l,imagesWithError:D})}),A.jsx(lJ,{children:A.jsx(dl,{vertical:!0,children:A.jsx(oJ,{children:A.jsx(aJ,{theme:n,children:m?A.jsx(VZ,{url:p,image:m,canApprove:g,mode:f}):A.jsx(DQ,{children:`Image ${i} not found`})})})})}),t.length?A.jsx(sJ,{children:A.jsx(nJ,{retry:a,retriesCount:t.length,onRetryChange:u})}):null]})}const dJ=le(cJ),fJ=le(I.span(({theme:e})=>({lineHeight:"10px",display:"inline-block",position:"relative",whiteSpace:"nowrap",background:e.base=="light"?e.color.mediumlight:e.color.darker,borderRadius:"3em",padding:2,verticalAlign:"middle",marginLeft:10,input:{appearance:"none",width:"100%",height:"100%",position:"absolute",left:0,top:0,margin:0,padding:0,border:"none",cursor:"pointer","&:focus":{outline:"none"}},span:{cursor:"pointer",display:"inline-block",transition:"all 100ms ease-out",userSelect:"none",borderRadius:"100%",background:e.background.bar,boxShadow:`${Lp(.1,e.appBorderColor)} 0 0 2px`,color:e.color.defaultText,width:20,height:20,boxSizing:"border-box",lineHeight:"19px",textAlign:"center","&:hover":{boxShadow:`${Lp(.3,e.appBorderColor)} 0 0 0 1px inset`},"&:active":{boxShadow:`${Lp(.05,e.appBorderColor)} 0 0 0 2px inset`}},"input:checked ~ span":{marginLeft:20},"input:not(:checked) ~ span":{marginRight:20}}))),pJ=({value:e,onChange:t})=>A.jsxs(fJ,{children:[A.jsx("input",{type:"checkbox",onChange:()=>{t(!e)},checked:e??!1}),A.jsx("span",{children:e?"☪":"☀"})]}),hJ=le(I.div(({theme:e})=>({height:"100vh",display:"flex",background:e.background.content,color:e.color.defaultText}))),mJ=I.div({zIndex:1,position:"absolute",right:10,top:10});function gJ({api:e,initialState:t}){var U,K;const[r,n]=_L(t.tests),[o,a]=s.useState(t.isRunning),[i,l]=s.useState([]),[u,d]=s.useState({status:null,subStrings:[]}),[f,h]=GS(),p=UN(r,i),m=s.useMemo(()=>NS(r),[r]),[g,y]=s.useState(((U=p==null?void 0:p.results)==null?void 0:U.length)??0),D=s.useMemo(()=>{var B;return(B=p==null?void 0:p.results)==null?void 0:B[g-1]},[p,g]),[b,w]=s.useState(Object.keys((D==null?void 0:D.images)??{})[0]??""),[v,x]=s.useState([]),E=s.useMemo(()=>{var B,$,M;return!!(($=(B=p==null?void 0:p.results)==null?void 0:B[g-1])!=null&&$.images&&((M=p.approved)==null?void 0:M[b])!=g-1&&p.results[g-1].status!="success")},[b,p,g]);i.length>0&&!Be(p)&&l([]);const S=s.useCallback((B,$)=>{n(M=>{Oc(M,B,$)})},[n]),C=s.useCallback((B,$)=>{n(M=>{WN(M,B,$)})},[n]),k=s.useCallback(B=>{const $=Gt(B);QN($),x($),n(M=>{Oc(M,$,!0),l($)})},[n]),F=s.useCallback(()=>{if(m.length==0)return;const B=m.findIndex(M=>M.id===(p==null?void 0:p.id)),$=Object.entries((D==null?void 0:D.images)??{}).filter(([M,V])=>{var X;return(V==null?void 0:V.error)!=null&&((X=p==null?void 0:p.approved)==null?void 0:X[M])!=g-1&&(D==null?void 0:D.status)!="success"}).map(([M])=>M);if($.length>1&&(m.length==1||$.indexOf(b)<$.length-1))w(M=>$[$.indexOf(M)+1]??$[0]);else{const M=m[B+1]??m[0];k(M)}},[m,k,p,g,D,b]),_=s.useCallback(()=>{const B=p==null?void 0:p.id;B&&(e==null||e.approve(B,g-1,b))},[e,b,p==null?void 0:p.id,g]),T=s.useCallback(()=>{_(),F()},[_,F]),N=s.useCallback(()=>{e==null||e.approveAll()},[e]),P=s.useCallback(B=>e==null?void 0:e.start(i4(B).map($=>$.id)),[e]),G=s.useCallback(()=>e==null?void 0:e.stop(),[e]),H=s.useCallback(B=>{h(B?"dark":"light")},[h]);return s.useEffect(()=>{var M,V;const B=((M=p==null?void 0:p.results)==null?void 0:M.length)??0,$=((V=p==null?void 0:p.results)==null?void 0:V[B-1])??{images:{}};w(Object.keys($.images??{})[0]??""),y(B)},[p==null?void 0:p.results]),s.useEffect(()=>{window.addEventListener("popstate",B=>{n($=>{const M=B.state;if(M&&typeof M=="object"&&"testPath"in M){const{testPath:V}=M;Array.isArray(V)&&(Oc($,V,!0),l(V))}})}),n(B=>{const $=XN();Oc(B,$,!0),l($)})},[n]),s.useEffect(()=>e==null?void 0:e.onUpdate(({isRunning:B,tests:$,removedTests:M=[]})=>{Be(B)&&a(B),Be($)&&n(V=>{Object.values($).forEach(X=>{X&&HS(V,Gt(X),X)}),M.forEach(X=>{jS(V,Gt(X))})})}),[e,n]),A.jsx(d4.Provider,{value:{isReport:t.isReport,isRunning:o,onImageNext:E?F:void 0,onImageApprove:E?T:void 0,onApproveAll:N,onStart:P,onStop:G,onSuiteOpen:S,onSuiteToggle:C,sidebarFocusedItem:v,setSidebarFocusedItem:x},children:A.jsx(YC,{theme:vS(W1[f]),children:A.jsx(ZN,{rootSuite:r,filter:u,children:A.jsxs(hJ,{children:[A.jsx(xZ,{rootSuite:r,testId:p==null?void 0:p.id,onOpenTest:k,filter:u,setFilter:d}),p&&A.jsx(dJ,{path:i,results:p.results,approved:p.approved,retry:g,imageName:b,onImageChange:w,onRetryChange:y},`${p.id}_${((K=p.results)==null?void 0:K.length)??0}`),A.jsx(mJ,{children:A.jsx(pJ,{value:f=="dark",onChange:H})})]})})})})}async function vJ(){let e=Rt;const t=new Set;let r=null,n=Rt;const o=new WebSocket(`ws://${VS()}`);function a(i){o.send(JSON.stringify(i))}return o.addEventListener("open",()=>{e({start(i){a({type:"start",payload:i})},stop(){a({type:"stop"})},approve(i,l,u){a({type:"approve",payload:{id:i,retry:l,image:u}})},approveAll(){a({type:"approveAll"})},onUpdate(i){return t.add(i),()=>t.delete(i)},get status(){return r||(a({type:"status"}),r=new Promise(i=>n=i))}})}),o.addEventListener("message",i=>{const l=JSON.parse(i.data);l.type=="update"&&t.forEach(u=>{u(l.payload)}),l.type=="status"&&(n(l.payload),n=Rt,r=null)}),new Promise(i=>e=i)}const yJ=le(I.div(({theme:e})=>({height:"100vh",width:"100vw",background:e.background.app}))),wJ=le(I.div(({size:e=32,theme:t})=>({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:t.base==="light"?"rgba(97, 97, 97, 0.29)":"rgba(255, 255, 255, 0.2)",borderTopColor:t.base==="light"?"rgb(100,100,100)":"rgba(255, 255, 255, 0.4)",animation:`${bJ} 0.7s linear infinite`,mixBlendMode:"difference"}))),bJ=hn`
585
- from {
586
- transform: rotate(0deg);
587
- }
588
- to {
589
- transform: rotate(360deg);
590
- }
591
- `;function xJ(){const[e]=GS();return A.jsx(YC,{theme:vS(W1[e]),children:A.jsx(yJ,{children:A.jsx(wJ,{size:64})})})}window.__CREEVEY_SET_READY_FOR_CAPTURE__=Rt;function tD(){return new Promise(e=>{const t=document.createElement("script");t.src="data.js",t.onload=()=>{e(__CREEVEY_DATA__)},document.body.appendChild(t)})}const DJ=z.lazy(async()=>{let e=!1,t,r;if(window.location.host)try{r=await vJ(),t=await r.status}catch{e=!0,t={isRunning:!1,tests:await tD(),browsers:[]}}else e=!0,t={isRunning:!1,tests:await tD(),browsers:[]};return{default(){return A.jsx(gJ,{api:r,initialState:{isReport:e,isRunning:t.isRunning,tests:qN(t.tests)}})}}}),EJ=gC(document.getElementById("root"));EJ.render(A.jsx(s.Suspense,{fallback:A.jsx(xJ,{}),children:A.jsx(DJ,{})}));