@epa-wg/custom-element-dist 0.0.32 → 0.0.34
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.
- package/.claude/settings.local.json +18 -0
- package/.github/workflows/deploy.yml +59 -0
- package/.idea/copilot.data.migration.agent.xml +6 -0
- package/.idea/copilot.data.migration.ask.xml +6 -0
- package/.idea/copilot.data.migration.edit.xml +6 -0
- package/.idea/custom-element-dist.iml +2 -0
- package/.storybook/main.ts +20 -21
- package/.storybook/preview.ts +23 -25
- package/README.md +6 -4
- package/coverage/block-navigation.js +1 -1
- package/coverage/coverage-final.json +8 -18
- package/coverage/index.html +45 -30
- package/coverage/sorter.js +21 -7
- package/coverage/src/custom-element/coverage.svg +1 -1
- package/coverage/src/custom-element/custom-element.js/coverage.svg +1 -1
- package/coverage/src/custom-element/custom-element.js.html +687 -480
- package/coverage/src/custom-element/http-request.js/coverage.svg +1 -1
- package/coverage/src/custom-element/http-request.js.html +39 -18
- package/coverage/src/custom-element/index.html +35 -35
- package/coverage/src/custom-element/local-storage.js.html +1 -1
- package/coverage/src/custom-element/location-element.js.html +31 -31
- package/coverage/src/custom-element/module-url.js/coverage.svg +1 -1
- package/coverage/src/custom-element/module-url.js.html +20 -20
- package/coverage/src/index.html +1 -1
- package/coverage/src/{stories/local-storage.test.stories.ts → material/theme/colors.js}/coverage.svg +1 -1
- package/coverage/src/material/theme/colors.js.html +217 -0
- package/coverage/src/{stories/location-element.test.stories.ts → material/theme}/coverage.svg +1 -1
- package/coverage/src/material/theme/index.html +116 -0
- package/coverage/src/mocks/handlers.ts.html +1 -1
- package/coverage/src/mocks/index.html +1 -1
- package/coverage/src/stories/coverage.svg +1 -1
- package/coverage/src/stories/{external-template.test.stories.ts → frame.canvas.ts}/coverage.svg +1 -1
- package/coverage/src/stories/frame.canvas.ts.html +175 -0
- package/coverage/src/stories/http-request.stories.ts.html +1 -1
- package/coverage/src/stories/index.html +14 -179
- package/coverage/src/stories/testStoryBook.ts.html +12 -12
- package/coverage/src/sum.ts.html +1 -1
- package/dist/custom-element-BoYMoUtP.js +619 -0
- package/dist/custom-element-BqtjrCRF.cjs +97 -0
- package/dist/custom-element-bundle.cjs +1 -1
- package/dist/custom-element-bundle.js +3 -3
- package/dist/demo/a.html +10 -3
- package/dist/demo/a.svg +26 -26
- package/dist/demo/attributes.html +153 -0
- package/dist/demo/external-templates-sb-6.html +42 -0
- package/dist/demo/external-templates-sb-7.html +42 -0
- package/dist/demo/html-template.html +5 -4
- package/dist/demo/module-url-sb-2.html +46 -0
- package/dist/demo/module-url-sb-4.html +48 -0
- package/dist/demo/module-url-sb-5.html +53 -0
- package/dist/demo/s.xml +3859 -7
- package/dist/demo/s.xslt +13 -48
- package/dist/demo/s1.xml +3706 -0
- package/dist/demo/ss.html +13 -4
- package/dist/http-request-DSaowcG1.cjs +1 -0
- package/dist/{http-request-BOvP4KTl.js → http-request-DTCzZ1gc.js} +15 -9
- package/dist/mockServiceWorker.js +31 -8
- package/package.json +25 -26
- package/public/demo/a.html +10 -3
- package/public/demo/a.svg +26 -26
- package/public/demo/attributes.html +153 -0
- package/public/demo/external-templates-sb-6.html +42 -0
- package/public/demo/external-templates-sb-7.html +42 -0
- package/public/demo/html-template.html +5 -4
- package/public/demo/module-url-sb-2.html +46 -0
- package/public/demo/module-url-sb-4.html +48 -0
- package/public/demo/module-url-sb-5.html +53 -0
- package/public/demo/s.xml +3859 -7
- package/public/demo/s.xslt +13 -48
- package/public/demo/s1.xml +3706 -0
- package/public/demo/ss.html +13 -4
- package/public/mockServiceWorker.js +31 -8
- package/src/custom-element/custom-element.d.ts +4 -0
- package/src/custom-element/custom-element.js +119 -50
- package/src/custom-element/demo/a.html +10 -3
- package/src/custom-element/demo/a.svg +26 -26
- package/src/custom-element/demo/attributes.html +153 -0
- package/src/custom-element/demo/html-template.html +5 -4
- package/src/custom-element/demo/s.xml +3859 -7
- package/src/custom-element/demo/s.xslt +13 -48
- package/src/custom-element/demo/s1.xml +3706 -0
- package/src/custom-element/demo/ss.html +13 -4
- package/src/custom-element/http-request.js +7 -0
- package/src/custom-element/ide/web-types-dce.json +1 -1
- package/src/custom-element/ide/web-types-xsl.json +1 -1
- package/src/custom-element/index.html +1 -1
- package/src/material/angular.css +987 -987
- package/src/material/components/action.html +262 -0
- package/src/material/components/autocomplete.html +167 -239
- package/src/material/components/badge.html +239 -0
- package/src/material/components/dropdown.html +7 -13
- package/src/material/components/icon-link.html +160 -160
- package/src/material/components/icon.html +252 -0
- package/src/material/components/input.html +569 -362
- package/src/material/components/menu.html +235 -234
- package/src/material/components.html +157 -121
- package/src/material/demo.css +36 -36
- package/src/material/index.html +109 -110
- package/src/material/material.css +356 -356
- package/src/material/theme/Base-Principles.md +339 -0
- package/src/material/theme/README.md +298 -18
- package/src/material/theme/UI Domain Model in web applications.svg +1 -0
- package/src/material/theme/User Semantic Theme tokens.svg +1 -0
- package/src/material/theme/action-pending-poc.html +62 -0
- package/src/material/theme/actions-color.html +141 -0
- package/src/material/theme/colors-light.html +631 -0
- package/src/material/theme/colors-native.html +51 -0
- package/src/material/theme/colors-poc.html +66 -0
- package/src/material/theme/colors.html +297 -0
- package/src/material/theme/colors.js +44 -0
- package/src/material/theme/consumer-theme.css +745 -0
- package/src/material/theme/semantic.css +132 -113
- package/src/material/theme/style-bug.html +123 -0
- package/src/material/theme/theme-data.css +43 -0
- package/src/material/theme/theme-data.xhtml +2926 -0
- package/src/material/theme/todo.md +274 -0
- package/src/material/theme/tokens/action-colors.png +0 -0
- package/src/material/theme/tokens/cem-article-illustration-4x1-letterbox-2000x500.png +0 -0
- package/src/material/theme/tokens/cem-breakpoints.md +519 -0
- package/src/material/theme/tokens/cem-colors.md +715 -0
- package/src/material/theme/tokens/cem-consumerflow-typography-matrix.svg +198 -0
- package/src/material/theme/tokens/cem-coupling.md +372 -0
- package/src/material/theme/tokens/cem-data-vs-reading-numerals.svg +164 -0
- package/src/material/theme/tokens/cem-dimension.md +625 -0
- package/src/material/theme/tokens/cem-layering.md +562 -0
- package/src/material/theme/tokens/cem-m3-parity.md +343 -0
- package/src/material/theme/tokens/cem-responsive.md +238 -0
- package/src/material/theme/tokens/cem-shape.md +691 -0
- package/src/material/theme/tokens/cem-stroke-density-illustration-4to1-v3.svg +102 -0
- package/src/material/theme/tokens/cem-stroke.md +480 -0
- package/src/material/theme/tokens/cem-timing.md +198 -0
- package/src/material/theme/tokens/cem-typography-model-stack.svg +64 -0
- package/src/material/theme/tokens/cem-voice-fonts-typography.md +718 -0
- package/src/material/theme/tokens/cem-voice-ladder.svg +91 -0
- package/src/material/theme/tokens/chips.png +0 -0
- package/src/material/theme/tokens/columns-page.png +0 -0
- package/src/material/theme/tokens/initials.png +0 -0
- package/src/material/theme/tokens/nav-buttons.png +0 -0
- package/src/material/theme/tokens/script.png +0 -0
- package/src/material/theme/tokens/sufler.png +0 -0
- package/src/material/theme/tokens/typography-icons.png +0 -0
- package/src/mocks/versions.mock.ts +1 -1
- package/src/stories/__screenshots__/attributes.test.stories.ts +1 -0
- package/src/stories/__screenshots__/dom-merge.test.stories.ts/dom-merge-dom-merge-OrderPreservingOn2ndTransform-1.png +0 -0
- package/src/stories/__screenshots__/external-template.test.stories.ts +1 -0
- package/src/stories/__screenshots__/module-url.test.stories.ts +1 -0
- package/src/stories/__screenshots__/stories.test.ts/attributes-Attributes-definition-1.png +0 -0
- package/src/stories/__screenshots__/stories.test.ts/attributes-Attributes-runtime-change-1.png +0 -0
- package/src/stories/__screenshots__/stories.test.ts/attributes-Instance-Attributes-1.png +0 -0
- package/src/stories/__screenshots__/stories.test.ts/attributes-Instance-Attributes-2.png +0 -0
- package/src/stories/__screenshots__/stories.test.ts/attributes-cloneAs-el-newTag--1.png +0 -0
- package/src/stories/__screenshots__/stories.test.ts/attributes-mergeAttr--from--to---1.png +0 -0
- package/src/stories/__screenshots__/stories.test.ts/attributes-mergeAttr--from--to---2.png +0 -0
- package/src/stories/__screenshots__/stories.test.ts/attributes-mergeAttr--from--to---3.png +0 -0
- package/src/stories/__screenshots__/stories.test.ts/attributes-mix-to-from--1.png +0 -0
- package/src/stories/__screenshots__/stories.test.ts/http-request-Attributes-definition-1.png +0 -0
- package/src/stories/__screenshots__/stories.test.ts/http-request-Attributes-runtime-change-1.png +0 -0
- package/src/stories/__screenshots__/stories.test.ts/http-request-Instance-Attributes-1.png +0 -0
- package/src/stories/__screenshots__/stories.test.ts/http-request-Instance-Attributes-2.png +0 -0
- package/src/stories/__screenshots__/stories.test.ts/http-request-cloneAs-el-newTag--1.png +0 -0
- package/src/stories/__screenshots__/stories.test.ts/http-request-http-request-headers-and-response-status-and-headers-1.png +0 -0
- package/src/stories/__screenshots__/stories.test.ts/http-request-http-request-with-delayed--5-seconds-response-1.png +0 -0
- package/src/stories/__screenshots__/stories.test.ts/http-request-http-request-with-error-1.png +0 -0
- package/src/stories/__screenshots__/stories.test.ts/http-request-mergeAttr--from--to---1.png +0 -0
- package/src/stories/__screenshots__/stories.test.ts/http-request-mergeAttr--from--to---2.png +0 -0
- package/src/stories/__screenshots__/stories.test.ts/http-request-mergeAttr--from--to---3.png +0 -0
- package/src/stories/__screenshots__/stories.test.ts/http-request-mix-to-from--1.png +0 -0
- package/src/stories/__screenshots__/stories.test.ts/http-request-url-and-slice-1.png +0 -0
- package/src/stories/__screenshots__/stories.test.ts/http-request-url-change-1.png +0 -0
- package/src/stories/__screenshots__/xslt-conditionals.test.stories.ts/xslt-conditionals-xslt-conditionals-MultipleIfOrderingWorkaround-1.png +0 -0
- package/src/stories/attributes.test.stories.ts +83 -17
- package/src/stories/dom-merge.test.stories.ts +25 -1
- package/src/stories/external-template.test.stories.ts +16 -14
- package/src/stories/frame.canvas.ts +31 -0
- package/src/stories/module-url.test.stories.ts +29 -61
- package/src/stories/xslt-conditionals.test.stories.ts +492 -0
- package/src/stories/xslt-if.test.stories.ts +89 -0
- package/storybook-static/assets/Color-F6OSRLHC-CzTOSlqB.js +1 -0
- package/storybook-static/assets/Configure-7GqRsAoJ.js +165 -0
- package/storybook-static/assets/DocsRenderer-CFRXHY34-Duc5rSIm.js +2 -0
- package/storybook-static/assets/{attributes.test.stories-D1X6EBrd.js → attributes.test.stories-DYuxF8h1.js} +109 -38
- package/storybook-static/assets/{css.test.stories-Cp_g2hE1.js → css.test.stories-LOmvINyb.js} +1 -1
- package/storybook-static/assets/custom-element-Bwx7otrT.js +97 -0
- package/storybook-static/assets/{dom-merge.test.stories-hbpdCka0.js → dom-merge.test.stories-CEKhWjaS.js} +47 -6
- package/storybook-static/assets/entry-preview-BNCt9WBs.js +26 -0
- package/storybook-static/assets/entry-preview-docs-CbF8-81D.js +2 -0
- package/storybook-static/assets/{external-template.test.stories-BK89h6sk.js → external-template.test.stories-jHu0wsJ-.js} +38 -40
- package/storybook-static/assets/{form.test.stories-BfoLe_rw.js → form.test.stories-CUyUnmwP.js} +1 -1
- package/storybook-static/assets/frame.canvas-E5n9h6j1.js +1 -0
- package/storybook-static/assets/{handlers-yVPwH_Nz.js → handlers-F7GUfMqr.js} +17 -14
- package/storybook-static/assets/http-request-BWeEEBkP.js +1 -0
- package/storybook-static/assets/{http-request.stories-CBFJS2Ws.js → http-request.stories-wyX5-QOv.js} +1 -1
- package/storybook-static/assets/iframe-BS_DPWl0.js +199 -0
- package/storybook-static/assets/index-CGuyH0k-.js +240 -0
- package/storybook-static/assets/index-DB7LLObI.js +1 -0
- package/storybook-static/assets/index-DO1nmyvI.js +11 -0
- package/storybook-static/assets/index-V1EGs-wm.js +621 -0
- package/storybook-static/assets/{local-storage.test.stories-C0Yzy6Am.js → local-storage.test.stories-BxOhsf1k.js} +1 -1
- package/storybook-static/assets/{location-element.test.stories-DNFrEu5A.js → location-element.test.stories-DqhvvUoa.js} +1 -1
- package/storybook-static/assets/module-url.test.stories-C1gG9G7Y.js +142 -0
- package/storybook-static/assets/preview-1xJJ3sKE.js +1 -0
- package/storybook-static/assets/preview-Bn8igYMp.js +1 -0
- package/storybook-static/assets/preview-CTOeX_lO.js +1 -0
- package/storybook-static/assets/preview-Cwy1XFu2.js +2 -0
- package/storybook-static/assets/preview-D6sehqkw.js +50 -0
- package/storybook-static/assets/preview-DfTudP20.js +1 -0
- package/storybook-static/assets/{set-url.test.stories-BBfLxv2u.js → set-url.test.stories-BKQNdknJ.js} +1 -1
- package/storybook-static/assets/{slice-events.test.stories-HcXF8XQI.js → slice-events.test.stories-ChqULCeA.js} +1 -1
- package/storybook-static/assets/{slots.test.stories-i6mnIFM2.js → slots.test.stories-BlyLoCRe.js} +1 -1
- package/storybook-static/assets/{version-select.test.stories-BsUFH6Va.js → version-select.test.stories-CPGSh1tR.js} +1 -1
- package/storybook-static/assets/xslt-conditionals.test.stories-YC6QPqWZ.js +633 -0
- package/storybook-static/assets/xslt-if.test.stories-BRSWy2-x.js +71 -0
- package/storybook-static/demo/a.html +10 -3
- package/storybook-static/demo/a.svg +26 -26
- package/storybook-static/demo/attributes.html +153 -0
- package/storybook-static/demo/external-templates-sb-6.html +42 -0
- package/storybook-static/demo/external-templates-sb-7.html +42 -0
- package/storybook-static/demo/html-template.html +5 -4
- package/storybook-static/demo/module-url-sb-2.html +46 -0
- package/storybook-static/demo/module-url-sb-4.html +48 -0
- package/storybook-static/demo/module-url-sb-5.html +53 -0
- package/storybook-static/demo/s.xml +3859 -7
- package/storybook-static/demo/s.xslt +13 -48
- package/storybook-static/demo/s1.xml +3706 -0
- package/storybook-static/demo/ss.html +13 -4
- package/storybook-static/iframe.html +2 -2
- package/storybook-static/index.html +6 -10
- package/storybook-static/index.json +1 -1
- package/storybook-static/mockServiceWorker.js +31 -8
- package/storybook-static/project.json +1 -1
- package/storybook-static/sb-addons/essentials-actions-2/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-backgrounds-4/manager-bundle.js +8 -8
- package/storybook-static/sb-addons/essentials-controls-1/manager-bundle.js +394 -0
- package/storybook-static/sb-addons/essentials-docs-3/manager-bundle.js +233 -0
- package/storybook-static/sb-addons/essentials-measure-7/manager-bundle.js +1 -1
- package/storybook-static/sb-addons/essentials-outline-8/manager-bundle.js +1 -1
- package/storybook-static/sb-addons/essentials-toolbars-6/manager-bundle.js +1 -1
- package/storybook-static/sb-addons/essentials-viewport-5/manager-bundle.js +1 -1
- package/storybook-static/sb-addons/interactions-9/manager-bundle.js +58 -58
- package/storybook-static/sb-manager/globals-module-info.js +9 -0
- package/storybook-static/sb-manager/globals-runtime.js +10719 -10473
- package/storybook-static/sb-manager/runtime.js +4944 -6321
- package/coverage/src/stories/attributes.test.stories.ts/coverage.svg +0 -10
- package/coverage/src/stories/attributes.test.stories.ts.html +0 -814
- package/coverage/src/stories/css.test.stories.ts/coverage.svg +0 -10
- package/coverage/src/stories/css.test.stories.ts.html +0 -460
- package/coverage/src/stories/dom-merge.test.stories.ts/coverage.svg +0 -10
- package/coverage/src/stories/dom-merge.test.stories.ts.html +0 -706
- package/coverage/src/stories/external-template.test.stories.ts.html +0 -865
- package/coverage/src/stories/form.test.stories.ts/coverage.svg +0 -10
- package/coverage/src/stories/form.test.stories.ts.html +0 -661
- package/coverage/src/stories/local-storage.test.stories.ts.html +0 -1315
- package/coverage/src/stories/location-element.test.stories.ts.html +0 -523
- package/coverage/src/stories/module-url.test.stories.ts/coverage.svg +0 -10
- package/coverage/src/stories/module-url.test.stories.ts.html +0 -640
- package/coverage/src/stories/set-url.test.stories.ts/coverage.svg +0 -10
- package/coverage/src/stories/set-url.test.stories.ts.html +0 -433
- package/coverage/src/stories/slice-events.test.stories.ts/coverage.svg +0 -10
- package/coverage/src/stories/slice-events.test.stories.ts.html +0 -952
- package/coverage/src/stories/slots.test.stories.ts/coverage.svg +0 -10
- package/coverage/src/stories/slots.test.stories.ts.html +0 -742
- package/coverage/src/stories/version-select.test.stories.ts/coverage.svg +0 -10
- package/coverage/src/stories/version-select.test.stories.ts.html +0 -397
- package/dist/custom-element-D2wf_rqP.js +0 -576
- package/dist/custom-element-Dtzhbjkc.cjs +0 -97
- package/dist/http-request-DPrY7mGh.cjs +0 -1
- package/storybook-static/assets/Color-F6OSRLHC-BU3iy8jH.js +0 -1
- package/storybook-static/assets/Configure-DN6ifayP.js +0 -165
- package/storybook-static/assets/DocsRenderer-CFRXHY34-BaVEufDj.js +0 -2
- package/storybook-static/assets/custom-element-uuAtIYWS.js +0 -97
- package/storybook-static/assets/entry-preview-DHVXbf3x.js +0 -26
- package/storybook-static/assets/entry-preview-docs-BbcIMweR.js +0 -2
- package/storybook-static/assets/http-request-DNq59pnj.js +0 -1
- package/storybook-static/assets/iframe-CJEL_4Nu.js +0 -2
- package/storybook-static/assets/index-BcZLpTeD.js +0 -8
- package/storybook-static/assets/index-CxRwF5Or.js +0 -234
- package/storybook-static/assets/index-D-8MO0q_.js +0 -1
- package/storybook-static/assets/index-D5fBh-7N.js +0 -1
- package/storybook-static/assets/index-DM-KBPdl.js +0 -1
- package/storybook-static/assets/index-RSFf30w1.js +0 -1
- package/storybook-static/assets/index-SnjB5uV8.js +0 -769
- package/storybook-static/assets/module-url.test.stories-CXibF5Ta.js +0 -208
- package/storybook-static/assets/preview-BhhEZcNS.js +0 -1
- package/storybook-static/assets/preview-Bnd0XhaF.js +0 -52
- package/storybook-static/assets/preview-CNKoaWES.js +0 -1
- package/storybook-static/assets/preview-DAeyCMnM.js +0 -1
- package/storybook-static/assets/preview-DHPc-V4N.js +0 -1
- package/storybook-static/assets/preview-DJMlNTk8.js +0 -2
- package/storybook-static/assets/preview-DYzi3Z2p.js +0 -1
- package/storybook-static/sb-addons/chromatic-com-storybook-10/manager-bundle.js +0 -333
- package/storybook-static/sb-addons/chromatic-com-storybook-10/manager-bundle.js.LEGAL.txt +0 -40
- package/storybook-static/sb-addons/essentials-actions-3/manager-bundle.js +0 -3
- package/storybook-static/sb-addons/essentials-controls-2/manager-bundle.js +0 -391
- package/storybook-static/sb-addons/links-1/manager-bundle.js +0 -3
- package/storybook-static/sb-preview/globals.js +0 -33
- package/storybook-static/sb-preview/runtime.js +0 -7174
- package/test-runner-jest.config.js +0 -15
- /package/storybook-static/sb-addons/{essentials-actions-3 → essentials-actions-2}/manager-bundle.js.LEGAL.txt +0 -0
- /package/storybook-static/sb-addons/{essentials-controls-2 → essentials-controls-1}/manager-bundle.js.LEGAL.txt +0 -0
- /package/storybook-static/sb-addons/{links-1 → essentials-docs-3}/manager-bundle.js.LEGAL.txt +0 -0
|
@@ -0,0 +1,621 @@
|
|
|
1
|
+
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["./Color-F6OSRLHC-CzTOSlqB.js","./iframe-BS_DPWl0.js","./index-DO1nmyvI.js","./index-DrFu-skq.js"])))=>i.map(i=>d[i]);
|
|
2
|
+
import{_ as Jx}from"./iframe-BS_DPWl0.js";import{y as uw,g as B1}from"./index-DO1nmyvI.js";import{d as oB}from"./index-DrFu-skq.js";function Zx(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var L1={exports:{}},hs={},O1={exports:{}},_e={};/**
|
|
3
|
+
* @license React
|
|
4
|
+
* react.production.min.js
|
|
5
|
+
*
|
|
6
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
7
|
+
*
|
|
8
|
+
* This source code is licensed under the MIT license found in the
|
|
9
|
+
* LICENSE file in the root directory of this source tree.
|
|
10
|
+
*/var cw;function lB(){if(cw)return _e;cw=1;var e=Symbol.for("react.element"),t=Symbol.for("react.portal"),r=Symbol.for("react.fragment"),n=Symbol.for("react.strict_mode"),o=Symbol.for("react.profiler"),i=Symbol.for("react.provider"),s=Symbol.for("react.context"),d=Symbol.for("react.forward_ref"),f=Symbol.for("react.suspense"),m=Symbol.for("react.memo"),g=Symbol.for("react.lazy"),b=Symbol.iterator;function w(N){return N===null||typeof N!="object"?null:(N=b&&N[b]||N["@@iterator"],typeof N=="function"?N:null)}var v={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},x=Object.assign,E={};function S(N,G,ue){this.props=N,this.context=G,this.refs=E,this.updater=ue||v}S.prototype.isReactComponent={},S.prototype.setState=function(N,G){if(typeof N!="object"&&typeof N!="function"&&N!=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,N,G,"setState")},S.prototype.forceUpdate=function(N){this.updater.enqueueForceUpdate(this,N,"forceUpdate")};function _(){}_.prototype=S.prototype;function F(N,G,ue){this.props=N,this.context=G,this.refs=E,this.updater=ue||v}var A=F.prototype=new _;A.constructor=F,x(A,S.prototype),A.isPureReactComponent=!0;var k=Array.isArray,R=Object.prototype.hasOwnProperty,I={current:null},z={key:!0,ref:!0,__self:!0,__source:!0};function B(N,G,ue){var ge,oe={},de=null,ye=null;if(G!=null)for(ge in G.ref!==void 0&&(ye=G.ref),G.key!==void 0&&(de=""+G.key),G)R.call(G,ge)&&!z.hasOwnProperty(ge)&&(oe[ge]=G[ge]);var xe=arguments.length-2;if(xe===1)oe.children=ue;else if(1<xe){for(var ke=Array(xe),Ve=0;Ve<xe;Ve++)ke[Ve]=arguments[Ve+2];oe.children=ke}if(N&&N.defaultProps)for(ge in xe=N.defaultProps,xe)oe[ge]===void 0&&(oe[ge]=xe[ge]);return{$$typeof:e,type:N,key:de,ref:ye,props:oe,_owner:I.current}}function O(N,G){return{$$typeof:e,type:N.type,key:G,ref:N.ref,props:N.props,_owner:N._owner}}function j(N){return typeof N=="object"&&N!==null&&N.$$typeof===e}function q(N){var G={"=":"=0",":":"=2"};return"$"+N.replace(/[=:]/g,function(ue){return G[ue]})}var X=/\/+/g;function J(N,G){return typeof N=="object"&&N!==null&&N.key!=null?q(""+N.key):G.toString(36)}function ae(N,G,ue,ge,oe){var de=typeof N;(de==="undefined"||de==="boolean")&&(N=null);var ye=!1;if(N===null)ye=!0;else switch(de){case"string":case"number":ye=!0;break;case"object":switch(N.$$typeof){case e:case t:ye=!0}}if(ye)return ye=N,oe=oe(ye),N=ge===""?"."+J(ye,0):ge,k(oe)?(ue="",N!=null&&(ue=N.replace(X,"$&/")+"/"),ae(oe,G,ue,"",function(Ve){return Ve})):oe!=null&&(j(oe)&&(oe=O(oe,ue+(!oe.key||ye&&ye.key===oe.key?"":(""+oe.key).replace(X,"$&/")+"/")+N)),G.push(oe)),1;if(ye=0,ge=ge===""?".":ge+":",k(N))for(var xe=0;xe<N.length;xe++){de=N[xe];var ke=ge+J(de,xe);ye+=ae(de,G,ue,ke,oe)}else if(ke=w(N),typeof ke=="function")for(N=ke.call(N),xe=0;!(de=N.next()).done;)de=de.value,ke=ge+J(de,xe++),ye+=ae(de,G,ue,ke,oe);else if(de==="object")throw G=String(N),Error("Objects are not valid as a React child (found: "+(G==="[object Object]"?"object with keys {"+Object.keys(N).join(", ")+"}":G)+"). If you meant to render a collection of children, use an array instead.");return ye}function ee(N,G,ue){if(N==null)return N;var ge=[],oe=0;return ae(N,ge,"","",function(de){return G.call(ue,de,oe++)}),ge}function ie(N){if(N._status===-1){var G=N._result;G=G(),G.then(function(ue){(N._status===0||N._status===-1)&&(N._status=1,N._result=ue)},function(ue){(N._status===0||N._status===-1)&&(N._status=2,N._result=ue)}),N._status===-1&&(N._status=0,N._result=G)}if(N._status===1)return N._result.default;throw N._result}var se={current:null},Y={transition:null},re={ReactCurrentDispatcher:se,ReactCurrentBatchConfig:Y,ReactCurrentOwner:I};function Z(){throw Error("act(...) is not supported in production builds of React.")}return _e.Children={map:ee,forEach:function(N,G,ue){ee(N,function(){G.apply(this,arguments)},ue)},count:function(N){var G=0;return ee(N,function(){G++}),G},toArray:function(N){return ee(N,function(G){return G})||[]},only:function(N){if(!j(N))throw Error("React.Children.only expected to receive a single React element child.");return N}},_e.Component=S,_e.Fragment=r,_e.Profiler=o,_e.PureComponent=F,_e.StrictMode=n,_e.Suspense=f,_e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=re,_e.act=Z,_e.cloneElement=function(N,G,ue){if(N==null)throw Error("React.cloneElement(...): The argument must be a React element, but you passed "+N+".");var ge=x({},N.props),oe=N.key,de=N.ref,ye=N._owner;if(G!=null){if(G.ref!==void 0&&(de=G.ref,ye=I.current),G.key!==void 0&&(oe=""+G.key),N.type&&N.type.defaultProps)var xe=N.type.defaultProps;for(ke in G)R.call(G,ke)&&!z.hasOwnProperty(ke)&&(ge[ke]=G[ke]===void 0&&xe!==void 0?xe[ke]:G[ke])}var ke=arguments.length-2;if(ke===1)ge.children=ue;else if(1<ke){xe=Array(ke);for(var Ve=0;Ve<ke;Ve++)xe[Ve]=arguments[Ve+2];ge.children=xe}return{$$typeof:e,type:N.type,key:oe,ref:de,props:ge,_owner:ye}},_e.createContext=function(N){return N={$$typeof:s,_currentValue:N,_currentValue2:N,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null},N.Provider={$$typeof:i,_context:N},N.Consumer=N},_e.createElement=B,_e.createFactory=function(N){var G=B.bind(null,N);return G.type=N,G},_e.createRef=function(){return{current:null}},_e.forwardRef=function(N){return{$$typeof:d,render:N}},_e.isValidElement=j,_e.lazy=function(N){return{$$typeof:g,_payload:{_status:-1,_result:N},_init:ie}},_e.memo=function(N,G){return{$$typeof:m,type:N,compare:G===void 0?null:G}},_e.startTransition=function(N){var G=Y.transition;Y.transition={};try{N()}finally{Y.transition=G}},_e.unstable_act=Z,_e.useCallback=function(N,G){return se.current.useCallback(N,G)},_e.useContext=function(N){return se.current.useContext(N)},_e.useDebugValue=function(){},_e.useDeferredValue=function(N){return se.current.useDeferredValue(N)},_e.useEffect=function(N,G){return se.current.useEffect(N,G)},_e.useId=function(){return se.current.useId()},_e.useImperativeHandle=function(N,G,ue){return se.current.useImperativeHandle(N,G,ue)},_e.useInsertionEffect=function(N,G){return se.current.useInsertionEffect(N,G)},_e.useLayoutEffect=function(N,G){return se.current.useLayoutEffect(N,G)},_e.useMemo=function(N,G){return se.current.useMemo(N,G)},_e.useReducer=function(N,G,ue){return se.current.useReducer(N,G,ue)},_e.useRef=function(N){return se.current.useRef(N)},_e.useState=function(N){return se.current.useState(N)},_e.useSyncExternalStore=function(N,G,ue){return se.current.useSyncExternalStore(N,G,ue)},_e.useTransition=function(){return se.current.useTransition()},_e.version="18.3.1",_e}var dw;function d2(){return dw||(dw=1,O1.exports=lB()),O1.exports}/**
|
|
11
|
+
* @license React
|
|
12
|
+
* react-jsx-runtime.production.min.js
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
15
|
+
*
|
|
16
|
+
* This source code is licensed under the MIT license found in the
|
|
17
|
+
* LICENSE file in the root directory of this source tree.
|
|
18
|
+
*/var pw;function iB(){if(pw)return hs;pw=1;var e=d2(),t=Symbol.for("react.element"),r=Symbol.for("react.fragment"),n=Object.prototype.hasOwnProperty,o=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,i={key:!0,ref:!0,__self:!0,__source:!0};function s(d,f,m){var g,b={},w=null,v=null;m!==void 0&&(w=""+m),f.key!==void 0&&(w=""+f.key),f.ref!==void 0&&(v=f.ref);for(g in f)n.call(f,g)&&!i.hasOwnProperty(g)&&(b[g]=f[g]);if(d&&d.defaultProps)for(g in f=d.defaultProps,f)b[g]===void 0&&(b[g]=f[g]);return{$$typeof:t,type:d,key:w,ref:v,props:b,_owner:o.current}}return hs.Fragment=r,hs.jsx=s,hs.jsxs=s,hs}var fw;function sB(){return fw||(fw=1,L1.exports=iB()),L1.exports}var Fe=sB(),u=d2();const D=Zx(u);var uB=Object.create,Qx=Object.defineProperty,cB=Object.getOwnPropertyDescriptor,eC=Object.getOwnPropertyNames,dB=Object.getPrototypeOf,pB=Object.prototype.hasOwnProperty,Qc=(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')}),Po=(e,t)=>function(){return t||(0,e[eC(e)[0]])((t={exports:{}}).exports,t),t.exports},fB=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of eC(t))!pB.call(e,o)&&o!==r&&Qx(e,o,{get:()=>t[o],enumerable:!(n=cB(t,o))||n.enumerable});return e},p2=(e,t,r)=>(r=e!=null?uB(dB(e)):{},fB(t||!e||!e.__esModule?Qx(r,"default",{value:e,enumerable:!0}):r,e));function hB(e,t,{signal:r,edges:n}={}){let o,i=null,s=n!=null&&n.includes("leading"),d=n==null||n.includes("trailing"),f=()=>{i!==null&&(e.apply(o,i),o=void 0,i=null)},m=()=>{d&&f(),v()},g=null,b=()=>{g!=null&&clearTimeout(g),g=setTimeout(()=>{g=null,m()},t)},w=()=>{g!==null&&(clearTimeout(g),g=null)},v=()=>{w(),o=void 0,i=null},x=()=>{w(),f()},E=function(...S){if(r?.aborted)return;o=this,i=S;let _=g==null;b(),s&&_&&f()};return E.schedule=b,E.cancel=v,E.flush=x,r?.addEventListener("abort",v,{once:!0}),E}function JQ(e,t=0,r={}){typeof r!="object"&&(r={});let{signal:n,leading:o=!1,trailing:i=!0,maxWait:s}=r,d=Array(2);o&&(d[0]="leading"),i&&(d[1]="trailing");let f,m=null,g=hB(function(...v){f=e.apply(this,v),m=null},t,{signal:n,edges:d}),b=function(...v){if(s!=null){if(m===null)m=Date.now();else if(Date.now()-m>=s)return f=e.apply(this,v),m=Date.now(),g.cancel(),g.schedule(),f}return g.apply(this,v),f},w=()=>(g.flush(),f);return b.cancel=g.cancel,b.flush=w,b}function mB(e){return Array.from(new Set(e))}function gB(e,t){let r={},n=Object.entries(e);for(let o=0;o<n.length;o++){let[i,s]=n[o];t(s,i)&&(r[i]=s)}return r}function vB(e){return ArrayBuffer.isView(e)&&!(e instanceof DataView)}function yB(e){return e==null||typeof e!="object"&&typeof e!="function"}function hw(e){return Ll(e)}function Ll(e,t=new Map){if(yB(e))return e;if(t.has(e))return t.get(e);if(Array.isArray(e)){let r=new Array(e.length);t.set(e,r);for(let n=0;n<e.length;n++)r[n]=Ll(e[n],t);return Object.prototype.hasOwnProperty.call(e,"index")&&(r.index=e.index),Object.prototype.hasOwnProperty.call(e,"input")&&(r.input=e.input),r}if(e instanceof Date)return new Date(e.getTime());if(e instanceof RegExp){let r=new RegExp(e.source,e.flags);return r.lastIndex=e.lastIndex,r}if(e instanceof Map){let r=new Map;t.set(e,r);for(let[n,o]of e.entries())r.set(n,Ll(o,t));return r}if(e instanceof Set){let r=new Set;t.set(e,r);for(let n of e.values())r.add(Ll(n,t));return r}if(typeof Buffer<"u"&&Buffer.isBuffer(e))return e.subarray();if(vB(e)){let r=new(Object.getPrototypeOf(e)).constructor(e.length);t.set(e,r);for(let n=0;n<e.length;n++)r[n]=Ll(e[n],t);return r}if(e instanceof ArrayBuffer||typeof SharedArrayBuffer<"u"&&e instanceof SharedArrayBuffer)return e.slice(0);if(e instanceof DataView){let r=new DataView(e.buffer.slice(0),e.byteOffset,e.byteLength);return t.set(e,r),Eo(r,e,t),r}if(typeof File<"u"&&e instanceof File){let r=new File([e],e.name,{type:e.type});return t.set(e,r),Eo(r,e,t),r}if(e instanceof Blob){let r=new Blob([e],{type:e.type});return t.set(e,r),Eo(r,e,t),r}if(e instanceof Error){let r=new e.constructor;return t.set(e,r),r.message=e.message,r.name=e.name,r.stack=e.stack,r.cause=e.cause,Eo(r,e,t),r}if(typeof e=="object"&&e!==null){let r={};return t.set(e,r),Eo(r,e,t),r}return e}function Eo(e,t,r){let n=Object.keys(t);for(let o=0;o<n.length;o++){let i=n[o],s=Object.getOwnPropertyDescriptor(t,i);(s?.writable||s?.set)&&(e[i]=Ll(t[i],r))}}var wB="[object String]",bB="[object Number]",EB="[object Boolean]",xB="[object Arguments]";function CB(e){if(typeof e!="object")return hw(e);switch(Object.prototype.toString.call(e)){case bB:case wB:case EB:{let t=new e.constructor(e?.valueOf());return Eo(t,e),t}case xB:{let t={};return Eo(t,e),t.length=e.length,t[Symbol.iterator]=e[Symbol.iterator],t}default:return hw(e)}}var Kr=e=>`control-${e.replace(/\s+/g,"-")}`,Ud=e=>`set-${e.replace(/\s+/g,"-")}`,DB=Object.create,f2=Object.defineProperty,SB=Object.getOwnPropertyDescriptor,kB=Object.getOwnPropertyNames,AB=Object.getPrototypeOf,_B=Object.prototype.hasOwnProperty,H=(e,t)=>f2(e,"name",{value:t,configurable:!0}),e0=(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')}),Wd=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),FB=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of kB(t))!_B.call(e,o)&&o!==r&&f2(e,o,{get:()=>t[o],enumerable:!(n=SB(t,o))||n.enumerable});return e},h2=(e,t,r)=>(r=e!=null?DB(AB(e)):{},FB(t||!e||!e.__esModule?f2(r,"default",{value:e,enumerable:!0}):r,e)),RB=Wd(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,i=t?Symbol.for("react.strict_mode"):60108,s=t?Symbol.for("react.profiler"):60114,d=t?Symbol.for("react.provider"):60109,f=t?Symbol.for("react.context"):60110,m=t?Symbol.for("react.async_mode"):60111,g=t?Symbol.for("react.concurrent_mode"):60111,b=t?Symbol.for("react.forward_ref"):60112,w=t?Symbol.for("react.suspense"):60113,v=t?Symbol.for("react.suspense_list"):60120,x=t?Symbol.for("react.memo"):60115,E=t?Symbol.for("react.lazy"):60116,S=t?Symbol.for("react.block"):60121,_=t?Symbol.for("react.fundamental"):60117,F=t?Symbol.for("react.responder"):60118,A=t?Symbol.for("react.scope"):60119;function k(fe){return typeof fe=="string"||typeof fe=="function"||fe===o||fe===g||fe===s||fe===i||fe===w||fe===v||typeof fe=="object"&&fe!==null&&(fe.$$typeof===E||fe.$$typeof===x||fe.$$typeof===d||fe.$$typeof===f||fe.$$typeof===b||fe.$$typeof===_||fe.$$typeof===F||fe.$$typeof===A||fe.$$typeof===S)}H(k,"isValidElementType");function R(fe){if(typeof fe=="object"&&fe!==null){var It=fe.$$typeof;switch(It){case r:var er=fe.type;switch(er){case m:case g:case o:case s:case i:case w:return er;default:var en=er&&er.$$typeof;switch(en){case f:case b:case E:case x:case d:return en;default:return It}}case n:return It}}}H(R,"typeOf");var I=m,z=g,B=f,O=d,j=r,q=b,X=o,J=E,ae=x,ee=n,ie=s,se=i,Y=w,re=!1;function Z(fe){return re||(re=!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.")),N(fe)||R(fe)===m}H(Z,"isAsyncMode");function N(fe){return R(fe)===g}H(N,"isConcurrentMode");function G(fe){return R(fe)===f}H(G,"isContextConsumer");function ue(fe){return R(fe)===d}H(ue,"isContextProvider");function ge(fe){return typeof fe=="object"&&fe!==null&&fe.$$typeof===r}H(ge,"isElement");function oe(fe){return R(fe)===b}H(oe,"isForwardRef");function de(fe){return R(fe)===o}H(de,"isFragment");function ye(fe){return R(fe)===E}H(ye,"isLazy");function xe(fe){return R(fe)===x}H(xe,"isMemo");function ke(fe){return R(fe)===n}H(ke,"isPortal");function Ve(fe){return R(fe)===s}H(Ve,"isProfiler");function dt(fe){return R(fe)===i}H(dt,"isStrictMode");function $t(fe){return R(fe)===w}H($t,"isSuspense"),e.AsyncMode=I,e.ConcurrentMode=z,e.ContextConsumer=B,e.ContextProvider=O,e.Element=j,e.ForwardRef=q,e.Fragment=X,e.Lazy=J,e.Memo=ae,e.Portal=ee,e.Profiler=ie,e.StrictMode=se,e.Suspense=Y,e.isAsyncMode=Z,e.isConcurrentMode=N,e.isContextConsumer=G,e.isContextProvider=ue,e.isElement=ge,e.isForwardRef=oe,e.isFragment=de,e.isLazy=ye,e.isMemo=xe,e.isPortal=ke,e.isProfiler=Ve,e.isStrictMode=dt,e.isSuspense=$t,e.isValidElementType=k,e.typeOf=R})()}),TB=Wd((e,t)=>{t.exports=RB()}),tC=Wd((e,t)=>{var r=TB(),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},i={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},d={};d[r.ForwardRef]=i,d[r.Memo]=s;function f(S){return r.isMemo(S)?s:d[S.$$typeof]||n}H(f,"getStatics");var m=Object.defineProperty,g=Object.getOwnPropertyNames,b=Object.getOwnPropertySymbols,w=Object.getOwnPropertyDescriptor,v=Object.getPrototypeOf,x=Object.prototype;function E(S,_,F){if(typeof _!="string"){if(x){var A=v(_);A&&A!==x&&E(S,A,F)}var k=g(_);b&&(k=k.concat(b(_)));for(var R=f(S),I=f(_),z=0;z<k.length;++z){var B=k[z];if(!o[B]&&!(F&&F[B])&&!(I&&I[B])&&!(R&&R[B])){var O=w(_,B);try{m(S,B,O)}catch{}}}}return S}H(E,"hoistNonReactStatics"),t.exports=E}),IB=Wd((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 H(function r(n,o,i){function s(m,g){if(!o[m]){if(!n[m]){var b=typeof e0=="function"&&e0;if(!g&&b)return b(m,!0);if(d)return d(m,!0);var w=new Error("Cannot find module '"+m+"'");throw w.code="MODULE_NOT_FOUND",w}var v=o[m]={exports:{}};n[m][0].call(v.exports,function(x){var E=n[m][1][x];return s(E||x)},v,v.exports,r,n,o,i)}return o[m].exports}H(s,"s");for(var d=typeof e0=="function"&&e0,f=0;f<i.length;f++)s(i[f]);return s},"e")({1:[function(r,n,o){n.exports=function(i){if(typeof Map!="function"||i){var s=r("./similar");return new s}else return new Map}},{"./similar":2}],2:[function(r,n,o){function i(){return this.list=[],this.lastItem=void 0,this.size=0,this}H(i,"Similar"),i.prototype.get=function(s){var d;if(this.lastItem&&this.isEqual(this.lastItem.key,s))return this.lastItem.val;if(d=this.indexOf(s),d>=0)return this.lastItem=this.list[d],this.list[d].val},i.prototype.set=function(s,d){var f;return this.lastItem&&this.isEqual(this.lastItem.key,s)?(this.lastItem.val=d,this):(f=this.indexOf(s),f>=0?(this.lastItem=this.list[f],this.list[f].val=d,this):(this.lastItem={key:s,val:d},this.list.push(this.lastItem),this.size++,this))},i.prototype.delete=function(s){var d;if(this.lastItem&&this.isEqual(this.lastItem.key,s)&&(this.lastItem=void 0),d=this.indexOf(s),d>=0)return this.size--,this.list.splice(d,1)[0]},i.prototype.has=function(s){var d;return this.lastItem&&this.isEqual(this.lastItem.key,s)?!0:(d=this.indexOf(s),d>=0?(this.lastItem=this.list[d],!0):!1)},i.prototype.forEach=function(s,d){var f;for(f=0;f<this.size;f++)s.call(d||this,this.list[f].val,this.list[f].key,this)},i.prototype.indexOf=function(s){var d;for(d=0;d<this.size;d++)if(this.isEqual(this.list[d].key,s))return d;return-1},i.prototype.isEqual=function(s,d){return s===d||s!==s&&d!==d},n.exports=i},{}],3:[function(r,n,o){var i=r("map-or-similar");n.exports=function(m){var g=new i(!1),b=[];return function(w){var v=H(function(){var x=g,E,S,_=arguments.length-1,F=Array(_+1),A=!0,k;if((v.numArgs||v.numArgs===0)&&v.numArgs!==_+1)throw new Error("Memoizerific functions should always be called with the same number of arguments");for(k=0;k<_;k++){if(F[k]={cacheItem:x,arg:arguments[k]},x.has(arguments[k])){x=x.get(arguments[k]);continue}A=!1,E=new i(!1),x.set(arguments[k],E),x=E}return A&&(x.has(arguments[_])?S=x.get(arguments[_]):A=!1),A||(S=w.apply(null,arguments),x.set(arguments[_],S)),m>0&&(F[_]={cacheItem:x,arg:arguments[_]},A?s(b,F):b.push(F),b.length>m&&d(b.shift())),v.wasMemoized=A,v.numArgs=_+1,S},"memoizerific");return v.limit=m,v.wasMemoized=!1,v.cache=g,v.lru=b,v}};function s(m,g){var b=m.length,w=g.length,v,x,E;for(x=0;x<b;x++){for(v=!0,E=0;E<w;E++)if(!f(m[x][E].arg,g[E].arg)){v=!1;break}if(v)break}m.push(m.splice(x,1)[0])}H(s,"moveToMostRecentLru");function d(m){var g=m.length,b=m[g-1],w,v;for(b.cacheItem.delete(b.arg),v=g-2;v>=0&&(b=m[v],w=b.cacheItem.get(b.arg),!w||!w.size);v--)b.cacheItem.delete(b.arg)}H(d,"removeCachedResult");function f(m,g){return m===g||m!==m&&g!==g}H(f,"isEqual")},{"map-or-similar":1}]},{},[3])(3)})});function wn(){return wn=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},wn.apply(null,arguments)}H(wn,"_extends");function m2(e){var t=Object.create(null);return function(r){return t[r]===void 0&&(t[r]=e(r)),t[r]}}H(m2,"memoize");var zB=/^((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)-.*))$/,g2=m2(function(e){return zB.test(e)||e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)<91});function rC(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]}H(rC,"sheetForTag");function nC(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}H(nC,"createStyleElement");var BB=function(){function e(r){var n=this;this._insertTag=function(o){var i;n.tags.length===0?n.insertionPoint?i=n.insertionPoint.nextSibling:n.prepend?i=n.container.firstChild:i=n.before:i=n.tags[n.tags.length-1].nextSibling,n.container.insertBefore(o,i),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}H(e,"StyleSheet");var t=e.prototype;return t.hydrate=H(function(r){r.forEach(this._insertTag)},"hydrate"),t.insert=H(function(r){this.ctr%(this.isSpeedy?65e3:1)===0&&this._insertTag(nC(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:
|
|
19
|
+
`+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 i=rC(n);try{i.insertRule(r,i.cssRules.length)}catch(s){/:(-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+'"',s)}}else n.appendChild(document.createTextNode(r));this.ctr++},"insert"),t.flush=H(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-",Q0="-moz-",Be="-webkit-",v2="comm",y2="rule",w2="decl",LB="@import",aC="@keyframes",OB="@layer",MB=Math.abs,qd=String.fromCharCode,PB=Object.assign;function oC(e,t){return mt(e,0)^45?(((t<<2^mt(e,0))<<2^mt(e,1))<<2^mt(e,2))<<2^mt(e,3):0}H(oC,"hash");function b2(e){return e.trim()}H(b2,"trim");function lC(e,t){return(e=t.exec(e))?e[0]:e}H(lC,"match");function ze(e,t,r){return e.replace(t,r)}H(ze,"replace");function ed(e,t){return e.indexOf(t)}H(ed,"indexof");function mt(e,t){return e.charCodeAt(t)|0}H(mt,"charat");function Kl(e,t,r){return e.slice(t,r)}H(Kl,"substr");function Pr(e){return e.length}H(Pr,"strlen");function Gd(e){return e.length}H(Gd,"sizeof");function zs(e,t){return t.push(e),e}H(zs,"append");function iC(e,t){return e.map(t).join("")}H(iC,"combine");var Yd=1,Xl=1,sC=0,Zt=0,nt=0,mi="";function Eu(e,t,r,n,o,i,s){return{value:e,root:t,parent:r,type:n,props:o,children:i,line:Yd,column:Xl,length:s,return:""}}H(Eu,"node");function _l(e,t){return PB(Eu("",null,null,"",null,null,0),e,{length:-e.length},t)}H(_l,"copy");function uC(){return nt}H(uC,"char");function cC(){return nt=Zt>0?mt(mi,--Zt):0,Xl--,nt===10&&(Xl=1,Yd--),nt}H(cC,"prev");function Kt(){return nt=Zt<sC?mt(mi,Zt++):0,Xl++,nt===10&&(Xl=1,Yd++),nt}H(Kt,"next");function Vr(){return mt(mi,Zt)}H(Vr,"peek");function Ws(){return Zt}H(Ws,"caret");function gi(e,t){return Kl(mi,e,t)}H(gi,"slice");function Jl(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}H(Jl,"token");function E2(e){return Yd=Xl=1,sC=Pr(mi=e),Zt=0,[]}H(E2,"alloc");function x2(e){return mi="",e}H(x2,"dealloc");function qs(e){return b2(gi(Zt-1,td(e===91?e+2:e===40?e+1:e)))}H(qs,"delimit");function dC(e){for(;(nt=Vr())&&nt<33;)Kt();return Jl(e)>2||Jl(nt)>3?"":" "}H(dC,"whitespace");function pC(e,t){for(;--t&&Kt()&&!(nt<48||nt>102||nt>57&&nt<65||nt>70&&nt<97););return gi(e,Ws()+(t<6&&Vr()==32&&Kt()==32))}H(pC,"escaping");function td(e){for(;Kt();)switch(nt){case e:return Zt;case 34:case 39:e!==34&&e!==39&&td(nt);break;case 40:e===41&&td(e);break;case 92:Kt();break}return Zt}H(td,"delimiter");function fC(e,t){for(;Kt()&&e+nt!==57&&!(e+nt===84&&Vr()===47););return"/*"+gi(t,Zt-1)+"*"+qd(e===47?e:Kt())}H(fC,"commenter");function hC(e){for(;!Jl(Vr());)Kt();return gi(e,Zt)}H(hC,"identifier");function mC(e){return x2(Gs("",null,null,null,[""],e=E2(e),0,[0],e))}H(mC,"compile");function Gs(e,t,r,n,o,i,s,d,f){for(var m=0,g=0,b=s,w=0,v=0,x=0,E=1,S=1,_=1,F=0,A="",k=o,R=i,I=n,z=A;S;)switch(x=F,F=Kt()){case 40:if(x!=108&&mt(z,b-1)==58){ed(z+=ze(qs(F),"&","&\f"),"&\f")!=-1&&(_=-1);break}case 34:case 39:case 91:z+=qs(F);break;case 9:case 10:case 13:case 32:z+=dC(x);break;case 92:z+=pC(Ws()-1,7);continue;case 47:switch(Vr()){case 42:case 47:zs(gC(fC(Kt(),Ws()),t,r),f);break;default:z+="/"}break;case 123*E:d[m++]=Pr(z)*_;case 125*E:case 59:case 0:switch(F){case 0:case 125:S=0;case 59+g:_==-1&&(z=ze(z,/\f/g,"")),v>0&&Pr(z)-b&&zs(v>32?vg(z+";",n,r,b-1):vg(ze(z," ","")+";",n,r,b-2),f);break;case 59:z+=";";default:if(zs(I=gg(z,t,r,m,g,o,d,A,k=[],R=[],b),i),F===123)if(g===0)Gs(z,t,I,I,k,i,b,d,R);else switch(w===99&&mt(z,3)===110?100:w){case 100:case 108:case 109:case 115:Gs(e,I,I,n&&zs(gg(e,I,I,0,0,o,d,A,o,k=[],b),R),o,R,b,d,n?k:R);break;default:Gs(z,I,I,I,[""],R,0,d,R)}}m=g=v=0,E=_=1,A=z="",b=s;break;case 58:b=1+Pr(z),v=x;default:if(E<1){if(F==123)--E;else if(F==125&&E++==0&&cC()==125)continue}switch(z+=qd(F),F*E){case 38:_=g>0?1:(z+="\f",-1);break;case 44:d[m++]=(Pr(z)-1)*_,_=1;break;case 64:Vr()===45&&(z+=qs(Kt())),w=Vr(),g=b=Pr(A=z+=hC(Ws())),F++;break;case 45:x===45&&Pr(z)==2&&(E=0)}}return i}H(Gs,"parse");function gg(e,t,r,n,o,i,s,d,f,m,g){for(var b=o-1,w=o===0?i:[""],v=Gd(w),x=0,E=0,S=0;x<n;++x)for(var _=0,F=Kl(e,b+1,b=MB(E=s[x])),A=e;_<v;++_)(A=b2(E>0?w[_]+" "+F:ze(F,/&\f/g,w[_])))&&(f[S++]=A);return Eu(e,t,r,o===0?y2:d,f,m,g)}H(gg,"ruleset");function gC(e,t,r){return Eu(e,t,r,v2,qd(uC()),Kl(e,2,-2),0)}H(gC,"comment");function vg(e,t,r,n){return Eu(e,t,r,w2,Kl(e,0,n),Kl(e,n+1,-1),n)}H(vg,"declaration");function Fo(e,t){for(var r="",n=Gd(e),o=0;o<n;o++)r+=t(e[o],o,e,t)||"";return r}H(Fo,"serialize");function vC(e,t,r,n){switch(e.type){case OB:if(e.children.length)break;case LB:case w2:return e.return=e.return||e.value;case v2:return"";case aC:return e.return=e.value+"{"+Fo(e.children,n)+"}";case y2:e.value=e.props.join(",")}return Pr(r=Fo(e.children,n))?e.return=e.value+"{"+r+"}":""}H(vC,"stringify");function yC(e){var t=Gd(e);return function(r,n,o,i){for(var s="",d=0;d<t;d++)s+=e[d](r,n,o,i)||"";return s}}H(yC,"middleware");var mw=H(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"),NB=H(function(e,t,r){for(var n=0,o=0;n=o,o=Vr(),n===38&&o===12&&(t[r]=1),!Jl(o);)Kt();return gi(e,Zt)},"identifierWithPointTracking"),$B=H(function(e,t){var r=-1,n=44;do switch(Jl(n)){case 0:n===38&&Vr()===12&&(t[r]=1),e[r]+=NB(Zt-1,t,r);break;case 2:e[r]+=qs(n);break;case 4:if(n===44){e[++r]=Vr()===58?"&\f":"",t[r]=e[r].length;break}default:e[r]+=qd(n)}while(n=Kt());return e},"toRules"),HB=H(function(e,t){return x2($B(E2(e),t))},"getRules"),gw=new WeakMap,jB=H(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&&!gw.get(r))&&!n){gw.set(e,!0);for(var o=[],i=HB(t,o),s=r.props,d=0,f=0;d<i.length;d++)for(var m=0;m<s.length;m++,f++)e.props[f]=o[d]?i[d].replace(/&\f/g,s[m]):s[m]+" "+i[d]}}},"compat"),VB=H(function(e){if(e.type==="decl"){var t=e.value;t.charCodeAt(0)===108&&t.charCodeAt(2)===98&&(e.return="",e.value="")}},"removeLabel"),UB="emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason",WB=H(function(e){return e.type==="comm"&&e.children.indexOf(UB)>-1},"isIgnoringComment"),qB=H(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 i=!!t.parent,s=i?t.parent.children:n,d=s.length-1;d>=0;d--){var f=s[d];if(f.line<t.line)break;if(f.column<t.column){if(WB(f))return;break}}o.forEach(function(m){console.error('The pseudo class "'+m+'" is potentially unsafe when doing server-side rendering. Try changing it to "'+m.split("-child")[0]+'-of-type".')})}}}},"createUnsafeSelectorsAlarm"),wC=H(function(e){return e.type.charCodeAt(1)===105&&e.type.charCodeAt(0)===64},"isImportRule"),GB=H(function(e,t){for(var r=e-1;r>=0;r--)if(!wC(t[r]))return!0;return!1},"isPrependedWithRegularRules"),vw=H(function(e){e.type="",e.value="",e.return="",e.children="",e.props=""},"nullifyElement"),YB=H(function(e,t,r){wC(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."),vw(e)):GB(t,r)&&(console.error("`@import` rules can't be after other rules. Please put your `@import` rules before your other rules."),vw(e)))},"incorrectImportAlarm");function C2(e,t){switch(oC(e,t)){case 5103:return Be+"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 Be+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return Be+e+Q0+e+Tt+e+e;case 6828:case 4268:return Be+e+Tt+e+e;case 6165:return Be+e+Tt+"flex-"+e+e;case 5187:return Be+e+ze(e,/(\w+).+(:[^]+)/,Be+"box-$1$2"+Tt+"flex-$1$2")+e;case 5443:return Be+e+Tt+"flex-item-"+ze(e,/flex-|-self/,"")+e;case 4675:return Be+e+Tt+"flex-line-pack"+ze(e,/align-content|flex-|-self/,"")+e;case 5548:return Be+e+Tt+ze(e,"shrink","negative")+e;case 5292:return Be+e+Tt+ze(e,"basis","preferred-size")+e;case 6060:return Be+"box-"+ze(e,"-grow","")+Be+e+Tt+ze(e,"grow","positive")+e;case 4554:return Be+ze(e,/([^-])(transform)/g,"$1"+Be+"$2")+e;case 6187:return ze(ze(ze(e,/(zoom-|grab)/,Be+"$1"),/(image-set)/,Be+"$1"),e,"")+e;case 5495:case 3959:return ze(e,/(image-set\([^]*)/,Be+"$1$`$1");case 4968:return ze(ze(e,/(.+:)(flex-)?(.*)/,Be+"box-pack:$3"+Tt+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+Be+e+e;case 4095:case 3583:case 4068:case 2532:return ze(e,/(.+)-inline(.+)/,Be+"$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(mt(e,t+1)){case 109:if(mt(e,t+4)!==45)break;case 102:return ze(e,/(.+:)(.+)-([^]+)/,"$1"+Be+"$2-$3$1"+Q0+(mt(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~ed(e,"stretch")?C2(ze(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(mt(e,t+1)!==115)break;case 6444:switch(mt(e,Pr(e)-3-(~ed(e,"!important")&&10))){case 107:return ze(e,":",":"+Be)+e;case 101:return ze(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+Be+(mt(e,14)===45?"inline-":"")+"box$3$1"+Be+"$2$3$1"+Tt+"$2box$3")+e}break;case 5936:switch(mt(e,t+11)){case 114:return Be+e+Tt+ze(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return Be+e+Tt+ze(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return Be+e+Tt+ze(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return Be+e+Tt+e+e}return e}H(C2,"prefix");var KB=H(function(e,t,r,n){if(e.length>-1&&!e.return)switch(e.type){case w2:e.return=C2(e.value,e.length);break;case aC:return Fo([_l(e,{value:ze(e.value,"@","@"+Be)})],n);case y2:if(e.length)return iC(e.props,function(o){switch(lC(o,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return Fo([_l(e,{props:[ze(o,/:(read-\w+)/,":"+Q0+"$1")]})],n);case"::placeholder":return Fo([_l(e,{props:[ze(o,/:(plac\w+)/,":"+Be+"input-$1")]}),_l(e,{props:[ze(o,/:(plac\w+)/,":"+Q0+"$1")]}),_l(e,{props:[ze(o,/:(plac\w+)/,Tt+"input-$1")]})],n)}return""})}},"prefixer"),XB=[KB],JB=H(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.
|
|
20
|
+
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(x){var E=x.getAttribute("data-emotion");E.indexOf(" ")!==-1&&(document.head.appendChild(x),x.setAttribute("data-s",""))})}var n=e.stylisPlugins||XB;if(/[^a-z-]/.test(t))throw new Error('Emotion key must only contain lower case alphabetical characters and - but "'+t+'" was passed');var o={},i,s=[];i=e.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+t+' "]'),function(x){for(var E=x.getAttribute("data-emotion").split(" "),S=1;S<E.length;S++)o[E[S]]=!0;s.push(x)});var d,f=[jB,VB];f.push(qB({get compat(){return v.compat}}),YB);{var m,g=[vC,function(x){x.root||(x.return?m.insert(x.return):x.value&&x.type!==v2&&m.insert(x.value+"{}"))}],b=yC(f.concat(n,g)),w=H(function(x){return Fo(mC(x),b)},"stylis");d=H(function(x,E,S,_){m=S,E.map!==void 0&&(m={insert:H(function(F){S.insert(F+E.map)},"insert")}),w(x?x+"{"+E.styles+"}":E.styles),_&&(v.inserted[E.name]=!0)},"insert")}var v={key:t,sheet:new BB({key:t,container:i,nonce:e.nonce,speedy:e.speedy,prepend:e.prepend,insertionPoint:e.insertionPoint}),nonce:e.nonce,inserted:o,registered:{},insert:d};return v.sheet.hydrate(s),v},"createCache"),ZB=h2(tC()),QB=H(function(e,t){return(0,ZB.default)(e,t)},"hoistNonReactStatics"),eL=!0;function Kd(e,t,r){var n="";return r.split(" ").forEach(function(o){e[o]!==void 0?t.push(e[o]+";"):n+=o+" "}),n}H(Kd,"getRegisteredStyles");var Xd=H(function(e,t,r){var n=e.key+"-"+t.name;(r===!1||eL===!1)&&e.registered[n]===void 0&&(e.registered[n]=t.styles)},"registerStyles"),Jd=H(function(e,t,r){Xd(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 bC(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)}H(bC,"murmur2");var tL={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},yw=`You have illegal escape sequence in your template literal, most likely inside content's property value.
|
|
21
|
+
Because you write your CSS inside a JavaScript string you actually have to do double escaping, so for example "content: '\\00d7';" should become "content: '\\\\00d7';".
|
|
22
|
+
You can read more about this here:
|
|
23
|
+
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#ES2018_revision_of_illegal_escape_sequences`,rL="You have passed in falsy value as style object's key (can happen when in example you pass unexported component as computed key).",nL=/[A-Z]|^ms/g,EC=/_EMO_([^_]+?)_([^]*?)_EMO_/g,D2=H(function(e){return e.charCodeAt(1)===45},"isCustomProperty"),ww=H(function(e){return e!=null&&typeof e!="boolean"},"isProcessableValue"),M1=m2(function(e){return D2(e)?e:e.replace(nL,"-$&").toLowerCase()}),rd=H(function(e,t){switch(e){case"animation":case"animationName":if(typeof t=="string")return t.replace(EC,function(r,n,o){return dn={name:n,styles:o,next:dn},n})}return tL[e]!==1&&!D2(e)&&typeof t=="number"&&t!==0?t+"px":t},"processStyleValue");bw=/(var|attr|counters?|url|element|(((repeating-)?(linear|radial))|conic)-gradient)\(|(no-)?(open|close)-quote/,Ew=["normal","none","initial","inherit","unset"],xw=rd,Cw=/^-ms-/,Dw=/-(.)/g,P1={},rd=H(function(e,t){if(e==="content"&&(typeof t!="string"||Ew.indexOf(t)===-1&&!bw.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=xw(e,t);return r!==""&&!D2(e)&&e.indexOf("-")!==-1&&P1[e]===void 0&&(P1[e]=!0,console.error("Using kebab-case for css properties in objects is not supported. Did you mean "+e.replace(Cw,"ms-").replace(Dw,function(n,o){return o.toUpperCase()})+"?")),r},"processStyleValue");var bw,Ew,xw,Cw,Dw,P1,xC="Component selectors can only be used in conjunction with @emotion/babel-plugin, the swc Emotion plugin, or another Emotion-aware compiler transform.";function Zl(e,t,r){if(r==null)return"";if(r.__emotion_styles!==void 0){if(r.toString()==="NO_COMPONENT_SELECTOR")throw new Error(xC);return r}switch(typeof r){case"boolean":return"";case"object":{if(r.anim===1)return dn={name:r.name,styles:r.styles,next:dn},r.name;if(r.styles!==void 0){var n=r.next;if(n!==void 0)for(;n!==void 0;)dn={name:n.name,styles:n.styles,next:dn},n=n.next;var o=r.styles+";";return r.map!==void 0&&(o+=r.map),o}return CC(e,t,r)}case"function":{if(e!==void 0){var i=dn,s=r(e);return dn=i,Zl(e,t,s)}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 d=[],f=r.replace(EC,function(g,b,w){var v="animation"+d.length;return d.push("const "+v+" = keyframes`"+w.replace(/^@keyframes animation-\w+/,"")+"`"),"${"+v+"}"});d.length&&console.error("`keyframes` output got interpolated into plain string, please wrap it with `css`.\n\nInstead of doing this:\n\n"+[].concat(d,["`"+f+"`"]).join(`
|
|
24
|
+
`)+`
|
|
25
|
+
|
|
26
|
+
You should wrap it with \`css\` like this:
|
|
27
|
+
|
|
28
|
+
`+("css`"+f+"`"));break}if(t==null)return r;var m=t[r];return m!==void 0?m:r}H(Zl,"handleInterpolation");function CC(e,t,r){var n="";if(Array.isArray(r))for(var o=0;o<r.length;o++)n+=Zl(e,t,r[o])+";";else for(var i in r){var s=r[i];if(typeof s!="object")t!=null&&t[s]!==void 0?n+=i+"{"+t[s]+"}":ww(s)&&(n+=M1(i)+":"+rd(i,s)+";");else{if(i==="NO_COMPONENT_SELECTOR")throw new Error(xC);if(Array.isArray(s)&&typeof s[0]=="string"&&(t==null||t[s[0]]===void 0))for(var d=0;d<s.length;d++)ww(s[d])&&(n+=M1(i)+":"+rd(i,s[d])+";");else{var f=Zl(e,t,s);switch(i){case"animation":case"animationName":{n+=M1(i)+":"+f+";";break}default:i==="undefined"&&console.error(rL),n+=i+"{"+f+"}"}}}}return n}H(CC,"createStringFromObject");var Sw=/label:\s*([^\s;\n{]+)\s*(;|$)/g,DC;DC=/\/\*#\ssourceMappingURL=data:application\/json;\S+\s+\*\//g;var dn,Ql=H(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="";dn=void 0;var i=e[0];i==null||i.raw===void 0?(n=!1,o+=Zl(r,t,i)):(i[0]===void 0&&console.error(yw),o+=i[0]);for(var s=1;s<e.length;s++)o+=Zl(r,t,e[s]),n&&(i[s]===void 0&&console.error(yw),o+=i[s]);var d;o=o.replace(DC,function(b){return d=b,""}),Sw.lastIndex=0;for(var f="",m;(m=Sw.exec(o))!==null;)f+="-"+m[1];var g=bC(o)+f;return{name:g,styles:o,map:d,next:dn,toString:H(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"),aL=H(function(e){return e()},"syncFallback"),SC=u.useInsertionEffect?u.useInsertionEffect:!1,S2=SC||aL,kw=SC||u.useLayoutEffect,oL={}.hasOwnProperty,k2=u.createContext(typeof HTMLElement<"u"?JB({key:"css"}):null);k2.displayName="EmotionCacheContext";k2.Provider;var Zd=H(function(e){return u.forwardRef(function(t,r){var n=u.useContext(k2);return e(t,n,r)})},"withEmotionCache"),Xn=u.createContext({});Xn.displayName="EmotionThemeContext";var kC=H(function(){return u.useContext(Xn)},"useTheme"),lL=H(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 wn({},e,t)},"getTheme"),iL=mw(function(e){return mw(function(t){return lL(e,t)})}),AC=H(function(e){var t=u.useContext(Xn);return e.theme!==t&&(t=iL(t)(e.theme)),u.createElement(Xn.Provider,{value:t},e.children)},"ThemeProvider");function sL(e){var t=e.displayName||e.name||"Component",r=H(function(o,i){var s=u.useContext(Xn);return u.createElement(e,wn({theme:s,ref:i},o))},"render"),n=u.forwardRef(r);return n.displayName="WithTheme("+t+")",QB(n,e)}H(sL,"withTheme");var Aw="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",_w="__EMOTION_LABEL_PLEASE_DO_NOT_USE__",uL=H(function(e){var t=e.cache,r=e.serialized,n=e.isStringTag;return Xd(t,r,n),S2(function(){return Jd(t,r,n)}),null},"Insertion"),cL=Zd(function(e,t,r){var n=e.css;typeof n=="string"&&t.registered[n]!==void 0&&(n=t.registered[n]);var o=e[Aw],i=[n],s="";typeof e.className=="string"?s=Kd(t.registered,i,e.className):e.className!=null&&(s=e.className+" ");var d=Ql(i,void 0,u.useContext(Xn));if(d.name.indexOf("-")===-1){var f=e[_w];f&&(d=Ql([d,"label:"+f+";"]))}s+=t.key+"-"+d.name;var m={};for(var g in e)oL.call(e,g)&&g!=="css"&&g!==Aw&&g!==_w&&(m[g]=e[g]);return m.ref=r,m.className=s,u.createElement(u.Fragment,null,u.createElement(uL,{cache:t,serialized:d,isStringTag:typeof o=="string"}),u.createElement(o,m))});cL.displayName="EmotionCssPropInternal";h2(tC());var dL={version:"11.11.4"},Fw=!1,pL=Zd(function(e,t){!Fw&&(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?"),Fw=!0);var r=e.styles,n=Ql([r],void 0,u.useContext(Xn)),o=u.useRef();return kw(function(){var i=t.key+"-global",s=new t.sheet.constructor({key:i,nonce:t.sheet.nonce,container:t.sheet.container,speedy:t.sheet.isSpeedy}),d=!1,f=document.querySelector('style[data-emotion="'+i+" "+n.name+'"]');return t.sheet.tags.length&&(s.before=t.sheet.tags[0]),f!==null&&(d=!0,f.setAttribute("data-emotion",i),s.hydrate([f])),o.current=[s,d],function(){s.flush()}},[t]),kw(function(){var i=o.current,s=i[0],d=i[1];if(d){i[1]=!1;return}if(n.next!==void 0&&Jd(t,n.next,!0),s.tags.length){var f=s.tags[s.tags.length-1].nextElementSibling;s.before=f,s.flush()}t.insert("",n,s,!1)},[t,n.name]),null});pL.displayName="EmotionGlobal";function Qd(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return Ql(t)}H(Qd,"css");var An=H(function(){var e=Qd.apply(void 0,arguments),t="animation-"+e.name;return{name:t,styles:"@keyframes "+t+"{"+e.styles+"}",anim:1,toString:H(function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"},"toString")}},"keyframes"),fL=H(function e(t){for(var r=t.length,n=0,o="";n<r;n++){var i=t[n];if(i!=null){var s=void 0;switch(typeof i){case"boolean":break;case"object":{if(Array.isArray(i))s=e(i);else{i.styles!==void 0&&i.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."),s="";for(var d in i)i[d]&&d&&(s&&(s+=" "),s+=d)}break}default:s=i}s&&(o&&(o+=" "),o+=s)}}return o},"classnames");function _C(e,t,r){var n=[],o=Kd(e,n,r);return n.length<2?r:o+t(n)}H(_C,"merge");var hL=H(function(e){var t=e.cache,r=e.serializedArr;return S2(function(){for(var n=0;n<r.length;n++)Jd(t,r[n],!1)}),null},"Insertion"),mL=Zd(function(e,t){var r=!1,n=[],o=H(function(){if(r)throw new Error("css can only be used during render");for(var f=arguments.length,m=new Array(f),g=0;g<f;g++)m[g]=arguments[g];var b=Ql(m,t.registered);return n.push(b),Xd(t,b,!1),t.key+"-"+b.name},"css"),i=H(function(){if(r)throw new Error("cx can only be used during render");for(var f=arguments.length,m=new Array(f),g=0;g<f;g++)m[g]=arguments[g];return _C(t.registered,o,fL(m))},"cx"),s={css:o,cx:i,theme:u.useContext(Xn)},d=e.children(s);return r=!0,u.createElement(u.Fragment,null,u.createElement(hL,{cache:t,serializedArr:n}),d)});mL.displayName="EmotionClassNames";N1=!0,Rw=typeof jest<"u"||typeof vi<"u",N1&&!Rw&&($1=typeof globalThis<"u"?globalThis:N1?window:global,H1="__EMOTION_REACT_"+dL.version.split(".")[0]+"__",$1[H1]&&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."),$1[H1]=!0);var N1,Rw,$1,H1,gL=g2,vL=H(function(e){return e!=="theme"},"testOmitPropsOnComponent"),Tw=H(function(e){return typeof e=="string"&&e.charCodeAt(0)>96?gL:vL},"getDefaultShouldForwardProp"),Iw=H(function(e,t,r){var n;if(t){var o=t.shouldForwardProp;n=e.__emotion_forwardProp&&o?function(i){return e.__emotion_forwardProp(i)&&o(i)}:o}return typeof n!="function"&&r&&(n=e.__emotion_forwardProp),n},"composeShouldForwardProps"),zw=`You have illegal escape sequence in your template literal, most likely inside content's property value.
|
|
29
|
+
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';".
|
|
30
|
+
You can read more about this here:
|
|
31
|
+
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#ES2018_revision_of_illegal_escape_sequences`,yL=H(function(e){var t=e.cache,r=e.serialized,n=e.isStringTag;return Xd(t,r,n),S2(function(){return Jd(t,r,n)}),null},"Insertion"),wL=H(function e(t,r){if(t===void 0)throw new Error(`You are trying to create a styled element with an undefined component.
|
|
32
|
+
You may have forgotten to import it.`);var n=t.__emotion_real===t,o=n&&t.__emotion_base||t,i,s;r!==void 0&&(i=r.label,s=r.target);var d=Iw(t,r,n),f=d||Tw(o),m=!f("as");return function(){var g=arguments,b=n&&t.__emotion_styles!==void 0?t.__emotion_styles.slice(0):[];if(i!==void 0&&b.push("label:"+i+";"),g[0]==null||g[0].raw===void 0)b.push.apply(b,g);else{g[0][0]===void 0&&console.error(zw),b.push(g[0][0]);for(var w=g.length,v=1;v<w;v++)g[0][v]===void 0&&console.error(zw),b.push(g[v],g[0][v])}var x=Zd(function(E,S,_){var F=m&&E.as||o,A="",k=[],R=E;if(E.theme==null){R={};for(var I in E)R[I]=E[I];R.theme=u.useContext(Xn)}typeof E.className=="string"?A=Kd(S.registered,k,E.className):E.className!=null&&(A=E.className+" ");var z=Ql(b.concat(k),S.registered,R);A+=S.key+"-"+z.name,s!==void 0&&(A+=" "+s);var B=m&&d===void 0?Tw(F):f,O={};for(var j in E)m&&j==="as"||B(j)&&(O[j]=E[j]);return O.className=A,O.ref=_,u.createElement(u.Fragment,null,u.createElement(yL,{cache:S,serialized:z,isStringTag:typeof F=="string"}),u.createElement(F,O))});return x.displayName=i!==void 0?i:"Styled("+(typeof o=="string"?o:o.displayName||o.name||"Component")+")",x.defaultProps=t.defaultProps,x.__emotion_real=x,x.__emotion_base=o,x.__emotion_styles=b,x.__emotion_forwardProp=d,Object.defineProperty(x,"toString",{value:H(function(){return s===void 0?"NO_COMPONENT_SELECTOR":"."+s},"value")}),x.withComponent=function(E,S){return e(E,wn({},r,S,{shouldForwardProp:Iw(x,S,!0)})).apply(void 0,b)},x}},"createStyled"),bL=["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"],M=wL.bind();bL.forEach(function(e){M[e]=M(e)});function FC(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}H(FC,"_assertThisInitialized");function ei(e,t){return ei=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,n){return r.__proto__=n,r},ei(e,t)}H(ei,"_setPrototypeOf");function RC(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,ei(e,t)}H(RC,"_inheritsLoose");function nd(e){return nd=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},nd(e)}H(nd,"_getPrototypeOf");function TC(e){try{return Function.toString.call(e).indexOf("[native code]")!==-1}catch{return typeof e=="function"}}H(TC,"_isNativeFunction");function A2(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(A2=H(function(){return!!e},"_isNativeReflectConstruct"))()}H(A2,"_isNativeReflectConstruct");function IC(e,t,r){if(A2())return Reflect.construct.apply(null,arguments);var n=[null];n.push.apply(n,t);var o=new(e.bind.apply(e,n));return r&&ei(o,r.prototype),o}H(IC,"_construct");function ad(e){var t=typeof Map=="function"?new Map:void 0;return ad=H(function(r){if(r===null||!TC(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 IC(r,arguments,nd(this).constructor)}return H(n,"Wrapper"),n.prototype=Object.create(r.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),ei(n,r)},"_wrapNativeSuper"),ad(e)}H(ad,"_wrapNativeSuper");var EL={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 }).
|
|
33
|
+
|
|
34
|
+
`,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 }).
|
|
35
|
+
|
|
36
|
+
`,3:`Passed an incorrect argument to a color function, please pass a string representation of a color.
|
|
37
|
+
|
|
38
|
+
`,4:`Couldn't generate valid rgb string from %s, it returned %s.
|
|
39
|
+
|
|
40
|
+
`,5:`Couldn't parse the color string. Please provide the color as a string in hex, rgb, rgba, hsl or hsla notation.
|
|
41
|
+
|
|
42
|
+
`,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 }).
|
|
43
|
+
|
|
44
|
+
`,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 }).
|
|
45
|
+
|
|
46
|
+
`,8:`Passed invalid argument to toColorString, please pass a RgbColor, RgbaColor, HslColor or HslaColor object.
|
|
47
|
+
|
|
48
|
+
`,9:`Please provide a number of steps to the modularScale helper.
|
|
49
|
+
|
|
50
|
+
`,10:`Please pass a number or one of the predefined scales to the modularScale helper as the ratio.
|
|
51
|
+
|
|
52
|
+
`,11:`Invalid value passed as base to modularScale, expected number or em string but got "%s"
|
|
53
|
+
|
|
54
|
+
`,12:`Expected a string ending in "px" or a number passed as the first argument to %s(), got "%s" instead.
|
|
55
|
+
|
|
56
|
+
`,13:`Expected a string ending in "px" or a number passed as the second argument to %s(), got "%s" instead.
|
|
57
|
+
|
|
58
|
+
`,14:`Passed invalid pixel value ("%s") to %s(), please pass a value like "12px" or 12.
|
|
59
|
+
|
|
60
|
+
`,15:`Passed invalid base value ("%s") to %s(), please pass a value like "12px" or 12.
|
|
61
|
+
|
|
62
|
+
`,16:`You must provide a template to this method.
|
|
63
|
+
|
|
64
|
+
`,17:`You passed an unsupported selector state to this method.
|
|
65
|
+
|
|
66
|
+
`,18:`minScreen and maxScreen must be provided as stringified numbers with the same units.
|
|
67
|
+
|
|
68
|
+
`,19:`fromSize and toSize must be provided as stringified numbers with the same units.
|
|
69
|
+
|
|
70
|
+
`,20:`expects either an array of objects or a single object with the properties prop, fromSize, and toSize.
|
|
71
|
+
|
|
72
|
+
`,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.
|
|
73
|
+
|
|
74
|
+
`,24:`fontFace expects either the path to the font file(s) or a name of a local copy.
|
|
75
|
+
|
|
76
|
+
`,25:`fontFace expects localFonts to be an array.
|
|
77
|
+
|
|
78
|
+
`,26:`fontFace expects fileFormats to be an array.
|
|
79
|
+
|
|
80
|
+
`,27:`radialGradient requries at least 2 color-stops to properly render.
|
|
81
|
+
|
|
82
|
+
`,28:`Please supply a filename to retinaImage() as the first argument.
|
|
83
|
+
|
|
84
|
+
`,29:`Passed invalid argument to triangle, please pass correct pointingDirection e.g. 'right'.
|
|
85
|
+
|
|
86
|
+
`,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
|
|
87
|
+
|
|
88
|
+
`,32:`To pass multiple animations please supply them in arrays, e.g. animation(['rotate', '2s'], ['move', '1s'])
|
|
89
|
+
To pass a single animation please supply them in simple values, e.g. animation('rotate', '2s')
|
|
90
|
+
|
|
91
|
+
`,33:`The animation shorthand arrays can only have 8 elements. See the specification for more information: http://mdn.io/animation
|
|
92
|
+
|
|
93
|
+
`,34:`borderRadius expects a radius value as a string or number as the second argument.
|
|
94
|
+
|
|
95
|
+
`,35:`borderRadius expects one of "top", "bottom", "left" or "right" as the first argument.
|
|
96
|
+
|
|
97
|
+
`,36:`Property must be a string value.
|
|
98
|
+
|
|
99
|
+
`,37:`Syntax Error at %s.
|
|
100
|
+
|
|
101
|
+
`,38:`Formula contains a function that needs parentheses at %s.
|
|
102
|
+
|
|
103
|
+
`,39:`Formula is missing closing parenthesis at %s.
|
|
104
|
+
|
|
105
|
+
`,40:`Formula has too many closing parentheses at %s.
|
|
106
|
+
|
|
107
|
+
`,41:`All values in a formula must have the same unit or be unitless.
|
|
108
|
+
|
|
109
|
+
`,42:`Please provide a number of steps to the modularScale helper.
|
|
110
|
+
|
|
111
|
+
`,43:`Please pass a number or one of the predefined scales to the modularScale helper as the ratio.
|
|
112
|
+
|
|
113
|
+
`,44:`Invalid value passed as base to modularScale, expected number or em/rem string but got %s.
|
|
114
|
+
|
|
115
|
+
`,45:`Passed invalid argument to hslToColorString, please pass a HslColor or HslaColor object.
|
|
116
|
+
|
|
117
|
+
`,46:`Passed invalid argument to rgbToColorString, please pass a RgbColor or RgbaColor object.
|
|
118
|
+
|
|
119
|
+
`,47:`minScreen and maxScreen must be provided as stringified numbers with the same units.
|
|
120
|
+
|
|
121
|
+
`,48:`fromSize and toSize must be provided as stringified numbers with the same units.
|
|
122
|
+
|
|
123
|
+
`,49:`Expects either an array of objects or a single object with the properties prop, fromSize, and toSize.
|
|
124
|
+
|
|
125
|
+
`,50:`Expects the objects in the first argument array to have the properties prop, fromSize, and toSize.
|
|
126
|
+
|
|
127
|
+
`,51:`Expects the first argument object to have the properties prop, fromSize, and toSize.
|
|
128
|
+
|
|
129
|
+
`,52:`fontFace expects either the path to the font file(s) or a name of a local copy.
|
|
130
|
+
|
|
131
|
+
`,53:`fontFace expects localFonts to be an array.
|
|
132
|
+
|
|
133
|
+
`,54:`fontFace expects fileFormats to be an array.
|
|
134
|
+
|
|
135
|
+
`,55:`fontFace expects a name of a font-family.
|
|
136
|
+
|
|
137
|
+
`,56:`linearGradient requries at least 2 color-stops to properly render.
|
|
138
|
+
|
|
139
|
+
`,57:`radialGradient requries at least 2 color-stops to properly render.
|
|
140
|
+
|
|
141
|
+
`,58:`Please supply a filename to retinaImage() as the first argument.
|
|
142
|
+
|
|
143
|
+
`,59:`Passed invalid argument to triangle, please pass correct pointingDirection e.g. 'right'.
|
|
144
|
+
|
|
145
|
+
`,60:"Passed an invalid value to `height` or `width`. Please provide a pixel based unit.\n\n",61:`Property must be a string value.
|
|
146
|
+
|
|
147
|
+
`,62:`borderRadius expects a radius value as a string or number as the second argument.
|
|
148
|
+
|
|
149
|
+
`,63:`borderRadius expects one of "top", "bottom", "left" or "right" as the first argument.
|
|
150
|
+
|
|
151
|
+
`,64:`The animation shorthand only takes 8 arguments. See the specification for more information: http://mdn.io/animation.
|
|
152
|
+
|
|
153
|
+
`,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').
|
|
154
|
+
|
|
155
|
+
`,66:`The animation shorthand arrays can only have 8 elements. See the specification for more information: http://mdn.io/animation.
|
|
156
|
+
|
|
157
|
+
`,67:`You must provide a template to this method.
|
|
158
|
+
|
|
159
|
+
`,68:`You passed an unsupported selector state to this method.
|
|
160
|
+
|
|
161
|
+
`,69:`Expected a string ending in "px" or a number passed as the first argument to %s(), got %s instead.
|
|
162
|
+
|
|
163
|
+
`,70:`Expected a string ending in "px" or a number passed as the second argument to %s(), got %s instead.
|
|
164
|
+
|
|
165
|
+
`,71:`Passed invalid pixel value %s to %s(), please pass a value like "12px" or 12.
|
|
166
|
+
|
|
167
|
+
`,72:`Passed invalid base value %s to %s(), please pass a value like "12px" or 12.
|
|
168
|
+
|
|
169
|
+
`,73:`Please provide a valid CSS variable.
|
|
170
|
+
|
|
171
|
+
`,74:`CSS variable not found and no default was provided.
|
|
172
|
+
|
|
173
|
+
`,75:`important requires a valid style object, got a %s instead.
|
|
174
|
+
|
|
175
|
+
`,76:`fromSize and toSize must be provided as stringified numbers with the same units as minScreen and maxScreen.
|
|
176
|
+
|
|
177
|
+
`,77:`remToPx expects a value in "rem" but you provided it in "%s".
|
|
178
|
+
|
|
179
|
+
`,78:`base must be set in "px" or "%" but you set it in "%s".
|
|
180
|
+
`};function zC(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];var n=t[0],o=[],i;for(i=1;i<t.length;i+=1)o.push(t[i]);return o.forEach(function(s){n=n.replace(/%[a-z]/,s)}),n}H(zC,"format");var fn=function(e){RC(t,e);function t(r){for(var n,o=arguments.length,i=new Array(o>1?o-1:0),s=1;s<o;s++)i[s-1]=arguments[s];return n=e.call(this,zC.apply(void 0,[EL[r]].concat(i)))||this,FC(n)}return H(t,"PolishedError"),t}(ad(Error));function T0(e){return Math.round(e*255)}H(T0,"colorToInt");function BC(e,t,r){return T0(e)+","+T0(t)+","+T0(r)}H(BC,"convertToInt");function ti(e,t,r,n){if(n===void 0&&(n=BC),t===0)return n(r,r,r);var o=(e%360+360)%360/60,i=(1-Math.abs(2*r-1))*t,s=i*(1-Math.abs(o%2-1)),d=0,f=0,m=0;o>=0&&o<1?(d=i,f=s):o>=1&&o<2?(d=s,f=i):o>=2&&o<3?(f=i,m=s):o>=3&&o<4?(f=s,m=i):o>=4&&o<5?(d=s,m=i):o>=5&&o<6&&(d=i,m=s);var g=r-i/2,b=d+g,w=f+g,v=m+g;return n(b,w,v)}H(ti,"hslToRgb");var Bw={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 LC(e){if(typeof e!="string")return e;var t=e.toLowerCase();return Bw[t]?"#"+Bw[t]:e}H(LC,"nameToHex");var xL=/^#[a-fA-F0-9]{6}$/,CL=/^#[a-fA-F0-9]{8}$/,DL=/^#[a-fA-F0-9]{3}$/,SL=/^#[a-fA-F0-9]{4}$/,j1=/^rgb\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*\)$/i,kL=/^rgb(?:a)?\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i,AL=/^hsl\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*\)$/i,_L=/^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 xu(e){if(typeof e!="string")throw new fn(3);var t=LC(e);if(t.match(xL))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(CL)){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(DL))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(SL)){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=j1.exec(t);if(o)return{red:parseInt(""+o[1],10),green:parseInt(""+o[2],10),blue:parseInt(""+o[3],10)};var i=kL.exec(t.substring(0,50));if(i)return{red:parseInt(""+i[1],10),green:parseInt(""+i[2],10),blue:parseInt(""+i[3],10),alpha:parseFloat(""+i[4])>1?parseFloat(""+i[4])/100:parseFloat(""+i[4])};var s=AL.exec(t);if(s){var d=parseInt(""+s[1],10),f=parseInt(""+s[2],10)/100,m=parseInt(""+s[3],10)/100,g="rgb("+ti(d,f,m)+")",b=j1.exec(g);if(!b)throw new fn(4,t,g);return{red:parseInt(""+b[1],10),green:parseInt(""+b[2],10),blue:parseInt(""+b[3],10)}}var w=_L.exec(t.substring(0,50));if(w){var v=parseInt(""+w[1],10),x=parseInt(""+w[2],10)/100,E=parseInt(""+w[3],10)/100,S="rgb("+ti(v,x,E)+")",_=j1.exec(S);if(!_)throw new fn(4,t,S);return{red:parseInt(""+_[1],10),green:parseInt(""+_[2],10),blue:parseInt(""+_[3],10),alpha:parseFloat(""+w[4])>1?parseFloat(""+w[4])/100:parseFloat(""+w[4])}}throw new fn(5)}H(xu,"parseToRgb");function OC(e){var t=e.red/255,r=e.green/255,n=e.blue/255,o=Math.max(t,r,n),i=Math.min(t,r,n),s=(o+i)/2;if(o===i)return e.alpha!==void 0?{hue:0,saturation:0,lightness:s,alpha:e.alpha}:{hue:0,saturation:0,lightness:s};var d,f=o-i,m=s>.5?f/(2-o-i):f/(o+i);switch(o){case t:d=(r-n)/f+(r<n?6:0);break;case r:d=(n-t)/f+2;break;default:d=(t-r)/f+4;break}return d*=60,e.alpha!==void 0?{hue:d,saturation:m,lightness:s,alpha:e.alpha}:{hue:d,saturation:m,lightness:s}}H(OC,"rgbToHsl");function _2(e){return OC(xu(e))}H(_2,"parseToHsl");var FL=H(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"),yg=FL;function _a(e){var t=e.toString(16);return t.length===1?"0"+t:t}H(_a,"numberToHex");function I0(e){return _a(Math.round(e*255))}H(I0,"colorToHex");function MC(e,t,r){return yg("#"+I0(e)+I0(t)+I0(r))}H(MC,"convertToHex");function au(e,t,r){return ti(e,t,r,MC)}H(au,"hslToHex");function PC(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return au(e,t,r);if(typeof e=="object"&&t===void 0&&r===void 0)return au(e.hue,e.saturation,e.lightness);throw new fn(1)}H(PC,"hsl");function NC(e,t,r,n){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number"&&typeof n=="number")return n>=1?au(e,t,r):"rgba("+ti(e,t,r)+","+n+")";if(typeof e=="object"&&t===void 0&&r===void 0&&n===void 0)return e.alpha>=1?au(e.hue,e.saturation,e.lightness):"rgba("+ti(e.hue,e.saturation,e.lightness)+","+e.alpha+")";throw new fn(2)}H(NC,"hsla");function od(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return yg("#"+_a(e)+_a(t)+_a(r));if(typeof e=="object"&&t===void 0&&r===void 0)return yg("#"+_a(e.red)+_a(e.green)+_a(e.blue));throw new fn(6)}H(od,"rgb");function ri(e,t,r,n){if(typeof e=="string"&&typeof t=="number"){var o=xu(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?od(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?od(e.red,e.green,e.blue):"rgba("+e.red+","+e.green+","+e.blue+","+e.alpha+")"}throw new fn(7)}H(ri,"rgba");var RL=H(function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&(typeof e.alpha!="number"||typeof e.alpha>"u")},"isRgb"),TL=H(function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&typeof e.alpha=="number"},"isRgba"),IL=H(function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&(typeof e.alpha!="number"||typeof e.alpha>"u")},"isHsl"),zL=H(function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&typeof e.alpha=="number"},"isHsla");function F2(e){if(typeof e!="object")throw new fn(8);if(TL(e))return ri(e);if(RL(e))return od(e);if(zL(e))return NC(e);if(IL(e))return PC(e);throw new fn(8)}H(F2,"toColorString");function R2(e,t,r){return H(function(){var n=r.concat(Array.prototype.slice.call(arguments));return n.length>=t?e.apply(this,n):R2(e,t,n)},"fn")}H(R2,"curried");function Cu(e){return R2(e,e.length,[])}H(Cu,"curry");function Du(e,t,r){return Math.max(e,Math.min(t,r))}H(Du,"guard");function $C(e,t){if(t==="transparent")return t;var r=_2(t);return F2(wn({},r,{lightness:Du(0,1,r.lightness-parseFloat(e))}))}H($C,"darken");var BL=Cu($C),LL=BL;function HC(e,t){if(t==="transparent")return t;var r=_2(t);return F2(wn({},r,{lightness:Du(0,1,r.lightness+parseFloat(e))}))}H(HC,"lighten");var OL=Cu(HC),ML=OL;function jC(e,t){if(t==="transparent")return t;var r=xu(t),n=typeof r.alpha=="number"?r.alpha:1,o=wn({},r,{alpha:Du(0,1,(n*100+parseFloat(e)*100)/100)});return ri(o)}H(jC,"opacify");var PL=Cu(jC),NL=PL;function VC(e,t){if(t==="transparent")return t;var r=xu(t),n=typeof r.alpha=="number"?r.alpha:1,o=wn({},r,{alpha:Du(0,1,+(n*100-parseFloat(e)*100).toFixed(2)/100)});return ri(o)}H(VC,"transparentize");var $L=Cu(VC),HL=$L,Ee={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",positiveText:"#448028",negativeText:"#D43900",warningText:"#A15C20"},Fa={app:"#F6F9FC",gridCellSize:10,hoverable:HL(.9,Ee.secondary),positive:"#E1FFD4",negative:"#FEDED2",warning:"#FFF5CF",critical:"#FF4400"},hn={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}},UC=h2(IB(),1),jL=(0,UC.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,UC.default)(1)(({color:e,background:t,typography:r})=>{let n=jL({typography:r});return{...n,body:{...n.body,color:e.defaultText,background:t.app,overflow:"hidden"},hr:{...n.hr,borderTop:`1px solid ${e.border}`}}});var VL={base:"dark",colorPrimary:"#FF4785",colorSecondary:"#029CFD",appBg:"#222425",appContentBg:"#1B1C1D",appPreviewBg:Ee.lightest,appBorderColor:"rgba(255,255,255,.1)",appBorderRadius:4,fontBase:hn.fonts.base,fontCode:hn.fonts.mono,textColor:"#C9CDCF",textInverseColor:"#222425",textMutedColor:"#798186",barTextColor:Ee.mediumdark,barHoverColor:Ee.secondary,barSelectedColor:Ee.secondary,barBg:"#292C2E",buttonBg:"#222425",buttonBorder:"rgba(255,255,255,.1)",booleanBg:"#222425",booleanSelectedBg:"#2E3438",inputBg:"#1B1C1D",inputBorder:"rgba(255,255,255,.1)",inputTextColor:Ee.lightest,inputBorderRadius:4},UL=VL,WL={base:"light",colorPrimary:"#FF4785",colorSecondary:"#029CFD",appBg:Fa.app,appContentBg:Ee.lightest,appPreviewBg:Ee.lightest,appBorderColor:Ee.border,appBorderRadius:4,fontBase:hn.fonts.base,fontCode:hn.fonts.mono,textColor:Ee.darkest,textInverseColor:Ee.lightest,textMutedColor:Ee.dark,barTextColor:Ee.mediumdark,barHoverColor:Ee.secondary,barSelectedColor:Ee.secondary,barBg:Ee.lightest,buttonBg:Fa.app,buttonBorder:Ee.medium,booleanBg:Ee.mediumlight,booleanSelectedBg:Ee.lightest,inputBg:Ee.lightest,inputBorder:Ee.border,inputTextColor:Ee.darkest,inputBorderRadius:4},ld=WL,qL=(()=>{let e;return typeof window<"u"?e=window:typeof globalThis<"u"?e=globalThis:typeof global<"u"?e=global:typeof self<"u"?e=self:e={},e})();const{logger:GL}=__STORYBOOK_MODULE_CLIENT_LOGGER__;var{window:V1}=qL,YL=H(e=>({color:e}),"mkColor"),KL=H(e=>typeof e!="string"?(GL.warn(`Color passed to theme object should be a string. Instead ${e}(${typeof e}) was passed.`),!1):!0,"isColorString"),XL=H(e=>!/(gradient|var|calc)/.test(e),"isValidColorForPolished"),JL=H((e,t)=>e==="darken"?ri(`${LL(1,t)}`,.95):e==="lighten"?ri(`${ML(1,t)}`,.95):t,"applyPolished"),WC=H(e=>t=>{if(!KL(t)||!XL(t))return t;try{return JL(e,t)}catch{return t}},"colorFactory"),ms=WC("lighten");WC("darken");var qC=H(()=>!V1||!V1.matchMedia?"light":V1.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light","getPreferredColorScheme"),wg={light:ld,dark:UL,normal:ld};qC();var ZL={rubber:"cubic-bezier(0.175, 0.885, 0.335, 1.05)"},QL=An`
|
|
181
|
+
from {
|
|
182
|
+
transform: rotate(0deg);
|
|
183
|
+
}
|
|
184
|
+
to {
|
|
185
|
+
transform: rotate(360deg);
|
|
186
|
+
}
|
|
187
|
+
`,GC=An`
|
|
188
|
+
0%, 100% { opacity: 1; }
|
|
189
|
+
50% { opacity: .4; }
|
|
190
|
+
`,eO=An`
|
|
191
|
+
0% { transform: translateY(1px); }
|
|
192
|
+
25% { transform: translateY(0px); }
|
|
193
|
+
50% { transform: translateY(-3px); }
|
|
194
|
+
100% { transform: translateY(1px); }
|
|
195
|
+
`,tO=An`
|
|
196
|
+
0%, 100% { transform:translate3d(0,0,0); }
|
|
197
|
+
12.5%, 62.5% { transform:translate3d(-4px,0,0); }
|
|
198
|
+
37.5%, 87.5% { transform: translate3d(4px,0,0); }
|
|
199
|
+
`,rO=Qd`
|
|
200
|
+
animation: ${GC} 1.5s ease-in-out infinite;
|
|
201
|
+
color: transparent;
|
|
202
|
+
cursor: progress;
|
|
203
|
+
`,nO=Qd`
|
|
204
|
+
transition: all 150ms ease-out;
|
|
205
|
+
transform: translate3d(0, 0, 0);
|
|
206
|
+
|
|
207
|
+
&:hover {
|
|
208
|
+
transform: translate3d(0, -2px, 0);
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
&:active {
|
|
212
|
+
transform: translate3d(0, 0, 0);
|
|
213
|
+
}
|
|
214
|
+
`,aO={rotate360:QL,glow:GC,float:eO,jiggle:tO,inlineGlow:rO,hoverable:nO},oO={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"},lO={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"},iO=H(e=>Object.entries(e).reduce((t,[r,n])=>({...t,[r]:YL(n)}),{}),"convertColors"),sO=H(({colors:e,mono:t})=>{let r=iO(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"),uO={green1:"#008000",red1:"#A31515",red2:"#9a050f",red3:"#800000",red4:"#ff0000",gray1:"#393A34",cyan1:"#36acaa",cyan2:"#2B91AF",blue1:"#0000ff",blue2:"#00009f"},cO={green1:"#7C7C7C",red1:"#92C379",red2:"#9a050f",red3:"#A8FF60",red4:"#96CBFE",gray1:"#EDEDED",cyan1:"#C6C5FE",cyan2:"#FFFFB6",blue1:"#B474DD",blue2:"#00009f"},dO=H(e=>({primary:e.colorPrimary,secondary:e.colorSecondary,tertiary:Ee.tertiary,ancillary:Ee.ancillary,orange:Ee.orange,gold:Ee.gold,green:Ee.green,seafoam:Ee.seafoam,purple:Ee.purple,ultraviolet:Ee.ultraviolet,lightest:Ee.lightest,lighter:Ee.lighter,light:Ee.light,mediumlight:Ee.mediumlight,medium:Ee.medium,mediumdark:Ee.mediumdark,dark:Ee.dark,darker:Ee.darker,darkest:Ee.darkest,border:Ee.border,positive:Ee.positive,negative:Ee.negative,warning:Ee.warning,critical:Ee.critical,defaultText:e.textColor||Ee.darkest,inverseText:e.textInverseColor||Ee.lightest,positiveText:Ee.positiveText,negativeText:Ee.negativeText,warningText:Ee.warningText}),"createColors"),bg=H((e=wg[qC()])=>{let{base:t,colorPrimary:r,colorSecondary:n,appBg:o,appContentBg:i,appPreviewBg:s,appBorderColor:d,appBorderRadius:f,fontBase:m,fontCode:g,textColor:b,textInverseColor:w,barTextColor:v,barHoverColor:x,barSelectedColor:E,barBg:S,buttonBg:_,buttonBorder:F,booleanBg:A,booleanSelectedBg:k,inputBg:R,inputBorder:I,inputTextColor:z,inputBorderRadius:B,brandTitle:O,brandUrl:j,brandImage:q,brandTarget:X,gridCellSize:J,...ae}=e;return{...ae,base:t,color:dO(e),background:{app:o,bar:S,content:i,preview:s,gridCellSize:J||Fa.gridCellSize,hoverable:Fa.hoverable,positive:Fa.positive,negative:Fa.negative,warning:Fa.warning,critical:Fa.critical},typography:{fonts:{base:m,mono:g},weight:hn.weight,size:hn.size},animation:aO,easing:ZL,input:{background:R,border:I,borderRadius:B,color:z},button:{background:_||R,border:F||I},boolean:{background:A||I,selectedBackground:k||R},layoutMargin:10,appBorderColor:d,appBorderRadius:f,barTextColor:v,barHoverColor:x||n,barSelectedColor:E||n,barBg:S,brand:{title:O,url:j,image:q||(O?null:void 0),target:X},code:sO({colors:t==="light"?uO:cO,mono:g}),addonActionsTheme:{...t==="light"?lO:oO,BASE_FONT_FAMILY:g,BASE_FONT_SIZE:hn.size.s2-1,BASE_LINE_HEIGHT:"18px",BASE_BACKGROUND_COLOR:"transparent",BASE_COLOR:b,ARROW_COLOR:NL(.2,d),ARROW_MARGIN_RIGHT:4,ARROW_FONT_SIZE:8,TREENODE_FONT_FAMILY:g,TREENODE_FONT_SIZE:hn.size.s2-1,TREENODE_LINE_HEIGHT:"18px",TREENODE_PADDING_LEFT:12}}},"convert");const{logger:pO}=__STORYBOOK_MODULE_CLIENT_LOGGER__;var fO=H(e=>Object.keys(e).length===0,"isEmpty"),U1=H(e=>e!=null&&typeof e=="object","isObject"),hO=H((e,...t)=>Object.prototype.hasOwnProperty.call(e,...t),"hasOwnProperty"),mO=H(()=>Object.create(null),"makeObjectWithoutPrototype"),YC=H((e,t)=>e===t||!U1(e)||!U1(t)?{}:Object.keys(e).reduce((r,n)=>{if(hO(t,n)){let o=YC(e[n],t[n]);return U1(o)&&fO(o)||(r[n]=o),r}return r[n]=void 0,r},mO()),"deletedDiff"),gO=YC;function KC(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(d,f){var m=f.match(/\n([\t ]+|(?!\s).)/g);return m?d.concat(m.map(function(g){var b,w;return(w=(b=g.match(/[\t ]/g))===null||b===void 0?void 0:b.length)!==null&&w!==void 0?w:0})):d},[]);if(o.length){var i=new RegExp(`
|
|
215
|
+
[ ]{`+Math.min.apply(Math,o)+"}","g");n=n.map(function(d){return d.replace(i,`
|
|
216
|
+
`)})}n[0]=n[0].replace(/^\r?\n/,"");var s=n[0];return t.forEach(function(d,f){var m=s.match(/(?:^|\n)( *)$/),g=m?m[1]:"",b=d;typeof d=="string"&&d.includes(`
|
|
217
|
+
`)&&(b=String(d).split(`
|
|
218
|
+
`).map(function(w,v){return v===0?w:""+g+w}).join(`
|
|
219
|
+
`)),s+=b+n[f+1]}),s}H(KC,"dedent");var vO=H(e=>{if(!e)return bg(ld);let t=gO(ld,e);return Object.keys(t).length&&pO.warn(KC`
|
|
220
|
+
Your theme is missing properties, you should update your theme!
|
|
221
|
+
|
|
222
|
+
theme-data missing:
|
|
223
|
+
`,t),bg(e)},"ensure"),Eg="/* emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason */",W1={exports:{}},Yt={},q1={exports:{}},G1={};/**
|
|
224
|
+
* @license React
|
|
225
|
+
* scheduler.production.min.js
|
|
226
|
+
*
|
|
227
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
228
|
+
*
|
|
229
|
+
* This source code is licensed under the MIT license found in the
|
|
230
|
+
* LICENSE file in the root directory of this source tree.
|
|
231
|
+
*/var Lw;function yO(){return Lw||(Lw=1,function(e){function t(Y,re){var Z=Y.length;Y.push(re);e:for(;0<Z;){var N=Z-1>>>1,G=Y[N];if(0<o(G,re))Y[N]=re,Y[Z]=G,Z=N;else break e}}function r(Y){return Y.length===0?null:Y[0]}function n(Y){if(Y.length===0)return null;var re=Y[0],Z=Y.pop();if(Z!==re){Y[0]=Z;e:for(var N=0,G=Y.length,ue=G>>>1;N<ue;){var ge=2*(N+1)-1,oe=Y[ge],de=ge+1,ye=Y[de];if(0>o(oe,Z))de<G&&0>o(ye,oe)?(Y[N]=ye,Y[de]=Z,N=de):(Y[N]=oe,Y[ge]=Z,N=ge);else if(de<G&&0>o(ye,Z))Y[N]=ye,Y[de]=Z,N=de;else break e}}return re}function o(Y,re){var Z=Y.sortIndex-re.sortIndex;return Z!==0?Z:Y.id-re.id}if(typeof performance=="object"&&typeof performance.now=="function"){var i=performance;e.unstable_now=function(){return i.now()}}else{var s=Date,d=s.now();e.unstable_now=function(){return s.now()-d}}var f=[],m=[],g=1,b=null,w=3,v=!1,x=!1,E=!1,S=typeof setTimeout=="function"?setTimeout:null,_=typeof clearTimeout=="function"?clearTimeout:null,F=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function A(Y){for(var re=r(m);re!==null;){if(re.callback===null)n(m);else if(re.startTime<=Y)n(m),re.sortIndex=re.expirationTime,t(f,re);else break;re=r(m)}}function k(Y){if(E=!1,A(Y),!x)if(r(f)!==null)x=!0,ie(R);else{var re=r(m);re!==null&&se(k,re.startTime-Y)}}function R(Y,re){x=!1,E&&(E=!1,_(B),B=-1),v=!0;var Z=w;try{for(A(re),b=r(f);b!==null&&(!(b.expirationTime>re)||Y&&!q());){var N=b.callback;if(typeof N=="function"){b.callback=null,w=b.priorityLevel;var G=N(b.expirationTime<=re);re=e.unstable_now(),typeof G=="function"?b.callback=G:b===r(f)&&n(f),A(re)}else n(f);b=r(f)}if(b!==null)var ue=!0;else{var ge=r(m);ge!==null&&se(k,ge.startTime-re),ue=!1}return ue}finally{b=null,w=Z,v=!1}}var I=!1,z=null,B=-1,O=5,j=-1;function q(){return!(e.unstable_now()-j<O)}function X(){if(z!==null){var Y=e.unstable_now();j=Y;var re=!0;try{re=z(!0,Y)}finally{re?J():(I=!1,z=null)}}else I=!1}var J;if(typeof F=="function")J=function(){F(X)};else if(typeof MessageChannel<"u"){var ae=new MessageChannel,ee=ae.port2;ae.port1.onmessage=X,J=function(){ee.postMessage(null)}}else J=function(){S(X,0)};function ie(Y){z=Y,I||(I=!0,J())}function se(Y,re){B=S(function(){Y(e.unstable_now())},re)}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(Y){Y.callback=null},e.unstable_continueExecution=function(){x||v||(x=!0,ie(R))},e.unstable_forceFrameRate=function(Y){0>Y||125<Y?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):O=0<Y?Math.floor(1e3/Y):5},e.unstable_getCurrentPriorityLevel=function(){return w},e.unstable_getFirstCallbackNode=function(){return r(f)},e.unstable_next=function(Y){switch(w){case 1:case 2:case 3:var re=3;break;default:re=w}var Z=w;w=re;try{return Y()}finally{w=Z}},e.unstable_pauseExecution=function(){},e.unstable_requestPaint=function(){},e.unstable_runWithPriority=function(Y,re){switch(Y){case 1:case 2:case 3:case 4:case 5:break;default:Y=3}var Z=w;w=Y;try{return re()}finally{w=Z}},e.unstable_scheduleCallback=function(Y,re,Z){var N=e.unstable_now();switch(typeof Z=="object"&&Z!==null?(Z=Z.delay,Z=typeof Z=="number"&&0<Z?N+Z:N):Z=N,Y){case 1:var G=-1;break;case 2:G=250;break;case 5:G=1073741823;break;case 4:G=1e4;break;default:G=5e3}return G=Z+G,Y={id:g++,callback:re,priorityLevel:Y,startTime:Z,expirationTime:G,sortIndex:-1},Z>N?(Y.sortIndex=Z,t(m,Y),r(f)===null&&Y===r(m)&&(E?(_(B),B=-1):E=!0,se(k,Z-N))):(Y.sortIndex=G,t(f,Y),x||v||(x=!0,ie(R))),Y},e.unstable_shouldYield=q,e.unstable_wrapCallback=function(Y){var re=w;return function(){var Z=w;w=re;try{return Y.apply(this,arguments)}finally{w=Z}}}}(G1)),G1}var Ow;function wO(){return Ow||(Ow=1,q1.exports=yO()),q1.exports}/**
|
|
232
|
+
* @license React
|
|
233
|
+
* react-dom.production.min.js
|
|
234
|
+
*
|
|
235
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
236
|
+
*
|
|
237
|
+
* This source code is licensed under the MIT license found in the
|
|
238
|
+
* LICENSE file in the root directory of this source tree.
|
|
239
|
+
*/var Mw;function bO(){if(Mw)return Yt;Mw=1;var e=d2(),t=wO();function r(a){for(var l="https://reactjs.org/docs/error-decoder.html?invariant="+a,c=1;c<arguments.length;c++)l+="&args[]="+encodeURIComponent(arguments[c]);return"Minified React error #"+a+"; visit "+l+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var n=new Set,o={};function i(a,l){s(a,l),s(a+"Capture",l)}function s(a,l){for(o[a]=l,a=0;a<l.length;a++)n.add(l[a])}var d=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),f=Object.prototype.hasOwnProperty,m=/^[: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]*$/,g={},b={};function w(a){return f.call(b,a)?!0:f.call(g,a)?!1:m.test(a)?b[a]=!0:(g[a]=!0,!1)}function v(a,l,c,h){if(c!==null&&c.type===0)return!1;switch(typeof l){case"function":case"symbol":return!0;case"boolean":return h?!1:c!==null?!c.acceptsBooleans:(a=a.toLowerCase().slice(0,5),a!=="data-"&&a!=="aria-");default:return!1}}function x(a,l,c,h){if(l===null||typeof l>"u"||v(a,l,c,h))return!0;if(h)return!1;if(c!==null)switch(c.type){case 3:return!l;case 4:return l===!1;case 5:return isNaN(l);case 6:return isNaN(l)||1>l}return!1}function E(a,l,c,h,y,C,T){this.acceptsBooleans=l===2||l===3||l===4,this.attributeName=h,this.attributeNamespace=y,this.mustUseProperty=c,this.propertyName=a,this.type=l,this.sanitizeURL=C,this.removeEmptyString=T}var S={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(a){S[a]=new E(a,0,!1,a,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(a){var l=a[0];S[l]=new E(l,1,!1,a[1],null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(a){S[a]=new E(a,2,!1,a.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(a){S[a]=new E(a,2,!1,a,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(a){S[a]=new E(a,3,!1,a.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(a){S[a]=new E(a,3,!0,a,null,!1,!1)}),["capture","download"].forEach(function(a){S[a]=new E(a,4,!1,a,null,!1,!1)}),["cols","rows","size","span"].forEach(function(a){S[a]=new E(a,6,!1,a,null,!1,!1)}),["rowSpan","start"].forEach(function(a){S[a]=new E(a,5,!1,a.toLowerCase(),null,!1,!1)});var _=/[\-:]([a-z])/g;function F(a){return a[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(a){var l=a.replace(_,F);S[l]=new E(l,1,!1,a,null,!1,!1)}),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(a){var l=a.replace(_,F);S[l]=new E(l,1,!1,a,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(a){var l=a.replace(_,F);S[l]=new E(l,1,!1,a,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(a){S[a]=new E(a,1,!1,a.toLowerCase(),null,!1,!1)}),S.xlinkHref=new E("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(a){S[a]=new E(a,1,!1,a.toLowerCase(),null,!0,!0)});function A(a,l,c,h){var y=S.hasOwnProperty(l)?S[l]:null;(y!==null?y.type!==0:h||!(2<l.length)||l[0]!=="o"&&l[0]!=="O"||l[1]!=="n"&&l[1]!=="N")&&(x(l,c,y,h)&&(c=null),h||y===null?w(l)&&(c===null?a.removeAttribute(l):a.setAttribute(l,""+c)):y.mustUseProperty?a[y.propertyName]=c===null?y.type===3?!1:"":c:(l=y.attributeName,h=y.attributeNamespace,c===null?a.removeAttribute(l):(y=y.type,c=y===3||y===4&&c===!0?"":""+c,h?a.setAttributeNS(h,l,c):a.setAttribute(l,c))))}var k=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,R=Symbol.for("react.element"),I=Symbol.for("react.portal"),z=Symbol.for("react.fragment"),B=Symbol.for("react.strict_mode"),O=Symbol.for("react.profiler"),j=Symbol.for("react.provider"),q=Symbol.for("react.context"),X=Symbol.for("react.forward_ref"),J=Symbol.for("react.suspense"),ae=Symbol.for("react.suspense_list"),ee=Symbol.for("react.memo"),ie=Symbol.for("react.lazy"),se=Symbol.for("react.offscreen"),Y=Symbol.iterator;function re(a){return a===null||typeof a!="object"?null:(a=Y&&a[Y]||a["@@iterator"],typeof a=="function"?a:null)}var Z=Object.assign,N;function G(a){if(N===void 0)try{throw Error()}catch(c){var l=c.stack.trim().match(/\n( *(at )?)/);N=l&&l[1]||""}return`
|
|
240
|
+
`+N+a}var ue=!1;function ge(a,l){if(!a||ue)return"";ue=!0;var c=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{if(l)if(l=function(){throw Error()},Object.defineProperty(l.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(l,[])}catch(W){var h=W}Reflect.construct(a,[],l)}else{try{l.call()}catch(W){h=W}a.call(l.prototype)}else{try{throw Error()}catch(W){h=W}a()}}catch(W){if(W&&h&&typeof W.stack=="string"){for(var y=W.stack.split(`
|
|
241
|
+
`),C=h.stack.split(`
|
|
242
|
+
`),T=y.length-1,L=C.length-1;1<=T&&0<=L&&y[T]!==C[L];)L--;for(;1<=T&&0<=L;T--,L--)if(y[T]!==C[L]){if(T!==1||L!==1)do if(T--,L--,0>L||y[T]!==C[L]){var P=`
|
|
243
|
+
`+y[T].replace(" at new "," at ");return a.displayName&&P.includes("<anonymous>")&&(P=P.replace("<anonymous>",a.displayName)),P}while(1<=T&&0<=L);break}}}finally{ue=!1,Error.prepareStackTrace=c}return(a=a?a.displayName||a.name:"")?G(a):""}function oe(a){switch(a.tag){case 5:return G(a.type);case 16:return G("Lazy");case 13:return G("Suspense");case 19:return G("SuspenseList");case 0:case 2:case 15:return a=ge(a.type,!1),a;case 11:return a=ge(a.type.render,!1),a;case 1:return a=ge(a.type,!0),a;default:return""}}function de(a){if(a==null)return null;if(typeof a=="function")return a.displayName||a.name||null;if(typeof a=="string")return a;switch(a){case z:return"Fragment";case I:return"Portal";case O:return"Profiler";case B:return"StrictMode";case J:return"Suspense";case ae:return"SuspenseList"}if(typeof a=="object")switch(a.$$typeof){case q:return(a.displayName||"Context")+".Consumer";case j:return(a._context.displayName||"Context")+".Provider";case X:var l=a.render;return a=a.displayName,a||(a=l.displayName||l.name||"",a=a!==""?"ForwardRef("+a+")":"ForwardRef"),a;case ee:return l=a.displayName||null,l!==null?l:de(a.type)||"Memo";case ie:l=a._payload,a=a._init;try{return de(a(l))}catch{}}return null}function ye(a){var l=a.type;switch(a.tag){case 24:return"Cache";case 9:return(l.displayName||"Context")+".Consumer";case 10:return(l._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return a=l.render,a=a.displayName||a.name||"",l.displayName||(a!==""?"ForwardRef("+a+")":"ForwardRef");case 7:return"Fragment";case 5:return l;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return de(l);case 8:return l===B?"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 l=="function")return l.displayName||l.name||null;if(typeof l=="string")return l}return null}function xe(a){switch(typeof a){case"boolean":case"number":case"string":case"undefined":return a;case"object":return a;default:return""}}function ke(a){var l=a.type;return(a=a.nodeName)&&a.toLowerCase()==="input"&&(l==="checkbox"||l==="radio")}function Ve(a){var l=ke(a)?"checked":"value",c=Object.getOwnPropertyDescriptor(a.constructor.prototype,l),h=""+a[l];if(!a.hasOwnProperty(l)&&typeof c<"u"&&typeof c.get=="function"&&typeof c.set=="function"){var y=c.get,C=c.set;return Object.defineProperty(a,l,{configurable:!0,get:function(){return y.call(this)},set:function(T){h=""+T,C.call(this,T)}}),Object.defineProperty(a,l,{enumerable:c.enumerable}),{getValue:function(){return h},setValue:function(T){h=""+T},stopTracking:function(){a._valueTracker=null,delete a[l]}}}}function dt(a){a._valueTracker||(a._valueTracker=Ve(a))}function $t(a){if(!a)return!1;var l=a._valueTracker;if(!l)return!0;var c=l.getValue(),h="";return a&&(h=ke(a)?a.checked?"true":"false":a.value),a=h,a!==c?(l.setValue(a),!0):!1}function fe(a){if(a=a||(typeof document<"u"?document:void 0),typeof a>"u")return null;try{return a.activeElement||a.body}catch{return a.body}}function It(a,l){var c=l.checked;return Z({},l,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:c??a._wrapperState.initialChecked})}function er(a,l){var c=l.defaultValue==null?"":l.defaultValue,h=l.checked!=null?l.checked:l.defaultChecked;c=xe(l.value!=null?l.value:c),a._wrapperState={initialChecked:h,initialValue:c,controlled:l.type==="checkbox"||l.type==="radio"?l.checked!=null:l.value!=null}}function en(a,l){l=l.checked,l!=null&&A(a,"checked",l,!1)}function tn(a,l){en(a,l);var c=xe(l.value),h=l.type;if(c!=null)h==="number"?(c===0&&a.value===""||a.value!=c)&&(a.value=""+c):a.value!==""+c&&(a.value=""+c);else if(h==="submit"||h==="reset"){a.removeAttribute("value");return}l.hasOwnProperty("value")?ta(a,l.type,c):l.hasOwnProperty("defaultValue")&&ta(a,l.type,xe(l.defaultValue)),l.checked==null&&l.defaultChecked!=null&&(a.defaultChecked=!!l.defaultChecked)}function tr(a,l,c){if(l.hasOwnProperty("value")||l.hasOwnProperty("defaultValue")){var h=l.type;if(!(h!=="submit"&&h!=="reset"||l.value!==void 0&&l.value!==null))return;l=""+a._wrapperState.initialValue,c||l===a.value||(a.value=l),a.defaultValue=l}c=a.name,c!==""&&(a.name=""),a.defaultChecked=!!a._wrapperState.initialChecked,c!==""&&(a.name=c)}function ta(a,l,c){(l!=="number"||fe(a.ownerDocument)!==a)&&(c==null?a.defaultValue=""+a._wrapperState.initialValue:a.defaultValue!==""+c&&(a.defaultValue=""+c))}var Xe=Array.isArray;function Ht(a,l,c,h){if(a=a.options,l){l={};for(var y=0;y<c.length;y++)l["$"+c[y]]=!0;for(c=0;c<a.length;c++)y=l.hasOwnProperty("$"+a[c].value),a[c].selected!==y&&(a[c].selected=y),y&&h&&(a[c].defaultSelected=!0)}else{for(c=""+xe(c),l=null,y=0;y<a.length;y++){if(a[y].value===c){a[y].selected=!0,h&&(a[y].defaultSelected=!0);return}l!==null||a[y].disabled||(l=a[y])}l!==null&&(l.selected=!0)}}function jt(a,l){if(l.dangerouslySetInnerHTML!=null)throw Error(r(91));return Z({},l,{value:void 0,defaultValue:void 0,children:""+a._wrapperState.initialValue})}function Fn(a,l){var c=l.value;if(c==null){if(c=l.children,l=l.defaultValue,c!=null){if(l!=null)throw Error(r(92));if(Xe(c)){if(1<c.length)throw Error(r(93));c=c[0]}l=c}l==null&&(l=""),c=l}a._wrapperState={initialValue:xe(c)}}function rr(a,l){var c=xe(l.value),h=xe(l.defaultValue);c!=null&&(c=""+c,c!==a.value&&(a.value=c),l.defaultValue==null&&a.defaultValue!==c&&(a.defaultValue=c)),h!=null&&(a.defaultValue=""+h)}function Rn(a){var l=a.textContent;l===a._wrapperState.initialValue&&l!==""&&l!==null&&(a.value=l)}function nr(a){switch(a){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 tt(a,l){return a==null||a==="http://www.w3.org/1999/xhtml"?nr(l):a==="http://www.w3.org/2000/svg"&&l==="foreignObject"?"http://www.w3.org/1999/xhtml":a}var xt,Je=function(a){return typeof MSApp<"u"&&MSApp.execUnsafeLocalFunction?function(l,c,h,y){MSApp.execUnsafeLocalFunction(function(){return a(l,c,h,y)})}:a}(function(a,l){if(a.namespaceURI!=="http://www.w3.org/2000/svg"||"innerHTML"in a)a.innerHTML=l;else{for(xt=xt||document.createElement("div"),xt.innerHTML="<svg>"+l.valueOf().toString()+"</svg>",l=xt.firstChild;a.firstChild;)a.removeChild(a.firstChild);for(;l.firstChild;)a.appendChild(l.firstChild)}});function Oe(a,l){if(l){var c=a.firstChild;if(c&&c===a.lastChild&&c.nodeType===3){c.nodeValue=l;return}}a.textContent=l}var Ct={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},Ko=["Webkit","ms","Moz","O"];Object.keys(Ct).forEach(function(a){Ko.forEach(function(l){l=l+a.charAt(0).toUpperCase()+a.substring(1),Ct[l]=Ct[a]})});function Xo(a,l,c){return l==null||typeof l=="boolean"||l===""?"":c||typeof l!="number"||l===0||Ct.hasOwnProperty(a)&&Ct[a]?(""+l).trim():l+"px"}function rn(a,l){a=a.style;for(var c in l)if(l.hasOwnProperty(c)){var h=c.indexOf("--")===0,y=Xo(c,l[c],h);c==="float"&&(c="cssFloat"),h?a.setProperty(c,y):a[c]=y}}var Xa=Z({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 Ar(a,l){if(l){if(Xa[a]&&(l.children!=null||l.dangerouslySetInnerHTML!=null))throw Error(r(137,a));if(l.dangerouslySetInnerHTML!=null){if(l.children!=null)throw Error(r(60));if(typeof l.dangerouslySetInnerHTML!="object"||!("__html"in l.dangerouslySetInnerHTML))throw Error(r(61))}if(l.style!=null&&typeof l.style!="object")throw Error(r(62))}}function ar(a,l){if(a.indexOf("-")===-1)return typeof l.is=="string";switch(a){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 Jo=null;function Tn(a){return a=a.target||a.srcElement||window,a.correspondingUseElement&&(a=a.correspondingUseElement),a.nodeType===3?a.parentNode:a}var ra=null,vt=null,Pe=null;function na(a){if(a=Qi(a)){if(typeof ra!="function")throw Error(r(280));var l=a.stateNode;l&&(l=hc(l),ra(a.stateNode,a.type,l))}}function Wu(a){vt?Pe?Pe.push(a):Pe=[a]:vt=a}function Fi(){if(vt){var a=vt,l=Pe;if(Pe=vt=null,na(a),l)for(a=0;a<l.length;a++)na(l[a])}}function Ri(a,l){return a(l)}function Ti(){}var Ja=!1;function Ty(a,l,c){if(Ja)return a(l,c);Ja=!0;try{return Ri(a,l,c)}finally{Ja=!1,(vt!==null||Pe!==null)&&(Ti(),Fi())}}function Ii(a,l){var c=a.stateNode;if(c===null)return null;var h=hc(c);if(h===null)return null;c=h[l];e:switch(l){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(h=!h.disabled)||(a=a.type,h=!(a==="button"||a==="input"||a==="select"||a==="textarea")),a=!h;break e;default:a=!1}if(a)return null;if(c&&typeof c!="function")throw Error(r(231,l,typeof c));return c}var Jp=!1;if(d)try{var zi={};Object.defineProperty(zi,"passive",{get:function(){Jp=!0}}),window.addEventListener("test",zi,zi),window.removeEventListener("test",zi,zi)}catch{Jp=!1}function dI(a,l,c,h,y,C,T,L,P){var W=Array.prototype.slice.call(arguments,3);try{l.apply(c,W)}catch(te){this.onError(te)}}var Bi=!1,qu=null,Gu=!1,Zp=null,pI={onError:function(a){Bi=!0,qu=a}};function fI(a,l,c,h,y,C,T,L,P){Bi=!1,qu=null,dI.apply(pI,arguments)}function hI(a,l,c,h,y,C,T,L,P){if(fI.apply(this,arguments),Bi){if(Bi){var W=qu;Bi=!1,qu=null}else throw Error(r(198));Gu||(Gu=!0,Zp=W)}}function Za(a){var l=a,c=a;if(a.alternate)for(;l.return;)l=l.return;else{a=l;do l=a,l.flags&4098&&(c=l.return),a=l.return;while(a)}return l.tag===3?c:null}function Iy(a){if(a.tag===13){var l=a.memoizedState;if(l===null&&(a=a.alternate,a!==null&&(l=a.memoizedState)),l!==null)return l.dehydrated}return null}function zy(a){if(Za(a)!==a)throw Error(r(188))}function mI(a){var l=a.alternate;if(!l){if(l=Za(a),l===null)throw Error(r(188));return l!==a?null:a}for(var c=a,h=l;;){var y=c.return;if(y===null)break;var C=y.alternate;if(C===null){if(h=y.return,h!==null){c=h;continue}break}if(y.child===C.child){for(C=y.child;C;){if(C===c)return zy(y),a;if(C===h)return zy(y),l;C=C.sibling}throw Error(r(188))}if(c.return!==h.return)c=y,h=C;else{for(var T=!1,L=y.child;L;){if(L===c){T=!0,c=y,h=C;break}if(L===h){T=!0,h=y,c=C;break}L=L.sibling}if(!T){for(L=C.child;L;){if(L===c){T=!0,c=C,h=y;break}if(L===h){T=!0,h=C,c=y;break}L=L.sibling}if(!T)throw Error(r(189))}}if(c.alternate!==h)throw Error(r(190))}if(c.tag!==3)throw Error(r(188));return c.stateNode.current===c?a:l}function By(a){return a=mI(a),a!==null?Ly(a):null}function Ly(a){if(a.tag===5||a.tag===6)return a;for(a=a.child;a!==null;){var l=Ly(a);if(l!==null)return l;a=a.sibling}return null}var Oy=t.unstable_scheduleCallback,My=t.unstable_cancelCallback,gI=t.unstable_shouldYield,vI=t.unstable_requestPaint,Ze=t.unstable_now,yI=t.unstable_getCurrentPriorityLevel,Qp=t.unstable_ImmediatePriority,Py=t.unstable_UserBlockingPriority,Yu=t.unstable_NormalPriority,wI=t.unstable_LowPriority,Ny=t.unstable_IdlePriority,Ku=null,nn=null;function bI(a){if(nn&&typeof nn.onCommitFiberRoot=="function")try{nn.onCommitFiberRoot(Ku,a,void 0,(a.current.flags&128)===128)}catch{}}var _r=Math.clz32?Math.clz32:CI,EI=Math.log,xI=Math.LN2;function CI(a){return a>>>=0,a===0?32:31-(EI(a)/xI|0)|0}var Xu=64,Ju=4194304;function Li(a){switch(a&-a){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 a&4194240;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return a&130023424;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return a}}function Zu(a,l){var c=a.pendingLanes;if(c===0)return 0;var h=0,y=a.suspendedLanes,C=a.pingedLanes,T=c&268435455;if(T!==0){var L=T&~y;L!==0?h=Li(L):(C&=T,C!==0&&(h=Li(C)))}else T=c&~y,T!==0?h=Li(T):C!==0&&(h=Li(C));if(h===0)return 0;if(l!==0&&l!==h&&!(l&y)&&(y=h&-h,C=l&-l,y>=C||y===16&&(C&4194240)!==0))return l;if(h&4&&(h|=c&16),l=a.entangledLanes,l!==0)for(a=a.entanglements,l&=h;0<l;)c=31-_r(l),y=1<<c,h|=a[c],l&=~y;return h}function DI(a,l){switch(a){case 1:case 2:case 4:return l+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 l+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 SI(a,l){for(var c=a.suspendedLanes,h=a.pingedLanes,y=a.expirationTimes,C=a.pendingLanes;0<C;){var T=31-_r(C),L=1<<T,P=y[T];P===-1?(!(L&c)||L&h)&&(y[T]=DI(L,l)):P<=l&&(a.expiredLanes|=L),C&=~L}}function ef(a){return a=a.pendingLanes&-1073741825,a!==0?a:a&1073741824?1073741824:0}function $y(){var a=Xu;return Xu<<=1,!(Xu&4194240)&&(Xu=64),a}function tf(a){for(var l=[],c=0;31>c;c++)l.push(a);return l}function Oi(a,l,c){a.pendingLanes|=l,l!==536870912&&(a.suspendedLanes=0,a.pingedLanes=0),a=a.eventTimes,l=31-_r(l),a[l]=c}function kI(a,l){var c=a.pendingLanes&~l;a.pendingLanes=l,a.suspendedLanes=0,a.pingedLanes=0,a.expiredLanes&=l,a.mutableReadLanes&=l,a.entangledLanes&=l,l=a.entanglements;var h=a.eventTimes;for(a=a.expirationTimes;0<c;){var y=31-_r(c),C=1<<y;l[y]=0,h[y]=-1,a[y]=-1,c&=~C}}function rf(a,l){var c=a.entangledLanes|=l;for(a=a.entanglements;c;){var h=31-_r(c),y=1<<h;y&l|a[h]&l&&(a[h]|=l),c&=~y}}var Le=0;function Hy(a){return a&=-a,1<a?4<a?a&268435455?16:536870912:4:1}var jy,nf,Vy,Uy,Wy,af=!1,Qu=[],aa=null,oa=null,la=null,Mi=new Map,Pi=new Map,ia=[],AI="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 qy(a,l){switch(a){case"focusin":case"focusout":aa=null;break;case"dragenter":case"dragleave":oa=null;break;case"mouseover":case"mouseout":la=null;break;case"pointerover":case"pointerout":Mi.delete(l.pointerId);break;case"gotpointercapture":case"lostpointercapture":Pi.delete(l.pointerId)}}function Ni(a,l,c,h,y,C){return a===null||a.nativeEvent!==C?(a={blockedOn:l,domEventName:c,eventSystemFlags:h,nativeEvent:C,targetContainers:[y]},l!==null&&(l=Qi(l),l!==null&&nf(l)),a):(a.eventSystemFlags|=h,l=a.targetContainers,y!==null&&l.indexOf(y)===-1&&l.push(y),a)}function _I(a,l,c,h,y){switch(l){case"focusin":return aa=Ni(aa,a,l,c,h,y),!0;case"dragenter":return oa=Ni(oa,a,l,c,h,y),!0;case"mouseover":return la=Ni(la,a,l,c,h,y),!0;case"pointerover":var C=y.pointerId;return Mi.set(C,Ni(Mi.get(C)||null,a,l,c,h,y)),!0;case"gotpointercapture":return C=y.pointerId,Pi.set(C,Ni(Pi.get(C)||null,a,l,c,h,y)),!0}return!1}function Gy(a){var l=Qa(a.target);if(l!==null){var c=Za(l);if(c!==null){if(l=c.tag,l===13){if(l=Iy(c),l!==null){a.blockedOn=l,Wy(a.priority,function(){Vy(c)});return}}else if(l===3&&c.stateNode.current.memoizedState.isDehydrated){a.blockedOn=c.tag===3?c.stateNode.containerInfo:null;return}}}a.blockedOn=null}function ec(a){if(a.blockedOn!==null)return!1;for(var l=a.targetContainers;0<l.length;){var c=lf(a.domEventName,a.eventSystemFlags,l[0],a.nativeEvent);if(c===null){c=a.nativeEvent;var h=new c.constructor(c.type,c);Jo=h,c.target.dispatchEvent(h),Jo=null}else return l=Qi(c),l!==null&&nf(l),a.blockedOn=c,!1;l.shift()}return!0}function Yy(a,l,c){ec(a)&&c.delete(l)}function FI(){af=!1,aa!==null&&ec(aa)&&(aa=null),oa!==null&&ec(oa)&&(oa=null),la!==null&&ec(la)&&(la=null),Mi.forEach(Yy),Pi.forEach(Yy)}function $i(a,l){a.blockedOn===l&&(a.blockedOn=null,af||(af=!0,t.unstable_scheduleCallback(t.unstable_NormalPriority,FI)))}function Hi(a){function l(y){return $i(y,a)}if(0<Qu.length){$i(Qu[0],a);for(var c=1;c<Qu.length;c++){var h=Qu[c];h.blockedOn===a&&(h.blockedOn=null)}}for(aa!==null&&$i(aa,a),oa!==null&&$i(oa,a),la!==null&&$i(la,a),Mi.forEach(l),Pi.forEach(l),c=0;c<ia.length;c++)h=ia[c],h.blockedOn===a&&(h.blockedOn=null);for(;0<ia.length&&(c=ia[0],c.blockedOn===null);)Gy(c),c.blockedOn===null&&ia.shift()}var Zo=k.ReactCurrentBatchConfig,tc=!0;function RI(a,l,c,h){var y=Le,C=Zo.transition;Zo.transition=null;try{Le=1,of(a,l,c,h)}finally{Le=y,Zo.transition=C}}function TI(a,l,c,h){var y=Le,C=Zo.transition;Zo.transition=null;try{Le=4,of(a,l,c,h)}finally{Le=y,Zo.transition=C}}function of(a,l,c,h){if(tc){var y=lf(a,l,c,h);if(y===null)Df(a,l,h,rc,c),qy(a,h);else if(_I(y,a,l,c,h))h.stopPropagation();else if(qy(a,h),l&4&&-1<AI.indexOf(a)){for(;y!==null;){var C=Qi(y);if(C!==null&&jy(C),C=lf(a,l,c,h),C===null&&Df(a,l,h,rc,c),C===y)break;y=C}y!==null&&h.stopPropagation()}else Df(a,l,h,null,c)}}var rc=null;function lf(a,l,c,h){if(rc=null,a=Tn(h),a=Qa(a),a!==null)if(l=Za(a),l===null)a=null;else if(c=l.tag,c===13){if(a=Iy(l),a!==null)return a;a=null}else if(c===3){if(l.stateNode.current.memoizedState.isDehydrated)return l.tag===3?l.stateNode.containerInfo:null;a=null}else l!==a&&(a=null);return rc=a,null}function Ky(a){switch(a){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(yI()){case Qp:return 1;case Py:return 4;case Yu:case wI:return 16;case Ny:return 536870912;default:return 16}default:return 16}}var sa=null,sf=null,nc=null;function Xy(){if(nc)return nc;var a,l=sf,c=l.length,h,y="value"in sa?sa.value:sa.textContent,C=y.length;for(a=0;a<c&&l[a]===y[a];a++);var T=c-a;for(h=1;h<=T&&l[c-h]===y[C-h];h++);return nc=y.slice(a,1<h?1-h:void 0)}function ac(a){var l=a.keyCode;return"charCode"in a?(a=a.charCode,a===0&&l===13&&(a=13)):a=l,a===10&&(a=13),32<=a||a===13?a:0}function oc(){return!0}function Jy(){return!1}function or(a){function l(c,h,y,C,T){this._reactName=c,this._targetInst=y,this.type=h,this.nativeEvent=C,this.target=T,this.currentTarget=null;for(var L in a)a.hasOwnProperty(L)&&(c=a[L],this[L]=c?c(C):C[L]);return this.isDefaultPrevented=(C.defaultPrevented!=null?C.defaultPrevented:C.returnValue===!1)?oc:Jy,this.isPropagationStopped=Jy,this}return Z(l.prototype,{preventDefault:function(){this.defaultPrevented=!0;var c=this.nativeEvent;c&&(c.preventDefault?c.preventDefault():typeof c.returnValue!="unknown"&&(c.returnValue=!1),this.isDefaultPrevented=oc)},stopPropagation:function(){var c=this.nativeEvent;c&&(c.stopPropagation?c.stopPropagation():typeof c.cancelBubble!="unknown"&&(c.cancelBubble=!0),this.isPropagationStopped=oc)},persist:function(){},isPersistent:oc}),l}var Qo={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(a){return a.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},uf=or(Qo),ji=Z({},Qo,{view:0,detail:0}),II=or(ji),cf,df,Vi,lc=Z({},ji,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:ff,button:0,buttons:0,relatedTarget:function(a){return a.relatedTarget===void 0?a.fromElement===a.srcElement?a.toElement:a.fromElement:a.relatedTarget},movementX:function(a){return"movementX"in a?a.movementX:(a!==Vi&&(Vi&&a.type==="mousemove"?(cf=a.screenX-Vi.screenX,df=a.screenY-Vi.screenY):df=cf=0,Vi=a),cf)},movementY:function(a){return"movementY"in a?a.movementY:df}}),Zy=or(lc),zI=Z({},lc,{dataTransfer:0}),BI=or(zI),LI=Z({},ji,{relatedTarget:0}),pf=or(LI),OI=Z({},Qo,{animationName:0,elapsedTime:0,pseudoElement:0}),MI=or(OI),PI=Z({},Qo,{clipboardData:function(a){return"clipboardData"in a?a.clipboardData:window.clipboardData}}),NI=or(PI),$I=Z({},Qo,{data:0}),Qy=or($I),HI={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},jI={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"},VI={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function UI(a){var l=this.nativeEvent;return l.getModifierState?l.getModifierState(a):(a=VI[a])?!!l[a]:!1}function ff(){return UI}var WI=Z({},ji,{key:function(a){if(a.key){var l=HI[a.key]||a.key;if(l!=="Unidentified")return l}return a.type==="keypress"?(a=ac(a),a===13?"Enter":String.fromCharCode(a)):a.type==="keydown"||a.type==="keyup"?jI[a.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:ff,charCode:function(a){return a.type==="keypress"?ac(a):0},keyCode:function(a){return a.type==="keydown"||a.type==="keyup"?a.keyCode:0},which:function(a){return a.type==="keypress"?ac(a):a.type==="keydown"||a.type==="keyup"?a.keyCode:0}}),qI=or(WI),GI=Z({},lc,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),e4=or(GI),YI=Z({},ji,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:ff}),KI=or(YI),XI=Z({},Qo,{propertyName:0,elapsedTime:0,pseudoElement:0}),JI=or(XI),ZI=Z({},lc,{deltaX:function(a){return"deltaX"in a?a.deltaX:"wheelDeltaX"in a?-a.wheelDeltaX:0},deltaY:function(a){return"deltaY"in a?a.deltaY:"wheelDeltaY"in a?-a.wheelDeltaY:"wheelDelta"in a?-a.wheelDelta:0},deltaZ:0,deltaMode:0}),QI=or(ZI),ez=[9,13,27,32],hf=d&&"CompositionEvent"in window,Ui=null;d&&"documentMode"in document&&(Ui=document.documentMode);var tz=d&&"TextEvent"in window&&!Ui,t4=d&&(!hf||Ui&&8<Ui&&11>=Ui),r4=" ",n4=!1;function a4(a,l){switch(a){case"keyup":return ez.indexOf(l.keyCode)!==-1;case"keydown":return l.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function o4(a){return a=a.detail,typeof a=="object"&&"data"in a?a.data:null}var el=!1;function rz(a,l){switch(a){case"compositionend":return o4(l);case"keypress":return l.which!==32?null:(n4=!0,r4);case"textInput":return a=l.data,a===r4&&n4?null:a;default:return null}}function nz(a,l){if(el)return a==="compositionend"||!hf&&a4(a,l)?(a=Xy(),nc=sf=sa=null,el=!1,a):null;switch(a){case"paste":return null;case"keypress":if(!(l.ctrlKey||l.altKey||l.metaKey)||l.ctrlKey&&l.altKey){if(l.char&&1<l.char.length)return l.char;if(l.which)return String.fromCharCode(l.which)}return null;case"compositionend":return t4&&l.locale!=="ko"?null:l.data;default:return null}}var az={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 l4(a){var l=a&&a.nodeName&&a.nodeName.toLowerCase();return l==="input"?!!az[a.type]:l==="textarea"}function i4(a,l,c,h){Wu(h),l=dc(l,"onChange"),0<l.length&&(c=new uf("onChange","change",null,c,h),a.push({event:c,listeners:l}))}var Wi=null,qi=null;function oz(a){S4(a,0)}function ic(a){var l=ol(a);if($t(l))return a}function lz(a,l){if(a==="change")return l}var s4=!1;if(d){var mf;if(d){var gf="oninput"in document;if(!gf){var u4=document.createElement("div");u4.setAttribute("oninput","return;"),gf=typeof u4.oninput=="function"}mf=gf}else mf=!1;s4=mf&&(!document.documentMode||9<document.documentMode)}function c4(){Wi&&(Wi.detachEvent("onpropertychange",d4),qi=Wi=null)}function d4(a){if(a.propertyName==="value"&&ic(qi)){var l=[];i4(l,qi,a,Tn(a)),Ty(oz,l)}}function iz(a,l,c){a==="focusin"?(c4(),Wi=l,qi=c,Wi.attachEvent("onpropertychange",d4)):a==="focusout"&&c4()}function sz(a){if(a==="selectionchange"||a==="keyup"||a==="keydown")return ic(qi)}function uz(a,l){if(a==="click")return ic(l)}function cz(a,l){if(a==="input"||a==="change")return ic(l)}function dz(a,l){return a===l&&(a!==0||1/a===1/l)||a!==a&&l!==l}var Fr=typeof Object.is=="function"?Object.is:dz;function Gi(a,l){if(Fr(a,l))return!0;if(typeof a!="object"||a===null||typeof l!="object"||l===null)return!1;var c=Object.keys(a),h=Object.keys(l);if(c.length!==h.length)return!1;for(h=0;h<c.length;h++){var y=c[h];if(!f.call(l,y)||!Fr(a[y],l[y]))return!1}return!0}function p4(a){for(;a&&a.firstChild;)a=a.firstChild;return a}function f4(a,l){var c=p4(a);a=0;for(var h;c;){if(c.nodeType===3){if(h=a+c.textContent.length,a<=l&&h>=l)return{node:c,offset:l-a};a=h}e:{for(;c;){if(c.nextSibling){c=c.nextSibling;break e}c=c.parentNode}c=void 0}c=p4(c)}}function h4(a,l){return a&&l?a===l?!0:a&&a.nodeType===3?!1:l&&l.nodeType===3?h4(a,l.parentNode):"contains"in a?a.contains(l):a.compareDocumentPosition?!!(a.compareDocumentPosition(l)&16):!1:!1}function m4(){for(var a=window,l=fe();l instanceof a.HTMLIFrameElement;){try{var c=typeof l.contentWindow.location.href=="string"}catch{c=!1}if(c)a=l.contentWindow;else break;l=fe(a.document)}return l}function vf(a){var l=a&&a.nodeName&&a.nodeName.toLowerCase();return l&&(l==="input"&&(a.type==="text"||a.type==="search"||a.type==="tel"||a.type==="url"||a.type==="password")||l==="textarea"||a.contentEditable==="true")}function pz(a){var l=m4(),c=a.focusedElem,h=a.selectionRange;if(l!==c&&c&&c.ownerDocument&&h4(c.ownerDocument.documentElement,c)){if(h!==null&&vf(c)){if(l=h.start,a=h.end,a===void 0&&(a=l),"selectionStart"in c)c.selectionStart=l,c.selectionEnd=Math.min(a,c.value.length);else if(a=(l=c.ownerDocument||document)&&l.defaultView||window,a.getSelection){a=a.getSelection();var y=c.textContent.length,C=Math.min(h.start,y);h=h.end===void 0?C:Math.min(h.end,y),!a.extend&&C>h&&(y=h,h=C,C=y),y=f4(c,C);var T=f4(c,h);y&&T&&(a.rangeCount!==1||a.anchorNode!==y.node||a.anchorOffset!==y.offset||a.focusNode!==T.node||a.focusOffset!==T.offset)&&(l=l.createRange(),l.setStart(y.node,y.offset),a.removeAllRanges(),C>h?(a.addRange(l),a.extend(T.node,T.offset)):(l.setEnd(T.node,T.offset),a.addRange(l)))}}for(l=[],a=c;a=a.parentNode;)a.nodeType===1&&l.push({element:a,left:a.scrollLeft,top:a.scrollTop});for(typeof c.focus=="function"&&c.focus(),c=0;c<l.length;c++)a=l[c],a.element.scrollLeft=a.left,a.element.scrollTop=a.top}}var fz=d&&"documentMode"in document&&11>=document.documentMode,tl=null,yf=null,Yi=null,wf=!1;function g4(a,l,c){var h=c.window===c?c.document:c.nodeType===9?c:c.ownerDocument;wf||tl==null||tl!==fe(h)||(h=tl,"selectionStart"in h&&vf(h)?h={start:h.selectionStart,end:h.selectionEnd}:(h=(h.ownerDocument&&h.ownerDocument.defaultView||window).getSelection(),h={anchorNode:h.anchorNode,anchorOffset:h.anchorOffset,focusNode:h.focusNode,focusOffset:h.focusOffset}),Yi&&Gi(Yi,h)||(Yi=h,h=dc(yf,"onSelect"),0<h.length&&(l=new uf("onSelect","select",null,l,c),a.push({event:l,listeners:h}),l.target=tl)))}function sc(a,l){var c={};return c[a.toLowerCase()]=l.toLowerCase(),c["Webkit"+a]="webkit"+l,c["Moz"+a]="moz"+l,c}var rl={animationend:sc("Animation","AnimationEnd"),animationiteration:sc("Animation","AnimationIteration"),animationstart:sc("Animation","AnimationStart"),transitionend:sc("Transition","TransitionEnd")},bf={},v4={};d&&(v4=document.createElement("div").style,"AnimationEvent"in window||(delete rl.animationend.animation,delete rl.animationiteration.animation,delete rl.animationstart.animation),"TransitionEvent"in window||delete rl.transitionend.transition);function uc(a){if(bf[a])return bf[a];if(!rl[a])return a;var l=rl[a],c;for(c in l)if(l.hasOwnProperty(c)&&c in v4)return bf[a]=l[c];return a}var y4=uc("animationend"),w4=uc("animationiteration"),b4=uc("animationstart"),E4=uc("transitionend"),x4=new Map,C4="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 ua(a,l){x4.set(a,l),i(l,[a])}for(var Ef=0;Ef<C4.length;Ef++){var xf=C4[Ef],hz=xf.toLowerCase(),mz=xf[0].toUpperCase()+xf.slice(1);ua(hz,"on"+mz)}ua(y4,"onAnimationEnd"),ua(w4,"onAnimationIteration"),ua(b4,"onAnimationStart"),ua("dblclick","onDoubleClick"),ua("focusin","onFocus"),ua("focusout","onBlur"),ua(E4,"onTransitionEnd"),s("onMouseEnter",["mouseout","mouseover"]),s("onMouseLeave",["mouseout","mouseover"]),s("onPointerEnter",["pointerout","pointerover"]),s("onPointerLeave",["pointerout","pointerover"]),i("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),i("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),i("onBeforeInput",["compositionend","keypress","textInput","paste"]),i("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),i("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),i("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var Ki="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(" "),gz=new Set("cancel close invalid load scroll toggle".split(" ").concat(Ki));function D4(a,l,c){var h=a.type||"unknown-event";a.currentTarget=c,hI(h,l,void 0,a),a.currentTarget=null}function S4(a,l){l=(l&4)!==0;for(var c=0;c<a.length;c++){var h=a[c],y=h.event;h=h.listeners;e:{var C=void 0;if(l)for(var T=h.length-1;0<=T;T--){var L=h[T],P=L.instance,W=L.currentTarget;if(L=L.listener,P!==C&&y.isPropagationStopped())break e;D4(y,L,W),C=P}else for(T=0;T<h.length;T++){if(L=h[T],P=L.instance,W=L.currentTarget,L=L.listener,P!==C&&y.isPropagationStopped())break e;D4(y,L,W),C=P}}}if(Gu)throw a=Zp,Gu=!1,Zp=null,a}function Ne(a,l){var c=l[Rf];c===void 0&&(c=l[Rf]=new Set);var h=a+"__bubble";c.has(h)||(k4(l,a,2,!1),c.add(h))}function Cf(a,l,c){var h=0;l&&(h|=4),k4(c,a,h,l)}var cc="_reactListening"+Math.random().toString(36).slice(2);function Xi(a){if(!a[cc]){a[cc]=!0,n.forEach(function(c){c!=="selectionchange"&&(gz.has(c)||Cf(c,!1,a),Cf(c,!0,a))});var l=a.nodeType===9?a:a.ownerDocument;l===null||l[cc]||(l[cc]=!0,Cf("selectionchange",!1,l))}}function k4(a,l,c,h){switch(Ky(l)){case 1:var y=RI;break;case 4:y=TI;break;default:y=of}c=y.bind(null,l,c,a),y=void 0,!Jp||l!=="touchstart"&&l!=="touchmove"&&l!=="wheel"||(y=!0),h?y!==void 0?a.addEventListener(l,c,{capture:!0,passive:y}):a.addEventListener(l,c,!0):y!==void 0?a.addEventListener(l,c,{passive:y}):a.addEventListener(l,c,!1)}function Df(a,l,c,h,y){var C=h;if(!(l&1)&&!(l&2)&&h!==null)e:for(;;){if(h===null)return;var T=h.tag;if(T===3||T===4){var L=h.stateNode.containerInfo;if(L===y||L.nodeType===8&&L.parentNode===y)break;if(T===4)for(T=h.return;T!==null;){var P=T.tag;if((P===3||P===4)&&(P=T.stateNode.containerInfo,P===y||P.nodeType===8&&P.parentNode===y))return;T=T.return}for(;L!==null;){if(T=Qa(L),T===null)return;if(P=T.tag,P===5||P===6){h=C=T;continue e}L=L.parentNode}}h=h.return}Ty(function(){var W=C,te=Tn(c),ne=[];e:{var Q=x4.get(a);if(Q!==void 0){var ce=uf,he=a;switch(a){case"keypress":if(ac(c)===0)break e;case"keydown":case"keyup":ce=qI;break;case"focusin":he="focus",ce=pf;break;case"focusout":he="blur",ce=pf;break;case"beforeblur":case"afterblur":ce=pf;break;case"click":if(c.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":ce=Zy;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":ce=BI;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":ce=KI;break;case y4:case w4:case b4:ce=MI;break;case E4:ce=JI;break;case"scroll":ce=II;break;case"wheel":ce=QI;break;case"copy":case"cut":case"paste":ce=NI;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":ce=e4}var me=(l&4)!==0,Qe=!me&&a==="scroll",V=me?Q!==null?Q+"Capture":null:Q;me=[];for(var $=W,U;$!==null;){U=$;var le=U.stateNode;if(U.tag===5&&le!==null&&(U=le,V!==null&&(le=Ii($,V),le!=null&&me.push(Ji($,le,U)))),Qe)break;$=$.return}0<me.length&&(Q=new ce(Q,he,null,c,te),ne.push({event:Q,listeners:me}))}}if(!(l&7)){e:{if(Q=a==="mouseover"||a==="pointerover",ce=a==="mouseout"||a==="pointerout",Q&&c!==Jo&&(he=c.relatedTarget||c.fromElement)&&(Qa(he)||he[In]))break e;if((ce||Q)&&(Q=te.window===te?te:(Q=te.ownerDocument)?Q.defaultView||Q.parentWindow:window,ce?(he=c.relatedTarget||c.toElement,ce=W,he=he?Qa(he):null,he!==null&&(Qe=Za(he),he!==Qe||he.tag!==5&&he.tag!==6)&&(he=null)):(ce=null,he=W),ce!==he)){if(me=Zy,le="onMouseLeave",V="onMouseEnter",$="mouse",(a==="pointerout"||a==="pointerover")&&(me=e4,le="onPointerLeave",V="onPointerEnter",$="pointer"),Qe=ce==null?Q:ol(ce),U=he==null?Q:ol(he),Q=new me(le,$+"leave",ce,c,te),Q.target=Qe,Q.relatedTarget=U,le=null,Qa(te)===W&&(me=new me(V,$+"enter",he,c,te),me.target=U,me.relatedTarget=Qe,le=me),Qe=le,ce&&he)t:{for(me=ce,V=he,$=0,U=me;U;U=nl(U))$++;for(U=0,le=V;le;le=nl(le))U++;for(;0<$-U;)me=nl(me),$--;for(;0<U-$;)V=nl(V),U--;for(;$--;){if(me===V||V!==null&&me===V.alternate)break t;me=nl(me),V=nl(V)}me=null}else me=null;ce!==null&&A4(ne,Q,ce,me,!1),he!==null&&Qe!==null&&A4(ne,Qe,he,me,!0)}}e:{if(Q=W?ol(W):window,ce=Q.nodeName&&Q.nodeName.toLowerCase(),ce==="select"||ce==="input"&&Q.type==="file")var ve=lz;else if(l4(Q))if(s4)ve=cz;else{ve=sz;var we=iz}else(ce=Q.nodeName)&&ce.toLowerCase()==="input"&&(Q.type==="checkbox"||Q.type==="radio")&&(ve=uz);if(ve&&(ve=ve(a,W))){i4(ne,ve,c,te);break e}we&&we(a,Q,W),a==="focusout"&&(we=Q._wrapperState)&&we.controlled&&Q.type==="number"&&ta(Q,"number",Q.value)}switch(we=W?ol(W):window,a){case"focusin":(l4(we)||we.contentEditable==="true")&&(tl=we,yf=W,Yi=null);break;case"focusout":Yi=yf=tl=null;break;case"mousedown":wf=!0;break;case"contextmenu":case"mouseup":case"dragend":wf=!1,g4(ne,c,te);break;case"selectionchange":if(fz)break;case"keydown":case"keyup":g4(ne,c,te)}var be;if(hf)e:{switch(a){case"compositionstart":var De="onCompositionStart";break e;case"compositionend":De="onCompositionEnd";break e;case"compositionupdate":De="onCompositionUpdate";break e}De=void 0}else el?a4(a,c)&&(De="onCompositionEnd"):a==="keydown"&&c.keyCode===229&&(De="onCompositionStart");De&&(t4&&c.locale!=="ko"&&(el||De!=="onCompositionStart"?De==="onCompositionEnd"&&el&&(be=Xy()):(sa=te,sf="value"in sa?sa.value:sa.textContent,el=!0)),we=dc(W,De),0<we.length&&(De=new Qy(De,a,null,c,te),ne.push({event:De,listeners:we}),be?De.data=be:(be=o4(c),be!==null&&(De.data=be)))),(be=tz?rz(a,c):nz(a,c))&&(W=dc(W,"onBeforeInput"),0<W.length&&(te=new Qy("onBeforeInput","beforeinput",null,c,te),ne.push({event:te,listeners:W}),te.data=be))}S4(ne,l)})}function Ji(a,l,c){return{instance:a,listener:l,currentTarget:c}}function dc(a,l){for(var c=l+"Capture",h=[];a!==null;){var y=a,C=y.stateNode;y.tag===5&&C!==null&&(y=C,C=Ii(a,c),C!=null&&h.unshift(Ji(a,C,y)),C=Ii(a,l),C!=null&&h.push(Ji(a,C,y))),a=a.return}return h}function nl(a){if(a===null)return null;do a=a.return;while(a&&a.tag!==5);return a||null}function A4(a,l,c,h,y){for(var C=l._reactName,T=[];c!==null&&c!==h;){var L=c,P=L.alternate,W=L.stateNode;if(P!==null&&P===h)break;L.tag===5&&W!==null&&(L=W,y?(P=Ii(c,C),P!=null&&T.unshift(Ji(c,P,L))):y||(P=Ii(c,C),P!=null&&T.push(Ji(c,P,L)))),c=c.return}T.length!==0&&a.push({event:l,listeners:T})}var vz=/\r\n?/g,yz=/\u0000|\uFFFD/g;function _4(a){return(typeof a=="string"?a:""+a).replace(vz,`
|
|
244
|
+
`).replace(yz,"")}function pc(a,l,c){if(l=_4(l),_4(a)!==l&&c)throw Error(r(425))}function fc(){}var Sf=null,kf=null;function Af(a,l){return a==="textarea"||a==="noscript"||typeof l.children=="string"||typeof l.children=="number"||typeof l.dangerouslySetInnerHTML=="object"&&l.dangerouslySetInnerHTML!==null&&l.dangerouslySetInnerHTML.__html!=null}var _f=typeof setTimeout=="function"?setTimeout:void 0,wz=typeof clearTimeout=="function"?clearTimeout:void 0,F4=typeof Promise=="function"?Promise:void 0,bz=typeof queueMicrotask=="function"?queueMicrotask:typeof F4<"u"?function(a){return F4.resolve(null).then(a).catch(Ez)}:_f;function Ez(a){setTimeout(function(){throw a})}function Ff(a,l){var c=l,h=0;do{var y=c.nextSibling;if(a.removeChild(c),y&&y.nodeType===8)if(c=y.data,c==="/$"){if(h===0){a.removeChild(y),Hi(l);return}h--}else c!=="$"&&c!=="$?"&&c!=="$!"||h++;c=y}while(c);Hi(l)}function ca(a){for(;a!=null;a=a.nextSibling){var l=a.nodeType;if(l===1||l===3)break;if(l===8){if(l=a.data,l==="$"||l==="$!"||l==="$?")break;if(l==="/$")return null}}return a}function R4(a){a=a.previousSibling;for(var l=0;a;){if(a.nodeType===8){var c=a.data;if(c==="$"||c==="$!"||c==="$?"){if(l===0)return a;l--}else c==="/$"&&l++}a=a.previousSibling}return null}var al=Math.random().toString(36).slice(2),an="__reactFiber$"+al,Zi="__reactProps$"+al,In="__reactContainer$"+al,Rf="__reactEvents$"+al,xz="__reactListeners$"+al,Cz="__reactHandles$"+al;function Qa(a){var l=a[an];if(l)return l;for(var c=a.parentNode;c;){if(l=c[In]||c[an]){if(c=l.alternate,l.child!==null||c!==null&&c.child!==null)for(a=R4(a);a!==null;){if(c=a[an])return c;a=R4(a)}return l}a=c,c=a.parentNode}return null}function Qi(a){return a=a[an]||a[In],!a||a.tag!==5&&a.tag!==6&&a.tag!==13&&a.tag!==3?null:a}function ol(a){if(a.tag===5||a.tag===6)return a.stateNode;throw Error(r(33))}function hc(a){return a[Zi]||null}var Tf=[],ll=-1;function da(a){return{current:a}}function $e(a){0>ll||(a.current=Tf[ll],Tf[ll]=null,ll--)}function Me(a,l){ll++,Tf[ll]=a.current,a.current=l}var pa={},Dt=da(pa),Vt=da(!1),eo=pa;function il(a,l){var c=a.type.contextTypes;if(!c)return pa;var h=a.stateNode;if(h&&h.__reactInternalMemoizedUnmaskedChildContext===l)return h.__reactInternalMemoizedMaskedChildContext;var y={},C;for(C in c)y[C]=l[C];return h&&(a=a.stateNode,a.__reactInternalMemoizedUnmaskedChildContext=l,a.__reactInternalMemoizedMaskedChildContext=y),y}function Ut(a){return a=a.childContextTypes,a!=null}function mc(){$e(Vt),$e(Dt)}function T4(a,l,c){if(Dt.current!==pa)throw Error(r(168));Me(Dt,l),Me(Vt,c)}function I4(a,l,c){var h=a.stateNode;if(l=l.childContextTypes,typeof h.getChildContext!="function")return c;h=h.getChildContext();for(var y in h)if(!(y in l))throw Error(r(108,ye(a)||"Unknown",y));return Z({},c,h)}function gc(a){return a=(a=a.stateNode)&&a.__reactInternalMemoizedMergedChildContext||pa,eo=Dt.current,Me(Dt,a),Me(Vt,Vt.current),!0}function z4(a,l,c){var h=a.stateNode;if(!h)throw Error(r(169));c?(a=I4(a,l,eo),h.__reactInternalMemoizedMergedChildContext=a,$e(Vt),$e(Dt),Me(Dt,a)):$e(Vt),Me(Vt,c)}var zn=null,vc=!1,If=!1;function B4(a){zn===null?zn=[a]:zn.push(a)}function Dz(a){vc=!0,B4(a)}function fa(){if(!If&&zn!==null){If=!0;var a=0,l=Le;try{var c=zn;for(Le=1;a<c.length;a++){var h=c[a];do h=h(!0);while(h!==null)}zn=null,vc=!1}catch(y){throw zn!==null&&(zn=zn.slice(a+1)),Oy(Qp,fa),y}finally{Le=l,If=!1}}return null}var sl=[],ul=0,yc=null,wc=0,gr=[],vr=0,to=null,Bn=1,Ln="";function ro(a,l){sl[ul++]=wc,sl[ul++]=yc,yc=a,wc=l}function L4(a,l,c){gr[vr++]=Bn,gr[vr++]=Ln,gr[vr++]=to,to=a;var h=Bn;a=Ln;var y=32-_r(h)-1;h&=~(1<<y),c+=1;var C=32-_r(l)+y;if(30<C){var T=y-y%5;C=(h&(1<<T)-1).toString(32),h>>=T,y-=T,Bn=1<<32-_r(l)+y|c<<y|h,Ln=C+a}else Bn=1<<C|c<<y|h,Ln=a}function zf(a){a.return!==null&&(ro(a,1),L4(a,1,0))}function Bf(a){for(;a===yc;)yc=sl[--ul],sl[ul]=null,wc=sl[--ul],sl[ul]=null;for(;a===to;)to=gr[--vr],gr[vr]=null,Ln=gr[--vr],gr[vr]=null,Bn=gr[--vr],gr[vr]=null}var lr=null,ir=null,Ue=!1,Rr=null;function O4(a,l){var c=Er(5,null,null,0);c.elementType="DELETED",c.stateNode=l,c.return=a,l=a.deletions,l===null?(a.deletions=[c],a.flags|=16):l.push(c)}function M4(a,l){switch(a.tag){case 5:var c=a.type;return l=l.nodeType!==1||c.toLowerCase()!==l.nodeName.toLowerCase()?null:l,l!==null?(a.stateNode=l,lr=a,ir=ca(l.firstChild),!0):!1;case 6:return l=a.pendingProps===""||l.nodeType!==3?null:l,l!==null?(a.stateNode=l,lr=a,ir=null,!0):!1;case 13:return l=l.nodeType!==8?null:l,l!==null?(c=to!==null?{id:Bn,overflow:Ln}:null,a.memoizedState={dehydrated:l,treeContext:c,retryLane:1073741824},c=Er(18,null,null,0),c.stateNode=l,c.return=a,a.child=c,lr=a,ir=null,!0):!1;default:return!1}}function Lf(a){return(a.mode&1)!==0&&(a.flags&128)===0}function Of(a){if(Ue){var l=ir;if(l){var c=l;if(!M4(a,l)){if(Lf(a))throw Error(r(418));l=ca(c.nextSibling);var h=lr;l&&M4(a,l)?O4(h,c):(a.flags=a.flags&-4097|2,Ue=!1,lr=a)}}else{if(Lf(a))throw Error(r(418));a.flags=a.flags&-4097|2,Ue=!1,lr=a}}}function P4(a){for(a=a.return;a!==null&&a.tag!==5&&a.tag!==3&&a.tag!==13;)a=a.return;lr=a}function bc(a){if(a!==lr)return!1;if(!Ue)return P4(a),Ue=!0,!1;var l;if((l=a.tag!==3)&&!(l=a.tag!==5)&&(l=a.type,l=l!=="head"&&l!=="body"&&!Af(a.type,a.memoizedProps)),l&&(l=ir)){if(Lf(a))throw N4(),Error(r(418));for(;l;)O4(a,l),l=ca(l.nextSibling)}if(P4(a),a.tag===13){if(a=a.memoizedState,a=a!==null?a.dehydrated:null,!a)throw Error(r(317));e:{for(a=a.nextSibling,l=0;a;){if(a.nodeType===8){var c=a.data;if(c==="/$"){if(l===0){ir=ca(a.nextSibling);break e}l--}else c!=="$"&&c!=="$!"&&c!=="$?"||l++}a=a.nextSibling}ir=null}}else ir=lr?ca(a.stateNode.nextSibling):null;return!0}function N4(){for(var a=ir;a;)a=ca(a.nextSibling)}function cl(){ir=lr=null,Ue=!1}function Mf(a){Rr===null?Rr=[a]:Rr.push(a)}var Sz=k.ReactCurrentBatchConfig;function es(a,l,c){if(a=c.ref,a!==null&&typeof a!="function"&&typeof a!="object"){if(c._owner){if(c=c._owner,c){if(c.tag!==1)throw Error(r(309));var h=c.stateNode}if(!h)throw Error(r(147,a));var y=h,C=""+a;return l!==null&&l.ref!==null&&typeof l.ref=="function"&&l.ref._stringRef===C?l.ref:(l=function(T){var L=y.refs;T===null?delete L[C]:L[C]=T},l._stringRef=C,l)}if(typeof a!="string")throw Error(r(284));if(!c._owner)throw Error(r(290,a))}return a}function Ec(a,l){throw a=Object.prototype.toString.call(l),Error(r(31,a==="[object Object]"?"object with keys {"+Object.keys(l).join(", ")+"}":a))}function $4(a){var l=a._init;return l(a._payload)}function H4(a){function l(V,$){if(a){var U=V.deletions;U===null?(V.deletions=[$],V.flags|=16):U.push($)}}function c(V,$){if(!a)return null;for(;$!==null;)l(V,$),$=$.sibling;return null}function h(V,$){for(V=new Map;$!==null;)$.key!==null?V.set($.key,$):V.set($.index,$),$=$.sibling;return V}function y(V,$){return V=Ea(V,$),V.index=0,V.sibling=null,V}function C(V,$,U){return V.index=U,a?(U=V.alternate,U!==null?(U=U.index,U<$?(V.flags|=2,$):U):(V.flags|=2,$)):(V.flags|=1048576,$)}function T(V){return a&&V.alternate===null&&(V.flags|=2),V}function L(V,$,U,le){return $===null||$.tag!==6?($=_1(U,V.mode,le),$.return=V,$):($=y($,U),$.return=V,$)}function P(V,$,U,le){var ve=U.type;return ve===z?te(V,$,U.props.children,le,U.key):$!==null&&($.elementType===ve||typeof ve=="object"&&ve!==null&&ve.$$typeof===ie&&$4(ve)===$.type)?(le=y($,U.props),le.ref=es(V,$,U),le.return=V,le):(le=Wc(U.type,U.key,U.props,null,V.mode,le),le.ref=es(V,$,U),le.return=V,le)}function W(V,$,U,le){return $===null||$.tag!==4||$.stateNode.containerInfo!==U.containerInfo||$.stateNode.implementation!==U.implementation?($=F1(U,V.mode,le),$.return=V,$):($=y($,U.children||[]),$.return=V,$)}function te(V,$,U,le,ve){return $===null||$.tag!==7?($=co(U,V.mode,le,ve),$.return=V,$):($=y($,U),$.return=V,$)}function ne(V,$,U){if(typeof $=="string"&&$!==""||typeof $=="number")return $=_1(""+$,V.mode,U),$.return=V,$;if(typeof $=="object"&&$!==null){switch($.$$typeof){case R:return U=Wc($.type,$.key,$.props,null,V.mode,U),U.ref=es(V,null,$),U.return=V,U;case I:return $=F1($,V.mode,U),$.return=V,$;case ie:var le=$._init;return ne(V,le($._payload),U)}if(Xe($)||re($))return $=co($,V.mode,U,null),$.return=V,$;Ec(V,$)}return null}function Q(V,$,U,le){var ve=$!==null?$.key:null;if(typeof U=="string"&&U!==""||typeof U=="number")return ve!==null?null:L(V,$,""+U,le);if(typeof U=="object"&&U!==null){switch(U.$$typeof){case R:return U.key===ve?P(V,$,U,le):null;case I:return U.key===ve?W(V,$,U,le):null;case ie:return ve=U._init,Q(V,$,ve(U._payload),le)}if(Xe(U)||re(U))return ve!==null?null:te(V,$,U,le,null);Ec(V,U)}return null}function ce(V,$,U,le,ve){if(typeof le=="string"&&le!==""||typeof le=="number")return V=V.get(U)||null,L($,V,""+le,ve);if(typeof le=="object"&&le!==null){switch(le.$$typeof){case R:return V=V.get(le.key===null?U:le.key)||null,P($,V,le,ve);case I:return V=V.get(le.key===null?U:le.key)||null,W($,V,le,ve);case ie:var we=le._init;return ce(V,$,U,we(le._payload),ve)}if(Xe(le)||re(le))return V=V.get(U)||null,te($,V,le,ve,null);Ec($,le)}return null}function he(V,$,U,le){for(var ve=null,we=null,be=$,De=$=0,ht=null;be!==null&&De<U.length;De++){be.index>De?(ht=be,be=null):ht=be.sibling;var Ie=Q(V,be,U[De],le);if(Ie===null){be===null&&(be=ht);break}a&&be&&Ie.alternate===null&&l(V,be),$=C(Ie,$,De),we===null?ve=Ie:we.sibling=Ie,we=Ie,be=ht}if(De===U.length)return c(V,be),Ue&&ro(V,De),ve;if(be===null){for(;De<U.length;De++)be=ne(V,U[De],le),be!==null&&($=C(be,$,De),we===null?ve=be:we.sibling=be,we=be);return Ue&&ro(V,De),ve}for(be=h(V,be);De<U.length;De++)ht=ce(be,V,De,U[De],le),ht!==null&&(a&&ht.alternate!==null&&be.delete(ht.key===null?De:ht.key),$=C(ht,$,De),we===null?ve=ht:we.sibling=ht,we=ht);return a&&be.forEach(function(xa){return l(V,xa)}),Ue&&ro(V,De),ve}function me(V,$,U,le){var ve=re(U);if(typeof ve!="function")throw Error(r(150));if(U=ve.call(U),U==null)throw Error(r(151));for(var we=ve=null,be=$,De=$=0,ht=null,Ie=U.next();be!==null&&!Ie.done;De++,Ie=U.next()){be.index>De?(ht=be,be=null):ht=be.sibling;var xa=Q(V,be,Ie.value,le);if(xa===null){be===null&&(be=ht);break}a&&be&&xa.alternate===null&&l(V,be),$=C(xa,$,De),we===null?ve=xa:we.sibling=xa,we=xa,be=ht}if(Ie.done)return c(V,be),Ue&&ro(V,De),ve;if(be===null){for(;!Ie.done;De++,Ie=U.next())Ie=ne(V,Ie.value,le),Ie!==null&&($=C(Ie,$,De),we===null?ve=Ie:we.sibling=Ie,we=Ie);return Ue&&ro(V,De),ve}for(be=h(V,be);!Ie.done;De++,Ie=U.next())Ie=ce(be,V,De,Ie.value,le),Ie!==null&&(a&&Ie.alternate!==null&&be.delete(Ie.key===null?De:Ie.key),$=C(Ie,$,De),we===null?ve=Ie:we.sibling=Ie,we=Ie);return a&&be.forEach(function(aB){return l(V,aB)}),Ue&&ro(V,De),ve}function Qe(V,$,U,le){if(typeof U=="object"&&U!==null&&U.type===z&&U.key===null&&(U=U.props.children),typeof U=="object"&&U!==null){switch(U.$$typeof){case R:e:{for(var ve=U.key,we=$;we!==null;){if(we.key===ve){if(ve=U.type,ve===z){if(we.tag===7){c(V,we.sibling),$=y(we,U.props.children),$.return=V,V=$;break e}}else if(we.elementType===ve||typeof ve=="object"&&ve!==null&&ve.$$typeof===ie&&$4(ve)===we.type){c(V,we.sibling),$=y(we,U.props),$.ref=es(V,we,U),$.return=V,V=$;break e}c(V,we);break}else l(V,we);we=we.sibling}U.type===z?($=co(U.props.children,V.mode,le,U.key),$.return=V,V=$):(le=Wc(U.type,U.key,U.props,null,V.mode,le),le.ref=es(V,$,U),le.return=V,V=le)}return T(V);case I:e:{for(we=U.key;$!==null;){if($.key===we)if($.tag===4&&$.stateNode.containerInfo===U.containerInfo&&$.stateNode.implementation===U.implementation){c(V,$.sibling),$=y($,U.children||[]),$.return=V,V=$;break e}else{c(V,$);break}else l(V,$);$=$.sibling}$=F1(U,V.mode,le),$.return=V,V=$}return T(V);case ie:return we=U._init,Qe(V,$,we(U._payload),le)}if(Xe(U))return he(V,$,U,le);if(re(U))return me(V,$,U,le);Ec(V,U)}return typeof U=="string"&&U!==""||typeof U=="number"?(U=""+U,$!==null&&$.tag===6?(c(V,$.sibling),$=y($,U),$.return=V,V=$):(c(V,$),$=_1(U,V.mode,le),$.return=V,V=$),T(V)):c(V,$)}return Qe}var dl=H4(!0),j4=H4(!1),xc=da(null),Cc=null,pl=null,Pf=null;function Nf(){Pf=pl=Cc=null}function $f(a){var l=xc.current;$e(xc),a._currentValue=l}function Hf(a,l,c){for(;a!==null;){var h=a.alternate;if((a.childLanes&l)!==l?(a.childLanes|=l,h!==null&&(h.childLanes|=l)):h!==null&&(h.childLanes&l)!==l&&(h.childLanes|=l),a===c)break;a=a.return}}function fl(a,l){Cc=a,Pf=pl=null,a=a.dependencies,a!==null&&a.firstContext!==null&&(a.lanes&l&&(Wt=!0),a.firstContext=null)}function yr(a){var l=a._currentValue;if(Pf!==a)if(a={context:a,memoizedValue:l,next:null},pl===null){if(Cc===null)throw Error(r(308));pl=a,Cc.dependencies={lanes:0,firstContext:a}}else pl=pl.next=a;return l}var no=null;function jf(a){no===null?no=[a]:no.push(a)}function V4(a,l,c,h){var y=l.interleaved;return y===null?(c.next=c,jf(l)):(c.next=y.next,y.next=c),l.interleaved=c,On(a,h)}function On(a,l){a.lanes|=l;var c=a.alternate;for(c!==null&&(c.lanes|=l),c=a,a=a.return;a!==null;)a.childLanes|=l,c=a.alternate,c!==null&&(c.childLanes|=l),c=a,a=a.return;return c.tag===3?c.stateNode:null}var ha=!1;function Vf(a){a.updateQueue={baseState:a.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function U4(a,l){a=a.updateQueue,l.updateQueue===a&&(l.updateQueue={baseState:a.baseState,firstBaseUpdate:a.firstBaseUpdate,lastBaseUpdate:a.lastBaseUpdate,shared:a.shared,effects:a.effects})}function Mn(a,l){return{eventTime:a,lane:l,tag:0,payload:null,callback:null,next:null}}function ma(a,l,c){var h=a.updateQueue;if(h===null)return null;if(h=h.shared,Te&2){var y=h.pending;return y===null?l.next=l:(l.next=y.next,y.next=l),h.pending=l,On(a,c)}return y=h.interleaved,y===null?(l.next=l,jf(h)):(l.next=y.next,y.next=l),h.interleaved=l,On(a,c)}function Dc(a,l,c){if(l=l.updateQueue,l!==null&&(l=l.shared,(c&4194240)!==0)){var h=l.lanes;h&=a.pendingLanes,c|=h,l.lanes=c,rf(a,c)}}function W4(a,l){var c=a.updateQueue,h=a.alternate;if(h!==null&&(h=h.updateQueue,c===h)){var y=null,C=null;if(c=c.firstBaseUpdate,c!==null){do{var T={eventTime:c.eventTime,lane:c.lane,tag:c.tag,payload:c.payload,callback:c.callback,next:null};C===null?y=C=T:C=C.next=T,c=c.next}while(c!==null);C===null?y=C=l:C=C.next=l}else y=C=l;c={baseState:h.baseState,firstBaseUpdate:y,lastBaseUpdate:C,shared:h.shared,effects:h.effects},a.updateQueue=c;return}a=c.lastBaseUpdate,a===null?c.firstBaseUpdate=l:a.next=l,c.lastBaseUpdate=l}function Sc(a,l,c,h){var y=a.updateQueue;ha=!1;var C=y.firstBaseUpdate,T=y.lastBaseUpdate,L=y.shared.pending;if(L!==null){y.shared.pending=null;var P=L,W=P.next;P.next=null,T===null?C=W:T.next=W,T=P;var te=a.alternate;te!==null&&(te=te.updateQueue,L=te.lastBaseUpdate,L!==T&&(L===null?te.firstBaseUpdate=W:L.next=W,te.lastBaseUpdate=P))}if(C!==null){var ne=y.baseState;T=0,te=W=P=null,L=C;do{var Q=L.lane,ce=L.eventTime;if((h&Q)===Q){te!==null&&(te=te.next={eventTime:ce,lane:0,tag:L.tag,payload:L.payload,callback:L.callback,next:null});e:{var he=a,me=L;switch(Q=l,ce=c,me.tag){case 1:if(he=me.payload,typeof he=="function"){ne=he.call(ce,ne,Q);break e}ne=he;break e;case 3:he.flags=he.flags&-65537|128;case 0:if(he=me.payload,Q=typeof he=="function"?he.call(ce,ne,Q):he,Q==null)break e;ne=Z({},ne,Q);break e;case 2:ha=!0}}L.callback!==null&&L.lane!==0&&(a.flags|=64,Q=y.effects,Q===null?y.effects=[L]:Q.push(L))}else ce={eventTime:ce,lane:Q,tag:L.tag,payload:L.payload,callback:L.callback,next:null},te===null?(W=te=ce,P=ne):te=te.next=ce,T|=Q;if(L=L.next,L===null){if(L=y.shared.pending,L===null)break;Q=L,L=Q.next,Q.next=null,y.lastBaseUpdate=Q,y.shared.pending=null}}while(!0);if(te===null&&(P=ne),y.baseState=P,y.firstBaseUpdate=W,y.lastBaseUpdate=te,l=y.shared.interleaved,l!==null){y=l;do T|=y.lane,y=y.next;while(y!==l)}else C===null&&(y.shared.lanes=0);lo|=T,a.lanes=T,a.memoizedState=ne}}function q4(a,l,c){if(a=l.effects,l.effects=null,a!==null)for(l=0;l<a.length;l++){var h=a[l],y=h.callback;if(y!==null){if(h.callback=null,h=c,typeof y!="function")throw Error(r(191,y));y.call(h)}}}var ts={},on=da(ts),rs=da(ts),ns=da(ts);function ao(a){if(a===ts)throw Error(r(174));return a}function Uf(a,l){switch(Me(ns,l),Me(rs,a),Me(on,ts),a=l.nodeType,a){case 9:case 11:l=(l=l.documentElement)?l.namespaceURI:tt(null,"");break;default:a=a===8?l.parentNode:l,l=a.namespaceURI||null,a=a.tagName,l=tt(l,a)}$e(on),Me(on,l)}function hl(){$e(on),$e(rs),$e(ns)}function G4(a){ao(ns.current);var l=ao(on.current),c=tt(l,a.type);l!==c&&(Me(rs,a),Me(on,c))}function Wf(a){rs.current===a&&($e(on),$e(rs))}var qe=da(0);function kc(a){for(var l=a;l!==null;){if(l.tag===13){var c=l.memoizedState;if(c!==null&&(c=c.dehydrated,c===null||c.data==="$?"||c.data==="$!"))return l}else if(l.tag===19&&l.memoizedProps.revealOrder!==void 0){if(l.flags&128)return l}else if(l.child!==null){l.child.return=l,l=l.child;continue}if(l===a)break;for(;l.sibling===null;){if(l.return===null||l.return===a)return null;l=l.return}l.sibling.return=l.return,l=l.sibling}return null}var qf=[];function Gf(){for(var a=0;a<qf.length;a++)qf[a]._workInProgressVersionPrimary=null;qf.length=0}var Ac=k.ReactCurrentDispatcher,Yf=k.ReactCurrentBatchConfig,oo=0,Ge=null,ot=null,pt=null,_c=!1,as=!1,os=0,kz=0;function St(){throw Error(r(321))}function Kf(a,l){if(l===null)return!1;for(var c=0;c<l.length&&c<a.length;c++)if(!Fr(a[c],l[c]))return!1;return!0}function Xf(a,l,c,h,y,C){if(oo=C,Ge=l,l.memoizedState=null,l.updateQueue=null,l.lanes=0,Ac.current=a===null||a.memoizedState===null?Rz:Tz,a=c(h,y),as){C=0;do{if(as=!1,os=0,25<=C)throw Error(r(301));C+=1,pt=ot=null,l.updateQueue=null,Ac.current=Iz,a=c(h,y)}while(as)}if(Ac.current=Tc,l=ot!==null&&ot.next!==null,oo=0,pt=ot=Ge=null,_c=!1,l)throw Error(r(300));return a}function Jf(){var a=os!==0;return os=0,a}function ln(){var a={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return pt===null?Ge.memoizedState=pt=a:pt=pt.next=a,pt}function wr(){if(ot===null){var a=Ge.alternate;a=a!==null?a.memoizedState:null}else a=ot.next;var l=pt===null?Ge.memoizedState:pt.next;if(l!==null)pt=l,ot=a;else{if(a===null)throw Error(r(310));ot=a,a={memoizedState:ot.memoizedState,baseState:ot.baseState,baseQueue:ot.baseQueue,queue:ot.queue,next:null},pt===null?Ge.memoizedState=pt=a:pt=pt.next=a}return pt}function ls(a,l){return typeof l=="function"?l(a):l}function Zf(a){var l=wr(),c=l.queue;if(c===null)throw Error(r(311));c.lastRenderedReducer=a;var h=ot,y=h.baseQueue,C=c.pending;if(C!==null){if(y!==null){var T=y.next;y.next=C.next,C.next=T}h.baseQueue=y=C,c.pending=null}if(y!==null){C=y.next,h=h.baseState;var L=T=null,P=null,W=C;do{var te=W.lane;if((oo&te)===te)P!==null&&(P=P.next={lane:0,action:W.action,hasEagerState:W.hasEagerState,eagerState:W.eagerState,next:null}),h=W.hasEagerState?W.eagerState:a(h,W.action);else{var ne={lane:te,action:W.action,hasEagerState:W.hasEagerState,eagerState:W.eagerState,next:null};P===null?(L=P=ne,T=h):P=P.next=ne,Ge.lanes|=te,lo|=te}W=W.next}while(W!==null&&W!==C);P===null?T=h:P.next=L,Fr(h,l.memoizedState)||(Wt=!0),l.memoizedState=h,l.baseState=T,l.baseQueue=P,c.lastRenderedState=h}if(a=c.interleaved,a!==null){y=a;do C=y.lane,Ge.lanes|=C,lo|=C,y=y.next;while(y!==a)}else y===null&&(c.lanes=0);return[l.memoizedState,c.dispatch]}function Qf(a){var l=wr(),c=l.queue;if(c===null)throw Error(r(311));c.lastRenderedReducer=a;var h=c.dispatch,y=c.pending,C=l.memoizedState;if(y!==null){c.pending=null;var T=y=y.next;do C=a(C,T.action),T=T.next;while(T!==y);Fr(C,l.memoizedState)||(Wt=!0),l.memoizedState=C,l.baseQueue===null&&(l.baseState=C),c.lastRenderedState=C}return[C,h]}function Y4(){}function K4(a,l){var c=Ge,h=wr(),y=l(),C=!Fr(h.memoizedState,y);if(C&&(h.memoizedState=y,Wt=!0),h=h.queue,e1(Z4.bind(null,c,h,a),[a]),h.getSnapshot!==l||C||pt!==null&&pt.memoizedState.tag&1){if(c.flags|=2048,is(9,J4.bind(null,c,h,y,l),void 0,null),ft===null)throw Error(r(349));oo&30||X4(c,l,y)}return y}function X4(a,l,c){a.flags|=16384,a={getSnapshot:l,value:c},l=Ge.updateQueue,l===null?(l={lastEffect:null,stores:null},Ge.updateQueue=l,l.stores=[a]):(c=l.stores,c===null?l.stores=[a]:c.push(a))}function J4(a,l,c,h){l.value=c,l.getSnapshot=h,Q4(l)&&e3(a)}function Z4(a,l,c){return c(function(){Q4(l)&&e3(a)})}function Q4(a){var l=a.getSnapshot;a=a.value;try{var c=l();return!Fr(a,c)}catch{return!0}}function e3(a){var l=On(a,1);l!==null&&Br(l,a,1,-1)}function t3(a){var l=ln();return typeof a=="function"&&(a=a()),l.memoizedState=l.baseState=a,a={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:ls,lastRenderedState:a},l.queue=a,a=a.dispatch=Fz.bind(null,Ge,a),[l.memoizedState,a]}function is(a,l,c,h){return a={tag:a,create:l,destroy:c,deps:h,next:null},l=Ge.updateQueue,l===null?(l={lastEffect:null,stores:null},Ge.updateQueue=l,l.lastEffect=a.next=a):(c=l.lastEffect,c===null?l.lastEffect=a.next=a:(h=c.next,c.next=a,a.next=h,l.lastEffect=a)),a}function r3(){return wr().memoizedState}function Fc(a,l,c,h){var y=ln();Ge.flags|=a,y.memoizedState=is(1|l,c,void 0,h===void 0?null:h)}function Rc(a,l,c,h){var y=wr();h=h===void 0?null:h;var C=void 0;if(ot!==null){var T=ot.memoizedState;if(C=T.destroy,h!==null&&Kf(h,T.deps)){y.memoizedState=is(l,c,C,h);return}}Ge.flags|=a,y.memoizedState=is(1|l,c,C,h)}function n3(a,l){return Fc(8390656,8,a,l)}function e1(a,l){return Rc(2048,8,a,l)}function a3(a,l){return Rc(4,2,a,l)}function o3(a,l){return Rc(4,4,a,l)}function l3(a,l){if(typeof l=="function")return a=a(),l(a),function(){l(null)};if(l!=null)return a=a(),l.current=a,function(){l.current=null}}function i3(a,l,c){return c=c!=null?c.concat([a]):null,Rc(4,4,l3.bind(null,l,a),c)}function t1(){}function s3(a,l){var c=wr();l=l===void 0?null:l;var h=c.memoizedState;return h!==null&&l!==null&&Kf(l,h[1])?h[0]:(c.memoizedState=[a,l],a)}function u3(a,l){var c=wr();l=l===void 0?null:l;var h=c.memoizedState;return h!==null&&l!==null&&Kf(l,h[1])?h[0]:(a=a(),c.memoizedState=[a,l],a)}function c3(a,l,c){return oo&21?(Fr(c,l)||(c=$y(),Ge.lanes|=c,lo|=c,a.baseState=!0),l):(a.baseState&&(a.baseState=!1,Wt=!0),a.memoizedState=c)}function Az(a,l){var c=Le;Le=c!==0&&4>c?c:4,a(!0);var h=Yf.transition;Yf.transition={};try{a(!1),l()}finally{Le=c,Yf.transition=h}}function d3(){return wr().memoizedState}function _z(a,l,c){var h=wa(a);if(c={lane:h,action:c,hasEagerState:!1,eagerState:null,next:null},p3(a))f3(l,c);else if(c=V4(a,l,c,h),c!==null){var y=Bt();Br(c,a,h,y),h3(c,l,h)}}function Fz(a,l,c){var h=wa(a),y={lane:h,action:c,hasEagerState:!1,eagerState:null,next:null};if(p3(a))f3(l,y);else{var C=a.alternate;if(a.lanes===0&&(C===null||C.lanes===0)&&(C=l.lastRenderedReducer,C!==null))try{var T=l.lastRenderedState,L=C(T,c);if(y.hasEagerState=!0,y.eagerState=L,Fr(L,T)){var P=l.interleaved;P===null?(y.next=y,jf(l)):(y.next=P.next,P.next=y),l.interleaved=y;return}}catch{}finally{}c=V4(a,l,y,h),c!==null&&(y=Bt(),Br(c,a,h,y),h3(c,l,h))}}function p3(a){var l=a.alternate;return a===Ge||l!==null&&l===Ge}function f3(a,l){as=_c=!0;var c=a.pending;c===null?l.next=l:(l.next=c.next,c.next=l),a.pending=l}function h3(a,l,c){if(c&4194240){var h=l.lanes;h&=a.pendingLanes,c|=h,l.lanes=c,rf(a,c)}}var Tc={readContext:yr,useCallback:St,useContext:St,useEffect:St,useImperativeHandle:St,useInsertionEffect:St,useLayoutEffect:St,useMemo:St,useReducer:St,useRef:St,useState:St,useDebugValue:St,useDeferredValue:St,useTransition:St,useMutableSource:St,useSyncExternalStore:St,useId:St,unstable_isNewReconciler:!1},Rz={readContext:yr,useCallback:function(a,l){return ln().memoizedState=[a,l===void 0?null:l],a},useContext:yr,useEffect:n3,useImperativeHandle:function(a,l,c){return c=c!=null?c.concat([a]):null,Fc(4194308,4,l3.bind(null,l,a),c)},useLayoutEffect:function(a,l){return Fc(4194308,4,a,l)},useInsertionEffect:function(a,l){return Fc(4,2,a,l)},useMemo:function(a,l){var c=ln();return l=l===void 0?null:l,a=a(),c.memoizedState=[a,l],a},useReducer:function(a,l,c){var h=ln();return l=c!==void 0?c(l):l,h.memoizedState=h.baseState=l,a={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:a,lastRenderedState:l},h.queue=a,a=a.dispatch=_z.bind(null,Ge,a),[h.memoizedState,a]},useRef:function(a){var l=ln();return a={current:a},l.memoizedState=a},useState:t3,useDebugValue:t1,useDeferredValue:function(a){return ln().memoizedState=a},useTransition:function(){var a=t3(!1),l=a[0];return a=Az.bind(null,a[1]),ln().memoizedState=a,[l,a]},useMutableSource:function(){},useSyncExternalStore:function(a,l,c){var h=Ge,y=ln();if(Ue){if(c===void 0)throw Error(r(407));c=c()}else{if(c=l(),ft===null)throw Error(r(349));oo&30||X4(h,l,c)}y.memoizedState=c;var C={value:c,getSnapshot:l};return y.queue=C,n3(Z4.bind(null,h,C,a),[a]),h.flags|=2048,is(9,J4.bind(null,h,C,c,l),void 0,null),c},useId:function(){var a=ln(),l=ft.identifierPrefix;if(Ue){var c=Ln,h=Bn;c=(h&~(1<<32-_r(h)-1)).toString(32)+c,l=":"+l+"R"+c,c=os++,0<c&&(l+="H"+c.toString(32)),l+=":"}else c=kz++,l=":"+l+"r"+c.toString(32)+":";return a.memoizedState=l},unstable_isNewReconciler:!1},Tz={readContext:yr,useCallback:s3,useContext:yr,useEffect:e1,useImperativeHandle:i3,useInsertionEffect:a3,useLayoutEffect:o3,useMemo:u3,useReducer:Zf,useRef:r3,useState:function(){return Zf(ls)},useDebugValue:t1,useDeferredValue:function(a){var l=wr();return c3(l,ot.memoizedState,a)},useTransition:function(){var a=Zf(ls)[0],l=wr().memoizedState;return[a,l]},useMutableSource:Y4,useSyncExternalStore:K4,useId:d3,unstable_isNewReconciler:!1},Iz={readContext:yr,useCallback:s3,useContext:yr,useEffect:e1,useImperativeHandle:i3,useInsertionEffect:a3,useLayoutEffect:o3,useMemo:u3,useReducer:Qf,useRef:r3,useState:function(){return Qf(ls)},useDebugValue:t1,useDeferredValue:function(a){var l=wr();return ot===null?l.memoizedState=a:c3(l,ot.memoizedState,a)},useTransition:function(){var a=Qf(ls)[0],l=wr().memoizedState;return[a,l]},useMutableSource:Y4,useSyncExternalStore:K4,useId:d3,unstable_isNewReconciler:!1};function Tr(a,l){if(a&&a.defaultProps){l=Z({},l),a=a.defaultProps;for(var c in a)l[c]===void 0&&(l[c]=a[c]);return l}return l}function r1(a,l,c,h){l=a.memoizedState,c=c(h,l),c=c==null?l:Z({},l,c),a.memoizedState=c,a.lanes===0&&(a.updateQueue.baseState=c)}var Ic={isMounted:function(a){return(a=a._reactInternals)?Za(a)===a:!1},enqueueSetState:function(a,l,c){a=a._reactInternals;var h=Bt(),y=wa(a),C=Mn(h,y);C.payload=l,c!=null&&(C.callback=c),l=ma(a,C,y),l!==null&&(Br(l,a,y,h),Dc(l,a,y))},enqueueReplaceState:function(a,l,c){a=a._reactInternals;var h=Bt(),y=wa(a),C=Mn(h,y);C.tag=1,C.payload=l,c!=null&&(C.callback=c),l=ma(a,C,y),l!==null&&(Br(l,a,y,h),Dc(l,a,y))},enqueueForceUpdate:function(a,l){a=a._reactInternals;var c=Bt(),h=wa(a),y=Mn(c,h);y.tag=2,l!=null&&(y.callback=l),l=ma(a,y,h),l!==null&&(Br(l,a,h,c),Dc(l,a,h))}};function m3(a,l,c,h,y,C,T){return a=a.stateNode,typeof a.shouldComponentUpdate=="function"?a.shouldComponentUpdate(h,C,T):l.prototype&&l.prototype.isPureReactComponent?!Gi(c,h)||!Gi(y,C):!0}function g3(a,l,c){var h=!1,y=pa,C=l.contextType;return typeof C=="object"&&C!==null?C=yr(C):(y=Ut(l)?eo:Dt.current,h=l.contextTypes,C=(h=h!=null)?il(a,y):pa),l=new l(c,C),a.memoizedState=l.state!==null&&l.state!==void 0?l.state:null,l.updater=Ic,a.stateNode=l,l._reactInternals=a,h&&(a=a.stateNode,a.__reactInternalMemoizedUnmaskedChildContext=y,a.__reactInternalMemoizedMaskedChildContext=C),l}function v3(a,l,c,h){a=l.state,typeof l.componentWillReceiveProps=="function"&&l.componentWillReceiveProps(c,h),typeof l.UNSAFE_componentWillReceiveProps=="function"&&l.UNSAFE_componentWillReceiveProps(c,h),l.state!==a&&Ic.enqueueReplaceState(l,l.state,null)}function n1(a,l,c,h){var y=a.stateNode;y.props=c,y.state=a.memoizedState,y.refs={},Vf(a);var C=l.contextType;typeof C=="object"&&C!==null?y.context=yr(C):(C=Ut(l)?eo:Dt.current,y.context=il(a,C)),y.state=a.memoizedState,C=l.getDerivedStateFromProps,typeof C=="function"&&(r1(a,l,C,c),y.state=a.memoizedState),typeof l.getDerivedStateFromProps=="function"||typeof y.getSnapshotBeforeUpdate=="function"||typeof y.UNSAFE_componentWillMount!="function"&&typeof y.componentWillMount!="function"||(l=y.state,typeof y.componentWillMount=="function"&&y.componentWillMount(),typeof y.UNSAFE_componentWillMount=="function"&&y.UNSAFE_componentWillMount(),l!==y.state&&Ic.enqueueReplaceState(y,y.state,null),Sc(a,c,y,h),y.state=a.memoizedState),typeof y.componentDidMount=="function"&&(a.flags|=4194308)}function ml(a,l){try{var c="",h=l;do c+=oe(h),h=h.return;while(h);var y=c}catch(C){y=`
|
|
245
|
+
Error generating stack: `+C.message+`
|
|
246
|
+
`+C.stack}return{value:a,source:l,stack:y,digest:null}}function a1(a,l,c){return{value:a,source:null,stack:c??null,digest:l??null}}function o1(a,l){try{console.error(l.value)}catch(c){setTimeout(function(){throw c})}}var zz=typeof WeakMap=="function"?WeakMap:Map;function y3(a,l,c){c=Mn(-1,c),c.tag=3,c.payload={element:null};var h=l.value;return c.callback=function(){Nc||(Nc=!0,b1=h),o1(a,l)},c}function w3(a,l,c){c=Mn(-1,c),c.tag=3;var h=a.type.getDerivedStateFromError;if(typeof h=="function"){var y=l.value;c.payload=function(){return h(y)},c.callback=function(){o1(a,l)}}var C=a.stateNode;return C!==null&&typeof C.componentDidCatch=="function"&&(c.callback=function(){o1(a,l),typeof h!="function"&&(va===null?va=new Set([this]):va.add(this));var T=l.stack;this.componentDidCatch(l.value,{componentStack:T!==null?T:""})}),c}function b3(a,l,c){var h=a.pingCache;if(h===null){h=a.pingCache=new zz;var y=new Set;h.set(l,y)}else y=h.get(l),y===void 0&&(y=new Set,h.set(l,y));y.has(c)||(y.add(c),a=Gz.bind(null,a,l,c),l.then(a,a))}function E3(a){do{var l;if((l=a.tag===13)&&(l=a.memoizedState,l=l!==null?l.dehydrated!==null:!0),l)return a;a=a.return}while(a!==null);return null}function x3(a,l,c,h,y){return a.mode&1?(a.flags|=65536,a.lanes=y,a):(a===l?a.flags|=65536:(a.flags|=128,c.flags|=131072,c.flags&=-52805,c.tag===1&&(c.alternate===null?c.tag=17:(l=Mn(-1,1),l.tag=2,ma(c,l,1))),c.lanes|=1),a)}var Bz=k.ReactCurrentOwner,Wt=!1;function zt(a,l,c,h){l.child=a===null?j4(l,null,c,h):dl(l,a.child,c,h)}function C3(a,l,c,h,y){c=c.render;var C=l.ref;return fl(l,y),h=Xf(a,l,c,h,C,y),c=Jf(),a!==null&&!Wt?(l.updateQueue=a.updateQueue,l.flags&=-2053,a.lanes&=~y,Pn(a,l,y)):(Ue&&c&&zf(l),l.flags|=1,zt(a,l,h,y),l.child)}function D3(a,l,c,h,y){if(a===null){var C=c.type;return typeof C=="function"&&!A1(C)&&C.defaultProps===void 0&&c.compare===null&&c.defaultProps===void 0?(l.tag=15,l.type=C,S3(a,l,C,h,y)):(a=Wc(c.type,null,h,l,l.mode,y),a.ref=l.ref,a.return=l,l.child=a)}if(C=a.child,!(a.lanes&y)){var T=C.memoizedProps;if(c=c.compare,c=c!==null?c:Gi,c(T,h)&&a.ref===l.ref)return Pn(a,l,y)}return l.flags|=1,a=Ea(C,h),a.ref=l.ref,a.return=l,l.child=a}function S3(a,l,c,h,y){if(a!==null){var C=a.memoizedProps;if(Gi(C,h)&&a.ref===l.ref)if(Wt=!1,l.pendingProps=h=C,(a.lanes&y)!==0)a.flags&131072&&(Wt=!0);else return l.lanes=a.lanes,Pn(a,l,y)}return l1(a,l,c,h,y)}function k3(a,l,c){var h=l.pendingProps,y=h.children,C=a!==null?a.memoizedState:null;if(h.mode==="hidden")if(!(l.mode&1))l.memoizedState={baseLanes:0,cachePool:null,transitions:null},Me(vl,sr),sr|=c;else{if(!(c&1073741824))return a=C!==null?C.baseLanes|c:c,l.lanes=l.childLanes=1073741824,l.memoizedState={baseLanes:a,cachePool:null,transitions:null},l.updateQueue=null,Me(vl,sr),sr|=a,null;l.memoizedState={baseLanes:0,cachePool:null,transitions:null},h=C!==null?C.baseLanes:c,Me(vl,sr),sr|=h}else C!==null?(h=C.baseLanes|c,l.memoizedState=null):h=c,Me(vl,sr),sr|=h;return zt(a,l,y,c),l.child}function A3(a,l){var c=l.ref;(a===null&&c!==null||a!==null&&a.ref!==c)&&(l.flags|=512,l.flags|=2097152)}function l1(a,l,c,h,y){var C=Ut(c)?eo:Dt.current;return C=il(l,C),fl(l,y),c=Xf(a,l,c,h,C,y),h=Jf(),a!==null&&!Wt?(l.updateQueue=a.updateQueue,l.flags&=-2053,a.lanes&=~y,Pn(a,l,y)):(Ue&&h&&zf(l),l.flags|=1,zt(a,l,c,y),l.child)}function _3(a,l,c,h,y){if(Ut(c)){var C=!0;gc(l)}else C=!1;if(fl(l,y),l.stateNode===null)Bc(a,l),g3(l,c,h),n1(l,c,h,y),h=!0;else if(a===null){var T=l.stateNode,L=l.memoizedProps;T.props=L;var P=T.context,W=c.contextType;typeof W=="object"&&W!==null?W=yr(W):(W=Ut(c)?eo:Dt.current,W=il(l,W));var te=c.getDerivedStateFromProps,ne=typeof te=="function"||typeof T.getSnapshotBeforeUpdate=="function";ne||typeof T.UNSAFE_componentWillReceiveProps!="function"&&typeof T.componentWillReceiveProps!="function"||(L!==h||P!==W)&&v3(l,T,h,W),ha=!1;var Q=l.memoizedState;T.state=Q,Sc(l,h,T,y),P=l.memoizedState,L!==h||Q!==P||Vt.current||ha?(typeof te=="function"&&(r1(l,c,te,h),P=l.memoizedState),(L=ha||m3(l,c,L,h,Q,P,W))?(ne||typeof T.UNSAFE_componentWillMount!="function"&&typeof T.componentWillMount!="function"||(typeof T.componentWillMount=="function"&&T.componentWillMount(),typeof T.UNSAFE_componentWillMount=="function"&&T.UNSAFE_componentWillMount()),typeof T.componentDidMount=="function"&&(l.flags|=4194308)):(typeof T.componentDidMount=="function"&&(l.flags|=4194308),l.memoizedProps=h,l.memoizedState=P),T.props=h,T.state=P,T.context=W,h=L):(typeof T.componentDidMount=="function"&&(l.flags|=4194308),h=!1)}else{T=l.stateNode,U4(a,l),L=l.memoizedProps,W=l.type===l.elementType?L:Tr(l.type,L),T.props=W,ne=l.pendingProps,Q=T.context,P=c.contextType,typeof P=="object"&&P!==null?P=yr(P):(P=Ut(c)?eo:Dt.current,P=il(l,P));var ce=c.getDerivedStateFromProps;(te=typeof ce=="function"||typeof T.getSnapshotBeforeUpdate=="function")||typeof T.UNSAFE_componentWillReceiveProps!="function"&&typeof T.componentWillReceiveProps!="function"||(L!==ne||Q!==P)&&v3(l,T,h,P),ha=!1,Q=l.memoizedState,T.state=Q,Sc(l,h,T,y);var he=l.memoizedState;L!==ne||Q!==he||Vt.current||ha?(typeof ce=="function"&&(r1(l,c,ce,h),he=l.memoizedState),(W=ha||m3(l,c,W,h,Q,he,P)||!1)?(te||typeof T.UNSAFE_componentWillUpdate!="function"&&typeof T.componentWillUpdate!="function"||(typeof T.componentWillUpdate=="function"&&T.componentWillUpdate(h,he,P),typeof T.UNSAFE_componentWillUpdate=="function"&&T.UNSAFE_componentWillUpdate(h,he,P)),typeof T.componentDidUpdate=="function"&&(l.flags|=4),typeof T.getSnapshotBeforeUpdate=="function"&&(l.flags|=1024)):(typeof T.componentDidUpdate!="function"||L===a.memoizedProps&&Q===a.memoizedState||(l.flags|=4),typeof T.getSnapshotBeforeUpdate!="function"||L===a.memoizedProps&&Q===a.memoizedState||(l.flags|=1024),l.memoizedProps=h,l.memoizedState=he),T.props=h,T.state=he,T.context=P,h=W):(typeof T.componentDidUpdate!="function"||L===a.memoizedProps&&Q===a.memoizedState||(l.flags|=4),typeof T.getSnapshotBeforeUpdate!="function"||L===a.memoizedProps&&Q===a.memoizedState||(l.flags|=1024),h=!1)}return i1(a,l,c,h,C,y)}function i1(a,l,c,h,y,C){A3(a,l);var T=(l.flags&128)!==0;if(!h&&!T)return y&&z4(l,c,!1),Pn(a,l,C);h=l.stateNode,Bz.current=l;var L=T&&typeof c.getDerivedStateFromError!="function"?null:h.render();return l.flags|=1,a!==null&&T?(l.child=dl(l,a.child,null,C),l.child=dl(l,null,L,C)):zt(a,l,L,C),l.memoizedState=h.state,y&&z4(l,c,!0),l.child}function F3(a){var l=a.stateNode;l.pendingContext?T4(a,l.pendingContext,l.pendingContext!==l.context):l.context&&T4(a,l.context,!1),Uf(a,l.containerInfo)}function R3(a,l,c,h,y){return cl(),Mf(y),l.flags|=256,zt(a,l,c,h),l.child}var s1={dehydrated:null,treeContext:null,retryLane:0};function u1(a){return{baseLanes:a,cachePool:null,transitions:null}}function T3(a,l,c){var h=l.pendingProps,y=qe.current,C=!1,T=(l.flags&128)!==0,L;if((L=T)||(L=a!==null&&a.memoizedState===null?!1:(y&2)!==0),L?(C=!0,l.flags&=-129):(a===null||a.memoizedState!==null)&&(y|=1),Me(qe,y&1),a===null)return Of(l),a=l.memoizedState,a!==null&&(a=a.dehydrated,a!==null)?(l.mode&1?a.data==="$!"?l.lanes=8:l.lanes=1073741824:l.lanes=1,null):(T=h.children,a=h.fallback,C?(h=l.mode,C=l.child,T={mode:"hidden",children:T},!(h&1)&&C!==null?(C.childLanes=0,C.pendingProps=T):C=qc(T,h,0,null),a=co(a,h,c,null),C.return=l,a.return=l,C.sibling=a,l.child=C,l.child.memoizedState=u1(c),l.memoizedState=s1,a):c1(l,T));if(y=a.memoizedState,y!==null&&(L=y.dehydrated,L!==null))return Lz(a,l,T,h,L,y,c);if(C){C=h.fallback,T=l.mode,y=a.child,L=y.sibling;var P={mode:"hidden",children:h.children};return!(T&1)&&l.child!==y?(h=l.child,h.childLanes=0,h.pendingProps=P,l.deletions=null):(h=Ea(y,P),h.subtreeFlags=y.subtreeFlags&14680064),L!==null?C=Ea(L,C):(C=co(C,T,c,null),C.flags|=2),C.return=l,h.return=l,h.sibling=C,l.child=h,h=C,C=l.child,T=a.child.memoizedState,T=T===null?u1(c):{baseLanes:T.baseLanes|c,cachePool:null,transitions:T.transitions},C.memoizedState=T,C.childLanes=a.childLanes&~c,l.memoizedState=s1,h}return C=a.child,a=C.sibling,h=Ea(C,{mode:"visible",children:h.children}),!(l.mode&1)&&(h.lanes=c),h.return=l,h.sibling=null,a!==null&&(c=l.deletions,c===null?(l.deletions=[a],l.flags|=16):c.push(a)),l.child=h,l.memoizedState=null,h}function c1(a,l){return l=qc({mode:"visible",children:l},a.mode,0,null),l.return=a,a.child=l}function zc(a,l,c,h){return h!==null&&Mf(h),dl(l,a.child,null,c),a=c1(l,l.pendingProps.children),a.flags|=2,l.memoizedState=null,a}function Lz(a,l,c,h,y,C,T){if(c)return l.flags&256?(l.flags&=-257,h=a1(Error(r(422))),zc(a,l,T,h)):l.memoizedState!==null?(l.child=a.child,l.flags|=128,null):(C=h.fallback,y=l.mode,h=qc({mode:"visible",children:h.children},y,0,null),C=co(C,y,T,null),C.flags|=2,h.return=l,C.return=l,h.sibling=C,l.child=h,l.mode&1&&dl(l,a.child,null,T),l.child.memoizedState=u1(T),l.memoizedState=s1,C);if(!(l.mode&1))return zc(a,l,T,null);if(y.data==="$!"){if(h=y.nextSibling&&y.nextSibling.dataset,h)var L=h.dgst;return h=L,C=Error(r(419)),h=a1(C,h,void 0),zc(a,l,T,h)}if(L=(T&a.childLanes)!==0,Wt||L){if(h=ft,h!==null){switch(T&-T){case 4:y=2;break;case 16:y=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:y=32;break;case 536870912:y=268435456;break;default:y=0}y=y&(h.suspendedLanes|T)?0:y,y!==0&&y!==C.retryLane&&(C.retryLane=y,On(a,y),Br(h,a,y,-1))}return k1(),h=a1(Error(r(421))),zc(a,l,T,h)}return y.data==="$?"?(l.flags|=128,l.child=a.child,l=Yz.bind(null,a),y._reactRetry=l,null):(a=C.treeContext,ir=ca(y.nextSibling),lr=l,Ue=!0,Rr=null,a!==null&&(gr[vr++]=Bn,gr[vr++]=Ln,gr[vr++]=to,Bn=a.id,Ln=a.overflow,to=l),l=c1(l,h.children),l.flags|=4096,l)}function I3(a,l,c){a.lanes|=l;var h=a.alternate;h!==null&&(h.lanes|=l),Hf(a.return,l,c)}function d1(a,l,c,h,y){var C=a.memoizedState;C===null?a.memoizedState={isBackwards:l,rendering:null,renderingStartTime:0,last:h,tail:c,tailMode:y}:(C.isBackwards=l,C.rendering=null,C.renderingStartTime=0,C.last=h,C.tail=c,C.tailMode=y)}function z3(a,l,c){var h=l.pendingProps,y=h.revealOrder,C=h.tail;if(zt(a,l,h.children,c),h=qe.current,h&2)h=h&1|2,l.flags|=128;else{if(a!==null&&a.flags&128)e:for(a=l.child;a!==null;){if(a.tag===13)a.memoizedState!==null&&I3(a,c,l);else if(a.tag===19)I3(a,c,l);else if(a.child!==null){a.child.return=a,a=a.child;continue}if(a===l)break e;for(;a.sibling===null;){if(a.return===null||a.return===l)break e;a=a.return}a.sibling.return=a.return,a=a.sibling}h&=1}if(Me(qe,h),!(l.mode&1))l.memoizedState=null;else switch(y){case"forwards":for(c=l.child,y=null;c!==null;)a=c.alternate,a!==null&&kc(a)===null&&(y=c),c=c.sibling;c=y,c===null?(y=l.child,l.child=null):(y=c.sibling,c.sibling=null),d1(l,!1,y,c,C);break;case"backwards":for(c=null,y=l.child,l.child=null;y!==null;){if(a=y.alternate,a!==null&&kc(a)===null){l.child=y;break}a=y.sibling,y.sibling=c,c=y,y=a}d1(l,!0,c,null,C);break;case"together":d1(l,!1,null,null,void 0);break;default:l.memoizedState=null}return l.child}function Bc(a,l){!(l.mode&1)&&a!==null&&(a.alternate=null,l.alternate=null,l.flags|=2)}function Pn(a,l,c){if(a!==null&&(l.dependencies=a.dependencies),lo|=l.lanes,!(c&l.childLanes))return null;if(a!==null&&l.child!==a.child)throw Error(r(153));if(l.child!==null){for(a=l.child,c=Ea(a,a.pendingProps),l.child=c,c.return=l;a.sibling!==null;)a=a.sibling,c=c.sibling=Ea(a,a.pendingProps),c.return=l;c.sibling=null}return l.child}function Oz(a,l,c){switch(l.tag){case 3:F3(l),cl();break;case 5:G4(l);break;case 1:Ut(l.type)&&gc(l);break;case 4:Uf(l,l.stateNode.containerInfo);break;case 10:var h=l.type._context,y=l.memoizedProps.value;Me(xc,h._currentValue),h._currentValue=y;break;case 13:if(h=l.memoizedState,h!==null)return h.dehydrated!==null?(Me(qe,qe.current&1),l.flags|=128,null):c&l.child.childLanes?T3(a,l,c):(Me(qe,qe.current&1),a=Pn(a,l,c),a!==null?a.sibling:null);Me(qe,qe.current&1);break;case 19:if(h=(c&l.childLanes)!==0,a.flags&128){if(h)return z3(a,l,c);l.flags|=128}if(y=l.memoizedState,y!==null&&(y.rendering=null,y.tail=null,y.lastEffect=null),Me(qe,qe.current),h)break;return null;case 22:case 23:return l.lanes=0,k3(a,l,c)}return Pn(a,l,c)}var B3,p1,L3,O3;B3=function(a,l){for(var c=l.child;c!==null;){if(c.tag===5||c.tag===6)a.appendChild(c.stateNode);else if(c.tag!==4&&c.child!==null){c.child.return=c,c=c.child;continue}if(c===l)break;for(;c.sibling===null;){if(c.return===null||c.return===l)return;c=c.return}c.sibling.return=c.return,c=c.sibling}},p1=function(){},L3=function(a,l,c,h){var y=a.memoizedProps;if(y!==h){a=l.stateNode,ao(on.current);var C=null;switch(c){case"input":y=It(a,y),h=It(a,h),C=[];break;case"select":y=Z({},y,{value:void 0}),h=Z({},h,{value:void 0}),C=[];break;case"textarea":y=jt(a,y),h=jt(a,h),C=[];break;default:typeof y.onClick!="function"&&typeof h.onClick=="function"&&(a.onclick=fc)}Ar(c,h);var T;c=null;for(W in y)if(!h.hasOwnProperty(W)&&y.hasOwnProperty(W)&&y[W]!=null)if(W==="style"){var L=y[W];for(T in L)L.hasOwnProperty(T)&&(c||(c={}),c[T]="")}else W!=="dangerouslySetInnerHTML"&&W!=="children"&&W!=="suppressContentEditableWarning"&&W!=="suppressHydrationWarning"&&W!=="autoFocus"&&(o.hasOwnProperty(W)?C||(C=[]):(C=C||[]).push(W,null));for(W in h){var P=h[W];if(L=y?.[W],h.hasOwnProperty(W)&&P!==L&&(P!=null||L!=null))if(W==="style")if(L){for(T in L)!L.hasOwnProperty(T)||P&&P.hasOwnProperty(T)||(c||(c={}),c[T]="");for(T in P)P.hasOwnProperty(T)&&L[T]!==P[T]&&(c||(c={}),c[T]=P[T])}else c||(C||(C=[]),C.push(W,c)),c=P;else W==="dangerouslySetInnerHTML"?(P=P?P.__html:void 0,L=L?L.__html:void 0,P!=null&&L!==P&&(C=C||[]).push(W,P)):W==="children"?typeof P!="string"&&typeof P!="number"||(C=C||[]).push(W,""+P):W!=="suppressContentEditableWarning"&&W!=="suppressHydrationWarning"&&(o.hasOwnProperty(W)?(P!=null&&W==="onScroll"&&Ne("scroll",a),C||L===P||(C=[])):(C=C||[]).push(W,P))}c&&(C=C||[]).push("style",c);var W=C;(l.updateQueue=W)&&(l.flags|=4)}},O3=function(a,l,c,h){c!==h&&(l.flags|=4)};function ss(a,l){if(!Ue)switch(a.tailMode){case"hidden":l=a.tail;for(var c=null;l!==null;)l.alternate!==null&&(c=l),l=l.sibling;c===null?a.tail=null:c.sibling=null;break;case"collapsed":c=a.tail;for(var h=null;c!==null;)c.alternate!==null&&(h=c),c=c.sibling;h===null?l||a.tail===null?a.tail=null:a.tail.sibling=null:h.sibling=null}}function kt(a){var l=a.alternate!==null&&a.alternate.child===a.child,c=0,h=0;if(l)for(var y=a.child;y!==null;)c|=y.lanes|y.childLanes,h|=y.subtreeFlags&14680064,h|=y.flags&14680064,y.return=a,y=y.sibling;else for(y=a.child;y!==null;)c|=y.lanes|y.childLanes,h|=y.subtreeFlags,h|=y.flags,y.return=a,y=y.sibling;return a.subtreeFlags|=h,a.childLanes=c,l}function Mz(a,l,c){var h=l.pendingProps;switch(Bf(l),l.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return kt(l),null;case 1:return Ut(l.type)&&mc(),kt(l),null;case 3:return h=l.stateNode,hl(),$e(Vt),$e(Dt),Gf(),h.pendingContext&&(h.context=h.pendingContext,h.pendingContext=null),(a===null||a.child===null)&&(bc(l)?l.flags|=4:a===null||a.memoizedState.isDehydrated&&!(l.flags&256)||(l.flags|=1024,Rr!==null&&(C1(Rr),Rr=null))),p1(a,l),kt(l),null;case 5:Wf(l);var y=ao(ns.current);if(c=l.type,a!==null&&l.stateNode!=null)L3(a,l,c,h,y),a.ref!==l.ref&&(l.flags|=512,l.flags|=2097152);else{if(!h){if(l.stateNode===null)throw Error(r(166));return kt(l),null}if(a=ao(on.current),bc(l)){h=l.stateNode,c=l.type;var C=l.memoizedProps;switch(h[an]=l,h[Zi]=C,a=(l.mode&1)!==0,c){case"dialog":Ne("cancel",h),Ne("close",h);break;case"iframe":case"object":case"embed":Ne("load",h);break;case"video":case"audio":for(y=0;y<Ki.length;y++)Ne(Ki[y],h);break;case"source":Ne("error",h);break;case"img":case"image":case"link":Ne("error",h),Ne("load",h);break;case"details":Ne("toggle",h);break;case"input":er(h,C),Ne("invalid",h);break;case"select":h._wrapperState={wasMultiple:!!C.multiple},Ne("invalid",h);break;case"textarea":Fn(h,C),Ne("invalid",h)}Ar(c,C),y=null;for(var T in C)if(C.hasOwnProperty(T)){var L=C[T];T==="children"?typeof L=="string"?h.textContent!==L&&(C.suppressHydrationWarning!==!0&&pc(h.textContent,L,a),y=["children",L]):typeof L=="number"&&h.textContent!==""+L&&(C.suppressHydrationWarning!==!0&&pc(h.textContent,L,a),y=["children",""+L]):o.hasOwnProperty(T)&&L!=null&&T==="onScroll"&&Ne("scroll",h)}switch(c){case"input":dt(h),tr(h,C,!0);break;case"textarea":dt(h),Rn(h);break;case"select":case"option":break;default:typeof C.onClick=="function"&&(h.onclick=fc)}h=y,l.updateQueue=h,h!==null&&(l.flags|=4)}else{T=y.nodeType===9?y:y.ownerDocument,a==="http://www.w3.org/1999/xhtml"&&(a=nr(c)),a==="http://www.w3.org/1999/xhtml"?c==="script"?(a=T.createElement("div"),a.innerHTML="<script><\/script>",a=a.removeChild(a.firstChild)):typeof h.is=="string"?a=T.createElement(c,{is:h.is}):(a=T.createElement(c),c==="select"&&(T=a,h.multiple?T.multiple=!0:h.size&&(T.size=h.size))):a=T.createElementNS(a,c),a[an]=l,a[Zi]=h,B3(a,l,!1,!1),l.stateNode=a;e:{switch(T=ar(c,h),c){case"dialog":Ne("cancel",a),Ne("close",a),y=h;break;case"iframe":case"object":case"embed":Ne("load",a),y=h;break;case"video":case"audio":for(y=0;y<Ki.length;y++)Ne(Ki[y],a);y=h;break;case"source":Ne("error",a),y=h;break;case"img":case"image":case"link":Ne("error",a),Ne("load",a),y=h;break;case"details":Ne("toggle",a),y=h;break;case"input":er(a,h),y=It(a,h),Ne("invalid",a);break;case"option":y=h;break;case"select":a._wrapperState={wasMultiple:!!h.multiple},y=Z({},h,{value:void 0}),Ne("invalid",a);break;case"textarea":Fn(a,h),y=jt(a,h),Ne("invalid",a);break;default:y=h}Ar(c,y),L=y;for(C in L)if(L.hasOwnProperty(C)){var P=L[C];C==="style"?rn(a,P):C==="dangerouslySetInnerHTML"?(P=P?P.__html:void 0,P!=null&&Je(a,P)):C==="children"?typeof P=="string"?(c!=="textarea"||P!=="")&&Oe(a,P):typeof P=="number"&&Oe(a,""+P):C!=="suppressContentEditableWarning"&&C!=="suppressHydrationWarning"&&C!=="autoFocus"&&(o.hasOwnProperty(C)?P!=null&&C==="onScroll"&&Ne("scroll",a):P!=null&&A(a,C,P,T))}switch(c){case"input":dt(a),tr(a,h,!1);break;case"textarea":dt(a),Rn(a);break;case"option":h.value!=null&&a.setAttribute("value",""+xe(h.value));break;case"select":a.multiple=!!h.multiple,C=h.value,C!=null?Ht(a,!!h.multiple,C,!1):h.defaultValue!=null&&Ht(a,!!h.multiple,h.defaultValue,!0);break;default:typeof y.onClick=="function"&&(a.onclick=fc)}switch(c){case"button":case"input":case"select":case"textarea":h=!!h.autoFocus;break e;case"img":h=!0;break e;default:h=!1}}h&&(l.flags|=4)}l.ref!==null&&(l.flags|=512,l.flags|=2097152)}return kt(l),null;case 6:if(a&&l.stateNode!=null)O3(a,l,a.memoizedProps,h);else{if(typeof h!="string"&&l.stateNode===null)throw Error(r(166));if(c=ao(ns.current),ao(on.current),bc(l)){if(h=l.stateNode,c=l.memoizedProps,h[an]=l,(C=h.nodeValue!==c)&&(a=lr,a!==null))switch(a.tag){case 3:pc(h.nodeValue,c,(a.mode&1)!==0);break;case 5:a.memoizedProps.suppressHydrationWarning!==!0&&pc(h.nodeValue,c,(a.mode&1)!==0)}C&&(l.flags|=4)}else h=(c.nodeType===9?c:c.ownerDocument).createTextNode(h),h[an]=l,l.stateNode=h}return kt(l),null;case 13:if($e(qe),h=l.memoizedState,a===null||a.memoizedState!==null&&a.memoizedState.dehydrated!==null){if(Ue&&ir!==null&&l.mode&1&&!(l.flags&128))N4(),cl(),l.flags|=98560,C=!1;else if(C=bc(l),h!==null&&h.dehydrated!==null){if(a===null){if(!C)throw Error(r(318));if(C=l.memoizedState,C=C!==null?C.dehydrated:null,!C)throw Error(r(317));C[an]=l}else cl(),!(l.flags&128)&&(l.memoizedState=null),l.flags|=4;kt(l),C=!1}else Rr!==null&&(C1(Rr),Rr=null),C=!0;if(!C)return l.flags&65536?l:null}return l.flags&128?(l.lanes=c,l):(h=h!==null,h!==(a!==null&&a.memoizedState!==null)&&h&&(l.child.flags|=8192,l.mode&1&&(a===null||qe.current&1?lt===0&&(lt=3):k1())),l.updateQueue!==null&&(l.flags|=4),kt(l),null);case 4:return hl(),p1(a,l),a===null&&Xi(l.stateNode.containerInfo),kt(l),null;case 10:return $f(l.type._context),kt(l),null;case 17:return Ut(l.type)&&mc(),kt(l),null;case 19:if($e(qe),C=l.memoizedState,C===null)return kt(l),null;if(h=(l.flags&128)!==0,T=C.rendering,T===null)if(h)ss(C,!1);else{if(lt!==0||a!==null&&a.flags&128)for(a=l.child;a!==null;){if(T=kc(a),T!==null){for(l.flags|=128,ss(C,!1),h=T.updateQueue,h!==null&&(l.updateQueue=h,l.flags|=4),l.subtreeFlags=0,h=c,c=l.child;c!==null;)C=c,a=h,C.flags&=14680066,T=C.alternate,T===null?(C.childLanes=0,C.lanes=a,C.child=null,C.subtreeFlags=0,C.memoizedProps=null,C.memoizedState=null,C.updateQueue=null,C.dependencies=null,C.stateNode=null):(C.childLanes=T.childLanes,C.lanes=T.lanes,C.child=T.child,C.subtreeFlags=0,C.deletions=null,C.memoizedProps=T.memoizedProps,C.memoizedState=T.memoizedState,C.updateQueue=T.updateQueue,C.type=T.type,a=T.dependencies,C.dependencies=a===null?null:{lanes:a.lanes,firstContext:a.firstContext}),c=c.sibling;return Me(qe,qe.current&1|2),l.child}a=a.sibling}C.tail!==null&&Ze()>yl&&(l.flags|=128,h=!0,ss(C,!1),l.lanes=4194304)}else{if(!h)if(a=kc(T),a!==null){if(l.flags|=128,h=!0,c=a.updateQueue,c!==null&&(l.updateQueue=c,l.flags|=4),ss(C,!0),C.tail===null&&C.tailMode==="hidden"&&!T.alternate&&!Ue)return kt(l),null}else 2*Ze()-C.renderingStartTime>yl&&c!==1073741824&&(l.flags|=128,h=!0,ss(C,!1),l.lanes=4194304);C.isBackwards?(T.sibling=l.child,l.child=T):(c=C.last,c!==null?c.sibling=T:l.child=T,C.last=T)}return C.tail!==null?(l=C.tail,C.rendering=l,C.tail=l.sibling,C.renderingStartTime=Ze(),l.sibling=null,c=qe.current,Me(qe,h?c&1|2:c&1),l):(kt(l),null);case 22:case 23:return S1(),h=l.memoizedState!==null,a!==null&&a.memoizedState!==null!==h&&(l.flags|=8192),h&&l.mode&1?sr&1073741824&&(kt(l),l.subtreeFlags&6&&(l.flags|=8192)):kt(l),null;case 24:return null;case 25:return null}throw Error(r(156,l.tag))}function Pz(a,l){switch(Bf(l),l.tag){case 1:return Ut(l.type)&&mc(),a=l.flags,a&65536?(l.flags=a&-65537|128,l):null;case 3:return hl(),$e(Vt),$e(Dt),Gf(),a=l.flags,a&65536&&!(a&128)?(l.flags=a&-65537|128,l):null;case 5:return Wf(l),null;case 13:if($e(qe),a=l.memoizedState,a!==null&&a.dehydrated!==null){if(l.alternate===null)throw Error(r(340));cl()}return a=l.flags,a&65536?(l.flags=a&-65537|128,l):null;case 19:return $e(qe),null;case 4:return hl(),null;case 10:return $f(l.type._context),null;case 22:case 23:return S1(),null;case 24:return null;default:return null}}var Lc=!1,At=!1,Nz=typeof WeakSet=="function"?WeakSet:Set,pe=null;function gl(a,l){var c=a.ref;if(c!==null)if(typeof c=="function")try{c(null)}catch(h){Ke(a,l,h)}else c.current=null}function f1(a,l,c){try{c()}catch(h){Ke(a,l,h)}}var M3=!1;function $z(a,l){if(Sf=tc,a=m4(),vf(a)){if("selectionStart"in a)var c={start:a.selectionStart,end:a.selectionEnd};else e:{c=(c=a.ownerDocument)&&c.defaultView||window;var h=c.getSelection&&c.getSelection();if(h&&h.rangeCount!==0){c=h.anchorNode;var y=h.anchorOffset,C=h.focusNode;h=h.focusOffset;try{c.nodeType,C.nodeType}catch{c=null;break e}var T=0,L=-1,P=-1,W=0,te=0,ne=a,Q=null;t:for(;;){for(var ce;ne!==c||y!==0&&ne.nodeType!==3||(L=T+y),ne!==C||h!==0&&ne.nodeType!==3||(P=T+h),ne.nodeType===3&&(T+=ne.nodeValue.length),(ce=ne.firstChild)!==null;)Q=ne,ne=ce;for(;;){if(ne===a)break t;if(Q===c&&++W===y&&(L=T),Q===C&&++te===h&&(P=T),(ce=ne.nextSibling)!==null)break;ne=Q,Q=ne.parentNode}ne=ce}c=L===-1||P===-1?null:{start:L,end:P}}else c=null}c=c||{start:0,end:0}}else c=null;for(kf={focusedElem:a,selectionRange:c},tc=!1,pe=l;pe!==null;)if(l=pe,a=l.child,(l.subtreeFlags&1028)!==0&&a!==null)a.return=l,pe=a;else for(;pe!==null;){l=pe;try{var he=l.alternate;if(l.flags&1024)switch(l.tag){case 0:case 11:case 15:break;case 1:if(he!==null){var me=he.memoizedProps,Qe=he.memoizedState,V=l.stateNode,$=V.getSnapshotBeforeUpdate(l.elementType===l.type?me:Tr(l.type,me),Qe);V.__reactInternalSnapshotBeforeUpdate=$}break;case 3:var U=l.stateNode.containerInfo;U.nodeType===1?U.textContent="":U.nodeType===9&&U.documentElement&&U.removeChild(U.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(r(163))}}catch(le){Ke(l,l.return,le)}if(a=l.sibling,a!==null){a.return=l.return,pe=a;break}pe=l.return}return he=M3,M3=!1,he}function us(a,l,c){var h=l.updateQueue;if(h=h!==null?h.lastEffect:null,h!==null){var y=h=h.next;do{if((y.tag&a)===a){var C=y.destroy;y.destroy=void 0,C!==void 0&&f1(l,c,C)}y=y.next}while(y!==h)}}function Oc(a,l){if(l=l.updateQueue,l=l!==null?l.lastEffect:null,l!==null){var c=l=l.next;do{if((c.tag&a)===a){var h=c.create;c.destroy=h()}c=c.next}while(c!==l)}}function h1(a){var l=a.ref;if(l!==null){var c=a.stateNode;switch(a.tag){case 5:a=c;break;default:a=c}typeof l=="function"?l(a):l.current=a}}function P3(a){var l=a.alternate;l!==null&&(a.alternate=null,P3(l)),a.child=null,a.deletions=null,a.sibling=null,a.tag===5&&(l=a.stateNode,l!==null&&(delete l[an],delete l[Zi],delete l[Rf],delete l[xz],delete l[Cz])),a.stateNode=null,a.return=null,a.dependencies=null,a.memoizedProps=null,a.memoizedState=null,a.pendingProps=null,a.stateNode=null,a.updateQueue=null}function N3(a){return a.tag===5||a.tag===3||a.tag===4}function $3(a){e:for(;;){for(;a.sibling===null;){if(a.return===null||N3(a.return))return null;a=a.return}for(a.sibling.return=a.return,a=a.sibling;a.tag!==5&&a.tag!==6&&a.tag!==18;){if(a.flags&2||a.child===null||a.tag===4)continue e;a.child.return=a,a=a.child}if(!(a.flags&2))return a.stateNode}}function m1(a,l,c){var h=a.tag;if(h===5||h===6)a=a.stateNode,l?c.nodeType===8?c.parentNode.insertBefore(a,l):c.insertBefore(a,l):(c.nodeType===8?(l=c.parentNode,l.insertBefore(a,c)):(l=c,l.appendChild(a)),c=c._reactRootContainer,c!=null||l.onclick!==null||(l.onclick=fc));else if(h!==4&&(a=a.child,a!==null))for(m1(a,l,c),a=a.sibling;a!==null;)m1(a,l,c),a=a.sibling}function g1(a,l,c){var h=a.tag;if(h===5||h===6)a=a.stateNode,l?c.insertBefore(a,l):c.appendChild(a);else if(h!==4&&(a=a.child,a!==null))for(g1(a,l,c),a=a.sibling;a!==null;)g1(a,l,c),a=a.sibling}var yt=null,Ir=!1;function ga(a,l,c){for(c=c.child;c!==null;)H3(a,l,c),c=c.sibling}function H3(a,l,c){if(nn&&typeof nn.onCommitFiberUnmount=="function")try{nn.onCommitFiberUnmount(Ku,c)}catch{}switch(c.tag){case 5:At||gl(c,l);case 6:var h=yt,y=Ir;yt=null,ga(a,l,c),yt=h,Ir=y,yt!==null&&(Ir?(a=yt,c=c.stateNode,a.nodeType===8?a.parentNode.removeChild(c):a.removeChild(c)):yt.removeChild(c.stateNode));break;case 18:yt!==null&&(Ir?(a=yt,c=c.stateNode,a.nodeType===8?Ff(a.parentNode,c):a.nodeType===1&&Ff(a,c),Hi(a)):Ff(yt,c.stateNode));break;case 4:h=yt,y=Ir,yt=c.stateNode.containerInfo,Ir=!0,ga(a,l,c),yt=h,Ir=y;break;case 0:case 11:case 14:case 15:if(!At&&(h=c.updateQueue,h!==null&&(h=h.lastEffect,h!==null))){y=h=h.next;do{var C=y,T=C.destroy;C=C.tag,T!==void 0&&(C&2||C&4)&&f1(c,l,T),y=y.next}while(y!==h)}ga(a,l,c);break;case 1:if(!At&&(gl(c,l),h=c.stateNode,typeof h.componentWillUnmount=="function"))try{h.props=c.memoizedProps,h.state=c.memoizedState,h.componentWillUnmount()}catch(L){Ke(c,l,L)}ga(a,l,c);break;case 21:ga(a,l,c);break;case 22:c.mode&1?(At=(h=At)||c.memoizedState!==null,ga(a,l,c),At=h):ga(a,l,c);break;default:ga(a,l,c)}}function j3(a){var l=a.updateQueue;if(l!==null){a.updateQueue=null;var c=a.stateNode;c===null&&(c=a.stateNode=new Nz),l.forEach(function(h){var y=Kz.bind(null,a,h);c.has(h)||(c.add(h),h.then(y,y))})}}function zr(a,l){var c=l.deletions;if(c!==null)for(var h=0;h<c.length;h++){var y=c[h];try{var C=a,T=l,L=T;e:for(;L!==null;){switch(L.tag){case 5:yt=L.stateNode,Ir=!1;break e;case 3:yt=L.stateNode.containerInfo,Ir=!0;break e;case 4:yt=L.stateNode.containerInfo,Ir=!0;break e}L=L.return}if(yt===null)throw Error(r(160));H3(C,T,y),yt=null,Ir=!1;var P=y.alternate;P!==null&&(P.return=null),y.return=null}catch(W){Ke(y,l,W)}}if(l.subtreeFlags&12854)for(l=l.child;l!==null;)V3(l,a),l=l.sibling}function V3(a,l){var c=a.alternate,h=a.flags;switch(a.tag){case 0:case 11:case 14:case 15:if(zr(l,a),sn(a),h&4){try{us(3,a,a.return),Oc(3,a)}catch(me){Ke(a,a.return,me)}try{us(5,a,a.return)}catch(me){Ke(a,a.return,me)}}break;case 1:zr(l,a),sn(a),h&512&&c!==null&&gl(c,c.return);break;case 5:if(zr(l,a),sn(a),h&512&&c!==null&&gl(c,c.return),a.flags&32){var y=a.stateNode;try{Oe(y,"")}catch(me){Ke(a,a.return,me)}}if(h&4&&(y=a.stateNode,y!=null)){var C=a.memoizedProps,T=c!==null?c.memoizedProps:C,L=a.type,P=a.updateQueue;if(a.updateQueue=null,P!==null)try{L==="input"&&C.type==="radio"&&C.name!=null&&en(y,C),ar(L,T);var W=ar(L,C);for(T=0;T<P.length;T+=2){var te=P[T],ne=P[T+1];te==="style"?rn(y,ne):te==="dangerouslySetInnerHTML"?Je(y,ne):te==="children"?Oe(y,ne):A(y,te,ne,W)}switch(L){case"input":tn(y,C);break;case"textarea":rr(y,C);break;case"select":var Q=y._wrapperState.wasMultiple;y._wrapperState.wasMultiple=!!C.multiple;var ce=C.value;ce!=null?Ht(y,!!C.multiple,ce,!1):Q!==!!C.multiple&&(C.defaultValue!=null?Ht(y,!!C.multiple,C.defaultValue,!0):Ht(y,!!C.multiple,C.multiple?[]:"",!1))}y[Zi]=C}catch(me){Ke(a,a.return,me)}}break;case 6:if(zr(l,a),sn(a),h&4){if(a.stateNode===null)throw Error(r(162));y=a.stateNode,C=a.memoizedProps;try{y.nodeValue=C}catch(me){Ke(a,a.return,me)}}break;case 3:if(zr(l,a),sn(a),h&4&&c!==null&&c.memoizedState.isDehydrated)try{Hi(l.containerInfo)}catch(me){Ke(a,a.return,me)}break;case 4:zr(l,a),sn(a);break;case 13:zr(l,a),sn(a),y=a.child,y.flags&8192&&(C=y.memoizedState!==null,y.stateNode.isHidden=C,!C||y.alternate!==null&&y.alternate.memoizedState!==null||(w1=Ze())),h&4&&j3(a);break;case 22:if(te=c!==null&&c.memoizedState!==null,a.mode&1?(At=(W=At)||te,zr(l,a),At=W):zr(l,a),sn(a),h&8192){if(W=a.memoizedState!==null,(a.stateNode.isHidden=W)&&!te&&a.mode&1)for(pe=a,te=a.child;te!==null;){for(ne=pe=te;pe!==null;){switch(Q=pe,ce=Q.child,Q.tag){case 0:case 11:case 14:case 15:us(4,Q,Q.return);break;case 1:gl(Q,Q.return);var he=Q.stateNode;if(typeof he.componentWillUnmount=="function"){h=Q,c=Q.return;try{l=h,he.props=l.memoizedProps,he.state=l.memoizedState,he.componentWillUnmount()}catch(me){Ke(h,c,me)}}break;case 5:gl(Q,Q.return);break;case 22:if(Q.memoizedState!==null){q3(ne);continue}}ce!==null?(ce.return=Q,pe=ce):q3(ne)}te=te.sibling}e:for(te=null,ne=a;;){if(ne.tag===5){if(te===null){te=ne;try{y=ne.stateNode,W?(C=y.style,typeof C.setProperty=="function"?C.setProperty("display","none","important"):C.display="none"):(L=ne.stateNode,P=ne.memoizedProps.style,T=P!=null&&P.hasOwnProperty("display")?P.display:null,L.style.display=Xo("display",T))}catch(me){Ke(a,a.return,me)}}}else if(ne.tag===6){if(te===null)try{ne.stateNode.nodeValue=W?"":ne.memoizedProps}catch(me){Ke(a,a.return,me)}}else if((ne.tag!==22&&ne.tag!==23||ne.memoizedState===null||ne===a)&&ne.child!==null){ne.child.return=ne,ne=ne.child;continue}if(ne===a)break e;for(;ne.sibling===null;){if(ne.return===null||ne.return===a)break e;te===ne&&(te=null),ne=ne.return}te===ne&&(te=null),ne.sibling.return=ne.return,ne=ne.sibling}}break;case 19:zr(l,a),sn(a),h&4&&j3(a);break;case 21:break;default:zr(l,a),sn(a)}}function sn(a){var l=a.flags;if(l&2){try{e:{for(var c=a.return;c!==null;){if(N3(c)){var h=c;break e}c=c.return}throw Error(r(160))}switch(h.tag){case 5:var y=h.stateNode;h.flags&32&&(Oe(y,""),h.flags&=-33);var C=$3(a);g1(a,C,y);break;case 3:case 4:var T=h.stateNode.containerInfo,L=$3(a);m1(a,L,T);break;default:throw Error(r(161))}}catch(P){Ke(a,a.return,P)}a.flags&=-3}l&4096&&(a.flags&=-4097)}function Hz(a,l,c){pe=a,U3(a)}function U3(a,l,c){for(var h=(a.mode&1)!==0;pe!==null;){var y=pe,C=y.child;if(y.tag===22&&h){var T=y.memoizedState!==null||Lc;if(!T){var L=y.alternate,P=L!==null&&L.memoizedState!==null||At;L=Lc;var W=At;if(Lc=T,(At=P)&&!W)for(pe=y;pe!==null;)T=pe,P=T.child,T.tag===22&&T.memoizedState!==null?G3(y):P!==null?(P.return=T,pe=P):G3(y);for(;C!==null;)pe=C,U3(C),C=C.sibling;pe=y,Lc=L,At=W}W3(a)}else y.subtreeFlags&8772&&C!==null?(C.return=y,pe=C):W3(a)}}function W3(a){for(;pe!==null;){var l=pe;if(l.flags&8772){var c=l.alternate;try{if(l.flags&8772)switch(l.tag){case 0:case 11:case 15:At||Oc(5,l);break;case 1:var h=l.stateNode;if(l.flags&4&&!At)if(c===null)h.componentDidMount();else{var y=l.elementType===l.type?c.memoizedProps:Tr(l.type,c.memoizedProps);h.componentDidUpdate(y,c.memoizedState,h.__reactInternalSnapshotBeforeUpdate)}var C=l.updateQueue;C!==null&&q4(l,C,h);break;case 3:var T=l.updateQueue;if(T!==null){if(c=null,l.child!==null)switch(l.child.tag){case 5:c=l.child.stateNode;break;case 1:c=l.child.stateNode}q4(l,T,c)}break;case 5:var L=l.stateNode;if(c===null&&l.flags&4){c=L;var P=l.memoizedProps;switch(l.type){case"button":case"input":case"select":case"textarea":P.autoFocus&&c.focus();break;case"img":P.src&&(c.src=P.src)}}break;case 6:break;case 4:break;case 12:break;case 13:if(l.memoizedState===null){var W=l.alternate;if(W!==null){var te=W.memoizedState;if(te!==null){var ne=te.dehydrated;ne!==null&&Hi(ne)}}}break;case 19:case 17:case 21:case 22:case 23:case 25:break;default:throw Error(r(163))}At||l.flags&512&&h1(l)}catch(Q){Ke(l,l.return,Q)}}if(l===a){pe=null;break}if(c=l.sibling,c!==null){c.return=l.return,pe=c;break}pe=l.return}}function q3(a){for(;pe!==null;){var l=pe;if(l===a){pe=null;break}var c=l.sibling;if(c!==null){c.return=l.return,pe=c;break}pe=l.return}}function G3(a){for(;pe!==null;){var l=pe;try{switch(l.tag){case 0:case 11:case 15:var c=l.return;try{Oc(4,l)}catch(P){Ke(l,c,P)}break;case 1:var h=l.stateNode;if(typeof h.componentDidMount=="function"){var y=l.return;try{h.componentDidMount()}catch(P){Ke(l,y,P)}}var C=l.return;try{h1(l)}catch(P){Ke(l,C,P)}break;case 5:var T=l.return;try{h1(l)}catch(P){Ke(l,T,P)}}}catch(P){Ke(l,l.return,P)}if(l===a){pe=null;break}var L=l.sibling;if(L!==null){L.return=l.return,pe=L;break}pe=l.return}}var jz=Math.ceil,Mc=k.ReactCurrentDispatcher,v1=k.ReactCurrentOwner,br=k.ReactCurrentBatchConfig,Te=0,ft=null,rt=null,wt=0,sr=0,vl=da(0),lt=0,cs=null,lo=0,Pc=0,y1=0,ds=null,qt=null,w1=0,yl=1/0,Nn=null,Nc=!1,b1=null,va=null,$c=!1,ya=null,Hc=0,ps=0,E1=null,jc=-1,Vc=0;function Bt(){return Te&6?Ze():jc!==-1?jc:jc=Ze()}function wa(a){return a.mode&1?Te&2&&wt!==0?wt&-wt:Sz.transition!==null?(Vc===0&&(Vc=$y()),Vc):(a=Le,a!==0||(a=window.event,a=a===void 0?16:Ky(a.type)),a):1}function Br(a,l,c,h){if(50<ps)throw ps=0,E1=null,Error(r(185));Oi(a,c,h),(!(Te&2)||a!==ft)&&(a===ft&&(!(Te&2)&&(Pc|=c),lt===4&&ba(a,wt)),Gt(a,h),c===1&&Te===0&&!(l.mode&1)&&(yl=Ze()+500,vc&&fa()))}function Gt(a,l){var c=a.callbackNode;SI(a,l);var h=Zu(a,a===ft?wt:0);if(h===0)c!==null&&My(c),a.callbackNode=null,a.callbackPriority=0;else if(l=h&-h,a.callbackPriority!==l){if(c!=null&&My(c),l===1)a.tag===0?Dz(K3.bind(null,a)):B4(K3.bind(null,a)),bz(function(){!(Te&6)&&fa()}),c=null;else{switch(Hy(h)){case 1:c=Qp;break;case 4:c=Py;break;case 16:c=Yu;break;case 536870912:c=Ny;break;default:c=Yu}c=nw(c,Y3.bind(null,a))}a.callbackPriority=l,a.callbackNode=c}}function Y3(a,l){if(jc=-1,Vc=0,Te&6)throw Error(r(327));var c=a.callbackNode;if(wl()&&a.callbackNode!==c)return null;var h=Zu(a,a===ft?wt:0);if(h===0)return null;if(h&30||h&a.expiredLanes||l)l=Uc(a,h);else{l=h;var y=Te;Te|=2;var C=J3();(ft!==a||wt!==l)&&(Nn=null,yl=Ze()+500,so(a,l));do try{Wz();break}catch(L){X3(a,L)}while(!0);Nf(),Mc.current=C,Te=y,rt!==null?l=0:(ft=null,wt=0,l=lt)}if(l!==0){if(l===2&&(y=ef(a),y!==0&&(h=y,l=x1(a,y))),l===1)throw c=cs,so(a,0),ba(a,h),Gt(a,Ze()),c;if(l===6)ba(a,h);else{if(y=a.current.alternate,!(h&30)&&!Vz(y)&&(l=Uc(a,h),l===2&&(C=ef(a),C!==0&&(h=C,l=x1(a,C))),l===1))throw c=cs,so(a,0),ba(a,h),Gt(a,Ze()),c;switch(a.finishedWork=y,a.finishedLanes=h,l){case 0:case 1:throw Error(r(345));case 2:uo(a,qt,Nn);break;case 3:if(ba(a,h),(h&130023424)===h&&(l=w1+500-Ze(),10<l)){if(Zu(a,0)!==0)break;if(y=a.suspendedLanes,(y&h)!==h){Bt(),a.pingedLanes|=a.suspendedLanes&y;break}a.timeoutHandle=_f(uo.bind(null,a,qt,Nn),l);break}uo(a,qt,Nn);break;case 4:if(ba(a,h),(h&4194240)===h)break;for(l=a.eventTimes,y=-1;0<h;){var T=31-_r(h);C=1<<T,T=l[T],T>y&&(y=T),h&=~C}if(h=y,h=Ze()-h,h=(120>h?120:480>h?480:1080>h?1080:1920>h?1920:3e3>h?3e3:4320>h?4320:1960*jz(h/1960))-h,10<h){a.timeoutHandle=_f(uo.bind(null,a,qt,Nn),h);break}uo(a,qt,Nn);break;case 5:uo(a,qt,Nn);break;default:throw Error(r(329))}}}return Gt(a,Ze()),a.callbackNode===c?Y3.bind(null,a):null}function x1(a,l){var c=ds;return a.current.memoizedState.isDehydrated&&(so(a,l).flags|=256),a=Uc(a,l),a!==2&&(l=qt,qt=c,l!==null&&C1(l)),a}function C1(a){qt===null?qt=a:qt.push.apply(qt,a)}function Vz(a){for(var l=a;;){if(l.flags&16384){var c=l.updateQueue;if(c!==null&&(c=c.stores,c!==null))for(var h=0;h<c.length;h++){var y=c[h],C=y.getSnapshot;y=y.value;try{if(!Fr(C(),y))return!1}catch{return!1}}}if(c=l.child,l.subtreeFlags&16384&&c!==null)c.return=l,l=c;else{if(l===a)break;for(;l.sibling===null;){if(l.return===null||l.return===a)return!0;l=l.return}l.sibling.return=l.return,l=l.sibling}}return!0}function ba(a,l){for(l&=~y1,l&=~Pc,a.suspendedLanes|=l,a.pingedLanes&=~l,a=a.expirationTimes;0<l;){var c=31-_r(l),h=1<<c;a[c]=-1,l&=~h}}function K3(a){if(Te&6)throw Error(r(327));wl();var l=Zu(a,0);if(!(l&1))return Gt(a,Ze()),null;var c=Uc(a,l);if(a.tag!==0&&c===2){var h=ef(a);h!==0&&(l=h,c=x1(a,h))}if(c===1)throw c=cs,so(a,0),ba(a,l),Gt(a,Ze()),c;if(c===6)throw Error(r(345));return a.finishedWork=a.current.alternate,a.finishedLanes=l,uo(a,qt,Nn),Gt(a,Ze()),null}function D1(a,l){var c=Te;Te|=1;try{return a(l)}finally{Te=c,Te===0&&(yl=Ze()+500,vc&&fa())}}function io(a){ya!==null&&ya.tag===0&&!(Te&6)&&wl();var l=Te;Te|=1;var c=br.transition,h=Le;try{if(br.transition=null,Le=1,a)return a()}finally{Le=h,br.transition=c,Te=l,!(Te&6)&&fa()}}function S1(){sr=vl.current,$e(vl)}function so(a,l){a.finishedWork=null,a.finishedLanes=0;var c=a.timeoutHandle;if(c!==-1&&(a.timeoutHandle=-1,wz(c)),rt!==null)for(c=rt.return;c!==null;){var h=c;switch(Bf(h),h.tag){case 1:h=h.type.childContextTypes,h!=null&&mc();break;case 3:hl(),$e(Vt),$e(Dt),Gf();break;case 5:Wf(h);break;case 4:hl();break;case 13:$e(qe);break;case 19:$e(qe);break;case 10:$f(h.type._context);break;case 22:case 23:S1()}c=c.return}if(ft=a,rt=a=Ea(a.current,null),wt=sr=l,lt=0,cs=null,y1=Pc=lo=0,qt=ds=null,no!==null){for(l=0;l<no.length;l++)if(c=no[l],h=c.interleaved,h!==null){c.interleaved=null;var y=h.next,C=c.pending;if(C!==null){var T=C.next;C.next=y,h.next=T}c.pending=h}no=null}return a}function X3(a,l){do{var c=rt;try{if(Nf(),Ac.current=Tc,_c){for(var h=Ge.memoizedState;h!==null;){var y=h.queue;y!==null&&(y.pending=null),h=h.next}_c=!1}if(oo=0,pt=ot=Ge=null,as=!1,os=0,v1.current=null,c===null||c.return===null){lt=1,cs=l,rt=null;break}e:{var C=a,T=c.return,L=c,P=l;if(l=wt,L.flags|=32768,P!==null&&typeof P=="object"&&typeof P.then=="function"){var W=P,te=L,ne=te.tag;if(!(te.mode&1)&&(ne===0||ne===11||ne===15)){var Q=te.alternate;Q?(te.updateQueue=Q.updateQueue,te.memoizedState=Q.memoizedState,te.lanes=Q.lanes):(te.updateQueue=null,te.memoizedState=null)}var ce=E3(T);if(ce!==null){ce.flags&=-257,x3(ce,T,L,C,l),ce.mode&1&&b3(C,W,l),l=ce,P=W;var he=l.updateQueue;if(he===null){var me=new Set;me.add(P),l.updateQueue=me}else he.add(P);break e}else{if(!(l&1)){b3(C,W,l),k1();break e}P=Error(r(426))}}else if(Ue&&L.mode&1){var Qe=E3(T);if(Qe!==null){!(Qe.flags&65536)&&(Qe.flags|=256),x3(Qe,T,L,C,l),Mf(ml(P,L));break e}}C=P=ml(P,L),lt!==4&&(lt=2),ds===null?ds=[C]:ds.push(C),C=T;do{switch(C.tag){case 3:C.flags|=65536,l&=-l,C.lanes|=l;var V=y3(C,P,l);W4(C,V);break e;case 1:L=P;var $=C.type,U=C.stateNode;if(!(C.flags&128)&&(typeof $.getDerivedStateFromError=="function"||U!==null&&typeof U.componentDidCatch=="function"&&(va===null||!va.has(U)))){C.flags|=65536,l&=-l,C.lanes|=l;var le=w3(C,L,l);W4(C,le);break e}}C=C.return}while(C!==null)}Q3(c)}catch(ve){l=ve,rt===c&&c!==null&&(rt=c=c.return);continue}break}while(!0)}function J3(){var a=Mc.current;return Mc.current=Tc,a===null?Tc:a}function k1(){(lt===0||lt===3||lt===2)&&(lt=4),ft===null||!(lo&268435455)&&!(Pc&268435455)||ba(ft,wt)}function Uc(a,l){var c=Te;Te|=2;var h=J3();(ft!==a||wt!==l)&&(Nn=null,so(a,l));do try{Uz();break}catch(y){X3(a,y)}while(!0);if(Nf(),Te=c,Mc.current=h,rt!==null)throw Error(r(261));return ft=null,wt=0,lt}function Uz(){for(;rt!==null;)Z3(rt)}function Wz(){for(;rt!==null&&!gI();)Z3(rt)}function Z3(a){var l=rw(a.alternate,a,sr);a.memoizedProps=a.pendingProps,l===null?Q3(a):rt=l,v1.current=null}function Q3(a){var l=a;do{var c=l.alternate;if(a=l.return,l.flags&32768){if(c=Pz(c,l),c!==null){c.flags&=32767,rt=c;return}if(a!==null)a.flags|=32768,a.subtreeFlags=0,a.deletions=null;else{lt=6,rt=null;return}}else if(c=Mz(c,l,sr),c!==null){rt=c;return}if(l=l.sibling,l!==null){rt=l;return}rt=l=a}while(l!==null);lt===0&&(lt=5)}function uo(a,l,c){var h=Le,y=br.transition;try{br.transition=null,Le=1,qz(a,l,c,h)}finally{br.transition=y,Le=h}return null}function qz(a,l,c,h){do wl();while(ya!==null);if(Te&6)throw Error(r(327));c=a.finishedWork;var y=a.finishedLanes;if(c===null)return null;if(a.finishedWork=null,a.finishedLanes=0,c===a.current)throw Error(r(177));a.callbackNode=null,a.callbackPriority=0;var C=c.lanes|c.childLanes;if(kI(a,C),a===ft&&(rt=ft=null,wt=0),!(c.subtreeFlags&2064)&&!(c.flags&2064)||$c||($c=!0,nw(Yu,function(){return wl(),null})),C=(c.flags&15990)!==0,c.subtreeFlags&15990||C){C=br.transition,br.transition=null;var T=Le;Le=1;var L=Te;Te|=4,v1.current=null,$z(a,c),V3(c,a),pz(kf),tc=!!Sf,kf=Sf=null,a.current=c,Hz(c),vI(),Te=L,Le=T,br.transition=C}else a.current=c;if($c&&($c=!1,ya=a,Hc=y),C=a.pendingLanes,C===0&&(va=null),bI(c.stateNode),Gt(a,Ze()),l!==null)for(h=a.onRecoverableError,c=0;c<l.length;c++)y=l[c],h(y.value,{componentStack:y.stack,digest:y.digest});if(Nc)throw Nc=!1,a=b1,b1=null,a;return Hc&1&&a.tag!==0&&wl(),C=a.pendingLanes,C&1?a===E1?ps++:(ps=0,E1=a):ps=0,fa(),null}function wl(){if(ya!==null){var a=Hy(Hc),l=br.transition,c=Le;try{if(br.transition=null,Le=16>a?16:a,ya===null)var h=!1;else{if(a=ya,ya=null,Hc=0,Te&6)throw Error(r(331));var y=Te;for(Te|=4,pe=a.current;pe!==null;){var C=pe,T=C.child;if(pe.flags&16){var L=C.deletions;if(L!==null){for(var P=0;P<L.length;P++){var W=L[P];for(pe=W;pe!==null;){var te=pe;switch(te.tag){case 0:case 11:case 15:us(8,te,C)}var ne=te.child;if(ne!==null)ne.return=te,pe=ne;else for(;pe!==null;){te=pe;var Q=te.sibling,ce=te.return;if(P3(te),te===W){pe=null;break}if(Q!==null){Q.return=ce,pe=Q;break}pe=ce}}}var he=C.alternate;if(he!==null){var me=he.child;if(me!==null){he.child=null;do{var Qe=me.sibling;me.sibling=null,me=Qe}while(me!==null)}}pe=C}}if(C.subtreeFlags&2064&&T!==null)T.return=C,pe=T;else e:for(;pe!==null;){if(C=pe,C.flags&2048)switch(C.tag){case 0:case 11:case 15:us(9,C,C.return)}var V=C.sibling;if(V!==null){V.return=C.return,pe=V;break e}pe=C.return}}var $=a.current;for(pe=$;pe!==null;){T=pe;var U=T.child;if(T.subtreeFlags&2064&&U!==null)U.return=T,pe=U;else e:for(T=$;pe!==null;){if(L=pe,L.flags&2048)try{switch(L.tag){case 0:case 11:case 15:Oc(9,L)}}catch(ve){Ke(L,L.return,ve)}if(L===T){pe=null;break e}var le=L.sibling;if(le!==null){le.return=L.return,pe=le;break e}pe=L.return}}if(Te=y,fa(),nn&&typeof nn.onPostCommitFiberRoot=="function")try{nn.onPostCommitFiberRoot(Ku,a)}catch{}h=!0}return h}finally{Le=c,br.transition=l}}return!1}function ew(a,l,c){l=ml(c,l),l=y3(a,l,1),a=ma(a,l,1),l=Bt(),a!==null&&(Oi(a,1,l),Gt(a,l))}function Ke(a,l,c){if(a.tag===3)ew(a,a,c);else for(;l!==null;){if(l.tag===3){ew(l,a,c);break}else if(l.tag===1){var h=l.stateNode;if(typeof l.type.getDerivedStateFromError=="function"||typeof h.componentDidCatch=="function"&&(va===null||!va.has(h))){a=ml(c,a),a=w3(l,a,1),l=ma(l,a,1),a=Bt(),l!==null&&(Oi(l,1,a),Gt(l,a));break}}l=l.return}}function Gz(a,l,c){var h=a.pingCache;h!==null&&h.delete(l),l=Bt(),a.pingedLanes|=a.suspendedLanes&c,ft===a&&(wt&c)===c&&(lt===4||lt===3&&(wt&130023424)===wt&&500>Ze()-w1?so(a,0):y1|=c),Gt(a,l)}function tw(a,l){l===0&&(a.mode&1?(l=Ju,Ju<<=1,!(Ju&130023424)&&(Ju=4194304)):l=1);var c=Bt();a=On(a,l),a!==null&&(Oi(a,l,c),Gt(a,c))}function Yz(a){var l=a.memoizedState,c=0;l!==null&&(c=l.retryLane),tw(a,c)}function Kz(a,l){var c=0;switch(a.tag){case 13:var h=a.stateNode,y=a.memoizedState;y!==null&&(c=y.retryLane);break;case 19:h=a.stateNode;break;default:throw Error(r(314))}h!==null&&h.delete(l),tw(a,c)}var rw;rw=function(a,l,c){if(a!==null)if(a.memoizedProps!==l.pendingProps||Vt.current)Wt=!0;else{if(!(a.lanes&c)&&!(l.flags&128))return Wt=!1,Oz(a,l,c);Wt=!!(a.flags&131072)}else Wt=!1,Ue&&l.flags&1048576&&L4(l,wc,l.index);switch(l.lanes=0,l.tag){case 2:var h=l.type;Bc(a,l),a=l.pendingProps;var y=il(l,Dt.current);fl(l,c),y=Xf(null,l,h,a,y,c);var C=Jf();return l.flags|=1,typeof y=="object"&&y!==null&&typeof y.render=="function"&&y.$$typeof===void 0?(l.tag=1,l.memoizedState=null,l.updateQueue=null,Ut(h)?(C=!0,gc(l)):C=!1,l.memoizedState=y.state!==null&&y.state!==void 0?y.state:null,Vf(l),y.updater=Ic,l.stateNode=y,y._reactInternals=l,n1(l,h,a,c),l=i1(null,l,h,!0,C,c)):(l.tag=0,Ue&&C&&zf(l),zt(null,l,y,c),l=l.child),l;case 16:h=l.elementType;e:{switch(Bc(a,l),a=l.pendingProps,y=h._init,h=y(h._payload),l.type=h,y=l.tag=Jz(h),a=Tr(h,a),y){case 0:l=l1(null,l,h,a,c);break e;case 1:l=_3(null,l,h,a,c);break e;case 11:l=C3(null,l,h,a,c);break e;case 14:l=D3(null,l,h,Tr(h.type,a),c);break e}throw Error(r(306,h,""))}return l;case 0:return h=l.type,y=l.pendingProps,y=l.elementType===h?y:Tr(h,y),l1(a,l,h,y,c);case 1:return h=l.type,y=l.pendingProps,y=l.elementType===h?y:Tr(h,y),_3(a,l,h,y,c);case 3:e:{if(F3(l),a===null)throw Error(r(387));h=l.pendingProps,C=l.memoizedState,y=C.element,U4(a,l),Sc(l,h,null,c);var T=l.memoizedState;if(h=T.element,C.isDehydrated)if(C={element:h,isDehydrated:!1,cache:T.cache,pendingSuspenseBoundaries:T.pendingSuspenseBoundaries,transitions:T.transitions},l.updateQueue.baseState=C,l.memoizedState=C,l.flags&256){y=ml(Error(r(423)),l),l=R3(a,l,h,c,y);break e}else if(h!==y){y=ml(Error(r(424)),l),l=R3(a,l,h,c,y);break e}else for(ir=ca(l.stateNode.containerInfo.firstChild),lr=l,Ue=!0,Rr=null,c=j4(l,null,h,c),l.child=c;c;)c.flags=c.flags&-3|4096,c=c.sibling;else{if(cl(),h===y){l=Pn(a,l,c);break e}zt(a,l,h,c)}l=l.child}return l;case 5:return G4(l),a===null&&Of(l),h=l.type,y=l.pendingProps,C=a!==null?a.memoizedProps:null,T=y.children,Af(h,y)?T=null:C!==null&&Af(h,C)&&(l.flags|=32),A3(a,l),zt(a,l,T,c),l.child;case 6:return a===null&&Of(l),null;case 13:return T3(a,l,c);case 4:return Uf(l,l.stateNode.containerInfo),h=l.pendingProps,a===null?l.child=dl(l,null,h,c):zt(a,l,h,c),l.child;case 11:return h=l.type,y=l.pendingProps,y=l.elementType===h?y:Tr(h,y),C3(a,l,h,y,c);case 7:return zt(a,l,l.pendingProps,c),l.child;case 8:return zt(a,l,l.pendingProps.children,c),l.child;case 12:return zt(a,l,l.pendingProps.children,c),l.child;case 10:e:{if(h=l.type._context,y=l.pendingProps,C=l.memoizedProps,T=y.value,Me(xc,h._currentValue),h._currentValue=T,C!==null)if(Fr(C.value,T)){if(C.children===y.children&&!Vt.current){l=Pn(a,l,c);break e}}else for(C=l.child,C!==null&&(C.return=l);C!==null;){var L=C.dependencies;if(L!==null){T=C.child;for(var P=L.firstContext;P!==null;){if(P.context===h){if(C.tag===1){P=Mn(-1,c&-c),P.tag=2;var W=C.updateQueue;if(W!==null){W=W.shared;var te=W.pending;te===null?P.next=P:(P.next=te.next,te.next=P),W.pending=P}}C.lanes|=c,P=C.alternate,P!==null&&(P.lanes|=c),Hf(C.return,c,l),L.lanes|=c;break}P=P.next}}else if(C.tag===10)T=C.type===l.type?null:C.child;else if(C.tag===18){if(T=C.return,T===null)throw Error(r(341));T.lanes|=c,L=T.alternate,L!==null&&(L.lanes|=c),Hf(T,c,l),T=C.sibling}else T=C.child;if(T!==null)T.return=C;else for(T=C;T!==null;){if(T===l){T=null;break}if(C=T.sibling,C!==null){C.return=T.return,T=C;break}T=T.return}C=T}zt(a,l,y.children,c),l=l.child}return l;case 9:return y=l.type,h=l.pendingProps.children,fl(l,c),y=yr(y),h=h(y),l.flags|=1,zt(a,l,h,c),l.child;case 14:return h=l.type,y=Tr(h,l.pendingProps),y=Tr(h.type,y),D3(a,l,h,y,c);case 15:return S3(a,l,l.type,l.pendingProps,c);case 17:return h=l.type,y=l.pendingProps,y=l.elementType===h?y:Tr(h,y),Bc(a,l),l.tag=1,Ut(h)?(a=!0,gc(l)):a=!1,fl(l,c),g3(l,h,y),n1(l,h,y,c),i1(null,l,h,!0,a,c);case 19:return z3(a,l,c);case 22:return k3(a,l,c)}throw Error(r(156,l.tag))};function nw(a,l){return Oy(a,l)}function Xz(a,l,c,h){this.tag=a,this.key=c,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=l,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=h,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function Er(a,l,c,h){return new Xz(a,l,c,h)}function A1(a){return a=a.prototype,!(!a||!a.isReactComponent)}function Jz(a){if(typeof a=="function")return A1(a)?1:0;if(a!=null){if(a=a.$$typeof,a===X)return 11;if(a===ee)return 14}return 2}function Ea(a,l){var c=a.alternate;return c===null?(c=Er(a.tag,l,a.key,a.mode),c.elementType=a.elementType,c.type=a.type,c.stateNode=a.stateNode,c.alternate=a,a.alternate=c):(c.pendingProps=l,c.type=a.type,c.flags=0,c.subtreeFlags=0,c.deletions=null),c.flags=a.flags&14680064,c.childLanes=a.childLanes,c.lanes=a.lanes,c.child=a.child,c.memoizedProps=a.memoizedProps,c.memoizedState=a.memoizedState,c.updateQueue=a.updateQueue,l=a.dependencies,c.dependencies=l===null?null:{lanes:l.lanes,firstContext:l.firstContext},c.sibling=a.sibling,c.index=a.index,c.ref=a.ref,c}function Wc(a,l,c,h,y,C){var T=2;if(h=a,typeof a=="function")A1(a)&&(T=1);else if(typeof a=="string")T=5;else e:switch(a){case z:return co(c.children,y,C,l);case B:T=8,y|=8;break;case O:return a=Er(12,c,l,y|2),a.elementType=O,a.lanes=C,a;case J:return a=Er(13,c,l,y),a.elementType=J,a.lanes=C,a;case ae:return a=Er(19,c,l,y),a.elementType=ae,a.lanes=C,a;case se:return qc(c,y,C,l);default:if(typeof a=="object"&&a!==null)switch(a.$$typeof){case j:T=10;break e;case q:T=9;break e;case X:T=11;break e;case ee:T=14;break e;case ie:T=16,h=null;break e}throw Error(r(130,a==null?a:typeof a,""))}return l=Er(T,c,l,y),l.elementType=a,l.type=h,l.lanes=C,l}function co(a,l,c,h){return a=Er(7,a,h,l),a.lanes=c,a}function qc(a,l,c,h){return a=Er(22,a,h,l),a.elementType=se,a.lanes=c,a.stateNode={isHidden:!1},a}function _1(a,l,c){return a=Er(6,a,null,l),a.lanes=c,a}function F1(a,l,c){return l=Er(4,a.children!==null?a.children:[],a.key,l),l.lanes=c,l.stateNode={containerInfo:a.containerInfo,pendingChildren:null,implementation:a.implementation},l}function Zz(a,l,c,h,y){this.tag=l,this.containerInfo=a,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=tf(0),this.expirationTimes=tf(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=tf(0),this.identifierPrefix=h,this.onRecoverableError=y,this.mutableSourceEagerHydrationData=null}function R1(a,l,c,h,y,C,T,L,P){return a=new Zz(a,l,c,L,P),l===1?(l=1,C===!0&&(l|=8)):l=0,C=Er(3,null,null,l),a.current=C,C.stateNode=a,C.memoizedState={element:h,isDehydrated:c,cache:null,transitions:null,pendingSuspenseBoundaries:null},Vf(C),a}function Qz(a,l,c){var h=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:I,key:h==null?null:""+h,children:a,containerInfo:l,implementation:c}}function aw(a){if(!a)return pa;a=a._reactInternals;e:{if(Za(a)!==a||a.tag!==1)throw Error(r(170));var l=a;do{switch(l.tag){case 3:l=l.stateNode.context;break e;case 1:if(Ut(l.type)){l=l.stateNode.__reactInternalMemoizedMergedChildContext;break e}}l=l.return}while(l!==null);throw Error(r(171))}if(a.tag===1){var c=a.type;if(Ut(c))return I4(a,c,l)}return l}function ow(a,l,c,h,y,C,T,L,P){return a=R1(c,h,!0,a,y,C,T,L,P),a.context=aw(null),c=a.current,h=Bt(),y=wa(c),C=Mn(h,y),C.callback=l??null,ma(c,C,y),a.current.lanes=y,Oi(a,y,h),Gt(a,h),a}function Gc(a,l,c,h){var y=l.current,C=Bt(),T=wa(y);return c=aw(c),l.context===null?l.context=c:l.pendingContext=c,l=Mn(C,T),l.payload={element:a},h=h===void 0?null:h,h!==null&&(l.callback=h),a=ma(y,l,T),a!==null&&(Br(a,y,T,C),Dc(a,y,T)),T}function Yc(a){if(a=a.current,!a.child)return null;switch(a.child.tag){case 5:return a.child.stateNode;default:return a.child.stateNode}}function lw(a,l){if(a=a.memoizedState,a!==null&&a.dehydrated!==null){var c=a.retryLane;a.retryLane=c!==0&&c<l?c:l}}function T1(a,l){lw(a,l),(a=a.alternate)&&lw(a,l)}function eB(){return null}var iw=typeof reportError=="function"?reportError:function(a){console.error(a)};function I1(a){this._internalRoot=a}Kc.prototype.render=I1.prototype.render=function(a){var l=this._internalRoot;if(l===null)throw Error(r(409));Gc(a,l,null,null)},Kc.prototype.unmount=I1.prototype.unmount=function(){var a=this._internalRoot;if(a!==null){this._internalRoot=null;var l=a.containerInfo;io(function(){Gc(null,a,null,null)}),l[In]=null}};function Kc(a){this._internalRoot=a}Kc.prototype.unstable_scheduleHydration=function(a){if(a){var l=Uy();a={blockedOn:null,target:a,priority:l};for(var c=0;c<ia.length&&l!==0&&l<ia[c].priority;c++);ia.splice(c,0,a),c===0&&Gy(a)}};function z1(a){return!(!a||a.nodeType!==1&&a.nodeType!==9&&a.nodeType!==11)}function Xc(a){return!(!a||a.nodeType!==1&&a.nodeType!==9&&a.nodeType!==11&&(a.nodeType!==8||a.nodeValue!==" react-mount-point-unstable "))}function sw(){}function tB(a,l,c,h,y){if(y){if(typeof h=="function"){var C=h;h=function(){var W=Yc(T);C.call(W)}}var T=ow(l,h,a,0,null,!1,!1,"",sw);return a._reactRootContainer=T,a[In]=T.current,Xi(a.nodeType===8?a.parentNode:a),io(),T}for(;y=a.lastChild;)a.removeChild(y);if(typeof h=="function"){var L=h;h=function(){var W=Yc(P);L.call(W)}}var P=R1(a,0,!1,null,null,!1,!1,"",sw);return a._reactRootContainer=P,a[In]=P.current,Xi(a.nodeType===8?a.parentNode:a),io(function(){Gc(l,P,c,h)}),P}function Jc(a,l,c,h,y){var C=c._reactRootContainer;if(C){var T=C;if(typeof y=="function"){var L=y;y=function(){var P=Yc(T);L.call(P)}}Gc(l,T,a,y)}else T=tB(c,l,a,y,h);return Yc(T)}jy=function(a){switch(a.tag){case 3:var l=a.stateNode;if(l.current.memoizedState.isDehydrated){var c=Li(l.pendingLanes);c!==0&&(rf(l,c|1),Gt(l,Ze()),!(Te&6)&&(yl=Ze()+500,fa()))}break;case 13:io(function(){var h=On(a,1);if(h!==null){var y=Bt();Br(h,a,1,y)}}),T1(a,1)}},nf=function(a){if(a.tag===13){var l=On(a,134217728);if(l!==null){var c=Bt();Br(l,a,134217728,c)}T1(a,134217728)}},Vy=function(a){if(a.tag===13){var l=wa(a),c=On(a,l);if(c!==null){var h=Bt();Br(c,a,l,h)}T1(a,l)}},Uy=function(){return Le},Wy=function(a,l){var c=Le;try{return Le=a,l()}finally{Le=c}},ra=function(a,l,c){switch(l){case"input":if(tn(a,c),l=c.name,c.type==="radio"&&l!=null){for(c=a;c.parentNode;)c=c.parentNode;for(c=c.querySelectorAll("input[name="+JSON.stringify(""+l)+'][type="radio"]'),l=0;l<c.length;l++){var h=c[l];if(h!==a&&h.form===a.form){var y=hc(h);if(!y)throw Error(r(90));$t(h),tn(h,y)}}}break;case"textarea":rr(a,c);break;case"select":l=c.value,l!=null&&Ht(a,!!c.multiple,l,!1)}},Ri=D1,Ti=io;var rB={usingClientEntryPoint:!1,Events:[Qi,ol,hc,Wu,Fi,D1]},fs={findFiberByHostInstance:Qa,bundleType:0,version:"18.3.1",rendererPackageName:"react-dom"},nB={bundleType:fs.bundleType,version:fs.version,rendererPackageName:fs.rendererPackageName,rendererConfig:fs.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setErrorHandler:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:k.ReactCurrentDispatcher,findHostInstanceByFiber:function(a){return a=By(a),a===null?null:a.stateNode},findFiberByHostInstance:fs.findFiberByHostInstance||eB,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 Zc=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!Zc.isDisabled&&Zc.supportsFiber)try{Ku=Zc.inject(nB),nn=Zc}catch{}}return Yt.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=rB,Yt.createPortal=function(a,l){var c=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!z1(l))throw Error(r(200));return Qz(a,l,null,c)},Yt.createRoot=function(a,l){if(!z1(a))throw Error(r(299));var c=!1,h="",y=iw;return l!=null&&(l.unstable_strictMode===!0&&(c=!0),l.identifierPrefix!==void 0&&(h=l.identifierPrefix),l.onRecoverableError!==void 0&&(y=l.onRecoverableError)),l=R1(a,1,!1,null,null,c,!1,h,y),a[In]=l.current,Xi(a.nodeType===8?a.parentNode:a),new I1(l)},Yt.findDOMNode=function(a){if(a==null)return null;if(a.nodeType===1)return a;var l=a._reactInternals;if(l===void 0)throw typeof a.render=="function"?Error(r(188)):(a=Object.keys(a).join(","),Error(r(268,a)));return a=By(l),a=a===null?null:a.stateNode,a},Yt.flushSync=function(a){return io(a)},Yt.hydrate=function(a,l,c){if(!Xc(l))throw Error(r(200));return Jc(null,a,l,!0,c)},Yt.hydrateRoot=function(a,l,c){if(!z1(a))throw Error(r(405));var h=c!=null&&c.hydratedSources||null,y=!1,C="",T=iw;if(c!=null&&(c.unstable_strictMode===!0&&(y=!0),c.identifierPrefix!==void 0&&(C=c.identifierPrefix),c.onRecoverableError!==void 0&&(T=c.onRecoverableError)),l=ow(l,null,a,1,c??null,y,!1,C,T),a[In]=l.current,Xi(a),h)for(a=0;a<h.length;a++)c=h[a],y=c._getVersion,y=y(c._source),l.mutableSourceEagerHydrationData==null?l.mutableSourceEagerHydrationData=[c,y]:l.mutableSourceEagerHydrationData.push(c,y);return new Kc(l)},Yt.render=function(a,l,c){if(!Xc(l))throw Error(r(200));return Jc(null,a,l,!1,c)},Yt.unmountComponentAtNode=function(a){if(!Xc(a))throw Error(r(40));return a._reactRootContainer?(io(function(){Jc(null,null,a,!1,function(){a._reactRootContainer=null,a[In]=null})}),!0):!1},Yt.unstable_batchedUpdates=D1,Yt.unstable_renderSubtreeIntoContainer=function(a,l,c,h){if(!Xc(c))throw Error(r(200));if(a==null||a._reactInternals===void 0)throw Error(r(38));return Jc(a,l,c,!1,h)},Yt.version="18.3.1-next-f1338f8080-20240426",Yt}var Pw;function EO(){if(Pw)return W1.exports;Pw=1;function e(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(t){console.error(t)}}return e(),W1.exports=bO(),W1.exports}var Su=EO();const XC=Zx(Su);var xO=Object.create,JC=Object.defineProperty,CO=Object.getOwnPropertyDescriptor,DO=Object.getOwnPropertyNames,SO=Object.getPrototypeOf,kO=Object.prototype.hasOwnProperty,AO=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),_O=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of DO(t))!kO.call(e,o)&&o!==r&&JC(e,o,{get:()=>t[o],enumerable:!(n=CO(t,o))||n.enumerable});return e},FO=(e,t,r)=>(r=e!=null?xO(SO(e)):{},_O(!e||!e.__esModule?JC(r,"default",{value:e,enumerable:!0}):r,e)),RO=AO(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,i){return function s(d,f,m){var g,b,w,v=t.call(d),x=t.call(f);if(d===f)return!0;if(d==null||f==null)return!1;if(m.indexOf(d)>-1&&m.indexOf(f)>-1)return!0;if(m.push(d,f),v!=x||(g=n(d),b=n(f),g.length!=b.length||g.some(function(E){return!s(d[E],f[E],m)})))return!1;switch(v.slice(8,-1)){case"Symbol":return d.valueOf()==f.valueOf();case"Date":case"Number":return+d==+f||+d!=+d&&+f!=+f;case"RegExp":case"Function":case"String":case"Boolean":return""+d==""+f;case"Set":case"Map":g=d.entries(),b=f.entries();do if(!s((w=g.next()).value,b.next().value,m))return!1;while(!w.done);return!0;case"ArrayBuffer":d=new Uint8Array(d),f=new Uint8Array(f);case"DataView":d=new Uint8Array(d.buffer),f=new Uint8Array(f.buffer);case"Float32Array":case"Float64Array":case"Int8Array":case"Int16Array":case"Int32Array":case"Uint8Array":case"Uint16Array":case"Uint32Array":case"Uint8ClampedArray":case"Arguments":case"Array":if(d.length!=f.length)return!1;for(w=0;w<d.length;w++)if((w in d||w in f)&&(w in d!=w in f||!s(d[w],f[w],m)))return!1;return!0;case"Object":return s(r(d),r(f),m);default:return!1}}(o,i,[])}}()}),Nw=FO(RO()),ZC=e=>e.map(t=>typeof t<"u").filter(Boolean).length,TO=(e,t)=>{let{exists:r,eq:n,neq:o,truthy:i}=e;if(ZC([r,n,o,i])>1)throw new Error(`Invalid conditional test ${JSON.stringify({exists:r,eq:n,neq:o})}`);if(typeof n<"u")return(0,Nw.isEqual)(t,n);if(typeof o<"u")return!(0,Nw.isEqual)(t,o);if(typeof r<"u"){let s=typeof t<"u";return r?s:!s}return typeof i>"u"||i?!!t:!t},IO=(e,t,r)=>{if(!e.if)return!0;let{arg:n,global:o}=e.if;if(ZC([n,o])!==1)throw new Error(`Invalid conditional value ${JSON.stringify({arg:n,global:o})}`);let i=n?t[n]:r[o];return TO(e.if,i)},QC=e=>e.toLowerCase().replace(/[ ’–—―′¿'`~!@#$%^&*()_|+\-=?;:'",.<>\{\}\[\]\\\/]/gi,"-").replace(/-+/g,"-").replace(/^-+/,"").replace(/-+$/,""),zO=Object.create,ep=Object.defineProperty,BO=Object.getOwnPropertyDescriptor,LO=Object.getOwnPropertyNames,OO=Object.getPrototypeOf,MO=Object.prototype.hasOwnProperty,p=(e,t)=>ep(e,"name",{value:t,configurable:!0}),t0=(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')}),K=(e,t)=>()=>(e&&(t=e(e=0)),t),Ce=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),yi=(e,t)=>{for(var r in t)ep(e,r,{get:t[r],enumerable:!0})},PO=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of LO(t))!MO.call(e,o)&&o!==r&&ep(e,o,{get:()=>t[o],enumerable:!(n=BO(t,o))||n.enumerable});return e},Et=(e,t,r)=>(r=e!=null?zO(OO(e)):{},PO(t||!e||!e.__esModule?ep(r,"default",{value:e,enumerable:!0}):r,e));function Re(){return Re=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},Re.apply(null,arguments)}var Xr=K(()=>{p(Re,"_extends")});function eD(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var NO=K(()=>{p(eD,"_assertThisInitialized")});function ni(e,t){return ni=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,n){return r.__proto__=n,r},ni(e,t)}var T2=K(()=>{p(ni,"_setPrototypeOf")});function id(e){return id=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},id(e)}var $O=K(()=>{p(id,"_getPrototypeOf")}),tp,I2=K(()=>{tp=(()=>{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})()}),rp=Ce((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 p(function r(n,o,i){function s(m,g){if(!o[m]){if(!n[m]){var b=typeof t0=="function"&&t0;if(!g&&b)return b(m,!0);if(d)return d(m,!0);var w=new Error("Cannot find module '"+m+"'");throw w.code="MODULE_NOT_FOUND",w}var v=o[m]={exports:{}};n[m][0].call(v.exports,function(x){var E=n[m][1][x];return s(E||x)},v,v.exports,r,n,o,i)}return o[m].exports}p(s,"s");for(var d=typeof t0=="function"&&t0,f=0;f<i.length;f++)s(i[f]);return s},"e")({1:[function(r,n,o){n.exports=function(i){if(typeof Map!="function"||i){var s=r("./similar");return new s}else return new Map}},{"./similar":2}],2:[function(r,n,o){function i(){return this.list=[],this.lastItem=void 0,this.size=0,this}p(i,"Similar"),i.prototype.get=function(s){var d;if(this.lastItem&&this.isEqual(this.lastItem.key,s))return this.lastItem.val;if(d=this.indexOf(s),d>=0)return this.lastItem=this.list[d],this.list[d].val},i.prototype.set=function(s,d){var f;return this.lastItem&&this.isEqual(this.lastItem.key,s)?(this.lastItem.val=d,this):(f=this.indexOf(s),f>=0?(this.lastItem=this.list[f],this.list[f].val=d,this):(this.lastItem={key:s,val:d},this.list.push(this.lastItem),this.size++,this))},i.prototype.delete=function(s){var d;if(this.lastItem&&this.isEqual(this.lastItem.key,s)&&(this.lastItem=void 0),d=this.indexOf(s),d>=0)return this.size--,this.list.splice(d,1)[0]},i.prototype.has=function(s){var d;return this.lastItem&&this.isEqual(this.lastItem.key,s)?!0:(d=this.indexOf(s),d>=0?(this.lastItem=this.list[d],!0):!1)},i.prototype.forEach=function(s,d){var f;for(f=0;f<this.size;f++)s.call(d||this,this.list[f].val,this.list[f].key,this)},i.prototype.indexOf=function(s){var d;for(d=0;d<this.size;d++)if(this.isEqual(this.list[d].key,s))return d;return-1},i.prototype.isEqual=function(s,d){return s===d||s!==s&&d!==d},n.exports=i},{}],3:[function(r,n,o){var i=r("map-or-similar");n.exports=function(m){var g=new i(!1),b=[];return function(w){var v=p(function(){var x=g,E,S,_=arguments.length-1,F=Array(_+1),A=!0,k;if((v.numArgs||v.numArgs===0)&&v.numArgs!==_+1)throw new Error("Memoizerific functions should always be called with the same number of arguments");for(k=0;k<_;k++){if(F[k]={cacheItem:x,arg:arguments[k]},x.has(arguments[k])){x=x.get(arguments[k]);continue}A=!1,E=new i(!1),x.set(arguments[k],E),x=E}return A&&(x.has(arguments[_])?S=x.get(arguments[_]):A=!1),A||(S=w.apply(null,arguments),x.set(arguments[_],S)),m>0&&(F[_]={cacheItem:x,arg:arguments[_]},A?s(b,F):b.push(F),b.length>m&&d(b.shift())),v.wasMemoized=A,v.numArgs=_+1,S},"memoizerific");return v.limit=m,v.wasMemoized=!1,v.cache=g,v.lru=b,v}};function s(m,g){var b=m.length,w=g.length,v,x,E;for(x=0;x<b;x++){for(v=!0,E=0;E<w;E++)if(!f(m[x][E].arg,g[E].arg)){v=!1;break}if(v)break}m.push(m.splice(x,1)[0])}p(s,"moveToMostRecentLru");function d(m){var g=m.length,b=m[g-1],w,v;for(b.cacheItem.delete(b.arg),v=g-2;v>=0&&(b=m[v],w=b.cacheItem.get(b.arg),!w||!w.size);v--)b.cacheItem.delete(b.arg)}p(d,"removeCachedResult");function f(m,g){return m===g||m!==m&&g!==g}p(f,"isEqual")},{"map-or-similar":1}]},{},[3])(3)})});function np(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 z2=K(()=>{p(np,"_objectWithoutPropertiesLoose")});function tD(e,t){if(e==null)return{};var r,n,o=np(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||{}.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}var HO=K(()=>{z2(),p(tD,"_objectWithoutProperties")});function sd(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 rD=K(()=>{p(sd,"_arrayLikeToArray")});function nD(e){if(Array.isArray(e))return sd(e)}var jO=K(()=>{rD(),p(nD,"_arrayWithoutHoles")});function aD(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}var VO=K(()=>{p(aD,"_iterableToArray")});function oD(e,t){if(e){if(typeof e=="string")return sd(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)?sd(e,t):void 0}}var UO=K(()=>{rD(),p(oD,"_unsupportedIterableToArray")});function lD(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
247
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var WO=K(()=>{p(lD,"_nonIterableSpread")});function iD(e){return nD(e)||aD(e)||oD(e)||lD()}var qO=K(()=>{jO(),VO(),UO(),WO(),p(iD,"_toConsumableArray")});function ai(e){"@babel/helpers - typeof";return ai=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},ai(e)}var sD=K(()=>{p(ai,"_typeof")});function uD(e,t){if(ai(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t||"default");if(ai(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var GO=K(()=>{sD(),p(uD,"toPrimitive")});function cD(e){var t=uD(e,"string");return ai(t)=="symbol"?t:t+""}var YO=K(()=>{sD(),GO(),p(cD,"toPropertyKey")});function B2(e,t,r){return(t=cD(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var dD=K(()=>{YO(),p(B2,"_defineProperty")});function xg(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 Co(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?xg(Object(r),!0).forEach(function(n){B2(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):xg(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function pD(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 fD(e){if(e.length===0||e.length===1)return e;var t=e.join(".");return z0[t]||(z0[t]=pD(e)),z0[t]}function hD(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=arguments.length>2?arguments[2]:void 0,n=e.filter(function(i){return i!=="token"}),o=fD(n);return o.reduce(function(i,s){return Co(Co({},i),r[s])},t)}function Cg(e){return e.join(" ")}function mD(e,t){var r=0;return function(n){return r+=1,n.map(function(o,i){return ap({node:o,stylesheet:e,useInlineStyles:t,key:"code-segment-".concat(r,"-").concat(i)})})}}function ap(e){var t=e.node,r=e.stylesheet,n=e.style,o=n===void 0?{}:n,i=e.useInlineStyles,s=e.key,d=t.properties,f=t.type,m=t.tagName,g=t.value;if(f==="text")return g;if(m){var b=mD(r,i),w;if(!i)w=Co(Co({},d),{},{className:Cg(d.className)});else{var v=Object.keys(r).reduce(function(_,F){return F.split(".").forEach(function(A){_.includes(A)||_.push(A)}),_},[]),x=d.className&&d.className.includes("token")?["token"]:[],E=d.className&&x.concat(d.className.filter(function(_){return!v.includes(_)}));w=Co(Co({},d),{},{className:Cg(E)||void 0,style:hD(d.className,Object.assign({},d.style,o),r)})}var S=b(t.children);return D.createElement(m,Re({key:s},w),S)}}var z0,gD=K(()=>{Xr(),dD(),p(xg,"ownKeys"),p(Co,"_objectSpread"),p(pD,"powerSetPermutations"),z0={},p(fD,"getClassNameCombinations"),p(hD,"createStyleObject"),p(Cg,"createClassNameString"),p(mD,"createChildren"),p(ap,"createElement")}),vD,KO=K(()=>{vD=p(function(e,t){var r=e.listLanguages();return r.indexOf(t)!==-1},"default")});function Dg(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),r.push.apply(r,n)}return r}function Nr(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Dg(Object(r),!0).forEach(function(n){B2(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Dg(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function yD(e){return e.match(AD)}function wD(e){var t=e.lines,r=e.startingLineNumber,n=e.style;return t.map(function(o,i){var s=i+r;return D.createElement("span",{key:"line-".concat(i),className:"react-syntax-highlighter-line-number",style:typeof n=="function"?n(s):n},"".concat(s,`
|
|
248
|
+
`))})}function bD(e){var t=e.codeString,r=e.codeStyle,n=e.containerStyle,o=n===void 0?{float:"left",paddingRight:"10px"}:n,i=e.numberStyle,s=i===void 0?{}:i,d=e.startingLineNumber;return D.createElement("code",{style:Object.assign({},r,o)},wD({lines:t.replace(/\n$/,"").split(`
|
|
249
|
+
`),style:s,startingLineNumber:d}))}function ED(e){return"".concat(e.toString().length,".25em")}function L2(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 O2(e,t,r){var n={display:"inline-block",minWidth:ED(r),paddingRight:"1em",textAlign:"right",userSelect:"none"},o=typeof e=="function"?e(t):e,i=Nr(Nr({},n),o);return i}function Ys(e){var t=e.children,r=e.lineNumber,n=e.lineNumberStyle,o=e.largestLineNumber,i=e.showInlineLineNumbers,s=e.lineProps,d=s===void 0?{}:s,f=e.className,m=f===void 0?[]:f,g=e.showLineNumbers,b=e.wrapLongLines,w=typeof d=="function"?d(r):d;if(w.className=m,r&&i){var v=O2(n,r,o);t.unshift(L2(r,v))}return b&g&&(w.style=Nr(Nr({},w.style),{},{display:"flex"})),{type:"element",tagName:"span",properties:w,children:t}}function M2(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(Ys({children:[o],className:iD(new Set(t))}));else if(o.children){var i=t.concat(o.properties.className);M2(o.children,i).forEach(function(s){return r.push(s)})}}return r}function xD(e,t,r,n,o,i,s,d,f){var m,g=M2(e.value),b=[],w=-1,v=0;function x(R,I){var z=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[];return Ys({children:R,lineNumber:I,lineNumberStyle:d,largestLineNumber:s,showInlineLineNumbers:o,lineProps:r,className:z,showLineNumbers:n,wrapLongLines:f})}p(x,"createWrappedLine");function E(R,I){if(n&&I&&o){var z=O2(d,I,s);R.unshift(L2(I,z))}return R}p(E,"createUnwrappedLine");function S(R,I){var z=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[];return t||z.length>0?x(R,I,z):E(R,I)}p(S,"createLine");for(var _=p(function(){var R=g[v],I=R.children[0].value,z=yD(I);if(z){var B=I.split(`
|
|
250
|
+
`);B.forEach(function(O,j){var q=n&&b.length+i,X={type:"text",value:"".concat(O,`
|
|
251
|
+
`)};if(j===0){var J=g.slice(w+1,v).concat(Ys({children:[X],className:R.properties.className})),ae=S(J,q);b.push(ae)}else if(j===B.length-1){var ee=g[v+1]&&g[v+1].children&&g[v+1].children[0],ie={type:"text",value:"".concat(O)};if(ee){var se=Ys({children:[ie],className:R.properties.className});g.splice(v+1,0,se)}else{var Y=[ie],re=S(Y,q,R.properties.className);b.push(re)}}else{var Z=[X],N=S(Z,q,R.properties.className);b.push(N)}}),w=v}v++},"_loop");v<g.length;)_();if(w!==g.length-1){var F=g.slice(w+1,g.length);if(F&&F.length){var A=n&&b.length+i,k=S(F,A);b.push(k)}}return t?b:(m=[]).concat.apply(m,b)}function CD(e){var t=e.rows,r=e.stylesheet,n=e.useInlineStyles;return t.map(function(o,i){return ap({node:o,stylesheet:r,useInlineStyles:n,key:"code-segement".concat(i)})})}function P2(e){return e&&typeof e.highlightAuto<"u"}function DD(e){var t=e.astGenerator,r=e.language,n=e.code,o=e.defaultCodeValue;if(P2(t)){var i=vD(t,r);return r==="text"?{value:o,language:"text"}:i?t.highlight(r,n):t.highlightAuto(n)}try{return r&&r!=="text"?{value:t.highlight(n,r)}:{value:o}}catch{return{value:o}}}function SD(e,t){return p(function(r){var n=r.language,o=r.children,i=r.style,s=i===void 0?t:i,d=r.customStyle,f=d===void 0?{}:d,m=r.codeTagProps,g=m===void 0?{className:n?"language-".concat(n):void 0,style:Nr(Nr({},s['code[class*="language-"]']),s['code[class*="language-'.concat(n,'"]')])}:m,b=r.useInlineStyles,w=b===void 0?!0:b,v=r.showLineNumbers,x=v===void 0?!1:v,E=r.showInlineLineNumbers,S=E===void 0?!0:E,_=r.startingLineNumber,F=_===void 0?1:_,A=r.lineNumberContainerStyle,k=r.lineNumberStyle,R=k===void 0?{}:k,I=r.wrapLines,z=r.wrapLongLines,B=z===void 0?!1:z,O=r.lineProps,j=O===void 0?{}:O,q=r.renderer,X=r.PreTag,J=X===void 0?"pre":X,ae=r.CodeTag,ee=ae===void 0?"code":ae,ie=r.code,se=ie===void 0?(Array.isArray(o)?o[0]:o)||"":ie,Y=r.astGenerator,re=tD(r,kD);Y=Y||e;var Z=x?D.createElement(bD,{containerStyle:A,codeStyle:g.style||{},numberStyle:R,startingLineNumber:F,codeString:se}):null,N=s.hljs||s['pre[class*="language-"]']||{backgroundColor:"#fff"},G=P2(Y)?"hljs":"prismjs",ue=w?Object.assign({},re,{style:Object.assign({},N,f)}):Object.assign({},re,{className:re.className?"".concat(G," ").concat(re.className):G,style:Object.assign({},f)});if(B?g.style=Nr(Nr({},g.style),{},{whiteSpace:"pre-wrap"}):g.style=Nr(Nr({},g.style),{},{whiteSpace:"pre"}),!Y)return D.createElement(J,ue,Z,D.createElement(ee,g,se));(I===void 0&&q||B)&&(I=!0),q=q||CD;var ge=[{type:"text",value:se}],oe=DD({astGenerator:Y,language:n,code:se,defaultCodeValue:ge});oe.language===null&&(oe.value=ge);var de=oe.value.length+F,ye=xD(oe,I,j,x,S,F,de,R,B);return D.createElement(J,ue,D.createElement(ee,g,!S&&Z,q({rows:ye,stylesheet:s,useInlineStyles:w})))},"SyntaxHighlighter")}var kD,AD,XO=K(()=>{HO(),qO(),dD(),gD(),KO(),kD=["language","children","style","customStyle","codeTagProps","useInlineStyles","showLineNumbers","showInlineLineNumbers","startingLineNumber","lineNumberContainerStyle","lineNumberStyle","wrapLines","wrapLongLines","lineProps","renderer","PreTag","CodeTag","code","astGenerator"],p(Dg,"ownKeys"),p(Nr,"_objectSpread"),AD=/\n/g,p(yD,"getNewLines"),p(wD,"getAllLineNumbers"),p(bD,"AllLineNumbers"),p(ED,"getEmWidthOfNumber"),p(L2,"getInlineLineNumber"),p(O2,"assembleLineNumberStyles"),p(Ys,"createLineElement"),p(M2,"flattenCodeTree"),p(xD,"processLines"),p(CD,"defaultRenderer"),p(P2,"isHighlightJs"),p(DD,"getCodeTree"),p(SD,"default")}),JO=Ce((e,t)=>{t.exports=n;var r=Object.prototype.hasOwnProperty;function n(){for(var o={},i=0;i<arguments.length;i++){var s=arguments[i];for(var d in s)r.call(s,d)&&(o[d]=s[d])}return o}p(n,"extend")}),_D=Ce((e,t)=>{t.exports=n;var r=n.prototype;r.space=null,r.normal={},r.property={};function n(o,i,s){this.property=o,this.normal=i,s&&(this.space=s)}p(n,"Schema")}),ZO=Ce((e,t)=>{var r=JO(),n=_D();t.exports=o;function o(i){for(var s=i.length,d=[],f=[],m=-1,g,b;++m<s;)g=i[m],d.push(g.property),f.push(g.normal),b=g.space;return new n(r.apply(null,d),r.apply(null,f),b)}p(o,"merge")}),N2=Ce((e,t)=>{t.exports=r;function r(n){return n.toLowerCase()}p(r,"normalize")}),FD=Ce((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,i){this.property=o,this.attribute=i}p(n,"Info")}),$2=Ce(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)}p(r,"increment")}),RD=Ce((e,t)=>{var r=FD(),n=$2();t.exports=s,s.prototype=new r,s.prototype.defined=!0;var o=["boolean","booleanish","overloadedBoolean","number","commaSeparated","spaceSeparated","commaOrSpaceSeparated"],i=o.length;function s(f,m,g,b){var w=-1,v;for(d(this,"space",b),r.call(this,f,m);++w<i;)v=o[w],d(this,v,(g&n[v])===n[v])}p(s,"DefinedInfo");function d(f,m,g){g&&(f[m]=g)}p(d,"mark")}),ku=Ce((e,t)=>{var r=N2(),n=_D(),o=RD();t.exports=i;function i(s){var d=s.space,f=s.mustUseProperty||[],m=s.attributes||{},g=s.properties,b=s.transform,w={},v={},x,E;for(x in g)E=new o(x,b(m,x),g[x],d),f.indexOf(x)!==-1&&(E.mustUseProperty=!0),w[x]=E,v[r(x)]=x,v[r(E.attribute)]=x;return new n(w,v,d)}p(i,"create")}),QO=Ce((e,t)=>{var r=ku();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,i){return"xlink:"+i.slice(5).toLowerCase()}p(n,"xlinkTransform")}),eM=Ce((e,t)=>{var r=ku();t.exports=r({space:"xml",transform:n,properties:{xmlLang:null,xmlBase:null,xmlSpace:null}});function n(o,i){return"xml:"+i.slice(3).toLowerCase()}p(n,"xmlTransform")}),tM=Ce((e,t)=>{t.exports=r;function r(n,o){return o in n?n[o]:o}p(r,"caseSensitiveTransform")}),TD=Ce((e,t)=>{var r=tM();t.exports=n;function n(o,i){return r(o,i.toLowerCase())}p(n,"caseInsensitiveTransform")}),rM=Ce((e,t)=>{var r=ku(),n=TD();t.exports=r({space:"xmlns",attributes:{xmlnsxlink:"xmlns:xlink"},transform:n,properties:{xmlns:null,xmlnsXLink:null}})}),nM=Ce((e,t)=>{var r=$2(),n=ku(),o=r.booleanish,i=r.number,s=r.spaceSeparated;t.exports=n({transform:d,properties:{ariaActiveDescendant:null,ariaAtomic:o,ariaAutoComplete:null,ariaBusy:o,ariaChecked:o,ariaColCount:i,ariaColIndex:i,ariaColSpan:i,ariaControls:s,ariaCurrent:null,ariaDescribedBy:s,ariaDetails:null,ariaDisabled:o,ariaDropEffect:s,ariaErrorMessage:null,ariaExpanded:o,ariaFlowTo:s,ariaGrabbed:o,ariaHasPopup:null,ariaHidden:o,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:s,ariaLevel:i,ariaLive:null,ariaModal:o,ariaMultiLine:o,ariaMultiSelectable:o,ariaOrientation:null,ariaOwns:s,ariaPlaceholder:null,ariaPosInSet:i,ariaPressed:o,ariaReadOnly:o,ariaRelevant:null,ariaRequired:o,ariaRoleDescription:s,ariaRowCount:i,ariaRowIndex:i,ariaRowSpan:i,ariaSelected:o,ariaSetSize:i,ariaSort:null,ariaValueMax:i,ariaValueMin:i,ariaValueNow:i,ariaValueText:null,role:null}});function d(f,m){return m==="role"?m:"aria-"+m.slice(4).toLowerCase()}p(d,"ariaTransform")}),aM=Ce((e,t)=>{var r=$2(),n=ku(),o=TD(),i=r.boolean,s=r.overloadedBoolean,d=r.booleanish,f=r.number,m=r.spaceSeparated,g=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:g,acceptCharset:m,accessKey:m,action:null,allow:null,allowFullScreen:i,allowPaymentRequest:i,allowUserMedia:i,alt:null,as:null,async:i,autoCapitalize:null,autoComplete:m,autoFocus:i,autoPlay:i,capture:i,charSet:null,checked:i,cite:null,className:m,cols:f,colSpan:null,content:null,contentEditable:d,controls:i,controlsList:m,coords:f|g,crossOrigin:null,data:null,dateTime:null,decoding:null,default:i,defer:i,dir:null,dirName:null,disabled:i,download:s,draggable:d,encType:null,enterKeyHint:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:i,formTarget:null,headers:m,height:f,hidden:i,high:f,href:null,hrefLang:null,htmlFor:m,httpEquiv:m,id:null,imageSizes:null,imageSrcSet:g,inputMode:null,integrity:null,is:null,isMap:i,itemId:null,itemProp:m,itemRef:m,itemScope:i,itemType:m,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:i,low:f,manifest:null,max:null,maxLength:f,media:null,method:null,min:null,minLength:f,multiple:i,muted:i,name:null,nonce:null,noModule:i,noValidate:i,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:i,optimum:f,pattern:null,ping:m,placeholder:null,playsInline:i,poster:null,preload:null,readOnly:i,referrerPolicy:null,rel:m,required:i,reversed:i,rows:f,rowSpan:f,sandbox:m,scope:null,scoped:i,seamless:i,selected:i,shape:null,size:f,sizes:null,slot:null,span:f,spellCheck:d,src:null,srcDoc:null,srcLang:null,srcSet:g,start:f,step:null,style:null,tabIndex:f,target:null,title:null,translate:null,type:null,typeMustMatch:i,useMap:null,value:d,width:f,wrap:null,align:null,aLink:null,archive:m,axis:null,background:null,bgColor:null,border:f,borderColor:null,bottomMargin:f,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:i,declare:i,event:null,face:null,frame:null,frameBorder:null,hSpace:f,leftMargin:f,link:null,longDesc:null,lowSrc:null,marginHeight:f,marginWidth:f,noResize:i,noHref:i,noShade:i,noWrap:i,object:null,profile:null,prompt:null,rev:null,rightMargin:f,rules:null,scheme:null,scrolling:d,standby:null,summary:null,text:null,topMargin:f,valueType:null,version:null,vAlign:null,vLink:null,vSpace:f,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:i,disableRemotePlayback:i,prefix:null,property:null,results:f,security:null,unselectable:null}})}),oM=Ce((e,t)=>{var r=ZO(),n=QO(),o=eM(),i=rM(),s=nM(),d=aM();t.exports=r([o,n,i,s,d])}),lM=Ce((e,t)=>{var r=N2(),n=RD(),o=FD(),i="data";t.exports=m;var s=/^data[-\w.:]+$/i,d=/-[a-z]/g,f=/[A-Z]/g;function m(x,E){var S=r(E),_=E,F=o;return S in x.normal?x.property[x.normal[S]]:(S.length>4&&S.slice(0,4)===i&&s.test(E)&&(E.charAt(4)==="-"?_=g(E):E=b(E),F=n),new F(_,E))}p(m,"find");function g(x){var E=x.slice(5).replace(d,v);return i+E.charAt(0).toUpperCase()+E.slice(1)}p(g,"datasetToProperty");function b(x){var E=x.slice(4);return d.test(E)?x:(E=E.replace(f,w),E.charAt(0)!=="-"&&(E="-"+E),i+E)}p(b,"datasetToAttribute");function w(x){return"-"+x.toLowerCase()}p(w,"kebab");function v(x){return x.charAt(1).toUpperCase()}p(v,"camelcase")}),iM=Ce((e,t)=>{t.exports=n;var r=/[#.]/g;function n(o,i){for(var s=o||"",d=i||"div",f={},m=0,g,b,w;m<s.length;)r.lastIndex=m,w=r.exec(s),g=s.slice(m,w?w.index:s.length),g&&(b?b==="#"?f.id=g:f.className?f.className.push(g):f.className=[g]:d=g,m+=g.length),w&&(b=w[0],m++);return{type:"element",tagName:d,properties:f,children:[]}}p(n,"parse")}),sM=Ce(e=>{e.parse=o,e.stringify=i;var t="",r=" ",n=/[ \t\n\r\f]+/g;function o(s){var d=String(s||t).trim();return d===t?[]:d.split(n)}p(o,"parse");function i(s){return s.join(r).trim()}p(i,"stringify")}),uM=Ce(e=>{e.parse=o,e.stringify=i;var t=",",r=" ",n="";function o(s){for(var d=[],f=String(s||n),m=f.indexOf(t),g=0,b=!1,w;!b;)m===-1&&(m=f.length,b=!0),w=f.slice(g,m).trim(),(w||!b)&&d.push(w),g=m+1,m=f.indexOf(t,g);return d}p(o,"parse");function i(s,d){var f=d||{},m=f.padLeft===!1?n:r,g=f.padRight?r:n;return s[s.length-1]===n&&(s=s.concat(n)),s.join(g+t+m).trim()}p(i,"stringify")}),cM=Ce((e,t)=>{var r=lM(),n=N2(),o=iM(),i=sM().parse,s=uM().parse;t.exports=f;var d={}.hasOwnProperty;function f(S,_,F){var A=F?E(F):null;return k;function k(I,z){var B=o(I,_),O=Array.prototype.slice.call(arguments,2),j=B.tagName.toLowerCase(),q;if(B.tagName=A&&d.call(A,j)?A[j]:j,z&&m(z,B)&&(O.unshift(z),z=null),z)for(q in z)R(B.properties,q,z[q]);return b(B.children,O),B.tagName==="template"&&(B.content={type:"root",children:B.children},B.children=[]),B}function R(I,z,B){var O,j,q;B==null||B!==B||(O=r(S,z),j=O.property,q=B,typeof q=="string"&&(O.spaceSeparated?q=i(q):O.commaSeparated?q=s(q):O.commaOrSpaceSeparated&&(q=i(s(q).join(" ")))),j==="style"&&typeof B!="string"&&(q=x(q)),j==="className"&&I.className&&(q=I.className.concat(q)),I[j]=w(O,j,q))}}p(f,"factory");function m(S,_){return typeof S=="string"||"length"in S||g(_.tagName,S)}p(m,"isChildren");function g(S,_){var F=_.type;return S==="input"||!F||typeof F!="string"?!1:typeof _.children=="object"&&"length"in _.children?!0:(F=F.toLowerCase(),S==="button"?F!=="menu"&&F!=="submit"&&F!=="reset"&&F!=="button":"value"in _)}p(g,"isNode");function b(S,_){var F,A;if(typeof _=="string"||typeof _=="number"){S.push({type:"text",value:String(_)});return}if(typeof _=="object"&&"length"in _){for(F=-1,A=_.length;++F<A;)b(S,_[F]);return}if(typeof _!="object"||!("type"in _))throw new Error("Expected node, nodes, or string, got `"+_+"`");S.push(_)}p(b,"addChild");function w(S,_,F){var A,k,R;if(typeof F!="object"||!("length"in F))return v(S,_,F);for(k=F.length,A=-1,R=[];++A<k;)R[A]=v(S,_,F[A]);return R}p(w,"parsePrimitives");function v(S,_,F){var A=F;return S.number||S.positiveNumber?!isNaN(A)&&A!==""&&(A=Number(A)):(S.boolean||S.overloadedBoolean)&&typeof A=="string"&&(A===""||n(F)===n(_))&&(A=!0),A}p(v,"parsePrimitive");function x(S){var _=[],F;for(F in S)_.push([F,S[F]].join(": "));return _.join("; ")}p(x,"style");function E(S){for(var _=S.length,F=-1,A={},k;++F<_;)k=S[F],A[k.toLowerCase()]=k;return A}p(E,"createAdjustMap")}),dM=Ce((e,t)=>{var r=oM(),n=cM(),o=n(r,"div");o.displayName="html",t.exports=o}),pM=Ce((e,t)=>{t.exports=dM()}),fM=Ce((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:"ÿ"}}),hM=Ce((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:"Ÿ"}}),ID=Ce((e,t)=>{t.exports=r;function r(n){var o=typeof n=="string"?n.charCodeAt(0):n;return o>=48&&o<=57}p(r,"decimal")}),mM=Ce((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}p(r,"hexadecimal")}),gM=Ce((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}p(r,"alphabetical")}),vM=Ce((e,t)=>{var r=gM(),n=ID();t.exports=o;function o(i){return r(i)||n(i)}p(o,"alphanumerical")}),yM=Ce((e,t)=>{var r,n=59;t.exports=o;function o(i){var s="&"+i+";",d;return r=r||document.createElement("i"),r.innerHTML=s,d=r.textContent,d.charCodeAt(d.length-1)===n&&i!=="semi"||d===s?!1:d}p(o,"decodeEntity")}),wM=Ce((e,t)=>{var r=fM(),n=hM(),o=ID(),i=mM(),s=vM(),d=yM();t.exports=N;var f={}.hasOwnProperty,m=String.fromCharCode,g=Function.prototype,b={warning:null,reference:null,text:null,warningContext:null,referenceContext:null,textContext:null,position:{},additional:null,attribute:!1,nonTerminated:!0},w=9,v=10,x=12,E=32,S=38,_=59,F=60,A=61,k=35,R=88,I=120,z=65533,B="named",O="hexadecimal",j="decimal",q={};q[O]=16,q[j]=10;var X={};X[B]=s,X[j]=o,X[O]=i;var J=1,ae=2,ee=3,ie=4,se=5,Y=6,re=7,Z={};Z[J]="Named character references must be terminated by a semicolon",Z[ae]="Numeric character references must be terminated by a semicolon",Z[ee]="Named character references cannot be empty",Z[ie]="Numeric character references cannot be empty",Z[se]="Named character references must be known",Z[Y]="Numeric character references cannot be disallowed",Z[re]="Numeric character references cannot be outside the permissible Unicode range";function N(oe,de){var ye={},xe,ke;de||(de={});for(ke in b)xe=de[ke],ye[ke]=xe??b[ke];return(ye.position.indent||ye.position.start)&&(ye.indent=ye.position.indent||[],ye.position=ye.position.start),G(oe,ye)}p(N,"parseEntities");function G(oe,de){var ye=de.additional,xe=de.nonTerminated,ke=de.text,Ve=de.reference,dt=de.warning,$t=de.textContext,fe=de.referenceContext,It=de.warningContext,er=de.position,en=de.indent||[],tn=oe.length,tr=0,ta=-1,Xe=er.column||1,Ht=er.line||1,jt="",Fn=[],rr,Rn,nr,tt,xt,Je,Oe,Ct,Ko,Xo,rn,Xa,Ar,ar,Jo,Tn,ra,vt,Pe;for(typeof ye=="string"&&(ye=ye.charCodeAt(0)),Tn=na(),Ct=dt?Wu:g,tr--,tn++;++tr<tn;)if(xt===v&&(Xe=en[ta]||1),xt=oe.charCodeAt(tr),xt===S){if(Oe=oe.charCodeAt(tr+1),Oe===w||Oe===v||Oe===x||Oe===E||Oe===S||Oe===F||Oe!==Oe||ye&&Oe===ye){jt+=m(xt),Xe++;continue}for(Ar=tr+1,Xa=Ar,Pe=Ar,Oe===k?(Pe=++Xa,Oe=oe.charCodeAt(Pe),Oe===R||Oe===I?(ar=O,Pe=++Xa):ar=j):ar=B,rr="",rn="",tt="",Jo=X[ar],Pe--;++Pe<tn&&(Oe=oe.charCodeAt(Pe),!!Jo(Oe));)tt+=m(Oe),ar===B&&f.call(r,tt)&&(rr=tt,rn=r[tt]);nr=oe.charCodeAt(Pe)===_,nr&&(Pe++,Rn=ar===B?d(tt):!1,Rn&&(rr=tt,rn=Rn)),vt=1+Pe-Ar,!nr&&!xe||(tt?ar===B?(nr&&!rn?Ct(se,1):(rr!==tt&&(Pe=Xa+rr.length,vt=1+Pe-Xa,nr=!1),nr||(Ko=rr?J:ee,de.attribute?(Oe=oe.charCodeAt(Pe),Oe===A?(Ct(Ko,vt),rn=null):s(Oe)?rn=null:Ct(Ko,vt)):Ct(Ko,vt))),Je=rn):(nr||Ct(ae,vt),Je=parseInt(tt,q[ar]),ue(Je)?(Ct(re,vt),Je=m(z)):Je in n?(Ct(Y,vt),Je=n[Je]):(Xo="",ge(Je)&&Ct(Y,vt),Je>65535&&(Je-=65536,Xo+=m(Je>>>10|55296),Je=56320|Je&1023),Je=Xo+m(Je))):ar!==B&&Ct(ie,vt)),Je?(Fi(),Tn=na(),tr=Pe-1,Xe+=Pe-Ar+1,Fn.push(Je),ra=na(),ra.offset++,Ve&&Ve.call(fe,Je,{start:Tn,end:ra},oe.slice(Ar-1,Pe)),Tn=ra):(tt=oe.slice(Ar-1,Pe),jt+=tt,Xe+=tt.length,tr=Pe-1)}else xt===10&&(Ht++,ta++,Xe=0),xt===xt?(jt+=m(xt),Xe++):Fi();return Fn.join("");function na(){return{line:Ht,column:Xe,offset:tr+(er.offset||0)}}function Wu(Ri,Ti){var Ja=na();Ja.column+=Ti,Ja.offset+=Ti,dt.call(It,Z[Ri],Ja,Ri)}function Fi(){jt&&(Fn.push(jt),ke&&ke.call($t,jt,{start:Tn,end:na()}),jt="")}}p(G,"parse");function ue(oe){return oe>=55296&&oe<=57343||oe>1114111}p(ue,"prohibited");function ge(oe){return oe>=1&&oe<=8||oe===11||oe>=13&&oe<=31||oe>=127&&oe<=159||oe>=64976&&oe<=65007||(oe&65535)===65535||(oe&65535)===65534}p(ge,"disallowed")}),bM=Ce((e,t)=>{var r=typeof window<"u"?window:typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope?self:{},n=function(o){var i=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,s=0,d={},f={manual:o.Prism&&o.Prism.manual,disableWorkerMessageHandler:o.Prism&&o.Prism.disableWorkerMessageHandler,util:{encode:p(function A(k){return k instanceof m?new m(k.type,A(k.content),k.alias):Array.isArray(k)?k.map(A):k.replace(/&/g,"&").replace(/</g,"<").replace(/\u00a0/g," ")},"encode"),type:p(function(A){return Object.prototype.toString.call(A).slice(8,-1)},"type"),objId:p(function(A){return A.__id||Object.defineProperty(A,"__id",{value:++s}),A.__id},"objId"),clone:p(function A(k,R){R=R||{};var I,z;switch(f.util.type(k)){case"Object":if(z=f.util.objId(k),R[z])return R[z];I={},R[z]=I;for(var B in k)k.hasOwnProperty(B)&&(I[B]=A(k[B],R));return I;case"Array":return z=f.util.objId(k),R[z]?R[z]:(I=[],R[z]=I,k.forEach(function(O,j){I[j]=A(O,R)}),I);default:return k}},"deepClone"),getLanguage:p(function(A){for(;A;){var k=i.exec(A.className);if(k)return k[1].toLowerCase();A=A.parentElement}return"none"},"getLanguage"),setLanguage:p(function(A,k){A.className=A.className.replace(RegExp(i,"gi"),""),A.classList.add("language-"+k)},"setLanguage"),currentScript:p(function(){if(typeof document>"u")return null;if("currentScript"in document)return document.currentScript;try{throw new Error}catch(I){var A=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(I.stack)||[])[1];if(A){var k=document.getElementsByTagName("script");for(var R in k)if(k[R].src==A)return k[R]}return null}},"currentScript"),isActive:p(function(A,k,R){for(var I="no-"+k;A;){var z=A.classList;if(z.contains(k))return!0;if(z.contains(I))return!1;A=A.parentElement}return!!R},"isActive")},languages:{plain:d,plaintext:d,text:d,txt:d,extend:p(function(A,k){var R=f.util.clone(f.languages[A]);for(var I in k)R[I]=k[I];return R},"extend"),insertBefore:p(function(A,k,R,I){I=I||f.languages;var z=I[A],B={};for(var O in z)if(z.hasOwnProperty(O)){if(O==k)for(var j in R)R.hasOwnProperty(j)&&(B[j]=R[j]);R.hasOwnProperty(O)||(B[O]=z[O])}var q=I[A];return I[A]=B,f.languages.DFS(f.languages,function(X,J){J===q&&X!=A&&(this[X]=B)}),B},"insertBefore"),DFS:p(function A(k,R,I,z){z=z||{};var B=f.util.objId;for(var O in k)if(k.hasOwnProperty(O)){R.call(k,O,k[O],I||O);var j=k[O],q=f.util.type(j);q==="Object"&&!z[B(j)]?(z[B(j)]=!0,A(j,R,null,z)):q==="Array"&&!z[B(j)]&&(z[B(j)]=!0,A(j,R,O,z))}},"DFS")},plugins:{},highlightAll:p(function(A,k){f.highlightAllUnder(document,A,k)},"highlightAll"),highlightAllUnder:p(function(A,k,R){var I={callback:R,container:A,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};f.hooks.run("before-highlightall",I),I.elements=Array.prototype.slice.apply(I.container.querySelectorAll(I.selector)),f.hooks.run("before-all-elements-highlight",I);for(var z=0,B;B=I.elements[z++];)f.highlightElement(B,k===!0,I.callback)},"highlightAllUnder"),highlightElement:p(function(A,k,R){var I=f.util.getLanguage(A),z=f.languages[I];f.util.setLanguage(A,I);var B=A.parentElement;B&&B.nodeName.toLowerCase()==="pre"&&f.util.setLanguage(B,I);var O=A.textContent,j={element:A,language:I,grammar:z,code:O};function q(J){j.highlightedCode=J,f.hooks.run("before-insert",j),j.element.innerHTML=j.highlightedCode,f.hooks.run("after-highlight",j),f.hooks.run("complete",j),R&&R.call(j.element)}if(p(q,"insertHighlightedCode"),f.hooks.run("before-sanity-check",j),B=j.element.parentElement,B&&B.nodeName.toLowerCase()==="pre"&&!B.hasAttribute("tabindex")&&B.setAttribute("tabindex","0"),!j.code){f.hooks.run("complete",j),R&&R.call(j.element);return}if(f.hooks.run("before-highlight",j),!j.grammar){q(f.util.encode(j.code));return}if(k&&o.Worker){var X=new Worker(f.filename);X.onmessage=function(J){q(J.data)},X.postMessage(JSON.stringify({language:j.language,code:j.code,immediateClose:!0}))}else q(f.highlight(j.code,j.grammar,j.language))},"highlightElement"),highlight:p(function(A,k,R){var I={code:A,grammar:k,language:R};if(f.hooks.run("before-tokenize",I),!I.grammar)throw new Error('The language "'+I.language+'" has no grammar.');return I.tokens=f.tokenize(I.code,I.grammar),f.hooks.run("after-tokenize",I),m.stringify(f.util.encode(I.tokens),I.language)},"highlight"),tokenize:p(function(A,k){var R=k.rest;if(R){for(var I in R)k[I]=R[I];delete k.rest}var z=new w;return v(z,z.head,A),b(A,z,k,z.head,0),E(z)},"tokenize"),hooks:{all:{},add:p(function(A,k){var R=f.hooks.all;R[A]=R[A]||[],R[A].push(k)},"add"),run:p(function(A,k){var R=f.hooks.all[A];if(!(!R||!R.length))for(var I=0,z;z=R[I++];)z(k)},"run")},Token:m};o.Prism=f;function m(A,k,R,I){this.type=A,this.content=k,this.alias=R,this.length=(I||"").length|0}p(m,"Token"),m.stringify=p(function A(k,R){if(typeof k=="string")return k;if(Array.isArray(k)){var I="";return k.forEach(function(q){I+=A(q,R)}),I}var z={type:k.type,content:A(k.content,R),tag:"span",classes:["token",k.type],attributes:{},language:R},B=k.alias;B&&(Array.isArray(B)?Array.prototype.push.apply(z.classes,B):z.classes.push(B)),f.hooks.run("wrap",z);var O="";for(var j in z.attributes)O+=" "+j+'="'+(z.attributes[j]||"").replace(/"/g,""")+'"';return"<"+z.tag+' class="'+z.classes.join(" ")+'"'+O+">"+z.content+"</"+z.tag+">"},"stringify");function g(A,k,R,I){A.lastIndex=k;var z=A.exec(R);if(z&&I&&z[1]){var B=z[1].length;z.index+=B,z[0]=z[0].slice(B)}return z}p(g,"matchPattern");function b(A,k,R,I,z,B){for(var O in R)if(!(!R.hasOwnProperty(O)||!R[O])){var j=R[O];j=Array.isArray(j)?j:[j];for(var q=0;q<j.length;++q){if(B&&B.cause==O+","+q)return;var X=j[q],J=X.inside,ae=!!X.lookbehind,ee=!!X.greedy,ie=X.alias;if(ee&&!X.pattern.global){var se=X.pattern.toString().match(/[imsuy]*$/)[0];X.pattern=RegExp(X.pattern.source,se+"g")}for(var Y=X.pattern||X,re=I.next,Z=z;re!==k.tail&&!(B&&Z>=B.reach);Z+=re.value.length,re=re.next){var N=re.value;if(k.length>A.length)return;if(!(N instanceof m)){var G=1,ue;if(ee){if(ue=g(Y,Z,A,ae),!ue||ue.index>=A.length)break;var ye=ue.index,ge=ue.index+ue[0].length,oe=Z;for(oe+=re.value.length;ye>=oe;)re=re.next,oe+=re.value.length;if(oe-=re.value.length,Z=oe,re.value instanceof m)continue;for(var de=re;de!==k.tail&&(oe<ge||typeof de.value=="string");de=de.next)G++,oe+=de.value.length;G--,N=A.slice(Z,oe),ue.index-=Z}else if(ue=g(Y,0,N,ae),!ue)continue;var ye=ue.index,xe=ue[0],ke=N.slice(0,ye),Ve=N.slice(ye+xe.length),dt=Z+N.length;B&&dt>B.reach&&(B.reach=dt);var $t=re.prev;ke&&($t=v(k,$t,ke),Z+=ke.length),x(k,$t,G);var fe=new m(O,J?f.tokenize(xe,J):xe,ie,xe);if(re=v(k,$t,fe),Ve&&v(k,re,Ve),G>1){var It={cause:O+","+q,reach:dt};b(A,k,R,re.prev,Z,It),B&&It.reach>B.reach&&(B.reach=It.reach)}}}}}}p(b,"matchGrammar");function w(){var A={value:null,prev:null,next:null},k={value:null,prev:A,next:null};A.next=k,this.head=A,this.tail=k,this.length=0}p(w,"LinkedList");function v(A,k,R){var I=k.next,z={value:R,prev:k,next:I};return k.next=z,I.prev=z,A.length++,z}p(v,"addAfter");function x(A,k,R){for(var I=k.next,z=0;z<R&&I!==A.tail;z++)I=I.next;k.next=I,I.prev=k,A.length-=z}p(x,"removeRange");function E(A){for(var k=[],R=A.head.next;R!==A.tail;)k.push(R.value),R=R.next;return k}if(p(E,"toArray"),!o.document)return o.addEventListener&&(f.disableWorkerMessageHandler||o.addEventListener("message",function(A){var k=JSON.parse(A.data),R=k.language,I=k.code,z=k.immediateClose;o.postMessage(f.highlight(I,f.languages[R],R)),z&&o.close()},!1)),f;var S=f.util.currentScript();S&&(f.filename=S.src,S.hasAttribute("data-manual")&&(f.manual=!0));function _(){f.manual||f.highlightAll()}if(p(_,"highlightAutomaticallyCallback"),!f.manual){var F=document.readyState;F==="loading"||F==="interactive"&&S&&S.defer?document.addEventListener("DOMContentLoaded",_):window.requestAnimationFrame?window.requestAnimationFrame(_):window.setTimeout(_,16)}return f}(r);typeof t<"u"&&t.exports&&(t.exports=n),typeof global<"u"&&(global.Prism=n)}),zD=Ce((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(/&/,"&"))}),Object.defineProperty(n.languages.markup.tag,"addInlined",{value:p(function(o,i){var s={};s["language-"+i]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:n.languages[i]},s.cdata=/^<!\[CDATA\[|\]\]>$/i;var d={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:s}};d["language-"+i]={pattern:/[\s\S]+/,inside:n.languages[i]};var f={};f[o]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,function(){return o}),"i"),lookbehind:!0,greedy:!0,inside:d},n.languages.insertBefore("markup","cdata",f)},"addInlined")}),Object.defineProperty(n.languages.markup.tag,"addAttribute",{value:p(function(o,i){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:[i,"language-"+i],inside:n.languages[i]},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}p(r,"markup")}),BD=Ce((e,t)=>{t.exports=r,r.displayName="css",r.aliases=[];function r(n){(function(o){var i=/(?:"(?:\\(?:\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\\((?:"+i.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+i.source+"$"),alias:"url"}}},selector:{pattern:RegExp(`(^|[{}\\s])[^{}\\s](?:[^{};"'\\s]|\\s+(?![\\s{])|`+i.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:i,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 s=o.languages.markup;s&&(s.tag.addInlined("style","css"),s.tag.addAttribute("style","css"))})(n)}p(r,"css")}),EM=Ce((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:/[{}[\];(),.:]/}}p(r,"clike")}),xM=Ce((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}p(r,"javascript")}),CM=Ce((e,t)=>{var r=typeof globalThis=="object"?globalThis:typeof self=="object"?self:typeof window=="object"?window:typeof global=="object"?global:{},n=z();r.Prism={manual:!0,disableWorkerMessageHandler:!0};var o=pM(),i=wM(),s=bM(),d=zD(),f=BD(),m=EM(),g=xM();n();var b={}.hasOwnProperty;function w(){}p(w,"Refractor"),w.prototype=s;var v=new w;t.exports=v,v.highlight=S,v.register=x,v.alias=E,v.registered=_,v.listLanguages=F,x(d),x(f),x(m),x(g),v.util.encode=R,v.Token.stringify=A;function x(B){if(typeof B!="function"||!B.displayName)throw new Error("Expected `function` for `grammar`, got `"+B+"`");v.languages[B.displayName]===void 0&&B(v)}p(x,"register");function E(B,O){var j=v.languages,q=B,X,J,ae,ee;O&&(q={},q[B]=O);for(X in q)for(J=q[X],J=typeof J=="string"?[J]:J,ae=J.length,ee=-1;++ee<ae;)j[J[ee]]=j[X]}p(E,"alias");function S(B,O){var j=s.highlight,q;if(typeof B!="string")throw new Error("Expected `string` for `value`, got `"+B+"`");if(v.util.type(O)==="Object")q=O,O=null;else{if(typeof O!="string")throw new Error("Expected `string` for `name`, got `"+O+"`");if(b.call(v.languages,O))q=v.languages[O];else throw new Error("Unknown language: `"+O+"` is not registered")}return j.call(this,B,q,O)}p(S,"highlight");function _(B){if(typeof B!="string")throw new Error("Expected `string` for `language`, got `"+B+"`");return b.call(v.languages,B)}p(_,"registered");function F(){var B=v.languages,O=[],j;for(j in B)b.call(B,j)&&typeof B[j]=="object"&&O.push(j);return O}p(F,"listLanguages");function A(B,O,j){var q;return typeof B=="string"?{type:"text",value:B}:v.util.type(B)==="Array"?k(B,O):(q={type:B.type,content:v.Token.stringify(B.content,O,j),tag:"span",classes:["token",B.type],attributes:{},language:O,parent:j},B.alias&&(q.classes=q.classes.concat(B.alias)),v.hooks.run("wrap",q),o(q.tag+"."+q.classes.join("."),I(q.attributes),q.content))}p(A,"stringify");function k(B,O){for(var j=[],q=B.length,X=-1,J;++X<q;)J=B[X],J!==""&&J!==null&&J!==void 0&&j.push(J);for(X=-1,q=j.length;++X<q;)J=j[X],j[X]=v.Token.stringify(J,O,j);return j}p(k,"stringifyAll");function R(B){return B}p(R,"encode");function I(B){var O;for(O in B)B[O]=i(B[O]);return B}p(I,"attributes");function z(){var B="Prism"in r,O=B?r.Prism:void 0;return j;function j(){B?r.Prism=O:delete r.Prism,B=void 0,O=void 0}}p(z,"capture")}),r0,n0,B0,DM=K(()=>{XO(),r0=Et(CM()),n0=SD(r0.default,{}),n0.registerLanguage=function(e,t){return r0.default.register(t)},n0.alias=function(e,t){return r0.default.alias(e,t)},B0=n0}),SM=K(()=>{gD()}),kM=Ce((e,t)=>{t.exports=r,r.displayName="bash",r.aliases=["shell"];function r(n){(function(o){var i="\\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",s={pattern:/(^(["']?)\w+\2)[ \t]+\S.*/,lookbehind:!0,alias:"punctuation",inside:null},d={bash:s,environment:{pattern:RegExp("\\$"+i),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("(\\{)"+i),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;|&]|[<>]\\()"+i),lookbehind:!0,alias:"constant"}},alias:"variable",lookbehind:!0},string:[{pattern:/((?:^|[^<])<<-?\s*)(\w+)\s[\s\S]*?(?:\r?\n|\r)\2/,lookbehind:!0,greedy:!0,inside:d},{pattern:/((?:^|[^<])<<-?\s*)(["'])(\w+)\2\s[\s\S]*?(?:\r?\n|\r)\3/,lookbehind:!0,greedy:!0,inside:{bash:s}},{pattern:/(^|[^\\](?:\\\\)*)"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/,lookbehind:!0,greedy:!0,inside:d},{pattern:/(^|[^$\\])'[^']*'/,lookbehind:!0,greedy:!0},{pattern:/\$'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,inside:{entity:d.entity}}],environment:{pattern:RegExp("\\$?"+i),alias:"constant"},variable:d.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}},s.inside=o.languages.bash;for(var f=["comment","function-name","for-or-select","assign-left","string","environment","function","keyword","builtin","boolean","file-descriptor","operator","punctuation","number"],m=d.variable[1].inside,g=0;g<f.length;g++)m[f[g]]=o.languages.bash[f[g]];o.languages.shell=o.languages.bash})(n)}p(r,"bash")}),$w,LD,AM=K(()=>{$w=Et(kM()),LD=$w.default}),Hw,OD,_M=K(()=>{Hw=Et(BD()),OD=Hw.default}),FM=Ce((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",p(function(o){if(o.language!=="graphql")return;var i=o.tokens.filter(function(F){return typeof F!="string"&&F.type!=="comment"&&F.type!=="scalar"}),s=0;function d(F){return i[s+F]}p(d,"getToken");function f(F,A){A=A||0;for(var k=0;k<F.length;k++){var R=d(k+A);if(!R||R.type!==F[k])return!1}return!0}p(f,"isTokenType");function m(F,A){for(var k=1,R=s;R<i.length;R++){var I=i[R],z=I.content;if(I.type==="punctuation"&&typeof z=="string"){if(F.test(z))k++;else if(A.test(z)&&(k--,k===0))return R}}return-1}p(m,"findClosingBracket");function g(F,A){var k=F.alias;k?Array.isArray(k)||(F.alias=k=[k]):F.alias=k=[],k.push(A)}for(p(g,"addAlias");s<i.length;){var b=i[s++];if(b.type==="keyword"&&b.content==="mutation"){var w=[];if(f(["definition-mutation","punctuation"])&&d(1).content==="("){s+=2;var v=m(/^\($/,/^\)$/);if(v===-1)continue;for(;s<v;s++){var x=d(0);x.type==="variable"&&(g(x,"variable-input"),w.push(x.content))}s=v+1}if(f(["punctuation","property-query"])&&d(0).content==="{"&&(s++,g(d(0),"property-mutation"),w.length>0)){var E=m(/^\{$/,/^\}$/);if(E===-1)continue;for(var S=s;S<E;S++){var _=i[S];_.type==="variable"&&w.indexOf(_.content)>=0&&g(_,"variable-input")}}}}},"afterTokenizeGraphql"))}p(r,"graphql")}),jw,MD,RM=K(()=>{jw=Et(FM()),MD=jw.default}),TM=Ce((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 i(b,w){return RegExp(b.replace(/<ID>/g,function(){return/(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/.source}),w)}p(i,"withId"),o.languages.insertBefore("javascript","keyword",{imports:{pattern:i(/(\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:i(/(\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:i(/(\.\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 s=["function","function-variable","method","method-variable","property-access"],d=0;d<s.length;d++){var f=s[d],m=o.languages.javascript[f];o.util.type(m)==="RegExp"&&(m=o.languages.javascript[f]={pattern:m});var g=m.inside||{};m.inside=g,g["maybe-class-name"]=/^[A-Z][\s\S]*/}})(n)}p(r,"jsExtras")}),Vw,PD,IM=K(()=>{Vw=Et(TM()),PD=Vw.default}),zM=Ce((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}p(r,"json")}),Uw,ND,BM=K(()=>{Uw=Et(zM()),ND=Uw.default}),$D=Ce((e,t)=>{t.exports=r,r.displayName="jsx",r.aliases=[];function r(n){(function(o){var i=o.util.clone(o.languages.javascript),s=/(?:\s|\/\/.*(?!.)|\/\*(?:[^*]|\*(?!\/))\*\/)/.source,d=/(?:\{(?:\{(?:\{[^{}]*\}|[^{}])*\}|[^{}])*\})/.source,f=/(?:\{<S>*\.{3}(?:[^{}]|<BRACES>)*\})/.source;function m(w,v){return w=w.replace(/<S>/g,function(){return s}).replace(/<BRACES>/g,function(){return d}).replace(/<SPREAD>/g,function(){return f}),RegExp(w,v)}p(m,"re"),f=m(f).source,o.languages.jsx=o.languages.extend("markup",i),o.languages.jsx.tag.pattern=m(/<\/?(?:[\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=i.comment,o.languages.insertBefore("inside","attr-name",{spread:{pattern:m(/<SPREAD>/.source),inside:o.languages.jsx}},o.languages.jsx.tag),o.languages.insertBefore("inside","special-attr",{script:{pattern:m(/=<BRACES>/.source),alias:"language-javascript",inside:{"script-punctuation":{pattern:/^=(?=\{)/,alias:"punctuation"},rest:o.languages.jsx}}},o.languages.jsx.tag);var g=p(function(w){return w?typeof w=="string"?w:typeof w.content=="string"?w.content:w.content.map(g).join(""):""},"stringifyToken"),b=p(function(w){for(var v=[],x=0;x<w.length;x++){var E=w[x],S=!1;if(typeof E!="string"&&(E.type==="tag"&&E.content[0]&&E.content[0].type==="tag"?E.content[0].content[0].content==="</"?v.length>0&&v[v.length-1].tagName===g(E.content[0].content[1])&&v.pop():E.content[E.content.length-1].content==="/>"||v.push({tagName:g(E.content[0].content[1]),openedBraces:0}):v.length>0&&E.type==="punctuation"&&E.content==="{"?v[v.length-1].openedBraces++:v.length>0&&v[v.length-1].openedBraces>0&&E.type==="punctuation"&&E.content==="}"?v[v.length-1].openedBraces--:S=!0),(S||typeof E=="string")&&v.length>0&&v[v.length-1].openedBraces===0){var _=g(E);x<w.length-1&&(typeof w[x+1]=="string"||w[x+1].type==="plain-text")&&(_+=g(w[x+1]),w.splice(x+1,1)),x>0&&(typeof w[x-1]=="string"||w[x-1].type==="plain-text")&&(_=g(w[x-1])+_,w.splice(x-1,1),x--),w[x]=new o.Token("plain-text",_,null,_)}E.content&&typeof E.content!="string"&&b(E.content)}},"walkTokens");o.hooks.add("after-tokenize",function(w){w.language!=="jsx"&&w.language!=="tsx"||b(w.tokens)})})(n)}p(r,"jsx")}),Ww,HD,LM=K(()=>{Ww=Et($D()),HD=Ww.default}),OM=Ce((e,t)=>{t.exports=r,r.displayName="markdown",r.aliases=["md"];function r(n){(function(o){var i=/(?:\\.|[^\\\n\r]|(?:\n|\r\n?)(?![\r\n]))/.source;function s(x){return x=x.replace(/<inner>/g,function(){return i}),RegExp(/((?:^|[^\\])(?:\\{2})*)/.source+"(?:"+x+")")}p(s,"createInline");var d=/(?:\\.|``(?:[^`\r\n]|`(?!`))+``|`[^`\r\n]+`|[^\\|\r\n`])+/.source,f=/\|?__(?:\|__)+\|?(?:(?:\n|\r\n?)|(?![\s\S]))/.source.replace(/__/g,function(){return d}),m=/\|?[ \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("^"+f+m+"(?:"+f+")*","m"),inside:{"table-data-rows":{pattern:RegExp("^("+f+m+")(?:"+f+")*$"),lookbehind:!0,inside:{"table-data":{pattern:RegExp(d),inside:o.languages.markdown},punctuation:/\|/}},"table-line":{pattern:RegExp("^("+f+")"+m+"$"),lookbehind:!0,inside:{punctuation:/\||:?-{3,}:?/}},"table-header-row":{pattern:RegExp("^"+f+"$"),inside:{"table-header":{pattern:RegExp(d),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:s(/\b__(?:(?!_)<inner>|_(?:(?!_)<inner>)+_)+__\b|\*\*(?:(?!\*)<inner>|\*(?:(?!\*)<inner>)+\*)+\*\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^..)[\s\S]+(?=..$)/,lookbehind:!0,inside:{}},punctuation:/\*\*|__/}},italic:{pattern:s(/\b_(?:(?!_)<inner>|__(?:(?!_)<inner>)+__)+_\b|\*(?:(?!\*)<inner>|\*\*(?:(?!\*)<inner>)+\*\*)+\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^.)[\s\S]+(?=.$)/,lookbehind:!0,inside:{}},punctuation:/[*_]/}},strike:{pattern:s(/(~~?)(?:(?!~)<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:s(/!?\[(?:(?!\])<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(x){["url","bold","italic","strike","code-snippet"].forEach(function(E){x!==E&&(o.languages.markdown[x].inside.content.inside[E]=o.languages.markdown[E])})}),o.hooks.add("after-tokenize",function(x){if(x.language!=="markdown"&&x.language!=="md")return;function E(S){if(!(!S||typeof S=="string"))for(var _=0,F=S.length;_<F;_++){var A=S[_];if(A.type!=="code"){E(A.content);continue}var k=A.content[1],R=A.content[3];if(k&&R&&k.type==="code-language"&&R.type==="code-block"&&typeof k.content=="string"){var I=k.content.replace(/\b#/g,"sharp").replace(/\b\+\+/g,"pp");I=(/[a-z][\w-]*/i.exec(I)||[""])[0].toLowerCase();var z="language-"+I;R.alias?typeof R.alias=="string"?R.alias=[R.alias,z]:R.alias.push(z):R.alias=[z]}}}p(E,"walkTokens"),E(x.tokens)}),o.hooks.add("wrap",function(x){if(x.type==="code-block"){for(var E="",S=0,_=x.classes.length;S<_;S++){var F=x.classes[S],A=/language-(.+)/.exec(F);if(A){E=A[1];break}}var k=o.languages[E];if(k)x.content=o.highlight(v(x.content.value),k,E);else if(E&&E!=="none"&&o.plugins.autoloader){var R="md-"+new Date().valueOf()+"-"+Math.floor(Math.random()*1e16);x.attributes.id=R,o.plugins.autoloader.loadLanguages(E,function(){var I=document.getElementById(R);I&&(I.innerHTML=o.highlight(I.textContent,o.languages[E],E))})}}});var g=RegExp(o.languages.markup.tag.pattern.source,"gi"),b={amp:"&",lt:"<",gt:">",quot:'"'},w=String.fromCodePoint||String.fromCharCode;function v(x){var E=x.replace(g,"");return E=E.replace(/&(\w{1,8}|#x?[\da-f]{1,8});/gi,function(S,_){if(_=_.toLowerCase(),_[0]==="#"){var F;return _[1]==="x"?F=parseInt(_.slice(2),16):F=Number(_.slice(1)),w(F)}else{var A=b[_];return A||S}}),E}p(v,"textContent"),o.languages.md=o.languages.markdown})(n)}p(r,"markdown")}),qw,jD,MM=K(()=>{qw=Et(OM()),jD=qw.default}),Gw,VD,PM=K(()=>{Gw=Et(zD()),VD=Gw.default}),UD=Ce((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 i=o.languages.extend("typescript",{});delete i["class-name"],o.languages.typescript["class-name"].inside=i,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:i}}}}),o.languages.ts=o.languages.typescript})(n)}p(r,"typescript")}),NM=Ce((e,t)=>{var r=$D(),n=UD();t.exports=o,o.displayName="tsx",o.aliases=[];function o(i){i.register(r),i.register(n),function(s){var d=s.util.clone(s.languages.typescript);s.languages.tsx=s.languages.extend("jsx",d),delete s.languages.tsx.parameter,delete s.languages.tsx["literal-property"];var f=s.languages.tsx.tag;f.pattern=RegExp(/(^|[^\w$]|(?=<\/))/.source+"(?:"+f.pattern.source+")",f.pattern.flags),f.lookbehind=!0}(i)}p(o,"tsx")}),Yw,WD,$M=K(()=>{Yw=Et(NM()),WD=Yw.default}),Kw,qD,HM=K(()=>{Kw=Et(UD()),qD=Kw.default}),jM=Ce((e,t)=>{t.exports=r,r.displayName="yaml",r.aliases=["yml"];function r(n){(function(o){var i=/[*&][^\s[\]{},]+/,s=/!(?:<[\w\-%#;/?:@&=+$,.!~*'()[\]]+>|(?:[a-zA-Z\d-]*!)?[\w\-%#;/?:@&=+$.~*'()]+)?/,d="(?:"+s.source+"(?:[ ]+"+i.source+")?|"+i.source+"(?:[ ]+"+s.source+")?)",f=/(?:[^\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}),m=/"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\\\r\n]|\\.)*'/.source;function g(b,w){w=(w||"").replace(/m/g,"")+"m";var v=/([:\-,[{]\s*(?:\s<<prop>>[ \t]+)?)(?:<<value>>)(?=[ \t]*(?:$|,|\]|\}|(?:[\r\n]\s*)?#))/.source.replace(/<<prop>>/g,function(){return d}).replace(/<<value>>/g,function(){return b});return RegExp(v,w)}p(g,"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 d})),lookbehind:!0,alias:"string"},comment:/#.*/,key:{pattern:RegExp(/((?:^|[:\-,[{\r\n?])[ \t]*(?:<<prop>>[ \t]+)?)<<key>>(?=\s*:\s)/.source.replace(/<<prop>>/g,function(){return d}).replace(/<<key>>/g,function(){return"(?:"+f+"|"+m+")"})),lookbehind:!0,greedy:!0,alias:"atrule"},directive:{pattern:/(^[ \t]*)%.+/m,lookbehind:!0,alias:"important"},datetime:{pattern:g(/\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:g(/false|true/.source,"i"),lookbehind:!0,alias:"important"},null:{pattern:g(/null|~/.source,"i"),lookbehind:!0,alias:"important"},string:{pattern:g(m),lookbehind:!0,greedy:!0},number:{pattern:g(/[+-]?(?:0x[\da-f]+|0o[0-7]+|(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?|\.inf|\.nan)/.source,"i"),lookbehind:!0},tag:s,important:i,punctuation:/---|[:[\]{}\-,|>?]|\.\.\./},o.languages.yml=o.languages.yaml})(n)}p(r,"yaml")}),Xw,GD,VM=K(()=>{Xw=Et(jM()),GD=Xw.default}),Jw,Y1,op,YD=K(()=>{Jw=M.div(({theme:e})=>({position:"absolute",bottom:0,right:0,maxWidth:"100%",display:"flex",background:e.background.content,zIndex:1})),Y1=M.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}),Y1.displayName="ActionButton",op=p(({actionItems:e,...t})=>D.createElement(Jw,{...t},e.map(({title:r,className:n,onClick:o,disabled:i},s)=>D.createElement(Y1,{key:s,className:n,onClick:o,disabled:!!i},r))),"ActionBar")});function KD(e,t){typeof e=="function"?e(t):e!=null&&(e.current=t)}function XD(...e){return t=>e.forEach(r=>KD(r,t))}var UM=K(()=>{p(KD,"setRef"),p(XD,"composeRefs")});function Zw(e){return u.isValidElement(e)&&e.type===JD}function Qw(e,t){let r={...t};for(let n in t){let o=e[n],i=t[n];/^on[A-Z]/.test(n)?o&&i?r[n]=(...s)=>{i(...s),o(...s)}:o&&(r[n]=o):n==="style"?r[n]={...o,...i}:n==="className"&&(r[n]=[o,i].filter(Boolean).join(" "))}return{...e,...r}}function e7(e){let t=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,r=t&&"isReactWarning"in t&&t.isReactWarning;return r?e.ref:(t=Object.getOwnPropertyDescriptor(e,"ref")?.get,r=t&&"isReactWarning"in t&&t.isReactWarning,r?e.props.ref:e.props.ref||e.ref)}var ud,a0,JD,ZD=K(()=>{UM(),ud=u.forwardRef((e,t)=>{let{children:r,...n}=e,o=u.Children.toArray(r),i=o.find(Zw);if(i){let s=i.props.children,d=o.map(f=>f===i?u.Children.count(s)>1?u.Children.only(null):u.isValidElement(s)?s.props.children:null:f);return Fe.jsx(a0,{...n,ref:t,children:u.isValidElement(s)?u.cloneElement(s,void 0,d):null})}return Fe.jsx(a0,{...n,ref:t,children:r})}),ud.displayName="Slot",a0=u.forwardRef((e,t)=>{let{children:r,...n}=e;if(u.isValidElement(r)){let o=e7(r);return u.cloneElement(r,{...Qw(n,r.props),ref:t?XD(t,o):o})}return u.Children.count(r)>1?u.Children.only(null):null}),a0.displayName="SlotClone",JD=p(({children:e})=>Fe.jsx(Fe.Fragment,{children:e}),"Slottable"),p(Zw,"isSlottable"),p(Qw,"mergeProps"),p(e7,"getElementRef")}),t7,Fl,WM=K(()=>{ZD(),t7=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"],Fl=t7.reduce((e,t)=>{let r=u.forwardRef((n,o)=>{let{asChild:i,...s}=n,d=i?ud:t;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),Fe.jsx(d,{...s,ref:o})});return r.displayName=`Primitive.${t}`,{...e,[t]:r}},{})});function QD(e,t){typeof e=="function"?e(t):e!=null&&(e.current=t)}function e9(...e){return t=>e.forEach(r=>QD(r,t))}function Ra(...e){return u.useCallback(e9(...e),e)}var t9=K(()=>{p(QD,"setRef"),p(e9,"composeRefs"),p(Ra,"useComposedRefs")}),cd,r9=K(()=>{cd=globalThis?.document?u.useLayoutEffect:()=>{}});function n9(e,t){return u.useReducer((r,n)=>t[r][n]??r,e)}function r7(e){let[t,r]=u.useState(),n=u.useRef({}),o=u.useRef(e),i=u.useRef("none"),s=e?"mounted":"unmounted",[d,f]=n9(s,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return u.useEffect(()=>{let m=Bs(n.current);i.current=d==="mounted"?m:"none"},[d]),cd(()=>{let m=n.current,g=o.current;if(g!==e){let b=i.current,w=Bs(m);e?f("MOUNT"):w==="none"||m?.display==="none"?f("UNMOUNT"):f(g&&b!==w?"ANIMATION_OUT":"UNMOUNT"),o.current=e}},[e,f]),cd(()=>{if(t){let m=p(b=>{let w=Bs(n.current).includes(b.animationName);b.target===t&&w&&Su.flushSync(()=>f("ANIMATION_END"))},"handleAnimationEnd"),g=p(b=>{b.target===t&&(i.current=Bs(n.current))},"handleAnimationStart");return t.addEventListener("animationstart",g),t.addEventListener("animationcancel",m),t.addEventListener("animationend",m),()=>{t.removeEventListener("animationstart",g),t.removeEventListener("animationcancel",m),t.removeEventListener("animationend",m)}}else f("ANIMATION_END")},[t,f]),{isPresent:["mounted","unmountSuspended"].includes(d),ref:u.useCallback(m=>{m&&(n.current=getComputedStyle(m)),r(m)},[])}}function Bs(e){return e?.animationName||"none"}function n7(e){let t=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,r=t&&"isReactWarning"in t&&t.isReactWarning;return r?e.ref:(t=Object.getOwnPropertyDescriptor(e,"ref")?.get,r=t&&"isReactWarning"in t&&t.isReactWarning,r?e.props.ref:e.props.ref||e.ref)}var Ol,qM=K(()=>{"use client";t9(),r9(),p(n9,"useStateMachine"),Ol=p(e=>{let{present:t,children:r}=e,n=r7(t),o=typeof r=="function"?r({present:n.isPresent}):u.Children.only(r),i=Ra(n.ref,n7(o));return typeof r=="function"||n.isPresent?u.cloneElement(o,{ref:i}):null},"Presence"),Ol.displayName="Presence",p(r7,"usePresence"),p(Bs,"getAnimationName"),p(n7,"getElementRef")});function a9(e,t=[]){let r=[];function n(i,s){let d=u.createContext(s),f=r.length;r=[...r,s];function m(b){let{scope:w,children:v,...x}=b,E=w?.[e][f]||d,S=u.useMemo(()=>x,Object.values(x));return Fe.jsx(E.Provider,{value:S,children:v})}p(m,"Provider");function g(b,w){let v=w?.[e][f]||d,x=u.useContext(v);if(x)return x;if(s!==void 0)return s;throw new Error(`\`${b}\` must be used within \`${i}\``)}return p(g,"useContext2"),m.displayName=i+"Provider",[m,g]}p(n,"createContext3");let o=p(()=>{let i=r.map(s=>u.createContext(s));return p(function(s){let d=s?.[e]||i;return u.useMemo(()=>({[`__scope${e}`]:{...s,[e]:d}}),[s,d])},"useScope")},"createScope");return o.scopeName=e,[n,o9(o,...t)]}function o9(...e){let t=e[0];if(e.length===1)return t;let r=p(()=>{let n=e.map(o=>({useScope:o(),scopeName:o.scopeName}));return p(function(o){let i=n.reduce((s,{useScope:d,scopeName:f})=>{let m=d(o)[`__scope${f}`];return{...s,...m}},{});return u.useMemo(()=>({[`__scope${t.scopeName}`]:i}),[i])},"useComposedScopes")},"createScope");return r.scopeName=t.scopeName,r}var GM=K(()=>{p(a9,"createContextScope"),p(o9,"composeContextScopes")});function za(e){let t=u.useRef(e);return u.useEffect(()=>{t.current=e}),u.useMemo(()=>(...r)=>t.current?.(...r),[])}var YM=K(()=>{p(za,"useCallbackRef")});function l9(e){let t=u.useContext(i9);return e||t||"ltr"}var i9,KM=K(()=>{i9=u.createContext(void 0),p(l9,"useDirection")});function s9(e,[t,r]){return Math.min(r,Math.max(t,e))}var XM=K(()=>{p(s9,"clamp")});function ka(e,t,{checkForDefaultPrevented:r=!0}={}){return p(function(n){if(e?.(n),r===!1||!n.defaultPrevented)return t?.(n)},"handleEvent")}var JM=K(()=>{p(ka,"composeEventHandlers")});function a7(e,t){return u.useReducer((r,n)=>t[r][n]??r,e)}function gs(e){return e?parseInt(e,10):0}function Sg(e,t){let r=e/t;return isNaN(r)?0:r}function Ks(e){let t=Sg(e.viewport,e.content),r=e.scrollbar.paddingStart+e.scrollbar.paddingEnd,n=(e.scrollbar.size-r)*t;return Math.max(n,18)}function o7(e,t,r,n="ltr"){let o=Ks(r),i=o/2,s=t||i,d=o-s,f=r.scrollbar.paddingStart+s,m=r.scrollbar.size-r.scrollbar.paddingEnd-d,g=r.content-r.viewport,b=n==="ltr"?[0,g]:[g*-1,0];return H2([f,m],b)(e)}function K1(e,t,r="ltr"){let n=Ks(t),o=t.scrollbar.paddingStart+t.scrollbar.paddingEnd,i=t.scrollbar.size-o,s=t.content-t.viewport,d=i-n,f=r==="ltr"?[0,s]:[s*-1,0],m=s9(e,f);return H2([0,s],[0,d])(m)}function H2(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 X1(e,t){return e>0&&e<t}function vs(e,t){let r=za(e),n=u.useRef(0);return u.useEffect(()=>()=>window.clearTimeout(n.current),[]),u.useCallback(()=>{window.clearTimeout(n.current),n.current=window.setTimeout(r,t)},[r,t])}function po(e,t){let r=za(t);cd(()=>{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 l7(e,t){let{asChild:r,children:n}=e;if(!r)return typeof t=="function"?t(n):t;let o=u.Children.only(n);return u.cloneElement(o,{children:typeof t=="function"?t(o.props.children):t})}var o0,J1,ZM,i7,ur,Z1,Q1,eh,Lr,th,s7,u7,rh,l0,c7,d7,p7,nh,ah,ys,oh,f7,i0,lh,h7,m7,u9,c9,d9,p9,f9,QM=K(()=>{"use client";WM(),qM(),GM(),t9(),YM(),KM(),r9(),XM(),JM(),p(a7,"useStateMachine"),o0="ScrollArea",[J1,ZM]=a9(o0),[i7,ur]=J1(o0),Z1=u.forwardRef((e,t)=>{let{__scopeScrollArea:r,type:n="hover",dir:o,scrollHideDelay:i=600,...s}=e,[d,f]=u.useState(null),[m,g]=u.useState(null),[b,w]=u.useState(null),[v,x]=u.useState(null),[E,S]=u.useState(null),[_,F]=u.useState(0),[A,k]=u.useState(0),[R,I]=u.useState(!1),[z,B]=u.useState(!1),O=Ra(t,q=>f(q)),j=l9(o);return Fe.jsx(i7,{scope:r,type:n,dir:j,scrollHideDelay:i,scrollArea:d,viewport:m,onViewportChange:g,content:b,onContentChange:w,scrollbarX:v,onScrollbarXChange:x,scrollbarXEnabled:R,onScrollbarXEnabledChange:I,scrollbarY:E,onScrollbarYChange:S,scrollbarYEnabled:z,onScrollbarYEnabledChange:B,onCornerWidthChange:F,onCornerHeightChange:k,children:Fe.jsx(Fl.div,{dir:j,...s,ref:O,style:{position:"relative","--radix-scroll-area-corner-width":_+"px","--radix-scroll-area-corner-height":A+"px",...e.style}})})}),Z1.displayName=o0,Q1="ScrollAreaViewport",eh=u.forwardRef((e,t)=>{let{__scopeScrollArea:r,children:n,asChild:o,nonce:i,...s}=e,d=ur(Q1,r),f=u.useRef(null),m=Ra(t,f,d.onViewportChange);return Fe.jsxs(Fe.Fragment,{children:[Fe.jsx("style",{dangerouslySetInnerHTML:{__html:`
|
|
252
|
+
[data-radix-scroll-area-viewport] {
|
|
253
|
+
scrollbar-width: none;
|
|
254
|
+
-ms-overflow-style: none;
|
|
255
|
+
-webkit-overflow-scrolling: touch;
|
|
256
|
+
}
|
|
257
|
+
[data-radix-scroll-area-viewport]::-webkit-scrollbar {
|
|
258
|
+
display: none;
|
|
259
|
+
}
|
|
260
|
+
:where([data-radix-scroll-area-viewport]) {
|
|
261
|
+
display: flex;
|
|
262
|
+
flex-direction: column;
|
|
263
|
+
align-items: stretch;
|
|
264
|
+
}
|
|
265
|
+
:where([data-radix-scroll-area-content]) {
|
|
266
|
+
flex-grow: 1;
|
|
267
|
+
}
|
|
268
|
+
`},nonce:i}),Fe.jsx(Fl.div,{"data-radix-scroll-area-viewport":"",...s,asChild:o,ref:m,style:{overflowX:d.scrollbarXEnabled?"scroll":"hidden",overflowY:d.scrollbarYEnabled?"scroll":"hidden",...e.style},children:l7({asChild:o,children:n},g=>Fe.jsx("div",{"data-radix-scroll-area-content":"",ref:d.onContentChange,style:{minWidth:d.scrollbarXEnabled?"fit-content":void 0},children:g}))})]})}),eh.displayName=Q1,Lr="ScrollAreaScrollbar",th=u.forwardRef((e,t)=>{let{forceMount:r,...n}=e,o=ur(Lr,e.__scopeScrollArea),{onScrollbarXEnabledChange:i,onScrollbarYEnabledChange:s}=o,d=e.orientation==="horizontal";return u.useEffect(()=>(d?i(!0):s(!0),()=>{d?i(!1):s(!1)}),[d,i,s]),o.type==="hover"?Fe.jsx(s7,{...n,ref:t,forceMount:r}):o.type==="scroll"?Fe.jsx(u7,{...n,ref:t,forceMount:r}):o.type==="auto"?Fe.jsx(rh,{...n,ref:t,forceMount:r}):o.type==="always"?Fe.jsx(l0,{...n,ref:t}):null}),th.displayName=Lr,s7=u.forwardRef((e,t)=>{let{forceMount:r,...n}=e,o=ur(Lr,e.__scopeScrollArea),[i,s]=u.useState(!1);return u.useEffect(()=>{let d=o.scrollArea,f=0;if(d){let m=p(()=>{window.clearTimeout(f),s(!0)},"handlePointerEnter"),g=p(()=>{f=window.setTimeout(()=>s(!1),o.scrollHideDelay)},"handlePointerLeave");return d.addEventListener("pointerenter",m),d.addEventListener("pointerleave",g),()=>{window.clearTimeout(f),d.removeEventListener("pointerenter",m),d.removeEventListener("pointerleave",g)}}},[o.scrollArea,o.scrollHideDelay]),Fe.jsx(Ol,{present:r||i,children:Fe.jsx(rh,{"data-state":i?"visible":"hidden",...n,ref:t})})}),u7=u.forwardRef((e,t)=>{let{forceMount:r,...n}=e,o=ur(Lr,e.__scopeScrollArea),i=e.orientation==="horizontal",s=vs(()=>f("SCROLL_END"),100),[d,f]=a7("hidden",{hidden:{SCROLL:"scrolling"},scrolling:{SCROLL_END:"idle",POINTER_ENTER:"interacting"},interacting:{SCROLL:"interacting",POINTER_LEAVE:"idle"},idle:{HIDE:"hidden",SCROLL:"scrolling",POINTER_ENTER:"interacting"}});return u.useEffect(()=>{if(d==="idle"){let m=window.setTimeout(()=>f("HIDE"),o.scrollHideDelay);return()=>window.clearTimeout(m)}},[d,o.scrollHideDelay,f]),u.useEffect(()=>{let m=o.viewport,g=i?"scrollLeft":"scrollTop";if(m){let b=m[g],w=p(()=>{let v=m[g];b!==v&&(f("SCROLL"),s()),b=v},"handleScroll");return m.addEventListener("scroll",w),()=>m.removeEventListener("scroll",w)}},[o.viewport,i,f,s]),Fe.jsx(Ol,{present:r||d!=="hidden",children:Fe.jsx(l0,{"data-state":d==="hidden"?"hidden":"visible",...n,ref:t,onPointerEnter:ka(e.onPointerEnter,()=>f("POINTER_ENTER")),onPointerLeave:ka(e.onPointerLeave,()=>f("POINTER_LEAVE"))})})}),rh=u.forwardRef((e,t)=>{let r=ur(Lr,e.__scopeScrollArea),{forceMount:n,...o}=e,[i,s]=u.useState(!1),d=e.orientation==="horizontal",f=vs(()=>{if(r.viewport){let m=r.viewport.offsetWidth<r.viewport.scrollWidth,g=r.viewport.offsetHeight<r.viewport.scrollHeight;s(d?m:g)}},10);return po(r.viewport,f),po(r.content,f),Fe.jsx(Ol,{present:n||i,children:Fe.jsx(l0,{"data-state":i?"visible":"hidden",...o,ref:t})})}),l0=u.forwardRef((e,t)=>{let{orientation:r="vertical",...n}=e,o=ur(Lr,e.__scopeScrollArea),i=u.useRef(null),s=u.useRef(0),[d,f]=u.useState({content:0,viewport:0,scrollbar:{size:0,paddingStart:0,paddingEnd:0}}),m=Sg(d.viewport,d.content),g={...n,sizes:d,onSizesChange:f,hasThumb:m>0&&m<1,onThumbChange:p(w=>i.current=w,"onThumbChange"),onThumbPointerUp:p(()=>s.current=0,"onThumbPointerUp"),onThumbPointerDown:p(w=>s.current=w,"onThumbPointerDown")};function b(w,v){return o7(w,s.current,d,v)}return p(b,"getScrollPosition"),r==="horizontal"?Fe.jsx(c7,{...g,ref:t,onThumbPositionChange:p(()=>{if(o.viewport&&i.current){let w=o.viewport.scrollLeft,v=K1(w,d,o.dir);i.current.style.transform=`translate3d(${v}px, 0, 0)`}},"onThumbPositionChange"),onWheelScroll:p(w=>{o.viewport&&(o.viewport.scrollLeft=w)},"onWheelScroll"),onDragScroll:p(w=>{o.viewport&&(o.viewport.scrollLeft=b(w,o.dir))},"onDragScroll")}):r==="vertical"?Fe.jsx(d7,{...g,ref:t,onThumbPositionChange:p(()=>{if(o.viewport&&i.current){let w=o.viewport.scrollTop,v=K1(w,d);i.current.style.transform=`translate3d(0, ${v}px, 0)`}},"onThumbPositionChange"),onWheelScroll:p(w=>{o.viewport&&(o.viewport.scrollTop=w)},"onWheelScroll"),onDragScroll:p(w=>{o.viewport&&(o.viewport.scrollTop=b(w))},"onDragScroll")}):null}),c7=u.forwardRef((e,t)=>{let{sizes:r,onSizesChange:n,...o}=e,i=ur(Lr,e.__scopeScrollArea),[s,d]=u.useState(),f=u.useRef(null),m=Ra(t,f,i.onScrollbarXChange);return u.useEffect(()=>{f.current&&d(getComputedStyle(f.current))},[f]),Fe.jsx(ah,{"data-orientation":"horizontal",...o,ref:m,sizes:r,style:{bottom:0,left:i.dir==="rtl"?"var(--radix-scroll-area-corner-width)":0,right:i.dir==="ltr"?"var(--radix-scroll-area-corner-width)":0,"--radix-scroll-area-thumb-width":Ks(r)+"px",...e.style},onThumbPointerDown:p(g=>e.onThumbPointerDown(g.x),"onThumbPointerDown"),onDragScroll:p(g=>e.onDragScroll(g.x),"onDragScroll"),onWheelScroll:p((g,b)=>{if(i.viewport){let w=i.viewport.scrollLeft+g.deltaX;e.onWheelScroll(w),X1(w,b)&&g.preventDefault()}},"onWheelScroll"),onResize:p(()=>{f.current&&i.viewport&&s&&n({content:i.viewport.scrollWidth,viewport:i.viewport.offsetWidth,scrollbar:{size:f.current.clientWidth,paddingStart:gs(s.paddingLeft),paddingEnd:gs(s.paddingRight)}})},"onResize")})}),d7=u.forwardRef((e,t)=>{let{sizes:r,onSizesChange:n,...o}=e,i=ur(Lr,e.__scopeScrollArea),[s,d]=u.useState(),f=u.useRef(null),m=Ra(t,f,i.onScrollbarYChange);return u.useEffect(()=>{f.current&&d(getComputedStyle(f.current))},[f]),Fe.jsx(ah,{"data-orientation":"vertical",...o,ref:m,sizes:r,style:{top:0,right:i.dir==="ltr"?0:void 0,left:i.dir==="rtl"?0:void 0,bottom:"var(--radix-scroll-area-corner-height)","--radix-scroll-area-thumb-height":Ks(r)+"px",...e.style},onThumbPointerDown:p(g=>e.onThumbPointerDown(g.y),"onThumbPointerDown"),onDragScroll:p(g=>e.onDragScroll(g.y),"onDragScroll"),onWheelScroll:p((g,b)=>{if(i.viewport){let w=i.viewport.scrollTop+g.deltaY;e.onWheelScroll(w),X1(w,b)&&g.preventDefault()}},"onWheelScroll"),onResize:p(()=>{f.current&&i.viewport&&s&&n({content:i.viewport.scrollHeight,viewport:i.viewport.offsetHeight,scrollbar:{size:f.current.clientHeight,paddingStart:gs(s.paddingTop),paddingEnd:gs(s.paddingBottom)}})},"onResize")})}),[p7,nh]=J1(Lr),ah=u.forwardRef((e,t)=>{let{__scopeScrollArea:r,sizes:n,hasThumb:o,onThumbChange:i,onThumbPointerUp:s,onThumbPointerDown:d,onThumbPositionChange:f,onDragScroll:m,onWheelScroll:g,onResize:b,...w}=e,v=ur(Lr,r),[x,E]=u.useState(null),S=Ra(t,O=>E(O)),_=u.useRef(null),F=u.useRef(""),A=v.viewport,k=n.content-n.viewport,R=za(g),I=za(f),z=vs(b,10);function B(O){if(_.current){let j=O.clientX-_.current.left,q=O.clientY-_.current.top;m({x:j,y:q})}}return p(B,"handleDragScroll"),u.useEffect(()=>{let O=p(j=>{let q=j.target;x?.contains(q)&&R(j,k)},"handleWheel");return document.addEventListener("wheel",O,{passive:!1}),()=>document.removeEventListener("wheel",O,{passive:!1})},[A,x,k,R]),u.useEffect(I,[n,I]),po(x,z),po(v.content,z),Fe.jsx(p7,{scope:r,scrollbar:x,hasThumb:o,onThumbChange:za(i),onThumbPointerUp:za(s),onThumbPositionChange:I,onThumbPointerDown:za(d),children:Fe.jsx(Fl.div,{...w,ref:S,style:{position:"absolute",...w.style},onPointerDown:ka(e.onPointerDown,O=>{O.button===0&&(O.target.setPointerCapture(O.pointerId),_.current=x.getBoundingClientRect(),F.current=document.body.style.webkitUserSelect,document.body.style.webkitUserSelect="none",v.viewport&&(v.viewport.style.scrollBehavior="auto"),B(O))}),onPointerMove:ka(e.onPointerMove,B),onPointerUp:ka(e.onPointerUp,O=>{let j=O.target;j.hasPointerCapture(O.pointerId)&&j.releasePointerCapture(O.pointerId),document.body.style.webkitUserSelect=F.current,v.viewport&&(v.viewport.style.scrollBehavior=""),_.current=null})})})}),ys="ScrollAreaThumb",oh=u.forwardRef((e,t)=>{let{forceMount:r,...n}=e,o=nh(ys,e.__scopeScrollArea);return Fe.jsx(Ol,{present:r||o.hasThumb,children:Fe.jsx(f7,{ref:t,...n})})}),f7=u.forwardRef((e,t)=>{let{__scopeScrollArea:r,style:n,...o}=e,i=ur(ys,r),s=nh(ys,r),{onThumbPositionChange:d}=s,f=Ra(t,b=>s.onThumbChange(b)),m=u.useRef(),g=vs(()=>{m.current&&(m.current(),m.current=void 0)},100);return u.useEffect(()=>{let b=i.viewport;if(b){let w=p(()=>{if(g(),!m.current){let v=m7(b,d);m.current=v,d()}},"handleScroll");return d(),b.addEventListener("scroll",w),()=>b.removeEventListener("scroll",w)}},[i.viewport,g,d]),Fe.jsx(Fl.div,{"data-state":s.hasThumb?"visible":"hidden",...o,ref:f,style:{width:"var(--radix-scroll-area-thumb-width)",height:"var(--radix-scroll-area-thumb-height)",...n},onPointerDownCapture:ka(e.onPointerDownCapture,b=>{let w=b.target.getBoundingClientRect(),v=b.clientX-w.left,x=b.clientY-w.top;s.onThumbPointerDown({x:v,y:x})}),onPointerUp:ka(e.onPointerUp,s.onThumbPointerUp)})}),oh.displayName=ys,i0="ScrollAreaCorner",lh=u.forwardRef((e,t)=>{let r=ur(i0,e.__scopeScrollArea),n=!!(r.scrollbarX&&r.scrollbarY);return r.type!=="scroll"&&n?Fe.jsx(h7,{...e,ref:t}):null}),lh.displayName=i0,h7=u.forwardRef((e,t)=>{let{__scopeScrollArea:r,...n}=e,o=ur(i0,r),[i,s]=u.useState(0),[d,f]=u.useState(0),m=!!(i&&d);return po(o.scrollbarX,()=>{let g=o.scrollbarX?.offsetHeight||0;o.onCornerHeightChange(g),f(g)}),po(o.scrollbarY,()=>{let g=o.scrollbarY?.offsetWidth||0;o.onCornerWidthChange(g),s(g)}),m?Fe.jsx(Fl.div,{...n,ref:t,style:{width:i,height:d,position:"absolute",right:o.dir==="ltr"?0:void 0,left:o.dir==="rtl"?0:void 0,bottom:0,...e.style}}):null}),p(gs,"toInt"),p(Sg,"getThumbRatio"),p(Ks,"getThumbSize"),p(o7,"getScrollPositionFromPointer"),p(K1,"getThumbOffsetFromScroll"),p(H2,"linearScale"),p(X1,"isScrollingWithinScrollbarBounds"),m7=p((e,t=()=>{})=>{let r={left:e.scrollLeft,top:e.scrollTop},n=0;return p(function o(){let i={left:e.scrollLeft,top:e.scrollTop},s=r.left!==i.left,d=r.top!==i.top;(s||d)&&t(),r=i,n=window.requestAnimationFrame(o)},"loop")(),()=>window.cancelAnimationFrame(n)},"addUnlinkedScrollListener"),p(vs,"useDebounceCallback"),p(po,"useResizeObserver"),p(l7,"getSubtree"),u9=Z1,c9=eh,d9=th,p9=oh,f9=lh}),g7,v7,ih,sh,ou,j2=K(()=>{QM(),g7=M(u9)(({scrollbarsize:e,offset:t})=>({width:"100%",height:"100%",overflow:"hidden","--scrollbar-size":`${e+t}px`,"--radix-scroll-area-thumb-width":`${e}px`})),v7=M(c9)({width:"100%",height:"100%"}),ih=M(d9)(({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}})),sh=M(p9)(({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%"}})),ou=u.forwardRef(({children:e,horizontal:t=!1,vertical:r=!1,offset:n=2,scrollbarSize:o=6,className:i},s)=>D.createElement(g7,{scrollbarsize:o,offset:n,className:i},D.createElement(v7,{ref:s},e),t&&D.createElement(ih,{orientation:"horizontal",offset:n,horizontal:t.toString(),vertical:r.toString()},D.createElement(sh,null)),r&&D.createElement(ih,{orientation:"vertical",offset:n,horizontal:t.toString(),vertical:r.toString()},D.createElement(sh,null)),t&&r&&D.createElement(f9,null))),ou.displayName="ScrollArea"}),V2={};yi(V2,{SyntaxHighlighter:()=>Xs,createCopyToClipboardFunction:()=>dd,default:()=>h9,supportedLanguages:()=>Ag});const{logger:eP}=__STORYBOOK_MODULE_CLIENT_LOGGER__;function dd(){return kg?.clipboard?e=>kg.clipboard.writeText(e):async e=>{let t=Rl.createElement("TEXTAREA"),r=Rl.activeElement;t.value=e,Rl.body.appendChild(t),t.select(),Rl.execCommand("copy"),Rl.body.removeChild(t),r.focus()}}var y7,kg,Rl,w7,Ag,b7,E7,x7,C7,D7,S7,k7,uh,A7,_7,Xs,h9,lp=K(()=>{I2(),y7=Et(rp(),1),SM(),AM(),_M(),RM(),IM(),BM(),LM(),MM(),PM(),$M(),HM(),VM(),DM(),YD(),j2(),{navigator:kg,document:Rl,window:w7}=tp,Ag={jsextra:PD,jsx:HD,json:ND,yml:GD,md:jD,bash:LD,css:OD,html:VD,tsx:WD,typescript:qD,graphql:MD},Object.entries(Ag).forEach(([e,t])=>{B0.registerLanguage(e,t)}),b7=(0,y7.default)(2)(e=>Object.entries(e.code||{}).reduce((t,[r,n])=>({...t,[`* .${r}`]:n}),{})),E7=dd(),p(dd,"createCopyToClipboardFunction"),x7=M.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)"}}:{}),C7=p(({children:e,className:t})=>D.createElement(ou,{horizontal:!0,vertical:!0,className:t},e),"UnstyledScroller"),D7=M(C7)({position:"relative"},({theme:e})=>b7(e)),S7=M.pre(({theme:e,padded:t})=>({display:"flex",justifyContent:"flex-start",margin:0,padding:t?e.layoutMargin:0})),k7=M.div(({theme:e})=>({flex:1,paddingLeft:2,paddingRight:e.layoutMargin,opacity:1,fontFamily:e.typography.fonts.mono})),uh=p(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"),A7=p(({rows:e,stylesheet:t,useInlineStyles:r})=>e.map((n,o)=>ap({node:uh(n),stylesheet:t,useInlineStyles:r,key:`code-segement${o}`})),"defaultRenderer"),_7=p((e,t)=>t?e?({rows:r,...n})=>e({rows:r.map(o=>uh(o)),...n}):A7:e,"wrapRenderer"),Xs=p(({children:e,language:t="jsx",copyable:r=!1,bordered:n=!1,padded:o=!1,format:i=!0,formatter:s=void 0,className:d=void 0,showLineNumbers:f=!1,...m})=>{if(typeof e!="string"||!e.trim())return null;let[g,b]=u.useState("");u.useEffect(()=>{s?s(i,e).then(b):b(e.trim())},[e,i,s]);let[w,v]=u.useState(!1),x=u.useCallback(S=>{S.preventDefault(),E7(g).then(()=>{v(!0),w7.setTimeout(()=>v(!1),1500)}).catch(eP.error)},[g]),E=_7(m.renderer,f);return D.createElement(x7,{bordered:n,padded:o,showLineNumbers:f,className:d},D.createElement(D7,null,D.createElement(B0,{padded:o||n,language:t,showLineNumbers:f,showInlineLineNumbers:f,useInlineStyles:!1,PreTag:S7,CodeTag:k7,lineNumberContainerStyle:{},...m,renderer:E},g)),r?D.createElement(op,{actionItems:[{title:w?"Copied":"Copy",onClick:x}]}):null)},"SyntaxHighlighter"),Xs.registerLanguage=(...e)=>B0.registerLanguage(...e),h9=Xs});function F7(e){if(typeof e=="string")return hp;if(Array.isArray(e))return mp;if(!e)return;let{type:t}=e;if(dv.has(t))return t}function R7(e){let t=e===null?"null":typeof e;if(t!=="string"&&t!=="object")return`Unexpected doc '${t}',
|
|
269
|
+
Expected it to be 'string' or 'object'.`;if(gp(e))throw new Error("doc is valid.");let r=Object.prototype.toString.call(e);if(r!=="[object Object]")return`Unexpected doc '${r}'.`;let n=xS([...dv].map(o=>`'${o}'`));return`Unexpected doc.type '${e.type}'.
|
|
270
|
+
Expected it to be ${n}.`}function Jr(e){return Ha(e),{type:su,contents:e}}function U2(e,t){return Ha(t),{type:uu,contents:t,n:e}}function at(e,t={}){return Ha(e),vp(t.expandedStates,!0),{type:li,id:t.id,contents:e,break:!!t.shouldBreak,expandedStates:t.expandedStates}}function m9(e){return U2(Number.NEGATIVE_INFINITY,e)}function g9(e){return U2({type:"root"},e)}function W2(e){return vp(e),{type:cu,parts:e}}function lu(e,t="",r={}){return Ha(e),t!==""&&Ha(t),{type:du,breakContents:e,flatContents:t,groupId:r.groupId}}function v9(e,t){return Ha(e),{type:pu,contents:e,groupId:t.groupId,negate:t.negate}}function No(e,t){Ha(e),vp(t);let r=[];for(let n=0;n<t.length;n++)n!==0&&r.push(e),r.push(t[n]);return r}function ip(e,t){if(typeof e=="string")return t(e);let r=new Map;return n(e);function n(i){if(r.has(i))return r.get(i);let s=o(i);return r.set(i,s),s}function o(i){switch(gp(i)){case mp:return t(i.map(n));case cu:return t({...i,parts:i.parts.map(n)});case du:return t({...i,breakContents:n(i.breakContents),flatContents:n(i.flatContents)});case li:{let{expandedStates:s,contents:d}=i;return s?(s=s.map(n),d=s[0]):d=n(d),t({...i,contents:d,expandedStates:s})}case uu:case su:case pu:case bd:case yd:return t({...i,contents:n(i.contents)});case hp:case gd:case vd:case wd:case Ta:case Qs:return t(i);default:throw new pv(i)}}}function y9(e){switch(gp(e)){case cu:if(e.parts.every(t=>t===""))return"";break;case li:if(!e.contents&&!e.id&&!e.break&&!e.expandedStates)return"";if(e.contents.type===li&&e.contents.id===e.id&&e.contents.break===e.break&&e.contents.expandedStates===e.expandedStates)return e.contents;break;case uu:case su:case pu:case yd:if(!e.contents)return"";break;case du:if(!e.flatContents&&!e.breakContents)return"";break;case mp:{let t=[];for(let r of e){if(!r)continue;let[n,...o]=Array.isArray(r)?r:[r];typeof n=="string"&&typeof ii(!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 hp:case gd:case vd:case wd:case Ta:case bd:case Qs:break;default:throw new pv(e)}return e}function w9(e){return ip(e,t=>y9(t))}function xr(e,t=CS){return ip(e,r=>typeof r=="string"?No(t,r.split(`
|
|
271
|
+
`)):r)}function T7(e,t){let r=t===!0||t===Ns?Ns:Lg,n=r===Ns?Lg:Ns,o=0,i=0;for(let s of e)s===r?o++:s===n&&i++;return o>i?n:r}function I7(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}function z7(e){return e?.type==="front-matter"}function ch(e,t){var r;if(e.type==="text"||e.type==="comment"||Bu(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)kS.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 B7(e,t){if(e.language==="yaml"){let r=e.value.trim(),n=r?await t(r,{parser:"yaml"}):"";return g9([e.startDelimiter,e.explicitLanguage,He,n,n?He:"",e.endDelimiter])}}function Au(e,t=!0){return[Jr([bt,e]),t?bt:""]}function $o(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 Cr(e,t,r,n){r={__isInHtmlAttribute:!0,__embeddedInHtml:!0,...r};let o=!0;n&&(r.__onHtmlBindingRoot=(s,d)=>{o=n(s,d)});let i=await t(e,r,t);return o?at(i):Au(i)}function L7(e,t,r,n){let{node:o}=r,i=n.originalText.slice(o.sourceSpan.start.offset,o.sourceSpan.end.offset);return/^\s*$/u.test(i)?"":Cr(i,e,{parser:"__ng_directive",__isInHtmlAttribute:!1},$o)}function _g(e,t){if(!t)return;let r=FS(t).toLowerCase();return e.find(({filenames:n})=>n?.some(o=>o.toLowerCase()===r))??e.find(({extensions:n})=>n?.some(o=>r.endsWith(o)))}function b9(e,t){if(t)return e.find(({name:r})=>r.toLowerCase()===t)??e.find(({aliases:r})=>r?.includes(t))??e.find(({extensions:r})=>r?.includes(`.${t}`))}function O7(e,t){let r=e.plugins.flatMap(o=>o.languages??[]);return(b9(r,t.language)??_g(r,t.physicalFile)??_g(r,t.file)??(t.physicalFile,void 0))?.parsers[0]}function M7(e){return e.type==="element"&&!e.hasExplicitNamespace&&!["html","svg"].includes(e.namespace)}function q2(e,t){return!!(e.type==="ieConditionalComment"&&e.lastChild&&!e.lastChild.isSelfClosing&&!e.lastChild.endSourceSpan||e.type==="ieConditionalComment"&&!e.complete||Io(e)&&e.children.some(r=>r.type!=="text"&&r.type!=="interpolation")||up(e,t)&&!bn(e)&&e.type!=="interpolation")}function _u(e){return e.type==="attribute"||!e.parent||!e.prev?!1:E9(e.prev)}function E9(e){return e.type==="comment"&&e.value.trim()==="prettier-ignore"}function dr(e){return e.type==="text"||e.type==="comment"}function bn(e){return e.type==="element"&&(e.fullName==="script"||e.fullName==="style"||e.fullName==="svg:style"||e.fullName==="svg:script"||si(e)&&(e.name==="script"||e.name==="style"))}function x9(e){return e.children&&!bn(e)}function C9(e){return bn(e)||e.type==="interpolation"||G2(e)}function G2(e){return ev(e).startsWith("pre")}function D9(e,t){var r,n;let o=i();if(o&&!e.prev&&(n=(r=e.parent)==null?void 0:r.tagDefinition)!=null&&n.ignoreFirstLf)return e.type==="interpolation";return o;function i(){return Bu(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:Io(e.parent)?!0:!(!e.prev&&(e.parent.type==="root"||Io(e)&&e.parent||bn(e.parent)||Fu(e.parent,t)||!z9(e.parent.cssDisplay))||e.prev&&!O9(e.prev.cssDisplay))}}function S9(e,t){return Bu(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:Io(e.parent)?!0:!(!e.next&&(e.parent.type==="root"||Io(e)&&e.parent||bn(e.parent)||Fu(e.parent,t)||!B9(e.parent.cssDisplay))||e.next&&!L9(e.next.cssDisplay))}function k9(e){return M9(e.cssDisplay)&&!bn(e)}function Ls(e){return Bu(e)||e.next&&e.sourceSpan.end&&e.sourceSpan.end.line+1<e.next.sourceSpan.start.line}function A9(e){return Y2(e)||e.type==="element"&&e.children.length>0&&(["body","script","style"].includes(e.name)||e.children.some(t=>F9(t)))||e.firstChild&&e.firstChild===e.lastChild&&e.firstChild.type!=="text"&&X2(e.firstChild)&&(!e.lastChild.isTrailingSpaceSensitive||J2(e.lastChild))}function Y2(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 L0(e){return Z2(e)||e.prev&&_9(e.prev)||K2(e)}function _9(e){return Z2(e)||e.type==="element"&&e.fullName==="br"||K2(e)}function K2(e){return X2(e)&&J2(e)}function X2(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 J2(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 Z2(e){switch(e.type){case"ieConditionalComment":case"comment":case"directive":return!0;case"element":return["script","select"].includes(e.name)}return!1}function sp(e){return e.lastChild?sp(e.lastChild):e}function F9(e){var t;return(t=e.children)==null?void 0:t.some(r=>r.type!=="text")}function Q2(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 R9(e,t){let{name:r,attrMap:n}=e;if(r!=="script"||Object.prototype.hasOwnProperty.call(n,"src"))return;let{type:o,lang:i}=e.attrMap;return!i&&!o?"babel":Lu(t,{language:i})??Q2(o)}function T9(e,t){if(!up(e,t))return;let{attrMap:r}=e;if(Object.prototype.hasOwnProperty.call(r,"src"))return;let{type:n,lang:o}=r;return Lu(t,{language:o})??Q2(n)}function I9(e,t){if(e.name!=="style")return;let{lang:r}=e.attrMap;return r?Lu(t,{language:r}):"css"}function Fg(e,t){return R9(e,t)??I9(e,t)??T9(e,t)}function wi(e){return e==="block"||e==="list-item"||e.startsWith("table")}function z9(e){return!wi(e)&&e!=="inline-block"}function B9(e){return!wi(e)&&e!=="inline-block"}function L9(e){return!wi(e)}function O9(e){return!wi(e)}function M9(e){return!wi(e)&&e!=="inline-block"}function Io(e){return ev(e).startsWith("pre")}function P9(e,t){let r=e;for(;r;){if(t(r))return!0;r=r.parent}return!1}function N9(e,t){var r;if(Ho(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(P9(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||si(e))&&TS[e.name]||RS}}function ev(e){return e.type==="element"&&(!e.namespace||si(e))&&zS[e.name]||IS}function $9(e){let t=Number.POSITIVE_INFINITY;for(let r of e.split(`
|
|
272
|
+
`)){if(r.length===0)continue;let n=Hr.getLeadingWhitespaceCount(r);if(n===0)return 0;r.length!==n&&n<t&&(t=n)}return t===Number.POSITIVE_INFINITY?0:t}function tv(e,t=$9(e)){return t===0?e:e.split(`
|
|
273
|
+
`).map(r=>r.slice(t)).join(`
|
|
274
|
+
`)}function rv(e){return Xt(!1,Xt(!1,e,"'","'"),""",'"')}function Zn(e){return rv(e.value)}function Fu(e,t){return Ho(e,t)&&!LS.has(e.fullName)}function Ho(e,t){return t.parser==="vue"&&e.type==="element"&&e.parent.type==="root"&&e.fullName.toLowerCase()!=="html"}function up(e,t){return Ho(e,t)&&(Fu(e,t)||e.attrMap.lang&&e.attrMap.lang!=="html")}function H9(e){let t=e.fullName;return t.charAt(0)==="#"||t==="slot-scope"||t==="v-slot"||t.startsWith("v-slot:")}function j9(e,t){let r=e.parent;if(!Ho(r,t))return!1;let n=r.fullName,o=e.fullName;return n==="script"&&o==="setup"||n==="style"&&o==="vars"}function nv(e,t=e.value){return e.parent.isWhitespaceSensitive?e.parent.isIndentationSensitive?xr(t):xr(tv(fv(t)),He):No(ct,Hr.split(t))}function av(e,t){return Ho(e,t)&&e.name==="script"}async function V9(e,t){let r=[];for(let[n,o]of e.split(hv).entries())if(n%2===0)r.push(xr(o));else try{r.push(at(["{{",Jr([ct,await Cr(o,t,{parser:"__ng_interpolation",__isInHtmlInterpolation:!0})]),ct,"}}"]))}catch{r.push("{{",xr(o),"}}")}return r}function s0({parser:e}){return(t,r,n)=>Cr(Zn(n.node),t,{parser:e},$o)}function P7(e,t){if(t.parser!=="angular")return;let{node:r}=e,n=r.fullName;if(n.startsWith("(")&&n.endsWith(")")||n.startsWith("on-"))return OS;if(n.startsWith("[")&&n.endsWith("]")||/^bind(?:on)?-/u.test(n)||/^ng-(?:if|show|hide|class|style)$/u.test(n))return MS;if(n.startsWith("*"))return PS;let o=Zn(r);if(/^i18n(?:-.+)?$/u.test(n))return()=>Au(W2(nv(r,o.trim())),!o.includes("@@"));if(hv.test(o))return i=>V9(o,i)}function N7(e,t){let{node:r}=e,n=Zn(r);if(r.fullName==="class"&&!t.parentParser&&!n.includes("{{"))return()=>n.trim().split(/\s+/u).join(" ")}function Rg(e){return e===" "||e===`
|
|
275
|
+
`||e==="\f"||e==="\r"||e===" "}function $7(e){let t=e.length,r,n,o,i,s,d=0,f;function m(v){let x,E=v.exec(e.substring(d));if(E)return[x]=E,d+=x.length,x}p(m,"p");let g=[];for(;;){if(m(jS),d>=t){if(g.length===0)throw new Error("Must contain one or more image candidate strings.");return g}f=d,r=m(VS),n=[],r.slice(-1)===","?(r=r.replace(US,""),w()):b()}function b(){for(m(HS),o="",i="in descriptor";;){if(s=e.charAt(d),i==="in descriptor")if(Rg(s))o&&(n.push(o),o="",i="after descriptor");else if(s===","){d+=1,o&&n.push(o),w();return}else if(s==="(")o+=s,i="in parens";else if(s===""){o&&n.push(o),w();return}else o+=s;else if(i==="in parens")if(s===")")o+=s,i="in descriptor";else if(s===""){n.push(o),w();return}else o+=s;else if(i==="after descriptor"&&!Rg(s))if(s===""){w();return}else i="in descriptor",d-=1;d+=1}}p(b,"f");function w(){let v=!1,x,E,S,_,F={},A,k,R,I,z;for(_=0;_<n.length;_++)A=n[_],k=A[A.length-1],R=A.substring(0,A.length-1),I=parseInt(R,10),z=parseFloat(R),Og.test(R)&&k==="w"?((x||E)&&(v=!0),I===0?v=!0:x=I):WS.test(R)&&k==="x"?((x||E||S)&&(v=!0),z<0?v=!0:E=z):Og.test(R)&&k==="h"?((S||E)&&(v=!0),I===0?v=!0:S=I):v=!0;if(!v)F.source={value:r,startOffset:f},x&&(F.width={value:x}),E&&(F.density={value:E}),S&&(F.height={value:S}),g.push(F);else throw new Error(`Invalid srcset descriptor found in "${e}" at "${A}".`)}p(w,"d")}function H7(e){if(e.node.fullName==="srcset"&&(e.parent.fullName==="img"||e.parent.fullName==="source"))return()=>U9(Zn(e.node))}function U9(e){let t=qS(e),r=GS.filter(g=>t.some(b=>Object.prototype.hasOwnProperty.call(b,g)));if(r.length>1)throw new Error("Mixed descriptor in srcset is not supported");let[n]=r,o=Mg[n],i=t.map(g=>g.source.value),s=Math.max(...i.map(g=>g.length)),d=t.map(g=>g[n]?String(g[n].value):""),f=d.map(g=>{let b=g.indexOf(".");return b===-1?g.length:b}),m=Math.max(...f);return Au(No([",",ct],i.map((g,b)=>{let w=[g],v=d[b];if(v){let x=s-g.length+1,E=m-f[b],S=" ".repeat(x+E);w.push(lu(S," "),v+o)}return w})))}function W9(e,t){let{node:r}=e,n=Zn(e.node).trim();if(r.fullName==="style"&&!t.parentParser&&!n.includes("{{"))return async o=>Au(await o(n,{parser:"css",__isHTMLStyleAttribute:!0}))}function j7(e,t){let{root:r}=e;return O0.has(r)||O0.set(r,r.children.some(n=>av(n,t)&&["ts","typescript"].includes(n.attrMap.lang))),O0.get(r)}function q9(e,t,r){let{node:n}=r,o=Zn(n);return Cr(`type T<${o}> = any`,e,{parser:"babel-ts",__isEmbeddedTypescriptGenericParameters:!0},$o)}function G9(e,t,{parseWithTs:r}){return Cr(`function _(${e}) {}`,t,{parser:r?"babel-ts":"babel",__isVueBindings:!0})}function Y9(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 K9(e,t,r,n){let o=Zn(r.node),{left:i,operator:s,right:d}=X9(o),f=yp(r,n);return[at(await Cr(`function _(${i}) {}`,e,{parser:f?"babel-ts":"babel",__isVueForBindingLeft:!0}))," ",s," ",await Cr(d,e,{parser:f?"__ts_expression":"__js_expression"})]}function X9(e){let t=/(.*?)\s+(in|of)\s+(.*)/su,r=/,([^,\]}]*)(?:,([^,\]}]*))?$/u,n=/^\(|\)$/gu,o=e.match(t);if(!o)return;let i={};if(i.for=o[3].trim(),!i.for)return;let s=Xt(!1,o[1].trim(),n,""),d=s.match(r);d?(i.alias=s.replace(r,""),i.iterator1=d[1].trim(),d[2]&&(i.iterator2=d[2].trim())):i.alias=s;let f=[i.alias,i.iterator1,i.iterator2];if(!f.some((m,g)=>!m&&(g===0||f.slice(g+1).some(Boolean))))return{left:f.filter(Boolean).join(","),operator:o[2],right:i.for}}function V7(e,t){if(t.parser!=="vue")return;let{node:r}=e,n=r.fullName;if(n==="v-for")return K9;if(n==="generic"&&av(r.parent,t))return q9;let o=Zn(r),i=yp(e,t);if(H9(r)||j9(r,t))return s=>G9(o,s,{parseWithTs:i});if(n.startsWith("@")||n.startsWith("v-on:"))return s=>J9(o,s,{parseWithTs:i});if(n.startsWith(":")||n.startsWith("v-bind:"))return s=>Z9(o,s,{parseWithTs:i});if(n.startsWith("v-"))return s=>ov(o,s,{parseWithTs:i})}function J9(e,t,{parseWithTs:r}){return Y9(e)?ov(e,t,{parseWithTs:r}):Cr(e,t,{parser:r?"__vue_ts_event_binding":"__vue_event_binding"},$o)}function Z9(e,t,{parseWithTs:r}){return Cr(e,t,{parser:r?"__vue_ts_expression":"__vue_expression"},$o)}function ov(e,t,{parseWithTs:r}){return Cr(e,t,{parser:r?"__ts_expression":"__js_expression"},$o)}function U7(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[YS,W9,$S,KS,NS]){let o=n(e,t);if(o)return Q9(o)}}}function Q9(e){return async(t,r,n,o)=>{let i=await e(t,r,n,o);if(i)return i=ip(i,s=>typeof s=="string"?Xt(!1,s,'"',"""):s),[n.node.rawName,'="',at(i),'"']}}function W7(e){return Array.isArray(e)&&e.length>0}function Ru(e){return e.sourceSpan.start.offset}function Tu(e){return e.sourceSpan.end.offset}function pd(e,t){return[e.isSelfClosing?"":eS(e,t),Pl(e,t)]}function eS(e,t){return e.lastChild&&oi(e.lastChild)?"":[tS(e,t),cp(e,t)]}function Pl(e,t){return(e.next?Na(e.next):Ei(e.parent))?"":[bi(e,t),Pa(e,t)]}function tS(e,t){return Ei(e)?bi(e.lastChild,t):""}function Pa(e,t){return oi(e)?cp(e.parent,t):Iu(e)?dp(e.next):""}function cp(e,t){if(mv(!e.isSelfClosing),lv(e,t))return"";switch(e.type){case"ieConditionalComment":return"<!";case"element":if(e.hasHtmComponentClosingTag)return"<//";default:return`</${e.rawName}`}}function bi(e,t){if(lv(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 lv(e,t){return!e.isSelfClosing&&!e.endSourceSpan&&(_u(e)||q2(e.parent,t))}function Na(e){return e.prev&&e.prev.type!=="docType"&&e.type!=="angularControlFlowBlock"&&!dr(e.prev)&&e.isLeadingSpaceSensitive&&!e.hasLeadingSpaces}function Ei(e){var t;return((t=e.lastChild)==null?void 0:t.isTrailingSpaceSensitive)&&!e.lastChild.hasTrailingSpaces&&!dr(sp(e.lastChild))&&!Io(e)}function oi(e){return!e.next&&!e.hasTrailingSpaces&&e.isTrailingSpaceSensitive&&dr(sp(e))}function Iu(e){return e.next&&!dr(e.next)&&dr(e)&&e.isTrailingSpaceSensitive&&!e.hasTrailingSpaces}function rS(e){let t=e.trim().match(/^prettier-ignore-attribute(?:\s+(.+))?$/su);return t?t[1]?t[1].split(/\s+/u):!0:!1}function zu(e){return!e.prev&&e.isLeadingSpaceSensitive&&!e.hasLeadingSpaces}function nS(e,t,r){var n;let{node:o}=e;if(!wp(o.attrs))return o.isSelfClosing?" ":"";let i=((n=o.prev)==null?void 0:n.type)==="comment"&&rS(o.prev.value),s=typeof i=="boolean"?()=>i:Array.isArray(i)?b=>i.includes(b.rawName):()=>!1,d=e.map(({node:b})=>s(b)?xr(t.originalText.slice(Ru(b),Tu(b))):r(),"attrs"),f=o.type==="element"&&o.fullName==="script"&&o.attrs.length===1&&o.attrs[0].fullName==="src"&&o.children.length===0,m=t.singleAttributePerLine&&o.attrs.length>1&&!Ho(o,t)?He:ct,g=[Jr([f?" ":ct,No(m,d)])];return o.firstChild&&zu(o.firstChild)||o.isSelfClosing&&Ei(o.parent)||f?g.push(o.isSelfClosing?" ":""):g.push(t.bracketSameLine?o.isSelfClosing?" ":"":o.isSelfClosing?ct:bt),g}function aS(e){return e.firstChild&&zu(e.firstChild)?"":pp(e)}function fd(e,t,r){let{node:n}=e;return[Nl(n,t),nS(e,t,r),n.isSelfClosing?"":aS(n)]}function Nl(e,t){return e.prev&&Iu(e.prev)?"":[$a(e,t),dp(e)]}function $a(e,t){return zu(e)?pp(e.parent):Na(e)?bi(e.prev,t):""}function dp(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 pp(e){switch(mv(!e.isSelfClosing),e.type){case"ieConditionalComment":return"]>";case"element":if(e.condition)return"><!--<![endif]-->";default:return">"}}function q7(e,t){if(!e.endSourceSpan)return"";let r=e.startSourceSpan.end.offset;e.firstChild&&zu(e.firstChild)&&(r-=pp(e).length);let n=e.endSourceSpan.start.offset;return e.lastChild&&oi(e.lastChild)?n+=cp(e,t).length:Ei(e)&&(n-=bi(e.lastChild,t).length),t.originalText.slice(r,n)}function G7(e,t){let{node:r}=e;switch(r.type){case"element":if(bn(r)||r.type==="interpolation")return;if(!r.isSelfClosing&&up(r,t)){let n=Fg(r,t);return n?async(o,i)=>{let s=gv(r,t),d=/^\s*$/u.test(s),f="";return d||(f=await o(fv(s),{parser:n,__embeddedInHtml:!0}),d=f===""),[$a(r,t),at(fd(e,t,i)),d?"":He,f,d?"":He,pd(r,t),Pa(r,t)]}:void 0}break;case"text":if(bn(r.parent)){let n=Fg(r.parent,t);if(n)return async o=>{let i=n==="markdown"?tv(r.value.replace(/^[^\S\n]*\n/u,"")):r.value,s={parser:n,__embeddedInHtml:!0};if(t.parser==="html"&&n==="babel"){let d="script",{attrMap:f}=r.parent;f&&(f.type==="module"||f.type==="text/babel"&&f["data-type"]==="module")&&(d="module"),s.__babelSourceType=d}return[Hl,$a(r,t),await o(i,s),Pa(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=yp(e,t)?"__vue_ts_expression":"__vue_expression":o.parser="__js_expression",[Jr([ct,await n(r.value,o)]),r.parent.next&&Na(r.parent.next)?" ":ct]};break;case"attribute":return XS(e,t);case"front-matter":return n=>AS(r,n);case"angularControlFlowBlockParameters":return JS.has(e.parent.name)?_S:void 0;case"angularLetDeclarationInitializer":return n=>Cr(r.value,n,{parser:"__ng_binding",__isInHtmlAttribute:!1})}}function $l(e){if(Il!==null&&typeof Il.property){let t=Il;return Il=$l.prototype=null,t}return Il=$l.prototype=e??Object.create(null),new $l}function oS(e){return $l(e)}function Y7(e,t="type"){oS(e);function r(n){let o=n[t],i=e[o];if(!Array.isArray(i))throw Object.assign(new Error(`Missing visitor keys for '${o}'.`),{node:n});return i}return p(r,"r"),r}function lS(e){return/^\s*<!--\s*@(?:format|prettier)\s*-->/u.test(e)}function K7(e){return`<!-- @format -->
|
|
276
|
+
|
|
277
|
+
`+e}function iv(e){let t=Tu(e);return e.type==="element"&&!e.endSourceSpan&&wp(e.children)?Math.max(t,iv(ii(!1,e.children,-1))):t}function Tl(e,t,r){let n=e.node;if(_u(n)){let o=iv(n);return[$a(n,t),xr(Hr.trimEnd(t.originalText.slice(Ru(n)+(n.prev&&Iu(n.prev)?dp(n).length:0),o-(n.next&&Na(n.next)?bi(n,t).length:0)))),Pa(n,t)]}return r()}function Os(e,t){return dr(e)&&dr(t)?e.isTrailingSpaceSensitive?e.hasTrailingSpaces?L0(t)?He:ct:"":L0(t)?He:bt:Iu(e)&&(_u(t)||t.firstChild||t.isSelfClosing||t.type==="element"&&t.attrs.length>0)||e.type==="element"&&e.isSelfClosing&&Na(t)?"":!t.isLeadingSpaceSensitive||L0(t)||Na(t)&&e.lastChild&&oi(e.lastChild)&&e.lastChild.lastChild&&oi(e.lastChild.lastChild)?He:t.hasLeadingSpaces?ct:bt}function fp(e,t,r){let{node:n}=e;if(Y2(n))return[Hl,...e.map(i=>{let s=i.node,d=s.prev?Os(s.prev,s):"";return[d?[d,Ls(s.prev)?He:""]:"",Tl(i,t,r)]},"children")];let o=n.children.map(()=>Symbol(""));return e.map((i,s)=>{let d=i.node;if(dr(d)){if(d.prev&&dr(d.prev)){let x=Os(d.prev,d);if(x)return Ls(d.prev)?[He,He,Tl(i,t,r)]:[x,Tl(i,t,r)]}return Tl(i,t,r)}let f=[],m=[],g=[],b=[],w=d.prev?Os(d.prev,d):"",v=d.next?Os(d,d.next):"";return w&&(Ls(d.prev)?f.push(He,He):w===He?f.push(He):dr(d.prev)?m.push(w):m.push(lu("",bt,{groupId:o[s-1]}))),v&&(Ls(d)?dr(d.next)&&b.push(He,He):v===He?dr(d.next)&&b.push(He):g.push(v)),[...f,at([...m,at([Tl(i,t,r),...g],{id:o[s]})]),...b]},"children")}function iS(e,t,r){let{node:n}=e,o=[];sS(e)&&o.push("} "),o.push("@",n.name),n.parameters&&o.push(" (",at(r("parameters")),")"),o.push(" {");let i=sv(n);return n.children.length>0?(n.firstChild.hasLeadingSpaces=!0,n.lastChild.hasTrailingSpaces=!0,o.push(Jr([He,fp(e,t,r)])),i&&o.push(He,"}")):i&&o.push("}"),at(o,{shouldBreak:!0})}function sv(e){var t,r;return!(((t=e.next)==null?void 0:t.type)==="angularControlFlowBlock"&&(r=ZS.get(e.name))!=null&&r.has(e.next.name))}function sS(e){let{previous:t}=e;return t?.type==="angularControlFlowBlock"&&!_u(t)&&!sv(t)}function uS(e,t,r){return[Jr([bt,No([";",ct],e.map(r,"children"))]),bt]}function cS(e,t,r){let{node:n}=e;return[Nl(n,t),at([n.switchValue.trim(),", ",n.clause,n.cases.length>0?[",",Jr([ct,No(ct,e.map(r,"cases"))])]:"",bt]),Pl(n,t)]}function dS(e,t,r){let{node:n}=e;return[n.value," {",at([Jr([bt,e.map(({node:o})=>o.type==="text"&&!Hr.trim(o.value)?"":r(),"expression")]),bt]),"}"]}function pS(e,t,r){let{node:n}=e;if(q2(n,t))return[$a(n,t),at(fd(e,t,r)),xr(gv(n,t)),...pd(n,t),Pa(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,i=Symbol("element-attr-group-id"),s=p(g=>at([at(fd(e,t,r),{id:i}),g,pd(n,t)]),"a"),d=p(g=>o?v9(g,{groupId:i}):(bn(n)||Fu(n,t))&&n.parent.type==="root"&&t.parser==="vue"&&!t.vueIndentScriptAndStyle?g:Jr(g),"o"),f=p(()=>o?lu(bt,"",{groupId:i}):n.firstChild.hasLeadingSpaces&&n.firstChild.isLeadingSpaceSensitive?ct:n.firstChild.type==="text"&&n.isWhitespaceSensitive&&n.isIndentationSensitive?m9(bt):bt,"u"),m=p(()=>(n.next?Na(n.next):Ei(n.parent))?n.lastChild.hasTrailingSpaces&&n.lastChild.isTrailingSpaceSensitive?" ":"":o?lu(bt,"",{groupId:i}):n.lastChild.hasTrailingSpaces&&n.lastChild.isTrailingSpaceSensitive?ct:(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)?"":bt,"p");return n.children.length===0?s(n.hasDanglingSpaces&&n.isDanglingSpaceSensitive?ct:""):s([A9(n)?Hl:"",d([f(),fp(e,t,r)]),m()])}function Js(e){return e>=9&&e<=32||e==160}function hd(e){return 48<=e&&e<=57}function Zs(e){return e>=97&&e<=122||e>=65&&e<=90}function fS(e){return e>=97&&e<=102||e>=65&&e<=70||hd(e)}function u0(e){return e===10||e===13}function dh(e){return 48<=e&&e<=55}function c0(e){return e===39||e===34||e===96}function X7(e){return e.replace(QS,(...t)=>t[1].toUpperCase())}function J7(e,t){for(let r of ek)r(e,t);return e}function Z7(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]===`
|
|
278
|
+
`){let r=t.children[0];r.value.length===1?t.removeChild(r):r.value=r.value.slice(1)}})}function Q7(e){let t=p(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 i=o.prev,s=o.firstChild;r.removeChild(i),n--;let d=new Ae(i.sourceSpan.start,s.sourceSpan.end),f=new Ae(d.start,o.sourceSpan.end);o.condition=i.condition,o.sourceSpan=f,o.startSourceSpan=d,o.removeChild(s)}})}function hS(e,t,r){e.walk(n=>{if(n.children)for(let o=0;o<n.children.length;o++){let i=n.children[o];if(i.type!=="text"&&!t(i))continue;i.type!=="text"&&(i.type="text",i.value=r(i));let s=i.prev;!s||s.type!=="text"||(s.value+=i.value,s.sourceSpan=new Ae(s.sourceSpan.start,i.sourceSpan.end),n.removeChild(i),o--)}})}function eb(e){return hS(e,t=>t.type==="cdata",t=>`<![CDATA[${t.value}]]>`)}function tb(e){let t=p(r=>{var n,o;return r.type==="element"&&r.attrs.length===0&&r.children.length===1&&r.firstChild.type==="text"&&!Hr.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 i=o.prev,s=o.next;i.value+=`<${o.rawName}>`+o.firstChild.value+`</${o.rawName}>`+s.value,i.sourceSpan=new Ae(i.sourceSpan.start,s.sourceSpan.end),i.isTrailingSpaceSensitive=s.isTrailingSpaceSensitive,i.hasTrailingSpaces=s.hasTrailingSpaces,r.removeChild(o),n--,r.removeChild(s)}})}function rb(e,t){if(t.parser==="html")return;let r=/\{\{(.+?)\}\}/su;e.walk(n=>{if(x9(n))for(let o of n.children){if(o.type!=="text")continue;let i=o.sourceSpan.start,s=null,d=o.value.split(r);for(let f=0;f<d.length;f++,i=s){let m=d[f];if(f%2===0){s=i.moveBy(m.length),m.length>0&&n.insertChildBefore(o,{type:"text",value:m,sourceSpan:new Ae(i,s)});continue}s=i.moveBy(m.length+4),n.insertChildBefore(o,{type:"interpolation",sourceSpan:new Ae(i,s),children:m.length===0?[]:[{type:"text",value:m,sourceSpan:new Ae(i.moveBy(2),s.moveBy(-2))}]})}n.removeChild(o)}})}function nb(e){e.walk(t=>{if(!t.children)return;if(t.children.length===0||t.children.length===1&&t.children[0].type==="text"&&Hr.trim(t.children[0].value).length===0){t.hasDanglingSpaces=t.children.length>0,t.children=[];return}let r=C9(t),n=G2(t);if(!r)for(let o=0;o<t.children.length;o++){let i=t.children[o];if(i.type!=="text")continue;let{leadingWhitespace:s,text:d,trailingWhitespace:f}=BS(i.value),m=i.prev,g=i.next;d?(i.value=d,i.sourceSpan=new Ae(i.sourceSpan.start.moveBy(s.length),i.sourceSpan.end.moveBy(-f.length)),s&&(m&&(m.hasTrailingSpaces=!0),i.hasLeadingSpaces=!0),f&&(i.hasTrailingSpaces=!0,g&&(g.hasLeadingSpaces=!0))):(t.removeChild(i),o--,(s||f)&&(m&&(m.hasTrailingSpaces=!0),g&&(g.hasLeadingSpaces=!0)))}t.isWhitespaceSensitive=r,t.isIndentationSensitive=n})}function ab(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 ob(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 lb(e,t){e.walk(r=>{r.cssDisplay=N9(r,t)})}function ib(e,t){e.walk(r=>{let{children:n}=r;if(n){if(n.length===0){r.isDanglingSpaceSensitive=k9(r);return}for(let o of n)o.isLeadingSpaceSensitive=D9(o,t),o.isTrailingSpaceSensitive=S9(o,t);for(let o=0;o<n.length;o++){let i=n[o];i.isLeadingSpaceSensitive=(o===0||i.prev.isTrailingSpaceSensitive)&&i.isLeadingSpaceSensitive,i.isTrailingSpaceSensitive=(o===n.length-1||i.next.isLeadingSpaceSensitive)&&i.isTrailingSpaceSensitive}}})}function sb(e,t,r){let{node:n}=e;switch(n.type){case"front-matter":return xr(n.raw);case"root":return t.__onHtmlRoot&&t.__onHtmlRoot(n),[at(fp(e,t,r)),He];case"element":case"ieConditionalComment":return pS(e,t,r);case"angularControlFlowBlock":return iS(e,t,r);case"angularControlFlowBlockParameters":return uS(e,t,r);case"angularControlFlowBlockParameter":return Hr.trim(n.expression);case"angularLetDeclaration":return at(["@let ",at([n.id," =",at(Jr([ct,r("init")]))]),";"]);case"angularLetDeclarationInitializer":return n.value;case"angularIcuExpression":return cS(e,t,r);case"angularIcuCase":return dS(e,t,r);case"ieConditionalStartComment":case"ieConditionalEndComment":return[Nl(n),Pl(n)];case"interpolation":return[Nl(n,t),...e.map(r,"children"),Pl(n,t)];case"text":{if(n.parent.type==="interpolation"){let i=/\n[^\S\n]*$/u,s=i.test(n.value),d=s?n.value.replace(i,""):n.value;return[xr(d),s?He:""]}let o=w9([$a(n,t),...nv(n),Pa(n,t)]);return Array.isArray(o)?W2(o):o}case"docType":return[at([Nl(n,t)," ",Xt(!1,n.value.replace(/^html\b/iu,"html"),/\s+/gu," ")]),Pl(n,t)];case"comment":return[$a(n,t),xr(t.originalText.slice(Ru(n),Tu(n))),Pa(n,t)];case"attribute":{if(n.value===null)return n.rawName;let o=rv(n.value),i=DS(o,'"');return[n.rawName,"=",i,xr(i==='"'?Xt(!1,o,'"',"""):Xt(!1,o,"'","'")),i]}case"cdata":default:throw new SS(n,"HTML")}}function iu(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 ph(e){return iu(e)[1]==="ng-container"}function fh(e){return iu(e)[1]==="ng-content"}function Ms(e){return e===null?null:iu(e)[0]}function ws(e,t){return e?`:${e}:${t}`:t}function hh(){return M0||(M0={},Ps(Do.HTML,["iframe|srcdoc","*|innerHTML","*|outerHTML"]),Ps(Do.STYLE,["*|style"]),Ps(Do.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"]),Ps(Do.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"])),M0}function Ps(e,t){for(let r of t)M0[r.toLowerCase()]=e}function ub(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 md(e){return Es||(c6=new Se({canSelfClose:!0}),Es=Object.assign(Object.create(null),{base:new Se({isVoid:!0}),meta:new Se({isVoid:!0}),area:new Se({isVoid:!0}),embed:new Se({isVoid:!0}),link:new Se({isVoid:!0}),img:new Se({isVoid:!0}),input:new Se({isVoid:!0}),param:new Se({isVoid:!0}),hr:new Se({isVoid:!0}),br:new Se({isVoid:!0}),source:new Se({isVoid:!0}),track:new Se({isVoid:!0}),wbr:new Se({isVoid:!0}),p:new Se({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 Se({closedByChildren:["tbody","tfoot"]}),tbody:new Se({closedByChildren:["tbody","tfoot"],closedByParent:!0}),tfoot:new Se({closedByChildren:["tbody"],closedByParent:!0}),tr:new Se({closedByChildren:["tr"],closedByParent:!0}),td:new Se({closedByChildren:["td","th"],closedByParent:!0}),th:new Se({closedByChildren:["td","th"],closedByParent:!0}),col:new Se({isVoid:!0}),svg:new Se({implicitNamespacePrefix:"svg"}),foreignObject:new Se({implicitNamespacePrefix:"svg",preventNamespaceInheritance:!0}),math:new Se({implicitNamespacePrefix:"math"}),li:new Se({closedByChildren:["li"],closedByParent:!0}),dt:new Se({closedByChildren:["dt","dd"]}),dd:new Se({closedByChildren:["dt","dd"],closedByParent:!0}),rb:new Se({closedByChildren:["rb","rt","rtc","rp"],closedByParent:!0}),rt:new Se({closedByChildren:["rb","rt","rtc","rp"],closedByParent:!0}),rtc:new Se({closedByChildren:["rb","rtc","rp"],closedByParent:!0}),rp:new Se({closedByChildren:["rb","rt","rtc","rp"],closedByParent:!0}),optgroup:new Se({closedByChildren:["optgroup"],closedByParent:!0}),option:new Se({closedByChildren:["option","optgroup"],closedByParent:!0}),pre:new Se({ignoreFirstLf:!0}),listing:new Se({ignoreFirstLf:!0}),style:new Se({contentType:$r.RAW_TEXT}),script:new Se({contentType:$r.RAW_TEXT}),title:new Se({contentType:{default:$r.ESCAPABLE_RAW_TEXT,svg:$r.PARSABLE_DATA}}),textarea:new Se({contentType:$r.ESCAPABLE_RAW_TEXT,ignoreFirstLf:!0})}),new tk().allKnownElementNames().forEach(t=>{!Es[t]&&Ms(t)===null&&(Es[t]=new Se({canSelfClose:!1}))})),Es[e]??c6}function Tg(e,t,r=null){let n=[],o=e.visit?i=>e.visit(i,r)||i.visit(e,r):i=>i.visit(e,r);return t.forEach(i=>{let s=o(i);s&&n.push(s)}),n}function cb(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];nk.forEach(o=>{if(o.test(r)||o.test(n))throw new Error(`['${r}', '${n}'] contains unusable interpolation symbol.`)})}}function db(e,t,r,n={}){let o=new ok(new vv(e,t),r,n);return o.tokenize(),new ak(mS(o.tokens),o.errors,o.nonNormalizedIcuExpressions)}function fo(e){return`Unexpected character "${e===0?"EOF":String.fromCharCode(e)}"`}function mh(e){return`Unknown entity "${e}" - use the "&#<decimal>;" or "&#x<hex>;" syntax`}function pb(e,t){return`Unable to parse entity "${t}" - ${e} character reference entities must end with ";"`}function et(e){return!Js(e)||e===0}function gh(e){return Js(e)||e===62||e===60||e===47||e===39||e===34||e===61||e===0}function fb(e){return(e<97||122<e)&&(e<65||90<e)&&(e<48||e>57)}function hb(e){return e===59||e===0||!fS(e)}function mb(e){return e===59||e===0||!Zs(e)}function gb(e){return e!==125}function vb(e,t){return Ig(e)===Ig(t)}function Ig(e){return e>=97&&e<=122?e-97+65:e}function vh(e){return Zs(e)||hd(e)||e===95}function yh(e){return e!==59&&et(e)}function mS(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 wh(e,t){return e.length>0&&e[e.length-1]===t}function bh(e,t){return eu[t]!==void 0?eu[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 zg(e,t={}){let{canSelfClose:r=!1,allowHtmComponentClosingTags:n=!1,isTagNameCaseSensitive:o=!1,getTagContentType:i,tokenizeAngularBlocks:s=!1,tokenizeAngularLetDeclaration:d=!1}=t;return lk().parse(e,"angular-html-parser",{tokenizeExpansionForms:s,interpolationConfig:void 0,canSelfClose:r,allowHtmComponentClosingTags:n,tokenizeBlocks:s,tokenizeLet:d},o,i)}function yb(e,t){let r=new SyntaxError(e+" ("+t.loc.start.line+":"+t.loc.start.column+")");return Object.assign(r,t)}function gS(e){let t=e.slice(0,zl);if(t!=="---"&&t!=="+++")return;let r=e.indexOf(`
|
|
279
|
+
`,zl);if(r===-1)return;let n=e.slice(zl,r).trim(),o=e.indexOf(`
|
|
280
|
+
${t}`,r),i=n;if(i||(i=t==="+++"?"toml":"yaml"),o===-1&&t==="---"&&i==="yaml"&&(o=e.indexOf(`
|
|
281
|
+
...`,r)),o===-1)return;let s=o+1+zl,d=e.charAt(s+1);if(!/\s?/u.test(d))return;let f=e.slice(0,s);return{type:"front-matter",language:i,explicitLanguage:n,value:e.slice(r+1,o),startDelimiter:t,endDelimiter:f.slice(-zl),raw:f}}function wb(e){let t=gS(e);if(!t)return{content:e};let{raw:r}=t;return{frontMatter:t,content:Xt(!1,r,/[^\n]/gu," ")+e.slice(r.length)}}function bb(e,t){let r=e.map(t);return r.some((n,o)=>n!==e[o])?r:e}function vS(e,t){if(e.value)for(let{regex:r,parse:n}of ck){let o=e.value.match(r);if(o)return n(e,t,o)}return null}function Eb(e,t,r){let[,n,o,i]=r,s=4+n.length,d=e.sourceSpan.start.moveBy(s),f=d.moveBy(i.length),[m,g]=(()=>{try{return[!0,t(i,d).children]}catch{return[!1,[{type:"text",value:i,sourceSpan:new Ae(d,f)}]]}})();return{type:"ieConditionalComment",complete:m,children:g,condition:Xt(!1,o.trim(),/\s+/gu," "),sourceSpan:e.sourceSpan,startSourceSpan:new Ae(e.sourceSpan.start,d),endSourceSpan:new Ae(f,e.sourceSpan.end)}}function xb(e,t,r){let[,n]=r;return{type:"ieConditionalStartComment",condition:Xt(!1,n.trim(),/\s+/gu," "),sourceSpan:e.sourceSpan}}function Cb(e){return{type:"ieConditionalEndComment",sourceSpan:e.sourceSpan}}function yS(e){if(e.type==="block"){if(e.name=Xt(!1,e.name.toLowerCase(),/\s+/gu," ").trim(),e.type="angularControlFlowBlock",!wp(e.parameters)){delete e.parameters;return}for(let t of e.parameters)t.type="angularControlFlowBlockParameter";e.parameters={type:"angularControlFlowBlockParameters",children:e.parameters,sourceSpan:new Ae(e.parameters[0].sourceSpan.start,ii(!1,e.parameters,-1).sourceSpan.end)}}}function wS(e){e.type==="letDeclaration"&&(e.type="angularLetDeclaration",e.id=e.name,e.init={type:"angularLetDeclarationInitializer",sourceSpan:new Ae(e.valueSpan.start,e.valueSpan.end),value:e.value},delete e.name,delete e.value)}function bS(e){(e.type==="plural"||e.type==="select")&&(e.clause=e.type,e.type="angularIcuExpression"),e.type==="expansionCase"&&(e.type="angularIcuCase")}function uv(e,t,r){let{name:n,canSelfClose:o=!0,normalizeTagName:i=!1,normalizeAttributeName:s=!1,allowHtmComponentClosingTags:d=!1,isTagNameCaseSensitive:f=!1,shouldParseAsRawText:m}=t,{rootNodes:g,errors:b}=zg(e,{canSelfClose:o,allowHtmComponentClosingTags:d,isTagNameCaseSensitive:f,getTagContentType:m?(...F)=>m(...F)?$r.RAW_TEXT:void 0:void 0,tokenizeAngularBlocks:n==="angular"?!0:void 0,tokenizeAngularLetDeclaration:n==="angular"?!0:void 0});if(n==="vue"){if(g.some(R=>R.type==="docType"&&R.value==="html"||R.type==="element"&&R.name.toLowerCase()==="html"))return uv(e,Pg,r);let F,A=p(()=>F??(F=zg(e,{canSelfClose:o,allowHtmComponentClosingTags:d,isTagNameCaseSensitive:f})),"y"),k=p(R=>A().rootNodes.find(({startSourceSpan:I})=>I&&I.start.offset===R.startSourceSpan.start.offset)??R,"M");for(let[R,I]of g.entries()){let{endSourceSpan:z,startSourceSpan:B}=I;if(z===null)b=A().errors,g[R]=k(I);else if(ES(I,r)){let O=A().errors.find(j=>j.span.start.offset>B.start.offset&&j.span.start.offset<z.end.offset);O&&Bg(O),g[R]=k(I)}}}b.length>0&&Bg(b[0]);let w=p(F=>{let A=F.name.startsWith(":")?F.name.slice(1).split(":")[0]:null,k=F.nameSpan.toString(),R=A!==null&&k.startsWith(`${A}:`),I=R?k.slice(A.length+1):k;F.name=I,F.namespace=A,F.hasExplicitNamespace=R},"d"),v=p(F=>{switch(F.type){case"element":w(F);for(let A of F.attrs)w(A),A.valueSpan?(A.value=A.valueSpan.toString(),/["']/u.test(A.value[0])&&(A.value=A.value.slice(1,-1))):A.value=null;break;case"comment":F.value=F.sourceSpan.toString().slice(4,-3);break;case"text":F.value=F.sourceSpan.toString();break}},"C"),x=p((F,A)=>{let k=F.toLowerCase();return A(k)?k:F},"A"),E=p(F=>{if(F.type==="element"&&(i&&(!F.namespace||F.namespace===F.tagDefinition.implicitNamespacePrefix||si(F))&&(F.name=x(F.name,A=>dk.has(A))),s))for(let A of F.attrs)A.namespace||(A.name=x(A.name,k=>P0.has(F.name)&&(P0.get("*").has(k)||P0.get(F.name).has(k))))},"D"),S=p(F=>{F.sourceSpan&&F.endSourceSpan&&(F.sourceSpan=new Ae(F.sourceSpan.start,F.endSourceSpan.end))},"R"),_=p(F=>{if(F.type==="element"){let A=md(f?F.name:F.name.toLowerCase());!F.namespace||F.namespace===A.implicitNamespacePrefix||si(F)?F.tagDefinition=A:F.tagDefinition=md("")}},"F");return Tg(new class extends rk{visitExpansionCase(F,A){n==="angular"&&this.visitChildren(A,k=>{k(F.expression)})}visit(F){v(F),_(F),E(F),S(F)}},g),g}function ES(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||Lu(t,{language:n})==="html"}function Bg(e){let{msg:t,span:{start:r,end:n}}=e;throw ik(t,{loc:{start:{line:r.line+1,column:r.col+1},end:{line:n.line+1,column:n.col+1}},cause:e})}function cv(e,t,r={},n=!0){let{frontMatter:o,content:i}=n?sk(e):{frontMatter:null,content:e},s=new vv(e,r.filepath),d=new Ed(s,0,0,0),f=d.moveBy(e.length),m={type:"root",sourceSpan:new Ae(d,f),children:uv(i,t,r)};if(o){let w=new Ed(s,0,0,0),v=w.moveBy(o.raw.length);o.sourceSpan=new Ae(w,v),m.children.unshift(o)}let g=new uk(m),b=p((w,v)=>{let{offset:x}=v,E=Xt(!1,e.slice(0,x),/[^\n\r]/gu," "),S=cv(E+w,t,r,!1);S.sourceSpan=new Ae(v,ii(!1,S.children,-1).sourceSpan.end);let _=S.children[0];return _.length===x?S.children.shift():(_.sourceSpan=new Ae(_.sourceSpan.start.moveBy(x),_.sourceSpan.end),_.value=_.value.slice(x)),S},"f");return g.walk(w=>{if(w.type==="comment"){let v=vS(w,b);v&&w.parent.replaceChild(w,v)}yS(w),wS(w),bS(w)}),g}function bs(e){return{parse:p((t,r)=>cv(t,e,r),"parse"),hasPragma:lS,astFormat:"html",locStart:Ru,locEnd:Tu}}var Db,Eh,xh,Ch,$n,Sb,kb,Dh,Ab,Xt,hp,mp,gd,su,uu,vd,li,cu,du,pu,yd,wd,Ta,bd,Qs,dv,gp,xS,Sh,_b,pv,kh,Ha,vp,Hl,Fb,Rb,ct,bt,He,CS,Tb,ii,Ns,Lg,DS,Or,Ah,Ib,zb,Bb,Lb,Hr,_h,Ob,SS,Bu,Mb,kS,Pb,AS,_S,FS,Lu,RS,TS,IS,zS,si,Nb,fv,BS,LS,hv,OS,MS,PS,NS,$S,HS,jS,VS,US,Og,WS,qS,Mg,GS,YS,O0,yp,KS,XS,Fh,mv,wp,gv,JS,$b,Il,Hb,jb,Vb,Ub,Wb,qb,ZS,QS,d0,Ed,Rh,vv,Th,Ae,p0,Ih,zh,ek,Gb,Yb,Kb,Xb,Bh,Lh,Jb,Zb,Oh,Qb,e6,t6,Mh,Ph,Do,r6,$r,M0,Nh,n6,a6,o6,l6,i6,s6,$h,u6,Hh,tk,jh,Se,c6,Es,Vh,ho,Uh,d6,Wh,p6,qh,f6,Gh,h6,Yh,m6,Kh,Hn,Xh,g6,Jh,v6,Zh,mo,Qh,em,tm,rm,nm,rk,eu,y6,nk,f0,w6,am,om,h0,lm,ak,b6,m0,im,g0,sm,ok,xs,um,Cs,E6,cm,v0,y0,_t,dm,x6,pm,C6,w0,D6,fm,S6,b0,lk,ik,zl,sk,Ds,hm,go,uk,ck,P0,dk,Pg,k6,A6,_6,F6,R6,pk,tP=K(()=>{Db=Object.defineProperty,Eh=p(e=>{throw TypeError(e)},"Xr"),xh=p((e,t)=>{for(var r in t)Db(e,r,{get:t[r],enumerable:!0})},"Jr"),Ch=p((e,t,r)=>t.has(e)||Eh("Cannot "+r),"Zr"),$n=p((e,t,r)=>(Ch(e,t,"read from private field"),r?r.call(e):t.get(e)),"Q"),Sb=p((e,t,r)=>t.has(e)?Eh("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),"en"),kb=p((e,t,r,n)=>(Ch(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),"tn"),Dh={},xh(Dh,{languages:p(()=>Xb,"languages"),options:p(()=>Zb,"options"),parsers:p(()=>Oh,"parsers"),printers:p(()=>R6,"printers")}),Ab=p((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=Ab,hp="string",mp="array",gd="cursor",su="indent",uu="align",vd="trim",li="group",cu="fill",du="if-break",pu="indent-if-break",yd="line-suffix",wd="line-suffix-boundary",Ta="line",bd="label",Qs="break-parent",dv=new Set([gd,su,uu,vd,li,cu,du,pu,yd,wd,Ta,bd,Qs]),p(F7,"ii"),gp=F7,xS=p(e=>new Intl.ListFormat("en-US",{type:"disjunction"}).format(e),"ai"),p(R7,"oi"),_b=(Sh=class extends Error{name="InvalidDocError";constructor(e){super(R7(e)),this.doc=e}},p(Sh,"lr"),Sh),pv=_b,kh=p(()=>{},"rn"),Ha=kh,vp=kh,p(Jr,"k"),p(U2,"nn"),p(at,"_"),p(m9,"sn"),p(g9,"an"),p(W2,"At"),p(lu,"ge"),p(v9,"on"),Hl={type:Qs},Fb={type:Ta,hard:!0},Rb={type:Ta,hard:!0,literal:!0},ct={type:Ta},bt={type:Ta,soft:!0},He=[Fb,Hl],CS=[Rb,Hl],p(No,"q"),Tb=p((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"),ii=Tb,p(ip,"Dt"),p(y9,"pi"),p(w9,"ln"),p(xr,"B"),Ns="'",Lg='"',p(T7,"hi"),DS=T7,p(I7,"cr"),Ib=(Ah=class{constructor(e){Sb(this,Or),kb(this,Or,new Set(e))}getLeadingWhitespaceCount(e){let t=$n(this,Or),r=0;for(let n=0;n<e.length&&t.has(e.charAt(n));n++)r++;return r}getTrailingWhitespaceCount(e){let t=$n(this,Or),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 $n(this,Or).has(e.charAt(0))}hasTrailingWhitespace(e){return $n(this,Or).has(ii(!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=`[${I7([...$n(this,Or)].join(""))}]+`,n=new RegExp(t?`(${r})`:r,"u");return e.split(n)}hasWhitespaceCharacter(e){let t=$n(this,Or);return Array.prototype.some.call(e,r=>t.has(r))}hasNonWhitespaceCharacter(e){let t=$n(this,Or);return Array.prototype.some.call(e,r=>!t.has(r))}isWhitespaceOnly(e){let t=$n(this,Or);return Array.prototype.every.call(e,r=>t.has(r))}},p(Ah,"pr"),Ah),Or=new WeakMap,zb=Ib,Bb=[" ",`
|
|
282
|
+
`,"\f","\r"," "],Lb=new zb(Bb),Hr=Lb,Ob=(_h=class extends Error{name="UnexpectedNodeError";constructor(e,t,r="type"){super(`Unexpected ${t} node ${r}: ${JSON.stringify(e[r])}.`),this.node=e}},p(_h,"hr"),_h),SS=Ob,p(z7,"di"),Bu=z7,Mb=new Set(["sourceSpan","startSourceSpan","endSourceSpan","nameSpan","valueSpan","keySpan","tagDefinition","tokens","valueTokens","switchValueSourceSpan","expSourceSpan","valueSourceSpan"]),kS=new Set(["if","else if","for","switch","case"]),p(ch,"fn"),ch.ignoredProperties=Mb,Pb=ch,p(B7,"Si"),AS=B7,p(Au,"Ce"),p($o,"j"),p(Cr,"T"),p(L7,"_i"),_S=L7,FS=p(e=>String(e).split(/[/\\]/u).pop(),"Ei"),p(_g,"Sn"),p(b9,"Ai"),p(O7,"Di"),Lu=O7,RS="inline",TS={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"},IS="normal",zS={listing:"pre",plaintext:"pre",pre:"pre",xmp:"pre",nobr:"nowrap",table:"initial",textarea:"pre-wrap"},p(M7,"vi"),si=M7,Nb=p(e=>Xt(!1,e,/^[\t\f\r ]*\n/gu,""),"yi"),fv=p(e=>Nb(Hr.trimEnd(e)),"mr"),BS=p(e=>{let t=e,r=Hr.getLeadingWhitespace(t);r&&(t=t.slice(r.length));let n=Hr.getTrailingWhitespace(t);return n&&(t=t.slice(0,-n.length)),{leadingWhitespace:r,trailingWhitespace:n,text:t}},"vn"),p(q2,"yt"),p(_u,"Ee"),p(E9,"wi"),p(dr,"$"),p(bn,"U"),p(x9,"yn"),p(C9,"wn"),p(G2,"fr"),p(D9,"bn"),p(S9,"Tn"),p(k9,"xn"),p(Ls,"Qe"),p(A9,"kn"),p(Y2,"dr"),p(L0,"wt"),p(_9,"bi"),p(K2,"Bn"),p(X2,"Ln"),p(J2,"Fn"),p(Z2,"Nn"),p(sp,"bt"),p(F9,"Ti"),p(Q2,"Pn"),p(R9,"xi"),p(T9,"ki"),p(I9,"Bi"),p(Fg,"gr"),p(wi,"Xe"),p(z9,"Li"),p(B9,"Fi"),p(L9,"Ni"),p(O9,"Pi"),p(M9,"Ii"),p(Io,"_e"),p(P9,"Ri"),p(N9,"In"),p(ev,"Rn"),p($9,"$i"),p(tv,"Cr"),p(rv,"Sr"),p(Zn,"P"),LS=new Set(["template","style","script"]),p(Fu,"Je"),p(Ho,"Ae"),p(up,"Tt"),p(H9,"$n"),p(j9,"On"),p(nv,"xt"),p(av,"kt"),hv=/\{\{(.+?)\}\}/su,p(V9,"Mn"),p(s0,"Er"),OS=s0({parser:"__ng_action"}),MS=s0({parser:"__ng_binding"}),PS=s0({parser:"__ng_directive"}),p(P7,"Vi"),NS=P7,p(N7,"Ui"),$S=N7,p(Rg,"Vn"),HS=/^[ \t\n\r\u000c]+/,jS=/^[, \t\n\r\u000c]+/,VS=/^[^ \t\n\r\u000c]+/,US=/[,]+$/,Og=/^\d+$/,WS=/^-?(?:[0-9]+|[0-9]*\.[0-9]+)(?:[eE][+-]?[0-9]+)?$/,p($7,"Ki"),qS=$7,p(H7,"Qi"),Mg={width:"w",height:"h",density:"x"},GS=Object.keys(Mg),p(U9,"Ji"),YS=H7,p(W9,"Yn"),O0=new WeakMap,p(j7,"Zi"),yp=j7,p(q9,"jn"),p(G9,"Kn"),p(Y9,"Qn"),p(K9,"Xn"),p(X9,"ea"),p(V7,"ta"),p(J9,"ra"),p(Z9,"na"),p(ov,"Jn"),KS=V7,p(U7,"sa"),p(Q9,"ia"),XS=U7,Fh=new Proxy(()=>{},{get:p(()=>Fh,"get")}),mv=Fh,p(W7,"aa"),wp=W7,p(Ru,"se"),p(Tu,"ie"),p(pd,"Ze"),p(eS,"oa"),p(Pl,"De"),p(tS,"ua"),p(Pa,"W"),p(cp,"Bt"),p(bi,"ve"),p(lv,"rs"),p(Na,"K"),p(Ei,"ye"),p(oi,"we"),p(Iu,"et"),p(rS,"la"),p(zu,"tt"),p(nS,"ca"),p(aS,"pa"),p(fd,"rt"),p(Nl,"be"),p($a,"z"),p(dp,"Lt"),p(pp,"Ft"),p(q7,"ha"),gv=q7,JS=new Set(["if","else if","for","switch","case"]),p(G7,"fa"),$b=G7,Il=null,p($l,"st"),Hb=10;for(let e=0;e<=Hb;e++)$l();p(oS,"vr"),p(Y7,"ga"),jb=Y7,Vb={"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"]},Ub=Vb,Wb=jb(Ub),qb=Wb,p(lS,"os"),p(K7,"us"),ZS=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"])]]),p(iv,"cs"),p(Tl,"it"),p(Os,"Pt"),p(fp,"He"),p(iS,"ps"),p(sv,"hs"),p(sS,"_a"),p(uS,"ms"),p(cS,"fs"),p(dS,"ds"),p(pS,"gs"),p(Js,"at"),p(hd,"It"),p(Zs,"ot"),p(fS,"Cs"),p(u0,"Rt"),p(dh,"yr"),p(c0,"$t"),QS=/-+([a-z0-9])/g,p(X7,"_s"),Ed=(d0=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,i=this.col;for(;n>0&&e<0;)if(n--,e++,t.charCodeAt(n)==10){o--;let s=t.substring(0,n-1).lastIndexOf(`
|
|
283
|
+
`);i=s>0?n-s:n}else i--;for(;n<r&&e>0;){let s=t.charCodeAt(n);n++,e--,s==10?(o++,i=0):i++}return new d0(this.file,n,o,i)}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,i=0,s=0;for(;i<e&&n>0&&(n--,i++,!(r[n]==`
|
|
284
|
+
`&&++s==t)););for(i=0,s=0;i<e&&o<r.length-1&&(o++,i++,!(r[o]==`
|
|
285
|
+
`&&++s==t)););return{before:r.substring(n,this.offset),after:r.substring(this.offset,o+1)}}return null}},p(d0,"t"),d0),vv=(Rh=class{constructor(e,t){this.content=e,this.url=t}},p(Rh,"Te"),Rh),Ae=(Th=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)}},p(Th,"h"),Th),function(e){e[e.WARNING=0]="WARNING",e[e.ERROR=1]="ERROR"}(p0||(p0={})),zh=(Ih=class{constructor(e,t,r=p0.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}[${p0[this.level]} ->]${e.after}")`:this.msg}toString(){let e=this.span.details?`, ${this.span.details}`:"";return`${this.contextualMessage()}: ${this.span.start}${e}`}},p(Ih,"Ue"),Ih),ek=[Z7,Q7,eb,rb,nb,lb,ab,ob,ib,tb],p(J7,"Da"),p(Z7,"va"),p(Q7,"ya"),p(hS,"wa"),p(eb,"ba"),p(tb,"Ta"),p(rb,"xa"),p(nb,"ka"),p(ab,"Ba"),p(ob,"La"),p(lb,"Fa"),p(ib,"Na"),Gb=J7,p(sb,"Pa"),Yb={preprocess:Gb,print:sb,insertPragma:K7,massageAstNode:Pb,embed:$b,getVisitorKeys:qb},Kb=Yb,Xb=[{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"]}],Bh={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."}},Lh="HTML",Jb={bracketSameLine:Bh.bracketSameLine,htmlWhitespaceSensitivity:{category:Lh,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:Bh.singleAttributePerLine,vueIndentScriptAndStyle:{category:Lh,type:"boolean",default:!1,description:"Indent script and style tags in Vue files."}},Zb=Jb,Oh={},xh(Oh,{angular:p(()=>A6,"angular"),html:p(()=>k6,"html"),lwc:p(()=>F6,"lwc"),vue:p(()=>_6,"vue")}),function(e){e[e.Emulated=0]="Emulated",e[e.None=2]="None",e[e.ShadowDom=3]="ShadowDom"}(Qb||(Qb={})),function(e){e[e.OnPush=0]="OnPush",e[e.Default=1]="Default"}(e6||(e6={})),function(e){e[e.None=0]="None",e[e.SignalBased=1]="SignalBased",e[e.HasDecoratorInputTransform=2]="HasDecoratorInputTransform"}(t6||(t6={})),Mh={name:"custom-elements"},Ph={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"}(Do||(Do={})),function(e){e[e.Error=0]="Error",e[e.Warning=1]="Warning",e[e.Ignore=2]="Ignore"}(r6||(r6={})),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"}($r||($r={})),p(iu,"ut"),p(ph,"xr"),p(fh,"kr"),p(Ms,"We"),p(ws,"ze"),p(hh,"Br"),p(Ps,"Mt"),n6=(Nh=class{},p(Nh,"Ht"),Nh),a6="boolean",o6="number",l6="string",i6="object",s6=["[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"})),u6=Array.from($h).reduce((e,[t,r])=>(e.set(t,r),e),new Map),tk=(Hh=class extends n6{constructor(){super(),this._schema=new Map,this._eventSchema=new Map,s6.forEach(e=>{let t=new Map,r=new Set,[n,o]=e.split("|"),i=o.split(","),[s,d]=n.split("^");s.split(",").forEach(m=>{this._schema.set(m.toLowerCase(),t),this._eventSchema.set(m.toLowerCase(),r)});let f=d&&this._schema.get(d.toLowerCase());if(f){for(let[m,g]of f)t.set(m,g);for(let m of this._eventSchema.get(d.toLowerCase()))r.add(m)}i.forEach(m=>{if(m.length>0)switch(m[0]){case"*":r.add(m.substring(1));break;case"!":t.set(m.substring(1),a6);break;case"#":t.set(m.substring(1),o6);break;case"%":t.set(m.substring(1),i6);break;default:t.set(m,l6)}})})}hasProperty(e,t,r){if(r.some(n=>n.name===Ph.name))return!0;if(e.indexOf("-")>-1){if(ph(e)||fh(e))return!1;if(r.some(n=>n.name===Mh.name))return!0}return(this._schema.get(e.toLowerCase())||this._schema.get("unknown")).has(t)}hasElement(e,t){return t.some(r=>r.name===Ph.name)||e.indexOf("-")>-1&&(ph(e)||fh(e)||t.some(r=>r.name===Mh.name))?!0:this._schema.has(e.toLowerCase())}securityContext(e,t,r){r&&(t=this.getMappedPropName(t)),e=e.toLowerCase(),t=t.toLowerCase();let n=hh()[e+"|"+t];return n||(n=hh()["*|"+t],n||Do.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)})=...
|
|
286
|
+
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=>u6.get(r)??r)}allKnownEventsOfElement(e){return Array.from(this._eventSchema.get(e.toLowerCase())??[])}normalizeAnimationStyleProperty(e){return X7(e)}normalizeAnimationStyleValue(e,t,r){let n="",o=r.toString().trim(),i=null;if(ub(e)&&r!==0&&r!=="0")if(typeof r=="number")n="px";else{let s=r.match(/^[+-]?[\d\.]+([a-z]*)$/);s&&s[1].length==0&&(i=`Please provide a CSS unit value for ${t}:${r}`)}return{error:i,value:o+n}}},p(Hh,"Vt"),Hh),p(ub,"Ua"),Se=(jh=class{constructor({closedByChildren:e,implicitNamespacePrefix:t,contentType:r=$r.PARSABLE_DATA,closedByParent:n=!1,isVoid:o=!1,ignoreFirstLf:i=!1,preventNamespaceInheritance:s=!1,canSelfClose:d=!1}={}){this.closedByChildren={},this.closedByParent=!1,e&&e.length>0&&e.forEach(f=>this.closedByChildren[f]=!0),this.isVoid=o,this.closedByParent=n||o,this.implicitNamespacePrefix=t||null,this.contentType=r,this.ignoreFirstLf=i,this.preventNamespaceInheritance=s,this.canSelfClose=d??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}},p(jh,"m"),jh),p(md,"Ge"),ho=(Vh=class{constructor(e,t){this.sourceSpan=e,this.i18n=t}},p(Vh,"oe"),Vh),d6=(Uh=class extends ho{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)}},p(Uh,"Ut"),Uh),p6=(Wh=class extends ho{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)}},p(Wh,"Wt"),Wh),f6=(qh=class extends ho{constructor(e,t,r,n,o,i){super(n,i),this.switchValue=e,this.type=t,this.cases=r,this.switchValueSourceSpan=o}visit(e,t){return e.visitExpansion(this,t)}},p(qh,"zt"),qh),h6=(Gh=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)}},p(Gh,"Gt"),Gh),m6=(Yh=class extends ho{constructor(e,t,r,n,o,i,s){super(r,s),this.name=e,this.value=t,this.keySpan=n,this.valueSpan=o,this.valueTokens=i,this.type="attribute"}visit(e,t){return e.visitAttribute(this,t)}get nameSpan(){return this.keySpan}},p(Yh,"Yt"),Yh),Hn=(Kh=class extends ho{constructor(e,t,r,n,o,i=null,s=null,d){super(n,d),this.name=e,this.attrs=t,this.children=r,this.startSourceSpan=o,this.endSourceSpan=i,this.nameSpan=s,this.type="element"}visit(e,t){return e.visitElement(this,t)}},p(Kh,"G"),Kh),g6=(Xh=class{constructor(e,t){this.value=e,this.sourceSpan=t,this.type="comment"}visit(e,t){return e.visitComment(this,t)}},p(Xh,"jt"),Xh),v6=(Jh=class{constructor(e,t){this.value=e,this.sourceSpan=t,this.type="docType"}visit(e,t){return e.visitDocType(this,t)}},p(Jh,"Kt"),Jh),mo=(Zh=class extends ho{constructor(e,t,r,n,o,i,s=null,d){super(n,d),this.name=e,this.parameters=t,this.children=r,this.nameSpan=o,this.startSourceSpan=i,this.endSourceSpan=s,this.type="block"}visit(e,t){return e.visitBlock(this,t)}},p(Zh,"Z"),Zh),em=(Qh=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)}},p(Qh,"ct"),Qh),rm=(tm=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)}},p(tm,"pt"),tm),p(Tg,"Qt"),rk=(nm=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(i){i&&r.push(Tg(n,i,e))}return p(o,"i"),t(o),Array.prototype.concat.apply([],r)}},p(nm,"ht"),nm),eu={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:`
|
|
287
|
+
`,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:""},y6="",eu.ngsp=y6,nk=[/@/,/^\s*$/,/[<>]/,/^[{}]$/,/&(#|[a-z])/i,/^\/\//],p(cb,"Ls"),w6=(f0=class{static fromArray(e){return e?(cb("interpolation",e),new f0(e[0],e[1])):am}constructor(e,t){this.start=e,this.end=t}},p(f0,"t"),f0),am=new w6("{{","}}"),h0=(om=class extends zh{constructor(e,t,r){super(r,e),this.tokenType=t}},p(om,"ft"),om),ak=(lm=class{constructor(e,t,r){this.tokens=e,this.errors=t,this.nonNormalizedIcuExpressions=r}},p(lm,"$r"),lm),p(db,"Ws"),b6=/\r\n?/g,p(fo,"je"),p(mh,"Rs"),p(pb,"ho"),function(e){e.HEX="hexadecimal",e.DEC="decimal"}(m0||(m0={})),g0=(im=class{constructor(e){this.error=e}},p(im,"dt"),im),ok=(sm=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||am,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 E6(e,n):new um(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(b6,`
|
|
288
|
+
`)}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=>Js(r)?!e:vh(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(et),this._attemptCharCode(41))this._attemptCharCodeUntilFn(et);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(yh);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&&c0(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(yh)}}_consumeLetDeclaration(e){if(this._beginToken(30,e),Js(this._cursor.peek()))this._attemptCharCodeUntilFn(et);else{let r=this._endToken([this._cursor.getChars(e)]);r.type=33;return}let t=this._endToken([this._getLetDeclarationName()]);if(this._attemptCharCodeUntilFn(et),!this._attemptCharCode(61)){t.type=33;return}this._attemptCharCodeUntilFn(r=>et(r)&&!u0(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=>Zs(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;c0(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(gb(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 h0("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 h0("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 h0(e,this._currentTokenType,t);return this._currentTokenStart=null,this._currentTokenType=null,new g0(r)}handleError(e){if(e instanceof v0&&(e=this._createError(e.msg,this._cursor.getSpan(e.cursor))),e instanceof g0)this.errors.push(e.error);else throw e}_attemptCharCode(e){return this._cursor.peek()===e?(this._cursor.advance(),!0):!1}_attemptCharCodeCaseInsensitive(e){return vb(this._cursor.peek(),e)?(this._cursor.advance(),!0):!1}_requireCharCode(e){let t=this._cursor.clone();if(!this._attemptCharCode(e))throw this._createError(fo(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(fo(this._cursor.peek()),this._cursor.getSpan(t))}_requireStrCaseInsensitive(e){let t=this._cursor.clone();if(!this._attemptStrCaseInsensitive(e))throw this._createError(fo(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(fo(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(hb),this._cursor.peek()!=59){this._cursor.advance();let i=r?m0.HEX:m0.DEC;throw this._createError(pb(i,this._cursor.getChars(t)),this._cursor.getSpan())}let o=this._cursor.getChars(n);this._cursor.advance();try{let i=parseInt(o,r?16:10);this._endToken([String.fromCharCode(i),this._cursor.getChars(t)])}catch{throw this._createError(mh(this._cursor.getChars(t)),this._cursor.getSpan())}}else{let r=this._cursor.clone();if(this._attemptCharCodeUntilFn(mb),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=eu[n];if(!o)throw this._createError(mh(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&&!fb(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(gh,t===""?0:1);let n=this._cursor.getChars(r);return[t,n]}_consumeTagOpen(e){let t,r,n,o=[];try{if(!Zs(this._cursor.peek()))throw this._createError(fo(this._cursor.peek()),this._cursor.getSpan(e));for(n=this._consumeTagOpenStart(e),r=n.parts[0],t=n.parts[1],this._attemptCharCodeUntilFn(et);this._cursor.peek()!==47&&this._cursor.peek()!==62&&this._cursor.peek()!==60&&this._cursor.peek()!==0;){let[s,d]=this._consumeAttributeName();if(this._attemptCharCodeUntilFn(et),this._attemptCharCode(61)){this._attemptCharCodeUntilFn(et);let f=this._consumeAttributeValue();o.push({prefix:s,name:d,value:f})}else o.push({prefix:s,name:d});this._attemptCharCodeUntilFn(et)}this._consumeTagOpenEnd()}catch(s){if(s instanceof g0){n?n.type=4:(this._beginToken(5,e),this._endToken(["<"]));return}throw s}if(this._canSelfClose&&this.tokens[this.tokens.length-1].type===2)return;let i=this._getTagContentType(t,r,this._fullNameStack.length>0,o);this._handleFullNameStackForTagOpen(r,t),i===$r.RAW_TEXT?this._consumeRawTextWithTagClose(r,t,!1):i===$r.ESCAPABLE_RAW_TEXT&&this._consumeRawTextWithTagClose(r,t,!0)}_consumeRawTextWithTagClose(e,t,r){this._consumeRawText(r,()=>!this._attemptCharCode(60)||!this._attemptCharCode(47)||(this._attemptCharCodeUntilFn(et),!this._attemptStrCaseInsensitive(e?`${e}:${t}`:t))?!1:(this._attemptCharCodeUntilFn(et),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(fo(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=p(()=>this._cursor.peek()===t,"n");e=this._consumeWithInterpolation(16,17,r,r),this._consumeQuote(t)}else{let t=p(()=>gh(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(et),this._allowHtmComponentClosingTags&&this._attemptCharCode(47))this._attemptCharCodeUntilFn(et),this._requireCharCode(62),this._endToken([]);else{let[t,r]=this._consumePrefixAndName();this._attemptCharCodeUntilFn(et),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(et),this._beginToken(7);let r=this._readUntil(44);this._endToken([r]),this._requireCharCode(44),this._attemptCharCodeUntilFn(et)}_consumeExpansionCaseStart(){this._beginToken(21);let e=this._readUntil(123).trim();this._endToken([e]),this._attemptCharCodeUntilFn(et),this._beginToken(22),this._requireCharCode(123),this._endToken([]),this._attemptCharCodeUntilFn(et),this._expansionCaseStack.push(22)}_consumeExpansionCaseEnd(){this._beginToken(23),this._requireCharCode(125),this._endToken([]),this._attemptCharCodeUntilFn(et),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 s=this._cursor.clone();this._interpolationConfig&&this._attemptStr(this._interpolationConfig.start)?(this._endToken([this._processCarriageReturns(o.join(""))],s),o.length=0,this._consumeInterpolation(t,s,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 i=this._processCarriageReturns(o.join(""));return this._endToken([i]),i}_consumeInterpolation(e,t,r){let n=[];this._beginToken(e,t),n.push(this._interpolationConfig.start);let o=this._cursor.clone(),i=null,s=!1;for(;this._cursor.peek()!==0&&(r===null||!r());){let d=this._cursor.clone();if(this._isTagStart()){this._cursor=d,n.push(this._getProcessedChars(o,d)),this._endToken(n);return}if(i===null)if(this._attemptStr(this._interpolationConfig.end)){n.push(this._getProcessedChars(o,d)),n.push(this._interpolationConfig.end),this._endToken(n);return}else this._attemptStr("//")&&(s=!0);let f=this._cursor.peek();this._cursor.advance(),f===92?this._cursor.advance():f===i?i=null:!s&&i===null&&c0(f)&&(i=f)}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(),vh(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=ws(e,t);(this._fullNameStack.length===0||this._fullNameStack[this._fullNameStack.length-1]===r)&&this._fullNameStack.push(r)}_handleFullNameStackForTagClose(e,t){let r=ws(e,t);this._fullNameStack.length!==0&&this._fullNameStack[this._fullNameStack.length-1]===r&&this._fullNameStack.pop()}},p(sm,"Or"),sm),p(et,"b"),p(gh,"$s"),p(fb,"mo"),p(hb,"fo"),p(mb,"go"),p(gb,"Co"),p(vb,"So"),p(Ig,"Os"),p(vh,"Ms"),p(yh,"qs"),p(mS,"_o"),um=(xs=class{constructor(e,t){if(e instanceof xs){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 xs(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),i=r!==e?this.locationFromCursor(r):n;return new Ae(n,o,i)}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 v0('Unexpected character "EOF"',this);let t=this.charAt(e.offset);t===10?(e.line++,e.column=0):u0(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 Ed(e.file,e.state.offset,e.state.line,e.state.column)}},p(xs,"t"),xs),E6=(Cs=class extends um{constructor(e,t){e instanceof Cs?(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 Cs(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=p(()=>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(dh(e())){let t="",r=0,n=this.clone();for(;dh(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 u0(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 v0("Invalid hexadecimal escape sequence",e);return n}},p(Cs,"t"),Cs),v0=(cm=class{constructor(e,t){this.msg=e,this.cursor=t}},p(cm,"gt"),cm),_t=(y0=class extends zh{static create(e,t,r){return new y0(e,t,r)}constructor(e,t,r){super(t,r),this.elementName=e}},p(y0,"t"),y0),x6=(dm=class{constructor(e,t){this.rootNodes=e,this.errors=t}},p(dm,"Vr"),dm),C6=(pm=class{constructor(e){this.getTagDefinition=e}parse(e,t,r,n=!1,o){let i=p(v=>(x,...E)=>v(x.toLowerCase(),...E),"a"),s=n?this.getTagDefinition:i(this.getTagDefinition),d=p(v=>s(v).getContentType(),"u"),f=n?o:i(o),m=db(e,t,o?(v,x,E,S)=>{let _=f(v,x,E,S);return _!==void 0?_:d(v)}:d,r),g=r&&r.canSelfClose||!1,b=r&&r.allowHtmComponentClosingTags||!1,w=new D6(m.tokens,s,g,b,n);return w.build(),new x6(w.rootNodes,m.errors.concat(w.errors))}},p(pm,"nr"),pm),D6=(w0=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 mo&&this.errors.push(_t.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 p6(r,new Ae(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 Ae(e.sourceSpan.start,r.sourceSpan.end,e.sourceSpan.fullStart);this._addToParent(new g6(n,o))}_consumeDocType(e){let t=this._advanceIf(7),r=this._advanceIf(19),n=t!=null?t.parts[0].trim():null,o=new Ae(e.sourceSpan.start,(r||t||e).sourceSpan.end);this._addToParent(new v6(n,o))}_consumeExpansion(e){let t=this._advance(),r=this._advance(),n=[];for(;this._peek.type===21;){let i=this._parseExpansionCase();if(!i)return;n.push(i)}if(this._peek.type!==24){this.errors.push(_t.create(null,this._peek.sourceSpan,"Invalid ICU message. Missing '}'."));return}let o=new Ae(e.sourceSpan.start,this._peek.sourceSpan.end,e.sourceSpan.fullStart);this._addToParent(new f6(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(_t.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 w0(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 i=new Ae(e.sourceSpan.start,n.sourceSpan.end,e.sourceSpan.fullStart),s=new Ae(t.sourceSpan.start,n.sourceSpan.end,t.sourceSpan.fullStart);return new h6(e.parts[0],o.rootNodes,i,e.sourceSpan,s)}_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(wh(r,22)){if(r.pop(),r.length===0)return t}else return this.errors.push(_t.create(null,e.sourceSpan,"Invalid ICU message. Missing '}'.")),null;if(this._peek.type===24)if(wh(r,20))r.pop();else return this.errors.push(_t.create(null,e.sourceSpan,"Invalid ICU message. Missing '}'.")),null;if(this._peek.type===34)return this.errors.push(_t.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]==`
|
|
289
|
+
`){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]===`
|
|
290
|
+
`){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,bh):e.type===9?n+=e.parts[0]:n+=e.parts.join("");if(n.length>0){let o=e.sourceSpan;this._addToParent(new d6(n,new Ae(r.start,o.end,r.fullStart,r.details),t))}}_closeVoidElement(){let e=this._getContainer();e instanceof Hn&&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()),i=!1;if(this._peek.type===2){this._advance(),i=!0;let w=this.getTagDefinition(o);this.canSelfClose||w.canSelfClose||Ms(o)!==null||w.isVoid||this.errors.push(_t.create(o,e.sourceSpan,`Only void, custom and foreign elements can be self closed "${e.parts[1]}"`))}else this._peek.type===1&&(this._advance(),i=!1);let s=this._peek.sourceSpan.fullStart,d=new Ae(e.sourceSpan.start,s,e.sourceSpan.fullStart),f=new Ae(e.sourceSpan.start,s,e.sourceSpan.fullStart),m=new Ae(e.sourceSpan.start.moveBy(1),e.sourceSpan.end),g=new Hn(o,n,[],d,f,void 0,m),b=this._getContainer();this._pushContainer(g,b instanceof Hn&&this.getTagDefinition(b.name).isClosedByChild(g.name)),i?this._popContainer(o,Hn,d):e.type===4&&(this._popContainer(o,Hn,null),this.errors.push(_t.create(o,d,`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(_t.create(t,e.sourceSpan,`Void elements do not have end tags "${e.parts[1]}"`));else if(!this._popContainer(t,Hn,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(_t.create(t,e.sourceSpan,r))}}_popContainer(e,t,r){let n=!1;for(let o=this._containerStack.length-1;o>=0;o--){let i=this._containerStack[o];if(Ms(i.name)?i.name===e:(e==null||i.name.toLowerCase()===e.toLowerCase())&&i instanceof t)return i.endSourceSpan=r,i.sourceSpan.end=r!==null?r.end:i.sourceSpan.end,this._containerStack.splice(o,this._containerStack.length-o),!n;(i instanceof mo||i instanceof Hn&&!this.getTagDefinition(i.name).closedByParent)&&(n=!0)}return!1}_consumeAttr(e){let t=ws(e.parts[0],e.parts[1]),r=e.sourceSpan.end,n;this._peek.type===15&&(n=this._advance());let o="",i=[],s,d;if(this._peek.type===16)for(s=this._peek.sourceSpan,d=this._peek.sourceSpan.end;this._peek.type===16||this._peek.type===17||this._peek.type===9;){let m=this._advance();i.push(m),m.type===17?o+=m.parts.join("").replace(/&([^;]+);/g,bh):m.type===9?o+=m.parts[0]:o+=m.parts.join(""),d=r=m.sourceSpan.end}this._peek.type===15&&(d=r=this._advance().sourceSpan.end);let f=s&&d&&new Ae(n?.sourceSpan.start??s.start,d,n?.sourceSpan.fullStart??s.fullStart);return new m6(t,o,new Ae(e.sourceSpan.start,r,e.sourceSpan.fullStart),e.sourceSpan,f,i.length>0?i:void 0,void 0)}_consumeBlockOpen(e){let t=[];for(;this._peek.type===28;){let s=this._advance();t.push(new em(s.parts[0],s.sourceSpan))}this._peek.type===26&&this._advance();let r=this._peek.sourceSpan.fullStart,n=new Ae(e.sourceSpan.start,r,e.sourceSpan.fullStart),o=new Ae(e.sourceSpan.start,r,e.sourceSpan.fullStart),i=new mo(e.parts[0],t,[],n,e.sourceSpan,o);this._pushContainer(i,!1)}_consumeBlockClose(e){this._popContainer(null,mo,e.sourceSpan)||this.errors.push(_t.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 "}" HTML entity instead.'))}_consumeIncompleteBlock(e){let t=[];for(;this._peek.type===28;){let s=this._advance();t.push(new em(s.parts[0],s.sourceSpan))}let r=this._peek.sourceSpan.fullStart,n=new Ae(e.sourceSpan.start,r,e.sourceSpan.fullStart),o=new Ae(e.sourceSpan.start,r,e.sourceSpan.fullStart),i=new mo(e.parts[0],t,[],n,e.sourceSpan,o);this._pushContainer(i,!1),this._popContainer(null,mo,null),this.errors.push(_t.create(e.parts[0],n,`Incomplete block "${e.parts[0]}". If you meant to write the @ character, you should use the "@" HTML entity instead.`))}_consumeLet(e){let t=e.parts[0],r,n;if(this._peek.type!==31){this.errors.push(_t.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(_t.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,i=new Ae(e.sourceSpan.start,o,e.sourceSpan.fullStart),s=e.sourceSpan.toString().lastIndexOf(t),d=e.sourceSpan.start.moveBy(s),f=new Ae(d,e.sourceSpan.end),m=new rm(t,r.parts[0],i,f,r.sourceSpan);this._addToParent(m)}_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),i=new Ae(o,e.sourceSpan.end),s=new Ae(e.sourceSpan.start,e.sourceSpan.start.moveBy(0)),d=new rm(t,"",e.sourceSpan,i,s);this._addToParent(d)}this.errors.push(_t.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 Hn)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=iu(r.name)[1];this.getTagDefinition(n).preventNamespaceInheritance||(e=Ms(r.name))}return ws(e,t)}},p(w0,"t"),w0),p(wh,"zs"),p(bh,"Gs"),S6=(fm=class extends C6{constructor(){super(md)}parse(e,t,r,n=!1,o){return super.parse(e,t,r,n,o)}},p(fm,"sr"),fm),b0=null,lk=p(()=>(b0||(b0=new S6),b0),"Eo"),p(zg,"zr"),p(yb,"Ao"),ik=yb,zl=3,p(gS,"Do"),p(wb,"vo"),sk=wb,Ds={attrs:!0,children:!0,cases:!0,expression:!0},hm=new Set(["parent"]),uk=(go=class{constructor(e={}){for(let t of new Set([...hm,...Object.keys(e)]))this.setProperty(t,e[t])}setProperty(e,t){if(this[e]!==t){if(e in Ds&&(t=t.map(r=>this.createChild(r))),!hm.has(e)){this[e]=t;return}Object.defineProperty(this,e,{value:t,enumerable:!1,configurable:!0})}}map(e){let t;for(let r in Ds){let n=this[r];if(n){let o=bb(n,i=>i.map(e));t!==n&&(t||(t=new go({parent:this.parent})),t.setProperty(r,o))}}if(t)for(let r in this)r in Ds||(t[r]=this[r]);return e(t||this)}walk(e){for(let t in Ds){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 go?e.clone():new go(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 go(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]))}},p(go,"t"),go),p(bb,"yo"),ck=[{regex:/^(\[if([^\]]*)\]>)(.*?)<!\s*\[endif\]$/su,parse:Eb},{regex:/^\[if([^\]]*)\]><!$/u,parse:xb},{regex:/^<!\s*\[endif\]$/u,parse:Cb}],p(vS,"Qs"),p(Eb,"bo"),p(xb,"To"),p(Cb,"xo"),P0=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"])]]),dk=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"]),p(yS,"ko"),p(wS,"Bo"),p(bS,"Lo"),p(uv,"Zs"),p(ES,"Fo"),p(Bg,"Js"),p(cv,"ei"),p(bs,"ur"),Pg={name:"html",normalizeTagName:!0,normalizeAttributeName:!0,allowHtmComponentClosingTags:!0},k6=bs(Pg),A6=bs({name:"angular"}),_6=bs({name:"vue",isTagNameCaseSensitive:!0,shouldParseAsRawText(e,t,r,n){return e.toLowerCase()!=="html"&&!r&&(e!=="template"||n.some(({name:o,value:i})=>o==="lang"&&i!=="html"&&i!==""&&i!==void 0))}}),F6=bs({name:"lwc",canSelfClose:!1}),R6={html:Kb},pk=Dh});function jn(){}function T6(e,t,r,n,o){for(var i=[],s;t;)i.push(t),s=t.previousComponent,delete t.previousComponent,t=s;i.reverse();for(var d=0,f=i.length,m=0,g=0;d<f;d++){var b=i[d];if(b.removed){if(b.value=e.join(n.slice(g,g+b.count)),g+=b.count,d&&i[d-1].added){var w=i[d-1];i[d-1]=i[d],i[d]=w}}else{if(!b.added&&o){var v=r.slice(m,m+b.count);v=v.map(function(E,S){var _=n[g+S];return _.length>E.length?_:E}),b.value=e.join(v)}else b.value=e.join(r.slice(m,m+b.count));m+=b.count,b.added||(g+=b.count)}}var x=i[f-1];return f>1&&typeof x.value=="string"&&(x.added||x.removed)&&e.equals("",x.value)&&(i[f-2].value+=x.value,i.pop()),i}function tu(e){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?tu=p(function(t){return typeof t},"$e"):tu=p(function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},"$e"),tu(e)}function xd(e,t,r,n,o){t=t||[],r=r||[],n&&(e=n(o,e));var i;for(i=0;i<t.length;i+=1)if(t[i]===e)return r[i];var s;if(rA.call(e)==="[object Array]"){for(t.push(e),s=new Array(e.length),r.push(s),i=0;i<e.length;i+=1)s[i]=xd(e[i],t,r,n,o);return t.pop(),r.pop(),s}if(e&&e.toJSON&&(e=e.toJSON()),tu(e)==="object"&&e!==null){t.push(e),s={},r.push(s);var d=[],f;for(f in e)e.hasOwnProperty(f)&&d.push(f);for(d.sort(),i=0;i<d.length;i+=1)f=d[i],s[f]=xd(e[f],t,r,n,f);t.pop(),r.pop()}else s=e;return s}function fk(e,t,r){return Hs.diff(e,t,r)}function hk(e){let t=e.indexOf("\r");return t>=0?e.charAt(t+1)===`
|
|
291
|
+
`?"crlf":"cr":"lf"}function bp(e){switch(e){case"cr":return"\r";case"crlf":return`\r
|
|
292
|
+
`;default:return`
|
|
293
|
+
`}}function yv(e,t){let r;switch(t){case`
|
|
294
|
+
`:r=/\n/gu;break;case"\r":r=/\r/gu;break;case`\r
|
|
295
|
+
`: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 mk(e){return Mu(!1,e,/\r\n?/gu,`
|
|
296
|
+
`)}function I6(e){if(typeof e=="string")return Wa;if(Array.isArray(e))return En;if(!e)return;let{type:t}=e;if(Rv.has(t))return t}function z6(e){let t=e===null?"null":typeof e;if(t!=="string"&&t!=="object")return`Unexpected doc '${t}',
|
|
297
|
+
Expected it to be 'string' or 'object'.`;if(qa(e))throw new Error("doc is valid.");let r=Object.prototype.toString.call(e);if(r!=="[object Object]")return`Unexpected doc '${r}'.`;let n=nA([...Rv].map(o=>`'${o}'`));return`Unexpected doc.type '${e.type}'.
|
|
298
|
+
Expected it to be ${n}.`}function B6(e,t,r,n){let o=[e];for(;o.length>0;){let i=o.pop();if(i===l5){r(o.pop());continue}r&&o.push(i,l5);let s=qa(i);if(!s)throw new Bo(i);if(t?.(i)!==!1)switch(s){case En:case Wr:{let d=s===En?i:i.parts;for(let f=d.length,m=f-1;m>=0;--m)o.push(d[m]);break}case Jt:o.push(i.flatContents,i.breakContents);break;case Nt:if(n&&i.expandedStates)for(let d=i.expandedStates.length,f=d-1;f>=0;--f)o.push(i.expandedStates[f]);else o.push(i.contents);break;case Cn:case xn:case Dn:case qr:case Sn:o.push(i.contents);break;case Wa:case Ba:case vn:case yn:case gt:case pr:break;default:throw new Bo(i)}}}function fu(e){return Gr(e),{type:xn,contents:e}}function zo(e,t){return Gr(t),{type:Cn,contents:t,n:e}}function Ng(e,t={}){return Gr(e),Cp(t.expandedStates,!0),{type:Nt,id:t.id,contents:e,break:!!t.shouldBreak,expandedStates:t.expandedStates}}function L6(e){return zo(Number.NEGATIVE_INFINITY,e)}function O6(e){return zo({type:"root"},e)}function M6(e){return zo(-1,e)}function P6(e,t){return Ng(e[0],{...t,expandedStates:e})}function $g(e){return Cp(e),{type:Wr,parts:e}}function N6(e,t="",r={}){return Gr(e),t!==""&&Gr(t),{type:Jt,breakContents:e,flatContents:t,groupId:r.groupId}}function $6(e,t){return Gr(e),{type:Dn,contents:e,groupId:t.groupId,negate:t.negate}}function Cd(e){return Gr(e),{type:Sn,contents:e}}function Hg(e,t){Gr(e),Cp(t);let r=[];for(let n=0;n<t.length;n++)n!==0&&r.push(e),r.push(t[n]);return r}function jg(e,t,r){Gr(e);let n=e;if(t>0){for(let o=0;o<Math.floor(t/r);++o)n=fu(n);n=zo(t%r,n),n=zo(Number.NEGATIVE_INFINITY,n)}return n}function H6(e,t){return Gr(t),e?{type:qr,label:e,contents:t}:t}function un(e){var t;if(!e)return"";if(Array.isArray(e)){let r=[];for(let n of e)if(Array.isArray(n))r.push(...un(n));else{let o=un(n);o!==""&&r.push(o)}return r}return e.type===Jt?{...e,breakContents:un(e.breakContents),flatContents:un(e.flatContents)}:e.type===Nt?{...e,contents:un(e.contents),expandedStates:(t=e.expandedStates)==null?void 0:t.map(un)}:e.type===Wr?{type:"fill",parts:e.parts.map(un)}:e.contents?{...e,contents:un(e.contents)}:e}function gk(e){let t=Object.create(null),r=new Set;return n(un(e));function n(i,s,d){var f,m;if(typeof i=="string")return JSON.stringify(i);if(Array.isArray(i)){let g=i.map(n).filter(Boolean);return g.length===1?g[0]:`[${g.join(", ")}]`}if(i.type===gt){let g=((f=d?.[s+1])==null?void 0:f.type)===pr;return i.literal?g?"literalline":"literallineWithoutBreakParent":i.hard?g?"hardline":"hardlineWithoutBreakParent":i.soft?"softline":"line"}if(i.type===pr)return((m=d?.[s-1])==null?void 0:m.type)===gt&&d[s-1].hard?void 0:"breakParent";if(i.type===vn)return"trim";if(i.type===xn)return"indent("+n(i.contents)+")";if(i.type===Cn)return i.n===Number.NEGATIVE_INFINITY?"dedentToRoot("+n(i.contents)+")":i.n<0?"dedent("+n(i.contents)+")":i.n.type==="root"?"markAsRoot("+n(i.contents)+")":"align("+JSON.stringify(i.n)+", "+n(i.contents)+")";if(i.type===Jt)return"ifBreak("+n(i.breakContents)+(i.flatContents?", "+n(i.flatContents):"")+(i.groupId?(i.flatContents?"":', ""')+`, { groupId: ${o(i.groupId)} }`:"")+")";if(i.type===Dn){let g=[];i.negate&&g.push("negate: true"),i.groupId&&g.push(`groupId: ${o(i.groupId)}`);let b=g.length>0?`, { ${g.join(", ")} }`:"";return`indentIfBreak(${n(i.contents)}${b})`}if(i.type===Nt){let g=[];i.break&&i.break!=="propagated"&&g.push("shouldBreak: true"),i.id&&g.push(`id: ${o(i.id)}`);let b=g.length>0?`, { ${g.join(", ")} }`:"";return i.expandedStates?`conditionalGroup([${i.expandedStates.map(w=>n(w)).join(",")}]${b})`:`group(${n(i.contents)}${b})`}if(i.type===Wr)return`fill([${i.parts.map(g=>n(g)).join(", ")}])`;if(i.type===Sn)return"lineSuffix("+n(i.contents)+")";if(i.type===yn)return"lineSuffixBoundary";if(i.type===qr)return`label(${JSON.stringify(i.label)}, ${n(i.contents)})`;throw new Error("Unknown doc type "+i.type)}function o(i){if(typeof i!="symbol")return JSON.stringify(String(i));if(i in t)return t[i];let s=i.description||"symbol";for(let d=0;;d++){let f=s+(d>0?` #${d}`:"");if(!r.has(f))return r.add(f),t[i]=`Symbol.for(${JSON.stringify(f)})`}}}function j6(e){return e===12288||e>=65281&&e<=65376||e>=65504&&e<=65510}function V6(e){return e>=4352&&e<=4447||e===8986||e===8987||e===9001||e===9002||e>=9193&&e<=9196||e===9200||e===9203||e===9725||e===9726||e===9748||e===9749||e>=9800&&e<=9811||e===9855||e===9875||e===9889||e===9898||e===9899||e===9917||e===9918||e===9924||e===9925||e===9934||e===9940||e===9962||e===9970||e===9971||e===9973||e===9978||e===9981||e===9989||e===9994||e===9995||e===10024||e===10060||e===10062||e>=10067&&e<=10069||e===10071||e>=10133&&e<=10135||e===10160||e===10175||e===11035||e===11036||e===11088||e===11093||e>=11904&&e<=11929||e>=11931&&e<=12019||e>=12032&&e<=12245||e>=12272&&e<=12287||e>=12289&&e<=12350||e>=12353&&e<=12438||e>=12441&&e<=12543||e>=12549&&e<=12591||e>=12593&&e<=12686||e>=12688&&e<=12771||e>=12783&&e<=12830||e>=12832&&e<=12871||e>=12880&&e<=19903||e>=19968&&e<=42124||e>=42128&&e<=42182||e>=43360&&e<=43388||e>=44032&&e<=55203||e>=63744&&e<=64255||e>=65040&&e<=65049||e>=65072&&e<=65106||e>=65108&&e<=65126||e>=65128&&e<=65131||e>=94176&&e<=94180||e===94192||e===94193||e>=94208&&e<=100343||e>=100352&&e<=101589||e>=101632&&e<=101640||e>=110576&&e<=110579||e>=110581&&e<=110587||e===110589||e===110590||e>=110592&&e<=110882||e===110898||e>=110928&&e<=110930||e===110933||e>=110948&&e<=110951||e>=110960&&e<=111355||e===126980||e===127183||e===127374||e>=127377&&e<=127386||e>=127488&&e<=127490||e>=127504&&e<=127547||e>=127552&&e<=127560||e===127568||e===127569||e>=127584&&e<=127589||e>=127744&&e<=127776||e>=127789&&e<=127797||e>=127799&&e<=127868||e>=127870&&e<=127891||e>=127904&&e<=127946||e>=127951&&e<=127955||e>=127968&&e<=127984||e===127988||e>=127992&&e<=128062||e===128064||e>=128066&&e<=128252||e>=128255&&e<=128317||e>=128331&&e<=128334||e>=128336&&e<=128359||e===128378||e===128405||e===128406||e===128420||e>=128507&&e<=128591||e>=128640&&e<=128709||e===128716||e>=128720&&e<=128722||e>=128725&&e<=128727||e>=128732&&e<=128735||e===128747||e===128748||e>=128756&&e<=128764||e>=128992&&e<=129003||e===129008||e>=129292&&e<=129338||e>=129340&&e<=129349||e>=129351&&e<=129535||e>=129648&&e<=129660||e>=129664&&e<=129672||e>=129680&&e<=129725||e>=129727&&e<=129733||e>=129742&&e<=129755||e>=129760&&e<=129768||e>=129776&&e<=129784||e>=131072&&e<=196605||e>=196608&&e<=262141}function U6(e){if(!e)return 0;if(!lA.test(e))return e.length;e=e.replace(aA()," ");let t=0;for(let r of e){let n=r.codePointAt(0);n<=31||n>=127&&n<=159||n>=768&&n<=879||(t+=oA(n)?1:2)}return t}function hu(e,t){if(typeof e=="string")return t(e);let r=new Map;return n(e);function n(i){if(r.has(i))return r.get(i);let s=o(i);return r.set(i,s),s}function o(i){switch(qa(i)){case En:return t(i.map(n));case Wr:return t({...i,parts:i.parts.map(n)});case Jt:return t({...i,breakContents:n(i.breakContents),flatContents:n(i.flatContents)});case Nt:{let{expandedStates:s,contents:d}=i;return s?(s=s.map(n),d=s[0]):d=n(d),t({...i,contents:d,expandedStates:s})}case Cn:case xn:case Dn:case qr:case Sn:return t({...i,contents:n(i.contents)});case Wa:case Ba:case vn:case yn:case gt:case pr:return t(i);default:throw new Bo(i)}}}function Dd(e,t,r){let n=r,o=!1;function i(s){if(o)return!1;let d=t(s);d!==void 0&&(o=!0,n=d)}return p(i,"u"),_d(e,i),n}function vk(e){if(e.type===Nt&&e.break||e.type===gt&&e.hard||e.type===pr)return!0}function W6(e){return Dd(e,vk,!1)}function Vg(e){if(e.length>0){let t=ut(!1,e,-1);!t.expandedStates&&!t.break&&(t.break="propagated")}return null}function yk(e){let t=new Set,r=[];function n(i){if(i.type===pr&&Vg(r),i.type===Nt){if(r.push(i),t.has(i))return!1;t.add(i)}}p(n,"n");function o(i){i.type===Nt&&r.pop().break&&Vg(r)}p(o,"o"),_d(e,n,o,!0)}function wk(e){return e.type===gt&&!e.hard?e.soft?"":" ":e.type===Jt?e.flatContents:e}function q6(e){return hu(e,wk)}function Ug(e){for(e=[...e];e.length>=2&&ut(!1,e,-2).type===gt&&ut(!1,e,-1).type===pr;)e.length-=2;if(e.length>0){let t=jl(ut(!1,e,-1));e[e.length-1]=t}return e}function jl(e){switch(qa(e)){case xn:case Dn:case Nt:case Sn:case qr:{let t=jl(e.contents);return{...e,contents:t}}case Jt:return{...e,breakContents:jl(e.breakContents),flatContents:jl(e.flatContents)};case Wr:return{...e,parts:Ug(e.parts)};case En:return Ug(e);case Wa:return e.replace(/[\n\r]*$/u,"");case Cn:case Ba:case vn:case yn:case gt:case pr:break;default:throw new Bo(e)}return e}function Wg(e){return jl(Ek(e))}function bk(e){switch(qa(e)){case Wr:if(e.parts.every(t=>t===""))return"";break;case Nt:if(!e.contents&&!e.id&&!e.break&&!e.expandedStates)return"";if(e.contents.type===Nt&&e.contents.id===e.id&&e.contents.break===e.break&&e.contents.expandedStates===e.expandedStates)return e.contents;break;case Cn:case xn:case Dn:case Sn:if(!e.contents)return"";break;case Jt:if(!e.flatContents&&!e.breakContents)return"";break;case En:{let t=[];for(let r of e){if(!r)continue;let[n,...o]=Array.isArray(r)?r:[r];typeof n=="string"&&typeof ut(!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 Wa:case Ba:case vn:case yn:case gt:case qr:case pr:break;default:throw new Bo(e)}return e}function Ek(e){return hu(e,t=>bk(t))}function G6(e,t=s5){return hu(e,r=>typeof r=="string"?Hg(t,r.split(`
|
|
299
|
+
`)):r)}function xk(e){if(e.type===gt)return!0}function Y6(e){return Dd(e,xk,!1)}function wv(e,t){return e.type===qr?{...e,contents:t(e.contents)}:t(e)}function bv(){return{value:"",length:0,queue:[]}}function Ck(e,t){return Sd(e,{type:"indent"},t)}function Dk(e,t,r){return t===Number.NEGATIVE_INFINITY?e.root||bv():t<0?Sd(e,{type:"dedent"},r):t?t.type==="root"?{...e,root:e}:Sd(e,{type:typeof t=="string"?"stringAlign":"numberAlign",n:t},r):e}function Sd(e,t,r){let n=t.type==="dedent"?e.queue.slice(0,-1):[...e.queue,t],o="",i=0,s=0,d=0;for(let x of n)switch(x.type){case"indent":g(),r.useTabs?f(1):m(r.tabWidth);break;case"stringAlign":g(),o+=x.n,i+=x.n.length;break;case"numberAlign":s+=1,d+=x.n;break;default:throw new Error(`Unexpected type '${x.type}'`)}return w(),{...e,value:o,length:i,queue:n};function f(x){o+=" ".repeat(x),i+=r.tabWidth*x}function m(x){o+=" ".repeat(x),i+=x}function g(){r.useTabs?b():w()}function b(){s>0&&f(s),v()}function w(){d>0&&m(d),v()}function v(){s=0,d=0}}function kd(e){let t=0,r=0,n=e.length;e:for(;n--;){let o=e[n];if(o===Vl){r++;continue}for(let i=o.length-1;i>=0;i--){let s=o[i];if(s===" "||s===" ")t++;else{e[n]=o.slice(0,i+1);break e}}}if(t>0||r>0)for(e.length=n+1;r-- >0;)e.push(Vl);return t}function $s(e,t,r,n,o,i){if(r===Number.POSITIVE_INFINITY)return!0;let s=t.length,d=[e],f=[];for(;r>=0;){if(d.length===0){if(s===0)return!0;d.push(t[--s]);continue}let{mode:m,doc:g}=d.pop(),b=qa(g);switch(b){case Wa:f.push(g),r-=Rd(g);break;case En:case Wr:{let w=b===En?g:g.parts;for(let v=w.length-1;v>=0;v--)d.push({mode:m,doc:w[v]});break}case xn:case Cn:case Dn:case qr:d.push({mode:m,doc:g.contents});break;case vn:r+=kd(f);break;case Nt:{if(i&&g.break)return!1;let w=g.break?Ot:m,v=g.expandedStates&&w===Ot?ut(!1,g.expandedStates,-1):g.contents;d.push({mode:w,doc:v});break}case Jt:{let w=(g.groupId?o[g.groupId]||Mr:m)===Ot?g.breakContents:g.flatContents;w&&d.push({mode:m,doc:w});break}case gt:if(m===Ot||g.hard)return!0;g.soft||(f.push(" "),r--);break;case Sn:n=!0;break;case yn:if(n)return!1;break}}return!1}function mu(e,t){let r={},n=t.printWidth,o=bp(t.endOfLine),i=0,s=[{ind:bv(),mode:Ot,doc:e}],d=[],f=!1,m=[],g=0;for(yk(e);s.length>0;){let{ind:w,mode:v,doc:x}=s.pop();switch(qa(x)){case Wa:{let E=o!==`
|
|
300
|
+
`?Mu(!1,x,`
|
|
301
|
+
`,o):x;d.push(E),s.length>0&&(i+=Rd(E));break}case En:for(let E=x.length-1;E>=0;E--)s.push({ind:w,mode:v,doc:x[E]});break;case Ba:if(g>=2)throw new Error("There are too many 'cursor' in doc.");d.push(Vl),g++;break;case xn:s.push({ind:Ck(w,t),mode:v,doc:x.contents});break;case Cn:s.push({ind:Dk(w,x.n,t),mode:v,doc:x.contents});break;case vn:i-=kd(d);break;case Nt:switch(v){case Mr:if(!f){s.push({ind:w,mode:x.break?Ot:Mr,doc:x.contents});break}case Ot:{f=!1;let E={ind:w,mode:Mr,doc:x.contents},S=n-i,_=m.length>0;if(!x.break&&$s(E,s,S,_,r))s.push(E);else if(x.expandedStates){let F=ut(!1,x.expandedStates,-1);if(x.break){s.push({ind:w,mode:Ot,doc:F});break}else for(let A=1;A<x.expandedStates.length+1;A++)if(A>=x.expandedStates.length){s.push({ind:w,mode:Ot,doc:F});break}else{let k=x.expandedStates[A],R={ind:w,mode:Mr,doc:k};if($s(R,s,S,_,r)){s.push(R);break}}}else s.push({ind:w,mode:Ot,doc:x.contents});break}}x.id&&(r[x.id]=ut(!1,s,-1).mode);break;case Wr:{let E=n-i,{parts:S}=x;if(S.length===0)break;let[_,F]=S,A={ind:w,mode:Mr,doc:_},k={ind:w,mode:Ot,doc:_},R=$s(A,[],E,m.length>0,r,!0);if(S.length===1){R?s.push(A):s.push(k);break}let I={ind:w,mode:Mr,doc:F},z={ind:w,mode:Ot,doc:F};if(S.length===2){R?s.push(I,A):s.push(z,k);break}S.splice(0,2);let B={ind:w,mode:v,doc:$g(S)},O=S[0];$s({ind:w,mode:Mr,doc:[_,F,O]},[],E,m.length>0,r,!0)?s.push(B,I,A):R?s.push(B,z,A):s.push(B,z,k);break}case Jt:case Dn:{let E=x.groupId?r[x.groupId]:v;if(E===Ot){let S=x.type===Jt?x.breakContents:x.negate?x.contents:fu(x.contents);S&&s.push({ind:w,mode:v,doc:S})}if(E===Mr){let S=x.type===Jt?x.flatContents:x.negate?fu(x.contents):x.contents;S&&s.push({ind:w,mode:v,doc:S})}break}case Sn:m.push({ind:w,mode:v,doc:x.contents});break;case yn:m.length>0&&s.push({ind:w,mode:v,doc:j0});break;case gt:switch(v){case Mr:if(x.hard)f=!0;else{x.soft||(d.push(" "),i+=1);break}case Ot:if(m.length>0){s.push({ind:w,mode:v,doc:x},...m.reverse()),m.length=0;break}x.literal?w.root?(d.push(o,w.root.value),i=w.root.length):(d.push(o),i=0):(i-=kd(d),d.push(o+w.value),i=w.length);break}break;case qr:s.push({ind:w,mode:v,doc:x.contents});break;case pr:break;default:throw new Bo(x)}s.length===0&&m.length>0&&(s.push(...m.reverse()),m.length=0)}let b=d.indexOf(Vl);if(b!==-1){let w=d.indexOf(Vl,b+1),v=d.slice(0,b).join(""),x=d.slice(b+1,w).join(""),E=d.slice(w+1).join("");return{formatted:v+x+E,cursorNodeStart:v.length,cursorNodeText:x}}return{formatted:d.join("")}}function K6(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 X6(e){return e!==null&&typeof e=="object"}function*Ev(e,t){let{getVisitorKeys:r,filter:n=p(()=>!0,"n")}=t,o=p(i=>sA(i)&&n(i),"o");for(let i of r(e)){let s=e[i];if(Array.isArray(s))for(let d of s)o(d)&&(yield d);else o(s)&&(yield s)}}function*Sk(e,t){let r=[e];for(let n=0;n<r.length;n++){let o=r[n];for(let i of Ev(o,t))yield i,r.push(i)}}function bl(e){return(t,r,n)=>{let o=!!(n!=null&&n.backwards);if(r===!1)return!1;let{length:i}=t,s=r;for(;s>=0&&s<i;){let d=t.charAt(s);if(e instanceof RegExp){if(!e.test(d))return s}else if(!e.includes(d))return s;o?s--:s++}return s===-1||s===i?s:!1}}function J6(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===`
|
|
302
|
+
`)return t-2;if(o===`
|
|
303
|
+
`||o==="\r"||o==="\u2028"||o==="\u2029")return t-1}else{if(o==="\r"&&e.charAt(t+1)===`
|
|
304
|
+
`)return t+2;if(o===`
|
|
305
|
+
`||o==="\r"||o==="\u2028"||o==="\u2029")return t+1}return t}function Z6(e,t,r={}){let n=Jn(e,r.backwards?t-1:t,r),o=ja(e,n,r);return n!==o}function Q6(e){return Array.isArray(e)&&e.length>0}function eE(e){return e?t=>e(t,d5):cA}function kk(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 Ep(e,t){(e.comments??(e.comments=[])).push(t),t.printed=!1,t.nodeDescription=kk(e)}function So(e,t){t.leading=!0,t.trailing=!1,Ep(e,t)}function ru(e,t,r){t.leading=!1,t.trailing=!1,r&&(t.marker=r),Ep(e,t)}function ko(e,t){t.leading=!1,t.trailing=!0,Ep(e,t)}function xp(e,t){if(V0.has(e))return V0.get(e);let{printer:{getCommentChildNodes:r,canAttachComment:n,getVisitorKeys:o},locStart:i,locEnd:s}=t;if(!n)return[];let d=(r?.(e,t)??[...Ev(e,{getVisitorKeys:Pu(o)})]).flatMap(f=>n(f)?[f]:xp(f,t));return d.sort((f,m)=>i(f)-i(m)||s(f)-s(m)),V0.set(e,d),d}function xv(e,t,r,n){let{locStart:o,locEnd:i}=r,s=o(t),d=i(t),f=xp(e,r),m,g,b=0,w=f.length;for(;b<w;){let v=b+w>>1,x=f[v],E=o(x),S=i(x);if(E<=s&&d<=S)return xv(x,t,r,x);if(S<=s){m=x,b=v+1;continue}if(d<=E){g=x,w=v;continue}throw new Error("Comment location overlaps with node location")}if(n?.type==="TemplateLiteral"){let{quasis:v}=n,x=N0(v,t,r);m&&N0(v,m,r)!==x&&(m=null),g&&N0(v,g,r)!==x&&(g=null)}return{enclosingNode:n,precedingNode:m,followingNode:g}}function Ak(e,t){let{comments:r}=e;if(delete e.comments,!uA(r)||!t.printer.canAttachComment)return;let n=[],{locStart:o,locEnd:i,printer:{experimentalFeatures:{avoidAstMutation:s=!1}={},handleComments:d={}},originalText:f}=t,{ownLine:m=U0,endOfLine:g=U0,remaining:b=U0}=d,w=r.map((v,x)=>({...xv(e,v,t),comment:v,text:f,options:t,ast:e,isLastComment:r.length-1===x}));for(let[v,x]of w.entries()){let{comment:E,precedingNode:S,enclosingNode:_,followingNode:F,text:A,options:k,ast:R,isLastComment:I}=x;if(k.parser==="json"||k.parser==="json5"||k.parser==="jsonc"||k.parser==="__js_expression"||k.parser==="__ts_expression"||k.parser==="__vue_expression"||k.parser==="__vue_ts_expression"){if(o(E)-o(R)<=0){So(R,E);continue}if(i(E)-i(R)>=0){ko(R,E);continue}}let z;if(s?z=[x]:(E.enclosingNode=_,E.precedingNode=S,E.followingNode=F,z=[E,A,k,R,I]),_k(A,k,w,v))E.placement="ownLine",m(...z)||(F?So(F,E):S?ko(S,E):ru(_||R,E));else if(Fk(A,k,w,v))E.placement="endOfLine",g(...z)||(S?ko(S,E):F?So(F,E):ru(_||R,E));else if(E.placement="remaining",!b(...z))if(S&&F){let B=n.length;B>0&&n[B-1].followingNode!==F&&qg(n,k),n.push(x)}else S?ko(S,E):F?So(F,E):ru(_||R,E)}if(qg(n,t),!s)for(let v of r)delete v.precedingNode,delete v.enclosingNode,delete v.followingNode}function _k(e,t,r,n){let{comment:o,precedingNode:i}=r[n],{locStart:s,locEnd:d}=t,f=s(o);if(i)for(let m=n-1;m>=0;m--){let{comment:g,precedingNode:b}=r[m];if(b!==i||!Tv(e.slice(d(g),f)))break;f=s(g)}return Yn(e,f,{backwards:!0})}function Fk(e,t,r,n){let{comment:o,followingNode:i}=r[n],{locStart:s,locEnd:d}=t,f=d(o);if(i)for(let m=n+1;m<r.length;m++){let{comment:g,followingNode:b}=r[m];if(b!==i||!Tv(e.slice(f,s(g))))break;f=d(g)}return Yn(e,f)}function qg(e,t){var r,n;let o=e.length;if(o===0)return;let{precedingNode:i,followingNode:s}=e[0],d=t.locStart(s),f;for(f=o;f>0;--f){let{comment:m,precedingNode:g,followingNode:b}=e[f-1];Id.strictEqual(g,i),Id.strictEqual(b,s);let w=t.originalText.slice(t.locEnd(m),d);if(((n=(r=t.printer).isGap)==null?void 0:n.call(r,w,t))??/^[\s(]*$/u.test(w))d=t.locStart(m);else break}for(let[m,{comment:g}]of e.entries())m<f?ko(i,g):So(s,g);for(let m of[i,s])m.comments&&m.comments.length>1&&m.comments.sort((g,b)=>t.locStart(g)-t.locStart(b));e.length=0}function N0(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 tE(e,t){let r=t-1;r=Jn(e,r,{backwards:!0}),r=ja(e,r,{backwards:!0}),r=Jn(e,r,{backwards:!0});let n=ja(e,r,{backwards:!0});return r!==n}function Cv(e,t){let r=e.node;return r.printed=!0,t.printer.printComment(e,t)}function Rk(e,t){var r;let n=e.node,o=[Cv(e,t)],{printer:i,originalText:s,locStart:d,locEnd:f}=t;if((r=i.isBlockComment)!=null&&r.call(i,n)){let g=Yn(s,f(n))?Yn(s,d(n),{backwards:!0})?La:i5:" ";o.push(g)}else o.push(La);let m=ja(s,Jn(s,f(n)));return m!==!1&&Yn(s,m)&&o.push(La),o}function Tk(e,t,r){var n;let o=e.node,i=Cv(e,t),{printer:s,originalText:d,locStart:f}=t,m=(n=s.isBlockComment)==null?void 0:n.call(s,o);if(r!=null&&r.hasLineSuffix&&!(r!=null&&r.isBlock)||Yn(d,f(o),{backwards:!0})){let g=Dp(d,f(o));return{doc:Cd([La,g?La:"",i]),isBlock:m,hasLineSuffix:!0}}return!m||r!=null&&r.hasLineSuffix?{doc:[Cd([" ",i]),js],isBlock:m,hasLineSuffix:!0}:{doc:[" ",i],isBlock:m,hasLineSuffix:!1}}function Ik(e,t){let r=e.node;if(!r)return{};let n=t[Symbol.for("printedComments")];if((r.comments||[]).filter(d=>!n.has(d)).length===0)return{leading:"",trailing:""};let o=[],i=[],s;return e.each(()=>{let d=e.node;if(n!=null&&n.has(d))return;let{leading:f,trailing:m}=d;f?o.push(Rk(e,t)):m&&(s=Tk(e,t,s),i.push(s.doc))},"comments"),{leading:o,trailing:i}}function zk(e,t,r){let{leading:n,trailing:o}=Ik(e,r);return!n&&!o?t:wv(t,i=>[n,i,o])}function Bk(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 rE(e){return()=>{}}function Gg({plugins:e=[],showDeprecated:t=!1}={}){let r=e.flatMap(o=>o.languages??[]),n=[];for(let o of Ok(Object.assign({},...e.map(({options:i})=>i),pA)))!t&&o.deprecated||(Array.isArray(o.choices)&&(t||(o.choices=o.choices.filter(i=>!i.deprecated)),o.name==="parser"&&(o.choices=[...o.choices,...Lk(o.choices,r,e)])),o.pluginDefaults=Object.fromEntries(e.filter(i=>{var s;return((s=i.defaultOptions)==null?void 0:s[o.name])!==void 0}).map(i=>[i.name,i.defaultOptions[o.name]])),n.push(o));return{languages:r,options:n}}function*Lk(e,t,r){let n=new Set(e.map(o=>o.value));for(let o of t)if(o.parsers){for(let i of o.parsers)if(!n.has(i)){n.add(i);let s=r.find(f=>f.parsers&&Object.prototype.hasOwnProperty.call(f.parsers,i)),d=o.name;s!=null&&s.name&&(d+=` (plugin: ${s.name})`),yield{value:i,description:d}}}}function Ok(e){let t=[];for(let[r,n]of Object.entries(e)){let o={name:r,...n};Array.isArray(o.default)&&(o.default=ut(!1,o.default,-1).value),t.push(o)}return t}function Yg(e,t){if(!t)return;let r=fA(t).toLowerCase();return e.find(({filenames:n})=>n?.some(o=>o.toLowerCase()===r))??e.find(({extensions:n})=>n?.some(o=>r.endsWith(o)))}function Mk(e,t){if(t)return e.find(({name:r})=>r.toLowerCase()===t)??e.find(({aliases:r})=>r?.includes(t))??e.find(({extensions:r})=>r?.includes(`.${t}`))}function nE(e,t){let r=e.plugins.flatMap(o=>o.languages??[]);return(Mk(r,t.language)??Yg(r,t.physicalFile)??Yg(r,t.file)??(t.physicalFile,void 0))?.parsers[0]}function mm(e,t,r,n){return[`Invalid ${Ao.default.red(n.key(e))} value.`,`Expected ${Ao.default.blue(r)},`,`but received ${t===f5?Ao.default.gray("nothing"):Ao.default.red(n.value(t))}.`].join(" ")}function Kg({text:e,list:t},r){let n=[];return e&&n.push(`- ${Ao.default.blue(e)}`),t&&n.push([`- ${Ao.default.blue(t.title)}:`].concat(t.values.map(o=>Kg(o,r-h5.length).replace(/^|\n/g,`$&${h5}`))).join(`
|
|
306
|
+
`)),Xg(n,r)}function Xg(e,t){if(e.length===1)return e[0];let[r,n]=e,[o,i]=e.map(s=>s.split(`
|
|
307
|
+
`,1)[0].length);return o>t&&o>i?n:r}function aE(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 i=0;for(;i<n&&e.charCodeAt(i)===t.charCodeAt(i);)i++;if(n-=i,o-=i,n===0)return o;let s,d,f,m,g=0,b=0;for(;g<n;)m5[g]=e.charCodeAt(i+g),W0[g]=++g;for(;b<o;)for(s=t.charCodeAt(i+b),f=b++,d=b,g=0;g<n;g++)m=s===m5[g]?f:f+1,f=W0[g],d=W0[g]=f>d?m>d?d+1:m:m>f?f+1:m;return d}function oE(e,t){let r=new e(t),n=Object.create(r);for(let o of mA)o in t&&(n[o]=Pk(t[o],r,Wn.prototype[o].length));return n}function Pk(e,t,r){return typeof e=="function"?(...n)=>e(...n.slice(0,r-1),t,...n.slice(r-1)):()=>e}function gm({from:e,to:t}){return{from:[e],to:t}}function lE(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 iE(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 sE(){let e=Object.create(null);return t=>{let r=JSON.stringify(t);return e[r]?!0:(e[r]=!0,!1)}}function uE(e,t){let r=[],n=[];for(let o of e)t(o)?r.push(o):n.push(o);return[r,n]}function cE(e){return e===Math.floor(e)}function dE(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 pE(e){return(...t)=>{let r=e(...t);return typeof r=="string"?new Error(r):r}}function vm(e){return e===void 0?{}:e}function Jg(e){if(typeof e=="string")return{text:e};let{text:t,list:r}=e;return Nk((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(Jg)}}:{text:t}}function ym(e,t){return e===!0?!0:e===!1?{value:t}:e}function wm(e,t,r=!1){return e===!1?!1:e===!0?r?!0:[{value:t}]:"value"in e?[e]:e.length===0?!1:e}function Zg(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 $0(e,t){return e===void 0?[]:Array.isArray(e)?e.map(r=>Zg(r,t)):[Zg(e,t)]}function bm(e,t){let r=$0(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 Nk(e,t){if(!e)throw new Error(t)}function fE(e,t,{logger:r=!1,isCLI:n=!1,passThrough:o=!1,FlagSchema:i,descriptor:s}={}){if(n){if(!i)throw new Error("'FlagSchema' option is required.");if(!s)throw new Error("'descriptor' option is required.")}else s=yo;let d=o?Array.isArray(o)?(w,v)=>o.includes(w)?{[w]:v}:void 0:(w,v)=>({[w]:v}):(w,v,x)=>{let{_:E,...S}=x.schemas;return g5(w,v,{...x,schemas:S})},f=$k(t,{isCLI:n,FlagSchema:i}),m=new xA(f,{logger:r,unknown:d,descriptor:s}),g=r!==!1;g&&Km&&(m._hasDeprecationWarned=Km);let b=m.normalize(e);return g&&(Km=m._hasDeprecationWarned),b}function $k(e,{isCLI:t,FlagSchema:r}){let n=[];t&&n.push(vA.create({name:"_"}));for(let o of e)n.push(Hk(o,{isCLI:t,optionInfos:e,FlagSchema:r})),o.alias&&t&&n.push(gA.create({name:o.alias,sourceName:o.name}));return n}function Hk(e,{isCLI:t,optionInfos:r,FlagSchema:n}){let{name:o}=e,i={name:o},s,d={};switch(e.type){case"int":s=EA,t&&(i.preprocess=Number);break;case"string":s=v5;break;case"choice":s=bA,i.choices=e.choices.map(f=>f!=null&&f.redirect?{...f,redirect:{to:{key:e.name,value:f.redirect}}}:f);break;case"boolean":s=wA;break;case"flag":s=n,i.flags=r.flatMap(f=>[f.alias,f.description&&f.name,f.oppositeDescription&&`no-${f.name}`].filter(Boolean));break;case"path":s=v5;break;default:throw new Error(`Unexpected type ${e.type}`)}if(e.exception?i.validate=(f,m,g)=>e.exception(f)||m.validate(f,g):i.validate=(f,m,g)=>f===void 0||m.validate(f,g),e.redirect&&(d.redirect=f=>f?{to:typeof e.redirect=="string"?e.redirect:{key:e.redirect.option,value:e.redirect.value}}:void 0),e.deprecated&&(d.deprecated=!0),t&&!e.array){let f=i.preprocess||(m=>m);i.preprocess=(m,g,b)=>g.preprocess(f(Array.isArray(m)?ut(!1,m,-1):m),b)}return e.array?yA.create({...t?{preprocess:p(f=>Array.isArray(f)?f:[f],"preprocess")}:{},...d,valueSchema:s.create(i)}):s.create({...i,...d})}function Dv(e,t){if(!t)throw new Error("parserName is required.");let r=zv(!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 Iv(n)}function jk(e,t){if(!t)throw new Error("astFormat is required.");let r=zv(!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 Iv(n)}function Sv({plugins:e,parser:t}){let r=Dv(e,t);return kv(r,t)}function kv(e,t){let r=e.parsers[t];return typeof r=="function"?r():r}function Vk(e,t){let r=e.printers[t];return typeof r=="function"?r():r}async function hE(e,t={}){var r;let n={...e};if(!n.parser)if(n.filepath){if(n.parser=hA(n,{physicalFile:n.filepath}),!n.parser)throw new p5(`No parser could be inferred for file "${n.filepath}".`)}else throw new p5("No parser and no file path given, couldn't infer a parser.");let o=Gg({plugins:e.plugins,showDeprecated:!0}).options,i={...y5,...Object.fromEntries(o.filter(w=>w.default!==void 0).map(w=>[w.name,w.default]))},s=Dv(n.plugins,n.parser),d=await kv(s,n.parser);n.astFormat=d.astFormat,n.locEnd=d.locEnd,n.locStart=d.locStart;let f=(r=s.printers)!=null&&r[d.astFormat]?s:jk(n.plugins,d.astFormat),m=await Vk(f,d.astFormat);n.printer=m;let g=f.defaultOptions?Object.fromEntries(Object.entries(f.defaultOptions).filter(([,w])=>w!==void 0)):{},b={...i,...g};for(let[w,v]of Object.entries(b))(n[w]===null||n[w]===void 0)&&(n[w]=v);return n.parser==="json"&&(n.trailingComma="none"),CA(n,o,{passThrough:Object.keys(y5),...t})}async function mE(e,t){let r=await Sv(t),n=r.preprocess?r.preprocess(e,t):e;t.originalText=n;let o;try{o=await r.parse(n,t,t)}catch(i){Uk(i,e)}return{text:n,ast:o}}function Uk(e,t){let{loc:r}=e;if(r){let n=(0,DA.codeFrameColumns)(t,r,{highlightCode:!0});throw e.message+=`
|
|
308
|
+
`+n,e.codeFrame=n,e}throw e}async function Wk(e,t,r,n,o){let{embeddedLanguageFormatting:i,printer:{embed:s,hasPrettierIgnore:d=p(()=>!1,"s"),getVisitorKeys:f}}=r;if(!s||i!=="auto")return;if(s.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 m=Pu(s.getVisitorKeys??f),g=[];v();let b=e.stack;for(let{print:x,node:E,pathStack:S}of g)try{e.stack=S;let _=await x(w,t,e,r);_&&o.set(E,_)}catch(_){if(globalThis.PRETTIER_DEBUG)throw _}e.stack=b;function w(x,E){return qk(x,E,r,n)}p(w,"f");function v(){let{node:x}=e;if(x===null||typeof x!="object"||d(e))return;for(let S of m(x))Array.isArray(x[S])?e.each(v,S):e.call(v,S);let E=s(e,r);if(E){if(typeof E=="function"){g.push({print:E,node:x,pathStack:[...e.stack]});return}o.set(x,E)}}p(v,"p")}async function qk(e,t,r,n){let o=await jo({...r,...t,parentParser:r.parser,originalText:e},{passThrough:!0}),{ast:i}=await xi(e,o),s=await n(i,o);return Wg(s)}function gE(e,t){let{originalText:r,[Symbol.for("comments")]:n,locStart:o,locEnd:i,[Symbol.for("printedComments")]:s}=t,{node:d}=e,f=o(d),m=i(d);for(let g of n)o(g)>=f&&i(g)<=m&&s.add(g);return r.slice(f,m)}async function Ou(e,t){({ast:e}=await Av(e,t));let r=new Map,n=new iA(e),o=dA(t),i=new Map;await Wk(n,d,t,Ou,i);let s=await Qg(n,t,d,void 0,i);return Bk(t),s;function d(m,g){return m===void 0||m===n?f(g):Array.isArray(m)?n.call(()=>f(g),...m):n.call(()=>f(g),m)}function f(m){o(n);let g=n.node;if(g==null)return"";let b=g&&typeof g=="object"&&m===void 0;if(b&&r.has(g))return r.get(g);let w=Qg(n,t,d,m,i);return b&&r.set(g,w),w}}function Qg(e,t,r,n,o){var i;let{node:s}=e,{printer:d}=t,f;return(i=d.hasPrettierIgnore)!=null&&i.call(d,e)?f=SA(e,t):o.has(s)?f=o.get(s):f=d.print(e,t,r,n),s===t.cursorNode&&(f=wv(f,m=>[Fd,m,Fd])),d.printComment&&(!d.willPrintOwnComments||!d.willPrintOwnComments(e,t))&&(f=zk(e,f,t)),f}async function Av(e,t){let r=e.comments??[];t[Symbol.for("comments")]=r,t[Symbol.for("tokens")]=e.tokens??[],t[Symbol.for("printedComments")]=new Set,Ak(e,t);let{printer:{preprocess:n}}=t;return e=n?await n(e,t):e,{ast:e,comments:r}}function vE(e,t){let{cursorOffset:r,locStart:n,locEnd:o}=t,i=Pu(t.printer.getVisitorKeys),s=p(f=>n(f)<=r&&o(f)>=r,"i"),d=e;for(let f of Sk(e,{getVisitorKeys:i,filter:s}))d=f;return d}function yE(e,t){let{printer:{massageAstNode:r,getVisitorKeys:n}}=t;if(!r)return e;let o=Pu(n),i=r.ignoredProperties??new Set;return s(e);function s(d,f){if(!(d!==null&&typeof d=="object"))return d;if(Array.isArray(d))return d.map(w=>s(w,f)).filter(Boolean);let m={},g=new Set(o(d));for(let w in d)!Object.prototype.hasOwnProperty.call(d,w)||i.has(w)||(g.has(w)?m[w]=s(d[w],d):m[w]=d[w]);let b=r(d,m,f);if(b!==null)return b??m}}function Gk(e,t){let r=[e.node,...e.parentNodes],n=new Set([t.node,...t.parentNodes]);return r.find(o=>Bv.has(o.type)&&n.has(o))}function e5(e){let t=_A(!1,e,r=>r.type!=="Program"&&r.type!=="File");return t===-1?e:e.slice(0,t+1)}function Yk(e,t,{locStart:r,locEnd:n}){let o=e.node,i=t.node;if(o===i)return{startNode:o,endNode:i};let s=r(e.node);for(let f of e5(t.parentNodes))if(r(f)>=s)i=f;else break;let d=n(t.node);for(let f of e5(e.parentNodes)){if(n(f)<=d)o=f;else break;if(o===i)break}return{startNode:o,endNode:i}}function Ad(e,t,r,n,o=[],i){let{locStart:s,locEnd:d}=r,f=s(e),m=d(e);if(!(t>m||t<f||i==="rangeEnd"&&t===f||i==="rangeStart"&&t===m)){for(let g of xp(e,r)){let b=Ad(g,t,r,n,[e,...o],i);if(b)return b}if(!n||n(e,o[0]))return{node:e,parentNodes:o}}}function Kk(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 t5(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 Kk(t.type,r?.type);case"json":case"json5":case"jsonc":case"json-stringify":return Bv.has(t.type);case"graphql":return RA.has(t.kind);case"vue":return t.tag!=="root"}return!1}function Xk(e,t,r){let{rangeStart:n,rangeEnd:o,locStart:i,locEnd:s}=t;Id.ok(o>n);let d=e.slice(n,o).search(/\S/u),f=d===-1;if(!f)for(n+=d;o>n&&!/\S/u.test(e[o-1]);--o);let m=Ad(r,n,t,(v,x)=>t5(t,v,x),[],"rangeStart"),g=f?m:Ad(r,o,t,v=>t5(t,v),[],"rangeEnd");if(!m||!g)return{rangeStart:0,rangeEnd:0};let b,w;if(FA(t)){let v=Gk(m,g);b=v,w=v}else({startNode:b,endNode:w}=Yk(m,g,t));return{rangeStart:Math.min(i(b),i(w)),rangeEnd:Math.max(s(b),s(w))}}async function _v(e,t,r=0){if(!e||e.trim().length===0)return{formatted:"",cursorOffset:-1,comments:[]};let{ast:n,text:o}=await xi(e,t);t.cursorOffset>=0&&(t.cursorNode=kA(n,t));let i=await Ou(n,t);r>0&&(i=jg([La,i],r,t.tabWidth));let s=mu(i,t);if(r>0){let f=s.formatted.trim();s.cursorNodeStart!==void 0&&(s.cursorNodeStart-=s.formatted.indexOf(f)),s.formatted=f+bp(t.endOfLine)}let d=t[Symbol.for("comments")];if(t.cursorOffset>=0){let f,m,g,b,w;if(t.cursorNode&&s.cursorNodeText?(f=t.locStart(t.cursorNode),m=o.slice(f,t.locEnd(t.cursorNode)),g=t.cursorOffset-f,b=s.cursorNodeStart,w=s.cursorNodeText):(f=0,m=o,g=t.cursorOffset,b=0,w=s.formatted),m===w)return{formatted:s.formatted,cursorOffset:b+g,comments:d};let v=m.split("");v.splice(g,0,w5);let x=w.split(""),E=fk(v,x),S=b;for(let _ of E)if(_.removed){if(_.value.includes(w5))break}else S+=_.count;return{formatted:s.formatted,cursorOffset:S,comments:d}}return{formatted:s.formatted,cursorOffset:-1,comments:d}}async function Jk(e,t){let{ast:r,text:n}=await xi(e,t),{rangeStart:o,rangeEnd:i}=Xk(n,t,r),s=n.slice(o,i),d=Math.min(o,n.lastIndexOf(`
|
|
309
|
+
`,o)+1),f=n.slice(d,o).match(/^\s*/u)[0],m=Td(f,t.tabWidth),g=await _v(s,{...t,rangeStart:0,rangeEnd:Number.POSITIVE_INFINITY,cursorOffset:t.cursorOffset>o&&t.cursorOffset<=i?t.cursorOffset-o:-1,endOfLine:"lf"},m),b=g.formatted.trimEnd(),{cursorOffset:w}=t;w>i?w+=b.length-s.length:g.cursorOffset>=0&&(w=g.cursorOffset+o);let v=n.slice(0,o)+b+n.slice(i);if(t.endOfLine!=="lf"){let x=bp(t.endOfLine);w>=0&&x===`\r
|
|
310
|
+
`&&(w+=yv(v.slice(0,w),`
|
|
311
|
+
`)),v=Mu(!1,v,`
|
|
312
|
+
`,x)}return{formatted:v,cursorOffset:w,comments:g.comments}}function H0(e,t,r){return typeof t!="number"||Number.isNaN(t)||t<0||t>e.length?r:t}function r5(e,t){let{cursorOffset:r,rangeStart:n,rangeEnd:o}=t;return r=H0(e,r,-1),n=H0(e,n,0),o=H0(e,o,e.length),{...t,cursorOffset:r,rangeStart:n,rangeEnd:o}}function Fv(e,t){let{cursorOffset:r,rangeStart:n,rangeEnd:o,endOfLine:i}=r5(e,t),s=e.charAt(0)===Lv;if(s&&(e=e.slice(1),r--,n--,o--),i==="auto"&&(i=hk(e)),e.includes("\r")){let d=p(f=>yv(e.slice(0,Math.max(f,0)),`\r
|
|
313
|
+
`),"s");r-=d(r),n-=d(n),o-=d(o),e=mk(e)}return{hasBOM:s,text:e,options:r5(e,{...t,cursorOffset:r,rangeStart:n,rangeEnd:o,endOfLine:i})}}async function n5(e,t){let r=await Sv(t);return!r.hasPragma||r.hasPragma(e)}async function a5(e,t){let{hasBOM:r,text:n,options:o}=Fv(e,await jo(t));if(o.rangeStart>=o.rangeEnd&&n!==""||o.requirePragma&&!await n5(n,o))return{formatted:e,cursorOffset:t.cursorOffset,comments:[]};let i;return o.rangeStart>0||o.rangeEnd<n.length?i=await Jk(n,o):(!o.requirePragma&&o.insertPragma&&o.printer.insertPragma&&!await n5(n,o)&&(n=o.printer.insertPragma(n)),i=await _v(n,o)),r&&(i.formatted=Lv+i.formatted,i.cursorOffset>=0&&i.cursorOffset++),i}async function wE(e,t,r){let{text:n,options:o}=Fv(e,await jo(t)),i=await xi(n,o);return r&&(r.preprocessForPrint&&(i.ast=await Av(i.ast,o)),r.massage&&(i.ast=AA(i.ast,o))),i}async function bE(e,t){t=await jo(t);let r=await Ou(e,t);return mu(r,t)}async function EE(e,t){let r=gk(e),{formatted:n}=await a5(r,{...t,parser:"__js_expression"});return n}async function xE(e,t){t=await jo(t);let{ast:r}=await xi(e,t);return Ou(r,t)}async function CE(e,t){return mu(e,await jo(t))}function DE(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 SE(e,t){return t===!1?!1:e.charAt(t)==="/"&&e.charAt(t+1)==="/"?c5(e,t):t}function kE(e,t){let r=null,n=t;for(;n!==r;)r=n,n=Jn(e,n),n=zd(e,n),n=Bd(e,n),n=ja(e,n);return n}function AE(e,t){let r=null,n=t;for(;n!==r;)r=n,n=u5(e,n),n=zd(e,n),n=Jn(e,n);return n=Bd(e,n),n=ja(e,n),n!==!1&&Yn(e,n)}function _E(e,t){let r=e.lastIndexOf(`
|
|
314
|
+
`);return r===-1?0:Td(e.slice(r+1).match(/^[\t ]*/u)[0],t)}function Zk(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}function FE(e,t){let r=e.match(new RegExp(`(${Zk(t)})+`,"gu"));return r===null?0:r.reduce((n,o)=>Math.max(n,o.length/t.length),0)}function RE(e,t){let r=Sp(e,t);return r===!1?"":e.charAt(r)}function TE(e,t,r){for(let n=t;n<r;++n)if(e.charAt(n)===`
|
|
315
|
+
`)return!0;return!1}function IE(e,t,r={}){return Jn(e,r.backwards?t-1:t,r)!==t}function zE(e,t,r){let n=t==='"'?"'":'"',o=Mu(!1,e,/\\(.)|(["'])/gsu,(i,s,d)=>s===n?s:d===t?"\\"+d:d||(r&&/^[^\n\r"'0-7\\bfnrt-vx\u2028\u2029]$/u.test(s)?s:"\\"+s));return t+o+t}function Qk(e,t,r){return Sp(e,r(t))}function BE(e,t){return arguments.length===2||typeof t=="number"?Sp(e,t):Qk(...arguments)}function eA(e,t,r){return Dp(e,r(t))}function LE(e,t){return arguments.length===2||typeof t=="number"?Dp(e,t):eA(...arguments)}function tA(e,t,r){return Ld(e,r(t))}function OE(e,t){return arguments.length===2||typeof t=="number"?Ld(e,t):tA(...arguments)}function Ca(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 o5(e,t){let{formatted:r}=await b5(e,{...t,cursorOffset:-1});return r}async function ME(e,t){return await o5(e,t)===e}var PE,Ss,NE,$E,HE,jE,Em,VE,E0,ks,xm,As,UE,WE,qE,El,x0,Cm,GE,YE,KE,XE,JE,Dm,ZE,Mu,Sm,km,Am,_m,QE,e8,rA,xl,Hs,Wa,En,Ba,xn,Cn,vn,Nt,Wr,Jt,Dn,Sn,yn,gt,qr,pr,Rv,qa,nA,Fm,t8,Bo,l5,_d,Rm,Gr,Cp,r8,js,n8,j0,Tm,i5,a8,La,s5,Fd,o8,ut,aA,oA,lA,Rd,Ot,Mr,Vl,Td,vo,Im,C0,zm,l8,iA,Bm,Id,sA,i8,Jn,u5,c5,ja,Yn,uA,d5,cA,Pu,V0,U0,Tv,Dp,dA,Lm,Iv,Om,p5,pA,fA,hA,yo,Mm,s8,Ao,f5,_s,h5,u8,Pm,W0,m5,g5,mA,Nm,Wn,$m,gA,Hm,vA,jm,yA,Vm,wA,Um,bA,Wm,c8,qm,EA,Gm,v5,d8,p8,f8,h8,Ym,xA,Km,CA,m8,zv,y5,jo,DA,xi,SA,kA,AA,g8,_A,FA,Bv,RA,Lv,w5,Xm,v8,y8,w8,b8,Jm,zd,Bd,Sp,Ld,E8,x8,C8,D8,S8,k8,b5,A8,_8,TA,rP=K(()=>{PE=Object.create,Ss=Object.defineProperty,NE=Object.getOwnPropertyDescriptor,$E=Object.getOwnPropertyNames,HE=Object.getPrototypeOf,jE=Object.prototype.hasOwnProperty,Em=p(e=>{throw TypeError(e)},"sr"),VE=p((e,t)=>()=>(e&&(t=e(e=0)),t),"_u"),E0=p((e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),"At"),ks=p((e,t)=>{for(var r in t)Ss(e,r,{get:t[r],enumerable:!0})},"We"),xm=p((e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of $E(t))!jE.call(e,o)&&o!==r&&Ss(e,o,{get:p(()=>t[o],"get"),enumerable:!(n=NE(t,o))||n.enumerable});return e},"ar"),As=p((e,t,r)=>(r=e!=null?PE(HE(e)):{},xm(t||!e||!e.__esModule?Ss(r,"default",{value:e,enumerable:!0}):r,e)),"Me"),UE=p(e=>xm(Ss({},"__esModule",{value:!0}),e),"vu"),WE=p((e,t,r)=>t.has(e)||Em("Cannot "+r),"bu"),qE=p((e,t,r)=>t.has(e)?Em("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),"Dr"),El=p((e,t,r)=>(WE(e,t,"access private method"),r),"pe"),x0=E0((e,t)=>{var r=new Proxy(String,{get:p(()=>r,"get")});t.exports=r}),Cm={},ks(Cm,{default:p(()=>YE,"default"),shouldHighlight:p(()=>GE,"shouldHighlight")}),KE=VE(()=>{GE=p(()=>!1,"xo"),YE=String}),XE=E0((e,t)=>{var r=String,n=p(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}),JE=E0(e=>{Object.defineProperty(e,"__esModule",{value:!0}),e.codeFrameColumns=v,e.default=x;var t=(KE(),UE(Cm)),r=o(XE(),!0);function n(E){if(typeof WeakMap!="function")return null;var S=new WeakMap,_=new WeakMap;return(n=p(function(F){return F?_:S},"Wn"))(E)}p(n,"Wn");function o(E,S){if(!S&&E&&E.__esModule)return E;if(E===null||typeof E!="object"&&typeof E!="function")return{default:E};var _=n(S);if(_&&_.has(E))return _.get(E);var F={__proto__:null},A=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var k in E)if(k!=="default"&&{}.hasOwnProperty.call(E,k)){var R=A?Object.getOwnPropertyDescriptor(E,k):null;R&&(R.get||R.set)?Object.defineProperty(F,k,R):F[k]=E[k]}return F.default=E,_&&_.set(E,F),F}p(o,"vo");var i=r.default,s=p((E,S)=>_=>E(S(_)),"Rn"),d;function f(E){return E?(d!=null||(d=(0,r.createColors)(!0)),d):i}p(f,"Oo");var m=!1;function g(E){return{gutter:E.gray,marker:s(E.red,E.bold),message:s(E.red,E.bold)}}p(g,"So");var b=/\r\n|[\n\r\u2028\u2029]/;function w(E,S,_){let F=Object.assign({column:0,line:-1},E.start),A=Object.assign({},F,E.end),{linesAbove:k=2,linesBelow:R=3}=_||{},I=F.line,z=F.column,B=A.line,O=A.column,j=Math.max(I-(k+1),0),q=Math.min(S.length,B+R);I===-1&&(j=0),B===-1&&(q=S.length);let X=B-I,J={};if(X)for(let ae=0;ae<=X;ae++){let ee=ae+I;if(!z)J[ee]=!0;else if(ae===0){let ie=S[ee-1].length;J[ee]=[z,ie-z+1]}else if(ae===X)J[ee]=[0,O];else{let ie=S[ee-ae].length;J[ee]=[0,ie]}}else z===O?z?J[I]=[z,0]:J[I]=!0:J[I]=[z,O-z];return{start:j,end:q,markerLines:J}}p(w,"No");function v(E,S,_={}){let F=(_.highlightCode||_.forceColor)&&(0,t.shouldHighlight)(_),A=f(_.forceColor),k=g(A),R=p((J,ae)=>F?J(ae):ae,"i"),I=E.split(b),{start:z,end:B,markerLines:O}=w(S,I,_),j=S.start&&typeof S.start.column=="number",q=String(B).length,X=(F?(0,t.default)(E,_):E).split(b,B).slice(z,B).map((J,ae)=>{let ee=z+1+ae,ie=` ${` ${ee}`.slice(-q)} |`,se=O[ee],Y=!O[ee+1];if(se){let re="";if(Array.isArray(se)){let Z=J.slice(0,Math.max(se[0]-1,0)).replace(/[^\t]/g," "),N=se[1]||1;re=[`
|
|
316
|
+
`,R(k.gutter,ie.replace(/\d/g," "))," ",Z,R(k.marker,"^").repeat(N)].join(""),Y&&_.message&&(re+=" "+R(k.message,_.message))}return[R(k.marker,">"),R(k.gutter,ie),J.length>0?` ${J}`:"",re].join("")}else return` ${R(k.gutter,ie)}${J.length>0?` ${J}`:""}`}).join(`
|
|
317
|
+
`);return _.message&&!j&&(X=`${" ".repeat(q+1)}${_.message}
|
|
318
|
+
${X}`),F?A.reset(X):X}p(v,"Mn");function x(E,S,_,F={}){if(!m){m=!0;let A="Passing lineNumber and colNumber is deprecated to @babel/code-frame. Please use `codeFrameColumns`.";{let k=new Error(A);k.name="DeprecationWarning",console.warn(new Error(A))}}return _=Math.max(_,0),v(E,{start:{column:_,line:S}},F)}p(x,"To")}),Dm={},ks(Dm,{__debug:p(()=>_8,"__debug"),check:p(()=>ME,"check"),doc:p(()=>Xm,"doc"),format:p(()=>o5,"format"),formatWithCursor:p(()=>b5,"formatWithCursor"),getSupportInfo:p(()=>A8,"getSupportInfo"),util:p(()=>Jm,"util"),version:p(()=>b8,"version")}),ZE=p((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"),Mu=ZE,p(jn,"Z"),jn.prototype={diff:p(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 i=this;function s(A){return o?(setTimeout(function(){o(void 0,A)},0),!0):A}p(s,"s"),e=this.castInput(e),t=this.castInput(t),e=this.removeEmpty(this.tokenize(e)),t=this.removeEmpty(this.tokenize(t));var d=t.length,f=e.length,m=1,g=d+f;n.maxEditLength&&(g=Math.min(g,n.maxEditLength));var b=(r=n.timeout)!==null&&r!==void 0?r:1/0,w=Date.now()+b,v=[{oldPos:-1,lastComponent:void 0}],x=this.extractCommon(v[0],t,e,0);if(v[0].oldPos+1>=f&&x+1>=d)return s([{value:this.join(t),count:t.length}]);var E=-1/0,S=1/0;function _(){for(var A=Math.max(E,-m);A<=Math.min(S,m);A+=2){var k=void 0,R=v[A-1],I=v[A+1];R&&(v[A-1]=void 0);var z=!1;if(I){var B=I.oldPos-A;z=I&&0<=B&&B<d}var O=R&&R.oldPos+1<f;if(!z&&!O){v[A]=void 0;continue}if(!O||z&&R.oldPos+1<I.oldPos?k=i.addToPath(I,!0,void 0,0):k=i.addToPath(R,void 0,!0,1),x=i.extractCommon(k,t,e,A),k.oldPos+1>=f&&x+1>=d)return s(T6(i,k.lastComponent,t,e,i.useLongestToken));v[A]=k,k.oldPos+1>=f&&(S=Math.min(S,A-1)),x+1>=d&&(E=Math.max(E,A+1))}m++}if(p(_,"A"),o)p(function A(){setTimeout(function(){if(m>g||Date.now()>w)return o();_()||A()},0)},"h")();else for(;m<=g&&Date.now()<=w;){var F=_();if(F)return F}},"diff"),addToPath:p(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:p(function(e,t,r,n){for(var o=t.length,i=r.length,s=e.oldPos,d=s-n,f=0;d+1<o&&s+1<i&&this.equals(t[d+1],r[s+1]);)d++,s++,f++;return f&&(e.lastComponent={count:f,previousComponent:e.lastComponent}),e.oldPos=s,d},"extractCommon"),equals:p(function(e,t){return this.options.comparator?this.options.comparator(e,t):e===t||this.options.ignoreCase&&e.toLowerCase()===t.toLowerCase()},"equals"),removeEmpty:p(function(e){for(var t=[],r=0;r<e.length;r++)e[r]&&t.push(e[r]);return t},"removeEmpty"),castInput:p(function(e){return e},"castInput"),tokenize:p(function(e){return e.split("")},"tokenize"),join:p(function(e){return e.join("")},"join")},p(T6,"Su"),Sm=/^[A-Za-z\xC0-\u02C6\u02C8-\u02D7\u02DE-\u02FF\u1E00-\u1EFF]+$/,km=/\S/,Am=new jn,Am.equals=function(e,t){return this.options.ignoreCase&&(e=e.toLowerCase(),t=t.toLowerCase()),e===t||this.options.ignoreWhitespace&&!km.test(e)&&!km.test(t)},Am.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]&&Sm.test(t[r])&&Sm.test(t[r+2])&&(t[r]+=t[r+2],t.splice(r+1,2),r--);return t},_m=new jn,_m.tokenize=function(e){this.options.stripTrailingCr&&(e=e.replace(/\r\n/g,`
|
|
319
|
+
`));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},QE=new jn,QE.tokenize=function(e){return e.split(/(\S.+?[.!?])(?=\s+|$)/)},e8=new jn,e8.tokenize=function(e){return e.split(/([{}:;,]|\s+)/)},p(tu,"$e"),rA=Object.prototype.toString,xl=new jn,xl.useLongestToken=!0,xl.tokenize=_m.tokenize,xl.castInput=function(e){var t=this.options,r=t.undefinedReplacement,n=t.stringifyReplacer,o=n===void 0?function(i,s){return typeof s>"u"?r:s}:n;return typeof e=="string"?e:JSON.stringify(xd(e,null,null,o),o," ")},xl.equals=function(e,t){return jn.prototype.equals.call(xl,e.replace(/,([\r\n])/g,"$1"),t.replace(/,([\r\n])/g,"$1"))},p(xd,"Bt"),Hs=new jn,Hs.tokenize=function(e){return e.slice()},Hs.join=Hs.removeEmpty=function(e){return e},p(fk,"dr"),p(hk,"Fr"),p(bp,"Be"),p(yv,"wt"),p(mk,"mr"),Wa="string",En="array",Ba="cursor",xn="indent",Cn="align",vn="trim",Nt="group",Wr="fill",Jt="if-break",Dn="indent-if-break",Sn="line-suffix",yn="line-suffix-boundary",gt="line",qr="label",pr="break-parent",Rv=new Set([Ba,xn,Cn,vn,Nt,Wr,Jt,Dn,Sn,yn,gt,qr,pr]),p(I6,"Lu"),qa=I6,nA=p(e=>new Intl.ListFormat("en-US",{type:"disjunction"}).format(e),"Pu"),p(z6,"Iu"),t8=(Fm=class extends Error{name="InvalidDocError";constructor(e){super(z6(e)),this.doc=e}},p(Fm,"xt"),Fm),Bo=t8,l5={},p(B6,"Ru"),_d=B6,Rm=p(()=>{},"hr"),Gr=Rm,Cp=Rm,p(fu,"De"),p(zo,"ae"),p(Ng,"_t"),p(L6,"Cr"),p(O6,"gr"),p(M6,"yr"),p(P6,"Ar"),p($g,"Ge"),p(N6,"Br"),p($6,"wr"),p(Cd,"xe"),r8={type:yn},js={type:pr},n8={type:vn},j0={type:gt,hard:!0},Tm={type:gt,hard:!0,literal:!0},i5={type:gt},a8={type:gt,soft:!0},La=[j0,js],s5=[Tm,js],Fd={type:Ba},p(Hg,"be"),p(jg,"Je"),p(H6,"br"),p(un,"ee"),p(gk,"Or"),o8=p((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"),ut=o8,aA=p(()=>/[#*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"),p(j6,"Nr"),p(V6,"Tr"),oA=p(e=>!(j6(e)||V6(e)),"kr"),lA=/[^\x20-\x7F]/u,p(U6,"Hu"),Rd=U6,p(hu,"Ne"),p(Dd,"Xe"),p(vk,"Wu"),p(W6,"Ir"),p(Vg,"Lr"),p(yk,"Rr"),p(wk,"Mu"),p(q6,"Yr"),p(Ug,"Pr"),p(jl,"Se"),p(Wg,"Ze"),p(bk,"$u"),p(Ek,"Vu"),p(G6,"jr"),p(xk,"Uu"),p(Y6,"Hr"),p(wv,"Qe"),Ot=Symbol("MODE_BREAK"),Mr=Symbol("MODE_FLAT"),Vl=Symbol("cursor"),p(bv,"Wr"),p(Ck,"zu"),p(Dk,"Gu"),p(Sd,"bt"),p(kd,"Ot"),p($s,"et"),p(mu,"Fe"),p(K6,"Ku"),Td=K6,l8=(zm=class{constructor(e){qE(this,vo),this.stack=[e]}get key(){let{stack:e,siblings:t}=this;return ut(!1,e,t===null?-2:-4)??null}get index(){return this.siblings===null?null:ut(!1,this.stack,-2)}get node(){return ut(!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=ut(!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[...El(this,vo,C0).call(this)]}getName(){let{stack:e}=this,{length:t}=e;return t>1?ut(!1,e,-2):null}getValue(){return ut(!1,this.stack,-1)}getNode(e=0){let t=El(this,vo,Im).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=ut(!1,r,-1);for(let i of t)o=o[i],r.push(i,o);try{return e(this)}finally{r.length=n}}callParent(e,t=0){let r=El(this,vo,Im).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=ut(!1,r,-1);for(let i of t)o=o[i],r.push(i,o);try{for(let i=0;i<o.length;++i)r.push(i,o[i]),e(this,i,o),r.length-=2}finally{r.length=n}}map(e,...t){let r=[];return this.each((n,o,i)=>{r[o]=e(n,o,i)},...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 i=null;if(typeof r=="number"&&(i=r,r=this.stack[t--],n=this.stack[t--]),o&&!o(n,r,i))return!1;r=this.stack[t--],n=this.stack[t--]}return!0}findAncestor(e){for(let t of El(this,vo,C0).call(this))if(e(t))return t}hasAncestor(e){for(let t of El(this,vo,C0).call(this))if(e(t))return!0;return!1}},p(zm,"St"),zm),vo=new WeakSet,Im=p(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"),C0=p(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"),iA=l8,Bm=new Proxy(()=>{},{get:p(()=>Bm,"get")}),Id=Bm,p(X6,"qu"),sA=X6,p(Ev,"Tt"),p(Sk,"Ur"),p(bl,"Ee"),i8=bl(/\s/u),Jn=bl(" "),u5=bl(",; "),c5=bl(/[^\n\r]/u),p(J6,"Ju"),ja=J6,p(Z6,"Xu"),Yn=Z6,p(Q6,"Zu"),uA=Q6,d5=new Set(["tokens","comments","parent","enclosingNode","precedingNode","followingNode"]),cA=p(e=>Object.keys(e).filter(t=>!d5.has(t)),"Qu"),p(eE,"eo"),Pu=eE,p(kk,"to"),p(Ep,"Lt"),p(So,"ue"),p(ru,"re"),p(ko,"oe"),V0=new WeakMap,p(xp,"ut"),p(xv,"qr"),U0=p(()=>!1,"It"),p(Ak,"Jr"),Tv=p(e=>!/[\S\n\u2028\u2029]/u.test(e),"Xr"),p(_k,"ro"),p(Fk,"no"),p(qg,"Kr"),p(N0,"Rt"),p(tE,"uo"),Dp=tE,p(Cv,"Zr"),p(Rk,"oo"),p(Tk,"io"),p(Ik,"so"),p(zk,"Qr"),p(Bk,"en"),p(rE,"ao"),dA=rE,Iv=(Lm=class extends Error{name="ConfigError"},p(Lm,"Pe"),Lm),p5=(Om=class extends Error{name="UndefinedParserError"},p(Om,"Ie"),Om),pA={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
|
|
320
|
+
(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:p(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:p(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).
|
|
321
|
+
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.
|
|
322
|
+
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
|
|
323
|
+
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."}]}},p(Gg,"ot"),p(Lk,"Do"),p(Ok,"lo"),fA=p(e=>String(e).split(/[/\\]/u).pop(),"co"),p(Yg,"nn"),p(Mk,"fo"),p(nE,"po"),hA=nE,yo={key:p(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=>yo.value(r)).join(", ")}]`;let t=Object.keys(e);return t.length===0?"{}":`{ ${t.map(r=>`${yo.key(r)}: ${yo.value(e[r])}`).join(", ")} }`},pair:p(({key:e,value:t})=>yo.value({[e]:t}),"pair")},Mm=As(x0(),1),s8=p((e,t,{descriptor:r})=>{let n=[`${Mm.default.yellow(typeof e=="string"?r.key(e):r.pair(e))} is deprecated`];return t&&n.push(`we now treat it as ${Mm.default.blue(typeof t=="string"?r.key(t):r.pair(t))}`),n.join("; ")+"."},"an"),Ao=As(x0(),1),f5=Symbol.for("vnopts.VALUE_NOT_EXIST"),_s=Symbol.for("vnopts.VALUE_UNCHANGED"),h5=" ".repeat(2),u8=p((e,t,r)=>{let{text:n,list:o}=r.normalizeExpectedResult(r.schemas[e].expected(r)),i=[];return n&&i.push(mm(e,t,n,r.descriptor)),o&&i.push([mm(e,t,o.title,r.descriptor)].concat(o.values.map(s=>Kg(s,r.loggerPrintWidth))).join(`
|
|
324
|
+
`)),Xg(i,r.loggerPrintWidth)},"cn"),p(mm,"ln"),p(Kg,"fn"),p(Xg,"pn"),Pm=As(x0(),1),W0=[],m5=[],p(aE,"Ht"),g5=p((e,t,{descriptor:r,logger:n,schemas:o})=>{let i=[`Ignored unknown option ${Pm.default.yellow(r.pair({key:e,value:t}))}.`],s=Object.keys(o).sort().find(d=>aE(e,d)<3);s&&i.push(`Did you mean ${Pm.default.blue(r.key(s))}?`),n.warn(i.join(" "))},"at"),mA=["default","expected","validate","deprecated","forward","redirect","overlap","preprocess","postprocess"],p(oE,"mo"),Wn=(Nm=class{static create(e){return oE(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 _s}},p(Nm,"O"),Nm),p(Pk,"Eo"),gA=($m=class extends Wn{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}},p($m,"Dt"),$m),vA=(Hm=class extends Wn{expected(){return"anything"}validate(){return!0}},p(Hm,"lt"),Hm),yA=(jm=class extends Wn{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:i})=>({value:[i]})))}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(gm))}return r}redirect(e,t){let r=[],n=[];for(let o of e){let i=t.normalizeRedirectResult(this._valueSchema.redirect(o,t),o);"remain"in i&&r.push(i.remain),n.push(...i.redirect.map(gm))}return r.length===0?{redirect:n}:{redirect:n,remain:r}}overlap(e,t){return e.concat(t)}},p(jm,"ct"),jm),p(gm,"Fn"),wA=(Vm=class extends Wn{expected(){return"true or false"}validate(e){return typeof e=="boolean"}},p(Vm,"ft"),Vm),p(lE,"En"),p(iE,"hn"),p(sE,"Cn"),p(uE,"gn"),p(cE,"yn"),p(dE,"An"),p(pE,"Bn"),p(vm,"Mt"),p(Jg,"$t"),p(ym,"Vt"),p(wm,"Ut"),p(Zg,"mn"),p($0,"pt"),p(bm,"zt"),p(Nk,"ho"),bA=(Um=class extends Wn{constructor(e){super(e),this._choices=iE(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(dE).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}},p(Um,"dt"),Um),c8=(Wm=class extends Wn{expected(){return"a number"}validate(e,t){return typeof e=="number"}},p(Wm,"Ft"),Wm),EA=(qm=class extends c8{expected(){return"an integer"}validate(e,t){return t.normalizeValidateResult(super.validate(e,t),e)===!0&&cE(e)}},p(qm,"mt"),qm),v5=(Gm=class extends Wn{expected(){return"a string"}validate(e){return typeof e=="string"}},p(Gm,"Re"),Gm),d8=yo,p8=g5,f8=u8,h8=s8,xA=(Ym=class{constructor(e,t){let{logger:r=console,loggerPrintWidth:n=80,descriptor:o=d8,unknown:i=p8,invalid:s=f8,deprecated:d=h8,missing:f=p(()=>!1,"D"),required:m=p(()=>!1,"l"),preprocess:g=p(w=>w,"d"),postprocess:b=p(()=>_s,"f")}=t||{};this._utils={descriptor:o,logger:r||{warn:p(()=>{},"warn")},loggerPrintWidth:n,schemas:lE(e,"name"),normalizeDefaultResult:vm,normalizeExpectedResult:Jg,normalizeDeprecatedResult:wm,normalizeForwardResult:$0,normalizeRedirectResult:bm,normalizeValidateResult:ym},this._unknownHandler=i,this._invalidHandler=pE(s),this._deprecatedHandler=d,this._identifyMissing=(w,v)=>!(w in v)||f(w,v),this._identifyRequired=m,this._preprocess=g,this._postprocess=b,this.cleanHistory()}cleanHistory(){this._hasDeprecationWarned=sE()}normalize(e){let t={},r=[this._preprocess(e,this._utils)],n=p(()=>{for(;r.length!==0;){let o=r.shift(),i=this._applyNormalization(o,t);r.push(...i)}},"u");n();for(let o of Object.keys(this._utils.schemas)){let i=this._utils.schemas[o];if(!(o in t)){let s=vm(i.default(this._utils));"value"in s&&r.push({[o]:s.value})}}n();for(let o of Object.keys(this._utils.schemas)){if(!(o in t))continue;let i=this._utils.schemas[o],s=t[o],d=i.postprocess(s,this._utils);d!==_s&&(this._applyValidation(d,o,i),t[o]=d)}return this._applyPostprocess(t),this._applyRequiredCheck(t),t}_applyNormalization(e,t){let r=[],{knownKeys:n,unknownKeys:o}=this._partitionOptionKeys(e);for(let i of n){let s=this._utils.schemas[i],d=s.preprocess(e[i],this._utils);this._applyValidation(d,i,s);let f=p(({from:b,to:w})=>{r.push(typeof w=="string"?{[w]:b}:{[w.key]:w.value})},"D"),m=p(({value:b,redirectTo:w})=>{let v=wm(s.deprecated(b,this._utils),d,!0);if(v!==!1)if(v===!0)this._hasDeprecationWarned(i)||this._utils.logger.warn(this._deprecatedHandler(i,w,this._utils));else for(let{value:x}of v){let E={key:i,value:x};if(!this._hasDeprecationWarned(E)){let S=typeof w=="string"?{key:w,value:x}:w;this._utils.logger.warn(this._deprecatedHandler(E,S,this._utils))}}},"l");$0(s.forward(d,this._utils),d).forEach(f);let g=bm(s.redirect(d,this._utils),d);if(g.redirect.forEach(f),"remain"in g){let b=g.remain;t[i]=i in t?s.overlap(t[i],b,this._utils):b,m({value:b})}for(let{from:b,to:w}of g.redirect)m({value:b,redirectTo:w})}for(let i of o){let s=e[i];this._applyUnknownHandler(i,s,t,(d,f)=>{r.push({[d]:f})})}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,f5,this._utils)}_partitionOptionKeys(e){let[t,r]=uE(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=ym(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 i of Object.keys(o)){if(this._identifyMissing(i,o))continue;let s=o[i];i in this._utils.schemas?n(i,s):r[i]=s}}_applyPostprocess(e){let t=this._postprocess(e,this._utils);if(t!==_s){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 i=t.override[o];this._applyValidation(i,o,this._utils.schemas[o]),e[o]=i}for(let o of n){let i=t.override[o];this._applyUnknownHandler(o,i,e,(s,d)=>{let f=this._utils.schemas[s];this._applyValidation(d,s,f),e[s]=d})}}}}},p(Ym,"Et"),Ym),p(fE,"go"),p($k,"yo"),p(Hk,"Ao"),CA=fE,m8=p((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"),zv=m8,p(Dv,"qt"),p(jk,"On"),p(Sv,"ht"),p(kv,"Jt"),p(Vk,"Sn"),y5={astFormat:"estree",printer:{},originalText:void 0,locStart:null,locEnd:null},p(hE,"wo"),jo=hE,DA=As(JE(),1),p(mE,"ko"),p(Uk,"Lo"),xi=mE,p(Wk,"Un"),p(qk,"Po"),p(gE,"Io"),SA=gE,p(Ou,"Ye"),p(Qg,"Gn"),p(Av,"Qt"),p(vE,"Ro"),kA=vE,p(yE,"Yo"),AA=yE,g8=p((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"),_A=g8,FA=p(({parser:e})=>e==="json"||e==="json5"||e==="jsonc"||e==="json-stringify","Ho"),p(Gk,"Wo"),p(e5,"Xn"),p(Yk,"Mo"),p(Ad,"er"),p(Kk,"$o"),Bv=new Set(["JsonRoot","ObjectExpression","ArrayExpression","StringLiteral","NumericLiteral","BooleanLiteral","NullLiteral","UnaryExpression","TemplateLiteral"]),RA=new Set(["OperationDefinition","FragmentDefinition","VariableDefinition","TypeExtensionDefinition","ObjectTypeDefinition","FieldDefinition","DirectiveDefinition","EnumTypeDefinition","EnumValueDefinition","InputValueDefinition","InputObjectTypeDefinition","SchemaDefinition","OperationTypeDefinition","InterfaceTypeDefinition","UnionTypeDefinition","ScalarTypeDefinition"]),p(t5,"Zn"),p(Xk,"eu"),Lv="\uFEFF",w5=Symbol("cursor"),p(_v,"ou"),p(Jk,"Uo"),p(H0,"tr"),p(r5,"ru"),p(Fv,"iu"),p(n5,"nu"),p(a5,"rr"),p(wE,"su"),p(bE,"au"),p(EE,"Du"),p(xE,"lu"),p(CE,"cu"),Xm={},ks(Xm,{builders:p(()=>v8,"builders"),printer:p(()=>y8,"printer"),utils:p(()=>w8,"utils")}),v8={join:Hg,line:i5,softline:a8,hardline:La,literalline:s5,group:Ng,conditionalGroup:P6,fill:$g,lineSuffix:Cd,lineSuffixBoundary:r8,cursor:Fd,breakParent:js,ifBreak:N6,trim:n8,indent:fu,indentIfBreak:$6,align:zo,addAlignmentToDoc:jg,markAsRoot:O6,dedentToRoot:L6,dedent:M6,hardlineWithoutBreakParent:j0,literallineWithoutBreakParent:Tm,label:H6,concat:p(e=>e,"concat")},y8={printDocToString:mu},w8={willBreak:W6,traverseDoc:_d,findInDoc:Dd,mapDoc:hu,removeLines:q6,stripTrailingHardline:Wg,replaceEndOfLine:G6,canBreak:Y6},b8="3.3.3",Jm={},ks(Jm,{addDanglingComment:p(()=>ru,"addDanglingComment"),addLeadingComment:p(()=>So,"addLeadingComment"),addTrailingComment:p(()=>ko,"addTrailingComment"),getAlignmentSize:p(()=>Td,"getAlignmentSize"),getIndentSize:p(()=>E8,"getIndentSize"),getMaxContinuousCount:p(()=>x8,"getMaxContinuousCount"),getNextNonSpaceNonCommentCharacter:p(()=>C8,"getNextNonSpaceNonCommentCharacter"),getNextNonSpaceNonCommentCharacterIndex:p(()=>BE,"getNextNonSpaceNonCommentCharacterIndex"),getStringWidth:p(()=>Rd,"getStringWidth"),hasNewline:p(()=>Yn,"hasNewline"),hasNewlineInRange:p(()=>D8,"hasNewlineInRange"),hasSpaces:p(()=>S8,"hasSpaces"),isNextLineEmpty:p(()=>OE,"isNextLineEmpty"),isNextLineEmptyAfterIndex:p(()=>Ld,"isNextLineEmptyAfterIndex"),isPreviousLineEmpty:p(()=>LE,"isPreviousLineEmpty"),makeString:p(()=>k8,"makeString"),skip:p(()=>bl,"skip"),skipEverythingButNewLine:p(()=>c5,"skipEverythingButNewLine"),skipInlineComment:p(()=>zd,"skipInlineComment"),skipNewline:p(()=>ja,"skipNewline"),skipSpaces:p(()=>Jn,"skipSpaces"),skipToLineEnd:p(()=>u5,"skipToLineEnd"),skipTrailingComment:p(()=>Bd,"skipTrailingComment"),skipWhitespace:p(()=>i8,"skipWhitespace")}),p(DE,"Jo"),zd=DE,p(SE,"Xo"),Bd=SE,p(kE,"Zo"),Sp=kE,p(AE,"Qo"),Ld=AE,p(_E,"ei"),E8=_E,p(Zk,"ur"),p(FE,"ti"),x8=FE,p(RE,"ri"),C8=RE,p(TE,"ni"),D8=TE,p(IE,"ui"),S8=IE,p(zE,"oi"),k8=zE,p(Qk,"ii"),p(BE,"si"),p(eA,"ai"),p(LE,"Di"),p(tA,"li"),p(OE,"ci"),p(Ca,"fe"),b5=Ca(a5),p(o5,"gu"),p(ME,"fi"),A8=Ca(Gg,0),_8={parse:Ca(wE),formatAST:Ca(bE),formatDoc:Ca(EE),printToDoc:Ca(xE),printDocToString:Ca(CE)},TA=Dm});function IA(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(d,f){var m=f.match(/\n([\t ]+|(?!\s).)/g);return m?d.concat(m.map(function(g){var b,w;return(w=(b=g.match(/[\t ]/g))===null||b===void 0?void 0:b.length)!==null&&w!==void 0?w:0})):d},[]);if(o.length){var i=new RegExp(`
|
|
325
|
+
[ ]{`+Math.min.apply(Math,o)+"}","g");n=n.map(function(d){return d.replace(i,`
|
|
326
|
+
`)})}n[0]=n[0].replace(/^\r?\n/,"");var s=n[0];return t.forEach(function(d,f){var m=s.match(/(?:^|\n)( *)$/),g=m?m[1]:"",b=d;typeof d=="string"&&d.includes(`
|
|
327
|
+
`)&&(b=String(d).split(`
|
|
328
|
+
`).map(function(w,v){return v===0?w:""+g+w}).join(`
|
|
329
|
+
`)),s+=b+n[f+1]}),s}var nP=K(()=>{p(IA,"dedent")}),zA={};yi(zA,{formatter:()=>BA});var F8,BA,aP=K(()=>{F8=Et(rp(),1),tP(),rP(),nP(),BA=(0,F8.default)(2)(async(e,t)=>e===!1?t:e==="dedent"||e===!0?IA(t):(await TA.format(t,{parser:e,plugins:[pk],htmlWhitespaceSensitivity:"ignore"})).trim())}),E5,x5,oP=K(()=>{E5=p(function(e){return e.reduce(function(t,r){var n=r[0],o=r[1];return t[n]=o,t},{})},"fromEntries"),x5=typeof window<"u"&&window.document&&window.document.createElement?u.useLayoutEffect:u.useEffect}),Mt,hr,mr,Pt,Od,Ul,Ro,Wl,LA,Ov,Bl,OA,C5,Mv,R8,T8,I8,z8,B8,L8,O8,M8,P8,MA,Dr=K(()=>{Mt="top",hr="bottom",mr="right",Pt="left",Od="auto",Ul=[Mt,hr,mr,Pt],Ro="start",Wl="end",LA="clippingParents",Ov="viewport",Bl="popper",OA="reference",C5=Ul.reduce(function(e,t){return e.concat([t+"-"+Ro,t+"-"+Wl])},[]),Mv=[].concat(Ul,[Od]).reduce(function(e,t){return e.concat([t,t+"-"+Ro,t+"-"+Wl])},[]),R8="beforeRead",T8="read",I8="afterRead",z8="beforeMain",B8="main",L8="afterMain",O8="beforeWrite",M8="write",P8="afterWrite",MA=[R8,T8,I8,z8,B8,L8,O8,M8,P8]});function Yr(e){return e?(e.nodeName||"").toLowerCase():null}var Vo=K(()=>{p(Yr,"getNodeName")});function Qt(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var t=e.ownerDocument;return t&&t.defaultView||window}return e}var _n=K(()=>{p(Qt,"getWindow")});function Va(e){var t=Qt(e).Element;return e instanceof t||e instanceof Element}function fr(e){var t=Qt(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function kp(e){if(typeof ShadowRoot>"u")return!1;var t=Qt(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}var Sr=K(()=>{_n(),p(Va,"isElement"),p(fr,"isHTMLElement"),p(kp,"isShadowRoot")});function N8(e){var t=e.state;Object.keys(t.elements).forEach(function(r){var n=t.styles[r]||{},o=t.attributes[r]||{},i=t.elements[r];!fr(i)||!Yr(i)||(Object.assign(i.style,n),Object.keys(o).forEach(function(s){var d=o[s];d===!1?i.removeAttribute(s):i.setAttribute(s,d===!0?"":d)}))})}function $8(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],i=t.attributes[n]||{},s=Object.keys(t.styles.hasOwnProperty(n)?t.styles[n]:r[n]),d=s.reduce(function(f,m){return f[m]="",f},{});!fr(o)||!Yr(o)||(Object.assign(o.style,d),Object.keys(i).forEach(function(f){o.removeAttribute(f)}))})}}var PA,lP=K(()=>{Vo(),Sr(),p(N8,"applyStyles"),p($8,"effect"),PA={name:"applyStyles",enabled:!0,phase:"write",fn:N8,effect:$8,requires:["computeStyles"]}});function Ur(e){return e.split("-")[0]}var Uo=K(()=>{p(Ur,"getBasePlacement")}),Oa,gu,Lo,Wo=K(()=>{Oa=Math.max,gu=Math.min,Lo=Math.round});function Md(){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 NA=K(()=>{p(Md,"getUAString")});function Pv(){return!/^((?!chrome|android).)*safari/i.test(Md())}var $A=K(()=>{NA(),p(Pv,"isLayoutViewport")});function Oo(e,t,r){t===void 0&&(t=!1),r===void 0&&(r=!1);var n=e.getBoundingClientRect(),o=1,i=1;t&&fr(e)&&(o=e.offsetWidth>0&&Lo(n.width)/e.offsetWidth||1,i=e.offsetHeight>0&&Lo(n.height)/e.offsetHeight||1);var s=Va(e)?Qt(e):window,d=s.visualViewport,f=!Pv()&&r,m=(n.left+(f&&d?d.offsetLeft:0))/o,g=(n.top+(f&&d?d.offsetTop:0))/i,b=n.width/o,w=n.height/i;return{width:b,height:w,top:g,right:m+b,bottom:g+w,left:m,x:m,y:g}}var Nu=K(()=>{Sr(),Wo(),_n(),$A(),p(Oo,"getBoundingClientRect")});function Ap(e){var t=Oo(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 Nv=K(()=>{Nu(),p(Ap,"getLayoutRect")});function $v(e,t){var r=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(r&&kp(r)){var n=t;do{if(n&&e.isSameNode(n))return!0;n=n.parentNode||n.host}while(n)}return!1}var HA=K(()=>{Sr(),p($v,"contains")});function kn(e){return Qt(e).getComputedStyle(e)}var $u=K(()=>{_n(),p(kn,"getComputedStyle")});function jA(e){return["table","td","th"].indexOf(Yr(e))>=0}var iP=K(()=>{Vo(),p(jA,"isTableElement")});function Qn(e){return((Va(e)?e.ownerDocument:e.document)||window.document).documentElement}var Ga=K(()=>{Sr(),p(Qn,"getDocumentElement")});function Hu(e){return Yr(e)==="html"?e:e.assignedSlot||e.parentNode||(kp(e)?e.host:null)||Qn(e)}var _p=K(()=>{Vo(),Ga(),Sr(),p(Hu,"getParentNode")});function D5(e){return!fr(e)||kn(e).position==="fixed"?null:e.offsetParent}function VA(e){var t=/firefox/i.test(Md()),r=/Trident/i.test(Md());if(r&&fr(e)){var n=kn(e);if(n.position==="fixed")return null}var o=Hu(e);for(kp(o)&&(o=o.host);fr(o)&&["html","body"].indexOf(Yr(o))<0;){var i=kn(o);if(i.transform!=="none"||i.perspective!=="none"||i.contain==="paint"||["transform","perspective"].indexOf(i.willChange)!==-1||t&&i.willChange==="filter"||t&&i.filter&&i.filter!=="none")return o;o=o.parentNode}return null}function Ci(e){for(var t=Qt(e),r=D5(e);r&&jA(r)&&kn(r).position==="static";)r=D5(r);return r&&(Yr(r)==="html"||Yr(r)==="body"&&kn(r).position==="static")?t:r||VA(e)||t}var ju=K(()=>{_n(),Vo(),$u(),Sr(),iP(),_p(),NA(),p(D5,"getTrueOffsetParent"),p(VA,"getContainingBlock"),p(Ci,"getOffsetParent")});function Fp(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}var Hv=K(()=>{p(Fp,"getMainAxisFromPlacement")});function ql(e,t,r){return Oa(e,gu(t,r))}function UA(e,t,r){var n=ql(e,t,r);return n>r?r:n}var WA=K(()=>{Wo(),p(ql,"within"),p(UA,"withinMaxClamp")});function jv(){return{top:0,right:0,bottom:0,left:0}}var qA=K(()=>{p(jv,"getFreshSideObject")});function Vv(e){return Object.assign({},jv(),e)}var GA=K(()=>{qA(),p(Vv,"mergePaddingObject")});function Uv(e,t){return t.reduce(function(r,n){return r[n]=e,r},{})}var YA=K(()=>{p(Uv,"expandToHashMap")});function H8(e){var t,r=e.state,n=e.name,o=e.options,i=r.elements.arrow,s=r.modifiersData.popperOffsets,d=Ur(r.placement),f=Fp(d),m=[Pt,mr].indexOf(d)>=0,g=m?"height":"width";if(!(!i||!s)){var b=KA(o.padding,r),w=Ap(i),v=f==="y"?Mt:Pt,x=f==="y"?hr:mr,E=r.rects.reference[g]+r.rects.reference[f]-s[f]-r.rects.popper[g],S=s[f]-r.rects.reference[f],_=Ci(i),F=_?f==="y"?_.clientHeight||0:_.clientWidth||0:0,A=E/2-S/2,k=b[v],R=F-w[g]-b[x],I=F/2-w[g]/2+A,z=ql(k,I,R),B=f;r.modifiersData[n]=(t={},t[B]=z,t.centerOffset=z-I,t)}}function j8(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)||$v(t.elements.popper,o)&&(t.elements.arrow=o))}var KA,XA,sP=K(()=>{Uo(),Nv(),HA(),ju(),Hv(),WA(),GA(),YA(),Dr(),KA=p(function(e,t){return e=typeof e=="function"?e(Object.assign({},t.rects,{placement:t.placement})):e,Vv(typeof e!="number"?e:Uv(e,Ul))},"toPaddingObject"),p(H8,"arrow"),p(j8,"effect"),XA={name:"arrow",enabled:!0,phase:"main",fn:H8,effect:j8,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]}});function Mo(e){return e.split("-")[1]}var Vu=K(()=>{p(Mo,"getVariation")});function JA(e,t){var r=e.x,n=e.y,o=t.devicePixelRatio||1;return{x:Lo(r*o)/o||0,y:Lo(n*o)/o||0}}function S5(e){var t,r=e.popper,n=e.popperRect,o=e.placement,i=e.variation,s=e.offsets,d=e.position,f=e.gpuAcceleration,m=e.adaptive,g=e.roundOffsets,b=e.isFixed,w=s.x,v=w===void 0?0:w,x=s.y,E=x===void 0?0:x,S=typeof g=="function"?g({x:v,y:E}):{x:v,y:E};v=S.x,E=S.y;var _=s.hasOwnProperty("x"),F=s.hasOwnProperty("y"),A=Pt,k=Mt,R=window;if(m){var I=Ci(r),z="clientHeight",B="clientWidth";if(I===Qt(r)&&(I=Qn(r),kn(I).position!=="static"&&d==="absolute"&&(z="scrollHeight",B="scrollWidth")),I=I,o===Mt||(o===Pt||o===mr)&&i===Wl){k=hr;var O=b&&I===R&&R.visualViewport?R.visualViewport.height:I[z];E-=O-n.height,E*=f?1:-1}if(o===Pt||(o===Mt||o===hr)&&i===Wl){A=mr;var j=b&&I===R&&R.visualViewport?R.visualViewport.width:I[B];v-=j-n.width,v*=f?1:-1}}var q=Object.assign({position:d},m&&ZA),X=g===!0?JA({x:v,y:E},Qt(r)):{x:v,y:E};if(v=X.x,E=X.y,f){var J;return Object.assign({},q,(J={},J[k]=F?"0":"",J[A]=_?"0":"",J.transform=(R.devicePixelRatio||1)<=1?"translate("+v+"px, "+E+"px)":"translate3d("+v+"px, "+E+"px, 0)",J))}return Object.assign({},q,(t={},t[k]=F?E+"px":"",t[A]=_?v+"px":"",t.transform="",t))}function V8(e){var t=e.state,r=e.options,n=r.gpuAcceleration,o=n===void 0?!0:n,i=r.adaptive,s=i===void 0?!0:i,d=r.roundOffsets,f=d===void 0?!0:d,m={placement:Ur(t.placement),variation:Mo(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,S5(Object.assign({},m,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:s,roundOffsets:f})))),t.modifiersData.arrow!=null&&(t.styles.arrow=Object.assign({},t.styles.arrow,S5(Object.assign({},m,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:f})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})}var ZA,QA,uP=K(()=>{Dr(),ju(),_n(),Ga(),$u(),Uo(),Vu(),Wo(),ZA={top:"auto",right:"auto",bottom:"auto",left:"auto"},p(JA,"roundOffsetsByDPR"),p(S5,"mapToStyles"),p(V8,"computeStyles"),QA={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:V8,data:{}}});function U8(e){var t=e.state,r=e.instance,n=e.options,o=n.scroll,i=o===void 0?!0:o,s=n.resize,d=s===void 0?!0:s,f=Qt(t.elements.popper),m=[].concat(t.scrollParents.reference,t.scrollParents.popper);return i&&m.forEach(function(g){g.addEventListener("scroll",r.update,Vs)}),d&&f.addEventListener("resize",r.update,Vs),function(){i&&m.forEach(function(g){g.removeEventListener("scroll",r.update,Vs)}),d&&f.removeEventListener("resize",r.update,Vs)}}var Vs,e_,cP=K(()=>{_n(),Vs={passive:!0},p(U8,"effect"),e_={name:"eventListeners",enabled:!0,phase:"write",fn:p(function(){},"fn"),effect:U8,data:{}}});function nu(e){return e.replace(/left|right|bottom|top/g,function(t){return t_[t]})}var t_,dP=K(()=>{t_={left:"right",right:"left",bottom:"top",top:"bottom"},p(nu,"getOppositePlacement")});function k5(e){return e.replace(/start|end/g,function(t){return r_[t]})}var r_,pP=K(()=>{r_={start:"end",end:"start"},p(k5,"getOppositeVariationPlacement")});function Rp(e){var t=Qt(e),r=t.pageXOffset,n=t.pageYOffset;return{scrollLeft:r,scrollTop:n}}var Wv=K(()=>{_n(),p(Rp,"getWindowScroll")});function Tp(e){return Oo(Qn(e)).left+Rp(e).scrollLeft}var qv=K(()=>{Nu(),Ga(),Wv(),p(Tp,"getWindowScrollBarX")});function n_(e,t){var r=Qt(e),n=Qn(e),o=r.visualViewport,i=n.clientWidth,s=n.clientHeight,d=0,f=0;if(o){i=o.width,s=o.height;var m=Pv();(m||!m&&t==="fixed")&&(d=o.offsetLeft,f=o.offsetTop)}return{width:i,height:s,x:d+Tp(e),y:f}}var fP=K(()=>{_n(),Ga(),qv(),$A(),p(n_,"getViewportRect")});function a_(e){var t,r=Qn(e),n=Rp(e),o=(t=e.ownerDocument)==null?void 0:t.body,i=Oa(r.scrollWidth,r.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),s=Oa(r.scrollHeight,r.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0),d=-n.scrollLeft+Tp(e),f=-n.scrollTop;return kn(o||r).direction==="rtl"&&(d+=Oa(r.clientWidth,o?o.clientWidth:0)-i),{width:i,height:s,x:d,y:f}}var hP=K(()=>{Ga(),$u(),qv(),Wv(),Wo(),p(a_,"getDocumentRect")});function Ip(e){var t=kn(e),r=t.overflow,n=t.overflowX,o=t.overflowY;return/auto|scroll|overlay|hidden/.test(r+o+n)}var Gv=K(()=>{$u(),p(Ip,"isScrollParent")});function Yv(e){return["html","body","#document"].indexOf(Yr(e))>=0?e.ownerDocument.body:fr(e)&&Ip(e)?e:Yv(Hu(e))}var mP=K(()=>{_p(),Gv(),Vo(),Sr(),p(Yv,"getScrollParent")});function Gl(e,t){var r;t===void 0&&(t=[]);var n=Yv(e),o=n===((r=e.ownerDocument)==null?void 0:r.body),i=Qt(n),s=o?[i].concat(i.visualViewport||[],Ip(n)?n:[]):n,d=t.concat(s);return o?d:d.concat(Gl(Hu(s)))}var o_=K(()=>{mP(),_p(),_n(),Gv(),p(Gl,"listScrollParents")});function Pd(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}var l_=K(()=>{p(Pd,"rectToClientRect")});function i_(e,t){var r=Oo(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 A5(e,t,r){return t===Ov?Pd(n_(e,r)):Va(t)?i_(t,r):Pd(a_(Qn(e)))}function s_(e){var t=Gl(Hu(e)),r=["absolute","fixed"].indexOf(kn(e).position)>=0,n=r&&fr(e)?Ci(e):e;return Va(n)?t.filter(function(o){return Va(o)&&$v(o,n)&&Yr(o)!=="body"}):[]}function u_(e,t,r,n){var o=t==="clippingParents"?s_(e):[].concat(t),i=[].concat(o,[r]),s=i[0],d=i.reduce(function(f,m){var g=A5(e,m,n);return f.top=Oa(g.top,f.top),f.right=gu(g.right,f.right),f.bottom=gu(g.bottom,f.bottom),f.left=Oa(g.left,f.left),f},A5(e,s,n));return d.width=d.right-d.left,d.height=d.bottom-d.top,d.x=d.left,d.y=d.top,d}var gP=K(()=>{Dr(),fP(),hP(),o_(),ju(),Ga(),$u(),Sr(),Nu(),_p(),HA(),Vo(),l_(),Wo(),p(i_,"getInnerBoundingClientRect"),p(A5,"getClientRectFromMixedType"),p(s_,"getClippingParents"),p(u_,"getClippingRect")});function Kv(e){var t=e.reference,r=e.element,n=e.placement,o=n?Ur(n):null,i=n?Mo(n):null,s=t.x+t.width/2-r.width/2,d=t.y+t.height/2-r.height/2,f;switch(o){case Mt:f={x:s,y:t.y-r.height};break;case hr:f={x:s,y:t.y+t.height};break;case mr:f={x:t.x+t.width,y:d};break;case Pt:f={x:t.x-r.width,y:d};break;default:f={x:t.x,y:t.y}}var m=o?Fp(o):null;if(m!=null){var g=m==="y"?"height":"width";switch(i){case Ro:f[m]=f[m]-(t[g]/2-r[g]/2);break;case Wl:f[m]=f[m]+(t[g]/2-r[g]/2);break}}return f}var c_=K(()=>{Uo(),Vu(),Hv(),Dr(),p(Kv,"computeOffsets")});function ui(e,t){t===void 0&&(t={});var r=t,n=r.placement,o=n===void 0?e.placement:n,i=r.strategy,s=i===void 0?e.strategy:i,d=r.boundary,f=d===void 0?LA:d,m=r.rootBoundary,g=m===void 0?Ov:m,b=r.elementContext,w=b===void 0?Bl:b,v=r.altBoundary,x=v===void 0?!1:v,E=r.padding,S=E===void 0?0:E,_=Vv(typeof S!="number"?S:Uv(S,Ul)),F=w===Bl?OA:Bl,A=e.rects.popper,k=e.elements[x?F:w],R=u_(Va(k)?k:k.contextElement||Qn(e.elements.popper),f,g,s),I=Oo(e.elements.reference),z=Kv({reference:I,element:A,placement:o}),B=Pd(Object.assign({},A,z)),O=w===Bl?B:I,j={top:R.top-O.top+_.top,bottom:O.bottom-R.bottom+_.bottom,left:R.left-O.left+_.left,right:O.right-R.right+_.right},q=e.modifiersData.offset;if(w===Bl&&q){var X=q[o];Object.keys(j).forEach(function(J){var ae=[mr,hr].indexOf(J)>=0?1:-1,ee=[Mt,hr].indexOf(J)>=0?"y":"x";j[J]+=X[ee]*ae})}return j}var zp=K(()=>{gP(),Ga(),Nu(),c_(),l_(),Dr(),Sr(),GA(),YA(),p(ui,"detectOverflow")});function d_(e,t){t===void 0&&(t={});var r=t,n=r.placement,o=r.boundary,i=r.rootBoundary,s=r.padding,d=r.flipVariations,f=r.allowedAutoPlacements,m=f===void 0?Mv:f,g=Mo(n),b=g?d?C5:C5.filter(function(x){return Mo(x)===g}):Ul,w=b.filter(function(x){return m.indexOf(x)>=0});w.length===0&&(w=b);var v=w.reduce(function(x,E){return x[E]=ui(e,{placement:E,boundary:o,rootBoundary:i,padding:s})[Ur(E)],x},{});return Object.keys(v).sort(function(x,E){return v[x]-v[E]})}var vP=K(()=>{Vu(),Dr(),zp(),Uo(),p(d_,"computeAutoPlacement")});function p_(e){if(Ur(e)===Od)return[];var t=nu(e);return[k5(e),t,k5(t)]}function W8(e){var t=e.state,r=e.options,n=e.name;if(!t.modifiersData[n]._skip){for(var o=r.mainAxis,i=o===void 0?!0:o,s=r.altAxis,d=s===void 0?!0:s,f=r.fallbackPlacements,m=r.padding,g=r.boundary,b=r.rootBoundary,w=r.altBoundary,v=r.flipVariations,x=v===void 0?!0:v,E=r.allowedAutoPlacements,S=t.options.placement,_=Ur(S),F=_===S,A=f||(F||!x?[nu(S)]:p_(S)),k=[S].concat(A).reduce(function(ge,oe){return ge.concat(Ur(oe)===Od?d_(t,{placement:oe,boundary:g,rootBoundary:b,padding:m,flipVariations:x,allowedAutoPlacements:E}):oe)},[]),R=t.rects.reference,I=t.rects.popper,z=new Map,B=!0,O=k[0],j=0;j<k.length;j++){var q=k[j],X=Ur(q),J=Mo(q)===Ro,ae=[Mt,hr].indexOf(X)>=0,ee=ae?"width":"height",ie=ui(t,{placement:q,boundary:g,rootBoundary:b,altBoundary:w,padding:m}),se=ae?J?mr:Pt:J?hr:Mt;R[ee]>I[ee]&&(se=nu(se));var Y=nu(se),re=[];if(i&&re.push(ie[X]<=0),d&&re.push(ie[se]<=0,ie[Y]<=0),re.every(function(ge){return ge})){O=q,B=!1;break}z.set(q,re)}if(B)for(var Z=x?3:1,N=p(function(ge){var oe=k.find(function(de){var ye=z.get(de);if(ye)return ye.slice(0,ge).every(function(xe){return xe})});if(oe)return O=oe,"break"},"_loop"),G=Z;G>0;G--){var ue=N(G);if(ue==="break")break}t.placement!==O&&(t.modifiersData[n]._skip=!0,t.placement=O,t.reset=!0)}}var f_,yP=K(()=>{dP(),Uo(),pP(),zp(),vP(),Dr(),Vu(),p(p_,"getExpandedFallbackPlacements"),p(W8,"flip"),f_={name:"flip",enabled:!0,phase:"main",fn:W8,requiresIfExists:["offset"],data:{_skip:!1}}});function _5(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 F5(e){return[Mt,mr,hr,Pt].some(function(t){return e[t]>=0})}function q8(e){var t=e.state,r=e.name,n=t.rects.reference,o=t.rects.popper,i=t.modifiersData.preventOverflow,s=ui(t,{elementContext:"reference"}),d=ui(t,{altBoundary:!0}),f=_5(s,n),m=_5(d,o,i),g=F5(f),b=F5(m);t.modifiersData[r]={referenceClippingOffsets:f,popperEscapeOffsets:m,isReferenceHidden:g,hasPopperEscaped:b},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":g,"data-popper-escaped":b})}var h_,wP=K(()=>{Dr(),zp(),p(_5,"getSideOffsets"),p(F5,"isAnySideFullyClipped"),p(q8,"hide"),h_={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:q8}});function m_(e,t,r){var n=Ur(e),o=[Pt,Mt].indexOf(n)>=0?-1:1,i=typeof r=="function"?r(Object.assign({},t,{placement:e})):r,s=i[0],d=i[1];return s=s||0,d=(d||0)*o,[Pt,mr].indexOf(n)>=0?{x:d,y:s}:{x:s,y:d}}function G8(e){var t=e.state,r=e.options,n=e.name,o=r.offset,i=o===void 0?[0,0]:o,s=Mv.reduce(function(g,b){return g[b]=m_(b,t.rects,i),g},{}),d=s[t.placement],f=d.x,m=d.y;t.modifiersData.popperOffsets!=null&&(t.modifiersData.popperOffsets.x+=f,t.modifiersData.popperOffsets.y+=m),t.modifiersData[n]=s}var g_,bP=K(()=>{Uo(),Dr(),p(m_,"distanceAndSkiddingToXY"),p(G8,"offset"),g_={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:G8}});function Y8(e){var t=e.state,r=e.name;t.modifiersData[r]=Kv({reference:t.rects.reference,element:t.rects.popper,placement:t.placement})}var v_,EP=K(()=>{c_(),p(Y8,"popperOffsets"),v_={name:"popperOffsets",enabled:!0,phase:"read",fn:Y8,data:{}}});function y_(e){return e==="x"?"y":"x"}var xP=K(()=>{p(y_,"getAltAxis")});function K8(e){var t=e.state,r=e.options,n=e.name,o=r.mainAxis,i=o===void 0?!0:o,s=r.altAxis,d=s===void 0?!1:s,f=r.boundary,m=r.rootBoundary,g=r.altBoundary,b=r.padding,w=r.tether,v=w===void 0?!0:w,x=r.tetherOffset,E=x===void 0?0:x,S=ui(t,{boundary:f,rootBoundary:m,padding:b,altBoundary:g}),_=Ur(t.placement),F=Mo(t.placement),A=!F,k=Fp(_),R=y_(k),I=t.modifiersData.popperOffsets,z=t.rects.reference,B=t.rects.popper,O=typeof E=="function"?E(Object.assign({},t.rects,{placement:t.placement})):E,j=typeof O=="number"?{mainAxis:O,altAxis:O}:Object.assign({mainAxis:0,altAxis:0},O),q=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,X={x:0,y:0};if(I){if(i){var J,ae=k==="y"?Mt:Pt,ee=k==="y"?hr:mr,ie=k==="y"?"height":"width",se=I[k],Y=se+S[ae],re=se-S[ee],Z=v?-B[ie]/2:0,N=F===Ro?z[ie]:B[ie],G=F===Ro?-B[ie]:-z[ie],ue=t.elements.arrow,ge=v&&ue?Ap(ue):{width:0,height:0},oe=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:jv(),de=oe[ae],ye=oe[ee],xe=ql(0,z[ie],ge[ie]),ke=A?z[ie]/2-Z-xe-de-j.mainAxis:N-xe-de-j.mainAxis,Ve=A?-z[ie]/2+Z+xe+ye+j.mainAxis:G+xe+ye+j.mainAxis,dt=t.elements.arrow&&Ci(t.elements.arrow),$t=dt?k==="y"?dt.clientTop||0:dt.clientLeft||0:0,fe=(J=q?.[k])!=null?J:0,It=se+ke-fe-$t,er=se+Ve-fe,en=ql(v?gu(Y,It):Y,se,v?Oa(re,er):re);I[k]=en,X[k]=en-se}if(d){var tn,tr=k==="x"?Mt:Pt,ta=k==="x"?hr:mr,Xe=I[R],Ht=R==="y"?"height":"width",jt=Xe+S[tr],Fn=Xe-S[ta],rr=[Mt,Pt].indexOf(_)!==-1,Rn=(tn=q?.[R])!=null?tn:0,nr=rr?jt:Xe-z[Ht]-B[Ht]-Rn+j.altAxis,tt=rr?Xe+z[Ht]+B[Ht]-Rn-j.altAxis:Fn,xt=v&&rr?UA(nr,Xe,tt):ql(v?nr:jt,Xe,v?tt:Fn);I[R]=xt,X[R]=xt-Xe}t.modifiersData[n]=X}}var w_,CP=K(()=>{Dr(),Uo(),Hv(),xP(),WA(),Nv(),ju(),zp(),Vu(),qA(),Wo(),p(K8,"preventOverflow"),w_={name:"preventOverflow",enabled:!0,phase:"main",fn:K8,requiresIfExists:["offset"]}}),b_=K(()=>{});function E_(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}var DP=K(()=>{p(E_,"getHTMLElementScroll")});function x_(e){return e===Qt(e)||!fr(e)?Rp(e):E_(e)}var SP=K(()=>{Wv(),_n(),Sr(),DP(),p(x_,"getNodeScroll")});function C_(e){var t=e.getBoundingClientRect(),r=Lo(t.width)/e.offsetWidth||1,n=Lo(t.height)/e.offsetHeight||1;return r!==1||n!==1}function D_(e,t,r){r===void 0&&(r=!1);var n=fr(t),o=fr(t)&&C_(t),i=Qn(t),s=Oo(e,o,r),d={scrollLeft:0,scrollTop:0},f={x:0,y:0};return(n||!n&&!r)&&((Yr(t)!=="body"||Ip(i))&&(d=x_(t)),fr(t)?(f=Oo(t,!0),f.x+=t.clientLeft,f.y+=t.clientTop):i&&(f.x=Tp(i))),{x:s.left+d.scrollLeft-f.x,y:s.top+d.scrollTop-f.y,width:s.width,height:s.height}}var kP=K(()=>{Nu(),SP(),Vo(),Sr(),qv(),Ga(),Gv(),Wo(),p(C_,"isElementScaled"),p(D_,"getCompositeRect")});function S_(e){var t=new Map,r=new Set,n=[];e.forEach(function(i){t.set(i.name,i)});function o(i){r.add(i.name);var s=[].concat(i.requires||[],i.requiresIfExists||[]);s.forEach(function(d){if(!r.has(d)){var f=t.get(d);f&&o(f)}}),n.push(i)}return p(o,"sort"),e.forEach(function(i){r.has(i.name)||o(i)}),n}function k_(e){var t=S_(e);return MA.reduce(function(r,n){return r.concat(t.filter(function(o){return o.phase===n}))},[])}var AP=K(()=>{Dr(),p(S_,"order"),p(k_,"orderModifiers")});function A_(e){var t;return function(){return t||(t=new Promise(function(r){Promise.resolve().then(function(){t=void 0,r(e())})})),t}}var _P=K(()=>{p(A_,"debounce")});function __(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 FP=K(()=>{p(__,"mergeByName")});function R5(){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 F_(e){e===void 0&&(e={});var t=e,r=t.defaultModifiers,n=r===void 0?[]:r,o=t.defaultOptions,i=o===void 0?T5:o;return p(function(s,d,f){f===void 0&&(f=i);var m={placement:"bottom",orderedModifiers:[],options:Object.assign({},T5,i),modifiersData:{},elements:{reference:s,popper:d},attributes:{},styles:{}},g=[],b=!1,w={state:m,setOptions:p(function(E){var S=typeof E=="function"?E(m.options):E;x(),m.options=Object.assign({},i,m.options,S),m.scrollParents={reference:Va(s)?Gl(s):s.contextElement?Gl(s.contextElement):[],popper:Gl(d)};var _=k_(__([].concat(n,m.options.modifiers)));return m.orderedModifiers=_.filter(function(F){return F.enabled}),v(),w.update()},"setOptions"),forceUpdate:p(function(){if(!b){var E=m.elements,S=E.reference,_=E.popper;if(R5(S,_)){m.rects={reference:D_(S,Ci(_),m.options.strategy==="fixed"),popper:Ap(_)},m.reset=!1,m.placement=m.options.placement,m.orderedModifiers.forEach(function(B){return m.modifiersData[B.name]=Object.assign({},B.data)});for(var F=0;F<m.orderedModifiers.length;F++){if(m.reset===!0){m.reset=!1,F=-1;continue}var A=m.orderedModifiers[F],k=A.fn,R=A.options,I=R===void 0?{}:R,z=A.name;typeof k=="function"&&(m=k({state:m,options:I,name:z,instance:w})||m)}}}},"forceUpdate"),update:A_(function(){return new Promise(function(E){w.forceUpdate(),E(m)})}),destroy:p(function(){x(),b=!0},"destroy")};if(!R5(s,d))return w;w.setOptions(f).then(function(E){!b&&f.onFirstUpdate&&f.onFirstUpdate(E)});function v(){m.orderedModifiers.forEach(function(E){var S=E.name,_=E.options,F=_===void 0?{}:_,A=E.effect;if(typeof A=="function"){var k=A({state:m,name:S,instance:w,options:F}),R=p(function(){},"noopFn");g.push(k||R)}})}p(v,"runModifierEffects");function x(){g.forEach(function(E){return E()}),g=[]}return p(x,"cleanupModifierEffects"),w},"createPopper")}var T5,RP=K(()=>{kP(),Nv(),o_(),ju(),AP(),_P(),FP(),Sr(),T5={placement:"bottom",modifiers:[],strategy:"absolute"},p(R5,"areValidElements"),p(F_,"popperGenerator")}),X8,R_,TP=K(()=>{RP(),cP(),EP(),uP(),lP(),bP(),yP(),CP(),sP(),wP(),b_(),X8=[e_,v_,QA,PA,g_,f_,w_,XA,h_],R_=F_({defaultModifiers:X8})}),IP=K(()=>{Dr(),b_(),TP()}),zP=Ce((e,t)=>{var r=typeof Element<"u",n=typeof Map=="function",o=typeof Set=="function",i=typeof ArrayBuffer=="function"&&!!ArrayBuffer.isView;function s(d,f){if(d===f)return!0;if(d&&f&&typeof d=="object"&&typeof f=="object"){if(d.constructor!==f.constructor)return!1;var m,g,b;if(Array.isArray(d)){if(m=d.length,m!=f.length)return!1;for(g=m;g--!==0;)if(!s(d[g],f[g]))return!1;return!0}var w;if(n&&d instanceof Map&&f instanceof Map){if(d.size!==f.size)return!1;for(w=d.entries();!(g=w.next()).done;)if(!f.has(g.value[0]))return!1;for(w=d.entries();!(g=w.next()).done;)if(!s(g.value[1],f.get(g.value[0])))return!1;return!0}if(o&&d instanceof Set&&f instanceof Set){if(d.size!==f.size)return!1;for(w=d.entries();!(g=w.next()).done;)if(!f.has(g.value[0]))return!1;return!0}if(i&&ArrayBuffer.isView(d)&&ArrayBuffer.isView(f)){if(m=d.length,m!=f.length)return!1;for(g=m;g--!==0;)if(d[g]!==f[g])return!1;return!0}if(d.constructor===RegExp)return d.source===f.source&&d.flags===f.flags;if(d.valueOf!==Object.prototype.valueOf&&typeof d.valueOf=="function"&&typeof f.valueOf=="function")return d.valueOf()===f.valueOf();if(d.toString!==Object.prototype.toString&&typeof d.toString=="function"&&typeof f.toString=="function")return d.toString()===f.toString();if(b=Object.keys(d),m=b.length,m!==Object.keys(f).length)return!1;for(g=m;g--!==0;)if(!Object.prototype.hasOwnProperty.call(f,b[g]))return!1;if(r&&d instanceof Element)return!1;for(g=m;g--!==0;)if(!((b[g]==="_owner"||b[g]==="__v"||b[g]==="__o")&&d.$$typeof)&&!s(d[b[g]],f[b[g]]))return!1;return!0}return d!==d&&f!==f}p(s,"equal"),t.exports=p(function(d,f){try{return s(d,f)}catch(m){if((m.message||"").match(/stack|recursion/i))return console.warn("react-fast-compare cannot handle circular refs"),!1;throw m}},"isEqual")}),J8,Z8,T_,BP=K(()=>{IP(),J8=Et(zP()),oP(),Z8=[],T_=p(function(e,t,r){r===void 0&&(r={});var n=u.useRef(null),o={onFirstUpdate:r.onFirstUpdate,placement:r.placement||"bottom",strategy:r.strategy||"absolute",modifiers:r.modifiers||Z8},i=u.useState({styles:{popper:{position:o.strategy,left:"0",top:"0"},arrow:{position:"absolute"}},attributes:{}}),s=i[0],d=i[1],f=u.useMemo(function(){return{name:"updateState",enabled:!0,phase:"write",fn:p(function(b){var w=b.state,v=Object.keys(w.elements);Su.flushSync(function(){d({styles:E5(v.map(function(x){return[x,w.styles[x]||{}]})),attributes:E5(v.map(function(x){return[x,w.attributes[x]]}))})})},"fn"),requires:["computeStyles"]}},[]),m=u.useMemo(function(){var b={onFirstUpdate:o.onFirstUpdate,placement:o.placement,strategy:o.strategy,modifiers:[].concat(o.modifiers,[f,{name:"applyStyles",enabled:!1}])};return(0,J8.default)(n.current,b)?n.current||b:(n.current=b,b)},[o.onFirstUpdate,o.placement,o.strategy,o.modifiers,f]),g=u.useRef();return x5(function(){g.current&&g.current.setOptions(m)},[m]),x5(function(){if(!(e==null||t==null)){var b=r.createPopper||R_,w=b(e,t,m);return g.current=w,function(){w.destroy(),g.current=null}}},[e,t,r.createPopper]),{state:g.current?g.current.state:null,styles:s.styles,attributes:s.attributes,update:g.current?g.current.update:null,forceUpdate:g.current?g.current.forceUpdate:null}},"usePopper")}),LP=K(()=>{BP()});function Xv(e){var t=u.useRef(e);return t.current=e,u.useCallback(function(){return t.current},[])}function I_(e){var t=e.initial,r=e.value,n=e.onChange,o=n===void 0?B_:n;if(t===void 0&&r===void 0)throw new TypeError('Either "value" or "initial" variable must be set. Now both are undefined');var i=u.useState(t),s=i[0],d=i[1],f=Xv(s),m=u.useCallback(function(b){var w=f(),v=typeof b=="function"?b(w):b;typeof v.persist=="function"&&v.persist(),d(v),typeof o=="function"&&o(v)},[f,o]),g=r!==void 0;return[g?r:s,g?o:m]}function I5(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:p(function(){return null},"toJSON")}}}function z_(e,t){var r,n,o;e===void 0&&(e={}),t===void 0&&(t={});var i=Object.keys(B5).reduce(function(ee,ie){var se;return Re({},ee,(se={},se[ie]=ee[ie]!==void 0?ee[ie]:B5[ie],se))},e),s=u.useMemo(function(){return[{name:"offset",options:{offset:i.offset}}]},Array.isArray(i.offset)?i.offset:[]),d=Re({},t,{placement:t.placement||i.placement,modifiers:t.modifiers||s}),f=u.useState(null),m=f[0],g=f[1],b=u.useState(null),w=b[0],v=b[1],x=I_({initial:i.defaultVisible,value:i.visible,onChange:i.onVisibleChange}),E=x[0],S=x[1],_=u.useRef();u.useEffect(function(){return function(){return clearTimeout(_.current)}},[]);var F=T_(i.followCursor?z5:m,w,d),A=F.styles,k=F.attributes,R=np(F,L_),I=R.update,z=Xv({visible:E,triggerRef:m,tooltipRef:w,finalConfig:i}),B=u.useCallback(function(ee){return Array.isArray(i.trigger)?i.trigger.includes(ee):i.trigger===ee},Array.isArray(i.trigger)?i.trigger:[i.trigger]),O=u.useCallback(function(){clearTimeout(_.current),_.current=window.setTimeout(function(){return S(!1)},i.delayHide)},[i.delayHide,S]),j=u.useCallback(function(){clearTimeout(_.current),_.current=window.setTimeout(function(){return S(!0)},i.delayShow)},[i.delayShow,S]),q=u.useCallback(function(){z().visible?O():j()},[z,O,j]);u.useEffect(function(){if(z().finalConfig.closeOnOutsideClick){var ee=p(function(ie){var se,Y=z(),re=Y.tooltipRef,Z=Y.triggerRef,N=(ie.composedPath==null||(se=ie.composedPath())==null?void 0:se[0])||ie.target;N instanceof Node&&re!=null&&Z!=null&&!re.contains(N)&&!Z.contains(N)&&O()},"handleClickOutside");return document.addEventListener("mousedown",ee),function(){return document.removeEventListener("mousedown",ee)}}},[z,O]),u.useEffect(function(){if(!(m==null||!B("click")))return m.addEventListener("click",q),function(){return m.removeEventListener("click",q)}},[m,B,q]),u.useEffect(function(){if(!(m==null||!B("double-click")))return m.addEventListener("dblclick",q),function(){return m.removeEventListener("dblclick",q)}},[m,B,q]),u.useEffect(function(){if(!(m==null||!B("right-click"))){var ee=p(function(ie){ie.preventDefault(),q()},"preventDefaultAndToggle");return m.addEventListener("contextmenu",ee),function(){return m.removeEventListener("contextmenu",ee)}}},[m,B,q]),u.useEffect(function(){if(!(m==null||!B("focus")))return m.addEventListener("focus",j),m.addEventListener("blur",O),function(){m.removeEventListener("focus",j),m.removeEventListener("blur",O)}},[m,B,j,O]),u.useEffect(function(){if(!(m==null||!B("hover")))return m.addEventListener("mouseenter",j),m.addEventListener("mouseleave",O),function(){m.removeEventListener("mouseenter",j),m.removeEventListener("mouseleave",O)}},[m,B,j,O]),u.useEffect(function(){if(!(w==null||!B("hover")||!z().finalConfig.interactive))return w.addEventListener("mouseenter",j),w.addEventListener("mouseleave",O),function(){w.removeEventListener("mouseenter",j),w.removeEventListener("mouseleave",O)}},[w,B,j,O,z]);var X=R==null||(r=R.state)==null||(n=r.modifiersData)==null||(o=n.hide)==null?void 0:o.isReferenceHidden;u.useEffect(function(){i.closeOnTriggerHidden&&X&&O()},[i.closeOnTriggerHidden,O,X]),u.useEffect(function(){if(!i.followCursor||m==null)return;function ee(ie){var se=ie.clientX,Y=ie.clientY;z5.getBoundingClientRect=I5(se,Y),I?.()}return p(ee,"setMousePosition"),m.addEventListener("mousemove",ee),function(){return m.removeEventListener("mousemove",ee)}},[i.followCursor,m,I]),u.useEffect(function(){if(!(w==null||I==null||i.mutationObserverOptions==null)){var ee=new MutationObserver(I);return ee.observe(w,i.mutationObserverOptions),function(){return ee.disconnect()}}},[i.mutationObserverOptions,w,I]);var J=p(function(ee){return ee===void 0&&(ee={}),Re({},ee,{style:Re({},ee.style,A.popper)},k.popper,{"data-popper-interactive":i.interactive})},"getTooltipProps"),ae=p(function(ee){return ee===void 0&&(ee={}),Re({},ee,k.arrow,{style:Re({},ee.style,A.arrow),"data-popper-arrow":!0})},"getArrowProps");return Re({getArrowProps:ae,getTooltipProps:J,setTooltipRef:v,setTriggerRef:g,tooltipRef:w,triggerRef:m,visible:E},R)}var B_,L_,z5,B5,OP=K(()=>{z2(),Xr(),LP(),p(Xv,"useGetLatest"),B_=p(function(){},"noop"),p(I_,"useControlledState"),p(I5,"generateBoundingClientRect"),L_=["styles","attributes"],z5={getBoundingClientRect:I5()},B5={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"},p(z_,"usePopperTooltip")}),Q8,cr,Vn,ex,tx,L5,MP=K(()=>{Q8=Et(rp(),1),cr=(0,Q8.default)(1e3)((e,t,r,n=0)=>t.split("-")[0]===e?r:n),Vn=8,ex=M.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:`${cr("top",r,`${Vn*-1}px`,"auto")}`,top:`${cr("bottom",r,`${Vn*-1}px`,"auto")}`,right:`${cr("left",r,`${Vn*-1}px`,"auto")}`,left:`${cr("right",r,`${Vn*-1}px`,"auto")}`,borderBottomWidth:`${cr("top",r,"0",Vn)}px`,borderTopWidth:`${cr("bottom",r,"0",Vn)}px`,borderRightWidth:`${cr("left",r,"0",Vn)}px`,borderLeftWidth:`${cr("right",r,"0",Vn)}px`,borderTopColor:cr("top",r,e.color[t]||t||e.base==="light"?ms(e.background.app):e.background.app,"transparent"),borderBottomColor:cr("bottom",r,e.color[t]||t||e.base==="light"?ms(e.background.app):e.background.app,"transparent"),borderLeftColor:cr("left",r,e.color[t]||t||e.base==="light"?ms(e.background.app):e.background.app,"transparent"),borderRightColor:cr("right",r,e.color[t]||t||e.base==="light"?ms(e.background.app):e.background.app,"transparent")})),tx=M.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"?ms(e.background.app):e.background.app,filter:`
|
|
330
|
+
drop-shadow(0px 5px 5px rgba(0,0,0,0.05))
|
|
331
|
+
drop-shadow(0 1px 3px rgba(0,0,0,0.1))
|
|
332
|
+
`,borderRadius:e.appBorderRadius+2,fontSize:e.typography.size.s1}:{}),L5=D.forwardRef(({placement:e="top",hasChrome:t=!0,children:r,arrowProps:n={},tooltipRef:o,color:i,withArrows:s,...d},f)=>D.createElement(tx,{"data-testid":"tooltip",hasChrome:t,ref:f,...d,color:i},t&&s&&D.createElement(ex,{placement:e,...n,color:i}),r)),L5.displayName="Tooltip"}),Jv={};yi(Jv,{WithToolTipState:()=>Nd,WithTooltip:()=>Nd,WithTooltipPure:()=>O5});var Fs,rx,nx,O5,Nd,Zv=K(()=>{I2(),OP(),MP(),{document:Fs}=tp,rx=M.div`
|
|
333
|
+
display: inline-block;
|
|
334
|
+
cursor: ${e=>e.trigger==="hover"||e.trigger.includes("hover")?"default":"pointer"};
|
|
335
|
+
`,nx=M.g`
|
|
336
|
+
cursor: ${e=>e.trigger==="hover"||e.trigger.includes("hover")?"default":"pointer"};
|
|
337
|
+
`,O5=p(({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:i=!0,defaultVisible:s=!1,withArrows:d,offset:f,tooltip:m,children:g,closeOnTriggerHidden:b,mutationObserverOptions:w,delayHide:v,visible:x,interactive:E,delayShow:S,strategy:_,followCursor:F,onVisibleChange:A,...k})=>{let R=e?nx:rx,{getArrowProps:I,getTooltipProps:z,setTooltipRef:B,setTriggerRef:O,visible:j,state:q}=z_({trigger:t,placement:n,defaultVisible:s,delayHide:v,interactive:E,closeOnOutsideClick:r,closeOnTriggerHidden:b,onVisibleChange:A,delayShow:S,followCursor:F,mutationObserverOptions:w,visible:x,offset:f},{modifiers:o,strategy:_}),X=j?D.createElement(L5,{placement:q?.placement,ref:B,hasChrome:i,arrowProps:I(),withArrows:d,...z()},typeof m=="function"?m({onHide:p(()=>A(!1),"onHide")}):m):null;return D.createElement(D.Fragment,null,D.createElement(R,{trigger:t,ref:O,...k},g),j&&XC.createPortal(X,Fs.body))},"WithTooltipPure"),Nd=p(({startOpen:e=!1,onVisibleChange:t,...r})=>{let[n,o]=u.useState(e),i=u.useCallback(s=>{t&&t(s)===!1||o(s)},[t]);return u.useEffect(()=>{let s=p(()=>i(!1),"hide");Fs.addEventListener("keydown",s,!1);let d=Array.from(Fs.getElementsByTagName("iframe")),f=[];return d.forEach(m=>{let g=p(()=>{try{m.contentWindow.document&&(m.contentWindow.document.addEventListener("click",s),f.push(()=>{try{m.contentWindow.document.removeEventListener("click",s)}catch{}}))}catch{}},"bind");g(),m.addEventListener("load",g),f.push(()=>{m.removeEventListener("load",g)})}),()=>{Fs.removeEventListener("keydown",s),f.forEach(m=>{m()})}}),D.createElement(O5,{...r,visible:n,onVisibleChange:i})},"WithToolTipState")}),We=p(({...e},t)=>{let r=[e.class,e.className];return delete e.class,e.className=["sbdocs",`sbdocs-${t}`,...r].filter(Boolean).join(" "),e},"nameSpaceClassNames");Xr();NO();T2();function O_(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,ni(e,t)}p(O_,"_inheritsLoose");$O();T2();function M_(e){try{return Function.toString.call(e).indexOf("[native code]")!==-1}catch{return typeof e=="function"}}p(M_,"_isNativeFunction");function Qv(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(Qv=p(function(){return!!e},"_isNativeReflectConstruct"))()}p(Qv,"_isNativeReflectConstruct");T2();function P_(e,t,r){if(Qv())return Reflect.construct.apply(null,arguments);var n=[null];n.push.apply(n,t);var o=new(e.bind.apply(e,n));return r&&ni(o,r.prototype),o}p(P_,"_construct");function $d(e){var t=typeof Map=="function"?new Map:void 0;return $d=p(function(r){if(r===null||!M_(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 P_(r,arguments,id(this).constructor)}return p(n,"Wrapper"),n.prototype=Object.create(r.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),ni(n,r)},"_wrapNativeSuper"),$d(e)}p($d,"_wrapNativeSuper");var PP={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 }).
|
|
338
|
+
|
|
339
|
+
`,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 }).
|
|
340
|
+
|
|
341
|
+
`,3:`Passed an incorrect argument to a color function, please pass a string representation of a color.
|
|
342
|
+
|
|
343
|
+
`,4:`Couldn't generate valid rgb string from %s, it returned %s.
|
|
344
|
+
|
|
345
|
+
`,5:`Couldn't parse the color string. Please provide the color as a string in hex, rgb, rgba, hsl or hsla notation.
|
|
346
|
+
|
|
347
|
+
`,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 }).
|
|
348
|
+
|
|
349
|
+
`,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 }).
|
|
350
|
+
|
|
351
|
+
`,8:`Passed invalid argument to toColorString, please pass a RgbColor, RgbaColor, HslColor or HslaColor object.
|
|
352
|
+
|
|
353
|
+
`,9:`Please provide a number of steps to the modularScale helper.
|
|
354
|
+
|
|
355
|
+
`,10:`Please pass a number or one of the predefined scales to the modularScale helper as the ratio.
|
|
356
|
+
|
|
357
|
+
`,11:`Invalid value passed as base to modularScale, expected number or em string but got "%s"
|
|
358
|
+
|
|
359
|
+
`,12:`Expected a string ending in "px" or a number passed as the first argument to %s(), got "%s" instead.
|
|
360
|
+
|
|
361
|
+
`,13:`Expected a string ending in "px" or a number passed as the second argument to %s(), got "%s" instead.
|
|
362
|
+
|
|
363
|
+
`,14:`Passed invalid pixel value ("%s") to %s(), please pass a value like "12px" or 12.
|
|
364
|
+
|
|
365
|
+
`,15:`Passed invalid base value ("%s") to %s(), please pass a value like "12px" or 12.
|
|
366
|
+
|
|
367
|
+
`,16:`You must provide a template to this method.
|
|
368
|
+
|
|
369
|
+
`,17:`You passed an unsupported selector state to this method.
|
|
370
|
+
|
|
371
|
+
`,18:`minScreen and maxScreen must be provided as stringified numbers with the same units.
|
|
372
|
+
|
|
373
|
+
`,19:`fromSize and toSize must be provided as stringified numbers with the same units.
|
|
374
|
+
|
|
375
|
+
`,20:`expects either an array of objects or a single object with the properties prop, fromSize, and toSize.
|
|
376
|
+
|
|
377
|
+
`,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.
|
|
378
|
+
|
|
379
|
+
`,24:`fontFace expects either the path to the font file(s) or a name of a local copy.
|
|
380
|
+
|
|
381
|
+
`,25:`fontFace expects localFonts to be an array.
|
|
382
|
+
|
|
383
|
+
`,26:`fontFace expects fileFormats to be an array.
|
|
384
|
+
|
|
385
|
+
`,27:`radialGradient requries at least 2 color-stops to properly render.
|
|
386
|
+
|
|
387
|
+
`,28:`Please supply a filename to retinaImage() as the first argument.
|
|
388
|
+
|
|
389
|
+
`,29:`Passed invalid argument to triangle, please pass correct pointingDirection e.g. 'right'.
|
|
390
|
+
|
|
391
|
+
`,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
|
|
392
|
+
|
|
393
|
+
`,32:`To pass multiple animations please supply them in arrays, e.g. animation(['rotate', '2s'], ['move', '1s'])
|
|
394
|
+
To pass a single animation please supply them in simple values, e.g. animation('rotate', '2s')
|
|
395
|
+
|
|
396
|
+
`,33:`The animation shorthand arrays can only have 8 elements. See the specification for more information: http://mdn.io/animation
|
|
397
|
+
|
|
398
|
+
`,34:`borderRadius expects a radius value as a string or number as the second argument.
|
|
399
|
+
|
|
400
|
+
`,35:`borderRadius expects one of "top", "bottom", "left" or "right" as the first argument.
|
|
401
|
+
|
|
402
|
+
`,36:`Property must be a string value.
|
|
403
|
+
|
|
404
|
+
`,37:`Syntax Error at %s.
|
|
405
|
+
|
|
406
|
+
`,38:`Formula contains a function that needs parentheses at %s.
|
|
407
|
+
|
|
408
|
+
`,39:`Formula is missing closing parenthesis at %s.
|
|
409
|
+
|
|
410
|
+
`,40:`Formula has too many closing parentheses at %s.
|
|
411
|
+
|
|
412
|
+
`,41:`All values in a formula must have the same unit or be unitless.
|
|
413
|
+
|
|
414
|
+
`,42:`Please provide a number of steps to the modularScale helper.
|
|
415
|
+
|
|
416
|
+
`,43:`Please pass a number or one of the predefined scales to the modularScale helper as the ratio.
|
|
417
|
+
|
|
418
|
+
`,44:`Invalid value passed as base to modularScale, expected number or em/rem string but got %s.
|
|
419
|
+
|
|
420
|
+
`,45:`Passed invalid argument to hslToColorString, please pass a HslColor or HslaColor object.
|
|
421
|
+
|
|
422
|
+
`,46:`Passed invalid argument to rgbToColorString, please pass a RgbColor or RgbaColor object.
|
|
423
|
+
|
|
424
|
+
`,47:`minScreen and maxScreen must be provided as stringified numbers with the same units.
|
|
425
|
+
|
|
426
|
+
`,48:`fromSize and toSize must be provided as stringified numbers with the same units.
|
|
427
|
+
|
|
428
|
+
`,49:`Expects either an array of objects or a single object with the properties prop, fromSize, and toSize.
|
|
429
|
+
|
|
430
|
+
`,50:`Expects the objects in the first argument array to have the properties prop, fromSize, and toSize.
|
|
431
|
+
|
|
432
|
+
`,51:`Expects the first argument object to have the properties prop, fromSize, and toSize.
|
|
433
|
+
|
|
434
|
+
`,52:`fontFace expects either the path to the font file(s) or a name of a local copy.
|
|
435
|
+
|
|
436
|
+
`,53:`fontFace expects localFonts to be an array.
|
|
437
|
+
|
|
438
|
+
`,54:`fontFace expects fileFormats to be an array.
|
|
439
|
+
|
|
440
|
+
`,55:`fontFace expects a name of a font-family.
|
|
441
|
+
|
|
442
|
+
`,56:`linearGradient requries at least 2 color-stops to properly render.
|
|
443
|
+
|
|
444
|
+
`,57:`radialGradient requries at least 2 color-stops to properly render.
|
|
445
|
+
|
|
446
|
+
`,58:`Please supply a filename to retinaImage() as the first argument.
|
|
447
|
+
|
|
448
|
+
`,59:`Passed invalid argument to triangle, please pass correct pointingDirection e.g. 'right'.
|
|
449
|
+
|
|
450
|
+
`,60:"Passed an invalid value to `height` or `width`. Please provide a pixel based unit.\n\n",61:`Property must be a string value.
|
|
451
|
+
|
|
452
|
+
`,62:`borderRadius expects a radius value as a string or number as the second argument.
|
|
453
|
+
|
|
454
|
+
`,63:`borderRadius expects one of "top", "bottom", "left" or "right" as the first argument.
|
|
455
|
+
|
|
456
|
+
`,64:`The animation shorthand only takes 8 arguments. See the specification for more information: http://mdn.io/animation.
|
|
457
|
+
|
|
458
|
+
`,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').
|
|
459
|
+
|
|
460
|
+
`,66:`The animation shorthand arrays can only have 8 elements. See the specification for more information: http://mdn.io/animation.
|
|
461
|
+
|
|
462
|
+
`,67:`You must provide a template to this method.
|
|
463
|
+
|
|
464
|
+
`,68:`You passed an unsupported selector state to this method.
|
|
465
|
+
|
|
466
|
+
`,69:`Expected a string ending in "px" or a number passed as the first argument to %s(), got %s instead.
|
|
467
|
+
|
|
468
|
+
`,70:`Expected a string ending in "px" or a number passed as the second argument to %s(), got %s instead.
|
|
469
|
+
|
|
470
|
+
`,71:`Passed invalid pixel value %s to %s(), please pass a value like "12px" or 12.
|
|
471
|
+
|
|
472
|
+
`,72:`Passed invalid base value %s to %s(), please pass a value like "12px" or 12.
|
|
473
|
+
|
|
474
|
+
`,73:`Please provide a valid CSS variable.
|
|
475
|
+
|
|
476
|
+
`,74:`CSS variable not found and no default was provided.
|
|
477
|
+
|
|
478
|
+
`,75:`important requires a valid style object, got a %s instead.
|
|
479
|
+
|
|
480
|
+
`,76:`fromSize and toSize must be provided as stringified numbers with the same units as minScreen and maxScreen.
|
|
481
|
+
|
|
482
|
+
`,77:`remToPx expects a value in "rem" but you provided it in "%s".
|
|
483
|
+
|
|
484
|
+
`,78:`base must be set in "px" or "%" but you set it in "%s".
|
|
485
|
+
`};function N_(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];var n=t[0],o=[],i;for(i=1;i<t.length;i+=1)o.push(t[i]);return o.forEach(function(s){n=n.replace(/%[a-z]/,s)}),n}p(N_,"format");var mn=function(e){O_(t,e);function t(r){for(var n,o=arguments.length,i=new Array(o>1?o-1:0),s=1;s<o;s++)i[s-1]=arguments[s];return n=e.call(this,N_.apply(void 0,[PP[r]].concat(i)))||this,eD(n)}return p(t,"PolishedError"),t}($d(Error));function q0(e){return Math.round(e*255)}p(q0,"colorToInt");function $_(e,t,r){return q0(e)+","+q0(t)+","+q0(r)}p($_,"convertToInt");function ci(e,t,r,n){if(n===void 0&&(n=$_),t===0)return n(r,r,r);var o=(e%360+360)%360/60,i=(1-Math.abs(2*r-1))*t,s=i*(1-Math.abs(o%2-1)),d=0,f=0,m=0;o>=0&&o<1?(d=i,f=s):o>=1&&o<2?(d=s,f=i):o>=2&&o<3?(f=i,m=s):o>=3&&o<4?(f=s,m=i):o>=4&&o<5?(d=s,m=i):o>=5&&o<6&&(d=i,m=s);var g=r-i/2,b=d+g,w=f+g,v=m+g;return n(b,w,v)}p(ci,"hslToRgb");var ax={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 H_(e){if(typeof e!="string")return e;var t=e.toLowerCase();return ax[t]?"#"+ax[t]:e}p(H_,"nameToHex");var NP=/^#[a-fA-F0-9]{6}$/,$P=/^#[a-fA-F0-9]{8}$/,HP=/^#[a-fA-F0-9]{3}$/,jP=/^#[a-fA-F0-9]{4}$/,Zm=/^rgb\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*\)$/i,VP=/^rgb(?:a)?\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i,UP=/^hsl\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*\)$/i,WP=/^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 Bp(e){if(typeof e!="string")throw new mn(3);var t=H_(e);if(t.match(NP))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($P)){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(HP))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(jP)){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=Zm.exec(t);if(o)return{red:parseInt(""+o[1],10),green:parseInt(""+o[2],10),blue:parseInt(""+o[3],10)};var i=VP.exec(t.substring(0,50));if(i)return{red:parseInt(""+i[1],10),green:parseInt(""+i[2],10),blue:parseInt(""+i[3],10),alpha:parseFloat(""+i[4])>1?parseFloat(""+i[4])/100:parseFloat(""+i[4])};var s=UP.exec(t);if(s){var d=parseInt(""+s[1],10),f=parseInt(""+s[2],10)/100,m=parseInt(""+s[3],10)/100,g="rgb("+ci(d,f,m)+")",b=Zm.exec(g);if(!b)throw new mn(4,t,g);return{red:parseInt(""+b[1],10),green:parseInt(""+b[2],10),blue:parseInt(""+b[3],10)}}var w=WP.exec(t.substring(0,50));if(w){var v=parseInt(""+w[1],10),x=parseInt(""+w[2],10)/100,E=parseInt(""+w[3],10)/100,S="rgb("+ci(v,x,E)+")",_=Zm.exec(S);if(!_)throw new mn(4,t,S);return{red:parseInt(""+_[1],10),green:parseInt(""+_[2],10),blue:parseInt(""+_[3],10),alpha:parseFloat(""+w[4])>1?parseFloat(""+w[4])/100:parseFloat(""+w[4])}}throw new mn(5)}p(Bp,"parseToRgb");function j_(e){var t=e.red/255,r=e.green/255,n=e.blue/255,o=Math.max(t,r,n),i=Math.min(t,r,n),s=(o+i)/2;if(o===i)return e.alpha!==void 0?{hue:0,saturation:0,lightness:s,alpha:e.alpha}:{hue:0,saturation:0,lightness:s};var d,f=o-i,m=s>.5?f/(2-o-i):f/(o+i);switch(o){case t:d=(r-n)/f+(r<n?6:0);break;case r:d=(n-t)/f+2;break;default:d=(t-r)/f+4;break}return d*=60,e.alpha!==void 0?{hue:d,saturation:m,lightness:s,alpha:e.alpha}:{hue:d,saturation:m,lightness:s}}p(j_,"rgbToHsl");function ey(e){return j_(Bp(e))}p(ey,"parseToHsl");var qP=p(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"),M5=qP;function Ia(e){var t=e.toString(16);return t.length===1?"0"+t:t}p(Ia,"numberToHex");function G0(e){return Ia(Math.round(e*255))}p(G0,"colorToHex");function V_(e,t,r){return M5("#"+G0(e)+G0(t)+G0(r))}p(V_,"convertToHex");function vu(e,t,r){return ci(e,t,r,V_)}p(vu,"hslToHex");function U_(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return vu(e,t,r);if(typeof e=="object"&&t===void 0&&r===void 0)return vu(e.hue,e.saturation,e.lightness);throw new mn(1)}p(U_,"hsl");function W_(e,t,r,n){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number"&&typeof n=="number")return n>=1?vu(e,t,r):"rgba("+ci(e,t,r)+","+n+")";if(typeof e=="object"&&t===void 0&&r===void 0&&n===void 0)return e.alpha>=1?vu(e.hue,e.saturation,e.lightness):"rgba("+ci(e.hue,e.saturation,e.lightness)+","+e.alpha+")";throw new mn(2)}p(W_,"hsla");function Hd(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return M5("#"+Ia(e)+Ia(t)+Ia(r));if(typeof e=="object"&&t===void 0&&r===void 0)return M5("#"+Ia(e.red)+Ia(e.green)+Ia(e.blue));throw new mn(6)}p(Hd,"rgb");function yu(e,t,r,n){if(typeof e=="string"&&typeof t=="number"){var o=Bp(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?Hd(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?Hd(e.red,e.green,e.blue):"rgba("+e.red+","+e.green+","+e.blue+","+e.alpha+")"}throw new mn(7)}p(yu,"rgba");var GP=p(function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&(typeof e.alpha!="number"||typeof e.alpha>"u")},"isRgb"),YP=p(function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&typeof e.alpha=="number"},"isRgba"),KP=p(function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&(typeof e.alpha!="number"||typeof e.alpha>"u")},"isHsl"),XP=p(function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&typeof e.alpha=="number"},"isHsla");function ty(e){if(typeof e!="object")throw new mn(8);if(YP(e))return yu(e);if(GP(e))return Hd(e);if(XP(e))return W_(e);if(KP(e))return U_(e);throw new mn(8)}p(ty,"toColorString");function ry(e,t,r){return p(function(){var n=r.concat(Array.prototype.slice.call(arguments));return n.length>=t?e.apply(this,n):ry(e,t,n)},"fn")}p(ry,"curried");function Lp(e){return ry(e,e.length,[])}p(Lp,"curry");function Op(e,t,r){return Math.max(e,Math.min(t,r))}p(Op,"guard");function q_(e,t){if(t==="transparent")return t;var r=ey(t);return ty(Re({},r,{lightness:Op(0,1,r.lightness-parseFloat(e))}))}p(q_,"darken");var JP=Lp(q_),Ml=JP;function G_(e,t){if(t==="transparent")return t;var r=ey(t);return ty(Re({},r,{lightness:Op(0,1,r.lightness+parseFloat(e))}))}p(G_,"lighten");var ZP=Lp(G_),ox=ZP;function Y_(e,t){if(t==="transparent")return t;var r=Bp(t),n=typeof r.alpha=="number"?r.alpha:1,o=Re({},r,{alpha:Op(0,1,+(n*100-parseFloat(e)*100).toFixed(2)/100)});return yu(o)}p(Y_,"transparentize");var QP=Lp(Y_),jr=QP,Di=p(({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"),ea=p(({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"?jr(.1,e.color.defaultText):jr(.3,e.color.defaultText),backgroundColor:e.base==="light"?e.color.lighter:e.color.border}),"codeCommon"),Ye=p(({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"),qo={margin:"16px 0"},ny=M.div(Ye),eN=p(({href:e="",...t})=>{let r=/^\//.test(e)?`./?path=${e}`:e,n=/^#.*/.test(e)?"_self":"_top";return D.createElement("a",{href:r,target:n,...t})},"Link"),K_=M(eN)(Ye,({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}})),X_=M.blockquote(Ye,qo,({theme:e})=>({borderLeft:`4px solid ${e.color.medium}`,padding:"0 15px",color:e.color.dark,"& > :first-of-type":{marginTop:0},"& > :last-child":{marginBottom:0}}));lp();var tN=p(e=>typeof e=="string","isReactChildString"),rN=/[\n\r]/g,nN=M.code(({theme:e})=>({fontFamily:e.typography.fonts.mono,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",display:"inline-block",paddingLeft:2,paddingRight:2,verticalAlign:"baseline",color:"inherit"}),ea),aN=M(Xs)(({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"}})),ay=p(({className:e,children:t,...r})=>{let n=(e||"").match(/lang-(\S+)/),o=u.Children.toArray(t);return o.filter(tN).some(i=>i.match(rN))?D.createElement(aN,{bordered:!0,copyable:!0,language:n?.[1]??"text",format:!1,...r},t):D.createElement(nN,{...r,className:e},o)},"Code"),J_=M.dl(Ye,qo,{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}}),Z_=M.div(Ye),Q_=M.h1(Ye,Di,({theme:e})=>({fontSize:`${e.typography.size.l1}px`,fontWeight:e.typography.weight.bold})),oy=M.h2(Ye,Di,({theme:e})=>({fontSize:`${e.typography.size.m2}px`,paddingBottom:4,borderBottom:`1px solid ${e.appBorderColor}`})),ly=M.h3(Ye,Di,({theme:e})=>({fontSize:`${e.typography.size.m1}px`})),eF=M.h4(Ye,Di,({theme:e})=>({fontSize:`${e.typography.size.s3}px`})),tF=M.h5(Ye,Di,({theme:e})=>({fontSize:`${e.typography.size.s2}px`})),rF=M.h6(Ye,Di,({theme:e})=>({fontSize:`${e.typography.size.s2}px`,color:e.color.dark})),nF=M.hr(({theme:e})=>({border:"0 none",borderTop:`1px solid ${e.appBorderColor}`,height:4,padding:0})),aF=M.img({maxWidth:"100%"}),oF=M.li(Ye,({theme:e})=>({fontSize:e.typography.size.s2,color:e.color.defaultText,lineHeight:"24px","& + li":{marginTop:".25em"},"& ul, & ol":{marginTop:".25em",marginBottom:0},"& code":ea({theme:e})})),oN={paddingLeft:30,"& :first-of-type":{marginTop:0},"& :last-child":{marginBottom:0}},lF=M.ol(Ye,qo,oN,{listStyle:"decimal"}),iF=M.p(Ye,qo,({theme:e})=>({fontSize:e.typography.size.s2,lineHeight:"24px",color:e.color.defaultText,"& code":ea({theme:e})})),sF=M.pre(Ye,qo,({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"}})),uF=M.span(Ye,({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"}}})),cF=M.title(ea),dF=M.table(Ye,qo,({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}})),lN={paddingLeft:30,"& :first-of-type":{marginTop:0},"& :last-child":{marginBottom:0}},pF=M.ul(Ye,qo,lN,{listStyle:"disc"}),fF={h1:p(e=>D.createElement(Q_,{...We(e,"h1")}),"h1"),h2:p(e=>D.createElement(oy,{...We(e,"h2")}),"h2"),h3:p(e=>D.createElement(ly,{...We(e,"h3")}),"h3"),h4:p(e=>D.createElement(eF,{...We(e,"h4")}),"h4"),h5:p(e=>D.createElement(tF,{...We(e,"h5")}),"h5"),h6:p(e=>D.createElement(rF,{...We(e,"h6")}),"h6"),pre:p(e=>D.createElement(sF,{...We(e,"pre")}),"pre"),a:p(e=>D.createElement(K_,{...We(e,"a")}),"a"),hr:p(e=>D.createElement(nF,{...We(e,"hr")}),"hr"),dl:p(e=>D.createElement(J_,{...We(e,"dl")}),"dl"),blockquote:p(e=>D.createElement(X_,{...We(e,"blockquote")}),"blockquote"),table:p(e=>D.createElement(dF,{...We(e,"table")}),"table"),img:p(e=>D.createElement(aF,{...We(e,"img")}),"img"),div:p(e=>D.createElement(Z_,{...We(e,"div")}),"div"),span:p(e=>D.createElement(uF,{...We(e,"span")}),"span"),li:p(e=>D.createElement(oF,{...We(e,"li")}),"li"),ul:p(e=>D.createElement(pF,{...We(e,"ul")}),"ul"),ol:p(e=>D.createElement(lF,{...We(e,"ol")}),"ol"),p:p(e=>D.createElement(iF,{...We(e,"p")}),"p"),code:p(e=>D.createElement(ay,{...We(e,"code")}),"code"),tt:p(e=>D.createElement(cF,{...We(e,"tt")}),"tt"),resetwrapper:p(e=>D.createElement(ny,{...We(e,"resetwrapper")}),"resetwrapper")};M.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 ${jr(.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 ${jr(.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 ${jr(.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 ${jr(.9,e.color.positiveText)}`:"none"};default:return{}}});var iN={};yi(iN,{AccessibilityAltIcon:()=>_V,AccessibilityIcon:()=>AV,AddIcon:()=>CH,AdminIcon:()=>vV,AlertAltIcon:()=>JH,AlertIcon:()=>XH,AlignLeftIcon:()=>e$,AlignRightIcon:()=>t$,AppleIcon:()=>b$,ArrowBottomLeftIcon:()=>Vj,ArrowBottomRightIcon:()=>Uj,ArrowDownIcon:()=>Pj,ArrowLeftIcon:()=>Nj,ArrowRightIcon:()=>$j,ArrowSolidDownIcon:()=>qj,ArrowSolidLeftIcon:()=>Gj,ArrowSolidRightIcon:()=>Yj,ArrowSolidUpIcon:()=>Wj,ArrowTopLeftIcon:()=>Hj,ArrowTopRightIcon:()=>jj,ArrowUpIcon:()=>Mj,AzureDevOpsIcon:()=>k$,BackIcon:()=>lV,BasketIcon:()=>bj,BatchAcceptIcon:()=>gH,BatchDenyIcon:()=>mH,BeakerIcon:()=>Ej,BellIcon:()=>rj,BitbucketIcon:()=>A$,BoldIcon:()=>s$,BookIcon:()=>WN,BookmarkHollowIcon:()=>uj,BookmarkIcon:()=>cj,BottomBarIcon:()=>Q$,BottomBarToggleIcon:()=>eH,BoxIcon:()=>oH,BranchIcon:()=>v$,BrowserIcon:()=>W$,ButtonIcon:()=>HH,CPUIcon:()=>tH,CalendarIcon:()=>ZN,CameraIcon:()=>FN,CategoryIcon:()=>YN,CertificateIcon:()=>gj,ChangedIcon:()=>_H,ChatIcon:()=>LH,CheckIcon:()=>fH,ChevronDownIcon:()=>Tj,ChevronLeftIcon:()=>Ij,ChevronRightIcon:()=>gF,ChevronSmallDownIcon:()=>Bj,ChevronSmallLeftIcon:()=>Lj,ChevronSmallRightIcon:()=>Oj,ChevronSmallUpIcon:()=>zj,ChevronUpIcon:()=>Rj,ChromaticIcon:()=>_$,ChromeIcon:()=>D$,CircleHollowIcon:()=>ij,CircleIcon:()=>sj,ClearIcon:()=>RH,CloseAltIcon:()=>wH,CloseIcon:()=>SH,CloudHollowIcon:()=>Dj,CloudIcon:()=>Sj,CogIcon:()=>sH,CollapseIcon:()=>Xj,CommandIcon:()=>WH,CommentAddIcon:()=>IH,CommentIcon:()=>TH,CommentsIcon:()=>BH,CommitIcon:()=>g$,CompassIcon:()=>cV,ComponentDrivenIcon:()=>F$,ComponentIcon:()=>cN,ContrastIcon:()=>xN,ControlsIcon:()=>vH,CopyIcon:()=>GN,CreditIcon:()=>$H,CrossIcon:()=>mF,DashboardIcon:()=>hV,DatabaseIcon:()=>rH,DeleteIcon:()=>kH,DiamondIcon:()=>dj,DirectionIcon:()=>yV,DiscordIcon:()=>R$,DocChartIcon:()=>n$,DocListIcon:()=>a$,DocumentIcon:()=>qN,DownloadIcon:()=>oV,DragIcon:()=>o$,EditIcon:()=>iH,EllipsisIcon:()=>dH,EmailIcon:()=>ZH,ExpandAltIcon:()=>Kj,ExpandIcon:()=>Jj,EyeCloseIcon:()=>bN,EyeIcon:()=>wN,FaceHappyIcon:()=>DV,FaceNeutralIcon:()=>SV,FaceSadIcon:()=>kV,FacebookIcon:()=>T$,FailedIcon:()=>FH,FastForwardIcon:()=>ON,FigmaIcon:()=>I$,FilterIcon:()=>r$,FlagIcon:()=>Cj,FolderIcon:()=>KN,FormIcon:()=>hH,GDriveIcon:()=>z$,GithubIcon:()=>B$,GitlabIcon:()=>L$,GlobeIcon:()=>uV,GoogleIcon:()=>O$,GraphBarIcon:()=>QN,GraphLineIcon:()=>JN,GraphqlIcon:()=>M$,GridAltIcon:()=>hN,GridIcon:()=>dN,GrowIcon:()=>SN,HeartHollowIcon:()=>pj,HeartIcon:()=>fj,HomeIcon:()=>gV,HourglassIcon:()=>xj,InfoIcon:()=>GH,ItalicIcon:()=>u$,JumpToIcon:()=>lj,KeyIcon:()=>PH,LightningIcon:()=>EN,LightningOffIcon:()=>hF,LinkBrokenIcon:()=>tj,LinkIcon:()=>ej,LinkedinIcon:()=>V$,LinuxIcon:()=>E$,ListOrderedIcon:()=>d$,ListUnorderedIcon:()=>p$,LocationIcon:()=>dV,LockIcon:()=>OH,MarkdownIcon:()=>h$,MarkupIcon:()=>i$,MediumIcon:()=>P$,MemoryIcon:()=>nH,MenuIcon:()=>l$,MergeIcon:()=>w$,MirrorIcon:()=>DN,MobileIcon:()=>G$,MoonIcon:()=>UN,NutIcon:()=>uH,OutboxIcon:()=>NH,OutlineIcon:()=>pN,PaintBrushIcon:()=>kN,PaperClipIcon:()=>c$,ParagraphIcon:()=>f$,PassedIcon:()=>AH,PhoneIcon:()=>QH,PhotoDragIcon:()=>fN,PhotoIcon:()=>uN,PinAltIcon:()=>EH,PinIcon:()=>pV,PlayAllHollowIcon:()=>$N,PlayBackIcon:()=>zN,PlayHollowIcon:()=>NN,PlayIcon:()=>IN,PlayNextIcon:()=>BN,PlusIcon:()=>yH,PointerDefaultIcon:()=>VH,PointerHandIcon:()=>UH,PowerIcon:()=>lH,PrintIcon:()=>XN,ProceedIcon:()=>iV,ProfileIcon:()=>CV,PullRequestIcon:()=>y$,QuestionIcon:()=>YH,RSSIcon:()=>nj,RedirectIcon:()=>eV,ReduxIcon:()=>N$,RefreshIcon:()=>sV,ReplyIcon:()=>rV,RepoIcon:()=>m$,RequestChangeIcon:()=>zH,RewindIcon:()=>LN,RulerIcon:()=>AN,SaveIcon:()=>qH,SearchIcon:()=>mN,ShareAltIcon:()=>aj,ShareIcon:()=>oj,ShieldIcon:()=>wj,SideBySideIcon:()=>HN,SidebarAltIcon:()=>X$,SidebarAltToggleIcon:()=>J$,SidebarIcon:()=>K$,SidebarToggleIcon:()=>Z$,SpeakerIcon:()=>TN,StackedIcon:()=>jN,StarHollowIcon:()=>hj,StarIcon:()=>mj,StatusFailIcon:()=>Aj,StatusPassIcon:()=>Fj,StatusWarnIcon:()=>_j,StickerIcon:()=>kj,StopAltHollowIcon:()=>PN,StopAltIcon:()=>MN,StopIcon:()=>_N,StorybookIcon:()=>S$,StructureIcon:()=>aH,SubtractIcon:()=>DH,SunIcon:()=>VN,SupportIcon:()=>KH,SwitchAltIcon:()=>CN,SyncIcon:()=>nV,TabletIcon:()=>q$,ThumbsUpIcon:()=>yj,TimeIcon:()=>fV,TimerIcon:()=>mV,TransferIcon:()=>Qj,TrashIcon:()=>bH,TwitterIcon:()=>$$,TypeIcon:()=>jH,UbuntuIcon:()=>x$,UndoIcon:()=>tV,UnfoldIcon:()=>Zj,UnlockIcon:()=>MH,UnpinIcon:()=>xH,UploadIcon:()=>aV,UserAddIcon:()=>EV,UserAltIcon:()=>bV,UserIcon:()=>wV,UsersIcon:()=>xV,VSCodeIcon:()=>j$,VerifiedIcon:()=>vj,VideoIcon:()=>RN,WandIcon:()=>pH,WatchIcon:()=>Y$,WindowsIcon:()=>C$,WrenchIcon:()=>cH,XIcon:()=>U$,YoutubeIcon:()=>H$,ZoomIcon:()=>gN,ZoomOutIcon:()=>vN,ZoomResetIcon:()=>yN,iconList:()=>sN});var sN=[{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"]}],uN=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.25 4.254a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0zm-.5 0a.75.75 0 11-1.5 0 .75.75 0 011.5 0z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13 1.504v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-11a.5.5 0 01.5-.5h11a.5.5 0 01.5.5zM2 9.297V2.004h10v5.293L9.854 5.15a.5.5 0 00-.708 0L6.5 7.797 5.354 6.65a.5.5 0 00-.708 0L2 9.297zM9.5 6.21l2.5 2.5v3.293H2V10.71l3-3 3.146 3.146a.5.5 0 00.708-.707L7.207 8.504 9.5 6.21z",fill:e}))),cN=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5 1.004a2.5 2.5 0 00-2.5 2.5v7a2.5 2.5 0 002.5 2.5h7a2.5 2.5 0 002.5-2.5v-7a2.5 2.5 0 00-2.5-2.5h-7zm8.5 5.5H7.5v-4.5h3a1.5 1.5 0 011.5 1.5v3zm0 1v3a1.5 1.5 0 01-1.5 1.5h-3v-4.5H12zm-5.5 4.5v-4.5H2v3a1.5 1.5 0 001.5 1.5h3zM2 6.504h4.5v-4.5h-3a1.5 1.5 0 00-1.5 1.5v3z",fill:e}))),dN=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 1.504a.5.5 0 01.5-.5H6a.5.5 0 01.5.5v4.5a.5.5 0 01-.5.5H1.5a.5.5 0 01-.5-.5v-4.5zm1 4v-3.5h3.5v3.5H2zM7.5 1.504a.5.5 0 01.5-.5h4.5a.5.5 0 01.5.5v4.5a.5.5 0 01-.5.5H8a.5.5 0 01-.5-.5v-4.5zm1 4v-3.5H12v3.5H8.5zM1.5 7.504a.5.5 0 00-.5.5v4.5a.5.5 0 00.5.5H6a.5.5 0 00.5-.5v-4.5a.5.5 0 00-.5-.5H1.5zm.5 1v3.5h3.5v-3.5H2zM7.5 8.004a.5.5 0 01.5-.5h4.5a.5.5 0 01.5.5v4.5a.5.5 0 01-.5.5H8a.5.5 0 01-.5-.5v-4.5zm1 4v-3.5H12v3.5H8.5z",fill:e}))),pN=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M2 2.004v2H1v-2.5a.5.5 0 01.5-.5H4v1H2zM1 9.004v-4h1v4H1zM1 10.004v2.5a.5.5 0 00.5.5H4v-1H2v-2H1zM10 13.004h2.5a.5.5 0 00.5-.5v-2.5h-1v2h-2v1zM12 4.004h1v-2.5a.5.5 0 00-.5-.5H10v1h2v2zM9 12.004v1H5v-1h4zM9 1.004v1H5v-1h4zM13 9.004h-1v-4h1v4zM7 8.004a1 1 0 100-2 1 1 0 000 2z",fill:e}))),fN=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.25 3.254a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0zm-.5 0a.75.75 0 11-1.5 0 .75.75 0 011.5 0z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7.003v-6.5a.5.5 0 00-.5-.5h-10a.5.5 0 00-.5.5v2.5H.5a.5.5 0 00-.5.5v2.5h1v-2h2v6.5a.5.5 0 00.5.5H10v2H8v1h2.5a.5.5 0 00.5-.5v-2.5h2.5a.5.5 0 00.5-.5v-3.5zm-10-6v5.794L5.646 5.15a.5.5 0 01.708 0L7.5 6.297l2.646-2.647a.5.5 0 01.708 0L13 5.797V1.004H4zm9 6.208l-2.5-2.5-2.293 2.293L9.354 8.15a.5.5 0 11-.708.707L6 6.211l-2 2v1.793h9V7.21z",fill:e}),u.createElement("path",{d:"M0 10.004v-3h1v3H0zM0 13.504v-2.5h1v2h2v1H.5a.5.5 0 01-.5-.5zM7 14.004H4v-1h3v1z",fill:e}))),hN=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M4 3V1h1v2H4zM4 6v2h1V6H4zM4 11v2h1v-2H4zM9 11v2h1v-2H9zM9 8V6h1v2H9zM9 1v2h1V1H9zM13 5h-2V4h2v1zM11 10h2V9h-2v1zM3 10H1V9h2v1zM1 5h2V4H1v1zM8 5H6V4h2v1zM6 10h2V9H6v1zM4 4h1v1H4V4zM10 4H9v1h1V4zM9 9h1v1H9V9zM5 9H4v1h1V9z",fill:e}))),mN=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.544 10.206a5.5 5.5 0 11.662-.662.5.5 0 01.148.102l3 3a.5.5 0 01-.708.708l-3-3a.5.5 0 01-.102-.148zM10.5 6a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0z",fill:e}))),gN=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M6 3.5a.5.5 0 01.5.5v1.5H8a.5.5 0 010 1H6.5V8a.5.5 0 01-1 0V6.5H4a.5.5 0 010-1h1.5V4a.5.5 0 01.5-.5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.544 10.206a5.5 5.5 0 11.662-.662.5.5 0 01.148.102l3 3a.5.5 0 01-.708.708l-3-3a.5.5 0 01-.102-.148zM10.5 6a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0z",fill:e}))),vN=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M4 5.5a.5.5 0 000 1h4a.5.5 0 000-1H4z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6 11.5c1.35 0 2.587-.487 3.544-1.294a.5.5 0 00.102.148l3 3a.5.5 0 00.708-.708l-3-3a.5.5 0 00-.148-.102A5.5 5.5 0 106 11.5zm0-1a4.5 4.5 0 100-9 4.5 4.5 0 000 9z",fill:e}))),yN=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M1.5 2.837V1.5a.5.5 0 00-1 0V4a.5.5 0 00.5.5h2.5a.5.5 0 000-1H2.258a4.5 4.5 0 11-.496 4.016.5.5 0 10-.942.337 5.502 5.502 0 008.724 2.353.5.5 0 00.102.148l3 3a.5.5 0 00.708-.708l-3-3a.5.5 0 00-.148-.102A5.5 5.5 0 101.5 2.837z",fill:e}))),wN=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M7 9.5a2.5 2.5 0 100-5 2.5 2.5 0 000 5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7l-.21.293C13.669 7.465 10.739 11.5 7 11.5S.332 7.465.21 7.293L0 7l.21-.293C.331 6.536 3.261 2.5 7 2.5s6.668 4.036 6.79 4.207L14 7zM2.896 5.302A12.725 12.725 0 001.245 7c.296.37.874 1.04 1.65 1.698C4.043 9.67 5.482 10.5 7 10.5c1.518 0 2.958-.83 4.104-1.802A12.72 12.72 0 0012.755 7c-.297-.37-.875-1.04-1.65-1.698C9.957 4.33 8.517 3.5 7 3.5c-1.519 0-2.958.83-4.104 1.802z",fill:e}))),bN=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M1.854 1.146a.5.5 0 10-.708.708l11 11a.5.5 0 00.708-.708l-11-11zM11.104 8.698c-.177.15-.362.298-.553.439l.714.714a13.25 13.25 0 002.526-2.558L14 7l-.21-.293C13.669 6.536 10.739 2.5 7 2.5c-.89 0-1.735.229-2.506.58l.764.763A4.859 4.859 0 017 3.5c1.518 0 2.958.83 4.104 1.802A12.724 12.724 0 0112.755 7a12.72 12.72 0 01-1.65 1.698zM.21 6.707c.069-.096 1.03-1.42 2.525-2.558l.714.714c-.191.141-.376.288-.553.439A12.725 12.725 0 001.245 7c.296.37.874 1.04 1.65 1.698C4.043 9.67 5.482 10.5 7 10.5a4.86 4.86 0 001.742-.344l.764.764c-.772.351-1.616.58-2.506.58C3.262 11.5.332 7.465.21 7.293L0 7l.21-.293z",fill:e}),u.createElement("path",{d:"M4.5 7c0-.322.061-.63.172-.914l3.242 3.242A2.5 2.5 0 014.5 7zM9.328 7.914L6.086 4.672a2.5 2.5 0 013.241 3.241z",fill:e}))),EN=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.522 6.6a.566.566 0 00-.176.544.534.534 0 00.382.41l2.781.721-1.493 5.013a.563.563 0 00.216.627.496.496 0 00.63-.06l6.637-6.453a.568.568 0 00.151-.54.534.534 0 00-.377-.396l-2.705-.708 2.22-4.976a.568.568 0 00-.15-.666.497.497 0 00-.648.008L2.522 6.6zm7.72.63l-3.067-.804L9.02 2.29 3.814 6.803l2.95.764-1.277 4.285 4.754-4.622zM4.51 13.435l.037.011-.037-.011z",fill:e}))),hF=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M10.139 8.725l1.36-1.323a.568.568 0 00.151-.54.534.534 0 00-.377-.396l-2.705-.708 2.22-4.976a.568.568 0 00-.15-.666.497.497 0 00-.648.008L5.464 4.05l.708.71 2.848-2.47-1.64 3.677.697.697 2.164.567-.81.787.708.708zM2.523 6.6a.566.566 0 00-.177.544.534.534 0 00.382.41l2.782.721-1.494 5.013a.563.563 0 00.217.627.496.496 0 00.629-.06l3.843-3.736-.708-.707-2.51 2.44 1.137-3.814-.685-.685-2.125-.55.844-.731-.71-.71L2.524 6.6zM1.854 1.146a.5.5 0 10-.708.708l11 11a.5.5 0 00.708-.708l-11-11z",fill:e}))),xN=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 3.004H.5a.5.5 0 00-.5.5v10a.5.5 0 00.5.5h10a.5.5 0 00.5-.5v-2.5h2.5a.5.5 0 00.5-.5v-10a.5.5 0 00-.5-.5h-10a.5.5 0 00-.5.5v2.5zm1 1v2.293l2.293-2.293H4zm-1 0v6.5a.499.499 0 00.497.5H10v2H1v-9h2zm1-1h6.5a.499.499 0 01.5.5v6.5h2v-9H4v2zm6 7V7.71l-2.293 2.293H10zm0-3.707V4.71l-5.293 5.293h1.586L10 6.297zm-.707-2.293H7.707L4 7.71v1.586l5.293-5.293z",fill:e}))),CN=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 3.004v-2.5a.5.5 0 01.5-.5h10a.5.5 0 01.5.5v10a.5.5 0 01-.5.5H11v2.5a.5.5 0 01-.5.5H.5a.5.5 0 01-.5-.5v-10a.5.5 0 01.5-.5H3zm1 0v-2h9v9h-2v-6.5a.5.5 0 00-.5-.5H4zm6 8v2H1v-9h2v6.5a.5.5 0 00.5.5H10zm0-1H4v-6h6v6z",fill:e}))),DN=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 1.504a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-11zm1 10.5h10v-10l-10 10z",fill:e}))),SN=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M1.5 1.004a.5.5 0 100 1H12v10.5a.5.5 0 001 0v-10.5a1 1 0 00-1-1H1.5z",fill:e}),u.createElement("path",{d:"M1 3.504a.5.5 0 01.5-.5H10a1 1 0 011 1v8.5a.5.5 0 01-1 0v-8.5H1.5a.5.5 0 01-.5-.5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.5 5.004a.5.5 0 00-.5.5v7a.5.5 0 00.5.5h7a.5.5 0 00.5-.5v-7a.5.5 0 00-.5-.5h-7zm.5 1v6h6v-6H2z",fill:e}))),kN=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.854.146a.5.5 0 00-.708 0L2.983 8.31a2.24 2.24 0 00-1.074.6C.677 10.14.24 11.902.085 12.997 0 13.6 0 14 0 14s.4 0 1.002-.085c1.095-.155 2.857-.592 4.089-1.824a2.24 2.24 0 00.6-1.074l8.163-8.163a.5.5 0 000-.708l-2-2zM5.6 9.692l.942-.942L5.25 7.457l-.942.943A2.242 2.242 0 015.6 9.692zm1.649-1.65L12.793 2.5 11.5 1.207 5.957 6.75 7.25 8.043zM4.384 9.617a1.25 1.25 0 010 1.768c-.767.766-1.832 1.185-2.78 1.403-.17.04-.335.072-.49.098.027-.154.06-.318.099-.49.219-.947.637-2.012 1.403-2.779a1.25 1.25 0 011.768 0z",fill:e}))),AN=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M1.5 1.004a.5.5 0 01.5.5v.5h10v-.5a.5.5 0 011 0v2a.5.5 0 01-1 0v-.5H2v.5a.5.5 0 01-1 0v-2a.5.5 0 01.5-.5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.5 6a.5.5 0 00-.5.5v6a.5.5 0 00.5.5h11a.5.5 0 00.5-.5v-6a.5.5 0 00-.5-.5h-11zM2 7v5h10V7h-1v2.5a.5.5 0 01-1 0V7h-.75v1a.5.5 0 01-1 0V7H7.5v2.5a.5.5 0 01-1 0V7h-.75v1a.5.5 0 01-1 0V7H4v2.5a.5.5 0 01-1 0V7H2z",fill:e}))),_N=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M4.5 4a.5.5 0 00-.5.5v5a.5.5 0 00.5.5h5a.5.5 0 00.5-.5v-5a.5.5 0 00-.5-.5h-5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),FN=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10 7a3 3 0 11-6 0 3 3 0 016 0zM9 7a2 2 0 11-4 0 2 2 0 014 0z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.5 1a.5.5 0 00-.5.5v.504H.5a.5.5 0 00-.5.5v9a.5.5 0 00.5.5h13a.5.5 0 00.5-.5v-9a.5.5 0 00-.5-.5H6V1.5a.5.5 0 00-.5-.5h-3zM1 3.004v8h12v-8H1z",fill:e}))),RN=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M2.5 10a.5.5 0 100-1 .5.5 0 000 1z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 4a2 2 0 012-2h6a2 2 0 012 2v.5l3.189-2.391A.5.5 0 0114 2.5v9a.5.5 0 01-.804.397L10 9.5v.5a2 2 0 01-2 2H2a2 2 0 01-2-2V4zm9 0v1.5a.5.5 0 00.8.4L13 3.5v7L9.8 8.1a.5.5 0 00-.8.4V10a1 1 0 01-1 1H2a1 1 0 01-1-1V4a1 1 0 011-1h6a1 1 0 011 1z",fill:e}))),TN=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 4.5v5a.5.5 0 00.5.5H4l3.17 2.775a.5.5 0 00.83-.377V1.602a.5.5 0 00-.83-.376L4 4H1.5a.5.5 0 00-.5.5zM4 9V5H2v4h2zm.998.545A.504.504 0 005 9.5v-5c0-.015 0-.03-.002-.044L7 2.704v8.592L4.998 9.545z",fill:e}),u.createElement("path",{d:"M10.15 1.752a.5.5 0 00-.3.954 4.502 4.502 0 010 8.588.5.5 0 00.3.954 5.502 5.502 0 000-10.496z",fill:e}),u.createElement("path",{d:"M10.25 3.969a.5.5 0 00-.5.865 2.499 2.499 0 010 4.332.5.5 0 10.5.866 3.499 3.499 0 000-6.063z",fill:e}))),IN=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M12.813 7.425l-9.05 5.603A.5.5 0 013 12.603V1.398a.5.5 0 01.763-.425l9.05 5.602a.5.5 0 010 .85z",fill:e}))),zN=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M11.24 12.035L3.697 7.427A.494.494 0 013.5 7.2v4.05a.75.75 0 01-1.5 0v-8.5a.75.75 0 011.5 0V6.8a.494.494 0 01.198-.227l7.541-4.608A.5.5 0 0112 2.39v9.217a.5.5 0 01-.76.427z",fill:e}))),BN=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M2.76 12.035l7.542-4.608A.495.495 0 0010.5 7.2v4.05a.75.75 0 001.5 0v-8.5a.75.75 0 00-1.5 0V6.8a.495.495 0 00-.198-.227L2.76 1.965A.5.5 0 002 2.39v9.217a.5.5 0 00.76.427z",fill:e}))),LN=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M9 2.42v2.315l4.228-2.736a.5.5 0 01.772.42v9.162a.5.5 0 01-.772.42L9 9.263v2.317a.5.5 0 01-.772.42L1.5 7.647v3.603a.75.75 0 01-1.5 0v-8.5a.75.75 0 011.5 0v3.603L8.228 2A.5.5 0 019 2.42z",fill:e}))),ON=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M5 2.42v2.315L.772 1.999a.5.5 0 00-.772.42v9.162a.5.5 0 00.772.42L5 9.263v2.317a.5.5 0 00.772.42L12.5 7.647v3.603a.75.75 0 001.5 0v-8.5a.75.75 0 00-1.5 0v3.603L5.772 2A.5.5 0 005 2.42z",fill:e}))),MN=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M1 1.504a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-11z",fill:e}))),PN=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.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}))),NN=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.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}))),$N=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.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}),u.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}))),HN=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 1.504a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-11zm1 10.5v-10h5v10H2z",fill:e}))),jN=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.5 1.004a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-11a.5.5 0 01.5-.5h11zm-10.5 1h10v5H2v-5z",fill:e}))),VN=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("g",{clipPath:"url(#prefix__clip0_1107_3492)",fill:e},u.createElement("path",{d:"M7.5.5a.5.5 0 00-1 0V2a.5.5 0 001 0V.5z"}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 10a3 3 0 100-6 3 3 0 000 6zm0-1a2 2 0 100-4 2 2 0 000 4z"}),u.createElement("path",{d:"M7 11.5a.5.5 0 01.5.5v1.5a.5.5 0 01-1 0V12a.5.5 0 01.5-.5zM11.5 7a.5.5 0 01.5-.5h1.5a.5.5 0 010 1H12a.5.5 0 01-.5-.5zM.5 6.5a.5.5 0 000 1H2a.5.5 0 000-1H.5zM3.818 10.182a.5.5 0 010 .707l-1.06 1.06a.5.5 0 11-.708-.706l1.06-1.06a.5.5 0 01.708 0zM11.95 2.757a.5.5 0 10-.707-.707l-1.061 1.061a.5.5 0 10.707.707l1.06-1.06zM10.182 10.182a.5.5 0 01.707 0l1.06 1.06a.5.5 0 11-.706.708l-1.061-1.06a.5.5 0 010-.708zM2.757 2.05a.5.5 0 10-.707.707l1.06 1.061a.5.5 0 00.708-.707l-1.06-1.06z"})),u.createElement("defs",null,u.createElement("clipPath",{id:"prefix__clip0_1107_3492"},u.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),UN=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("g",{clipPath:"url(#prefix__clip0_1107_3493)"},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.335.047l-.15-.015a7.499 7.499 0 106.14 10.577c.103-.229-.156-.447-.386-.346a5.393 5.393 0 01-.771.27A5.356 5.356 0 019.153.691C9.37.568 9.352.23 9.106.175a7.545 7.545 0 00-.77-.128zM6.977 1.092a6.427 6.427 0 005.336 10.671A6.427 6.427 0 116.977 1.092z",fill:e})),u.createElement("defs",null,u.createElement("clipPath",{id:"prefix__clip0_1107_3493"},u.createElement("path",{fill:"#fff",transform:"scale(1.07124)",d:"M0 0h14.001v14.002H0z"}))))),WN=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13 2a2 2 0 00-2-2H1.5a.5.5 0 00-.5.5v13a.5.5 0 00.5.5H11a2 2 0 002-2V2zM3 13h8a1 1 0 001-1V2a1 1 0 00-1-1H7v6.004a.5.5 0 01-.856.352l-.002-.002L5.5 6.71l-.645.647A.5.5 0 014 7.009V1H3v12zM5 1v4.793l.146-.146a.5.5 0 01.743.039l.111.11V1H5z",fill:e}))),qN=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M4 5.5a.5.5 0 01.5-.5h5a.5.5 0 010 1h-5a.5.5 0 01-.5-.5zM4.5 7.5a.5.5 0 000 1h5a.5.5 0 000-1h-5zM4 10.5a.5.5 0 01.5-.5h5a.5.5 0 010 1h-5a.5.5 0 01-.5-.5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.5 0a.5.5 0 00-.5.5v13a.5.5 0 00.5.5h11a.5.5 0 00.5-.5V3.207a.5.5 0 00-.146-.353L10.146.146A.5.5 0 009.793 0H1.5zM2 1h7.5v2a.5.5 0 00.5.5h2V13H2V1z",fill:e}))),GN=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.746.07A.5.5 0 0011.5.003h-6a.5.5 0 00-.5.5v2.5H.5a.5.5 0 00-.5.5v10a.5.5 0 00.5.5h8a.5.5 0 00.5-.5v-2.5h4.5a.5.5 0 00.5-.5v-8a.498.498 0 00-.15-.357L11.857.154a.506.506 0 00-.11-.085zM9 10.003h4v-7h-1.5a.5.5 0 01-.5-.5v-1.5H6v2h.5a.5.5 0 01.357.15L8.85 5.147c.093.09.15.217.15.357v4.5zm-8-6v9h7v-7H6.5a.5.5 0 01-.5-.5v-1.5H1z",fill:e}))),YN=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M3 1.5a.5.5 0 01.5-.5h7a.5.5 0 010 1h-7a.5.5 0 01-.5-.5zM2 3.504a.5.5 0 01.5-.5h9a.5.5 0 010 1h-9a.5.5 0 01-.5-.5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 5.5a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v7a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-7zM2 12V6h10v6H2z",fill:e}))),KN=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.586 3.504l-1.5-1.5H1v9h12v-7.5H6.586zm.414-1L5.793 1.297a1 1 0 00-.707-.293H.5a.5.5 0 00-.5.5v10a.5.5 0 00.5.5h13a.5.5 0 00.5-.5v-8.5a.5.5 0 00-.5-.5H7z",fill:e}))),XN=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M4.5 8.004a.5.5 0 100 1h5a.5.5 0 000-1h-5zM4.5 10.004a.5.5 0 000 1h5a.5.5 0 000-1h-5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2 1.504a.5.5 0 01.5-.5h8a.498.498 0 01.357.15l.993.993c.093.09.15.217.15.357v1.5h1.5a.5.5 0 01.5.5v5a.5.5 0 01-.5.5H12v2.5a.5.5 0 01-.5.5h-9a.5.5 0 01-.5-.5v-2.5H.5a.5.5 0 01-.5-.5v-5a.5.5 0 01.5-.5H2v-2.5zm11 7.5h-1v-2.5a.5.5 0 00-.5-.5h-9a.5.5 0 00-.5.5v2.5H1v-4h12v4zm-2-6v1H3v-2h7v.5a.5.5 0 00.5.5h.5zm-8 9h8v-5H3v5z",fill:e}))),JN=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M5.146 6.15a.5.5 0 01.708 0L7 7.297 9.146 5.15a.5.5 0 01.708 0l1 1a.5.5 0 01-.708.707L9.5 6.211 7.354 8.357a.5.5 0 01-.708 0L5.5 7.211 3.854 8.857a.5.5 0 11-.708-.707l2-2z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.5 1.004a.5.5 0 00-.5.5v11a.5.5 0 00.5.5h11a.5.5 0 00.5-.5v-11a.5.5 0 00-.5-.5h-11zm.5 1v10h10v-10H2z",fill:e}))),ZN=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5 0a.5.5 0 01.5.5V1h6V.5a.5.5 0 011 0V1h1.5a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-11a.5.5 0 01.5-.5H3V.5a.5.5 0 01.5-.5zM2 4v2.3h3V4H2zm0 5.2V6.8h3v2.4H2zm0 .5V12h3V9.7H2zm3.5 0V12h3V9.7h-3zm3.5 0V12h3V9.7H9zm3-.5H9V6.8h3v2.4zm-3.5 0h-3V6.8h3v2.4zM9 4v2.3h3V4H9zM5.5 6.3h3V4h-3v2.3z",fill:e}))),QN=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M12 2.5a.5.5 0 00-1 0v10a.5.5 0 001 0v-10zM9 4.5a.5.5 0 00-1 0v8a.5.5 0 001 0v-8zM5.5 7a.5.5 0 01.5.5v5a.5.5 0 01-1 0v-5a.5.5 0 01.5-.5zM3 10.5a.5.5 0 00-1 0v2a.5.5 0 001 0v-2z",fill:e}))),e$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M13 2a.5.5 0 010 1H1a.5.5 0 010-1h12zM10 5a.5.5 0 010 1H1a.5.5 0 010-1h9zM11.5 8.5A.5.5 0 0011 8H1a.5.5 0 000 1h10a.5.5 0 00.5-.5zM7.5 11a.5.5 0 010 1H1a.5.5 0 010-1h6.5z",fill:e}))),t$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M1 2a.5.5 0 000 1h12a.5.5 0 000-1H1zM4 5a.5.5 0 000 1h9a.5.5 0 000-1H4zM2.5 8.5A.5.5 0 013 8h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5zM6.5 11a.5.5 0 000 1H13a.5.5 0 000-1H6.5z",fill:e}))),r$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M1 2a.5.5 0 000 1h12a.5.5 0 000-1H1zM3 5a.5.5 0 000 1h8a.5.5 0 000-1H3zM4.5 8.5A.5.5 0 015 8h4a.5.5 0 010 1H5a.5.5 0 01-.5-.5zM6.5 11a.5.5 0 000 1h1a.5.5 0 000-1h-1z",fill:e}))),n$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 1.5a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-11zM2 4v2.3h3V4H2zm0 5.2V6.8h3v2.4H2zm0 .5V12h3V9.7H2zm3.5 0V12h3V9.7h-3zm3.5 0V12h3V9.7H9zm3-.5H9V6.8h3v2.4zm-3.5 0h-3V6.8h3v2.4zM9 6.3h3V4H9v2.3zm-3.5 0h3V4h-3v2.3z",fill:e}))),a$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M3.5 6.5A.5.5 0 014 6h6a.5.5 0 010 1H4a.5.5 0 01-.5-.5zM4 9a.5.5 0 000 1h6a.5.5 0 000-1H4z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 1.5a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-11zM2 4v8h10V4H2z",fill:e}))),o$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M13 4a.5.5 0 010 1H1a.5.5 0 010-1h12zM13.5 9.5A.5.5 0 0013 9H1a.5.5 0 000 1h12a.5.5 0 00.5-.5z",fill:e}))),l$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M13 3.5a.5.5 0 010 1H1a.5.5 0 010-1h12zM13.5 10a.5.5 0 00-.5-.5H1a.5.5 0 000 1h12a.5.5 0 00.5-.5zM13 6.5a.5.5 0 010 1H1a.5.5 0 010-1h12z",fill:e}))),i$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M8.982 1.632a.5.5 0 00-.964-.263l-3 11a.5.5 0 10.964.263l3-11zM3.32 3.616a.5.5 0 01.064.704L1.151 7l2.233 2.68a.5.5 0 11-.768.64l-2.5-3a.5.5 0 010-.64l2.5-3a.5.5 0 01.704-.064zM10.68 3.616a.5.5 0 00-.064.704L12.849 7l-2.233 2.68a.5.5 0 00.768.64l2.5-3a.5.5 0 000-.64l-2.5-3a.5.5 0 00-.704-.064z",fill:e}))),s$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 2v1.5h1v7H3V12h5a3 3 0 001.791-5.407A2.75 2.75 0 008 2.011V2H3zm5 5.5H5.5v3H8a1.5 1.5 0 100-3zm-.25-4H5.5V6h2.25a1.25 1.25 0 100-2.5z",fill:e}))),u$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M5 2h6v1H8.5l-2 8H9v1H3v-1h2.5l2-8H5V2z",fill:e}))),c$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M10.553 2.268a1.5 1.5 0 00-2.12 0L2.774 7.925a2.5 2.5 0 003.536 3.535l3.535-3.535a.5.5 0 11.707.707l-3.535 3.536-.002.002a3.5 3.5 0 01-4.959-4.941l.011-.011L7.725 1.56l.007-.008a2.5 2.5 0 013.53 3.541l-.002.002-5.656 5.657-.003.003a1.5 1.5 0 01-2.119-2.124l3.536-3.536a.5.5 0 11.707.707L4.189 9.34a.5.5 0 00.707.707l5.657-5.657a1.5 1.5 0 000-2.121z",fill:e}))),d$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M5 2.5a.5.5 0 01.5-.5h7a.5.5 0 010 1h-7a.5.5 0 01-.5-.5zM5 7a.5.5 0 01.5-.5h7a.5.5 0 010 1h-7A.5.5 0 015 7zM5.5 11a.5.5 0 000 1h7a.5.5 0 000-1h-7zM2.5 2H1v1h1v3h1V2.5a.5.5 0 00-.5-.5zM3 8.5v1a.5.5 0 01-1 0V9h-.5a.5.5 0 010-1h1a.5.5 0 01.5.5zM2 10.5a.5.5 0 00-1 0V12h2v-1H2v-.5z",fill:e}))),p$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M2.75 2.5a.75.75 0 11-1.5 0 .75.75 0 011.5 0zM5.5 2a.5.5 0 000 1h7a.5.5 0 000-1h-7zM5.5 11a.5.5 0 000 1h7a.5.5 0 000-1h-7zM2 12.25a.75.75 0 100-1.5.75.75 0 000 1.5zM5 7a.5.5 0 01.5-.5h7a.5.5 0 010 1h-7A.5.5 0 015 7zM2 7.75a.75.75 0 100-1.5.75.75 0 000 1.5z",fill:e}))),f$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M6 7a3 3 0 110-6h5.5a.5.5 0 010 1H10v10.5a.5.5 0 01-1 0V2H7v10.5a.5.5 0 01-1 0V7z",fill:e}))),h$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M2 4.5h1.5L5 6.375 6.5 4.5H8v5H6.5V7L5 8.875 3.5 7v2.5H2v-5zM9.75 4.5h1.5V7h1.25l-2 2.5-2-2.5h1.25V4.5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M.5 2a.5.5 0 00-.5.5v9a.5.5 0 00.5.5h13a.5.5 0 00.5-.5v-9a.5.5 0 00-.5-.5H.5zM1 3v8h12V3H1z",fill:e}))),m$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M5 2.5a.5.5 0 11-1 0 .5.5 0 011 0zM4.5 5a.5.5 0 100-1 .5.5 0 000 1zM5 6.5a.5.5 0 11-1 0 .5.5 0 011 0z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11 0a2 2 0 012 2v10a2 2 0 01-2 2H1.5a.5.5 0 01-.5-.5V.5a.5.5 0 01.5-.5H11zm0 1H3v12h8a1 1 0 001-1V2a1 1 0 00-1-1z",fill:e}))),g$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.031 7.5a4 4 0 007.938 0H13.5a.5.5 0 000-1h-2.53a4 4 0 00-7.94 0H.501a.5.5 0 000 1h2.531zM7 10a3 3 0 100-6 3 3 0 000 6z",fill:e}))),v$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"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}))),y$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),w$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"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}))),b$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M11.03 8.103a3.044 3.044 0 01-.202-1.744 2.697 2.697 0 011.4-1.935c-.749-1.18-1.967-1.363-2.35-1.403-.835-.086-2.01.56-2.648.57h-.016c-.639-.01-1.814-.656-2.649-.57-.415.044-1.741.319-2.541 1.593-.281.447-.498 1.018-.586 1.744a6.361 6.361 0 00-.044.85c.005.305.028.604.07.895.09.62.259 1.207.477 1.744.242.595.543 1.13.865 1.585.712 1.008 1.517 1.59 1.971 1.6.934.021 1.746-.61 2.416-.594.006.002.014.003.02.002h.017c.007 0 .014 0 .021-.002.67-.017 1.481.615 2.416.595.453-.011 1.26-.593 1.971-1.6a7.95 7.95 0 00.97-1.856c-.697-.217-1.27-.762-1.578-1.474zm-2.168-5.97c.717-.848.69-2.07.624-2.125-.065-.055-1.25.163-1.985.984-.735.82-.69 2.071-.624 2.125.064.055 1.268-.135 1.985-.984z",fill:e}))),E$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 0a3 3 0 013 3v1.24c.129.132.25.27.362.415.113.111.283.247.515.433l.194.155c.325.261.711.582 1.095.966.765.765 1.545 1.806 1.823 3.186a.501.501 0 01-.338.581 3.395 3.395 0 01-1.338.134 2.886 2.886 0 01-1.049-.304 5.535 5.535 0 01-.17.519 2 2 0 11-2.892 2.55A5.507 5.507 0 017 13c-.439 0-.838-.044-1.201-.125a2 2 0 11-2.892-2.55 5.553 5.553 0 01-.171-.519c-.349.182-.714.27-1.05.304A3.395 3.395 0 01.35 9.977a.497.497 0 01-.338-.582c.278-1.38 1.058-2.42 1.823-3.186.384-.384.77-.705 1.095-.966l.194-.155c.232-.186.402-.322.515-.433.112-.145.233-.283.362-.414V3a3 3 0 013-3zm1.003 11.895a2 2 0 012.141-1.89c.246-.618.356-1.322.356-2.005 0-.514-.101-1.07-.301-1.599l-.027-.017a6.387 6.387 0 00-.857-.42 6.715 6.715 0 00-1.013-.315l-.852.638a.75.75 0 01-.9 0l-.852-.638a6.716 6.716 0 00-1.693.634 4.342 4.342 0 00-.177.101l-.027.017A4.6 4.6 0 003.501 8c0 .683.109 1.387.355 2.005a2 2 0 012.142 1.89c.295.067.627.105 1.002.105s.707-.038 1.003-.105zM5 12a1 1 0 11-2 0 1 1 0 012 0zm6 0a1 1 0 11-2 0 1 1 0 012 0zM6.1 4.3a1.5 1.5 0 011.8 0l.267.2L7 5.375 5.833 4.5l.267-.2zM8.5 2a.5.5 0 01.5.5V3a.5.5 0 01-1 0v-.5a.5.5 0 01.5-.5zM6 2.5a.5.5 0 00-1 0V3a.5.5 0 001 0v-.5z",fill:e}))),x$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("g",{clipPath:"url(#prefix__clip0_1107_3497)",fill:e},u.createElement("path",{d:"M12.261 2.067c0 1.142-.89 2.068-1.988 2.068-1.099 0-1.99-.926-1.99-2.068C8.283.926 9.174 0 10.273 0c1.098 0 1.989.926 1.989 2.067zM3.978 6.6c0 1.142-.89 2.068-1.989 2.068C.891 8.668 0 7.742 0 6.601c0-1.142.89-2.068 1.989-2.068 1.099 0 1.989.926 1.989 2.068zM6.475 11.921A4.761 4.761 0 014.539 11a4.993 4.993 0 01-1.367-1.696 2.765 2.765 0 01-1.701.217 6.725 6.725 0 001.844 2.635 6.379 6.379 0 004.23 1.577 3.033 3.033 0 01-.582-1.728 4.767 4.767 0 01-.488-.083zM11.813 11.933c0 1.141-.89 2.067-1.989 2.067-1.098 0-1.989-.926-1.989-2.067 0-1.142.891-2.068 1.99-2.068 1.098 0 1.989.926 1.989 2.068zM12.592 11.173a6.926 6.926 0 001.402-3.913 6.964 6.964 0 00-1.076-4.023A2.952 2.952 0 0111.8 4.6c.398.78.592 1.656.564 2.539a5.213 5.213 0 01-.724 2.495c.466.396.8.935.952 1.54zM1.987 3.631c-.05 0-.101.002-.151.004C3.073 1.365 5.504.024 8.005.23a3.07 3.07 0 00-.603 1.676 4.707 4.707 0 00-2.206.596 4.919 4.919 0 00-1.7 1.576 2.79 2.79 0 00-1.509-.447z"})),u.createElement("defs",null,u.createElement("clipPath",{id:"prefix__clip0_1107_3497"},u.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),C$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M6.5 1H1v5.5h5.5V1zM13 1H7.5v5.5H13V1zM7.5 7.5H13V13H7.5V7.5zM6.5 7.5H1V13h5.5V7.5z",fill:e}))),D$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("g",{clipPath:"url(#prefix__clip0_1107_3496)"},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.023 3.431a.115.115 0 01-.099.174H7.296A3.408 3.408 0 003.7 6.148a.115.115 0 01-.21.028l-1.97-3.413a.115.115 0 01.01-.129A6.97 6.97 0 017 0a6.995 6.995 0 016.023 3.431zM7 9.615A2.619 2.619 0 014.384 7 2.62 2.62 0 017 4.383 2.619 2.619 0 019.616 7 2.619 2.619 0 017 9.615zm1.034.71a.115.115 0 00-.121-.041 3.4 3.4 0 01-.913.124 3.426 3.426 0 01-3.091-1.973L1.098 3.567a.115.115 0 00-.2.001 7.004 7.004 0 005.058 10.354l.017.001c.04 0 .078-.021.099-.057l1.971-3.414a.115.115 0 00-.009-.128zm1.43-5.954h3.947c.047 0 .09.028.107.072.32.815.481 1.675.481 2.557a6.957 6.957 0 01-2.024 4.923A6.957 6.957 0 017.08 14h-.001a.115.115 0 01-.1-.172L9.794 8.95A3.384 3.384 0 0010.408 7c0-.921-.364-1.785-1.024-2.433a.115.115 0 01.08-.196z",fill:e})),u.createElement("defs",null,u.createElement("clipPath",{id:"prefix__clip0_1107_3496"},u.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),S$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.042.616a.704.704 0 00-.66.729L1.816 12.9c.014.367.306.66.672.677l9.395.422h.032a.704.704 0 00.704-.703V.704c0-.015 0-.03-.002-.044a.704.704 0 00-.746-.659l-.773.049.057 1.615a.105.105 0 01-.17.086l-.52-.41-.617.468a.105.105 0 01-.168-.088L9.746.134 2.042.616zm8.003 4.747c-.247.192-2.092.324-2.092.05.04-1.045-.429-1.091-.689-1.091-.247 0-.662.075-.662.634 0 .57.607.893 1.32 1.27 1.014.538 2.24 1.188 2.24 2.823 0 1.568-1.273 2.433-2.898 2.433-1.676 0-3.141-.678-2.976-3.03.065-.275 2.197-.21 2.197 0-.026.971.195 1.256.753 1.256.43 0 .624-.236.624-.634 0-.602-.633-.958-1.361-1.367-.987-.554-2.148-1.205-2.148-2.7 0-1.494 1.027-2.489 2.86-2.489 1.832 0 2.832.98 2.832 2.845z",fill:e}))),k$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("g",{clipPath:"url(#prefix__clip0_1107_3503)"},u.createElement("path",{d:"M0 5.176l1.31-1.73 4.902-1.994V.014l4.299 3.144-8.78 1.706v4.8L0 9.162V5.176zm14-2.595v8.548l-3.355 2.857-5.425-1.783v1.783L1.73 9.661l8.784 1.047v-7.55L14 2.581z",fill:e})),u.createElement("defs",null,u.createElement("clipPath",{id:"prefix__clip0_1107_3503"},u.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),A$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 1.522a.411.411 0 00-.412.476l1.746 10.597a.56.56 0 00.547.466h8.373a.411.411 0 00.412-.345l1.017-6.248h-3.87L8.35 9.18H5.677l-.724-3.781h7.904L13.412 2A.411.411 0 0013 1.524L1 1.522z",fill:e}))),_$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 7a7 7 0 1014 0A7 7 0 000 7zm5.215-3.869a1.967 1.967 0 013.747.834v1.283l-3.346-1.93a2.486 2.486 0 00-.401-.187zm3.484 2.58l-3.346-1.93a1.968 1.968 0 00-2.685.72 1.954 1.954 0 00.09 2.106 2.45 2.45 0 01.362-.254l1.514-.873a.27.27 0 01.268 0l2.1 1.21 1.697-.978zm-.323 4.972L6.86 9.81a.268.268 0 01-.134-.231V7.155l-1.698-.98v3.86a1.968 1.968 0 003.747.835 2.488 2.488 0 01-.4-.187zm.268-.464a1.967 1.967 0 002.685-.719 1.952 1.952 0 00-.09-2.106c-.112.094-.233.18-.361.253L7.53 9.577l1.113.642zm-4.106.257a1.974 1.974 0 01-1.87-.975A1.95 1.95 0 012.47 8.01c.136-.507.461-.93.916-1.193L4.5 6.175v3.86c0 .148.013.295.039.44zM11.329 4.5a1.973 1.973 0 00-1.87-.976c.025.145.039.292.039.44v1.747a.268.268 0 01-.135.232l-2.1 1.211v1.96l3.346-1.931a1.966 1.966 0 00.72-2.683z",fill:e}))),F$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M10.847 2.181L8.867.201a.685.685 0 00-.97 0l-4.81 4.81a.685.685 0 000 .969l2.466 2.465-2.405 2.404a.685.685 0 000 .97l1.98 1.98a.685.685 0 00.97 0l4.81-4.81a.685.685 0 000-.969L8.441 5.555l2.405-2.404a.685.685 0 000-.97z",fill:e}))),R$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M11.852 2.885c-.893-.41-1.85-.712-2.85-.884a.043.043 0 00-.046.021c-.123.22-.26.505-.355.73a10.658 10.658 0 00-3.2 0 7.377 7.377 0 00-.36-.73.045.045 0 00-.046-.021c-1 .172-1.957.474-2.85.884a.04.04 0 00-.019.016C.311 5.612-.186 8.257.058 10.869a.048.048 0 00.018.033 11.608 11.608 0 003.496 1.767.045.045 0 00.049-.016c.27-.368.51-.755.715-1.163a.044.044 0 00-.024-.062 7.661 7.661 0 01-1.092-.52.045.045 0 01-.005-.075c.074-.055.147-.112.217-.17a.043.043 0 01.046-.006c2.29 1.046 4.771 1.046 7.035 0a.043.043 0 01.046.006c.07.057.144.115.218.17a.045.045 0 01-.004.075 7.186 7.186 0 01-1.093.52.045.045 0 00-.024.062c.21.407.45.795.715 1.162.011.016.03.023.05.017a11.57 11.57 0 003.5-1.767.045.045 0 00.019-.032c.292-3.02-.49-5.643-2.07-7.969a.036.036 0 00-.018-.016zM4.678 9.279c-.69 0-1.258-.634-1.258-1.411 0-.778.558-1.411 1.258-1.411.707 0 1.27.639 1.259 1.41 0 .778-.558 1.412-1.259 1.412zm4.652 0c-.69 0-1.258-.634-1.258-1.411 0-.778.557-1.411 1.258-1.411.707 0 1.27.639 1.258 1.41 0 .778-.551 1.412-1.258 1.412z",fill:e}))),T$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.399 14H5.06V7H3.5V4.588l1.56-.001-.002-1.421C5.058 1.197 5.533 0 7.6 0h1.721v2.413H8.246c-.805 0-.844.337-.844.966l-.003 1.208h1.934l-.228 2.412L7.401 7l-.002 7z",fill:e}))),I$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.2 0H4.803A2.603 2.603 0 003.41 4.802a2.603 2.603 0 000 4.396 2.602 2.602 0 103.998 2.199v-2.51a2.603 2.603 0 103.187-4.085A2.604 2.604 0 009.2 0zM7.407 7a1.793 1.793 0 103.586 0 1.793 1.793 0 00-3.586 0zm-.81 2.603H4.803a1.793 1.793 0 101.794 1.794V9.603zM4.803 4.397h1.794V.81H4.803a1.793 1.793 0 000 3.587zm0 .81a1.793 1.793 0 000 3.586h1.794V5.207H4.803zm4.397-.81H7.407V.81H9.2a1.794 1.794 0 010 3.587z",fill:e}))),z$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M6.37 8.768l-2.042 3.537h6.755l2.042-3.537H6.37zm6.177-1.003l-3.505-6.07H4.96l3.504 6.07h4.084zM4.378 2.7L.875 8.77l2.042 3.536L6.42 6.236 4.378 2.7z",fill:e}))),B$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 0C3.132 0 0 3.132 0 7a6.996 6.996 0 004.786 6.641c.35.062.482-.149.482-.332 0-.166-.01-.718-.01-1.304-1.758.324-2.213-.429-2.353-.823-.079-.2-.42-.822-.717-.988-.246-.132-.596-.455-.01-.464.552-.009.946.508 1.077.717.63 1.06 1.636.762 2.039.578.061-.455.245-.761.446-.936-1.558-.175-3.185-.779-3.185-3.457 0-.76.271-1.39.717-1.88-.07-.176-.314-.893.07-1.856 0 0 .587-.183 1.925.718a6.495 6.495 0 011.75-.236c.595 0 1.19.078 1.75.236 1.34-.91 1.926-.718 1.926-.718.385.963.14 1.68.07 1.855.446.49.717 1.111.717 1.881 0 2.687-1.636 3.282-3.194 3.457.254.218.473.638.473 1.295 0 .936-.009 1.688-.009 1.925 0 .184.131.402.481.332A7.012 7.012 0 0014 7c0-3.868-3.133-7-7-7z",fill:e}))),L$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.068 5.583l1.487-4.557a.256.256 0 01.487 0L4.53 5.583H1.068L7 13.15 4.53 5.583h4.941l-2.47 7.565 5.931-7.565H9.471l1.488-4.557a.256.256 0 01.486 0l1.488 4.557.75 2.3a.508.508 0 01-.185.568L7 13.148v.001H7L.503 8.452a.508.508 0 01-.186-.57l.75-2.299z",fill:e}))),O$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M10.925 1.094H7.262c-1.643 0-3.189 1.244-3.189 2.685 0 1.473 1.12 2.661 2.791 2.661.116 0 .23-.002.34-.01a1.49 1.49 0 00-.186.684c0 .41.22.741.498 1.012-.21 0-.413.006-.635.006-2.034 0-3.6 1.296-3.6 2.64 0 1.323 1.717 2.15 3.75 2.15 2.32 0 3.6-1.315 3.6-2.639 0-1.06-.313-1.696-1.28-2.38-.331-.235-.965-.805-.965-1.14 0-.392.112-.586.703-1.047.606-.474 1.035-1.14 1.035-1.914 0-.92-.41-1.819-1.18-2.115h1.161l.82-.593zm-1.335 8.96c.03.124.045.25.045.378 0 1.07-.688 1.905-2.665 1.905-1.406 0-2.421-.89-2.421-1.96 0-1.047 1.259-1.92 2.665-1.904.328.004.634.057.911.146.764.531 1.311.832 1.465 1.436zM7.34 6.068c-.944-.028-1.841-1.055-2.005-2.295-.162-1.24.47-2.188 1.415-2.16.943.029 1.84 1.023 2.003 2.262.163 1.24-.47 2.222-1.414 2.193z",fill:e}))),M$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.873 11.608a1.167 1.167 0 00-1.707-.027L3.46 10.018l.01-.04h7.072l.022.076-2.69 1.554zM6.166 2.42l.031.03-3.535 6.124a1.265 1.265 0 00-.043-.012V5.438a1.166 1.166 0 00.84-1.456L6.167 2.42zm4.387 1.562a1.165 1.165 0 00.84 1.456v3.124l-.043.012-3.536-6.123a1.2 1.2 0 00.033-.032l2.706 1.563zM3.473 9.42a1.168 1.168 0 00-.327-.568L6.68 2.73a1.17 1.17 0 00.652 0l3.536 6.123a1.169 1.169 0 00-.327.567H3.473zm8.79-.736a1.169 1.169 0 00-.311-.124V5.44a1.17 1.17 0 10-1.122-1.942L8.13 1.938a1.168 1.168 0 00-1.122-1.5 1.17 1.17 0 00-1.121 1.5l-2.702 1.56a1.168 1.168 0 00-1.86.22 1.17 1.17 0 00.739 1.722v3.12a1.168 1.168 0 00-.74 1.721 1.17 1.17 0 001.861.221l2.701 1.56a1.169 1.169 0 102.233-.035l2.687-1.552a1.168 1.168 0 101.457-1.791z",fill:e}))),P$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M0 0v14h14V0H0zm11.63 3.317l-.75.72a.22.22 0 00-.083.212v-.001 5.289a.22.22 0 00.083.21l.733.72v.159H7.925v-.158l.76-.738c.074-.074.074-.096.074-.21V5.244l-2.112 5.364h-.285l-2.46-5.364V8.84a.494.494 0 00.136.413h.001l.988 1.198v.158H2.226v-.158l.988-1.198a.477.477 0 00.126-.416v.003-4.157a.363.363 0 00-.118-.307l-.878-1.058v-.158h2.727l2.107 4.622L9.031 3.16h2.6v.158z",fill:e}))),N$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.06 9.689c.016.49.423.88.912.88h.032a.911.911 0 00.88-.945.916.916 0 00-.912-.88h-.033c-.033 0-.08 0-.113.016-.669-1.108-.946-2.314-.848-3.618.065-.978.391-1.825.961-2.526.473-.603 1.386-.896 2.005-.913 1.728-.032 2.461 2.119 2.51 2.983.212.049.57.163.815.244C10.073 2.29 8.444.92 6.88.92c-1.467 0-2.82 1.06-3.357 2.625-.75 2.086-.261 4.09.651 5.671a.74.74 0 00-.114.473zm8.279-2.298c-1.239-1.45-3.064-2.249-5.15-2.249h-.261a.896.896 0 00-.798-.489h-.033A.912.912 0 006.13 6.48h.031a.919.919 0 00.8-.554h.293c1.239 0 2.412.358 3.472 1.059.814.538 1.401 1.238 1.727 2.086.277.684.261 1.353-.033 1.923-.456.864-1.222 1.337-2.232 1.337a4.16 4.16 0 01-1.597-.343 9.58 9.58 0 01-.734.587c.7.326 1.418.505 2.102.505 1.565 0 2.722-.863 3.162-1.727.473-.946.44-2.575-.782-3.961zm-7.433 5.51a4.005 4.005 0 01-.977.113c-1.206 0-2.298-.505-2.836-1.32C.376 10.603.13 8.289 2.494 6.577c.05.261.147.62.212.832-.31.228-.798.685-1.108 1.303-.44.864-.391 1.729.13 2.527.359.537.93.864 1.663.962.896.114 1.793-.05 2.657-.505 1.271-.669 2.119-1.467 2.672-2.56a.944.944 0 01-.26-.603.913.913 0 01.88-.945h.033a.915.915 0 01.098 1.825c-.897 1.842-2.478 3.08-4.565 3.488z",fill:e}))),$$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 2.547a5.632 5.632 0 01-1.65.464 2.946 2.946 0 001.263-1.63 5.67 5.67 0 01-1.823.715 2.837 2.837 0 00-2.097-.93c-1.586 0-2.872 1.319-2.872 2.946 0 .23.025.456.074.67C4.508 4.66 2.392 3.488.975 1.706c-.247.435-.389.941-.389 1.481 0 1.022.507 1.923 1.278 2.452a2.806 2.806 0 01-1.3-.368l-.001.037c0 1.427.99 2.617 2.303 2.888a2.82 2.82 0 01-1.297.05c.366 1.17 1.427 2.022 2.683 2.045A5.671 5.671 0 010 11.51a7.985 7.985 0 004.403 1.323c5.283 0 8.172-4.488 8.172-8.38 0-.128-.003-.255-.009-.38A5.926 5.926 0 0014 2.546z",fill:e}))),H$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),j$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.243.04a.87.87 0 01.38.087l2.881 1.386a.874.874 0 01.496.79V11.713a.875.875 0 01-.496.775l-2.882 1.386a.872.872 0 01-.994-.17L4.11 8.674l-2.404 1.823a.583.583 0 01-.744-.034l-.771-.7a.583.583 0 010-.862L2.274 7 .19 5.1a.583.583 0 010-.862l.772-.701a.583.583 0 01.744-.033L4.11 5.327 9.628.296a.871.871 0 01.615-.255zm.259 3.784L6.315 7l4.187 3.176V3.824z",fill:e}))),V$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"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}))),U$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),W$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"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}))),q$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5.004a1.5 1.5 0 00-1.5 1.5v11a1.5 1.5 0 001.5 1.5h7a1.5 1.5 0 001.5-1.5v-11a1.5 1.5 0 00-1.5-1.5h-7zm0 1h7a.5.5 0 01.5.5v9.5H3v-9.5a.5.5 0 01.5-.5zm2.5 11a.5.5 0 000 1h2a.5.5 0 000-1H6z",fill:e}))),G$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 1.504a1.5 1.5 0 011.5-1.5h5a1.5 1.5 0 011.5 1.5v11a1.5 1.5 0 01-1.5 1.5h-5a1.5 1.5 0 01-1.5-1.5v-11zm1 10.5v-10h6v10H4z",fill:e}))),Y$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4 .504a.5.5 0 01.5-.5h5a.5.5 0 010 1h-5a.5.5 0 01-.5-.5zm5.5 2.5h-5a.5.5 0 00-.5.5v7a.5.5 0 00.5.5h5a.5.5 0 00.5-.5v-7a.5.5 0 00-.5-.5zm-5-1a1.5 1.5 0 00-1.5 1.5v7a1.5 1.5 0 001.5 1.5h5a1.5 1.5 0 001.5-1.5v-7a1.5 1.5 0 00-1.5-1.5h-5zm2.5 2a.5.5 0 01.5.5v2h1a.5.5 0 110 1H7a.5.5 0 01-.5-.5v-2.5a.5.5 0 01.5-.5zm-2.5 9a.5.5 0 000 1h5a.5.5 0 000-1h-5z",fill:e}))),K$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M2.5 4.504a.5.5 0 01.5-.5h1a.5.5 0 110 1H3a.5.5 0 01-.5-.5zM3 6.004a.5.5 0 100 1h1a.5.5 0 000-1H3zM2.5 8.504a.5.5 0 01.5-.5h1a.5.5 0 110 1H3a.5.5 0 01-.5-.5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.5 13.004a.5.5 0 01-.5-.5v-11a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11zm.5-1v-10h3v10H2zm4-10h6v10H6v-10z",fill:e}))),X$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M9.5 4.504a.5.5 0 01.5-.5h1a.5.5 0 010 1h-1a.5.5 0 01-.5-.5zM10 6.004a.5.5 0 100 1h1a.5.5 0 000-1h-1zM9.5 8.504a.5.5 0 01.5-.5h1a.5.5 0 010 1h-1a.5.5 0 01-.5-.5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.5 13.004a.5.5 0 01-.5-.5v-11a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11zm.5-1v-10h6v10H2zm7-10h3v10H9v-10z",fill:e}))),J$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M11.5 4.504a.5.5 0 00-.5-.5h-1a.5.5 0 100 1h1a.5.5 0 00.5-.5zM11 6.004a.5.5 0 010 1h-1a.5.5 0 010-1h1zM11.5 8.504a.5.5 0 00-.5-.5h-1a.5.5 0 100 1h1a.5.5 0 00.5-.5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.5 13.004a.5.5 0 01-.5-.5v-11a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11zm7.5-1h3v-10H9v10zm-1 0H2v-10h6v4.5H5.207l.65-.65a.5.5 0 10-.707-.708L3.646 6.65a.5.5 0 000 .707l1.497 1.497a.5.5 0 10.707-.708l-.643-.642H8v4.5z",fill:e}))),Z$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M1.5 4.504a.5.5 0 01.5-.5h1a.5.5 0 110 1H2a.5.5 0 01-.5-.5zM2 6.004a.5.5 0 100 1h1a.5.5 0 000-1H2zM1.5 8.504a.5.5 0 01.5-.5h1a.5.5 0 110 1H2a.5.5 0 01-.5-.5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M.5 13.004a.5.5 0 01-.5-.5v-11a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5H.5zm.5-1v-10h3v10H1zm4 0v-4.5h2.793l-.643.642a.5.5 0 10.707.708l1.497-1.497a.5.5 0 000-.707L7.85 5.146a.5.5 0 10-.707.708l.65.65H5v-4.5h6v10H5z",fill:e}))),Q$=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M3 10.504a.5.5 0 01.5-.5h1a.5.5 0 010 1h-1a.5.5 0 01-.5-.5zM6.5 10.004a.5.5 0 000 1h1a.5.5 0 000-1h-1zM9 10.504a.5.5 0 01.5-.5h1a.5.5 0 010 1h-1a.5.5 0 01-.5-.5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 1.504a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-11zm1 6.5v-6h10v6H2zm10 1v3H2v-3h10z",fill:e}))),eH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M3.5 10.004a.5.5 0 000 1h1a.5.5 0 000-1h-1zM6 10.504a.5.5 0 01.5-.5h1a.5.5 0 010 1h-1a.5.5 0 01-.5-.5zM9.5 10.004a.5.5 0 000 1h1a.5.5 0 000-1h-1z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 12.504v-11a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5zm1-.5v-3h10v3H2zm4.5-4H2v-6h10v6H7.5V5.21l.646.646a.5.5 0 10.708-.707l-1.5-1.5a.5.5 0 00-.708 0l-1.5 1.5a.5.5 0 10.708.707l.646-.646v2.793z",fill:e}))),tH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5 5.504a.5.5 0 01.5-.5h3a.5.5 0 01.5.5v3a.5.5 0 01-.5.5h-3a.5.5 0 01-.5-.5v-3zm1 2.5v-2h2v2H6z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.5.004a.5.5 0 01.5.5v1.5h2v-1.5a.5.5 0 011 0v1.5h2.5a.5.5 0 01.5.5v2.5h1.5a.5.5 0 010 1H12v2h1.5a.5.5 0 010 1H12v2.5a.5.5 0 01-.5.5H9v1.5a.5.5 0 01-1 0v-1.5H6v1.5a.5.5 0 01-1 0v-1.5H2.5a.5.5 0 01-.5-.5v-2.5H.5a.5.5 0 010-1H2v-2H.5a.5.5 0 010-1H2v-2.5a.5.5 0 01.5-.5H5v-1.5a.5.5 0 01.5-.5zm5.5 3H3v8h8v-8z",fill:e}))),rH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),nH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M5 3a.5.5 0 00-1 0v3a.5.5 0 001 0V3zM7 2.5a.5.5 0 01.5.5v3a.5.5 0 01-1 0V3a.5.5 0 01.5-.5zM10 4.504a.5.5 0 10-1 0V6a.5.5 0 001 0V4.504z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 3.54l-.001-.002a.499.499 0 00-.145-.388l-3-3a.499.499 0 00-.388-.145L8.464.004H2.5a.5.5 0 00-.5.5v13a.5.5 0 00.5.5h9a.5.5 0 00.5-.5V3.54zM3 1.004h5.293L11 3.71v5.293H3v-8zm0 9v3h8v-3H3z",fill:e}))),aH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"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}))),oH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),lH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M7.5.5a.5.5 0 00-1 0v6a.5.5 0 001 0v-6z",fill:e}),u.createElement("path",{d:"M4.273 2.808a.5.5 0 00-.546-.837 6 6 0 106.546 0 .5.5 0 00-.546.837 5 5 0 11-5.454 0z",fill:e}))),iH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"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}))),sH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M5.586 5.586A2 2 0 018.862 7.73a.5.5 0 10.931.365 3 3 0 10-1.697 1.697.5.5 0 10-.365-.93 2 2 0 01-2.145-3.277z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M.939 6.527c.127.128.19.297.185.464a.635.635 0 01-.185.465L0 8.395a7.099 7.099 0 001.067 2.572h1.32c.182 0 .345.076.46.197a.635.635 0 01.198.46v1.317A7.097 7.097 0 005.602 14l.94-.94a.634.634 0 01.45-.186H7.021c.163 0 .326.061.45.186l.939.938a7.098 7.098 0 002.547-1.057V11.61c0-.181.075-.344.197-.46a.634.634 0 01.46-.197h1.33c.507-.76.871-1.622 1.056-2.55l-.946-.946a.635.635 0 01-.186-.465.635.635 0 01.186-.464l.943-.944a7.099 7.099 0 00-1.044-2.522h-1.34a.635.635 0 01-.46-.197.635.635 0 01-.196-.46V1.057A7.096 7.096 0 008.413.002l-.942.942a.634.634 0 01-.45.186H6.992a.634.634 0 01-.45-.186L5.598 0a7.097 7.097 0 00-2.553 1.058v1.33c0 .182-.076.345-.197.46a.635.635 0 01-.46.198h-1.33A7.098 7.098 0 00.003 5.591l.936.936zm.707 1.636c.324-.324.482-.752.479-1.172a1.634 1.634 0 00-.48-1.171l-.538-.539c.126-.433.299-.847.513-1.235h.768c.459 0 .873-.19 1.167-.49.3-.295.49-.708.49-1.167v-.77c.39-.215.807-.388 1.243-.515l.547.547c.32.32.742.48 1.157.48l.015-.001h.014c.415 0 .836-.158 1.157-.479l.545-.544c.433.126.846.299 1.234.512v.784c0 .46.19.874.49 1.168.294.3.708.49 1.167.49h.776c.209.382.378.788.502 1.213l-.545.546a1.635 1.635 0 00-.48 1.17c-.003.421.155.849.48 1.173l.549.55c-.126.434-.3.85-.513 1.239h-.77c-.458 0-.872.19-1.166.49-.3.294-.49.708-.49 1.167v.77a6.09 6.09 0 01-1.238.514l-.54-.54a1.636 1.636 0 00-1.158-.48H6.992c-.415 0-.837.159-1.157.48l-.543.543a6.091 6.091 0 01-1.247-.516v-.756c0-.459-.19-.873-.49-1.167-.294-.3-.708-.49-1.167-.49h-.761a6.094 6.094 0 01-.523-1.262l.542-.542z",fill:e}))),uH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M5.585 8.414a2 2 0 113.277-.683.5.5 0 10.931.365 3 3 0 10-1.697 1.697.5.5 0 00-.365-.93 2 2 0 01-2.146-.449z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.5.289a1 1 0 011 0l5.062 2.922a1 1 0 01.5.866v5.846a1 1 0 01-.5.866L7.5 13.71a1 1 0 01-1 0L1.437 10.79a1 1 0 01-.5-.866V4.077a1 1 0 01.5-.866L6.5.29zm.5.866l5.062 2.922v5.846L7 12.845 1.937 9.923V4.077L7 1.155z",fill:e}))),cH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),dH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),pH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M5.903.112a.107.107 0 01.194 0l.233.505.552.066c.091.01.128.123.06.185l-.408.377.109.546a.107.107 0 01-.158.114L6 1.634l-.485.271a.107.107 0 01-.158-.114l.108-.546-.408-.377a.107.107 0 01.06-.185L5.67.617l.233-.505zM2.194.224a.214.214 0 00-.389 0l-.466 1.01-1.104.131a.214.214 0 00-.12.37l.816.755-.217 1.091a.214.214 0 00.315.23L2 3.266l.971.543c.16.09.35-.05.315-.229l-.216-1.09.816-.756a.214.214 0 00-.12-.37L2.66 1.234 2.194.224zM12.194 8.224a.214.214 0 00-.389 0l-.466 1.01-1.104.13a.214.214 0 00-.12.371l.816.755-.217 1.091a.214.214 0 00.315.23l.97-.544.971.543c.16.09.35-.05.315-.229l-.216-1.09.816-.756a.214.214 0 00-.12-.37l-1.105-.131-.466-1.01z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.5 12.797l-1.293-1.293 6.758-6.758L9.258 6.04 2.5 12.797zm7.465-7.465l2.828-2.828L11.5 1.211 8.672 4.04l1.293 1.293zM.147 11.857a.5.5 0 010-.707l11-11a.5.5 0 01.706 0l2 2a.5.5 0 010 .708l-11 11a.5.5 0 01-.706 0l-2-2z",fill:e}))),fH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),hH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M2 1.004a1 1 0 00-1 1v10a1 1 0 001 1h10a1 1 0 001-1V6.393a.5.5 0 00-1 0v5.61H2v-10h7.5a.5.5 0 000-1H2z",fill:e}),u.createElement("path",{d:"M6.354 9.857l7.5-7.5a.5.5 0 00-.708-.707L6 8.797 3.854 6.65a.5.5 0 10-.708.707l2.5 2.5a.5.5 0 00.708 0z",fill:e}))),mH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),gH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),vH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),yH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),wH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),mF=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M1.854 1.146a.5.5 0 10-.708.708L6.293 7l-5.147 5.146a.5.5 0 00.708.708L7 7.707l5.146 5.147a.5.5 0 00.708-.708L7.707 7l5.147-5.146a.5.5 0 00-.708-.708L7 6.293 1.854 1.146z",fill:e}))),bH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M5.5 4.5A.5.5 0 016 5v5a.5.5 0 01-1 0V5a.5.5 0 01.5-.5zM9 5a.5.5 0 00-1 0v5a.5.5 0 001 0V5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.5.5A.5.5 0 015 0h4a.5.5 0 01.5.5V2h3a.5.5 0 010 1H12v8a2 2 0 01-2 2H4a2 2 0 01-2-2V3h-.5a.5.5 0 010-1h3V.5zM3 3v8a1 1 0 001 1h6a1 1 0 001-1V3H3zm2.5-2h3v1h-3V1z",fill:e}))),EH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("g",{clipPath:"url(#prefix__clip0_1107_3502)"},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.44 4.44L9.56.56a1.5 1.5 0 00-2.12 0L7 1a1.415 1.415 0 000 2L5 5H3.657A4 4 0 00.828 6.17l-.474.475a.5.5 0 000 .707l2.793 2.793-3 3a.5.5 0 00.707.708l3-3 2.792 2.792a.5.5 0 00.708 0l.474-.475A4 4 0 009 10.343V9l2-2a1.414 1.414 0 002 0l.44-.44a1.5 1.5 0 000-2.12zM11 5.585l-3 3v1.757a3 3 0 01-.879 2.121L7 12.586 1.414 7l.122-.122A3 3 0 013.656 6h1.758l3-3-.707-.707a.414.414 0 010-.586l.44-.44a.5.5 0 01.707 0l3.878 3.88a.5.5 0 010 .706l-.44.44a.414.414 0 01-.585 0L11 5.586z",fill:e})),u.createElement("defs",null,u.createElement("clipPath",{id:"prefix__clip0_1107_3502"},u.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),xH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("g",{clipPath:"url(#prefix__clip0_1107_3501)",fill:e},u.createElement("path",{d:"M13.44 4.44L9.56.56a1.5 1.5 0 00-2.12 0L7 1a1.415 1.415 0 000 2L5.707 4.293 6.414 5l2-2-.707-.707a.414.414 0 010-.586l.44-.44a.5.5 0 01.707 0l3.878 3.88a.5.5 0 010 .706l-.44.44a.414.414 0 01-.585 0L11 5.586l-2 2 .707.707L11 7a1.414 1.414 0 002 0l.44-.44a1.5 1.5 0 000-2.12zM.828 6.171a4 4 0 012.758-1.17l1 .999h-.93a3 3 0 00-2.12.878L1.414 7 7 12.586l.121-.122A3 3 0 008 10.343v-.929l1 1a4 4 0 01-1.172 2.757l-.474.475a.5.5 0 01-.708 0l-2.792-2.792-3 3a.5.5 0 01-.708-.708l3-3L.355 7.353a.5.5 0 010-.707l.474-.475zM1.854 1.146a.5.5 0 10-.708.708l11 11a.5.5 0 00.708-.708l-11-11z"})),u.createElement("defs",null,u.createElement("clipPath",{id:"prefix__clip0_1107_3501"},u.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),CH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M7 3a.5.5 0 01.5.5v3h3a.5.5 0 010 1h-3v3a.5.5 0 01-1 0v-3h-3a.5.5 0 010-1h3v-3A.5.5 0 017 3z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zm0-1A6 6 0 107 1a6 6 0 000 12z",fill:e}))),DH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M3.5 6.5a.5.5 0 000 1h7a.5.5 0 000-1h-7z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),SH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M9.854 4.146a.5.5 0 010 .708L7.707 7l2.147 2.146a.5.5 0 01-.708.708L7 7.707 4.854 9.854a.5.5 0 01-.708-.708L6.293 7 4.146 4.854a.5.5 0 11.708-.708L7 6.293l2.146-2.147a.5.5 0 01.708 0z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zm0-1A6 6 0 107 1a6 6 0 000 12z",fill:e}))),kH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),AH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"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}))),_H=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),FH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"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}))),RH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),TH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M3.5 5.004a.5.5 0 100 1h7a.5.5 0 000-1h-7zM3 8.504a.5.5 0 01.5-.5h7a.5.5 0 010 1h-7a.5.5 0 01-.5-.5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.5 12.004H5.707l-1.853 1.854a.5.5 0 01-.351.146h-.006a.499.499 0 01-.497-.5v-1.5H1.5a.5.5 0 01-.5-.5v-9a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v9a.5.5 0 01-.5.5zm-10.5-1v-8h10v8H2z",fill:e}))),IH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M7.5 5.004a.5.5 0 10-1 0v1.5H5a.5.5 0 100 1h1.5v1.5a.5.5 0 001 0v-1.5H9a.5.5 0 000-1H7.5v-1.5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.691 13.966a.498.498 0 01-.188.038h-.006a.499.499 0 01-.497-.5v-1.5H1.5a.5.5 0 01-.5-.5v-9a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v9a.5.5 0 01-.5.5H5.707l-1.853 1.854a.5.5 0 01-.163.108zM2 3.004v8h10v-8H2z",fill:e}))),zH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M9.854 6.65a.5.5 0 010 .707l-2 2a.5.5 0 11-.708-.707l1.15-1.15-3.796.004a.5.5 0 010-1L8.29 6.5 7.145 5.357a.5.5 0 11.708-.707l2 2z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.691 13.966a.498.498 0 01-.188.038h-.006a.499.499 0 01-.497-.5v-1.5H1.5a.5.5 0 01-.5-.5v-9a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v9a.5.5 0 01-.5.5H5.707l-1.853 1.854a.5.5 0 01-.163.108zM2 3.004v8h10v-8H2z",fill:e}))),BH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M8.5 7.004a.5.5 0 000-1h-5a.5.5 0 100 1h5zM9 8.504a.5.5 0 01-.5.5h-5a.5.5 0 010-1h5a.5.5 0 01.5.5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 11.504v-1.5h1.5a.5.5 0 00.5-.5v-8a.5.5 0 00-.5-.5h-11a.5.5 0 00-.5.5v1.5H.5a.5.5 0 00-.5.5v8a.5.5 0 00.5.5H2v1.5a.499.499 0 00.497.5h.006a.498.498 0 00.35-.146l1.854-1.854H11.5a.5.5 0 00.5-.5zm-9-8.5v-1h10v7h-1v-5.5a.5.5 0 00-.5-.5H3zm-2 8v-7h10v7H1z",fill:e}))),LH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),OH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M8 8.004a1 1 0 01-.5.866v1.634a.5.5 0 01-1 0V8.87A1 1 0 118 8.004z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 4.004a4 4 0 118 0v1h1.5a.5.5 0 01.5.5v8a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-8a.5.5 0 01.5-.5H3v-1zm7 1v-1a3 3 0 10-6 0v1h6zm2 1H2v7h10v-7z",fill:e}))),MH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("g",{clipPath:"url(#prefix__clip0_1107_3614)",fill:e},u.createElement("path",{d:"M6.5 8.87a1 1 0 111 0v1.634a.5.5 0 01-1 0V8.87z"}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 1a3 3 0 00-3 3v1.004h8.5a.5.5 0 01.5.5v8a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-8a.5.5 0 01.5-.5H3V4a4 4 0 017.755-1.381.5.5 0 01-.939.345A3.001 3.001 0 007 1zM2 6.004h10v7H2v-7z"})),u.createElement("defs",null,u.createElement("clipPath",{id:"prefix__clip0_1107_3614"},u.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),PH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M11 4a1 1 0 11-2 0 1 1 0 012 0z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.5 8.532V9.5a.5.5 0 01-.5.5H5.5v1.5a.5.5 0 01-.5.5H3.5v1.5a.5.5 0 01-.5.5H.5a.5.5 0 01-.5-.5v-2a.5.5 0 01.155-.362l5.11-5.11A4.5 4.5 0 117.5 8.532zM6 4.5a3.5 3.5 0 111.5 2.873c-.29-.203-1-.373-1 .481V9H5a.5.5 0 00-.5.5V11H3a.5.5 0 00-.5.5V13H1v-1.293l5.193-5.193a.552.552 0 00.099-.613A3.473 3.473 0 016 4.5z",fill:e}))),NH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M7.354.15a.5.5 0 00-.708 0l-2 2a.5.5 0 10.708.707L6.5 1.711v6.793a.5.5 0 001 0V1.71l1.146 1.146a.5.5 0 10.708-.707l-2-2z",fill:e}),u.createElement("path",{d:"M2 7.504a.5.5 0 10-1 0v5a.5.5 0 00.5.5h11a.5.5 0 00.5-.5v-5a.5.5 0 00-1 0v4.5H2v-4.5z",fill:e}))),$H=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M2.5 8.004a.5.5 0 100 1h3a.5.5 0 000-1h-3z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 11.504a.5.5 0 00.5.5h13a.5.5 0 00.5-.5v-9a.5.5 0 00-.5-.5H.5a.5.5 0 00-.5.5v9zm1-8.5v1h12v-1H1zm0 8h12v-5H1v5z",fill:e}))),HH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M1 3.004a1 1 0 00-1 1v5a1 1 0 001 1h3.5a.5.5 0 100-1H1v-5h12v5h-1a.5.5 0 000 1h1a1 1 0 001-1v-5a1 1 0 00-1-1H1z",fill:e}),u.createElement("path",{d:"M6.45 7.006a.498.498 0 01.31.07L10.225 9.1a.5.5 0 01-.002.873l-1.074.621.75 1.3a.75.75 0 01-1.3.75l-.75-1.3-1.074.62a.497.497 0 01-.663-.135.498.498 0 01-.095-.3L6 7.515a.497.497 0 01.45-.509z",fill:e}))),jH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M4 1.504a.5.5 0 01.5-.5h5a.5.5 0 110 1h-2v10h2a.5.5 0 010 1h-5a.5.5 0 010-1h2v-10h-2a.5.5 0 01-.5-.5z",fill:e}),u.createElement("path",{d:"M0 4.504a.5.5 0 01.5-.5h4a.5.5 0 110 1H1v4h3.5a.5.5 0 110 1h-4a.5.5 0 01-.5-.5v-5zM9.5 4.004a.5.5 0 100 1H13v4H9.5a.5.5 0 100 1h4a.5.5 0 00.5-.5v-5a.5.5 0 00-.5-.5h-4z",fill:e}))),VH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"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}))),UH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"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}))),WH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"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}))),qH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M11.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"}),u.createElement("path",{d:"M9.917 12.25V7.583H4.083v4.667M4.083 1.75v2.917H8.75",stroke:e,strokeLinecap:"round",strokeLinejoin:"round"}))),GH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M7 5.5a.5.5 0 01.5.5v4a.5.5 0 01-1 0V6a.5.5 0 01.5-.5zM7 4.5A.75.75 0 107 3a.75.75 0 000 1.5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zm0-1A6 6 0 107 1a6 6 0 000 12z",fill:e}))),YH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M5.25 5.25A1.75 1.75 0 117 7a.5.5 0 00-.5.5V9a.5.5 0 001 0V7.955A2.75 2.75 0 104.25 5.25a.5.5 0 001 0zM7 11.5A.75.75 0 107 10a.75.75 0 000 1.5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),KH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),XH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M7 4.5a.5.5 0 01.5.5v3.5a.5.5 0 11-1 0V5a.5.5 0 01.5-.5zM7.75 10.5a.75.75 0 11-1.5 0 .75.75 0 011.5 0z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.206 1.045a.498.498 0 01.23.209l6.494 10.992a.5.5 0 01-.438.754H.508a.497.497 0 01-.506-.452.498.498 0 01.072-.31l6.49-10.984a.497.497 0 01.642-.21zM7 2.483L1.376 12h11.248L7 2.483z",fill:e}))),JH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),ZH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"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}))),QH=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"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}))),ej=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M11.841 2.159a2.25 2.25 0 00-3.182 0l-2.5 2.5a2.25 2.25 0 000 3.182.5.5 0 01-.707.707 3.25 3.25 0 010-4.596l2.5-2.5a3.25 3.25 0 014.596 4.596l-2.063 2.063a4.27 4.27 0 00-.094-1.32l1.45-1.45a2.25 2.25 0 000-3.182z",fill:e}),u.createElement("path",{d:"M3.61 7.21c-.1-.434-.132-.88-.095-1.321L1.452 7.952a3.25 3.25 0 104.596 4.596l2.5-2.5a3.25 3.25 0 000-4.596.5.5 0 00-.707.707 2.25 2.25 0 010 3.182l-2.5 2.5A2.25 2.25 0 112.159 8.66l1.45-1.45z",fill:e}))),tj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M1.452 7.952l1.305-1.305.708.707-1.306 1.305a2.25 2.25 0 103.182 3.182l1.306-1.305.707.707-1.306 1.305a3.25 3.25 0 01-4.596-4.596zM12.548 6.048l-1.305 1.306-.707-.708 1.305-1.305a2.25 2.25 0 10-3.182-3.182L7.354 3.464l-.708-.707 1.306-1.305a3.25 3.25 0 014.596 4.596zM1.854 1.146a.5.5 0 10-.708.708l11 11a.5.5 0 00.707-.707l-11-11z",fill:e}))),rj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.994 1.11a1 1 0 10-1.988 0A4.502 4.502 0 002.5 5.5v3.882l-.943 1.885a.497.497 0 00-.053.295.5.5 0 00.506.438h3.575a1.5 1.5 0 102.83 0h3.575a.5.5 0 00.453-.733L11.5 9.382V5.5a4.502 4.502 0 00-3.506-4.39zM2.81 11h8.382l-.5-1H3.31l-.5 1zM10.5 9V5.5a3.5 3.5 0 10-7 0V9h7zm-4 3.5a.5.5 0 111 0 .5.5 0 01-1 0z",fill:e}))),nj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M1.5.5A.5.5 0 012 0c6.627 0 12 5.373 12 12a.5.5 0 01-1 0C13 5.925 8.075 1 2 1a.5.5 0 01-.5-.5z",fill:e}),u.createElement("path",{d:"M1.5 4.5A.5.5 0 012 4a8 8 0 018 8 .5.5 0 01-1 0 7 7 0 00-7-7 .5.5 0 01-.5-.5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5 11a2 2 0 11-4 0 2 2 0 014 0zm-1 0a1 1 0 11-2 0 1 1 0 012 0z",fill:e}))),aj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M2 1.004a1 1 0 00-1 1v10a1 1 0 001 1h10a1 1 0 001-1v-4.5a.5.5 0 00-1 0v4.5H2v-10h4.5a.5.5 0 000-1H2z",fill:e}),u.createElement("path",{d:"M7.354 7.357L12 2.711v1.793a.5.5 0 001 0v-3a.5.5 0 00-.5-.5h-3a.5.5 0 100 1h1.793L6.646 6.65a.5.5 0 10.708.707z",fill:e}))),oj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M6.646.15a.5.5 0 01.708 0l2 2a.5.5 0 11-.708.707L7.5 1.711v6.793a.5.5 0 01-1 0V1.71L5.354 2.857a.5.5 0 11-.708-.707l2-2z",fill:e}),u.createElement("path",{d:"M2 4.004a1 1 0 00-1 1v7a1 1 0 001 1h10a1 1 0 001-1v-7a1 1 0 00-1-1H9.5a.5.5 0 100 1H12v7H2v-7h2.5a.5.5 0 000-1H2z",fill:e}))),lj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M13.854 6.646a.5.5 0 010 .708l-2 2a.5.5 0 01-.708-.708L12.293 7.5H5.5a.5.5 0 010-1h6.793l-1.147-1.146a.5.5 0 01.708-.708l2 2z",fill:e}),u.createElement("path",{d:"M10 2a1 1 0 00-1-1H2a1 1 0 00-1 1v10a1 1 0 001 1h7a1 1 0 001-1V9.5a.5.5 0 00-1 0V12H2V2h7v2.5a.5.5 0 001 0V2z",fill:e}))),ij=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 13A6 6 0 107 1a6 6 0 000 12zm0 1A7 7 0 107 0a7 7 0 000 14z",fill:e}))),sj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M14 7A7 7 0 110 7a7 7 0 0114 0z",fill:e}))),uj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5 0h7a.5.5 0 01.5.5v13a.5.5 0 01-.454.498.462.462 0 01-.371-.118L7 11.159l-3.175 2.72a.46.46 0 01-.379.118A.5.5 0 013 13.5V.5a.5.5 0 01.5-.5zM4 12.413l2.664-2.284a.454.454 0 01.377-.128.498.498 0 01.284.12L10 12.412V1H4v11.413z",fill:e}))),cj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5 0h7a.5.5 0 01.5.5v13a.5.5 0 01-.454.498.462.462 0 01-.371-.118L7 11.159l-3.175 2.72a.46.46 0 01-.379.118A.5.5 0 013 13.5V.5a.5.5 0 01.5-.5z",fill:e}))),dj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("g",{clipPath:"url(#prefix__clip0_1449_588)"},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.414 1.586a2 2 0 00-2.828 0l-4 4a2 2 0 000 2.828l4 4a2 2 0 002.828 0l4-4a2 2 0 000-2.828l-4-4zm.707-.707a3 3 0 00-4.242 0l-4 4a3 3 0 000 4.242l4 4a3 3 0 004.242 0l4-4a3 3 0 000-4.242l-4-4z",fill:e})),u.createElement("defs",null,u.createElement("clipPath",{id:"prefix__clip0_1449_588"},u.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),pj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"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}))),fj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M12.814 1.846c.06.05.116.101.171.154l.001.002a3.254 3.254 0 01.755 1.168c.171.461.259.974.259 1.538 0 .332-.046.656-.143.976a4.546 4.546 0 01-.397.937c-.169.302-.36.589-.58.864a7.627 7.627 0 01-.674.746l-4.78 4.596a.585.585 0 01-.427.173.669.669 0 01-.44-.173L1.78 8.217a7.838 7.838 0 01-.677-.748 6.124 6.124 0 01-.572-.855 4.975 4.975 0 01-.388-.931A3.432 3.432 0 010 4.708C0 4.144.09 3.63.265 3.17c.176-.459.429-.85.757-1.168a3.432 3.432 0 011.193-.74c.467-.176.99-.262 1.57-.262.304 0 .608.044.907.137.301.092.586.215.855.367.27.148.526.321.771.512.244.193.471.386.682.584.202-.198.427-.391.678-.584.248-.19.507-.364.78-.512a4.65 4.65 0 01.845-.367c.294-.093.594-.137.9-.137.585 0 1.115.086 1.585.262.392.146.734.34 1.026.584z",fill:e}))),hj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.319.783a.75.75 0 011.362 0l1.63 3.535 3.867.458a.75.75 0 01.42 1.296L10.74 8.715l.76 3.819a.75.75 0 01-1.103.8L7 11.434l-3.398 1.902a.75.75 0 01-1.101-.801l.758-3.819L.401 6.072a.75.75 0 01.42-1.296l3.867-.458L6.318.783zm.68.91l-1.461 3.17a.75.75 0 01-.593.431l-3.467.412 2.563 2.37a.75.75 0 01.226.697l-.68 3.424 3.046-1.705a.75.75 0 01.733 0l3.047 1.705-.68-3.424a.75.75 0 01.226-.697l2.563-2.37-3.467-.412a.75.75 0 01-.593-.43L7 1.694z",fill:e}))),mj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),gj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),vj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),yj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),wj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),bj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M10.354 2.854a.5.5 0 10-.708-.708l-3 3a.5.5 0 10.708.708l3-3z",fill:e}),u.createElement("path",{d:"M2.09 6H4.5a.5.5 0 000-1H1.795a.75.75 0 00-.74.873l.813 4.874A1.5 1.5 0 003.348 12h7.305a1.5 1.5 0 001.48-1.253l.812-4.874a.75.75 0 00-.74-.873H10a.5.5 0 000 1h1.91l-.764 4.582a.5.5 0 01-.493.418H3.347a.5.5 0 01-.493-.418L2.09 6z",fill:e}),u.createElement("path",{d:"M4.5 7a.5.5 0 01.5.5v2a.5.5 0 01-1 0v-2a.5.5 0 01.5-.5zM10 7.5a.5.5 0 00-1 0v2a.5.5 0 001 0v-2zM6.5 9.5v-2a.5.5 0 011 0v2a.5.5 0 01-1 0z",fill:e}))),Ej=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.5 2h.75v3.866l-3.034 5.26A1.25 1.25 0 003.299 13H10.7a1.25 1.25 0 001.083-1.875L8.75 5.866V2h.75a.5.5 0 100-1h-5a.5.5 0 000 1zm1.75 4V2h1.5v4.134l.067.116L8.827 8H5.173l1.01-1.75.067-.116V6zM4.597 9l-1.515 2.625A.25.25 0 003.3 12H10.7a.25.25 0 00.217-.375L9.404 9H4.597z",fill:e}))),xj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M7.5 10.5a.5.5 0 11-1 0 .5.5 0 011 0z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5 1a.5.5 0 00-.5.5c0 1.063.137 1.892.678 2.974.346.692.858 1.489 1.598 2.526-.89 1.247-1.455 2.152-1.798 2.956-.377.886-.477 1.631-.478 2.537v.007a.5.5 0 00.5.5h7c.017 0 .034 0 .051-.003A.5.5 0 0011 12.5v-.007c0-.906-.1-1.65-.478-2.537-.343-.804-.909-1.709-1.798-2.956.74-1.037 1.252-1.834 1.598-2.526C10.863 3.392 11 2.563 11 1.5a.5.5 0 00-.5-.5h-7zm6.487 11a4.675 4.675 0 00-.385-1.652c-.277-.648-.735-1.407-1.499-2.494-.216.294-.448.606-.696.937a.497.497 0 01-.195.162.5.5 0 01-.619-.162c-.248-.331-.48-.643-.696-.937-.764 1.087-1.222 1.846-1.499 2.494A4.675 4.675 0 004.013 12h5.974zM6.304 6.716c.212.293.443.609.696.948a90.058 90.058 0 00.709-.965c.48-.664.86-1.218 1.163-1.699H5.128a32.672 32.672 0 001.176 1.716zM4.559 4h4.882c.364-.735.505-1.312.546-2H4.013c.04.688.182 1.265.546 2z",fill:e}))),Cj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.5 1h-9a.5.5 0 00-.5.5v11a.5.5 0 001 0V8h8.5a.5.5 0 00.354-.854L9.207 4.5l2.647-2.646A.499.499 0 0011.5 1zM8.146 4.146L10.293 2H3v5h7.293L8.146 4.854a.5.5 0 010-.708z",fill:e}))),Dj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10 7V6a3 3 0 00-5.91-.736l-.17.676-.692.075A2.5 2.5 0 003.5 11h3c.063 0 .125-.002.187-.007l.076-.005.076.006c.053.004.106.006.161.006h4a2 2 0 100-4h-1zM3.12 5.02A3.5 3.5 0 003.5 12h3c.087 0 .174-.003.26-.01.079.007.16.01.24.01h4a3 3 0 100-6 4 4 0 00-7.88-.98z",fill:e}))),Sj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M7 2a4 4 0 014 4 3 3 0 110 6H7c-.08 0-.161-.003-.24-.01-.086.007-.173.01-.26.01h-3a3.5 3.5 0 01-.38-6.98A4.002 4.002 0 017 2z",fill:e}))),kj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11 7a4 4 0 11-8 0 4 4 0 018 0zm-1 0a3 3 0 11-6 0 3 3 0 016 0z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.268 13.18c.25.472.83.66 1.31.425l.987-.482a.991.991 0 01.87 0l.987.482a.991.991 0 001.31-.426l.515-.97a.991.991 0 01.704-.511l1.082-.19a.99.99 0 00.81-1.115l-.154-1.087a.991.991 0 01.269-.828l.763-.789a.991.991 0 000-1.378l-.763-.79a.991.991 0 01-.27-.827l.155-1.087a.99.99 0 00-.81-1.115l-1.082-.19a.991.991 0 01-.704-.511L9.732.82a.99.99 0 00-1.31-.426l-.987.482a.991.991 0 01-.87 0L5.578.395a.99.99 0 00-1.31.426l-.515.97a.99.99 0 01-.704.511l-1.082.19a.99.99 0 00-.81 1.115l.154 1.087a.99.99 0 01-.269.828L.28 6.31a.99.99 0 000 1.378l.763.79a.99.99 0 01.27.827l-.155 1.087a.99.99 0 00.81 1.115l1.082.19a.99.99 0 01.704.511l.515.97zm5.096-1.44l-.511.963-.979-.478a1.99 1.99 0 00-1.748 0l-.979.478-.51-.962a1.991 1.991 0 00-1.415-1.028l-1.073-.188.152-1.079a1.991 1.991 0 00-.54-1.663L1.004 7l.757-.783a1.991 1.991 0 00.54-1.663L2.15 3.475l1.073-.188A1.991 1.991 0 004.636 2.26l.511-.962.979.478a1.99 1.99 0 001.748 0l.979-.478.51.962c.288.543.81.922 1.415 1.028l1.073.188-.152 1.079a1.99 1.99 0 00.54 1.663l.757.783-.757.783a1.99 1.99 0 00-.54 1.663l.152 1.079-1.073.188a1.991 1.991 0 00-1.414 1.028z",fill:e}))),Aj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 4a3 3 0 100 6 3 3 0 000-6zM3 7a4 4 0 118 0 4 4 0 01-8 0z",fill:e}))),_j=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.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}))),Fj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.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}))),Rj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M7.354 3.896l5.5 5.5a.5.5 0 01-.708.708L7 4.957l-5.146 5.147a.5.5 0 01-.708-.708l5.5-5.5a.5.5 0 01.708 0z",fill:e}))),Tj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M1.146 4.604l5.5 5.5a.5.5 0 00.708 0l5.5-5.5a.5.5 0 00-.708-.708L7 9.043 1.854 3.896a.5.5 0 10-.708.708z",fill:e}))),Ij=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M2.76 7.096a.498.498 0 00.136.258l5.5 5.5a.5.5 0 00.707-.708L3.958 7l5.147-5.146a.5.5 0 10-.708-.708l-5.5 5.5a.5.5 0 00-.137.45z",fill:e}))),gF=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M11.104 7.354l-5.5 5.5a.5.5 0 01-.708-.708L10.043 7 4.896 1.854a.5.5 0 11.708-.708l5.5 5.5a.5.5 0 010 .708z",fill:e}))),zj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M3.854 9.104a.5.5 0 11-.708-.708l3.5-3.5a.5.5 0 01.708 0l3.5 3.5a.5.5 0 01-.708.708L7 5.957 3.854 9.104z",fill:e}))),Bj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M3.854 4.896a.5.5 0 10-.708.708l3.5 3.5a.5.5 0 00.708 0l3.5-3.5a.5.5 0 00-.708-.708L7 8.043 3.854 4.896z",fill:e}))),Lj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.104 10.146a.5.5 0 01-.708.708l-3.5-3.5a.5.5 0 010-.708l3.5-3.5a.5.5 0 11.708.708L5.957 7l3.147 3.146z",fill:e}))),Oj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.896 10.146a.5.5 0 00.708.708l3.5-3.5a.5.5 0 000-.708l-3.5-3.5a.5.5 0 10-.708.708L8.043 7l-3.147 3.146z",fill:e}))),Mj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),Pj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),Nj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),$j=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M8.646 2.146a.5.5 0 01.708 0l4.5 4.5a.5.5 0 010 .708l-4.5 4.5a.5.5 0 01-.708-.708L12.293 7.5H.5a.5.5 0 010-1h11.793L8.646 2.854a.5.5 0 010-.708z",fill:e}))),Hj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M1.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}))),jj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),Vj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),Uj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),Wj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),qj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"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}))),Gj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),Yj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),Kj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M7.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}))),Xj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),Jj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),Zj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M6.646.147l-1.5 1.5a.5.5 0 10.708.707l.646-.647V5a.5.5 0 001 0V1.707l.646.647a.5.5 0 10.708-.707l-1.5-1.5a.5.5 0 00-.708 0z",fill:e}),u.createElement("path",{d:"M1.309 4.038a.498.498 0 00-.16.106l-.005.005a.498.498 0 00.002.705L3.293 7 1.146 9.146A.498.498 0 001.5 10h3a.5.5 0 000-1H2.707l1.5-1.5h5.586l2.353 2.354a.5.5 0 00.708-.708L10.707 7l2.146-2.146.11-.545-.107.542A.499.499 0 0013 4.503v-.006a.5.5 0 00-.144-.348l-.005-.005A.498.498 0 0012.5 4h-3a.5.5 0 000 1h1.793l-1.5 1.5H4.207L2.707 5H4.5a.5.5 0 000-1h-3a.498.498 0 00-.191.038z",fill:e}),u.createElement("path",{d:"M7 8.5a.5.5 0 01.5.5v3.293l.646-.647a.5.5 0 01.708.708l-1.5 1.5a.5.5 0 01-.708 0l-1.5-1.5a.5.5 0 01.708-.708l.646.647V9a.5.5 0 01.5-.5zM9 9.5a.5.5 0 01.5-.5h3a.5.5 0 010 1h-3a.5.5 0 01-.5-.5z",fill:e}))),Qj=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),eV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),tV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),rV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),nV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),aV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M8.646 5.854L7.5 4.707V10.5a.5.5 0 01-1 0V4.707L5.354 5.854a.5.5 0 11-.708-.708l2-2a.5.5 0 01.708 0l2 2a.5.5 0 11-.708.708z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),oV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M5.354 8.146L6.5 9.293V3.5a.5.5 0 011 0v5.793l1.146-1.147a.5.5 0 11.708.708l-2 2a.5.5 0 01-.708 0l-2-2a.5.5 0 11.708-.708z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 7a7 7 0 1114 0A7 7 0 010 7zm1 0a6 6 0 1112 0A6 6 0 011 7z",fill:e}))),lV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M5.854 5.354L4.707 6.5H10.5a.5.5 0 010 1H4.707l1.147 1.146a.5.5 0 11-.708.708l-2-2a.5.5 0 010-.708l2-2a.5.5 0 11.708.708z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 0a7 7 0 110 14A7 7 0 017 0zm0 1a6 6 0 110 12A6 6 0 017 1z",fill:e}))),iV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M3.5 6.5h5.793L8.146 5.354a.5.5 0 11.708-.708l2 2a.5.5 0 010 .708l-2 2a.5.5 0 11-.708-.708L9.293 7.5H3.5a.5.5 0 010-1z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 117 0a7 7 0 010 14zm0-1A6 6 0 117 1a6 6 0 010 12z",fill:e}))),sV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),uV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"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}))),cV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.087 3.397L5.95 5.793a.374.374 0 00-.109.095.377.377 0 00-.036.052l-2.407 4.147a.374.374 0 00-.004.384c.104.179.334.24.513.136l4.142-2.404a.373.373 0 00.148-.143l2.406-4.146a.373.373 0 00-.037-.443.373.373 0 00-.478-.074zM4.75 9.25l2.847-1.652-1.195-1.195L4.75 9.25z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),dV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"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}))),pV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9 5a2 2 0 11-4 0 2 2 0 014 0zM8 5a1 1 0 11-2 0 1 1 0 012 0z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 5A5 5 0 002 5c0 2.633 2.273 6.154 4.65 8.643.192.2.508.2.7 0C9.726 11.153 12 7.633 12 5zM7 1a4 4 0 014 4c0 1.062-.471 2.42-1.303 3.88-.729 1.282-1.69 2.562-2.697 3.67-1.008-1.108-1.968-2.388-2.697-3.67C3.47 7.42 3 6.063 3 5a4 4 0 014-4z",fill:e}))),fV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M7 2a.5.5 0 01.5.5v4H10a.5.5 0 010 1H7a.5.5 0 01-.5-.5V2.5A.5.5 0 017 2z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zm0-1A6 6 0 107 1a6 6 0 000 12z",fill:e}))),hV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M9.79 4.093a.5.5 0 01.117.698L7.91 7.586a1 1 0 11-.814-.581l1.997-2.796a.5.5 0 01.698-.116z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.069 12.968a7 7 0 119.863 0A12.962 12.962 0 007 12c-1.746 0-3.41.344-4.931.968zm9.582-1.177a6 6 0 10-9.301 0A13.98 13.98 0 017 11c1.629 0 3.194.279 4.65.791z",fill:e}))),mV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M7.5 4.5a.5.5 0 00-1 0v2.634a1 1 0 101 0V4.5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.5.5A.5.5 0 016 0h2a.5.5 0 010 1h-.5v1.02a5.973 5.973 0 013.374 1.398l.772-.772a.5.5 0 01.708.708l-.772.772A6 6 0 116.5 2.02V1H6a.5.5 0 01-.5-.5zM7 3a5 5 0 100 10A5 5 0 007 3z",fill:e}))),gV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"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}))),vV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.213 4.094a.5.5 0 01.056-.034l5.484-2.995a.498.498 0 01.494 0L12.73 4.06a.507.507 0 01.266.389.498.498 0 01-.507.555H1.51a.5.5 0 01-.297-.91zm2.246-.09h7.082L7 2.07 3.459 4.004z",fill:e}),u.createElement("path",{d:"M4 6a.5.5 0 00-1 0v5a.5.5 0 001 0V6zM11 6a.5.5 0 00-1 0v5a.5.5 0 001 0V6zM5.75 5.5a.5.5 0 01.5.5v5a.5.5 0 01-1 0V6a.5.5 0 01.5-.5zM8.75 6a.5.5 0 00-1 0v5a.5.5 0 001 0V6zM1.5 12.504a.5.5 0 01.5-.5h10a.5.5 0 010 1H2a.5.5 0 01-.5-.5z",fill:e}))),yV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("g",{clipPath:"url(#prefix__clip0_1107_3594)"},u.createElement("path",{d:"M11.451.537l.01 12.922h0L7.61 8.946a1.077 1.077 0 00-.73-.374L.964 8.087 11.45.537h0z",stroke:e,strokeWidth:1.077})),u.createElement("defs",null,u.createElement("clipPath",{id:"prefix__clip0_1107_3594"},u.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),wV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{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}))),bV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),EV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"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}))),xV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M9.21 11.623a10.586 10.586 0 01-4.031.787A10.585 10.585 0 010 11.07c.06-1.354 2.933-2.578 3.708-2.697.243-.038.249-.685.249-.685s-.715-.685-.87-1.607c-.42 0-.679-.979-.26-1.323a2.589 2.589 0 00-.013-.136c-.07-.632-.3-2.712 2.113-2.712 2.414 0 2.183 2.08 2.113 2.712-.007.059-.012.105-.013.136.419.344.16 1.323-.259 1.323-.156.922-.87 1.607-.87 1.607s.005.647.248.685c.784.12 3.71 1.37 3.71 2.74v.22c-.212.103-.427.2-.646.29z",fill:e}),u.createElement("path",{d:"M8.81 8.417a9.643 9.643 0 00-.736-.398c.61-.42 1.396-.71 1.7-.757.167-.026.171-.471.171-.471s-.491-.471-.598-1.104c-.288 0-.466-.674-.178-.91-.001-.022-.005-.053-.01-.094-.048-.434-.206-1.864 1.453-1.864 1.66 0 1.5 1.43 1.453 1.864l-.01.094c.289.236.11.91-.178.91-.107.633-.598 1.104-.598 1.104s.004.445.171.47c.539.084 2.55.942 2.55 1.884v.628a10.604 10.604 0 01-3.302.553 2.974 2.974 0 00-.576-.879c-.375-.408-.853-.754-1.312-1.03z",fill:e}))),CV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M9.106 7.354c-.627.265-1.295.4-1.983.4a5.062 5.062 0 01-2.547-.681c.03-.688 1.443-1.31 1.824-1.37.12-.02.122-.348.122-.348s-.351-.348-.428-.816c-.206 0-.333-.498-.127-.673 0-.016-.003-.04-.007-.07C5.926 3.477 5.812 2.42 7 2.42c1.187 0 1.073 1.057 1.039 1.378l-.007.069c.207.175.08.673-.127.673-.076.468-.428.816-.428.816s.003.329.122.348c.386.06 1.825.696 1.825 1.392v.111c-.104.053-.21.102-.318.148zM3.75 11.25A.25.25 0 014 11h6a.25.25 0 110 .5H4a.25.25 0 01-.25-.25zM4 9a.25.25 0 000 .5h6a.25.25 0 100-.5H4z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 .5a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v13a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5V.5zM2 13V1h10v12H2z",fill:e}))),DV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M3.968 8.75a.5.5 0 00-.866.5A4.498 4.498 0 007 11.5c1.666 0 3.12-.906 3.898-2.25a.5.5 0 10-.866-.5A3.498 3.498 0 017 10.5a3.498 3.498 0 01-3.032-1.75zM5.5 5a1 1 0 11-2 0 1 1 0 012 0zM9.5 6a1 1 0 100-2 1 1 0 000 2z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),SV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M4.5 9a.5.5 0 000 1h5a.5.5 0 000-1h-5zM5.5 5a1 1 0 11-2 0 1 1 0 012 0zM9.5 6a1 1 0 100-2 1 1 0 000 2z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),kV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M3.968 10.25a.5.5 0 01-.866-.5A4.498 4.498 0 017 7.5c1.666 0 3.12.906 3.898 2.25a.5.5 0 11-.866.5A3.498 3.498 0 007 8.5a3.498 3.498 0 00-3.032 1.75zM5.5 5a1 1 0 11-2 0 1 1 0 012 0zM9.5 6a1 1 0 100-2 1 1 0 000 2z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),AV=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M3.526 4.842a.5.5 0 01.632-.316l2.051.684a2.5 2.5 0 001.582 0l2.05-.684a.5.5 0 01.317.948l-2.453.818a.3.3 0 00-.205.285v.243a4.5 4.5 0 00.475 2.012l.972 1.944a.5.5 0 11-.894.448L7 9.118l-1.053 2.106a.5.5 0 11-.894-.447l.972-1.945A4.5 4.5 0 006.5 6.82v-.243a.3.3 0 00-.205-.285l-2.453-.818a.5.5 0 01-.316-.632z",fill:e}),u.createElement("path",{d:"M7 4.5a1 1 0 100-2 1 1 0 000 2z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zm0-1A6 6 0 107 1a6 6 0 000 12z",fill:e}))),_V=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 15 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zM8 3.5a1 1 0 11-2 0 1 1 0 012 0zM3.526 4.842a.5.5 0 01.632-.316l2.051.684a2.5 2.5 0 001.582 0l2.05-.684a.5.5 0 01.317.948l-2.453.818a.3.3 0 00-.205.285v.243a4.5 4.5 0 00.475 2.012l.972 1.944a.5.5 0 11-.894.448L7 9.118l-1.053 2.106a.5.5 0 11-.894-.447l.972-1.945A4.5 4.5 0 006.5 6.82v-.243a.3.3 0 00-.205-.285l-2.453-.818a.5.5 0 01-.316-.632z",fill:e}))),FV=0,RV=p(e=>e.button===FV&&!e.altKey&&!e.ctrlKey&&!e.metaKey&&!e.shiftKey,"isPlainLeftClick"),TV=p((e,t)=>{RV(e)&&(e.preventDefault(),t(e))},"cancelled"),IV=M.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}}:{}),zV=M.a(({theme:e})=>({display:"inline-block",transition:"all 150ms ease-out",textDecoration:"none",color:e.color.secondary,"&:hover, &:focus":{cursor:"pointer",color:Ml(.07,e.color.secondary),"svg path:not([fill])":{fill:Ml(.07,e.color.secondary)}},"&:active":{color:Ml(.1,e.color.secondary),"svg path:not([fill])":{fill:Ml(.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"}:{}),Yl=p(({cancel:e=!0,children:t,onClick:r=void 0,withArrow:n=!1,containsIcon:o=!1,className:i=void 0,style:s=void 0,...d})=>D.createElement(zV,{...d,onClick:r&&e?f=>TV(f,r):r,className:i},D.createElement(IV,{withArrow:n,containsIcon:o},t,n&&D.createElement(gF,null))),"Link");M.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 To=[],di=null,BV=u.lazy(async()=>{let{SyntaxHighlighter:e}=await Promise.resolve().then(()=>(lp(),V2));return To.length>0&&(To.forEach(t=>{e.registerLanguage(...t)}),To=[]),di===null&&(di=e),{default:p(t=>D.createElement(e,{...t}),"default")}}),LV=u.lazy(async()=>{let[{SyntaxHighlighter:e},{formatter:t}]=await Promise.all([Promise.resolve().then(()=>(lp(),V2)),Promise.resolve().then(()=>(aP(),zA))]);return To.length>0&&(To.forEach(r=>{e.registerLanguage(...r)}),To=[]),di===null&&(di=e),{default:p(r=>D.createElement(e,{...r,formatter:t}),"default")}}),Mp=p(e=>D.createElement(u.Suspense,{fallback:D.createElement("div",null)},e.format!==!1?D.createElement(LV,{...e}):D.createElement(BV,{...e})),"SyntaxHighlighter");Mp.registerLanguage=(...e)=>{if(di!==null){di.registerLanguage(...e);return}To.push(e)};lp();YD();var vF={};yi(vF,{Close:()=>_R,Content:()=>SR,Description:()=>AR,Dialog:()=>cR,DialogClose:()=>ER,DialogContent:()=>gR,DialogDescription:()=>bR,DialogOverlay:()=>mR,DialogPortal:()=>hR,DialogTitle:()=>wR,DialogTrigger:()=>dR,Overlay:()=>DR,Portal:()=>CR,Root:()=>xR,Title:()=>kR,Trigger:()=>TU,WarningProvider:()=>RU,createDialogScope:()=>bU});Xr();function Kn(e,t,{checkForDefaultPrevented:r=!0}={}){return p(function(n){if(e?.(n),r===!1||!n.defaultPrevented)return t?.(n)},"handleEvent")}p(Kn,"$e42e1063c40fb3ef$export$b9ecd428b558ff10");function yF(e,t){typeof e=="function"?e(t):e!=null&&(e.current=t)}p(yF,"$6ed0406888f73fc4$var$setRef");function Pp(...e){return t=>e.forEach(r=>yF(r,t))}p(Pp,"$6ed0406888f73fc4$export$43e446d32b3d21af");function Go(...e){return u.useCallback(Pp(...e),e)}p(Go,"$6ed0406888f73fc4$export$c7b2cbe3552a0d05");function wF(e,t){let r=u.createContext(t);function n(i){let{children:s,...d}=i,f=u.useMemo(()=>d,Object.values(d));return u.createElement(r.Provider,{value:f},s)}p(n,"Provider");function o(i){let s=u.useContext(r);if(s)return s;if(t!==void 0)return t;throw new Error(`\`${i}\` must be used within \`${e}\``)}return p(o,"useContext"),n.displayName=e+"Provider",[n,o]}p(wF,"$c512c27ab02ef895$export$fd42f52fd3ae1109");function bF(e,t=[]){let r=[];function n(i,s){let d=u.createContext(s),f=r.length;r=[...r,s];function m(b){let{scope:w,children:v,...x}=b,E=w?.[e][f]||d,S=u.useMemo(()=>x,Object.values(x));return u.createElement(E.Provider,{value:S},v)}p(m,"Provider");function g(b,w){let v=w?.[e][f]||d,x=u.useContext(v);if(x)return x;if(s!==void 0)return s;throw new Error(`\`${b}\` must be used within \`${i}\``)}return p(g,"useContext"),m.displayName=i+"Provider",[m,g]}p(n,"$c512c27ab02ef895$export$fd42f52fd3ae1109");let o=p(()=>{let i=r.map(s=>u.createContext(s));return p(function(s){let d=s?.[e]||i;return u.useMemo(()=>({[`__scope${e}`]:{...s,[e]:d}}),[s,d])},"useScope")},"createScope");return o.scopeName=e,[n,EF(o,...t)]}p(bF,"$c512c27ab02ef895$export$50c7b4e9d9f19c1");function EF(...e){let t=e[0];if(e.length===1)return t;let r=p(()=>{let n=e.map(o=>({useScope:o(),scopeName:o.scopeName}));return p(function(o){let i=n.reduce((s,{useScope:d,scopeName:f})=>{let m=d(o)[`__scope${f}`];return{...s,...m}},{});return u.useMemo(()=>({[`__scope${t.scopeName}`]:i}),[i])},"useComposedScopes")},"createScope1");return r.scopeName=t.scopeName,r}p(EF,"$c512c27ab02ef895$var$composeContextScopes");var P5=globalThis?.document?u.useLayoutEffect:()=>{},OV=u.useId||(()=>{}),MV=0;function Y0(e){let[t,r]=u.useState(OV());return P5(()=>{e||r(n=>n??String(MV++))},[e]),e||(t?`radix-${t}`:"")}p(Y0,"$1746a345f3d73bb7$export$f680877a34711e37");function Ua(e){let t=u.useRef(e);return u.useEffect(()=>{t.current=e}),u.useMemo(()=>(...r)=>{var n;return(n=t.current)===null||n===void 0?void 0:n.call(t,...r)},[])}p(Ua,"$b1b2314f5f9a1d84$export$25bec8c6f54ee79a");function xF({prop:e,defaultProp:t,onChange:r=p(()=>{},"onChange")}){let[n,o]=CF({defaultProp:t,onChange:r}),i=e!==void 0,s=i?e:n,d=Ua(r),f=u.useCallback(m=>{if(i){let g=typeof m=="function"?m(e):m;g!==e&&d(g)}else o(m)},[i,e,o,d]);return[s,f]}p(xF,"$71cd76cc60e0454e$export$6f32135080cb4c3");function CF({defaultProp:e,onChange:t}){let r=u.useState(e),[n]=r,o=u.useRef(n),i=Ua(t);return u.useEffect(()=>{o.current!==n&&(i(n),o.current=n)},[n,o,i]),r}p(CF,"$71cd76cc60e0454e$var$useUncontrolledState");Xr();Xr();Xr();var DF=u.forwardRef((e,t)=>{let{children:r,...n}=e,o=u.Children.toArray(r),i=o.find(SF);if(i){let s=i.props.children,d=o.map(f=>f===i?u.Children.count(s)>1?u.Children.only(null):u.isValidElement(s)?s.props.children:null:f);return u.createElement(N5,Re({},n,{ref:t}),u.isValidElement(s)?u.cloneElement(s,void 0,d):null)}return u.createElement(N5,Re({},n,{ref:t}),r)});DF.displayName="Slot";var N5=u.forwardRef((e,t)=>{let{children:r,...n}=e;return u.isValidElement(r)?u.cloneElement(r,{...kF(n,r.props),ref:t?Pp(t,r.ref):r.ref}):u.Children.count(r)>1?u.Children.only(null):null});N5.displayName="SlotClone";var PV=p(({children:e})=>u.createElement(u.Fragment,null,e),"$5e63c961fc1ce211$export$d9f1ccf0bdb05d45");function SF(e){return u.isValidElement(e)&&e.type===PV}p(SF,"$5e63c961fc1ce211$var$isSlottable");function kF(e,t){let r={...t};for(let n in t){let o=e[n],i=t[n];/^on[A-Z]/.test(n)?o&&i?r[n]=(...s)=>{i(...s),o(...s)}:o&&(r[n]=o):n==="style"?r[n]={...o,...i}:n==="className"&&(r[n]=[o,i].filter(Boolean).join(" "))}return{...e,...r}}p(kF,"$5e63c961fc1ce211$var$mergeProps");var NV=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"],Ya=NV.reduce((e,t)=>{let r=u.forwardRef((n,o)=>{let{asChild:i,...s}=n,d=i?DF:t;return u.useEffect(()=>{window[Symbol.for("radix-ui")]=!0},[]),u.createElement(d,Re({},s,{ref:o}))});return r.displayName=`Primitive.${t}`,{...e,[t]:r}},{});function AF(e,t){e&&Su.flushSync(()=>e.dispatchEvent(t))}p(AF,"$8927f6f2acc4f386$export$6d1a0317bde7de7f");function _F(e,t=globalThis?.document){let r=Ua(e);u.useEffect(()=>{let n=p(o=>{o.key==="Escape"&&r(o)},"handleKeyDown");return t.addEventListener("keydown",n),()=>t.removeEventListener("keydown",n)},[r,t])}p(_F,"$addc16e1bbe58fd0$export$3a72a57244d6e765");var $5="dismissableLayer.update",$V="dismissableLayer.pointerDownOutside",HV="dismissableLayer.focusOutside",lx,jV=u.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),VV=u.forwardRef((e,t)=>{var r;let{disableOutsidePointerEvents:n=!1,onEscapeKeyDown:o,onPointerDownOutside:i,onFocusOutside:s,onInteractOutside:d,onDismiss:f,...m}=e,g=u.useContext(jV),[b,w]=u.useState(null),v=(r=b?.ownerDocument)!==null&&r!==void 0?r:globalThis?.document,[,x]=u.useState({}),E=Go(t,B=>w(B)),S=Array.from(g.layers),[_]=[...g.layersWithOutsidePointerEventsDisabled].slice(-1),F=S.indexOf(_),A=b?S.indexOf(b):-1,k=g.layersWithOutsidePointerEventsDisabled.size>0,R=A>=F,I=FF(B=>{let O=B.target,j=[...g.branches].some(q=>q.contains(O));!R||j||(i?.(B),d?.(B),B.defaultPrevented||f?.())},v),z=RF(B=>{let O=B.target;[...g.branches].some(j=>j.contains(O))||(s?.(B),d?.(B),B.defaultPrevented||f?.())},v);return _F(B=>{A===g.layers.size-1&&(o?.(B),!B.defaultPrevented&&f&&(B.preventDefault(),f()))},v),u.useEffect(()=>{if(b)return n&&(g.layersWithOutsidePointerEventsDisabled.size===0&&(lx=v.body.style.pointerEvents,v.body.style.pointerEvents="none"),g.layersWithOutsidePointerEventsDisabled.add(b)),g.layers.add(b),H5(),()=>{n&&g.layersWithOutsidePointerEventsDisabled.size===1&&(v.body.style.pointerEvents=lx)}},[b,v,n,g]),u.useEffect(()=>()=>{b&&(g.layers.delete(b),g.layersWithOutsidePointerEventsDisabled.delete(b),H5())},[b,g]),u.useEffect(()=>{let B=p(()=>x({}),"handleUpdate");return document.addEventListener($5,B),()=>document.removeEventListener($5,B)},[]),u.createElement(Ya.div,Re({},m,{ref:E,style:{pointerEvents:k?R?"auto":"none":void 0,...e.style},onFocusCapture:Kn(e.onFocusCapture,z.onFocusCapture),onBlurCapture:Kn(e.onBlurCapture,z.onBlurCapture),onPointerDownCapture:Kn(e.onPointerDownCapture,I.onPointerDownCapture)}))});function FF(e,t=globalThis?.document){let r=Ua(e),n=u.useRef(!1),o=u.useRef(()=>{});return u.useEffect(()=>{let i=p(d=>{if(d.target&&!n.current){let f=function(){iy($V,r,m,{discrete:!0})};p(f,"handleAndDispatchPointerDownOutsideEvent");let m={originalEvent:d};d.pointerType==="touch"?(t.removeEventListener("click",o.current),o.current=f,t.addEventListener("click",o.current,{once:!0})):f()}else t.removeEventListener("click",o.current);n.current=!1},"handlePointerDown"),s=window.setTimeout(()=>{t.addEventListener("pointerdown",i)},0);return()=>{window.clearTimeout(s),t.removeEventListener("pointerdown",i),t.removeEventListener("click",o.current)}},[t,r]),{onPointerDownCapture:p(()=>n.current=!0,"onPointerDownCapture")}}p(FF,"$5cb92bef7577960e$var$usePointerDownOutside");function RF(e,t=globalThis?.document){let r=Ua(e),n=u.useRef(!1);return u.useEffect(()=>{let o=p(i=>{i.target&&!n.current&&iy(HV,r,{originalEvent:i},{discrete:!1})},"handleFocus");return t.addEventListener("focusin",o),()=>t.removeEventListener("focusin",o)},[t,r]),{onFocusCapture:p(()=>n.current=!0,"onFocusCapture"),onBlurCapture:p(()=>n.current=!1,"onBlurCapture")}}p(RF,"$5cb92bef7577960e$var$useFocusOutside");function H5(){let e=new CustomEvent($5);document.dispatchEvent(e)}p(H5,"$5cb92bef7577960e$var$dispatchUpdate");function iy(e,t,r,{discrete:n}){let o=r.originalEvent.target,i=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:r});t&&o.addEventListener(e,t,{once:!0}),n?AF(o,i):o.dispatchEvent(i)}p(iy,"$5cb92bef7577960e$var$handleAndDispatchCustomEvent");Xr();var Qm="focusScope.autoFocusOnMount",eg="focusScope.autoFocusOnUnmount",ix={bubbles:!1,cancelable:!0},UV=u.forwardRef((e,t)=>{let{loop:r=!1,trapped:n=!1,onMountAutoFocus:o,onUnmountAutoFocus:i,...s}=e,[d,f]=u.useState(null),m=Ua(o),g=Ua(i),b=u.useRef(null),w=Go(t,E=>f(E)),v=u.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;u.useEffect(()=>{if(n){let E=function(A){if(v.paused||!d)return;let k=A.target;d.contains(k)?b.current=k:qn(b.current,{select:!0})},S=function(A){if(v.paused||!d)return;let k=A.relatedTarget;k!==null&&(d.contains(k)||qn(b.current,{select:!0}))},_=function(A){if(document.activeElement===document.body)for(let k of A)k.removedNodes.length>0&&qn(d)};p(E,"handleFocusIn"),p(S,"handleFocusOut"),p(_,"handleMutations"),document.addEventListener("focusin",E),document.addEventListener("focusout",S);let F=new MutationObserver(_);return d&&F.observe(d,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",E),document.removeEventListener("focusout",S),F.disconnect()}}},[n,d,v.paused]),u.useEffect(()=>{if(d){sx.add(v);let E=document.activeElement;if(!d.contains(E)){let S=new CustomEvent(Qm,ix);d.addEventListener(Qm,m),d.dispatchEvent(S),S.defaultPrevented||(TF(OF(sy(d)),{select:!0}),document.activeElement===E&&qn(d))}return()=>{d.removeEventListener(Qm,m),setTimeout(()=>{let S=new CustomEvent(eg,ix);d.addEventListener(eg,g),d.dispatchEvent(S),S.defaultPrevented||qn(E??document.body,{select:!0}),d.removeEventListener(eg,g),sx.remove(v)},0)}}},[d,m,g,v]);let x=u.useCallback(E=>{if(!r&&!n||v.paused)return;let S=E.key==="Tab"&&!E.altKey&&!E.ctrlKey&&!E.metaKey,_=document.activeElement;if(S&&_){let F=E.currentTarget,[A,k]=IF(F);A&&k?!E.shiftKey&&_===k?(E.preventDefault(),r&&qn(A,{select:!0})):E.shiftKey&&_===A&&(E.preventDefault(),r&&qn(k,{select:!0})):_===F&&E.preventDefault()}},[r,n,v.paused]);return u.createElement(Ya.div,Re({tabIndex:-1},s,{ref:w,onKeyDown:x}))});function TF(e,{select:t=!1}={}){let r=document.activeElement;for(let n of e)if(qn(n,{select:t}),document.activeElement!==r)return}p(TF,"$d3863c46a17e8a28$var$focusFirst");function IF(e){let t=sy(e),r=j5(t,e),n=j5(t.reverse(),e);return[r,n]}p(IF,"$d3863c46a17e8a28$var$getTabbableEdges");function sy(e){let t=[],r=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:p(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}p(sy,"$d3863c46a17e8a28$var$getTabbableCandidates");function j5(e,t){for(let r of e)if(!zF(r,{upTo:t}))return r}p(j5,"$d3863c46a17e8a28$var$findVisible");function zF(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}p(zF,"$d3863c46a17e8a28$var$isHidden");function BF(e){return e instanceof HTMLInputElement&&"select"in e}p(BF,"$d3863c46a17e8a28$var$isSelectableInput");function qn(e,{select:t=!1}={}){if(e&&e.focus){let r=document.activeElement;e.focus({preventScroll:!0}),e!==r&&BF(e)&&t&&e.select()}}p(qn,"$d3863c46a17e8a28$var$focus");var sx=LF();function LF(){let e=[];return{add(t){let r=e[0];t!==r&&r?.pause(),e=V5(e,t),e.unshift(t)},remove(t){var r;e=V5(e,t),(r=e[0])===null||r===void 0||r.resume()}}}p(LF,"$d3863c46a17e8a28$var$createFocusScopesStack");function V5(e,t){let r=[...e],n=r.indexOf(t);return n!==-1&&r.splice(n,1),r}p(V5,"$d3863c46a17e8a28$var$arrayRemove");function OF(e){return e.filter(t=>t.tagName!=="A")}p(OF,"$d3863c46a17e8a28$var$removeLinks");Xr();var WV=u.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?XC.createPortal(u.createElement(Ya.div,Re({},o,{ref:t})),n):null});function MF(e,t){return u.useReducer((r,n)=>t[r][n]??r,e)}p(MF,"$fe963b355347cc68$export$3e6543de14f8614f");var Np=p(e=>{let{present:t,children:r}=e,n=PF(t),o=typeof r=="function"?r({present:n.isPresent}):u.Children.only(r),i=Go(n.ref,o.ref);return typeof r=="function"||n.isPresent?u.cloneElement(o,{ref:i}):null},"$921a889cee6df7e8$export$99c2b779aa4e8b8b");Np.displayName="Presence";function PF(e){let[t,r]=u.useState(),n=u.useRef({}),o=u.useRef(e),i=u.useRef("none"),s=e?"mounted":"unmounted",[d,f]=MF(s,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return u.useEffect(()=>{let m=Us(n.current);i.current=d==="mounted"?m:"none"},[d]),P5(()=>{let m=n.current,g=o.current;if(g!==e){let b=i.current,w=Us(m);e?f("MOUNT"):w==="none"||m?.display==="none"?f("UNMOUNT"):f(g&&b!==w?"ANIMATION_OUT":"UNMOUNT"),o.current=e}},[e,f]),P5(()=>{if(t){let m=p(b=>{let w=Us(n.current).includes(b.animationName);b.target===t&&w&&Su.flushSync(()=>f("ANIMATION_END"))},"handleAnimationEnd"),g=p(b=>{b.target===t&&(i.current=Us(n.current))},"handleAnimationStart");return t.addEventListener("animationstart",g),t.addEventListener("animationcancel",m),t.addEventListener("animationend",m),()=>{t.removeEventListener("animationstart",g),t.removeEventListener("animationcancel",m),t.removeEventListener("animationend",m)}}else f("ANIMATION_END")},[t,f]),{isPresent:["mounted","unmountSuspended"].includes(d),ref:u.useCallback(m=>{m&&(n.current=getComputedStyle(m)),r(m)},[])}}p(PF,"$921a889cee6df7e8$var$usePresence");function Us(e){return e?.animationName||"none"}p(Us,"$921a889cee6df7e8$var$getAnimationName");var tg=0;function NF(){u.useEffect(()=>{var e,t;let r=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",(e=r[0])!==null&&e!==void 0?e:U5()),document.body.insertAdjacentElement("beforeend",(t=r[1])!==null&&t!==void 0?t:U5()),tg++,()=>{tg===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(n=>n.remove()),tg--}},[])}p(NF,"$3db38b7d1fb3fe6a$export$b7ece24a22aeda8c");function U5(){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}p(U5,"$3db38b7d1fb3fe6a$var$createFocusGuard");var pn=p(function(){return pn=Object.assign||p(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"),pn.apply(this,arguments)},"__assign");function uy(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}p(uy,"__rest");function $F(e,t,r){if(r||arguments.length===2)for(var n=0,o=t.length,i;n<o;n++)(i||!(n in t))&&(i||(i=Array.prototype.slice.call(t,0,n)),i[n]=t[n]);return e.concat(i||Array.prototype.slice.call(t))}p($F,"__spreadArray");var K0="right-scroll-bar-position",X0="width-before-scroll-bar",qV="with-scroll-bars-hidden",GV="--removed-body-scroll-bar-size";function J0(e,t){return typeof e=="function"?e(t):e&&(e.current=t),e}p(J0,"assignRef");function HF(e,t){var r=u.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}p(HF,"useCallbackRef");var ux=new WeakMap;function jF(e,t){var r=HF(t||null,function(n){return e.forEach(function(o){return J0(o,n)})});return u.useLayoutEffect(function(){var n=ux.get(r);if(n){var o=new Set(n),i=new Set(e),s=r.current;o.forEach(function(d){i.has(d)||J0(d,null)}),i.forEach(function(d){o.has(d)||J0(d,s)})}ux.set(r,e)},[e]),r}p(jF,"useMergeRefs");function VF(e){return e}p(VF,"ItoI");function UF(e,t){t===void 0&&(t=VF);var r=[],n=!1,o={read:p(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:p(function(i){var s=t(i,n);return r.push(s),function(){r=r.filter(function(d){return d!==s})}},"useMedium"),assignSyncMedium:p(function(i){for(n=!0;r.length;){var s=r;r=[],s.forEach(i)}r={push:p(function(d){return i(d)},"push"),filter:p(function(){return r},"filter")}},"assignSyncMedium"),assignMedium:p(function(i){n=!0;var s=[];if(r.length){var d=r;r=[],d.forEach(i),s=r}var f=p(function(){var g=s;s=[],g.forEach(i)},"executeQueue"),m=p(function(){return Promise.resolve().then(f)},"cycle");m(),r={push:p(function(g){s.push(g),m()},"push"),filter:p(function(g){return s=s.filter(g),r},"filter")}},"assignMedium")};return o}p(UF,"innerCreateMedium");function WF(e){e===void 0&&(e={});var t=UF(null);return t.options=pn({async:!0,ssr:!1},e),t}p(WF,"createSidecarMedium");var qF=p(function(e){var t=e.sideCar,r=uy(e,["sideCar"]);if(!t)throw new Error("Sidecar: please provide `sideCar` property to import the right car");var n=t.read();if(!n)throw new Error("Sidecar medium not found");return u.createElement(n,pn({},r))},"SideCar");qF.isSideCarExport=!0;function GF(e,t){return e.useMedium(t),qF}p(GF,"exportSidecar");var YF=WF(),rg=p(function(){},"nothing"),$p=u.forwardRef(function(e,t){var r=u.useRef(null),n=u.useState({onScrollCapture:rg,onWheelCapture:rg,onTouchMoveCapture:rg}),o=n[0],i=n[1],s=e.forwardProps,d=e.children,f=e.className,m=e.removeScrollBar,g=e.enabled,b=e.shards,w=e.sideCar,v=e.noIsolation,x=e.inert,E=e.allowPinchZoom,S=e.as,_=S===void 0?"div":S,F=uy(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noIsolation","inert","allowPinchZoom","as"]),A=w,k=jF([r,t]),R=pn(pn({},F),o);return u.createElement(u.Fragment,null,g&&u.createElement(A,{sideCar:YF,removeScrollBar:m,shards:b,noIsolation:v,inert:x,setCallbacks:i,allowPinchZoom:!!E,lockRef:r}),s?u.cloneElement(u.Children.only(d),pn(pn({},R),{ref:k})):u.createElement(_,pn({},R,{className:f,ref:k}),d))});$p.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1};$p.classNames={fullWidth:X0,zeroRight:K0};var YV=p(function(){if(typeof __webpack_nonce__<"u")return __webpack_nonce__},"getNonce");function KF(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var t=YV();return t&&e.setAttribute("nonce",t),e}p(KF,"makeStyleTag");function XF(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}p(XF,"injectStyles");function JF(e){var t=document.head||document.getElementsByTagName("head")[0];t.appendChild(e)}p(JF,"insertStyleTag");var KV=p(function(){var e=0,t=null;return{add:p(function(r){e==0&&(t=KF())&&(XF(t,r),JF(t)),e++},"add"),remove:p(function(){e--,!e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)},"remove")}},"stylesheetSingleton"),XV=p(function(){var e=KV();return function(t,r){u.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&r])}},"styleHookSingleton"),ZF=p(function(){var e=XV(),t=p(function(r){var n=r.styles,o=r.dynamic;return e(n,o),null},"Sheet");return t},"styleSingleton"),JV={left:0,top:0,right:0,gap:0},ng=p(function(e){return parseInt(e||"",10)||0},"parse"),ZV=p(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[ng(r),ng(n),ng(o)]},"getOffset"),QV=p(function(e){if(e===void 0&&(e="margin"),typeof window>"u")return JV;var t=ZV(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"),eU=ZF(),jd="data-scroll-locked",tU=p(function(e,t,r,n){var o=e.left,i=e.top,s=e.right,d=e.gap;return r===void 0&&(r="margin"),`
|
|
486
|
+
.`.concat(qV,` {
|
|
487
|
+
overflow: hidden `).concat(n,`;
|
|
488
|
+
padding-right: `).concat(d,"px ").concat(n,`;
|
|
489
|
+
}
|
|
490
|
+
body[`).concat(jd,`] {
|
|
491
|
+
overflow: hidden `).concat(n,`;
|
|
492
|
+
overscroll-behavior: contain;
|
|
493
|
+
`).concat([t&&"position: relative ".concat(n,";"),r==="margin"&&`
|
|
494
|
+
padding-left: `.concat(o,`px;
|
|
495
|
+
padding-top: `).concat(i,`px;
|
|
496
|
+
padding-right: `).concat(s,`px;
|
|
497
|
+
margin-left:0;
|
|
498
|
+
margin-top:0;
|
|
499
|
+
margin-right: `).concat(d,"px ").concat(n,`;
|
|
500
|
+
`),r==="padding"&&"padding-right: ".concat(d,"px ").concat(n,";")].filter(Boolean).join(""),`
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
.`).concat(K0,` {
|
|
504
|
+
right: `).concat(d,"px ").concat(n,`;
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
.`).concat(X0,` {
|
|
508
|
+
margin-right: `).concat(d,"px ").concat(n,`;
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
.`).concat(K0," .").concat(K0,` {
|
|
512
|
+
right: 0 `).concat(n,`;
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
.`).concat(X0," .").concat(X0,` {
|
|
516
|
+
margin-right: 0 `).concat(n,`;
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
body[`).concat(jd,`] {
|
|
520
|
+
`).concat(GV,": ").concat(d,`px;
|
|
521
|
+
}
|
|
522
|
+
`)},"getStyles"),rU=p(function(e){var t=e.noRelative,r=e.noImportant,n=e.gapMode,o=n===void 0?"margin":n,i=u.useMemo(function(){return QV(o)},[o]);return u.useEffect(function(){return document.body.setAttribute(jd,""),function(){document.body.removeAttribute(jd)}},[]),u.createElement(eU,{styles:tU(i,!t,o,r?"":"!important")})},"RemoveScrollBar"),W5=!1;if(typeof window<"u")try{Rs=Object.defineProperty({},"passive",{get:p(function(){return W5=!0,!0},"get")}),window.addEventListener("test",Rs,Rs),window.removeEventListener("test",Rs,Rs)}catch{W5=!1}var Rs,Cl=W5?{passive:!1}:!1,nU=p(function(e){return e.tagName==="TEXTAREA"},"alwaysContainsScroll"),QF=p(function(e,t){var r=window.getComputedStyle(e);return r[t]!=="hidden"&&!(r.overflowY===r.overflowX&&!nU(e)&&r[t]==="visible")},"elementCanBeScrolled"),aU=p(function(e){return QF(e,"overflowY")},"elementCouldBeVScrolled"),oU=p(function(e){return QF(e,"overflowX")},"elementCouldBeHScrolled"),cx=p(function(e,t){var r=t;do{typeof ShadowRoot<"u"&&r instanceof ShadowRoot&&(r=r.host);var n=eR(e,r);if(n){var o=tR(e,r),i=o[1],s=o[2];if(i>s)return!0}r=r.parentNode}while(r&&r!==document.body);return!1},"locationCouldBeScrolled"),lU=p(function(e){var t=e.scrollTop,r=e.scrollHeight,n=e.clientHeight;return[t,r,n]},"getVScrollVariables"),iU=p(function(e){var t=e.scrollLeft,r=e.scrollWidth,n=e.clientWidth;return[t,r,n]},"getHScrollVariables"),eR=p(function(e,t){return e==="v"?aU(t):oU(t)},"elementCouldBeScrolled"),tR=p(function(e,t){return e==="v"?lU(t):iU(t)},"getScrollVariables"),sU=p(function(e,t){return e==="h"&&t==="rtl"?-1:1},"getDirectionFactor"),uU=p(function(e,t,r,n,o){var i=sU(e,window.getComputedStyle(t).direction),s=i*n,d=r.target,f=t.contains(d),m=!1,g=s>0,b=0,w=0;do{var v=tR(e,d),x=v[0],E=v[1],S=v[2],_=E-S-i*x;(x||_)&&eR(e,d)&&(b+=_,w+=x),d=d.parentNode}while(!f&&d!==document.body||f&&(t.contains(d)||t===d));return(g&&(o&&b===0||!o&&s>b)||!g&&(o&&w===0||!o&&-s>w))&&(m=!0),m},"handleScroll"),D0=p(function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},"getTouchXY"),dx=p(function(e){return[e.deltaX,e.deltaY]},"getDeltaXY"),px=p(function(e){return e&&"current"in e?e.current:e},"extractRef"),cU=p(function(e,t){return e[0]===t[0]&&e[1]===t[1]},"deltaCompare"),dU=p(function(e){return`
|
|
523
|
+
.block-interactivity-`.concat(e,` {pointer-events: none;}
|
|
524
|
+
.allow-interactivity-`).concat(e,` {pointer-events: all;}
|
|
525
|
+
`)},"generateStyle"),pU=0,Dl=[];function rR(e){var t=u.useRef([]),r=u.useRef([0,0]),n=u.useRef(),o=u.useState(pU++)[0],i=u.useState(function(){return ZF()})[0],s=u.useRef(e);u.useEffect(function(){s.current=e},[e]),u.useEffect(function(){if(e.inert){document.body.classList.add("block-interactivity-".concat(o));var E=$F([e.lockRef.current],(e.shards||[]).map(px),!0).filter(Boolean);return E.forEach(function(S){return S.classList.add("allow-interactivity-".concat(o))}),function(){document.body.classList.remove("block-interactivity-".concat(o)),E.forEach(function(S){return S.classList.remove("allow-interactivity-".concat(o))})}}},[e.inert,e.lockRef.current,e.shards]);var d=u.useCallback(function(E,S){if("touches"in E&&E.touches.length===2)return!s.current.allowPinchZoom;var _=D0(E),F=r.current,A="deltaX"in E?E.deltaX:F[0]-_[0],k="deltaY"in E?E.deltaY:F[1]-_[1],R,I=E.target,z=Math.abs(A)>Math.abs(k)?"h":"v";if("touches"in E&&z==="h"&&I.type==="range")return!1;var B=cx(z,I);if(!B)return!0;if(B?R=z:(R=z==="v"?"h":"v",B=cx(z,I)),!B)return!1;if(!n.current&&"changedTouches"in E&&(A||k)&&(n.current=R),!R)return!0;var O=n.current||R;return uU(O,S,E,O==="h"?A:k,!0)},[]),f=u.useCallback(function(E){var S=E;if(!(!Dl.length||Dl[Dl.length-1]!==i)){var _="deltaY"in S?dx(S):D0(S),F=t.current.filter(function(R){return R.name===S.type&&R.target===S.target&&cU(R.delta,_)})[0];if(F&&F.should){S.cancelable&&S.preventDefault();return}if(!F){var A=(s.current.shards||[]).map(px).filter(Boolean).filter(function(R){return R.contains(S.target)}),k=A.length>0?d(S,A[0]):!s.current.noIsolation;k&&S.cancelable&&S.preventDefault()}}},[]),m=u.useCallback(function(E,S,_,F){var A={name:E,delta:S,target:_,should:F};t.current.push(A),setTimeout(function(){t.current=t.current.filter(function(k){return k!==A})},1)},[]),g=u.useCallback(function(E){r.current=D0(E),n.current=void 0},[]),b=u.useCallback(function(E){m(E.type,dx(E),E.target,d(E,e.lockRef.current))},[]),w=u.useCallback(function(E){m(E.type,D0(E),E.target,d(E,e.lockRef.current))},[]);u.useEffect(function(){return Dl.push(i),e.setCallbacks({onScrollCapture:b,onWheelCapture:b,onTouchMoveCapture:w}),document.addEventListener("wheel",f,Cl),document.addEventListener("touchmove",f,Cl),document.addEventListener("touchstart",g,Cl),function(){Dl=Dl.filter(function(E){return E!==i}),document.removeEventListener("wheel",f,Cl),document.removeEventListener("touchmove",f,Cl),document.removeEventListener("touchstart",g,Cl)}},[]);var v=e.removeScrollBar,x=e.inert;return u.createElement(u.Fragment,null,x?u.createElement(i,{styles:dU(o)}):null,v?u.createElement(rU,{gapMode:"margin"}):null)}p(rR,"RemoveScrollSideCar");var fU=GF(YF,rR),nR=u.forwardRef(function(e,t){return u.createElement($p,pn({},e,{ref:t,sideCar:fU}))});nR.classNames=$p.classNames;var hU=nR,mU=p(function(e){if(typeof document>"u")return null;var t=Array.isArray(e)?e[0]:e;return t.ownerDocument.body},"getDefaultParent"),Sl=new WeakMap,S0=new WeakMap,k0={},ag=0,aR=p(function(e){return e&&(e.host||aR(e.parentNode))},"unwrapHost"),gU=p(function(e,t){return t.map(function(r){if(e.contains(r))return r;var n=aR(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"),vU=p(function(e,t,r,n){var o=gU(t,Array.isArray(e)?e:[e]);k0[r]||(k0[r]=new WeakMap);var i=k0[r],s=[],d=new Set,f=new Set(o),m=p(function(b){!b||d.has(b)||(d.add(b),m(b.parentNode))},"keep");o.forEach(m);var g=p(function(b){!b||f.has(b)||Array.prototype.forEach.call(b.children,function(w){if(d.has(w))g(w);else{var v=w.getAttribute(n),x=v!==null&&v!=="false",E=(Sl.get(w)||0)+1,S=(i.get(w)||0)+1;Sl.set(w,E),i.set(w,S),s.push(w),E===1&&x&&S0.set(w,!0),S===1&&w.setAttribute(r,"true"),x||w.setAttribute(n,"true")}})},"deep");return g(t),d.clear(),ag++,function(){s.forEach(function(b){var w=Sl.get(b)-1,v=i.get(b)-1;Sl.set(b,w),i.set(b,v),w||(S0.has(b)||b.removeAttribute(n),S0.delete(b)),v||b.removeAttribute(r)}),ag--,ag||(Sl=new WeakMap,Sl=new WeakMap,S0=new WeakMap,k0={})}},"applyAttributeToOthers"),yU=p(function(e,t,r){r===void 0&&(r="data-aria-hidden");var n=Array.from(Array.isArray(e)?e:[e]),o=t||mU(e);return o?(n.push.apply(n,Array.from(o.querySelectorAll("[aria-live]"))),vU(n,o,r,"aria-hidden")):function(){return null}},"hideOthers");Xr();var oR=u.forwardRef((e,t)=>{let{children:r,...n}=e,o=u.Children.toArray(r),i=o.find(lR);if(i){let s=i.props.children,d=o.map(f=>f===i?u.Children.count(s)>1?u.Children.only(null):u.isValidElement(s)?s.props.children:null:f);return u.createElement(q5,Re({},n,{ref:t}),u.isValidElement(s)?u.cloneElement(s,void 0,d):null)}return u.createElement(q5,Re({},n,{ref:t}),r)});oR.displayName="Slot";var q5=u.forwardRef((e,t)=>{let{children:r,...n}=e;return u.isValidElement(r)?u.cloneElement(r,{...iR(n,r.props),ref:t?Pp(t,r.ref):r.ref}):u.Children.count(r)>1?u.Children.only(null):null});q5.displayName="SlotClone";var wU=p(({children:e})=>u.createElement(u.Fragment,null,e),"$5e63c961fc1ce211$export$d9f1ccf0bdb05d45");function lR(e){return u.isValidElement(e)&&e.type===wU}p(lR,"$5e63c961fc1ce211$var$isSlottable");function iR(e,t){let r={...t};for(let n in t){let o=e[n],i=t[n];/^on[A-Z]/.test(n)?o&&i?r[n]=(...s)=>{i(...s),o(...s)}:o&&(r[n]=o):n==="style"?r[n]={...o,...i}:n==="className"&&(r[n]=[o,i].filter(Boolean).join(" "))}return{...e,...r}}p(iR,"$5e63c961fc1ce211$var$mergeProps");var sR="Dialog",[uR,bU]=bF(sR),[EU,Zr]=uR(sR),cR=p(e=>{let{__scopeDialog:t,children:r,open:n,defaultOpen:o,onOpenChange:i,modal:s=!0}=e,d=u.useRef(null),f=u.useRef(null),[m=!1,g]=xF({prop:n,defaultProp:o,onChange:i});return u.createElement(EU,{scope:t,triggerRef:d,contentRef:f,contentId:Y0(),titleId:Y0(),descriptionId:Y0(),open:m,onOpenChange:g,onOpenToggle:u.useCallback(()=>g(b=>!b),[g]),modal:s},r)},"$5d3850c4d0b4e6c7$export$3ddf2d174ce01153"),xU="DialogTrigger",dR=u.forwardRef((e,t)=>{let{__scopeDialog:r,...n}=e,o=Zr(xU,r),i=Go(t,o.triggerRef);return u.createElement(Ya.button,Re({type:"button","aria-haspopup":"dialog","aria-expanded":o.open,"aria-controls":o.contentId,"data-state":Hp(o.open)},n,{ref:i,onClick:Kn(e.onClick,o.onOpenToggle)}))}),pR="DialogPortal",[CU,fR]=uR(pR,{forceMount:void 0}),hR=p(e=>{let{__scopeDialog:t,forceMount:r,children:n,container:o}=e,i=Zr(pR,t);return u.createElement(CU,{scope:t,forceMount:r},u.Children.map(n,s=>u.createElement(Np,{present:r||i.open},u.createElement(WV,{asChild:!0,container:o},s))))},"$5d3850c4d0b4e6c7$export$dad7c95542bacce0"),G5="DialogOverlay",mR=u.forwardRef((e,t)=>{let r=fR(G5,e.__scopeDialog),{forceMount:n=r.forceMount,...o}=e,i=Zr(G5,e.__scopeDialog);return i.modal?u.createElement(Np,{present:n||i.open},u.createElement(DU,Re({},o,{ref:t}))):null}),DU=u.forwardRef((e,t)=>{let{__scopeDialog:r,...n}=e,o=Zr(G5,r);return u.createElement(hU,{as:oR,allowPinchZoom:!0,shards:[o.contentRef]},u.createElement(Ya.div,Re({"data-state":Hp(o.open)},n,{ref:t,style:{pointerEvents:"auto",...n.style}})))}),pi="DialogContent",gR=u.forwardRef((e,t)=>{let r=fR(pi,e.__scopeDialog),{forceMount:n=r.forceMount,...o}=e,i=Zr(pi,e.__scopeDialog);return u.createElement(Np,{present:n||i.open},i.modal?u.createElement(SU,Re({},o,{ref:t})):u.createElement(kU,Re({},o,{ref:t})))}),SU=u.forwardRef((e,t)=>{let r=Zr(pi,e.__scopeDialog),n=u.useRef(null),o=Go(t,r.contentRef,n);return u.useEffect(()=>{let i=n.current;if(i)return yU(i)},[]),u.createElement(vR,Re({},e,{ref:o,trapFocus:r.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:Kn(e.onCloseAutoFocus,i=>{var s;i.preventDefault(),(s=r.triggerRef.current)===null||s===void 0||s.focus()}),onPointerDownOutside:Kn(e.onPointerDownOutside,i=>{let s=i.detail.originalEvent,d=s.button===0&&s.ctrlKey===!0;(s.button===2||d)&&i.preventDefault()}),onFocusOutside:Kn(e.onFocusOutside,i=>i.preventDefault())}))}),kU=u.forwardRef((e,t)=>{let r=Zr(pi,e.__scopeDialog),n=u.useRef(!1),o=u.useRef(!1);return u.createElement(vR,Re({},e,{ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:p(i=>{var s;if((s=e.onCloseAutoFocus)===null||s===void 0||s.call(e,i),!i.defaultPrevented){var d;n.current||(d=r.triggerRef.current)===null||d===void 0||d.focus(),i.preventDefault()}n.current=!1,o.current=!1},"onCloseAutoFocus"),onInteractOutside:p(i=>{var s,d;(s=e.onInteractOutside)===null||s===void 0||s.call(e,i),i.defaultPrevented||(n.current=!0,i.detail.originalEvent.type==="pointerdown"&&(o.current=!0));let f=i.target;!((d=r.triggerRef.current)===null||d===void 0)&&d.contains(f)&&i.preventDefault(),i.detail.originalEvent.type==="focusin"&&o.current&&i.preventDefault()},"onInteractOutside")}))}),vR=u.forwardRef((e,t)=>{let{__scopeDialog:r,trapFocus:n,onOpenAutoFocus:o,onCloseAutoFocus:i,...s}=e,d=Zr(pi,r),f=u.useRef(null),m=Go(t,f);return NF(),u.createElement(u.Fragment,null,u.createElement(UV,{asChild:!0,loop:!0,trapped:n,onMountAutoFocus:o,onUnmountAutoFocus:i},u.createElement(VV,Re({role:"dialog",id:d.contentId,"aria-describedby":d.descriptionId,"aria-labelledby":d.titleId,"data-state":Hp(d.open)},s,{ref:m,onDismiss:p(()=>d.onOpenChange(!1),"onDismiss")}))),!1)}),yR="DialogTitle",wR=u.forwardRef((e,t)=>{let{__scopeDialog:r,...n}=e,o=Zr(yR,r);return u.createElement(Ya.h2,Re({id:o.titleId},n,{ref:t}))}),AU="DialogDescription",bR=u.forwardRef((e,t)=>{let{__scopeDialog:r,...n}=e,o=Zr(AU,r);return u.createElement(Ya.p,Re({id:o.descriptionId},n,{ref:t}))}),_U="DialogClose",ER=u.forwardRef((e,t)=>{let{__scopeDialog:r,...n}=e,o=Zr(_U,r);return u.createElement(Ya.button,Re({type:"button"},n,{ref:t,onClick:Kn(e.onClick,()=>o.onOpenChange(!1))}))});function Hp(e){return e?"open":"closed"}p(Hp,"$5d3850c4d0b4e6c7$var$getState");var FU="DialogTitleWarning",[RU,ZQ]=wF(FU,{contentName:pi,titleName:yR,docsSlug:"dialog"}),xR=cR,TU=dR,CR=hR,DR=mR,SR=gR,kR=wR,AR=bR,_R=ER,FR={};yi(FR,{Actions:()=>$U,CloseButton:()=>zR,Col:()=>LR,Container:()=>IR,Content:()=>OU,Description:()=>NU,Error:()=>HU,ErrorWrapper:()=>OR,Header:()=>MU,Overlay:()=>TR,Row:()=>BR,Title:()=>PU});ZD();const{deprecate:IU}=__STORYBOOK_MODULE_CLIENT_LOGGER__;var Ka=u.forwardRef(({asChild:e=!1,animation:t="none",size:r="small",variant:n="outline",padding:o="medium",disabled:i=!1,active:s=!1,onClick:d,...f},m)=>{let g="button";f.isLink&&(g="a"),e&&(g=ud);let b=n,w=r,[v,x]=u.useState(!1),E=p(S=>{d&&d(S),t!=="none"&&x(!0)},"handleClick");if(u.useEffect(()=>{let S=setTimeout(()=>{v&&x(!1)},1e3);return()=>clearTimeout(S)},[v]),f.primary&&(b="solid",w="medium"),(f.secondary||f.tertiary||f.gray||f.outline||f.inForm)&&(b="outline",w="medium"),f.small||f.isLink||f.primary||f.secondary||f.tertiary||f.gray||f.outline||f.inForm||f.containsIcon){let S=D.Children.toArray(f.children).filter(_=>typeof _=="string"&&_!=="");IU(`Use of deprecated props in the button ${S.length>0?`"${S.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 D.createElement(zU,{as:g,ref:m,variant:b,size:w,padding:o,disabled:i,active:s,animating:v,animation:t,onClick:E,...f})});Ka.displayName="Button";var zU=M("button",{shouldForwardProp:p(e=>g2(e),"shouldForwardProp")})(({theme:e,variant:t,size:r,disabled:n,active:o,animating:i,animation:s="none",padding:d})=>({border:0,cursor:n?"not-allowed":"pointer",display:"inline-flex",gap:"6px",alignItems:"center",justifyContent:"center",overflow:"hidden",padding:d==="none"?0:d==="small"&&r==="small"?"0 7px":d==="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?jr(.9,e.barTextColor):"transparent",color:o?e.barSelectedColor:e.barTextColor,"&:hover":{color:e.barHoverColor,background:jr(.86,e.barHoverColor)},"&:active":{color:e.barSelectedColor,background:jr(.9,e.barSelectedColor)},"&:focus":{boxShadow:`${yu(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 f=e.color.secondary;return t==="solid"&&(f=e.color.secondary),t==="outline"&&(f=e.button.background),t==="ghost"?jr(.86,e.color.secondary):e.base==="light"?Ml(.02,f):ox(.03,f)})()},"&:active":{color:t==="ghost"?e.color.secondary:void 0,background:(()=>{let f=e.color.secondary;return t==="solid"&&(f=e.color.secondary),t==="outline"&&(f=e.button.background),t==="ghost"?e.background.hoverable:e.base==="light"?Ml(.02,f):ox(.03,f)})()},"&:focus":{boxShadow:`${yu(e.color.secondary,1)} 0 0 0 1px inset`,outline:"none"},"> svg":{animation:i&&s!=="none"?`${e.animation[s]} 1000ms ease-out`:""}})),Ma=u.forwardRef(({padding:e="small",variant:t="ghost",...r},n)=>D.createElement(Ka,{padding:e,variant:t,ref:n,...r}));Ma.displayName="IconButton";var RR=An({from:{opacity:0},to:{opacity:1}}),BU=An({from:{maxHeight:0},to:{}}),LU=An({from:{opacity:0,transform:"translate(-50%, -50%) scale(0.9)"},to:{opacity:1,transform:"translate(-50%, -50%) scale(1)"}}),TR=M.div({backdropFilter:"blur(24px)",position:"fixed",inset:0,width:"100%",height:"100%",zIndex:10,animation:`${RR} 200ms`}),IR=M.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:`${LU} 200ms`,"&:focus-visible":{outline:"none"}})),zR=p(e=>D.createElement(_R,{asChild:!0},D.createElement(Ma,{...e},D.createElement(mF,null))),"CloseButton"),OU=M.div({display:"flex",flexDirection:"column",margin:16,gap:16}),BR=M.div({display:"flex",justifyContent:"space-between",gap:16}),LR=M.div({display:"flex",flexDirection:"column",gap:4}),MU=p(e=>D.createElement(BR,null,D.createElement(LR,{...e}),D.createElement(zR,null)),"Header"),PU=M(kR)(({theme:e})=>({margin:0,fontSize:e.typography.size.s3,fontWeight:e.typography.weight.bold})),NU=M(AR)(({theme:e})=>({position:"relative",zIndex:1,margin:0,fontSize:e.typography.size.s2})),$U=M.div({display:"flex",flexDirection:"row-reverse",gap:8}),OR=M.div(({theme:e})=>({maxHeight:100,overflow:"auto",animation:`${BU} 300ms, ${RR} 300ms`,backgroundColor:e.background.critical,color:e.color.lightest,fontSize:e.typography.size.s2,"& > div":{position:"relative",padding:"8px 16px"}})),HU=p(({children:e,...t})=>D.createElement(OR,{...t},D.createElement("div",null,e)),"Error");function MR({children:e,width:t,height:r,onEscapeKeyDown:n,onInteractOutside:o=p(f=>f.preventDefault(),"onInteractOutside"),className:i,container:s,...d}){return D.createElement(xR,{...d},D.createElement(CR,{container:s},D.createElement(DR,{asChild:!0},D.createElement(TR,null)),D.createElement(SR,{asChild:!0,onInteractOutside:o,onEscapeKeyDown:n},D.createElement(IR,{className:i,width:t,height:r},e))))}p(MR,"BaseModal");Object.assign(MR,FR,{Dialog:vF});M.div(({theme:e,col:t,row:r=1})=>t?{display:"inline-block",verticalAlign:"inherit","& > *":{marginLeft:t*e.layoutMargin,verticalAlign:"inherit"},[`& > *:first-child${Eg}`]:{marginLeft:0}}:{"& > *":{marginTop:r*e.layoutMargin},[`& > *:first-child${Eg}`]:{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{}}});M.div(({theme:e})=>({fontWeight:e.typography.weight.bold}));M.div();M.div(({theme:e})=>({padding:30,textAlign:"center",color:e.color.defaultText,fontSize:e.typography.size.s2-1}));j2();function PR(e,t){var r=u.useRef(null),n=u.useRef(null);n.current=t;var o=u.useRef(null);u.useEffect(function(){i()});var i=u.useCallback(function(){var s=o.current,d=n.current,f=s||(d?d instanceof Element?d:d.current:null);r.current&&r.current.element===f&&r.current.subscriber===e||(r.current&&r.current.cleanup&&r.current.cleanup(),r.current={element:f,subscriber:e,cleanup:f?e(f):void 0})},[e]);return u.useEffect(function(){return function(){r.current&&r.current.cleanup&&(r.current.cleanup(),r.current=null)}},[]),u.useCallback(function(s){o.current=s,i()},[i])}p(PR,"useResolvedElement");function Y5(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}p(Y5,"extractSize");function cy(e){e===void 0&&(e={});var t=e.onResize,r=u.useRef(void 0);r.current=t;var n=e.round||Math.round,o=u.useRef(),i=u.useState({width:void 0,height:void 0}),s=i[0],d=i[1],f=u.useRef(!1);u.useEffect(function(){return f.current=!1,function(){f.current=!0}},[]);var m=u.useRef({width:void 0,height:void 0}),g=PR(u.useCallback(function(b){return(!o.current||o.current.box!==e.box||o.current.round!==n)&&(o.current={box:e.box,round:n,instance:new ResizeObserver(function(w){var v=w[0],x=e.box==="border-box"?"borderBoxSize":e.box==="device-pixel-content-box"?"devicePixelContentBoxSize":"contentBoxSize",E=Y5(v,x,"inlineSize"),S=Y5(v,x,"blockSize"),_=E?n(E):void 0,F=S?n(S):void 0;if(m.current.width!==_||m.current.height!==F){var A={width:_,height:F};m.current.width=_,m.current.height=F,r.current?r.current(A):f.current||d(A)}})}),o.current.instance.observe(b,{box:e.box}),function(){o.current&&o.current.instance.unobserve(b)}},[e.box,n]),e.ref);return u.useMemo(function(){return{ref:g,width:s.width,height:s.height}},[g,s.width,s.height])}p(cy,"useResizeObserver");var jU=M.div(({scale:e=1,elementHeight:t})=>({height:t||"auto",transformOrigin:"top left",transform:`scale(${1/e})`}));function NR({scale:e,children:t}){let r=u.useRef(null),[n,o]=u.useState(0),i=u.useCallback(({height:s})=>{s&&o(s/e)},[e]);return u.useEffect(()=>{r.current&&o(r.current.getBoundingClientRect().height)},[e]),cy({ref:r,onResize:i}),D.createElement(jU,{scale:e,elementHeight:n},D.createElement("div",{ref:r,className:"innerZoomElementWrapper"},t))}p(NR,"ZoomElement");var VU=class extends u.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 D.createElement(D.Fragment,null,t)}};p(VU,"ZoomIFrame");var $R={Element:NR};I2();var{document:UU}=tp,WU=M.strong(({theme:e})=>({color:e.color.orange})),qU=M.strong(({theme:e})=>({color:e.color.ancillary,textDecoration:"underline"})),fx=M.em(({theme:e})=>({color:e.textMutedColor})),GU=/(Error): (.*)\n/,YU=/at (?:(.*) )?\(?(.+)\)?/,KU=/([^@]+)?(?:\/<)?@(.+)?/,XU=/([^@]+)?@(.+)?/,HR=p(({error:e})=>{if(!e)return D.createElement(u.Fragment,null,"This error has no stack or message");if(!e.stack)return D.createElement(u.Fragment,null,e.message||"This error has no stack or message");let t=e.stack.toString();t&&e.message&&!t.includes(e.message)&&(t=`Error: ${e.message}
|
|
526
|
+
|
|
527
|
+
${t}`);let r=t.match(GU);if(!r)return D.createElement(u.Fragment,null,t);let[,n,o]=r,i=t.split(/\n/).slice(1),[,...s]=i.map(d=>{let f=d.match(YU)||d.match(KU)||d.match(XU);return f?{name:(f[1]||"").replace("/<",""),location:f[2].replace(UU.location.origin,"")}:null}).filter(Boolean);return D.createElement(u.Fragment,null,D.createElement("span",null,n),": ",D.createElement(WU,null,o),D.createElement("br",null),s.map((d,f)=>d?.name?D.createElement(u.Fragment,{key:f}," ","at ",D.createElement(qU,null,d.name)," (",D.createElement(fx,null,d.location),")",D.createElement("br",null)):D.createElement(u.Fragment,{key:f}," ","at ",D.createElement(fx,null,d?.location),D.createElement("br",null))))},"ErrorFormatter"),JU=M.label(({theme:e})=>({display:"flex",borderBottom:`1px solid ${e.appBorderColor}`,margin:"0 15px",padding:"8px 0","&:last-child":{marginBottom:"3rem"}})),ZU=M.span(({theme:e})=>({minWidth:100,fontWeight:e.typography.weight.bold,marginRight:15,display:"flex",justifyContent:"flex-start",alignItems:"center",lineHeight:"16px"})),QU=p(({label:e,children:t,...r})=>D.createElement(JU,{...r},e?D.createElement(ZU,null,D.createElement("span",null,e)):null,t),"Field");Xr();z2();var eW=u.useLayoutEffect,tW=eW,rW=p(function(e){var t=u.useRef(e);return tW(function(){t.current=e}),t},"useLatest"),hx=p(function(e,t){if(typeof e=="function"){e(t);return}e.current=t},"updateRef"),nW=p(function(e,t){var r=u.useRef();return u.useCallback(function(n){e.current=n,r.current&&hx(r.current,null),r.current=t,t&&hx(t,n)},[t])},"useComposedRef"),aW=nW,mx={"min-height":"0","max-height":"none",height:"0",visibility:"hidden",overflow:"hidden",position:"absolute","z-index":"-1000",top:"0",right:"0"},oW=p(function(e){Object.keys(mx).forEach(function(t){e.style.setProperty(t,mx[t],"important")})},"forceHiddenStyles"),gx=oW,Lt=null,vx=p(function(e,t){var r=e.scrollHeight;return t.sizingStyle.boxSizing==="border-box"?r+t.borderSize:r-t.paddingSize},"getHeight");function jR(e,t,r,n){r===void 0&&(r=1),n===void 0&&(n=1/0),Lt||(Lt=document.createElement("textarea"),Lt.setAttribute("tabindex","-1"),Lt.setAttribute("aria-hidden","true"),gx(Lt)),Lt.parentNode===null&&document.body.appendChild(Lt);var o=e.paddingSize,i=e.borderSize,s=e.sizingStyle,d=s.boxSizing;Object.keys(s).forEach(function(w){var v=w;Lt.style[v]=s[v]}),gx(Lt),Lt.value=t;var f=vx(Lt,e);Lt.value=t,f=vx(Lt,e),Lt.value="x";var m=Lt.scrollHeight-o,g=m*r;d==="border-box"&&(g=g+o+i),f=Math.max(g,f);var b=m*n;return d==="border-box"&&(b=b+o+i),f=Math.min(b,f),[f,m]}p(jR,"calculateNodeHeight");var yx=p(function(){},"noop"),lW=p(function(e,t){return e.reduce(function(r,n){return r[n]=t[n],r},{})},"pick"),iW=["borderBottomWidth","borderLeftWidth","borderRightWidth","borderTopWidth","boxSizing","fontFamily","fontSize","fontStyle","fontWeight","letterSpacing","lineHeight","paddingBottom","paddingLeft","paddingRight","paddingTop","tabSize","textIndent","textRendering","textTransform","width","wordBreak"],sW=!!document.documentElement.currentStyle,uW=p(function(e){var t=window.getComputedStyle(e);if(t===null)return null;var r=lW(iW,t),n=r.boxSizing;if(n==="")return null;sW&&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),i=parseFloat(r.borderBottomWidth)+parseFloat(r.borderTopWidth);return{sizingStyle:r,paddingSize:o,borderSize:i}},"getSizingData"),cW=uW;function dy(e,t,r){var n=rW(r);u.useLayoutEffect(function(){var o=p(function(i){return n.current(i)},"handler");if(e)return e.addEventListener(t,o),function(){return e.removeEventListener(t,o)}},[])}p(dy,"useListener");var dW=p(function(e){dy(window,"resize",e)},"useWindowResizeListener"),pW=p(function(e){dy(document.fonts,"loadingdone",e)},"useFontsLoadedListener"),fW=["cacheMeasurements","maxRows","minRows","onChange","onHeightChange"],hW=p(function(e,t){var r=e.cacheMeasurements,n=e.maxRows,o=e.minRows,i=e.onChange,s=i===void 0?yx:i,d=e.onHeightChange,f=d===void 0?yx:d,m=np(e,fW),g=m.value!==void 0,b=u.useRef(null),w=aW(b,t),v=u.useRef(0),x=u.useRef(),E=p(function(){var _=b.current,F=r&&x.current?x.current:cW(_);if(F){x.current=F;var A=jR(F,_.value||_.placeholder||"x",o,n),k=A[0],R=A[1];v.current!==k&&(v.current=k,_.style.setProperty("height",k+"px","important"),f(k,{rowHeight:R}))}},"resizeTextarea"),S=p(function(_){g||E(),s(_)},"handleChange");return u.useLayoutEffect(E),dW(E),pW(E),u.createElement("textarea",Re({},m,{onChange:S,ref:w}))},"TextareaAutosize"),mW=u.forwardRef(hW),gW={appearance:"none",border:"0 none",boxSizing:"inherit",display:" block",margin:" 0",background:"transparent",padding:0,fontSize:"inherit",position:"relative"},py=p(({theme:e})=>({...gW,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"),fy=p(({size:e})=>{switch(e){case"100%":return{width:"100%"};case"flex":return{flex:1};case"auto":default:return{display:"inline"}}},"sizes"),VR=p(({align:e})=>{switch(e){case"end":return{textAlign:"right"};case"center":return{textAlign:"center"};case"start":default:return{textAlign:"left"}}},"alignment"),hy=p(({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"),vW=Object.assign(M(u.forwardRef(p(function({size:e,valid:t,align:r,...n},o){return D.createElement("input",{...n,ref:o})},"Input")))(py,fy,VR,hy,{minHeight:32}),{displayName:"Input"}),yW=Object.assign(M(u.forwardRef(p(function({size:e,valid:t,align:r,...n},o){return D.createElement("select",{...n,ref:o})},"Select")))(py,fy,hy,{height:32,userSelect:"none",paddingRight:20,appearance:"menulist"}),{displayName:"Select"}),wW=Object.assign(M(u.forwardRef(p(function({size:e,valid:t,align:r,...n},o){return D.createElement(mW,{...n,ref:o})},"Textarea")))(py,fy,VR,hy,({height:e=400})=>({overflow:"visible",maxHeight:e})),{displayName:"Textarea"}),Si=Object.assign(M.form({boxSizing:"border-box",width:"100%"}),{Field:QU,Input:vW,Select:yW,Textarea:wW,Button:Ka}),bW=u.lazy(()=>Promise.resolve().then(()=>(Zv(),Jv)).then(e=>({default:e.WithTooltip}))),EW=p(e=>D.createElement(u.Suspense,{fallback:D.createElement("div",null)},D.createElement(bW,{...e})),"WithTooltip"),xW=u.lazy(()=>Promise.resolve().then(()=>(Zv(),Jv)).then(e=>({default:e.WithTooltipPure}))),UR=p(e=>D.createElement(u.Suspense,{fallback:D.createElement("div",null)},D.createElement(xW,{...e})),"WithTooltipPure");M.div(({theme:e})=>({fontWeight:e.typography.weight.bold}));M.span();M.div(({theme:e})=>({marginTop:8,textAlign:"center","> *":{margin:"0 8px",fontWeight:e.typography.weight.bold}}));M.div(({theme:e})=>({color:e.color.defaultText,lineHeight:"18px"}));M.div({padding:15,width:280,boxSizing:"border-box"});var CW=M.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})),DW=p(({note:e,...t})=>D.createElement(CW,{...t},e),"TooltipNote"),SW=Et(rp(),1),kW=M(({active:e,loading:t,disabled:r,...n})=>D.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:t.textMutedColor}:{}),AW=M.span({display:"flex","& svg":{height:12,width:12,margin:"3px 0",verticalAlign:"top"},"& path":{fill:"inherit"}}),_W=M.span({flex:1,textAlign:"left",display:"flex",flexDirection:"column"},({isIndented:e})=>e?{marginLeft:24}:{}),FW=M.span(({theme:e})=>({fontSize:"11px",lineHeight:"14px"}),({active:e,theme:t})=>e?{color:t.color.secondary}:{},({theme:e,disabled:t})=>t?{color:e.textMutedColor}:{}),RW=M.span(({active:e,theme:t})=>e?{color:t.color.secondary}:{},()=>({display:"flex",maxWidth:14})),TW=M.div(({theme:e})=>({width:"100%",border:"none",borderRadius:e.appBorderRadius,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}},({theme:e,as:t})=>t==="label"&&{"&:has(input:not(:disabled))":{cursor:"pointer","&:hover":{background:e.background.hoverable}}},({disabled:e})=>e&&{cursor:"not-allowed"}),IW=(0,SW.default)(100)((e,t,r)=>({...e&&{as:"button",onClick:e},...t&&{as:"a",href:t,...r&&{as:r,to:t}}})),zW=p(({loading:e=!1,title:t=D.createElement("span",null,"Loading state"),center:r=null,right:n=null,active:o=!1,disabled:i=!1,isIndented:s,href:d=void 0,onClick:f=void 0,icon:m,LinkWrapper:g=void 0,...b})=>{let w={active:o,disabled:i},v=IW(f,d,g);return D.createElement(TW,{...b,...w,...v},D.createElement(D.Fragment,null,m&&D.createElement(RW,{...w},m),t||r?D.createElement(_W,{isIndented:!!(!m&&s)},t&&D.createElement(kW,{...w,loading:e},t),r&&D.createElement(FW,{...w},r)):null,n&&D.createElement(AW,{...w},n)))},"ListItem"),WR=zW,BW=M.div({minWidth:180,overflow:"hidden",overflowY:"auto",maxHeight:15.5*32+8},({theme:e})=>({borderRadius:e.appBorderRadius+2}),({theme:e})=>e.base==="dark"?{background:e.background.content}:{}),LW=M.div(({theme:e})=>({padding:4,"& + &":{borderTop:`1px solid ${e.appBorderColor}`}})),OW=p(({id:e,onClick:t,...r})=>{let{active:n,disabled:o,title:i,href:s}=r,d=u.useCallback(f=>t?.(f,{id:e,active:n,disabled:o,title:i,href:s}),[t,e,n,o,i,s]);return D.createElement(WR,{id:`list-item-${e}`,...r,...t&&{onClick:d}})},"Item"),qR=p(({links:e,LinkWrapper:t,...r})=>{let n=Array.isArray(e[0])?e:[e],o=n.some(i=>i.some(s=>"icon"in s&&s.icon));return D.createElement(BW,{...r},n.filter(i=>i.length).map((i,s)=>D.createElement(LW,{key:i.map(d=>d.id).join(`~${s}~`)},i.map(d=>"content"in d?D.createElement(u.Fragment,{key:d.id},d.content):D.createElement(OW,{key:d.id,isIndented:o,LinkWrapper:t,...d})))))},"TooltipLinkList");j2();var K5=M.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}}:{});K5.displayName="Side";var MW=p(({children:e,className:t,scrollable:r})=>r?D.createElement(ou,{vertical:!1,className:t},e):D.createElement("div",{className:t},e),"UnstyledBar"),my=M(MW)(({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}:{});my.displayName="Bar";var PW=M.div(({bgColor:e})=>({display:"flex",justifyContent:"space-between",position:"relative",flexWrap:"nowrap",flexShrink:0,height:40,backgroundColor:e||""})),jp=p(({children:e,backgroundColor:t,className:r,...n})=>{let[o,i]=u.Children.toArray(e);return D.createElement(my,{className:`sb-bar ${r}`,...n},D.createElement(PW,{bgColor:t},D.createElement(K5,{scrollable:n.scrollable,left:!0},o),i?D.createElement(K5,{right:!0},i):null))},"FlexBar");jp.displayName="FlexBar";var NW=p(e=>typeof e.props.href=="string","isLink"),$W=p(e=>typeof e.props.href!="string","isButton");function GR({children:e,...t},r){let n={props:t,ref:r};if(NW(n))return D.createElement("a",{ref:n.ref,...n.props},e);if($W(n))return D.createElement("button",{ref:n.ref,type:"button",...n.props},e);throw new Error("invalid props")}p(GR,"ForwardRefFunction");var YR=u.forwardRef(GR);YR.displayName="ButtonOrLink";var Uu=M(YR,{shouldForwardProp:g2})({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}});Uu.displayName="TabButton";M.div(({theme:e})=>({width:14,height:14,backgroundColor:e.appBorderColor,animation:`${e.animation.glow} 1.5s ease-in-out infinite`}));M.div(()=>({marginTop:6,padding:7,height:28}));var HW=M.div(({theme:e})=>({height:"100%",display:"flex",padding:30,alignItems:"center",justifyContent:"center",flexDirection:"column",gap:15,background:e.background.content})),jW=M.div({display:"flex",flexDirection:"column",gap:4,maxWidth:415}),VW=M.div(({theme:e})=>({fontWeight:e.typography.weight.bold,fontSize:e.typography.size.s2-1,textAlign:"center",color:e.textColor})),UW=M.div(({theme:e})=>({fontWeight:e.typography.weight.regular,fontSize:e.typography.size.s2-1,textAlign:"center",color:e.textMutedColor})),gy=p(({title:e,description:t,footer:r})=>D.createElement(HW,null,D.createElement(jW,null,D.createElement(VW,null,e),t&&D.createElement(UW,null,t)),r),"EmptyTabContent"),WW=M.div(({active:e})=>e?{display:"block"}:{display:"none"}),qW=p(e=>u.Children.toArray(e).map(({props:{title:t,id:r,color:n,children:o}})=>{let i=Array.isArray(o)?o[0]:o;return{title:t,id:r,...n?{color:n}:{},render:typeof i=="function"?i:({active:s})=>D.createElement(WW,{active:s,role:"tabpanel"},i)}}),"childrenToList");Zv();var GW=M.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"})),YW=M(Uu)(({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 KR(e){let t=u.useRef(),r=u.useRef(),n=u.useRef(new Map),{width:o=1}=cy({ref:t}),[i,s]=u.useState(e),[d,f]=u.useState([]),m=u.useRef(e),g=u.useCallback(({menuName:w,actions:v})=>{let x=d.some(({active:_})=>_),[E,S]=u.useState(!1);return D.createElement(D.Fragment,null,D.createElement(Nd,{interactive:!0,visible:E,onVisibleChange:S,placement:"bottom",delayHide:100,tooltip:D.createElement(qR,{links:d.map(({title:_,id:F,color:A,active:k})=>({id:F,title:_,color:A,active:k,onClick:p(R=>{R.preventDefault(),v.onSelect(F)},"onClick")}))})},D.createElement(YW,{ref:r,active:x,preActive:E,style:{visibility:d.length?"visible":"hidden"},"aria-hidden":!d.length,className:"tabbutton",type:"button",role:"tab"},w,D.createElement(GW,{className:"addon-collapsible-icon",isActive:x||E}))),d.map(({title:_,id:F,color:A},k)=>{let R=`index-${k}`;return D.createElement(Uu,{id:`tabbutton-${QC(F)??R}`,style:{visibility:"hidden"},"aria-hidden":!0,tabIndex:-1,ref:I=>{n.current.set(F,I)},className:"tabbutton",type:"button",key:F,textColor:A,role:"tab"},_)}))},[d]),b=u.useCallback(()=>{if(!t.current||!r.current)return;let{x:w,width:v}=t.current.getBoundingClientRect(),{width:x}=r.current.getBoundingClientRect(),E=d.length?w+v-x:w+v,S=[],_=0,F=e.filter(A=>{let{id:k}=A,R=n.current.get(k),{width:I=0}=R?.getBoundingClientRect()||{},z=w+_+I>E;return(!z||!R)&&S.push(A),_+=I,z});(S.length!==i.length||m.current!==e)&&(s(S),f(F),m.current=e)},[d.length,e,i]);return u.useLayoutEffect(b,[b,o]),{tabRefs:n,addonsRef:r,tabBarRef:t,visibleList:i,invisibleList:d,AddonTab:g}}p(KR,"useList");var KW="/* emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason */",XW=M.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"}),vy=M.div({overflow:"hidden","&:first-of-type":{marginLeft:-3},whiteSpace:"nowrap",flexGrow:1});vy.displayName="TabBar";var JW=M.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${KW}`]:{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=u.memo(({children:e,selected:t=null,actions:r,absolute:n=!1,bordered:o=!1,tools:i=null,backgroundColor:s,id:d=null,menuName:f="Tabs",emptyState:m,showToolsWhenEmpty:g})=>{let b=u.useMemo(()=>qW(e).map((_,F)=>({..._,active:t?_.id===t:F===0})),[e,t]),{visibleList:w,tabBarRef:v,tabRefs:x,AddonTab:E}=KR(b),S=m??D.createElement(gy,{title:"Nothing found"});return!g&&b.length===0?S:D.createElement(XW,{absolute:n,bordered:o,id:d},D.createElement(jp,{scrollable:!1,border:!0,backgroundColor:s},D.createElement(vy,{style:{whiteSpace:"normal"},ref:v,role:"tablist"},w.map(({title:_,id:F,active:A,color:k},R)=>{let I=`index-${R}`;return D.createElement(Uu,{id:`tabbutton-${QC(F)??I}`,ref:z=>{x.current.set(F,z)},className:`tabbutton ${A?"tabbutton-active":""}`,type:"button",key:F,active:A,textColor:k,onClick:z=>{z.preventDefault(),r.onSelect(F)},role:"tab"},typeof _=="function"?D.createElement("title",null):_)}),D.createElement(E,{menuName:f,actions:r})),i),D.createElement(JW,{id:"panel-tab-content",bordered:o,absolute:n},b.length?b.map(({id:_,active:F,render:A})=>D.createElement(A,{key:_,active:F},null)):S))});yy.displayName="Tabs";var X5=class extends u.Component{constructor(t){super(t),this.handlers={onSelect:p(r=>this.setState({selected:r}),"onSelect")},this.state={selected:t.initial}}render(){let{bordered:t=!1,absolute:r=!1,children:n,backgroundColor:o,menuName:i}=this.props,{selected:s}=this.state;return D.createElement(yy,{bordered:t,absolute:r,selected:s,backgroundColor:o,menuName:i,actions:this.handlers},n)}};p(X5,"TabsState"),X5.defaultProps={children:[],initial:null,absolute:!1,bordered:!1,backgroundColor:"",menuName:void 0};var XR=X5,JR=M.span(({theme:e})=>({width:1,height:20,background:e.appBorderColor,marginLeft:2,marginRight:2}),({force:e})=>e?{}:{"& + &":{display:"none"}});JR.displayName="Separator";const{deprecate:tee,logger:ree}=__STORYBOOK_MODULE_CLIENT_LOGGER__;var ZW=M.svg`
|
|
539
|
+
display: inline-block;
|
|
540
|
+
shape-rendering: inherit;
|
|
541
|
+
vertical-align: middle;
|
|
542
|
+
fill: currentColor;
|
|
543
|
+
path {
|
|
544
|
+
fill: currentColor;
|
|
545
|
+
}
|
|
546
|
+
`;u.memo(p(function({icons:e=Object.keys(J5)}){return D.createElement(ZW,{viewBox:"0 0 14 14",style:{position:"absolute",width:0,height:0},"data-chromatic":"ignore"},e.map(t=>D.createElement("symbol",{id:`icon--${t}`,key:t},J5[t])))},"Symbols"));var J5={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"},QW=An`
|
|
547
|
+
from {
|
|
548
|
+
transform: rotate(0deg);
|
|
549
|
+
}
|
|
550
|
+
to {
|
|
551
|
+
transform: rotate(360deg);
|
|
552
|
+
}
|
|
553
|
+
`,eq=M.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:`${QW} 0.7s linear infinite`,mixBlendMode:"difference"})),wx=M.div({position:"absolute",display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"center",width:"100%",height:"100%"}),tq=M.div(({theme:e})=>({position:"relative",width:"80%",marginBottom:"0.75rem",maxWidth:300,height:5,borderRadius:5,background:jr(.8,e.color.secondary),overflow:"hidden",cursor:"progress"})),rq=M.div(({theme:e})=>({position:"absolute",top:0,left:0,height:"100%",background:e.color.secondary})),bx=M.div(({theme:e})=>({minHeight:"2em",fontSize:`${e.typography.size.s1}px`,color:e.textMutedColor})),nq=M(hF)(({theme:e})=>({width:20,height:20,marginBottom:"0.5rem",color:e.textMutedColor})),aq=An`
|
|
554
|
+
from { content: "..." }
|
|
555
|
+
33% { content: "." }
|
|
556
|
+
66% { content: ".." }
|
|
557
|
+
to { content: "..." }
|
|
558
|
+
`,oq=M.span({"&::after":{content:"'...'",animation:`${aq} 1s linear infinite`,animationDelay:"1s",display:"inline-block",width:"1em",height:"auto"}}),ZR=p(({progress:e,error:t,size:r,...n})=>{if(t)return D.createElement(wx,{"aria-label":t.toString(),"aria-live":"polite",role:"status",...n},D.createElement(nq,null),D.createElement(bx,null,t.message));if(e){let{value:o,modules:i}=e,{message:s}=e;return i&&(s+=` ${i.complete} / ${i.total} modules`),D.createElement(wx,{"aria-label":"Content is loading...","aria-live":"polite","aria-valuemin":0,"aria-valuemax":100,"aria-valuenow":o*100,"aria-valuetext":s,role:"progressbar",...n},D.createElement(tq,null,D.createElement(rq,{style:{width:`${o*100}%`}})),D.createElement(bx,null,s,o<1&&D.createElement(oq,{key:s})))}return D.createElement(eq,{"aria-label":"Content is loading...","aria-live":"polite",role:"status",size:r,...n})},"Loader"),lq=An({"0%":{transform:"rotate(0deg)"},"100%":{transform:"rotate(360deg)"}});M.div(({size:e})=>({display:"inline-flex",alignItems:"center",justifyContent:"center",position:"relative",minWidth:e,minHeight:e}));M.svg(({size:e,width:t})=>({position:"absolute",width:`${e}px!important`,height:`${e}px!important`,transform:"rotate(-90deg)",circle:{r:(e-Math.ceil(t))/2,cx:e/2,cy:e/2,opacity:.15,fill:"transparent",stroke:"currentColor",strokeWidth:t,strokeLinecap:"round",strokeDasharray:Math.PI*(e-Math.ceil(t))}}),({progress:e})=>e&&{circle:{opacity:.75}},({spinner:e})=>e&&{animation:`${lq} 1s linear infinite`,circle:{opacity:.25}});function QR(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}p(QR,"parseQuery");var eT=p((e,t,r={})=>{let[n,o]=e.split("?"),i=o?{...QR(o),...r,id:t}:{...r,id:t};return`${n}?${Object.entries(i).map(s=>`${s[0]}=${s[1]}`).join("&")}`},"getStoryHref");M.pre`
|
|
559
|
+
line-height: 18px;
|
|
560
|
+
padding: 11px 1rem;
|
|
561
|
+
white-space: pre-wrap;
|
|
562
|
+
background: rgba(0, 0, 0, 0.05);
|
|
563
|
+
color: ${Ee.darkest};
|
|
564
|
+
border-radius: 3px;
|
|
565
|
+
margin: 1rem 0;
|
|
566
|
+
width: 100%;
|
|
567
|
+
display: block;
|
|
568
|
+
overflow: hidden;
|
|
569
|
+
font-family: ${hn.fonts.mono};
|
|
570
|
+
font-size: ${hn.size.s2-1}px;
|
|
571
|
+
`;var tT=fF;Object.keys(fF).forEach(e=>{u.forwardRef((t,r)=>u.createElement(e,{...t,ref:r}))});const iq=Object.freeze(Object.defineProperty({__proto__:null,A:K_,get ActionBar(){return op},Bar:my,Blockquote:X_,Button:Ka,Code:ay,DL:J_,Div:Z_,EmptyTabContent:gy,ErrorFormatter:HR,FlexBar:jp,Form:Si,H1:Q_,H2:oy,H3:ly,H4:eF,H5:tF,H6:rF,HR:nF,IconButton:Ma,Img:aF,LI:oF,Link:Yl,ListItem:WR,Loader:ZR,OL:lF,P:iF,Pre:sF,ResetWrapper:ny,get ScrollArea(){return ou},Separator:JR,Span:uF,SyntaxHighlighter:Mp,TT:cF,TabBar:vy,TabButton:Uu,Table:dF,Tabs:yy,TabsState:XR,TooltipLinkList:qR,TooltipNote:DW,UL:pF,WithTooltip:EW,WithTooltipPure:UR,Zoom:$R,codeCommon:ea,components:tT,createCopyToClipboardFunction:dd,getStoryHref:eT,icons:J5,nameSpaceClassNames:We,withReset:Ye},Symbol.toStringTag,{value:"Module"}));var sq=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M6 3.5a.5.5 0 01.5.5v1.5H8a.5.5 0 010 1H6.5V8a.5.5 0 01-1 0V6.5H4a.5.5 0 010-1h1.5V4a.5.5 0 01.5-.5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.544 10.206a5.5 5.5 0 11.662-.662.5.5 0 01.148.102l3 3a.5.5 0 01-.708.708l-3-3a.5.5 0 01-.102-.148zM10.5 6a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0z",fill:e}))),uq=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M4 5.5a.5.5 0 000 1h4a.5.5 0 000-1H4z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6 11.5c1.35 0 2.587-.487 3.544-1.294a.5.5 0 00.102.148l3 3a.5.5 0 00.708-.708l-3-3a.5.5 0 00-.148-.102A5.5 5.5 0 106 11.5zm0-1a4.5 4.5 0 100-9 4.5 4.5 0 000 9z",fill:e}))),cq=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M1.5 2.837V1.5a.5.5 0 00-1 0V4a.5.5 0 00.5.5h2.5a.5.5 0 000-1H2.258a4.5 4.5 0 11-.496 4.016.5.5 0 10-.942.337 5.502 5.502 0 008.724 2.353.5.5 0 00.102.148l3 3a.5.5 0 00.708-.708l-3-3a.5.5 0 00-.148-.102A5.5 5.5 0 101.5 2.837z",fill:e}))),dq=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M7 9.5a2.5 2.5 0 100-5 2.5 2.5 0 000 5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7l-.21.293C13.669 7.465 10.739 11.5 7 11.5S.332 7.465.21 7.293L0 7l.21-.293C.331 6.536 3.261 2.5 7 2.5s6.668 4.036 6.79 4.207L14 7zM2.896 5.302A12.725 12.725 0 001.245 7c.296.37.874 1.04 1.65 1.698C4.043 9.67 5.482 10.5 7 10.5c1.518 0 2.958-.83 4.104-1.802A12.72 12.72 0 0012.755 7c-.297-.37-.875-1.04-1.65-1.698C9.957 4.33 8.517 3.5 7 3.5c-1.519 0-2.958.83-4.104 1.802z",fill:e}))),pq=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M1.854 1.146a.5.5 0 10-.708.708l11 11a.5.5 0 00.708-.708l-11-11zM11.104 8.698c-.177.15-.362.298-.553.439l.714.714a13.25 13.25 0 002.526-2.558L14 7l-.21-.293C13.669 6.536 10.739 2.5 7 2.5c-.89 0-1.735.229-2.506.58l.764.763A4.859 4.859 0 017 3.5c1.518 0 2.958.83 4.104 1.802A12.724 12.724 0 0112.755 7a12.72 12.72 0 01-1.65 1.698zM.21 6.707c.069-.096 1.03-1.42 2.525-2.558l.714.714c-.191.141-.376.288-.553.439A12.725 12.725 0 001.245 7c.296.37.874 1.04 1.65 1.698C4.043 9.67 5.482 10.5 7 10.5a4.86 4.86 0 001.742-.344l.764.764c-.772.351-1.616.58-2.506.58C3.262 11.5.332 7.465.21 7.293L0 7l.21-.293z",fill:e}),u.createElement("path",{d:"M4.5 7c0-.322.061-.63.172-.914l3.242 3.242A2.5 2.5 0 014.5 7zM9.328 7.914L6.086 4.672a2.5 2.5 0 013.241 3.241z",fill:e}))),fq=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M2.5 10a.5.5 0 100-1 .5.5 0 000 1z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 4a2 2 0 012-2h6a2 2 0 012 2v.5l3.189-2.391A.5.5 0 0114 2.5v9a.5.5 0 01-.804.397L10 9.5v.5a2 2 0 01-2 2H2a2 2 0 01-2-2V4zm9 0v1.5a.5.5 0 00.8.4L13 3.5v7L9.8 8.1a.5.5 0 00-.8.4V10a1 1 0 01-1 1H2a1 1 0 01-1-1V4a1 1 0 011-1h6a1 1 0 011 1z",fill:e}))),Z5=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M4 5.5a.5.5 0 01.5-.5h5a.5.5 0 010 1h-5a.5.5 0 01-.5-.5zM4.5 7.5a.5.5 0 000 1h5a.5.5 0 000-1h-5zM4 10.5a.5.5 0 01.5-.5h5a.5.5 0 010 1h-5a.5.5 0 01-.5-.5z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.5 0a.5.5 0 00-.5.5v13a.5.5 0 00.5.5h11a.5.5 0 00.5-.5V3.207a.5.5 0 00-.146-.353L10.146.146A.5.5 0 009.793 0H1.5zM2 1h7.5v2a.5.5 0 00.5.5h2V13H2V1z",fill:e}))),nee=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M8.982 1.632a.5.5 0 00-.964-.263l-3 11a.5.5 0 10.964.263l3-11zM3.32 3.616a.5.5 0 01.064.704L1.151 7l2.233 2.68a.5.5 0 11-.768.64l-2.5-3a.5.5 0 010-.64l2.5-3a.5.5 0 01.704-.064zM10.68 3.616a.5.5 0 00-.064.704L12.849 7l-2.233 2.68a.5.5 0 00.768.64l2.5-3a.5.5 0 000-.64l-2.5-3a.5.5 0 00-.704-.064z",fill:e}))),hq=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M7 3a.5.5 0 01.5.5v3h3a.5.5 0 010 1h-3v3a.5.5 0 01-1 0v-3h-3a.5.5 0 010-1h3v-3A.5.5 0 017 3z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zm0-1A6 6 0 107 1a6 6 0 000 12z",fill:e}))),mq=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M3.5 6.5a.5.5 0 000 1h7a.5.5 0 000-1h-7z",fill:e}),u.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),gq=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M11.841 2.159a2.25 2.25 0 00-3.182 0l-2.5 2.5a2.25 2.25 0 000 3.182.5.5 0 01-.707.707 3.25 3.25 0 010-4.596l2.5-2.5a3.25 3.25 0 014.596 4.596l-2.063 2.063a4.27 4.27 0 00-.094-1.32l1.45-1.45a2.25 2.25 0 000-3.182z",fill:e}),u.createElement("path",{d:"M3.61 7.21c-.1-.434-.132-.88-.095-1.321L1.452 7.952a3.25 3.25 0 104.596 4.596l2.5-2.5a3.25 3.25 0 000-4.596.5.5 0 00-.707.707 2.25 2.25 0 010 3.182l-2.5 2.5A2.25 2.25 0 112.159 8.66l1.45-1.45z",fill:e}))),vq=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M1.146 4.604l5.5 5.5a.5.5 0 00.708 0l5.5-5.5a.5.5 0 00-.708-.708L7 9.043 1.854 3.896a.5.5 0 10-.708.708z",fill:e}))),yq=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M11.104 7.354l-5.5 5.5a.5.5 0 01-.708-.708L10.043 7 4.896 1.854a.5.5 0 11.708-.708l5.5 5.5a.5.5 0 010 .708z",fill:e}))),wq=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M3.854 9.104a.5.5 0 11-.708-.708l3.5-3.5a.5.5 0 01.708 0l3.5 3.5a.5.5 0 01-.708.708L7 5.957 3.854 9.104z",fill:e}))),rT=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M3.854 4.896a.5.5 0 10-.708.708l3.5 3.5a.5.5 0 00.708 0l3.5-3.5a.5.5 0 00-.708-.708L7 8.043 3.854 4.896z",fill:e}))),bq=u.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>u.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},u.createElement("path",{d:"M1.146 3.854a.5.5 0 010-.708l2-2a.5.5 0 11.708.708L2.707 3h6.295A4 4 0 019 11H3a.5.5 0 010-1h6a3 3 0 100-6H2.707l1.147 1.146a.5.5 0 11-.708.708l-2-2z",fill:e})));const{deprecate:Eq,once:xq,logger:wy}=__STORYBOOK_MODULE_CLIENT_LOGGER__,{filterArgTypes:Ex,composeConfigs:aee,Preview:oee,DocsContext:lee}=__STORYBOOK_MODULE_PREVIEW_API__,{STORY_ARGS_UPDATED:xx,UPDATE_STORY_ARGS:Cq,RESET_STORY_ARGS:Dq,GLOBALS_UPDATED:Cx,NAVIGATE_URL:Sq}=__STORYBOOK_MODULE_CORE_EVENTS__,{Channel:iee}=__STORYBOOK_MODULE_CHANNELS__;var nT=Po({"../../node_modules/memoizerific/memoizerific.js"(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 function r(n,o,i){function s(m,g){if(!o[m]){if(!n[m]){var b=typeof Qc=="function"&&Qc;if(!g&&b)return b(m,!0);if(d)return d(m,!0);var w=new Error("Cannot find module '"+m+"'");throw w.code="MODULE_NOT_FOUND",w}var v=o[m]={exports:{}};n[m][0].call(v.exports,function(x){var E=n[m][1][x];return s(E||x)},v,v.exports,r,n,o,i)}return o[m].exports}for(var d=typeof Qc=="function"&&Qc,f=0;f<i.length;f++)s(i[f]);return s}({1:[function(r,n,o){n.exports=function(i){if(typeof Map!="function"||i){var s=r("./similar");return new s}else return new Map}},{"./similar":2}],2:[function(r,n,o){function i(){return this.list=[],this.lastItem=void 0,this.size=0,this}i.prototype.get=function(s){var d;if(this.lastItem&&this.isEqual(this.lastItem.key,s))return this.lastItem.val;if(d=this.indexOf(s),d>=0)return this.lastItem=this.list[d],this.list[d].val},i.prototype.set=function(s,d){var f;return this.lastItem&&this.isEqual(this.lastItem.key,s)?(this.lastItem.val=d,this):(f=this.indexOf(s),f>=0?(this.lastItem=this.list[f],this.list[f].val=d,this):(this.lastItem={key:s,val:d},this.list.push(this.lastItem),this.size++,this))},i.prototype.delete=function(s){var d;if(this.lastItem&&this.isEqual(this.lastItem.key,s)&&(this.lastItem=void 0),d=this.indexOf(s),d>=0)return this.size--,this.list.splice(d,1)[0]},i.prototype.has=function(s){var d;return this.lastItem&&this.isEqual(this.lastItem.key,s)?!0:(d=this.indexOf(s),d>=0?(this.lastItem=this.list[d],!0):!1)},i.prototype.forEach=function(s,d){var f;for(f=0;f<this.size;f++)s.call(d||this,this.list[f].val,this.list[f].key,this)},i.prototype.indexOf=function(s){var d;for(d=0;d<this.size;d++)if(this.isEqual(this.list[d].key,s))return d;return-1},i.prototype.isEqual=function(s,d){return s===d||s!==s&&d!==d},n.exports=i},{}],3:[function(r,n,o){var i=r("map-or-similar");n.exports=function(m){var g=new i(!1),b=[];return function(w){var v=function(){var x=g,E,S,_=arguments.length-1,F=Array(_+1),A=!0,k;if((v.numArgs||v.numArgs===0)&&v.numArgs!==_+1)throw new Error("Memoizerific functions should always be called with the same number of arguments");for(k=0;k<_;k++){if(F[k]={cacheItem:x,arg:arguments[k]},x.has(arguments[k])){x=x.get(arguments[k]);continue}A=!1,E=new i(!1),x.set(arguments[k],E),x=E}return A&&(x.has(arguments[_])?S=x.get(arguments[_]):A=!1),A||(S=w.apply(null,arguments),x.set(arguments[_],S)),m>0&&(F[_]={cacheItem:x,arg:arguments[_]},A?s(b,F):b.push(F),b.length>m&&d(b.shift())),v.wasMemoized=A,v.numArgs=_+1,S};return v.limit=m,v.wasMemoized=!1,v.cache=g,v.lru=b,v}};function s(m,g){var b=m.length,w=g.length,v,x,E;for(x=0;x<b;x++){for(v=!0,E=0;E<w;E++)if(!f(m[x][E].arg,g[E].arg)){v=!1;break}if(v)break}m.push(m.splice(x,1)[0])}function d(m){var g=m.length,b=m[g-1],w,v;for(b.cacheItem.delete(b.arg),v=g-2;v>=0&&(b=m[v],w=b.cacheItem.get(b.arg),!w||!w.size);v--)b.cacheItem.delete(b.arg)}function f(m,g){return m===g||m!==m&&g!==g}},{"map-or-similar":1}]},{},[3])(3)})}}),kq=Po({"../../node_modules/tocbot/src/js/default-options.js"(e,t){t.exports={tocSelector:".js-toc",contentSelector:".js-toc-content",headingSelector:"h1, h2, h3",ignoreSelector:".js-toc-ignore",hasInnerContainers:!1,linkClass:"toc-link",extraLinkClasses:"",activeLinkClass:"is-active-link",listClass:"toc-list",extraListClasses:"",isCollapsedClass:"is-collapsed",collapsibleClass:"is-collapsible",listItemClass:"toc-list-item",activeListItemClass:"is-active-li",collapseDepth:0,scrollSmooth:!0,scrollSmoothDuration:420,scrollSmoothOffset:0,scrollEndCallback:function(r){},headingsOffset:1,throttleTimeout:50,positionFixedSelector:null,positionFixedClass:"is-position-fixed",fixedSidebarOffset:"auto",includeHtml:!1,includeTitleTags:!1,onClick:function(r){},orderedList:!0,scrollContainer:null,skipRendering:!1,headingLabelCallback:!1,ignoreHiddenElements:!1,headingObjectCallback:null,basePath:"",disableTocScrollSync:!1,tocScrollOffset:0}}}),Aq=Po({"../../node_modules/tocbot/src/js/build-html.js"(e,t){t.exports=function(r){var n=[].forEach,o=[].some,i=document.body,s,d=!0,f=" ";function m(k,R){var I=R.appendChild(b(k));if(k.children.length){var z=w(k.isCollapsed);k.children.forEach(function(B){m(B,z)}),I.appendChild(z)}}function g(k,R){var I=!1,z=w(I);if(R.forEach(function(B){m(B,z)}),s=k||s,s!==null)return s.firstChild&&s.removeChild(s.firstChild),R.length===0?s:s.appendChild(z)}function b(k){var R=document.createElement("li"),I=document.createElement("a");return r.listItemClass&&R.setAttribute("class",r.listItemClass),r.onClick&&(I.onclick=r.onClick),r.includeTitleTags&&I.setAttribute("title",k.textContent),r.includeHtml&&k.childNodes.length?n.call(k.childNodes,function(z){I.appendChild(z.cloneNode(!0))}):I.textContent=k.textContent,I.setAttribute("href",r.basePath+"#"+k.id),I.setAttribute("class",r.linkClass+f+"node-name--"+k.nodeName+f+r.extraLinkClasses),R.appendChild(I),R}function w(k){var R=r.orderedList?"ol":"ul",I=document.createElement(R),z=r.listClass+f+r.extraListClasses;return k&&(z=z+f+r.collapsibleClass,z=z+f+r.isCollapsedClass),I.setAttribute("class",z),I}function v(){if(r.scrollContainer&&document.querySelector(r.scrollContainer)){var k;k=document.querySelector(r.scrollContainer).scrollTop}else k=document.documentElement.scrollTop||i.scrollTop;var R=document.querySelector(r.positionFixedSelector);r.fixedSidebarOffset==="auto"&&(r.fixedSidebarOffset=s.offsetTop),k>r.fixedSidebarOffset?R.className.indexOf(r.positionFixedClass)===-1&&(R.className+=f+r.positionFixedClass):R.className=R.className.replace(f+r.positionFixedClass,"")}function x(k){var R=0;return k!==null&&(R=k.offsetTop,r.hasInnerContainers&&(R+=x(k.offsetParent))),R}function E(k,R){return k&&k.className!==R&&(k.className=R),k}function S(k){if(r.scrollContainer&&document.querySelector(r.scrollContainer)){var R;R=document.querySelector(r.scrollContainer).scrollTop}else R=document.documentElement.scrollTop||i.scrollTop;r.positionFixedSelector&&v();var I=k,z;if(d&&s!==null&&I.length>0){o.call(I,function(ae,ee){if(x(ae)>R+r.headingsOffset+10){var ie=ee===0?ee:ee-1;return z=I[ie],!0}else if(ee===I.length-1)return z=I[I.length-1],!0});var B=s.querySelector("."+r.activeLinkClass),O=s.querySelector("."+r.linkClass+".node-name--"+z.nodeName+'[href="'+r.basePath+"#"+z.id.replace(/([ #;&,.+*~':"!^$[\]()=>|/\\@])/g,"\\$1")+'"]');if(B===O)return;var j=s.querySelectorAll("."+r.linkClass);n.call(j,function(ae){E(ae,ae.className.replace(f+r.activeLinkClass,""))});var q=s.querySelectorAll("."+r.listItemClass);n.call(q,function(ae){E(ae,ae.className.replace(f+r.activeListItemClass,""))}),O&&O.className.indexOf(r.activeLinkClass)===-1&&(O.className+=f+r.activeLinkClass);var X=O&&O.parentNode;X&&X.className.indexOf(r.activeListItemClass)===-1&&(X.className+=f+r.activeListItemClass);var J=s.querySelectorAll("."+r.listClass+"."+r.collapsibleClass);n.call(J,function(ae){ae.className.indexOf(r.isCollapsedClass)===-1&&(ae.className+=f+r.isCollapsedClass)}),O&&O.nextSibling&&O.nextSibling.className.indexOf(r.isCollapsedClass)!==-1&&E(O.nextSibling,O.nextSibling.className.replace(f+r.isCollapsedClass,"")),_(O&&O.parentNode.parentNode)}}function _(k){return k&&k.className.indexOf(r.collapsibleClass)!==-1&&k.className.indexOf(r.isCollapsedClass)!==-1?(E(k,k.className.replace(f+r.isCollapsedClass,"")),_(k.parentNode.parentNode)):k}function F(k){var R=k.target||k.srcElement;typeof R.className!="string"||R.className.indexOf(r.linkClass)===-1||(d=!1)}function A(){d=!0}return{enableTocAnimation:A,disableTocAnimation:F,render:g,updateToc:S}}}}),_q=Po({"../../node_modules/tocbot/src/js/parse-content.js"(e,t){t.exports=function(r){var n=[].reduce;function o(b){return b[b.length-1]}function i(b){return+b.nodeName.toUpperCase().replace("H","")}function s(b){try{return b instanceof window.HTMLElement||b instanceof window.parent.HTMLElement}catch{return b instanceof window.HTMLElement}}function d(b){if(!s(b))return b;if(r.ignoreHiddenElements&&(!b.offsetHeight||!b.offsetParent))return null;let w=b.getAttribute("data-heading-label")||(r.headingLabelCallback?String(r.headingLabelCallback(b.innerText)):(b.innerText||b.textContent).trim());var v={id:b.id,children:[],nodeName:b.nodeName,headingLevel:i(b),textContent:w};return r.includeHtml&&(v.childNodes=b.childNodes),r.headingObjectCallback?r.headingObjectCallback(v,b):v}function f(b,w){for(var v=d(b),x=v.headingLevel,E=w,S=o(E),_=S?S.headingLevel:0,F=x-_;F>0&&(S=o(E),!(S&&x===S.headingLevel));)S&&S.children!==void 0&&(E=S.children),F--;return x>=r.collapseDepth&&(v.isCollapsed=!0),E.push(v),E}function m(b,w){var v=w;r.ignoreSelector&&(v=w.split(",").map(function(x){return x.trim()+":not("+r.ignoreSelector+")"}));try{return b.querySelectorAll(v)}catch{return console.warn("Headers not found with selector: "+v),null}}function g(b){return n.call(b,function(w,v){var x=d(v);return x&&f(x,w.nest),w},{nest:[]})}return{nestHeadingsArray:g,selectHeadings:m}}}}),Fq=Po({"../../node_modules/tocbot/src/js/update-toc-scroll.js"(e,t){t.exports=function(r){var n=r.tocElement||document.querySelector(r.tocSelector);if(n&&n.scrollHeight>n.clientHeight){var o=n.querySelector("."+r.activeListItemClass);o&&(n.scrollTop=o.offsetTop-r.tocScrollOffset)}}}}),Rq=Po({"../../node_modules/tocbot/src/js/scroll-smooth/index.js"(e){e.initSmoothScrolling=t;function t(n){var o=n.duration,i=n.offset,s=location.hash?m(location.href):location.href;d();function d(){document.body.addEventListener("click",b,!1);function b(w){!f(w.target)||w.target.className.indexOf("no-smooth-scroll")>-1||w.target.href.charAt(w.target.href.length-2)==="#"&&w.target.href.charAt(w.target.href.length-1)==="!"||w.target.className.indexOf(n.linkClass)===-1||r(w.target.hash,{duration:o,offset:i,callback:function(){g(w.target.hash)}})}}function f(b){return b.tagName.toLowerCase()==="a"&&(b.hash.length>0||b.href.charAt(b.href.length-1)==="#")&&(m(b.href)===s||m(b.href)+"#"===s)}function m(b){return b.slice(0,b.lastIndexOf("#"))}function g(b){var w=document.getElementById(b.substring(1));w&&(/^(?:a|select|input|button|textarea)$/i.test(w.tagName)||(w.tabIndex=-1),w.focus())}}function r(n,o){var i=window.pageYOffset,s={duration:o.duration,offset:o.offset||0,callback:o.callback,easing:o.easing||x},d=document.querySelector('[id="'+decodeURI(n).split("#").join("")+'"]')||document.querySelector('[id="'+n.split("#").join("")+'"]'),f=typeof n=="string"?s.offset+(n?d&&d.getBoundingClientRect().top||0:-(document.documentElement.scrollTop||document.body.scrollTop)):n,m=typeof s.duration=="function"?s.duration(f):s.duration,g,b;requestAnimationFrame(function(E){g=E,w(E)});function w(E){b=E-g,window.scrollTo(0,s.easing(b,i,f,m)),b<m?requestAnimationFrame(w):v()}function v(){window.scrollTo(0,i+f),typeof s.callback=="function"&&s.callback()}function x(E,S,_,F){return E/=F/2,E<1?_/2*E*E+S:(E--,-_/2*(E*(E-2)-1)+S)}}}}),Tq=Po({"../../node_modules/tocbot/src/js/index.js"(e,t){(function(r,n){typeof define=="function"&&define.amd?define([],n(r)):typeof e=="object"?t.exports=n(r):r.tocbot=n(r)})(typeof global<"u"?global:window||global,function(r){var n=kq(),o={},i={},s=Aq(),d=_q(),f=Fq(),m,g,b=!!r&&!!r.document&&!!r.document.querySelector&&!!r.addEventListener;if(typeof window>"u"&&!b)return;var w,v=Object.prototype.hasOwnProperty;function x(){for(var F={},A=0;A<arguments.length;A++){var k=arguments[A];for(var R in k)v.call(k,R)&&(F[R]=k[R])}return F}function E(F,A,k){A||(A=250);var R,I;return function(){var z=this,B=+new Date,O=arguments;R&&B<R+A?(clearTimeout(I),I=setTimeout(function(){R=B,F.apply(z,O)},A)):(R=B,F.apply(z,O))}}function S(F){try{return F.contentElement||document.querySelector(F.contentSelector)}catch{return console.warn("Contents element not found: "+F.contentSelector),null}}function _(F){try{return F.tocElement||document.querySelector(F.tocSelector)}catch{return console.warn("TOC element not found: "+F.tocSelector),null}}return i.destroy=function(){var F=_(o);F!==null&&(o.skipRendering||F&&(F.innerHTML=""),o.scrollContainer&&document.querySelector(o.scrollContainer)?(document.querySelector(o.scrollContainer).removeEventListener("scroll",this._scrollListener,!1),document.querySelector(o.scrollContainer).removeEventListener("resize",this._scrollListener,!1),m&&document.querySelector(o.scrollContainer).removeEventListener("click",this._clickListener,!1)):(document.removeEventListener("scroll",this._scrollListener,!1),document.removeEventListener("resize",this._scrollListener,!1),m&&document.removeEventListener("click",this._clickListener,!1)))},i.init=function(F){if(b){o=x(n,F||{}),this.options=o,this.state={},o.scrollSmooth&&(o.duration=o.scrollSmoothDuration,o.offset=o.scrollSmoothOffset,i.scrollSmooth=Rq().initSmoothScrolling(o)),m=s(o),g=d(o),this._buildHtml=m,this._parseContent=g,this._headingsArray=w,i.destroy();var A=S(o);if(A!==null){var k=_(o);if(k!==null&&(w=g.selectHeadings(A,o.headingSelector),w!==null)){var R=g.nestHeadingsArray(w),I=R.nest;if(!o.skipRendering)m.render(k,I);else return this;this._scrollListener=E(function(B){m.updateToc(w),!o.disableTocScrollSync&&f(o);var O=B&&B.target&&B.target.scrollingElement&&B.target.scrollingElement.scrollTop===0;(B&&(B.eventPhase===0||B.currentTarget===null)||O)&&(m.updateToc(w),o.scrollEndCallback&&o.scrollEndCallback(B))},o.throttleTimeout),this._scrollListener(),o.scrollContainer&&document.querySelector(o.scrollContainer)?(document.querySelector(o.scrollContainer).addEventListener("scroll",this._scrollListener,!1),document.querySelector(o.scrollContainer).addEventListener("resize",this._scrollListener,!1)):(document.addEventListener("scroll",this._scrollListener,!1),document.addEventListener("resize",this._scrollListener,!1));var z=null;return this._clickListener=E(function(B){o.scrollSmooth&&m.disableTocAnimation(B),m.updateToc(w),z&&clearTimeout(z),z=setTimeout(function(){m.enableTocAnimation()},o.scrollSmoothDuration)},o.throttleTimeout),o.scrollContainer&&document.querySelector(o.scrollContainer)?document.querySelector(o.scrollContainer).addEventListener("click",this._clickListener,!1):document.addEventListener("click",this._clickListener,!1),this}}}},i.refresh=function(F){i.destroy(),i.init(F||this.options)},r.tocbot=i,i})}});function fi(){return fi=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},fi.apply(null,arguments)}function Iq(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function wu(e,t){return wu=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,n){return r.__proto__=n,r},wu(e,t)}function zq(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,wu(e,t)}function Q5(e){return Q5=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},Q5(e)}function Bq(e){try{return Function.toString.call(e).indexOf("[native code]")!==-1}catch{return typeof e=="function"}}function aT(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(aT=function(){return!!e})()}function Lq(e,t,r){if(aT())return Reflect.construct.apply(null,arguments);var n=[null];n.push.apply(n,t);var o=new(e.bind.apply(e,n));return r&&wu(o,r.prototype),o}function e2(e){var t=typeof Map=="function"?new Map:void 0;return e2=function(r){if(r===null||!Bq(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 Lq(r,arguments,Q5(this).constructor)}return n.prototype=Object.create(r.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),wu(n,r)},e2(e)}var gn=function(e){zq(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,Iq(n)}return t}(e2(Error));function og(e){return Math.round(e*255)}function Oq(e,t,r){return og(e)+","+og(t)+","+og(r)}function Vd(e,t,r,n){if(n===void 0&&(n=Oq),t===0)return n(r,r,r);var o=(e%360+360)%360/60,i=(1-Math.abs(2*r-1))*t,s=i*(1-Math.abs(o%2-1)),d=0,f=0,m=0;o>=0&&o<1?(d=i,f=s):o>=1&&o<2?(d=s,f=i):o>=2&&o<3?(f=i,m=s):o>=3&&o<4?(f=s,m=i):o>=4&&o<5?(d=s,m=i):o>=5&&o<6&&(d=i,m=s);var g=r-i/2,b=d+g,w=f+g,v=m+g;return n(b,w,v)}var Dx={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 Mq(e){if(typeof e!="string")return e;var t=e.toLowerCase();return Dx[t]?"#"+Dx[t]:e}var Pq=/^#[a-fA-F0-9]{6}$/,Nq=/^#[a-fA-F0-9]{8}$/,$q=/^#[a-fA-F0-9]{3}$/,Hq=/^#[a-fA-F0-9]{4}$/,lg=/^rgb\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*\)$/i,jq=/^rgb(?:a)?\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i,Vq=/^hsl\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*\)$/i,Uq=/^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 Vp(e){if(typeof e!="string")throw new gn(3);var t=Mq(e);if(t.match(Pq))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(Nq)){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($q))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(Hq)){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=lg.exec(t);if(o)return{red:parseInt(""+o[1],10),green:parseInt(""+o[2],10),blue:parseInt(""+o[3],10)};var i=jq.exec(t.substring(0,50));if(i)return{red:parseInt(""+i[1],10),green:parseInt(""+i[2],10),blue:parseInt(""+i[3],10),alpha:parseFloat(""+i[4])>1?parseFloat(""+i[4])/100:parseFloat(""+i[4])};var s=Vq.exec(t);if(s){var d=parseInt(""+s[1],10),f=parseInt(""+s[2],10)/100,m=parseInt(""+s[3],10)/100,g="rgb("+Vd(d,f,m)+")",b=lg.exec(g);if(!b)throw new gn(4,t,g);return{red:parseInt(""+b[1],10),green:parseInt(""+b[2],10),blue:parseInt(""+b[3],10)}}var w=Uq.exec(t.substring(0,50));if(w){var v=parseInt(""+w[1],10),x=parseInt(""+w[2],10)/100,E=parseInt(""+w[3],10)/100,S="rgb("+Vd(v,x,E)+")",_=lg.exec(S);if(!_)throw new gn(4,t,S);return{red:parseInt(""+_[1],10),green:parseInt(""+_[2],10),blue:parseInt(""+_[3],10),alpha:parseFloat(""+w[4])>1?parseFloat(""+w[4])/100:parseFloat(""+w[4])}}throw new gn(5)}function Wq(e){var t=e.red/255,r=e.green/255,n=e.blue/255,o=Math.max(t,r,n),i=Math.min(t,r,n),s=(o+i)/2;if(o===i)return e.alpha!==void 0?{hue:0,saturation:0,lightness:s,alpha:e.alpha}:{hue:0,saturation:0,lightness:s};var d,f=o-i,m=s>.5?f/(2-o-i):f/(o+i);switch(o){case t:d=(r-n)/f+(r<n?6:0);break;case r:d=(n-t)/f+2;break;default:d=(t-r)/f+4;break}return d*=60,e.alpha!==void 0?{hue:d,saturation:m,lightness:s,alpha:e.alpha}:{hue:d,saturation:m,lightness:s}}function oT(e){return Wq(Vp(e))}var qq=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},t2=qq;function wo(e){var t=e.toString(16);return t.length===1?"0"+t:t}function ig(e){return wo(Math.round(e*255))}function Gq(e,t,r){return t2("#"+ig(e)+ig(t)+ig(r))}function lT(e,t,r){return Vd(e,t,r,Gq)}function Yq(e,t,r){if(typeof e=="object"&&t===void 0&&r===void 0)return lT(e.hue,e.saturation,e.lightness);throw new gn(1)}function Kq(e,t,r,n){if(typeof e=="object"&&t===void 0&&r===void 0&&n===void 0)return e.alpha>=1?lT(e.hue,e.saturation,e.lightness):"rgba("+Vd(e.hue,e.saturation,e.lightness)+","+e.alpha+")";throw new gn(2)}function iT(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return t2("#"+wo(e)+wo(t)+wo(r));if(typeof e=="object"&&t===void 0&&r===void 0)return t2("#"+wo(e.red)+wo(e.green)+wo(e.blue));throw new gn(6)}function Gn(e,t,r,n){if(typeof e=="string"&&typeof t=="number"){var o=Vp(e);return"rgba("+o.red+","+o.green+","+o.blue+","+t+")"}else if(typeof e=="object"&&t===void 0&&r===void 0&&n===void 0)return e.alpha>=1?iT(e.red,e.green,e.blue):"rgba("+e.red+","+e.green+","+e.blue+","+e.alpha+")";throw new gn(7)}var Xq=function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&(typeof e.alpha!="number"||typeof e.alpha>"u")},Jq=function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&typeof e.alpha=="number"},Zq=function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&(typeof e.alpha!="number"||typeof e.alpha>"u")},Qq=function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&typeof e.alpha=="number"};function sT(e){if(typeof e!="object")throw new gn(8);if(Jq(e))return Gn(e);if(Xq(e))return iT(e);if(Qq(e))return Kq(e);if(Zq(e))return Yq(e);throw new gn(8)}function uT(e,t,r){return function(){var n=r.concat(Array.prototype.slice.call(arguments));return n.length>=t?e.apply(this,n):uT(e,t,n)}}function Up(e){return uT(e,e.length,[])}function Wp(e,t,r){return Math.max(e,Math.min(t,r))}function eG(e,t){if(t==="transparent")return t;var r=oT(t);return sT(fi({},r,{lightness:Wp(0,1,r.lightness-parseFloat(e))}))}var tG=Up(eG),cn=tG;function rG(e,t){if(t==="transparent")return t;var r=oT(t);return sT(fi({},r,{lightness:Wp(0,1,r.lightness+parseFloat(e))}))}var nG=Up(rG),bo=nG;function aG(e,t){if(t==="transparent")return t;var r=Vp(t),n=typeof r.alpha=="number"?r.alpha:1,o=fi({},r,{alpha:Wp(0,1,(n*100+parseFloat(e)*100)/100)});return Gn(o)}var oG=Up(aG),A0=oG;function lG(e,t){if(t==="transparent")return t;var r=Vp(t),n=typeof r.alpha=="number"?r.alpha:1,o=fi({},r,{alpha:Wp(0,1,+(n*100-parseFloat(e)*100).toFixed(2)/100)});return Gn(o)}var iG=Up(lG),je=iG,sG=M.div(Ye,({theme:e})=>({backgroundColor:e.base==="light"?"rgba(0,0,0,.01)":"rgba(255,255,255,.01)",borderRadius:e.appBorderRadius,border:`1px dashed ${e.appBorderColor}`,display:"flex",alignItems:"center",justifyContent:"center",padding:20,margin:"25px 0 40px",color:je(.3,e.color.defaultText),fontSize:e.typography.size.s2})),cT=e=>D.createElement(sG,{...e,className:"docblock-emptyblock sb-unstyled"}),uG=M(Mp)(({theme:e})=>({fontSize:`${e.typography.size.s2-1}px`,lineHeight:"19px",margin:"25px 0 40px",borderRadius:e.appBorderRadius,boxShadow:e.base==="light"?"rgba(0, 0, 0, 0.10) 0 1px 3px 0":"rgba(0, 0, 0, 0.20) 0 2px 5px 0","pre.prismjs":{padding:20,background:"inherit"}})),cG=M.div(({theme:e})=>({background:e.background.content,borderRadius:e.appBorderRadius,border:`1px solid ${e.appBorderColor}`,boxShadow:e.base==="light"?"rgba(0, 0, 0, 0.10) 0 1px 3px 0":"rgba(0, 0, 0, 0.20) 0 2px 5px 0",margin:"25px 0 40px",padding:"20px 20px 20px 22px"})),_0=M.div(({theme:e})=>({animation:`${e.animation.glow} 1.5s ease-in-out infinite`,background:e.appBorderColor,height:17,marginTop:1,width:"60%",[`&:first-child${Eg}`]:{margin:0}})),dG=()=>D.createElement(cG,null,D.createElement(_0,null),D.createElement(_0,{style:{width:"80%"}}),D.createElement(_0,{style:{width:"30%"}}),D.createElement(_0,{style:{width:"80%"}})),dT=({isLoading:e,error:t,language:r,code:n,dark:o,format:i=!1,...s})=>{let{typography:d}=kC();if(e)return D.createElement(dG,null);if(t)return D.createElement(cT,null,t);let f=D.createElement(uG,{bordered:!0,copyable:!0,format:i,language:r,className:"docblock-source sb-unstyled",...s},n);if(typeof o>"u")return f;let m=o?wg.dark:wg.light;return D.createElement(AC,{theme:bg({...m,fontCode:d.fonts.mono,fontBase:d.fonts.base})},f)},it=e=>`& :where(${e}:not(.sb-anchor, .sb-unstyled, .sb-unstyled ${e}))`,by=600,pG=M.h1(Ye,({theme:e})=>({color:e.color.defaultText,fontSize:e.typography.size.m3,fontWeight:e.typography.weight.bold,lineHeight:"32px",[`@media (min-width: ${by}px)`]:{fontSize:e.typography.size.l1,lineHeight:"36px",marginBottom:"16px"}})),fG=M.h2(Ye,({theme:e})=>({fontWeight:e.typography.weight.regular,fontSize:e.typography.size.s3,lineHeight:"20px",borderBottom:"none",marginBottom:15,[`@media (min-width: ${by}px)`]:{fontSize:e.typography.size.m1,lineHeight:"28px",marginBottom:24},color:je(.25,e.color.defaultText)})),hG=M.div(({theme:e})=>{let t={fontFamily:e.typography.fonts.base,fontSize:e.typography.size.s3,margin:0,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)",WebkitOverflowScrolling:"touch"},r={margin:"20px 0 8px",padding:0,cursor:"text",position:"relative",color:e.color.defaultText,"&:first-of-type":{marginTop:0,paddingTop:0},"&:hover a.anchor":{textDecoration:"none"},"& code":{fontSize:"inherit"}},n={lineHeight:1,margin:"0 2px",padding:"3px 5px",whiteSpace:"nowrap",borderRadius:3,fontSize:e.typography.size.s2-1,border:e.base==="light"?`1px solid ${e.color.mediumlight}`:`1px solid ${e.color.darker}`,color:e.base==="light"?je(.1,e.color.defaultText):je(.3,e.color.defaultText),backgroundColor:e.base==="light"?e.color.lighter:e.color.border};return{maxWidth:1e3,width:"100%",[it("a")]:{...t,fontSize:"inherit",lineHeight:"24px",color:e.color.secondary,textDecoration:"none","&.absent":{color:"#cc0000"},"&.anchor":{display:"block",paddingLeft:30,marginLeft:-30,cursor:"pointer",position:"absolute",top:0,left:0,bottom:0}},[it("blockquote")]:{...t,margin:"16px 0",borderLeft:`4px solid ${e.color.medium}`,padding:"0 15px",color:e.color.dark,"& > :first-of-type":{marginTop:0},"& > :last-child":{marginBottom:0}},[it("div")]:t,[it("dl")]:{...t,margin:"16px 0",padding:0,"& dt":{fontSize:"14px",fontWeight:"bold",fontStyle:"italic",padding:0,margin:"16px 0 4px"},"& dt:first-of-type":{padding:0},"& dt > :first-of-type":{marginTop:0},"& dt > :last-child":{marginBottom:0},"& dd":{margin:"0 0 16px",padding:"0 15px"},"& dd > :first-of-type":{marginTop:0},"& dd > :last-child":{marginBottom:0}},[it("h1")]:{...t,...r,fontSize:`${e.typography.size.l1}px`,fontWeight:e.typography.weight.bold},[it("h2")]:{...t,...r,fontSize:`${e.typography.size.m2}px`,paddingBottom:4,borderBottom:`1px solid ${e.appBorderColor}`},[it("h3")]:{...t,...r,fontSize:`${e.typography.size.m1}px`,fontWeight:e.typography.weight.bold},[it("h4")]:{...t,...r,fontSize:`${e.typography.size.s3}px`},[it("h5")]:{...t,...r,fontSize:`${e.typography.size.s2}px`},[it("h6")]:{...t,...r,fontSize:`${e.typography.size.s2}px`,color:e.color.dark},[it("hr")]:{border:"0 none",borderTop:`1px solid ${e.appBorderColor}`,height:4,padding:0},[it("img")]:{maxWidth:"100%"},[it("li")]:{...t,fontSize:e.typography.size.s2,color:e.color.defaultText,lineHeight:"24px","& + li":{marginTop:".25em"},"& ul, & ol":{marginTop:".25em",marginBottom:0},"& code":n},[it("ol")]:{...t,margin:"16px 0",paddingLeft:30,"& :first-of-type":{marginTop:0},"& :last-child":{marginBottom:0}},[it("p")]:{...t,margin:"16px 0",fontSize:e.typography.size.s2,lineHeight:"24px",color:e.color.defaultText,"& code":n},[it("pre")]:{...t,fontFamily:e.typography.fonts.mono,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",lineHeight:"18px",padding:"11px 1rem",whiteSpace:"pre-wrap",color:"inherit",borderRadius:3,margin:"1rem 0","&:not(.prismjs)":{background:"transparent",border:"none",borderRadius:0,padding:0,margin:0},"& pre, &.prismjs":{padding:15,margin:0,whiteSpace:"pre-wrap",color:"inherit",fontSize:"13px",lineHeight:"19px",code:{color:"inherit",fontSize:"inherit"}},"& code":{whiteSpace:"pre"},"& code, & tt":{border:"none"}},[it("span")]:{...t,"&.frame":{display:"block",overflow:"hidden","& > span":{border:`1px solid ${e.color.medium}`,display:"block",float:"left",overflow:"hidden",margin:"13px 0 0",padding:7,width:"auto"},"& span img":{display:"block",float:"left"},"& span span":{clear:"both",color:e.color.darkest,display:"block",padding:"5px 0 0"}},"&.align-center":{display:"block",overflow:"hidden",clear:"both","& > span":{display:"block",overflow:"hidden",margin:"13px auto 0",textAlign:"center"},"& span img":{margin:"0 auto",textAlign:"center"}},"&.align-right":{display:"block",overflow:"hidden",clear:"both","& > span":{display:"block",overflow:"hidden",margin:"13px 0 0",textAlign:"right"},"& span img":{margin:0,textAlign:"right"}},"&.float-left":{display:"block",marginRight:13,overflow:"hidden",float:"left","& span":{margin:"13px 0 0"}},"&.float-right":{display:"block",marginLeft:13,overflow:"hidden",float:"right","& > span":{display:"block",overflow:"hidden",margin:"13px auto 0",textAlign:"right"}}},[it("table")]:{...t,margin:"16px 0",fontSize:e.typography.size.s2,lineHeight:"24px",padding:0,borderCollapse:"collapse","& tr":{borderTop:`1px solid ${e.appBorderColor}`,backgroundColor:e.appContentBg,margin:0,padding:0},"& tr:nth-of-type(2n)":{backgroundColor:e.base==="dark"?e.color.darker:e.color.lighter},"& tr th":{fontWeight:"bold",color:e.color.defaultText,border:`1px solid ${e.appBorderColor}`,margin:0,padding:"6px 13px"},"& tr td":{border:`1px solid ${e.appBorderColor}`,color:e.color.defaultText,margin:0,padding:"6px 13px"},"& tr th :first-of-type, & tr td :first-of-type":{marginTop:0},"& tr th :last-child, & tr td :last-child":{marginBottom:0}},[it("ul")]:{...t,margin:"16px 0",paddingLeft:30,"& :first-of-type":{marginTop:0},"& :last-child":{marginBottom:0},listStyle:"disc"}}}),mG=M.div(({theme:e})=>({background:e.background.content,display:"flex",justifyContent:"center",padding:"4rem 20px",minHeight:"100vh",boxSizing:"border-box",gap:"3rem",[`@media (min-width: ${by}px)`]:{}})),gG=({children:e,toc:t})=>D.createElement(mG,{className:"sbdocs sbdocs-wrapper"},D.createElement(hG,{className:"sbdocs sbdocs-content"},e),t),qp=e=>({borderRadius:e.appBorderRadius,background:e.background.content,boxShadow:e.base==="light"?"rgba(0, 0, 0, 0.10) 0 1px 3px 0":"rgba(0, 0, 0, 0.20) 0 2px 5px 0",border:`1px solid ${e.appBorderColor}`}),{window:vG}=globalThis,yG=class extends u.Component{constructor(){super(...arguments),this.iframe=null}componentDidMount(){let{id:e}=this.props;this.iframe=vG.document.getElementById(e)}shouldComponentUpdate(e){let{scale:t}=e;return t!==this.props.scale&&this.setIframeBodyStyle({width:`${t*100}%`,height:`${t*100}%`,transform:`scale(${1/t})`,transformOrigin:"top left"}),!1}setIframeBodyStyle(e){return Object.assign(this.iframe.contentDocument.body.style,e)}render(){let{id:e,title:t,src:r,allowFullScreen:n,scale:o,...i}=this.props;return D.createElement("iframe",{id:e,title:t,src:r,...n?{allow:"fullscreen"}:{},loading:"lazy",...i})}},pT=u.createContext({scale:1}),{PREVIEW_URL:wG}=globalThis,bG=wG||"iframe.html",r2=({story:e,primary:t})=>`story--${e.id}${t?"--primary":""}`,EG=e=>{let t=u.useRef(),[r,n]=u.useState(!0),[o,i]=u.useState(),{story:s,height:d,autoplay:f,forceInitialArgs:m,renderStoryToElement:g}=e;return u.useEffect(()=>{if(!(s&&t.current))return()=>{};let b=t.current,w=g(s,b,{showMain:()=>{},showError:({title:v,description:x})=>i(new Error(`${v} - ${x}`)),showException:v=>i(v)},{autoplay:f,forceInitialArgs:m});return n(!1),()=>{Promise.resolve().then(()=>w())}},[f,g,s]),o?D.createElement("pre",null,D.createElement(HR,{error:o})):D.createElement(D.Fragment,null,d?D.createElement("style",null,`#${r2(e)} { min-height: ${d}; transform: translateZ(0); overflow: auto }`):null,r&&D.createElement(fT,null),D.createElement("div",{ref:t,id:`${r2(e)}-inner`,"data-name":s.name}))},xG=({story:e,height:t="500px"})=>D.createElement("div",{style:{width:"100%",height:t}},D.createElement(pT.Consumer,null,({scale:r})=>D.createElement(yG,{key:"iframe",id:`iframe--${e.id}`,title:e.name,src:eT(bG,e.id,{viewMode:"story"}),allowFullScreen:!0,scale:r,style:{width:"100%",height:"100%",border:"0 none"}}))),CG=M.strong(({theme:e})=>({color:e.color.orange})),DG=e=>{let{inline:t,story:r}=e;return t&&!e.autoplay&&r.usesMount?D.createElement(CG,null,"This story mounts inside of play. Set"," ",D.createElement("a",{href:"https://storybook.js.org/docs/api/doc-blocks/doc-block-story#autoplay"},"autoplay")," ","to true to view this story."):D.createElement("div",{id:r2(e),className:"sb-story sb-unstyled","data-story-block":"true"},t?D.createElement(EG,{...e}):D.createElement(xG,{...e}))},fT=()=>D.createElement(ZR,null),SG=M(jp)({position:"absolute",left:0,right:0,top:0,transition:"transform .2s linear"}),kG=M.div({display:"flex",alignItems:"center",gap:4}),AG=M.div(({theme:e})=>({width:14,height:14,borderRadius:2,margin:"0 7px",backgroundColor:e.appBorderColor,animation:`${e.animation.glow} 1.5s ease-in-out infinite`})),_G=({isLoading:e,storyId:t,baseUrl:r,zoom:n,resetZoom:o,...i})=>D.createElement(SG,{...i},D.createElement(kG,{key:"left"},e?[1,2,3].map(s=>D.createElement(AG,{key:s})):D.createElement(D.Fragment,null,D.createElement(Ma,{key:"zoomin",onClick:s=>{s.preventDefault(),n(.8)},title:"Zoom in"},D.createElement(sq,null)),D.createElement(Ma,{key:"zoomout",onClick:s=>{s.preventDefault(),n(1.25)},title:"Zoom out"},D.createElement(uq,null)),D.createElement(Ma,{key:"zoomreset",onClick:s=>{s.preventDefault(),o()},title:"Reset zoom"},D.createElement(cq,null))))),FG=M.div(({isColumn:e,columns:t,layout:r})=>({display:e||!t?"block":"flex",position:"relative",flexWrap:"wrap",overflow:"auto",flexDirection:e?"column":"row","& .innerZoomElementWrapper > *":e?{width:r!=="fullscreen"?"calc(100% - 20px)":"100%",display:"block"}:{maxWidth:r!=="fullscreen"?"calc(100% - 20px)":"100%",display:"inline-block"}}),({layout:e="padded"})=>e==="centered"||e==="padded"?{padding:"30px 20px","& .innerZoomElementWrapper > *":{width:"auto",border:"10px solid transparent!important"}}:{},({layout:e="padded"})=>e==="centered"?{display:"flex",justifyContent:"center",justifyItems:"center",alignContent:"center",alignItems:"center"}:{},({columns:e})=>e&&e>1?{".innerZoomElementWrapper > *":{minWidth:`calc(100% / ${e} - 20px)`}}:{}),Sx=M(dT)(({theme:e})=>({margin:0,borderTopLeftRadius:0,borderTopRightRadius:0,borderBottomLeftRadius:e.appBorderRadius,borderBottomRightRadius:e.appBorderRadius,border:"none",background:e.base==="light"?"rgba(0, 0, 0, 0.85)":cn(.05,e.background.content),color:e.color.lightest,button:{background:e.base==="light"?"rgba(0, 0, 0, 0.85)":cn(.05,e.background.content)}})),RG=M.div(({theme:e,withSource:t,isExpanded:r})=>({position:"relative",overflow:"hidden",margin:"25px 0 40px",...qp(e),borderBottomLeftRadius:t&&r&&0,borderBottomRightRadius:t&&r&&0,borderBottomWidth:r&&0,"h3 + &":{marginTop:"16px"}}),({withToolbar:e})=>e&&{paddingTop:40}),TG=(e,t,r)=>{switch(!0){case!!(e&&e.error):return{source:null,actionItem:{title:"No code available",className:"docblock-code-toggle docblock-code-toggle--disabled",disabled:!0,onClick:()=>r(!1)}};case t:return{source:D.createElement(Sx,{...e,dark:!0}),actionItem:{title:"Hide code",className:"docblock-code-toggle docblock-code-toggle--expanded",onClick:()=>r(!1)}};default:return{source:D.createElement(Sx,{...e,dark:!0}),actionItem:{title:"Show code",className:"docblock-code-toggle",onClick:()=>r(!0)}}}};function IG(e){if(u.Children.count(e)===1){let t=e;if(t.props)return t.props.id}return null}var zG=M(_G)({position:"absolute",top:0,left:0,right:0,height:40}),BG=M.div({overflow:"hidden",position:"relative"}),hT=({isLoading:e,isColumn:t,columns:r,children:n,withSource:o,withToolbar:i=!1,isExpanded:s=!1,additionalActions:d,className:f,layout:m="padded",...g})=>{let[b,w]=u.useState(s),{source:v,actionItem:x}=TG(o,b,w),[E,S]=u.useState(1),_=[f].concat(["sbdocs","sbdocs-preview","sb-unstyled"]),F=o?[x]:[],[A,k]=u.useState(d?[...d]:[]),R=[...F,...A],{window:I}=globalThis,z=u.useCallback(async O=>{let{createCopyToClipboardFunction:j}=await Jx(async()=>{const{createCopyToClipboardFunction:q}=await Promise.resolve().then(()=>iq);return{createCopyToClipboardFunction:q}},void 0,import.meta.url);j()},[]),B=O=>{let j=I.getSelection();j&&j.type==="Range"||(O.preventDefault(),A.filter(q=>q.title==="Copied").length===0&&z(v.props.code).then(()=>{k([...A,{title:"Copied",onClick:()=>{}}]),I.setTimeout(()=>k(A.filter(q=>q.title!=="Copied")),1500)}))};return D.createElement(RG,{withSource:o,withToolbar:i,...g,className:_.join(" ")},i&&D.createElement(zG,{isLoading:e,border:!0,zoom:O=>S(E*O),resetZoom:()=>S(1),storyId:IG(n),baseUrl:"./iframe.html"}),D.createElement(pT.Provider,{value:{scale:E}},D.createElement(BG,{className:"docs-story",onCopyCapture:o&&B},D.createElement(FG,{isColumn:t||!Array.isArray(n),columns:r,layout:m},D.createElement($R.Element,{scale:E},Array.isArray(n)?n.map((O,j)=>D.createElement("div",{key:j},O)):D.createElement("div",null,n))),D.createElement(op,{actionItems:R}))),o&&b&&v)};M(hT)(()=>({".docs-story":{paddingTop:32,paddingBottom:40}}));function xo(){return xo=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},xo.apply(this,arguments)}var LG=["children","options"],kx,Ax;(function(e){e.blockQuote="0",e.breakLine="1",e.breakThematic="2",e.codeBlock="3",e.codeFenced="4",e.codeInline="5",e.footnote="6",e.footnoteReference="7",e.gfmTask="8",e.heading="9",e.headingSetext="10",e.htmlBlock="11",e.htmlComment="12",e.htmlSelfClosing="13",e.image="14",e.link="15",e.linkAngleBraceStyleDetector="16",e.linkBareUrlDetector="17",e.linkMailtoDetector="18",e.newlineCoalescer="19",e.orderedList="20",e.paragraph="21",e.ref="22",e.refImage="23",e.refLink="24",e.table="25",e.tableSeparator="26",e.text="27",e.textBolded="28",e.textEmphasized="29",e.textEscaped="30",e.textMarked="31",e.textStrikethroughed="32",e.unorderedList="33"})(kx||(kx={})),function(e){e[e.MAX=0]="MAX",e[e.HIGH=1]="HIGH",e[e.MED=2]="MED",e[e.LOW=3]="LOW",e[e.MIN=4]="MIN"}(Ax||(Ax={}));var _x=["allowFullScreen","allowTransparency","autoComplete","autoFocus","autoPlay","cellPadding","cellSpacing","charSet","className","classId","colSpan","contentEditable","contextMenu","crossOrigin","encType","formAction","formEncType","formMethod","formNoValidate","formTarget","frameBorder","hrefLang","inputMode","keyParams","keyType","marginHeight","marginWidth","maxLength","mediaGroup","minLength","noValidate","radioGroup","readOnly","rowSpan","spellCheck","srcDoc","srcLang","srcSet","tabIndex","useMap"].reduce((e,t)=>(e[t.toLowerCase()]=t,e),{for:"htmlFor"}),Fx={amp:"&",apos:"'",gt:">",lt:"<",nbsp:" ",quot:"“"},OG=["style","script"],MG=/([-A-Z0-9_:]+)(?:\s*=\s*(?:(?:"((?:\\.|[^"])*)")|(?:'((?:\\.|[^'])*)')|(?:\{((?:\\.|{[^}]*?}|[^}])*)\})))?/gi,PG=/mailto:/i,NG=/\n{2,}$/,mT=/^(\s*>[\s\S]*?)(?=\n{2,})/,$G=/^ *> ?/gm,HG=/^ {2,}\n/,jG=/^(?:( *[-*_])){3,} *(?:\n *)+\n/,gT=/^\s*(`{3,}|~{3,}) *(\S+)?([^\n]*?)?\n([\s\S]+?)\s*\1 *(?:\n *)*\n?/,vT=/^(?: {4}[^\n]+\n*)+(?:\n *)+\n?/,VG=/^(`+)\s*([\s\S]*?[^`])\s*\1(?!`)/,UG=/^(?:\n *)*\n/,WG=/\r\n?/g,qG=/^\[\^([^\]]+)](:(.*)((\n+ {4,}.*)|(\n(?!\[\^).+))*)/,GG=/^\[\^([^\]]+)]/,YG=/\f/g,KG=/^---[ \t]*\n(.|\n)*\n---[ \t]*\n/,XG=/^\s*?\[(x|\s)\]/,yT=/^ *(#{1,6}) *([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/,wT=/^ *(#{1,6}) +([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/,bT=/^([^\n]+)\n *(=|-){3,} *(?:\n *)+\n/,n2=/^ *(?!<[a-z][^ >/]* ?\/>)<([a-z][^ >/]*) ?([^>]*)>\n?(\s*(?:<\1[^>]*?>[\s\S]*?<\/\1>|(?!<\1\b)[\s\S])*?)<\/\1>(?!<\/\1>)\n*/i,JG=/&([a-z0-9]+|#[0-9]{1,6}|#x[0-9a-fA-F]{1,6});/gi,ET=/^<!--[\s\S]*?(?:-->)/,ZG=/^(data|aria|x)-[a-z_][a-z\d_.-]*$/,a2=/^ *<([a-z][a-z0-9:]*)(?:\s+((?:<.*?>|[^>])*))?\/?>(?!<\/\1>)(\s*\n)?/i,QG=/^\{.*\}$/,eY=/^(https?:\/\/[^\s<]+[^<.,:;"')\]\s])/,tY=/^<([^ >]+@[^ >]+)>/,rY=/^<([^ >]+:\/[^ >]+)>/,nY=/-([a-z])?/gi,xT=/^(.*\|?.*)\n *(\|? *[-:]+ *\|[-| :]*)\n((?:.*\|.*\n)*)\n?/,aY=/^\[([^\]]*)\]:\s+<?([^\s>]+)>?\s*("([^"]*)")?/,oY=/^!\[([^\]]*)\] ?\[([^\]]*)\]/,lY=/^\[([^\]]*)\] ?\[([^\]]*)\]/,iY=/(\[|\])/g,sY=/(\n|^[-*]\s|^#|^ {2,}|^-{2,}|^>\s)/,uY=/\t/g,cY=/^ *\| */,dY=/(^ *\||\| *$)/g,pY=/ *$/,fY=/^ *:-+: *$/,hY=/^ *:-+ *$/,mY=/^ *-+: *$/,Gp="((?:\\[.*?\\][([].*?[)\\]]|<.*?>(?:.*?<.*?>)?|`.*?`|~~.*?~~|==.*?==|.|\\n)*?)",gY=new RegExp(`^([*_])\\1${Gp}\\1\\1(?!\\1)`),vY=new RegExp(`^([*_])${Gp}\\1(?!\\1|\\w)`),yY=new RegExp(`^==${Gp}==`),wY=new RegExp(`^~~${Gp}~~`),bY=/^\\([^0-9A-Za-z\s])/,EY=/^[\s\S]+?(?=[^0-9A-Z\s\u00c0-\uffff&#;.()'"]|\d+\.|\n\n| {2,}\n|\w+:\S|$)/i,xY=/^\n+/,CY=/^([ \t]*)/,DY=/\\([^\\])/g,Rx=/ *\n+$/,SY=/(?:^|\n)( *)$/,Ey="(?:\\d+\\.)",xy="(?:[*+-])";function CT(e){return"( *)("+(e===1?Ey:xy)+") +"}var DT=CT(1),ST=CT(2);function kT(e){return new RegExp("^"+(e===1?DT:ST))}var kY=kT(1),AY=kT(2);function AT(e){return new RegExp("^"+(e===1?DT:ST)+"[^\\n]*(?:\\n(?!\\1"+(e===1?Ey:xy)+" )[^\\n]*)*(\\n|$)","gm")}var _T=AT(1),FT=AT(2);function RT(e){let t=e===1?Ey:xy;return new RegExp("^( *)("+t+") [\\s\\S]+?(?:\\n{2,}(?! )(?!\\1"+t+" (?!"+t+" ))\\n*|\\s*\\n*$)")}var TT=RT(1),IT=RT(2);function Tx(e,t){let r=t===1,n=r?TT:IT,o=r?_T:FT,i=r?kY:AY;return{match(s,d,f){let m=SY.exec(f);return m&&(d.list||!d.inline&&!d.simple)?n.exec(s=m[1]+s):null},order:1,parse(s,d,f){let m=r?+s[2]:void 0,g=s[0].replace(NG,`
|
|
572
|
+
`).match(o),b=!1;return{items:g.map(function(w,v){let x=i.exec(w)[0].length,E=new RegExp("^ {1,"+x+"}","gm"),S=w.replace(E,"").replace(i,""),_=v===g.length-1,F=S.indexOf(`
|
|
573
|
+
|
|
574
|
+
`)!==-1||_&&b;b=F;let A=f.inline,k=f.list,R;f.list=!0,F?(f.inline=!1,R=S.replace(Rx,`
|
|
575
|
+
|
|
576
|
+
`)):(f.inline=!0,R=S.replace(Rx,""));let I=d(R,f);return f.inline=A,f.list=k,I}),ordered:r,start:m}},render:(s,d,f)=>e(s.ordered?"ol":"ul",{key:f.key,start:s.type==="20"?s.start:void 0},s.items.map(function(m,g){return e("li",{key:g},d(m,f))}))}}var _Y=new RegExp(`^\\[((?:\\[[^\\]]*\\]|[^\\[\\]]|\\](?=[^\\[]*\\]))*)\\]\\(\\s*<?((?:\\([^)]*\\)|[^\\s\\\\]|\\\\.)*?)>?(?:\\s+['"]([\\s\\S]*?)['"])?\\s*\\)`),FY=/^!\[(.*?)\]\( *((?:\([^)]*\)|[^() ])*) *"?([^)"]*)?"?\)/,zT=[mT,gT,vT,yT,bT,wT,ET,xT,_T,TT,FT,IT],RY=[...zT,/^[^\n]+(?: \n|\n{2,})/,n2,a2];function TY(e){return e.replace(/[ÀÁÂÃÄÅàáâãä忯]/g,"a").replace(/[çÇ]/g,"c").replace(/[ðÐ]/g,"d").replace(/[ÈÉÊËéèêë]/g,"e").replace(/[ÏïÎîÍíÌì]/g,"i").replace(/[Ññ]/g,"n").replace(/[øØœŒÕõÔôÓóÒò]/g,"o").replace(/[ÜüÛûÚúÙù]/g,"u").replace(/[ŸÿÝý]/g,"y").replace(/[^a-z0-9- ]/gi,"").replace(/ /gi,"-").toLowerCase()}function IY(e){return mY.test(e)?"right":fY.test(e)?"center":hY.test(e)?"left":null}function Ix(e,t,r){let n=r.inTable;r.inTable=!0;let o=t(e.trim(),r);r.inTable=n;let i=[[]];return o.forEach(function(s,d){s.type==="26"?d!==0&&d!==o.length-1&&i.push([]):(s.type!=="27"||o[d+1]!=null&&o[d+1].type!=="26"||(s.text=s.text.replace(pY,"")),i[i.length-1].push(s))}),i}function zY(e,t,r){r.inline=!0;let n=Ix(e[1],t,r),o=e[2].replace(dY,"").split("|").map(IY),i=function(s,d,f){return s.trim().split(`
|
|
577
|
+
`).map(function(m){return Ix(m,d,f)})}(e[3],t,r);return r.inline=!1,{align:o,cells:i,header:n,type:"25"}}function zx(e,t){return e.align[t]==null?{}:{textAlign:e.align[t]}}function Da(e){return function(t,r){return r.inline?e.exec(t):null}}function Sa(e){return function(t,r){return r.inline||r.simple?e.exec(t):null}}function Un(e){return function(t,r){return r.inline||r.simple?null:e.exec(t)}}function Ts(e){return function(t){return e.exec(t)}}function BY(e,t,r){if(t.inline||t.simple||r&&!r.endsWith(`
|
|
578
|
+
`))return null;let n="";e.split(`
|
|
579
|
+
`).every(i=>!zT.some(s=>s.test(i))&&(n+=i+`
|
|
580
|
+
`,i.trim()));let o=n.trimEnd();return o==""?null:[n,o]}function kl(e){try{if(decodeURIComponent(e).replace(/[^A-Za-z0-9/:]/g,"").match(/^\s*(javascript|vbscript|data(?!:image)):/i))return}catch{return null}return e}function Bx(e){return e.replace(DY,"$1")}function Z0(e,t,r){let n=r.inline||!1,o=r.simple||!1;r.inline=!0,r.simple=!0;let i=e(t,r);return r.inline=n,r.simple=o,i}function LY(e,t,r){let n=r.inline||!1,o=r.simple||!1;r.inline=!1,r.simple=!0;let i=e(t,r);return r.inline=n,r.simple=o,i}function OY(e,t,r){return r.inline=!1,e(t,r)}var sg=(e,t,r)=>({children:Z0(t,e[1],r)});function ug(){return{}}function cg(){return null}function MY(...e){return e.filter(Boolean).join(" ")}function dg(e,t,r){let n=e,o=t.split(".");for(;o.length&&(n=n[o[0]],n!==void 0);)o.shift();return n||r}function PY(e="",t={}){t.overrides=t.overrides||{},t.slugify=t.slugify||TY,t.namedCodesToUnicode=t.namedCodesToUnicode?xo({},Fx,t.namedCodesToUnicode):Fx;let r=t.createElement||u.createElement;function n(v,x,...E){let S=dg(t.overrides,`${v}.props`,{});return r(function(_,F){let A=dg(F,_);return A?typeof A=="function"||typeof A=="object"&&"render"in A?A:dg(F,`${_}.component`,_):_}(v,t.overrides),xo({},x,S,{className:MY(x?.className,S.className)||void 0}),...E)}function o(v){v=v.replace(KG,"");let x=!1;t.forceInline?x=!0:t.forceBlock||(x=sY.test(v)===!1);let E=g(m(x?v:`${v.trimEnd().replace(xY,"")}
|
|
581
|
+
|
|
582
|
+
`,{inline:x}));for(;typeof E[E.length-1]=="string"&&!E[E.length-1].trim();)E.pop();if(t.wrapper===null)return E;let S=t.wrapper||(x?"span":"div"),_;if(E.length>1||t.forceWrapper)_=E;else{if(E.length===1)return _=E[0],typeof _=="string"?n("span",{key:"outer"},_):_;_=null}return u.createElement(S,{key:"outer"},_)}function i(v){let x=v.match(MG);return x?x.reduce(function(E,S,_){let F=S.indexOf("=");if(F!==-1){let A=function(z){return z.indexOf("-")!==-1&&z.match(ZG)===null&&(z=z.replace(nY,function(B,O){return O.toUpperCase()})),z}(S.slice(0,F)).trim(),k=function(z){let B=z[0];return(B==='"'||B==="'")&&z.length>=2&&z[z.length-1]===B?z.slice(1,-1):z}(S.slice(F+1).trim()),R=_x[A]||A,I=E[R]=function(z,B){return z==="style"?B.split(/;\s?/).reduce(function(O,j){let q=j.slice(0,j.indexOf(":"));return O[q.trim().replace(/(-[a-z])/g,X=>X[1].toUpperCase())]=j.slice(q.length+1).trim(),O},{}):z==="href"||z==="src"?kl(B):(B.match(QG)&&(B=B.slice(1,B.length-1)),B==="true"||B!=="false"&&B)}(A,k);typeof I=="string"&&(n2.test(I)||a2.test(I))&&(E[R]=u.cloneElement(o(I.trim()),{key:_}))}else S!=="style"&&(E[_x[S]||S]=!0);return E},{}):null}let s=[],d={},f={0:{match:Un(mT),order:1,parse:(v,x,E)=>({children:x(v[0].replace($G,""),E)}),render:(v,x,E)=>n("blockquote",{key:E.key},x(v.children,E))},1:{match:Ts(HG),order:1,parse:ug,render:(v,x,E)=>n("br",{key:E.key})},2:{match:Un(jG),order:1,parse:ug,render:(v,x,E)=>n("hr",{key:E.key})},3:{match:Un(vT),order:0,parse:v=>({lang:void 0,text:v[0].replace(/^ {4}/gm,"").replace(/\n+$/,"")}),render:(v,x,E)=>n("pre",{key:E.key},n("code",xo({},v.attrs,{className:v.lang?`lang-${v.lang}`:""}),v.text))},4:{match:Un(gT),order:0,parse:v=>({attrs:i(v[3]||""),lang:v[2]||void 0,text:v[4],type:"3"})},5:{match:Sa(VG),order:3,parse:v=>({text:v[2]}),render:(v,x,E)=>n("code",{key:E.key},v.text)},6:{match:Un(qG),order:0,parse:v=>(s.push({footnote:v[2],identifier:v[1]}),{}),render:cg},7:{match:Da(GG),order:1,parse:v=>({target:`#${t.slugify(v[1])}`,text:v[1]}),render:(v,x,E)=>n("a",{key:E.key,href:kl(v.target)},n("sup",{key:E.key},v.text))},8:{match:Da(XG),order:1,parse:v=>({completed:v[1].toLowerCase()==="x"}),render:(v,x,E)=>n("input",{checked:v.completed,key:E.key,readOnly:!0,type:"checkbox"})},9:{match:Un(t.enforceAtxHeadings?wT:yT),order:1,parse:(v,x,E)=>({children:Z0(x,v[2],E),id:t.slugify(v[2]),level:v[1].length}),render:(v,x,E)=>n(`h${v.level}`,{id:v.id,key:E.key},x(v.children,E))},10:{match:Un(bT),order:0,parse:(v,x,E)=>({children:Z0(x,v[1],E),level:v[2]==="="?1:2,type:"9"})},11:{match:Ts(n2),order:1,parse(v,x,E){let[,S]=v[3].match(CY),_=new RegExp(`^${S}`,"gm"),F=v[3].replace(_,""),A=(k=F,RY.some(B=>B.test(k))?OY:Z0);var k;let R=v[1].toLowerCase(),I=OG.indexOf(R)!==-1,z={attrs:i(v[2]),noInnerParse:I,tag:(I?R:v[1]).trim()};return E.inAnchor=E.inAnchor||R==="a",I?z.text=v[3]:z.children=A(x,F,E),E.inAnchor=!1,z},render:(v,x,E)=>n(v.tag,xo({key:E.key},v.attrs),v.text||x(v.children,E))},13:{match:Ts(a2),order:1,parse:v=>({attrs:i(v[2]||""),tag:v[1].trim()}),render:(v,x,E)=>n(v.tag,xo({},v.attrs,{key:E.key}))},12:{match:Ts(ET),order:1,parse:()=>({}),render:cg},14:{match:Sa(FY),order:1,parse:v=>({alt:v[1],target:Bx(v[2]),title:v[3]}),render:(v,x,E)=>n("img",{key:E.key,alt:v.alt||void 0,title:v.title||void 0,src:kl(v.target)})},15:{match:Da(_Y),order:3,parse:(v,x,E)=>({children:LY(x,v[1],E),target:Bx(v[2]),title:v[3]}),render:(v,x,E)=>n("a",{key:E.key,href:kl(v.target),title:v.title},x(v.children,E))},16:{match:Da(rY),order:0,parse:v=>({children:[{text:v[1],type:"27"}],target:v[1],type:"15"})},17:{match:(v,x)=>x.inAnchor?null:Da(eY)(v,x),order:0,parse:v=>({children:[{text:v[1],type:"27"}],target:v[1],title:void 0,type:"15"})},18:{match:Da(tY),order:0,parse(v){let x=v[1],E=v[1];return PG.test(E)||(E="mailto:"+E),{children:[{text:x.replace("mailto:",""),type:"27"}],target:E,type:"15"}}},20:Tx(n,1),33:Tx(n,2),19:{match:Un(UG),order:3,parse:ug,render:()=>`
|
|
583
|
+
`},21:{match:BY,order:3,parse:sg,render:(v,x,E)=>n("p",{key:E.key},x(v.children,E))},22:{match:Da(aY),order:0,parse:v=>(d[v[1]]={target:v[2],title:v[4]},{}),render:cg},23:{match:Sa(oY),order:0,parse:v=>({alt:v[1]||void 0,ref:v[2]}),render:(v,x,E)=>d[v.ref]?n("img",{key:E.key,alt:v.alt,src:kl(d[v.ref].target),title:d[v.ref].title}):null},24:{match:Da(lY),order:0,parse:(v,x,E)=>({children:x(v[1],E),fallbackChildren:x(v[0].replace(iY,"\\$1"),E),ref:v[2]}),render:(v,x,E)=>d[v.ref]?n("a",{key:E.key,href:kl(d[v.ref].target),title:d[v.ref].title},x(v.children,E)):n("span",{key:E.key},x(v.fallbackChildren,E))},25:{match:Un(xT),order:1,parse:zY,render:(v,x,E)=>n("table",{key:E.key},n("thead",null,n("tr",null,v.header.map(function(S,_){return n("th",{key:_,style:zx(v,_)},x(S,E))}))),n("tbody",null,v.cells.map(function(S,_){return n("tr",{key:_},S.map(function(F,A){return n("td",{key:A,style:zx(v,A)},x(F,E))}))})))},26:{match:function(v,x){return x.inTable?(x.inline=!0,cY.exec(v)):null},order:1,parse:function(){return{type:"26"}},render:()=>" | "},27:{match:Ts(EY),order:4,parse:v=>({text:v[0].replace(JG,(x,E)=>t.namedCodesToUnicode[E]?t.namedCodesToUnicode[E]:x)}),render:v=>v.text},28:{match:Sa(gY),order:2,parse:(v,x,E)=>({children:x(v[2],E)}),render:(v,x,E)=>n("strong",{key:E.key},x(v.children,E))},29:{match:Sa(vY),order:3,parse:(v,x,E)=>({children:x(v[2],E)}),render:(v,x,E)=>n("em",{key:E.key},x(v.children,E))},30:{match:Sa(bY),order:1,parse:v=>({text:v[1],type:"27"})},31:{match:Sa(yY),order:3,parse:sg,render:(v,x,E)=>n("mark",{key:E.key},x(v.children,E))},32:{match:Sa(wY),order:3,parse:sg,render:(v,x,E)=>n("del",{key:E.key},x(v.children,E))}};t.disableParsingRawHTML===!0&&(delete f[11],delete f[13]);let m=function(v){let x=Object.keys(v);function E(S,_){let F=[],A="";for(;S;){let k=0;for(;k<x.length;){let R=x[k],I=v[R],z=I.match(S,_,A);if(z){let B=z[0];S=S.substring(B.length);let O=I.parse(z,E,_);O.type==null&&(O.type=R),F.push(O),A=B;break}k++}}return F}return x.sort(function(S,_){let F=v[S].order,A=v[_].order;return F!==A?F-A:S<_?-1:1}),function(S,_){return E(function(F){return F.replace(WG,`
|
|
584
|
+
`).replace(YG,"").replace(uY," ")}(S),_)}}(f),g=(b=function(v,x){return function(E,S,_){let F=v[E.type].render;return x?x(()=>F(E,S,_),E,S,_):F(E,S,_)}}(f,t.renderRule),function v(x,E={}){if(Array.isArray(x)){let S=E.key,_=[],F=!1;for(let A=0;A<x.length;A++){E.key=A;let k=v(x[A],E),R=typeof k=="string";R&&F?_[_.length-1]+=k:k!==null&&_.push(k),F=R}return E.key=S,_}return b(x,v,E)});var b;let w=o(e);return s.length?n("div",null,w,n("footer",{key:"footer"},s.map(function(v){return n("div",{id:t.slugify(v.identifier),key:v.identifier},v.identifier,g(m(v.footnote,{inline:!0})))}))):w}var BT=e=>{let{children:t="",options:r}=e,n=function(o,i){if(o==null)return{};var s,d,f={},m=Object.keys(o);for(d=0;d<m.length;d++)i.indexOf(s=m[d])>=0||(f[s]=o[s]);return f}(e,LG);return u.cloneElement(PY(t,r),n)},NY=M.label(({theme:e})=>({lineHeight:"18px",alignItems:"center",marginBottom:8,display:"inline-block",position:"relative",whiteSpace:"nowrap",background:e.boolean.background,borderRadius:"3em",padding:1,'&[aria-disabled="true"]':{opacity:.5,input:{cursor:"not-allowed"}},input:{appearance:"none",width:"100%",height:"100%",position:"absolute",left:0,top:0,margin:0,padding:0,border:"none",background:"transparent",cursor:"pointer",borderRadius:"3em","&:focus":{outline:"none",boxShadow:`${e.color.secondary} 0 0 0 1px inset !important`}},span:{textAlign:"center",fontSize:e.typography.size.s1,fontWeight:e.typography.weight.bold,lineHeight:"1",cursor:"pointer",display:"inline-block",padding:"7px 15px",transition:"all 100ms ease-out",userSelect:"none",borderRadius:"3em",color:je(.5,e.color.defaultText),background:"transparent","&:hover":{boxShadow:`${A0(.3,e.appBorderColor)} 0 0 0 1px inset`},"&:active":{boxShadow:`${A0(.05,e.appBorderColor)} 0 0 0 2px inset`,color:A0(1,e.appBorderColor)},"&:first-of-type":{paddingRight:8},"&:last-of-type":{paddingLeft:8}},"input:checked ~ span:last-of-type, input:not(:checked) ~ span:first-of-type":{background:e.boolean.selectedBackground,boxShadow:e.base==="light"?`${A0(.1,e.appBorderColor)} 0 0 2px`:`${e.appBorderColor} 0 0 0 1px`,color:e.color.defaultText,padding:"7px 15px"}})),$Y=e=>e==="true",HY=({name:e,value:t,onChange:r,onBlur:n,onFocus:o,argType:i})=>{let s=u.useCallback(()=>r(!1),[r]),d=!!i?.table?.readonly;if(t===void 0)return D.createElement(Ka,{variant:"outline",size:"medium",id:Ud(e),onClick:s,disabled:d},"Set boolean");let f=Kr(e),m=typeof t=="string"?$Y(t):t;return D.createElement(NY,{"aria-disabled":d,htmlFor:f,"aria-label":e},D.createElement("input",{id:f,type:"checkbox",onChange:g=>r(g.target.checked),checked:m,role:"switch",disabled:d,name:e,onBlur:n,onFocus:o}),D.createElement("span",{"aria-hidden":"true"},"False"),D.createElement("span",{"aria-hidden":"true"},"True"))},jY=e=>{let[t,r,n]=e.split("-"),o=new Date;return o.setFullYear(parseInt(t,10),parseInt(r,10)-1,parseInt(n,10)),o},VY=e=>{let[t,r]=e.split(":"),n=new Date;return n.setHours(parseInt(t,10)),n.setMinutes(parseInt(r,10)),n},UY=e=>{let t=new Date(e),r=`000${t.getFullYear()}`.slice(-4),n=`0${t.getMonth()+1}`.slice(-2),o=`0${t.getDate()}`.slice(-2);return`${r}-${n}-${o}`},WY=e=>{let t=new Date(e),r=`0${t.getHours()}`.slice(-2),n=`0${t.getMinutes()}`.slice(-2);return`${r}:${n}`},Lx=M(Si.Input)(({readOnly:e})=>({opacity:e?.5:1})),qY=M.div(({theme:e})=>({flex:1,display:"flex",input:{marginLeft:10,flex:1,height:32,"&::-webkit-calendar-picker-indicator":{opacity:.5,height:12,filter:e.base==="light"?void 0:"invert(1)"}},"input:first-of-type":{marginLeft:0,flexGrow:4},"input:last-of-type":{flexGrow:3}})),GY=({name:e,value:t,onChange:r,onFocus:n,onBlur:o,argType:i})=>{let[s,d]=u.useState(!0),f=u.useRef(),m=u.useRef(),g=!!i?.table?.readonly;u.useEffect(()=>{s!==!1&&(f&&f.current&&(f.current.value=t?UY(t):""),m&&m.current&&(m.current.value=t?WY(t):""))},[t]);let b=x=>{if(!x.target.value)return r();let E=jY(x.target.value),S=new Date(t);S.setFullYear(E.getFullYear(),E.getMonth(),E.getDate());let _=S.getTime();_&&r(_),d(!!_)},w=x=>{if(!x.target.value)return r();let E=VY(x.target.value),S=new Date(t);S.setHours(E.getHours()),S.setMinutes(E.getMinutes());let _=S.getTime();_&&r(_),d(!!_)},v=Kr(e);return D.createElement(qY,null,D.createElement(Lx,{type:"date",max:"9999-12-31",ref:f,id:`${v}-date`,name:`${v}-date`,readOnly:g,onChange:b,onFocus:n,onBlur:o}),D.createElement(Lx,{type:"time",id:`${v}-time`,name:`${v}-time`,ref:m,onChange:w,readOnly:g,onFocus:n,onBlur:o}),s?null:D.createElement("div",null,"invalid"))},YY=M.label({display:"flex"}),KY=e=>{let t=parseFloat(e);return Number.isNaN(t)?void 0:t},XY=M(Si.Input)(({readOnly:e})=>({opacity:e?.5:1})),JY=({name:e,value:t,onChange:r,min:n,max:o,step:i,onBlur:s,onFocus:d,argType:f})=>{let[m,g]=u.useState(typeof t=="number"?t:""),[b,w]=u.useState(!1),[v,x]=u.useState(null),E=!!f?.table?.readonly,S=u.useCallback(A=>{g(A.target.value);let k=parseFloat(A.target.value);Number.isNaN(k)?x(new Error(`'${A.target.value}' is not a number`)):(r(k),x(null))},[r,x]),_=u.useCallback(()=>{g("0"),r(0),w(!0)},[w]),F=u.useRef(null);return u.useEffect(()=>{b&&F.current&&F.current.select()},[b]),u.useEffect(()=>{m!==(typeof t=="number"?t:"")&&g(t)},[t]),t===void 0?D.createElement(Ka,{variant:"outline",size:"medium",id:Ud(e),onClick:_,disabled:E},"Set number"):D.createElement(YY,null,D.createElement(XY,{ref:F,id:Kr(e),type:"number",onChange:S,size:"flex",placeholder:"Edit number...",value:m,valid:v?"error":null,autoFocus:b,readOnly:E,name:e,min:n,max:o,step:i,onFocus:d,onBlur:s}))},LT=(e,t)=>{let r=t&&Object.entries(t).find(([n,o])=>o===e);return r?r[0]:void 0},o2=(e,t)=>e&&t?Object.entries(t).filter(r=>e.includes(r[1])).map(r=>r[0]):[],OT=(e,t)=>e&&t&&e.map(r=>t[r]),ZY=M.div(({isInline:e})=>e?{display:"flex",flexWrap:"wrap",alignItems:"flex-start",label:{display:"inline-flex",marginRight:15}}:{label:{display:"flex"}},e=>{if(e["aria-readonly"]==="true")return{input:{cursor:"not-allowed"}}}),QY=M.span({"[aria-readonly=true] &":{opacity:.5}}),eK=M.label({lineHeight:"20px",alignItems:"center",marginBottom:8,"&:last-child":{marginBottom:0},input:{margin:0,marginRight:6}}),Ox=({name:e,options:t,value:r,onChange:n,isInline:o,argType:i})=>{if(!t)return wy.warn(`Checkbox with no options: ${e}`),D.createElement(D.Fragment,null,"-");let s=o2(r,t),[d,f]=u.useState(s),m=!!i?.table?.readonly,g=w=>{let v=w.target.value,x=[...d];x.includes(v)?x.splice(x.indexOf(v),1):x.push(v),n(OT(x,t)),f(x)};u.useEffect(()=>{f(o2(r,t))},[r]);let b=Kr(e);return D.createElement(ZY,{"aria-readonly":m,isInline:o},Object.keys(t).map((w,v)=>{let x=`${b}-${v}`;return D.createElement(eK,{key:x,htmlFor:x},D.createElement("input",{type:"checkbox",disabled:m,id:x,name:x,value:w,onChange:g,checked:d?.includes(w)}),D.createElement(QY,null,w))}))},tK=M.div(({isInline:e})=>e?{display:"flex",flexWrap:"wrap",alignItems:"flex-start",label:{display:"inline-flex",marginRight:15}}:{label:{display:"flex"}},e=>{if(e["aria-readonly"]==="true")return{input:{cursor:"not-allowed"}}}),rK=M.span({"[aria-readonly=true] &":{opacity:.5}}),nK=M.label({lineHeight:"20px",alignItems:"center",marginBottom:8,"&:last-child":{marginBottom:0},input:{margin:0,marginRight:6}}),Mx=({name:e,options:t,value:r,onChange:n,isInline:o,argType:i})=>{if(!t)return wy.warn(`Radio with no options: ${e}`),D.createElement(D.Fragment,null,"-");let s=LT(r,t),d=Kr(e),f=!!i?.table?.readonly;return D.createElement(tK,{"aria-readonly":f,isInline:o},Object.keys(t).map((m,g)=>{let b=`${d}-${g}`;return D.createElement(nK,{key:b,htmlFor:b},D.createElement("input",{type:"radio",id:b,name:d,disabled:f,value:m,onChange:w=>n(t[w.currentTarget.value]),checked:m===s}),D.createElement(rK,null,m))}))},aK={appearance:"none",border:"0 none",boxSizing:"inherit",display:" block",margin:" 0",background:"transparent",padding:0,fontSize:"inherit",position:"relative"},MT=M.select(aK,({theme:e})=>({boxSizing:"border-box",position:"relative",padding:"6px 10px",width:"100%",color:e.input.color||"inherit",background:e.input.background,borderRadius:e.input.borderRadius,boxShadow:`${e.input.border} 0 0 0 1px inset`,fontSize:e.typography.size.s2-1,lineHeight:"20px","&:focus":{boxShadow:`${e.color.secondary} 0 0 0 1px inset`,outline:"none"},"&[disabled]":{cursor:"not-allowed",opacity:.5},"::placeholder":{color:e.textMutedColor},"&[multiple]":{overflow:"auto",padding:0,option:{display:"block",padding:"6px 10px",marginLeft:1,marginRight:1}}})),PT=M.span(({theme:e})=>({display:"inline-block",lineHeight:"normal",overflow:"hidden",position:"relative",verticalAlign:"top",width:"100%",svg:{position:"absolute",zIndex:1,pointerEvents:"none",height:"12px",marginTop:"-6px",right:"12px",top:"50%",fill:e.textMutedColor,path:{fill:e.textMutedColor}}})),Px="Choose option...",oK=({name:e,value:t,options:r,onChange:n,argType:o})=>{let i=m=>{n(r[m.currentTarget.value])},s=LT(t,r)||Px,d=Kr(e),f=!!o?.table?.readonly;return D.createElement(PT,null,D.createElement(rT,null),D.createElement(MT,{disabled:f,id:d,value:s,onChange:i},D.createElement("option",{key:"no-selection",disabled:!0},Px),Object.keys(r).map(m=>D.createElement("option",{key:m,value:m},m))))},lK=({name:e,value:t,options:r,onChange:n,argType:o})=>{let i=m=>{let g=Array.from(m.currentTarget.options).filter(b=>b.selected).map(b=>b.value);n(OT(g,r))},s=o2(t,r),d=Kr(e),f=!!o?.table?.readonly;return D.createElement(PT,null,D.createElement(MT,{disabled:f,id:d,multiple:!0,value:s,onChange:i},Object.keys(r).map(m=>D.createElement("option",{key:m,value:m},m))))},Nx=e=>{let{name:t,options:r}=e;return r?e.isMulti?D.createElement(lK,{...e}):D.createElement(oK,{...e}):(wy.warn(`Select with no options: ${t}`),D.createElement(D.Fragment,null,"-"))},iK=(e,t)=>Array.isArray(e)?e.reduce((r,n)=>(r[t?.[n]||String(n)]=n,r),{}):e,sK={check:Ox,"inline-check":Ox,radio:Mx,"inline-radio":Mx,select:Nx,"multi-select":Nx},Al=e=>{let{type:t="select",labels:r,argType:n}=e,o={...e,argType:n,options:n?iK(n.options,r):{},isInline:t.includes("inline"),isMulti:t.includes("multi")},i=sK[t];if(i)return D.createElement(i,{...o});throw new Error(`Unknown options type: ${t}`)},uK="Error",cK="Object",dK="Array",pK="String",fK="Number",hK="Boolean",mK="Date",gK="Null",vK="Undefined",yK="Function",wK="Symbol",NT="ADD_DELTA_TYPE",$T="REMOVE_DELTA_TYPE",HT="UPDATE_DELTA_TYPE",Cy="value",bK="key";function _o(e){return e!==null&&typeof e=="object"&&!Array.isArray(e)&&typeof e[Symbol.iterator]=="function"?"Iterable":Object.prototype.toString.call(e).slice(8,-1)}function jT(e,t){let r=_o(e),n=_o(t);return(r==="Function"||n==="Function")&&n!==r}var Dy=class extends u.Component{constructor(e){super(e),this.state={inputRefKey:null,inputRefValue:null},this.refInputValue=this.refInputValue.bind(this),this.refInputKey=this.refInputKey.bind(this),this.onKeydown=this.onKeydown.bind(this),this.onSubmit=this.onSubmit.bind(this)}componentDidMount(){let{inputRefKey:e,inputRefValue:t}=this.state,{onlyValue:r}=this.props;e&&typeof e.focus=="function"&&e.focus(),r&&t&&typeof t.focus=="function"&&t.focus(),document.addEventListener("keydown",this.onKeydown)}componentWillUnmount(){document.removeEventListener("keydown",this.onKeydown)}onKeydown(e){e.altKey||e.ctrlKey||e.metaKey||e.shiftKey||e.repeat||((e.code==="Enter"||e.key==="Enter")&&(e.preventDefault(),this.onSubmit()),(e.code==="Escape"||e.key==="Escape")&&(e.preventDefault(),this.props.handleCancel()))}onSubmit(){let{handleAdd:e,onlyValue:t,onSubmitValueParser:r,keyPath:n,deep:o}=this.props,{inputRefKey:i,inputRefValue:s}=this.state,d={};if(!t){if(!i.value)return;d.key=i.value}d.newValue=r(!1,n,o,d.key,s.value),e(d)}refInputKey(e){this.state.inputRefKey=e}refInputValue(e){this.state.inputRefValue=e}render(){let{handleCancel:e,onlyValue:t,addButtonElement:r,cancelButtonElement:n,inputElementGenerator:o,keyPath:i,deep:s}=this.props,d=u.cloneElement(r,{onClick:this.onSubmit}),f=u.cloneElement(n,{onClick:e}),m=o(Cy,i,s),g=u.cloneElement(m,{placeholder:"Value",ref:this.refInputValue}),b=null;if(!t){let w=o(bK,i,s);b=u.cloneElement(w,{placeholder:"Key",ref:this.refInputKey})}return D.createElement("span",{className:"rejt-add-value-node"},b,g,f,d)}};Dy.defaultProps={onlyValue:!1,addButtonElement:D.createElement("button",null,"+"),cancelButtonElement:D.createElement("button",null,"c")};var VT=class extends u.Component{constructor(e){super(e);let t=[...e.keyPath,e.name];this.state={data:e.data,name:e.name,keyPath:t,deep:e.deep,nextDeep:e.deep+1,collapsed:e.isCollapsed(t,e.deep,e.data),addFormVisible:!1},this.handleCollapseMode=this.handleCollapseMode.bind(this),this.handleRemoveItem=this.handleRemoveItem.bind(this),this.handleAddMode=this.handleAddMode.bind(this),this.handleAddValueAdd=this.handleAddValueAdd.bind(this),this.handleAddValueCancel=this.handleAddValueCancel.bind(this),this.handleEditValue=this.handleEditValue.bind(this),this.onChildUpdate=this.onChildUpdate.bind(this),this.renderCollapsed=this.renderCollapsed.bind(this),this.renderNotCollapsed=this.renderNotCollapsed.bind(this)}static getDerivedStateFromProps(e,t){return e.data!==t.data?{data:e.data}:null}onChildUpdate(e,t){let{data:r,keyPath:n}=this.state;r[e]=t,this.setState({data:r});let{onUpdate:o}=this.props,i=n.length;o(n[i-1],r)}handleAddMode(){this.setState({addFormVisible:!0})}handleCollapseMode(){this.setState(e=>({collapsed:!e.collapsed}))}handleRemoveItem(e){return()=>{let{beforeRemoveAction:t,logger:r}=this.props,{data:n,keyPath:o,nextDeep:i}=this.state,s=n[e];t(e,o,i,s).then(()=>{let d={keyPath:o,deep:i,key:e,oldValue:s,type:$T};n.splice(e,1),this.setState({data:n});let{onUpdate:f,onDeltaUpdate:m}=this.props;f(o[o.length-1],n),m(d)}).catch(r.error)}}handleAddValueAdd({newValue:e}){let{data:t,keyPath:r,nextDeep:n}=this.state,{beforeAddAction:o,logger:i}=this.props;o(t.length,r,n,e).then(()=>{let s=[...t,e];this.setState({data:s}),this.handleAddValueCancel();let{onUpdate:d,onDeltaUpdate:f}=this.props;d(r[r.length-1],s),f({type:NT,keyPath:r,deep:n,key:s.length-1,newValue:e})}).catch(i.error)}handleAddValueCancel(){this.setState({addFormVisible:!1})}handleEditValue({key:e,value:t}){return new Promise((r,n)=>{let{beforeUpdateAction:o}=this.props,{data:i,keyPath:s,nextDeep:d}=this.state,f=i[e];o(e,s,d,f,t).then(()=>{i[e]=t,this.setState({data:i});let{onUpdate:m,onDeltaUpdate:g}=this.props;m(s[s.length-1],i),g({type:HT,keyPath:s,deep:d,key:e,newValue:t,oldValue:f}),r(void 0)}).catch(n)})}renderCollapsed(){let{name:e,data:t,keyPath:r,deep:n}=this.state,{handleRemove:o,readOnly:i,getStyle:s,dataType:d,minusMenuElement:f}=this.props,{minus:m,collapsed:g}=s(e,t,r,n,d),b=i(e,t,r,n,d),w=u.cloneElement(f,{onClick:o,className:"rejt-minus-menu",style:m});return D.createElement("span",{className:"rejt-collapsed"},D.createElement("span",{className:"rejt-collapsed-text",style:g,onClick:this.handleCollapseMode},"[...] ",t.length," ",t.length===1?"item":"items"),!b&&w)}renderNotCollapsed(){let{name:e,data:t,keyPath:r,deep:n,addFormVisible:o,nextDeep:i}=this.state,{isCollapsed:s,handleRemove:d,onDeltaUpdate:f,readOnly:m,getStyle:g,dataType:b,addButtonElement:w,cancelButtonElement:v,editButtonElement:x,inputElementGenerator:E,textareaElementGenerator:S,minusMenuElement:_,plusMenuElement:F,beforeRemoveAction:A,beforeAddAction:k,beforeUpdateAction:R,logger:I,onSubmitValueParser:z}=this.props,{minus:B,plus:O,delimiter:j,ul:q,addForm:X}=g(e,t,r,n,b),J=m(e,t,r,n,b),ae=u.cloneElement(F,{onClick:this.handleAddMode,className:"rejt-plus-menu",style:O}),ee=u.cloneElement(_,{onClick:d,className:"rejt-minus-menu",style:B});return D.createElement("span",{className:"rejt-not-collapsed"},D.createElement("span",{className:"rejt-not-collapsed-delimiter",style:j},"["),!o&&ae,D.createElement("ul",{className:"rejt-not-collapsed-list",style:q},t.map((ie,se)=>D.createElement(Yp,{key:se,name:se.toString(),data:ie,keyPath:r,deep:i,isCollapsed:s,handleRemove:this.handleRemoveItem(se),handleUpdateValue:this.handleEditValue,onUpdate:this.onChildUpdate,onDeltaUpdate:f,readOnly:m,getStyle:g,addButtonElement:w,cancelButtonElement:v,editButtonElement:x,inputElementGenerator:E,textareaElementGenerator:S,minusMenuElement:_,plusMenuElement:F,beforeRemoveAction:A,beforeAddAction:k,beforeUpdateAction:R,logger:I,onSubmitValueParser:z}))),!J&&o&&D.createElement("div",{className:"rejt-add-form",style:X},D.createElement(Dy,{handleAdd:this.handleAddValueAdd,handleCancel:this.handleAddValueCancel,onlyValue:!0,addButtonElement:w,cancelButtonElement:v,inputElementGenerator:E,keyPath:r,deep:n,onSubmitValueParser:z})),D.createElement("span",{className:"rejt-not-collapsed-delimiter",style:j},"]"),!J&&ee)}render(){let{name:e,collapsed:t,data:r,keyPath:n,deep:o}=this.state,{dataType:i,getStyle:s}=this.props,d=t?this.renderCollapsed():this.renderNotCollapsed(),f=s(e,r,n,o,i);return D.createElement("div",{className:"rejt-array-node"},D.createElement("span",{onClick:this.handleCollapseMode},D.createElement("span",{className:"rejt-name",style:f.name},e," :"," ")),d)}};VT.defaultProps={keyPath:[],deep:0,minusMenuElement:D.createElement("span",null," - "),plusMenuElement:D.createElement("span",null," + ")};var UT=class extends u.Component{constructor(e){super(e);let t=[...e.keyPath,e.name];this.state={value:e.value,name:e.name,keyPath:t,deep:e.deep,editEnabled:!1,inputRef:null},this.handleEditMode=this.handleEditMode.bind(this),this.refInput=this.refInput.bind(this),this.handleCancelEdit=this.handleCancelEdit.bind(this),this.handleEdit=this.handleEdit.bind(this),this.onKeydown=this.onKeydown.bind(this)}static getDerivedStateFromProps(e,t){return e.value!==t.value?{value:e.value}:null}componentDidUpdate(){let{editEnabled:e,inputRef:t,name:r,value:n,keyPath:o,deep:i}=this.state,{readOnly:s,dataType:d}=this.props,f=s(r,n,o,i,d);e&&!f&&typeof t.focus=="function"&&t.focus()}componentDidMount(){document.addEventListener("keydown",this.onKeydown)}componentWillUnmount(){document.removeEventListener("keydown",this.onKeydown)}onKeydown(e){e.altKey||e.ctrlKey||e.metaKey||e.shiftKey||e.repeat||((e.code==="Enter"||e.key==="Enter")&&(e.preventDefault(),this.handleEdit()),(e.code==="Escape"||e.key==="Escape")&&(e.preventDefault(),this.handleCancelEdit()))}handleEdit(){let{handleUpdateValue:e,originalValue:t,logger:r,onSubmitValueParser:n,keyPath:o}=this.props,{inputRef:i,name:s,deep:d}=this.state;if(!i)return;let f=n(!0,o,d,s,i.value);e({value:f,key:s}).then(()=>{jT(t,f)||this.handleCancelEdit()}).catch(r.error)}handleEditMode(){this.setState({editEnabled:!0})}refInput(e){this.state.inputRef=e}handleCancelEdit(){this.setState({editEnabled:!1})}render(){let{name:e,value:t,editEnabled:r,keyPath:n,deep:o}=this.state,{handleRemove:i,originalValue:s,readOnly:d,dataType:f,getStyle:m,editButtonElement:g,cancelButtonElement:b,textareaElementGenerator:w,minusMenuElement:v,keyPath:x}=this.props,E=m(e,s,n,o,f),S=null,_=null,F=d(e,s,n,o,f);if(r&&!F){let A=w(Cy,x,o,e,s,f),k=u.cloneElement(g,{onClick:this.handleEdit}),R=u.cloneElement(b,{onClick:this.handleCancelEdit}),I=u.cloneElement(A,{ref:this.refInput,defaultValue:s});S=D.createElement("span",{className:"rejt-edit-form",style:E.editForm},I," ",R,k),_=null}else{S=D.createElement("span",{className:"rejt-value",style:E.value,onClick:F?null:this.handleEditMode},t);let A=u.cloneElement(v,{onClick:i,className:"rejt-minus-menu",style:E.minus});_=F?null:A}return D.createElement("li",{className:"rejt-function-value-node",style:E.li},D.createElement("span",{className:"rejt-name",style:E.name},e," :"," "),S,_)}};UT.defaultProps={keyPath:[],deep:0,handleUpdateValue:()=>{},editButtonElement:D.createElement("button",null,"e"),cancelButtonElement:D.createElement("button",null,"c"),minusMenuElement:D.createElement("span",null," - ")};var Yp=class extends u.Component{constructor(e){super(e),this.state={data:e.data,name:e.name,keyPath:e.keyPath,deep:e.deep}}static getDerivedStateFromProps(e,t){return e.data!==t.data?{data:e.data}:null}render(){let{data:e,name:t,keyPath:r,deep:n}=this.state,{isCollapsed:o,handleRemove:i,handleUpdateValue:s,onUpdate:d,onDeltaUpdate:f,readOnly:m,getStyle:g,addButtonElement:b,cancelButtonElement:w,editButtonElement:v,inputElementGenerator:x,textareaElementGenerator:E,minusMenuElement:S,plusMenuElement:_,beforeRemoveAction:F,beforeAddAction:A,beforeUpdateAction:k,logger:R,onSubmitValueParser:I}=this.props,z=()=>!0,B=_o(e);switch(B){case uK:return D.createElement(l2,{data:e,name:t,isCollapsed:o,keyPath:r,deep:n,handleRemove:i,onUpdate:d,onDeltaUpdate:f,readOnly:z,dataType:B,getStyle:g,addButtonElement:b,cancelButtonElement:w,editButtonElement:v,inputElementGenerator:x,textareaElementGenerator:E,minusMenuElement:S,plusMenuElement:_,beforeRemoveAction:F,beforeAddAction:A,beforeUpdateAction:k,logger:R,onSubmitValueParser:I});case cK:return D.createElement(l2,{data:e,name:t,isCollapsed:o,keyPath:r,deep:n,handleRemove:i,onUpdate:d,onDeltaUpdate:f,readOnly:m,dataType:B,getStyle:g,addButtonElement:b,cancelButtonElement:w,editButtonElement:v,inputElementGenerator:x,textareaElementGenerator:E,minusMenuElement:S,plusMenuElement:_,beforeRemoveAction:F,beforeAddAction:A,beforeUpdateAction:k,logger:R,onSubmitValueParser:I});case dK:return D.createElement(VT,{data:e,name:t,isCollapsed:o,keyPath:r,deep:n,handleRemove:i,onUpdate:d,onDeltaUpdate:f,readOnly:m,dataType:B,getStyle:g,addButtonElement:b,cancelButtonElement:w,editButtonElement:v,inputElementGenerator:x,textareaElementGenerator:E,minusMenuElement:S,plusMenuElement:_,beforeRemoveAction:F,beforeAddAction:A,beforeUpdateAction:k,logger:R,onSubmitValueParser:I});case pK:return D.createElement(Aa,{name:t,value:`"${e}"`,originalValue:e,keyPath:r,deep:n,handleRemove:i,handleUpdateValue:s,readOnly:m,dataType:B,getStyle:g,cancelButtonElement:w,editButtonElement:v,inputElementGenerator:x,minusMenuElement:S,logger:R,onSubmitValueParser:I});case fK:return D.createElement(Aa,{name:t,value:e,originalValue:e,keyPath:r,deep:n,handleRemove:i,handleUpdateValue:s,readOnly:m,dataType:B,getStyle:g,cancelButtonElement:w,editButtonElement:v,inputElementGenerator:x,minusMenuElement:S,logger:R,onSubmitValueParser:I});case hK:return D.createElement(Aa,{name:t,value:e?"true":"false",originalValue:e,keyPath:r,deep:n,handleRemove:i,handleUpdateValue:s,readOnly:m,dataType:B,getStyle:g,cancelButtonElement:w,editButtonElement:v,inputElementGenerator:x,minusMenuElement:S,logger:R,onSubmitValueParser:I});case mK:return D.createElement(Aa,{name:t,value:e.toISOString(),originalValue:e,keyPath:r,deep:n,handleRemove:i,handleUpdateValue:s,readOnly:z,dataType:B,getStyle:g,cancelButtonElement:w,editButtonElement:v,inputElementGenerator:x,minusMenuElement:S,logger:R,onSubmitValueParser:I});case gK:return D.createElement(Aa,{name:t,value:"null",originalValue:"null",keyPath:r,deep:n,handleRemove:i,handleUpdateValue:s,readOnly:m,dataType:B,getStyle:g,cancelButtonElement:w,editButtonElement:v,inputElementGenerator:x,minusMenuElement:S,logger:R,onSubmitValueParser:I});case vK:return D.createElement(Aa,{name:t,value:"undefined",originalValue:"undefined",keyPath:r,deep:n,handleRemove:i,handleUpdateValue:s,readOnly:m,dataType:B,getStyle:g,cancelButtonElement:w,editButtonElement:v,inputElementGenerator:x,minusMenuElement:S,logger:R,onSubmitValueParser:I});case yK:return D.createElement(UT,{name:t,value:e.toString(),originalValue:e,keyPath:r,deep:n,handleRemove:i,handleUpdateValue:s,readOnly:m,dataType:B,getStyle:g,cancelButtonElement:w,editButtonElement:v,textareaElementGenerator:E,minusMenuElement:S,logger:R,onSubmitValueParser:I});case wK:return D.createElement(Aa,{name:t,value:e.toString(),originalValue:e,keyPath:r,deep:n,handleRemove:i,handleUpdateValue:s,readOnly:z,dataType:B,getStyle:g,cancelButtonElement:w,editButtonElement:v,inputElementGenerator:x,minusMenuElement:S,logger:R,onSubmitValueParser:I});default:return null}}};Yp.defaultProps={keyPath:[],deep:0};var l2=class extends u.Component{constructor(e){super(e);let t=e.deep===-1?[]:[...e.keyPath,e.name];this.state={name:e.name,data:e.data,keyPath:t,deep:e.deep,nextDeep:e.deep+1,collapsed:e.isCollapsed(t,e.deep,e.data),addFormVisible:!1},this.handleCollapseMode=this.handleCollapseMode.bind(this),this.handleRemoveValue=this.handleRemoveValue.bind(this),this.handleAddMode=this.handleAddMode.bind(this),this.handleAddValueAdd=this.handleAddValueAdd.bind(this),this.handleAddValueCancel=this.handleAddValueCancel.bind(this),this.handleEditValue=this.handleEditValue.bind(this),this.onChildUpdate=this.onChildUpdate.bind(this),this.renderCollapsed=this.renderCollapsed.bind(this),this.renderNotCollapsed=this.renderNotCollapsed.bind(this)}static getDerivedStateFromProps(e,t){return e.data!==t.data?{data:e.data}:null}onChildUpdate(e,t){let{data:r,keyPath:n}=this.state;r[e]=t,this.setState({data:r});let{onUpdate:o}=this.props,i=n.length;o(n[i-1],r)}handleAddMode(){this.setState({addFormVisible:!0})}handleAddValueCancel(){this.setState({addFormVisible:!1})}handleAddValueAdd({key:e,newValue:t}){let{data:r,keyPath:n,nextDeep:o}=this.state,{beforeAddAction:i,logger:s}=this.props;i(e,n,o,t).then(()=>{r[e]=t,this.setState({data:r}),this.handleAddValueCancel();let{onUpdate:d,onDeltaUpdate:f}=this.props;d(n[n.length-1],r),f({type:NT,keyPath:n,deep:o,key:e,newValue:t})}).catch(s.error)}handleRemoveValue(e){return()=>{let{beforeRemoveAction:t,logger:r}=this.props,{data:n,keyPath:o,nextDeep:i}=this.state,s=n[e];t(e,o,i,s).then(()=>{let d={keyPath:o,deep:i,key:e,oldValue:s,type:$T};delete n[e],this.setState({data:n});let{onUpdate:f,onDeltaUpdate:m}=this.props;f(o[o.length-1],n),m(d)}).catch(r.error)}}handleCollapseMode(){this.setState(e=>({collapsed:!e.collapsed}))}handleEditValue({key:e,value:t}){return new Promise((r,n)=>{let{beforeUpdateAction:o}=this.props,{data:i,keyPath:s,nextDeep:d}=this.state,f=i[e];o(e,s,d,f,t).then(()=>{i[e]=t,this.setState({data:i});let{onUpdate:m,onDeltaUpdate:g}=this.props;m(s[s.length-1],i),g({type:HT,keyPath:s,deep:d,key:e,newValue:t,oldValue:f}),r()}).catch(n)})}renderCollapsed(){let{name:e,keyPath:t,deep:r,data:n}=this.state,{handleRemove:o,readOnly:i,dataType:s,getStyle:d,minusMenuElement:f}=this.props,{minus:m,collapsed:g}=d(e,n,t,r,s),b=Object.getOwnPropertyNames(n),w=i(e,n,t,r,s),v=u.cloneElement(f,{onClick:o,className:"rejt-minus-menu",style:m});return D.createElement("span",{className:"rejt-collapsed"},D.createElement("span",{className:"rejt-collapsed-text",style:g,onClick:this.handleCollapseMode},"{...}"," ",b.length," ",b.length===1?"key":"keys"),!w&&v)}renderNotCollapsed(){let{name:e,data:t,keyPath:r,deep:n,nextDeep:o,addFormVisible:i}=this.state,{isCollapsed:s,handleRemove:d,onDeltaUpdate:f,readOnly:m,getStyle:g,dataType:b,addButtonElement:w,cancelButtonElement:v,editButtonElement:x,inputElementGenerator:E,textareaElementGenerator:S,minusMenuElement:_,plusMenuElement:F,beforeRemoveAction:A,beforeAddAction:k,beforeUpdateAction:R,logger:I,onSubmitValueParser:z}=this.props,{minus:B,plus:O,addForm:j,ul:q,delimiter:X}=g(e,t,r,n,b),J=Object.getOwnPropertyNames(t),ae=m(e,t,r,n,b),ee=u.cloneElement(F,{onClick:this.handleAddMode,className:"rejt-plus-menu",style:O}),ie=u.cloneElement(_,{onClick:d,className:"rejt-minus-menu",style:B}),se=J.map(Y=>D.createElement(Yp,{key:Y,name:Y,data:t[Y],keyPath:r,deep:o,isCollapsed:s,handleRemove:this.handleRemoveValue(Y),handleUpdateValue:this.handleEditValue,onUpdate:this.onChildUpdate,onDeltaUpdate:f,readOnly:m,getStyle:g,addButtonElement:w,cancelButtonElement:v,editButtonElement:x,inputElementGenerator:E,textareaElementGenerator:S,minusMenuElement:_,plusMenuElement:F,beforeRemoveAction:A,beforeAddAction:k,beforeUpdateAction:R,logger:I,onSubmitValueParser:z}));return D.createElement("span",{className:"rejt-not-collapsed"},D.createElement("span",{className:"rejt-not-collapsed-delimiter",style:X},"{"),!ae&&ee,D.createElement("ul",{className:"rejt-not-collapsed-list",style:q},se),!ae&&i&&D.createElement("div",{className:"rejt-add-form",style:j},D.createElement(Dy,{handleAdd:this.handleAddValueAdd,handleCancel:this.handleAddValueCancel,addButtonElement:w,cancelButtonElement:v,inputElementGenerator:E,keyPath:r,deep:n,onSubmitValueParser:z})),D.createElement("span",{className:"rejt-not-collapsed-delimiter",style:X},"}"),!ae&&ie)}render(){let{name:e,collapsed:t,data:r,keyPath:n,deep:o}=this.state,{getStyle:i,dataType:s}=this.props,d=t?this.renderCollapsed():this.renderNotCollapsed(),f=i(e,r,n,o,s);return D.createElement("div",{className:"rejt-object-node"},D.createElement("span",{onClick:this.handleCollapseMode},D.createElement("span",{className:"rejt-name",style:f.name},e," :"," ")),d)}};l2.defaultProps={keyPath:[],deep:0,minusMenuElement:D.createElement("span",null," - "),plusMenuElement:D.createElement("span",null," + ")};var Aa=class extends u.Component{constructor(e){super(e);let t=[...e.keyPath,e.name];this.state={value:e.value,name:e.name,keyPath:t,deep:e.deep,editEnabled:!1,inputRef:null},this.handleEditMode=this.handleEditMode.bind(this),this.refInput=this.refInput.bind(this),this.handleCancelEdit=this.handleCancelEdit.bind(this),this.handleEdit=this.handleEdit.bind(this),this.onKeydown=this.onKeydown.bind(this)}static getDerivedStateFromProps(e,t){return e.value!==t.value?{value:e.value}:null}componentDidUpdate(){let{editEnabled:e,inputRef:t,name:r,value:n,keyPath:o,deep:i}=this.state,{readOnly:s,dataType:d}=this.props,f=s(r,n,o,i,d);e&&!f&&typeof t.focus=="function"&&t.focus()}componentDidMount(){document.addEventListener("keydown",this.onKeydown)}componentWillUnmount(){document.removeEventListener("keydown",this.onKeydown)}onKeydown(e){e.altKey||e.ctrlKey||e.metaKey||e.shiftKey||e.repeat||((e.code==="Enter"||e.key==="Enter")&&(e.preventDefault(),this.handleEdit()),(e.code==="Escape"||e.key==="Escape")&&(e.preventDefault(),this.handleCancelEdit()))}handleEdit(){let{handleUpdateValue:e,originalValue:t,logger:r,onSubmitValueParser:n,keyPath:o}=this.props,{inputRef:i,name:s,deep:d}=this.state;if(!i)return;let f=n(!0,o,d,s,i.value);e({value:f,key:s}).then(()=>{jT(t,f)||this.handleCancelEdit()}).catch(r.error)}handleEditMode(){this.setState({editEnabled:!0})}refInput(e){this.state.inputRef=e}handleCancelEdit(){this.setState({editEnabled:!1})}render(){let{name:e,value:t,editEnabled:r,keyPath:n,deep:o}=this.state,{handleRemove:i,originalValue:s,readOnly:d,dataType:f,getStyle:m,editButtonElement:g,cancelButtonElement:b,inputElementGenerator:w,minusMenuElement:v,keyPath:x}=this.props,E=m(e,s,n,o,f),S=d(e,s,n,o,f),_=r&&!S,F=w(Cy,x,o,e,s,f),A=u.cloneElement(g,{onClick:this.handleEdit}),k=u.cloneElement(b,{onClick:this.handleCancelEdit}),R=u.cloneElement(F,{ref:this.refInput,defaultValue:JSON.stringify(s)}),I=u.cloneElement(v,{onClick:i,className:"rejt-minus-menu",style:E.minus});return D.createElement("li",{className:"rejt-value-node",style:E.li},D.createElement("span",{className:"rejt-name",style:E.name},e," : "),_?D.createElement("span",{className:"rejt-edit-form",style:E.editForm},R," ",k,A):D.createElement("span",{className:"rejt-value",style:E.value,onClick:S?null:this.handleEditMode},String(t)),!S&&!_&&I)}};Aa.defaultProps={keyPath:[],deep:0,handleUpdateValue:()=>Promise.resolve(),editButtonElement:D.createElement("button",null,"e"),cancelButtonElement:D.createElement("button",null,"c"),minusMenuElement:D.createElement("span",null," - ")};function EK(e){let t=e;if(t.indexOf("function")===0)return(0,eval)(`(${t})`);try{t=JSON.parse(e)}catch{}return t}var xK={minus:{color:"red"},plus:{color:"green"},collapsed:{color:"grey"},delimiter:{},ul:{padding:"0px",margin:"0 0 0 25px",listStyle:"none"},name:{color:"#2287CD"},addForm:{}},CK={minus:{color:"red"},plus:{color:"green"},collapsed:{color:"grey"},delimiter:{},ul:{padding:"0px",margin:"0 0 0 25px",listStyle:"none"},name:{color:"#2287CD"},addForm:{}},DK={minus:{color:"red"},editForm:{},value:{color:"#7bba3d"},li:{minHeight:"22px",lineHeight:"22px",outline:"0px"},name:{color:"#2287CD"}},WT=class extends u.Component{constructor(e){super(e),this.state={data:e.data,rootName:e.rootName},this.onUpdate=this.onUpdate.bind(this),this.removeRoot=this.removeRoot.bind(this)}static getDerivedStateFromProps(e,t){return e.data!==t.data||e.rootName!==t.rootName?{data:e.data,rootName:e.rootName}:null}onUpdate(e,t){this.setState({data:t}),this.props.onFullyUpdate(t)}removeRoot(){this.onUpdate(null,null)}render(){let{data:e,rootName:t}=this.state,{isCollapsed:r,onDeltaUpdate:n,readOnly:o,getStyle:i,addButtonElement:s,cancelButtonElement:d,editButtonElement:f,inputElement:m,textareaElement:g,minusMenuElement:b,plusMenuElement:w,beforeRemoveAction:v,beforeAddAction:x,beforeUpdateAction:E,logger:S,onSubmitValueParser:_,fallback:F=null}=this.props,A=_o(e),k=o;_o(o)==="Boolean"&&(k=()=>o);let R=m;m&&_o(m)!=="Function"&&(R=()=>m);let I=g;return g&&_o(g)!=="Function"&&(I=()=>g),A==="Object"||A==="Array"?D.createElement("div",{className:"rejt-tree"},D.createElement(Yp,{data:e,name:t,deep:-1,isCollapsed:r,onUpdate:this.onUpdate,onDeltaUpdate:n,readOnly:k,getStyle:i,addButtonElement:s,cancelButtonElement:d,editButtonElement:f,inputElementGenerator:R,textareaElementGenerator:I,minusMenuElement:b,plusMenuElement:w,handleRemove:this.removeRoot,beforeRemoveAction:v,beforeAddAction:x,beforeUpdateAction:E,logger:S,onSubmitValueParser:_})):F}};WT.defaultProps={rootName:"root",isCollapsed:(e,t)=>t!==-1,getStyle:(e,t,r,n,o)=>{switch(o){case"Object":case"Error":return xK;case"Array":return CK;default:return DK}},readOnly:()=>!1,onFullyUpdate:()=>{},onDeltaUpdate:()=>{},beforeRemoveAction:()=>Promise.resolve(),beforeAddAction:()=>Promise.resolve(),beforeUpdateAction:()=>Promise.resolve(),logger:{error:()=>{}},onSubmitValueParser:(e,t,r,n,o)=>EK(o),inputElement:()=>D.createElement("input",null),textareaElement:()=>D.createElement("textarea",null),fallback:null};var{window:SK}=globalThis,kK=M.div(({theme:e})=>({position:"relative",display:"flex",'&[aria-readonly="true"]':{opacity:.5},".rejt-tree":{marginLeft:"1rem",fontSize:"13px"},".rejt-value-node, .rejt-object-node > .rejt-collapsed, .rejt-array-node > .rejt-collapsed, .rejt-object-node > .rejt-not-collapsed, .rejt-array-node > .rejt-not-collapsed":{"& > svg":{opacity:0,transition:"opacity 0.2s"}},".rejt-value-node:hover, .rejt-object-node:hover > .rejt-collapsed, .rejt-array-node:hover > .rejt-collapsed, .rejt-object-node:hover > .rejt-not-collapsed, .rejt-array-node:hover > .rejt-not-collapsed":{"& > svg":{opacity:1}},".rejt-edit-form button":{display:"none"},".rejt-add-form":{marginLeft:10},".rejt-add-value-node":{display:"inline-flex",alignItems:"center"},".rejt-name":{lineHeight:"22px"},".rejt-not-collapsed-delimiter":{lineHeight:"22px"},".rejt-plus-menu":{marginLeft:5},".rejt-object-node > span > *, .rejt-array-node > span > *":{position:"relative",zIndex:2},".rejt-object-node, .rejt-array-node":{position:"relative"},".rejt-object-node > span:first-of-type::after, .rejt-array-node > span:first-of-type::after, .rejt-collapsed::before, .rejt-not-collapsed::before":{content:'""',position:"absolute",top:0,display:"block",width:"100%",marginLeft:"-1rem",padding:"0 4px 0 1rem",height:22},".rejt-collapsed::before, .rejt-not-collapsed::before":{zIndex:1,background:"transparent",borderRadius:4,transition:"background 0.2s",pointerEvents:"none",opacity:.1},".rejt-object-node:hover, .rejt-array-node:hover":{"& > .rejt-collapsed::before, & > .rejt-not-collapsed::before":{background:e.color.secondary}},".rejt-collapsed::after, .rejt-not-collapsed::after":{content:'""',position:"absolute",display:"inline-block",pointerEvents:"none",width:0,height:0},".rejt-collapsed::after":{left:-8,top:8,borderTop:"3px solid transparent",borderBottom:"3px solid transparent",borderLeft:"3px solid rgba(153,153,153,0.6)"},".rejt-not-collapsed::after":{left:-10,top:10,borderTop:"3px solid rgba(153,153,153,0.6)",borderLeft:"3px solid transparent",borderRight:"3px solid transparent"},".rejt-value":{display:"inline-block",border:"1px solid transparent",borderRadius:4,margin:"1px 0",padding:"0 4px",cursor:"text",color:e.color.defaultText},".rejt-value-node:hover > .rejt-value":{background:e.color.lighter,borderColor:e.appBorderColor}})),pg=M.button(({theme:e,primary:t})=>({border:0,height:20,margin:1,borderRadius:4,background:t?e.color.secondary:"transparent",color:t?e.color.lightest:e.color.dark,fontWeight:t?"bold":"normal",cursor:"pointer",order:t?"initial":9})),AK=M(hq)(({theme:e,disabled:t})=>({display:"inline-block",verticalAlign:"middle",width:15,height:15,padding:3,marginLeft:5,cursor:t?"not-allowed":"pointer",color:e.textMutedColor,"&:hover":t?{}:{color:e.color.ancillary},"svg + &":{marginLeft:0}})),_K=M(mq)(({theme:e,disabled:t})=>({display:"inline-block",verticalAlign:"middle",width:15,height:15,padding:3,marginLeft:5,cursor:t?"not-allowed":"pointer",color:e.textMutedColor,"&:hover":t?{}:{color:e.color.negative},"svg + &":{marginLeft:0}})),$x=M.input(({theme:e,placeholder:t})=>({outline:0,margin:t?1:"1px 0",padding:"3px 4px",color:e.color.defaultText,background:e.background.app,border:`1px solid ${e.appBorderColor}`,borderRadius:4,lineHeight:"14px",width:t==="Key"?80:120,"&:focus":{border:`1px solid ${e.color.secondary}`}})),FK=M(Ma)(({theme:e})=>({position:"absolute",zIndex:2,top:2,right:2,height:21,padding:"0 3px",background:e.background.bar,border:`1px solid ${e.appBorderColor}`,borderRadius:3,color:e.textMutedColor,fontSize:"9px",fontWeight:"bold",textDecoration:"none",span:{marginLeft:3,marginTop:1}})),RK=M(Si.Textarea)(({theme:e})=>({flex:1,padding:"7px 6px",fontFamily:e.typography.fonts.mono,fontSize:"12px",lineHeight:"18px","&::placeholder":{fontFamily:e.typography.fonts.base,fontSize:"13px"},"&:placeholder-shown":{padding:"7px 10px"}})),TK={bubbles:!0,cancelable:!0,key:"Enter",code:"Enter",keyCode:13},IK=e=>{e.currentTarget.dispatchEvent(new SK.KeyboardEvent("keydown",TK))},zK=e=>{e.currentTarget.select()},BK=e=>()=>({name:{color:e.color.secondary},collapsed:{color:e.color.dark},ul:{listStyle:"none",margin:"0 0 0 1rem",padding:0},li:{outline:0}}),Hx=({name:e,value:t,onChange:r,argType:n})=>{let o=kC(),i=u.useMemo(()=>t&&CB(t),[t]),s=i!=null,[d,f]=u.useState(!s),[m,g]=u.useState(null),b=!!n?.table?.readonly,w=u.useCallback(A=>{try{A&&r(JSON.parse(A)),g(void 0)}catch(k){g(k)}},[r]),[v,x]=u.useState(!1),E=u.useCallback(()=>{r({}),x(!0)},[x]),S=u.useRef(null);if(u.useEffect(()=>{v&&S.current&&S.current.select()},[v]),!s)return D.createElement(Ka,{disabled:b,id:Ud(e),onClick:E},"Set object");let _=D.createElement(RK,{ref:S,id:Kr(e),name:e,defaultValue:t===null?"":JSON.stringify(t,null,2),onBlur:A=>w(A.target.value),placeholder:"Edit JSON string...",autoFocus:v,valid:m?"error":null,readOnly:b}),F=Array.isArray(t)||typeof t=="object"&&t?.constructor===Object;return D.createElement(kK,{"aria-readonly":b},F&&D.createElement(FK,{onClick:A=>{A.preventDefault(),f(k=>!k)}},d?D.createElement(pq,null):D.createElement(dq,null),D.createElement("span",null,"RAW")),d?_:D.createElement(WT,{readOnly:b||!F,isCollapsed:F?void 0:()=>!0,data:i,rootName:e,onFullyUpdate:r,getStyle:BK(o),cancelButtonElement:D.createElement(pg,{type:"button"},"Cancel"),editButtonElement:D.createElement(pg,{type:"submit"},"Save"),addButtonElement:D.createElement(pg,{type:"submit",primary:!0},"Save"),plusMenuElement:D.createElement(AK,null),minusMenuElement:D.createElement(_K,null),inputElement:(A,k,R,I)=>I?D.createElement($x,{onFocus:zK,onBlur:IK}):D.createElement($x,null),fallback:_}))},LK=M.input(({theme:e,min:t,max:r,value:n,disabled:o})=>({"&":{width:"100%",backgroundColor:"transparent",appearance:"none"},"&::-webkit-slider-runnable-track":{background:e.base==="light"?`linear-gradient(to right,
|
|
585
|
+
${e.color.green} 0%, ${e.color.green} ${(n-t)/(r-t)*100}%,
|
|
586
|
+
${cn(.02,e.input.background)} ${(n-t)/(r-t)*100}%,
|
|
587
|
+
${cn(.02,e.input.background)} 100%)`:`linear-gradient(to right,
|
|
588
|
+
${e.color.green} 0%, ${e.color.green} ${(n-t)/(r-t)*100}%,
|
|
589
|
+
${bo(.02,e.input.background)} ${(n-t)/(r-t)*100}%,
|
|
590
|
+
${bo(.02,e.input.background)} 100%)`,boxShadow:`${e.appBorderColor} 0 0 0 1px inset`,borderRadius:6,width:"100%",height:6,cursor:o?"not-allowed":"pointer"},"&::-webkit-slider-thumb":{marginTop:"-6px",width:16,height:16,border:`1px solid ${Gn(e.appBorderColor,.2)}`,borderRadius:"50px",boxShadow:`0 1px 3px 0px ${Gn(e.appBorderColor,.2)}`,cursor:o?"not-allowed":"grab",appearance:"none",background:`${e.input.background}`,transition:"all 150ms ease-out","&:hover":{background:`${cn(.05,e.input.background)}`,transform:"scale3d(1.1, 1.1, 1.1) translateY(-1px)",transition:"all 50ms ease-out"},"&:active":{background:`${e.input.background}`,transform:"scale3d(1, 1, 1) translateY(0px)",cursor:o?"not-allowed":"grab"}},"&:focus":{outline:"none","&::-webkit-slider-runnable-track":{borderColor:Gn(e.color.secondary,.4)},"&::-webkit-slider-thumb":{borderColor:e.color.secondary,boxShadow:`0 0px 5px 0px ${e.color.secondary}`}},"&::-moz-range-track":{background:e.base==="light"?`linear-gradient(to right,
|
|
591
|
+
${e.color.green} 0%, ${e.color.green} ${(n-t)/(r-t)*100}%,
|
|
592
|
+
${cn(.02,e.input.background)} ${(n-t)/(r-t)*100}%,
|
|
593
|
+
${cn(.02,e.input.background)} 100%)`:`linear-gradient(to right,
|
|
594
|
+
${e.color.green} 0%, ${e.color.green} ${(n-t)/(r-t)*100}%,
|
|
595
|
+
${bo(.02,e.input.background)} ${(n-t)/(r-t)*100}%,
|
|
596
|
+
${bo(.02,e.input.background)} 100%)`,boxShadow:`${e.appBorderColor} 0 0 0 1px inset`,borderRadius:6,width:"100%",height:6,cursor:o?"not-allowed":"pointer",outline:"none"},"&::-moz-range-thumb":{width:16,height:16,border:`1px solid ${Gn(e.appBorderColor,.2)}`,borderRadius:"50px",boxShadow:`0 1px 3px 0px ${Gn(e.appBorderColor,.2)}`,cursor:o?"not-allowed":"grap",background:`${e.input.background}`,transition:"all 150ms ease-out","&:hover":{background:`${cn(.05,e.input.background)}`,transform:"scale3d(1.1, 1.1, 1.1) translateY(-1px)",transition:"all 50ms ease-out"},"&:active":{background:`${e.input.background}`,transform:"scale3d(1, 1, 1) translateY(0px)",cursor:"grabbing"}},"&::-ms-track":{background:e.base==="light"?`linear-gradient(to right,
|
|
597
|
+
${e.color.green} 0%, ${e.color.green} ${(n-t)/(r-t)*100}%,
|
|
598
|
+
${cn(.02,e.input.background)} ${(n-t)/(r-t)*100}%,
|
|
599
|
+
${cn(.02,e.input.background)} 100%)`:`linear-gradient(to right,
|
|
600
|
+
${e.color.green} 0%, ${e.color.green} ${(n-t)/(r-t)*100}%,
|
|
601
|
+
${bo(.02,e.input.background)} ${(n-t)/(r-t)*100}%,
|
|
602
|
+
${bo(.02,e.input.background)} 100%)`,boxShadow:`${e.appBorderColor} 0 0 0 1px inset`,color:"transparent",width:"100%",height:"6px",cursor:"pointer"},"&::-ms-fill-lower":{borderRadius:6},"&::-ms-fill-upper":{borderRadius:6},"&::-ms-thumb":{width:16,height:16,background:`${e.input.background}`,border:`1px solid ${Gn(e.appBorderColor,.2)}`,borderRadius:50,cursor:"grab",marginTop:0},"@supports (-ms-ime-align:auto)":{"input[type=range]":{margin:"0"}}})),qT=M.span({paddingLeft:5,paddingRight:5,fontSize:12,whiteSpace:"nowrap",fontFeatureSettings:"tnum",fontVariantNumeric:"tabular-nums","[aria-readonly=true] &":{opacity:.5}}),OK=M(qT)(({numberOFDecimalsPlaces:e,max:t})=>({width:`${e+t.toString().length*2+3}ch`,textAlign:"right",flexShrink:0})),MK=M.div({display:"flex",alignItems:"center",width:"100%"});function PK(e){let t=e.toString().match(/(?:\.(\d+))?(?:[eE]([+-]?\d+))?$/);return t?Math.max(0,(t[1]?t[1].length:0)-(t[2]?+t[2]:0)):0}var NK=({name:e,value:t,onChange:r,min:n=0,max:o=100,step:i=1,onBlur:s,onFocus:d,argType:f})=>{let m=v=>{r(KY(v.target.value))},g=t!==void 0,b=u.useMemo(()=>PK(i),[i]),w=!!f?.table?.readonly;return D.createElement(MK,{"aria-readonly":w},D.createElement(qT,null,n),D.createElement(LK,{id:Kr(e),type:"range",disabled:w,onChange:m,name:e,value:t,min:n,max:o,step:i,onFocus:d,onBlur:s}),D.createElement(OK,{numberOFDecimalsPlaces:b,max:o},g?t.toFixed(b):"--"," / ",o))},$K=M.label({display:"flex"}),HK=M.div(({isMaxed:e})=>({marginLeft:"0.75rem",paddingTop:"0.35rem",color:e?"red":void 0})),jK=({name:e,value:t,onChange:r,onFocus:n,onBlur:o,maxLength:i,argType:s})=>{let d=v=>{r(v.target.value)},f=!!s?.table?.readonly,[m,g]=u.useState(!1),b=u.useCallback(()=>{r(""),g(!0)},[g]);if(t===void 0)return D.createElement(Ka,{variant:"outline",size:"medium",disabled:f,id:Ud(e),onClick:b},"Set string");let w=typeof t=="string";return D.createElement($K,null,D.createElement(Si.Textarea,{id:Kr(e),maxLength:i,onChange:d,disabled:f,size:"flex",placeholder:"Edit string...",autoFocus:m,valid:w?null:"error",name:e,value:w?t:"",onFocus:n,onBlur:o}),i&&D.createElement(HK,{isMaxed:t?.length===i},t?.length??0," / ",i))},VK=M(Si.Input)({padding:10});function UK(e){e.forEach(t=>{t.startsWith("blob:")&&URL.revokeObjectURL(t)})}var WK=({onChange:e,name:t,accept:r="image/*",value:n,argType:o})=>{let i=u.useRef(null),s=o?.control?.readOnly;function d(f){if(!f.target.files)return;let m=Array.from(f.target.files).map(g=>URL.createObjectURL(g));e(m),UK(n)}return u.useEffect(()=>{n==null&&i.current&&(i.current.value=null)},[n,t]),D.createElement(VK,{ref:i,id:Kr(t),type:"file",name:t,multiple:!0,disabled:s,onChange:d,accept:r,size:"flex"})},qK=u.lazy(()=>Jx(()=>import("./Color-F6OSRLHC-CzTOSlqB.js"),__vite__mapDeps([0,1,2,3]),import.meta.url)),GK=e=>D.createElement(u.Suspense,{fallback:D.createElement("div",null)},D.createElement(qK,{...e})),YK={array:Hx,object:Hx,boolean:HY,color:GK,date:GY,number:JY,check:Al,"inline-check":Al,radio:Al,"inline-radio":Al,select:Al,"multi-select":Al,range:NK,text:jK,file:WK},jx=()=>D.createElement(D.Fragment,null,"-"),KK=({row:e,arg:t,updateArgs:r,isHovered:n})=>{let{key:o,control:i}=e,[s,d]=u.useState(!1),[f,m]=u.useState({value:t});u.useEffect(()=>{s||m({value:t})},[s,t]);let g=u.useCallback(E=>(m({value:E}),r({[o]:E}),E),[r,o]),b=u.useCallback(()=>d(!1),[]),w=u.useCallback(()=>d(!0),[]);if(!i||i.disable){let E=i?.disable!==!0&&e?.type?.name!=="function";return n&&E?D.createElement(Yl,{href:"https://storybook.js.org/docs/essentials/controls",target:"_blank",withArrow:!0},"Setup controls"):D.createElement(jx,null)}let v={name:o,argType:e,value:f.value,onChange:g,onBlur:b,onFocus:w},x=YK[i.type]||jx;return D.createElement(x,{...v,...i,controlType:i.type})},XK=M.table(({theme:e})=>({"&&":{borderCollapse:"collapse",borderSpacing:0,border:"none",tr:{border:"none !important",background:"none"},"td, th":{padding:0,border:"none",width:"auto!important"},marginTop:0,marginBottom:0,"th:first-of-type, td:first-of-type":{paddingLeft:0},"th:last-of-type, td:last-of-type":{paddingRight:0},td:{paddingTop:0,paddingBottom:4,"&:not(:first-of-type)":{paddingLeft:10,paddingRight:0}},tbody:{boxShadow:"none",border:"none"},code:ea({theme:e}),div:{span:{fontWeight:"bold"}},"& code":{margin:0,display:"inline-block",fontSize:e.typography.size.s1}}})),JK=({tags:e})=>{let t=(e.params||[]).filter(i=>i.description),r=t.length!==0,n=e.deprecated!=null,o=e.returns!=null&&e.returns.description!=null;return!r&&!o&&!n?null:D.createElement(D.Fragment,null,D.createElement(XK,null,D.createElement("tbody",null,n&&D.createElement("tr",{key:"deprecated"},D.createElement("td",{colSpan:2},D.createElement("strong",null,"Deprecated"),": ",e.deprecated.toString())),r&&t.map(i=>D.createElement("tr",{key:i.name},D.createElement("td",null,D.createElement("code",null,i.name)),D.createElement("td",null,i.description))),o&&D.createElement("tr",{key:"returns"},D.createElement("td",null,D.createElement("code",null,"Returns")),D.createElement("td",null,e.returns.description)))))},ZK=p2(nT()),i2=8,Vx=M.div(({isExpanded:e})=>({display:"flex",flexDirection:e?"column":"row",flexWrap:"wrap",alignItems:"flex-start",marginBottom:"-4px",minWidth:100})),QK=M.span(ea,({theme:e,simple:t=!1})=>({flex:"0 0 auto",fontFamily:e.typography.fonts.mono,fontSize:e.typography.size.s1,wordBreak:"break-word",whiteSpace:"normal",maxWidth:"100%",margin:0,marginRight:"4px",marginBottom:"4px",paddingTop:"2px",paddingBottom:"2px",lineHeight:"13px",...t&&{background:"transparent",border:"0 none",paddingLeft:0}})),eX=M.button(({theme:e})=>({fontFamily:e.typography.fonts.mono,color:e.color.secondary,marginBottom:"4px",background:"none",border:"none"})),tX=M.div(ea,({theme:e})=>({fontFamily:e.typography.fonts.mono,color:e.color.secondary,fontSize:e.typography.size.s1,margin:0,whiteSpace:"nowrap",display:"flex",alignItems:"center"})),rX=M.div(({theme:e,width:t})=>({width:t,minWidth:200,maxWidth:800,padding:15,fontFamily:e.typography.fonts.mono,fontSize:e.typography.size.s1,boxSizing:"content-box","& code":{padding:"0 !important"}})),nX=M(wq)({marginLeft:4}),aX=M(rT)({marginLeft:4}),oX=()=>D.createElement("span",null,"-"),GT=({text:e,simple:t})=>D.createElement(QK,{simple:t},e),lX=(0,ZK.default)(1e3)(e=>{let t=e.split(/\r?\n/);return`${Math.max(...t.map(r=>r.length))}ch`}),iX=e=>{if(!e)return[e];let t=e.split("|").map(r=>r.trim());return mB(t)},Ux=(e,t=!0)=>{let r=e;return t||(r=e.slice(0,i2)),r.map(n=>D.createElement(GT,{key:n,text:n===""?'""':n}))},sX=({value:e,initialExpandedArgs:t})=>{let{summary:r,detail:n}=e,[o,i]=u.useState(!1),[s,d]=u.useState(t||!1);if(r==null)return null;let f=typeof r.toString=="function"?r.toString():r;if(n==null){if(/[(){}[\]<>]/.test(f))return D.createElement(GT,{text:f});let m=iX(f),g=m.length;return g>i2?D.createElement(Vx,{isExpanded:s},Ux(m,s),D.createElement(eX,{onClick:()=>d(!s)},s?"Show less...":`Show ${g-i2} more...`)):D.createElement(Vx,null,Ux(m))}return D.createElement(UR,{closeOnOutsideClick:!0,placement:"bottom",visible:o,onVisibleChange:m=>{i(m)},tooltip:D.createElement(rX,{width:lX(n)},D.createElement(Mp,{language:"jsx",format:!1},n))},D.createElement(tX,{className:"sbdocs-expandable"},D.createElement("span",null,f),o?D.createElement(nX,null):D.createElement(aX,null)))},fg=({value:e,initialExpandedArgs:t})=>e==null?D.createElement(oX,null):D.createElement(sX,{value:e,initialExpandedArgs:t}),uX=M.span({fontWeight:"bold"}),cX=M.span(({theme:e})=>({color:e.color.negative,fontFamily:e.typography.fonts.mono,cursor:"help"})),dX=M.div(({theme:e})=>({"&&":{p:{margin:"0 0 10px 0"},a:{color:e.color.secondary}},code:{...ea({theme:e}),fontSize:12,fontFamily:e.typography.fonts.mono},"& code":{margin:0,display:"inline-block"},"& pre > code":{whiteSpace:"pre-wrap"}})),pX=M.div(({theme:e,hasDescription:t})=>({color:e.base==="light"?je(.1,e.color.defaultText):je(.2,e.color.defaultText),marginTop:t?4:0})),fX=M.div(({theme:e,hasDescription:t})=>({color:e.base==="light"?je(.1,e.color.defaultText):je(.2,e.color.defaultText),marginTop:t?12:0,marginBottom:12})),hX=M.td(({theme:e,expandable:t})=>({paddingLeft:t?"40px !important":"20px !important"})),mX=e=>e&&{summary:typeof e=="string"?e:e.name},F0=e=>{let[t,r]=u.useState(!1),{row:n,updateArgs:o,compact:i,expandable:s,initialExpandedArgs:d}=e,{name:f,description:m}=n,g=n.table||{},b=g.type||mX(n.type),w=g.defaultValue||n.defaultValue,v=n.type?.required,x=m!=null&&m!=="";return D.createElement("tr",{onMouseEnter:()=>r(!0),onMouseLeave:()=>r(!1)},D.createElement(hX,{expandable:s},D.createElement(uX,null,f),v?D.createElement(cX,{title:"Required"},"*"):null),i?null:D.createElement("td",null,x&&D.createElement(dX,null,D.createElement(BT,null,m)),g.jsDocTags!=null?D.createElement(D.Fragment,null,D.createElement(fX,{hasDescription:x},D.createElement(fg,{value:b,initialExpandedArgs:d})),D.createElement(JK,{tags:g.jsDocTags})):D.createElement(pX,{hasDescription:x},D.createElement(fg,{value:b,initialExpandedArgs:d}))),i?null:D.createElement("td",null,D.createElement(fg,{value:w,initialExpandedArgs:d})),o?D.createElement("td",null,D.createElement(KK,{...e,isHovered:t})):null)},gX=M.div(({inAddonPanel:e,theme:t})=>({height:e?"100%":"auto",display:"flex",border:e?"none":`1px solid ${t.appBorderColor}`,borderRadius:e?0:t.appBorderRadius,padding:e?0:40,alignItems:"center",justifyContent:"center",flexDirection:"column",gap:15,background:t.background.content,boxShadow:"rgba(0, 0, 0, 0.10) 0 1px 3px 0"})),vX=M.div(({theme:e})=>({display:"flex",fontSize:e.typography.size.s2-1,gap:25})),yX=M.div(({theme:e})=>({width:1,height:16,backgroundColor:e.appBorderColor})),wX=({inAddonPanel:e})=>{let[t,r]=u.useState(!0);return u.useEffect(()=>{let n=setTimeout(()=>{r(!1)},100);return()=>clearTimeout(n)},[]),t?null:D.createElement(gX,{inAddonPanel:e},D.createElement(gy,{title:e?"Interactive story playground":"Args table with interactive controls couldn't be auto-generated",description:D.createElement(D.Fragment,null,"Controls give you an easy to use interface to test your components. Set your story args and you'll see controls appearing here automatically."),footer:D.createElement(vX,null,e&&D.createElement(D.Fragment,null,D.createElement(Yl,{href:"https://youtu.be/0gOfS6K0x0E",target:"_blank",withArrow:!0},D.createElement(fq,null)," Watch 5m video"),D.createElement(yX,null),D.createElement(Yl,{href:"https://storybook.js.org/docs/essentials/controls",target:"_blank",withArrow:!0},D.createElement(Z5,null)," Read docs")),!e&&D.createElement(Yl,{href:"https://storybook.js.org/docs/essentials/controls",target:"_blank",withArrow:!0},D.createElement(Z5,null)," Learn how to set that up"))}))},bX=M(vq)(({theme:e})=>({marginRight:8,marginLeft:-10,marginTop:-2,height:12,width:12,color:e.base==="light"?je(.25,e.color.defaultText):je(.3,e.color.defaultText),border:"none",display:"inline-block"})),EX=M(yq)(({theme:e})=>({marginRight:8,marginLeft:-10,marginTop:-2,height:12,width:12,color:e.base==="light"?je(.25,e.color.defaultText):je(.3,e.color.defaultText),border:"none",display:"inline-block"})),xX=M.span(({theme:e})=>({display:"flex",lineHeight:"20px",alignItems:"center"})),CX=M.td(({theme:e})=>({position:"relative",letterSpacing:"0.35em",textTransform:"uppercase",fontWeight:e.typography.weight.bold,fontSize:e.typography.size.s1-1,color:e.base==="light"?je(.4,e.color.defaultText):je(.6,e.color.defaultText),background:`${e.background.app} !important`,"& ~ td":{background:`${e.background.app} !important`}})),DX=M.td(({theme:e})=>({position:"relative",fontWeight:e.typography.weight.bold,fontSize:e.typography.size.s2-1,background:e.background.app})),SX=M.td(()=>({position:"relative"})),kX=M.tr(({theme:e})=>({"&:hover > td":{backgroundColor:`${bo(.005,e.background.app)} !important`,boxShadow:`${e.color.mediumlight} 0 - 1px 0 0 inset`,cursor:"row-resize"}})),Wx=M.button(()=>({background:"none",border:"none",padding:"0",font:"inherit",position:"absolute",top:0,bottom:0,left:0,right:0,height:"100%",width:"100%",color:"transparent",cursor:"row-resize !important"})),hg=({level:e="section",label:t,children:r,initialExpanded:n=!0,colSpan:o=3})=>{let[i,s]=u.useState(n),d=e==="subsection"?DX:CX,f=r?.length||0,m=e==="subsection"?`${f} item${f!==1?"s":""}`:"",g=`${i?"Hide":"Show"} ${e==="subsection"?f:t} item${f!==1?"s":""}`;return D.createElement(D.Fragment,null,D.createElement(kX,{title:g},D.createElement(d,{colSpan:1},D.createElement(Wx,{onClick:b=>s(!i),tabIndex:0},g),D.createElement(xX,null,i?D.createElement(bX,null):D.createElement(EX,null),t)),D.createElement(SX,{colSpan:o-1},D.createElement(Wx,{onClick:b=>s(!i),tabIndex:-1,style:{outline:"none"}},g),i?null:m)),i?r:null)},R0=M.div(({theme:e})=>({display:"flex",gap:16,borderBottom:`1px solid ${e.appBorderColor}`,"&:last-child":{borderBottom:0}})),Ft=M.div(({numColumn:e})=>({display:"flex",flexDirection:"column",flex:e||1,gap:5,padding:"12px 20px"})),st=M.div(({theme:e,width:t,height:r})=>({animation:`${e.animation.glow} 1.5s ease-in-out infinite`,background:e.appBorderColor,width:t||"100%",height:r||16,borderRadius:3})),Rt=[2,4,2,2],AX=()=>D.createElement(D.Fragment,null,D.createElement(R0,null,D.createElement(Ft,{numColumn:Rt[0]},D.createElement(st,{width:"60%"})),D.createElement(Ft,{numColumn:Rt[1]},D.createElement(st,{width:"30%"})),D.createElement(Ft,{numColumn:Rt[2]},D.createElement(st,{width:"60%"})),D.createElement(Ft,{numColumn:Rt[3]},D.createElement(st,{width:"60%"}))),D.createElement(R0,null,D.createElement(Ft,{numColumn:Rt[0]},D.createElement(st,{width:"60%"})),D.createElement(Ft,{numColumn:Rt[1]},D.createElement(st,{width:"80%"}),D.createElement(st,{width:"30%"})),D.createElement(Ft,{numColumn:Rt[2]},D.createElement(st,{width:"60%"})),D.createElement(Ft,{numColumn:Rt[3]},D.createElement(st,{width:"60%"}))),D.createElement(R0,null,D.createElement(Ft,{numColumn:Rt[0]},D.createElement(st,{width:"60%"})),D.createElement(Ft,{numColumn:Rt[1]},D.createElement(st,{width:"80%"}),D.createElement(st,{width:"30%"})),D.createElement(Ft,{numColumn:Rt[2]},D.createElement(st,{width:"60%"})),D.createElement(Ft,{numColumn:Rt[3]},D.createElement(st,{width:"60%"}))),D.createElement(R0,null,D.createElement(Ft,{numColumn:Rt[0]},D.createElement(st,{width:"60%"})),D.createElement(Ft,{numColumn:Rt[1]},D.createElement(st,{width:"80%"}),D.createElement(st,{width:"30%"})),D.createElement(Ft,{numColumn:Rt[2]},D.createElement(st,{width:"60%"})),D.createElement(Ft,{numColumn:Rt[3]},D.createElement(st,{width:"60%"})))),_X=M.table(({theme:e,compact:t,inAddonPanel:r})=>({"&&":{borderSpacing:0,color:e.color.defaultText,"td, th":{padding:0,border:"none",verticalAlign:"top",textOverflow:"ellipsis"},fontSize:e.typography.size.s2-1,lineHeight:"20px",textAlign:"left",width:"100%",marginTop:r?0:25,marginBottom:r?0:40,"thead th:first-of-type, td:first-of-type":{width:"25%"},"th:first-of-type, td:first-of-type":{paddingLeft:20},"th:nth-of-type(2), td:nth-of-type(2)":{...t?null:{width:"35%"}},"td:nth-of-type(3)":{...t?null:{width:"15%"}},"th:last-of-type, td:last-of-type":{paddingRight:20,...t?null:{width:"25%"}},th:{color:e.base==="light"?je(.25,e.color.defaultText):je(.45,e.color.defaultText),paddingTop:10,paddingBottom:10,paddingLeft:15,paddingRight:15},td:{paddingTop:"10px",paddingBottom:"10px","&:not(:first-of-type)":{paddingLeft:15,paddingRight:15},"&:last-of-type":{paddingRight:20}},marginLeft:r?0:1,marginRight:r?0:1,tbody:{...r?null:{filter:e.base==="light"?"drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.10))":"drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.20))"},"> tr > *":{background:e.background.content,borderTop:`1px solid ${e.appBorderColor}`},...r?null:{"> tr:first-of-type > *":{borderBlockStart:`1px solid ${e.appBorderColor}`},"> tr:last-of-type > *":{borderBlockEnd:`1px solid ${e.appBorderColor}`},"> tr > *:first-of-type":{borderInlineStart:`1px solid ${e.appBorderColor}`},"> tr > *:last-of-type":{borderInlineEnd:`1px solid ${e.appBorderColor}`},"> tr:first-of-type > td:first-of-type":{borderTopLeftRadius:e.appBorderRadius},"> tr:first-of-type > td:last-of-type":{borderTopRightRadius:e.appBorderRadius},"> tr:last-of-type > td:first-of-type":{borderBottomLeftRadius:e.appBorderRadius},"> tr:last-of-type > td:last-of-type":{borderBottomRightRadius:e.appBorderRadius}}}}})),FX=M(Ma)(({theme:e})=>({margin:"-4px -12px -4px 0"})),RX=M.span({display:"flex",justifyContent:"space-between"}),TX={alpha:(e,t)=>e.name.localeCompare(t.name),requiredFirst:(e,t)=>+!!t.type?.required-+!!e.type?.required||e.name.localeCompare(t.name),none:void 0},IX=(e,t)=>{let r={ungrouped:[],ungroupedSubsections:{},sections:{}};if(!e)return r;Object.entries(e).forEach(([i,s])=>{let{category:d,subcategory:f}=s?.table||{};if(d){let m=r.sections[d]||{ungrouped:[],subsections:{}};if(!f)m.ungrouped.push({key:i,...s});else{let g=m.subsections[f]||[];g.push({key:i,...s}),m.subsections[f]=g}r.sections[d]=m}else if(f){let m=r.ungroupedSubsections[f]||[];m.push({key:i,...s}),r.ungroupedSubsections[f]=m}else r.ungrouped.push({key:i,...s})});let n=TX[t],o=i=>n?Object.keys(i).reduce((s,d)=>({...s,[d]:i[d].sort(n)}),{}):i;return{ungrouped:r.ungrouped.sort(n),ungroupedSubsections:o(r.ungroupedSubsections),sections:Object.keys(r.sections).reduce((i,s)=>({...i,[s]:{ungrouped:r.sections[s].ungrouped.sort(n),subsections:o(r.sections[s].subsections)}}),{})}},zX=(e,t,r)=>{try{return IO(e,t,r)}catch(n){return xq.warn(n.message),!1}},s2=e=>{let{updateArgs:t,resetArgs:r,compact:n,inAddonPanel:o,initialExpandedArgs:i,sort:s="none",isLoading:d}=e;if("error"in e){let{error:F}=e;return D.createElement(cT,null,F," ",D.createElement(Yl,{href:"http://storybook.js.org/docs/",target:"_blank",withArrow:!0},D.createElement(Z5,null)," Read the docs"))}if(d)return D.createElement(AX,null);let{rows:f,args:m,globals:g}="rows"in e&&e,b=IX(gB(f||{},F=>!F?.table?.disable&&zX(F,m||{},g||{})),s),w=b.ungrouped.length===0,v=Object.entries(b.sections).length===0,x=Object.entries(b.ungroupedSubsections).length===0;if(w&&v&&x)return D.createElement(wX,{inAddonPanel:o});let E=1;t&&(E+=1),n||(E+=2);let S=Object.keys(b.sections).length>0,_={updateArgs:t,compact:n,inAddonPanel:o,initialExpandedArgs:i};return D.createElement(ny,null,D.createElement(_X,{compact:n,inAddonPanel:o,className:"docblock-argstable sb-unstyled"},D.createElement("thead",{className:"docblock-argstable-head"},D.createElement("tr",null,D.createElement("th",null,D.createElement("span",null,"Name")),n?null:D.createElement("th",null,D.createElement("span",null,"Description")),n?null:D.createElement("th",null,D.createElement("span",null,"Default")),t?D.createElement("th",null,D.createElement(RX,null,"Control"," ",!d&&r&&D.createElement(FX,{onClick:()=>r(),title:"Reset controls"},D.createElement(bq,{"aria-hidden":!0})))):null)),D.createElement("tbody",{className:"docblock-argstable-body"},b.ungrouped.map(F=>D.createElement(F0,{key:F.key,row:F,arg:m&&m[F.key],..._})),Object.entries(b.ungroupedSubsections).map(([F,A])=>D.createElement(hg,{key:F,label:F,level:"subsection",colSpan:E},A.map(k=>D.createElement(F0,{key:k.key,row:k,arg:m&&m[k.key],expandable:S,..._})))),Object.entries(b.sections).map(([F,A])=>D.createElement(hg,{key:F,label:F,level:"section",colSpan:E},A.ungrouped.map(k=>D.createElement(F0,{key:k.key,row:k,arg:m&&m[k.key],..._})),Object.entries(A.subsections).map(([k,R])=>D.createElement(hg,{key:k,label:k,level:"subsection",colSpan:E},R.map(I=>D.createElement(F0,{key:I.key,row:I,arg:m&&m[I.key],expandable:S,..._})))))))))},BX=({tabs:e,...t})=>{let r=Object.entries(e);return r.length===1?D.createElement(s2,{...r[0][1],...t}):D.createElement(XR,null,r.map((n,o)=>{let[i,s]=n,d=`prop_table_div_${i}`,f="div",m=o===0?t:{sort:t.sort};return D.createElement(f,{key:d,id:d,title:i},({active:g})=>g?D.createElement(s2,{key:`prop_table_${i}`,...s,...m}):null)}))};M.div(({theme:e})=>({marginRight:30,fontSize:`${e.typography.size.s1}px`,color:e.base==="light"?je(.4,e.color.defaultText):je(.6,e.color.defaultText)}));M.div({overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"});M.div({display:"flex",flexDirection:"row",alignItems:"baseline","&:not(:last-child)":{marginBottom:"1rem"}});M.div(Ye,({theme:e})=>({...qp(e),margin:"25px 0 40px",padding:"30px 20px"}));M.div(({theme:e})=>({fontWeight:e.typography.weight.bold,color:e.color.defaultText}));M.div(({theme:e})=>({color:e.base==="light"?je(.2,e.color.defaultText):je(.6,e.color.defaultText)}));M.div({flex:"0 0 30%",lineHeight:"20px",marginTop:5});M.div(({theme:e})=>({flex:1,textAlign:"center",fontFamily:e.typography.fonts.mono,fontSize:e.typography.size.s1,lineHeight:1,overflow:"hidden",color:e.base==="light"?je(.4,e.color.defaultText):je(.6,e.color.defaultText),"> div":{display:"inline-block",overflow:"hidden",maxWidth:"100%",textOverflow:"ellipsis"},span:{display:"block",marginTop:2}}));M.div({display:"flex",flexDirection:"row"});M.div(({background:e})=>({position:"relative",flex:1,"&::before":{position:"absolute",top:0,left:0,width:"100%",height:"100%",background:e,content:'""'}}));M.div(({theme:e})=>({...qp(e),display:"flex",flexDirection:"row",height:50,marginBottom:5,overflow:"hidden",backgroundColor:"white",backgroundImage:"repeating-linear-gradient(-45deg, #ccc, #ccc 1px, #fff 1px, #fff 16px)",backgroundClip:"padding-box"}));M.div({display:"flex",flexDirection:"column",flex:1,position:"relative",marginBottom:30});M.div({flex:1,display:"flex",flexDirection:"row"});M.div({display:"flex",alignItems:"flex-start"});M.div({flex:"0 0 30%"});M.div({flex:1});M.div(({theme:e})=>({display:"flex",flexDirection:"row",alignItems:"center",paddingBottom:20,fontWeight:e.typography.weight.bold,color:e.base==="light"?je(.4,e.color.defaultText):je(.6,e.color.defaultText)}));M.div(({theme:e})=>({fontSize:e.typography.size.s2,lineHeight:"20px",display:"flex",flexDirection:"column"}));M.div(({theme:e})=>({fontFamily:e.typography.fonts.base,fontSize:e.typography.size.s2,color:e.color.defaultText,marginLeft:10,lineHeight:1.2}));M.div(({theme:e})=>({...qp(e),overflow:"hidden",height:40,width:40,display:"flex",alignItems:"center",justifyContent:"center",flex:"none","> img, > svg":{width:20,height:20}}));M.div({display:"inline-flex",flexDirection:"row",alignItems:"center",flex:"0 1 calc(20% - 10px)",minWidth:120,margin:"0px 10px 30px 0"});M.div({display:"flex",flexFlow:"row wrap"});var LX=e=>`anchor--${e}`,YT=({storyId:e,children:t})=>D.createElement("div",{id:LX(e),className:"sb-anchor"},t);globalThis&&globalThis.__DOCS_CONTEXT__===void 0&&(globalThis.__DOCS_CONTEXT__=u.createContext(null),globalThis.__DOCS_CONTEXT__.displayName="DocsContext");var Qr=globalThis?globalThis.__DOCS_CONTEXT__:u.createContext(null),Yo=(e,t)=>u.useContext(Qr).resolveOf(e,t),OX=e=>e.split("-").map(t=>t.charAt(0).toUpperCase()+t.slice(1)).join(""),MX=e=>{if(e)return typeof e=="string"?e.includes("-")?OX(e):e:e.__docgenInfo&&e.__docgenInfo.displayName?e.__docgenInfo.displayName:e.name};function PX(e,t="start"){e.scrollIntoView({behavior:"smooth",block:t,inline:"nearest"})}var NX=Object.create,KT=Object.defineProperty,$X=Object.getOwnPropertyDescriptor,XT=Object.getOwnPropertyNames,HX=Object.getPrototypeOf,jX=Object.prototype.hasOwnProperty,kr=(e,t)=>function(){return t||(0,e[XT(e)[0]])((t={exports:{}}).exports,t),t.exports},VX=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of XT(t))!jX.call(e,o)&&o!==r&&KT(e,o,{get:()=>t[o],enumerable:!(n=$X(t,o))||n.enumerable});return e},Sy=(e,t,r)=>(r=e!=null?NX(HX(e)):{},VX(!e||!e.__esModule?KT(r,"default",{value:e,enumerable:!0}):r,e)),UX=["bubbles","cancelBubble","cancelable","composed","currentTarget","defaultPrevented","eventPhase","isTrusted","returnValue","srcElement","target","timeStamp","type"],WX=["detail"];function qX(e){let t=UX.filter(r=>e[r]!==void 0).reduce((r,n)=>({...r,[n]:e[n]}),{});return e instanceof CustomEvent&&WX.filter(r=>e[r]!==void 0).forEach(r=>{t[r]=e[r]}),t}var GX=p2(nT(),1),JT=kr({"node_modules/has-symbols/shams.js"(e,t){t.exports=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var r={},n=Symbol("test"),o=Object(n);if(typeof n=="string"||Object.prototype.toString.call(n)!=="[object Symbol]"||Object.prototype.toString.call(o)!=="[object Symbol]")return!1;var i=42;r[n]=i;for(n in r)return!1;if(typeof Object.keys=="function"&&Object.keys(r).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(r).length!==0)return!1;var s=Object.getOwnPropertySymbols(r);if(s.length!==1||s[0]!==n||!Object.prototype.propertyIsEnumerable.call(r,n))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var d=Object.getOwnPropertyDescriptor(r,n);if(d.value!==i||d.enumerable!==!0)return!1}return!0}}}),ZT=kr({"node_modules/has-symbols/index.js"(e,t){var r=typeof Symbol<"u"&&Symbol,n=JT();t.exports=function(){return typeof r!="function"||typeof Symbol!="function"||typeof r("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:n()}}}),YX=kr({"node_modules/function-bind/implementation.js"(e,t){var r="Function.prototype.bind called on incompatible ",n=Array.prototype.slice,o=Object.prototype.toString,i="[object Function]";t.exports=function(s){var d=this;if(typeof d!="function"||o.call(d)!==i)throw new TypeError(r+d);for(var f=n.call(arguments,1),m,g=function(){if(this instanceof m){var E=d.apply(this,f.concat(n.call(arguments)));return Object(E)===E?E:this}else return d.apply(s,f.concat(n.call(arguments)))},b=Math.max(0,d.length-f.length),w=[],v=0;v<b;v++)w.push("$"+v);if(m=Function("binder","return function ("+w.join(",")+"){ return binder.apply(this,arguments); }")(g),d.prototype){var x=function(){};x.prototype=d.prototype,m.prototype=new x,x.prototype=null}return m}}}),ky=kr({"node_modules/function-bind/index.js"(e,t){var r=YX();t.exports=Function.prototype.bind||r}}),KX=kr({"node_modules/has/src/index.js"(e,t){var r=ky();t.exports=r.call(Function.call,Object.prototype.hasOwnProperty)}}),QT=kr({"node_modules/get-intrinsic/index.js"(e,t){var r,n=SyntaxError,o=Function,i=TypeError,s=function(X){try{return o('"use strict"; return ('+X+").constructor;")()}catch{}},d=Object.getOwnPropertyDescriptor;if(d)try{d({},"")}catch{d=null}var f=function(){throw new i},m=d?function(){try{return arguments.callee,f}catch{try{return d(arguments,"callee").get}catch{return f}}}():f,g=ZT()(),b=Object.getPrototypeOf||function(X){return X.__proto__},w={},v=typeof Uint8Array>"u"?r:b(Uint8Array),x={"%AggregateError%":typeof AggregateError>"u"?r:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?r:ArrayBuffer,"%ArrayIteratorPrototype%":g?b([][Symbol.iterator]()):r,"%AsyncFromSyncIteratorPrototype%":r,"%AsyncFunction%":w,"%AsyncGenerator%":w,"%AsyncGeneratorFunction%":w,"%AsyncIteratorPrototype%":w,"%Atomics%":typeof Atomics>"u"?r:Atomics,"%BigInt%":typeof BigInt>"u"?r:BigInt,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?r:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":typeof Float32Array>"u"?r:Float32Array,"%Float64Array%":typeof Float64Array>"u"?r:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?r:FinalizationRegistry,"%Function%":o,"%GeneratorFunction%":w,"%Int8Array%":typeof Int8Array>"u"?r:Int8Array,"%Int16Array%":typeof Int16Array>"u"?r:Int16Array,"%Int32Array%":typeof Int32Array>"u"?r:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":g?b(b([][Symbol.iterator]())):r,"%JSON%":typeof JSON=="object"?JSON:r,"%Map%":typeof Map>"u"?r:Map,"%MapIteratorPrototype%":typeof Map>"u"||!g?r:b(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?r:Promise,"%Proxy%":typeof Proxy>"u"?r:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":typeof Reflect>"u"?r:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?r:Set,"%SetIteratorPrototype%":typeof Set>"u"||!g?r:b(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?r:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":g?b(""[Symbol.iterator]()):r,"%Symbol%":g?Symbol:r,"%SyntaxError%":n,"%ThrowTypeError%":m,"%TypedArray%":v,"%TypeError%":i,"%Uint8Array%":typeof Uint8Array>"u"?r:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?r:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?r:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?r:Uint32Array,"%URIError%":URIError,"%WeakMap%":typeof WeakMap>"u"?r:WeakMap,"%WeakRef%":typeof WeakRef>"u"?r:WeakRef,"%WeakSet%":typeof WeakSet>"u"?r:WeakSet},E=function X(J){var ae;if(J==="%AsyncFunction%")ae=s("async function () {}");else if(J==="%GeneratorFunction%")ae=s("function* () {}");else if(J==="%AsyncGeneratorFunction%")ae=s("async function* () {}");else if(J==="%AsyncGenerator%"){var ee=X("%AsyncGeneratorFunction%");ee&&(ae=ee.prototype)}else if(J==="%AsyncIteratorPrototype%"){var ie=X("%AsyncGenerator%");ie&&(ae=b(ie.prototype))}return x[J]=ae,ae},S={"%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"]},_=ky(),F=KX(),A=_.call(Function.call,Array.prototype.concat),k=_.call(Function.apply,Array.prototype.splice),R=_.call(Function.call,String.prototype.replace),I=_.call(Function.call,String.prototype.slice),z=_.call(Function.call,RegExp.prototype.exec),B=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,O=/\\(\\)?/g,j=function(X){var J=I(X,0,1),ae=I(X,-1);if(J==="%"&&ae!=="%")throw new n("invalid intrinsic syntax, expected closing `%`");if(ae==="%"&&J!=="%")throw new n("invalid intrinsic syntax, expected opening `%`");var ee=[];return R(X,B,function(ie,se,Y,re){ee[ee.length]=Y?R(re,O,"$1"):se||ie}),ee},q=function(X,J){var ae=X,ee;if(F(S,ae)&&(ee=S[ae],ae="%"+ee[0]+"%"),F(x,ae)){var ie=x[ae];if(ie===w&&(ie=E(ae)),typeof ie>"u"&&!J)throw new i("intrinsic "+X+" exists, but is not available. Please file an issue!");return{alias:ee,name:ae,value:ie}}throw new n("intrinsic "+X+" does not exist!")};t.exports=function(X,J){if(typeof X!="string"||X.length===0)throw new i("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof J!="boolean")throw new i('"allowMissing" argument must be a boolean');if(z(/^%?[^%]*%?$/,X)===null)throw new n("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var ae=j(X),ee=ae.length>0?ae[0]:"",ie=q("%"+ee+"%",J),se=ie.name,Y=ie.value,re=!1,Z=ie.alias;Z&&(ee=Z[0],k(ae,A([0,1],Z)));for(var N=1,G=!0;N<ae.length;N+=1){var ue=ae[N],ge=I(ue,0,1),oe=I(ue,-1);if((ge==='"'||ge==="'"||ge==="`"||oe==='"'||oe==="'"||oe==="`")&&ge!==oe)throw new n("property names with quotes must have matching quotes");if((ue==="constructor"||!G)&&(re=!0),ee+="."+ue,se="%"+ee+"%",F(x,se))Y=x[se];else if(Y!=null){if(!(ue in Y)){if(!J)throw new i("base intrinsic for "+X+" exists, but the property is not available.");return}if(d&&N+1>=ae.length){var de=d(Y,ue);G=!!de,G&&"get"in de&&!("originalValue"in de.get)?Y=de.get:Y=Y[ue]}else G=F(Y,ue),Y=Y[ue];G&&!re&&(x[se]=Y)}}return Y}}}),XX=kr({"node_modules/call-bind/index.js"(e,t){var r=ky(),n=QT(),o=n("%Function.prototype.apply%"),i=n("%Function.prototype.call%"),s=n("%Reflect.apply%",!0)||r.call(i,o),d=n("%Object.getOwnPropertyDescriptor%",!0),f=n("%Object.defineProperty%",!0),m=n("%Math.max%");if(f)try{f({},"a",{value:1})}catch{f=null}t.exports=function(b){var w=s(r,i,arguments);if(d&&f){var v=d(w,"length");v.configurable&&f(w,"length",{value:1+m(0,b.length-(arguments.length-1))})}return w};var g=function(){return s(r,o,arguments)};f?f(t.exports,"apply",{value:g}):t.exports.apply=g}}),JX=kr({"node_modules/call-bind/callBound.js"(e,t){var r=QT(),n=XX(),o=n(r("String.prototype.indexOf"));t.exports=function(i,s){var d=r(i,!!s);return typeof d=="function"&&o(i,".prototype.")>-1?n(d):d}}}),ZX=kr({"node_modules/has-tostringtag/shams.js"(e,t){var r=JT();t.exports=function(){return r()&&!!Symbol.toStringTag}}}),QX=kr({"node_modules/is-regex/index.js"(e,t){var r=JX(),n=ZX()(),o,i,s,d;n&&(o=r("Object.prototype.hasOwnProperty"),i=r("RegExp.prototype.exec"),s={},f=function(){throw s},d={toString:f,valueOf:f},typeof Symbol.toPrimitive=="symbol"&&(d[Symbol.toPrimitive]=f));var f,m=r("Object.prototype.toString"),g=Object.getOwnPropertyDescriptor,b="[object RegExp]";t.exports=n?function(w){if(!w||typeof w!="object")return!1;var v=g(w,"lastIndex"),x=v&&o(v,"value");if(!x)return!1;try{i(w,d)}catch(E){return E===s}}:function(w){return!w||typeof w!="object"&&typeof w!="function"?!1:m(w)===b}}}),eJ=kr({"node_modules/is-function/index.js"(e,t){t.exports=n;var r=Object.prototype.toString;function n(o){if(!o)return!1;var i=r.call(o);return i==="[object Function]"||typeof o=="function"&&i!=="[object RegExp]"||typeof window<"u"&&(o===window.setTimeout||o===window.alert||o===window.confirm||o===window.prompt)}}}),tJ=kr({"node_modules/is-symbol/index.js"(e,t){var r=Object.prototype.toString,n=ZT()();n?(o=Symbol.prototype.toString,i=/^Symbol\(.*\)$/,s=function(d){return typeof d.valueOf()!="symbol"?!1:i.test(o.call(d))},t.exports=function(d){if(typeof d=="symbol")return!0;if(r.call(d)!=="[object Symbol]")return!1;try{return s(d)}catch{return!1}}):t.exports=function(d){return!1};var o,i,s}}),rJ=Sy(QX()),nJ=Sy(eJ()),aJ=Sy(tJ());function oJ(e){return e!=null&&typeof e=="object"&&Array.isArray(e)===!1}var lJ=typeof global=="object"&&global&&global.Object===Object&&global,iJ=lJ,sJ=typeof self=="object"&&self&&self.Object===Object&&self,uJ=iJ||sJ||Function("return this")(),Ay=uJ,cJ=Ay.Symbol,hi=cJ,eI=Object.prototype,dJ=eI.hasOwnProperty,pJ=eI.toString,Is=hi?hi.toStringTag:void 0;function fJ(e){var t=dJ.call(e,Is),r=e[Is];try{e[Is]=void 0;var n=!0}catch{}var o=pJ.call(e);return n&&(t?e[Is]=r:delete e[Is]),o}var hJ=fJ,mJ=Object.prototype,gJ=mJ.toString;function vJ(e){return gJ.call(e)}var yJ=vJ,wJ="[object Null]",bJ="[object Undefined]",qx=hi?hi.toStringTag:void 0;function EJ(e){return e==null?e===void 0?bJ:wJ:qx&&qx in Object(e)?hJ(e):yJ(e)}var xJ=EJ,Gx=hi?hi.prototype:void 0;Gx&&Gx.toString;function CJ(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var tI=CJ,DJ="[object AsyncFunction]",SJ="[object Function]",kJ="[object GeneratorFunction]",AJ="[object Proxy]";function _J(e){if(!tI(e))return!1;var t=xJ(e);return t==SJ||t==kJ||t==DJ||t==AJ}var FJ=_J,RJ=Ay["__core-js_shared__"],mg=RJ,Yx=function(){var e=/[^.]+$/.exec(mg&&mg.keys&&mg.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function TJ(e){return!!Yx&&Yx in e}var IJ=TJ,zJ=Function.prototype,BJ=zJ.toString;function LJ(e){if(e!=null){try{return BJ.call(e)}catch{}try{return e+""}catch{}}return""}var OJ=LJ,MJ=/[\\^$.*+?()[\]{}|]/g,PJ=/^\[object .+?Constructor\]$/,NJ=Function.prototype,$J=Object.prototype,HJ=NJ.toString,jJ=$J.hasOwnProperty,VJ=RegExp("^"+HJ.call(jJ).replace(MJ,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function UJ(e){if(!tI(e)||IJ(e))return!1;var t=FJ(e)?VJ:PJ;return t.test(OJ(e))}var WJ=UJ;function qJ(e,t){return e?.[t]}var GJ=qJ;function YJ(e,t){var r=GJ(e,t);return WJ(r)?r:void 0}var rI=YJ;function KJ(e,t){return e===t||e!==e&&t!==t}var XJ=KJ,JJ=rI(Object,"create"),bu=JJ;function ZJ(){this.__data__=bu?bu(null):{},this.size=0}var QJ=ZJ;function eZ(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var tZ=eZ,rZ="__lodash_hash_undefined__",nZ=Object.prototype,aZ=nZ.hasOwnProperty;function oZ(e){var t=this.__data__;if(bu){var r=t[e];return r===rZ?void 0:r}return aZ.call(t,e)?t[e]:void 0}var lZ=oZ,iZ=Object.prototype,sZ=iZ.hasOwnProperty;function uZ(e){var t=this.__data__;return bu?t[e]!==void 0:sZ.call(t,e)}var cZ=uZ,dZ="__lodash_hash_undefined__";function pZ(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=bu&&t===void 0?dZ:t,this}var fZ=pZ;function ki(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}ki.prototype.clear=QJ;ki.prototype.delete=tZ;ki.prototype.get=lZ;ki.prototype.has=cZ;ki.prototype.set=fZ;var Kx=ki;function hZ(){this.__data__=[],this.size=0}var mZ=hZ;function gZ(e,t){for(var r=e.length;r--;)if(XJ(e[r][0],t))return r;return-1}var Kp=gZ,vZ=Array.prototype,yZ=vZ.splice;function wZ(e){var t=this.__data__,r=Kp(t,e);if(r<0)return!1;var n=t.length-1;return r==n?t.pop():yZ.call(t,r,1),--this.size,!0}var bZ=wZ;function EZ(e){var t=this.__data__,r=Kp(t,e);return r<0?void 0:t[r][1]}var xZ=EZ;function CZ(e){return Kp(this.__data__,e)>-1}var DZ=CZ;function SZ(e,t){var r=this.__data__,n=Kp(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this}var kZ=SZ;function Ai(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}Ai.prototype.clear=mZ;Ai.prototype.delete=bZ;Ai.prototype.get=xZ;Ai.prototype.has=DZ;Ai.prototype.set=kZ;var AZ=Ai,_Z=rI(Ay,"Map"),FZ=_Z;function RZ(){this.size=0,this.__data__={hash:new Kx,map:new(FZ||AZ),string:new Kx}}var TZ=RZ;function IZ(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}var zZ=IZ;function BZ(e,t){var r=e.__data__;return zZ(t)?r[typeof t=="string"?"string":"hash"]:r.map}var Xp=BZ;function LZ(e){var t=Xp(this,e).delete(e);return this.size-=t?1:0,t}var OZ=LZ;function MZ(e){return Xp(this,e).get(e)}var PZ=MZ;function NZ(e){return Xp(this,e).has(e)}var $Z=NZ;function HZ(e,t){var r=Xp(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this}var jZ=HZ;function _i(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}_i.prototype.clear=TZ;_i.prototype.delete=OZ;_i.prototype.get=PZ;_i.prototype.has=$Z;_i.prototype.set=jZ;var nI=_i,VZ="Expected a function";function _y(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new TypeError(VZ);var r=function(){var n=arguments,o=t?t.apply(this,n):n[0],i=r.cache;if(i.has(o))return i.get(o);var s=e.apply(this,n);return r.cache=i.set(o,s)||i,s};return r.cache=new(_y.Cache||nI),r}_y.Cache=nI;var UZ=_y,WZ=500;function qZ(e){var t=UZ(e,function(n){return r.size===WZ&&r.clear(),n}),r=t.cache;return t}var GZ=qZ,YZ=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,KZ=/\\(\\)?/g;GZ(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(YZ,function(r,n,o,i){t.push(o?i.replace(KZ,"$1"):n||r)}),t});var XZ=oJ,JZ=e=>{let t=null,r=!1,n=!1,o=!1,i="";if(e.indexOf("//")>=0||e.indexOf("/*")>=0)for(let s=0;s<e.length;s+=1)!t&&!r&&!n&&!o?e[s]==='"'||e[s]==="'"||e[s]==="`"?t=e[s]:e[s]==="/"&&e[s+1]==="*"?r=!0:e[s]==="/"&&e[s+1]==="/"?n=!0:e[s]==="/"&&e[s+1]!=="/"&&(o=!0):(t&&(e[s]===t&&e[s-1]!=="\\"||e[s]===`
|
|
603
|
+
`&&t!=="`")&&(t=null),o&&(e[s]==="/"&&e[s-1]!=="\\"||e[s]===`
|
|
604
|
+
`)&&(o=!1),r&&e[s-1]==="/"&&e[s-2]==="*"&&(r=!1),n&&e[s]===`
|
|
605
|
+
`&&(n=!1)),!r&&!n&&(i+=e[s]);else i=e;return i},ZZ=(0,GX.default)(1e4)(e=>JZ(e).replace(/\n\s*/g,"").trim()),QZ=function(e,t){let r=t.slice(0,t.indexOf("{")),n=t.slice(t.indexOf("{"));if(r.includes("=>")||r.includes("function"))return t;let o=r;return o=o.replace(e,"function"),o+n},eQ=/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d{3})?Z$/;function aI(e){if(!XZ(e))return e;let t=e,r=!1;return typeof Event<"u"&&e instanceof Event&&(t=qX(t),r=!0),t=Object.keys(t).reduce((n,o)=>{try{t[o]&&t[o].toJSON,n[o]=t[o]}catch{r=!0}return n},{}),r?t:e}var tQ=function(e){let t,r,n,o;return function(i,s){try{if(i==="")return o=[],t=new Map([[s,"[]"]]),r=new Map,n=[],s;let d=r.get(this)||this;for(;n.length&&d!==n[0];)n.shift(),o.pop();if(typeof s=="boolean")return s;if(s===void 0)return e.allowUndefined?"_undefined_":void 0;if(s===null)return null;if(typeof s=="number")return s===-1/0?"_-Infinity_":s===1/0?"_Infinity_":Number.isNaN(s)?"_NaN_":s;if(typeof s=="bigint")return`_bigint_${s.toString()}`;if(typeof s=="string")return eQ.test(s)?e.allowDate?`_date_${s}`:void 0:s;if((0,rJ.default)(s))return e.allowRegExp?`_regexp_${s.flags}|${s.source}`:void 0;if((0,nJ.default)(s)){if(!e.allowFunction)return;let{name:m}=s,g=s.toString();return g.match(/(\[native code\]|WEBPACK_IMPORTED_MODULE|__webpack_exports__|__webpack_require__)/)?`_function_${m}|${(()=>{}).toString()}`:`_function_${m}|${ZZ(QZ(i,g))}`}if((0,aJ.default)(s)){if(!e.allowSymbol)return;let m=Symbol.keyFor(s);return m!==void 0?`_gsymbol_${m}`:`_symbol_${s.toString().slice(7,-1)}`}if(n.length>=e.maxDepth)return Array.isArray(s)?`[Array(${s.length})]`:"[Object]";if(s===this)return`_duplicate_${JSON.stringify(o)}`;if(s instanceof Error&&e.allowError)return{__isConvertedError__:!0,errorProperties:{...s.cause?{cause:s.cause}:{},...s,name:s.name,message:s.message,stack:s.stack,"_constructor-name_":s.constructor.name}};if(s.constructor&&s.constructor.name&&s.constructor.name!=="Object"&&!Array.isArray(s)&&!e.allowClass)return;let f=t.get(s);if(!f){let m=Array.isArray(s)?s:aI(s);if(s.constructor&&s.constructor.name&&s.constructor.name!=="Object"&&!Array.isArray(s)&&e.allowClass)try{Object.assign(m,{"_constructor-name_":s.constructor.name})}catch{}return o.push(i),n.unshift(m),t.set(s,JSON.stringify(o)),s!==m&&r.set(s,m),m}return`_duplicate_${f}`}catch{return}}},rQ={maxDepth:10,space:void 0,allowFunction:!0,allowRegExp:!0,allowDate:!0,allowClass:!0,allowError:!0,allowUndefined:!0,allowSymbol:!0,lazyEval:!0},nQ=(e,t={})=>{let r={...rQ,...t};return JSON.stringify(aI(e),tQ(r),t.space)};function oI(e){return nQ(e,{allowFunction:!1})}var lI=u.createContext({sources:{}}),iI="--unknown--",aQ=({children:e,channel:t})=>{let[r,n]=u.useState({});return u.useEffect(()=>{let o=(i,s=null,d=!1)=>{let{id:f,args:m=void 0,source:g,format:b}=typeof i=="string"?{id:i,source:s,format:d}:i,w=m?oI(m):iI;n(v=>({...v,[f]:{...v[f],[w]:{code:g,format:b}}}))};return t.on(uw,o),()=>t.off(uw,o)},[]),D.createElement(lI.Provider,{value:{sources:r}},e)},oQ=(e,t,r)=>{let{sources:n}=r,o=n?.[e];return o?.[oI(t)]||o?.[iI]||{code:""}},lQ=({snippet:e,storyContext:t,typeFromProps:r,transformFromProps:n})=>{let{__isArgsStory:o}=t.parameters,i=t.parameters.docs?.source||{},s=r||i.type||B1.AUTO;if(i.code!==void 0)return i.code;let d=s===B1.DYNAMIC||s===B1.AUTO&&e&&o?e:i.originalSource||"";return(n??i.transform)?.(d,t)||d},iQ=(e,t,r)=>{let n,{of:o}=e;if("of"in e&&o===void 0)throw new Error("Unexpected `of={undefined}`, did you mistype a CSF file reference?");if(o)n=t.resolveOf(o,["story"]).story;else try{n=t.storyById()}catch{}let i=n?.parameters?.docs?.source||{},{code:s}=e,d=e.format??i.format,f=e.language??i.language??"jsx",m=e.dark??i.dark??!1;if(!s&&!n)return{error:"Oh no! The source is not available."};if(s)return{code:s,format:d,language:f,dark:m};let g=t.getStoryContext(n),b=e.__forceInitialArgs?g.initialArgs:g.unmappedArgs,w=oQ(n.id,b,r);return d=w.format??n.parameters.docs?.source?.format??!1,{code:lQ({snippet:w.code,storyContext:{...g,args:b},typeFromProps:e.type,transformFromProps:e.transform}),format:d,language:f,dark:m}};function sQ(e,t){let r=uQ([e],t);return r&&r[0]}function uQ(e,t){let[r,n]=u.useState({});return u.useEffect(()=>{Promise.all(e.map(async o=>{let i=await t.loadStory(o);n(s=>s[o]===i?s:{...s,[o]:i})}))}),e.map(o=>{if(r[o])return r[o];try{return t.storyById(o)}catch{return null}})}var cQ=(e,t)=>{let{of:r,meta:n}=e;if("of"in e&&r===void 0)throw new Error("Unexpected `of={undefined}`, did you mistype a CSF file reference?");return n&&t.referenceMeta(n,!1),t.resolveOf(r||"story",["story"]).story.id},dQ=(e,t,r)=>{let{parameters:n={}}=t||{},{docs:o={}}=n,i=o.story||{};if(o.disable)return null;if(e.inline??i.inline??!1){let d=e.height??i.height,f=e.autoplay??i.autoplay??!1;return{story:t,inline:!0,height:d,autoplay:f,forceInitialArgs:!!e.__forceInitialArgs,primary:!!e.__primary,renderStoryToElement:r.renderStoryToElement}}let s=e.height??i.height??i.iframeHeight??"100px";return{story:t,inline:!1,height:s,primary:!!e.__primary}},pQ=(e={__forceInitialArgs:!1,__primary:!1})=>{let t=u.useContext(Qr),r=cQ(e,t),n=sQ(r,t);if(!n)return D.createElement(fT,null);let o=dQ(e,n,t);return o?D.createElement(DG,{...o}):null},fQ=e=>{let t=u.useContext(Qr),r=u.useContext(lI),{of:n,source:o}=e;if("of"in e&&n===void 0)throw new Error("Unexpected `of={undefined}`, did you mistype a CSF file reference?");let{story:i}=Yo(n||"story",["story"]),s=iQ({...o,...n&&{of:n}},t,r),d=e.layout??i.parameters.layout??i.parameters.docs?.canvas?.layout??"padded",f=e.withToolbar??i.parameters.docs?.canvas?.withToolbar??!1,m=e.additionalActions??i.parameters.docs?.canvas?.additionalActions,g=e.sourceState??i.parameters.docs?.canvas?.sourceState??"hidden",b=e.className??i.parameters.docs?.canvas?.className;return D.createElement(hT,{withSource:g==="none"?void 0:s,isExpanded:g==="shown",withToolbar:f,additionalActions:m,className:b,layout:d},D.createElement(pQ,{of:n||i.moduleExport,meta:e.meta,...e.story}))},hQ=(e,t)=>{let r=mQ(e,t);if(!r)throw new Error("No result when story was defined");return r},mQ=(e,t)=>{let r=e?t.getStoryContext(e):{args:{}},{id:n}=e||{id:"none"},[o,i]=u.useState(r.args);u.useEffect(()=>{let f=m=>{m.storyId===n&&i(m.args)};return t.channel.on(xx,f),()=>t.channel.off(xx,f)},[n,t.channel]);let s=u.useCallback(f=>t.channel.emit(Cq,{storyId:n,updatedArgs:f}),[n,t.channel]),d=u.useCallback(f=>t.channel.emit(Dq,{storyId:n,argNames:f}),[n,t.channel]);return e&&[o,s,d]},gQ=(e,t)=>{let r=t.getStoryContext(e),[n,o]=u.useState(r.globals);return u.useEffect(()=>{let i=s=>{o(s.globals)};return t.channel.on(Cx,i),()=>t.channel.off(Cx,i)},[t.channel]),[n]};function vQ(e,t){let{extractArgTypes:r}=t.docs||{};if(!r)throw new Error("Args unsupported. See Args documentation for your framework.");return r(e)}var yQ=e=>{let{of:t}=e;if("of"in e&&t===void 0)throw new Error("Unexpected `of={undefined}`, did you mistype a CSF file reference?");let r=u.useContext(Qr),{story:n}=r.resolveOf(t||"story",["story"]),{parameters:o,argTypes:i,component:s,subcomponents:d}=n,f=o.docs?.controls||{},m=e.include??f.include,g=e.exclude??f.exclude,b=e.sort??f.sort,[w,v,x]=hQ(n,r),[E]=gQ(n,r),S=Ex(i,m,g);if(!(d&&Object.keys(d).length>0))return Object.keys(S).length>0||Object.keys(w).length>0?D.createElement(s2,{rows:S,sort:b,args:w,globals:E,updateArgs:v,resetArgs:x}):null;let _=MX(s),F=Object.fromEntries(Object.entries(d).map(([k,R])=>[k,{rows:Ex(vQ(R,o),m,g),sort:b}])),A={[_]:{rows:S,sort:b},...F};return D.createElement(BX,{tabs:A,sort:b,args:w,globals:E,updateArgs:v,resetArgs:x})},{document:sI}=globalThis,wQ=({className:e,children:t,...r})=>{if(typeof e!="string"&&(typeof t!="string"||!t.match(/[\n\r]/g)))return D.createElement(ay,null,t);let n=e&&e.split("-");return D.createElement(dT,{language:n&&n[1]||"text",format:!1,code:t,...r})};function Fy(e,t){e.channel.emit(Sq,t)}var u2=tT.a,bQ=({hash:e,children:t})=>{let r=u.useContext(Qr);return D.createElement(u2,{href:e,target:"_self",onClick:n=>{let o=e.substring(1);sI.getElementById(o)&&Fy(r,e)}},t)},EQ=e=>{let{href:t,target:r,children:n,...o}=e,i=u.useContext(Qr);return!t||r==="_blank"||/^https?:\/\//.test(t)?D.createElement(u2,{...e}):t.startsWith("#")?D.createElement(bQ,{hash:t},n):D.createElement(u2,{href:t,onClick:s=>{s.button===0&&!s.altKey&&!s.ctrlKey&&!s.metaKey&&!s.shiftKey&&(s.preventDefault(),Fy(i,s.currentTarget.getAttribute("href")))},target:r,...o},n)},uI=["h1","h2","h3","h4","h5","h6"],xQ=uI.reduce((e,t)=>({...e,[t]:M(t)({"& svg":{position:"relative",top:"-0.1em",visibility:"hidden"},"&:hover svg":{visibility:"visible"}})}),{}),CQ=M.a(()=>({float:"left",lineHeight:"inherit",paddingRight:"10px",marginLeft:"-24px",color:"inherit"})),DQ=({as:e,id:t,children:r,...n})=>{let o=u.useContext(Qr),i=xQ[e],s=`#${t}`;return D.createElement(i,{id:t,...n},D.createElement(CQ,{"aria-hidden":"true",href:s,tabIndex:-1,target:"_self",onClick:d=>{sI.getElementById(t)&&Fy(o,s)}},D.createElement(gq,null)),r)},Ry=e=>{let{as:t,id:r,children:n,...o}=e;if(r)return D.createElement(DQ,{as:t,id:r,...o},n);let i=t,{as:s,...d}=e;return D.createElement(i,{...We(d,t)})},SQ=uI.reduce((e,t)=>({...e,[t]:r=>D.createElement(Ry,{as:t,...r})}),{}),kQ=e=>{if(!e.children)return null;if(typeof e.children!="string")throw new Error(oB`The Markdown block only accepts children as a single string, but children were of type: '${typeof e.children}'
|
|
606
|
+
This is often caused by not wrapping the child in a template string.
|
|
607
|
+
|
|
608
|
+
This is invalid:
|
|
609
|
+
<Markdown>
|
|
610
|
+
# Some heading
|
|
611
|
+
A paragraph
|
|
612
|
+
</Markdown>
|
|
613
|
+
|
|
614
|
+
Instead do:
|
|
615
|
+
<Markdown>
|
|
616
|
+
{\`
|
|
617
|
+
# Some heading
|
|
618
|
+
A paragraph
|
|
619
|
+
\`}
|
|
620
|
+
</Markdown>
|
|
621
|
+
`);return D.createElement(BT,{...e,options:{forceBlock:!0,overrides:{code:wQ,a:EQ,...SQ,...e?.options?.overrides},...e?.options}})},AQ=(e=>(e.INFO="info",e.NOTES="notes",e.DOCGEN="docgen",e.AUTO="auto",e))(AQ||{}),_Q=e=>{switch(e.type){case"story":return e.story.parameters.docs?.description?.story||null;case"meta":{let{parameters:t,component:r}=e.preparedMeta;return t.docs?.description?.component||t.docs?.extractComponentDescription?.(r,{component:r,parameters:t})||null}case"component":{let{component:t,projectAnnotations:{parameters:r}}=e;return r.docs?.extractComponentDescription?.(t,{component:t,parameters:r})||null}default:throw new Error(`Unrecognized module type resolved from 'useOf', got: ${e.type}`)}},c2=e=>{let{of:t}=e;if("of"in e&&t===void 0)throw new Error("Unexpected `of={undefined}`, did you mistype a CSF file reference?");let r=Yo(t||"meta"),n=_Q(r);return n?D.createElement(kQ,null,n):null},Xx=p2(Tq()),FQ=M.div(({theme:e})=>({width:"10rem","@media (max-width: 768px)":{display:"none"}})),RQ=M.div(({theme:e})=>({position:"fixed",bottom:0,top:0,width:"10rem",paddingTop:"4rem",paddingBottom:"2rem",overflowY:"auto",fontFamily:e.typography.fonts.base,fontSize:e.typography.size.s2,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)",WebkitOverflowScrolling:"touch","& *":{boxSizing:"border-box"},"& > .toc-wrapper > .toc-list":{paddingLeft:0,borderLeft:`solid 2px ${e.color.mediumlight}`,".toc-list":{paddingLeft:0,borderLeft:`solid 2px ${e.color.mediumlight}`,".toc-list":{paddingLeft:0,borderLeft:`solid 2px ${e.color.mediumlight}`}}},"& .toc-list-item":{position:"relative",listStyleType:"none",marginLeft:20,paddingTop:3,paddingBottom:3},"& .toc-list-item::before":{content:'""',position:"absolute",height:"100%",top:0,left:0,transform:"translateX(calc(-2px - 20px))",borderLeft:`solid 2px ${e.color.mediumdark}`,opacity:0,transition:"opacity 0.2s"},"& .toc-list-item.is-active-li::before":{opacity:1},"& .toc-list-item > a":{color:e.color.defaultText,textDecoration:"none"},"& .toc-list-item.is-active-li > a":{fontWeight:600,color:e.color.secondary,textDecoration:"none"}})),TQ=M.p(({theme:e})=>({fontWeight:600,fontSize:"0.875em",color:e.textColor,textTransform:"uppercase",marginBottom:10})),IQ=({title:e})=>e===null?null:typeof e=="string"?D.createElement(TQ,null,e):e,zQ=({title:e,disable:t,headingSelector:r,contentsSelector:n,ignoreSelector:o,unsafeTocbotOptions:i})=>(u.useEffect(()=>{let s={tocSelector:".toc-wrapper",contentSelector:n??".sbdocs-content",headingSelector:r??"h3",ignoreSelector:o??".docs-story *, .skip-toc",headingsOffset:40,scrollSmoothOffset:-40,orderedList:!1,onClick:()=>!1,...i},d=setTimeout(()=>Xx.init(s),100);return()=>{clearTimeout(d),Xx.destroy()}},[t]),D.createElement(D.Fragment,null,D.createElement(FQ,null,t?null:D.createElement(RQ,null,D.createElement(IQ,{title:e||null}),D.createElement("div",{className:"toc-wrapper"}))))),{document:BQ,window:LQ}=globalThis,OQ=({context:e,theme:t,children:r})=>{let n;try{n=e.resolveOf("meta",["meta"]).preparedMeta.parameters?.docs?.toc}catch{n=e?.projectAnnotations?.parameters?.docs?.toc}return u.useEffect(()=>{let o;try{if(o=new URL(LQ.parent.location.toString()),o.hash){let i=BQ.getElementById(decodeURIComponent(o.hash.substring(1)));i&&setTimeout(()=>{PX(i)},200)}}catch{}}),D.createElement(Qr.Provider,{value:e},D.createElement(aQ,{channel:e.channel},D.createElement(AC,{theme:vO(t)},D.createElement(gG,{toc:n?D.createElement(zQ,{className:"sbdocs sbdocs-toc--custom",...n}):null},r))))},MQ=({children:e,disableAnchor:t})=>{if(t||typeof e!="string")return D.createElement(ly,null,e);let r=globalThis.encodeURIComponent(e.toLowerCase());return D.createElement(Ry,{as:"h3",id:r},e)},cI=({of:e,expanded:t=!0,withToolbar:r=!1,__forceInitialArgs:n=!1,__primary:o=!1})=>{let{story:i}=Yo(e||"story",["story"]),s=i.parameters.docs?.canvas?.withToolbar??r;return D.createElement(YT,{storyId:i.id},t&&D.createElement(D.Fragment,null,D.createElement(MQ,null,i.name),D.createElement(c2,{of:e})),D.createElement(fQ,{of:e,withToolbar:s,story:{__forceInitialArgs:n,__primary:o},source:{__forceInitialArgs:n}}))},PQ=e=>{let{of:t}=e;if("of"in e&&t===void 0)throw new Error("Unexpected `of={undefined}`, did you mistype a CSF file reference?");let{csfFile:r}=Yo(t||"meta",["meta"]),n=u.useContext(Qr).componentStoriesFromCSFFile(r)[0];return n?D.createElement(cI,{of:n.moduleExport,expanded:!1,__primary:!0,withToolbar:!0}):null},NQ=({children:e,disableAnchor:t,...r})=>{if(t||typeof e!="string")return D.createElement(oy,null,e);let n=e.toLowerCase().replace(/[^a-z0-9]/gi,"-");return D.createElement(Ry,{as:"h2",id:n,...r},e)},$Q=M(NQ)(({theme:e})=>({fontSize:`${e.typography.size.s2-1}px`,fontWeight:e.typography.weight.bold,lineHeight:"16px",letterSpacing:"0.35em",textTransform:"uppercase",color:e.textMutedColor,border:0,marginBottom:"12px","&:first-of-type":{marginTop:"56px"}})),HQ=({title:e="Stories",includePrimary:t=!0})=>{let{componentStories:r,projectAnnotations:n,getStoryContext:o}=u.useContext(Qr),i=r(),{stories:{filter:s}={filter:void 0}}=n.parameters?.docs||{};return s&&(i=i.filter(d=>s(d,o(d)))),i.some(d=>d.tags?.includes("autodocs"))&&(i=i.filter(d=>d.tags?.includes("autodocs")&&!d.usesMount)),t||(i=i.slice(1)),!i||i.length===0?null:D.createElement(D.Fragment,null,D.createElement($Q,null,e),i.map(d=>d&&D.createElement(cI,{key:d.id,of:d.moduleExport,expanded:!0,__forceInitialArgs:!0})))},jQ="https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#subtitle-block-and-parameterscomponentsubtitle",VQ=e=>{let{of:t,children:r}=e;if("of"in e&&t===void 0)throw new Error("Unexpected `of={undefined}`, did you mistype a CSF file reference?");let n;try{n=Yo(t||"meta",["meta"]).preparedMeta}catch(d){if(r&&!d.message.includes("did you forget to use <Meta of={} />?"))throw d}let{componentSubtitle:o,docs:i}=n?.parameters||{};o&&Eq(`Using 'parameters.componentSubtitle' property to subtitle stories is deprecated. See ${jQ}`);let s=r||i?.subtitle||o;return s?D.createElement(fG,{className:"sbdocs-subtitle sb-unstyled"},s):null},UQ=/\s*\/\s*/,WQ=e=>{let t=e.trim().split(UQ);return t?.[t?.length-1]||e},qQ=e=>{let{children:t,of:r}=e;if("of"in e&&r===void 0)throw new Error("Unexpected `of={undefined}`, did you mistype a CSF file reference?");let n;try{n=Yo(r||"meta",["meta"]).preparedMeta}catch(i){if(t&&!i.message.includes("did you forget to use <Meta of={} />?"))throw i}let o=t||WQ(n?.title);return o?D.createElement(pG,{className:"sbdocs-title sb-unstyled"},o):null},GQ=()=>{let e=Yo("meta",["meta"]),{stories:t}=e.csfFile,r=Object.keys(t).length===1;return D.createElement(D.Fragment,null,D.createElement(qQ,null),D.createElement(VQ,null),D.createElement(c2,{of:"meta"}),r?D.createElement(c2,{of:"story"}):null,D.createElement(PQ,null),D.createElement(yQ,null),r?null:D.createElement(HQ,null))};function see({context:e,docsParameter:t}){let r=t.container||OQ,n=t.page||GQ;return D.createElement(r,{context:e,theme:t.theme},D.createElement(n,null))}var uee=({of:e})=>{let t=u.useContext(Qr);e&&t.referenceMeta(e,!0);try{let r=t.storyById();return D.createElement(YT,{storyId:r.id})}catch{return null}};export{EQ as A,wQ as C,see as D,Si as G,SQ as H,nee as M,D as R,M as T,p2 as _,DW as a,Po as b,EO as c,JQ as d,uee as e,Kr as g,Fe as j,EW as q,u as r};
|